@import url('../_helpers/like_dislike.css?v=1.1');
@import url('../_helpers/modal.css?v=1.1');
@import url('/../../v3_css/ci/helpers/music_player.css?v=1.1');
#mv_main_top_cont{
    background: url('../../v4_imgs/cat_bg.png') repeat-x 0 0;
}

#mv_main_top_cont {
    overflow: visible;
}

#movies_page{
    background-image: url('../../v4_imgs/grey_line.png') ;
    background-repeat:repeat-x;
    background-position:0 139px;
}

#movies_page.search_active {
    background-position: 0px 254px;
}

#movies_page.search_active .mv_advanced_search{
    display: block;
}

#movies_page.search_active  .mv_search form{
    height: 145px;
}

.mv_videos_container {
    padding-right: 0;
}


#mv_content_wrapper #mv_content_width_wrapper{
    width: auto;
    padding-right:0;
}

#movies_page #mv_main_top_cont{
    height: 90px;
    border-bottom:1px solid  #e0e0e0;
    overflow: hidden;
}

.vd_main_top_small_cont {
    border-bottom: 0 none;
}

#movies_search.mv_search{
    padding:0;
    margin:0;
    width: 100%;
}

.mv_search .mv_search_string{
    /*margin-top:8px;*/
}

#movies_search.mv_search .mv_advanced_search_show{
    background: url("../../v4_imgs/icons/arrow_donw_grey.png") no-repeat 130px 13px;
    float:left;
    display: block;
    width: 105px;
    color:#707070;
    font-size:12px;
    text-shadow: 0 0 1px rgba(112,112,112,0.3);
    border-left:1px solid #e0e0e0;
    padding:9px 31px 9px 16px;
}

#movies_search.mv_search form{
    margin-left:0;
    width: 919px;
    background: none repeat scroll 0 0 #FFFFFF;
    border:0;
    border-radius:0;
    box-shadow: none;
    float: left;
    position: relative;
}

#movies_search .mv_movies_def_search_holder{
    border:1px solid #e0e0e0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.08);
    border-radius:4px;
    overflow: hidden;
}

#movies_search.mv_search .mv_search_string{
    width: 620px;
    margin-right:10px;
}

#movies_search.mv_search .kbd_flags.eng{
    left:-29px;
}

#movies_search #kbd_search{
    display: none;
}
.movies_shelf_wrap .mv_videos_container_title {
	margin-bottom:0;
}
.movies_shelf_wrap .mv_videos_container_wrap {
	padding:20px 0;
}
/** LISTING ITEMS **/
.mv_movies_listing_item{
    width: 172px;
    margin-right: 14px;
    float: left;
    margin-bottom:19px;
    position: relative;
}

.mv_movies_listing_item .mv_movie_modal_info, 
.mv_movie_item_static .mv_movie_modal_info {
    background:#f8f8f8;
    position: absolute;
    -webkit-box-shadow: 0 1px 3px rgba(0,1,1,0.65);
    -moz-box-shadow: 0 1px 3px rgba(0,1,1,0.65);
    box-shadow: 0 1px 3px rgba(0,1,1,0.65);
    padding:15px;
    width: 535px;
    display: none;
    top:-15px;
    z-index: 99;
}

.mv_movies_listing_item .mv_movie_modal_info .like_dislike_hover,
.mv_movie_item_static .mv_movie_modal_info .like_dislike_hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    max-width: 95px;
    min-width: 25px;
    padding: 3px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mv_movies_listing_item .mv_movie_modal_info .like_dislike_hover .likes,
