body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-display: swap;
    height: 100%;
    overflow-y: scroll;
}
.sticky_body{
    padding-top: 220px;
}
html{
    height: 100%;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol li{
    padding-left: 15px;
    list-style-type: decimal;
}
.clearfix{
    clear: both;
    font-size: 1px;
}

.banner{
    text-align: center;
    padding: 5px 0 0 0;
}
.banner img{
    display: inline-block;
}
.banner_top_header{
    float: right;
    width: 72%;
    text-align: right!important;
    overflow: hidden;
    padding: 0px 0 0 0;
    /*background: #ccc;*/
}
.banner_top_header .banner_box{
    text-align: right!important;
}
.banner_top_header .banner_box img{
    margin: 0;
    display: inline;
}
.banner_top_header img, .banner_top_header iframe{
    max-width: 100%;
    margin: 0;
}

.font_roboto{
    font-family: 'Roboto Condensed', sans-serif;
    font-display: swap;
}

.top_header{
    border-top: 30px solid #2e2e33;
}
.top_header_container{
    position: relative;
}
.top_header_container .logo{
    position: relative;
    z-index: 200;
    margin-top: -30px;
    width: 27%;
    float: left;
}
.top_header .sticky_logo{
    display: none;
}

.top_header.sticky_header{
    position: fixed;
    z-index: 9000!important;
    border-top: 0;
    width: 100%;
    top: 0;
}
.top_header.sticky_header .top_header_container{
    display: none;
}
.top_header.sticky_header .sticky_logo{
    display: block;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9010;
}
.modal{
    z-index: 9050;
}
.top_header.sticky_header .sticky_logo img{
    height: 45px;
    width: auto;
}
.top_header.sticky_header .top_nav{
    margin-left: 80px;
}

.header_nav{
    height: 48px;
    position: relative;
    top: -1px;
    z-index: 150;
    background: url(../images/top_nav_bg2.png) center bottom repeat-x;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
}
.top_nav{
    font-family: 'Roboto Condensed', sans-serif;
    font-display: swap;
    font-size: 17px;
    color: #2e2e33;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.top_nav_ul{
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.top_nav li{
    display: inline-block;
    line-height: 40px;
    white-space: nowrap;
}
.top_nav a{
    color: #2e2e33;
    display: block;
    height: 45px;
    padding: 0 22px;
    text-decoration: none;
    letter-spacing: 1px;
}
.top_nav a:hover, .top_nav li.active a{
    color: #fff;
    background: #ed1b24;
}
.top_nav_pager_left, .top_nav_pager_right{
    background: #fafafa;
    position: absolute;
    display: none;
    height: 36px;
    width: 20px;
    cursor: pointer;
    top: 0;
    z-index: 1000;
}
.top_nav_pager_right{
    background: #fafafa url(../images/icon_arrow_right.png) center center no-repeat;
    right: 0;
}
.top_nav_pager_left{
    background: #fafafa url(../images/icon_arrow_left.png) center center no-repeat;
    left: 0;
}

.top_header.sticky_header .top_nav_pager_left{
    left: 80px;
}


.top_search{
    padding: 7px 0 0 0;
    text-align: right;
}
.top_search input{
    width: 120px;
    border: none;
    color: #000;
    padding: 0 5px;
    display: inline-block;
    height: 24px;
    vertical-align: top;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #fafafa;
}
.top_search input:focus{
    background: #fff;
    border: 1px solid #ccc;
}
.top_search button, .top_search_mobile_btn, .top_search_mobile button{
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border: none;
    background: url(../images/icon_search.png) no-repeat;
    cursor: pointer;
    font-size: 1px;
    text-indent: -1000em;
    vertical-align: top;
    margin-left: 2px;
}

.top_search_mobile_btn{
    margin-top: 14px;
    top: 10px;
    right: 80px;
    position: absolute;
    z-index: 10000;
}
.mobile_menu{
    text-align: right;
}
.top_search_mobile{
    text-align: center;
    background: #fff;
    padding: 5px 0 10px 0;
}

.news_list_title{
    background: #e3061b;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}
.display_on_scrollto{
    /*opacity: 0;*/
    display: block;
    position: relative;
    /*top: -20px;*/
}

.main_container{
    padding: 25px 0 20px 0;
}

.main_slider{
    margin: 0 0 10px 0;
    position: relative;
}
.main_slider_cont{
    width: 100%;
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-bottom: 1px;
}
.main_slider_cont .item{
    position: relative;
    width: 100%;
    height: 420px;
}
.main_slider_cont .item .item_title{
    position: absolute;
    z-index: 100;
    top: 5px;
    left: 5px;
    background: url(../images/slider_tri.png) center 30px no-repeat;
    height: 40px;
}
.main_slider_cont .item .item_title a{
    display: block;
    background: #e3061b;
    line-height: 30px;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 24px;
}
.main_slider_cont .item_text{
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
}
.main_slider_cont .item_text a{
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 120;
    letter-spacing: -1px;
    display: block;
    padding: 10px 20px;
}
.main_slider_cont .item_text .item_text_bg{
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 110;
    opacity: .5;
    left: 0;
    top: 0;
}
.main_slider_cont .item_text:hover  .item_text_bg{
    opacity: .7;
}

.main_slider_scroller{
    height: 197px;
    overflow: hidden;
}
.main_slider_scroller .item{
    background: #f5f5f5;
    height: 192px;
    overflow: hidden;
}
.main_slider_scroller_text{
    height: 186px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}
.main_slider_scroller_text a{
    color: #000;
    text-decoration: none;
}
.main_slider_scroller_text_col{
    padding-left: 0;
    padding-right: 18px;
}
.main_slider_scroller_text h3{
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 10px 0;
    letter-spacing: -1px;
}
.main_slider_scroller_text p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}
.main_slider_scroller_cont{
    position: relative;
}

.slider_left, .slider_right{
    position: absolute;
    z-index: 1000;
    width: 40px;
    height: 40px;
    top: 65px;
    cursor: pointer;
    opacity: .5;
    font-size: 1px;
    text-indent: -1000em;
    overflow: hidden;
    border-radius: 20px;
}
.slider_left:hover, .slider_right:hover{
    opacity: 1;
}
.slider_left{
    background: #fff url(../images/slider_arrow_left.png) no-repeat;
    left: 2px;
}
.slider_right{
    background: #fff url(../images/slider_arrow_right.png) no-repeat;
    right: 2px;
}

#slider_left2.slider_left{
    top: 180px;
    left: -20px;
    z-index: 1000;
}
#slider_right2.slider_right{
    top: 180px;
    right: -20px;
    z-index: 1000;
}

