*,
*:before,
*:after {
    box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    word-wrap: break-word;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    color: #333;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #333;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

sup {
    top: -.5em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.no-list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}

figure > img {
    display: block;
}

img {
    height: auto;
    max-width: 100%;
}

img[class*="align"],
img[class*="attachment-"] {
    height: auto;
}

embed,
iframe,
object {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.5075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
1. Defaults
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: bold;
}

strong,
b {
    font-weight: bold;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
textarea {
    font-size: 15px;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    color: #333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #bfbfbf;
    outline: none;
}

input[type="file"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    padding: 10px 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"] {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}

button,
.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    padding: 0 15px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
}

button:hover,
.btn:hover,
.btn:visited,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

button:focus,
textarea:focus {
    outline: 0;
}

table {
    color: #333333;
    border-width: 1px;
    border-color: #e9e9e9;
    border-collapse: collapse;
    width: 100%;
}

table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
}

table tr:hover td {
    background-color: #f9f9f9;
}

table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #ffffff;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.alignnone {
    display: block;
}

/* Clear Floats */
.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.sticky,
.bypostauthor {
    background: inherit;
    color: inherit;
}

/* CSS3 Effects */
.box-shadow {
    box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

body {
    background: #fff;
    color: #333;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #333;
}

a:active, a:focus {
    outline: 0;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

/* =Genericons, thanks to FontSquirrel.com for conversion!
-------------------------------------------------------------- */
@font-face {
    font-family: 'Genericons';
    src: url("genericons/font/genericons-regular-webfont.eot");
    src: url("genericons/font/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("genericons/font/genericons-regular-webfont.woff") format("woff"), url("genericons/font/genericons-regular-webfont.ttf") format("truetype"), url("genericons/font/genericons-regular-webfont.svg#genericonsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Genericons */
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.comment-list .children li:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_happythemes_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .container {
    position: relative;
}

.site-header {
    background-color: #f3f2f2;
    width: 100%;
    line-height: 1;
}

.header-ad {
    float: right;
    line-height: 0.5;
    width: 728px;
    min-height: 70px;
    margin-top: 15px;
    text-align: center;
}

.header-ad .widget-title {
    display: none;
}

.search-icon {
    display: none;
    position: absolute;
    top: 30px;
    right: 2%;
}

.search-icon:hover {
    cursor: pointer;
}

.search-icon span {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.search-icon .genericon-search.active {
    display: none;
}

.search-icon .genericon-close {
    display: none;
}

.search-icon .genericon-close.active {
    display: inline-block;
}

.search-input {
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
    height: 38px;
    line-height: 38px;
    color: #333;
    text-indent: 5px;
}

.search-input:focus {
    background-color: #fff;
    border-color: #bfbfbf;
}

.search-submit {
    border-left: none;
    color: #999;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 1;
    outline: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

/* Header Search */
.header-search {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    line-height: 1;
    width: 220px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.header-search .search-input {
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    width: 179px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.header-search .search-input:focus {
    background-color: #f5f5f5;
}

.header-search .search-submit {
    background-color: #fff;
    border-left: 1px solid #e9e9e9;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    width: 41px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

.header-search .search-submit .genericon {
    font-size: 22px;
}

.header-search .search-submit:hover {
    background: #fff;
    opacity: 1;
}

.site-start {
    background-color: #f3f2f2;
    display: block;
    width: 100%;
    height: 80px;
}


/*--------------------------------------------------------------
2.1 Logo
--------------------------------------------------------------*/
.site-branding {
    float: left;
    text-align: left;
}

.site-branding #logo {
    height: 80px;
    margin: 0px;
}

.site-branding .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -3px;
}

.site-branding img {
    max-height: 70px;
    vertical-align: middle;
}

.site-title {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 8px 0;
}

.site-title a {
    color: #333;
    display: block;
}

.site-description {
    color: #999;
    font-size: 14px;
}

/*--------------------------------------------------------------
2.1 Navigation Menu
--------------------------------------------------------------*/
/* Essential Styles */
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu ul ul {
    top: 0;
    left: 210px;
}

.sf-menu > li {
    float: left;
}

.sf-menu a {
    display: block;
    position: relative;
}

/* Theme Navigation Skin */
.sf-menu {
    float: left;
}

.sf-menu ul {
    background-color: #fff;
    min-width: 230px;
    padding: 0;
    box-shadow: 0px 2px 4px #d1d1d1;
    -webkit-box-shadow: 0px 1px 3px #a0a0a0;
}

.sf-menu a {
    text-decoration: none;
    zoom: 1;
    /* IE7 */
}

.sf-menu li {
    line-height: 48px;
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
}

.sf-menu li a {
    padding: 0 10px 0 10px;
    color: #333;
    font-size: 15px;
}

.sf-menu li li {
    line-height: 1.5;
    border-bottom: 1px solid #f0f0f0;
}

.sf-menu li li:last-child {
    border-bottom: none;
}

.sf-menu li li a {
    color: #333;
    font-size: 15px;
    padding: 13px 0;
}

.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
    color: #333;
    display: block;
}

/*** arrows (for all except IE7) **/
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 0;
    width: 0;
    content: '\f431';
    font: normal 14px/1 'Genericons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    top: 26px;
    right: 5px;
    margin-right: 0;
    content: '\f501';
    font: normal 9px/1 'Genericons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Secondary Nav */
#secondary-bar {
    height: 34px;
    position: relative;
}

.is-sticky {
    z-index: 99;
    position: relative;
}

.main-navigation {
    height: 30px;
}

#primary-bar {
    border-bottom: 1px solid #e9e9e9;
}

#primary-menu.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

#primary-menu.sf-arrows .sf-with-ul:after {
    margin-top: -7px;
    margin-left: 2px;
}

#primary-menu.sf-arrows li li .sf-with-ul {
    margin-right: 0;
}

#primary-menu li {
    border-left: 1px solid #e9e9e9;
    position: relative;
}

#primary-menu li a {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #ff7900;
}

#primary-menu li.current-menu-item a,
#primary-menu li.sfHover a,
#primary-menu li a:hover {
    background-color: #f5f5f5;
    line-height: 30px;
}

#primary-menu li a:hover {
    text-decoration: underline;
}

#primary-menu li.current-menu-item li a {
    color: #333;
}

#primary-menu li ul {
    border-top: 1px solid #f0f0f0;
    margin: 0 0 0 0;
}

#primary-menu li li {
    border-left: none;
    line-height: 1.5;
    padding-top: 0;
}

#primary-menu li li a:link,
#primary-menu li li a:visited,
#primary-menu li li a:hover {
    background: none;
    border-bottom: none;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

#primary-menu li li.current-menu-item a {
    color: #333;
}

#primary-menu li li .sf-with-ul:after {
    margin-top: -5px;
}

#primary-menu li li ul {
    margin-top: -1px;
}

#secondary-menu.sf-arrows .sf-with-ul:after {
    margin-top: -7px;
}

#secondary-menu.sf-arrows .sf-with-ul {
    padding-right: 24px;
}

#secondary-menu.sf-arrows .sf-with-ul:after {
    right: 22px;
}

#secondary-menu.sf-arrows li li .sf-with-ul {
    padding-right: 0;
}

#secondary-menu.sf-arrows li li .sf-with-ul:after {
    margin-top: -5px;
    right: 4px;
}

#secondary-menu li {
    line-height: 34px;
    border-right: 1px #0e4fd0 solid;
    border-left: 1px #022261 solid;
}
#secondary-menu li:last-of-type {
    border-right: 0px #000 solid !important;
}

#secondary-menu li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto";
}

#secondary-menu li a:hover {
    text-decoration: underline;
}

#secondary-menu li li {
    line-height: 1.6;
    padding-bottom: 0;
    border: none;
}
#secondary-menu li li a:link,
#secondary-menu li li a:visited,
#secondary-menu li li a:hover {
    background: none;
    background-repeat: none;
    color: #333 !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding: 5px 15px;
    text-transform:uppercase;
}
#secondary-menu li li a:hover {
    color: #fff !important;
    background: #1647a8 !important;
}

/*--------------------------------------------------------------
3. Homepage
--------------------------------------------------------------*/
.entry-title {
    font-weight: bold;
    line-height: 1.3;
}

.entry-title a,
.entry-title a:visited {
    color: #333;
}

#page {
    background-color: #fff;
}

/* Site Content */
.site-content {
    padding: 21px 0;
}

#primary {
    float: left;
    width: 880px;
}
/*--------------------------------------------------------------
3.1 Featured Content
--------------------------------------------------------------*/
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    display: none;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.notice {
    background-color: #f0f0f0;
    padding: 30px;
    text-align: center;
}

#home-welcome {
    margin-bottom: 25px;
}

.gradient {
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0;
    content: "";
    display: none;
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

#featured-content {
    float: left;
    width: 535px;
    margin-right: 8px;
    position: relative;
}

#featured-content .featured-slide {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    line-height: 0.8;
    float: left;
    height: 100%;
}

#featured-content .featured-slide .thumbnail-link {
    display: block;
    width: 100%;
    height: 100%;
}

#featured-content .featured-slide .entry-header {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    text-align: left;
    position: absolute;
    right: 0;
}

#featured-content .featured-slide .entry-title {
    padding: 0 17px 17px 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    font-family: 'Roboto';
}

#featured-content .featured-slide .entry-title a {
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

#featured-content .featured-square {
    float: left;
    margin: 0 8px 0 0;
    width: 173px;
}
.desktop.category #featured-content .featured-square {
    margin: 0 8px 0 0;
}


#featured-content .featured-square .thumbnail-link {
    display: block;
    line-height: 0.8;
    margin: 0 0 5px 0;
}

#featured-content .featured-square .entry-title {
    font-size: 18px;
    line-height: 1.35;
    font-family: 'Roboto';
}
.featured-content-slides .featured-square .entry-title {
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-family: "Roboto";
    margin-bottom: 14px;
}