.mv_movie_item_static .mv_movie_modal_info .like_dislike_hover .likes {
    background: url("../../v4_imgs/like_green.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin-right: 8px;
    padding-left: 18px;
    padding-top: 1px;
}

.mv_movies_listing_item .mv_movie_modal_info .like_dislike_hover .dislikes,
.mv_movie_item_static .mv_movie_modal_info .like_dislike_hover .dislikes {
    background: url("../../v4_imgs/dislike_red.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding-left: 18px;
    padding-top: 1px;
}

.mv_movies_listing_item .mv_movie_modal_info.left_align,
.mv_movie_item_static .mv_movie_modal_info.left_align {
    left:-15px;
}

.mv_movies_listing_item .mv_movie_modal_info.right_align,
.mv_movie_item_static .mv_movie_modal_info.right_align {
    right:-15px;
}


.mv_movies_listing_item .mv_movie_modal_info_cover,
.mv_movie_item_static .mv_movie_modal_info .mv_movie_modal_info_cover {
    display: block;
    float:left;
    width: 172px;
    height: 248px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right:15px;
    position: relative;
}

.mv_movies_listing_item .mv_movie_modal_info_cover.right_cover{
    display: none;
}

.mv_movie_modal_info.right_align .mv_movie_modal_info_cover.right_cover{
    display: block;
    float:right;
    margin-right:0;
    margin-left:15px;
}

.mv_movie_modal_info.right_align .mv_movie_modal_info_cover.left_cover{
    display: none;
}

.mv_movies_listing_item .mv_movie_modal_info_cover .mv_go_to_movie,
.mv_movie_item_static .mv_movie_modal_info_cover .mv_go_to_movie {
    background: url("../../v4_imgs/play_ico_big.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
    left: 50%;
    margin-left: -25px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_modal_data, 
.mv_movie_item_static .mv_movie_modal_info .mv_movie_modal_data {
    float:left;
    width: 348px;
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_modal_data .mv_movie_modal_head,
.mv_movie_item_static .mv_movie_modal_info .mv_movie_modal_data .mv_movie_modal_head {
    padding-bottom:14px;
    border-bottom:1px solid #d3d3d3;
    -webkit-box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
    position: relative;
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_modal_data .mv_movie_modal_head .mv_movie_item_title{
    font-size:17px;
    color:#555555;
    margin-bottom:5px;
    margin-top:4px;
    line-height: 18px;
    text-shadow: 0 0 1px rgba(85, 85, 85, 0.3);
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_modal_data .mv_movie_modal_head .mv_movie_item_title_eng_m{
    font-size:13px;
    color:#555555;
    text-shadow: 0 0 1px rgba(85, 85, 85, 0.3);
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_modal_data .mv_imdb_rating,
.mv_movie_item_static .mv_movie_modal_info .mv_movie_modal_data .mv_imdb_rating {
    background: url("../../v4_imgs/icons/imdb_big_white.png") no-repeat scroll 0 0;
    float: left;
    height: 21px;
    margin-left: 15px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 79px;
    right:0;
}
.mv_movies_listing_item .mv_movie_modal_info .mv_movie_modal_data .mv_imdb_rating a,
.mv_movie_item_static .mv_movie_modal_info .mv_movie_modal_data .mv_imdb_rating {
    color: #414141;
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    padding-right: 11px;
    padding-top: 5px;
    text-align: right;
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_single_details,
.mv_movie_item_static .mv_movie_modal_info .mv_movie_modal_data .mv_movie_single_details {
    width: 348px!important;
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_single_details ul{
    margin-top:9px;
}

.mv_movies_listing_item .mv_movie_modal_info .mv_movie_single_details p{
    margin-top:13px;
    font-size:12px;
    line-height: 17px;
    height: auto!important;
    max-height: 50px!important;
}

.mv_movies_listing_item.last{
    margin-right:0;
}

.mv_movies_listing_item .mv_movie_item_cover{
    background-size:cover;
    background-position:0;
    background-repeat:no-repeat;
    display: block;
    width: 172px;
    height: 248px;
    margin-bottom:6px;
    transition:all 0.5s ;
	-webkit-transition:all 0.5s ;
	-o-transition:all 0.5s ;
	-moz-transition:all 0.5s ;
}

.mv_movies_listing_item.latest_series .mv_movie_item_cover{
    margin-bottom:0;
}

.mv_movies_listing_item .mv_movie_item_video_title{
    background:#37383b;
    display: block;
    font-size:12px;
    color:#ffffff;
    cursor: pointer;
    padding: 10px;
    margin-bottom:5px;
}

.mv_movies_listing_item .mv_movie_item_video_title span{
    display: block;
    float:right;
    font-size:11px;
    color: #999999;
}

.mv_movies_listing_item .mv_movie_item_title{
    display: block;
    font-size: 13px;
    max-height: 34px;
    line-height: 17px;
    overflow: hidden;
    color: #468ACA;
    text-shadow: 0 0 1px rgba(70, 138, 202, 0.3);
    margin-bottom:6px;
}

.mv_movies_listing_item .mv_movie_item_title_eng{
    color: #999999;
    display: block;
    font-size: 11px;
    max-height: 34px;
    line-height: 17px;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(153, 153, 153, 0.3);
    font-family: Arial;
    margin-bottom:6px;
}

.mv_movies_listing_item .mv_movies_listing_item_stats{
    color: #555555;
    font-size: 11px;
    height: 12px;
}

.mv_movies_listing_item .mv_movies_listing_item_stats .mv_movie_year{
    padding-right:5px;
    font-family: "Sylfaen"
}

.mv_movies_listing_item .mv_movies_listing_item_stats .mv_movie_year span{
    font-family: Arial;
}

.mv_movies_listing_item .mv_movies_listing_item_stats .mv_movie_imdb{
    font-family: Arial;
}
/** LISTING ITEMS **/
    
.mv_pager{
    margin-top:0;
}

/** ADVANCED SEARCH **/
.mv_advanced_search{
    display: none;
    height: 71px;
    border:1px solid #dddddd;
    margin-top:20px;
    padding:20px 19px 0;
    position: relative;
}

.mv_advanced_search .mv_advanced_search_arrow{
    background: url('../../v4_imgs/icons/arrow_up.png') no-repeat 0 0;
    height: 11px;
    position: absolute;
    right: 98px;
    top: -11px;
    width: 20px;
}

.mv_advanced_search .mv_input_holder{
    float:left;
    margin-right:20px;
}

.mv_advanced_search .mv_input_holder.last{
    margin-right:0;
}

.mv_advanced_search .mv_input_holder label{
    display: block;
    color:#333333;
    font-size:12px;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    margin-bottom:8px;
}

.mv_advanced_search .mv_input_holder .mv_text_input{
    border:1px solid #e0e0e0;
    border-radius:4px;
    color:#707070;
    font-size:12px;
    font-family: Arial;
    padding:9px 5px 7px;
    height: 14px;
    width: 200px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    outline: none;
}

.mv_advanced_search .mv_input_holder select{
    border: 1px solid #E0E0E0;
    border-radius: 4px 4px 4px 4px;
    height: 33px;
    padding: 7px 5px 5px;
    width: 200px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    color:#707070;
    font-size:12px;
    font-family: Arial;
    outline: none;
}

.mv_advanced_search .mv_movies_adv_srch{
    background: url("../../v4_imgs/search_button_bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 15px;
    height: 13px;
    margin: 21px 0 0;
    padding: 11px 0 8px 60px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    width: 133px;
}
/** ADVANCED SEARCH **/


/** INNER PAGE **/
#mv_movie_single_page{
    padding-top:20px;
}

#mv_movie_single_details_cont{
    margin-bottom:30px;
}

.mv_movie_single_cover{
    float:left;
    width: 233px;
    /*height: 336px;*/
    margin-right:20px;
    position: relative;
}

.mv_movie_single_cover .mv_movies_listing_item_top_badge{
    position: absolute;
    top:0;
    left:0;
}

.mv_movie_single_cover img{
    width: 233px;
    height: 336px;
}

.mv_movie_single_details{
    float:left;
    width: 578px;
    position: relative;
}

.mv_movie_single_details h1{
    color:#333333;
    font-size:22px;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    font-weight: normal;
    margin-bottom:10px;
}

.mv_movie_single_details h2{
    color:#646464;
    font-size:16px;
    text-shadow: 0 0 1px rgba(100,100,100,0.3);
    font-weight: normal;
    float:left;
    margin-bottom:10px;
}

.mv_movie_single_details .mv_imdb_rating{
    background : url('../../v4_imgs/icons/imdb_big.png') no-repeat 0 0;
    float:left;
    margin-left:15px;
    overflow: hidden;
    height: 21px;
    width: 79px;
    position: relative;
    top:-2px;
}

.mv_movie_single_details .mv_imdb_rating a{
    color: #414141;
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    padding-right: 11px;
    padding-top: 5px;
    text-align: right;
}

.mv_movie_single_details .mv_movie_single_act_buttons{
    overflow: hidden;
    margin-top:15px;
    margin-bottom: 15px;
}

.mv_movie_single_details .st_facebook_hcount{
        float:left;
        height: 30px;
        overflow: hidden;
    }
    
.mv_movie_single_details .st_facebook_hcount .stButton{
    margin:0 20px 0 0;
    font-size: 88%;
}

.mv_movie_single_details .st_facebook_hcount .stButton .st-facebook-counter{
    background: url('../../v4_imgs/icons/fb_share.png') no-repeat 0 0!important;
    height: 30px !important;
    width: 100px;
    padding:0;
    display: block;
    float:left;
}

.mv_movie_single_details .st_facebook_hcount .stButton .stHBubble{
    margin-right:0;
    height: 28px;
    padding:0 6px;
}

.mv_movie_single_details .st_facebook_hcount .stArrow{
    background-position:3px center;
    height: 30px;
    display: block;
    float:left;
}

.mv_movie_single_details .st_facebook_hcount .stBubble_hcount{
    margin-top:4px;
    display: block;
}

.mv_movie_single_details ul{
    color:#343434;
    font-size:12px;
    line-height:19px;
    text-shadow: 0 0 1px rgba(52,52,52,0.3);
    margin-top:15px;
}

.mv_movie_single_details ul li{
    margin-bottom:3px;
}

.mv_movie_single_details ul li span{
    color:#767676;
    text-shadow: 0 0 1px rgba(118,118,118,0.3);
}

.mv_movie_single_details ul li a{
    color:#468aca;
    text-shadow: 0 0 1px rgba(70,138,202,0.3);
}

.mv_movie_single_details p{
    color:#767676;
    text-shadow: 0 0 1px rgba(118,118,118,0.3);
    font-size:13px;
    line-height: 17px;
    max-height: 69px;
    overflow: hidden;
    margin-top:23px;
}

.mv_movie_single_details #myvideo_rating{
    margin-top:25px;
    overflow: hidden;
}

.mv_movie_single_details #myvideo_rating .rating_sprint_holder{
    float:right;
    margin-left:0;
}

.mv_movie_single_details #myvideo_rating #like_dislike_preaload{
    display: none;
}

.mv_movies_like_dislike_holder #myvideo_rating{
    margin-top:20px;
}

.mv_movies_like_dislike_holder #myvideo_rating .rating_sprint_holder {
  float: right;
  margin-left: 0;
}

.mv_movies_like_dislike_holder #myvideo_rating #like_dislike_preaload{
    display: none;
}

table.mv_movie_videos {
    border-collapse: collapse;
    width: 100%;
    margin-bottom:15px;
}

table.mv_movie_videos thead{
    background: #f2f2f2;
    border-bottom:1px solid #d6d6d6;
}

table.mv_movie_videos thead td{
    padding:11px 0;
    color:#333333;
    font-size:14px;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

table.mv_movie_videos thead td.first{
    padding-left:7px;
}

table.mv_movie_videos .mv_video_item{
    margin:14px 20px 14px 0;
    float:none;
    width: 96px;
    height: 54px;
}

table.mv_movie_videos .mv_video_item.big{
    width: 120px;
    height: 68px;
}

table.mv_movie_videos tbody tr:last-child td{
    border-bottom:0;
}

table.mv_movie_videos tbody tr:last-child td .mv_video_item{
    margin-bottom:0;
}

table.mv_movie_videos .mv_video_item .mv_video_item_cover_cont,
table.mv_movie_videos .mv_video_item .vd_go_to_video {
    width: 96px;
    height: 54px;
    background-size: cover;
}

table.mv_movie_videos .mv_video_item.big .mv_video_item_cover_cont,
table.mv_movie_videos .mv_video_item.big .vd_go_to_video {
    width: 120px;
    height: 68px;
    background-size: cover;
}

table.mv_movie_videos tbody td{
    vertical-align: middle;
    font-size:13px;
    color:#9d9d9d;
    text-align:center;
    border-bottom:1px solid #DDDDDD;
}

table.mv_movie_videos tbody td.title{
    text-align:left;
}

table.mv_movie_videos tbody td.first{
    padding:0;
}

table.mv_movie_videos tbody .title h2{
    color:#468aca;
    font-size:14px;
    text-shadow:0 0 1px rgba(70,138,202,0.3);
    font-weight: normal;
}

table.mv_movie_videos tbody .title h3{
    color:#9d9d9d;
    font-size:13px;
    text-shadow:0 0 1px rgba(157,157,157,0.3);
    font-weight: normal;
    margin-top:12px;
}

table.mv_movie_videos tbody .price{
    text-align: center;
}

table.mv_movie_videos tbody .numeral_info{
    font-family: Arial;
    font-weight: bold;
    font-size:16px;
    text-shadow:none;
}

#mv_movie_single_page  .mv_movie_player_cont{
    float:left;
    width: 831px;
    margin-top:15px;
}

#mv_movie_single_page #mv_movie_main_top_cont {
    background: none repeat scroll 0 0 #FFFFFF;
    /*overflow: hidden;*/
    padding: 0 0 15px 20px;
    width: 1151px;
}

#mv_movie_single_page h1.mv_video_big_title{
    color: #333333;
    font-size: 22px;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    font-weight: normal;
    margin-bottom: 10px;
}

#mv_movie_single_page h2.mv_video_title{
    color:#414141;
    font-size: 16px;
    text-shadow:0 0 1px rgba(0,0,0,0.22);
    font-weight: normal;
}