section.news_list{
    padding: 15px 0;
}
section.news_list article h2{
}
section.news_list article h2 a{
    color: #000;
}

section.news_list_2col article h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
}
.news_list_sep{
    border-top: 1px solid #e7e7e7;
}

section.news_list_4col article h2{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
}

section.col_box h1{
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background: #2e2e33;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
section.col_box article{
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}
section.col_box article .col-xs-4{
    padding-right: 0;
}
section.col_box article .time{
    display: inline-block;
    line-height: 18px;
    padding: 0 5px;
    background: #e3061b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
section.col_box article h2{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
    line-height: 18px;
    text-transform: uppercase;
}
section.col_box article a{
    color: #111111;
}
section.col_box article p{
    margin: 0;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 18px;
}
.col_box_more, .col_box_more2{
    text-align: right;
    padding: 10px 0;
}
.col_box_more2{
    text-align: center;
}
.col_box_more a, .col_box_more2 a, .category_more_btn{
    display: inline-block;
    padding: 5px 10px;
    background: #f6f6f6;
    border: 1px solid #c8c8c8;
    color: #484848;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.col_box_more2 a, .category_more_btn{
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 60px;
}
.col_box_more a:hover, .col_box_more2 a:hover, .category_more_btn:hover{
    background: #c8c8c8;
    text-decoration: none;
}

.heading_main_article .item_text_bg{
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 110;
    opacity: .5;
    left: 0;
    top: 0;
    display: block;
}
.heading_main_article:hover  .item_text_bg{
    opacity: .7;
}
.heading_main_article{
    position: relative;
}
.heading_main_article img{
    display: block;
    position: relative;
    z-index: 100;
}
.heading_main_article h2{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 20px;
    z-index: 110;
    color: #fff;
    width: 100%;
}
.heading_main_article a{
    display: block;
}
.heading_main_article h2 a{
    color: #fff;
    position: relative;
    z-index: 120;
    display: block;
}
.heading_main_article h2 a:hover{
    text-decoration: none;
}
section.article_heading{
    padding: 20px 0;
}
section.article_heading h1{
    margin: 0 0 20px 0;
    color: #fff;
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    line-height: 45px;
}
section.article_heading h1 a, .h1_title{
    color: #fff;
    display: block;
    background: #e3061b;
    padding: 5px 20px;
}
section.article_heading h1 a:hover{
    opacity: .8;
    text-decoration: none;
}
.heading_right_article{
    border-bottom: 1px solid #e7e7e7;
}
.news_list_3col{
    margin: 10px 0;
}
.heading_right_article h2, .news_list_3col h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
}
.heading_right_article h2 a, .news_list_3col h2 a{
    color: #000;
}

.main_footer .logo{
    padding: 20px 0 30px 0;
    text-align: center;
}
.main_footer .logo img{
    width: 190px;
    display: inline-block;
}
.bot_nav{
    font-family: 'Roboto Condensed', sans-serif;
    font-display: swap;
    font-size: 0;
    color: #2e2e33;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
}
.bot_nav ul{
    display: inline-block;
}
.bot_nav li{
    display: inline-block;
    line-height: 35px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #cecece;
    margin: 0!important;
}
.bot_nav li:first-child{
    border-left: none;
}
.bot_nav li:last-child{
    border-right: none;
}
.bot_nav a{
    font-size: 17px;
    color: #2e2e33;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}
.bot_nav a:hover, .bot_nav li.active a{
    color: #fff;
    background: #ed1b24;
}

.bot_nav2 li{
    line-height: 30px;
}
.bot_nav2 a{
    font-weight: normal;
    font-size: 16px;
}

.general_article h1{
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-display: swap;
}
.article_date{
    font-size: 14px;
    padding:  0 0 10px 0;
}
.article_text{
    font-size: 18px;
    line-height: 24px;
}
.article_text p{
    margin: 0;
    padding: 10px 0;
}
.article_text img{
    max-width: 100%;
    height: auto!important;
}
.article_text li{
    list-style-type: disc;
    padding-left: 8px; 
}
.article_main_pic{
    padding: 0 0 0 0;
}
.article_lead{
    padding: 0;
}
.article_share{
    width: 100%;
    display: inline-block;
    padding: 0 0 10px 0;
    text-align: right;
}
.article_share li{
    display: inline-block;
    margin-right: 10px;
}
.article_share li a{
    display: block;
    width: 18px;
    height: 17px;
    overflow: hidden;
    font-size: 1px;
    text-indent: -1000em;
    background: url(../images/share_icons.png) no-repeat;
}
.article_share li a:hover{
    opacity: .8;
}
.article_share li.share_fb a{
    background-position: 0 0;
}
.article_share li.share_tw a{
    background-position: -30px 0;
}
.article_share li.share_gp a{
    background-position: -59px 0;
}
.article_tags{
    display: inline-block;
    text-align: center;
    padding: 2px 0 5px 0;
    width: 100%;
}
.article_tags li{
    display: inline-block;
    margin: 0 0 5px 0;
    font-size: 1px;
}
.article_tags li a{
    display: block;
    line-height: 24px;
    padding: 3px 10px;
    font-size: 16px;
    text-transform: uppercase;
    background: #e3061b;
    color: #fff;
}
.article_tags li a:hover{
    background: #2e2e33;
    color: #fff;
    text-decoration: none;
}
.article_fb_comment{
    padding: 20px 0;
}
.article_fb_comment h3{
    background: #2e2e33;
    margin: 0 0 10px 0;
    padding: 10px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px;
}

.article_gallery{
    padding: 10px 0;
}
.article_gallery_thumbs{
    padding: 5px 0;
}
.article_gallery_thumbs li{
    display: inline-block;
    margin-right: 5px;
    padding: 0 0 5px 0;
}
.article_gallery_thumbs img{
    max-height: 50px;
}
.article_egallery_mainpic{
    position: relative;
}
.article_egallery_backdrop{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #000;
    opacity: .8;
}
.article_egallery_mainpic a.egallery_text{
    display: block;
    position: absolute;
    z-index: 110;
    font-size: 40px;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 100px 10px 10px 10px;
    line-height: 55px;
    text-align: center;
    opacity: .8;
}
.article_egallery_mainpic a.egallery_text:hover{
    text-decoration: none;
    opacity: 1;
}


/* gallery */
.gpage_body{
    /*background: #e4e4e4;*/
    background-color: #c4c3c3;
}
.gpage_row{
    margin-left: 200px;
    margin-right: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.gpage_logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}
.gpage_logo img{
    max-width: 100%;
}
.gpage_mainpic img{
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;

}
.gpage_mainpic{
    padding-bottom: 10px;
    position: relative;
    min-height: 450px;
}
.gpage_emainpic img{
    max-height: 700px;
}
.gpage_emainpic_embed_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 5px;
    text-align: center;
    z-index: 100;
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}
.gpage_emainpic_embed_subtitle{
    color: #000;
    font-size: 11px;
    padding: 10px 0 0 0;
    text-align: center;
}
.gpage_thumbs img{
    max-height: 50px;
}
.gpage_thumbs{
    padding-bottom: 10px;
    text-align: center;
}
.gpage_thumbs li{
    display: inline-block;
    padding: 0 2px;
}
.gpage_thumbs li.active img{
    border: 1px solid #e60000;
}
.gpage_mainpic_title{
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    padding: 3px 0;
}
.gpage_close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.gpage_banner{
    text-align: center;
    padding: 10px 0;
}
.gpage_banner img{
    display: block;
    margin: auto;
}

.gpage_arrow{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 100px;
    background-size: 100% 100%;
    font-size: 1px;
    text-indent: -1000em;
    overflow: hidden;
    opacity: .7;
}
.gpage_arrow:hover{
    opacity: 1;
}
.gpage_arrow_left{
    background: url(../images/slider_arrow_left.png) no-repeat;
    background-color: #fff;
    border-radius: 20px;
    left: -20px;
    ;
    border: 1px solid #e60000;
}
.gpage_arrow_right{
    background:  url(../images/slider_arrow_right.png) no-repeat;
    background-color: #fff;
    border-radius: 20px;
    right: -20px;
    border: 1px solid #e60000;
}
.breadcrumb{
    margin: 0 0 12px 0;
    padding: 0;
    background: none;
    font-size: 15px;
    color: #949494;
    float: left;
}
.breadcrumb a{
    color: #949494;
}
.category_more{
    text-align: center;
}

#category_more_cont section.article_heading{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ajax_loader{
    display: block;
    margin: 20px auto;
}
.fb-post{
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
}

