@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts/OpenSans-Semibold.ttf);
    src: url(../fonts/OpenSans-Semibold.woff);

}

header {
    padding: 10px 0;
    margin-bottom:5px;
}
.righ_bloc {
    text-align: right;
}

a.top_sign {
    background: #286299;
    color: #fff;
    padding: 7px 17px;
    border-radius: 20px;
    margin-left: 20px;
    text-decoration: none;
    font-size: 14px;
}
.search_bar {
    background: #286299;
    padding: 5px 0;
    margin-top: 8px;
}
ul.tab_nav {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.tab_nav li {
    float: left;
    width: 50%;
    text-align: center;
    font-family: OpenSans-Semibold;
    color: #fff;
    padding: 8px 0;
    cursor: pointer;
}
ul.tab_nav li.active {
    background: #97bf0d;
}
ul.tab_nav li {
    background: #707173;
}
ul.tab_nav li span {
    padding: 0 10px;
}
.other_videos ul.tab_nav li h2 span {
    padding-left: 10px;
}
.social {
    margin-top: 5px;
}

.search_bar .righ_bloc {
    float: right;
}
.social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social ul li i {
    background: #fff;
    color: #286299;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
}
.social ul li {
    float: left;
    padding: 0 4px;
    margin-bottom: 5px;
}
.inner-addon {
    position: relative;
    width: 250px;
}
.right-addon .fa {
    right: 0px;
}
.inner-addon .fa {
    position: absolute;
    padding: 6px;
    pointer-events: none;
    color: #498ecf;
}
#serach_input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #5683af;
    padding: 5px;
    color: #7291b5;
}
.inner-addon input {
    width: 250px;
}

/* align glyph */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #7291b5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #7291b5;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #7291b5;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #7291b5;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #7291b5;
}

::placeholder { /* Most modern browsers support this now. */
    color:    #7291b5;
}
.fa{
    font-size: 14px;
}
.fa .fa-lock{
	color: #97bf0d;
	font-size: 14px;
}

