/* CSS Document */

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
}

.bgcover {
    position: relative;
    height: 100vh;
    overflow: hidden;
    justify-content: center;
}

.alert {
    width: 95%;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 20px;
}

    .alert h1, .alert h2, .alert p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.alert-success {
    background-color: #cab45e;
    color: #FFF;
    margin-top: 20px;
    box-shadow: 2px 2px 5px #999;
    border: 3px solid #FFF;
}

.bgcover:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.bgcover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
    background-image: url(../images/BG-sample4-fade.jpg);
    background-size: cover;
    background-attachment: fixed;
    animation: increase 60s linear 10ms infinite;
    transition: all 0.2s ease-in-out;
    z-index: -2;
}

@keyframes increase {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.5)
    }
}

.stickyfade {
    height: 150px;
    width: 100%;
    background: url("../images/stickyfade.png") repeat-x;
    position: absolute;
    bottom: 0;
    z-index: -99;
}

.container-fluid-nopadding {
    padding-left: 0;
    padding-right: 0;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.card {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.card-header {
    font-weight: bold;
    font-size: 1.25em;
}

.blockquote {
    font-size: 1em;
}

.jiggle {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: shakeMe;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shakeMe {
    12%, 20% {
        transform: translate3d(-2px, 0, 0);
    }

    13%, 19% {
        transform: translate3d(4px, 0, 0);
    }

    14%, 16%, 18% {
        transform: translate3d(-4px, 0, 0);
    }

    15%, 17% {
        transform: translate3d(3px, 0, 0);
    }

    25% {
        transform: translate3d(0px, 0, 0);
    }
}

html, body {
    height: 100%;
}

.bg-overlay {
    background: url(../images/bg-overlay-white.jpg);
    opacity: 0.3;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333 !important;
}

@font-face {
    font-family: 'Enso Enso';
    font-style: normal;
    font-weight: normal;
    src: local('Enso Enso'), url('enso.woff') format('woff');
}

.go-black {
    background-color: #000;
}

.textShadow {
    text-shadow: 1px 1px 2px #222;
}

.heading-luxx {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
}

.p-luxx {
    font-family: 'Playfair Display', serif !important;
}

.full-bg {
    opacity: 0.7;
    min-height: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#full-container {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.nopadding {
    padding: 0;
}

#preHeader {
    height: 50px;
    background: #000;
    color: #FFF;
    border-bottom: 1px solid #000;
    padding-left: 0;
}

    #preHeader .text-right {
        text-align: right;
    }

.phone-small {
    font-weight: 600;
    font-size: 18px;
    padding-top: 5px;
}

#layerslider .btn {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#layerslider-video .btn {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#layerslider-selling .btn-30-layerslider, .block-selling-mobile .btn-30-layerslider {
    border-radius: 0;
    box-shadow: 3px 3px 12px 0px #400;
    line-height: 1.1em;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 30px;
    white-space: normal;
}

.btn-30-layerslider-img {
    box-shadow: 3px 3px 12px 0px #400 !important;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}


.block-selling-mobile .btn-30-layerslider {
    margin-left: 0;
    max-width: 100%;
    height: auto;
}

.btn-line2 {
    font-size: .7em;
    color: #000;
}

#logo-bar {
    height: 135px;
    background-color: rgba(255,255,255,.95);
    border-top: 1px solid #000;
}

    #logo-bar .awards {
        padding-top: 20px;
    }

#logo img {
    max-width: 100%;
    height: auto;
}

.navbar {
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(255,255,255,.7) !important;
}

.nav-item {
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    color: rgba(0,0,0,.8) !important;
}

    .nav-link:hover {
        color: rgba(255,255,255,1) !important;
    }

.nav-item:hover {
    background: #cab45e;
}

#layerslider {
    position: relative;
    z-index: 0;
}

#layerslider-video {
    position: relative;
    z-index: 0;
}

#layerslider .btn-primary {
    color: #000 !important;
    font-weight: bold;
    background: #cab45e !important;
}

.btn-primary {
    background: #002a45;
    color: #FFF;
    border: none;
}

    .btn-primary:hover {
        background: #000;
    }

.btn-secondary {
    background: #000;
    color: #FFF;
    border: none;
    font-weight: 600;
}

    .btn-secondary:hover {
        background: #000;
        color: #cab45e;
    }

.btn-light {
    background: #3c93ec;
    color: #FFF;
    border: none;
}

    .btn-light:hover {
        background: #2577cc;
        color: #FFF;
    }

