/*
Theme Name: DevDmBootstrap3
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Danny Machal
Author URI: http://devdm.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.4.
Version: 1.71
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2015 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

.dmbs-container {

}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {

}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}
/*SINGLE SHOW BNT PLUS*/
.bnt_plus_single_show{
    font-family: Panton-Regular;
    font-weight: 900;
    color: #fff;
}
.bnt_plus_single_show .bnt_plus_single_show_title_shares{
    padding-left: 0;
    padding-right: 0;
}
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_title{
    font-size: 17px;
    padding-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 60%;
}
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_shares{
    text-align: right;
    font-size: 17px;
    padding-top: 30px;
    margin-bottom: 20px;
}
.bnt_plus_single_show #bnt_plus_single_show_content{
    padding-bottom: 50px;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_single_show_content{
    padding-top: 30px;

    -moz-transition:0.3s ease-out, background 0.3s ease-in;
    -webkit-transition:0.3s ease-out, background 0.3s ease-in;         
    transition:0.3s ease-out, background 0.3s ease-in;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_single_show_content_closed {
    transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_single_show_content_open {
    opacity: 1;
    height: auto;
}
.bnt_plus_single_show #bnt_plus_single_show_content .jwplayer{
    margin: 0 auto;
    max-width: 700px;
    height: auto;
}

/*bnt plus player footer css*/

.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper{
    font-family: Panton-Regular;
    font-weight: 900;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin: 0 auto;
    padding: 0;
    margin-top: 15px;
    max-width: 700px;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_title_video_info{
    padding: 0;
    font-size: 18px;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_time_video_info{
    font-size: 13px;
    float:left;
    width: 100%;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video{
    float: left;
    position: relative;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_remove_from_favourites_style{
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -10px -415px no-repeat;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_add_to_favourites_style{
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -11px -266px no-repeat;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video #bnt_plus_add_to_favourites{

    cursor: pointer;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_create_or_add_to_playlist{
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -11px -723px no-repeat;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_add_to_playlist_doesnt_exists{
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -11px -723px no-repeat; 
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_add_to_playlist_already_exists{
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -11px -754px no-repeat; 
}


.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_create_or_add_to_playlist_master_wrapper{
    float: left;
}
.bnt_plus_create_or_add_to_playlist_master_wrapper .bnt_plus_create_or_add_to_playlist .bnt_plus_drop_down_menu_playlists .bnt_plus_playlists_existing_for_user .bnt_plus_add_to_playlist_already_in_playlist{
    font-weight: 900;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_drop_down_menu_playlists{
    display: none;
    width: 200px;
    color:#7b7b7b;
    position: absolute;
    left: 30px;
    top: 30px;    
    z-index: 1;
    background: #ffffff;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_drop_down_menu_playlists .bnt_plus_create_playlist_wrapper{
    width: 100%;
    border-top: 1px solid #7b7b7b;
    float: left;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_drop_down_menu_playlists .bnt_plus_create_playlist_wrapper #bnt_plus_create_playlist{
    width: 100%;
    border-top: 1px solid #7b7b7b;
    float: left;
    cursor: pointer;
}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_drop_down_menu_playlists .bnt_plus_playlists_existing_for_user div{
    padding: 5px;

}
.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_drop_down_menu_playlists .bnt_plus_create_playlist_wrapper div{
    padding: 5px;
    text-align: center;
}
.bnt_plus_main_video_information_wrapper .bnt_single_open div{
    float: left;
    width: 25px;
    margin-left: 10px;
    height: 30px;
    background: url('/img/sprite.png') -11px -846px no-repeat; 
}
.bnt_plus_main_video_information_wrapper .bnt_single_close div {
    float: left;
    width: 25px;
    margin-left: 10px;
    height: 30px;
    background: url('/img/sprite.png') -11px -907px no-repeat; 
}

/*bnt plus player footer css*/
/*scroll video container*/

.bnt_plus_single_show #bnt_plus_single_show_content .bnt_plus_move_with_screen{

    display: block;
    z-index: 10;
    position: fixed;
    top: 0;

    right: 0;
}
/*scroll video container end*/
/*bnt show to follow from single post*/
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_title_wrapper .bnt_plus_follow_icon{
    float: left;
    width: 22%;
    padding-top: 30px;
    margin-bottom: 20px;
}
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_title_wrapper .bnt_plus_follow_icon .bnt_plus_individual_show_wrap .bnt_plus_show_subscribe_small_title{
    font-size: 11px;
    float: left;
    padding-top:5px;
}
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_title_wrapper .bnt_plus_follow_icon .bnt_plus_individual_show_wrap{
    float: left;
    cursor: pointer;
}
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_title_wrapper .bnt_plus_follow_icon .bnt_plus_individual_show_wrap .bnt_plus_show_to_follow {
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -10px -386px no-repeat;

}
.bnt_plus_single_show .bnt_plus_single_show_title_shares .bnt_plus_single_show_title_wrapper .bnt_plus_follow_icon .bnt_plus_individual_show_wrap .bnt_plus_followed_category {
    float: left;
    width: 25px;
    height: 30px;

    background: url('/img/sprite.png') -10px -554px no-repeat;
}

/*bnt show to follow from single post end*/
/**/
/*part of show inner of predavane*/
.bnt_plus_parts_of_show_inner_single{
    background-color: #1b1b1b;
    font-family: Panton-Regular;
    font-weight: 900;
    color: #fff;
    /*    cursor: pointer;*/
}
.bnt_plus_parts_of_show_inner_single .bnt_plus_parts_of_show_title{
    margin-top: 10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 0;
    font-size: 18px;
    cursor: pointer;
}
.bnt_plus_parts_of_show_inner_single .bnt_plus_individual_part_of_show{

    height: auto;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    padding-right: 3px;
    cursor: pointer;
}
.bnt_plus_parts_of_show_inner_single .bnt_plus_individual_part_of_show div{
    width: 90%;
}
.bnt_plus_parts_of_show_inner_single .bnt_plus_part_of_show_title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0;
    padding: 15px;
    font-family: Panton-Regular;
    font-size: 16px;
    font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow: hidden;
    max-height: 39px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.bnt_plus_individual_part_of_show:hover  .bnt_plus_part_of_show_title {
    max-height: 200px;
}
.bnt_plus_parts_of_show_inner_single .bnt_plus_part_of_show_image img{
    height: 158px;
    width: 100%;

}
.bnt_plus_parts_of_show_inner_single .bnt_plus_parts_of_show_wrapper .row{
    padding-left: 0px;
    padding-right: 0px;

}
.bnt_plus_parts_of_show_inner_single .bnt_plus_parts_of_show_wrapper .row .bnt_plus_individual_part_of_show .bnt_plus_part_of_show_content{
    display: none;
}
/*part of show inner of predavane end */
/*more videos of show*/
.bnt_plus_other_videos_from_the_show_wrapper{

    font-family: Panton-Regular;
    font-weight: 900;
    color: #fff;
}
.bnt_plus_other_videos_from_the_show_wrapper a,.bnt_plus_other_videos_from_the_show_wrapper a:hover,.bnt_plus_other_videos_from_the_show_wrapper a:focus ,.bnt_plus_other_videos_from_the_show_wrapper a:active{
    color: #fff;
    text-decoration: none;
}
.bnt_plus_other_videos_from_the_show_wrapper .bnt_plus_more_videos_of_show{

}
.bnt_plus_other_videos_from_the_show_wrapper .bnt_plus_more_videos_of_show_title{
    margin-top: 10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left: 0;
    font-size: 18px;
    cursor: pointer;
}
.bnt_plus_other_videos_from_the_show_wrapper .bnt_plus_individual_video_of_show_wrapper{
    /*    max-height: 175px;*/
    height: auto;
    position: relative;
    margin-bottom: 30px;
    padding: 5px;
    padding-right: 3px;
    cursor: pointer;
    overflow: hidden;
}
.bnt_plus_individual_video_of_show_wrapper .bnt_plus_video_of_show_title{
    position: absolute;
    bottom: 13px;
    left: 13px;
    margin-bottom: 0;
    padding: 10px;
    padding-right: 10px;
    font-family: Panton-Regular;
    font-size: 16px;
    font-weight: bold;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow: hidden;
    max-height: 34px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
}
.bnt_plus_individual_video_of_show_wrapper:hover  .bnt_plus_video_of_show_title {
    max-height: 200px;
}
.bnt_plus_video_of_show_image img{
    padding: 8px;
}

/*more videos of show end*/
/*load more videos from show*/
.bnt_plus_load_more_videos_wrapper{
    width: 100%;
    margin-bottom: 35px;
}
.bnt_plus_load_more_videos_wrapper .bnt_plus_load_more_videos_from_show{
    color: #fff;
    margin-top: 30px;
    float: right;
    border-radius: 20px;
    width: 115px;
    height: 31px;
    margin-right: 41px;
    background-color: #dd3234;
    padding-top: 6px;
    padding-left: 17px;
    cursor: pointer;
    float: left;
    margin-left: 44%;
}
.bnt_plus_load_more_videos_wrapper .bnt_plus_load_more_videos_from_show .bnt_plus_load_more_text{
    float: left;
}
.bnt_plus_load_more_videos_wrapper .bnt_plus_load_more_videos_from_show .bnt_plus_load_more_icon{
    background: url('/img/sprite-imedia.png') -11px -789px no-repeat;
    float: right;
    width: 35px;
    height: 22px;
}
.bnt_plus_load_more_videos_wrapper .bnt_plus_load_more_videos_from_show .bnt_plus_path_to_show{
    display: none;
    float: left;

}

/*load more videos from show end*/
/*bnt single if not loged in icons*/
#bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_go_to_login_register{
    float: left;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -11px -266px no-repeat;
}
#bnt_plus_single_show_content .bnt_plus_main_video_information_wrapper .bnt_plus_main_show_like_add_playlist_video .bnt_plus_go_to_login_register_playlists{
    cursor:pointer;
}
/*bnt single if not loged in icons end */

/*SINGLE SHOW BNT PLUS END*/

/*bnt plus header top navi*/
#menu-top{
    float: right;
}
#menu-top li{
    font-size: 11px;
    font-family: Panton-Regular;
    font-weight: 100;
    color: #fff;
}

#menu-top > li > a{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 3px;
}
#menu-top li a,#menu-top li a:hover,#menu-top li a:visited ,#menu-top li a:active,#menu-top li a:focus{
    color: #fff;
    background: inherit;
}

.bnt_plus_top_nav_login_register{
    color: #fff;
    font-family: Panton-Regular;
    background-color: #dd3234;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;

}
.bnt_plus_top_nav_login_register a ,.bnt_plus_top_nav_login_register a:hover,.bnt_plus_top_nav_login_register a:focus,.bnt_plus_top_nav_login_register a:active{
    color: #fff;
    text-decoration: none;
    float: left;
    margin-left: 20%;
    margin-right: 10px;
}
.bnt_plus_top_nav_login_register .bnt_plus_login_logout_icon_top_nav{
    display: inline-block;
    width: 30px;
    background:url('/img/sprite.png') -11px -10px no-repeat;
    margin: 0 auto;
    height: 20px;
    float: left;
    margin-left: 30%;
    cursor: pointer;
}
.bnt_plus_top_nav_login_register .bnt_plus_login_logout_title_top_nav {
    margin: 0;
    float: left;
    text-align: left;
    cursor: pointer;
}
.bnt_plus_top_nav_login_register .bnt_plus_login_logout_title_top_nav a{
    margin: 0;
    float: left;
    cursor: pointer;
}
/*bnt plus header top navi End*/
#menu-glavno .dropdown-menu > li > a {
    padding: 10px 12px;
}

#akcenti-home img {
    width: 100%;
}

.disabledB {
    pointer-events: none;
    cursor: default;
    color: grey !important;
}

.disabledB:hover {
    background-color: #fff;
}

/*BNT iMedia LOADING*/

.bnt_plus_imedia_loader_container * {
    color: rgb(0,0,0);
    font-size: 33px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.bnt_plus_imedia_loader_container {
    position: absolute;
    width: 117px;
    height: 49px;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.bnt_plus_imedia_loader_container > div {
    position: absolute;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}
.cssload-l {
    left: 8px;
}
.cssload-i {
    left: 58px;
}
.cssload-n {
    left: 70px;
}
.cssload-g {
    left: 97px;
}
.cssload-square,
.cssload-circle,
.cssload-triangle {
    left: 29px;
}
.bnt_plus_loader_bnt_1 {
    background:url('/jwplayer/player/logo1.png') no-repeat;
    width: 70px;
    height: 70px;
    opacity:0;
    background-size: contain;
    /*background-position-x: -1.7px;*/
    animation: bnt_plus_loading 0.8s  ease infinite;
    -o-animation: bnt_plus_loading 0.8s  ease infinite;
    -ms-animation: bnt_plus_loading 0.8s  ease infinite;
    -webkit-animation: bnt_plus_loading 0.8s  ease infinite;
    -moz-animation: bnt_plus_loading 0.8s  ease infinite;
    animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay:  0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay:  0.2s;
}
.bnt_plus_loader_bnt_2 {
    background:url('/jwplayer/player/logo4.png') no-repeat;
    width: 70px;
    height: 70px;
    opacity:0;
    background-position-x: -1.8px;
    background-size: contain;
    animation: bnt_plus_loading 0.8s  ease infinite;
    -o-animation: bnt_plus_loading 0.8s  ease infinite;
    -ms-animation: bnt_plus_loading 0.8s  ease infinite;
    -webkit-animation: bnt_plus_loading 0.8s  ease infinite;
    -moz-animation: bnt_plus_loading 0.8s  ease infinite;

    animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -webkit-animation-delay:0.4s;
    -moz-animation-delay: 0.4s;
}
.bnt_plus_loader_bnt_w {
    background:url('/jwplayer/player/logo3.png') no-repeat;
    width: 70px;
    height: 70px;
    opacity:0;

    background-position-x: -0.5px;
    background-size: contain;
    animation: bnt_plus_loading 0.8s  ease infinite;
    -o-animation: bnt_plus_loading 0.8s  ease infinite;
    -ms-animation: bnt_plus_loading 0.8s  ease infinite;
    -webkit-animation: bnt_plus_loading 0.8s  ease infinite;
    -moz-animation: bnt_plus_loading 0.8s  ease infinite;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay:  0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
.bnt_plus_loader_bnt_hd {
    background:url('/jwplayer/player/logo2.png') no-repeat;
    width: 70px;
    height: 70px;
    opacity:0;
    /*background-position-x: -0.7px;*/
    background-size: contain;
    animation: bnt_plus_loading 0.8s  ease infinite;
    -o-animation: bnt_plus_loading 0.8s  ease infinite;
    -ms-animation: bnt_plus_loading 0.8s  ease infinite;
    -webkit-animation: bnt_plus_loading 0.8s  ease infinite;
    -moz-animation: bnt_plus_loading 0.8s  ease infinite;
    animation-delay:0.8s;
    -o-animation-delay:0.8s;
    -ms-animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
    -moz-animation-delay:0.8s;
}


@keyframes bnt_plus_loading {
    0% {
        opacity:0;
    }
    10%{
        opacity:0;
    }
    20%{
        opacity:0;
    }
    50% {
        opacity:1;
    }
    80%{
        opacity:0;
    }
    90%{
        opacity:0;
    }

    100% {
        opacity:0;
    }
}

/*BNT iMedia LOADING*/

.bnt_plus_single_show .row{
    padding-left: 0;
    padding-right: 0;
}

.clearfixx:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*Comments bnt imedia*/
.bnt_plus_shows_comments {
    background-color: #1b1b1b;
    font-family: Panton-Regular;
    font-weight: 900;
    color: #fff;
}
.bnt_plus_shows_comments .bnt_plus_comments_container .bnt_comments_title{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 18px;
    cursor: pointer;
}
.bnt_plus_shows_comments .bnt_plus_comments_container .bnt_imedia_login_message{
    text-align: center;
}
.bnt_plus_shows_comments .bnt_plus_comments_container .bnt_imedia_login_message a{
    color: #dd3234;
    font-size: 18px;
}
.commentlist .comment-body{
    background-color: #3A3A3A;

}
.commentlist .comment-body .bnt_imedia_awaiting_approval{
    text-align: left;
    font-size: 19px;
    font-style: italic;
    color: #dd3234;
    padding-bottom: 5px;
    padding-top:5px;
}
.commentlist .comment-body .comment-author{
    padding: 20px;
    /*    width: 30%;*/
    float: left;

}
.commentlist .comment-body .bnt_imedia_coment_meta{
    padding:5px;
    font-size: 12px;
}
.commentlist .comment-body .comment-author img{
    border-radius: 100%;
}
.commentlist .comment-body .comment-author .bnt_imedia_user_info .fn{
    font-size: 16px;
    margin-right: 5px;
}
.commentlist .comment-body .bnt_imedia_comment_replay{

    padding: 5px;
}
.commentlist .comment-body .bnt_imedia_comment_content{
    padding: 5px;
}
.commentlist .comment-body .reply .comment-reply-link{
    background-color: #dd3234;
    border-color: #dd3234;
    float: right;
}
.comment-respond{
    float:left;
    width: 100%;
    padding: 25px;
    background-color: #3A3A3A;
    font-family: Panton-Regular;
    font-weight: 900;
    color: #fff;
}
.comment-respond #reply-title {
    padding: 5px;
    text-align: center;

}
.comment-respond #reply-title small a{
    text-align: left;
    text-decoration: none;
    font-size: 19px;
    font-style: italic;
    color: #dd3234;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
}
.comment-respond #reply-title small #cancel-comment-reply-link:hover{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.comment-respond #reply-title small #cancel-comment-reply-link:focus{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.comment-respond #reply-title small #cancel-comment-reply-link:active{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
#commentform a{
    text-decoration: none;
    text-align: left;
    font-size: 19px;
    font-style: italic;
    color: #dd3234;
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 5px;
}
#commentform a:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
#commentform a:focus{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
#commentform a:active{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
#commentform .logged-in-as a{
    width: 49%;
}
#commentform .logged-in-as {
    text-align: center;
}
#commentform .form-submit #submit{
    background-color: #dd3234;
    border-color: #dd3234;
    float: right;
}
#commentform .comment-form-comment #comment {
    color: #1b1b1b;
}
#bnt_plus_single_show_content .bnt_imedia_player_close_scroll_window{
    position: fixed;
    right: 3px;
    top: 3px;
    cursor: pointer;
    z-index: 100;
    display: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    background-color: #dd3234;
    padding-left: 9px;
    padding-top: 5px;
}
.bnt_imedia_open_up_small_player{
    position: absolute;

    right: 1px;
    top: -2px;
    width: 25px;
    height: 25px;
    background: url('/img/sprite.png') -11px -844px no-repeat;
}
.bnt_imedia_close_up_small_player{
    position: absolute;
    right: 0px;
    top: -2px;
    width: 25px;
    height: 30px;
    background: url('/img/sprite.png') -11px -785px no-repeat;
}
.bnt_predavaniq_tags_inner {
    border-bottom: 1px solid #dd3234;
    display: inline;
    padding: 10px;
    cursor: pointer;
    background-color: #1a1b1c;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.bnt_predavania_tags_title{
    margin-bottom: 10px;
}
.bnt_plus_video_of_show_image img{
    width: 100%;
    height: 158px;
}
/*TEst*/
.main-container-front-slider,.front-chanel-carousel{
    min-height: 195px;
    height: auto !important;
}
.carousel .carousel-control[data-slide="prev"]{
    bottom: 0px;
}