#mv_movie_single_page .mv_video_player_cont .mv_video_player{
    width: 831px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

#mv_movie_single_page .mv_video_player_cont .mv_video_player iframe{
    width: 100%!important;
    height: 100%!important;
}

    /** STATISTIC **/
    #mv_movie_single_page .mv_video_statistic{
        padding:20px 0;
        border-bottom: 1px solid #dddddd;
        width: 831px;
    }
    
        #mv_movie_single_page .mv_video_statistic .mv_fb_like{
            float:left;
            margin-top:5px;
        }
        
        #mv_movie_single_page .mv_video_statistic .odno_share{
            float:left;
            margin-top: 4px;
            margin-right:10px;
        }
        
        #mv_movie_single_page .mv_video_statistic .st_facebook_hcount{
            float:left;
            height: 30px;
            overflow: hidden;
        }
        
        #mv_movie_single_page .mv_video_statistic .st_facebook_hcount .stButton{
            margin:0 10px 0 0;
            font-size: 88%;
        }
        
        #mv_movie_single_page .mv_video_statistic .st_facebook_hcount .stButton .st-facebook-counter{
            background: url('../../v4_imgs/icons/fb_share.png') no-repeat 0 0!important;
            height: 30px;
            width: 100px;
            padding:0;
            display: block;
            float:left;
        }
        
        #mv_movie_single_page .mv_video_statistic .st_facebook_hcount .stButton .stHBubble{
            margin-right:0;
            height: 28px;
            padding:0 6px;
        }
        
        #mv_movie_single_page .mv_video_statistic .st_facebook_hcount .stArrow{
            background-position:3px center;
            height: 30px;
            display: block;
            float:left;
        }
        
        #mv_movie_single_page .mv_video_statistic .st_facebook_hcount .stBubble_hcount{
            margin-top:4px;
            display: block;
        }
        
        #mv_movie_single_page .mv_video_statistic .mv_report_video{
            background-image: url('../../v4_imgs/icons/flag.png');
            background-position: 10px center;
            background-repeat:no-repeat;
        }
    
        #mv_movie_single_page .mv_video_statistic .mv_vid_upl_date{
            float:left;
            font-size: 12px;
            color:#767676;
            margin-right: 13px;
            margin-top: 13px;
        }
    
        #mv_movie_single_page .mv_video_statistic .mv_vid_views{
            background: url('../../v4_imgs/icons/play_small.png') no-repeat 0 10px;
            font-family: Arial;
            color:#333333;
            font-size:26px;
            font-weight: bold;
            float:left;
            padding-left: 25px;
            margin-top: 4px;
        }
    /** STATISTIC **/
       
