@import url('fluid/containers.css');
@import url('fluid/video_containers.css?3');

.mv_fluid_white_wrapper{
	display: inline-block;
	background: #FFF;
}
.content-outter-wrapper {
	background-color:#fff;
}
#mv_content_width_wrapper{
	min-height: 700px;
	clear: both;
    position: relative;
    min-width: 940px;
}

#mv_content_wrapper{
	background: #eaeaea!important;
	overflow: visible;
}

#mv_main_wrap{
	margin-left: 69px;
	position: relative;
	/* overflow: hidden; */
	padding-top: 56px;
	overflow: visible;
}

#mv_main_wrap.mv_main_wrap_uefa {
	margin-left: 0;
	padding-top: 0;
}

#mv_content_width_wrapper.mv_width_wrapper{
	width: auto;
	/*background: red;*/
}

.mv_video_item .mv_vid_author a span{
	height: 11px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
	.vd_main_cont_fluid_right_wrap .vd_main_cont_fluid_right{
		margin-left: 20px!important;
	}

	.vd_main_cont_fluid_wrap{
		width: 640px;
	}

	.vd_main_cont_fluid_wrap .mv_videos_container {
		padding: 20px 20px 18px;
	}

	.mv_fluid_vid_slider_arrow{
		width: 20px;
	}

	.mv_fluid_vid_slider_arrow.right_arrow {
		right: -20px;
	}

	.mv_fluid_vid_slider_arrow.left_arrow {
		left: -20px;
	}

	.mv_fluid_vid_slider_arrow.right_arrow {	
		background: white url('../../../v5_imgs/icons/grey_arrow_right_big.png') no-repeat center center;
	}

	.mv_fluid_vid_slider_arrow.left_arrow {	
		background: white url('../../../v5_imgs/icons/grey_arrow_left_big.png') no-repeat center center;
	}
}


.mv_movie_item_static .movie-lang-bubbles {
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	right: 12px;
}
.mv_movie_item_static .movie-lang-bubbles li {
	float: left;
	background: rgba(255,255,255,.8);
	padding: 7px 5px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 8px;
	border-radius: 100px;
	font-family: tahoma;
}
.mv_movie_item_static .movie-lang-bubbles li.geo {
	background:#A91E25;
	color:#fff;
}
.channel-item {
	width: 100px;
}
.channel-item a {
	color:#468aca;
	display: block;
}
.channel-item .channel-thumb {
	text-align: center;
	height: 1px;
	overflow: hidden;
	padding-bottom: 97%;
  	border: 1px solid #EAEAEA;
}
.channel-item .channel-thumb-wrap {
	
}
.channel-item .channel-thumb img {
	margin-bottom: -100%;
	display: block;
	width: 100%;
}
.channel-item .channel-name {
	font-size: 14px;
	padding: 5px;
	text-transform: lowercase;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #626262;
	line-height: 15px;
}

/*sidebar menu items with icons -start*/
.big_link.home{
    background: url('../../v4_imgs/icons/home_ico.png') no-repeat 20px 13px;
}

.big_link.home:hover,
.big_link.home.active{
    background:#F6F6F6 url('../../v4_imgs/icons/home_ico_hover.png') no-repeat 20px 13px;
}

.big_link.brandings{
    background: url('../../v4_imgs/icons/brand_ico.png') no-repeat 20px 13px;
}

.big_link.brandings:hover,
.big_link.brandings.active{
    background:#F6F6F6 url('../../v4_imgs/icons/brand_ico_hover.png') no-repeat 20px 13px;
}

.big_link.partners{
    background: url('../../v4_imgs/icons/partners_grey.png') no-repeat 20px 14px;
}

.big_link.partners:hover,
.big_link.partners.active{
    background:#F6F6F6 url('../../v4_imgs/icons/partners_red.png') no-repeat 20px 14px;
}

.big_link.video_cats{
    background: url('../../v4_imgs/icons/video_cat_ico.png') no-repeat 20px 16px;
}

.big_link.video_cats:hover,
.big_link.video_cats.active{
    background:#F6F6F6 url('../../v4_imgs/icons/video_cat_ico_hover.png') no-repeat 20px 16px;
}

.big_link.featured{
    background: url('../../v4_imgs/icons/fav_grey.png') no-repeat 20px 14px;
}

.big_link.featured:hover,
.big_link.featured.active{
    background:#F6F6F6 url('../../v4_imgs/icons/fav_red.png') no-repeat 20px 14px;
}
/*sidebar menu items with icons -end*/

.big_hash_tag{
    display:block;
    float:left;
    min-width: 100px;
    text-align:center;
    background: #4864B4;
    border-radius: 4px;
    font-weight: normal;;
    color: #FFF!important;
    padding: 5px 3px;
    margin-right:10px;
    margin-left: 2px;
    margin-bottom: 3px;
    font-size: 13px;
}
.med_hash_tag{
    font-size: 11px;
    background: #8CA1DF;
}
.small_hash_tag{
    display: block;
    margin-top:15px;
    margin-bottom: 5px;
}
.small_hash_tag span{
    font-size: 11px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px;
}