.carousel-inner{
    padding-bottom: 35px;
}
.carousel .carousel-control[data-slide="next"]{
    bottom: -1px;
}

/*Footer*/


@media screen and (min-width:361px) and (max-width:459px) {

    #menu-glavno .menu-item a{
        float: left;
        width: 100%;
    }
    .coll-1-3 {
        width: 100%;
    }

    .coll-1-3 li {
        background: #1a1b1c;

        padding: 10px;
    }

    .footerMenuSecondWrapper .footerMenuSecond li {
        width: 92%;
        background: #1a1b1c;
        margin-bottom: 10px;
        padding: 10px;
    }

    .social_icon_footer {
        width: 100%;
        max-width: 100%;
    }
    #menu-glavno  li{
        float: left;
    }

}


@media screen and (min-width:640px) and (max-width:799px) {
    #menu-glavno .menu-item a{
        float: left;
        width: 100%;
    }
    .footerCenterWrapper {
        width: 95%;
        /*padding: 0px 35px;*/
    }

    .coll-1-3 {
        width: 33%;
        margin-bottom: 15px;
    }

    .footerMenuSecondWrapper .footerMenuSecond li:nth-of-type(-n+6) {
        margin-right: 14px;
        margin-bottom: 10px;
    }

    .social_icon_footer {
        width: 27%;
        max-width: 35%;
    }

    .navigation-wrapper .search-wrapper {
        border-top: 1px solid #dbdbdb;
    }

    .clearfixx .newFrontFilmsSerialsSliderWrapper .newFrontFilmsSerialsSliderTitle {
        max-height: 40px;
    }

    .front_bottom_banner {
        display: none;
    }

    #bntAutoBannerThree {
        display: none;
    }

}

