
/*
		start video
*/

.video-box {
	overflow:hidden;
	height:500px;
	position:relative;
	opacity:0;
	
}
	
.video-box .actions-holder {
	z-index:1001;
}
#video-channel .video-box .actions-holder {
    height: 33px;
	background:#000;
    padding-top: 2px;
}

#video-channel a.twitter {
	border-left:1px solid #323232;
}

#video-channel .video-box {
	height:100%;
}

.home-slideshow .video-box {
	z-index:-100;
}

#video-holder {
	width:100%;
	overflow:hidden;
	height:500px;
}

.video-container {
	width:2910px;
}

.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	float:left;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	overflow:hidden;
}
.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
	display: block;
}
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}
.mejs-overlay-play {
	cursor: pointer;
}
.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	display:block;
	background: url(../images/front-end/mediaelementjs/ss-bigplay.png) top left no-repeat;
}
html.mobile .mejs-overlay-button {
	display:block;
}
.mejs-overlay:hover .mejs-overlay-button{
	background-position: 0 0 ;
}
.mejs-overlay-loading {
	position: absolute;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    overflow: hidden;
    top: 50%;
    width: 24px;
}
.mejs-overlay-loading span {
	background: transparent url(../images/front-end/mediaelementjs/ss-loading-sprite.png)  center center no-repeat;
	height: 288px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;/*
	background: url(background.png);
	background: rgba(0, 0, 0, 0.7);*/
	background:black;
	opacity:0.7;
	height: 35px;
	width: 970px;
	left:50%;
	margin-left:-485px;
	z-index:3;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 33px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	background: 0;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0;
	text-decoration: none;
	margin: 10px 8px 9px 9px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(../images/front-end/mediaelementjs/controls.png) 0 0 no-repeat;
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}

/* End: CONTROL BAR */

/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: none;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	padding: auto 4px;
}
.mejs-container .mejs-controls .mejs-time span {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (current / duration) */


/* Start: Play/pause */
.mejs-controls .mejs-play button {
	background-position:0 0;
}
.mejs-controls .mejs-pause button {
	background-position:0 -16px;
}
/* End: Play/pause */


/* Stop */
.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* End: Play/pause */

/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
	width: 200px;
	height:100%;
}
.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	height:100%;
	background:url('../images/front-end/mediaelementjs/bg-total.gif') repeat 0 1px transparent;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:url('../images/front-end/mediaelementjs/bg-loaded.gif') repeat 0 1px transparent;
	width: 0;
	height:100%;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	background:url('../images/front-end/mediaelementjs/bg-current.gif') repeat 0 1px transparent;
	height:100%;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	visibility: hidden;
	position: absolute;
	display: block;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}
.mejs-controls .mejs-time-total:hover .mejs-time-float {
	visibility: hidden;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;

}




/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
	background-position:-32px -16px;
}

.mejs-video .mejs-controls div.mejs-fullscreen-button {
	width:29px;
}

.mejs-controls .mejs-fullscreen-button button {
	margin: 10px 8px 9px 2px;
}

/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-video .mejs-controls div.mejs-volume-button {
	width:26px;
}

.mejs-controls .mejs-volume-button button {
	margin: 10px 1px 9px 9px;
}

.mejs-controls .mejs-mute button {
	background-position:-16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position:-16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	visibility:hidden;
	display: none;
	height: 115px;
	width: 25px;
	background: url(background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px ;
	-moz-border-radius: 0 0 4px 4px ;
	border-radius: 0 0 4px 4px ;
}
/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* End: Mute/Volume */


.mejs-clear {
	clear: both;
}

/* Start: ERROR */
.me-cannotplay {
	display:none;
}
.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}
.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: ERROR */


/* Start: Loop */
.mejs-controls .mejs-loop-off button{
	background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}
/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button{
	background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */


/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button{
	background-position: -96px 0;
}
/* End: picture controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* start VIDEOCHANNEL */

#video-channel .mejs-overlay-play {
	display:block;
}

html.mobile #video-channel .mejs-overlay-play {
	display:block;
}

#video-channel {
    z-index:10;
	position:relative;
	overflow:hidden;
	background:#000;
}

.video-active {
    border: 2px solid white;
    height: 80px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 140px;
}
	
/* end VIDEOCHANNEL */


/* start CAROUSEL */

.video-selector {
	width:100%;
	overflow:hidden;
	background:transparent;
	z-index:2;
	position:relative;
	height:210px;
	position:absolute;
	bottom:35px;
}

html.mobile .video-selector {
	bottom:-141px;
}

.video-selector-background {
	background:#000;
	opacity:0.7;
	z-index:-1;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin-top:33px;
}

.video-selector div.overflow {
	margin:34px 21px 0 21px;
	height:163px;
}

.video-selector ul {
	list-style: none outside none;
	margin: 15px 0 0 0;
	padding: 0;
	overflow:hidden;
	float:left;
	width:2400px;
	height:120px;
}
.video-selector ul li {
	float:left;
	padding:4px 4px 4px 0px;
	margin-right:6px;
	width:144px;
	line-height:11px;
	position:relative;
}

.video-selector ul li span {
	margin-top:8px;
	float:left;
}

.video-selector ul img {
}

.video-selector ul a {
	color:#FFF;
	font-size:9px;
	text-decoration:none;
	font-weight:bold;
	font-family: Georgia, Times, 'Times New Roman', serif;
}

.video-selector ul a img,
.video-selector ul a span {
	opacity:1;
}

.video-selector ul a:hover img,
.video-selector ul a:hover span {
	opacity:1;
}

/* end CAROUSEL */

a#close-video {
	display:none;
    background: url("../images/front-end/sprite-icons.gif") no-repeat -155px 0 #FFFFFF;
    color: #000000;
    position: absolute;
    right: 0;
    z-index: 1001;
	top:0;
	height:30px;
	width:30px;
	text-indent:-1000em;
	outline:none;
}

a#close-video:hover {
	background-position:-155px -30px;
}

a#more-videos {
	display:none;
    background: url("../images/front-end/arrow_right.gif") no-repeat scroll right -34px #000;
    bottom: 35px;
    color: #FFF;
    font-size: 11px;
    padding: 11px 40px 9px 17px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1001;
}

a#more-videos:hover {
	background-position:right 0;
	background-color:#FFF;
	color: #000000;
}


a#video-menu {
	display:none;
	background:#000;
    top: 0;
    color: #FFF;
    font-size: 11px;
    padding: 11px 11px 9px 17px;
    position: absolute;
    left: 0;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1001;
}

a#video-menu span {
    background: url("../images/front-end/sprite-icons.gif") no-repeat scroll -193px -9px #000000;
    display: block;
    float: right;
    height: 10px;
    margin-left: 10px;
    width: 18px;
}

.mejs-fullbleed {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#takeover .mejs-container .mejs-controls {
	bottom:-60px;
}