@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Light';
  src: url("../../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Medium';
  src: url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_SemiBold';
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Bold';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStd-Bold.otf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Regular';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStdBk.woff") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* MIXINS */
@media screen and (max-width: 991px) {
  .top_contact_section .custom-container .contact-container-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_contact_section .custom-container .contact-desc-responsive {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .top_contact_section .footer-img {
    width: 95px !important;
  }
}

@media screen and (max-width: 500px) {
  .top_contact_section .custom-container .mb-50 {
    margin: 20px 0 !important;
  }
}

/* navbar-toggle: 1615px */
@media (min-width: 1100px) {
  .currency_icon_mark {
    position: relative;
    top: 0px;
    left: 0px;
    height: 4px;
    width: 5px;
    padding: 3px;
    padding-left: 7px;
    padding-right: 8px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 5px;
  }
}

@media (max-width: 1100px) {
  .currency_icon_mark {
    position: absolute;
    top: 15px;
    left: 22px;
    border: 0;
  }
}

@media (min-width: 1100px) {
  .language_icon {
    background: url("../../../../images/v2/header_sprite.png");
    background-position-x: -24px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 270% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    left: 13px;
  }
}

@media (max-width: 1100px) {
  .language_icon {
    background: url("../../../../images/v2/header_sprite_mobile.png");
    background-position-x: -24px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 270% 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    left: 13px;
  }
}

.header_user_icon {
  /* @media (max-width: 1475px) { 
        display:none;
    } */
}

@media (min-width: 1100px) {
  .header_user_icon {
    background: url("../../../../images/v2/header_sprite.png");
    background-position-x: -52px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    background-size: 260% 90%;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 9px;
    left: 13px;
  }
}

.reg_div {
  display: none;
  /* @media (min-width: 1475px) { 
        display: none; 
        width:50%;
    } */
}

@media (max-width: 1100px) {
  .reg_div {
    display: inline-block;
    width: 50%;
    background-color: #d2d2d2 !important;
  }
  .reg_div a {
    color: #666 !important;
  }
}

@media screen and (max-width: 1340px) and (min-width: 992px) {
  .contact-desc-responsive a img {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1210px) and (min-width: 992px) {
  .footer-social-m-icon {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}

@media (min-width: 1200px) {
  .nav a.preferred-currency {
    margin-left: 0px !important;
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav a.preferred-currency + ul li {
    margin-left: 0 !important;
  }
  .dd-menu-language {
    min-width: 50px !important;
  }
  .dd-menu-language a {
    padding-left: 20px !important;
  }
  .dd-menu-currency {
    min-width: 50px !important;
  }
  .dd-menu-currency a {
    padding-left: 20px !important;
  }
  /* .col-lg-8-custom
    {
        margin-left:13.666667% !important;
        width: 70.666667% !important;
    } */
}

/* Only show the mega menu for larger screens */
@media (min-width: 1200px) {
  .navbar-right {
    margin-right: 0px;
  }
  #navbar-left li:hover .menu-sub {
    /* display: block; */
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 768px) {
  nav#site-nav {
    height: 65px;
  }
  nav#site-nav .top-header {
    display: none;
  }
  nav#site-nav .nav-splitter {
    display: none;
  }
  nav#site-nav #logo {
    height: 54px;
    width: auto;
    position: absolute;
    left: 7px;
  }
  nav#site-nav .navbar-nav {
    width: 90%;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    margin: auto;
    padding: 15px;
  }
  nav#site-nav .navbar-nav .opt-in {
    margin-top: 10px;
  }
  nav#site-nav .navbar-nav .opt-in a {
    left: initial;
  }
  nav#site-nav .navbar-nav .navigation_e.mobile {
    display: none;
  }
  nav#site-nav .navbar-nav .navigation_e.mobile {
    display: initial !important;
  }
  nav#site-nav .navbar-nav .dropdown-toggle .name-container {
    float: right;
    text-align: left;
  }
  nav#site-nav .navbar-nav .dropdown-toggle .profile-image-container {
    padding-left: 0;
  }
  nav#site-nav .navbar-nav .dropdown-menu {
    padding-bottom: 0;
    display: block;
    position: static;
    background-color: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    width: 100%;
  }
  nav#site-nav .navbar-nav .dropdown-menu .row.desktop {
    display: none;
  }
  .regmodal .modal-content {
    border-radius: 3px;
  }
  .modal-header .close_login {
    right: 20px !important;
    top: 0px !important;
  }
  section.top_contact_section .footer-img {
    padding: 5px;
  }
  section.top_contact_section p {
    font-size: .65em;
    text-align: left;
    margin-right: 0px;
    margin-left: 10%;
    padding-top: 25px;
  }
  section.top_contact_section .img-col {
    padding: 0px;
  }
  section.contact_us_section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  section.contact_us_section #footer_logo {
    height: 70px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  section.contact_us_section #footer_logo path.desktop, section.contact_us_section #footer_logo path.text {
    display: none;
  }
  section.contact_us_section .menu_links {
    font-size: .65em;
  }
  section.contact_us_section .menu_links li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  footer p.font-smaller {
    font-size: 0.6em !important;
  }
  /*LOGIN MODALS AND REGISTRATION*/
  #loginModal .side-blue, .registration_div .side-blue {
    display: none;
  }
  #loginModal .login-dialog, .registration_div .login-dialog {
    width: auto !important;
  }
  #loginModal .login-dialog .modal-body button, .registration_div .login-dialog .modal-body button {
    width: 100%;
  }
  #loginModal .login-dialog .loginBtn--google, .registration_div .login-dialog .loginBtn--google {
    margin-left: auto;
    margin-right: auto;
  }
  #loginModal #btn-register, .registration_div #btn-register {
    width: 100%;
  }
  /*LOGIN MODALS AND REGISTRATION*/
  #loginModal .side-blue, .registration_div .side-blue {
    display: none;
  }
  #loginModal .login-dialog, .registration_div .login-dialog {
    width: auto !important;
  }
  #loginModal .login-dialog .modal-body button, .registration_div .login-dialog .modal-body button {
    width: 100%;
  }
  #loginModal .login-dialog .loginBtn--google, .registration_div .login-dialog .loginBtn--google {
    margin-left: auto;
    margin-right: auto;
  }
  #loginModal #btn-register, .registration_div #btn-register {
    width: 100%;
  }
  #filter-modal .modal-body .custom-multiselect {
    position: initial;
    text-align: center;
  }
  #filter-modal .modal-body .custom-multiselect .multiselect-list {
    right: 9%;
  }
  #filter-modal .modal-body .custom-multiselect .multi-ph {
    left: -51px;
  }
  #filter-modal .modal-footer .search {
    width: 100% !important;
  }
  #filter-modal .modal-footer .filter-button {
    display: none;
  }
  section.earthauz-info-section .sfont {
    width: 378px !important;
    position: relative !important;
    left: 15px !important;
    top: -23px !important;
  }
  section.earthauz-info-section .tfont {
    margin-top: 24px !important;
  }
  section.earthauz-info-section .eimg {
    margin-top: 34px !important;
  }
  section.earthauz-info-section .green {
    margin-top: 31px !important;
  }
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
  }
  #navbar-items {
    position: relative;
    /* rey fix for logo not being clickable */
    pointer-events: none;
    padding-top: 0px !important;
    margin-top: 14px !important;
  }
  .site-branding #logo .hauz {
    fill: #045CCB;
  }
  .site-branding #logo .eart {
    fill: #22AB01;
  }
  .site-branding #logo .text {
    fill: #fff;
  }
  .site-branding #logo.on-scroll .text {
    fill: #5e5e5e;
  }
  #nav-right-access {
    margin-right: 0px !important;
  }
  #nav-right-access a {
    font-weight: 400;
    font-size: .9em;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
  #nav-list-prop {
    font-weight: 400;
    font-size: .9em;
    letter-spacing: 1px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1100px) {
  .navbar-custom #navbar-left > li > a:focus, .navbar-custom #navbar-left > li > a:hover {
    border-color: transparent;
    border-width: 0px;
  }
  #navbar-items {
    /*background: red;*/
    overflow: hidden;
  }
  .navbar-nav {
    background: white;
    padding: 0;
    margin: 0;
  }
  #navbar-left {
    /*float: right;*/
    margin-left: 0px;
    max-height: 100vh;
    overflow-x: auto;
  }
  #navbar-left li > a {
    color: #666;
  }
  #navbar-left li > a:active, #navbar-left li > a:hover {
    color: #51af2d;
  }
  #navbar-left .dropdown-toggle {
    display: none;
  }
  #navbar-left .desktop-menu {
    display: none;
  }
  #navbar-left .mobile-menu {
    display: block !important;
  }
  #navbar-left .mobile-logout-button-container {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #navbar-left .mobile-logout-button-container input[value="Logout"] {
    background-color: #004ebc;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 12px;
  }
  #navbar-left .navigation_e .profile-image {
    border-radius: 50%;
    width: 60px;
  }
  #navbar-left .navigation_e .profile-text-container {
    padding-left: 46px !important;
    padding-right: 0;
  }
  #navbar-left .navigation_e .profile-text-container .status_message {
    font-size: 11px;
    font-style: italic;
  }
  #navbar-left .navigation_e .profile-text-container .profile_text {
    font-size: 12px;
  }
  #navbar-left .profile-container {
    margin-top: 20px;
  }
  #navbar-left .profile-container .profile-text-container {
    padding-left: 30px;
  }
  #nav-right-access li > a {
    color: #666;
  }
  #nav-right-access li > a:active, #nav-right-access li > a:hover {
    color: #51af2d;
  }
  #nav-right-access li > a:active .currency_icon, #nav-right-access li > a:active .language_icon, #nav-right-access li > a:hover .currency_icon, #nav-right-access li > a:hover .language_icon {
    -webkit-filter: invert(88%) sepia(7%) saturate(6717%) hue-rotate(27deg) brightness(120%) contrast(50%);
            filter: invert(88%) sepia(7%) saturate(6717%) hue-rotate(27deg) brightness(120%) contrast(50%);
  }
  #nav-right-access li > .preferred-currency {
    text-align: right;
  }
  #nav-right-access li > #nav_lang_toggle {
    text-align: right;
  }
  #nav-right-access li > #nav_lang_toggle .language_icon {
    color: #666;
  }
  #nav-right-access li.nav-resp1 > #nav-list-prop {
    background-color: transparent;
    color: #666;
    border: 0px;
  }
  #nav-right-access li.opt-in > a .header_user_icon {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .navbar-header {
    float: none !important;
  }
  .navbar-toggle {
    display: block !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  /*vince*/
  .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    /*margin: 7.5px 50px 7.5px -15px;*/
    padding: 0;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .opt-in {
    width: 70%;
    margin: auto;
    text-align: center;
  }
  .opt-in a {
    color: white !important;
    width: 100%;
    left: -20px;
    text-align: center;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  #nav-list-prop {
    margin-left: 30px;
  }
  .navbar-custom li.opt-in a {
    margin-left: 0px;
  }
  .navbar-nav {
    margin: 0px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  #navbar-items {
    /* padding-top: 9px; */
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-toggle {
    margin-top: -50px !important;
  }
  .the_logo {
    position: absolute;
  }
  .nav a.preferred-currency {
    margin-left: 0 !important;
  }
  /* .currency_lang {
        display: block;
    } */
}

@media screen and (max-width: 1199px) {
  .navbar-custom #navbar-left > .active > a {
    border-color: transparent;
    border-width: 0;
  }
  /* .navigation_e {
        padding-bottom: 7px;
        padding-right:  50px !important;
        margin: 0 !important;
    } */
  .navigation_e:hover {
    background-color: #d2d2d2;
  }
  .nav-resp1 {
    margin-left: 0;
  }
  .nav-language {
    margin-left: 0px !important;
  }
  /* .navbar-custom .navbar-nav li {
        margin-left:  -15px; 
    } */
  .login_title {
    font-size: 15pt !important;
  }
  .lgfont {
    font-size: 15pt !important;
  }
  .navbar-toggle {
    margin-top: 10px !important;
    padding: 15px 25px;
    margin-right: 5px !important;
  }
  #navbar-items {
    padding-top: 3px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-custom #navbar-left > .active > a {
    border-color: transparent;
    border-width: 0;
  }
}

