@font-face {
    font-family: ArchivoBlack;
    font-style: normal;
    font-weight: 600;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/ArchivoBlack-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/OpenSans-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/OpenSans-Bold.ttf);
    font-display: block;
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/Raleway-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: RockwellBold;
    font-style: normal;
    font-weight: normal;
    src: url(https://resources.valveque.com/just_add_content/templates/construction/fonts/rockwell-bold.ttf);
    font-display: block;
}

:root {
    --black: #000000;
    --bodyTextFont: Raleway;
    --companyNameFont: RockwellBold;
    --footerBgColor: #091b5f;
    --headingColor: #091b5f;
    --gray: #808080;
    --lightgray: #d3d3d3;
    --navAndHeadingsFont: ArchivoBlack;
    --navBgColor: #091b5f;
    --navBgColorHover: #3a497f;
    --openingHoursText: OpenSans;
    --orange: #ff840b;
    --white: #ffffff;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

body {
    background-color: var(--white);
    opacity: 0;
    overflow-y: scroll;
}

.br_div_nav_bar {
    display: block;
    margin-top: 1px;
}

.burger_menu_main {
    display: inline-block;
	position: relative;
	top: 5px;
    padding: 5px;
    width: 44px;
}

.burger_menu_main:hover {
    background-color: var(--navVerticalDivider);
    padding: 5px;
    cursor: pointer;
}

.burger_menu_main > div {
    background-color: var(--navBgColor);
    border-radius: 2px;
    height: 4px;
    margin-top: 4px;
    width: 34px;
}

.burger_menu_main > div:nth-child(1) {
    margin-top: 0;
}

.close_mobile_nav_x_main {
    opacity: 0;
    position: relative;
        right: calc(-100% + 36px);
        top: 25px;
    width: 34px;
}

.close_mobile_nav_x_main:hover {
    cursor: pointer;
}

.close_mobile_nav_x_main > div {
    background-color: var(--white);
    border-radius: 2px;

    height: 4px;
    width: 34px;
}

.close_mobile_nav_x_main > div:nth-of-type(1) {
  transform: translate(0, 1px) rotate(45deg);
}

.close_mobile_nav_x_main > div:nth-of-type(2) {
  transform: translate(-1px, -3px) rotate(-45deg);
}

.company_contact_in_page_main {
    font-family: var(--bodyTextFont);
    margin-left: 16px;
    margin-top: 32px;
}

.company_contacts_name {
    font-weight: 700;
}

.footer_company_contacts_main {
    display: block;
    font-size: 16px;
    margin: 20px auto 0 auto;
    text-align: center;
    width: 100%;
}

.footer_company_contacts_main > .br_div_footer_contacts {
    display: block;
    margin: -5px 0 0 0;
}

.footer_company_contacts_main > div {
    color: var(--white);
    font-family: var(--bodyTextFont);
    margin-top: 8px;
}

.footer_company_contacts_main > div:nth-of-type(1) {
    margin-top: 26px;
}

.footer_company_contacts_main > div > a {
    color: var(--white);
    font-family: var(--bodyTextFont);
    text-decoration: none;
}

.footer_company_contacts_main > div > a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.footer_company_contacts_main > img {
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
	position: relative;
	    left: 7px;
    width: 36px;
}

.footer_contact_email > img {
    display: inline;
	float: none;
	height: 12px;
	margin: 0 0.38em 0 0;    
  	position: relative;
  	    top: 2px;
  	    left: 1px;
  	width: 16px;
}

.footer_contact_telephone > img {
	display: inline;
	height: 16px;
	float: none;
	margin: 0 0.3125em 0 0;
	position: relative;
  	    top: 5px;
		left: 2px;
    width: 16px;    
}

.footer_main {
    background-color: var(--footerBgColor);
    padding: 0 0 120px 0;
    width: 100%;
}

.footer_main_fixed_bottom {
    position: fixed;
        bottom: 0;
        left: 0;
}

.footer_sub_1 {
    margin: 26px auto 0 auto;
}

.footer_top_line {
    background-color: var(--footerTopLineColor);
    height: 12px;
}

.header_main {
    display: block;
    margin: 0 auto;
    padding: 10px 16px 18px 16px;
}

.header_main > a {
    display: inline-block;
    text-decoration: none;
    width: calc(100% - 44px);
}

.header_main > a > div {
    color: var(--headingColor);
    display: inline-block;
    font-family: var(--companyNameFont);
    font-size: 28px;
    width: 100%;
}

.header_main > a > img {
    display: none;
}

.main_content {
    padding: 20px 16px 112px 16px;
}

.main_image_figure {
    background-color: var(--white);
    margin-left: 0;
    margin-top: 21px;
    position: relative;
}

.main_image_top_text_in_footer_main {
    margin: 0 auto 26px auto;
}

.main_image_top_text_in_footer_main > div > div {
    color: var(--white);
    font-family: var(--bodyTextFont);
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
}

.main_image_top_text_main {
    display: none;
}

#map {
    border: 1px solid var(--lightgray);
    height: 400px;
    margin-left: 16px;
    margin-top: 32px;
    width: calc(100% - 32px);
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Verdana', sans-serif;
}

