﻿.header
{
    overflow: hidden;

    height: 165px;
    margin-top: 70px;
    margin-right: 5px;
    margin-left: 5px;

    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}
.title
{
    font-size: 25px;

    margin-top: 55px;

    text-align: center;
}

.title span
{
    font-weight: 100;

    letter-spacing: 5px;
}

.main
{
    margin-top: 20px;
}

.gallery-vertical
{
    float: left;

    width: 300px;
}

.gallery-vertical .thumb
{
    width: 260px;
    height: 290px;
    margin: 20px;
    /*overflow: hidden;*/

    text-align: center;
}

.gallery-vertical a
{
    display: inline-block;

    width: 260px;
    height: 260px;

    text-decoration: none;
}

.gallery-vertical a:hover
{
    text-decoration: none;
}

.gallery-vertical a img
{
    width: 260px;
    height: 260px;

    border-radius: 10px;
}
.gallery-vertical a:hover img
{
    -webkit-box-shadow: 0 0 15px #000;
       -moz-box-shadow: 0 0 15px #000;
            box-shadow: 0 0 15px #000;
}
.gallery-vertical .thumb a .info
{
    position: relative;
    z-index: 9;
    top: -35px;

    width: 100%;
    padding: 10px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    text-align: left;

    color: #fff;
}

.gallery-vertical .thumb a .info h5
{
    font-weight: bold;

    text-decoration: none;
}