#mv_movie_single_page .mv_player_seasons{
    background:#2b2b2b url('../../v4_imgs/slider_shape.png') no-repeat 0 bottom;
    color:#FFF;
    float:left;
    margin-top:15px;
    width: 320px;
    height: 500px;
    overflow: hidden;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_item .mv_player_season_item_title{
    background:#1b1b1b;
    color:#8d8d8d;
    text-shadow: 0 0 1px rgba(141,141,141,0.3);
    font-size:13px;
    padding:13px 10px 11px 19px;
    line-height: 17px;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_item .mv_player_season_item_title.boundle_player_title{
    display: block;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video{
    overflow: hidden;
    border-bottom:1px solid #202020;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link{
   padding:10px 5px 10px 19px;
   display: block;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link:hover,
#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link.active{
    background: #3a3a3a;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video .mv_player_seasons_video_link:hover .mv_video_item_cover_ico {
    display: block;
}

#mv_movie_single_page .mv_player_seasons .mv_video_item{
    margin:0 12px 0 0;
    float:left;
    width: 77px;
    height: 43px;
}

#mv_movie_single_page .mv_player_seasons .mv_video_item .mv_video_item_cover_cont,
#mv_movie_single_page .mv_player_seasons .mv_video_item .vd_go_to_video {
    width: 77px;
    height: 43px;
    background-size: cover;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video_title{
    float:left;
    width: 195px;
    display: block;
    color:#FFF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.75);
    font-size:12px;
    line-height:14px;
    display: table;
    
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video_title .table_fix{
    display: table-cell;
    vertical-align: middle;
    height: 43px;
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video_title h3{
    color:#9d9d9d;
    text-shadow: none;
    font-size:10px;
    font-weight: normal;
    margin-top:3px;
    
}

#mv_movie_single_page .mv_player_seasons .mv_player_seasons_video_title h2{
    font-weight: normal;
}


/** INNER PAGE **/
    
.mv_fb_like{
    height:20px;
    margin-top:6px;
    /*width: 115px;*/
    position: relative;
}

.mv_vk_share{
    margin-top:5px;
}

.nano {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nano .content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -17px!important;
    top: 0;
}
.nano .content:focus {
     outline: 0;
}
.nano > .pane {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.50);
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 10px;
    
}
.nano > .pane > .slider {
    background: #b61c21 url('../../v4_imgs/icons/slider_bg.png') no-repeat center center;
    margin: 0;
    position: relative;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
    opacity: 0.99;
}

/** POPULAR MOVIES **/
    
#mv_popular_movies_cont{
    width: 546px;
    margin-right:15px;
}

