
/* Stream Counters & State */
.flowplayer .fp-counters-inner em {
    display: none;
    background: none;
}
.flowplayer .fp-counters{
    text-shadow:0 0 1px #000;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    width:100%;
}

.flowplayer .fp-counters .fp-counters-inner {
    bottom: 0px;
    height: 26px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 2;
}

.no-counters-time.flowplayer .fp-counters{display:none}
.play-button.flowplayer .fp-counters-inner{left:50px}
.flowplayer.is-loading .fp-controls,.flowplayer.is-loading .fp-counters{display:none}

.flowplayer .fp-stream-state{
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    width:100%;
}

.flowplayer .fp-stream-state em{
    width:40;
    height:20px;
    line-height:20px;
    text-align:center;
    position:absolute;
    bottom:0px; 
    z-index: 2;
    background-color: #df1a36;
    padding: 0px 13px;
}

.no-stream-time.flowplayer .fp-stream-state{display:none}
.is-long.flowplayer .fp-stream-state em{width:65px}
.flowplayer .fp-state{right:0px;}

.flowplayer.is-error .fp-counters,.flowplayer.is-error .fp-stream-state{display:none}

.flowplayer.is-mouseout .fp-state,.flowplayer.is-mouseout .fp-counters-inner {
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition:opacity .15s .3s;
    -moz-transition:opacity .15s .3s;
    transition:opacity .15s .3s
}

.flowplayer.is-loading .fp-stream-state,.flowplayer.is-loading .fp-counters,.flowplayer.is-loading .fp-fullscreen {display:none}


#viewers-count{
    display: none;
    background: url('img/viewers.png') no-repeat left center;
    padding-left: 37px;
}

#visits-count{
    display: none;
    background: url('img/visits.png') no-repeat left center;
    padding-left: 37px;
    margin-left: 15px;
}

#local-time{
    display: none;
    background: url('img/time.png') no-repeat left center;
    padding-left: 29px;
    margin-left: 15px;
}

/*Player Controls background*/
.flowplayer .fp-controls {
    background-color: rgba(51, 51, 51, 0.9);
    height: 2em;
}

.flowplayer .fp-play {
    left: 8px;
}
/* END Stream Counters & State */

/* LOADING */
/* make images appearing smoothly */
.flowplayer.is-loading .fp-logo img{
    display: none;
}
.flowplayer.is-loading .fp-sponsor {
    display: none;
}
/* END LOADING */

/* PLAYER MESSAGES */
.flowplayer.is-error .fp-message p {
    font-size: 200%;
    font-weight: bold;
    color: #D9534F;
}
/* END PLAYER MESSAGES */

/* SPONSOR */
.flowplayer .fp-sponsor {
    position: absolute;
    right: 10px;
    bottom: 40px;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
    opacity: 1;
}

/*.flowplayer .fp-sponsor img {
height: auto;
width: 120px;
}
 */

.flowplayer .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;
}
/* END SPONSOR */

/* ADS */
/* hide ad remaining time, duplicated by our video ads */
.flowplayer.ad-is-visible .fp-ui .ad-time {
    visibility: hidden !important;
}

.flowplayer .fp-ads {
    position: absolute;
    top: 1%;
    left: 3%;
    bottom: auto;
    left: auto;
    z-index: 3;
    opacity: 1;
}
/* END ADS */

/* STATUS */
/* .flowplayer .fp-status { */
/* position: absolute; */
/* top: auto; */
/* left: auto; */
/* bottom: 7%; */
/* left: 1%; */
/* z-index: 1; */
/* opacity: 0.7; */
/* } */

/* .flowplayer .fp-status span { */
/* padding: 5px; */
/* } */

/* .flowplayer .fp-status span .label { */
/* opacity: 0.7; */
/* display: inline; */
/* padding: 0.2em 0.6em 0.3em; */
/* font-size: 75%; */
/* font-weight: bold; */
/* line-height: 1; */
/* color: #FFF; */
/* text-align: center; */
/* white-space: nowrap; */
/* vertical-align: baseline; */
/* border-radius: 0.25em; */
/* } */

