:root{
.google-auto-placed {
    display: none;
}
}
.global-bg{
    background-color: #F7820C !important;
    color: #fff !important;
}
body{
    max-width: 100%;
    overflow-x: hidden;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
}
a{
    color: inherit;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
blockquote{
    font-size: inherit;
}
img{
    max-width: 100%;
    height: auto;
}
.galka-logo img{
    max-height: 110px;
}
.page-content-only-right [class^='col-']{
    background-color: #fff;
    margin-top: 15px;
}
.page-content-only-right [class^='col-'] .content{
    padding-top: 0;
}
.wrap{
    background-color: #f0efef;
    min-height: 100vh;
    position: relative;
    padding-bottom: 125px;
}
.clear-fix{
    clear: both;
}
.wrap-container{
    max-width: 1300px;
    margin: 0 auto;
}
h2{
    font-size: 20px;
}
/* header */
header .container-fluid{
    background: #F7820C;
    box-shadow: inset 0px -140px 200px -50px rgba(0,0,0,0.15);
}
header .top{
    min-height: 100px;
}
.first-menu{
    background-color: inherit;
}
.menu ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}
.menu > ul > li{
    display: inline;
    position: relative;
}
.menu > ul > li > a{
    display: inline-block;
    padding: 7px 10px;
    font-weight: bold;
    color: inherit;
    text-transform: uppercase;
}
.menu > ul > li > ul{
    position: absolute;
    top:100%;
    left: 100%;
    z-index: 100;
    min-width: 240px;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    transition: left .3s,opacity .4s;
    background: #777;
}
.menu > ul > li > ul a{
    display: block;
    padding: 5px;
    font-weight: bold;
}
.menu > ul > li:hover > a{
    background: #777;
    color: #fff;
}
.menu > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    left: 0;
}
.second-menu{
    background-color: #fff;
}
.second-menu .menu ul{
    color: #000;
}
#article-slider img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.widget{
    margin-bottom: 10px;
    position: relative;
}
.widget .panel.panel-default{
    margin-top: 0;
}
.widget .category-sidebar img{
    width: 60px;
    height: 50px;
    max-width: 90px;
    object-fit: cover;
    object-position: center;
}
.category-sidebar .media-body h4{
    font-size: 16px;
    padding-right: 8px;
}
.category-sidebar .media{
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.category-sidebar .media:last-child{
    border-bottom: none;
}
.category-sidebar .panel-heading h3{
    margin: 0;
    font-size: 18px;
}
.archive-thumbnail img{
    max-width: 160px;
    width: 160px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    margin-left: 15px;
}
.archive-sidebar{
    margin-top: 25px;
}
.search-form input{
    padding-left: 5px;
    height: 25px;
    margin-top: 4px;
    width: 100%;
    color: #333;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.page-title p{
    margin: 0;
    font-size: 12px;
}
p.single-date{
    margin-bottom: 25px;
}
/* footer */
footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
footer .wrap-container{
    border-top: 3px solid #e0e0e0;
    padding-top: 25px;
}
footer .menu li{
    color: #333;
}
footer .menu ul{
    text-align: right;
}
footer .menu li a{
    display: inline;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 5px;
}
#hart-news{
    list-style: none;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
}
/* content */
.content{
    padding: 25px 0;
}

.article-list{
    list-style: none;
    padding: 0;
}
.article-list > li{
    display: block;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}