#mv_popular_movies{
    margin-top:0;
}

#mv_popular_movies_cont .mv_sidebar_content_block{
    margin-top:0;
}

#mv_popular_movies_cont .mv_sorter_opts > li{
   margin:0;
}

#mv_popular_movies #sort{
    position: absolute;
    right:0;
    top:-9px;
    z-index: 9;
}

#mv_rating_list{
    margin-top:10px;
    margin-bottom:10px;
    width: 358px;
}


#mv_rating_list .listing{
    width: 358px;
    border-bottom: 1px solid #FFFFFF;
}

#mv_rating_list .listing .item:first-child{
    border-top:0;
}

#mv_rating_list .listing .item{
    padding:8px 6px 8px 0;
    border-bottom:1px solid #e0e0e0;
    width:352px;
}

#mv_rating_list .listing .item.last{
    border-bottom:0;
    padding-bottom:0;
}

#mv_rating_list .listing .item.hidden{
    display:none;
}

#mv_rating_list .listing .item:hover .count ,#mv_rating_list .listing .item:hover h2 , #mv_rating_list .listing .item:hover h3{
    color:#ff0000!important;
}

#mv_rating_list .listing .item .cover{
    float:left;
    display:block;
}

#mv_rating_list .listing .item .info{
    float:left;
    margin-left:14px;
    max-width: 243px;
}

#mv_rating_list .listing .item .info h2 {
    padding:0;
    font-size:13px;
    line-height:17px;
    color: #468ACA;
    text-shadow: 0 0 1px rgba(70, 138, 202, 0.3);
    font-weight: normal;
} 

#mv_rating_list .listing .item .info h3{
    margin-top:3px;
    padding:0;
    font-size:12px;
    line-height:16px;
    color: #333333;
    font-family:Arial;
    font-weight: normal;
}

#mv_rating_list .listing .item .info p{
    margin-top:3px;
    color:#9e9e9e;
    font-size:11px;
}

#mv_rating_list .listing .item .info p em{
    font-style: normal;
}

#mv_rating_list .listing .item .info p .green{
    color:green;
}

#mv_rating_list .listing .item .info p .red{
    color:red;
}

#mv_rating_list .listing .item .info p span{
    margin-right:3px;
}

#mv_rating_list .listing .item .count{
    float:right;
    font-weight: bold;
    color:#a4a4a4;
    font-size:14px;
    margin-top: 25px;
    font-family: Arial;
}

#mv_rating_list .listing.month,#mv_rating_list .listing.year{
    display: none;
}

#load_more_popular{
    display:none;
    background: #ffffff url("../../../v3_imgs/ci/load_more_movies.png") no-repeat 280px 13px;
    border-radius:4px;
    margin-top:10px;
    padding:8px 11px;
    font-size:12px;
    color:#676767;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.16);
    box-shadow: 0 1px 0 rgba(0,0,0,0.16);
    cursor: pointer;
}

