
#content
{
    padding-bottom: 50px;
}

#content .container .line
{
    width: 100%;
    margin-bottom: 0px;
}

#content .container p
{
    font-size: 20px;
}

#content .gallery-description
{
    padding: 20px;
    background-color: ;
}

.images
{
    width: 100%;
    display: block;
    margin: 20px 0 0;
    position: relative;
}

.images > div
{
    padding: 0;
}


.images .image
{
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.images .image a
{
    width: 100%;
    height: 100%;
    display: block;
}

.images .image a:hover label
{
    opacity: 1;
}

.images .image a label
{
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    opacity: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 26px;
    padding: 100px 0;
    position: absolute;
    text-align: center;
    transition: .3s all ease;
    background-color: rgba(,,,0.5);
}

.images .image a label span
{
    display: block;
    font-size: 12px;
}

.images .owl-stage
{
    margin: 0 auto;
}

.images .owl-nav button
{
    top: 86px;
    color: #fff;
    position: absolute;
}

.images .owl-nav button i
{
    font-size: 36px;
}

.images .owl-nav button.owl-prev
{
    left: 20px;
}

.images .owl-nav button.owl-next
{
    right: 20px;
}

.ekko-lightbox-nav-overlay a span
{
    font-size: 48px;
}

@media( max-width: 767px )
{
    #content .container p
    {
        font-size: 16px;
    }

    .images .image
    {
        height: 124px;
    }

    .images .owl-nav button
    {
        top: 50px;
    }

    .images .owl-nav button i
    {
        font-size: 24px;
    }
}