@media screen and (max-width: 767px) {
  #navbar-items {
    margin-top: 0px;
  }
  .navbar-collapse {
    max-height: 800px !important;
  }
  .navbar-btn {
    display: block;
  }
}

.contact_redirect {
  display: inline-block;
  margin: 5px;
}

.contact_redirect img {
  height: 48px !important;
}

@media screen and (max-width: 1024px) {
  .contact_redirect img {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  section.earthauz-info-section .sfont {
    width: 378px !important;
    position: relative !important;
    left: -28px !important;
    top: -3px !important;
  }
}

.contact-desc-responsive a img {
  padding: 7px;
  height: 35px;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .lgfont {
    font-size: 15pt !important;
  }
  .login_title {
    font-size: 15pt !important;
  }
  /* .the_logo {
        position: absolute
    } */
}

@media (min-width: 1200px) {
  .nav a.preferred-currency {
    margin-left: 0px !important;
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav a.preferred-currency + ul li {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1800px) {
  .the_logo {
    padding-right: 50px !important;
  }
  .navbar-custom #navbar-left > li > a, .navbar-custom #navbar-left > li > div > a {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  #nav-right-access a {
    padding-left: 45px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1650px) {
  .the_logo {
    padding-right: 25px !important;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1615px) {
  .currency_lang {
    display: none;
  }
  .currency_icon_mark {
    margin-right: 0px;
  }
  .preferred-currency {
    padding-left: 20px !important;
    margin-left: 0px !important;
  }
  .user-icon {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-width: 70px !important;
    padding-left: 20px !important;
  }
  .header_user_icon {
    position: static !important;
  }
  .the_logo {
    padding-right: 0px !important;
  }
  .site-branding {
    width: 190px;
  }
  #nav-list-prop, .navbar-custom .navbar-nav > li > a {
    font-size: .7em !important;
  }
  .caret {
    display: none;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
  .nav-resp1 {
    margin-left: 0 !important;
  }
  #nav-list-prop {
    margin-right: 0px !important;
  }
  .navbar-custom #navbar-left > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #nav-right-access a {
    padding-right: 15px;
  }
}

@media screen and (max-width: 320px) {
  .sfont {
    width: 200px !important;
    position: relative !important;
    left: 0px !important;
  }
}

@media screen and (max-width: 375px) {
  footer.site-footer .first-row img {
    margin-top: 32px !important;
    margin-bottom: 27px !important;
  }
  footer.site-footer .second-row {
    padding-bottom: 75px;
    line-height: 27px;
  }
  footer.site-footer .second-row .links-container {
    width: 85%;
    margin: auto;
  }
}

@media screen and (max-width: 425px) {
  section.earthauz-info-section .sfont {
    width: 283px !important;
    position: relative !important;
    left: -20px !important;
    top: -8px !important;
  }
  section.earthauz-info-section .aloc {
    margin-top: 23px;
  }
}

@media screen and (max-width: 375px) {
  form .multi-ph {
    margin-left: 35px !important;
    top: 25px !important;
  }
  section.earthauz-info-section {
    background-color: red;
    padding-top: 17px !important;
  }
  section.earthauz-info-section .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.earthauz-info-section .container .info-container {
    text-align: left !important;
  }
  section.earthauz-info-section .container .info-container .address {
    line-height: 18px;
  }
  section.earthauz-info-section .container .info-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.earthauz-info-section .sphone {
    margin-top: 11px !important;
  }
  section.earthauz-info-section .sfont {
    width: 243px !important;
    position: relative !important;
    left: 0px !important;
    top: 11px !important;
  }
  section.earthauz-info-section .tfont {
    margin-top: 24px !important;
  }
  section.earthauz-info-section .eimg {
    margin-top: 34px !important;
  }
  section.earthauz-info-section .green {
    margin-top: 47px !important;
  }
  #filter-modal .modal-body .custom-multiselect .multi-ph {
    left: -20px;
  }
}

@media screen and (max-width: 367px) {
  #filter-modal form .multi-ph {
    bottom: -49px !important;
    position: relative;
    top: initial !important;
  }
}
/*# sourceMappingURL=mobile_nav-contact-footer.css.map */