﻿/* general settings */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    min-width: 320px;
}

body {
    margin: 0;
    color: #a3a3a3;
    font: 14px "Open Sans", Arial, Helvetica, sans-serif;
    background: #fff;
    min-width: 320px;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select {
    outline: none;
    vertical-align: middle;
    font: 100% "Open Sans",Arial, Helvetica, sans-serif;
}
/* wrapper */
.wrapper-holder {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#wrapper {
    max-width: 1100px;
    padding: 0 9px;
    margin: 0 auto;
}

.top-h-area {
    background: #1d1d1b;
    padding: 20px 9999px 24px;
    margin: 0 -9999px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.logo {
    float: left;
    background: url(../images/bg-logo.gif) no-repeat;
    width: 191px;
    height: 119px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 26px 10% 0 8%;
}

    .logo a {
        display: block;
        height: 100%;
    }

.h-txt-box {
    overflow: hidden;
}

    .h-txt-box h3 {
        margin: 0 0 27px;
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
    }

    .h-txt-box p {
        margin: 0 0 11px;
        font-size: 18px;
        line-height: 22px;
    }

    .h-txt-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 24px;
        line-height: 28px;
    }

    .h-txt-box li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 0 2px 27px;
    }

        .h-txt-box li:after {
            content: "";
            position: absolute;
            top: 6px;
            left: 0;
            background: url(../images/bullet-lst.png) no-repeat;
            width: 18px;
            height: 18px;
            overflow: hidden;
        }

        .h-txt-box li span {
            color: #40a2eb;
        }

.form-area {
    overflow: hidden;
    padding: 0 0 30px;
}

    .form-area .img {
        float: left;
        width: 34%;
        padding: 0 18px 0 0;
        max-width: 370px;
    }

    .form-area .form-holder {
        overflow: hidden;
        padding: 17px 0 0;
    }

        .form-area .form-holder h3 {
            margin: 0 0 15px;
            color: #40a2eb;
            font-size: 24px;
            line-height: 28px;
        }

        .form-area .form-holder a {
            color: #40a2eb;
            text-decoration: underline;
        }

            .form-area .form-holder a:hover {
                text-decoration: none;
            }

        .form-area .form-holder p {
            margin: 0 0 15px;
            color: #1d1d1b;
            font-size: 15px;
            line-height: 18px;
        }

.contact-form .error-txt {
    display: block;
    background: #da0000;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    padding: 7px 12px 10px;
    margin: 0 0 6px;
}

.contact-form .row {
    overflow: hidden;
    margin: 0 0 5px;
    padding: 3px 4px;
}

    .contact-form .row.decor {
        background: #e8e8e8;
    }

    .contact-form .row label {
        float: left;
        width: 179px;
        padding: 10px 6px 0 0;
        color: #1d1d1b;
        font-size: 16px;
        line-height: 19px;
    }

    .contact-form .row .box {
        overflow: hidden;
    }

.contact-form .decor-field-holder {
    max-width: 325px;
    width: 74%;
    float: left;
    margin: 0 11px 0 0;
}

.contact-form .decor-field {
    border: 2px solid #8e8e8e;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

    .contact-form .decor-field.error {
        border: 2px solid #d90000;
        background: #faafaf;
        padding: 0 10px;
        overflow: hidden;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .contact-form .decor-field input {
        float: left;
        width: 100%;
        padding: 8px 0;
        border: 0;
        background: none;
        font-size: 16px;
        height: 21px;
    }

    .contact-form .decor-field.error input {
        color: #d90000
    }
/* select */
select:focus {
    outline: none;
}

div.selector {
    border: 2px solid #8e8e8e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto !important;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-size: 16px;
}

.select-box select {
    border: 2px solid #8e8e8e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto !important;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    background: #fff;
    position: relative;
    font-size: 16px;
}

.select-box.req-area.error div.selector span {
    color: #d90000;
}

.select-box.req-area.error div.selector {
    border: 2px solid #d90000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto !important;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    background: #faafaf;
    position: relative;
    font-size: 16px;
}

.select-box.req-area.error select {
    border: 2px solid #d90000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto !important;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    background: #faafaf;
    position: relative;
    font-size: 16px;
}

div.selector:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bg-select.png) no-repeat 0 50%;
    width: 20px;
    height: 38px;
    overflow: hidden;
    z-index: 1;
}

div.selector select {
    color: #2c2c2c;
    font: 16px/38px "Open Sans", Arial, Helvetica, sans-serif;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity:0);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.select-box.req-area.error div.selector span {
    color: #d90000;
}