#slider-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.slide-red {
    height: 110px !important;
    max-height: 135px !important;
    width: 100% !important;
    background: rgba(202,180,94,.8);
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    min-width: 100% !important;
}

.slide-red-mobile {
    height: 110px !important;
    max-height: 135px !important;
    width: 100% !important;
    background: rgba(202,180,94,.8);
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    min-width: 100% !important;
    display: none;
    visibility: hidden;
    top: 0 !important;
}

#layerslider .ls-wrapper {
    width: 100% !important;
    left: 0 !important;
}

#layerslider-video .ls-wrapper {
    width: 100% !important;
    left: 0 !important;
}

.slide-red h1 {
    color: #FFF;
    font-weight: 600;
}

.slide-red-mobile h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 30px;
}

.slide-phototag p {
    font-size: 18px;
    color: #FFF;
}

.content-fullwhite {
    background: #FFF;
    padding: 0;
    position: relative;
    bottom: 70px;
    margin-bottom: -70px;
}

.content-fullwhite-listing {
    background: #FFF;
    padding: 0;
}

.content-fullwhite-sub {
    padding: 0;
    margin-top: 30%;
}


#content-shadow {
    position: relative;
    bottom: 250px;
    margin-bottom: -250px;
    width: 1200px !important;
    max-width: 1200px !important;
    background: url(../images/bg-shadow.png) no-repeat center top;
    min-height: 500px;
    background-image: url(../images/bg-shadow-fade.png);
}

#content-shadow-testing {
    width: 1200px !important;
    max-width: 1200px !important;
    background: url(../images/bg-shadow.png) no-repeat center top;
    min-height: 500px;
    margin-top: 100px;
    background-image: url(../images/bg-shadow-fade.png);
}

#content-shadow-nofade {
    width: 1200px !important;
    max-width: 1200px !important;
    background: url(../images/bg-shadow.png) no-repeat center top;
    min-height: 500px;
    position: relative;
    bottom: 200px;
    margin-bottom: -200px;
}

#content-shadow-nofade-sub {
    width: 1200px !important;
    max-width: 1200px !important;
    background: url(../images/bg-shadow.png) no-repeat center top;
    min-height: 500px;
    position: relative;
    bottom: 330px;
    margin-bottom: -330px;
}

#listingCarousel {
    max-height: 500px;
    overflow: hidden;
}

.carousel-container {
    margin: 0 auto;
    padding-top: 20px;
    /*margin-botom: 20px;*/
}

.carousel-item {
    padding-bottom: 10px;
}

    .carousel-item img {
        box-shadow: 3px 3px 8px #000;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 700px;
        height: auto;
    }

.container-video {
    text-align: center;
    margin-bottom: 30px;
}

video {
    margin: 0 auto;
    box-shadow: 3px 3px 8px #000;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 80%;
    height: auto;
}

.nomargin {
    margin: 0;
}

.listing-thumbs ul {
    list-style: none;
    margin-top: -14px;
    padding-left: 0;
}

    .listing-thumbs ul li {
        display: inline-block;
    }


.listing-thumbs {
    overflow-y: hidden;
    overflow-x: scroll;
    max-height: 105px;
    white-space: nowrap;
    position: relative;
    margin-top: -14px;
    margin-left: 30px;
    margin-right: 30px;
}

    .listing-thumbs::-webkit-scrollbar {
        display: none;
    }

    .listing-thumbs ul li a {
        display: block;
        height: auto;
        width: 100px;
        padding: 4px;
        padding-top: 30px;
    }

.thumb-active {
    background: #cab45e;
}

.listing-thumbs ul li a:hover {
    background: #cab45e;
}

.listing-thumbs ul li a img {
    width: 100%;
    height: 61px;
}



.block-selling-mobile {
    display: none;
}

.fade-in {
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.content {
    padding-top: 30px;
}

.social-content-home {
    padding-top: 0;
}

.phone-header {
    "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #cab45e;
}

.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content-image, .content-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content-image, .content-padding {
    font-family: 'Trebuchet MS';
}

.content-image {
    max-width: 100%;
    height: auto;
}

.content h1, .content-red h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 900;
    line-height: .9em;
}

.intro {
    padding-top: 30px;
}

.heading-image {
    text-align: center;
    margin-top: 20px;
}

.big {
    font-family: 'Montserrat';
    font-weight: 700;
}

.introh1 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 4em !important;
    line-height: .75em !important;
}