.more-button a,
.more-button a:hover {
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    text-transform: uppercase;
}

#latest-content {
    background-color: #f0f0f0;
    float: left;
    width: 337px;
    padding-bottom: 20px;
}
#latest-content-box {
    float: left;
    padding: 0px;
    width: 100%;
}
#latest-content .slimScrollBar{
    display: none !important;
}
#inner-content-div{
    height: 545px;
    overflow: hidden;
    padding: 7px 15px 15px 15px;
}
#latest-content:hover .slimScrollBar{
    display: block  !important;
}

#latest-content h3 {
    border-bottom: 1px dashed #bbb;
    font-size: 18px;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto"!important;
}


/*#latest-content {
  padding: 7px 15px 25px 15px;
}*/

#latest-content h3 {
    padding: 2px 6px 0px 6px;
}


#latest-content .hentry {
    border-bottom: 1px dashed #bbb;
    padding-bottom: 8px;
    margin-bottom: 7px;
}

#latest-content .hentry.last {
    margin-bottom: 14px;
}

#latest-content .entry-title {
    font-weight: normal;
    line-height: 1.3;
}

#latest-content .entry-title a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'Roboto';
    color: #0046d2;
    
}
#latest-content .entry-title:hover a {
    color: #ff8a00;
}
#latest-content .more-button {
    text-align: center;
}

#recent-content {
    position: relative;
    float: left;
    width: 100%;
}

#recent-content .thumbnail-link {
    line-height: 0.8;
}

#recent-content .widget_ad {
    margin-bottom: 20px;
    text-align: center;
}

#recent-content .widget_ad .widget-title {
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
}

#recent-content .widget_ad img {
    line-height: 0.8;
}

.content-block {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    float: left;
}

.content-block .section-heading {
    background-color: #eee;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
}

.content-block .section-heading h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-family: 'Roboto';
}

.content-block .section-heading .section-more-link {
    position: absolute;
    right: 12px;
    top: 0px;
    text-transform: uppercase;
}

.content-block .section-heading .section-more-link a,
.content-block .section-heading .section-more-link a:visited {
    color: #aaa;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    float: right;
    font-family: 'Roboto';
}

.content-block .entry-summary {
    color: #777;
    margin-bottom: 10px;
}

.content-block .entry-summary p {
    display: inline;
}

.content-block .post-big .entry-meta {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
}

.content-block .post-small .entry-header {
    display: table;
}

.content-block-1 .post-big {
    float: left;
    width: 433px;
}

.content-block-1 .post-big .thumbnail-link {
    display: block;
    margin-bottom: 15px;
}

.content-block-1 .post-big .entry-title {
    font-size: 22px;
    margin-bottom: 7px;
    line-height: 1.25;
}
.content-block-1 .post-big .entry-title a{
    font-family: 'Roboto';
}
.content-block-1 .post-small {
    float: right;
    width: 432px;
    margin: 0 0 7px 0;
    padding: 0 0 7px 0;
}

.content-block-1 .post-small.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content-block-1 .post-small .thumbnail-link {
    float: left;
    width: 130px;
    margin: 0 8px 0 0;
}

.content-block-1 .post-small .entry-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Roboto';
}

.content-block-2 .post-big {
    margin-bottom: 20px;
}

.content-block-2 .post-big .thumbnail-link {
    display: block;
    margin-bottom: 15px;
}

.content-block-2 .post-big .entry-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.content-block-2 .post-small {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding-top: 16px;
}

.content-block-2 .post-small.last {
    margin-bottom: 0;
}

.content-block-2 .post-small .thumbnail-link {
    float: left;
    width: 120px;
    margin: 0 15px 0 0;
    line-height: 0.8;
}

.content-block-2 .post-small .entry-title {
    font-size: 15px;
    margin-bottom: 8px;
}

.content-block-2 .block-left {
    float: left;
    width: 430px;
}

.content-block-2 .block-right {
    float: right;
    width: 430px;
}

.content-block-3 .post-big {
    margin-bottom: 20px;
}

.content-block-3 .post-big .thumbnail-link {
    display: block;
    margin-bottom: 15px;
}

.content-block-3 .post-big .entry-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.content-block-3 .post-small {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-top: 15px;
}

.content-block-3 .post-small.last {
    margin-bottom: 0;
}

.content-block-3 .post-small .entry-title {
    font-size: 15px;
}

.content-block-3 .block-left {
    float: left;
    width: 280px;
}

.content-block-3 .block-middle {
    float: left;
    width: 280px;
    margin-left: 20px;
}

.content-block-3 .block-right {
    float: right;
    width: 280px;
}

.breadcrumbs {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 20px 0;
}

#recent-content .content-ad {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#recent-content .content-ad .adwidget {
    line-height: 1;
}

.breadcrumbs h3 {
    font-size: 28px;
}

.breadcrumbs h3 a,
.breadcrumbs h3 a:visited {
    color: #999;
}

.breadcrumbs h3 a:hover {
    color: #333;
    text-decoration: none;
}

.breadcrumbs .taxonomy-description {
    color: #999;
    margin: 10px 0 0 0;
}

.content-loop {
    margin-bottom: -25px;
}

.content-loop .hentry {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    float: left;
    border-bottom: 1px solid #e9e9e9;
}

.content-loop .hentry:last-child {
    border-bottom: none;
}

.content-loop .thumbnail-link {
    float: left;
    display: block;
    width: 300px;
    margin: 0 20px 0 0;
    position: relative;
    line-height: 0.5;
    text-align: center;
}

.content-loop .thumbnail-link img {
    width: 100%;
}

.content-loop .entry-header {
    display: table;
}

.content-loop .entry-title {
    font-size: 24px;
    line-height: 1.35;
    margin: -5px 0px 7px 0px;
    
    font-family: "Roboto" !important;
}

.content-loop .entry-author {
    font-size: 1.1em;
}

.content-loop .entry-meta {
    margin-bottom: 12px;
}

.content-loop .entry-summary {
    color: #777;
    display: table;
}

.content-loop .entry-summary p {
    display: inline;
}

.content-loop .entry-summary span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.content-loop .entry-footer {
    background-color: #fff;
    border-top: 1px solid  #f0f0f0;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    overflow: hidden;
}

.content-loop .entry-footer ul {
    float: right;
}

.content-loop .entry-footer ul li {
    float: left;
    list-style: none;
}

.entry-meta {
    color: #aaa;
    font-size: 14px;
    position: relative;
}

.entry-meta .entry-author .avatar {
    border-radius: 50%;
    float: left;
    width: 30px;
    height: auto;
    margin: -2px 8px 0 0;
}

.entry-meta .entry-comment:before {
    background-color: #ccc;
    border-radius: 2px;
    color: #ccc;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: -2px 9px 0 8px;
    vertical-align: middle;
}

.entry-meta .entry-comment a,
.entry-meta .entry-comment a:visited {
    color: #aaa;
}

/*--------------------------------------------------------------
3.3 Pagination
--------------------------------------------------------------*/
.pagination {
    border-top: 1px solid #e9e9e9;
    margin: 0 0 25px 0;
    padding-top: 25px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.pagination .page-numbers {
    background-color: #f0f0f0;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.pagination .page-numbers:hover {
    background-color: #e9e9e9;
    text-decoration: none;
}

.pagination .prev {
    float: left;
}

.pagination .next {
    float: right;
}

/*--------------------------------------------------------------
4. Single Post/Page
--------------------------------------------------------------*/
.entry-header .entry-category-icon {
    line-height: 1;
    margin: 4px 0 10px;
}

.entry-header .entry-category-icon a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-transform: uppercase;
}

.entry-header .entry-category-icon a:hover {
    background-image: url("assets/img/overlay.png");
    background-repeat: repeat;
}

.page-title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 1.2;
}

/*.single .entry-header {
  margin-bottom: 20px;
}*/

.single .entry-header .entry-meta {
    float: left;
    margin: 0;
}

.single .entry-header .social-share-icons {
    float: left;
    border-left: 1px solid #e6e6e6;
    margin-left: 20px;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
}

.single .entry-header .social-share-icons img {
    width: 24px;
    height: auto;
}

.single .entry-footer {
    margin-top: 25px;
}

.single .content-ad {
    border-top: 1px solid #e9e9e9;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
    text-align: center;
}

