/* COLOR */

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

/* BACKGROUND */

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

/* POSITION */

.content {
    width: 480px;
    padding-left: 499px;
    padding-top: 283px;
}

.content .box {
    color: #000000;
}

.content .custom {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #010101;
}

.content .box-form {
    margin: 63px 0 24px 2px;
}

.content #componentSimpleSurvey_vote_li label {
    text-align: center;
    display: none;
    color: #fff;
    padding-bottom: 6px;
}

.content #componentSimpleSurvey_vote li {
    display: inline-block;
    width: 218px;
    height: 125px;
    position: relative;
}
.content #componentSimpleSurvey_vote li+li {
    width: 221px;
}
.content #componentSimpleSurvey_vote li input {
    position: absolute;
    top: 92px;
    left: 98px;
}
.content #componentSimpleSurvey_vote li+li input {
    left: 108px;
}
.content #componentSimpleSurvey_vote li div {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    top: 89px;
    left: 93px;
    background-color: #ffffff;
    transition: all .1s linear;
}
.content #componentSimpleSurvey_vote li+li div {
    left: 104px;
}
.content #componentSimpleSurvey_vote li input:checked + div {
    background: #073A71;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li+li input:checked + div {
    background: #E8391C;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.content #componentSimpleSurvey_vote li label {
    height: 110px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-top: 12px;
    text-indent: -999999px;
    cursor: pointer;
}

.content #componentRegistration {
    margin: 68px 0 24px;
}

.content #optinDiv {
    width: 464px;
    top: -10px;
}

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

.content .optinSponsors, .content .optinSponsors a, .content .optinCampaignDecline, .content .optinCampaignDecline a {
    color: #888888;
}
/*CUSTOM*/

#componentSimpleSurvey {
    position: absolute;
    top: -92px;
    left: -485px;
}
.content .text {
    font-size: 14px;
}
.landing #optinDiv .optinCampaignDecline {
    margin-top: -18px;
}

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

.content #componentSimpleSurvey_vote li div {
    height: 17px;
    width: 17px;
    background: white;
    border-radius: 50%;
    position: absolute;
    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: 32px;
}

#blocRadio {
    position: absolute;
    top: 46px;
    left: -485px;
}