h2.left_bar span {
    color: #97bf0d;
    padding-right: 10px;
    vertical-align: text-top;
}
h2.left_bar {
    font-family: OpenSans-Semibold;
    font-size: 22px;
    float: left;
}
.videos_block {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.video_meta h4 {
    font-family: OpenSans-Semibold;
    font-size: 14px;
    min-height: 64px;
    max-height: 64px;
    margin-bottom: 0;
}
.video_thumbnail > img {
    width: 176px;
    height: 99px;
}
.video_thumbnail span.cat, .videos_tab span.cat {
    position: absolute;
    top: 30px;
    right: 54px;
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 17px;
    /*padding: 0px 7px;*/
    padding: 0px 7px 0px 10px;
    text-transform: uppercase;
}
.videos_tab span.cat {
    right: 65px;
}
.video_thumbnail {
    position: relative;
    padding: 0;
    padding-left: 3px;

}
span.cat {
    background: rgba(151, 191, 13,.9);
}
.video_meta span {
    display: block;
    font-family: OpenSans-Semibold;
    font-size: 12px;
    color: #5f5f5f;
}
.video_meta span i {
    padding-right: 5px;
}
.video_meta span.date {
    padding-bottom: 2px;
}
.video_medium {
   // margin-bottom: 10px;
    background: #f7f7f7;
    padding: 5px;
    border-bottom: 1px solid #d3dee7;
}
.lang {
    padding: 0;
    list-style-type: none;
    margin-top: 6px;
    float: left;
}

.video_medium ul.lang, .video_medium .live_icons{
    margin-left: 5px;
}
.videos_tab .items .video_tab {
    width: 100%;
    float: left;
    outline: 5px solid #fff;
    padding: 5px;
    /*padding-bottom: 0;*/
    border-bottom: 1px solid #d3dee7;
    background: #f7f7f7;
    margin-bottom: 5px;
}
.video_tab.active{
    background: #dcdcdc!important;
    border-bottom: 1px solid #b9b9b9!important;
}
.videos_tab.hide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    z-index: 9;
    left: 0;
    top: 0;
}
.video_tab .lang{
    bottom: 5px;
    margin-left: 0;
    margin-top:0;
}
#player {
	background:url(../images/bg-player.gif) no-repeat center center #f7f7f7;
	-webkit-box-shadow: 1px 1px 10px 0px rgb(112, 113, 115);
	-moz-box-shadow: 1px 1px 10px 0px rgb(112, 113, 115);
	box-shadow: 1px 1px 10px 0px rgb(112, 113, 115);
}
ul.lang li {
    float: left;
    /*padding: 0 3px;*/
    background: rgba(255,255,255,0.8);
    margin: 0 2px;
    font-size: 10px;
    color: #286299;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    width: 25px;
    height: 22px;
    text-align: center;
	font-weight:bold;
}
form#filter_form #cancel_search {
    display: none;
    font-size: 0;
    background: url(../images/close.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    cursor: pointer;
    border: 4px;
    top: 8px;
    z-index: 99999999;
}
ul.lang li span, ul.lang li a {
    /*padding: 1px 3px;*/
    display: block;
    text-align: center;
    line-height: 20px;
}
ul.lang li span i, .main_video ul.lang li i{
    vertical-align: text-top;
}
.other_lives .lang .fa-video-camera{
    font-size: 14px;
    /*margin-top:4px;*/
}
.main_video ul.lang li{
    /*width: 22px;
    height:21px;*/
}
.main_video h2 span.sep {
    color: #97bf0d;
    margin-right: 15px;
    background: #97bf0d;
    padding: 3px 0;
    font-size: initial;
}
.main_video h2 {
    font-family: OpenSans-Semibold;
    font-size: 22px;
    margin-top: 10px;
}
.main_video .meta span {
    padding-right: 20px;
    font-family: OpenSans-Semibold;
    font-size: 14px;
}
.main_video .meta span i {
    padding-right: 5px;
}
.main_video p.desc{
    margin-bottom: 0;
    max-height: 68px;
    font-size: 15px;
}
.main_video .meta {
    margin-top: 5px;
    padding-left: 0;
    margin-bottom:0;
}
ul.meta {
    list-style-type: none;
    float: left;
}
ul.meta li {
    float: left;
}
.main_video ul.lang{
    float: right;
    margin-top: 5px;
}

.lives_vod_bloc {
    background: #f7f7f7;
    padding: 20px 0 20px;
    margin-top: 5px;
    float: left;
    width: 100%;
}
.lives_vod_bloc li.lives {
    background: #97bf0d;
}

.lives_vod_bloc ul.nav li {
    padding: 7px 50px;
}

.lives_vod_bloc ul.nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
}
.lives_vod_bloc li.vod {
    background: #286299;
}

.lives_vod_bloc li.vod i {
    padding-right: 10px;
}

