@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: #000000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
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: #ffffff;
  color: #505050;
  text-align: left;
  font-size: 12px;
  font-family: 'Roboto', 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:#2690AE;
  text-decoration:none;
}
a:hover {
  color:#333333;
  text-decoration:none;
}
a:focus, a:active {
  color:#2690AE;
  text-decoration:none;
}
.header, .footer{
  width:100%;
  margin:0 auto;
  padding:0px;
  position:relative;
  background-color:#bdd2d8;
}
.page-layout {
  margin:0 auto;
  padding: 0;
  position:relative;
  max-width: 1474px;
}
.page-layout:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
/* --------------- /main styles ---------*/


/* --------------- header styles ---------*/
.header.second{
  background: #2690AE;
  margin-top: 5px;
}
.header .page-layout,
.header .page-layout{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header .logo-box{
  width:440px;
  height:60px;
  background: url(img/logo.png);
  display: block;
  margin: 0;
  flex-shrink: 0;
}
.header .dropwrap{
  flex-grow: 2;
}
.header .dropdown-btn{
  position: relative;
  min-width: 120px;
  float: right;
}
.header .dropdown-btn .drop-btn{
  position: relative;
  color: #30353c;
  font-size: 12px;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #2690AE;
  padding: 0 10px;
  margin: 12px 0;
  color: #666666;
}
.header .dropdown-btn.dropped .drop-btn,
.header .dropdown-btn .drop-btn:hover{
  color: #2690AE;
}
.header .dropdown-btn .drop-btn img{
  vertical-align: middle;
  margin-right: 5px;
}
.header .dropdown-btn .drop-btn i{
  display: block;
  float: right;
  width: 8px;
  height: 5px;
  margin-left: 10px;
  margin-top: 14px;
  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: 47px;
  position: absolute;
  top: -47px;
}
.header .dropdown-btn .dropdown{
  display: none;
}
.header .dropdown-btn .dropdown{
  background: #ffffff;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 10px;
  border: 1px solid #2690AE;
  border-top: none;
  text-align: center;
}
.header .dropdown-btn .dropdown a{
  display: block;
  color: #313041;
  padding: 10px 0px;
  margin: 5px 0;
}
.header .dropdown-btn .dropdown .a,
.header .dropdown-btn .dropdown a:hover{
  color: #2690AE;
}
.header .header-menu{
  font-size: 16px;
  line-height: 50px;
  padding: 0 10px;
  white-space: nowrap;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.header .header-menu a{
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
}
.header .header-menu .a,
.header .header-menu a:hover{
  color: #121212;
}
.header .search-box{
  position: relative;
  margin: 8px 5px;
  flex-grow: 1;
}
.header .search-box form{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header .search-box .input{
  vertical-align:top;
  padding: 0 10px;
  flex-grow: 2;
  background: #fff;
}
.header .search-box input {
  vertical-align:top;
}
.header .search-box input[type="text"]{
  width:  100%;
  margin: 0;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  border: none;
  background: transparent;
  color:#000;
}
.header .search-box input[type="submit"]{
  padding: 0 15px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  background: #2690AE;
  border: 1px solid #55a4fd;
  border-bottom-color: #3792f1;
  border-left-color: #3792f1;
  box-shadow: 1px 1px 0 0 #205ea3;
  text-transform: uppercase;
  margin-left: 5px;
}
.header .search-box::after{
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  background: url(img/search.svg) no-repeat;
}

/* --------------- /header styles ---------*/


.content-box{
  margin-right: 240px;
  display: block;
}

.text-box{
  padding: 8px 0;
  font-size: 12px;
  line-height: 16px;
}

/* ---------------  thumbs box styles ---------*/
.thumbs{
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 -1px;
}
.thumb{
  position: relative;
  color:#333333;
  text-align:left;
  display:inline-block;
  vertical-align: top;
  font-size: 12px;
}
.thumb > div{
  width: 240px;
  margin: 1px;
  padding: 1px;
  border: 1px solid transparent;
}
.thumb:hover > div{
  border-color: #e1e1e1;
}
.thumb .img {
  position: relative;
}
.thumb img {
  display: block;
  border-radius: 3px;
}
.thumb .m{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(243, 78, 78, 0.9);
  color: #ffffff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
.thumb:hover .m{
  display: none;
}
.thumb .d,
.thumb .t{
  overflow: hidden;
  color: #333333;
  padding: 5px;
  text-align: left;
}
.thumb .t{
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}
.thumb .d{
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.thumb:hover .d,
.thumb:hover .t{
  color: #2690AE;
}
.thumb .tags{
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  padding: 0px 5px 4px 5px;
  overflow: hidden;
  color: #7d7d7d;
}
.thumb .tags a{
  margin-bottom: 4px;
  padding: 0 5px;    
  display: inline-block;
  position: relative;
  color: #2690AE;
  text-decoration: underline;
}
.thumb .tags a:hover{
  color: #ffffff;
  background: #2690AE;
}
/* --------------- /thumbs box styles ---------*/


/* --------------- navigations box styles ---------*/
.pages{
  font-size: 12px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.pages span,
.pages a{
  display:block;
  float: left;
  text-align: center;
  text-decoration:none;
  padding: 0px 15px;
  color:#333333;
  border-left: 1px solid #2690AE;
}
.pages .more,
.pages .a,
.pages .current,
.pages a:hover{
  text-decoration:none;
  color:#ffffff;
  background: #2690AE;
}
.pages .more:hover{
  color:#333333;
  background: #ffffff;
}
/* --------------- /navigations box styles ---------*/

/* --------------- top list styles ---------*/
.list-box {
  display: block;
  margin-bottom: 25px;
}
.list-box ul {
  list-style-type: none;
  font-size: 18px;
  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: 1px 1px;
  padding: 7px 5px;
  padding-left: 15px;
  color:#2690AE;
  position: relative;
  border: 1px solid #2690AE;
}
.list-box ul li a:hover{
  text-decoration: none; 
  color:#ffffff;
  background: #2690AE;
  border-color: #2690AE;
}
.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: 1px;
  right: 1px;
  color: #555555;
  font-size: 12px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 29%;
  overflow: hidden;
}
/* --------------- /top list styles ---------*/

/* --------------- title box styles ---------*/
.title-box{
  color:#333333;
  position: relative;
  font-size: 14px;
  line-height: 38px;
  margin: 5px 0;
  padding: 0;
}
.title-box h1,
.title-box h2,
.title-box h3,
.title-box > div{
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 38px;
  position: relative;
  text-transform:uppercase;
}
.title-wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #2690AE;
}
.title-wrap .title-box{
  flex-grow: 1;
  margin: 0;
  padding-left: 10px;
}
/* --------------- /title box styles ---------*/

/* --------------- tags styles ---------*/
.tags-box{
  text-align: center;
  font-size: 12px;
  line-height: 28px;
  text-transform: capitalize;
}
.tags-box a{
  margin-bottom: 4px;
  display: inline-block;
  margin: 1px 1px;
  padding: 0px 10px;
  color:#3a9af1;
  border-bottom: 1px solid #2690AE;
}
.tags-box a:hover{
  text-decoration:none;
  color:#ffffff;
  background: #2690AE;
  border-color: #2690AE;
}
/* --------------- /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.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: #2690AE;
  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-page .title-box{
  text-align: left;
}
.video-page .tags-box{
  text-align: left;
}
.video-info .info{
  font-size: 12px;
  line-height: 22px;
  color: #c5c5c5;
  padding: 12px 0;
}
.video-info .info span{
  font-size: 14px;
  color: #333333;
}
/* --------------- /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: 1228px;
  }
  .header .header-menu{
    padding: 0 5px;
  }
  .header .header-menu a{
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1270px){
  .page-layout{
    max-width: 982px;
  }
  .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;
  }
  .related{
    float: none;
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .pages a,
  .pages span{display: none;}
  .pages .prev,
  .pages .next,
  .pages .a,
  .pages .more,
  .pages .current{display: inline-block;}
}

@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 (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%;
  }
    .top-spots > iframe{
    width: 100%;
  }
}
@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;
  }
     .top-spots > iframe{
    width: 100%;
  }
}
@media only screen and (min-width: 375px) and (max-width: 479px){
  .thumb{
    width: 50%;
  }
   .top-spots > iframe{
    width: 100%;
  }
}
@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;}*/