/*	BigVideo Styles 
	You may need to adjust these styles to get this working right in your design. 
*/
.big-video-wrap{overflow:hidden;position:absolute;height:100%;min-height:100%;width:100%;top:0;left:0}
#big-video-image{position:absolute}
.big-video-control-container{position:absolute;bottom:0;padding:0 0px;height:75px;width:100%;margin:0;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;background:url(../../../css/images/black-dot.png) repeat 0 0;background-color:rgba(0,0,0, .8);z-index:9999999999}
.isFullscreen .big-video-control-container{position:fixed}
#videoPopup-big-control-container{position:fixed}
.big-video-control{width:95%;height:13px;position:relative;top:50%;margin:-6.5px auto;text-align:center}
.big-video-control>*{display:block;float:left}
.big-video-control-play{height:16px;width:16px;background-image:url('bigvideo.png')}
#big-video-control-middle, .big-video-control-bar, .big-video-control-timer, .big-video-control-volume{width:4%;min-width:50px;display:block;float:left;position:relative;cursor:pointer}
#big-video-control-middle{width:79%;margin:0 2%}
.big-video-control-bar{width:87%;margin-right:2%;height:13px}
.big-video-control-track, .big-video-control-progress, .big-video-control-load-progress{position:absolute;top:6px;height:1px;width:0%;background:#fff;z-index:3}
.big-video-control-load-progress{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;z-index:2}
.big-video-control-track{width:100%;background:#333;margin:0;z-index:1}
.big-video-control-track .ui-slider-handle {opacity:0}
.big-video-control-timer{color:#fff;font-size:11px;line-height:13px;text-align:center}
#big-video-control-middle, .big-video-control-timer, .big-video-control-volume{display:block;float:left}
.big-video-control-fullscreen{position:relative;margin:-17px 0 0 0;width:48px;height:47px;overflow:hidden;background-image:url(fullscreenIcon.png);background-repeat:no-repeat;background-position:left top;cursor:pointer}
.big-video-control-fullscreen:hover{background-position:left bottom}
.big-video-control-share-full{float:right;width:14.3%}
.big-video-control-share-full>*{float:left}
.big-video-control-share-full .sharePhoto-btn{width:68px;margin:-26px 0 0 15%;position:relative}
.big-video-control-share-full .sharePhoto-btn .socialShare{right:-16px}
.big-video-control-share-full .sharePhoto-btn .circle .content .inner{font-size:1rem;font-family:'zurichcondensed';text-transform:uppercase}
.big-video-control-volume{display:none;width:26px;min-width:26px;height:13px;margin-left:11px;background:url(volume.png) no-repeat 0 0}

#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}

.vjs-big-play-button{display:none!important}
.video-js{z-index:0}
.singlePage .topContent.fullscreen{display:block;overflow:hidden;z-index:999;line-height:0;position:absolute!important;top:0;left:0;right:0;bottom:0;width:100%;height:100%}
.singlePage .topContent.fullscreen .big-video-control-container{position:fixed}

@media screen and (max-width:1280px){
	.big-video-control-share-full .sharePhoto-btn .circle .content .inner{font-size:1.1rem}
}
@media screen and (max-width:1024px){
	.big-video-control-share-full{width:16%;min-width:160px}
	.big-video-control-bar{width:85%}
	#big-video-control-middle{width:76%}
	.big-video-control-share-full .sharePhoto-btn{width:50%}
}
@media all and (max-width:960px){
	#big-video-control-middle{width:71%}
}
@media all and (max-width:767px){
	.big-video-control-bar{width:78%}
	#big-video-control-middle{width:66%}
}
@media all and (max-width:650px){
	#big-video-control-middle{width:50%}
}
@media screen and (max-width:480px){
	#big-video-control, #big-video-control-bar{width:90%}
	.big-video-control-bar{width:60%}
	.big-video-control-share-full{min-width:138px}
}