.days_bloc .day {
    text-align: center;
    color: #286299;
    padding: 10px 0;
    float: left;width: calc(100% / 8);
    text-transform: uppercase;
    flex: 1;
}
form#filter_form .container-fluid {
    float: left;
    position: relative;
}
@media (min-width: 768px) {

    form#filter_form .container-fluid {
        width: calc(100% / 5);
    }
    .main .container .row .main_video {
        padding-left: 0;
        padding-right: 0;
    }

    .main .container .row .other_lives {
        padding-right: 0;
    }
}
.lives_vod_bloc .tab-content {
    width: 100%;
    float: left;
    border: 1px solid #d3dee7;
}
.days_bloc .day span.day_name {
    display: block;
    font-weight: bold;
}
.days_bloc .day span:last-child {
    font-size: 14px;
}
.days_bloc .day.active, .days_bloc .day:hover {
    background: #97bf0d;
    color: #fff;
}
form#filter_form .container-fluid select {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    padding-left: 30px;
    padding-right: 0;
}
form#filter_form .container-fluid select option {
    color: #495057;
}
form#filter_form .container-fluid i.fa-angle-down {
    position: absolute;
    right: 14px;
    top: 8px;
    font-size: 22px!important;
    color: #fff;
}
form#filter_form .container-fluid i:not(.fa-angle-down) {
    position: absolute;
    color: #fff;
    top: 12px;
}
.days_bloc {
    float: left;
    width: 100%;
    display: flex;
}
.filter {
    width: 100%;
    float: left;
    background: #286299;
    padding: 15px 0;
    border: 1px solid #d3dee7;
    border-left: 0;
    border-radius: 0;
}
header .righ_bloc>div:not(.social) {
    padding-top: 20px;
}
.videos_tab {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    position: relative;
}
.videos_tab .video_tab .row {
    margin: 0;
}
.video_tab .vid_img {
    padding: 0;
    position: relative;
    height: 100%;
}
.video_ {
    width: 100%;
    float: left;
    outline: 5px solid #fff;
    padding: 10px;
    border-bottom: 1px solid #d3dee7;
    background: #f7f7f7;
    margin-bottom: 10px;
    min-height: 131px;
}
.video_tab .vid_img img {
    width: 176px;
    height: 99px;
}

.video_tab .vid_meta h3 {
    font-family: OpenSans-Semibold;
    font-size: 14px;
    min-height: 64px;
    max-height: 64px;
}

.video_tab .vid_meta {
    padding: 5px 0 0 5px;
}
.video_tab .vid_meta span {
    font-size: 12px;
}
.video_tab .vid_cat {
    padding: 15px;
}
.video_tab .vid_cat span.cat {
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 17px;
    padding: 0px 7px;
    text-transform: uppercase;
}


ul.footer_menu {
    list-style-type: none;
    margin: 0;
    float: left;
}

ul.footer_menu li a {
    color: #fff;
}

ul.footer_menu li {
    padding-right: 5px;
    color: #fff;
}

footer {
    background: #286299;
    padding: 15px 0;
    float: left;
    width: 100%;
    font-size: 13px;
}
footer p {
    margin: 0;
    color: #fff;
    float: left;
}
footer p.copyright {
    color: #e2e2e2;
}
footer img.logo_footer{
    width: 150px;
    margin-bottom: 15px;
}

footer .contact_us{
    padding: 15px;
    color: #fff;
    margin-left: -3px;
    padding-top: 0;
}

ul.footer_menu li a, .copyright a {
    color: #fff;
}

input#keywords_tag {
    width: 100%;
    margin-top: 4px;
    border: 1px solid #286299;
    padding: 2px 0;
}
.container-fluid.keyword i {
    position: absolute;
    right: 20px;
    margin-top: -1px;
}
.container-fluid.keyword i:before {
    color: #286299;
}

#filter_form .fa{
    pointer-events: none;
}



#lives-today, #lives-coming-soon{
    display: none;
    max-height: 450px;
    overflow-y: scroll;
    padding: 0 8px;
    overflow-x: hidden;
    padding-left: 0;
}
.icons-vod{
    width: 100%;
    position: absolute;
    position: absolute;
    bottom: 0;
    left:0;
}

.video_medium .row .video_thumbnail {
    height: fit-content;
}

header .container, footer .container{
    padding-left: 0;
    padding-right: 0;
}
.social ul li:last-child {
    padding-right: 0;
}
.icons-vod-item{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 2px;
}
#lives-today.active, #lives-coming-soon.active{
    display: block;
}
div.other_lives div.mCSB_container, div.other_lives div.mCustomScrollBox  {
    overflow: visible;
}
.other_lives .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
#lives-today, #lives-coming-soon {
    overflow-y: hidden;
}

.play, .day, .keyword i.fa{
    cursor: pointer;
}
.video_medium.play .video_meta h4:hover{
    color: #97bf0d;
}

