@charset "utf-8";
/* responsive nav structure */
/* uses fontawesome :  http://fontawesome.io/cheatsheet/ */



/* icons */
#makeleft:before{
	font-family: 'FontAwesome';
	content: '\f053';
	font-size: 16px;
	display: block;
	position: absolute;
	left:20%;
	top: 50%;
	line-height: 0px;
}
#makeright:before{
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 16px;
	display: block;
	position: absolute;
	right:20%;
	top: 50%;
	line-height: 0px;
}


#makeThumbs .videoBtn.activeVideoButton span.button:before {
	font-family: 'FontAwesome';
	content: '\f144';
	/*content: '\f01d';*/
	display: block;
    font-size: 17px;
    height: 13px;
    width: 13px;
    letter-spacing: -1px;
    line-height: 14px;
	background-color: black;
	background-clip: content-box;
	border-radius: 50%; 	
}

#makeThumbs .videoBtn span.button:before {
	font-family: 'FontAwesome';
	content: '\f144';
	display: block;
    font-size: 17px;
    height: 13px;
    width: 13px;
    letter-spacing: -1px;
    line-height: 14px;
	background-color: black;
	background-clip: content-box;
	border-radius: 50%; 	
	
}

#makeThumbs .videoBtn .thumbtext{
	display: block;
	position: relative;
}
#makeThumbs .videoBtn span.button{
	position: absolute;
	top: -20px;
	right:0px;
	margin-left: .2em;
	margin-right: .2em;
}



#makeThumbs a.loading:before {
	position: absolute;
	top: 0;
	display: block;
	z-index: 100;
	width: 100%;
	font-size: 8px;
	padding: 4px;
	padding-left: 22px;
	color: #fff;
	font-family: 'Arial';
	content: 'LOADING';
	background: transparent;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url('/../mvp/globalassets/loadinggifs/white.gif');
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

/* icons */


#makeNav{
		padding-top: 2px;
		font-size: 10px;
		line-height: 1;
}


#makeTabs li{ background-color:rgba(0, 0, 0, 0.5);}
#makeThumbs li { background-color:rgba(0, 0, 0, 0.5); }
#makeNavFooter{ background-color:rgba(0, 0, 0, 0.5); }
#makeThumbs li .videoBtn.activeVideoButton {}
#makeTabs li.active {}
#makeNavFooter li.active{}



#makeNavFooter{
	
	width: 100%;
	margin-top: 2px;
	height:15px;
	white-space: nowrap;
	overflow:hidden;
}

#makeNavFooter ul{
	line-height: 11px;
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	cursor:default;
}

#makeNavFooter ul li {
	color:#fff;
	font-family:Arial,sans-serif;
	font-size: 25px;
	display:inline-block;
	margin:0px;
	padding:2px;
	padding-left:1px;
	padding-right:1px;
	background-repeat:no-repeat;
	cursor:pointer;
}

#makeTabs{
	width: 100%;
	overflow:hidden;
	list-style:none;
	text-align:center;
	display: table;
	border:0px;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	border-spacing:1px;
	z-index: 99;
	height:15px;
	margin-bottom: 2px;
}

#makeTabs li {
	cursor:pointer;
	display: table-cell;
	vertical-align:middle;
	border:0px;
	min-width:10%;
	padding: 3px;
	word-wrap: break-word;
}

#makeTabs #lefttabedge ,
#makeTabs #righttabedge{
	width:16px;
	max-width: 4%;
	cursor:default;
}

/*part that is animated*/
#maketraySlider{
	margin-left:0px;
}
/*part that is animated*/

#thumbViewport{
	position:relative;
	overflow:hidden;
	z-index:10;
	width: 91.2%; /*approximate*/
	margin-left: 4%;
}

#makeThumbs{
	width:10000px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#makeThumbs li .videoBtn span b{
	text-transform: none;
	font-weight: inherit;
}

#makeThumbs li{
	display:inline-block;
	margin-left:3px;
}

#makeThumbs li img{
	width:100%;
	height:62px;
}

#makeThumbs li .videoBtn{
	position:relative;
	text-decoration:none;
	border:0;
	display:block;
	width:87px;
	height:95px;
	max-height:95px;
	overflow:hidden;
	cursor:pointer;
}

#makeThumbs li .videoBtn span{

	display:inline-block;
	margin:0px;
	padding:0px;
	white-space: normal;


}

#makeright,#makeleft{
	cursor:pointer;
	display:block;
	position: absolute;	
	z-index:200;
	padding:0;
	/*width:16px; /*must match offset on thumb viewport*/
	width:4%;
	margin-left: 1px;
	margin-right:1px;
	height:62px;
	overflow:hidden;
}


#makeright{
	right: 0;
}

#makeleft.disabled ,#makeright.disabled 
{ 
	cursor:default;
}

#makeleft.disabled:before,#makeright.disabled:before
{
	opacity: .2;
}

#makeNavOffset{
	position: relative;
}