.mobile_dd_btn{
    border: 0;
    width: 50px;
    height: 50px;
    background: #fff url(../images/dmenu.png) center center no-repeat;
    background-size: 80% auto;
}
ul.dropdown-menu, .dropdown{
    z-index: 9999!important;
}

.cb-enable{
    background: #e3061b;
}
.adult_box{
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 10001;
}
.adult_box_cont{
    text-align: center;
    max-width: 600px;
    padding: 100px 0 50px 0;
    margin: auto;

}
.plus18{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 15px solid red;
    text-align: center;
    line-height: 70px;
    color: #000;
    font-size: 50px;
    font-weight: bold;
    margin: auto;
    padding: 0;
    margin: 0 auto 20px auto;
}
.adult_text{
    color: red;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 20px 0;
}

.banner_box{
    padding: 5px 0;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
}
.banner_box span{
    display: block;
    color: #888;
}
.banner_box img{
    max-width: 100%;
    display: block;
    margin: 1px auto 0 auto;
}

.article_pager_btn_cont{
    padding: 20px 0 30px 0;
    text-align: center;
}
.article_pager_btn{
    padding: 10px 20px;
    background: #0084ff;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
.article_pager_btn:hover{
    color: #fff;
    text-decoration: none;
    background: #000;
}
.fb_like_modal_body{
    text-align: center;
}
.modal-header{
    background: #e60000;
    color: #fff;
}
.modal-backdrop {
    z-index: 9040;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.popunder_featured{
    position: fixed;
    bottom: -300px;
    right: 100px;
    max-width: 400px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    opacity: .95;
    z-index: 200;
}
.popunder_featured .title{

    padding: 5px 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #e3061b;
    position: relative;
}
.popunder_featured_cont{
    padding: 10px;
}
.popunder_featured_cont h2{
    font-size: 14px;
    line-height: 18px!important;
    margin: 0;
    padding: 3px 0 0 0;
}
.popunder_featured_cont h2 a{
    font-size: 16px;
    color: #000;
}
.popunder_featured_close{
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.gpage2{
    width: 100%;
    height: 100%;
    position: relative;
}
.gpage2_cont{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.gpage2_cont .owl-controls{
    display: none!important;
}
.gpage2_slider{
    width: 100%;
    height: 100%;
}
.gpage2_slider .item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.gpage2_arrow{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 200px;
    background-size: 100% 100%;
    font-size: 1px;
    text-indent: -1000em;
    overflow: hidden;
    opacity: .8;
    z-index: 150;
    border-radius: 30px;
}
.gpage2_arrow:hover{
    opacity: 1;
}
.gpage2_arrow_left{
    background: #fff url(../images/slider_arrow_left.png) center center no-repeat;
    left: 20px;
    background-size: 100% 100%;
}
.gpage2_arrow_right{
    background: #fff url(../images/slider_arrow_right.png) center center no-repeat;
    right: 20px;
    background-size: 100% 100%;
}

.gallery_iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

.gpage2_body{
    background: #e4e4e4;
    overflow: hidden;
}

.gpage_logo, .gpage_close{
    z-index: 150;
}
.gframe_mainpic{
    text-align: center;
    height: 100%;
}
.gframe_mainpic img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.gframe_mainpic_cont{
    max-height: 50%;
    overflow: hidden;
}
.gpage_item_embed{
    text-align: center;
}
.gpage_item_embed .instagram-media{
    margin: 0 auto!important;
    display: block!important;
}

.admira_tag{
    float: right;
}
.admira_tag a{
    display: inline-block;
    background: #ed1b24;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;

}

.admira_header{
    position: absolute;
    left: 270px;
    top: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    z-index: 1000;
}
.admira_header img{
    height: 50px;
}
.admira_header_509 img{
    height: 35px;
}
.banner_header_bot{
    max-width: 960px;
    margin: auto;
    text-align: center;
}
.banner_header_bot > div{
    padding: 5px 0;
}
.gallery_roadblock_ad{
    display: block;
    text-align: center;
    padding: 3px 0;
}
.gpage_mainpic_source{
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 13px;
}
.mcont_right .banner_box{
}
.header_date{
    text-align: right;
    line-height: 36px;
    font-size: 16px;
}
.header_date_mobile{
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.gpage_suggestions{
    background-color: #fff;
    padding: 15px;
}
.gpage_suggestions_title{
    color: #000;
    font-size: 23px;
    font-weight: bold;
    padding: 0 0 10px 15px;
}
.gpage_suggestions article{
    padding: 5px 0;
}
.gpage_suggestions article h2{
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}
.gpage_suggestions h2 a{
    color: #000;
}
.gpage_suggestions article p{
    color: #000;
    font-size: 19px;
}
.gpage_suggestions article p a{
    color: #000;
}
.article_sponsored_text{
    display: inline-block;
    padding-left: 10px;
    color: #696969!important;
}

.video_box{
    width: 800px;
    max-width: 100%;
    margin: 10px auto;
}
.video-wrapper{
    margin: 10px 0;
    background-color: #c4c3c3;
    
}
.video-head{
    padding: 12px 10px;
    font-size: 24px;
    text-align: center;
}
.video-badge{
    display: inline-block;
    margin-right: 10px;
    background-color: #e60000;
    color: #fff;
    padding: 5px;
}
.video-js{
    width: 100%;
}
.article-video-dimensions{
    min-height: 400px;
}

@media screen and (max-width: 1200px) {

    .top_nav a{
	padding: 0 15px;
	letter-spacing: 0px;
    }

    .heading_main_article img{
	width: 100%;
    }

    .admira_header{
	left: 70px;
	top: 10px;
    }
    .admira_header img{
	width: 150px;
	height: auto;
    }

}

@media screen and (max-width: 980px){

    .gpage_logo{
	text-align: left;
	position: initial;
	width: 100%;
    }
    .gpage_logo img{
	max-width: 120px;
    }
    .gpage_row{
	margin-left: 0px;
	margin-right: 0px;
    }
    .main_slider_scroller_cont{
	display: none;
    }

    .main_slider_cont .item .item_title a{
	font-size: 18px;
    }

    #slider_left2.slider_left{
	top: 160px;
	left: -10px;
    }
    #slider_right2.slider_right{
	top: 160px;
	right: -10px;
    }
    .main_slider_cont, .main_slider_cont .item{
	height: 380px;
    }
    .article_pager_btn{
	padding: 10px 10px;
	background: #0084ff;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
    }
    .admira_header{
	left: 60px;
	top: 0px;
    }
    .admira_header img{
	width: 120px;
	height: auto;
    }
    .gpage_right_banner{
	float: none;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1000;
    }

    iframe.instagram-media{
	min-height: 730px;
    }

    .gpage_suggestions{
	padding: 5px;
    }
    .gpage_suggestions_title{
	color: #000;
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 10px 15px;
    }
    .gpage_suggestions article{
	padding: 5px 0;
    }
    .gpage_suggestions article h2{
	font-size: 16px;
	padding: 0 0 5px 0;
    }
    .gpage_suggestions article p{
	font-size: 16px;
    }
}


@media screen and (max-width: 768px){

.article-video-dimensions{
    min-height: 230px;
}

    .breadcrumb{
	float: none;
    }
    .admira_tag{
	float: none;
	text-align: center;
	margin: 5px 0;
    }

    .main_slider_cont .item_text .item_text_bg{
	background: #e3061b;
	opacity: 1;
    }
    .main_slider_cont .item_text:hover .item_text_bg{
	opacity: 1;
    }
    .mobile_menu{
	padding-top: 10px;
    }
    .header_nav{
	height: 80px;
	background-size: auto 100%;
    }
    .article_tags{
	text-align: center;
    }
    .article_share{
	text-align: center;
	width: 100%;
    }

    .top_header{
	border-top: 0;
    }
    .sticky_logo{
	display: block!important;
	height: 65px;
    }
    .sticky_logo img{
	height: 65px;
	width: auto;

    }
    .top_header.sticky_header .sticky_logo{
	position: initial;
    }
    .top_nav_pager_left, .top_nav_pager_right{
	display: none!important;
    }
    .header_nav{
	overflow: visible;
    }
    .mobile_menu{
	text-align: right;
    }

    .main_slider_cont .item .item_text{
	font-size: 21px;
	line-height: 24px;
    }
    .main_slider_cont{
	height: 360px;
    }
    .main_slider_cont .item{
	height: 360px;
    }
    .main_slider_cont .item img{
	max-width: 100%;
	min-width: 500px;
    }

    .main_slider_scroller_text{
	font-size: 12px;
	line-height: 16px;
	height: auto;
	max-height: 140px;
	overflow: hidden;
    }
    .main_slider_scroller_text h3{
	font-size: 18px;
	padding-bottom: 0;
	padding-top: 5px;
    }
    .main_slider_scroller{
	height: auto!important;
    }
    .main_slider_scroller .item{
	height: auto;
	padding-bottom: 5px;
    }
    .owl-controls{
	display: none!important;
    }

    section.news_list_4col article h2{
	padding: 0;
	margin: 10px 0 0 0;
	min-height: 50px;
	font-size: 16px;
    }
    section.news_list_4col article{
	padding-bottom: 5px;
    }

    section.article_heading{
	padding: 0 10px;
    }
    .category_page section.article_heading{
	padding: 0 0;
    }

    .news_list article h2 a{
	font-size: 18px;
    }

    .heading_main_article{
	margin-bottom: 20px;
	height: auto;
    }
    .heading_main_article img{
	width: 100%;
    }
    .heading_main_article h2{
	font-size: 18px;
	line-height: 24px;
    }

    .article_heading img{
	display: block;
	margin: auto;
    }
    .article_heading h2{
	text-align: center;
    }

    .heading_banner img, .heading_banner iframe{
	max-width: 100%;
    }

    .main_container{
	padding-top: 10px;
    }

    .general_article h1{
	font-size: 24px;
	line-height: 28px;
    }

    .col_box_more2 a, .category_more_btn{
	margin-top: 10px;
    }

    .adult_box_cont{
	padding-top: 30px;
    }

    .adult_box_cont .btn{
	margin: 10px 0;
    }

    #slider_left2.slider_left, #slider_right2.slider_right{
	top: 100px;
    }

    .popunder_featured{
	right: 0;
    }
    .popunder_featured h2 a{
	font-size: 12px;
	line-height: 16px;
    }

    .gpage_mainpic iframe{
	max-width: 100%;
    }

    .article_egallery_mainpic a.egallery_text{
	font-size: 30px;
	padding: 50px 10px 10px 10px;
	line-height: 40px;
    }

    .admira_header_mobile{
	top: 12px;
	z-index: 100;
	color: #000;
	left: 110px;
	position: absolute;
	z-index: 1000;
    }
    .admira_header_mobile img{
	height: 35px;
    }
    .admira_header_mobile_509{
	top: 15px;
    }
    .admira_header_mobile_509 img{
	height: 30px;
    }

    .article_text iframe{
	max-width: 100%;
	max-height: 400px;
    }

}

@media screen and (max-width: 640px){
    .main_slider_cont, .main_slider_cont .item{
	height: 310px;
    }
    #slider_left2.slider_left, #slider_right2.slider_right{
	top: 100px;
    }
}

@media screen and (max-width: 420px){
    .article_egallery_mainpic a.egallery_text{
	font-size: 20px;
	padding: 40px 10px 10px 10px;
	line-height: 30px;
    }
    #slider_left2.slider_left, #slider_right2.slider_right{
	top: 70px;
    }
    .main_slider_scroller_text h3{
	padding-top: 0;
    }
    .main_slider_cont, .main_slider_cont .item{
	height: 210px;
    }
    .main_slider_cont .item img{
    }
    .main_slider_cont .item .item_text{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0;
    }
    .main_slider_cont .item img{
	max-width: 100%;
	min-width: 0px;
    }
}
@media screen and (max-width: 360px){
    .main_slider_cont, .main_slider_cont .item{
	height: 210px;
    }
    #slider_left2.slider_left, #slider_right2.slider_right{
	top: 50px;
    }
}