@font-face {
    font-family: Font;
    src: url('../fonts/Roboto.ttf');
}
/*body {
    font-family: Font;
}*/
body {
    background-color: #eee;
}
ul {
    padding: 0;
    margin: 0;
}
/* #rscss */

#top {
    background-color: #03c;
    color: #FFF;
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
}
#top .btn {
    padding: 0;
    margin: 0;
    border: none;
    color: #FFF;
    line-height: 14px;
}
#top a {
    font-size: 12px;
    color: #FFF;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
}
#top a:hover {
    color: #00A8E1;
}
#top i {
    font-size: 12px;
}
#top #top-links .list-inline > li {
    padding: 0;
    position: relative;
}
#top #top-links .list-inline > li + li {
    padding-left: 20px;
}
#top #top-links .list-inline > li + li:before {
    background-color: #FFF;
    position: absolute;
    width: 1px;
    height: 10px;
    content: "";
    opacity: 0.4;
    bottom: 2px;
    left: 10px;
}
#top #top-links .btn-link {
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    height: 14px;
}
#top #top-links .btn-link:hover,
#top #top-links .btn-link:active,
#top #top-links .btn-link:focus {
    text-decoration: none;
    color: #00A8E1;
}
#top #top-links .dropdown-menu {
    margin: 0;
    left: auto;
    top: 24px;
    right: -10px;
    background: #242424;
    border-radius: 0;
    border: 1px solid #242424;
}
#top #top-links .dropdown-menu li a:hover {
    background: none;
    color: #00A8E1;
}
@media (max-width: 550px) {
    #top #top-links .account .dropdown-menu {
        right: auto;
        left: -10px;
    }
}
@media (max-width: 350px) {
    #top #top-links i {
        display: none;
    }
}
@media (max-width: 767px) {
    #top {
        text-align: center;
        font-size: 13px;
    }
    #top #top-links {
        float: none !important;
        padding-top: 10px;
        text-align: center;
    }
}
#top .hotline-header .list .item-content {
    display: inline-block;
    position: relative;
}
#top .hotline-header .list .item-content div {
    display: inline-block;
}
#top .hotline-header .list .item-content + .item-content {
    padding-left: 20px;
}
#top .hotline-header .list .item-content + .item-content:before {
    background-color: #FFF;
    position: absolute;
    width: 1px;
    height: 10px;
    content: "";
    opacity: 0.4;
    bottom: 2px;
    left: 10px;
}
@media (max-width: 800px) {
    #top .top-left,
    #top .top-right {
        width: 100%;
        float: none;
        text-align: center !important;
    }
    #top #top-links {
        padding-top: 15px;
        text-align: center !important;
        float: none !important;
    }
}
@media (max-width: 767px) {
    #top .top-left {
        display: none;
    }
    #top #top-links {
        padding: 0;
    }
}

/* #Top Header */

#header-box {
    background-image: url('../img/bg/bg_header.png');
    color: #7a7a7a;
}
#header-box #header {
    padding: 25px 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
}
#header-box #header #logo img {
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
}
#header-box #header .consultant {
    display: none;
}
@media (max-width: 767px) {
    #header-box #header #logo img {
        max-width: 100px;
        width: 100%;
		margin-top: 0;
    }
}
@media (max-width: 768px) {
    #header-box #header #logo {
        text-align: center;
        margin-bottom: 5px;
    }
    #header-box #header #logo img {
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    #header-box #header {
    	padding: 0;
    }
    #header-box #header .consultant {
        text-align: right;
        color: #00A8E1;
        display: block;
    }
    #header-box #header .consultant .list {
        max-width: 200px;
        float: right;
        position: relative;
        padding-top: 10px;
        cursor: pointer;
        list-style: none;
    }
    #header-box #header .consultant .list .item-image {
        float: left;
        padding-top: 21px;
    }
    #header-box #header .consultant .list .item-image i {
        font-size: 25px;
    }
    #header-box #header .consultant .list .item-description {
        font-size: 24px;
        font-weight: bold;
        /*margin-left: 30px;*/
        line-height: normal;
    }
    #header-box #header .consultant .list:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../img/effect/glass.png) no-repeat scroll -265px 0 transparent;
        z-index: 1;
    }
    #header-box #header .consultant .list:hover {
        text-decoration: none;
    }
    #header-box #header .consultant .list:hover:after {
        background-position: 1200px 0;
        transition: all 3s ease 0s;
        -moz-transition: all 3s ease 0s;
        -webkit-transition: all 3s ease 0s;
    }
}
@media (min-width: 991px) {
    #header-box #header .consultant {
        margin-top: 20px;
    }
}
/* #Header box*/
#main-menu {
    background-color: #03c;
    position: relative;
}
#main-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: auto;
    right: 0;
    top: 0;
    height: 1px;
    z-index: 1;
    background-color: #e5e5e5;
}
.menu-container {
    /*width: 80%;*/
    margin: 0 auto;
    /*background: #e9e9e9;*/
}
.menu-container .menu {
    position: relative;
    height: 62px;
	border-top: 1px solid #eee;
}
.menu-container .menu .navbar-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 62px;
    padding-top: 15px;
    width: 200px;
}
.menu-container .menu .navbar-search .form-control,
.menu-container .menu .navbar-search .input-group-btn button,
.menu-container .menu .navbar-search .form-control:hover,
.menu-container .menu .navbar-search .form-control:focus,
.menu-container .menu .navbar-search .input-group-btn button:hover, 
.menu-container .menu .navbar-search .input-group-btn button:focus {
    border-radius: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    border-color: #e5e5e5;
}
@media (max-width: 959px) {
    .menu-container .menu .navbar-search {
        right: 20px;
    }
}
 
