img {
    display: block;
    max-width: 100%;
    height: auto;
}
.section {
    background-color: #ffffff;
    padding: 80px 0;
}
.banner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    color: #fff;
}
.banner-image {
    vertical-align: middle;
    min-height: 100%;
    width: 100%;
}
.banner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
}
.banner-caption {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 2;
}
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
    color: #ffffff;
}
.banner-caption h1 {
    font-size: 60px;
}
.modal-header .close {
    color: #ffffff;
    opacity: 1;
}
/* Isotope Items
---------------------------------- */
.filters {
    margin: 0 0 30px 0;
}
.filters .nav-pills > li {
    margin-right: 2px;
    margin-bottom: 2px;
}
.filters .nav-pills > li + li {
    margin-left: 0px;
}
.text-center.filters .nav-pills > li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
}
.isotope-container {
    overflow: hidden;
}
.isotope-item {
    margin-bottom: 20px;
}
.isotope-item .btn-default {
    color: #999999;
}
.isotope-item .btn-default:hover {
    color: #ffffff;
}
@media (max-width:480px) {
    .filters .nav-pills > li {
        width: 100%;
        display: block;
    }
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(85, 172, 238, 0.9);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.overlay:hover {
    text-decoration: none;
}
.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}
.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    line-height: 1x;
    color: #ffffff;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center;
}
.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.video-item {
  position: relative;
  padding-top: 30px;
}
.video-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(253, 0, 0);
    -moz-box-shadow: 0px 0px 35px 0px #ff0000;
    /* box-shadow: 0px 0px 35px 0px #ff0000; */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

