@font-face {
    font-family: 'museo100';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/museo100-regular_0-webfont.eot");
    src: url("../fonts/museo100-regular_0-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo100-regular_0-webfont.ttf") format("truetype"), url("../fonts/museo100-regular_0-webfont.woff2") format("woff2"), url("../fonts/museo100-regular_0-webfont.woff") format("woff"), url("../fonts/museo100-regular_0-webfont.svg#museo100") format("svg");
}

@font-face {
    font-family: 'museo300';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/museo300-regular-webfont.eot");
    src: url("../fonts/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo300-regular-webfont.ttf") format("truetype"), url("../fonts/museo300-regular-webfont.woff2") format("woff2"), url("../fonts/museo300-regular-webfont.woff") format("woff"), url("../fonts/museo300-regular-webfont.svg#museo300") format("svg");
}

@font-face {
    font-family: 'museo500';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/museo500-regular-webfont.eot");
    src: url("../fonts/museo500-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo500-regular-webfont.ttf") format("truetype"), url("../fonts/museo500-regular-webfont.woff2") format("woff2"), url("../fonts/museo500-regular-webfont.woff") format("woff"), url("../fonts/museo500-regular-webfont.svg#museo500") format("svg");
}

@font-face {
    font-family: 'museo700';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/museo700-regular-webfont.eot");
    src: url("../fonts/museo700-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo700-regular-webfont.ttf") format("truetype"), url("../fonts/museo700-regular-webfont.woff2") format("woff2"), url("../fonts/museo700-regular-webfont.woff") format("woff"), url("../fonts/museo700-regular-webfont.svg#museo700") format("svg");
}

@font-face {
    font-family: 'museo900';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/museo900-regular-webfont.eot");
    src: url("../fonts/museo900-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museo900-regular-webfont.ttf") format("truetype"), url("../fonts/museo900-regular-webfont.woff2") format("woff2"), url("../fonts/museo900-regular-webfont.woff") format("woff"), url("../fonts/museo900-regular-webfont.svg#museo900") format("svg");
}

.zero-pad,
body {
    padding: 0;
}

.zero-mar,
body,
.camera hr {
    margin: 0;
}

.museo,
body,
.banner-form form input,
.banner-form form select,
.banner-form form button {
    font-family: "museo300",arial;
}

