
/************************* COREG ***********************/
/******************* with fancy layout ****************/
/* font */
@font-face {
    font-family: 'BebasNeue';
    src: url('../../../style/main/fonts/BebasNeue.eot');
    src: url('../../../style/main/fonts/BebasNeue_162a16fe.eot#iefix') format('embedded-opentype'),
    url('../../../style/main/fonts/BebasNeue.woff2') format('woff2'),
    url('../../../style/main/fonts/BebasNeue.woff') format('woff'),
    url('../../../style/main/fonts/BebasNeue.ttf') format('truetype'),
    url('/v2/style/main/fonts/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* general setup*/
.step.step-inquiry {
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}


.step-inquiry .question h3 {
    text-align: left;
    font-size: 13px;
    margin-bottom: 4px;
    color: #3C3C3C;
    font-weight: bold;
    margin-top: 0;
}

.step.step-inquiry .newcoreg {
    background: #444444 url("../../../../images/newcoreg/header.png") no-repeat scroll center top / 100% auto;
    margin: 0 auto;
    max-width: 900px;
    overflow: hidden;
    width: 100%;
}

/* header */
.inquiry-visible .logo-exit.active { display: none; }
.step.step-inquiry .newcoreg h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-family: "BebasNeue",sans-serif;
    font-weight: normal;
    margin: 30px 0 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.step.step-inquiry .newcoreg h2 small{ color: #fff;}

.step.step-inquiry .newcoreg #survey {
    background-color: rgba(24, 118, 138, 0.7);
    padding-bottom: 25px;
}

.step.step-inquiry .newcoreg .coreg-header {
    height: 216px;
    overflow: hidden;
    background: url(../../../../images/newcoreg/process-it.png) no-repeat 50% 90%;
    background-size: 45%;
    
}

.fr .step.step-inquiry .newcoreg .coreg-header {
    background: rgba(0, 0, 0, 0) url("../../../../images/newcoreg/process-fr.png") no-repeat scroll 50% 88%;
    background-size: 45% auto;
    height: 266px;
}

.it .step.step-inquiry .newcoreg .coreg-header {
        height: 242px;
    overflow: hidden;
    background: url(../../../../images/newcoreg/process-it.png) no-repeat 50% 81%;
        background-size: 45%;
}


/* QUESTION BLOCK */
.step.step-inquiry .newcoreg .question {
    border-radius: 0;
    background: #FFFFFF;
    height: auto !important;
    width: 100%;
    padding: 20px 50px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    position: relative;
    color: #475664;
    line-height: 19px;
    margin-bottom: 25px;
}

.step.step-inquiry .newcoreg img {
    float: left;
    width: 115px;
    margin-right: 26px;
}

.step.step-inquiry .newcoreg .charity-grid td { padding: 0; }

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0px;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* arrow */
.step.step-inquiry .newcoreg .question .arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px !important;
    margin-top: -20px;
    background-size: 100%;
    height: 40px !important;
}
.step.step-inquiry .newcoreg .question .arrow > span {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}

.step.step-inquiry .newcoreg .question .arrow span span {
    width: 30px;
    height: 25px;
    margin-left: 5px;
    margin-top: 7.5px;
    background: #1a5c6b;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 5;
}

.step.step-inquiry .newcoreg .question .arrow img {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

/* Question contents */
.step-inquiry .sub-question { display: none; }

.step-inquiry .question .description {
    float: left;
    max-width: 440px;
    width: calc(100% - 280px) !important;
}

.step.step-inquiry .newcoreg .question p {
    color: #475664;
    line-height: 19px;
    margin-bottom: 10px;
}
.step.step-inquiry .newcoreg .question div {
    color: #475664;
    line-height: 19px;
    font-size: 12px;
}

/* banners (not active atm) */
.step.step-inquiry .newcoreg .question .div_left {
    width: 235px;
    float: left;
}

.step.step-inquiry .newcoreg .question .div_left strong.subtitle {
    display: block;
    clear: both;
    margin-bottom: 25px;
}

.step.step-inquiry .newcoreg .question .div_left > img {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    width: auto;
    display: block;
}

.step.step-inquiry .newcoreg .question .div_right {
    width: 525px;
    float: right;
}

.step.step-inquiry .newcoreg .question .div_right > img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

/* Answers */
.step.step-inquiry .newcoreg .question .actions {
    float: right;
}

.step.step-inquiry .newcoreg .question .actions a,.exit-web .step-inquiry .newcoreg #survey .actions-fire a {
    background: url('../../../../images/supermarket-voucher/button4.jpg') repeat-x scroll 0 0 transparent;
    background-size: auto 35px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(2, 1, 2, 0.1),inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 13px;
    height: 35px;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 0px 1px #403800;
    width: auto;
}

.step.step-inquiry .newcoreg .actions-fire {
    text-align: center;
}

.step.step-inquiry .newcoreg  .actions-fire a {
    float: none;
    display: inline-block !important;
    margin: 0 auto 20px auto;
}

.step.step-inquiry .newcoreg .question .actions select {
    height: 35px;
}

.step.step-inquiry .newcoreg .question .actions .btn-no {
    background: url('../../../../images/newcoreg/no.png') repeat-x center;
    margin: 0 10px;
}

.step.step-inquiry .newcoreg .question .actions .btn-yes,
.step.step-inquiry .newcoreg .actions-fire a {
    background: url('../../../../images/newcoreg/yes.png') repeat-x center !important;
}
.step.step-inquiry .newcoreg .question .actions .btn-yes { width: 100px; }

.step.step-inquiry .newcoreg .answers_bottom_answers {
    margin-right: 0px;
}

.step.step-inquiry .newcoreg .question input[type=radio] {
    margin: 0;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 930px) {
    .step.step-inquiry .newcoreg .question { padding: 20px 15px; }
    .step.step-inquiry .newcoreg .answers_bottom_answers { margin-right: 0px; }
}


/********************** WHY WIN ************************/
/******************************************************/
.step-whywin {
    margin: 0px auto;
    width: 800px
}

.step-whywin .textarea {
    border: 1px solid #b1b1b1;
    height: 200px;
    margin-bottom: 10px;
    padding: 10px;
    resize: vertical;
    width: 90%;
}

.step-whywin h2 {
    font-size: 40px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
}

.step-whywin h2 span.note {
    color: #da0000;
    float: none;
    font-size: 40px;
}

.step-whywin .step4 {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    width: 100%;
}


/************* IFRAME / STEP-8-FLOORS ******************/
/******************************************************/
.step-8floors {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.step-8floors .step5 {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.step-8floors .step5 img {
    margin-bottom: 20px;
}

.step-8floors .step5 iframe {
    border: none;
}


/********************** MOBILE *************************/
/******************************************************/
.exit-mobile .step.step-inquiry {
    position: static;
    background: none;
    margin: 0 auto;
    width: 90%;
}

/* buttons */
.exit-mobile .btn-no,
.exit-mobile .btn-yes,
.exit-mobile .question-one .btn.btn-success {
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 0;
}

.exit-mobile .btn-no,
.exit-mobile .btn-yes,
.exit-mobile .question-one .btn.btn-success {
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000, #b50000);
    background-image: -moz-linear-gradient(top, #ff0000, #b50000);
    background-image: -ms-linear-gradient(top, #ff0000, #b50000);
    background-image: -o-linear-gradient(top, #ff0000, #b50000);
    background-image: linear-gradient(to bottom, #ff0000, #b50000);
    float: right;
    width: 30%;
}

.exit-mobile .btn-yes,
.exit-mobile .question-one .btn.btn-success {
    background: #66bb4c;
    background-image: -webkit-linear-gradient(top, #66bb4c, #18700d);
    background-image: -moz-linear-gradient(top, #66bb4c, #18700d);
    background-image: -ms-linear-gradient(top, #66bb4c, #18700d);
    background-image: -o-linear-gradient(top, #66bb4c, #18700d);
    background-image: linear-gradient(to bottom, #66bb4c, #18700d);
    float: left;
    width: 65%;
}

.exit-mobile .btn-yes {
    margin-right: 5%;
}
.exit-mobile .btn-yes:hover,
.exit-mobile .question-one .btn.btn-success:hover {
    background: #66bb4c;
    text-decoration: none;
}

.exit-mobile .btn,
.exit-mobile .question-one .btn {
    padding: 14px 0;
}

/* images */
.exit-mobile .step-inquiry .question img {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 116px;
}


body .exit-mobile .step-inquiry .sub-question { margin-top: 40px !important; }
body .exit-mobile .step-inquiry .sub-question .description { width: 100%; }

body .exit-mobile .step-inquiry .question table tr td { width: 50%; }
body .exit-mobile .step-inquiry .question table tr td > div {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    font-size: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
    /****** COREG *****/
    /* header */
    .inquiry-visible .logo-exit.active {
        display: block;
    }

    .logo-exit.active {
        margin: 10px auto;
        width: 90%;
    }

    body .step-inquiry h2 {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 4px;
        font-size: 13px;
        margin: 15px auto;
        max-width: 100%;
        padding: 5px 10px;
        text-align: center;
    }
    body .step-inquiry h2 small { font-size: 11px;}
    body .step-inquiry h2 .red {
        color: red;
    }

    /* content */
    .step-survey .section {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid black;
        border-radius: 10px;
        margin: 10px 0;
        padding: 10px;
        position: absolute;
        display: none;
        text-align: center;
        transition: all 0.3s ease-in-out 0s;
        width: 90%;
    }

    .step-survey .section.active {
        right: 5%;
    }

    /* questions */
    .step-inquiry .question {
        min-height: 110px;
        background: #ffffff none repeat scroll 0 0;
        border-radius: 4px;
        margin-bottom: 13px;
        padding: 14px 8px 6px;
    }

    .step-inquiry .question .description { width: 100% !important; }
    .exit-mobile .step-inquiry .question img.arrow,
    .exit-mobile .step-inquiry .question .arrow { display: none; }
    .exit-mobile .question a { word-break: break-all; }

    /* buttons */
    .question .actions {
        float: right;
        padding-top: 16px;
        width: 100%;
    }

    .step.step-inquiry .question .actions select {
        height: 50px;
        width: 100%;
    }


    /***** WHY WIN *****/
    .step-whywin h2 { font-size: 22px; }
}






/* NEW RADIO BUTTONS RULES */
.radio_buttons_parent {
    white-space: nowrap;
    width:100%;
    position:relative;
    display: inline-block;
    margin: 5px 0 5px 0;
    font-size: 14px;
}

.action-type-radio_buttons {
    float: left !important;
    max-width: 762px;
    width: 100% !important;
    line-height: 1.2;
}

.action-pretype-radio_buttons {
    float: left !important;
    max-width: 600px;
    width: 100% !important;
    line-height: 1.2;
}



/********************** EXIT  BUTTON*************************/
/**********************************************************************/

.btn-why-win,  .exit_traffic_after,.exit_traffic_after2 {
    background:none!important;
    color: silver!important;
    max-width: none!important;
    width: auto!important;
    height: auto!important;
    font-size: 16px!important;
    border-radius:0!important;
    cursor: default!important;
    font-family:"Myriad Pro",  Arial , sans-serif!important;
    font-weight: normal!important;
    border : none!important;
    box-shadow: none!important;
    
    }

.btn-why-win:after,  .exit_traffic_after:after,.exit_traffic_after2:after {
    display: none !important;
}