/* mixins.less */
/*variables.less */
/* URLs */
/* Body Text Styles */
/*typography.less*/
body {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-collapse .navbar-nav > li > a {
  font-family: 'Open Sans', sans-serif;
}
p {
  color: #797979;
}
a {
  color: #339999;
}
a:hover {
  color: #286565;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.h650 {
  height: 650px;
}
.ad_banner_container .ad_banner_left {
  /*@a: 100vw;
    left: ~"calc((@{a} - 1140px)/4)";
    position: absolute;
    display: block;
    width: 200px;
    height: 600px;
    z-index: 99;*/
  top: 122px;
  width: 170px;
  z-index: 99;
  margin-left: -175px;
  position: absolute;
}
.site-logo img {
  width: 150px;
}
.navbar-default {
  background-color: #339999;
}
.navbar-default .navbar-collapse {
  margin-top: 20px;
}
.navbar-default .navbar-collapse .navbar-nav li:first-child a {
  color: #ffd503;
}
.navbar-default .navbar-collapse .navbar-nav li a {
  font-size: 1.1em;
}
#lang_sel_click {
  font-family: "Open Sans", sans-serif;
}
#lang_sel_click ul li a.lang_sel_sel {
  background-color: #339999;
  color: #FFFFFF;
  border-color: #ffd503;
  height: 30px;
  font-size: 14px;
  padding-top: 2px;
  font-family: "Open Sans", sans-serif;
}
#lang_sel_click ul li a.lang_sel_sel:hover {
  color: #FFFFFF;
}
#lang_sel_click ul li ul {
  margin-top: 30px;
}
#lang_sel_click ul li ul li a {
  background: #339999 !important;
  border-color: #ffd503 !important;
  font-size: 14px;
  color: #FFFFFF !important;
}
#lang_sel_click ul li ul li a:hover {
  color: #FFFFFF;
  background: #286565 !important;
}
.wpml-ls-legacy-dropdown-click {
  width: 10.5em;
}
#lang_sel_click ul li a.lang_sel_sel {
  line-height: 19px;
}
footer {
  height: auto;
  padding: 10px 0 0 0;
  background-color: #339999;
}
footer h3 {
  color: #ffd503;
  font-size: 18px;
}
footer ul {
  padding: 0;
}
footer ul > li {
  list-style: none;
  color: white;
}
footer ul > li > a {
  color: white;
}
footer .footer-bottom {
  margin-top: 15px;
  padding-top: 10px;
  background-color: #286565;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
}
@media (max-width: 991px) {
  .breadcrumb-container {
    background: #339999;
    margin-top: 15px;
  }
}
.breadcrumb-container .breadcrumb {
  background: none;
  border-radius: none;
  margin-bottom: 0px;
  padding: 8px 0px;
}
.breadcrumb-container .breadcrumb li:before {
  color: #339999;
  padding: 0px;
}
@media (max-width: 991px) {
  .breadcrumb-container .breadcrumb li:before {
    color: #FFFFFF;
  }
}
.breadcrumb-container .breadcrumb a {
  font-weight: 700;
  color: #339999;
}
@media (max-width: 991px) {
  .breadcrumb-container .breadcrumb a {
    color: #FFFFFF;
  }
}
.breadcrumb-container .breadcrumb > li.active {
  color: #909090;
}
@media (max-width: 991px) {
  .breadcrumb-container .breadcrumb > li.active {
    color: #FFFFFF;
  }
}
.front-page-banner {
  height: 830px;
  background-attachment: fixed;
  background-position: top 91px left 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*background-image: none !important;*/
}
@media (max-width: 991px) {
  .front-page-banner {
    height: auto !important;
    padding-bottom: 5px;
    background-color: #f1f1f1;
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .front-page-banner .embed-responsive {
    overflow: visible;
    position: relative;
    display: block;
    margin: 0 auto;
    /*top: 20%;
      left: 50%;
      transform: translate(-50%,-50%);*/
  }
}
@media (max-width: 480px) {
}
@media (max-width: 991px) {
  .front-page-banner .embed-responsive iframe {
    width: 100%;
    left: 0;
  }
}
/*
.search-banner-container{
  background-color: @blue-green;
  padding: 40px 0 40px 0;

  .search-bar{
    width: 600px;
    display: block;
    margin: 0 auto;

    @media (max-width: @screen-xs-max) {
      width: 100%;
    }

    label{
      display: block;
      text-align: center;
      font-size: 24px;
      color: white;
    }
    input {
      border-radius: 0px;
      height: 45px;
      font-size: 18px;
      border-radius: 10px 0 0 10px;
    }
    button{
      border-radius: 0px;
      background: @yellow;
      height: 45px;
      border-radius: 0 10px 10px 0;
      > .glyphicon{
        color: @blue-green;
        font-weight: bold;
      }
    }
  }
}
*/
.quicklinks-banner-container {
  z-index: 99;
}
.quicklinks-banner-container .quicklinks-banner-widget::after {
  display: none;
}
.quicklinks-banner-container .quicklinks-banner-widget-content .glyphicon {
  font-size: 40px;
  color: #339999;
}
.quicklinks-banner-container .quicklinks-banner-widget-content h2 {
  font-size: 2.5em;
}
.home-webcams {
  background: white;
}
.home-webcams .home-webcams-list {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .home-webcams .home-webcams-list {
    margin-bottom: 20px;
  }
}
.presentation-banner {
  background-image: url('../img/city.jpg');
  position: relative;
  height: 500px;
}
.presentation-banner .presentation-banner-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  border: 5px solid #ffd503;
}
@media (max-width: 767px) {
  .presentation-banner .presentation-banner-cnt {
    position: relative;
  }
}
.presentation-banner .presentation-banner-cnt > .textwidget {
  padding: 40px;
  background: #ffd503;
  text-align: center;
  margin: 0;
  color: #339999;
  font-size: 24px;
}
.logo-banner-container {
  background-color: #D9D9D9;
  padding: 40px 0 40px 0;
}
.parallax-bg {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-webcam-types {
  z-index: 99;
  position: relative;
}
#advertise .image-banner img {
  display: block;
  margin: 0 auto;
}
.webcam-container {
  background: #FFFFFF;
  padding-top: 0px;
}
.webcam-container .webcam-container-header {
  background: #f1f1f1;
  padding: 25px 0 10px 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .webcam-container .webcam-container-header {
    background: #FFFFFF;
    padding: 0;
    margin-bottom: 10px;
  }
}
.webcam-container .webcam-container-header .webcam-title-container {
  height: auto;
}
@media (max-width: 991px) {
  .webcam-container .webcam-container-header .webcam-title-container {
    margin-bottom: 0px;
  }
}
.webcam-container .webcam-container-header .webcam-title-container h1.webcam-title {
  font-weight: 600;
  font-size: 1.8em;
}
.webcam-container .webcam-container-header .webcam-title-container h2.webcam-subtitle {
  font-size: 1.3em;
  font-weight: 600;
  color: #797979;
  margin-top: 10px;
}
.webcam-container .webcam-container-header .webcam-title-container small.webcam-subtitle {
  font-size: 1.3em;
  font-weight: 600;
}
.webcam-container .webcam-core-element-buttons {
  line-height: normal;
  width: auto;
}
.webcam-container .webcam-core-element-buttons > button {
  border-radius: 50%;
}
.webcam-container .webcam-core-element-buttons > button.btn-lg {
  font-size: 14px;
}
.webcam-container .webcam-core-element-buttons > button.btn-lg > .glyphicon {
  line-height: 1.7;
}
.webcam-container .webcam-core-element-buttons .share-buttons {
  float: right;
  line-height: 4px;
}
.webcam-container .webcam-core-element-buttons .share-buttons .twitter-share-button {
  height: 23px !important;
}
.webcam-container .webcam-buttons-lg {
  height: 591px;
  position: relative;
}
@media (max-width: 1199px) {
  .webcam-container .webcam-buttons-lg {
    height: 483px;
  }
}
.webcam-container .webcam-buttons-lg .share-buttons {
  position: absolute;
  bottom: 0px;
}
.webcam-container .hosted-by {
  margin-top: 0px;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 0px;
}
.webcam-container .hosted-by h4,
.webcam-container .hosted-by h5 {
  color: #339999;
  margin: 0;
  text-align: center;
  padding-top: 0px;
}
.webcam-container .hosted-by h5 {
  font-size: 16px;
}
.webcam-container .hosted-by h4.center {
  margin-bottom: 10px;
  padding-top: 10px;
}
.webcam-container .hosted-by a {
  color: #797979;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.webcam-container .hosted-by a:hover {
  color: #ffd503;
}
.webcam-container .hosted-by img {
  border: none;
  padding: 20px;
  background-color: #FFFFFF;
}
.webcam-container .hosted-by img:hover {
  background-color: #FFFFFF;
}
.webcam-container .ad-one {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .webcam-container .ad-one {
    margin-bottom: 10px;
  }
}
.similar-webcams-banner {
  background-color: #f1f1f1;
  padding: 30px 0 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .similar-webcams-banner {
    background: none;
  }
}
.similar-webcams-banner .similar-webcams-container {
  margin-top: 0px;
  margin-bottom: 0px;
}
.search-banner-archive .search-bar {
  width: 600px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .search-banner-archive .search-bar {
    width: 100%;
  }
}
.search-banner-archive .search-bar label {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #339999;
}
.search-banner-archive .search-bar input {
  border-radius: 0px;
  height: 45px;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
}
.search-banner-archive .search-bar input.search-field {
  width: 100%;
  padding-left: 10px;
}
.search-banner-archive .search-bar button {
  border-radius: 0px;
  background: #ffd503;
  height: 45px;
  border-radius: 0 10px 10px 0;
}
.search-banner-archive .search-bar button > .glyphicon {
  color: #339999;
  font-weight: bold;
}
.location-webcam-search h3 {
  text-align: center;
  margin-bottom: 30px;
}
.location-webcam-search select {
  margin-bottom: 10px;
}
.location-webcam-search button.submit {
  background: #ffd503;
  height: 45px;
  color: #339999;
  font-weight: bold;
  font-size: 16px;
  margin: 20px auto;
  display: block;
}
.location-webcam-search button.submit > .glyphicon {
  color: #339999;
  font-weight: bold;
}
.webcam-search-results {
  margin-top: 50px;
}
.pagination li a {
  /*background-color: @yellow;
      border: 1px solid #eac50a;*/
  color: #339999;
  font-weight: bold;
}
.pagination li a:hover {
  background-color: #339999;
  color: #ffd503;
}
.pagination li span {
  /*background-color:@yellow;
      border: 1px solid #eac50a;*/
  color: #339999;
  font-weight: bold;
}
.pagination li span:hover {
  background-color: #339999;
  color: #ffd503;
}
.pagination li span.current {
  background-color: #339999;
  color: #ffd503;
}
.cam-thumb-main {
  position: relative;
}
.cam-thumb-main .dis-overlay-content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: rgba(40, 40, 40, 0.9);
  text-align: center;
}
.cam-thumb-main .dis-overlay-content > .dis-overlay-text {
  position: absolute;
  width: 100%;
  top: 20%;
}
@media (max-width: 767px) {
  .cam-thumb-main .dis-overlay-content > .dis-overlay-text {
    top: 35%;
  }
}
.cam-thumb-main .dis-overlay-content > .dis-overlay-text > h4 {
  color: white;
  font-weight: 300;
  padding: 0 10px;
  font-size: 13px;
  margin: 3px 0 5px 0;
}
.cam-thumb-main .dis-overlay-content > .dis-overlay-text > .glyphicon {
  color: red;
  font-size: 26px;
}
.webcam-search-form {
  margin-top: 30px;
}
.webcam-search-form h1 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}
.webcam-search-form h1 > span {
  color: #ffd503;
  font-weight: 600;
}
.webcam-search-form h3 {
  text-align: center;
}
.webcam-search-form .search-bar {
  width: 600px;
  display: block;
  margin: 0 auto 30px auto;
}
@media (max-width: 991px) {
  .webcam-search-form .search-bar {
    width: 100%;
  }
}
.webcam-search-form .search-bar input {
  border-radius: 0px;
  height: 45px;
  font-size: 18px;
  /*border-radius: 10px 0 0 10px;*/
  border-radius: 5px;
  border: 2px solid #cacaca;
}
.webcam-search-form .search-bar input.search-field {
  width: 100%;
  padding-left: 10px;
}
.webcam-search-form .search-bar button {
  border-radius: 0px;
  background: #ffd503;
  height: 45px;
  border-radius: 0 10px 10px 0;
}
.webcam-search-form .search-bar button > .glyphicon {
  color: #339999;
  font-weight: bold;
}
.webcam-search-form select {
  margin-bottom: 10px;
  border: 2px solid #cacaca;
}
.webcam-search-form button.submit {
  background: #ffd503;
  height: 45px;
  color: #339999;
  font-weight: bold;
  font-size: 16px;
  margin: 20px auto;
  display: block;
}
.webcam-search-form button.submit > .glyphicon {
  color: #339999;
  font-weight: bold;
}
.webcam-search-form button.submit:hover {
  background: #339999;
  color: #ffd503;
}
.webcam-search-form button.submit:hover > .glyphicon {
  color: #ffd503;
}
.webcam-search-form hr {
  margin-top: 0px;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media (max-width: 991px) {
  .home-search-form {
    background-color: #f1f1f1;
  }
}
@media (min-width: 991px) {
  .home-search-form .webcam-search-form {
    position: absolute;
    background-color: rgba(41, 41, 41, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 5px;
    margin-top: 0px;
    width: 800px;
  }
}
.home-search-form .webcam-search-form h1 {
  color: white;
}
@media (max-width: 991px) {
  .home-search-form .webcam-search-form h1 {
    font-size: 26px;
    color: #339999;
    margin-top: 0px;
  }
}
.home-search-form .webcam-search-form h1 > span {
  color: #ffd503;
}
@media (max-width: 991px) {
  .home-search-form .webcam-search-form h1 > span {
    font-size: 26px;
  }
}
.home-search-form .webcam-search-form .search-bar {
  width: 100%;
  margin: 0 auto 15px auto;
  /*@media (max-width: @screen-xs-max) {
        width: 100%;
      }*/
}
@media (min-width: 991px) {
  .home-search-form .webcam-search-form .search-bar input {
    border: none;
  }
}
.home-search-form .webcam-search-form .search-bar button {
  background: #ffd503;
}
.home-search-form .webcam-search-form .search-bar button > .glyphicon {
  color: #339999;
}
@media (min-width: 991px) {
  .home-search-form .webcam-search-form select {
    border: none;
  }
}
.home-search-form .webcam-search-form button.submit {
  background: #ffd503;
  color: #333;
  border: none;
}
@media (max-width: 991px) {
  .home-search-form .webcam-search-form button.submit {
    background: #339999;
    color: white;
  }
}
.home-search-form .webcam-search-form button.submit > .glyphicon {
  color: white;
}
.home-search-form .webcam-search-form button.submit:hover {
  background: #339999;
  color: white;
  border: none;
}
.home-search-form .webcam-search-form button.submit:hover > .glyphicon {
  color: #339999;
}
.no-gutter > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.content-pricing {
  padding: 30px 0;
}
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}
.pricing-active {
  border: 3px solid #339999;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(51, 153, 153, 0.2);
}
.pricing:hover {
  border: 3px solid #339999;
}
.pricing:hover h4 {
  color: #36d7ac;
}
.pricing-head {
  text-align: center;
}
.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}
.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}
.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 10px;
  font-size: 27px;
  background: #339999;
}
.pricing-head h4 {
  color: #339999;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}
.pricing-head-active h4 {
  color: #36d7ac;
}
.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}
.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}
/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 14px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}
/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}
/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}
.price-active h4 {
  color: #36d7ac;
}
.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #36d7ac;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}
.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
  color: #FFFFFF;
  background-color: #cfa500;
}
/*** HOST - FREE ***/
/*
.host-banner-free-1{
  background-image: url(../img/host_cam_free_1-1.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}

.host-banner-free-2{
  background-image: url(../img/host_cam_free_2.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}

/*** HOST - REGULAR ***/
/*
.host-banner-regular-1{
  background-image: url(../img/host_cam_regular_1.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 40%;
    left: 65%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}

.host-banner-regular-2{
  background-image: url(../img/host_cam_regular_2.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}

.host-banner-regular-3{
  background-image: url(../img/host_cam_regular_3.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}/*** HOST - PREMIUM ***/