.menu-mobile {
    display: none;
    padding: 22px;
    margin-left: 10px;
    width: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    width: 20px;
    position: relative;
    /*top: 50%;*/
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    background: #03c;
    z-index: 999;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #e9e9e9;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li > a {
    text-decoration: none;
    padding: 1.5em 1em;
    display: block;
    color: #fff;
    text-transform: uppercase;
}
.menu > ul > li {
    border-right: 1px solid #03c;
}
.menu > ul > li:first-child {
    border-left: 1px solid #03c;
}

.menu > ul > li:hover, 
.menu > ul > li > a:hover,
.menu > ul > li > a:focus {
    background: #dff0d8;
    color: #FFF;
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #FFF;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: disc;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: blue;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
        height: 62px;
    }
    .menu-mobile:hover {
        text-decoration: none;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li a {
        border-bottom: 0px solid transparent;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}
/* #Main Menu */
section {
    padding: 50px 0;
}
section .section-col {
    background-color: #FFF;
}
section .col-left ul.col-list li img {
	margin: auto;
}
section .col-left ul.col-list li .md-padding-left {
	margin-top: 10px;
}
@media (min-width: 992px){
	section .col-left ul.col-list li .md-padding-left {
		padding-left: 0;
		margin-top: 0;
	}
}

.section-title {
    padding: 20px 13px;
}
ul.col-list {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.col-list li {
    padding-bottom: 20px;
}
ul.col-list li:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
ul.col-list li .wpp-thumbnail {
    width: 80px;
    height: auto;
    margin: 0 17px 0px 13px !important;
    display: inline;
    float: left;
    border: none;
}
ul.col-list li a {
    font-size: 13px;
    color: blue;
}
#highlights {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 20px;
}
#highlights .thumbnail-media {
    margin-bottom: 10px;
}
#entertainment .item:first-child {
    border-top: none;
}
#entertainment .item {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
}
#entertainment .item a {
    color: blue;
}
/* #entertainment .thumbnail-media {
    width: 36%;
    float: left;
}
#entertainment .thumbnail-body {
    float: left;
    padding: 0;
    padding-left: 30px;
    width: 64%;
} */
#sidebar .item .thumbnail-body {
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#sidebar .item .thumbnail-body h4.heading {
    color: #222;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
#sidebar .item .thumbnail-body h4.heading a {
    color: blue;
}
#sidebar .item .thumbnail-body h4.heading a:hover {
    color: blue;
    text-decoration: none;
}
.meta-category a {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
}
/* #Section */
.col-content-detail .section-title {
    margin-bottom: 0px;
}
.col-content-detail .section-title .meta-info,
.col-content-detail .meta-author {
    clear: both;
    color: rgba(0, 0, 0, 0.65);
    font-size: 1.2rem;
}
.col-content-detail .section-title .meta-info,
.col-content-detail .meta-author   {
    display: inline-block;
    margin-right: 15px;
}
.col-content-detail .meta-author span {
    padding-left: 20px;
}
.col-content-detail .meta-author a {
    color: rgba(0, 0, 0, 0.65);
}
.col-content-detail .section-title .meta-info .meta-item a {
    padding: 4px 15px;
    background: #eb0254;
    color: #fff;
    font-weight: bold;
}
.col-content-detail .section-title .heading {
    font-family: 'Work Sans', sans-serif;
    color: #222;
    font-size: 33.6px;
    font-weight: 700;
}
/*.meta-content .meta-content-img {
    margin-bottom: 20px;
}*/
.meta-content .meta-content-info {
    padding: 20px;
}
.meta-item.meta-tags a {
    color: #eb0254;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
}
.favicon {
    padding: 20px 0;
    text-align: center;
}
.favicon li {
    display: inline-block;
    padding-right: 0px;
    line-height: 34px;
}
.favicon li a {
    color: #fff;
    padding: 4px 29px;
    border-radius: 3px;
    padding-top: 8px;
}
.favicon li:nth-child(1) a {
    background: #3e64ad;
}
.favicon li:nth-child(2) a {
    background: #6aadd1;
}
.favicon li:nth-child(3) a {
    background: #de010d;
}
.favicon li:nth-child(4) a {
    background: #aaa;
}
.relative-post-default {
    border-top: 4px solid #eee;
    margin-top: 15px;
}
.relative-post-default h5.section-nav-title {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-top: 4px solid #eb0254;
    float: left;
    padding-top: 15px;
    margin-top: -4px;
}
.relative-post-default ul {
    float: none;
    clear: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
.relative-post-default ul li {
    line-height: 30px;
}
.relative-post-default ul li a {
    color: #222;
    font-size: 15px;
}
.relative-post-default ul li a:before {
    content: " ";
    width: 0;
    margin-right: 10px;
    display: inline-block;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #222;
    border-bottom: 4px solid transparent;
}
/* #Detail */
.category-content {
    position: relative;
}
.category-content-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(transparent,rgba(0,0,0,0.7));
}
.category-content-caption h3.caption-title,
.category-content-caption .caption-desc-s {
    color: #FFF;
}
.category-grid {
    padding: 20px 0;
    overflow: hidden;
}
.category-grid .item {
    margin-bottom: 20px;
}
.category-grid .item .meta-img img {
    margin: auto;
}
.category-grid .item .meta-title {
    font-size: 18px;
}
@media (max-width: 991px) {
    .category-content {
        display: none;
    }
}
/* #Category */
.contact-address {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;
}
.contact-address .contact-logo img {
    margin: auto;
}
.contact-address ul li {
    line-height: 30px;
}
/* #Contact */
footer #newsletter {
    background: url(../img/bg/newsletter-background-web.jpg) center center no-repeat fixed;
    background-size: cover;
    min-height: 200px;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}