body {
    font-size: 14px;
    line-height: 1.5;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.banner-form,
.banner-form .commonInputCont,
.banner-form .form-check,
.banner-form h2,
.banner-form form,
.banner-form form > div {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.banner-form,
.banner-form form,
.banner-form form > div {
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.banner-form .commonInputCont,
.banner-form .form-check {
    flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
}

.camera .camera-holder,
{
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-align: center;
    -o-flex-align: center;
    -ms-flex-align: center;
    -moz-flex-align: center;
    -webkit-flex-align: center;
}

.banner-form h2 {
    align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-align: star;
    -o-flex-align: star;
    -ms-flex-align: star;
    -moz-flex-align: star;
    -webkit-flex-align: star;
}

.full-height,
html,
body {
    height: 100%;
}

.full-width,
html,
body {
    width: 100%;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.banner-form form nav button {
    display: none;
}

.banner-form form button,
.banner-form form button:hover {
    padding: 12px 15px;
}

.banner-form form button {
    color: black;
    background-color: #ffd14e;
    cursor: pointer;
}

.banner-form form button:hover {
    color: white;
    background-color: black;
}

.banner-form {
    width: 30%;
    padding: 20px;
    color: black;
    background-color: white;
}

.banner-form .close-btn {
    display: none !important;
}

.banner-form .formErrorContent {
    position: relative;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: #c12d2d;
}

.banner-form .formErrorContent::before {
    content: '';
    position: absolute;
    right: -4px;
    width: 10px;
    height: 10px;
    background: #c12d2d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner-form .commonInputCont {
    position: relative;
}

.banner-form #submit {
    position: relative;
    background: #ececec;
}

.banner-form .formError {
    opacity: 1 !important;
}

.banner-form .name-field .formError {
    top: 0 !important;
    left: -152px !important;
    margin-top: 0 !important;
}

.banner-form .email-field .formError {
    top: 0 !important;
    left: -156px !important;
    margin-top: 0 !important;
}

.banner-form .age-field .formError {
    top: 0 !important;
    left: -151px !important;
    margin-top: 0 !important;
}

.banner-form .city-field .formError {
    top: 0 !important;
    left: -152px !important;
    margin-top: 0 !important;
}

.banner-form .mob-field .formError {
    top: 0 !important;
    left: -219px !important;
    margin-top: 0 !important;
}

.banner-form .form-check {
    position: relative;
}

.banner-form .form-check .formError {
    left: -396px !important;
    margin-top: 0 !important;
}

.banner-form .form-check input {
    width: 2em;
    height: auto;
}

.banner-form .form-check label {
    font-size: 11px;
}

.banner-form h2 {
    margin: 0 0 7px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

.banner-form h2 img {
    width: 57px;
    margin-right: 13px;
}

.banner-form h3 {
    margin: 0 0 13px;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
}

.banner-form form > div {
    position: relative;
    /* margin-bottom: 10px;  */
    margin-bottom: 1.8vh; 
}

.banner-form form input,
.banner-form form select {
    // margin-bottom: 10px;
    padding: 5px 5px 5px 0;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.51);
    font-family: "museo100";
    font-size: 16px;
    color: black;
    background: none;
}

.banner-form form input::-webkit-input-placeholder,
.banner-form form select::-webkit-input-placeholder {
    color: black;
}

.banner-form form input:-ms-input-placeholder,
.banner-form form select:-ms-input-placeholder {
    color: black;
}

.banner-form form input::-moz-placeholder,
.banner-form form select::-moz-placeholder {
    color: black;
}

.banner-form form input:-moz-placeholder,
.banner-form form select:-moz-placeholder {
    color: black;
}

.banner-form form select:focus option {
    color: black;
}

.banner-form form button {
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    font-size: 22px;
    background: #ffd14e;
}

.banner-form form button:hover {
    background: black;
}

.banner-form form .form-cond {
    /*margin-top: 8px;*/
    text-align: center;
    font-size: 10px;
    line-height: 1;
}

.btn {
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo500";
    font-size: 20px;
    color: black;
}

.btn:hover {
    text-decoration: none;
    color: white;
    background-color: black;
}

.bl-btn {
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "museo500";
    font-size: 20px;
    color: white;
}

h2 {
    margin: 0 0 20px;
    text-align: center;
    font-family: "museo500";
    font-size: 30px;
}

h3 {
    margin: 0 0 30px;
    text-align: center;
    font-family: "museo300";
    font-size: 17px;
}

@media only screen and (max-width:1024px) {
    .banner-sections .banner-form {
        width: 30% !important;
        margin-right: 0 !important;
    }

    .wrapper {
        width: 900px;
    }
}

@media only screen and (max-width:900px) {
    body {
        overflow-x: hidden;
    }

    .wrapper {
        width: 90%;
    }

    .btn {
        padding: 13px 24px;
        font-family: "museo500";
        font-size: 16px;
    }
}

@media only screen and (max-width:768px) {
    .banner-form a {
        display: none;
    }

    .banner-form .name-field .formError {
        top: 0 !important;
        left: 0 !important;
        margin-top: -30px !important;
    }

    .banner-form .email-field .formError {
        top: 0 !important;
        left: 0 !important;
        margin-top: -45px !important;
    }

    .banner-form .age-field .formError {
        top: 0 !important;
        left: 0 !important;
        margin-top: -30px !important;
    }

    .banner-form .city-field .formError {
        top: 0 !important;
        left: 0 !important;
        margin-top: -30px !important;
    }

    .banner-form .mob-field .formError {
        left: 0 !important;
        margin-top: -45px !important;
    }

    .banner-form .form-check .formError {
        left: 0 !important;
        margin-top: -47px !important;
    }

    .banner-form .formErrorContent::before {
        right: auto;
        bottom: -4px;
    }

    .btn {
        font-size: 16px;
    }

    .banner-form {
        z-index: 9999;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
        background: #fff;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
    }

    .banner-form input {
        background-color: black;
    }

    .banner-form select:focus {
    }

    .banner-form .close-btn {
        display: flex !important;
    }

    .banner-form form button,
    .banner-form form nav button {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {
    .banner-form form nav button {
        padding: 9px 12px;
        font-size: 14px;
    }
}
