.infoAlbum{
    margin-bottom: 50px;
}
.infoAlbum .item{
    margin-bottom: 30px;
}
.infoAlbum .item .thumb a{
    position: relative;
    padding-bottom: 65.56%;
    height: 0;
    overflow: hidden;
}
.infoAlbum .item .thumb a::after{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 30px;
    height: 30px;
    background-image: url('../images/bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
}
.infoAlbum .item .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}
.infoAlbum .item .thumb a:hover img{
    transform: scale(1.1);
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}
.infoAlbum .item .decs{
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ddd;
}
.infoAlbum .item .decs h3{
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 21px;
    height: 40px;
    overflow: hidden;
}
.albumOther .title{
    text-align: center;
    font-family: 'Roboto';
    font-size: 25px;
    text-transform: uppercase;
    color: #555555;
    line-height: 30px;
    margin-bottom: 20px;
}
.infoAlbum p{
    font-size: 15px;
    line-height: 23px;
    padding: 0;
}
.infoAlbum .infocontent{
    margin-bottom: 20px;
}
.infoAlbum .listAlbum .row{
    margin: 0 -5px;
}
.infoAlbum .listAlbum .row > div{
    padding: 0 5px;
}
.infoAlbum .listAlbum .thumb{
    margin-bottom: 10px;
}
.infoAlbum .listAlbum .thumb a{
    display: block;
    position: relative;
    overflow: hidden;
}
.infoAlbum .listAlbum .thumb a img{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.infoAlbum .listAlbum .thumb a:hover img{
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
    transform: scale(1.1);
}
.infoAlbum .listAlbum .thumb a:hover::before{
    opacity: 0.5;
    visibility: initial;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.infoAlbum .listAlbum .thumb a:hover::after{
    opacity: 1;
    visibility: initial;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.infoAlbum .listAlbum .thumb a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 1;
}
.infoAlbum .listAlbum .thumb a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-image: url('../images/hover.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.infoAlbum .listAlbum .thumb img{
    width: 100%;
}
.fancybox-toolbar {
    visibility: hidden;
    opacity: 1;
  }