div.selector span {
    width: auto !important;
    line-height: 38px;
    max-width: 80%;
    height: 38px;
    color: #1d1d1b;
    position: relative;
    z-index: 9;
    cursor: pointer;
    text-indent: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-form .select-box {
    margin: 0 10px 0 0;
    float: left;
    width: 93px;
}

    .contact-form .select-box.middle {
        max-width: 118px;
        width: 35%;
    }

    .contact-form .select-box.large {
        max-width: 325px;
        width: 100%;
    }

.contact-form .check-row {
    overflow: hidden;
    padding: 10px 0 31px;
}

    .contact-form .check-row .holder {
        position: relative;
    }

    .contact-form .check-row label {
        cursor: pointer;
        position: relative;
        z-index: 10;
        padding: 4px 0 4px 29px;
        display: block;
        color: #564337;
        font-size: 12px;
        line-height: 16px;
    }

    .contact-form .check-row .checker {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

        .contact-form .check-row .checker span {
            display: block;
            background: url(../images/bg-checkbox.png) no-repeat;
            width: 22px;
            height: 23px;
            overflow: hidden;
        }

            .contact-form .check-row .checker span.checked {
                background-position: 0 100%;
            }

    .contact-form .check-row input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
    }

.contact-form .add-txt {
    color: #da0000;
    padding: 11px 0 0;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    display: block;
    overflow: hidden;
}

.form-area .add-txt-box p {
    margin: 0;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 16px;
}

.contact-form .btn-box {
    max-width: 574px;
    overflow: hidden;
    padding: 0 0 63px;
}

    .contact-form .btn-box input {
        display: block;
        margin: 0 auto;
        background: #40a2eb;
        color: #fff;
        font-size: 18px;
        height: 42px;
        width: 194px;
        border: 2px solid #40a2eb;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        padding: 0;
        cursor: pointer;
    }

        .contact-form .btn-box input:hover {
            opacity: 0.8;
        }
/* @group Layouts for resolutions */
@media screen and (max-width: 1120px) {
    #wrapper {
        max-width: 990px;
    }

    .logo {
        margin-right: 9%;
    }

    .contact-form .select-box.middle {
        width: 32.8%;
    }

    .contact-form .select-box.large {
        width: 100%;
    }

    .contact-form .decor-field-holder {
        width: 72.4%;
    }

    .contact-form .select-box {
        width: 92px;
    }

    .contact-form .row label {
        font-size: 15px;
        width: 172px;
    }

    .h-txt-box ul {
        font-size: 22px;
    }
}

@media screen and (max-width: 1000px) {
    #wrapper {
        max-width: 880px;
    }

    .logo {
        float: none;
        display: block;
        margin: 0 auto 25px;
    }

    .h-txt-box {
        text-align: center;
    }

    .form-area .img {
        width: 25%;
    }
}

@media screen and (max-width: 890px) {
    #wrapper {
        max-width: 740px;
    }

    .contact-form .select-box.large,
    .contact-form .select-box.middle,
    .contact-form .select-box {
        float: none;
        display: block;
        padding: 10px 0 0;
        width: 69.7%;
        max-width: 380px;
    }

        .contact-form .select-box:first-child {
            padding: 0;
        }

    .contact-form .decor-field-holder {
        width: 69.8%;
    }

    .contact-form .add-txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    #wrapper {
        max-width: 620px;
    }

    .form-area .img {
        display: none;
    }

    .contact-form .decor-field-holder {
        width: 72.1%;
    }

    .h-txt-box h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .contact-form .select-box.large, .contact-form .select-box.middle, .contact-form .select-box {
        width: 72%;
    }
}

@media screen and (max-width: 540px) {
    .h-txt-box ul {
        font-size: 17px;
    }

    .form-area .form-holder h3 {
        font-size: 21px;
    }

    .contact-form .row label {
        float: none;
        display: block;
        width: auto;
        padding: 0 0 5px;
    }

    .contact-form .decor-field-holder {
        float: none;
        width: auto;
        max-width: none;
        margin: 0;
    }

    .contact-form .add-txt {
        padding: 5px 0 0;
    }

    .contact-form .select-box.large,
    .contact-form .select-box.middle, .contact-form .select-box {
        margin: 0;
        width: auto;
        max-width: none;
    }
}

#error_placeholder {
    background: #d90000;
    color: #fff;
}

#error_ok_placeholder {
    background: #00ba20;
    color: #fff;
}
