/* Style Plugin Video */
.clear{
	clear: both;
}
.videoplay-gallery {
	display: block;
	position: relative;
	margin: 0px 0px 20px 0px;
}
.playvideo-buttons {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.not-vimeo{
    height: 100%;
    width: auto;
}
/* ================= Video Container ================= */
.videoplay-carousel .caroufredsel_wrapper{
	margin-left: 0px !important;
}
.video-gallery {
	position: relative;
	width: 100%;
	max-width: 1270px;
    height: 100%;
	max-height: 720px;	
    overflow: hidden;     	
    display: inline-block;    
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.video-current {
	
}
.v-gallery {
	margin-top: 5px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.v-content-gallery {
	width: auto;
    background: transparent;
    list-style: none;
    position: absolute;
    overflow: visible !important;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.video-gallery iframe, .video-gallery object, .video-gallery embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
.video-gallery .status {
	display: block;
	position: absolute;
	color: #FFF;
}
/* ================= Scroller ================= */
.videoplay-carousel {
	margin: 10px 0px 25px 0px;
}
.videoScroller {	
	border:none; 
	padding:0; 
	overflow:hidden; 	
}
.v-thumb {
	display: inline-block;
    position: relative;
    margin: 0px 6px 0px 0px;
    padding: 0px;
    height: 100%;
	background-size: cover;
	background-position: center;
}
.v-thumb span {
	display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
	text-indent: -9999px;
}
.v-nav{
	display: block;	
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.v-nav .v-prev {	

}
.v-prev {	
    bottom: 12%;    
    left: 10px;
    visibility: visible;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    display: none;
    z-index: 100;
    border-radius: 35px;
    overflow: hidden;
    background: rgba(255,255,255,0.7);
    background-image: url('../images/prev.png');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-duration: 0.5s; 
    animation-duration: 0.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    text-indent: -9999px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);     
}
.v-prev:hover, .v-prev:active{
    background: rgba(255,255,255,1);
    background-image: url('../images/prev.png');
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes fadeInLeft-prev { 
    0% { 
        opacity: 0;        
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1;         
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft-prev { 
    0% { 
        opacity: 0;        
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1;        
        transform: translateX(0); 
    } 
} 
.fadeInLeft-v-prev { 
    -webkit-animation-name: fadeInLeft-prev; 
    animation-name: fadeInLeft-prev; 
    display: block;
}
@-webkit-keyframes fadeInLeft-prev-reverse { 
    0% { 
        opacity: 1;        
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0;         
        -webkit-transform: translateX(-20px); 
    } 
} 
@keyframes fadeInLeft-prev-reverse { 
    0% { 
        opacity: 1;        
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0;        
        transform: translateX(-20px); 
    } 
} 
.fadeInLeft-v-prev-reverse { 
    -webkit-animation-name: fadeInLeft-prev-reverse; 
    animation-name: fadeInLeft-prev-reverse; 
    display: block;
}
.v-next {	
    bottom: 12%;    
    right: 14px;
    visibility: visible;
    opacity: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    display: none;
    z-index: 100;
    border-radius: 35px;
    overflow: hidden;
    background: rgba(255,255,255,0.7); 
    background-image: url('../images/next.png');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-duration: 0.5s; 
    animation-duration: 0.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    text-indent: -9999px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.v-next:hover, .v-next:active {
    background: rgba(255,255,255,1);
    background-image: url('../images/next.png');
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes fadeInRight-next { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight-next { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight-v-next { 
    -webkit-animation-name: fadeInRight-next; 
    animation-name: fadeInRight-next; 
    display: block;
}

@-webkit-keyframes fadeInRight-next-reverse { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
} 
@keyframes fadeInRight-next-reverse { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
} 
.fadeInRight-v-next-reverse { 
    -webkit-animation-name: fadeInRight-next-reverse; 
    animation-name: fadeInRight-next-reverse; 
    display: block;
}
.v-pager {
	display: block;	
}
.pager-right {	
    width: 100%;
    height: auto;
    text-align: center;
}
.v-pager a{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #CCC;
    margin: 4px;
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
}
.v-pager a.selected{
    background: #A0A0A0;
}
.v-pager span{
    margin: 0px;
}
.videoScroller  .slick-track{
		height: 110px; 
	}
.v-dots {
	
}	
.v-dots .slick-dots {    
    list-style: none;
    padding: 0;    
    width: 100%;
    margin: 10px 0px;
    display: block;
    position: relative;
    text-align: center;	
}
.v-dots .slick-dots li{ 
	display: inline-block;
    width: 12px;
    height: 12px;
    background: #CCC;
    margin: 4px;
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
}
.v-dots .slick-dots li:after{ 
	content: '';
	display:block; 
    width: 12px; 
    height: 12px;
}
.v-dots .slick-dots li.slick-active { 
	background: #A0A0A0;
}
.v-dots .slick-dots li:hover{ 

}
.v-dots .slick-dots li button{
	display: none !important;
}

/* ---------------------- v-tdots ----------------- */
.videoplay-dots {
	text-align: center;
	display: block;
	width: 100%;
	margin: 10px 0px;
}
.v-tdots {
	list-style: none;
    padding: 0;
    width: 13px;
    margin: 10px 0px;
    display: inline-block;
    position: relative;
    text-align: center;	
}
.v-tdots span {
	display: block;
    width: 12px;
    height: 12px;
    background: #CCC;
    margin: 0px;    
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
	list-style: none;
    padding: 0;        
    position: relative;
    text-align: center;	    	
}
.v-tdots span:hover {
	background: #333333;    
    color: #ffffff;	
}
.dots-not-vimeo span{
	background: red !important;
}
.v-tdots-number {
	width: auto;
    margin: 5px 2px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0px;
}
.v-tdots-number span {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	text-decoration: none;
}
.v-tdots-number span:hover {	
    background: #ebebeb;    
    color: #515151;	
}
.number-not-vimeo span{
	background: red !important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 768px) {
   .videoScroller  .slick-track{
		height: 90px; 
	}
}
@media only screen and (max-width : 768px) and (min-width : 671px) {    
    .videoScroller  .slick-track{
		height: 80px; 
	}
}
@media only screen and (max-width : 670px) and (min-width : 479px) { 
    .videoScroller  .slick-track{
		height: 70px; 
	}
}
@media only screen and (max-width : 478px) and (min-width : 300px) {
    .videoScroller  .slick-track{
		height: 60px; 
	}
}
@media only screen and (max-width : 299px) {     
    .videoScroller  .slick-track{
		height: 50px; 
	}
}



/* ======================== Play Controls ========================== */
.show-controls {
	display: block;
}
.hide-controls {
	display: none !important;
	visibility: hidden;
}
.control-videos {
	display: block;		
}
.video-btn {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	text-decoration: none;
}
.video-btn:hover {
	color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
	text-decoration: none;
}
.control-videos .stop, .control-videos .mute, .control-videos .unmute, .control-videos .playone, .control-videos .pauseyone {	
	display: inline-block !important;
}









