@charset "utf-8";

/* CSS Document */
/*html*/
:root {
    --dark-text: #000;
    --accent-color: #11ddf9;
    --light-accent: #f5f5f5;
}

li::marker {
    color: var(--accent-color);
}

::selection {
    background-color: var(--accent-color);
    color: var(--dark-text);
}

body {
    color: var(--dark-text);
    font-family: 'Work Sans', sans-serif;
    padding-top: 0px;
    font-size: 14px;
}

.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: white;
    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: 1 / 1;
    object-fit: cover;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    background: transparent;
    width: 34px;
    height: 34px;
    border-radius: 0;
    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 20px/34px FontAwesome;
    left: 13px;
}

.glyphicon-chevron-right::before {
    content: "\f105";
    font: normal normal normal 20px/34px FontAwesome;
    right: 13px;
}

.gallery_image {
    padding: 0 5px;
}

/*fonts*/

.main-nav,
section.statistics .stat .desc {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
section.statistics .stat .info {
    font-family: 'Miriam Libre', serif;
    font-weight: 400;
}

h1 {
    font-weight: 700;
}

/*nav*/
#main-nav {
    clear: both;
    padding: 0;
}

.main-nav .container {
    padding: 0px;
}

.logo {
    float: left;
}

.logo img {
    height: auto;
    max-width: 200px;
}