h1.introh1 span.preh1 {
    font-size: .4em;
    font-weight: 600;
}

.content h3, .content h4 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 900;
}

#intro h4 {
    letter-spacing: -1px;
    font-size: 2.5em;
}

#intro p {
    font-size: 1em;
    line-height: 1.2em;
}

.content-list {
    font-size: 1em;
    margin-bottom: 2em;
    text-align: center;
    list-style-position: inside;
}

    .content-list li {
        width: auto;
        margin-bottom: 0;
    }

        .content-list li::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f105";
            color: #cab45e;
            padding-right: .5em;
        }

.red {
    color: #cab45e;
}

.content p {
    line-height: 1.5em;
}
/*.content p:first-child {
	margin-top:55px;
}*/
.content-grey {
    background: #efefef;
    padding-bottom: 30px;
}

.inline-video {
    text-align: center;
    margin-bottom: 30px;
}

.content-red {
    background: #002a45;
}

    .content-red h1, .content-red h2, .content-red h3, .content-red h4, .content-red h5, .content-red h6, .content-red h7, .content-red p, .content-red a {
        color: #FFF;
    }

    .content-red h2 {
        font-weight: 800;
        font-size: 2.5em;
    }

    .content-red a.btn {
        color: #cab45e;
        font-weight: bold;
    }

.btn-white {
    background: #FFF;
    color: #cab45e;
}

.content h2 {
    font-size: 18px;
}

h1.title-1 {
    font-weight: 700;
    font-size: 4.5em;
    margin-bottom: .1em;
    margin-top: .5em;
}

h2.title-2 {
    margin-top: 0;
    font-size: 2em;
    font-weight: 600;
}

.search-widget {
    background: #002a45;
    height: 60px;
}

    .search-widget .container {
        padding-left: 30px;
        padding-right: 0;
    }

.search-widget-inline {
    background: #002a45;
    height: 60px;
    width: 1100px;
    margin: 0 auto;
}

    .search-widget-inline .container {
        padding-left: 30px;
        padding-right: 0;
    }



.search-option {
    height: 60px;
    line-height: 55px;
}

    .search-option a {
        padding-left: 30px;
        padding-right: 30px;
        color: #FFF;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 600;
        display: inline-block;
        height: 58px;
        background: #002a45;
        margin-right: 1px;
    }

        .search-option a:hover {
            text-decoration: none;
            background: #000;
        }

.search-active {
    background: #000;
}

.search-option button {
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 600;
    display: inline-block;
    height: 58px;
    background: #002a45;
    margin-right: 1px;
    border: none;
}

    .search-option button:hover {
        text-decoration: none;
        background: #000;
    }

.clear {
    clear: both;
}

.content-test {
    background: #e6e6e6;
    padding: 15px;
    text-align: center;
}

    .content-test p.testimonial {
        line-height: 1.3em;
        font-style: italic;
        margin-top: 0;
    }

    .content-test p.testsource {
        font-size: 1em;
        margin-bottom: 0;
    }

.test-photo {
    max-width: 300px;
    background-color: #fff;
    height: auto;
    float: left;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #999;
}

.test-photo-slider {
    box-shadow: 2px 2px 5px #999 !important;
    background-color: #fff;
    max-height: 150px;
    width: auto;
    padding: 5px;
    margin-bottom: 12px !important;
}

a {
    color: #cab45e;
}

.btn-lg {
    font-size: 1.5em;
    padding: .7rem 2rem;
}

.box-listing {
    padding: 5px;
    float: left;
}

    .box-listing div {
        padding: 10px;
        background: #FFF;
        box-shadow: 3px 3px 3px #aaa;
        min-height: 375px;
    }

.content-red .box-listing div {
    box-shadow: 3px 3px 3px #000;
}

.content-red .box-listing p {
    color: #000;
}

