@charset "utf-8";

/* CSS Document */

/*html*/
:root {
    --dark-text: #2E2E3A;
    --accent-color: #0253A3;
}

li::marker {
color: var(--accent-color);
}
::selection {
    background-color: var(--accent-color);
    color: white;
}
body {
    color: var(--dark-text);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding-top: 0px;
    position: inherit !important;
}

.main-container.container {
    padding: 0px;
    width: 100%;
}

/*lightbox*/
.modal-backdrop.in {
	opacity: 75%;
    background-color: var(--dark-text);
}

.ekko-lightbox.modal {
	padding-right: 0 !important;
}

.ekko-lightbox.modal .modal-dialog {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0;
}

.ekko-lightbox.modal .modal-dialog .modal-body {
	height: 100vh;
	padding: 25px;
}

.ekko-lightbox-container {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;

}

.ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
	margin: auto;
	max-width: 90vw;
	max-height: 90vh;
}

.ekko-lightbox .modal-header {
	border: 0;
	position: absolute;
	right: 0;
	z-index: 200;
}

.ekko-lightbox .modal-header .close {
	color: #fff;
	font-weight: 300;
	font-size: 32pt;
	opacity: 1;
}

.ekko-lightbox .modal-content {
	background: none;
	border: 0;
	box-shadow: none;
}

.carousel-control.left, .carousel-control.right {
	background: none;
	width: 50px;
    opacity: 1;
}

.carousel-control.left, .carousel-control.right {
	background: none;
	width: 50px;
    opacity: 1;
}

.ekko-lightbox .modal-footer {
	display: block;
	width: 100%;
	border: 0;
	position: absolute;
	bottom: 0;
}

.ekko-lightbox-nav-overlay a {
	display: flex !important;
	align-content: center;
	align-items: center;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
	justify-content: flex-end;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-left {
	justify-content: flex-start;
	padding: 0;
}


.carousel-inner>.item>a>img {
    aspect-ratio: 3 / 2;
	object-fit: cover;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    text-shadow: none;
    color: var(--accent-color);
}
.glyphicon-chevron-right::before, .glyphicon-chevron-left::before {
    position: absolute;
}

.glyphicon-chevron-left::before {
	content: "\f104";
	font: normal normal normal 25px/30px FontAwesome;
    left: 10px;
}

.glyphicon-chevron-right::before {
	content: "\f105";
	font: normal normal normal 25px/30px FontAwesome;
    right: 9px;
}

/*fonts*/

h1, h2, section.statistics .stat .info {
    font-family: "Jost", san-serif;
    font-weight: 600;
}

h3, h4, h5, h6, .main-nav, section.statistics .stat .desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

/*nav*/

#main-nav {
    clear: both;
    margin-top: 0px;
    padding: 0;
}

.logo {
    float: left;
}

.logo img {
    max-height: 60px;
    max-width: 250px;
}

.navbar-brand {
    height: auto;
    padding: 35px 15px;
}