#load_more_popular:hover{
    background: #ffffff url("../../../v3_imgs/ci/load_more_movies_hover.png") no-repeat 280px 13px;
}

#load_more_popular.active{
    background: #ffffff url("../../../v3_imgs/ci/load_more_movies_active.png") no-repeat 280px 13px;
}
/** POPULAR MOVIES **/
    
/** FEATURED MOVIES **/
#mv_featured_movies_cont{
    width: 358px;
}

#mv_featured_movies_cont .mv_sorter_opts > li{
    margin-right:0;
}

#subscribed_movies .mv_movies_listing_item{
    position: relative;
}

#subscribed_movies .mv_movies_listing_item  .mv_user_subscribe_cont,
#subscribed_movies .mv_movies_listing_item  .mv_user_favorite_cont  {
    /*background: url("../../v3_imgs/sprites.png") no-repeat scroll -107px -75px transparent;*/
    height: 19px;
    left: 5px;
    top:225px;
    width: 18px;
    text-indent:-9999px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

#subscribed_movies .mv_user_subscribe_cont .mv_sub_user.subscribed:hover, 
#subscribed_movies .mv_user_subscribe_cont .mv_sub_user.canceled,
#subscribed_movies .mv_movies_listing_item  .remove_movie_from_fav{
    background: url("../../v3_imgs/sprites.png") no-repeat scroll -107px -75px transparent;
}

#subscribed_movies .mv_user_subscribe_cont .mv_sub_user,
#subscribed_movies .mv_movies_listing_item  .add_movie_to_fav{
    background: url("../../v3_imgs/sprites.png") no-repeat scroll -128px -75px transparent;
}

#subscribed_movies .mv_movies_listing_item  .mv_user_subscribe_cont a,
#subscribed_movies .mv_movies_listing_item  .mv_user_favorite_cont a{
    display: block;
    width: 18px;
    height: 19px;
}

/** ACTORS **/
#perons_page {
    background-image: url("../../v4_imgs/grey_line.png");
    background-position: 0 139px;
    background-repeat: repeat-x;
}

#perons_page #mv_main_top_cont {
    border-bottom: 1px solid #E0E0E0;
    height: 90px;
}

#perons_page #mv_movie_single_details_cont{
    margin-top:20px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #e0e0e0;
}

#perons_page .mv_movie_single_details p{
    max-height: none;
    height: 191px;
}

.mv_movie_single_details p.less{
    height: auto!important;
    max-height: none;
}

#perons_page .mv_movie_single_details{
    width:666px;
    position: relative;
}

.mv_movie_single_details .read_more{
    background: url('../../v4_imgs/icons/read_more_down.png') no-repeat right 4px;
    color: #468ACA;
    font-size:12px;
    padding-right:15px;
    float:right;
    /*position: absolute;
    text-indent:-9999px;*/
    cursor: pointer;
    margin-top: 5px;
}

.mv_movie_single_details .read_more.less{
    background: url('../../v4_imgs/icons/read_more_up.png') no-repeat right 4px;
}

#mv_movie_single_page .vd_main_medium_cont.move_to_top{
    position: absolute;
    top:-76px;
    right:0;
}

#mv_movie_single_page .vd_main_cont.min_height{
    min-height: 1000px;
}
/** ACTORS **/

.movie_cat_sort{
    color: #707070;
    font-size:12px;
    font-family: 'bpgArial';
}

.movie_cat_sort a{
    color: #707070;
    text-shadow: 0 0 1px rgba(112, 112, 112, 0.3);
}

.movie_cat_sort a:hover,
.movie_cat_sort a.active{
    color: #B80D09;
    text-shadow: 0 0 1px rgba(184, 13, 9, 0.3);
}

#movies_page .additional_years a{
    font-family: Arial;
    color: #707070;
    text-shadow:none;
    float:right;
    cursor: pointer;
}

#movies_page .additional_years{
    background: none;
    padding:17px 0 0;
    font-size:11px;
    overflow: hidden;
}

#movies_page .additional_years a:hover,
#movies_page .additional_years a.active{
    color: #B80D09;
}

#movies_page .additional_years a.active{
    cursor: default;
}

.big_link{
    padding-left:20px;
    padding-bottom:14px;
    padding-top:19px;
}

.big_link:hover{
    background: #F6F6F6;
}

.big_link.no_link:hover{
    background:none;
    cursor: default;
}

.mv_movie_single_act_buttons .mv_user_favorite_cont .mv_fav_user.remove_movie_from_fav{
    background-image:url("../../v4_imgs/icons/red_cancel.png");
}


.mv_video_statistic .mv_social_item{
    float:left;
    margin-right:10px;
}

.mv_video_statistic .vk_share{
    margin-top:4px;
}

#mv_movie_single_page h1.mv_video_title.user_admin{
    width: 490px;
    float:left;
}

table.mv_movie_videos tbody td.title div.adm_relative{
    position: relative;
}

table.mv_movie_videos tbody td .adm_sort{
    border: 1px solid #CCCCCC;
    width:20px;
    border-radius:4px;
    padding:4px;
}

.mv_upd_sort{
    float:right;
    background:#FFF;
    margin-bottom:15px;
}