.nav_main {
    background-color: var(--navBgColor);
    border: 5px solid var(--navVerticalDivider);
    display: block;
    height: 100%;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 16px 18px 16px;
    position: fixed;
        right: 0;
        top: 0;
    text-align: center;
    transition: right 0.4s linear;
    width: 100%;
    z-index: -1;
}

.nav_bar_main {
    margin-top: 64px;
}

.nav_bar_main > div > a {
    border-bottom: 5px solid var(--navBgColorHover);
    color: var(--white);
    display: block;
    font-family: var(--navAndHeadingsFont);
    font-size: 21px;
    letter-spacing: 0.04em;
    margin: 0 auto;
    padding: 18px;
    text-decoration: none;
    text-shadow: 2px 2px 0 var(--black);
    width: 100%;
}

.nav_bar_main > div > a:hover {
    background-color: var(--navBgColorHover);
    cursor: pointer;
}

@media screen and (min-width: 430px) {

	.burger_menu_main {
    	position: relative;
    	top: 10px;
	
	}

    .header_main > a > div {
        width: calc(100% - 40px - 15px);
        position: relative;
            top: 3px;
    }

    .header_main > a > img {
        display: inline-block;
        height: auto;
        margin: 0 15px 0 0;
        position: relative;
            top: 3px;
        width: 40px;
    }

    .main_image_top_text_in_footer_main {
        display: none;
    }

	.main_image_top_text_main {
        background-color: var(--orange);
        border-radius: 10px;
        display: block;
        padding: 10px 20px;
        position: absolute;
            bottom: 25px;
            right: 15px;
    }
    
    .main_image_top_text_main > div {
        
    }
    
    .main_image_top_text_main > div > div {
        color: var(--white);
        display: block;
        font-family: var(--openingHoursText);
        font-size: 15px;
        font-weight: 200;
        line-height: 24px;
        text-align: center;
    }

}

@media screen and (min-width: 550px) {

    .burger_menu_main {
    	position: relative;
    	top: 5px;
	
	}

    .close_mobile_nav_x_main {
        position: relative;
            right: calc(-100% + 36px);
            top: 35px;
        width: 34px;
    }

    .header_main {
        padding: 20px 16px 10px 16px;
    }

    .header_main > a > div {
        font-size: 44px;
        width: calc(100% - 60px - 15px);
    }

    .header_main > a > img {
        width: 60px;
    }

}

@media screen and (min-width: 600px) {
    
    .main_image_top_text_main {
            bottom: 30px;
            right: 20px;
    }
    
}

