/* Minification failed. Returning unminified contents.
(308,35): run-time error CSS1046: Expect comma, found '0'
(308,39): run-time error CSS1046: Expect comma, found '/'
 */
#map {
    height: 450px;
    width: 100%;
    position: relative;
}

.close-menu {
    color: #2ab9b5 !important;
}

.contact .times li p {
    max-width: 400px;
    float: right;
    text-align: left;
    font-size: 20px;
}

.header-maps {
    position: relative;
}

.contact {
    background: #fff;
    position: relative;
    font-size: 20px;
    padding: 125px 0px;
}

    .contact .contact-info a {
        font-size: 22px;
    }

    .contact a {
        color: #000 !important;
    }

    /*.contact:before {
    content: "";
    position: absolute;
    left: 0%;
    height: 100%;
    width: 50%;
    top: 0px;
    background: #fafafa;
}*/


    .contact .contact-info b {
        font-size: 35px;
        font-weight: 600;
        color: #2ab9b5;
        display: block;
    }

        .contact .contact-info b:nth-of-type(2),
        .contact .contact-info b:nth-of-type(3),
        .contact .contact-info b:nth-of-type(4) {
            margin-top: 50px;
        }

    .contact .times {
        text-align: right;
    }

        .contact .times .day {
            width: 45px;
            height: 45px;
            display: inline-block;
            border-radius: 50%;
            color: #5a808d;
            font-weight: bold;
            font-size: 24px;
            text-align: center;
            vertical-align: top;
            padding: 7px 0px;
            background: #f6f8fc;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
        }

        .contact .times li {
            display: block;
            /*margin-bottom: 35px;*/
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .contact .times li.active {
                color: #fb8710;
            }

                .contact .times li.active .day {
                    background: rgb(240,166,86);
                    background: -moz-linear-gradient(45deg, rgba(240,166,86,1) 0%, rgba(234,143,60,1) 100%);
                    background: -webkit-linear-gradient(45deg, rgba(240,166,86,1) 0%, rgba(234,143,60,1) 100%);
                    background: linear-gradient(45deg, rgba(240,166,86,1) 0%, rgba(234,143,60,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0a656",endColorstr="#ea8f3c",GradientType=1);
                    color: #fff;
                }

                .contact .times li.active .right-side b {
                    color: #ea8f3c;
                }

            .contact .times li .right-side {
                display: inline-block;
                margin-left: 25px;
                text-align: left;
                font-size: 24px;
                letter-spacing: 1px;
                top: -8px;
                position: relative;
                min-width: 185px;
            }

                .contact .times li .right-side b {
                    color: #0c4456;
                }

            .contact .times li b {
                display: block;
                font-size: 24px;
                letter-spacing: 0px;
                margin-bottom: 0;
            }

.contact-form {
    padding: 75px 0px 125px;
}

.about {
    padding: 100px 0;
}


.contact-form .title {
    margin-bottom: 50px;
    text-align: left;
    color: #fff;
    font-size: 35px;
    line-height: initial;
    font-size: 1.4vw;
}

    .contact-form .title b {
        display: block;
        font-size: 65px;
        font-size: 2.8vw;
        margin-bottom: 10px;
    }

.contact-form {
    background: #01b9b1;
    background: -moz-linear-gradient(left,#01b9b1 0%,#4bd1ac 100%);
    background: -webkit-linear-gradient(left,#01b9b1 0%,#4bd1ac 100%);
    background: linear-gradient(to right,#01b9b1 0%,#4bd1ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b9b1',endColorstr='#4bd1ac',GradientType=1);
}

    .contact-form .left-side {
        background: #fff;
        padding: 30px;
        line-height: 18px;
    }

    .contact-form .form-group {
        margin-bottom: 0;
    }

    .contact-form .left-side .form-control {
        border: none;
        height: 40px;
        border-left: 3px solid #1bbcb1 !important;
        padding-left: 35px;
        padding-right: 0;
        box-shadow: none !important;
        outline: none !important;
        border-radius: 0;
        font-size: 20px;
        color: #727272;
    }

    .contact-form .left-side .has-error .form-control::-moz-placeholder {
        color: #ff0000 !important;
    }

    .contact-form .left-side .has-error .form-control:-ms-input-placeholder {
        color: #ff0000 !important;
    }

    .contact-form .left-side .has-error .form-control:-moz-placeholder {
        color: #ff0000 !important;
    }

    .contact-form .left-side .has-error .form-control {
        color: #ff0000;
    }

        .contact-form .left-side .has-error .form-control::-webkit-input-placeholder {
            color: #ff0000;
        }

    .contact-form .left-side .has-success .form-control::-moz-placeholder {
        color: #1bbcb1 !important;
    }

    .contact-form .left-side .has-success .form-control:-ms-input-placeholder {
        color: #1bbcb1 !important;
    }

    .contact-form .left-side .has-success .form-control:-moz-placeholder {
        color: #1bbcb1 !important;
    }

    .contact-form .left-side .has-success .form-control {
        color: #1bbcb1;
    }

        .contact-form .left-side .has-success .form-control::-webkit-input-placeholder {
            color: #1bbcb1;
        }

    .contact-form .message-box {
        background: #fff;
        margin-top: 15px;
    }

        .contact-form .message-box textarea {
            padding: 30px;
            border-radius: 0px;
            box-shadow: none !important;
            border: none;
            min-height: 300px;
            font-size: 20px;
            color: #727272;
        }

    .contact-form .btn-send {
        font-weight: normal;
        border-radius: 50px;
        padding: 31px 40px;
        color: #fff !important;
        margin-top: 25px;
        float: right;
    }

    .contact-form .help-block {
        width: 100%;
        border: none;
        background: no-repeat;
        color: red !important;
        padding: 0px;
        padding-top: 10px;
        margin: 0px !important;
        margin-left: 35px !important;
    }

        .contact-form .help-block:after {
            display: none;
        }

    .contact-form .privacy {
        margin: 30px 0px 15px;
    }

        .contact-form .privacy label {
            font-size: 25px;
            line-height: 30px;
            font-weight: 300;
            color: #fff !important;
        }

.news-form {
    background: #fafafa !important;
    color: #000 !important;
}

.input-styling {
    width: calc(100% / 4 - 5px);
    display: inline-block;
}


    .input-styling .checkbox tbody {
        display: block;
    }

    .input-styling .checkbox {
        padding-left: 40px;
    }

        .input-styling .checkbox tr {
            width: 50%;
            display: inline-block;
        }

        .input-styling .checkbox label {
            font-size: 22px;
            padding: 0px;
        }

.privacy.checkbox label::before,
.privacy.checkbox label::after {
    top: 0 !important;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 24%);
}

.privacy .help-block {
    margin-left: 0 !important;
    float: inherit;
}

.captcha-contact {
    width: 100%;
    border: none;
    background: no-repeat;
    color: red;
    padding: 0;
    padding-top: 10px;
    font-size: 16px;
}

@media only screen and (max-width : 1366px) {
}

@media only screen and (max-width : 1200px) {

    .contact-form .left-side {
        padding: 0;
        background: transparent;
        line-height: initial;
    }

        .contact-form .left-side .input-styling {
            background: #fff;
            padding: 15px;
            margin-bottom: 20px;
            width: 100%;
        }

    .contact-form .message-box {
        background: initial;
    }

    .input-styling .checkbox {
        padding-left: 30px;
        margin-left: 15px;
    }

    .checkbox.privacy label::before {
        margin-left: -45px !important;
        top: 0px !important;
    }

    .checkbox.privacy input[type=checkbox]:checked + label::after {
        top: 0px;
    }
}

@media only screen and (max-width : 1024px) {
    #map {
        height: 350px;
        width: 100%;
    }

    .contact-form .help-block {
        display: none;
    }

    .contact {
        font-size: 20px;
        padding: 55px 0;
    }

        .contact .contact-info b {
            font-size: 30px;
        }

            .contact .contact-info b:nth-of-type(2),
            .contact .contact-info b:nth-of-type(3),
            .contact .contact-info b:nth-of-type(4) {
                margin-top: 30px;
            }

        .contact .times {
            text-align: left;
        }

            .contact .times .day {
                width: 55px;
                height: 55px;
                font-size: 30px;
            }

            .contact .times li .right-side {
                margin-left: 25px;
                font-size: 20px;
            }

            .contact .times li b {
                display: block;
                font-size: 25px;
                letter-spacing: 0;
            }

    /*            .contact .times li {
                display: block;
                margin-bottom: 15px;
            }*/

    .contact-form {
        padding: 50px 0;
    }

        .contact-form .btn-send {
            font-size: 25px;
            padding: 15px 20px;
            margin: 0px;
            margin-top: 25px;
            width: 100%;
        }
}

@media only screen and (max-width : 767.5px) {
    .contact .times {
        margin-top: 25px;
    }

        .contact .times li {
            justify-content: start;
            padding-left: 0 !important;
        }

    .contact:before {
        height: 48%;
        width: 100%;
        top: inherit;
        bottom: 0;
    }

    #Menuicon {
        position: relative;
    }

        #Menuicon:before {
            content: "";
            position: fixed;
            left: 0;
            top: 0px;
            height: 63px;
            width: 100vw;
            z-index: 99;
            background: white;
            box-shadow: 0 0 5px rgba(0,0,0,.2);
        }

    .midnightHeader.white {
        color: #4ed2ab !important;
    }

    .contact-form .message-box {
        margin-top: 0px;
    }

    .contact-form .privacy label {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
    }

    .about {
        padding: 65px 0;
    }

    .contact-form .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

        .contact-form .title b {
            font-size: 25px;
        }
}

@media only screen and (max-width : 375px) {
}

@media only screen and (max-width : 320px) {
}

