/* COLOR */

body.landing {
    background: #ffffff url(../images/bg_repeat.jpg) repeat-x;
}

/* BACKGROUND */

.main {
    background: url(../images/background.jpg) no-repeat top center;
    height: 796px;
}

.main_popup.tunnel {
    background: transparent url('../images/background_tunnel.jpg') no-repeat center top;
}

.tunnel .content_popup {
    background: #ffffff;
}

/* POSITION */

.content {
    width: 480px;
    padding-left: 514px;
    padding-top: 44px;
}

.content .box {
    color: #ffffff;
    padding-right: 17px;
}

.content .custom {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 14px;
}

.content .box-form {
    top: 328px;
}

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: none;
    color: #fff;
    padding-bottom: 6px;
}
.content #componentSimpleSurvey_vote {
    width: 437px;
}
.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 215px;
    height: 76px;
    position: relative;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 30px;
    left: 42px;
}
.content #componentSimpleSurvey_vote li label {
    height: 68px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-indent: -999999px;
    cursor: pointer;
}
.content #componentSimpleSurvey_vote li div {
    height: 20px;
    width: 20px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 39px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}

.content #componentSimpleSurvey_vote li + li input {
    left: 42px;
}
.content #componentSimpleSurvey_vote li + li div {
    left: 40px;
}
.content #componentSimpleSurvey_vote li input:checked + div {
    background: #2E3649;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li + li input:checked + div {
    background: #DB372D;
    box-shadow: inset 0 0 0 4px #ffffff;
}

.content #componentRegistration {
    margin: 72px 0 78px;
}

.content #optinDiv {
    width: 464px;
}

.content #optinDiv .optinCampaignDecline {
    margin-top: -10px;
}
.content #optinDiv .optinCampaignButtonImg{
    margin: 0 0 0 -7px;
    width: 305px;
    text-align: left;
}

.next-page-validation-text {
    color: #252e3d;
    font-size: 11px;
    width: 489px;
    display: block;
}


/*custom*/
.landing #optinDiv .optinCampaignDecline, .landing .optinSponsors {
    margin-top: -15px;
}

.content #componentSimpleSurvey_vote li input:checked + div {
    background: #FF1E1F;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li+li input:checked + div {
    background: #313745;
}

.content #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 38px;
    box-shadow: inset 0 0 0 10px #ffffff;
    transition: all .1s linear;
}

#componentSimpleSurvey_vote li:nth-child(2) div, #componentSimpleSurvey_vote li:nth-child(2) input{
    left: 10px;
}

#blocRadio {
    position: absolute;
    top: 201px;
    left: -2px;
}