/*
Theme Name: CJ Townhouse
Theme URI: https://cjtownhouse.com.br/
Author: JHSF
Auhtor URI: https://jhsf.com.br/
Description: Tema criado para cj townhouse
Version1.0
*/

/*HELPER CLASSES*/
* {
    font-family: "Lato", sans-serif;
    outline: none !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    -moz-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@font-face {
    font-family: light;
    src: url('./font/code_light.ttf') format('truetype'),
    url('./font/code_light.svg') format('svg');
}

img {
    image-rendering: optimizeQuality !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: normal;
}

.no-transition {
    transition: none 0s ease !important;
    -webkit-transition: none 0s ease !important;
    -moz-transition: none 0s ease !important;
    -o-transition: none 0s ease !important;
}

.no-select {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.no-break {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.no-radius {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.cursor-default {
    cursor: text !important;
}

.shadow_1 {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.shadow_2 {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.shadow_4 {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.radius_5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius_10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.glyphicon {
    font-family: "Glyphicons Halflings", sans-serif !important;
}

.alter_img {
    position: relative;
    float: left;
    padding: 13px;
}

.alter_img div a {
    display: block;
}

.alter_img div img {
    width: 200px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.alter_close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    transform: scale(0.8);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.8);
}

.mfp-bg {
    z-index: 3000;
    background: #fff;
}

.mfp-wrap {
    z-index: 3100;
}

.mfp-close {
    color: #fff;
}

.mfp-img {
    padding-bottom: 60px !important;
}

.mfp-title {
    padding-right: 0;
    text-align: center;
    color: #3d2a18;
    font-size: 14px;
    padding-top: 5px;
    font-family: "Lato", sans-serif;
}

.mfp-figure:after {
    bottom: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.mfp-bottom-bar {
    margin-top: -56px;
}

.mfp-ready .mfp-figure {
    opacity: 0;
}

.mfp-zoom-in .mfp-figure {
    opacity: 0;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
}

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
    opacity: 0;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
}

.mfp-preloader {
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    background-color: #777;
    color: #777;
    overflow: hidden;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

.mfp-preloader a {
    color: #777;
}

.mfp-arrow {
    width: 60px !important;
    height: 90px !important;
}

.mfp-arrow:before,
.mfp-arrow:after {
    display: none !important;
    opacity: 0 !important;
}

.mfp-arrow-left {
    background: rgba(255, 255, 255, 0.7) url(../img/prev.png) no-repeat center !important;
}

.mfp-arrow-right {
    background: rgba(255, 255, 255, 0.7) url(../img/next.png) no-repeat center !important;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        opacity: 0;
    }
}

body {
    background: #fff url(./img/pattern.png) repeat center;
}

/*MENU*/
.wrap-header {
    width: 100%;
    background: #043d1f;
    position: fixed;
    z-index: 1000;
    height: 47px;
    text-align: center;
}

.wrap-header ul {
    display: block;
    padding: 0;
    background: #043d1f;
}

.wrap-header ul li {
    display: inline-block;
    width: auto;
}

.wrap-header ul li a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 47px;
    margin: 0 12px;
    -webkit-transition: color 0.05s ease-in-out;
    -moz-transition: color 0.05s ease-in-out;
    -o-transition: color 0.05s ease-in-out;
    transition: color 0.05s ease-in-out;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    text-decoration: none !important;
}

.wrap-header ul li a:hover {
    color: #afbb3d;
}

.wrap-header #icon {
    display: none;
    background: rgba(251, 251, 251, 0);
    border-top: 2px solid #fff;
    height: 16px;
    position: absolute;
    right: 18px;
    text-indent: -3000px;
    top: 16px;
    width: 24px;
    z-index: 1001;
    cursor: pointer;
}

.wrap-header #icon:after,
.wrap-header #icon:before {
    content: "";
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    text-indent: -3000px;
    width: 24px;
}

.wrap-header #icon:before {
    bottom: 0px;
}

.wrap-header #icon:after {
    bottom: 7px;
}

/*TOP BAR*/
.wrap-bar {
    background-color: #fff;
    color: #333;
    padding: 56px 0 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 10;
}

.wrap-bar * {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
}

.wrap-bar a {
    color: #333;
    text-decoration: none;
    display: inline-block;
}

.bar-hover {
    cursor: pointer;
}

.bar-hover:hover {
    color: #777;
}

.wrap-bar .col-xs-6 {
    line-height: 100%;
}

.wrap-bar .bar-left {
    border-right: 1px solid #333;
    text-align: right;
}

.wrap-bar .bar-right {
    text-align: left;
}

.wrap-bar .bar-right a {
    border-bottom: 1px solid #333;
    padding-bottom: 1px;
}

.wrap-bar .bar-right a:hover {
    border-bottom-color: #777;
}

/*LOGO*/
.wrap-logo {
    text-align: center;
    padding: 25px 0;
}

.wrap-logo a {
    display: inline-block;
}

/*BANNER*/
.wrap-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 730px;
    background: #fff url(./img/upload/resize/b1.jpg) repeat center;
}

