.media-dir a.object {
    display: block;
    /*height: 180px;*/
    overflow: hidden;
    position: relative;
    /*width: 100%;*/
}

.media-dir a.object span.image {
    bottom: 0px;    
    display: block;
    /*height: 180px;*/
    position: relative;
    transition: all 0.2s ease 0s;    
    /*width: 100%;*/
}

.media-dir a.object span.image > img {
    width: 100%;
}

@media (max-width: 767px) {
    .media-dir a.object span.image > img {
        height: auto;
    }    
}

@media (min-width: 768px) and (max-width: 991px) {
    .media-dir a.object span.image > img {
        height: 259px;
    }    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .media-dir a.object span.image > img {
        height: 220px;
    }    
}

@media (min-width: 1200px) {
    .media-dir a.object span.image > img {
        height: 197px;
    }
}

.media-dir a.object:hover span.image {
    bottom: 8px;
}

.media-dir a.object span.caption {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -35px;
    color: #ffffff;
    display: block;
    left: 0px;
    position: absolute;
    transition: all 0.2s ease 0s;    
    width: 100%;
}

.media-dir a.object:hover span.caption {
    bottom: 0px;
}

.media-dir a.object span.caption > span.name,
.media-dir a.object span.caption > span.desc {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}   

.media-dir a.object span.caption > span.name {
    font-size: 1.142857142857143em;
    font-weight: 700;
}

.media-dir a.object span.caption > span.desc {
    padding-bottom: 12px;
}

.media-dir a.object span.caption > span.more {
    background-color: #073855;
    display: block;
    font-size: 0.7857142857142857em;
    font-weight: 700;
    line-height: 1em;
    padding: 12px 10px 12px 10px;
}

.media-dir h2.sub-title {
    border-bottom-width: 0px;
    color: #5a5a5a;
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.media-dir ul.carousel {
    list-style-type: none;    
    margin-bottom: 0px;
    padding-left: 0px;    
    position: relative;
}

.media-dir ul.carousel .owl-item img {
    height: auto;
    width: 100%;
}

.media-dir ul.carousel .owl-controls {
    margin-top: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.media-dir ul.carousel .owl-controls .owl-buttons .owl-prev,
.media-dir ul.carousel .owl-controls .owl-buttons .owl-next {
    background-color: #1396e2;
    border-radius: 0px 0px 0px 0px;
    height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 13px 0px;
    opacity: 0.7;
    transition: all 0.4s ease 0s;
    width: 50px;
}

.media-dir ul.carousel .owl-controls .owl-buttons .owl-prev:hover,
.media-dir ul.carousel .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
}

.media-dir dl {
    color: #5a5a5a;
    margin-bottom: 0px;
}

.media-dir dl > dt {
    float: left;
    margin-bottom: 8px;
}

.media-dir dl > dd {
    text-align: right;
    margin-bottom: 8px;    
}

.media-dir dl > dd > span.label {
    font-size: 1em;
    line-height: 1em;
}

@media (max-width: 767px) {

    .media-dir > .row > .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .media-dir > .row > .col-sm-6 + .col-sm-6 + .col-sm-6 {
        margin-top: 30px;
    }    
    
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .media-dir > .row > .col-md-4 + .col-md-4 + .col-md-4 + .col-md-4 {
        margin-top: 30px;
    }    
    
}

@media (min-width: 1200px) {

    .media-dir > .row > .col-lg-3 + .col-lg-3 + .col-lg-3 + .col-lg-3 + .col-lg-3 {
        margin-top: 30px;
    }
    
}