.other_lives .mCSB_scrollTools {
    right: -15px;
}

.show_more {
    margin-top: 5px;
    display: inline-block;
    background: #97bf0d;
    color: #fff;
    padding: 10px 30px 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.show_more i {
    padding-right: 10px;
}

.show_more:hover {
    background: #286299;
}

p.center_bloc {
    text-align: center;
}
.video_medium .row {
    margin: 0;
    border: 0;
    position: relative;
}

ul.lang li.active{
    background: #286299;
    color: #e4e4e4;
    border: none;
}
.videos_tab .pagination{
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}
.videos_tab .pagination p{
    width: 100%;
}
.main_video .meta ul.lang {
    position: relative;
    margin-top: 4px;
    float: right;
    margin-left: 7px;
}
.main_video .icons{
    margin-left: 5px;
    padding-top: 0;
}
p.icons {
    margin-bottom: 0;
    padding-top: 7px;
}

p.live_icons {
    float: left;
    padding-top: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img.record_img {
        transform: translateY(-2px) !important;
    }
}

img.record_img {
    vertical-align: unset;
    /*padding-right: 5px;*/
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: clignote;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    animation-name: clignote;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /*margin-top:4px;*/
}
.main_video h2 .title{
    line-height: initial;
}

@-webkit-keyframes clignote {
    0%{opacity:1}
    30%{opacity:1}
    31%{opacity:0}
    69%{opacity:0}
    70%{opacity:1}
    100%{opacity:1}
}
@-moz-keyframes clignote {
    0%{opacity:1}
    30%{opacity:1}
    31%{opacity:0}
    69%{opacity:0}
    70%{opacity:1}
    100%{opacity:1}
}
@keyframes clignote {
    0%{opacity:1}
    30%{opacity:1}
    31%{opacity:0}
    69%{opacity:0}
    70%{opacity:1}
    100%{opacity:1}
}

form#filter_form #submit_search {
    font-size: 0;
    background: url(../images/search1.png);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 16px;
    cursor: pointer;
    border: 4px;
    top: 3px;
    z-index: 99999999;
}
.video_medium .video_meta {
    padding-right: 0;
}

div#lives-today .video_medium:last-child .row, div#lives-coming-soon .video_medium:last-child .row {
    border: 0;
}
p.live_icons {
    margin-bottom: 0;
}
ul.lang{
    margin-bottom: 5px;
}

.loading{
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    display: none;
}

.search_bar .links a {
    padding: 10px 40px;
    float: left;
    color: #fff!important;
    font-size: 16px;
    cursor: pointer;
}

.links a.active {
    background: #97bf0d;
}

.links a i {
    padding-right: 5px;
}
.search_bar .links {
    display: none;
}

.main_video .lang i.fa-lock, .main_video .lang i.fa-video-camera{
    font-size: 14px;
    margin-top: 4px;
}
.pagination p{
    margin-bottom:0;
}

.slogan{
    font-size: 23px;
    margin-left: 15px;
    color: #fff;
    font-weight:400;
}
.slogan span{
    color: #97bf0d;
    font-weight: 700;
}
.content_slogan{
    padding: 5px;
}