footer #newsletter .glass {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.3);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
footer #newsletter p {
    background: linear-gradient(90deg ,transparent, #337ab7, transparent);
    color: #FFF;
    margin-bottom: 40px;
    display: none;
}
footer #newsletter h3.newsletter-title {
    text-align: center;
    color: #000;
    margin: 0;
    margin-bottom: 30px;
    font-family: arial;
    text-transform: uppercase;
    text-shadow: -1px -1px #fff;
}
footer #newsletter .input-group input.form-control,
footer #newsletter .input-group button.btn {
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
footer #newsletter .input-group button.btn {
    background: #d62c2e;
    color: #FFF;
}
footer #newsletter .input-group input.form-control {
    border: 1px solid #d62c2e;
}

@media (min-width: 768px) {
    footer #newsletter {
        min-height: 400px;
    }
    footer #newsletter p {
        display: block;
    }
    footer #newsletter h3.newsletter-title {
        text-align: center;
        color: #000;
        font-size: 44px;
        font-weight: bold;
        padding: 8px 0px;
        margin: 0;
        margin-bottom: 30px;
        font-family: arial;
        text-transform: uppercase;
        text-shadow: -1px -1px #fff;
    }
    footer #newsletter .input-group {
        display: block;
    }
    footer #newsletter .input-group input.form-control:hover,
    footer #newsletter .input-group input.form-control:focus,
    footer #newsletter .input-group button.btn:hover,
    footer #newsletter .input-group button.btn:focus {
        outline: none;
    }
    footer #newsletter .input-group input.form-control {
        background: transparent;
        border: 1px solid #d62c2e;
        height: 80px;
        line-height: 48px;
        padding: 16px 160px 16px 25px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
    }
    footer #newsletter .input-group input.form-control::-webkit-input-placeholder {
       color: #d62c2e;
    }

    footer #newsletter .input-group input.form-control:-moz-placeholder { /* Firefox 18- */
       color: #d62c2e;  
    }

    footer #newsletter .input-group input.form-control::-moz-placeholder {  /* Firefox 19+ */
       color: #d62c2e;  
    }

    footer #newsletter .input-group input.form-control:-ms-input-placeholder {  
       color: #d62c2e;  
    }
    footer #newsletter .input-group button.btn {
        border: 0 none;
        color: #fff;
        font-size: 18px;
        line-height: 48px;
        padding: 0 22px;
        position: absolute;
        right: 26px;
        top: 16px;
        z-index: 2;
        background: #d62c2e;
        font-family: arial;
    }
}
/* #Newsletter */
footer #footer-top {
    background: #03c;
    /*min-height: 300px;*/
    clear: both;
    color: #999;
}
footer #footer-top h5 {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
    color: #FFF;
}
footer #footer-top .row {
    padding-top: 40px;
}
footer #footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
	color:#fff;
}
footer #footer-top ul#menu-favicon li {
    display: inline-block;
    padding-right: 7px;
}
footer #footer-top ul#menu-favicon li a {
    color: #999;
    display: block;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    text-align: center;
}
footer #footer-top .list-news-ft li:first-child {
    border-top: 0;
}
footer #footer-top .list-news-ft li {
    border-top: 1px solid #fff;
    padding: 8px 0;
}
footer #footer-top .list-news-ft li a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 20px;
}
footer #footer-top .tagcloud a {
    background: #555;
    color: #fff;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px !important;
    font-weight: 700;
    line-height: 100%;
    margin: 0 5px 5px 0;
    padding: 5px 7px;
    text-transform: uppercase;
}
footer #footer-top .tagcloud a:hover {
    background: #777;
    color: #fff;
    text-decoration: none;
}
/* Footer Top */
footer #footer-bottom {
    background: #061043;
    /*border-top: 1px solid #16181c;*/
    padding: 20px 0;
    color: #999;
    font-size: 13px;
}
footer .excerpt{color:#fff;}
/* #Footer Bottom */
/* #Footer*/