.box-listing p.address {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.box-listing p.price {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: .5em;
}

.box-listing p.specs {
    /*color:#999;*/
    font-size: 14px;
}

.box-listing div:hover {
    background: #000;
    transition: all .3s ease-in;
}


.box-listing a {
    text-decoration: none;
    color: inherit;
}

    .box-listing a:hover {
        color: #FFF !important;
    }

.content-red .box-listing div:hover {
    background: #ccc;
    transition: all .3s ease-in;
}

.note {
    font-size: 11px;
}

.box-listing p {
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
}

.box-listing img {
    width: 100%;
    height: auto;
    max-height: 216px;
    margin-bottom: 15px;
}

.sold {
    height: auto !important;
    min-height: unset !important;
    background-color: #002a45 !important;
    color: #cab45e;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    width: 80px !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
}

.sold-big {
    height: auto !important;
    min-height: unset !important;
    background-color: #cab45e !important;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px !important;
    background-color: #cab45e;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

p.phone-big {
    font-size: 4em;
    color: #cab45e;
    font-weight: 800;
    line-height: normal;
}

ul.list-inline li {
    display: inline;
}

.footer {
    background: #1a1a1a;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-nav {
    margin-bottom: 30px;
}

    .footer-nav li {
        padding-left: 1em;
        padding-right: 1em;
    }

.content-footer {
    text-align: center;
}

    .content-footer h3 {
        margin-bottom: 0;
    }

    .content-footer h1, .content-footer h2, .content-footer h3, .content-footer h4, .content-footer h5, .content-footer h6, .content-footer h7, .content-footer p, .content-footer a {
        color: #FFF;
    }

.box-team {
    float: left;
}

    .box-team div {
        height: 420px;
    }

    .box-team p {
        padding-left: 0;
        padding-right: 0;
        line-height: normal;
        margin-bottom: 0;
    }

    .box-team img {
        width: 100%;
        height: auto;
        margin-bottom: .5em;
    }

    .box-team p.name {
        font-size: 26px;
        font-weight: 700;
        color: #002a45;
    }

    .box-team p.title {
        font-size: 16px;
        color: #999;
        line-height: 1.4em;
        margin-bottom: .5em;
    }

.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

    .come-in:nth-child(odd) {
        animation-duration: 0.6s; /* So they look staggered */
    }

.ni-luxx {
    width: 250px;
    float: left;
    text-align: center;
    padding-top: 5px;
    border-right: 1px solid #000;
    height: 50px;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;

    color: #FFF;
    background: #002a45;
}

    .ni-luxx span {
        font-weight: 400;
    }

.ni-30 {
    width: 325px;
    float: left;
    text-align: center;
    padding-top: 12px;
    height: 50px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    background: #df0000;
}

.ni-hover {
    background-color: #161616;
}

.ni-30:hover {
    background-color: #161616;
}


.ni-30 {
    width: 325px;
    float: left;
    text-align: center;
    padding-top: 12px;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    background: #960d20;
}

    .ni-30 i {
        color: #FFFFFF;
    }

    .ni-30:hover {
        background-color: #aa0d20;
    }




.ni-luxx:hover {
    /*background-color:#d7c26f;*/
}

.fullDrop-Luxx {
    height: 80px;
    background-color: #161616;
    color: #FFF;
    display: none;
    padding-left: 30px;
}

.fullDrop-30 {
    height: 80px;
    background-color: #161616;
    color: #FFF;
    display: none;
    padding-left: 30px;
}

.fullDrop-Luxx p {
    padding-top: .5em;
    margin-bottom: 7px;
    font-size: 14px;
}

.fullDrop-30 p {
    padding-top: .5em;
    margin-bottom: 7px;
    font-size: 14px;
}

.btn-luxx {
    background-color: #cab45e;
    color: #000;
    padding: .15rem .5rem;
    border-radius: 0 !important;
}

.btn-30 {
    background-color: #960d20;
    color: #FFF;
    padding: .15rem .5rem;
    border-radius: 0 !important;
}

.visible {
    display: block;
}

.font-luxx {
    font-family: 'Enso Enso' !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.button-bar {
    margin-bottom: 15px;
}

h1.title-listing {
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 5px;
}

h2.title-listing {
    margin-top: 0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1em;
}

p.price-listing {
    font-weight: bold;
    font-size: 44px;
    color: #cab45e;
    text-align: right;
    margin-top: 0 !important;
}

.features-box {
    background-color: #efefef;
    padding: 15px;
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

    .features-box ul li {
    }

.fa-caret-right {
}

.columns {
    -moz-column-width: 300px; /* Firefox */
    -webkit-column-width: 300px; /* webkit, Safari, Chrome */
    column-width: 300px;
}
    /*remove standard list and bullet formatting from ul*/
    .columns ul {
    }
        /* correct webkit/chrome uneven margin on the first column*/
        .columns ul li:first-child {
        }

.fa-li {
    top: auto;
    color: #cab45e;
}

.listing-map {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 45%;
    // This is the aspect ratio height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

    .listing-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#map {
    height: 100%;
}


.inline-content-grey {
    padding-top: 15px;
    padding-bottom: 5px;
    max-width: 95%;
    margin: 0 auto;
    background: #efefef;
    margin-bottom: 30px;
}

    .inline-content-grey h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .inline-content-grey h2, .inline-content-grey p, .inline-content-grey h1, .inline-content-grey h3 {
        padding: 0;
        line-height: 1.5em;
    }

.inline-content-red {
    padding-top: 15px;
    padding-bottom: 5px;
    max-width: 95%;
    margin: 0 auto;
    background: #002a45;
    margin-bottom: 30px;
}

    .inline-content-red h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .inline-content-red h2, .inline-content-red p, .inline-content-red h1, .inline-content-red h3 {
        padding: 0;
        line-height: 1.5em;
        color: #FFF;
    }

    .inline-content-red a {
        color: #FFF !important;
    }


.photo-gallery {
    max-width: 95%;
    margin: 0 auto;
    margin-top:2em;
    margin-bottom:2em;
}

    .photo-gallery a[class^="col-"] {
        margin-bottom: 20px;
    }

    .photo-gallery img {
        border: 6px solid #FFF;
        box-shadow: #ccc 3px 3px 8px;
    }


.form-control {
    font-size: 1.3em;
    color: #333 !important;
}

#navsearch input {
    font-size: 1em;
}

select.form-control {
    height: auto !important;
}

.page-link {
    color: #888;
}

ul.pagination-bottom {
    margin-top: 20px;
}

.page-item.active .page-link {
    background-color: #cab45e;
    border-color: #cab45e;
}

.dropdown-menu {
    margin-bottom: 10px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 70px;
    height: 70px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: .80;
}


.carousel {
    /*margin-top: 50px;*/
}

.test-carousel .carousel-control-next, .test-carousel .carousel-control-prev {
    width: 5%;
}

.test-carousel .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}


.test-carousel .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}

.test-carousel {
    margin-top: 0;
    margin-bottom: 20px;
}

    .test-carousel .carousel-caption {
        right: 5%;
        left: 5%;
        position: unset;
        padding-left: 20px;
        padding-right: 20px;
    }

    .test-carousel .content-test {
        padding: 0;
    }

    .test-carousel .carousel-inner {
        height: auto;
    }

.carousel-caption {
    color: #000;
    top: 50%;
}




@keyframes come-in {
    to {
        transform: translateY(0);
    }
}


@media only screen and (max-width: 1470px) {

    .content-fullwhite-sub {
        margin-top: 40%;
    }
}

@media only screen and (max-width: 1250px) {
    .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {

    video {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 0;
    }

    .container-video {
        margin: 0 !important;
        margin-bottom: 70px !important;
        padding: 0 !important;
    }


    #content-shadow {
        width: 100% !important;
        padding: 0 !important;
    }

    #content-shadow-nofade, #content-shadow-nofade-sub, #content-shadow-testing {
        width: 100% !important;
        padding: 0 !important;
    }

    #content-shadow-testing {
        margin-top: 250px;
    }

    #logo {
        max-width: 100%;
    }

    .content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content-image {
        padding-left: 0;
        padding-right: 0;
    }

    #layerslider-selling .btn-30-layerslider {
        margin-left: 0;
    }

    h5 {
        font-size: 1.4em !important;
        font-weight: 900 !important;
    }

    .content-list {
        margin-left: 30px;
    }

    .alert {
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1100px) {
    .awards {
        display: none;
    }

    #logo {
        margin: 0 auto;
    }

    #navsearch {
        display: none;
    }

    .container {
        max-width: 100% !important;
    }

    .listing-thumbs ul {
        padding-left: 0;
    }

    .listing-thumbs {
        margin-left: 0;
        margin-right: 0;
    }

    .content-padding {
        padding: 0;
    }

    .flex-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-row {
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .content-fullwhite-sub {
        margin-top: 50%;
    }
}