/* .flowplayer .fp-status span .label-danger { */
/* background-color: #D9534F; */
/* } */
/* END STATUS */

/* FPC MENU */

    .flowplayer .fp-menu {z-index: 99;}

    .flowplayer .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;
      padding-left: 0px;
      margin-top: 0px;
    }

    .flowplayer .fpc-menu li{
        background-color: #333;
        background-color: rgba(51,51,51,0.8);
        box-shadow: none;
        color: #fff;
        display: block;
        list-style: none;
        margin: 2px 0px;
        padding: 5px 5px 0px 5px;
        text-align: center;
        text-shadow: 0 0 2px #000;
        width: 50px;
        position: relative;
        box-sizing: content-box;
    }

    .flowplayer .fpc-menu li:hover{
      background-color: #339999;
    }    

    .flowplayer .fpc-menu li h3{
        margin: 0;
        padding-bottom: 5px;
        margin-top: -5px;
        font-size: 11px;
    }

    .flowplayer .item-content {
      background-color: rgba(254, 254, 254, 0.9);
      color: #333;
      display: none;
      height: auto;
      min-height: 230px;
      max-height: 260px;
      left: 60px;
      padding: 20px;
      margin: 2px 0px 0px;
      position: absolute;
      top: 20%;
      /* width: 54%; */
      width: 425px;
      z-index: 2;
      box-sizing: content-box;
    }    

    .flowplayer .item-content h2{
        padding: 0px !important;
      }

/* END FPC MENU

/* FP MENU */
.fp-menu {
    display: none;
}

.flowplayer.is-loading .fp-menu {
    display: none;
}

.flowplayer .fp-menu{
    z-index: 3;
    transition:.2s ease-in;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    position:absolute;
    left:0px;
    top:18%;
    width: 0;
    overflow:hidden;
    font-size:12px;
    font-weight:bold;
    cursor: pointer;
}
.flowplayer .fp-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;
    overflow:hidden;
    padding:5px;
    text-align:center;
    text-shadow:0 0 2px #000;
    width: 50px;
    position: relative;
}

.flowplayer .fp-menu li#host-item {
    background-image: url("img/host.png");
    background-repeat: no-repeat;

}

.flowplayer .fp-menu li#partner-item {
    background-image: url("img/partner.png");
    background-repeat: no-repeat;

}

.flowplayer .fp-menu li#info-item {
    background-image: url("img/info.png");
    background-repeat: no-repeat;

}

.flowplayer .fp-menu li#social-item {
    background-image: url("img/social.png");
    background-repeat: no-repeat;

}

.flowplayer .fp-menu li a{
    font-size: 75%;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-transform: lowercase;
}

.flowplayer .fp-menu li a div{
    height: 10px;
    width: auto;
    padding-top: 18px;
}

.flowplayer .fp-menu li:hover{
    background-color: #12a89d;
}

.flowplayer .fp-menu li.active{
    background-color: #12a89d;
}

.flowplayer .fp-menu li.active a:before {
    content: url("img/arrow.png");
    position: absolute;
    left: 100%;
    /* top: 15%; */
}

.flowplayer .fp-menu li.active:hover{
    background-color:#339a99;
    background-color: rgba(51, 154, 153, 0.8);
    cursor:default;
}


.flowplayer.is-mouseover .fp-menu{
    width:60px;
}

.flowplayer.is-finished .fp-menu,.flowplayer.is-disabled .fp-menu{
    width:0
}

.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: 18%;
    /* width: 54%; */
    width: 425px;
    z-index: 2;
}

.item-content .logo-img {
    /*text-align: center;*/
    text-align: left;
}

