
/* gallery title */
.galitemtitle {
    /*padding-top:5px;*/
    padding: 20px 10px 0 10px;
}

.galitemtitle h2 {
    color: #FFF;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

.galitemtitle a {
    color: #FFF;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 10px;
    background-image: url(../img/arrow_down1.png);
    background-position: right 4px;
    background-repeat: no-repeat;

    cursor: pointer;
}
/* <<-- gallery title */

/* gallery info dropdown */
.galinfo {
    position: absolute;
    padding: 20px;
    background-color: rgba(255,255,255,0.97);
    color: #474747;
    width: 300px;
    height: 600px;
    z-index: 1;

    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

/*.galinfo h3 {
    font-weight: normal;
    margin-bottom: 0;

    font-size: 18px;
}*/

.galinfo .info_close {
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;
}
/* <<-- gallery info dropdown */


@media all and (max-height: 699px) {
    .galitemtitle {
        padding: 0 10px 0 10px;
    }
}