@charset "utf-8";
/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, 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;
  vertical-align:baseline;
  background:transparent;
  font-size:100%;
}
img{display:inline-block;}
html { height:100%; }
body { height:auto !important; height:100%; min-height:100%; position:relative;}
a {                                       
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table {           
  border-collapse:collapse; 
  border-spacing:0;
}
td, td img {
  vertical-align:top;     
} 
input, select, button, textarea {
  margin:0;
  font-size:100%;
}
input[type="text"], input[type="password"], textarea {
  padding:0;        
}
input[type="checkbox"] {    
  vertical-align:bottom;
}
input[type="radio"] {
  vertical-align:text-bottom;
}
sub {
  vertical-align:sub;
  font-size:smaller;
}
sup {
  vertical-align:super;
  font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display:block;
}
nav ul {
   list-style:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* --------------- /reset --------------- */

/* --------------- fix styles ---------*/
.cc { clear:both; }
.cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.hidden { display:none; }
.show { display:block!important; }
.left{float:left;}
.right{float:right;}
.center{margin: 0 auto;display: block;}
.txtleft{text-align: left!important;}
.txtright{text-align: right!important;}
.txtcenter{text-align: center!important;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
  overflow-y:scroll;
}
body {
  line-height: 1;
  background: #fff;
  color: #606060;
  text-align: left;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  margin:0 auto;
}
input, select, button, textarea {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
  cursor:pointer;
}
a, a:visited {
  color:#B15732;
  text-decoration:none;
}
a:hover {
  color:#0b6acb;
  text-decoration:none;
}
a:focus, a:active {
  color:#B15732;
  text-decoration:none;
}
.header, .footer, .content{
  width:100%;
  margin:0 auto;
  padding:0px;
  position:relative;
}
.page-layout {
  margin:0 auto;
  padding: 1px;
  position:relative;
  max-width: 1530px;
}
.page-layout:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
/* --------------- /main styles ---------*/


/* --------------- header styles ---------*/
.header .page-layout{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
}

.header .logo-box{
  width:440px;
  height:60px;
  background: url(img/logo.png);
  display: block;
  margin: 0;
  flex-shrink: 0;
}
.header .header-menu{
  font-size: 14px;
  line-height: 60px;
  padding: 0 10px;
  white-space: nowrap;
  flex-grow: 1;
  text-align: right;
}
.header .header-menu a{
  color: #57627d;
  display: inline-block;
  padding: 0 10px;
}
.header .header-menu .a,
.header .header-menu a:hover{
  color: #B15732;
  text-shadow: none;
}

.header .search-box{
  position: relative;
  margin: 5px 0;
  flex-grow: 1;
  background: #371F10;
  border-radius: 30px;
  height: 60px;
}
.header .search-box .input {
  vertical-align:top;
  padding: 0 60px 0 20px;
}
.header .search-box input {
  vertical-align:top;
}
.header .search-box input[type="text"]{
  width:  100%;
  margin: 0;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  border: none;
  background: transparent;
  color:#0b6acb;
}
.header .search-box input[type="submit"]{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  text-indent:-9999px;
  font-size:0;
  background: url(img/search.svg) no-repeat center center;
}

.header .dropdown-btn{
  position: relative;
  min-width: 150px;
  margin: 8px 0;
  margin-left: 5px;
}
.header .dropdown-btn .drop-btn{
  position: relative;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  color: #B2532A;
  border: 1px solid #B2532A;
  padding: 10px 18px;
  border-radius: 4px;
}
.header .dropdown-btn.dropped .drop-btn,
.header .dropdown-btn .drop-btn:hover{
}
.header .dropdown-btn.dropped .drop-btn{
  border-radius: 4px 4px 0px 0px;
}
.header .dropdown-btn .drop-btn i{
  display: block;
  float: right;
  width: 9px;
  height: 5px;
  margin-left: 5px;
  margin-top: 5px;  
  background: url(img/arrow_dn.svg) no-repeat center center;
}
.header .dropdown-btn.dropped .dropdown{
  display: block;
}
.header .dropdown-btn .dropdown .wrapper{
  display: block;
  width: 100%;
  height: 35px;
  position: absolute;
  top: -35px;
}
.header .dropdown-btn .dropdown{
  display: none;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  background: #ffffff;
  border: 1px solid #B2532A;
  border-top: none;
  border-radius: 0px 0px 4px 4px;
}
.header .dropdown-btn .dropdown a{
  display: block;
  color: #B2532A;
  padding: 5px 10px;
  margin: 5px 0;
}
.header .dropdown-btn .dropdown .a,
.header .dropdown-btn .dropdown a:hover{
  color: #595959;
}
/* --------------- /header styles ---------*/


.content-box{
  margin-right: 240px;
  display: block;
}

.text-box{
  padding: 8px 0;
  font-size: 12px;
  line-height: 18px;
  color: #717171;
}


/* ---------------  thumbs box styles ---------*/
.thumbs{
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 -2px;
}
.thumb{
  position: relative;
  color:#3d3d3d;
  text-align:left;
  display:inline-block;
  vertical-align: top;
  font-size: 12px;
}
.thumb > div{
  width: 240px;
  background: #fff;
  margin: 2px 2px 8px 2px;
  padding: 2px;
  text-align: left;
  box-shadow: 0 5px 5px 0 #e3e3e3;
}
.thumb:hover > div{
  box-shadow: 0 5px 5px 0 #bfbfbf;
}
.thumb .img {
  position: relative;
}
.thumb img {
  display: block;
}
.thumb .d,
.thumb .t,
.thumb .u{
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  color: #353535;
  padding: 0 10px;
  margin: 5px 0;
  overflow: hidden;
  text-align: center;
}
.thumb:hover .d,
.thumb:hover .t,
.thumb:hover .u{
  color: #B15732;
}
.thumb .u{
  font-size: 12px;
}
.thumb .time{
  color: #ffffff;
  font-size: 10px;
  padding: 5px;
  background: rgba(178, 83, 42, 0.7);
  position: absolute;
  top: 5px;
  right: 5px;
}
.thumb .tags{
  font-size: 12px;
  line-height: 18px;
  height: 20px;
  overflow: hidden;
  color: #bdc4ca;
  padding: 0px 5px 3px 5px;
}
.thumb .tags a{
  padding: 0 2px;    
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  color: #666666;
  text-transform: uppercase;
}
.thumb .tags a:hover{
  color: #B15732;
}
/* --------------- /thumbs box styles ---------*/


/* --------------- navigations box styles ---------*/
.nav-box{
  margin: 20px 0;
  text-align: right;
}
.nav-box .pages{
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.nav-box span,
.nav-box a{
  display:inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration:none;
  margin: 4px 2px;
  padding: 0;
  color:#57627d;
  background: #ffffff;
  border-radius: 3px;
  line-height: 35px;
  padding: 0 15px;
  box-shadow: 0 5px 5px 0 #e3e3e3;
}
.nav-box .a,
.nav-box .current,
.nav-box a:hover{
  text-decoration:none;
  color:#ffffff;
  background: #B15732;
  box-shadow: 0 5px 5px 0 #BD826C;
}

/* --------------- /navigations box styles ---------*/

/* --------------- top list styles ---------*/
.list-box {
  display: block;
  margin-bottom: 25px;
}
.list-box ul {
  list-style-type: none;
  font-size: 20px;
  line-height: 1;
}
.list-box ul li {
  float: left;
  width: 16.6%;
  padding: 0;
  display: block;
  position: relative;
}
.list-box ul li a{
  display: block;
  text-decoration: none; 
  margin: 2px 4px;
  padding: 10px 5px;
  border-radius: 2px;
  color:#fff;
  background: #B15732;
  position: relative;
  box-shadow: 0 2px 2px #BD826C;
}
.list-box ul li:hover a,
.list-box ul li a:hover{
  text-decoration: none; 
  color:#fff;
  background: #371F10;
  box-shadow: none;
}

.list-box.nums ul li a{
  padding-right: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}
.list-box.nums ul li span{
  position: absolute;
  top: 2px;
  right: 4px;
  color: #ffffff;
  background: #371F10;
  font-size: 10px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  width: 29%;
  overflow: hidden;
}
.list-box.nums ul li:hover span{
  color: #ffffff;
  background: #B15732;
}
/* --------------- /top list styles ---------*/




/* --------------- title box styles ---------*/
.title-box{
  text-align: left;
  color:#9b9b9b;
  font-size: 10px;
  line-height: 26px;
  margin: 5px 0;
  padding: 0;
  border-bottom: 2px dashed #e2e7ed;
}
.title-box h1,
.title-box h2,
.title-box h3,
.title-box > div{
  color:#717171;
  display: inline-block;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
}
.related{
  padding: 7px 10px;
  font-size: 12px;
  line-height: 22px;
}
.related a{
  display: inline-block;
  color: #ffffff;
  background: #B15732;
  border-radius: 3px;
  padding: 0 10px;
  box-shadow: 0 1px 2px 2px #BD826C;
  margin: 2px;
}
.related a:hover{
  color: #ffffff;
  background: #371F10;
  box-shadow: none;
}
/* --------------- /title box styles ---------*/


/* --------------- tags styles ---------*/
.tags-box{
  padding: 7px 10px;
  font-size: 12px;
  line-height: 22px;
}
.tags-box a{
  display: inline-block;
  color: #ffffff;
  background: #B15732;
  border-radius: 3px;
  padding: 0 10px;
  box-shadow: 0 1px 2px 2px #BD826C;
  margin: 2px;
}
.tags-box a:hover{
  color: #ffffff;
  background: #371F10;
  box-shadow: none;
}
/* --------------- /tags styles ---------*/

/* --------------- video embed styles ---------*/
.video-page-wrapper{
  position: relative;
  padding-right: 320px;
  max-width: 1300px;
  min-height: 770px;
}
.video-page{
  display: block;
  margin-bottom: 20px;
  max-width: 1300px;
}
.video-box {
  margin: 0;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.video-box .video-box-item,
.video-box iframe,
.video-box embed,
.video-box object,
.video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-box #kt_player {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.video-box #kt_player {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.video-box.video-16by9 {
  padding-bottom: 56.25%;
}
.video-box.video-4by3 {
  padding-bottom: 75%;
}
.video-ad {
  display: block;
  width: 320px;
  height: 770px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.video-ad iframe{
  margin-bottom: 5px;
}
.video-page .video-content{
  margin:0 auto;
  position: relative;
}
.video-page .videoad{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -112px;
  width: 300px;
  z-index: 20;
}
.video-page .videoad .close{
  position: absolute;
  top: -25px;
  right: -5px;
  color: #B15732;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  width: 25px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
}
.inner-page .videoad iframe{
  width: 300px;
  height: 250px;
}
.video-info{
  border-radius: 9px;
}
.video-info .info-box{
  font-size: 10px;
  line-height: 12px;
  color: #666666;
  padding: 5px;
}
.video-info .info-box span{
  color: #2c2c2c;
}
.video-info .tags-box{
  padding: 5px;
}
/* --------------- /video embed styles ---------*/






/* --------------- banners styles ---------*/
.spots-box {
  margin:0 auto;
  display: block;
  text-align: center;
  max-width: 1200px;
}
.spots-box .spot {
  width:300px;
  margin:5px 0px;
  text-align:center;
  display: inline-block;
  float: left;
}
.spots-box .spot a {
  text-decoration:none;
  color:#000000;
  font-weight:bold;
  font-size:15px;
}
.top-spots{
  margin: 5px 0;  
}

.top-spots > iframe{
  margin: 0 auto;
  display: block;
}

/* --------------- /banners styles ---------*/


/* --------------- footer styles ---------*/
.footer{
  font-size: 12px;
  line-height: 18px;
  padding: 10px 0;
  text-align: center;
}
.footer .link{
  font-size: 14px;
}
/* --------------- /footer styles ---------*/




/* --------------- media screen styles ---------*/
@media only screen and (min-width: 1240px) and (max-width: 1540px){
  .page-layout{
    max-width: 1272px;
  }
  .header .header-menu{
    padding: 0 5px;
  }
  .header .header-menu a{
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1289px){
  .page-layout{
    max-width: 1016px;
  }
  .video-ad{
    height: 510px;   
  }
  .video-page-wrapper{
    min-height: 510px;
  }
}
@media only screen and (max-width: 1230px){
  .header .page-layout {
    flex-wrap: wrap;
  }
  .header .search-box{
    order: 2;
  }
  .header .dropdown-btn{
    order: 2;
  }
}
@media only screen and (max-width: 1024px){
  .page-layout{
    padding: 0 10px;
    width: auto;
  }
  .video-page-wrapper{
    padding-right: 0px;
  }
  .video-ad {
    display: block;
    height: 770px;
    overflow: hidden;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
  }
  .text-box-spase{
    display: none;
  }
  .text-box{
    position: relative;
  }
  .thumb > div{
    width: auto;
  }    
  .thumb img{
    width: 100%;
    height: auto;
  }
/************ ADD **********/
  .related{
	display:none;
  }
/************ /ADD **********/
}
@media only screen and (min-width: 960px) and (max-width: 1024px){
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .footer .footer-right ul li,
  .list-box-nums ul li,
  .list-box ul li{
    width: 33%;
  }
  .thumb{
    width: 25%;
  }
}
@media only screen and (max-width: 959px ){
  .header .logo-box{
    margin: 0 auto;
  }
  .title-box{
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px ){
}
@media only screen and (min-width: 736px ) and (max-width: 767px ){
}
@media only screen and (max-width: 735px){
  .nav-box .pages a,
  .nav-box .pages span{display: none;}
  .nav-box .pages .prev,
  .nav-box .pages .next,
  .nav-box .pages .a,
  .nav-box .pages .current{display: inline-block;}
      .top-spots > iframe{
    width: 100%;
  }
}
@media only screen and (min-width: 669px) and (max-width: 735px){
}
@media only screen and (min-width: 640px) and (max-width: 668px){
}
@media only screen and (max-width: 639px) {
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .list-box-nums ul li,
  .list-box ul li{
    width: 50%;
  }
  .thumb{
    width: 50%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 639px){
}
@media only screen and (min-width: 480px) and (max-width: 567px){
}
@media only screen and (max-width: 479px){
  .header .logo-box{
    width:300px;
    height:41px;
    background-size: 300px 41px;
    margin-bottom: 2px;
  }
  .list-box-nums ul li,
  .list-box ul li{
    width: 50%;
  }
  .header .page-layout{
    justify-content:center;
  }
  .header .header-menu{
    white-space: normal;
    padding: 0;
    line-height: 40px;
  }
  .header .dropdown-btn,
  .header .search-box{
    margin: 5px 0;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px){
  .thumb{
    width: 50%;
  }
}
@media only screen and (min-width: 414px) and (max-width: 479px){
}
@media only screen and (min-width: 375px) and (max-width: 413px){
}
@media only screen and (min-width: 360px) and (max-width: 374px){
  .thumb{
    width: 100%;
  }
}
@media only screen and (max-width: 359px){
  .thumb{
    width: 100%;
  }
}

/* --------------- /media screen styles ---------*/

/**{border: 1px solid red !important;}*/