﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import 'https://fonts.googleapis.com/css?family=Lato';

* {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    outline: none;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        color: #c29b73;
    }

.BHI {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
}

    .BHI img {
        margin: 0 auto;
    }

.BHC {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}

.w {
    margin: 0 auto;
    width: 960px;
}

input[type="password"], input[type="text"], textarea {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #eee;
    padding: 10px;
    width: 300px;
    color: #999;
}

    input[type="text"]:focus, textarea:focus, input[type="password"]:focus {
        background-color: rgb(250, 255, 189);
    }

.logo {
    float: left;
    margin: 10px 0 0;
    width: 281px;
    height: 90px;
    background: url(/css/logo2.jpg) 0 0 no-repeat #fff;
}

.env {
    width: 200px;
    height: 135px;
    background: url(/css/s.png) 0 -253px no-repeat;
    margin-top: -50px;
}

.header {
    height: 100px;
    background-color: #fff;
}

    .header ul {
        padding: 0;
        margin: 0;
        float: right;
    }

        .header ul li {
            list-style-type: none;
            margin: 20px 0 0 10px;
            display: inline-block;
        }

            .header ul li a {
                padding: 20px 30px;
                color: #221e20;
                text-decoration: none;
                display: table-cell;
                letter-spacing: 0.5px;
                font-size: 20px;
            }

                .header ul li a:hover {
                    color: #c29b73;
                    background-color: #fff;
                }

.Msg, .Msg h1 {
    color: #fff;
    background-color: #c29b73;
    padding: 5px 0;
    font-size: 40px;
    float: left;
}

ul {
    margin-left: 30px;
}

#Step2, #msg_address, #_MakeCTotal {
    display: none;
}

    #Step2 textarea {
        width: 500px;
        height: 40px;
    }

#_MakeCTotal {
    border: 1px solid #aaa;
    border-width: 1px 0;
    float: left;
    margin: 10px 0;
    padding: 10px 0;
}

._MOx {
    display: none;
    color: #c29b73;
}

._MOTotal {
    border: 1px solid #aaa;
    margin: 10px 0 0;
    padding: 10px 0 5px;
    border-width: 1px 0 0;
}

.contact {
    background-color: #f7f7f7;
    width: 100%;
    padding: 50px 0;
    line-height: 28px;
}

    .contact textarea {
        width: 300px;
        height: 160px;
        margin-top: 0px;
    }

    .contact h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }

    .contact .button, .hoffer .button {
        background-color: #c29b73;
        color: #fff;
        padding: 10px 30px;
        border: none;
        cursor: pointer;
        float: right;
    }

.Article input[type=button] {
    float: none;
    padding: 7px 10px;
    margin-right: 10px;
    min-width: 30px;
    font-size: 20px;
    font-weight: bold;
    background-color: #c29b73;
    border: none;
    cursor: pointer;
    color: #fff;
}

    .Article input[type=button]:first-child {
        clear: left;
    }

.hoffer #Step1 .button {
    display: none;
}

.hoffer .button {
    float: none;
    margin-top: 10px;
    margin-right: 10px;
}

.hoffer label {
    color: #999;
}

.contact .button:hover, .hoffer .button:hover, .Article input[type=button]:hover {
    background-color: #000;
}

.err {
    background-color: #f9e1e1 !important;
}

.footer {
    background-color: #221e20;
}

    .footer .w {
        padding: 70px 0;
        text-align: center;
        color: #fff;
    }

        .footer .w a {
            margin: 20px 5px 0;
            color: #fff;
        }

            .footer .w a:hover {
                color: #c29b73;
            }

table td {
    vertical-align: central;
    padding-right: 20px;
    margin-bottom: 5px;
}

.fbrand {
    font-size: 20px;
    margin: 10px 0;
}

.row, .row2 {
    display: block;
    clear: both;
    height: 10px;
}

.row2 {
    height: 20px;
}

.cls {
    display: block;
    clear: both;
    height: 0;
}

.whatsapp {
    bottom: 20px;
    position: fixed;
    right: 25px;
    z-index: 100;
    cursor: pointer;
    background-image: url("/images/whatsapp_2.png");
    width: 50px;
    height: 50px;
}

.address, .about, .hoffer {
    background-color: #fff;
}

    .address .w, .about .w, .hoffer .w {
        padding: 50px 0;
    }

    .address h2, .about h2, .hoffer h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .address h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .address .addr_text, .address .addr_map {
        width: 50%;
        float: left;
    }

    .address .addr_text {
        padding-top: 20px;
    }

        .address .addr_text .line {
            width: 20%;
            display: table-cell;
            padding: 10px 20px 0 0;
        }

            .address .addr_text .line hr, .about hr {
                height: 3px;
                background-color: #dfdfdf;
                border: none;
            }

        .address .addr_text .text {
            display: table-cell;
            line-height: 28px;
        }

    .about hr {
        margin: 30px 0;
    }

    /*.about {
    border-bottom: 1px solid #dfdfdf;
}
*/
    .about p, .hoffer p {
        margin-bottom: 20px;
    }

        .about p br {
            margin-bottom: 5px;
            display: block;
        }

