/*basic styles*/
.video_slider div,.video_slider p,.video_slider li,.video_slider span,.video_slider img,.video_slider h2,.video_slider ul{list-style:none;vertical-align:baseline;}
.video_slider{overflow:hidden;margin: 0 0 0 0;line-height:18px;position:relative;width:100%; z-index:0;}
.video_slider .video_slider_handle{  width:100%;  height:100%;  position:relative;}
.video_slider .video_slider_thumbnail {  border:0;  display:block; padding:0px !important;max-width:100%;max-height: 100%;width:100%;height:100%;}
.video_slider span{display:inline;}
.video_slider a{border:none !important;text-decoration:none !important;}
.video_slider a:hover{text-decoration:underline !important;}
.video_slider h2{clear:none;display:block;padding:0px;border:none;text-shadow:none}
.video_slider p.more a{text-decoration:underline;float:right;}
.video_slider p.more a:hover{text-decoration:none;}
.video_slider .video_slideri {  position:absolute; top:-1000px; left:-1000px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;	-ms-box-sizing: content-box; box-sizing: content-box;}
.video_slider .video_text {  position:absolute;  bottom:0;  padding:5px;}
.video_slider .video_text h2,.video_slider .video_text p{opacity:1;}
/* Content Hide */ 
.video_slider .texthide{z-index:200;color:#ffffff;position:absolute;right:0;top:0;cursor: pointer;background: #000000 url(../images/close.png) no-repeat center center;height:18px;width:18px;text-align:center;font-family:"Trebuchet MS",Arial,Helvetica,san-serif;font-weight:bold;font-size:16px;line-height: 30px;display:none;}
/* Content Show */
.video_slider .textshow{color:#ffffff;z-index:200;position:absolute;right:0;background: #000000 url(../images/info.png) no-repeat center center;
height:18px;width:18px;text-align:center;cursor: pointer;bottom:0;font-family:"Trebuchet MS",Arial,Helvetica,san-serif;font-weight:bold;
font-size:16px;line-height: 30px;display:none;}
/* Next and Previous navigational arrows */
.video_slider .video_next {  position:absolute;  top:40%;  right:5%; cursor:pointer;z-index:10;}
.video_slider .video_prev {   position:absolute;  top:40%;  left:5%;  cursor:pointer;z-index:10;}

/* Navigation Numbers */
.video_slider .tracker-summation-container {  position:absolute;  right:5px;  bottom:0;  padding:3px;  margin:0 0 10px 0 !important;  background-color:#777;font-family:Arial,Helvetica,sans-serif;color:#fff;font-size:12px;padding:2px 5px;font-weight:bold;z-index:2;}
.video_slider .tracker-individual-container {  position:absolute;  color:white;  left:5px;  bottom:0;  padding:0;  margin:0 0 10px 0 !important;z-index:2;}
.video_slider .tracker-individual-container li {  list-style:none !important;margin:0 !important;}
.video_slider .tracker-individual-container .tracker-individual-blip {  margin:0 3px;  padding:0 5px !important; text-align:center;  background-color:#777;font-family:Arial,Helvetica,sans-serif;color:#fff;font-size:12px}
.video_slider .tracker-individual-container .tracker-individual-blip-selected {  color:white;  font-weight:bold;  background-color:#222;}

.video_slider .sldr_clearlt{display:block;visibility:hidden;clear:left;height:0;content:".";}
.video_slider .sldr_clearrt{display:block;visibility:hidden;clear:right;height:0;content:".";}

/* video Video */
.video_slider .video_video,.video_slider .wp-video-shortcode{margin: 0 !important;position:absolute !important;top:0;left:0;min-width: 100% !important;min-height:100% !important;max-width:100% !important;max-height:100% !important;}
.video_slider .video_eshortcode {margin: 0 !important;position:absolute !important;top:0;left:0;min-width: 100% !important;min-height:100% !important;max-width:100% !important;max-height:100% !important;}
.video_slider .mejs-overlay-button{margin-left:-50px;top:50%;margin-top:-50px !important;}
.mejs-overlay {height:100% !important;}
.video_feature_slide .mejs-overlay-button{display:none;}
.video_slider iframe{position:absolute !important;top:0 !important;max-width:100% !important;max-height:100% !important;}
.video_slider .video_zoom{position:absolute;top:50%;left:50%;margin-top: -20px;margin-left: -21px;display:none;}
/* Validation Error */
#video_slider_form input.error{border: 1px solid #D8000C; padding: 5px 0}

/* M e d i a   Q u e r i e s */
	@media only screen and (max-width: 480px) {
		.video_center_slide .carousel-caption{display:none !important;}
		.video_center_slide .carousel-caption span, .video_center_slide .carousel-caption .more{display:none;}
		.video_center_slide .carousel-caption h2 a{font-size:10px!important;}
		.video_slider .mejs-overlay-button{background:url(../images/bigplay_small.png) no-repeat !important;margin-left:-13px;top:50%;margin-top:-13px !important;}
		.video_slider .video_next img{width:20px;height:20px;}
		.video_slider .video_prev img{width:20px;height:20px;}
		.video_slider .tracker-individual-container{display:none !important;}
	}
	@media only screen and (min-width: 481px) and (max-width: 768px) {
		.video_center_slide .carousel-caption span, .video_center_slide .carousel-caption .more{display:none;}
		.video_center_slide .carousel-caption h2 a{font-size:12px!important;}
		.video_slider .mejs-overlay-button{background:url(../images/bigplay.png) no-repeat !important;margin-left:-25px;top:50%;margin-top:-25px !important;}
		
	}
