/*theme changer*/
.edrea_tm_universal_box_wrap .content.hero {
    height: 45vh;
    /*overflow: hidden;*/
}

#title {
    font-size: 50px;
    color: white;
}

/*theme changer end*/

.open-house {
    background: rgba(31, 160, 33, 0.6);
    text-align: center;
    padding-bottom: 5px;
}

.open-house h2 {
    color: white;
    padding-top: 15px;
}

.open-house big {
    font-weight: 700;
    color: white;
}

.carousel .container {
    position: relative;
    z-index: 9999999;
}

p {
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px;
}

html {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    /*margin-top: 30px;*/
    margin-bottom: 5px;
}

h2 span, p {
    color: black;
}

h2 span {
    font-size: 30px;
}


.sidebar-area tr th:first-child {
    background: var(--main-color);
    color: white;
}

td:first-child {
    background: var(--main-color);
    color: white;
    font-weight: 700;
}

.characteristics th {
    background: var(--main-color);
    color: white;
}

@media only screen and (max-width: 737px) {
    #header {
        display: none;
    }

    .mobile {
        text-align: center;
    }

    .text-right {
        text-align: center !important;
    }

    .nav-tabs > li > a {
        font-size: 14px;
    }

    .table-hover {
        font-size: 14px;
    }
}

.successContact, .errorContact {
    display: none;
}

.nav-carousel {
    padding-bottom: 0%;
    width: 100%;
    z-index: 101;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    float: none;
    margin: 0;
    height: auto;
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 7px;
}

.post_sub_btn {
    display: inline-block;
    background: var(--main-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 7px 38px;
    border-radius: 3px;
    opacity: 1;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;

}

.post_sub_btn:hover {
    text-decoration: none;
    color: black;
}

.portfolio-item a.thumb {
    width: 100%;
    height: 225px;
    display: block;
    background-size: cover;
}

.portfolio-item a.thumb span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    color: white;
    background-color: rgba(0, 0, 0, 0.35);
}

.portfolio-item span.on-sale {
    background: var(--main-color);
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

#ws-street, #ws-go, #ws-foottext {
    display: none;
}


.glyphicon {
    cursor: pointer;
}

/*.carousel-indicators{
    position: relative !important;
    bottom: -10px !important;
    }*/

#footer {
    margin-bottom: 10px;
}

#video {
    background: transparent;
    overflow: hidden;

}

img {
    max-width: 100%;
    height: auto;
}

.mw-properties-container a.prop-hov img {
    width: 100%;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s 0.5s ease-out;
    transition: all 0.5s 0.5s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s 0.5s ease-out;
    transition: all 0.5s 0.5s ease-out;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


.post_sub_btn, #button-send-contact {
    color: white !important;
    font-weight: bold;
}


.nav-carousel::-webkit-scrollbar {
    height: 5px;
    border: none;
    background: #eee;
    border-radius: 10px;
}

.nav-carousel::-webkit-scrollbar-thumb:horizontal {
    background: var(--main-color);
    border-radius: 10px;
}

@media only screen
and (max-width: 1400px) {
    .text-right, .single-properties-content-area {
        text-align: center !important;
    }
}

.socials a i {
    font-size: 30px;
    color: var(--main-color);
}

.socials a i:hover {
    color: #BD0A0D;
}

.carousel {
    height: auto !important;
}

@media only screen
and (max-width: 768px) {
    /*#openModal, .proximityTab {*/
    /*    display: none !important;*/
    /*}*/

}

.carousel-indicators {
    bottom: -13px !important;
}

.logo img{
    height: 50px;
    width: auto;
}
 