html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}





@font-face {
  font-family: OpenSans;
  src: url('/fonts/OpenSans-Light.ttf');
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/OpenSans-LightItalic.ttf');
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/OpenSans-Regular.ttf');
  font-weight: bold;
}

html, body {
  background: #f5f5f5;
  padding: 0px;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  /*height: 100%;*/
}

img, a img {
  border: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  height: 1px;
  background: #f5f5f5;
  width: 100%;
}

input[type=text], textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  outline: none;
}

input[type=text]:focus, textarea:focus {
  border: 1px solid #2e8bd2;
}

.fn-form-focus {
  border: 1px solid #2e8bd2;
}

.fn-form-error {
  border: 1px solid #a94442;
}

.fn-form-warning {
  border: 1px solid #8a6d3b;
}

.fn-form-success {
  border: 1px solid #3c763d;
}

#in-banner {
  display: none;
}







.fn-clear {
  clear: both;
}

.fn-right {
  text-align: right;
}

.fn-nopadding > [class*='col-'] {
   padding: 0 !important;
   margin: 0 !important;
}

.fn-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fn-noscript {
  width: 100%;
  height: 30px;
  top: 0px;
  background: #393939;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.fn-noresults {
  margin-top: 20%;
  margin-bottom: 20%;
  text-align: center;
  font-size: 1.5em;
}

.fn-body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}




.fn-container1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.fn-container1-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.fn-container {
  padding-left: 2%;
  padding-right: 2%;
  min-height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 10;
  /*overflow: hidden;*/
}




.fn-ellipsis-nowrap {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fn-ellipsis-s-1 {}

.fn-ellipsis-s-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.9em;
  line-height: 1.2em;
  font-size: 0.9em;
  padding: 5px;
}

.fn-ellipsis-s-3 {}

.fn-ellipsis-m-1 {}

.fn-ellipsis-m-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em;
  line-height: 1.25em;
  font-size: 1em;
  padding: 5px;
}

.fn-ellipsis-m-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25em;
  height: 4em;
  font-size: 1em;
  padding: 5px;
}

.fn-ellipsis-l-1 {}

.fn-ellipsis-l-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  height: 2.6em;
  font-size: 1.15em;
}

.fn-ellipsis-xl-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  height: 2.8em;
  font-size: 1.2em;
  font-weight: bold;
}

.fn-ellipsis-l-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  height: 3.9em;
  font-size: 1.15em;
}

.fn-ellipsis-xl-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3em;
  height: 4.1em;
  font-size: 1.25em;
  font-weight: bold;
}



a .fn-ellipsis-s-1, a .fn-ellipsis-s-2, a .fn-ellipsis-s-3,
a .fn-ellipsis-m-1, a .fn-ellipsis-m-2, a .fn-ellipsis-m-3,
a .fn-ellipsis-l-1, a .fn-ellipsis-l-2, a .fn-ellipsis-l-3 {
  color: #393939;
  text-decoration: none;
}

a:visited .fn-ellipsis-s-1, a:visited .fn-ellipsis-s-2, a:visited .fn-ellipsis-s-3,
a:visited .fn-ellipsis-m-1, a:visited .fn-ellipsis-m-2, a:visited .fn-ellipsis-m-3,
a:visited .fn-ellipsis-l-1, a:visited .fn-ellipsis-l-2, a:visited .fn-ellipsis-l-3 {
  color: #6d6d6d;
  text-decoration: none;
}

a:hover .fn-ellipsis-s-1, a:hover .fn-ellipsis-s-2, a:hover .fn-ellipsis-s-3,
a:hover .fn-ellipsis-m-1, a:hover .fn-ellipsis-m-2, a:hover .fn-ellipsis-m-3,
a:hover .fn-ellipsis-l-1, a:hover .fn-ellipsis-l-2, a:hover .fn-ellipsis-l-3 {
  color: #2e8bd2;
  text-decoration: none;
}