.item-content .content h2 {
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.item-content .content p {
    font-size: 14px;
    margin: 10px 0
}

.item-content .content a {
    margin: 20px 0px;
    color: #333;
    text-decoration: none;
}

/* INFO SERVICES */
.services {
    display: block;
    /* background-color: #e3e3e3; */
    width: 100%;
    height: 88px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.services li {
    /* width: 137px; */
    height: 108px;
    border-right: 1px solid #000;
    overflow: hidden;
    position: relative;
    float: left;
    /* background: #FFF none repeat scroll 0% 0%; */
    /* margin-right: 1px; */
    transition: all 400ms linear 0s;
}

.services li:nth-child(1) {
    width: 130px;
}

.services li:nth-child(2) {
    width: 152px;
}

.services li:last-child {
    border-right: none;
    width: 130px;
}

.services li a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    margin: 0px !important;
    color: #111;
    font-weight: bold;
}

.services li a:hover {
    color: #666;
}


.services li span {
    position: absolute;
    height: 39px;
    top: 0px;
    text-align: center;
    transition: all 400ms linear 0s;
    width: 49px;
    left: 30%;
}

.services li span.link-hac {
    background-image: url("img/link-hac.png");
    background-repeat: no-repeat;
}
.services li span.link-ads {
    background-image: url("img/link-ads.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 42px;
}
.services li span.link-embed {
    background-image: url("img/link-embed.png");
    background-repeat: no-repeat;
}

.services li h3 {
    font-size: 22px;
    position: absolute;
    top: 50px;
    line-height: 22px;
    width: 130px;
    opacity: 0.8;
    text-align: center;
}

.services li.hac h3 {
    width: 110px;
}

.services li.ads {
    width: 152px;
}
.services li.ads h3 {
    width: 152px;
}

/* END INFO SERVICES */

.item-content a.read {
        font-size: 12px;
        text-align: center;
        width: 70px;
        display: block;
        margin: 15px 0px;
        height: 19px;
        border: solid 1px #666 !important;
        line-height: 17px;
}

.item-content a.read:hover {
    /* border: solid 1px #333 !important; */
    background-color: rgba(51, 51, 51, 0.9);
    color: #FFF;
    }

.item-content .content a:hover {
    /* text-decoration: underline; */
    /* color: #999; */
}

.item-content .logo-img img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.item-content .footer {
    /* margin: 10px 0px 0px 0px !important; */
    text-align: center;
}

.item-content .footer a {
    font-size: 86%;
    color: #333;
}

.item-content .footer a:hover {
    color: #999;
    text-decoration: underline;
}

.item-content .footer small {
    font-size: 86%;
}

/* SHARE LINKS */
.share-links {
    display: block;
    width: 100%;
    height: 130px;

}

.share-links > div {
    display: inline-block;
    width: 100%;
    min-height: 28px;
    margin-bottom: 9px;
}

/* .fb-share { */
    /* background-color: #3d5a98; */
/* } */

/* .tw-share { */
    /* background-color: #27b1ed; */
/* } */

/* .gplus-share { */
    /* background-color: #dc4c39; */
/* } */

/* END SHARE LINKS */

/* FOLLW LINKS */
.follow-links {
    /* display: block; */
    /* width: 100%; */
    /* height: 60px; */
    margin-bottom: 30px;
}

.follow-links ul{
    padding-left: 0px;
}


.follow-links ul li{
    display: inline-block;
    *display:inline; /* this fix is needed for IE7- */
}
 

.follow-links h3 {
    font-size: 12px;
    margin-bottom: 8px;
}

.follow-links a {
    display: block;
    height: 28px;
    width: 28px;
    margin-right: 9px;
    /* height: 28px; */
    
}

.follow-links .fb-follow-link {
    background-color: #3d5a98;
    background-image: url("img/fb.png");
    background-repeat: no-repeat;
}

.follow-links .tw-follow-link {
    background-color: #27b1ed;
    background-image: url("img/tw.png");
    background-repeat: no-repeat;
}

.follow-links .gplus-follow-link {
    background-color: #dc4c39;
    background-image: url("img/gplus.png");
    background-repeat: no-repeat;
}

/* END FOLLW LINKS */

/* MAILTO  */

.mailto {
    width: 100%;
    height: 60px;
}

.mailto a {
    background-image: url("img/mailto.png");
    background-repeat: no-repeat;
    background-color: rgba(102, 102, 102, 0.8);
    width: 110px;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #FFF;
}

.mailto a span{
    padding-left: 20px;
}
/* END MAILTO  */


.share-url {
    display: block;
    height: 40px;
    border: solid 1px #666 !important;
    padding: 0px 10px 5px;

}

/* .stream-url{ */
    /* display: block; */
    /* background-color: #333; */
    /* padding: 3px 5px; */
    /* -webkit-border-radius: 3px; */
    /* -moz-border-radius: 3px; */
    /* border-radius: 3px; */
    /* -webkit-box-shadow: 0 0 3px #ccc; */
    /* -moz-box-shadow: 0 0 3px #ccc; */
    /* box-shadow: 0 0 3px #ccc; */
    /* font-size: 12px; */
/* } */

.share-url label {
    font-size: 12px;
    font-weight: bold;
}

.share-url textarea {
    width: 100%;
    height: 16px;
    font-family: monaco,"courier new",verdana;
    color: #777;
    white-space: nowrap;
    resize: none;
    overflow: hidden;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 12px;
}

.item-content .close {
    color: #999;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 22px;
    position: absolute;
    right: 9px;
    text-align: center;
    top: 7px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    width: 24px;
}

.item-content .close:hover {
    color: #666;
}


/* END FP MENU */

/* SOCIAL */
.stream-mailto a {
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #dcdcdc;
    padding:3px 10px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
    background-color:#ededed;
    color:#777777;
    display:inline-block;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
    background-color:#dfdfdf;
}.css_btn_class:active {
    position:relative;
    top:1px;
}

.flowplayer.fixed-controls .fp-controls {
    background-color: #575757;
}

/* START fullscreen button on the controlbar's right side */
.flowplayer .fp-timeline {
    margin-right: 180px; /* originally: 165px */
}
.no-mute.no-volume.flowplayer .fp-timeline {
    margin-right: 75px; /* originally: 55px */
}
.flowplayer .fp-remaining, .flowplayer .fp-duration {
    right: 132px; /* orginally: 120px */
}
.no-mute.no-volume.flowplayer .fp-remaining, .no-mute.no-volume.flowplayer .fp-duration {
    right: 34px; /* originally: 10px */
}
.flowplayer .fp-volume {
    right: 85px;
}

/* shorten volume slider */
.flowplayer .fp-volumeslider {
    width: 78px;
}

/* re-position fullscreen button */
.flowplayer .fp-fullscreen {
    top: auto; /* allow fullscreen button to move down */
    right: 60px;
    bottom: -3px;
    width: 16px;
    background-position: 0 -197px;
    z-index: 1;
}
.flowplayer.is-fullscreen .fp-fullscreen {
    background-position: 0 -217px;
    bottom: 2px;
}
/* END fullscreen button on the controlbar's right side */

/* Wrong iframe dimensions */
.placeholder-inner {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-color: #FFF;
}

#placeholder-link span.play { 
    background: url(img/play_placeholder.png) center center no-repeat;
    display:block;
    filter: alpha(opacity=80);
    height: 70px;
    left: 50%;
    margin-left: -35px;       
    margin-top: -35px; 
    opacity: 0.8;
    position: fixed;
    top: 50%;
    width: 70px;
    z-index: 100;
}
/* END Wrong iframe dimensions */

@media(max-width:680px){
    .fp-menu {
        display: none !important;
    }
}

@media(max-width:490px){

    .fp-ads{
        display: none !important;
    }
    .fp-sponsor{
        display: none !important;
    }
    .fp-volume{
        display: none !important;
    }
    .fp-menu {
        display: none !important;
    }
    #local-time {
        display: none !important;
    }
    .flowplayer .fp-stream-detail {
        left: 4px;
        top: 4px;
        padding: 4px;
    }
    .flowplayer .fp-stream-detail p {
        font-size: 11px;
    }
    .flowplayer .fp-logo {
        top: 0% !important;
        right: 0% !important;
        width: 60px !important;
        height: 32px !important;
    }

}