.single .content-ad .widget-title {
    color: #aaa;
    line-height: 1;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.single .content-ad .adwidget {
    line-height: 0.8;
}

.error404 .site-main,
.single .site-main,
.page .site-main {
    position: relative;
}

.error404 .site-main .entry-thumbnail,
.single .site-main .entry-thumbnail,
.page .site-main .entry-thumbnail {
    margin-bottom: 10px;
}

.error404 h1.entry-title,
.single h1.entry-title,
.page h1.entry-title {
    font-size: 27px;
    line-height: 1.35;
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto";
}

.error404 .entry-content label,
.error404 .page-content label {
    display: inline-block;
}

/* Related  Posts */
.entry-related {
    border-top: 1px solid #e9e9e9;
    margin: 25px 0 -25px 0;
    padding: 25px 0 0 0;
}

.entry-related h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.entry-related .hentry {
    float: left;
    width: 205px;
    margin: 0 20px 25px 0;
}

.entry-related .hentry.last {
    margin-right: 0;
}

.entry-related .hentry:nth-of-type(4n+1) {
    clear: left;
}

.entry-related .hentry .entry-title {
    font-size: 16px;
    line-height: 1.3;
}

.entry-related .hentry .entry-title a {
    color: #333;
}

.entry-related .hentry .entry-title a:hover {
    text-decoration: underline;
}

.entry-related .hentry .thumbnail-link {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.entry-related .hentry .thumbnail-wrap {
    height: auto;
    line-height: 0.8;
}
.thumbnail-wrap img{
    display: block;
}

/* Entry Tags */
.entry-tags span {
    font-size: 17px;
    margin-right: 10px;
}
.entry-tags{
    padding: 10px 0px;
    float: left;
    width: 100%;
}

.entry-tags .tag-links a {
    background-color: #f0f0f0;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #666;
    display: inline-block;
    font-size: 18px;
    margin: 0 2px 0 0;
    padding: 2px 8px 2px 18px;
    position: relative;
    text-transform: lowercase;
    margin-bottom: 7px;
}

.entry-tags .tag-links a:hover {
    background-color: #e9e9e9;
    color: #333;
    text-decoration: none;
}

.entry-tags .tag-links a:before {
    font-family: "genericons";
    font-size: 18px;
    color: #607d8b;
    content: "#";
    position: absolute;
    left: 5px;
    top: 0px;
    font-weight: bold;
}

/* Author Box */
.author-box {
    border: 1px solid #e9e9e9;
    margin-top: 25px;
    padding: 20px;
}

.author-box .avatar {
    border-radius: 50%;
    float: left;
    width: 72px;
    height: auto;
    line-height: 0.8;
    margin: 0 15px 0 0;
}

.author-box .author-meta {
    display: table;
}

.author-box .author-meta .author-name {
    font-size: 16px;
    margin-bottom: 5px;
}

.author-box .author-meta .author-desc {
    color: #949494;
    margin-bottom: 5px;
}

/* Entry Content */
.page-content .wp-post-image,
.entry-content .wp-post-image {
    margin-bottom: 10px;
    width: 100%;
}

.page-content a,
.entry-content a {
    text-decoration: underline;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 25px;
    line-height: 1.35;
}
.entry-content > div {
    float: left;
    width: 100%;
}
.page-content h1,
.entry-content h1 {
    font-size: 30px;
}

.page-content h2,
.entry-content h2 {
    font-size: 22px;
}

.page-content h3,
.entry-content h3 {
    font-size: 22px;
}

.page-content h4,
.entry-content h4 {
    font-size: 18px;
}

.page-content h5, .page-content h6,
.entry-content h5,
.entry-content h6 {
    font-size: 16px;
}

.page-content p,
.entry-content p {
    line-height: 1.7;
    /*  margin-bottom: 16px;*/
}
.entry-content div {
    line-height: 1.7;
    font-size: 18px;
}

.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
    margin: 0 0 25px 0;
    font-size: 18px;
}

.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol,
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
    margin: 8px 0 0 25px;
}

.page-content ul li,
.entry-content ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

.page-content ul li:before,
.entry-content ul li:before {
    font-family: "genericons";
    content: '\f428';
    font-size: 20px;
    margin: 0 0 0 -4px;
    padding: 0 4px 2px 0;
    vertical-align: middle;
    text-align: left;
}
.the_content ul li:before{
    content: '';
}
.page-content ul li ul li,
.entry-content ul li ul li {
    list-style: none;
}

.page-content ol li,
.entry-content ol li {
    list-style: inside decimal;
    margin: 0 0 10px 0;
}

.page-content select,
.entry-content select {
    padding: 0 5px;
}

.page-content select:focus, .page-content select:active,
.entry-content select:focus,
.entry-content select:active {
    outline: none;
}

.page-content dl,
.entry-content dl {
    margin-bottom: 20px;
}

.page-content fieldset,
.entry-content fieldset {
    border: 1px solid #e9e9e9;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em;
}

.page-content input[type="radio"],
.entry-content input[type="radio"] {
    -webkit-appearance: radio;
}

.page-content input[type="checkbox"],
.entry-content input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.page-content label,
.entry-content label {
    display: block;
    font-weight: bold;
}

.page-content table,
.entry-content table {
    margin-bottom: 20px;
}

.page-content select,
.entry-content select {
    border: 1px solid #e9e9e9;
    font-size: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 2em;
    max-width: 100%;
    -webkit-appearance: menulist;
}

.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
    width: 300px;
}

.page-content input[type="file"],
.entry-content input[type="file"] {
    border: none;
}

.page-content textarea,
.entry-content textarea {
    width: 100%;
    height: 200px;
}

.page-content .wp-caption,
.entry-content .wp-caption {
    background-color: #f7f7f7;
    padding: 0 0 1px 0;
}

.page-content .wp-caption-text,
.entry-content .wp-caption-text {
    font-size: 13px;
    font-style: italic;
    color: #999;
}

blockquote {
    color: #999999;
    font-size: 18px;
    font-style: italic;
    padding: 0.25em 50px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 64px;
    position: absolute;
    left: 0;
    top: -15px;
    color: #cccccc;
}

blockquote cite {
    color: #333333;
    display: block;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

#primary p, .widget p {
    line-height: 1.6em;
    font-size: 18px;
}

/*--------------------------------------------------------------
5. Archive/Search Page
--------------------------------------------------------------*/
.search-no-results .page-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.search-no-results .page-content label,
.search-no-results .entry-content label {
    display: inline;
}

/*--------------------------------------------------------------
6. Comments
--------------------------------------------------------------*/
.comments-area {
    background-color: #fff;
    margin: 25px 0 0 0;
}

.comments-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.comment-list {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    margin: 0 0 25px 0;
}

.comment-author {
    font-size: 14px;
}

.comment-meta {
    margin-bottom: 4px;
}

.comment-list .reply,
.comment-metadata {
    font-size: 13px;
}

.comment-list .reply {
    margin-top: 10px;
}