/* --- */
.ua-slick-ctrl.ua-light .slick-prev, .ua-slick-ctrl.ua-light .slick-next {
  background-image: url(/img/swipeArrowsLight.png);
}
.ua-slick-ctrl .slick-prev, .ua-slick-ctrl .slick-next {
  position: absolute;
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ua-slick-ctrl .slick-prev {
  background-position: 0% 50%;
  top: -40px;
  right: 20px;
}
.ua-slick-ctrl .slick-next {
  background-position: 100% 50%;
  top: -40px;
  right: 0px;
}
/* --- */





.fn-slick-controls .slick-prev, .fn-slick-controls .slick-next {
  position: absolute;
  width: 20px;
  height: 40px;
  background-image: url(/img/swipeArrows.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.fn-slick-controls .slick-prev {
  background-position: 0% 50%;
  top: -40px;
  right: 20px;
}
.fn-slick-controls .slick-next {
  background-position: 100% 50%;
  top: -40px;
  right: 0px;
}


/*----------*/
.fn-slick-controls2 .slick-prev, .fn-slick-controls2 .slick-next {
  position: absolute;
  width: 20px;
  height: 40px;
  background-image: url(/img/swipeArrows.png);
  background-repeat: no-repeat;
  cursor: pointer;

}

.fn-slick-controls2 .slick-prev {
  background-position: 0% 50%;
  top: -40px;
  right: 35px;

}

.fn-slick-controls2 .slick-next {
  background-position: 100% 50%;
  top: -40px;
  right: 15px;
}
/*----------*/



#latest_video a {
  border: none;
  outline: none;
}

#latest_video img {
  width: 100%;
}





/* ---------- Header ---------- */
/* 183a55 */
.fn-navbar-top {
  background: #41cfff;
  margin-bottom: 0px;
}

.fn-navbar-top-logo img {
  margin-top: 5px;
  margin-right: 15px;
}

.fn-navbar-top ul li a, .fn-navbar-top ul li a:visited {
  font-size: 1.05em;
  color: #e9e9e9;
  text-decoration: none;
}

.fn-navbar-top ul li a:hover, .fn-navbar-top ul li a:focus {
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.fn-navbar-top-social img {
  width: 28px;
  height: 28px;
  margin-top: 12px;
}

.fn-navbar-top-search-collapse {
  width: 100%;
  height: 32px;
  margin-top: 5px;
  padding-right: 5px;
  background: #fff;
  display: none;
}

.fn-navbar-top-search-collapse input[type=text] {
  background: transparent;
  border: none;
  height: 100%;
  width: 100%;
  padding: 5px 0px 0px 10px;
}

.fn-navbar-top-search-collapse input[type=submit] {
  border: none;
  height: 32px;
  width: 32px;
  background: transparent;
  background-image: url(/img/icons-32x32.png);
  background-position: -96px -33px;
  background-repeat: no-repeat;
}

#fn-navbar-top-search-form {
  position: relative;
  margin: 12px 10px 0 20px;
}

input#fn-navbar-top-search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  background: transparent;
  background-image: url(/img/icons-32x32.png);
  background-position: -96px -2px;
  background-repeat: no-repeat;
  cursor: pointer;
}

input#fn-navbar-top-search-submit.focus {
  background: transparent;
  background-image: url(/img/icons-32x32.png);
  background-position: -96px -33px;
  background-repeat: no-repeat;
}

input#fn-navbar-top-search-input {
  width: 0;
  height: 30px;
  padding: 0 10px;
  font-size: 1em;
  color: #393939;
  background: none;
  border: 0;
  border-radius: 0px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
}

input#fn-navbar-top-search-input.focus {
  width: 170px;
  background: #fff;
  padding-right: 30px;
}

input#fn-navbar-top-search-input:focus {
  outline: none;
}
/* ---------- Header ---------- */





/* ---------- Footer ---------- */
.fn-navbar-bottom {
  width: 100%;
  background: #171717;
}

.fn-navbar-bottom ul {
  margin-top: 25px;
}

.fn-navbar-bottom ul li {
  list-style: none;
  font-size: 1em;
  line-height: 1.7em;
  color: #e9e9e9;
}