.wrap-banner img {
    left: 50%;
    position: absolute;
    margin-left: -1046px;
    height: 100%;
}

.wrap-banner table,
.wrap-banner tr,
.wrap-banner td {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
}

.wrap-banner h3 {
    color: #fff;
    font-family: "light", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    padding: 0 15px;
}

.banner-link {
    z-index: 20;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 25px;
}

.banner-link a {
    font-family: "bold", sans-serif;
    line-height: 110%;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
    text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -moz-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -webkit-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -ms-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -o-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
}

.banner-link a b {
    font-weight: 700;
}

.banner-sub {
    z-index: 20;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}

.banner-sub span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -moz-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -webkit-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -ms-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
    -o-text-shadow: 0px 1px 30px rgba(65, 76, 108, 1);
}

/*GALLERY*/
.wrap-gallery {
    padding: 50px 0;
    text-align: center;
}

.inner-gallery h3 {
    font-family: "light", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

.inner-gallery p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

#carousel-gallery {
    padding-top: 20px;
}

#carousel-gallery .col-xs-12 {
    margin-top: 15px;
}

#carousel-gallery .col-xs-12 div {
    overflow: hidden;
}

#carousel-gallery a {
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

#carousel-gallery a:hover {
    opacity: 0.8;
}

#carousel-gallery img {
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

#carousel-gallery a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-caption p {
    text-transform: uppercase;
    font-size: 13px;
}

.gallery-text strong {
    font-weight: 600;
}

/*BLUEPRINT*/
.wrap-blueprint {
    padding: 50px 0;
    text-align: left;
    background-color: #fff;
}

.wrap-blueprint img {
    width: 100%;
    margin-top: 33px;
}

.blueprint-text h3 {
    font-family: "light", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}

.blueprint-text p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.wrap-blueprint .location-text h3 {
    margin-bottom: 0;
}

#carousel-blueprint .item {
    text-align: center;
}

#carousel-blueprint .item span {
    display: inline-block;
    padding-top: 10px;
    font-size: 15px;
    color: #000;
}

#carousel-blueprint .carousel-control {
    width: 10vw;
}

#carousel-blueprint .carousel-control.left {
    background: transparent url(../img/prev2.png) no-repeat right center !important;
}

#carousel-blueprint .carousel-control.right {
    background: transparent url(../img/next2.png) no-repeat left center !important;
}

/*INFOS*/
.wrap-infos {
    background-color: #fff;
}

.wrap-infos strong {
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

/*NEWSLETTER*/
.wrap-newsletter {
    padding: 50px 0 60px;
    text-align: center;
}

.wrap-newsletter .col-sm-6 {
    padding-right: 0;
}

.wrap-newsletter h3 {
    font-family: "light", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 5px;
    line-height: 150%;
    margin: 0;
    text-align: center;
}

.wrap-newsletter p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.wrap-newsletter .form-box {
    width: 100%;
    max-width: 462px;
    display: inline-block;
    margin: 5px auto 3px;
    float: none;
}

.wrap-newsletter .form-box-email input[type="text"] {
    width: calc(100% - 106px);
    float: left;
}

.wrap-newsletter .form-box-email button {
    width: 100px;
    float: right;
}

.wrap-newsletter input[type="text"] {
    font-family: "Lato", sans-serif;
    width: 100%;
    text-align: left;
    height: auto;
    background-color: transparent;
    border: 1px solid #9c9c9c;
    color: #000;
    padding: 7px 15px;
    font-size: 15px;
}

.wrap-newsletter button {
    display: block;
    height: auto;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    width: 100%;
}

.wrap-newsletter button:hover {
    background-color: #444;
    border: 1px solid #444;
}

.news-caption {
    padding-bottom: 13px;
}

.scroll-contato {
    color: #000 !important;
    text-decoration: none !important;
}

/*ARQUITETURA*/
.wrap-location {
    padding: 50px 0;
    background-color: #fff;
    text-align: center;
}

.wrap-location td {
    width: 50% !important;
}

.wrap-location img {
    max-width: 100%;
}

.wrap-location h3 {
    font-family: "light", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 20px;
    line-height: 150%;
    margin: 0;
}

.wrap-location p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.location-text span {
    font-size: 13px;
    color: #444;
}

/*DECORADA*/
.wrap-decorada {
    text-align: center;
    padding: 70px 0 80px;
}

.wrap-decorada h5 {
    font-family: "light", sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #333;
    display: inline-block;
    line-height: 90%;
    border-bottom: 1px solid #555;
    margin-bottom: 20px;
    margin-top: 0;
}

.wrap-decorada h3 {
    margin-top: 0;
    font-family: "light", sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.wrap-decorada a.gallery-item {
    display: inline-block;
    position: relative;
}

.wrap-decorada a span {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 14px !important;
    display: block;
    color: #fff !important;
}

.wrap-decorada a.gallery-item:before,
.wrap-decorada a.gallery-item:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg) skew(-5deg);
}

