body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    height: 100%;
}
a {
    outline: none;
}
p {
    color: #fff;
}

label {
    color: #fff;
}

.question-form,
.question_wrapper {
    width: 100%;    
}
.question-form,
.question_wrapper,
.question_wrapper > .container {
    height: 100%;
    position: relative;
}
.question_wrapper {
    transition: background 0.5s linear;
    background-repeat: no-repeat;
    background-position: top center;
    display: none;
    padding-bottom: 50px;
    padding-top: 15px;
}

.current {
    display: block;
    /*visibility: visible;*/
}

.parsley-errors-list {
    margin: 3px 0 0 0;
    padding: 0;
    list-style: none;
    color: red;
    font-size: 14px;
}

/*.logo-wrap {
    margin-bottom: 20px;
}*/

.LPPILOT_Heading_1 {
    font-size: 39px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    line-height: 39px;
    letter-spacing: -1px;
}

.LPPILOT_Heading_1 SPAN {
    color: #0EF;
}

.LPPILOT_Heading_2 {
    font-size: 25px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
}

.LPPILOT_Heading_2 SPAN {
    color: #0dba00;
}

.LPPILOT_GenericText1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.LPPILOT_GenericText {
    font-size: 24px;
    font-weight: 400;
    color: #14E0DC;
}

.px20import {
    font-size: 20px !important;
}

.px24import {
    font-size: 24px !important;
}

.active {
    background-color: #0EF;
    border: #FFF 3px solid;
    color: #333;
}

.LPPILOT_Question_Heading {
    font-size: 40px;
    font-weight: 900;
    color: #FFF;
}

.LPPILOT_Answer_Option_Cell label {
    background: #81bd21;
    background: rgba(129, 189, 33, 0.5);
}

.no_spam_logo {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0 auto;
}

/* -- INPUT FIELDS BUTTONS ETC> -- */

.answer_changed.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #FFF;
    height: 50px;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    text-indent: 1px;
    text-overflow: '';
    background-repeat: no-repeat;
    background-position: right center;
    width: 100% !important;
}

.answer_changed.form-control2 {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #FFF;
    height: 50px;
    color: #FFF;
    font-size: 1em;
    text-indent: 5px;
    font-weight: 400;
    width: 100% !important;
    border-radius: 4px;
    padding: 6px 12px;
}

.big-font {
    font-size: 26px !important;
}

input[type=checkbox].answer_changed {
    background-color: transparent;
    border: none;
    height: auto;
    font-size: inherit;
    width: auto !important;
}

.help-block {
    color: red;
}

.next_question_button {
    font-family: 'Roboto', sans-serif;
    height: 50px;
    max-width: 120px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #0b6804;
    background-color: #0dba00;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.previous_question_button {
    background-color: #ccc;
    border: 1px solid #999;
    border-radius: 6px;
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 900;
    height: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 0 30px;
    text-transform: uppercase;
}

.answer_button {
    font-family: 'Roboto', sans-serif;
    height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #fff;
    background: #81bd21;
    /* fallback color for old browsers */
    background: rgba(129, 189, 33, 0.5);
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

p.mv {
    font-size: 1.4em;
    font-weight: bold;
}

.alert-info {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.img-circle:hover {
    border: 5px solid #f00;
}

.container.question_wrapper {
    padding-top: 15px;
}

.yellow {
    color: #FFB930;
}

.LPPILOT_Question_Number_Container {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    font-weight: 900;
    line-height: 43px;
    background-color: rgba(265,0,0,0.2);
    border: rgba(265,265,265,0.2) 3px solid;
    color: rgba(265,265,265,0.2);
}
.active {
    background-color: #0EF;
    border: #FFF 3px solid;
    color: #333;
}
.LPPILOT_Question_Numbering_Cell {
    color: #fff;
}

@media (max-width: 1200px) {
    h1.LPPILOT_Heading_1 {
        font-size: 44px;
        text-transform: uppercase;
    }
}

@media (max-width: 769px) {
    h1,
    h2 {
        margin-top: 5px;
    }
    h2 {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    h1.LPPILOT_Heading_1,
    .col-sm-10 h1 {
        font-size: 22px;
        line-height: 24px;
    }
    h2.LPPILOT_Heading_2 {
        font-size: 15px;
        font-weight: normal;
    }
}

@media (max-width: 480px) {
    h1,
    h2 {}
    h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    h1.LPPILOT_Heading_1,
    h1.LPPILOT_Question_Heading {
        font-size: 26px;
        line-height: 24px;
    }
    h2.LPPILOT_Heading_2 {
        font-size: 16px;
        font-weight: 700;
    }
    .mailboxprovider {
        width: 100%;
    }
    p.LPPILOT_GenericText1,
    ul.LPPILOT_GenericText1 {
        font-size: 12px;
        margin-top: 10px;
    }
    .LPPILOT_GenericText {
        font-size: 16px;
        font-weight: 400;
        color: #14E0DC;
    }
    .next_question_button.btn-block {
        margin-left: -15px;
        width: 104%;
    }
}

.form-group {
    position: relative;
}

.final {
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    background: #00a2ff;
    color: #fff;
    text-decoration: none;
    padding: 20px 54px;
    display: inline-block;
    margin-top: 20px;
}

.final_list {
    display: block;
    color: #fff;
    font: normal 17px/1.5 'Roboto',verdana;
    padding-top: 10px;
}

.final_list li {
    padding: 0 5px;
}

@media screen and (max-width: 360px) {
    .final_list {
        font-size: 14px;
    }
}

.unsubscribe{width:100%;position:fixed;bottom:10px;left:0;text-align:center;font-size:11px; padding: 0 10px;}
.unsubscribe a{color: #ccc;text-decoration:underline}

@media screen and (max-width: 767px) {
    .unsubscribe{position:relative;margin-top:20px}
}