/*
* Template Name: The Tattooist
* Template Description: Tattoo Studio Template
* Template URI: http://demo.webisir.com/the-tattooist
* Version: 1.2.2
* Author: Webisir
* Author URI: http://themeforest.net/user/webisir
*/


/*--------------------------------------------------------------
    Custom CSS
----------------------------------------------------------------*/

.backstretch-item img {
    background-size: cover;
}

.contactoBack {
    background: url(../img/DonQuijote/contacto.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.acercaBack {
    background: url(../img/DonQuijote/acercade.jpg);
    background-position: 50% 10%;
    background-size: cover;
}

.galeriaBack {
    background: url(../img/DonQuijote/galeria.jpg);
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

.AcercaDeCont div.container {
    width: 65%;
}

#brand div.info {
    margin-top: 0;
    padding: 0;
}

#logo img#slider {
    width: 25%;
}

#nav-menu ul ul a:hover {
    cursor: pointer;
}

#demo {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
}

#demo div.filter {
    width: 100% !important;
    height: auto !important;
    margin: 10px;
}

@media only screen and (max-width: 992px) {
    .contactoBack {
        height: 30%;
    }
    #page-title {
        padding: 85px 20px 60px 20px;
    }
    .galeriaBack {
        height: 30%;
    }
    #logo img#slider {
        width: 100%;
    }
}

.thumbnail {
    width: 320px;
}

.thumbnail-item {
    display: inline-block;
    margin: 20px 0;
}

.thumbnail-list {
    padding-left: 0;
    text-align: center;
}