/* ==========================================================================
   Galeria de álbuns
   ========================================================================== */
body[class*="galeria_de_albuns"] #conteudoSite #content .documentFirstHeading,
body[class*="galeria_de_fotos"] #conteudoSite #content .documentFirstHeading {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #d6dcd7;
    color: #2c66ce;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.25em;
    /*Gabriel font-family: "open_sansbold", Arial, Helvetica, sans-serif;*/
}

body[class*="galeria_de_albuns"] #conteudoSite #content .descriptionAlbum,
body[class*="galeria_de_fotos"] #conteudoSite #content .descriptionAlbum {
    font-size: 1.3em;
    /*Gabriel font-family: Arial, Helvetica, sans-serif;*/
    color: #172938;
    margin: 1.5em 0 0;
}

.template-galeria_de_albuns #conteudoSite #content {
    overflow: hidden;
}

#conteudoSite #content #gallery_albums {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 72px;
    padding: 0;
    width: 784px;
    font-size: 1em;
}

#conteudoSite #content #gallery_albums li {
    float: left;
    padding: 2.5em 1.5em 0.5em 0;
    margin: 0;
    max-width: 240px;
    width: 100%;
    list-style: outside none;
}

#conteudoSite #content #gallery_albums .thumb {
    display: block;
    float: left;
    border: 1px solid #d5d5d5 !important;
    border-radius: 5px;
}

#conteudoSite #content #gallery_albums .thumb img {
    display: block;
    float: left;
}

#conteudoSite #content #gallery_albums .title {
    display: block;
    float: left;
    clear: both;
    margin: .95em 0;
    padding-right: 1em;
    color: #172938;
    font-weight: bold;
    font-size: 1.3em;
    /*Gabriel font-family: Arial, Helvetica, sans-serif;*/
    line-height: 1.3em;
}

#conteudoSite #content #gallery_albums .descr,
#conteudoSite #content #gallery_albums .date {
    color: #172938;
    /*Gabriel font-family: Arial, Helvetica, sans-serif;*/
}

#conteudoSite #content #gallery_albums .descr {
    display: block;
    padding-right: 1em;
    font-size: 13px;
    clear: both;
}

#conteudoSite #content #gallery_albums .day {
    display: block;
    clear: both;
    margin: 1.667em 0 1.25em 0;
    font-size: 1em;
}

#conteudoSite #content #gallery_albums .amount {
    bottom: 29px;
    display: block;
    margin-bottom: 0.833em;
    width: 100%;
    font-size: 1em;
}

@media screen and (max-width: 960px) {
    body[class*="galeria_de_albuns"] #conteudoSite #content #gallery_albums {
        width: 100%
    }
}

/* Separador */
#conteudoSite #content #gallery_albums .separator {
    float: left;
    clear: both;
    margin-top: 0.75em;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d6dcd7;
}

#conteudoSite .slideshow-carrossel .cycle-carrossel.cycle-slideshow {
    max-height: 60px;
}