#mv_movie_single_page #mv_modal_box.movie_not_avail{
    width: 100%;
    height: 100%;
    border-radius:4px 0 0 4px;
    padding-bottom:0;
}

.mv_manage_buttons #slow_inet{
    background-image:url("../../v4_imgs/html5.png");
    background-repeat:no-repeat;
    margin-left:15px;
    float:left;
}

#lastest_series_carousel{
    width: 100%;
    
}

#lastest_series_carousel li{
    margin-right: 14px;
    width: 916px!important;
}



#lastest_series_carousel .mv_movies_listing_item{
    /*margin-right:0;*/
}



#lastest_series_carousel .jcarousel-prev {
    background: url("../../v4_imgs/slider_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 11px;
    position: absolute;
    right: 15px;
    top: -27px;
    width: 9px;
}

#lastest_series_carousel .jcarousel-next {
    background: url("../../v4_imgs/slider_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 11px;
    position: absolute;
    right: 0;
    top: -27px;
    width: 9px;
}

#lastest_series_carousel .jcarousel-prev:hover {
    background: url("../../v4_imgs/slider_left_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#lastest_series_carousel .jcarousel-next:hover {
    background: url("../../v4_imgs/slider_right_active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.mv_movies_listing_item.with_relative_desc .mv_movie_item_cover{
    position: relative;
}

.mv_movies_listing_item.with_relative_desc .mv_movie_item_video_title{
    position: absolute;
    left:0;
    bottom:0;
    width: 152px;
    margin-bottom:0;
    line-height: 13px;
}

#movie_schedule{
    background:#eeeeee;
    margin: 10px auto;
    border-radius:4px;
    position: relative;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    box-shadow: 0 1px 1px rgba(0,0,0,0.25);
    color: #5E5E5E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
}


/** SHARE TOOLS **/
#mv_video_share_tools{
    padding: 18px 0 22px;
    /*border-bottom:1px solid #DDDDDD;*/
    display: none;
    width: 831px;
}

#mv_video_share_tools #embed{
    margin-top: 15px;
    color: #5e5e5e;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#mv_video_share_tools #embed .embeed_input{
    border:1px solid #e0e0e0;
    border-radius:4px;
    color:#707070;
    font-size:12px;
    font-family: Arial;
    padding:9px 5px 7px;
    height: 14px;
    width: 330px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
    outline: none;
    margin-right:5px;
    float:left;
}

#mv_video_share_tools #embed span {
padding-top: 12px;
}

#mv_video_share_tools #embed_customize .custom_embed li span{
    padding-top:0;
}

#embed .sp_help {
    margin-right: 10px;
    margin-top: 3px;
}

#embed span {
float: left;
padding-top: 6px;
margin-right: 5px;
}

#mv_video_share_tools .video_link_cont .sp_help{
    margin-top:5px;
}

#mv_video_share_tools .mv_video_embed{
    display: none;
}

#mv_video_share_tools #embed #embed_customize{
    background:none;
    box-shadow:none;
    padding:0;
}



#embed .sp_help{
    margin-top:6px;
}

/**EMBED TOOLS**/
#embed_customize{
    background:#FFF;
    margin: 10px auto;
    border-radius:4px;
    position: relative;
    -moz-box-shadow: 0 1px 1px #ccc;
    -ms-box-shadow: 0 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    padding:10px 20px 5px 7px;
    color: #5E5E5E;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    display:none;
}

#embed_customize #close_embed{
    background:url('/v3_imgs/ci/close_embed.png') no-repeat;
    position: absolute;
    height: 15px;
    right: 7px;
    top: 7px;
    width: 14px;
    cursor: pointer;
}

#embed_customize ul.embed_size{
    float:left;
    width: 332px;
}


#embed_customize .embed_size li{
    border:1px solid #FFF;
    float:left;
    margin: 4px;
    padding: 4px;
}

#embed_customize .embed_size li a{
    display:block;
    text-align: center;
    font-weight: bold;
    color:#313131;
    font-size:11px;
}


#embed_customize .embed_size li:hover{
    border:1px solid #CCCCCC;
}

#embed_customize .embed_size li.selected{
    background: none repeat scroll 0 0 #D8E6FB;
    border: 1px solid #A0B3D9;
}

#embed_customize .embed_size li a{
    cursor: pointer;
}

#embed_customize .embed_size li a .share-embed-size-name {
    color: #666666;
    display: block;
    white-space: nowrap;
    padding-bottom:2px;
    float:none;
    margin:0;
    padding-top:0;
}

#embed_customize .embed_size li a  .share-embed-size-box {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #999999;
    display: block;
    padding: 1px;
    margin:0;
    float:none;
}

#embed_customize .embed_size li.wide a .share-embed-size-box{
    height: 42px;
    width: 75px;
}

#embed_customize .embed_size li.small a .share-embed-size-box{
    height: 27px;
    width: 49px;
}

#embed_customize .embed_size li.medium a .share-embed-size-box{
    height: 31px;
    width: 56px;
}

#embed_customize .embed_size li.large a .share-embed-size-box{
    height: 35px;
    width: 64px;
}

#embed .embed_size li.large a .share-embed-size-box{
    height: 35px;
    width: 64px;
}