.comment-author .fn {
    font-weight: bold;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .trackback a:visited,
.comment-list .pingback a,
.comment-list .pingback a:visited,
.comment-metadata a,
.comment-metadata a:visited,
.comment-list .reply a,
.comment-list .reply a:visited {
    color: #767676;
}

.comment-list .trackback a:hover,
.comment-list .pingback a:hover,
.comment-metadata a:hover,
.comment-list .reply a:hover {
    color: #333;
}

.comment-author a:hover {
    color: #333;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    margin: 0 0 20px 0;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
}

.bypostauthor > article .fn:before {
    color: #fbb034;
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    padding-left: 64px;
}

.comment-author {
    display: inline;
}

.comment-metadata {
    display: inline;
    margin-left: 7px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:hover {
    text-decoration: none;
}

#cancel-comment-reply-link:hover {
    text-decoration: none;
}

.comment-edit-link:before {
    content: "\f411";
}

.comment-reply-link:hover {
    text-decoration: none;
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: '\f467';
    color: #aaa;
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 64px;
}

.comment .comment-respond {
    margin: 25px 0;
}

.comment-respond h3 {
    margin-top: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes a,
.comment-notes a:visited,
.comment-awaiting-moderation a,
.comment-awaiting-moderation a:visited,
.logged-in-as a,
.logged-in-as a:visited,
.no-comments a,
.no-comments a:visited,
.form-allowed-tags a,
.form-allowed-tags a:visited,
.form-allowed-tags code a,
.form-allowed-tags code a:visited {
    color: #767676;
}

.comment-notes a:hover,
.comment-notes a:visited:hover,
.comment-awaiting-moderation a:hover,
.comment-awaiting-moderation a:visited:hover,
.logged-in-as a:hover,
.logged-in-as a:visited:hover,
.no-comments a:hover,
.no-comments a:visited:hover,
.form-allowed-tags a:hover,
.form-allowed-tags a:visited:hover,
.form-allowed-tags code a:hover,
.form-allowed-tags code a:visited:hover {
    color: #333;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 20px;
}

.comment-form textarea {
    width: 100%;
}

.comment-form .comment-form-author {
    float: left;
    width: 280px;
    margin-right: 20px;
}

.comment-form .comment-form-email {
    float: left;
    width: 280px;
    margin-right: 20px;
}

.comment-form .comment-form-url {
    float: left;
    width: 280px;
}

.comment-form:after {
    content: '';
    display: block;
    clear: both;
}

.comment-form .submit {
    font-size: 14px;
    padding: 0 18px;
}

.comment-form-cookies-consent {
    margin: 0 0 20px 0;
}
.comment-form-cookies-consent label {
    font-weight: normal !important;
}
.comment-form label {
    font-size: 14px;
    font-weight: bold;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 20px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
7. Sidebar
--------------------------------------------------------------*/
.sidebar {
    float: right;
    width: 300px;
    margin-bottom: -20px;
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 25px;
}

.sidebar .widget .widget-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget .widget-title span {
    background-color: #fff;
    padding-right: 10px;
    z-index: 10;
    font-size: 20px;
    position: relative;
    color: #ff910e;
}

.sidebar .widget .widget-title:after {
    background-color: #ff910e;
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 11px;
}

.sidebar .widget p {
    margin-bottom: 15px;
}

.sidebar .widget ul .children,
.sidebar .widget ul .sub-menu {
    padding-left: 1.5em;
}

.sidebar .widget ul .children li:first-child,
.sidebar .widget ul .sub-menu li:first-child {
    padding: 15px 0;
    border-top: 1px solid #e9e9e9;
}

.sidebar .widget ul > li {
    list-style: none;
    margin-bottom: 15px;
}

.sidebar .widget ul > li a {
    color: #333;
    font-weight: bold;
}

.sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget select {
    width: 100%;
    max-width: 100%;
}

.sidebar .widget_search input[type='search'] {
    width: 211px;
}

.sidebar .widget_search input[type='submit'] {
    width: 80px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .widget_social_icons ul li,
.sidebar .widget_posts_thumbnail ul li {
    list-style: none;
}

.sidebar .widget_social_icons ul li:before,
.sidebar .widget_posts_thumbnail ul li:before {
    content: none;
    display: none;
}

.sidebar .widget_posts_thumbnail {
    line-height: 1.4;
}

.sidebar .widget_posts_thumbnail ul > li {
    margin-bottom: 20px;
    padding: 0 !important;
}

.sidebar .widget_posts_thumbnail .thumbnail-wrap,
.sidebar .widget_posts_thumbnail .wp-post-image,
.sidebar .widget_posts_thumbnail img {
    width: 80px;
    height: auto;
}

/* Posts with Thumbnail Widget */
.widget_posts_thumbnail ul li {
    margin: 0 0 20px 0;
}

.widget_posts_thumbnail li:after {
    content: "";
    display: block;
    clear: both;
}

.widget_posts_thumbnail .entry-thumbnail {
    float: left;
}

.widget_posts_thumbnail .entry-wrap {
    display: table;
    line-height: 1.25;
}

.widget_posts_thumbnail .entry-wrap a {
    color: #333;
    font-size: 14px;
}

.widget_posts_thumbnail .thumbnail-wrap {
    float: left;
    margin: 0 12px 0 0;
    line-height: 0;
}

.widget_posts_thumbnail .entry-meta {
    font-size: 13px;
    margin-top: 5px;
}

/* Tag Cloud Widget */
.widget_tag_cloud .tagcloud a {
    background-color: #f3f3f3;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #666 !important;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 2px 7px 0;
    padding: 2px 8px 2px 18px;
    position: relative;
    text-transform: lowercase;
    text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #e9e9e9;
    color: #222 !important;
    text-decoration: none;
}

.widget_tag_cloud .tagcloud a:before {
    font-family: "genericons";
    font-size: 18px;
    color: #bbb;
    content: "\f428";
    position: absolute;
    left: 1px;
    top: 4px;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
    font-size: 13px;
    color: #999;
    margin-left: 5px;
}

/* Categories Widget */
.widget_categories ul li {
    color: #999;
}

/*--------------------------------------------------------------
7. Footer
--------------------------------------------------------------*/
.footer-columns {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0 10px 0;
}

.footer-columns .section-header {
    font-size: 32px;
    margin-bottom: 20px;
}

.footer-columns .widget {
    margin-bottom: 20px;
}

.footer-columns .widget_posts_thumbnail .thumbnail-wrap,
.footer-columns .widget_posts_thumbnail .wp-post-image,
.footer-columns .widget_posts_thumbnail img {
    width: 80px;
    height: auto;
}

.footer-columns .footer-column-1,
.footer-columns .footer-column-2,
.footer-columns .footer-column-3,
.footer-columns .footer-column-4 {
    float: left;
    width: 281px;
    margin: 0 25px 0 0;
    box-sizing: content-box;
    position: relative;
}

.footer-columns .footer-column-4 {
    margin-right: 0;
}

.site-footer, .site_footer {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
}

.site-footer .widget {
    font-size: 15px;
    margin-bottom: 25px;
}

.site-footer .widget .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.site-footer .widget p {
    margin-bottom: 15px;
}

.site-footer .widget ul .children,
.site-footer .widget ul .sub-menu {
    padding-left: 1.5em;
}

.site-footer .widget ul .children li:first-child,
.site-footer .widget ul .sub-menu li:first-child {
    border-top: none;
    padding-top: 0;
}

.site-footer .widget ul .children li:last-child,
.site-footer .widget ul .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.site-footer .widget ul > li {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.site-footer .widget ul > li a,
.site-footer .widget ul > li a:visited {
    color: #333;
}

.site-footer .widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.site-footer .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-footer .widget select {
    width: 100%;
    max-width: 100%;
}

.site-footer .widget_posts_thumbnail ul li {
    margin-bottom: 20px;
}

.site-footer .widget_posts_thumbnail ul li a {
    font-size: 15px;
}

.site-footer .widget_posts_thumbnail .thumbnail-wrap {
    line-height: 0.5;
}

.site-footer .widget_posts_thumbnail .entry-meta {
    color: #999;
}

.site-footer .widget_search input[type='search'] {
    width: 100%;
    margin-bottom: 10px;
}

.site-footer .widget_search input[type='submit'] {
    width: 100%;
}

.sidebar,
.site-footer {
    /* Ad Widget */
    /* Newsletter Widget */
    /* Social Icons Widget */
}

.sidebar .widget ul li,
.site-footer .widget ul li {
    line-height: 1.42;
    font-size: 18px;
}

#single_right .widget_recent_entries ul li{
    list-style: square !important;
}
#single_right .widget_recent_entries ul{
    padding-left: 18px;
    color: #ff3d00;
}

.sidebar .widget_ad .adwidget,
.site-footer .widget_ad .adwidget {
    line-height: 0.8;
}

.sidebar .widget_ad .widget-title,
.site-footer .widget_ad .widget-title {
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    text-transform: none;
}

.sidebar .widget_ad .widget-title:after,
.site-footer .widget_ad .widget-title:after {
    content: none;
}

.sidebar .widget_ad img,
.site-footer .widget_ad img {
    line-height: 0.8;
}

.sidebar .widget_newsletter,
.site-footer .widget_newsletter {
    background-color: #2c3644;
    background-image: url("assets/img/icon-mail-trans.png");
    background-repeat: no-repeat;
    background-position: 110% -20px;
    color: #8b95a4;
    width: 100%;
    padding: 20px;
}

.sidebar .widget_newsletter .widget-title,
.site-footer .widget_newsletter .widget-title {
    color: #fff;
}

.sidebar .widget_newsletter .widget-title span,
.site-footer .widget_newsletter .widget-title span {
    background: none;
}

.sidebar .widget_newsletter .widget-title:after,
.site-footer .widget_newsletter .widget-title:after {
    content: none;
}

.sidebar .widget_newsletter p,
.site-footer .widget_newsletter p {
    color: #8b95a4;
}

.sidebar .widget_newsletter form input[type="text"],
.sidebar .widget_newsletter form input[type="email"],
.site-footer .widget_newsletter form input[type="text"],
.site-footer .widget_newsletter form input[type="email"] {
    border: none;
    width: 100%;
    margin-top: 15px;
}

.sidebar .widget_newsletter form input[type="text"]:focus,
.sidebar .widget_newsletter form input[type="email"]:focus,
.site-footer .widget_newsletter form input[type="text"]:focus,
.site-footer .widget_newsletter form input[type="email"]:focus {
    border: none;
}

.sidebar .widget_newsletter form input[type="submit"],
.sidebar .widget_newsletter form input[type="button"],
.sidebar .widget_newsletter form button,
.site-footer .widget_newsletter form input[type="submit"],
.site-footer .widget_newsletter form input[type="button"],
.site-footer .widget_newsletter form button {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
}

.sidebar .widget_newsletter form h1, .sidebar .widget_newsletter form h2, .sidebar .widget_newsletter form h3, .sidebar .widget_newsletter form h4, .sidebar .widget_newsletter form h5, .sidebar .widget_newsletter form h6, .sidebar .widget_newsletter form label,
.site-footer .widget_newsletter form h1,
.site-footer .widget_newsletter form h2,
.site-footer .widget_newsletter form h3,
.site-footer .widget_newsletter form h4,
.site-footer .widget_newsletter form h5,
.site-footer .widget_newsletter form h6,
.site-footer .widget_newsletter form label {
    display: none;
}

.sidebar .widget_newsletter div,
.sidebar .widget_newsletter p,
.sidebar .widget_newsletter br,
.site-footer .widget_newsletter div,
.site-footer .widget_newsletter p,
.site-footer .widget_newsletter br {
    display: inline;
}

.sidebar .widget_newsletter .clear:before, .sidebar .widget_newsletter .clear:after,
.site-footer .widget_newsletter .clear:before,
.site-footer .widget_newsletter .clear:after {
    display: none !important;
}

.sidebar .widget_social_icons,
.site-footer .widget_social_icons {
    background-color: #f5f5f5;
    padding: 15px 10px;
}

.sidebar .widget_social_icons .widget-title,
.site-footer .widget_social_icons .widget-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}

.sidebar .widget_social_icons .widget-title span,
.site-footer .widget_social_icons .widget-title span {
    background: none;
    padding: 0 10px;
}

.sidebar .widget_social_icons .widget-title:after,
.site-footer .widget_social_icons .widget-title:after {
    content: none;
}

.sidebar .widget_social_icons .desc,
.site-footer .widget_social_icons .desc {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.sidebar .widget_social_icons ul,
.site-footer .widget_social_icons ul {
    text-align: center;
}

.sidebar .widget_social_icons ul li,
.site-footer .widget_social_icons ul li {
    border: none;
    display: inline-block;
    margin: 0 4px 0;
}

.sidebar .widget_social_icons ul li a,
.site-footer .widget_social_icons ul li a {
    display: block;
    width: 32px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
}

.sidebar .widget_social_icons ul li a:hover,
.site-footer .widget_social_icons ul li a:hover {
    opacity: 0.85;
}

/* Back to top button */
#back-top {
    display: none;
}

#back-top a span {
    color: #666;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    position: fixed;
    right: 5px;
    bottom: 90px;
    transition: all .25s linear 0;
    z-index: 25;
    background: #f8f8f8;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e5e5e5;
    -webkit-backface-visibility: hidden;
}

#back-top a:hover span {
    color: #222;
    background-color: #f9f9f9;
    border-color: #e5e5e5;
}

#back-top a:hover {
    text-decoration: none;
}

/* Site Bottom */
#site-bottom {
    border-top: 1px solid #fff;
    color: #949494;
    font-size: 14px;
    padding: 15px 0;
}

#site-bottom .site-info {
    float: left;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: bold;
}

#site-bottom .site-info a {
    color: #949494;
}

#site-bottom .site-info a:hover {
    color: #333;
}

#site-bottom .footer-nav {
    float: right;
}

#site-bottom .footer-nav li {
    border-right: 1px solid #ddd;
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin-right: 15px;
    padding-right: 15px;
}

#site-bottom .footer-nav li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#site-bottom .footer-nav li a {
    color: #949494;
}

#site-bottom .footer-nav li a:hover {
    color: #333;
}

#site-bottom .footer-nav li li {
    display: none;
}

/*--------------------------------------------------------------
9. Misc.
--------------------------------------------------------------*/
.step {
    color: red;
    font-weight: bold;
}

/* Mobile Menu */
.mobile-menu-icon {
    display: none;
    position: absolute;
    top: 26px;
    right: 60px;
}