.slide_container{
    position: relative; 
    overflow: hidden; 
    height: 30px;
    background-color: #fff;
}
.breaking-news{
    margin-bottom: 15px;
}
.slide_container ul > li{
    display: inline-block;
    margin-right: 15px;
}
.the-title{
    float: left;
    display: block;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.panel.panel-default{
    margin-top: 25px;
}
.panel.panel-default .panel-title{
    font-weight: bold;
    text-transform: uppercase;
}
.front-category .caption h4 a{
    font-size: 16px;
}
.front-category .thumbnail img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
}
.front-category .thumbnail{
    /*height: 236px;*/
    border:none;
    margin-bottom: 0;
}
.front-category .panel-body [class^="col-"]{
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    float: none;
    width: 32.6%;
    vertical-align: top;
}
.right-sidebar .baner-widget img,
.left-sidebar .baner-widget img,
.single-sidebar .baner-widget img{
    width: 100%;
}
.single-sidebar{
    padding-top: 25px;
}
#menu-check{
    display: none;
}
.mobile-menu .menu-icon{
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 11;
    transition: right .5s;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mobile-menu .wrap-mob-menu{
    position: fixed;
    background: rgba(0,0,0,0);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: background 0.3s;
    z-index: 10;
}
.mobile-menu .menu-icon div,
.mobile-menu .menu-icon div:after,
.mobile-menu .menu-icon div:before {
    display: block;
    width: 30px;
    height: 5px;
    z-index: 11;
    background: #ff5500;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.mobile-menu .menu-icon div:after,
.mobile-menu .menu-icon div:before{
    position: absolute;
    content: '';
}
.mobile-menu .menu-icon div:before{
    top: 9px;
}
.mobile-menu .menu-icon div:after{
    top: 18px;
}
.menu-list{
    background: #232323;
    position: fixed;
    top: 0;
    right: -230px;
    z-index: 9;
    transition: right .5s;
    width: 230px;
    height: 100%;
    overflow-y: auto;
    z-index: 11;
}
#menu-check:checked ~ .menu-list{
    right: 0;
}
#menu-check:checked ~ .wrap-mob-menu{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
#menu-check:checked ~ .menu-icon{
    right: 240px;
}
.menu-list ul{
    list-style: none;
    color: #ccc;
    padding: 5px 5px 5px 10px;
    margin-bottom: 0;
}
.menu-list ul.sub-menu{
    border-left: 3px solid #444;
}
.menu-list ul li a{
    display: block;
    padding-bottom: 7px;
    padding-top: 3px;
    border-bottom: 1px dotted #333;
}
.block-news{
    padding-top: 15px;
}
.widget{
    max-width: 100%;
    overflow: hidden;
}
.widget img{
    width: 100%;
}
.widget img{
    margin: 0 auto;
}
.widget h3, .widget > h2{
    display: inline-block;
    background: #F7820C;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 7px 13px;
    font-weight: bold;
    border-top-left-radius: 3px;
    border-top-right-radius: 10px;
    margin: 0;
    margin-bottom: 10px;
}
.widget h3:after, .widget > h2:after{
    content: '';
    display: block;
    width: 100%;
    background-color: #F7820C;
    height: 4px;
    top: 27px;
    left: 0;
    position: absolute;
}
.widget .panel-heading h3{
    font-size: 16px;
}
.widget .panel-default{
    background: none;
    border:none;
}
.widget .panel-heading{
    padding: 0;
    border:none;
    background: none;
}
.widget .panel-body{
    background-color: #fff;
    border: 1px solid #ddd;
}
.widget .article-list{
    padding-left: 10px;
}
.more {
    font-size: 12px;
    color: #6b6b6b;
    text-align: center;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 4px 0px;
    font-weight: bold;
    background: #f9f9f9;
    box-shadow: inset 0px -20px 20px -20px rgba(0,0,0,0.1);
}
.logo-widget{
    padding-top: 15px;
}
.right-sidebar .baner-widget{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.article-date{
    font-size: 13px;
    color: #aaa;
    font-weight: bold;
}
.single-body .page-thumbnail img{
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}
.right-sidebar{
    max-width: 320px;
    margin: 0 auto;
}
.modal-dialog {
    max-width: 400px;
    text-align: center;
}
.last-news{
    line-height: 17px;
}
.last-news.red{
    color: #d33c3c;
    font-weight: bold;
}
.last-news.fb > img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    margin-right: 5px;
    float: left;
}
.last-news.fb > div{
    width: calc(100% - 67px);
    float: right;
}
.last-news.fb{
    display: block;
    padding: 10px 5px;
    border: 1px solid #dddddd;
    border-radius: 0 10px 10px 0;
    margin: 5px 0;
    background: #fff;
}
.last-news.fb:after{
    content: '';
    display: block;
    clear: both;
}
.article-list > .widget + li{
    border-top: 1px dashed #ccc;
}
.last-news{
    margin-bottom: 5px;
}
.article-list .widget img{
    width: 100%;
    max-width: 320px;
}
.article-list .widget{
    text-align: center;
}
.block-news .panel-heading > h3, .block-news .panel-heading > a{
    display: inline-block;
    padding: 10px 15px 7px 15px;
    background: #F7820C;
    color: #fff;
}
.block-news .panel-heading > a{
    float: right;
    border-top-left-radius: 10px;
    border-top-right-radius: 3px;
}
.block-news .panel-heading > h3{
    border-top-right-radius: 10px;
    border-top-left-radius: 3px;
}
.block-news .panel-default{
    border-top: none;
}
.block-news .panel-heading{
    padding:0;
    background-color: #f0efef;
    border: none;
    border-bottom: 4px solid #F7820C;;
}
a.custom-soc {
    display: inline-block;
    background: transparent;
    color: #232323;
    width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: 23px;
    box-shadow: 0px 0px 0px 1px #232323;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin-right: 4px;
}