nav.main-nav {
    background: rgba(255, 255, 255, 1);
    border-bottom: 0;
    color: #999;
    min-height: 75px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

nav.main-nav ul {
    margin: 0;
}

nav.main-nav ul, nav.main-nav li, nav.main-nav a {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
}

nav.main-nav a:hover, nav.main-nav a:focus, nav.main-nav li.active a {
    background: none;
    color: var(--dark-text);
    text-transform: uppercase;
}

.navbar-nav>li>a {
    color: #999;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-toggle .icon-bar {
    background: var(--dark-text);
}

.btn-mobile-nav {
    margin-top: 17px;
}

/*header*/

header {
    background: var(--dark-text);
    position: relative;
}
.overlay-disable header {
    min-height: unset;
}
header .header-intro {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    bottom: auto;
    color: var(--dark-text);
    height: auto;
    padding: 10px;
    text-shadow: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

header .header-intro .inner {
    border: 4px solid #999999;
    height: 100%;
    padding: 30px;
}

h1.intro {
    font-size: 42px;
    margin-top: 0;
}

header h2 {
    font-size: 20px;
}

header h2 hr {
    display: none;
}

/*buttons*/

.links {
    margin-top: 40px;
}

.btn-bar {
    position: absolute;
    right: 19px;
    top: 0;
}

.btn.btn-outline, .btn.btn-outline:hover {
    background: none;
    border: 0px;
    border-radius: 0px;
    color: var(--dark-text);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.btn.btn-outline .fa {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    left: 0px;
}

.btn-brochure {
    margin-right: 20px;
}

.btn-offers, .btn-auction, .btn-quotes {
    margin-left: 20px;
}

.ca {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: auto;
    width: 100%;
    text-transform: uppercase;
    z-index: 1000;
}

.ca .btn.btn-outline {
    background: var(--dark-text);
    border-color: var(--dark-text);
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding-left: 12px;
    position: relative;
    width: 100%;
}

.ca .btn.btn-outline .fa {
    font-size: 14px;
    left: auto;
    position: relative;
    top: auto;
    color: #ffffff;
}

/*main body*/

.main.container-fluid {
    min-height: 400px;
    padding: 0px;
}

section {
    background: #fff;
    padding: 0 15px 70px 15px;
}

section:nth-child(even) {
    background-color:#f7f7f7;
}

section .col-sm-4, section .col-sm-6, section .col-sm-3 {
    margin-bottom: 30px;
}

section .col-sm-4:last-child, section .col-sm-6:last-child, section .col-sm-3:last-child {
    margin-bottom: 0px;
}

section .section-title {
    text-align: center;
}

section .section-title h2 {
    color: var(--dark-text);
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 50px 0 0 0;
    text-align: center;
    text-transform: none;
}

section h3.subtitle {
    display: block;
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin: 20px 0 0 0;
    text-align: left;
}

section h3.subtitle.first {
    margin-top: 0px;
}

section hr {
    border-top: 3px solid var(--dark-text);
    height: 3px;
    margin: 20px auto;
    max-width: 80px;
}

section .content {
    margin-top: 10px;
    line-height: 24px;
}

section img.pull-left {
    padding: 0 15px 5px 0;
}

section img.pull-right {
    padding: 0 0 5px 15px;
}

section.statistics {
    background: white;
    background-position: 0 0 !important;
    padding: 80px 0;
}

section.statistics .inner {

    text-align: center;
}


section.statistics .stat {
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 25px 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100%;
}

section.statistics .icon {
    border: 2px solid #fff;
    border-radius: 60px;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    width: 100px;
}

section.statistics .icon .fa {
    line-height: 100px;
}


section.statistics .stat .info {
    font-weight: 400;
    font-size: 42px;
}

section.statistics .stat .desc {
    font-weight: 300;
}

section.map {
    padding: 0;
}
div#mapDiv {
    height: 520px !important;
}

section.map .map_address {
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
}

section .photos img {
    max-height: 250px;
}

section ul li {
    margin-bottom: 15px;
}

/*contacts*/

section.contacts {
    text-align: center;
}

section.contacts .contacts_wrapper {
    display: block;
    width: 100%;
}

section.contacts .contact {
    display: block;
    margin: 0;
    padding: 0 5px 40px 5px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

section.contacts .contact a {
    color: var(--accent-color);
}

section.contacts img {
    margin-top: 40px;
}

/*tables*/

table {
    border: 0px;
    width: 100%;
}

table th, table td {
    padding: 12px 8px;
}

table th {
    background: none;
    color: var(--dark-text);
}

table tr:nth-child(even) {
    background: #f7f7f7;
}

.table-responsive {
    border: 0px;
}

/*footer*/

footer {
    min-height: 60px;
    padding: 35px 15px 40px 15px;
    position: relative;
    text-align: center;
}

footer a {
    color: white;
    opacity: 0.75;
    display: inline-block;
    margin: 10px;
}

footer a:hover, footer a:focus {
    color: white;
    opacity: 1;
    text-decoration: none;
}

footer .btn-top {
    border: 1px solid #fff;
    color: var(--dark-text);
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0.6;
    padding: 4px 8px;
    font-size: 22px;
}

footer .btn-top:hover, footer .btn-top:focus {
    background: #fff;
    color: var(--dark-text);
    opacity: 1;
}

footer .social {
    font-size: 20px;
    line-height: 50px;
}

footer .social a {
    background: #ffffff;
    opacity: 0.75 !important;
    border-radius: 45px;
    display: inline-block;
    height: 50px;
    margin: 10px;
    width: 50px;
}

footer .social a:hover, footer .social a:focus {
    background: #ffffff;
    opacity: 1 !important;
}

/*desktop & tablet*/

@media (min-width: 768px) {

    /*html*/
    body {
        font-size: 16px;
    }

    .main-wrapper.container {
        padding: 0 15px;
    }

    section .col-sm-4, section .col-sm-6, section .col-sm-3 {
        margin-bottom: 0px;
    }

    /*nav*/
    #main-nav {
        clear: none;
    }

    nav.main-nav ul {
        margin: 40px 15px 0 0;
    }

    nav.main-nav {
        background: rgba(255, 255, 255, 1);
    }

    ul.nav.navbar-nav.pull-right {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-end;
    }

    nav.main-nav ul, nav.main-nav li, nav.main-nav a {
        display: inline-block;
        width: auto;
    }

    nav.main-nav a {
        text-transform: uppercase;
    }

    .navbar-nav>li>a span {
        height: 0px;
        left: 0;
        position: absolute;
        bottom: 0;
        text-align: center;
        visibility: hidden;
        width: 100%;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

    .navbar-nav>li>a:hover span {
        height: 1px;
        left: 0;
        visibility: visible;
        width: 100%;
    }

    .navbar-nav>.active>a span, .navbar-nav>.active>a:hover span, .navbar-nav>.active>a:focus span {
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        bottom: 0;
        visibility: visible;
        width: 100%;
    }

    .navbar-nav>li>a span hr {
        background: var(--dark-text);
        height: 3px;
        margin: 0 auto;
        width: 50%;
    }

    /*header*/
    h1.intro {
        font-size: 46px;
    }

    header h2 {
        font-size: 22px;
    }

    header .logo_intro {
        max-width: 300px;
    }

    header .header-intro .inner {
        padding: 80px 50px;
    }

    /*buttons*/
    .ca {
        display: none !important;
        left: auto;
        right: 0;
        width: auto;
    }

    .ca .btn.btn-outline {
        font-size: 16px;
        width: auto;
    }

    .ca .btn.btn-outline .fa {
        font-size: 16px;
    }

    /*main body*/
    section .section-title h2 {
        font-size: 50px;
    }

    section h3.subtitle {
        font-size: 24px;
    }

    section.statistics .stat {
        width: 50%;
    }

    section .content {
        line-height: 28px;
    }

    /*contacts*/
    section.contacts .contacts_wrapper {
        display: block;
        width: 100%;
    }

    section.contacts .contact {
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }

    /*footer*/
    footer a {
        margin: 20px 10px;
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
        font-size: 16px;
    }

}

/*desktop only*/

@media (min-width: 992px) {

    /*header*/
    h1.intro {
        font-size: 64px;
    }

    header h2 {
        font-size: 30px;
    }

    /*main body*/
    section.statistics .stat {
        width: 25%;
    }

    nav.main-nav {
        display: flex;
        justify-content: space-between;
    }
}

/*collapse on tablet*/

@media (max-width: 991px) {

    nav.main-nav {
        min-height: 75px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    nav.main-nav ul {
        border-top: 1px solid #cccccc;
        clear: both;
        float: none;
        margin: 0;
    }

    #main-nav {
        clear: both;
        padding: 0;
    }

    nav.main-nav ul, nav.main-nav li, nav.main-nav a {
        text-align: center;
        width: 100%;
    }

    .navbar-nav>li {
        float: none;
    }

    nav.main-nav a:hover, nav.main-nav a:focus, nav.main-nav li.active a {
        background: none;
        color: var(--dark-text);
    }

    .navbar-nav>li>a span {
        display: none !important;
    }

    .btn-bar {
        right: 55px;
        top: 16px;
    }

    .btn-bar .btn.btn-outline, .btn-bar .btn.btn-outline:hover {
        display: inline-block;
        height: 24px;
        margin: 0px;
        text-align: center;
        width: 30px;
    }

    .btn.btn-outline .fa {
        left: 10px;
    }

    .btn-bar .btn.btn-outline span {
        display: none;
    }
}

/* screens under 480px */
@media (max-width: 480px) {
    h1.intro {
        font-size: 36px
    }

    header .header-intro .inner {
        padding: 30px !important;
    }
    header:not(.with-video.with-overlay, .with-video), div#mapDiv {
        aspect-ratio: 1 / 1 !important; 
        height: auto !important;
    }

    .carousel-control .glyphicon-chevron-right {
        right: -10px;
    }
    .carousel-control .glyphicon-chevron-left {
        left: -10px;
    }
    #carousel-photo-gallery-mobile .carousel-control .glyphicon-chevron-right {
        right: -35px;
    }
    #carousel-photo-gallery-mobile .carousel-control .glyphicon-chevron-left {
        left: -35px;
    }
}


/* additional buyer facing modal overrides */
.ui-dialog[role=dialog] {
    border: 0 !important;
    padding: 0 !important;
}

.ui-dialog-titlebar {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  
}