.wrap-decorada a.gallery-item:after {
    transform: rotate(3deg) skew(5deg);
    right: 10px;
    left: auto;
}

.wrap-decorada img {
    width: 100%;
}

.wrap-decorada p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.wrap-decorada strong {
    font-weight: 700;
}

.wrap-decorada .p-decorada {
    max-width: 730px;
    display: inline-block;
    margin-top: 15px;
}

#carousel-decorada {
    margin-top: 40px;
}

#carousel-decorada .item span {
    display: inline-block;
    padding-top: 10px;
    font-size: 15px;
    color: #000;
}

#carousel-decorada .carousel-control {
    width: 10vw;
}

#carousel-decorada .carousel-control.left {
    background: transparent url(../img/prev2.png) no-repeat right center !important;
}

#carousel-decorada .carousel-control.right {
    background: transparent url(../img/next2.png) no-repeat left center !important;
}

/*FORM*/
.wrap-form {
    color: #000;
    padding: 50px 0 55px;
}

.wrap-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.wrap-form h3 {
    font-family: "light", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 18px;
    margin: 0;
    text-align: center;
}

.form-contato.loading,
.form-newsletter.loading {
    position: relative;
}

.form-contato.loading > .col-xs-12,
.form-newsletter.loading > .col-xs-12 {
    opacity: 0.3;
}

.form-contato.loading::before,
.form-newsletter.loading::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
.form-contato.loading::after,
.form-newsletter.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    background-image: url("../img/loading.gif");
    background-size: cover;
    background-position: center center;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 9;
}

.form-contato .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.form-contato input,
.form-contato textarea {
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #777;
    height: auto;
    padding: 7px 11px;
    background-color: transparent !important;
    border: 1px solid #9c9c9c;
}

.form-contato textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 90px;
}

.form-contato input:focus,
.form-contato textarea:focus {
    border: 1px solid #9c9c9c;
}

.form-caption {
    color: #777;
    font-size: 15px;
    margin-top: 15px;
    display: none;
}

.contato_robot_label {
    float: left;
    font-weight: normal;
    cursor: pointer;
}

.contato_robot {
    float: left;
    width: auto;
    margin: 2px 5px 0 0 !important;
    font-size: 15px;
}

.botao {
    display: block;
    height: auto;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    width: 100%;
}

.botao:hover,
.botao.disabled {
    background-color: #444;
    border: 1px solid #444;
}

.botao.disabled {
    cursor: not-allowed;
}

/*FOOTER*/
.wrap-footer-bar {
    background-color: #c2b632;
    padding: 15px;
    text-align: center;
}

.wrap-footer-bar a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: text;
}

.wrap-footer {
    text-align: center;
    background-color: #f8f8f8;
    padding: 35px 0;
}

.wrap-footer .col-xs-6 div {
    font-size: 14px;
    color: #383232 !important;
    width: 100%;
    max-width: 160px;
    display: inline-block;
    text-align: left;
}

.wrap-footer a {
    font-size: 15px;
    color: #383232 !important;
    text-decoration: none !important;
}

.wrap-footer img {
    width: 100%;
    max-width: 200px;
    margin-top: 7px;
}

.wrap-footer span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
}