.fn-navbar-bottom ul li a {
  color: #e9e9e9;
  text-decoration: none;
}

.fn-navbar-bottom ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.fn-navbar-bottom ul li:first-child {
   margin-bottom: 10px;
}

.fn-navbar-bottom a {
  color: #e9e9e9;
  text-decoration: underline;
}

.fn-navbar-bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.fn-navbar-bottom hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #242424;
}

.fn-navbar-bottom-social {
  text-align: right;
  margin-top: 20px;
}

.fn-navbar-bottom-copyright {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}
.fn-navbar-bottom-hr {
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  background: #242424;
}
/* ---------- Footer ---------- */





/* ---------- Rewrite bootstarp ---------- */
@media (max-width: 1200px) {

  .navbar-header {
    float: none;
  }

/*  .navbar-left,.navbar-right {
    float: none !important;
  }*/

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

/*  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }*/

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display:block !important;
  }



  .fn-navbar-top-search-collapse {
    display: block;
  }

  .fn-navbar-top-search, .fn-navbar-top-collapse {
    display: none !important;
  }

  .fn-navbar-bottom-social {
    text-align: center;
  }

}

@media (max-width: 768px) {
  .fn-navbar-bottom ul {
    margin-left: 20px;
  }
}
/* ---------- Rewrite bootstarp ---------- */











/*----------*/
.fn-swipe {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fn-swipe-wrap {
  overflow: hidden;
  position: relative;
}

.fn-swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}

.fn-swipe-wrap > div > div:first-child {
  margin-left: 0px;
}

.fn-swipe-wrap > div img { /**/
  width: 100%;
  height: auto;
}

.fn-swipe-controls {
  width: 40px;
  height: 40px;
  float: right;
}