.mobile-menu-icon .menu-icon-close,
.mobile-menu-icon .menu-icon-open {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;

    min-width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.mobile-menu-icon .menu-icon-close:hover,
.mobile-menu-icon .menu-icon-open:hover {
    opacity: 0.85;
}

.mobile-menu-icon .menu-icon-close {
    display: none;
}

.mobile-menu-icon .menu-icon-close .genericon {
    margin-top: 3px;
    margin-right: 4px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    float: right;
}

.mobile-menu-icon .menu-icon-open.active {
    display: none;
}

.mobile-menu-icon .menu-icon-close {
    display: none;
}


.mobile-menu-icon .menu-icon-close.active {
    display: inline-block;
    border-radius: 4px;
}

.mobile-menu {
    background-color: #f7f7f7;
    border-top: 1px solid #f0f0f0;
    display: none;
    position: absolute;
    width: 100%;
    top: 80px;
    padding: 25px 0;
    z-index: 9999;
    box-shadow: 0px 10px 20px #00000038;
}

.mobile-menu .menu-left,
.mobile-menu .menu-right {
    float: left;
    width: 50%;
}

.mobile-menu h3 {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.mobile-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
}

.mobile-menu ul li:hover:before {
    color: red;
}

.mobile-menu ul li:before {
    content:"\A";
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff8a00;
    position: absolute;
    margin-left: -13px;
    margin-top: 6px;
}

.mobile-menu ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu ul li.menu-item-home {
    display: none;
}

.mobile-menu ul li a {
    color: #333;
    font-size: 17px;
    line-height: 23px;
    font-family: 'Roboto';
}

/*
 Safari Fixes
*/
/* bxslider */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bxslider {
    width: 100%;
    height: 280px;
    margin-bottom: 8px;
    overflow: hidden;
}

.bx-wrapper {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    top: 0;
    right: 10px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("assets/img/bx_loader.gif") center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: right;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: red;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 22px;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 0;
    background: url("assets/img/btn-nav.png") no-repeat;
    background-position: 0 -74px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 0;
    background: url("assets/img/btn-nav.png") no-repeat;
    background-position: -40px -74px;
}

.bx-wrapper .bx-next:hover {
    background-position: -40px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    outline: 0;
    width: 40px;
    height: 74px;
    text-indent: -9999px;
    z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("assets/img/controls.png") -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("assets/img/controls.png") -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
#secondary-menu{
    background-color: #1647a8;
}
#secondary-menu li a{
    color: #fff;
}
#secondary-menu li a:hover{
    background: #ff8a00 !important;
    color: black;
    text-decoration: none;
}
#secondary-menu li.current-menu-item > a{
    background: #FF7900 !important;
    color: black;
    text-decoration: none;
}
#secondary-menu li:first-of-type {
    border-left: none;
}

.entry-summary{
    font-size: 18px;
    line-height: 1.4;
}
.entry-header .entry-category-icon a{
    color: #fff !important;
}
.entry-header .entry-category-icon a{
    padding: 5px 11px 5px 11px;
    height: auto;
    font-size: 19px;
    font-weight: bold;
}
.entry-content{
    font-size: 18px;

}
.icon_hp{
    width: 34px;
    height: 34px;
    background: white;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background: #0c2b6b url("../favicon/star.svg") no-repeat center;
    background-size: 80% auto;
    background-size: 68% auto;
    border-right: 1px #0c2b6b solid;
    border-left: 1px #0c2b6b solid;
}
.icon_hp:hover{
    background-color: #0c2b6b;
    box-shadow: inset 0px 0px 3px #444;
}
.class_menu > div:first-of-type{
    float: left;
    box-sizing: border-box;
    padding-left: 34px; 
}
.section-heading{
    border-left: 10px #FF5722 solid;
}
.h3_title_news_lastest{
    color: #FF5722 !important;
}
.the_excerpt_id{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 60px;
}
.div_the_excerpt{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.div_the_excerpt *{
    font-size: 18px !important;
    line-height: 1.4 !important;
}
.post_source_link{
    float: left !important;
    width: 100% !important;
    outline: none !important;
    background: none !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
    cursor: pointer;
    font-size: 16px !important;
}
#secondary-menu > li:hover > a{
    color: #000;
}
.h2_title_relate, .h2_title_relate_single{
    font-size: 16px;
    font-weight: bold;
    padding: 2px 9px 1px 9px;
    color: #1647a8;
    border-left: 10px #FF5722 solid;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 0px;
    text-transform: uppercase;
    background: #eaeaea;
    font-family: 'Roboto';
}
.h2_title_relate_single{
    padding: 3px 14px 2px 12px;
    margin-bottom: 22px;
}
.h2_title_relate_single{
    margin-left: 0px;
    width: 100%;
}
.item_r{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
body.single .item_r{
    margin-bottom: 22px;
}
.item_r_img{
    float: left;
    width: 75px;
    height: 75px;
    background: #f3f2f2;
    background-position: center;
}
.item_r_img_single{
    width: 120px;
    height: 82px;
}
.item_tle{
    float: left;
    width: 100%;
    position: absolute;
    padding-left: 84px;
    font-size: 16px;
    line-height: 1.2em;
}
.item_tle_single{
    line-height: 1.3em;
    font-size: 16px;
    display: table;
    padding-left: 10px;
    font-family: "Roboto";
}
.item_tle_master{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 1.3em;
    padding: 12px 0px 14px 0px;
}
.item_tle a, .item_tle_master a, .item_tle_single h3 a{
    color: #222 !important;
    font-size: 17px;
    font-family: "Roboto";
}
.item_tle:hover a, .item_tle_master:hover a, .item_tle_single:hover a{
    color: #ff8a00 !important;
}
.item_r_img_master{
    width: 100%;
    background: #f8f8f8;
    float: left;
}
.item_r_img_master img{
    float: left;
    width: 100%;
}
.sidebar_hp{
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
}
.sidebar.single_right{
    width: 400px;
}
.div_title_relate{
    float: left;
    width: 100%;
    overflow: hidden;
}
.p_the_date{
    float: left;
    width: 100%;
    padding-left: 7px;
    border-left: 2px #eceaea solid;
    padding-top: 0px;
    display: none;
    font-size: 15px;
}
.p_the_cate_r{
    float: left;
    width: 100%;
    padding-left: 7px;
    border-left: 3px #e1e1e1 solid;
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #ff8a00;
    margin-top: 3px;
}
.p_the_cate_r a{
    color: #946a38 !important;
}
.item_tle_single:hover .p_the_cate_r{
    border-left: 2px #ff8a00 solid;
}

.item_tle_single:hover a{
    color: #333 !important;
}
.btn_menu div{
    width: 100%;
    height: 4px;
    border-radius: 4px;
    border-radius: 6px;
    float: left;
    background: #fff;
    margin-bottom: 2px;
}
.btn_menu{
    float: left;
    width: 30px !important;
    height: 30px !important;
    padding: 7px 5px;
    box-sizing: border-box;
    line-height: 0px !important;
    border-radius: 4px;
}
.icon_logo_footer{
    width: 76px;
    height: 76px;
    float: left;
    z-index: 10;
    background: #0f3a90 url("../favicon/logo.png") no-repeat center;
    background-size: 80% auto;
    border-right: 1px #555 solid;
}
.box_logo_footer{
    float: left;
    width: 498px;
    position: relative; 
}
.box_logo_footer h4{
    float: left;
    padding: 10px;
    font-size: 22px;
    padding: 0px 0px 0px 10px;
    margin: -6px 0px 0px 0px;
    font-weight: normal;
    font-family: 'Time New Roman';
    color: #0a51de;
    font-weight: bold;
    margin-top: 0px;
}
.box_logo_footer ul{
    float: left;
    list-style: none;
    padding-left: 89px;
    position: absolute;
    top: 33px;
}
.box_logo_footer ul li{
    float: left;
    width: 100%;
    line-height: 21px;
    font-size: 13px;
    font-family: 'Roboto';
}
.box_right_footer{
    float: right;
}
.box_right_footer ul{
    list-style: none;
    float: left;
    width: 500px;
}
.box_right_footer ul li{
    float: left;
    width: 33%;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 18px;
    padding: 2px 0px;
}
.entry_date{
    position: absolute;
    top: 7px;
    left: 7px; 
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 1px black;
    background: #00000052;
    padding: 7px;
}
.thumbnail_wrap{
    position: relative;
}
.post-small .thumbnail_wrap{
    max-height: 87px;
}
.post-edit-link{
    background: #ff8a00;
    font-size: 18px;
    padding: 5px 10px;
    color: white !important;
}
.box_app{
    float: right;
}
.box_app a, .box_app a img{
    float: left;
    margin-right: 5px;
}
.box_right_footer ul li:before {
    content:"\A";
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #555;
    position: absolute;
    margin-left: -16px;
    margin-top: 8px;
}
#wp-admin-bar-wp-logo{
    display: none;
}
#wpadminbar{
    background: #fff;
    box-shadow: 0px 0px 1px #333;
}
#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon{
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-family: Time New Roman;
}
#wpadminbar #wp-admin-bar-site-name>.ab-item:before{
    content: '';
}
#wp-admin-bar-customize{
    display: none;
}
#wp-admin-bar-updates, #wp-admin-bar-comments{
    display: none;
}
#wpadminbar *{
    font-size: 15px;
    font-family: Time New Roman;
}
#wpadminbar #wp-admin-bar-user-info .display-name{
    font-size: 15px;
}
#wpadminbar .yoast-logo.svg{
    background-image: none;
}
#yoast-ab-icon{
    display: none;
}
.adminbar-seo-score{
    margin-left: 10px !important;
    float: left;
}
#wp-admin-bar-wpseo-menu{
    background: #f2f2f2!important;
}
.entry_meta_date{
    height: 19px!important;
}
#wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before{
    color: #444;
}
.single_post_thumbnail img{
    margin-bottom: 0px !important;
    width: auto !important;
    max-width: 100% !important;
}
.c_icon_sns{
    width: 28px;
    height: 28px;
    background: #2e3194;
    float: right;
    background-size: 100% auto !important;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: inset 0px 0px 6px #555555bd;
    margin-top: 4px;
    overflow: hidden;
}
.c_icon_sns:hover{
    box-shadow: inset 0px 0px 7px #333;
}
.c_icon_sns:active{
    box-shadow: inset 0px 0px 1px #333;
}
.c_facebook_share{
    background: url("assets/img/icon-facebook.png") no-repeat center;
}
.c_facebook_share iframe{

}
.c_google_share{
    background: url("assets/img/icon-google-plus.png") no-repeat center;
}
.c_twitter_share{
    background: url("assets/img/icon-twitter.png") no-repeat center;
}
.featured-square h2.entry-title, .post-small h2.entry-title, #latest-content .entry-title, .item_r h3{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.menu_btn_icon{
    float: left;
    list-style: none;
    margin-left: -140px;
    margin-top: 7px;
    display: none;
}
.menu_btn_icon > li{
    float: left;
    width: 28px;
    margin: 0px 3px;
    padding: 4px 5px 2px 5px;
    background: #999;
}
.menu_btn_icon > li > img{
    float: left;
    width: 100%;
}
.menu_btn_icon > li.facebook{
    background: #1a49a0;
}
.menu_btn_icon > li.google{
    background: #ca0909;
}
.menu_btn_icon > li.twitter{
    background: #2288f5;
}
.menu_btn_icon > li.linkedin{
    background: #0073b1;
}
.entry-content figure{
    border: 1px #e9e9e9 solid;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.single .entry-content figure{
    border: none;
    padding: 0px;
    float: left;
}
.single .entry-content figure:hover{
    background: none;
}
.single .entry-content figure img{
    float: left;
    width: 100%;
}
.entry-content figure:hover{
    border-color: #ff8a00;
    background-color: #f5f5f5;
}
.entry-content figure figcaption{
    border-top: none;
    padding-top: 7px;
    margin-top: 2px;
}
body.single .entry-content img{
    border: none;
    padding: 0px;
    display: block;
    margin: 0px 0px;
}
body.single .entry-content figure img, body.single .entry-content table img, body.single .entry-content img{
    border: none;
    padding: 10px 0px;
    margin: 0px;
    display: initial;
    height: auto !important;
}