.footer_back_btn:hover:before{
    background: url('/img/sprite_1.png') -16px -643px no-repeat;
}

@media screen and (min-width:460px) and (max-width:639px) {
    #menu-glavno .menu-item a{
        float: left;
        width: 100%;
    }


    .coll-1-3 {
        width: 100%;
    }

    .coll-1-3 li {
        background: #1a1b1c;

        padding: 10px;
    }

}

#top-menu-wrapper .navbar-toggle{
    border: 1px solid #fff;

}
#top-menu-wrapper .navbar-toggle span{
    border-bottom: 1px solid #fff;
}
#main-menu-wrapper .navbar-toggle{
    border: 1px solid #1a1b1c;
    z-index: 100;
}
#main-menu-wrapper .navbar-toggle span{
    border-bottom: 1px solid #1a1b1c;
}
.main-slider-home >div{
    margin-bottom: 10px;
}
#last_upl_front img{
    width: 100%;
    min-height: 156px;

}

.main-slider-home > .col-sm-9.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.main-slider-home .col-sm-3 {
    max-height: 480px;
}

.main-container-front-temata .my-home-title a {
    color: inherit;
}
.bnt_predavaniq_tags_page_wrapper .bnt_predavaniq_posts_returned .row .bnt_plus_individual_video_of_show_wrapper .bnt_plus_video_of_show_image a img{
    width: 100%;
    height: 158px;
}
.bnt_predavaniq_tags_page_wrapper .bnt_predavaniq_tags_filter .bnt_predavaniq_chosen_tag {
    border-bottom: 1px solid #dd3234;
    display: inline;
}
.bnt_predavaniq_tags_page_wrapper .bnt_predavaniq_posts_returned .row .bnt_plus_individual_video_of_show_wrapper .bnt_plus_video_of_show_title a {
    color: inherit;
}

