/* 
primary: #7e4f25;
light: #7b6a58;
lighter: #d5c8b1;
darker: #3b2c1e ;
*/
/* Global Styles */
* {
    -webkit-font-smoothing: antialiased;
    -webkit-text-decorations-in-effect: none !important;
    text-decoration: none;
}


.content {
    margin-top: 100px;
}

.navbar .social {
    text-align: right;
    margin-top: 12px;
    margin-bottom: 26px;
}
.navbar .social a {
    display: block;
    text-align: right;
    color: #7b6a58;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 16px;
    margin-top: 3px;
}
.navbar .social a:hover {
    text-decoration: none;
    color: #7e4f25;
}
.navbar .social a span {
    margin-left: 2px;
    margin-top: -2px;
}

/* slide show */
#main-slider {
    margin-bottom: 30px;
    position: relative;
}
#main-slider:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    content: "";
    -webkit-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px -5px 5px 0px rgba(0,0,0,0.3);
}
.bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bxslider li {
    left: 0;
}
.bxslider li {
    max-height: 600px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 30px;
    left: 45%;
	width: 100%;
    max-width: 400px;
    background: none;
    text-align: right;
}
@media(min-width:992px) {
    .bx-wrapper .bx-caption {
        left: 55%;
    }
}
.bx-wrapper .bx-caption span {
	background: #3b2c1e\9;
	background: rgba(59, 44, 30, 0.75);
    color: #fff;
	font-family: inherit;
	font-size: 24px;
    float: right;
    display: inline-block;
    padding: 5px 10px;
    white-space: nowrap;
    line-height: 24px;
    position: relative;
    font-weight: normal;
}
/*.bx-wrapper .bx-caption span:after {
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
	background: rgba(59, 44, 30, 0.75);
    position: absolute;
}*/

/* home */
.home-highlights h1 {
    margin: 25px 0;
    font-size: 16px;
    font-weight: bold;
}
@media(max-width:767px) {
    .home-highlights {
        max-width: 320px;
        margin: 0 auto;
    }
    .home-highlights .row > div {
        margin-bottom: 40px;
    }
}
@media(max-width:992px) {
    #projects-slider {
        margin-top: 40px;
    }
}
#projects-slider li img {
    height: 237px;
    width: auto;
    margin: 0 auto;
}
/* patrono */
.citation {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    max-width: 320px;
    margin: 20px auto;
    line-height: 20px;
}
.citation span {
    color: inherit;
    font-weight: normal;
}
@media(max-width:767px) {
    .citation {
        text-align: left;
        max-width: none;
    }
    .inline-img-xs br {
        display: none;
    }
    .inline-img-xs {
        text-align: center;
        margin-bottom: 40px;
    }
    .inline-img-xs img {
        display: inline-block;
    }
}

/* inicitivas */
#list-26 a.btn {
    padding: 5px 40px;
    font-size: 14px;
}
#list-26 li {
    margin-bottom: 60px;
}
@media(min-width:992px) {
    #list-26 li > div {
        position: relative;
        height: 200px;
    }
    #list-26 a.btn {
        position: absolute;
        left: 15px;
        bottom: 0;
    }
}

/* biblioteca */
.alphabet {
    text-align: center;
    margin-bottom: 20px;
}
.alphabet a {
    font-size: 18px;
    font-weight: bold;
    color: #634e42;
    margin: 0 2px;
}
.alphabet a.active {
    color: #7e4f25;
}
.library-items li {
    margin-bottom: 20px;
}
.library-items a {
    font-weight: bold;
}
.library-items img {
    /*float: right;*/
    margin-bottom: 10px;
}
.library-items .col-sm-6:nth-child(2n+1) {
    clear: both;
}
.quick-search {
    margin-top: 40px;
    color: #7e4f25;
}
.quick-search .form-group {
    background: #7b6a58;
    padding: 4px;
    margin-top: 5px;
    border-radius: 2px;
}
.quick-search .form-control {
    border: 0;
    width: 170px;
}
.quick-search .btn {
    height: 34px;
    padding-left: 5px;
    padding-right: 5px;
}

/* fotogaleria */
.gallery a {
    position: relative;
    display: block;
}
.gallery a:hover:after {
	background: rgba(59, 44, 30, 0.75);
}
.gallery a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 220px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.gallery img {
    margin-bottom: 25px;
}
img.mfp-img {
    border: 5px solid #FFF;
    padding: 0;
    margin: 40px 0 40px;
}

/* notícias */
.news li {
    margin-right: 0;
}
.news li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a48a7a;
}
.news li > div:first-child {
    padding-left: 0;
}
.news li > div:last-child {
    padding-right: 0;
}
.news .toggle {
    margin-top: 5px;
    font-weight: bold;
}

/* loja */
.shop li {
    margin-right: 0;
}
.shop li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a48a7a;
}
.shop li > div:first-child {
    padding-left: 0;
}
.shop li > div:last-child {
    padding-right: 0;
}
.shop .price {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #7b6a58;
    font-weight: bold;
    font-size: 16px;
    color: #7e4f25;
}
.shop .order {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}

/* contactos */
.map-canvas {
    width: 100%;
    height: 374px;
}

/* general */
@media(max-width:767px) {
    .row > div {
        margin-bottom: 20px;
    }
}
aside > ul {
    margin-top: -2px;
}
aside > ul > li:not(:last-child) {
    border-bottom: 1px solid #f7f6f5;
}
aside ul li a {
    font-size: 12px;
    display: block;
    padding: 7px 0;
    line-height: 16px;
}
aside > ul > li > a {
    font-weight: bold;
    text-transform: uppercase;
}
aside ul li.active > a,
aside ul li ul li.active > a,
aside ul li a:hover {
    color: #7b6a58;
    text-decoration: none;
}
aside > ul > li ul {
    list-style: none;
    padding-left: 15px;
}
.img-caption {
    background: #7b6a58;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 16px;
    display: inline-block;
    max-width: 350px;
}
.list-spaced li {
    margin-bottom: 10px;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-md {
    font-size: 14px;
}
ul.alpha {
    list-style: lower-alpha;
}
.return {
    float: right;
    margin-top: -50px;
    font-size: 12px;
}

/* footer */
footer {
    background: #7b6a58;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 12px;
    margin-top: 60px;
    box-shadow: 0 -1px 10px rgba(0,0,0,.7);
}
footer a,
footer a:hover {
    color: #32a6d8;
}
footer .nav {
    float: none;
    display: block;
    margin-bottom: 5px;
}
footer .nav li ul {
    display: none;
}
footer .nav li:first-child a {
    font-size: 18px;
}
footer .nav a {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    font-size: 11px;
}
@media(min-width:992px) {
    footer .nav a {
        font-size: 11px;
    }
}
@media(min-width:768px) {
    footer .nav li {
        float: none;
        display: inline-block;
    }
    footer .nav a {
        font-size: 10px;
    }
    footer .nav a:after {
        position: absolute;
        top: 50%;
        right: -1px;
        margin-top: -3px;
        content: "";
        width: 1px;
        height: 8px;
        border-right: 1px solid rgba(255,255,255,.5);
    }
    footer .nav li:last-child a:after {
        display: none;
    }
}
footer .nav li.active a,
footer .nav a:hover {
    background: none;
    text-decoration: underline;
}
footer .nav {
    color: #32a6d8;
}