body.single .entry-content table img{
    display: block !important;
    padding: 0px !important;
    margin: 0px auto;
}
.item_tle_master a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}
.featured-square h2.entry-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wp-list-table .delete,
#contextual-help-link-wrap,
#wp-admin-bar-wpseo-menu,
#MOBILE #wp-admin-bar-site-name,
#wp-admin-bar-customize,
#wp-admin-bar-wp-logo,
#wp-admin-bar-wpseo-menu,
.wp-menu-separator,
#wp-admin-bar-comments
{
    display: none !important;
}
a.c_author_uri{
    color: #00c100 !important;
    font-weight: bold;
    font-size: 17px;
}
.site-info{
    overflow: hidden;
}

body.login {
    background: #e4e4e4;
}
body.login div#login {
    width: 360px;
    padding-top: 5%;
}
body.login div#login h1 {
    min-height: 105px;
    background: url(assets/img/logo.svg) no-repeat center;
    background-size: 100% auto;
}
body.login div#login h1 a {
    display: none;
}
body.login div#login form#loginform {}
body.login div#login form#loginform p {}
body.login div#login form#loginform p label {
    font-size: 14px;
    font-weight: bold;
    color: #f79520;
    font-family: Roboto, arial;
}
body.login div#login form#loginform input[type="text"] {
    box-sizing: border-box;
    padding: 3px 6px 3px 6px;
    font-weight: bold;
    color: #FF5722;
}
body.login div#login form#loginform p.submit input#wp-submit {
    font-size: 17px;
    height: 36px;
    border-radius: 0px;
    font-family: Roboto, Arial;
    text-transform: uppercase;
}
.entry-content > p > strong, .entry-content > p > b {
    font-size: 18px;
    line-height: 1.6;
}
.entry-content > table table td{
    padding: 0px;
    margin: 0px;
    border: none;
}
#featured-content.featured-content-top-under{
    width: 100%;
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
body#DESKTOP.home #featured-content.featured-content-top-under{
    margin: 0px 0px 0px 0px;
}
#featured-content #featured-square-top-under{
    width: 288px;
    min-height: 292px;
}
#featured-content #featured-square-top-under:nth-child(3),
#featured-content #featured-square-top-under:nth-child(6),
#featured-content #featured-square-top-under:nth-child(9){
    margin-right: 0px;
}
/*.c_icon_hp_1{
  width: 45px;
  height: 45px;
  background: #222;
  position: fixed;
  top: 0px;
  margin-left: -45px;
  z-index: 10;
  box-shadow: 0px 0px 1px #222;
  cursor: pointer;
  
}
.c_icon_hp_1 *{
  border: none;
}*/

@media only screen and (max-width: 600px) {
    body.login div#login{
        width: 320px;
        padding: 17px;
    }
}
#DESKTOP #secondary-nav{
    width: 1204px;
}
.footer_content{
    padding-top: 37px !important;
}
body.category #content{
    padding-top: 37px;
}
body.category  .breadcrumbs h3{
    line-height: 1.3;
}

body.single#DESKTOP .sidebar.single_right{
    float: left;
    overflow: hidden;
}
body.single#DESKTOP #content #primary{
    float: left;
    margin-right: 20px;
}

#partners-menu li {
    border-left: 1px solid #e9e9e9;
    position: relative;
}

#partners-menu li a {
    color: #333;
    font-size: 15px;
    line-height: 30px;
}

#partners-menu li.current-menu-item a,
#partners-menu li.sfHover a,
#partners-menu li a:hover {
    background-color: #f5f5f5;
    line-height: 30px;
}

#partners-menu li a:hover {
    text-decoration: underline;
}

#partners-menu li.current-menu-item li a {
    color: #333;
}

#partners-menu li ul {
    border-top: 1px solid #f0f0f0;
    margin: 0 0 0 0;
}

#partners-menu li li {
    border-left: none;
    line-height: 1.5;
    padding-top: 0;
}

#partners-menu li li a:link,
#partners-menu li li a:visited,
#partners-menu li li a:hover {
    background: none;
    border-bottom: none;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

#partners-menu li li.current-menu-item a {
    color: #333;
}

#partners-menu li li .sf-with-ul:after {
    margin-top: -5px;
}

#partners-menu li li ul {
    margin-top: -1px;
}
.menu-partners-menu-container{
    float: right;
    padding-right: 40px;
}
.header-search{
    width: 40px;
    overflow: hidden;
}
.header-search:hover{
    width: 460px;
}
.header-search .search-input{
    width: 419px;
}
.sf-menu li li a{
    padding: 3px 14px;
}
#menu-item-4374 a{
    color: #f39101 !important;
    font-weight: bold;
}
#menu-item-5822 a{
    color: #cc0303 !important;
    font-weight: bold;
}
#menu-item-4374:hover, #menu-item-4374:hover a{
    background: #f39101 !important;
    color: white !important;
}
#menu-item-4373 a{
    color: #E91E63 !important;
    font-weight: bold;
}
#menu-item-4373:hover, #menu-item-4373:hover a{
    background: #E91E63 !important;
    color: white !important;
}
#menu-item-5822:hover, #menu-item-5822:hover a{
    background: #cc0303 !important;
    color: white !important;
}
/* START: BÃ i ná»•i báº­t Ä‘áº§u chuyÃªn má»¥c */
#tax_top_feature_block .entry_date{
    padding-top: 1px;
    padding-bottom: 1px;
} 

#h1_cate{
    font-size: 28px;
    line-height: 1.45;
    font-family: 'Roboto';
}
#tax_top_feature_block .post-small {
    float: left;
    width: 360px;
    margin: 0;
    padding: 0;
    min-height: 1px;
}
#tax_top_feature_block .post-small.last, #tax_top_feature_block .post-small.last_2item{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.desktop #featured-content.featured-content-top-under-category .featured-square#featured-square-top-under{
    width: 288px;
    min-height: 290px;
}
#featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(3),
#featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(6),
#featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(9){
    margin-right: 15px;
}
#featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(4),
#featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(8),
#featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(12){
    margin-right: 0px;
}
.desktop.category #featured-content.featured-content-top-under-category #featured-square-top-under{
    margin-right: 8px !important;
}
.desktop.category #featured-content.featured-content-top-under-category .featured-square#featured-square-top-under{
    width: 294px;
}
.break_tag_ipad{
    float: left;
    width: 100%;
    height: 26px;
    display: none;
}