.fn-swipe-controls .prev, .fn-swipe-controls .next {
  width: 20px;
  height: 40px;
  float: left;
  background-image: url(/img/swipeArrows.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.fn-swipe-controls .prev {
  background-position: 0% 50%;
}

.fn-swipe-controls .next {
  background-position: 100% 50%;
}
/*----------*/






.fn-banner {
  width: 100%;
  height: auto;
}

.fn-banner .slick-prev, .fn-banner .slick-next {
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 300;
  cursor: pointer;
  opacity: 0.5;
}

.fn-banner .slick-prev:hover, .fn-banner .slick-next:hover {
  opacity: 1;
}

.fn-banner .slick-prev {
  left: 0px;
}

.fn-banner .slick-next {
  right: 0px;
}

.fn-banner .slick-prev span, .fn-banner .slick-next span {
  top: 50%;
  margin-top: -35px;
  background-image: url(/img/arrows.png);
  background-repeat: no-repeat;
  left: 30px;
  width: 30px;
  height: 70px;
  display: block;
  position: relative;
}

.fn-banner .slick-next span {
  background-position: 100% 0%;
}

.fn-banner .slick-prev span {
  background-position: 0% 0%;
}

.fn-banner-item {
  height: auto;
  /*max-width: 1366px;*/
}

.fn-banner-item img {
  width: 100%;
}






.fn-subnav {
  width: 100%;
  height: 42px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-image: url('/img/bg-subnav.png');
  background-repeat: repeat-x;
  background-position: 100% 100%;
}

.fn-subnav h2 {
  margin: 0px;
  line-height: 32px;
  font-size: 2.1em;
  font-weight: normal;
  color: #41cfff;
}

/*.fn-subnav .fn-small h2 {
}*/

.fn-subnav span, .fn-subnav span a, .fn-subnav span a:visited {
  display: inline-block;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  color: #41cfff;
  text-decoration: none;
}

.fn-subnav .fn-small span, .fn-subnav .fn-small span a {
  font-size: 16px;
}

.fn-subnav .fn-active {
  background-image: url('/img/bg-subnav-active.png');
  background-repeat: repeat-x;
  background-position: 100% 100%;
}










.fn-grid {
  width: 100%;
}

.fn-grid h3 {
  font-size: 1.2em;
}

.fn-grid h4 {
  font-size: 1em;
}

.fn-grid img {
  width: 100%;
}

.fn-grid a h1, .fn-grid a h2, .fn-grid a h3, .fn-grid a h4, .fn-grid a:hover h4 {
  color: #393939;
  text-decoration: none;
}

.fn-grid a:hover h1, .fn-grid a:hover h2, .fn-grid a:hover h3 {
  color: #2e8bd2;
  text-decoration: none;
}













.fn-grid-sm {
  /*margin-bottom: 15px;*/
  outline-style: none;
}

.fn-grid-sm h3 {
  font-size: 1em;
}












.fn-cover, .fn-cover img {
  width: 100%;
}



.fn-polaroid {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}

.fn-polaroid img {
  width: 100%;
}

.fn-border {
  border-top: none;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #e8e8e8;
}

.fn-social-buttons {
  height: 25px;
  margin-top: 15px;
}

.fn-social-buttons span {
  width: 105px;
  height: 25px;
  float: left;
}







.fn-pages {
  width: 100%;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
  border-top: 2px solid #d6d6d6;
}

.fn-pages span {
  width: 35px;
  height: 30px;
  margin: 1px;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  color: #393939;
}

.fn-pages a:hover span {
  border: 1px solid #41cfff;
}

.fn-pages a span, .fn-pages a:visited span {
  color: #41cfff;
  text-decoration: none;
}

.fn-pages a span.fn-active, .fn-pages a:visited span.fn-active {
  background: #41cfff;
  border: 1px solid #41cfff;
  color: #ffffff;
  text-decoration: none;
}

.fn-pages span.fn-prev-page, .fn-pages span.fn-next-page {
  width: 150px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  background: #f6f6f6;
  border: 1px solid #d6d6d6;
  font-size: 1.2em;
  line-height: 25px;
  text-decoration: none;
  color: #393939;
}
















/* page */
.fn-page {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 50px;
}

.fn-page h1{
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.fn-page p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fn-page p.fn-alt {
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.9em;
  color: #666;
}

.fn-page ul li, .fn-page ol li {
  margin-left: 40px;
}

h4.fn-read-more {
  font-size: 1.4em;
  margin-top: 70px;
}



.fn-page2 {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.fn-page2 h2 {
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  margin-left: 50px;
}

.fn-page2 a {
  color: #393939;
}

.fn-page2 a:hover {
  color: #2e8bd2;
  text-decoration: none;
}

.fn-page2 hr {
  height: 1px;
  background: #f0f0f0;
  margin: 0;
  padding: 0;
  border: none;
}
/* page */












.fn-block {
  width: 100%;
  margin-top: 20px;
}

.fn-block a h3 {
  color: #202020;
  text-decoration: none;
}

.fn-block a:visited h3  {
  color: #6d6d6d;
  text-decoration: none;
}

.fn-block a:hover h3 {
  color: #2e8bd2;
  text-decoration: none;
}

.fn-block .fn-header {
  height: 40px;
  overflow: hidden;
}

.fn-block .fn-header h2, .fn-block .fn-header h2 a, .fn-block .fn-header h2 a:visited {
  font-weight: bold;
  color: #41cfff;
  text-decoration: none;
  font-size: 1.2em;
}

.fn-block .fn-header h2 a:hover {
  text-decoration: underline;
}




.fn-col-n2 {
  width: 25%;
  float: left;
}

.fn-col-n4 {
  width: 25%;
  float: left;
}

.fn-col-n4 h3 {
  margin: 5px;
  font-size: 18px;
}






.fn-col-2 {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.fn-col-2 div:first-child {
  margin-left: none;
}

.fn-col-3 {
  float: left;
  width: 32%;
  /*margin-left: 2%;*/
  margin-bottom: 2%;
}

.fn-col-3 div:first-child {
  margin-left: none;
}

.fn-col-4 {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
}
/*.fn-col-4 div:first-child {
  margin-left: none;
}*/

.fn-col-5 {
  float: left;
  width: 18%;
  margin-bottom: 2%;
  margin-left: 2.5%;
}
.fn-col-5 div:first-child {
  margin-left: none;
}














/**/

/* --------------- */
.fn-items-3 h2 {
  font-size: 20px;
}
/* --------------- */

.fn-last {
  margin-right: 0px;
}








.fn-items-list {
  /*width: 80%;*/
  background: #fff;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.fn-items-list h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5em;
}

.fn-items-list a:hover h1  {
  color: #2e8bd2;
}

/*.fn-items-list h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.2em;
}

.fn-items-list a:hover h2  {
  color: #2e8bd2;
}*/

.fn-items-list p {
  font-size: 16px;
}

.fn-items-list a, .fn-items-list a:hover, .fn-items-list a:visited {
  color: #393939;
  text-decoration: none;
}

.fn-items-list a:hover p {
  color: #393939;
}


























































/*        footer 404       */
.fn-footer-clear {
  width: 100%;
}

.fn-menu-block {
  width: 980px;
  margin: 0 auto;
}

.fn-menu-block hr {
  background: #ccc;
  height: 1px;
  margin-top: 5px;
}

.fn-menu-block > ul {
  width: 23%;
  margin-left: 2%;
  float: left;
  padding-bottom: 5px;
}

.fn-menu-block > ul li {
  list-style: none;
  line-height: 1.6;
}


/*        footer 404       */
































.fn-video-frame {
  width: 980px;
  height: 500px;
  overflow: hidden;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

.fn-video-player {
  width: 625px;
  height: 500px;
  float: left;
  margin-right: 20px;
}

.fn-video-info {
  width: 335px;
  height: 500px;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
}

.fn-video-info h1 {
  font-size: 20px;
  margin-top: 15px;
  margin-right: 10px;
}

.fn-video-info input {
  width: 280px;
  height: 28px;
  border: 1px solid #efefef;
  padding: 3px;
}

.fn-video-social {
  width: 100%;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
}

.fn-video-social div {
  width: 105px;
  height: 20px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.fn-video-date {
  margin-right: 10px;
  margin-top: 5px;
  color: #666;
}

.fn-video-date p {
  font-size: 14px;
}

.fn-video-info hr {
  margin-right: 20px;
}

.fn-video-description {
  width: 315px;
  margin-top: 10px;
  margin-right: 10px;
}

.fn-video-description p.fn-date {
  font-size: 10px;
}

.fn-video-description p {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}



















.fn-page-header {
  width: 100%;
  height: 42px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #d6d6d6;
}

.fn-page-header .left {
  float: left;
  height: 100%;
}

.fn-page-header .left h3 {
  margin: 0px;
  text-align: left;
  line-height: 32px;
  font-size: 30px;
  font-weight: normal;
  color: #41cfff;
}

.fn-page-header .right {
  float: right;
  height: 42px;
}

.fn-page-header .right span, .fn-page-header .right span a, .fn-page-header .right span a:visited {
  display: inline-block;
  height: 100%;
  font-weight: normal;
  line-height: 42px;
  color: #41cfff;
  text-decoration: none;
}

.fn-page-header .active {
  border-bottom: 2px solid #41cfff;
}
















































































































































/*  tmp  */
.fn-main #fn-loadMore {
  width: 132px;
  height: 38px;
  margin: 0 auto;
  border: 1px solid #41cfff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  color: #41cfff;
}

#fn-loadMore .fn-active {
  background: #41cfff;
}









.fn-scheduleWeek {
  width: 100%;
  height: 70px;
  margin-bottom: 0px;
  overflow: hidden;
  margin-bottom: 5px;
}

.fn-scheduleWeekPrev {
  width: 30px;
  height: 70px;
  margin-right: 3px;
  float: left;
  background-image: url(/img/icons-64x64.png);
  background-position: 0.8% -7%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fn-scheduleWeekNext {
  width: 30px;
  height: 70px;
  margin-left: 3px;
  float: right;
  background-image: url(/img/icons-64x64.png);
  background-position: 19.5% -7%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fn-scheduleDays {
  width: auto;
  height: 100%;
  overflow: hidden;
}


.fn-scheduleDay {
  float: left;
  height: 70px;
  text-align: center;
  width: 14.2%;
  color: #393939;
  padding-top: 18px;
  line-height: 18px;
  cursor: pointer;
}

.fn-scheduleDayActive {
  float: left;
  height: 70px;
  text-align: center;
  width: 14.2%;
  padding-top: 18px;
  line-height: 18px;
  color: #a03230;
}

.fn-scheduleDay p {
  font-size: 18px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.fn-scheduleDayActive p {
  font-size: 18px;
  color: #a03230;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.fn-scheduleDayActive p span {
  font-size: 18px;
  color: #a03230;
  font-weight: bolder;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fn-schedule-time {
  position: relative;
  width: 140px;
  height: 60px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  background: #ffffff;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  font-size: 24px;
  color: #393939;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.fn-schedule-title {
  position: relative;
  background: #ffffff;
  width: auto;
  overflow: hidden;
  height: 60px;
  margin-bottom: 4px;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  padding-left: 20px;
  font-size: 24px;
  color: #393939;
  text-align: left;
  vertical-align: middle;
  line-height: 60px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.fn-scheduleItemFlag {
  position: relative;
  float: left;
  width: 72px;
  height: 20px;
  margin-top: 20px;
  margin-left: 5px;
  padding: 0px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  color: #ededed;
  overflow: hidden;
}

.fn-scheduleItemFlagLive {
  background: #c64c40;
}

.fn-scheduleItemFlagPremiere {
  background: #d76519;
}

.fn-scheduleItemFlagDeaf {
  background: #9956b5;
}

.fn-scheduleItemFlagReply {
  background: #2da991;
}





.fn-schedule-titleActive {
  background: #ffffff;
  width: auto;
  overflow: hidden;
  height: 60px;
  margin-bottom: 4px;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  padding-left: 24px;
  font-size: 24px;
  color: #a03230;
  text-align: left;
  vertical-align: middle;
  line-height: 60px;
  border: 1px solid #a03230;
  border-left: 0px;
}

.fn-schedule-timeActive {
  width: 140px;
  height: 60px;
  /*margin-right: 4px;*/
  margin-bottom: 4px;
  float: left;
  background: #ffffff;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  font-size: 24px;
  color: #a03230;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  border: 1px solid #a03230;
  border-right: none;
}

.fn-past, .fn-past a, .fn-past a:visited, .fn-past a:link {
  color: #707070;
}

.fn-past a:hover {
  text-decoration: none;
  color: #2e8bd2;
}

.fn-schedule-title a:hover {
  text-decoration: none;
  color: #2e8bd2;
}




.fn-schedule-title a {
  color: #393939;
}

.fn-schedule .fn-live {
  float: right;
  vertical-align: top;
  display: block;
}

.fn-schedule-titleActive a {
  color: #a03230;
}

.fn-schedule .fn-live a, .fn-schedule .fn-live a:visited {
  font-size: 18px;
  line-height: 60px;
  vertical-align: top;
  padding-right: 10px;
  text-decoration: underline;
  color: #a03230;
}

.fn-schedule .fn-live a:hover {
  text-decoration:  none;
}










.fn-liveSchedule .fn-scheduleItemTime {
  width: 60px;
  height: 40px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  background: #ffffff;
  font-size: 18px;
  color: #393939;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  padding-top: 2px;

}

.fn-liveSchedule .fn-scheduleItemTitle {
  width: auto;
  height: 40px;
  margin-bottom: 4px;
  overflow: hidden;
  background: #ffffff;
  padding-left: 10px;
  font-size: 18px;
  color: #393939;
  text-align: left;
  vertical-align: middle;
  line-height: 36px;
  padding-top: 2px;
}

.fn-liveSchedule .fn-scheduleItemFlag {
  width: 52px;
  height: 16px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  padding: 0px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #ededed;
  overflow: hidden;
}

.fn-liveSchedule .fn-scheduleItemHeader {
  width: 100%;
  height: 35px;
  margin: 0px;
  vertical-align: middle;
  font-size: 20px;
  color: #393939;
  overflow: hidden;
  line-height: 35px;
  padding-left: 5px;

}

.fn-liveSchedule .fn-now {
  color: #a03230;
}





























#error {
  height: 450px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#error div {
  width: 20%;
  height: 20%;
  float: left;
  margin: 0;
  padding: 0;
}

.fn-404 {
  width: 100%;
  margin: 0;
}

.fn-404 h2 {
  font-size: 32px;
  color: #41cfff;
  text-align: center;
  margin-top: 20px;
}

.fn-404 p {
  font-size: 24px;
  color: #393939;
  text-align:
  center; margin-top: 10px;
}

































.fn-news {

}

.fn-news h1 {
  font-size: 1.4em;
}

.fn-news h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #41cfff;
}

.fn-ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4em;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.fn-news .fn-search {
  width: 100%;
  height:40px;
  background: #fff;
  padding-left: 10px;
}

.fn-news-channel {

}









.fn-programs h1 {
  color: #393939;
  font-size: 3.2em;
  margin-top: 10px;
  margin-left: 20px;
}

.fn-programs h2 {
  color: #393939;
  font-size: 1.2em;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.fn-programs h4, .fn-programs a h4, .fn-programs a:visited h4 {
  color: #393939;
  font-size: 1.2em;
  text-decoration: none;
}

.fn-programs a:hover h4 {
  color: #2e8bd2;
  text-decoration: none;
}

.fn-programs h5 {
  color: #393939;
  font-size: 1.2em;
  /*margin-bottom: 10px;*/
  margin-left: 10px;
}

.fn-programs .fn-description {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.fn-programs .fn-description p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: justify;
}

.fn-programs .fn-description a, .fn-programs .fn-description a:link, .fn-programs .fn-description a:visited {
  text-decoration: none;
  color: #2e8bd2;
}

.fn-programs .fn-description a:hover {
  text-decoration: underline;
}

.fn-programs .fn-description ul, .fn-programs .fn-description ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fn-programs .fn-description ul li, .fn-programs .fn-description ol li {
  margin-left: 30px;
}

.fn-programs .fn-header {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 10px;
}

.fn-programs .fn-header h2 {
  font-size: 1.2em;
}










/* ---------- Contacts page parameters ---------- */
.fn-map-overlay {
  width: 100%;
  height: 450px;
  position: absolute;
  z-index: 3000;
}

.fn-contacts input {
  margin-bottom: 20px;
}

.fn-contacts input:focus, .fn-contacts textarea:focus {
  border: 1px solid #41cfff;
}

.fn-contacts textarea {
  margin-bottom: 20px;
  height: 230px;
}

.fn-contacts input[type=submit] {
  background: #41cfff;
  border: none;
  color: #fff;
  float: right;
  height: 40px;
  padding-left:15px;
  padding-right:15px;
}

.fn-contacts h1 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.fn-contacts h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.fn-select select {
  background: transparent;
  width: 105%;
  border: 0px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  color: #bebebe;
  font-family: OpenSans, Verdana, Tahoma, sans-serif;
  padding: 10px;
}

.fn-select select:focus {
  color: #393939;
}

.fn-select {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: url(/img/dropDownArrow.png) no-repeat right #ffffff;
  margin-bottom: 20px;
}


.fn-subscribe input[type=text] {
  width: 100%;
  float: left;
  height: 42px;
  vertical-align: middle;
  padding-right: 42px;
}

.fn-subscribe input[type=submit] {
  width: 42px;
  height: 42px;
  vertical-align: middle;
  float: right;
  margin-top: -62px;
  background-image: url('/img/subscribe-submit.png');
}

/* ---------- Contacts page parameters ---------- */












.fn-containerLeft {
  width: 2%;
  margin: 0px;
  float: left;
}

.fn-containerRight {
  width: 2%;
  float: right;
}

.fn-banner-item img, .fn-videoItem img {
  width: 100%;
}
