@charset "utf-8";
/* CSS Document */

@media (min-width: 481px) {
.form-sytle-1 label {padding: 6px 0;margin: 0;}
.form_subscription input[type="email"] {width: 260px;}

}
@media (min-width: 361px) {
}
@media (min-width: 601px) {
.black_tab > li a {padding: 5px 20px;}
}
@media (min-width: 768px) {
.header {background: #FFFFFF;}
.cd-main-content.lateral-menu-is-open {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
#cd-lateral-nav.lateral-menu-is-open {display: none !important;}
.logo {float: left;padding: 6px 0;}
.content {margin: 16px 0;}
.content-right {margin-right: -1px;border-right: 1px solid #e7e7e7;}
.sidebar {border-left: 1px solid #e7e7e7;}
.block {padding: 16px;}
.sticky-header, .top-search, .popular-categories-toggle {display: block !important;height: inherit !important;}
.sticky-header.stuck {position: fixed;height: 30px !important;}
.scrolling-box .post-title {margin-bottom: 0;}
.top-news-right .post-body {position: relative;padding-left: 40px;}
.top-news-right .date {position: absolute;top: 2px;left: 0;font-size: 12px;}
.popular-categories ul li a {padding: 8px 0;}
.market-slider .customNavigation .btn {display: none;}
.popular-categories h4 {margin-bottom: 16px;}
.related-post .post-img {margin-bottom: 12px !important;}
.footer-store {margin-left: 40px;}
}
@media (min-width: 992px) {
.content-right {width: 75%;}
.sidebar {width: 25%;}
.menu ul li a {padding: 7px 17px;}
.paging {float: right;}
.paging ul {margin: -10px 0;}
.post-details .post-title {line-height: 30px;margin: 0 0 16px 0;font-size: 22px;}
.anons_games td {border-width: 8px;padding: 7px 15px;}
.divider_column_2 {display: none;}
}
@media (min-width: 1200px) {
.top-search {width: 280px;}
}
@media (max-width: 1199px) {
.top-search {width: 230px;margin-right: 0 !important;}
}
@media (max-width: 991px) {
.content-right {width: 66.66666666%;}
.sidebar {width: 33.33333333%;}
.footer .list-inline {clear: both;width: 100%;margin: 0 0 10px 0;text-align: center;}
.footer-socials li:first-child {display: none;}
.menu ul li a {padding: 7px 4.5px;}
.header-triangleb, .weather {display: none;}
.top-news-right {border-left: 0 !important;padding-left: 0 !important;}
.paging {float: left;}
.paging ul {margin: 7px 0;width: 100%;}
.post-details .post-title {line-height: 22px;font-size: 18px;}
.anons_games td {display: block;width: 100%;border-top-width: 2px;border-bottom-width: 2px;border-left-width: 8px;border-right-width: 8px;}
.anons_games td:not(.title) {padding: 4px 10px;}
.divider_column_3 {display: none;}
}
@media (max-width: 767px) {
.header .container {padding-left: 16px;padding-right: 16px;}
.logo {float: none;margin: 0 auto;display: table;padding: 9px 0;}
.logo img {width: 130px;}
.content-container {padding: 0;}
.content-right {width: 100%;}
.sidebar {width: 100%;}
.header .pull-right, .top-search {width: 100%;margin: 0 0 10px 0;}

.menu .container {padding: 0;}
.menu ul {border-left: 0 !important;}
.menu ul li {width: 100%;border: 0 !important;border-bottom: 1px solid #080808 !important;}
.menu ul li a {width: 100%;padding: 10px 10px;}
.sticky-wrapper {height: 0 !important;}
.sticky-header {display:none;position: absolute;top: 56px;z-index: 9;left: 0;right: 0;}
.sticky-header.stuck {position: inherit;}
.header {background: #211B76;}

.block {border-bottom: 0 !important;padding: 16px 16px 0 16px;}
.block.border-bottom {padding: 16px 16px 0 16px;}
.block-title {width: 100%;text-align: center;}
.block-title.triangle:before {display: none;}
.day-photo .block-title, .videonews .block-title, .photonews .block-title {text-align: left;}

.top-search {display: none;}
.search input[type="text"] {color: #FFFFFF;}

.popular-categories h4 {margin-bottom: 0;padding: 6px 12px;background: #211B76;color: #FFFFFF;font-size: 15px;text-transform: uppercase;font-weight: bold;border-bottom: 0;cursor: pointer;position: relative;}
.popular-categories-togglebtn.active a span:before {content: "\f106";}
.popular-categories li {border: 1px solid #dddddd;border-top: 0;}
.popular-categories li:last-child {border-top: 0;}
.popular-categories ul li a {padding: 8px 15px;}
.popular-categories-toggle {display: none;}

.market-slider .customNavigation .btn {display: block;}
.market-slider .banner-news .post-body {padding-left: 40px;padding-right: 40px;}

.anons_games td {display: table-cell;width: 33.3333333%;border-width: 8px;}

.footer .list-inline.footer-socials {margin-top: -110px;}
.footer .list-inline.footer-store {margin-top: 60px;}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  min-height: 100%;
  position: relative;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
}
@media (max-width: 600px) {
.anons_games td {display: block;width: 100%;border-top-width: 2px;border-bottom-width: 2px;}
.black_tab > li a {padding: 6px;font-size: 13px;}
    .post-body img{
        display: block;
        max-width: 100%;
        height: auto;
    }

    .post-body iframe {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 480px) {
.list .post-list .post-img {width: 100%;margin-bottom: 16px;}
.list .post-list .post-body {width: 100%;padding-left: 0;}
.list .col-xs-6 {width: 100%;}
.form-sytle-1 .first-row > .col-xs-5,
.form-sytle-1 .first-row > .col-xs-7 {width: 100%;}
.form_subscription input[type="email"] {width: 100%;}
    .post-body img{
        display: block;
        max-width: 100%;
        height: auto;
    }

    .post-body iframe {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
@media (max-width: 360px) {
    .post-body img{
        display: block;
        max-width: 100%;
        height: auto;
    }

    .post-body iframe {
        display: block;
        max-width: 100%;
        height: auto;
    }
}