@media only screen and (min-width: 1080px) and (max-width: 1200px) {
    .desktop #featured-content.featured-content-top-under-category .featured-square#featured-square-top-under{
        width: 253px;
    }
    #tax_top_feature_block .post-small {
        width: 329px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
    #featured-content #featured-square-top-under:nth-child(2){
        margin-right: 15px !important;
    }
    #featured-content.featured-content-top-under-category .featured-square#featured-square-top-under{
        width: 223px;
    }
    #tax_top_feature_block .post-small {
        width: 300px;
    }
    #tax_top_feature_block .post-small .thumbnail-link {
        width: 93px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .break_tag_ipad{
        display: block;
    }
    #tax_top_feature_block .post-small{
        width: 366px;
    }
    #tax_top_feature_block .post-small:nth-child(2),
    #tax_top_feature_block .post-small:nth-child(3),
    #tax_top_feature_block .post-small:nth-child(4),
    #tax_top_feature_block .post-small:nth-child(5),
    #tax_top_feature_block .post-small:nth-child(7),
    #tax_top_feature_block .post-small:nth-child(9)
    {
        float: right;
    }
    #tax_top_feature_block{
        padding: 0px 5px;
    }
    #featured-content.featured-content-top-under{
        padding-left: 5px;
    }
    #tax_top_feature_block .post-small{
        margin-left: 0px;
    }
    #featured-content.featured-content-top-under-category .featured-square#featured-square-top-under{
        width: 174px;
    }
    #featured-content.featured-content-top-under-category .featured-square#featured-square-top-under{
        min-height: 233px;
    }
    #featured-content.featured-content-top-under{
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px){
    #tax_top_feature_block .post-small{
        width: 50%;
        margin: 0px;
        padding: 8px 4px;
    }
    .post-small .thumbnail_wrap{
        max-height: 93px;
    }
    #tax_top_feature_block .post-small:nth-child(even){
        padding-left: 0px;
    }
    #tax_top_feature_block .post-small:nth-child(odd){
        padding-right: 0px;
    }
    #tax_top_feature_block .post-small .thumbnail-wrap img{
        float: left;
    }
    #tax_top_feature_block .post-small.last, #tax_top_feature_block .post-small.last_2item{
        margin-bottom: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid #e6e6e6;
    }
}
/* END: BÃ i ná»•i báº­t Ä‘áº§u chuyÃªn má»¥c */

#single_left{
    float: left;
    width: 234px;
}
.item_l_img {
    width: 234px;
    height: 134px;
    float: left;
    background: #f3f2f2;
    border-radius: 0px;
}
.item_left_title_single{
    line-height: 1.45em;
    font-size: 16px;
    float: left;
}
.item_l{
    width: 234px;
    padding-bottom: 23px;
    float: left;
}
.item_left_title_single h3{
    float: left;
    width: 100%;
    padding-top: 5px;
}
.item_left_title_single h3:hover a{
    color: #ff8a00;
}
.item_left_title_single h3 a{
    color: #333;
    font-size: 17px;
    font-family: "Roboto";
}
.entry-content h2, .entry-content h3, .entry-content h4{
    margin-bottom: 13px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.item_l_img_single.lazy_successs{
    background-color: #fff !important;
}
.edit-link{
    float: left;
    padding-right: 10px;
    margin-top: 1px;
}
.edit-link a{
    float: left;
    background: #08b30f;
    border-radius: 4px;
    color: #555 !important;
}
.edit-link:hover a{
    color: white !important;
}
.edit-link a{
    -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
    box-shadow:inset 0px 1px 0px 0px #caefab;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77ff00), color-stop(1, #5cb811));
    background:-moz-linear-gradient(top, #77ff00 5%, #5cb811 100%);
    background:-webkit-linear-gradient(top, #77ff00 5%, #5cb811 100%);
    background:-o-linear-gradient(top, #77ff00 5%, #5cb811 100%);
    background:-ms-linear-gradient(top, #77ff00 5%, #5cb811 100%);
    background:linear-gradient(to bottom, #77ff00 5%, #5cb811 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77ff00', endColorstr='#5cb811',GradientType=0);
    background-color:#77ff00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #268a16;
    display:inline-block;
    cursor:pointer;
    color:#306108;
    font-size:19px;
    font-weight:bold;
    padding:3px 9px;
    text-decoration:none;
    text-shadow:0px 1px 0px #aade7c;
}
.edit-link:hover a{
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77ff00));
    background:-moz-linear-gradient(top, #5cb811 5%, #77ff00 100%);
    background:-webkit-linear-gradient(top, #5cb811 5%, #77ff00 100%);
    background:-o-linear-gradient(top, #5cb811 5%, #77ff00 100%);
    background:-ms-linear-gradient(top, #5cb811 5%, #77ff00 100%);
    background:linear-gradient(to bottom, #5cb811 5%, #77ff00 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77ff00',GradientType=0);
    background-color:#5cb811;
}
.edit-link:active  a{
    position:relative;
    top:1px;
}

a:not([href]) {
    text-decoration: none;
    color: #333 !important;
}
#toc_container > ul{
    background: #f7f1da;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}
#toc_container > ul li ul{
    margin-top: 0px;
}
#toc_container > ul a{
    text-decoration: none;
}
#toc_container ul a:hover{
    text-decoration: underline;
}
#toc_container > ul li{
    list-style: none;
    margin-bottom: 0px;
}

#toc_container ul li:before {
    content: '';
}
#toc_container > p{
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
    color: #ff8a00;
}
#menu-item-noithat a {
    color: #E91E63 !important;
    font-weight: bold;
}
#menu-item-kientruc a {
    color: #ff8a00 !important;
    font-weight: bold;
}
.partners-menu-top{
    float: right;
    margin-right: 40px;
}
#menu-item-phongthuy a{
    color: #c5091a !important;
    font-weight: bold;
}
.item_l_img_single, .item_r_img_single, .thumbnail-wrap, .item_r_img, .item_r_img_master{
    position: relative;
}
.item_l_img_single:after, .item_r_img_single:after, .thumbnail-wrap:after, .item_r_img:after, .item_r_img_master:after{
    border: 1px solid rgba(0, 0, 0, .05);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
}

.entry-content.QDND img, .VietnamPlus img, .TuoiTreNews img{
    width: 100%;
    float: left;
}
.content-loop .thumbnail-link, .thumbnail-wrap, .item_r_img_master, .item_r_img, #latest-content {
    border-radius: 0px;
    overflow: hidden;
}
#secondary-bar{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.icon_hp{
    border-top-left-radius: 6px;
}
#c_cate_single {
    color: #1647a8 !important;
    border-bottom: 2px #ff5722 solid;
    padding: 0px;
    background: none;
    font-family: 'Roboto';
}
.single_link #c_cate_single{
    border-bottom: none;
}
.featured-content-slides > ul{
    border-radius: 0px;
}
.p_the_cate_r #c_cate_single{
    border: none;
}
[id*="MarketGidComposite"] .mcdomain,
[id*="MarketGidComposite"] .mglbtn
{
    display: none !important;
}
.google-auto-placed{
    margin-top: -10px;
    margin-bottom: 20px;
}
.google-auto-placed ins{
    background: #f0f0f0;
}
.thumbnail-wrap-for-text{
    padding: 7px 16px;
    background: #e9e9e9;
}
body.desktop .thumbnail-wrap-for-text{
    min-height: 162px;
}

.thumbnail-wrap-text {
    line-height: 1.53;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lazy_errors{
    display: none !important;
}

#DESKTOP .content-block-1 .post-big{
    min-height: 400px;
}
#DESKTOP #single_left .item_l_img_single.lazy_errors{
    height: 0px !important;
    display: none!important;
    margin-bottom: 17px;
}
#DESKTOP .content-block-1 .post-big img{
    width: 100%;
}
.button_menu{
    margin: 21px 4px;
}
button.button_menu, button.button_menu:hover, button.button_menu:focus{
    background: #fff;
}
.button_menu, .button_menu svg{
    width: 38px;
    height: 38px;
    float: right;
    padding: 3px;
}
.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    background: none;
    box-shadow: none !important;
}
#menu-mobile-items .c_menu_child > li > a:before{
    margin-top: 8px;
}
.button_menu .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button_menu .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.button_menu .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.button_menu .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
body.desktop .box_img_cate{
    min-height: 230px;
}
.box_hp_cate_ads{
    width: 101.5%;min-height: 100px;float: left;margin-left: -0.75%;position: relative;
}
.c_p_source:hover{
    text-decoration: underline;
    cursor: pointer;
}
@media only screen and (max-width: 667px){
    .box_hp_cate_ads{
        width: 104%;min-height: 100px;float: left;margin-left: -2%;margin-top: 14px;
    }
}

.mobile #single_left {
    float: left;
    width: 100%;
}

.mobile #single_left .item_l {
    width: 50%;
    padding: 5px;
}

.mobile #single_left .item_l_img {
    width: 100%;
    height: 95px;
}
.mobile #single_left .item_l:nth-child(even) {
    padding-right: 0px;
}
.mobile #single_left .item_l:nth-child(odd) {
    clear: left;
    padding-left: 0px;
}
.mobile #featured-square-top-under{
    float: left;
    width: 100%;
}
.mobile #div-featured-content-box{
    float: left;
    width: 100%;
}

.c_box_img {
    width: 100%;
    display: block;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 13px;
    margin-top: 13px;
}

.c_box_img img{
    margin:0px auto !important;
    padding: 0px !important;
    display: block !important;
}
#partners-menu li a, .h2_title_relate_single, h3[itemprop="name"] {
    font-family: "Roboto";
}

.single .site-main .entry-meta{
    position: absolute;
    right: 0px;
    top: 2px;
}
.category .post-small h2.entry-title{
    -webkit-line-clamp: 4;
}
.thumb_cate_top{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.desktop .thumb_cate_top, .tablet .thumb_cate_top{
    height: 162px;
}
#DESKTOP.category h2.entry-title a{
    color: #1647a8;
}
#DESKTOP.category #featured-content.featured-content-top-under-category #featured-square-top-under:nth-child(4n){
    margin-right: 0px !important;
}
#DESKTOP.category #cate_mgid_content_area div[id*="MarketGidComposite1002887_"] .mgline{
    width: 294px !important;
    max-width: 25% !important;
    margin: 10px 3px !important;
    min-height: 260px;
}
#DESKTOP.category #cate_mgid_content_area div[id*="MarketGidComposite1002887_"] .mgline .mctitle a{
    color: #1647a8 !important;
    font-family: "Roboto";
}
#DESKTOP.category #cate_mgid_content_area div[id*="MarketGidComposite1002887_"] .mgline .mctitle a:hover{
    text-decoration: underline !important;
}

#DESKTOP.category #featured-content.featured-content-top-under-category #id_featured_content .featured-square#featured-square-top-under{
    min-height: 280px !important;
}
#DESKTOP.category #id_featured_content{
    margin-bottom: 30px;
}

.desktop #featured-id, .tablet #featured-id {
    float: left;
    width: 25%;
    padding-right: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.desktop #featured-id:nth-child(4n+1),