.navbar-brand {
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.main-nav {
    background: transparent;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    min-height: 75px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: all .4s ease-in-out;
}

nav.main-nav.affix {
    background: #000;
    border-bottom: 0;
    margin-top: 0px;
    position: fixed;
}

nav.main-nav .container {
    border-bottom: 0;
}

nav.main-nav ul {
    background: var(--dark-text);
    margin: 0px;
}

nav.main-nav ul,
nav.main-nav li,
nav.main-nav a {
    text-align: center;
    width: 100%;
    transition: all .4s ease-in-out;
}

nav.main-nav a:hover,
nav.main-nav a:focus {
    background: none;
    color: rgba(255, 255, 255, 1);
}

.navbar-nav>li>a {
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
}

.navbar-nav>li:last-child>a {
    margin-right: 15px;
}

nav.main-nav li.active a {
    background: #ffffff1A;
    border-radius: 0;
    color: var(--dark-text);
}

.navbar-toggle .icon-bar {
    background: white;
}

.btn-mobile-nav {
    margin-top: 17px;
}


/*header*/
header {
    background: var(--dark-text) url(/files/DjjOlL8rCRJtMLC7ben-PPBoBonfLU2MH7-G2rXV7l7bA9UBx5RTKmij5c5jBEgT72roMFfjOohCjptwfFf5QY7eoGN89Ql5d9Aw9n-i6XnP_0F_Gzwgn1B0I4zOon8fS8vV29SWL0V0pAboI6hVyg.png) no-repeat fixed center top !important;
    background-size: cover;
    margin-top: 0px;
    position: relative;
    min-height: 360px;
}

header .logo_intro img {
    max-width: 260px;
}

header .inner {
    text-align: left;
    pointer-events: all;
}

header .header-intro {
    background: linear-gradient(#00000066, #00000066);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

header .btn-wrapper {
    bottom: 20px;
    left: 0;
    display: block;
    font-size: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
    pointer-events: none;
}

header .btn-wrapper .btn-scroll-down, footer .btn-top {
    color: var(--accent-color);
    border: 1px solid white;
    border-radius: 0;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    width: 34px;
    transition: all .4s ease-in-out;
    text-shadow: none;
}

.btn-scroll-down {
    pointer-events: auto;
}

header .btn-wrapper .btn-scroll-down:hover, footer .btn-top:hover {
    color: black;
    background-color:var(--accent-color);
    border-color:var(--accent-color);
}

header hr {
    border-top: 1px solid #ffffff40;
    height: 1px;
    margin: 20px auto 20px 0;
    max-width: 250px;
}

h1.intro {
    font-size: 32px;
}

header h2 {
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: capitalize;
}

h4 {
    font-size: 24px;
}

/*buttons*/

.btn.btn-outline {
    background: none;
    border: 1px solid white;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin: 10px 20px 10px 0;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.btn.btn-outline:hover {
    background: white;
    border-color: white;
    color: var(--dark-text);
}

.overlay-disable .btn.btn-outline {
    background: #ffffff10;
    border: none;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    color: white;
    margin: 10px;
    transition: all .2s ease-in-out;
}

.overlay-disable .btn.btn-outline:hover {
    background: white;
    border-color: white;
    color: var(--dark-text);
}

.overlay-disable .btn-bar .btn.btn-outline:hover i {
    color: var(--dark-text);
    transition: all .2s ease-in-out;

}


.btn-bar .btn.btn-outline {
    float: right;
    margin: 0 15px 0 0;
    font-size: 14px;

}

.ca {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: auto;
    width: 100%;
    z-index: 1000;
}

.ca .btn.btn-outline {
    background: var(--dark-text);
    border-color: var(--dark-text);
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0;
    width: 100%;
}

/*main body*/
.main.container-fluid {
    min-height: 400px;
    padding: 0px;
}

section {
    background: white;
    font-size: 16px;
    padding: 0px 15px 50px 15px;
}

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 h2 {
    display: inline-block;
    font-family: 'Miriam Libre', serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin: 50px 0 30px 0;
    padding: 10px 0 10px 0;
}

section .section-title h2::before {
    content: '';
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
    height: 1px;
}

section .section-title h2::after {
    content: '';
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--accent-color);
    height: 1px;
}

section h3.subtitle {
    display: block;
    font-family: 'Work Sans', sans-serif;
    color: var(--accent-color);
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;
    margin: 20px 0 0 0;
    text-align: left;
}

section h3.subtitle.first {
    margin-top: 0px;
}

section .content {
    margin-top: 20px;
}

section img.pull-left {
    padding: 0 15px 5px 0;
}

section img.pull-right {
    padding: 0 0 5px 15px;
}

section.photo-section {
    background: #000;
    color: white;
}

section.statistics {
    background: var(--dark-text) url(/files/DjjOlL8rCRJtMLC7ben-PPBoBonfLU2MH7-G2rXV7l7bA9UBx5RTKmij5c5jBEgT72roMFfjOohCjptwfFf5QY7eoGN89Ql5d9Aw9n-i6XnP_0F_Gzwgn1B0I4zOon8fS8vV29SWL0V0pAboI6hVyg.png) no-repeat fixed center top;
    padding: 0;
    background-size: cover;
}

section.statistics .inner {
    padding: 100px 15px;
    text-align: center;
}

section.statistics .stat {
    display: inline-block;
    color: white;
    font-size: 20px;
    margin: 20px 0 20px 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100%;
}

section.statistics .icon {
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    width: 60px;
}

section.statistics .icon .fa {
    line-height: 60px;
    color: black;
}

section.statistics .stat .info {
    font-weight: 100;
    font-size: 41px;
}

section.map {
    padding: 0;
}

section.map .map_address {
    background: var(--light-accent);
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
}

section hr {
    border-bottom: 2px solid var(--dark-text);
    border-top: 2px solid var(--dark-text);
    height: 2px;
    margin: 20px auto 10px;
    max-width: 200px;
}

section .photos img {
    max-height: 250px;
}

section ul li {
    margin-bottom: 15px;
}


/*tables*/
table {
    border: none;
    width: 100%;
}

table td {
    padding: 12px 20px;
}

table th {
    padding: 12px 20px;
    background: var(--dark-text);
    color: black;
}

table th a {
    color: black;
}

table th a:hover {
    color: black;
    text-decoration: underline;
}

table tr:nth-child(even) {
    background: var(--light-accent);
}

.table-responsive {
    border: none;
}

/*contacts*/
section.contacts {
    text-align: left;
    background-color: #000;
    color: white;
}

section.contacts .section-title h2 {
    margin-bottom: 50px;
}

section.contacts .contacts_wrapper {
    display: block;
    width: 100%;
}

section.contacts .contact {
    display: block;
    margin: 0;
    padding: 0 5px 40px 5px;
    vertical-align: top;
    width: 100%;
}

section.contacts img {
    border: 0;
    outline: 0;
    margin-top: 40px;
}

section .contact a {
    color: var(--accent-color);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Miriam Libre', serif;
}

/*footer*/
footer {
    background: var(--dark-text) url(/files/DjjOlL8rCRJtMLC7ben-PPBoBonfLU2MH7-G2rXV7l7bA9UBx5RTKmij5c5jBEgT72roMFfjOohCjptwfFf5QY7eoGN89Ql5d9Aw9n-i6XnP_0F_Gzwgn1B0I4zOon8fS8vV29SWL0V0pAboI6hVyg.png) no-repeat fixed center top;
    background-size: cover;
    color: rgba(255, 255, 255, 0.6);
    min-height: 60px;
    text-align: center;
    padding: 40px 15px;
    position: relative;
}

footer a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 10px;
}

footer a:hover,
footer a:focus {
    color: white;
    text-decoration: none;
}

footer .btn-top {

    margin-bottom: 100px;

}


footer .social {
    font-size: 40px;
}

footer .social a {
    margin: 0 10px;
}


/*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;
    }

    .logo img {
        max-width: 200px;
    }

    nav.main-nav ul,
    nav.main-nav li,
    nav.main-nav a {
        display: inline-block;
        width: auto;
    }

    .navbar-nav>li>a {
        margin: 12px 0;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    nav.main-nav li.active a {
        border-radius: 0px;
    }

    nav.main-nav.affix {
        background: #000;
        border-bottom: 0;
        color: #999;
    }

    nav.main-nav ul {
        background: none;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    /*header*/
    h1.intro {
        font-size: 46px;
    }

    header h2 {
        font-size: 22px;
    }

    header .logo_intro {
        max-width: 300px;
    }

    header .header-intro {
        background: linear-gradient(#00000066, #00000066);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    /*buttons*/
    .btn.btn-outline {
        font-size: 14px;
    }

    .ca {
        left: auto;
        right: 0;
        width: auto;
    }

    .ca .btn.btn-outline {
        font-size: 14px;
        width: auto;
    }

    .overlay-disable div.ca {
        display: none !important;
    }

    /*main body*/
    section .section-title h2 {
        font-size: 50px;
    }
    section .section-title h2.empty {
		padding: 0;
		margin: 0;
	}

    section h3.subtitle {
        font-size: 24px;
    }

    section.statistics .stat {
        width: 50%;
    }

    /*contacts*/
    section.contacts .contacts_wrapper {
        display: block;
        width: 100%;
    }

    section.contacts .contact {
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }

    section .contact a {
        font-size: 20px;
    }

    /*footer*/
    footer a {
        margin: 20px 10px;
    }

    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
        font-size: 16px;
    }

    /*modal*/
    .tech-supp-form .form-label {
        text-align: right;
        width: 100px;
    }

    .tech-supp-form textarea {
        width: 325px;
    }

    .tech-supp-form input[type="text"] {
        width: 325px;
    }

    .tech-supp-form .captcha-image {
        float: left;
        margin: 10px 0 0 100px;
        width: auto;
    }

    .tech-supp-form .captcha-image img {
        max-width: none;
    }

    .tech-supp-form .captcha-response-label {
        margin: 10px 0 0 100px;
    }

    .tech-supp-form #captcha-response {
        margin: 10px 0 0 100px;
    }

    .tech-supp-form #captcha_reload_btn {
        display: inline-block;
        margin: 30px 0 0 10px;
    }

    .ui-dialog {
        max-width: none;
        width: auto !important;
    }

    #question {
        width: 325px;
    }

    #support-choice {
        min-height: 120px !important;
        max-width: none;
        overflow-x: hidden;
    }

    #support-choice fieldset input[type="text"] {
        width: 250px;
    }

    #support-choice div:first-child {
        width: 280px !important;
    }

    #support-choice div:last-child {
        width: 280px !important;
    }
}