@media (max-width: 1199px) {
    ul.lang li {
        margin: 0 1px;
    }

    .video_medium ul.lang {
        margin-left: 0;
    }
    .video_thumbnail > img {
        width: 136px;
        height: 77px;
    }

    .video_tab {
        width: 50%!important;
        max-width: 50%!important;
    }
    .videos_tab span.cat {
        right: 113px;
    }
    .videos_block .cat {
        top: 20px !important;
    }

}
@media (max-width: 991px){/* tablette et mobile */
    .other_lives {display:none;}
    .main_video p.desc, .main_video .meta{
        padding-left: 0;
    }
    .search_bar .links {
        display: block;
    }
    .video_tab {
        width: 50%!important;
        max-width: 50%!important;
    }
    form#filter_form .container-fluid select {
        text-transform: inherit;
    }
    form#filter_form .container-fluid i.fa-angle-down {
        right: 5px;
    }
    form#filter_form .container-fluid {
        width: 100%
    }
    .days_bloc .day span span {display: none;}
    .lives_vod_bloc {text-align: center;float: left;width: 100%;}
    .lives_vod_bloc ul.nav.nav-tabs {display: inline-block;margin-bottom: -7px;}
    .lives_vod_bloc ul.nav.nav-tabs li {float: left;}
    footer {text-align: center;}
    footer p {float: none;}
    ul.footer_menu {float: none;display: inline-block;padding: 0;}
    .main .container .row .main_video {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .search_bar .righ_bloc ul {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .search_bar .links a {
        float: none;
        display: inline-block;
        padding: 13px 10px;
        line-height:26px;
        font-weight:bold;
    }
    .search_bar {
        padding: 0;
    }
    .social {
        margin-top: 11px;
    }

    .fa {
        font-size: 14px;
    }
    .links, .search_bar .righ_bloc{
        flex: 0 0 50%;
    }
    .days_bloc{
        display: none;
    }
    .content_slogan {
        padding: 9px;
    }
    .videos_tab span.cat {
        right: 65px;
    }

}

@media (max-width: 767px) and (min-width: 479px) {
    .video_tab .vid_img img {
        width: 100%;
         height: auto;
    }

}
@media (max-width: 479px) and (min-width: 0px){/* mobile */
    .inner-addon input {width: 200px;}
    .inner-addon i.fa.fa-search {display: none;}
    form#filter_form .container-fluid i.fa-angle-down {
        right: 5px;
    }
    .video_tab {
        width: 100%!important;
        max-width: 100%!important;
    }
    .days_bloc .day {
        text-transform: inherit;
        border-right: 1px solid #286299;
        font-size: 12px;
    }
    .days_bloc .day:last-child {
        border-right: 0;
    }
    header .container, footer .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main_video .meta span{
        padding-right: 5px;
        font-size: 11px;
    }
    .main_video .meta span i {
        padding-right: 1px;
    }
    .main_video ul.lang {
        margin-top: 12px;
        margin-left: 6px;
    }
    .main_video  ul.lang li {
        margin: 1px;
    }

    .main_video ul.lang li a {
        /*padding: 0 2px;
        font-size: 11px;*/
    }
    header .row {
        margin: 0!important;
    }

    .video_tab .vid_meta h3 {
        min-height: auto;
    }
    .main .container .row .main_video {
        padding-left: 10px;
        padding-right: 10px;
    }

    header .container, footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .links {
        padding-left: 0;
        padding-right: 0;
    }

    header .logo_div{
        padding-left: 0;
    }
    header .righ_bloc{
        padding-right: 0;
    }
    ul.footer_menu li {
        float: none;
        display: inline-block;
    }
    .video_tab .vid_img img {
        width: 100%;
        height: auto;
    }
    .slogan{
        margin-left: 0!important;
    }
    footer{
        font-size: 11px;
    }
    footer p.copyright {
        font-size: 10px;
    }
    footer p.copyright span{
        margin-left: 5px;
    }
    footer p.copyright br{
        display: none;
    }
    .footer_menu{
        margin-top: 5px;
    }
    .content_slogan{
        padding: 12px;
    }
    .slogan{
        font-size: 18px;
    }
    .videos_tab span.cat {
        right: 63px;
    }
}
@media (max-width: 320px) and (min-width: 0px) {
    /* mobile */
   .content_slogan{
       padding: 8px;
   }
    .slogan, .search_bar .links a {
        font-size: 13px;
    }
    .logo_div img{
        width: 95%;
    }
    .videos_tab span.cat {
        right: 49px;
        font-size: 13px;
        top: 20px;
    }

}