/*
    #1b1b1a - Default black
    #d6b46a - Primary
    #ecd094 - Primary Hover

*/

* {
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,p,a,b {
    color: #1b1b1a;
}

body {
    background-color: #1b1b1a;
}

.main_body {
    background-color: white;
    padding-bottom: 10px;
}

/* BUTTONS */
.landing_button {
    cursor: pointer;
    outline: none;
    border: none;

    transition: 0.15s;

    background-color: #d6b46a;
    padding: 10px 30px;
    font-weight: 600;
}
.landing_button:hover {
    color: #d6b46a;
    background-color: #1b1b1a;
}
.landing_button:active {
    outline: none;
    border: none;
}
.landing_button:focus {
    outline: none;
    border: none;
}


/* NEW HEAD BLOCK */
#landing_new_head_block {
    display: flex;
    flex-wrap: wrap;

    padding-top: 20px;
    /*margin-top: 20px;*/
    margin-bottom: 40px;
}
#landing_new_head_block .side {
    width: 29%;
}
#landing_new_head_block .mid {
    width: 42%;
}
#landing_new_head_block button {
    float: right;
}

/* langing_head_text */
#langing_head_text h2 {
    text-align: center;
    margin: 0px auto;
    width: 440px;

    font-weight: 500;
    font-size: 22px;

    margin-bottom: 22px;
}
#langing_head_text p {
    font-weight: 600;
    font-size: 18px;

    margin-bottom: 36px;
}

/* langing fluid text */
#landing_head_fluid_container {
    background-color: #d6b46a;
    padding: 30px 0px;
    margin-bottom: 20px;
}
#landing_head_fluid_container p {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    margin: 0px auto;
    max-width: 380px;
}


/* landing_head_button */
#landing_head_button {
    margin-bottom: 20px;
}

#landing_head_button .three_side {
    display: flex;
    flex-wrap: wrap;
}
#landing_head_button .three_side .left_side{
    text-align: right;
    width: 49%;
}
#landing_head_button .three_side .right_side{
    width: 49%;
}
#landing_head_button .three_side .mid_side{
    width: 2%;
}

/* landing_mid_img */
#landing_mid_img .three_side {
    display: flex;
    flex-wrap: wrap;
}
#landing_mid_img .three_side .left_side{
    position: relative;
    width: 49%;
}
#landing_mid_img .three_side .right_side{
    position: relative;
    width: 49%;
}
#landing_mid_img .three_side .mid_side{
    width: 2%;
}


#landing_mid_img .image_container {
    position: relative;
    background-color: hotpink;
}
#landing_mid_img .image_container img {
    width: 100%;
}
#landing_mid_img .image_container:hover .image_overlay {
    opacity: 1;
}
#landing_mid_img .image_container .image_overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;

    cursor: pointer;
    background: rgba(214, 180, 106, 0.65);

    transition: 0.3s;
}

#landing_mid_img .image_container .image_overlay img {
    width: 36%;
    margin-top: 16%;
}
#landing_mid_img .image_container .image_overlay p {
    font-weight: 700;
    margin-top: 2%;
    font-size: 20px;
}

#landing_mid_img .prod_1 {
    pointer-events: none;
    position: absolute;
    width: 60%;
    bottom: -18%;
    right: 0px;
}

#landing_mid_img .prod_2 {
    pointer-events: none;
    position: absolute;
    width: 35%;
    bottom: -12%;
    left: 0px;
}

/* NEW MID TITLE */
#landing_new_mid_title {
    display: flex;
    flex-wrap: wrap;

    margin-top: 20px;
    margin-bottom: 60px;
}
#landing_new_mid_title .side {
    width: 29%;
}
#landing_new_mid_title .mid {
    width: 42%;
}
#landing_new_mid_title h2 {
    font-weight: 700;
    font-size: 1.4em;
    margin: 0px auto;
    line-height: 44px;
    color: #d6b46a;
}
#landing_new_mid_title button {
    float: right;
}


/* MAP */
#landing_map {
    margin-top: 100px;
    margin-bottom: 0px;
}
#landing_map #vmap {
    width: 100%;
    height: 600px;
}

/* MAP LIST */
#landing_map_list {
    max-width: 700px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 50px;
}
#landing_map_list div {
    width: 25%;
}
#landing_map_list p {
    cursor: pointer;

    text-align: center;
    text-transform: uppercase;

    color: #d6b46a;
    font-weight: 600;
    margin: 5px auto;
}
#landing_map_list p:hover {
    color: #ecd094;
}
#landing_map_list p.selected {
    color: #1b1b1a !important;
}

/* MAP LIST OPEN */
#landing_map_list_open {
    border: 1px solid #d6b46a;
    max-width: 700px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 50px;
}
#landing_map_list_open .top {
    display: flex; flex-wrap: wrap; width: 100%;
}
#landing_map_list_open .top h4{
    color: #d6b46a;
    margin-top: 20px;
}
#landing_map_list_open .top .empty {
    width: 20%;
}
#landing_map_list_open .top .main {
    width: 60%;
}
#landing_map_list_open .top .close {
    width: 20%;
    cursor: pointer;
    width: 20%;
    padding-right: 5%;
    font-size: 30px;
    color: #1b1b1a;
}
#landing_map_list_open .display {
    display: flex; flex-wrap: wrap; width: 100%;
}



