.album-item .img-item {
    padding-top: 75%;
}

.album-item span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    padding: 5px;
    opacity: 0;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease
}

.album-item a {
    display: block;
    position: relative
}

.album-item a:hover span {
    opacity: 1
}

.albumModal .modal-dialog {
    max-width: 1170px;
    margin: 5rem auto 1.75rem
}

.albumModal .modal-header {
    background: #1c1c28;
    padding: 10px 15px
}

.albumModal .modal-header h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0
}

.albumModal .modal-header .close {
    color: #fff;
}

.albumModal .modal-body .modal_title {
    padding-bottom: 20px
}

.albumModal .modal-body .modal_title [class^=col] {
    border-left: 1px solid #b5b5b5
}

.albumModal .modal-body .modal_title [class^=col]:first-child {
    border-left: none
}

@media (max-width:767px) {
    .albumModal .modal-body .modal_title [class^=col] {
        border-left: none;
        border-top: 1px solid #b5b5b5;
        padding: 15px
    }

    .albumModal .modal-body .modal_title [class^=col]:first-child {
        border-top: none
    }
}

.albumModal .modal-body .fancybox-item {
    display: block;
    position: relative;
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
    /*IE 8*/
    -moz-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
    /*IE 5.5-7*/
}

.albumModal .modal-body .fancybox-item:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    opacity: .03;
    top: 0;
    left: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    z-index: 3;
}

.albumModal .modal-body .fancybox-item:hover:before{
    opacity: 0;
}

.albumModal .modal-body .fancybox-item .img-item {
    padding-top: 100%;
}