.footer-text {
    padding-top: 25px;
}

.footer-text p {
    margin-bottom: 0;
}

/* Mudanças para tema wordpress */

/* modal */
.btn-positon {
    position: relative;
    bottom: -450px;
}
.a-primary {
    font-size: 25px !important;
    font-weight: 600!important;
    color: #fff;
}
.a-primary:hover {
    color: #fff !important;;
}



/* Carousel */
.carousel-inner {
    width: 70% !important;
    margin: auto;
}
.carousel-control.right {
    background-image: none!important;
}
.carousel-control.left {
    background-image: none!important;
}
.carousel-control {
    color: #000!important;
    text-align: center!important;
    text-shadow: none!important;
    background-color: none!important;
    opacity: 1.0!important;
    font-size: 40px !important;
}
.glyphicon {
    top: 50%!important;
}
.carousel-caption {
    bottom:-30px!important;
    color: #000 !important;
    text-shadow: none!important;
}
.carousel-indicators li {
    display: none !important;
}
.carousel-inner {
    padding-bottom:20px;
}

/*MODAL*/
.modal-form-title h3 {
    font-family: "bold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    text-align: center;
}

#modal .modal-body {
    padding: 10px 10px 20px;
}

#modal .modal-content {
    border: 0 !important;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

#modal .close {
    opacity: 1;
    padding-right: 6px;
}

#modal .close:hover {
    opacity: 0.7;
}

#modal .form-contato input,
.form-contato textarea {
    padding: 8px 11px;
    margin-bottom: 12px;
}

.modal-backdrop {
    background-color: #fff !important;
}

/*MODAL MESSAGES*/
#modals .modal-header h4 {
    font-family: "bold", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
}

#modals .modal-body {
    text-align: center;
}

#modals .modal-body p {
    padding: 15px;
    margin: 0;
    font-size: 15px;
}

#modals .modal-content {
    border: 0 !important;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

#modals .modal-footer .botao {
    float: right;
    width: auto;
}

/*MEDIA QUERIES*/
@media all and (max-width: 767px) {
    /* xs */
    .wrap-banner {
        height: 450px;
    }

    .wrap-banner img {
        margin-left: -644px;
    }

    .banner-sub {
        top: 7px;
        left: 10px;
        bottom: auto;
    }

    .banner-sub span {
        font-size: 12px;
        padding-left: 0;
    }

    #carousel-blueprint img {
        padding: 0 15px;
    }

    #carousel-blueprint .carousel-control.left {
        background-position: left center !important;
        background-size: 20px !important;
        left: 4px;
    }

    #carousel-blueprint .carousel-control.right {
        background-position: right center !important;
        background-size: 20px !important;
        right: 4px;
    }

    #carousel-decorada img {
        padding: 0 15px;
    }

    #carousel-decorada .carousel-control.left {
        background-position: left center !important;
        background-size: 20px !important;
        left: 4px;
    }

    #carousel-decorada .carousel-control.right {
        background-position: right center !important;
        background-size: 20px !important;
        right: 4px;
    }

    .wrap-location h3 {
        padding-bottom: 8px;
    }

    .wrap-newsletter input[type="text"] {
        width: 100% !important;
        float: none !important;
    }

    .wrap-newsletter button {
        margin-top: 8px;
        float: none !important;
        width: 100% !important;
    }

    .wrap-footer-bar a {
        font-size: 16px;
    }

    .wrap-footer .col-xs-6 div {
        max-width: 150px;
        font-size: 12px;
    }

    .wrap-footer img {
        max-width: 150px;
    }

    .wrap-footer span {
        font-size: 16px;
    }
}

