/* CSS Document */

.gal {
    clear: both;
    min-height: 250px
}

.gal-left {
    padding-left: 30px
}

.gal-right {
    margin-top: 25px
}


/* NAV */
.overlay1 h1 {
    padding: 80px 0;
    background-position: center;
    color: #fff
}

#leftnav h2 {
    text-align: left;
    color: #888;
    font-weight: lighter;
    margin-bottom: 15px
}

#sidenav {
    padding-left: 15px
}

#sidenav li {
    text-align: left;
    margin-bottom: 7px
}

#sidenav li a {
    font-size: 20px
}

#sidenav li,
.events_li>li,
.footernav,
.msg_errors,
.msg_errors_sform,
.testim_side_boxes>li {
    list-style-type: none
}

/* MAIN CONTENT */
.imggal1 {
    padding-left: 0
}

.imggal1 li {
    border: 1px solid #ccc;
    float: left;
    width: 32.5%;
    height: 150px;
    margin: 3px;
    padding: 0px;
    position: relative;
    transform: all 1s;
}

.imggal1 li img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none
}

.imggal1 li img.portrait {
    width: 100%;
    height: auto
}