@media screen and (min-width: 864px) {
    
    .burger_menu_main {
        display: none;
    }
    
    .company_contact_in_page_main {
        margin-left: 0;
    }
    
    .footer_company_contacts_main {
        display: block;
        font-size: 14px;
        margin: 0 auto 0 auto;
        text-align: center;
        white-space: nowrap;
        width: 736px;
    }

    .footer_company_contacts_main > div {
        display: inline-block;
        margin: 0 0 0 8px;
        text-align: center;
    }

    .footer_company_contacts_main > div::before {
        content: "\2022";
        margin-right: 8px;
    }
    
    .footer_company_contacts_main > div:nth-of-type(1) {
        margin-top: 0;
    }
    
    .footer_company_contacts_main > div:nth-of-type(1)::before {
        content: "";
    }

    .footer_company_contacts_main > img {
        display: inline-block;
        margin: 0 0 0 0;
        position: relative;
            top: 2px;
        text-align: center;
        width: 25px;
    }

    .footer_main {
        padding: 0 0 120px 0;
    }

    .footer_sub_1 {
        margin-top: 16px;
    }

    .header_main {
        padding: 20px 16px 10px 16px;
        margin-top: 43px;
        width: 800px;
    }

    .header_main > a {
        display: block;
        text-align: left;
        width: 100%;
    }

    .header_main > a > div {
            top: -5px;
        margin-left: 20px;
        font-size: 62px;
        font-weight: 600;
        letter-spacing: -1.1px;
        line-height: 1.45em;
        padding-top: 0.30em;
        text-align: left;
        width: calc(100% - 140px - 17px - 15px)
    }

    .header_main > a > img {
        margin: 30px 17px 0 15px;
            top: 10px;
        width: 120px;
    }

    .main_content {
        padding: 32px 15px 60px 15px;
    }

    .main_image_figure {
        margin: 0 auto;
        width: 800px;
    }    

    .main_image_top_text_main {
            bottom: 26px;
            right: 22px;
    }    

    .main_main {
        margin: 25px auto 0 auto;
        width: 800px;
    }
    
    #map {
        margin-left: 0;
        width: 100%;
    }

    .nav_main {
        background-color: transparent;
        border: none;
        display: block;
        height: auto;
        margin: 12px auto 0 auto;
        opacity: 1;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0;
        position: relative;
            left: 0;
            top: 0;
        text-align: center;
        transition: none;
        width: 800px;
        z-index: 10;
    }
    
    .close_mobile_nav_x_main {
        display: none;
    }

    .nav_bar_main {
        display: block;
        margin-top: 0;
    }
    
    .nav_bar_main > div {
        display: inline-block;
        width: 20%;
    }

    .nav_bar_main > div > a {
        background-color: var(--navBgColor);
        border-bottom: none;
        border-right: 5px solid var(--navBgColorHover);
        color: var(--white);
        display: inline-block;
        font-family: var(--navAndHeadingsFont);
        font-size: 18px;
        letter-spacing: 0.04em;
        margin: 0 auto;
        padding: 2px 0 2px 0;
        position: relative;
        text-decoration: none;
        text-shadow: 2px 2px 0 var(--black);
        width: 100%;
    }

    .nav_bar_main > div:first-child a {
        border-radius: 5px 0 0 5px;
    }
    
    .nav_bar_main > div:last-child a {
        border-radius: 0 5px 5px 0;
        border-right: none;
    }

/* MARK CURRENT PAGE ON A BIG SCREEN. */

    .nav_bar_main > div > div {
        background-color: var(--orange);
        height: 4px;
        opacity: 0;
        width: calc(100% - 5px);
    }
    
    .nav_bar_main > div:nth-child(1) > div {
        position: relative;
            left: 4px;
        width: calc(100% - 5px - 4px);
    }
    
    .nav_bar_main > div:nth-child(5) > div {
        width: calc(100% - 4px);
    }        

}