/********************* FONTS  ***********************/
/***************************************************/
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold_162a16fe.eot#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('fonts/CenturyGothic-Bold.woff') format('woff'),
    url('fonts/CenturyGothic-Bold.ttf') format('truetype'),
    url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body { font-family: 'Quattrocento Sans', sans-serif; }

/********************* GENERAL **********************/
/***************************************************/
.step:not(.step-questions),
.f-page, .step-leadgen .q-page,
.form-wrapper { display: none; }

.step-leadgen .f-page { display: block; }

#content {
    background: white;
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
}


/********************* HEADERS **********************/
/***************************************************/
header.main {
    padding: 5px 10px;
}

header.main .logo {
    float: left;
}

header.main .crown {
    float: right;
}

header.main h2 {
    font-family: 'Century Gothic', 'Arial', sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}


header.main h1 {
    font-family: 'Century Gothic', 'Arial', sans-serif;
    font-size: 54px;
    font-weight: normal;
    line-height: 42px;
    text-align: center;
}

header.sub h3 {
    /*font-size: 30px;*/
    padding: 10px;
    text-align: center;
}

/* MOBILE HEADER */
.content .voucher-wrapper {
    margin-top: -66px;
    position: relative;
    text-align: center;
}

.content .voucher-wrapper .voucher-text {
    font-size: 20px;
    height: 32%;
    padding: 12px 10px;
    position: absolute;
    right: 2%;
    text-align: center;
    top: 55%;
    -webkit-transform: rotate(15deg);    /* Safari */
    -moz-transform: rotate(15deg);    /* Firefox */
    -ms-transform: rotate(15deg);    /* IE */
    -o-transform: rotate(15deg);    /* Opera */
    transform: rotate(15deg);
    width: 46%;
}

.header.mobile {
    font-size: 20px;
    margin: -10px auto 5px;
    width: 80%;
}


/******************** CONTENT **********************/
/***************************************************/
.middle-part { padding: 10px; }

.section-wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 16px;
}

.content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-top: 10px;
    width: 100%;
}

/* Left Part */
.content .left-part {
    position: relative;
    width: 50%;
}

.content .left-part .side-img {
    left: -292px;
    position: absolute;
    top: 80px;
}

.content .left-part .celebrate {
    color: white;
    font-size: 26px;
    height: 97px;
    left: -132px;
    padding: 20px 10px;
    position: absolute;
    text-align: center;
    top: 79px;
    width: 173px;
}

.content .left-part .voucher {
    bottom: 10px;
    color: white;
    left: 10px;
    position: absolute;
}

.content .left-part .awards {
    left: -362px;
    max-width: 200px;
    position: absolute;
    top: -100px;
}

.content .left-part p {
    /*font-family: 'Century Gothic', 'Arial', sans-serif;*/
    /*font-size: 40px;*/
    /*line-height: 32px;*/
    padding-top: 9px;
    text-align: center;
}

/* Right Part */
.content .right-part {
    text-align: center;
    width: 50%;
}

.content .right-part .survey {
    font-size: 21px;
    line-height: 18px;
    margin: 0 auto 10px;
    max-width: 85%;
    padding-top: 10px;
    text-align: center;
}

.step-leadgen .content .right-part .survey {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*.content .right-part h4 {*/
/*    font-size: 22px;*/
/*    line-height: 18px;*/
/*    padding: 10px 5px;*/
/*}*/

/******************* QUESTIONS **********************/
/***************************************************/


.options > div:not(.question-counter):not(.first) { display: none; }


.options {
    min-height: 310px;
    position: relative;
    width: 100%;
}

.options > div:not(.question-counter) {
    font-family: 'Century Gothic', 'Arial', sans-serif;
    position: absolute;
    top: 0;
    width: 100%;
}

.options .option-text span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -2px;
}

.options .option-text p {
    font-size: 20px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 500px;
    width: 95%;
}

.options .answer {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 21px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: normal;
    height: 40px;
    padding: 5px;
    margin: 5px auto 0;
    width: 90%;
}

.options span.wrong {
    background: url('../../voucher-v3/images/error.png') no-repeat center top;
    background-size: 20px;
    padding-top: 18px;
    font-size: 13px;
    display: none;
    clear: both;
    color: #ED1F24;
    margin-top: 15px;
}

.options .question-3 .answer,
.options .question-5 .answer{ width: 30%; }



/************************ FORM **********************/
/***************************************************/
.form-wrapper form {
    padding: 0 5px;
    text-align: left;
}

/* form adjust to global css */
form .row { clear: none; width: 100%; }
form .left, form .right { width: 48%; }

form .row input[type=text],
form .row.selects select,form .row.select select, form .row select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
}

/* errors */
form .row .error { padding: 5px 7px 2px; }
form .row.input-firstname .error { right: 116%; }
form .row .error:after {
    background: url('../../main/images/error_icon.png') no-repeat center center / 20px;
    margin: 0;
}
form .row .error {
    background: none;
    font-size: 0;
    height: 0;
    right: 0;
    text-indent: -99999px;
    top: 0;
    width: 0;
}
form .row.input-firstname .error { right: 0; }
form .row.gender .error { right: 102%; top: -3px; }
form .row.checkbox .error { right: 102%; top: -1px; }
form .row.input-doi .error { right: 102%; top: -1px; }
form .row.input-mobile .error { right: 0; }

/* labels */
.gender {
    color: #959595;
    font-size: 16px;
    font-weight: bold;
}

.input-doi label {
    color: #959595;
    font-size: 16px;
    font-weight: bold;
}

/* button */
form button {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    font-size: 20px;
    font-weight: normal;
    height: 40px;
    margin: 10px auto;
    width: 90%;
}



/******************* FOOTERS ************************/
/***************************************************/
footer.main { position: relative; }

footer.main .social {
    position: absolute;
    /*padding-bottom: 64px;*/
    /*right: -47px;*/
    /*top: -52px;*/
}

.mobile.social {
    float: right;
    margin: 10px;
}

/****************** EXIT TRAFFIC ********************/
/***************************************************/