/*desktop only*/
@media (min-width: 992px) {

    /*header*/
    h1.intro {
        font-size: 50px;
        width: 70%;
    }

    header h2 {
        margin-top: 10px;
        font-size: 30px;
    }

    nav.main-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*main body*/
    section.statistics .stat {
        width: 25%;
    }

    /*nav when disableTextOverlay*/
    .overlay-disable nav.main-nav.affix-top,
    .overlay-disable nav.main-nav.affix {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

/*collapse on tablet*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 0;
        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 {
        background: #000;
        border-top: 0;
        clear: both;
        float: none;
    }

    #main-nav {
        clear: both;
        padding: 0;
    }

    nav.main-nav {
        background: #000;
        border-bottom: 0;
    }

    nav.main-nav .container {
        border-bottom: 0;
    }

    nav.main-nav ul {
        margin: 0px;
    }

    nav.main-nav ul,
    nav.main-nav li,
    nav.main-nav a {
        text-align: center;
        width: 100%;
        transition: all .4s ease-in-out;
    }

    nav.main-nav a:hover,
    nav.main-nav a:focus {
        background: none;
        color: rgba(255, 255, 255, 0.6);
    }

    .navbar-nav>li>a {
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    nav.main-nav li.active a {
        background: #ffffff1A;
        border-radius: 0;
        color: #000;
    }
}

/* 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;

}

/*Custom left-image section */

.left-image-section, .right-image-section {
    padding: 0;
    margin: 0;
    overflow: hidden;

}

.left-image-section .container-fluid, .right-image-section .container-fluid {
    padding: 0;
    margin: 0;
}

.left-image-section .row, .right-image-section .row {
    display: flex;
}

.left-image-section .col-sm-6, .right-image-section .col-sm-6 {
    padding: 0;
    margin: 0;
}

.left-image-section .col-sm-6:nth-child(1) div, .right-image-section .col-sm-6:nth-child(2) div {
    height: 100%;
}

.left-image-section .col-sm-6 img, .right-image-section .col-sm-6 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.left-image-section .col-sm-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px 50px 50px;
}

.right-image-section .col-sm-6:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 50px 60px;

}

.left-image-section .section-title,
.left-image-section .subtitle,
.right-image-section .section-title,
.right-image-section .subtitle {
    margin-bottom: 0px;
    padding: 0;
}


@media screen and (max-width: 991px) {
    .left-image-section .row, .right-image-section .row {
        display: flex;
        flex-direction: column;
    }

    .left-image-section .col-sm-6, .right-image-section .col-sm-6 {
        width: 100%;
    }

}

/* center header video for mobile */
@media screen and (max-width: 640px) {
    .embed-responsive {
        position: absolute;
        left: 0; right: 0;
        top: 50%;
        /* video height / video width */
        padding-bottom: 56.2%;
        /* the above value * 0.5 */
        margin-top: -28.1%;
        height: 0;
        overflow: hidden;
    }
}

/* screens under 480px */
@media (max-width: 480px) {
    section.statistics .stat .info {
        font-weight: 100;
        font-size: 32px;
    }

    .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;
    }
}