@media only screen and (max-width: 900px) {

    .slide-red-mobile {
        display: block;
        visibility: visible;
    }

    .slide-red {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 1100px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-custom .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
}


@media only screen and (max-width: 980px) {
    #preHeader {
        display: none;
    }

    .google-map {
        max-width: 980px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 60%;
        // This is the aspect ratio height: 0;
        overflow: hidden;
    }

        .google-map iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }

    #logo {
        text-align: center;
    }

    .block-selling {
        display: none;
    }

    .block-selling-mobile {
        display: block;
    }

    .navbar {
        background: rgba(255,255,255,.85) !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

@media only screen and (max-width: 770px) {

    body {
        background-size: 200% auto !important;
        background-position: center top;
    }



    .box-team {
        float: none;
    }

        .box-team div {
            height: auto;
        }

    #logo-bar {
        height: auto;
        background-color: rgba(255,255,255,.95);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #navsearch {
        display: block;
    }

    .content h1 span.preh1 {
        font-size: 18px;
    }

    .content h1 {
        font-size: 30px;
    }

    h2.title-2 {
        font-size: 22px;
    }

    .content h1 {
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-size: 2em;
        font-weight: bold;
        line-height: .9em;
    }

    .intro h1:first-of-type {
        font-size: 3em;
    }


    .search-widget div.icon-search, .search-widget-inline div.icon-search {
        display: none !important;
    }

    .search-widget-inline {
        width: 100%;
    }

    .content h3, .content h4 {
        font-size: 1.5em;
    }

    .content-test p.testimonial {
        font-size: 18px;
    }

    .search-option a {
        padding-left: 5px;
        padding-right: 5px;
        color: #FFF;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 400;
        display: inline-block;
        height: 58px;
        background: #cab45e;
        margin-right: 0;
        font-size: 1em;
    }

    .search-option button {
        padding-left: 5px;
        padding-right: 5px;
        color: #FFF;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        font-weight: 400;
        display: inline-block;
        height: 58px;
        background: #cab45e;
        margin-right: 0;
        font-size: 1em;
    }

    .search-widget .container, .search-widget-inline .container {
        padding-left: 10px;
    }


    p.phone-big {
        font-size: 2em;
    }

    h2.title-listing {
        margin-bottom: 0;
    }

    p.price-listing {
        font-size: 24px;
        text-align: left;
        margin-top: 0 !important;
    }

    .container-video {
        margin-bottom: 0 !important;
    }

    .content-fullwhite-sub {
        margin-top: 500px;
    }

    .content-fullwhite-sub-30 {
        margin-top: 0;
    }

    #content-shadow {
        bottom: 200px;
        margin-bottom: -200px;
    }

    .content-shadow-30 {
        background: #FFF !important;
        bottom: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .video-30 {
        margin-bottom: 0 !important;
    }

    div.video-30 video {
        box-shadow: none !important;
    }

    .content-30 h1.title-1 {
        margin-top: -15px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .alert {
        width: 100%;
        margin-bottom: 30px;
    }
}






@media only screen and (max-width: 680px) {



    .carousel-container {
        padding: 0 !important;
        margin-bottom: 75px !important;
    }

    .carousel-item {
        padding-bottom: 0;
    }

        .carousel-item img {
            margin: 0 !important;
        }

    #logo-bar {
        background-color: rgba(255,255,255,1);
    }

    .navbar {
        background: rgba(255,255,255,.95) !important;
    }

    #content-shadow-nofade {
        bottom: 100px;
        margin-bottom: -100px;
    }
}