.tablet #featured-id:nth-child(4n+1) {
    clear: left;
}
.c_entry_title{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}
.c_entry_title a {
    font-weight: bold;
    width: 100%;
    display: block;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 1.35;
}
#box_cate_id{
    width: 100%;float: left;
}
.thumb_div{
    width: 234px;height: 140px;background-color: #eaeaea;background-repeat: no-repeat;background-size: cover;background-position: center;
}
.c_pagination{
    padding: 3px 6px;
    font-weight: bold;
    background: #204da0;
    margin-right: 3px;
    min-width: 34px;
    height: 34px;
    display: block;
    box-sizing: border-box;
    float: left;
    /* padding: 10px; */
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    font-family: "Roboto";
    border: 1px #0f3a90 solid;
    text-shadow: 0px 0px 1px black;
}
.c_pagination:not([href]){
    color: #204da0 !important;
    background: #f79427 !important;
    border: 1px #d6760d solid;
    text-shadow: none;
}
.c_pagination_box, .c_pagination_box_01{
    float: right;
    position: absolute;
    top: 5px;
    right: -3px;
}
.c_pagination_box_01{
    position: static;
}
.c_link_post_excerpt{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 165px;
    padding: 0px 2px;
}
.single h1.c_link_post_title{
    font-size: 22px;
    padding: 10px 2px 0px 2px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 110px;
    margin-bottom: 0px;
}
.c_link_post_title:hover{
    text-decoration: underline;
    cursor: pointer;
    font-size: 22px;
    color: #ff7900;
}
.c_link_img_cover{
    width: 100%;
    height: 320px;
    background: #f9f9f9;
    cursor: pointer;
    background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/loading.gif");
    position: relative;
    border: 2px #ff5722 solid;
    box-sizing: border-box;
}
.c_link_img_cover.lazy_successs{
    background-size: cover;
}
.c_link_img_cover:hover{
    border: 2px #ff5722 solid;
}
.c_link_view_more{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    padding: 0px 2px;
}
.c_link_view_more:before{
    content: "Read more...";
    font-weight: bold;
}
.c_link_view_more:hover{
    text-decoration: underline;
    color: #ff7900;
}
.c_img_border:after {
    border: 1px solid rgba(0, 0, 0, .05);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
}
.c_email:before{
    content: "www.vnexplorer.net@gmail.com";
}
.c_admin:before{
    content: "Global Explorer";
}
.c_str_cut{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pu_ul{
    padding: 2px;
    width: 101%;
    float: left;
    box-sizing: border-box;
    margin-top: 9px;
}
.pu_li{
    float: left;
    width: 50%;
    list-style: none;
    min-height: 84px;
}
.pu_img{
    width: 105px;
    height: 59px;
    background: #e3e3e3;
    background-size: cover;
    float: left;
    margin-right: 10px;
}
.pu_ttl{
    display: table;
    line-height: 1.35 !important;
    font-size: 15px !important;
    font-family: "Roboto";
    box-sizing: border-box;
    padding-right: 10px;
}
.relate_ttl{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 20px;
    float: left;
    width: 100%;
    color: #4caf50;
}
.mheaderitem[select="select"] {
    background: #0e56e4;
}
.mheaderitem_top[select="select"] {
    background: #1647a8;
}
.mheaderitem_top[select="select"] a{
    color: #fff!important;
}
.mheaderitem_top[select="select"]:hover a{
    color: #ff7900!important;
}

.desktop #featured-hp-id {
    float: left;
    width: 12.5%;
    padding-right: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.desktop #featured-hp-id:nth-child(8n+1) {
    clear: left;
}
.thumb_hp_top{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 82px;
}
.thumb_first_slide{
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
    width: 100%;
    background-color: #2c3644;
}
.thumb_wrap_top{
    width: 173px;
    min-height: 91;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#div_list_box{
    float: left;
    width: 101%;
}
.featured_list{
    float: left;
    width: 25%;
    display: block;
    padding-right: 8px;
    min-height: 237px;
}
.desktop .featured_list, .tablet .featured_list{
    min-height: 237px;
}

.desktop .featured_list:nth-child(4n+1),
.tablet .featured_list:nth-child(4n+1){
    clear: left;
}
.featured_list_img{
    float: left;
    width: 100%;
    height: 113px;
    display: block;
    background-position: center;
    background-size: cover;
}
.featured_list_title{
    font-size: 18px;
    font-family: 'Roboto';
}
.featured_list_header {
    float: left;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
}
.id-featured-square{
    height: 176px;
    overflow: hidden;
}
.desktop .id-featured-square:nth-child(3n),
.tablet .id-featured-square:nth-child(3n){
    margin-right: 0!important;
}
.str_cut_2, .str_cut_3, .str_cut_4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.str_cut_2 {
    -webkit-line-clamp: 2!important;
}

.str_cut_3 {
    -webkit-line-clamp: 3!important;
}

.str_cut_4 {
    -webkit-line-clamp: 4!important;
}
.c_domain, .c_domain_top{
    position: relative;
}
.c_domain:before, .c_domain_top:before{
    position: relative;
    line-height: 1.6em;
    font-size: 11px!important;
    color: #b3b3b3;
    position: absolute;
    
    z-index: 10;
}
.c_domain:before{
    bottom: 10px;
    left: 0px;
}
.c_domain_top:before {
    top: 2px;
    left: 8px;
    color: white;
    text-shadow: 0px 0px 1px black;
}
.hp_box_link{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding-right: 8px;
}
.desktop .hp_box_link:nth-child(3n+1) {
    clear: left;
}
.hp_thumb_link_top, .hp_thumb_link_list, .hpr_thumb_wrap, .featured_list_img, .thumb_wrap_top {
    background-color: #2c3644;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    display: inline-block;
}
.hp_thumb_link_list{
    width: 60px;
    height: 60px;
}
.hp_thumb_link_top{
    width: 100%;
    height: 150px;
}
.hp_thumb_link{
    float: left;
    padding-right: 8px;
}
.entry_title{
    line-height: 1.3em;
    font-size: 16px;
    display: table;
    padding-left: 10px;
    font-family: "Roboto";
}
.hp_link_top_title {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: "Roboto";
    line-height: 1.35;
    margin-top: 8px;
    margin-bottom: 8px;
}
.hp_link_list_title{
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1.3;
}
.hp_link_list{
    margin-bottom: 14px;
}
.c_hidden{
    display: none;
}
.img_border {
    position: relative;
}
.img_border:after {
    border: 1px solid rgba(0, 0, 0, .05);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
}
.section-boxing {
    float: left;
    width: 101%;
}
.btn_view_more {
    height: 32px;
    background: #1647a8;
    line-height: 32px;
    font-family: "Roboto";
    margin-left: 50%;
    left: -43px;
    position: relative;
}

.hpr_link_top{
    float: left;
    width: 100%;
    padding: 0px!important;
}

.hpr_thumb_link_top{
    width: 100%;
    height: 145px;
    display: block;
    background-color: #2c3644;
}

.hpr_link_top {
    float: left;
    width: 100%;
}
.hpr_link_list{
    float: left;
    width: 50%;
    padding-right: 4px;
    box-sizing: border-box;
    min-height: 149px;
}
.hpr_box_link{
    position: relative;
}
.hpr_box_link:nth-child(2n+1){
    padding-right: 0px;
    padding-left: 4px;
}
.hpr_thumb_link{
    float: left;
    display: block;
    width: 100%;
}
.hpr_link_list_title{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 5px;
    font-family: "Roboto";
    margin-bottom: 12px;
}
.hpr_thumb_link_list{
    float: left;
    height: 72px;
    width: 100%;
}
.hpr_link_top_title {
    font-family: 'Roboto';
    line-height: 1.35;
    font-size: 18px;
    padding: 5px 0px 12px 0px;
}
.h2_title_relate[keyid="0"]{
    margin-top: 0px;
}
.c_domain_top.hpr_box_link:nth-child(2n+1):before{
    left: 12px;
}
.hpr_link_top.c_domain_top.hpr_box_link:nth-child(2n+1):before{
    left: 8px;
}
.entry-summary {
    word-spacing: break-all;
}
.container_quote {
    float: left;
    font-weight: bold;
    padding: 20px 10px;
    font-family: 'Roboto';
    color: #ff8a00;
    text-align: center;
    line-height: 1.4;
    position: relative;
    height: 80px;
}
/*.text_quote {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 71%;
    font-family: 'Roboto';
    font-size: 15px;
    text-align: center;
    line-height: 1.35;
}
.text_quote:before {
    content: "We believe that news abroad is the key to individuals attaining a broader perspective of the world, and the people in it, and we know that this planet that we all call home is a much better place when we have a deeper understanding and greater empathy toward all individuals and cultures";
}*/
.container_quote .text_quote{
    width: 100%;
    padding: 20px 0px;
}
.tablet .hp_box_link {
    width: 50%;
    float: left;
}
.tablet .hp_link_top {
    min-height: 265px;
}
.tablet .hp_thumb_link_top {
    height: 200px;
}
.tablet .text_quote, .mobile .text_quote{
    display: none;
}
.desktop .menu-item-success, .tablet .menu-item-success{
    background: #00d7f3;
}
.desktop .menu-item-universe, .tablet .menu-item-universe{
    background: #0e4fd0;
}
.desktop .menu-item-rich-dad, .tablet .menu-item-rich-dad{
    background: #612dbd;
}

.desktop #iframe_embed,
.tablet #iframe_embed,
.desktop .sc_video_shortcode_iframe,
.tablet .sc_video_shortcode_iframe
{
    height: 400px;
}
.mobile .sc_video_shortcode_iframe,
.mobile #iframe_embed{
    height: 235px;
}

.desktop .sc_video_shortcode_iframe[src*=".yahoo.com"],
.tablet .sc_video_shortcode_iframe[src*=".yahoo.com"]
{
    height: 324px;
}