/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


.text-centercaptcha {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-centercaptchaError {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: red;
    font-size: 14px !important;
    font-weight: bold !important
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
    font-weight: bold;
}

div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

/* GENERAL STYLES AS HELPERS */
.spacer15 {
    margin-top: 15px;
}

.spacer25 {
    margin-top: 25px;
}

.spacer35 {
    margin-top: 35px;
}

.spacer60 {
    margin-top: 60px;
}

.spacer90 {
    margin-top: 90px;
}

.spacer100 {
    margin-top: 100px;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.cThis {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    display: block;
}

/* FORM */
form {
    text-align: center;
}

    form input,
    form select,
    form textarea {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        max-height: 40px;
        border: 0px solid #3D3D3D;
        font: inherit;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    form textarea {
        height: 180px;
        font: inherit;
        font-style: normal;
    }

    form .col {
        padding: 3px;
    }

    form input[type=submit] {
        width: 100% !important;
        background: #e1c02a !important;
        color: #fff !important;
        text-transform: uppercase !important;
        font-weight: bold !important;
        letter-spacing: 3px !important;
        cursor: pointer !important;
        -webkit-transition: linear .2s !important;
        -moz-transition: linear .2s !important;
        -ms-transition: linear .2s !important;
        -o-transition: linear .2s !important;
        transition: linear .2s !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px !important;
        height: auto !important;
        line-height: inherit !important;
    }

        form input[type=submit]:hover {
            background: #3D3D3D;
        }

input:focus {
    outline: none !important;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

input[type=text]:focus {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.7);
    background: #f1f1f1;
}

.btn {
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #3D3D3D;
    width: 100%;
    background: #666;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    -ms-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .btn:hover {
        background: #3D3D3D;
    }

    .btn.c-orange {
        background: #ef5336;
        border-color: #ef5336;
    }

        .btn.c-orange:hover {
            background: #9B3826;
            border-color: #9B3826;
        }

    .btn.c-blue {
        background: #009ee3;
        border-color: #009ee3;
    }

        .btn.c-blue:hover {
            background: #006793;
            border-color: #006793
        }

    .btn.c-dark-blue {
        background: #002c77;
        border-color: #002c77;
    }

        .btn.c-dark-blue:hover {
            background: #002054;
            border-color: #002054
        }

.jquery-modal {
    z-index: 99999 !important;
}

.modal {
    max-width: 85% !important;
    width: auto !important;
    max-height: 90%;
    overflow: auto;
    padding: 15px !important;
}

.modal-popup.modal {
    display: none !important;
}

.jquery-modal.current .modal-popup.modal {
    display: inline-block !important;
}

h4 {
    font-size: 16px;
    color: white;
    padding-bottom: 26px;
    font-weight: 500;
}

/* FONTS */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* STYLES */
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-image: url(img/bg01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}


label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
    color: white !important;
    padding-bottom: 5px !important;
    text-align: left !important;
}


.overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

@media screen and (max-width:1310px) {

    .main {
        position: relative;
        padding: 50px;
        z-index: 9;
        width: 100%;
        min-width: 300px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        max-height: 100%;
        overflow: auto;
    }
}

@media screen and (max-width:1500px) and (min-width:1310px) {

    .main {
        position: relative;
        padding: 50px;
        z-index: 9;
        width: 100%;
        min-width: 300px;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        max-height: 100%;
        overflow: auto;
        padding-left: 200px;
        padding-right: 200px;
    }
}


@media screen and (min-width:1500px) {

    .main {
        position: relative;
        padding: 50px;
        z-index: 9;
        width: 100%;
        min-width: 300px;
        margin: 0 auto;
        /*max-width: 750px;*/
        box-sizing: border-box;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        max-height: 100%;
        overflow: auto;
        padding-left: 500px;
        padding-right: 500px;
    }
}

.main .main-title {
    text-align: center;
    font-size: 212%;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    position: relative;
    color: #fff;
}

.main .main-form {
    padding: 50px 0;
}

    .main .main-form input {
        text-align: center;
    }

    .main .main-form span {
        color: #fff;
        display: block;
        padding: 10px 0;
        font-size: 130%;
    }


.main .main-result {
    margin-top: 30px;
    background-color: rgba(255,255,255,0.8);
    padding: 25px;
    color: #222;
    font-size: 90%;
    text-align: left;
    border: 1px solid rgba(2555,255,255,0.6);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif !important;
}

@media (max-width: 550px) {
    .main .main-title {
        font-size: 200%;
        line-height: 36px;
    }
}

.recapcherTop {
    margin-top: 10px;
}

.searchSucessText {
    width: 100%;
    margin-bottom: 10px !important;
    color: white !important;
    background-color: #94958E !important;
}


.searchSucessCombo {
    width: 100%;
    margin-bottom: 10px !important;
    color: white !important;
    background-color: #94958E !important;
    padding: 0px !important;
    height: 36px !important;
}

.searchError {
    text-align: center;
    margin-bottom: 10px;
    color: white;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 1.6;
}


.buttonInformation {
    background-color: #e1c02a !important;
    text-indent: 0;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
}

.buttonLbal {
    margin-top: 20px !important;
    font-size: 13px !important;
}


.buttonLbalOb {
    margin-top: 10px !important;
    font-size: 13px !important;
}

.explicationDirections {
    background-color: white;
}