@media all and (min-width: 768px) {
    /* sm */
    .wrap-banner h3 {
        font-size: 45px !important;
        letter-spacing: 1px;
    }

    .banner-link {
        padding-bottom: 30px;
    }

    .banner-link a {
        font-size: 25px;
        border-bottom: 2px solid #fff;
    }

    .wrap-gallery {
        padding: 60px 0;
    }

    .inner-gallery h3 {
        font-size: 27px;
    }

    #carousel-gallery .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    #carousel-gallery .col-xs-12 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .wrap-blueprint {
        padding: 60px 0;
    }

    .blueprint-text h3 {
        font-size: 27px;
    }

    .wrap-newsletter {
        padding: 60px 0 70px;
    }

    .wrap-newsletter h3 {
        font-size: 27px;
    }

    .wrap-newsletter .col-xs-2 {
        padding-left: 7px;
    }

    .wrap-newsletter .col-sm-5 {
        padding-right: 0;
    }

    .wrap-location {
        padding: 60px 0;
    }

    .wrap-location h3 {
        font-size: 27px;
    }

    .wrap-form {
        padding: 65px 0;
    }

    .wrap-form h3 {
        font-size: 27px;
    }

    .botao {
        width: auto;
        float: right;
    }

    .modal-form-title h3 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .modal-dialog {
        margin: 40px auto;
    }

    #modal .botao {
        display: inline-block;
        float: none;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (min-width: 992px) {
    /* md */
    .wrap-gallery {
        padding: 80px 0;
    }

    .inner-gallery h3 {
        margin-bottom: 10px;
    }

    .gallery-text {
        line-height: 160%;
    }

    #carousel-gallery {
        padding-top: 35px;
    }

    .wrap-blueprint {
        padding: 80px 0;
    }

    .blueprint-text {
        line-height: 160%;
    }

    .blueprint-text h3 {
        margin-bottom: 10px;
    }

    #carousel-blueprint {
        padding-top: 15px;
    }

    .wrap-decorada p {
        line-height: 160%;
    }

    .wrap-newsletter {
        padding: 70px 0 80px;
    }

    .wrap-newsletter h3 {
        margin-bottom: 0;
    }

    .wrap-location {
        padding: 70px 0 80px;
    }

    .location-text {
        line-height: 160%;
    }

    .location-text h3 {
        padding-bottom: 5px;
    }

    .location-map-right {
        padding-left: 30px;
        text-align: left;
    }

    .wrap-form {
        padding: 80px 0;
    }
}

@media all and (min-width: 1200px) {
    /* lg */
    #carousel-blueprint .carousel-control,
    #carousel-decorada .carousel-control {
        width: 16vw;
    }
}

/*SPECIAL QUERIES*/
@media all and (max-width: 415px) {
    .wrap-bar .col-xs-6 {
        width: 100%;
        text-align: center;
    }

    .wrap-bar .bar-left {
        border-right: 0;
    }

    .wrap-bar .bar-right {
        padding-top: 7px;
        padding-bottom: 4px;
    }
}

@media all and (min-width: 510px) {
    .wrap-bar .bar-left {
        padding-right: 30px;
    }

    .wrap-bar .bar-right {
        padding-left: 30px;
    }

    .wrap-banner h3 {
        font-size: 35px;
    }
}

@media all and (max-width: 510px) {
    .wrap-logo img {
        width: 100%;
        max-width: 180px;
    }

    .wrap-newsletter .col-xs-10,
    .wrap-newsletter .col-xs-2 {
        width: 100%;
    }

    .wrap-newsletter .col-sm-6 {
        padding-right: 15px;
    }

    .wrap-newsletter button {
        margin-top: 7px;
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .wrap-decorada {
        padding: 50px 0;
    }

    .wrap-decorada h5 {
        font-size: 20px;
    }

    .wrap-decorada h3 {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .wrap-decorada a.gallery-item:before,
    .wrap-decorada a.gallery-item:after {
        display: none !important;
    }

    .wrap-decorada a span {
        right: 25px;
        font-size: 12px !important;
    }
}

@media all and (max-width: 920px) {
    .wrap-header #icon {
        display: block;
    }

    .wrap-header ul {
        padding-top: 0;
        height: 1px;
        overflow: hidden;
        margin: 0;
        -webkit-transition: height 0.3s ease-out;
        -moz-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }

    .wrap-header ul.open {
        height: 329px;
    }

    .wrap-header ul li {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 991px) {
    .wrap-location {
        text-align: center;
    }

    .wrap-location img {
        margin-top: 40px;
    }

    .wrap-location table td {
        width: 100% !important;
        display: block;
    }

    #carousel-blueprint .carousel-control,
    #carousel-decorada .carousel-control {
        width: 40px;
    }
}

.wrap-sold-notice {
    background-color: #afbb3d;
    text-align: center;
    padding: 10px 0 9px;
}

.wrap-sold-notice p {
    margin: 0;
    font-size: 15px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

@media all and (max-width: 991px) {
    .wrap-sold-notice {
        background: none;
        padding: 14px 0 9px 18px;
        text-align: left;
    }

    .wrap-sold-notice p {
        color: #fff;
    }
}