#landing_map_list_open .country_info {
    margin: 0px auto;
    padding: 30px;
    width: 50%;
}
#landing_map_list_open .country_info .title{
    margin: 0px auto;
    font-weight: 600;
}
#landing_map_list_open .country_info .address {
    width: 80%;
    margin: 0px auto;
}
#landing_map_list_open .country_info .social {
    margin: 0px auto;
}
#landing_map_list_open .country_info .social i {
    cursor: pointer;
    color: #d6b46a;
    font-size: 20px;
    padding: 10px;
}
#landing_map_list_open .country_info .social i:hover {
    color: #ecd094;
}


/* FOOTER */
#landing_footer {
    background-color: #1b1b1a;
}
#landing_footer img {
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}
#landing_footer a {
    cursor: pointer;
    color: #d6b46a;
    margin-bottom: 40px;
}
#landing_footer a:hover {
    color: #ecd094;
}

#landing_footer .social {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 340px;
    margin-top: 20px;
    margin-bottom: 40px;
}
#landing_footer .social i {
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    color: #d6b46a;
    width: 20%;
}
#landing_footer .social i:hover {
    text-align: center;
    color: #ecd094;
}


/* CONTACT */

#landing_contact_send_button {
    margin-top: 30px;
}

#landing_contact {
    max-width: 900px;
    margin: 0px auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

#landing_contact label {
    font-weight: 700;
}

#landing_contact input, #landing_contact select, #landing_contact textarea {
    border-radius: 0;
    border: none;
    outline-width: 0;
    outline: none;
    background-color: #ebebeb;
}
#landing_contact input:focus, #landing_contact select:focus, #landing_contact textarea:focus {
    box-shadow: 0px 0px 0px 2px #d6b46a;
}
#landing_contact input[type=checkbox] {
    border-radius: 0;
    border: none;
    outline-width: 0;
    outline: none;
    background-color: #ebebeb;
}
#landing_contact input[type=checkbox]:focus {
    box-shadow: none;
}

.special_check_input {
    cursor: pointer;

    display: flex;
    flex-wrap: wrap;

    margin-top: 20px;
}
.special_check_input .box {
    background-color: #ebebeb;
    width: 30px;
    height: 30px;
}
.special_check_input .box i {
    color: #ebebeb;
    text-align: center;
    line-height: 30px;
    width: 30px;
}
.special_check_input .box#active {
    background-color: #d6b46a;
}
.special_check_input .box#active i {
    color: #000000;
}
.special_check_input label {
    margin-left: 10px;
    line-height: 30px;
}


@media screen and (max-width: 1200px) {
    .fix_container {
        max-width: 992px;
    }
}
@media screen and (max-width: 992px) {
    .fix_container {
        max-width: 768px;
    }

    /* MPA */
    #landing_map #vmap {
        height: 400px;
    }

    /* NEW MID TITLE */
    #landing_new_mid_title .side {
        width: 100%;
    }
    #landing_new_mid_title .mid {
        width: 100%;
    }
    #landing_new_mid_title button {
        margin-top: 20px;
        float: none;
    }

    /* NEW HEAD BLOCK */
    #landing_new_head_block .side {
        width: 100%;
    }
    #landing_new_head_block .mid {
        width: 100%;
    }
    #landing_new_head_block button {
        margin-top: 40px;
        float: none;
    }

}
@media screen and (max-width: 768px) {
    .fix_container {
        max-width: 576px;
    }

    #langing_head_text p {
        font-size: 14px;
    }

    /* MID IMAGE */
    #landing_mid_img .three_side .left_side{
        width: 100%;
        margin-top: 30px;
        margin-bottom: 70px;
    }
    #landing_mid_img .three_side .right_side{
        width: 100%;
    }
    #landing_mid_img .three_side .mid_side{
        display: none;
    }

    /* TOP BUTTONS */
    #landing_head_button .three_side .left_side{
        text-align: center;
        width: 50%;
    }
    #landing_head_button .three_side .right_side{
        text-align: center;
        width: 50%;
    }
    #landing_head_button .three_side .mid_side{
        display: none;
    }

    /* MID TITLE */
    #landing_mid_title .mid_button_holder {
        text-align: center;
    }

    /* MPA */
    #landing_map #vmap {
        height: 300px;
    }

    /* MAP LIST */
    #landing_map_list {
        max-width: 600px;
    }
    #landing_map_list div {
        width: 50%;
    }
    #landing_map_list_open {
        width: 90%;
    }
    #landing_map_list_open .country_info {
        width: 100%;
    }

}
@media screen and (max-width: 576px) {
    .fix_container {
        max-width: 375px;
    }

    #langing_head_text h2 {

        width: 90%;
        font-size: 20px;
        /*width: 400px;*/

    }

    /* MPA */
    #landing_map #vmap {
        height: 200px;
    }

    .landing_button {

        background-color: #d6b46a;
        padding: 10px 10px;
        font-weight: 600;

        font-size: 15px;
    }
}
@media screen and (max-width: 375px) {
    .fix_container {
        max-width: 320px;
    }
}