.icon-text {
    display: inline-block!important;
    font-weight: normal!important;
    font-family: 'Entypo', sans-serif!important;
}
.share-block{
    margin-top: 20px;
}
.single-title-block{
    border-right: 2px solid #ddd;
}
.single-title-block .single-body{
    background-color: inherit;
}
.single-body{
    padding: 10px;
    background-color: #fff;
}
.single-title-block h1{
    font-weight: bold;
}
#decsripthome {
    color: #999;
    font-size: 11px;
    margin: 10px auto;
    overflow: hidden;
    max-width: 990px;
    width: 100%;
    padding-bottom: 10px;
}
footer .wrap-container p{
    font-size: 11px;
    color: #a0a0a0;
}
a.more-link {
    font-size: 12px;
    color: #6b6b6b;
    text-align: center;
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 4px 0;
    font-weight: 700;
    background: #f9f9f9;
    box-shadow: inset 0 -20px 20px -20px rgba(0,0,0,.1);
    width: 108px;
    margin-top: 4px;
}
.archive-body .article-date{
    font-size: 11px;
}
.archive-date{
    margin-bottom: 0;
}
.archive-item{
    padding-bottom: 15px;
    border-bottom: 1px dotted #c0bfbf;
}
.archive-item:last-child {
    border-bottom: none;
}
.news-right{
    margin-top: 15px;
}
.news-right ul.article-list{
    padding-left: 0;
}
.owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
    border: 2px solid #444;
}
.owl-dots .owl-dot.active span {
    background: #F7820C;
}
#article-slider .owl-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#article-slider .owl-item a:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    transition: opacity .3s;
    z-index: 100;
    top: 0;
    left: 0;
}
#article-slider .owl-item a:hover:after{
    opacity: 0.3;
}
.fb-comments iframe{
    width: 100% !important;
}
.article-slider-content{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 25px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 101;
}
.single-body .content iframe{
    max-width: 100%;
    width: 100%;
}
.single-body .content a{
    text-decoration: underline;
}
.galka-pagination > ul{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.galka-pagination > ul > li{
    display: inline;
}
.galka-pagination > ul > li:first-child > a, .galka-pagination > ul > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.galka-pagination > ul > li > a, .galka-pagination > ul > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.galka-pagination > ul > li > span.current, .pagination > li > span.current{
    background-color: #e5e5e5;
}
.block-news .panel-heading > a{
    padding-top: 8px;
}
.galka-question{
    width: 100%;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 10px;
}
.galka-question .galka-question-button{
    margin-top: 7px;
}
.galka-question h2{
    margin-top: 0;
}
.galka-question ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.galka-question ul li label{
    font-size: 12px;
    cursor: pointer;
}
.galka-question ul li input{
    display: none;
}
.galka-question ul li .check{
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    float: left;
    margin-right: 5px;
}
.galka-question ul li .check > span{
    display: none;
}
.galka-question ul li input:checked + .check > span{
    display: block;
}
.image-text-widget-text{
    background: #fff;
    padding: 5px;
}
.galka-question ul li h4{
    font-size: 12px;
    margin: 0;
}
.galka-question ul li .progress-bar{
    float: none;
    margin-bottom: 5px;
}

/* smiles */
.galka-smiles{
    position: relative;
}
.galka-smiles ul{
    list-style: none;
    padding: 0;
    float: left;
    margin-right: 5px;
}
.galka-smiles ul > li{
    display: inline-block;
    width: 23px;
    height: auto;
}
.smile-tooltip{
    display: none;
    position: absolute;
    background: #fff;
    bottom: 100%;
    left: -15px;
    z-index: 9;
    padding: 8px;
    margin-right: 0;
    text-align: center;
    border: 1px solid #777;
    border-radius: 30px;
    margin-bottom: 5px;
    height: 42px;
}
.smile-body ul > li{
    margin-left: -13px;
    position: relative;
}
.smile-body ul > li:nth-child(1){
    z-index: 6;
    margin-left: 0;
}
.smile-body ul > li:nth-child(2){
    z-index: 5;
}
.smile-body ul > li:nth-child(3){
    z-index: 4;
}
.smile-body ul > li:nth-child(4){
    z-index: 3;
}
.smile-body ul > li:nth-child(5){
    z-index: 2;
}
.smile-body ul > li:nth-child(6){
    z-index: 1;
}
.smile-body ul{
    cursor: pointer;
}
.smile-total{
    font-size: 14px;
    color: #555;
    padding-top: 3px;
}
.smile-button-section .smile-button-block{
    background: none;
    border: 1px solid #888;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.smile-button-section{
    clear: both;
}
.smile-button-section .smile-button-smiles{
    position: absolute;
    background: transparent;
    width: 180px;
    bottom: 100%;
    right: -10px;
    z-index: 9;
    visibility: hidden;
    transition: visibility .5s;
}
.smile-button-block:hover .smile-button-smiles{
    visibility: visible;
}
.smile-button-section .smile-button-smiles ul{
    display: block;
    background: #fff;
    padding: 8px;
    margin-right: 0;
    text-align: center;
    width: 100%;
    border: 1px solid #777;
    border-radius: 30px;
    margin-bottom: 5px;
    height: 42px;
}
.smile-button-section .smile-button-smiles ul li:hover{
    width: 25px;
}
.smile-button-section {
    text-align: right;
}
.galka-smiles .smile-tooltip ul > li{
    width: 45px;
}
.galka-smiles .smile-tooltip ul > li img{
    width: 23px;
}
.smile-button-icon-section > img{
    width: 18px;
    margin-top: -4px;
}
.smile-button-icon-section > img + span{
    color: rgb(56, 88, 152);
    font-weight: bold;
}

@media (min-width: 768px) {
   .wraper-home-body, .archive-body, .single-body, .single-sidebar{
       margin-right: -15px;
   }
   .wraper-home-body .block-news{
       margin-left: -15px;
   }
   .show-only-mob{
       display: none !important;
   }
   .mobile-menu{
       display: none !important;
   }
}
@media (max-width: 767px) {
    .search-form input{
        margin-bottom: 5px;
    }
    .first-menu .menu, .second-menu .menu{
        display: none !important;
    }
    .archive-body .media-body p{
        display: none;
    }
    .archive-body .archive-thumbnail img{
        max-width: 60px;
        max-height: 50px;
    }
    .archive-body .media-heading{
        font-size: 14px;
        padding-right: 8px;
    }
    .pagination>li>a, .pagination>li>span{
        padding: 4px 8px;
    }
    .show-only-desc{
        display: none !important;
    }
}
@media (max-width: 565px) {
    .front-category .panel-body [class^="col-"]{
        display: block;
        width: 100%;
    }
}

.google-auto-placed {
    display: none;
}