/*
.host-banner-premium-1{
  background-image: url(../img/host_cam_premium_1.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 55%;
    left: 53%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}

.host-banner-premium-2{
  background-image: url(../img/host_cam_premium_2.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}

.host-banner-premium-3{
  background-image: url(../img/host_cam_premium_3.jpg);
  position: relative;
  height: 800px;
  .host-banner-cnt {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 3px solid #fff;
    > .textwidget {
      padding: 15px;
      background: none;
      text-align: center;
      margin: 0;
      color: #fff;
      font-size: 35px;
      font-weight: 600;
    }
  }
}*/
/* HOST A CAM - CHILD  */
.host-child-banner {
  position: relative;
  height: 800px;
}
.host-child-banner .host-child-banner-cpt {
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 15px;
  border: 3px solid #fff;
}
.host-child-banner .host-child-banner-cpt > .textwidget {
  padding: 15px;
  background: none;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
.host-child-content {
  padding: 40px 0;
  font-size: 16px;
}
/****************************/
#section4 .info-content .info-block h2 {
  color: #252525;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 29px;
  height: 105px;
}
#section4 .info-content .info-block .infoholder {
  height: 147px;
  background-repeat: no-repeat;
  text-align: center;
}
#section4 .info-content .info-block .infoholder .infoholderinside .glyphicon {
  font-size: 50px;
}
#home-player .fp-engine {
  height: auto;
}
#home-player .fp-ui {
  /*opacity: 0 !important;*/
}
.flowplayer .fp-ui {
  cursor: default !important;
}
.fp-fullscreen {
  cursor: pointer;
}
.fpc-menu {
  z-index: 999;
  transition: 0.2s ease-in;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 20%;
  width: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.fpc-menu > li {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  box-shadow: none;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  list-style: none;
  margin: 2px 0px;
  padding: 5px;
  text-align: center;
  text-shadow: 0 0 2px #000;
  width: 50px;
  position: relative;
  box-sizing: content-box;
  font-size: 24px;
}
.fpc-menu > li:hover {
  background-color: #339999;
}
.fp-elapsed {
  display: none;
}
.fp-duration {
  display: none;
}
.item-content {
  background-color: rgba(254, 254, 254, 0.9);
  color: #333;
  display: none;
  height: 260px;
  left: 60px;
  padding: 24px 45px;
  margin: 2px 0px 0px;
  position: absolute;
  top: 20%;
  /* width: 54%; */
  width: 425px;
  z-index: 2;
  box-sizing: content-box;
}
.item-content .fpc-item-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.slp-player .fp-color {
  background-color: #339999 !important;
}
.slp-player .fp-logo {
  top: 2% !important;
  right: 1%;
  left: auto !important;
  display: block;
  bottom: auto;
  width: 15%;
  position: absolute;
}
.slp-player .fp-ads {
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  z-index: 3;
  opacity: 1;
}
.slp-player .fp-sponsor {
  position: absolute;
  right: 1%;
  bottom: 30px;
  color: #fff;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  opacity: 1;
  max-width: 13%;
}
.slp-player .fp-sponsor p {
  color: #fff;
  font-size: 11px;
  text-align: right;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .slp-player .fp-sponsor p {
    font-size: 7px;
  }
}
.slp-player .fp-sponsor img {
  width: 100%;
}
.slp-player .fp-ui .fp-controls {
  background-color: rgba(51, 51, 51, 0.8);
  font-size: 12px;
}
.slp-player .fp-ui .fp-counters {
  display: none;
}
.slp-player .fp-ui .fp-counters em {
  margin: 0 10px 0 5px;
}
