/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2019 | 20:04:37 */
.video .isotope-container .isotope .video-box {
    display: block;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
    margin: 0 0 20px;
}
.video .isotope-container .isotope .video-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    z-index: 9;
}
.video .isotope-container .isotope .video-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    z-index: 10;
    opacity: 0;
}
.video-boxes a.video-box {
    border: 1px solid #EA4489;
    margin-bottom:0px!important;
}
.video-boxes.isotope h6 {
    background: #EA4489;
    padding: 10px 10px;
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
    height: 95px;
}
.isotope-container .category-nav ul li.active a, .isotope-container .category-nav ul li.active a:hover, .isotope-container .category-nav ul li a:hover{
	background: #EA4489;
  	text-decoration: none;
}

.video .isotope-container .isotope .video-box span {opacity: 0.8;}
.video .isotope-container .isotope .video-box:after {opacity: 1;}
.video .isotope-container .isotope .video-box:hover span {opacity: 0;}
.video .isotope-container .isotope .video-box:hover:after {opacity: 0;}
#loader {
    margin: 10px auto;
    display: block;
}
.-gap {
    height: 15px;
    display: block;
    clear: both;
}
.-align-center {
    text-align: center !important;
}
@media (max-width: 1199px){
.video .isotope-container .isotope .video-box img {
    width: 100%;
}
}