.akcenti-info-holder a:active{
    color: #fff;
    text-decoration: none;
}
.akcenti-info-holder a:visited{
    color: #fff;
    text-decoration: none;
}
.akcenti-info-holder a:focus{
    color: #fff;
    text-decoration: none;
}
.bnt_imedia_no_video_avaiable{
    display: none !important;
}
pre{
    display: block; 
    /* padding: 9.5px; */
    font-family: inherit;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    word-break: break-word;

    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    /* word-wrap: break-word; */
    color: inherit;
    background-color: inherit;
    border: none;
    overflow: hidden;
}
.bnt_plus_single_show #bnt_plus_single_show_content .jw-flag-fullscreen{
    max-width: 100% !important; 
    width: 100% !important;
}
#bnt_plus_single_player .bnt_imedia_css_no_video {
    width: 54%;

    margin: 0 auto;
}
#bnt_plus_single_player .bnt_imedia_css_no_video img{
    width: 100%;
    min-height: 135px;

}
.bnt_plus_single_show_content_icon{

}
.bnt_plus_main_video_information_wrapper span {
    float: left;

    margin-top: 5px;
    background: none;

    margin-left: 6px;
    cursor: pointer;
}
.bnt_plus_single_show_content_icon {
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    width: 18%;
    float: right;
    border-radius: 10px;

}

.coll-1-3 a[title="Образование"] {
    display: none;
}

.fis-content-wrapper .bnt_plus_video_of_show_time_video_info {
    display: none;
}