@charset "utf-8";
.centerso 
{
    margin-bottom: 15px;
}
.boxgallery {
    display: inline-block;
    float: left;
    width: 372px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.boxgallery a{
    color: #fff;
    font-weight: bold;
}
.imggallery {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}
.hover-album {
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    /* width: 0%; */
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    width: 100%;
    height: 100%;
}
.hover-album span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    height: 100%;
}
.hover-album i {
    display: block;
    text-align: center;
    transform: scale(0);
    color: #fff;
}
.hover-album i.fa:before {
    content: "+";
    font-size: 40px;
    font-weight: 300;
}
.imggallery:hover .hover-album i {
    transform: scale(1);
}
.itemgallery h3 {
    position: relative;
    background: #fff;
    z-index: 20;
    padding: 10px 12px 12px 12px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: center;
    overflow: hidden;
}
.itemgallery h3 a {
    color: #000;
}
.hover-ctue {
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    /* width: 0%; */
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    width: 100%;
    height: 100%;
}
.hover-ctue
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-ctue span{
   
    font-family: 'SFUFuturaHeavy';
    font-size: 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 30px;
}
.hover-ctue a:hover {
    text-decoration: none;
    color: #5AC1CA;
}

.hover-ctue i {

    display: block;

    text-align: center;
    transform: scale(0);
    color: #fff;
}
.album_item:hover .hover-ctue i {
    transform: scale(1);
}
.hover-ctue i.fa:before {
    content: "+";
    font-size: 40px;
    font-weight: 300;
}