.hoffer {
    background-color: #f7f7f7;
}

    .hoffer table {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

        .hoffer table tr {
            border: 1px solid #dfdfdf;
        }

        .hoffer table th, .hoffer table td {
            margin: 0;
            padding: 0 10px;
            min-width: 10px;
            min-height: 10px;
            border: none;
        }

        .hoffer table input[type=button] {
            width: 100px;
        }

        .hoffer table input[type=text] {
            width: 300px;
        }

        .hoffer table input[type=checkbox] {
            margin-right: 10px;
        }

.fb, .gp {
    padding: 16px 25px;
    background: url(/css/s.png) 0 0 no-repeat;
}

.fb {
    background-position: 0 -107px;
}

.gp {
    background-position: -63px -107px;
}

.fb:hover {
    background-position: 0 -172px;
}

.gp:hover {
    background-position: -63px -172px;
}

.scrollup {
    background-color: #000;
    border: 0 none;
    border-radius: 30px;
    bottom: 80px;
    color: #fff;
    display: none;
    font-weight: bold;
    padding: 10px 20px;
    position: fixed;
    right: 25px;
    text-decoration: none;
    z-index: 100;
    font-size: 20px;
}

.Article {
    display: inline-block;
    margin: 0 10px 10px 0;
    float: left;
    width: 460px;
}

    .Article img {
        float: left;
        margin-right: 10px;
        width: 200px;
    }

    .Article .ARight {
        /*float: right;*/
    }

        .Article .ARight input[type=button]:first-of-type {
            clear: right;
        }

        .Article .ARight h3 {
            margin-bottom: 10px;
        }

        .Article .ARight input[type=number] {
            width: 100px;
            text-align: right;
            margin-right: 10px;
        }

    .Article input[type=text] {
        width: 50px;
        text-align: right;
        color: #000;
    }

.Eu2 {
    width: 100%;
    display: block;
    background-color: #fff;
}

    .Eu2 img {
        margin: 0 auto;
        display: block;
        max-width: 600px;
    }

.C11 {
    clear: both;
    margin: 0 auto;
    max-width: 90%;
    font-size: 14px;
    padding: 20px 0;
}

#C14 {
    background-color: rgba(0,0,0,.5);
    opacity: .5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}

#C13 {
    border-bottom: 1px solid #04142a;
    background: #fff;
    color: #000;
    width: 100%;
    position: fixed;
    z-index: 20001;
    display: none;
    bottom: 5%;
}

    #C13 input[type="button"] {
        display: block;
        margin-top: 10px;
        clear: both;
        padding: 0 10px;
        cursor: pointer;
    }

a.scrollup:hover {
    text-decoration: none;
    background-color: #c29b73;
    color: #fff;
}

.body h1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    border-bottom: 3px solid #dfdfdf;
}

.body h2, .body h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.body p {
    margin-bottom: 10px;
}

.body {
    background-color: #f7f7f7;
}

    .body .w {
        padding: 50px 0;
    }

.C11 h3 {
    margin-bottom: 5px;
}

.C11 br {
    display: block;
    height: 0px;
    margin-bottom: 5px;
}

.C12 {
    background: #fff;
    color: #000;
    width: 100%;
    /*position: fixed;
    top: 0;*/
    z-index: 2147483647;
    padding: 5px 0;
}

    .C12 .w a {
        float: right;
        color: #000;
        margin-left: 10px;
        height: 20px;
        text-decoration: underline;
    }

    .C12 .w {
        clear: both;
        margin: 0 auto;
        padding: 10px 0;
        width: 960px;
    }

        .C12 .w a:hover {
            border: 0;
        }

#C13 {
    border-bottom: 1px solid #eee;
}

    #C13 .w a {
        float: none;
        margin: 0;
    }

        #C13 .w a:hover {
            text-decoration: none;
        }

.PLDiv1 {
    background-color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 100;
}

    .PLDiv1 div {
        margin: 0 auto;
        position: relative;
        width: 32px;
    }

    .PLDiv1 div {
        margin: 0 auto;
        position: relative;
        width: 32px;
    }

    .PLDiv1 i {
        background-image: url("/css/loading.gif");
        height: 32px;
        position: fixed;
        top: 30%;
        width: 32px;
    }

.PLDiv2 {
    display: none;
}

.TestText {
    color: #999;
    font-style: italic;
}

.TestPerson {
    font-size: 80%;
    line-height: 80%;
    font-weight: bold;
    color: #777;
}

.testimonial {
    margin-bottom: 10px;
}

.Slice_30 {
    width: 30%;
    float: left;
}

    .Slice_30 img {
        width: 40%;
    }

.Slice_70 {
    width: 70%;
    float: left;
}

@media screen and (max-width: 960px) {
    .w {
        width: auto !important;
        margin: 0 20px;
    }

    .addr_text, .addr_map {
        width: 100% !important;
    }

    .addr_map {
        margin-top: 50px;
    }

    .contact td {
        float: left;
        clear: left;
        vertical-align: auto;
        padding: 0;
    }

    .contact img {
        margin-top: 0 !important;
    }

    .header .menu ul {
        float: right;
        box-shadow: 1px 1px 3px #eee;
    }

    .header .menu li {
        clear: both;
        margin: 0;
        display: block;
    }

        .header .menu li a {
            background-color: #fff;
            margin: 0;
            width: 200px;
            border: 1px solid #eee;
        }

    .Article {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .Article .ARight {
        float: none;
        margin-bottom: 10px;
    }

        .Article .ARight h3 {
            padding-top: 5px;
            clear: both;
        }

    #Step2 textarea {
        width: 100%;
    }

    .Slice_30, .Slice_70 {
        width: 100%;
        float: none;
    }
}