@media only screen and (max-width: 520px) {
    .social-icons img {
        width: 60px;
        height: auto;
    }


    .listing-map {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 75%;
        margin-bottom: 30px;
    }

    .footer-nav {
        display: none;
    }
}


@media only screen and (max-height: 700px) and (min-width: 900px) {

    .content-shadow-home {
        bottom: 100px !important;
        margin-bottom: 100px !important;
    }
}




.shine, .chrome {
}

.shine {
    background: #002a45 -webkit-gradient(linear, left top, right top, from(#002a45), to(#002a45), color-stop(0.5, #11669e)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    /*color: $text-color;
	-webkit-background-clip: text;*/
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

.chrome {
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
    -webkit-background-size: 200px;
    /*color: $text-color;
	-webkit-background-clip: text;*/
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes shine {
    0%, 10% {
        background-position: -1000px;
    }

    100% {
        background-position: 1000px;
    }
}




.shine-big {
    background: #002a45 -webkit-gradient(linear, left top, right top, from(#002a45), to(#002a45), color-stop(0.5, #11669e)) 0 0 no-repeat;
    -webkit-background-size: 500px;
    /*color: $text-color;
	-webkit-background-clip: text;*/
    -webkit-animation-name: shine-big;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}


@-webkit-keyframes shine-big {
    0% {
        background-position: -3000px;
    }

    100% {
        background-position: 3000px;
    }
}