#embed_customize .custom_embed{
    border: 1px solid #FFFFFF;
    float: left;
    margin: 19px  4px 0;
    padding: 4px 4px 0;
    font-family: Arial;
    margin-right: 0;
}

#embed_customize .custom_embed .custom_title{
    color: #666666;
    display: block;
    padding-bottom: 2px;
    font-size: 11px;
    white-space: nowrap;
    text-align:center;
    font-weight: bold;
}

#embed_customize .custom_embed label{
    color: #313131;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 7px;
    margin-top: 4px;
    width: 40px;
}

#embed_customize .custom_embed li{
    overflow: hidden;
    margin-bottom: 4px;
}

#embed_customize .custom_embed input{
    background: #f6f6f6;
    border: 1px solid #b9b9b9;
    border-top-color: #a4a4a4;
    -moz-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -ms-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -webkit-box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    box-shadow: 0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.17);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color:#686868;
    font-size:11px;
    line-height: 18px;
    height:15px;
    width: 42px;
    float:left;
    text-align: center;
    margin-right:0;
    padding:3px;
}

#embed_customize .custom_embed li span{
    display: block;
    float: left;
    color:#6b6b6b;
    font-size:11px;
    margin-left:5px;
    margin-top: 5px;
    padding-top:0;
}

#embed_customize .embed_desc{
    font-family:Sylfaen;
    font-weight: normal;
    color:#797979;
    font-size:11px;
    padding-bottom:4px;
    margin-left: 11px;
}

#embed_customize #additional{
    float: left;
    margin-top: 27px;
    font-weight: normal;
    font-size: 11px;
}

#embed_customize #old_style{
    width:auto;
    float:none;
    padding:0;
    margin:0;
    position: relative;
    top: 3px;
}

.mv_movies_listing_item_top_badge{
    background:rgba(187, 28, 33, 1);
      width: 100%;
      padding: 8px 0;
      color: #FFF;
      text-align: center;
      font-size: 12px;
}

a.mv_download {
  background-image: url("../../v4_imgs/icons/download.png");
  background-repeat: no-repeat;
  float: left;
  margin-left: 10px;
}

.mv_geo_tran_request{
    background-image: url('../../v4_imgs/flag_geo_new.png');
    float: left;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.mv_geo_tran_request.disabled{
    opacity: 0.6;
    cursor: default!important;
}

.movie_inner_coming_soong{
    padding: 22px 0 16px 50px;
    display: block;
    color:#787878;
    font-size: 16px;
    background-image: url('../../v4_imgs/sandbox_red.png');
    background-position: 20px center;
    background-color: #f2f2f2;
    background-repeat:no-repeat;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 20px;
    border-radius: 4px 4px 4px 4px;
}

.mv_ico_button.text.report_movie_problem{
    background: #FFF url('../../v4_imgs/icons/flag.png') no-repeat 10px center;
    margin-left:10px;
    padding-left: 30px;
    float:left;
}

.adm_mv_edit_button{
    background: url('../../v4_imgs/icons/edit_black.png') no-repeat center center;
    margin-left: 10px;
}

#mv_modal_box.movie_downloads_modal{
    width: 650px;
    height: 255px;
    position: absolute;
    left: 0;
    top: 200px;
    display: none;
    right: 0;
    margin: auto;
    z-index: 9999999;
}

#mv_modal_box.movie_downloads_modal .movie_downloads_listing{
    display: table;
    margin:40px auto;
    border-spacing: 20px;
}

#mv_modal_box.movie_downloads_modal .movie_downloads_listing .movie_downloads_listing_item{
    display: table-cell;
    width: 35px;
    height: 35px;
    border: 1px solid rgb(73, 73, 73);
    border-radius: 100px;
    vertical-align: middle;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 18px;
}

#mv_modal_box.movie_downloads_modal .movie_downloads_listing .movie_downloads_listing_item:hover{
    background: rgb(175, 3, 3);
    border: 1px solid rgb(175, 3, 3);
    color:#FFF;
}

.movie_downloads_modal_overlay{
    position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #000;
  display: none;
  cursor: pointer;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.mv_movie_player_cont #mv_modal_box.inline{
    height: 100%;
    border-radius: 0;
}
.share-group li{
    float: left;
    margin-right: 10px;
}
.share-group li:last-child{
    margin-right: 0;
}
.share-group li a{
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}
.share-group li a>span{
    background-size: auto;
    width: 32px;
    display: block;
    height: 30px;
}
.share-group .share-service-icon-google{
    background: no-repeat url('/v4_imgs/icons/share-buttons-sprite.png') -49px -7px;
}
.share-group .share-service-icon-twitter{
    background: no-repeat url('/v4_imgs/icons/share-buttons-sprite.png') -91px -7px;
}
.share-group .share-service-icon-facebook{
    background: no-repeat url('/v4_imgs/icons/share-buttons-sprite.png') -7px -7px;
}
.share-group .share-service-icon-vk{
    background: no-repeat url('/v4_imgs/icons/share-buttons-sprite.png') -133px -7px;
}
.share-group .share-service-icon-pinterest{
    background: no-repeat url('/v4_imgs/icons/share-buttons-sprite.png') -175px -7px;
}
.share-group .share-service-icon-ok{
    background: no-repeat url('/v4_imgs/icons/share-buttons-sprite.png') -217px -7px;
}