@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../Fonts/Montserrat-Regular.eot.eot');
    src: url('../Fonts/Montserrat-Regular.eot.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Montserrat-Regular.woff.woff') format('woff'),
         url('../Fonts/Montserrat-Regular.ttf.ttf') format('truetype'),
         url('../Fonts/Montserrat-Regular.svg.svg#montserratBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../Fonts/Montserrat-Bold.eot.eot');
    src: url('../Fonts/Montserrat-Bold.eot.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/Montserrat-Bold.woff.woff') format('woff'),
         url('../Fonts/Montserrat-Bold.ttf.ttf') format('truetype'),
         url('../Fonts/Montserrat-Bold.svg.svg#montserratBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}
body {
    font-family: 'Montserrat-Regular';
    height: 100%;
    overflow-x: hidden;
}
ul {
    list-style-type: none;
}
.bodyWrapper {
    margin: auto;
    max-width: 2560px;
    width: 100%;
}
.c1 .bodyWrapper {
    background-color: #FCFAF8;
}
.c2 .bodyWrapper {
    background-color: #4D565B;
}
.c3 .bodyWrapper {
    background-color: #5F7223;
}
.bgWrapper {
    background-image: url("../images/bgMain1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    max-width: 2560px;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.waiting .bgWrapper,
.homepage .bgWrapper  {
    background-image: url("../images/bgMain1.jpg"), url("../images/bgMain2.jpg"), url("../images/bgMain3.jpg");
}
.c1 .bgWrapper {
    background-color: #FCFAF8;
    background-image: url("../images/bgMain1.jpg");
}
.c2 .bgWrapper {
    background-color: #4D565B;
    background-image: url("../images/bgMain2.jpg");
}
.c3 .bgWrapper {
    background-color: #5F7223;
    background-image: url("../images/bgMain3.jpg");
}
.bgSideWrapper {
    height: 537px;
    min-width: 1500px;
    max-width: 2560px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
}
.bodyWrapper .bgMainRight {
    background-image: url("../images/bgMainRight1.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 537px;
    position: absolute;
    right: 0;
    top: 0;
    width: 388px;
}
.waiting .bodyWrapper .bgMainRight,
.homepage .bodyWrapper .bgMainRight  {
    background-image: url("../images/bgMainRight1.png"),  url("../images/bgMainRight2.png"),  url("../images/bgMainRight3.png");
    right: -388px;
}
.c1 .bodyWrapper .bgMainRight {
    background-image: url("../images/bgMainRight1.png");
}
.c2 .bodyWrapper .bgMainRight {
    background-image: url("../images/bgMainRight2.png");
}
.c3 .bodyWrapper .bgMainRight {
    background-image: url("../images/bgMainRight3.png");
}
.bodyWrapper .bgMainLeft {
    background-image: url("../images/bgMainLeft1.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 537px;
    left: 0;
    position: absolute;
    top: 0;
    width: 443px;
}
.waiting .bodyWrapper .bgMainLeft,
.homepage .bodyWrapper .bgMainLeft  {
    background-image: url("../images/bgMainLeft1.png"),  url("../images/bgMainLeft2.png"),  url("../images/bgMainLeft3.png");
    left: -388px;
}
.c1 .bodyWrapper .bgMainLeft {
    background-image: url("../images/bgMainLeft1.png");
}
.c2 .bodyWrapper .bgMainLeft {
    background-image: url("../images/bgMainLeft2.png");
}
.c3 .bodyWrapper .bgMainLeft {
    background-image: url("../images/bgMainLeft3.png");
}
.pageWrapper {
    margin: auto;
    position: relative;
}
.pageWrapper.hide {
    display: none;
}
.cookieWrapper {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    display: none;
    font-size: 11px;
    height: 60px;
    line-height: 20px;
    margin: 0 auto 1px;
    max-width: 900px;
    padding: 20px 30px 30px;
    position: relative;
}
.cookieWrapper a {
    color: #005da2;
}
.cookieWrapper .btnClose {
    background: url("../images/btnCloseCookie.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    cursor: pointer;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 18px;
    width: 18px;
    z-index: 9;
}
.headerWrapper {
    margin: auto;
    max-width: 900px;
    min-height: 35px;
    width: 100%;
}
.headerWrapper li {
    display: inline-block;
    float: left;
    position: relative;
}
.headerWrapper .topNav {
    float: left;
    margin-bottom: 5px;
}
.headerWrapper .topNav li {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 1px #888888;
    -moz-box-shadow: 0 3px 5px 1px #888888;
    box-shadow: 0 3px 5px 1px #888888;
    height: 22px;
    line-height: 22px;
    margin: 0 4px;
}
.headerWrapper .topNav li::after {
    border-color: #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.headerWrapper .topNav li:hover,
.headerWrapper .topNav li.active {
    background-color: #000000;
    cursor: pointer;
}
.headerWrapper .topNav li a {
    color: #000000;
    display: inline-block;
    font-family: 'Montserrat-Bold';
    font-size: 11px;
    padding: 0 15px;
    text-decoration: none;
    vertical-align: top;
}
.headerWrapper .topNav li:hover a,
.headerWrapper .topNav li.active a {
    color: #ffffff;
    cursor: pointer;
}
.headerWrapper .topNav li:hover::after,
.headerWrapper .topNav li.active::after {
    border-color: #000000 transparent transparent;
    cursor: pointer;
}
.headerWrapper .socialNav {
    float: right;
}
.headerWrapper .socialNav li {
    height: 38px;
    line-height: 38px;
    width: 35px;
}
.headerWrapper .socialNav li a {
    background: url('../images/bgSocial.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    max-width: 45px;
    overflow: hidden;
    text-indent: 45px;
}
.headerWrapper .btnMobileMenu {
    display: none;
}
.headerWrapper .socialNav .facebook {
    background-position: 0 0;
}
.headerWrapper .socialNav .youtube {
    background-position: -35px 0;
}
.mainWrapper {
    clear: both;
    margin-bottom: 20px;
    margin: auto;
    max-width: 900px;
    min-height: 470px;
    position: relative;
    width: 100%;
}
.mainWrapper .logo {
    display: block;
    height: auto;
    margin: 0 auto 30px;
    max-height: 191px;
    max-width: 606px;
    width: 100%;
}
.overlay {
    background: url("../images/bgOverlay.png") repeat scroll 0 0 transparent;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.footerWrapper {
    background-color: #000000;
    clear: both;
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    font-size: 11px;
    margin: 0 auto;
    max-width: 900px;
    padding: 15px 20px 25px;
    width: auto;
}
.footerWrapper .footerNav {
    padding-left: 3px;
}
.footerWrapper .footerNav li {
    display: inline-block;
    padding: 0 0 5px 0;
}
.footerWrapper .footerNav li::after {
    content: " |";
    padding: 0 1px;
}
.footerWrapper .footerNav li:last-child::after {
    content: "";
}
.footerWrapper .footerNav li a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
.footerWrapper .footerNav li a:hover {
    text-decoration: underline;
}
.footerWrapper .copyright {
    clear: both;
    padding-left: 3px;
}


/*
 *
 * Waiting page
 * 
 */
.waiting .homeContent {
    background-image: url("../images/bgHomeText1.png"), url("../images/bgHomeText2.png"), url("../images/bgHomeText3.png"); 
    background-position:center bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    float: right;
    font-family: "Montserrat-Bold";
    font-size: 14px;
    list-style-type: none;
    padding: 100px 55px 30px 130px;
    text-align: center;
}
.c1.waiting .homeContent {
    background-image: url('../images/bgHomeText1.png');
}
.c2.waiting .homeContent {
    background-image: url('../images/bgHomeText2.png');
}
.c3.waiting .homeContent {
    background-image: url('../images/bgHomeText3.png');
}
.waiting.c3 .bgWrapper {
    background-image: url("../images/bgMainWaiting3.jpg");
}
.homeContent.freeze {
    background-image: none !important;
}
.waiting .mainWrapper {
    min-height: auto;
}
.waiting .logo {
    height: auto;
    margin: 0 auto;
    max-height: 318px;
    max-width: 380px;
    opacity: 0;
    width: 100%;
}
.waiting .suitcase {
    height: auto;
    left: -10px;
    max-height: 310px;
    max-width: 450px;
    position: absolute;
    top: -350px;
    width: 100%;
}
.waiting .waitingText {
    margin: auto;
    max-width: 380px;
    min-height: 130px;
}
.waiting .waitingText p {
    font-size: 13px;
    padding: 5px 0;
}
.waiting .waitingText span {
    font-size: 19px;
}

/*
 *
 * Homepage
 * 
 */
.homepage .logo {
    margin: 0 0 30px 15px;
    opacity: 0 ;
}
.homepage .suitcase {
    height: auto;
    left: 0;
    margin: 0;
    max-height: 310px;
    max-width: 450px;
    min-width: 280px;
    position: absolute;
    top: -350px;
    width: 100%;
}
.homepage .homeContent {
    background: url('../images/bgHomeText1.png') no-repeat scroll top center transparent;
    color: #ffffff;
    float: right;
    font-size: 14px;
    list-style-type: none;
    min-height: 220px;
    min-width: 350px;
    padding: 40px 35px 0 130px;
    text-align: center;
}
.homepage .mainWrapper > div {
    overflow-x: hidden;
}
.homepage .mainWrapper > div.participationForm {
    overflow-x: visible;
}
.c1.homepage .homeContent {
    background-image: url('../images/bgHomeText1.png');
}
.c2.homepage .homeContent {
    background-image: url('../images/bgHomeText2.png');
}
.c3.homepage .homeContent {
    background-image: url('../images/bgHomeText3.png');
}
.homeContent .planeRight,
.homeContent .planeLeft {
    height: 15px;
    overflow: hidden;
    max-width: 380px;
    margin: auto;
}
.planeRight {
    background: url('../images/planeRight.png') no-repeat scroll -400px 0 transparent;
}
.planeLeft {
    background: url('../images/planeLeft.png') no-repeat scroll 400px 0 transparent;
}
.homepage .homeContent .homeText {
    margin: 3px auto 10px;
    min-height: 70px;
}
.homepage .homeContent .btnParticipate {
    background: url('../images/btnParticipate.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-top: 15px;
    overflow: hidden;
    text-indent: 280px;
    width: 271px;
}
.homepage .homeContent .btnParticipate:hover {
    background-position: 0 -70px;
}
.homepage .participationForm {
    background: url("../images/bgForm.png") no-repeat scroll left bottom transparent;
    height: 550px;
    padding: 100px 65px 90px 45px;
    position: absolute;
    right: 30px;
    top: -40px;
    width: 305px;
    z-index: 10;
}
.homepage .participationForm .formWrapper {
    bottom: 0;
    height: 550px;
    max-width: 305px;
    padding-bottom: 90px;
    position: absolute;
    width: 100%;
}
.homepage .participationForm li {
    clear: both;
    min-height: 20px;
    list-style-type: none;
    margin-bottom: 4px;
}
.homepage .participationForm li.chk {
    margin-bottom: 0;
}
.homepage .participationForm li.error {
    color: #ff0000;
    font-size: 12px;
    font-family: "Montserrat-Bold";
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
}
.homepage .participationForm a.btnClosePopup {
    background: url("../images/btnCloseCookie.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: 18px;
    top: 0;
    width: 18px;
}
.homepage .participationForm h2 {
    font-family: "Montserrat-Bold";
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 0 10px 0 0;
    text-align: center;
}
.homepage .participationForm label {
    display: inline-block;
    font-size: 10px;
    padding-left: 5px;
}
.homepage .participationForm label.normal {
    width: 66px;
}
.homepage .participationForm label.long {
    height: 22px;
    line-height: 22px;
}
.homepage .participationForm label.lblCheckbox {
    font-size: 9px;
    padding-top: 1px;
    vertical-align: top;
    width: 278px;
}
.homepage .participationForm label.lblCheckbox a {
    color: #005da2;
}
.homepage .participationForm input[type=text] {
    border: 2px solid #aaaaaa;
    color: #aaaaaa;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    width: 214px;
}
.homepage .participationForm input.error[type=text] {
    border-color: #ff0000;
}
.homepage .participationForm input.dob {
    text-align: center;
    vertical-align: top;
}
.homepage .participationForm input.date {
    margin: 0 2px 0 14px;
    width: 40px;
}
.homepage .participationForm input.month {
    margin: 0 2px;
    width: 40px;
}
.homepage .participationForm input.year {
    margin: 0 2px;
    width: 69px;
}
.homepage .participationForm input[type=checkbox] {
    float: left;
    margin: 0 0 0 5px;
}
.homepage .participationForm .tooltipContent {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px 1px #777777;
    -moz-box-shadow: 0 0 9px 1px #777777;
    box-shadow: 0 0 9px 1px #777777;
    display: none;
    left: -310px;
    max-width: 460px;
    position: absolute;
    top: 85px;
    z-index: 9;
}
.homepage .participationForm .tooltipContent h2 {
    background-color: #000000;
    color: #ffffff;
    height: 20px;
    padding: 15px 20px;
    text-align: left;
}
.homepage .participationForm .tooltipContent a.btnClose {
    background: url("../images/btnClose.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-indent: 20px;
    top: 15px;
    width: 18px;
}
.homepage .participationForm .tooltipContent img {
    display: block;
    height: auto;
    margin: 10px auto 0;
    max-width: 430px;
    width: 100%;
}
.homepage .participationForm .tooltipContent p {
    font-family: "Montserrat-Bold";
    font-size: 13px;
    padding: 20px;
}
.homepage .participationForm .tooltipContent p span {
    color: #c1272d;
}
.homepage .participationForm .codeWrapper {
    border: 3px solid transparent;
    margin: 3px 0 0;
    font-size: 11px;
}
.homepage .participationForm .codeWrapper.error {
    border-color: #ff0000;
}
.homepage .participationForm .codeWrapper input.code {
    padding: 0;
    text-align: center;
}
.homepage .participationForm .codeWrapper .cd1,
.homepage .participationForm .codeWrapper .cd2,
.homepage .participationForm .codeWrapper .cd6,
.homepage .participationForm .codeWrapper .cd7 {
    margin: 0 1px;
    width: 17px;
}
.homepage .participationForm .codeWrapper .cd3 {
    margin: 0 1px;
    width: 30px;
}
.homepage .participationForm .codeWrapper .cd4 {
    border: 2px solid #aaaaaa;
    color: #aaaaaa;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    min-width: 50px;
    width: auto;
}
.homepage .participationForm .codeWrapper .cd5 {
    width: 50px;
}
.homepage .participationForm .codeWrapper .cd8 {
    width: 24px;
}
.homepage .participationForm .captcha {
    border: 2px solid #aaaaaa;
    float: left;
    height: 70px;
    margin: 0 3px 3px 65px;
    max-width: 170px;
}
.homepage .participationForm .captcha.error,
.homepage .participationForm .captcha.error input[type=text] {
    border-color: #ff0000;
}
.homepage .participationForm .captcha img {
    height: 47px;
    width: 167px;
}
.homepage .participationForm .captcha input[type=text] {
    border-style: solid none none;
    max-width: 160px;
    position: relative;
    top: -5px;
}
.homepage .participationForm .captchaSide {
    float: left;
    margin-top: 25px;
    position: relative;
    width: 22px;
}
.homepage .participationForm a.tooltip,
.homepage .participationForm a.btnRefresh {
    background: url("../images/btnCaptcha.jpg") no-repeat scroll 0 0 transparent;
    clear: both;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 0 3px;
    overflow: hidden;
    position: absolute;
    text-indent: 25px;
    width: 22px;
}
.homepage .participationForm a.tooltip {
    background-position: 0 -25px;
}
.homepage .participationForm a.captchaHelp {
    top: 25px;
}
.homepage .participationForm .btnEnviar {
    background: url("../images/btnEnviar.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 72px;
    line-height: 72px;
    margin: auto;
    overflow: hidden;
    text-indent: 200px;
    width: 191px;
}
.homepage .participationForm .btnEnviar:hover {
    background-position: 0 -72px;
}

/*
 *
 * Thank you page
 *
 */
.homepage .participationForm .thanks h2 {
    background: url('../images/iconThanks.png') no-repeat scroll 45px 70px transparent;
    font-family: "Montserrat-Bold";
    font-size: 27px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 50px;
}
.homepage .participationForm .thanks p.title {
    background-color: #c1272c;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin: 5px 3px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}
.homepage .participationForm .thanks p.title span {
    float: left;
    font-size: 35px;
    padding: 0 20px;

}
.homepage .participationForm .thanks p.title span + span {
    float: right;
}
.homepage .participationForm .thanks ul {
    font-size: 13px;
    margin-left: 20px;
}
.homepage .participationForm .thanks li {
    margin-bottom: 0;
}
.homepage .participationForm .thanks li.t1,
.homepage .participationForm .thanks li.t2 {
    background: url('../images/iconThanks.png') no-repeat scroll 30px -85px transparent;
    padding: 10px 95px 0 0;
}
.homepage .participationForm .thanks li.t2 {
    background-position: 30px -205px;
}
.homepage .participationForm .thanks li.t3 a {
    background: url("../images/iconThanks.png") no-repeat scroll -30px -323px transparent;
    color: #000000;
    display: block;
    font-family: "Montserrat-Bold";
    font-size: 15px;
    height: 36px;
    line-height: 34px;
    margin: auto;
    padding-right: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}
.homepage .participationForm .thanks li.t3 a:hover {
    text-decoration: underline;
}
.homepage .participationForm .thanks li.t4 a {
    background: url('../images/iconThanks.png') no-repeat scroll -5px -365px transparent;
    display: block;
    height: 100px;
    line-height: 100px;
    margin: auto;
    overflow: hidden;
    text-indent: 250px;
    width: 220px;
}
.homepage .participationForm .thanks li.t4 a:hover {
    background-position: -5px -465px;
}
.homepage .participationForm .thanks li span,
.homepage .participationForm .thanks li + li {
    color: #c1272c;
}
.homepage .participationForm .thanks li strong {
    font-family: "Montserrat-Bold";
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.homepage .homeBottom {
    background: url('../images/bgHomeBottom.png') no-repeat scroll center top transparent;
    background-size: 1919px auto;
    clear: both;
    height: 410px;
    width: 100%;
}
.homepage .homeBottom .bottomNav {
    list-style-type: none;
    margin: auto;
    max-width: 835px;
    position: relative;
}
.homepage .homeBottom .bottomNav li {
    height: 32px;
    position: absolute;
    width: auto;
}
.homepage .homeBottom .bottomNav li a {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px 1px #888888;
    -moz-box-shadow: 0 3px 5px 1px #888888;
    box-shadow: 0 3px 5px 1px #888888;
    color: #000000;
    float: left;
    font-family: 'Montserrat-Bold';
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin: 0 4px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    width: auto;
}
.homepage .homeBottom .bottomNav li a::after {
    border-color: #ffffff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.homepage .homeBottom .bottomNav li a::before,
.homepage.ie .homeBottom .bottomNav li a:before {
    border-image: none;
    bottom: 0;
    content: "";
    height: 0;
    padding: 20px 0;
    position: absolute;
    width: 0;
    z-index: 1;
}
.homepage .homeBottom .bottomNav li a:hover {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}
.homepage .homeBottom .bottomNav li a:hover::after {
    border-color: #000000 transparent transparent;
    cursor: pointer;
}
.homepage .homeBottom .bottomNav li.bottomNav1 {
    left: 0;
    top: 214px;
}
.homepage .homeBottom .bottomNav li.bottomNav1 a::before,
.homepage.ie .homeBottom .bottomNav li.bottomNav1 a:before {
    background-color: transparent;
    content: "";
    height: 113px;
    left: 0;
    position: absolute;
    top: -113px;
    width: 138px;
    z-index: 1;
}
.homepage .homeBottom .bottomNav li.bottomNav2 {
    left: 190px;
    top: 142px;
}
.homepage .homeBottom .bottomNav li.bottomNav2 a::before,
.homepage.ie .homeBottom .bottomNav li.bottomNav2 a:before {
    background-color: transparent;
    content: "";
    height: 43px;
    left: -24px;
    position: absolute;
    top: 33px;
    width: 149px;
    z-index: 1;
}
.homepage .homeBottom .bottomNav li.bottomNav3 {
    left: 358px;
    top: 192px;
}
.homepage .homeBottom .bottomNav li.bottomNav3 a::before,
.homepage.ie .homeBottom .bottomNav li.bottomNav3 a:before {
    background-color: transparent;
    content: "";
    height: 49px;
    left: -27px;
    position: absolute;
    top: -89px;
    width: 149px;
    z-index: 1;
}
.homepage .homeBottom .bottomNav li.bottomNav4 {
    left: 552px;
    top: 76px;
}
.homepage .homeBottom .bottomNav li.bottomNav4 a::before,
.homepage.ie .homeBottom .bottomNav li.bottomNav4 a:before {
    background-color: transparent;
    content: "";
    height: 110px;
    left: -40px;
    position: absolute;
    top: 33px;
    width: 179px;
    z-index: 1;
}
.homepage .homeBottom .bottomNav li.bottomNav5 {
    left: 744px;
    top: 108px;
}
.homepage .homeBottom .bottomNav li.bottomNav5 a::before,
.homepage.ie .homeBottom .bottomNav li.bottomNav5 a:before {
    background-color: transparent;
    content: "";
    height: 74px;
    left: -14px;
    position: absolute;
    top: 33px;
    width: 81px;
    z-index: 1;
}

/*
 *
 * Content Pages
 * 
 */
.contentWrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 9px 1px #777777;
    -moz-box-shadow: 0 0 9px 1px #777777;
    box-shadow: 0 0 9px 1px #777777;
    margin: 0 auto 30px;
    max-width: 700px;
    position: relative; 
}
.contentWrapper .sideContent {
    background: url('../images/bgContentWrapper.png') no-repeat scroll 0 0 transparent;
    height: 96%;
    left: -14px;
    position: absolute;
    top: 42px;
    width: 160px;
}
.contentWrapper h2 {
    background-color: #000000;
    color: #ffffff;
    font-family: "Montserrat-Bold";
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}
.contentWrapper h2::after {
    border-color: #000000 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
}
.contentWrapper p.title {
    background-color: #f7f9c6;
    font-family: "Montserrat-Bold";
    font-size: 18px;
    padding: 50px 0 50px 160px;
    position: relative;
}
.contentWrapper p.title::after {
    border-color: #f7f9c6 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
    z-index: 9;
}
.contentWrapper .btnBack {
    background: url('../images/iconArrows.png') no-repeat scroll right 11px transparent;
    color: #ffffff;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    padding-right: 25px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}
.contentWrapper .btnTop {
    background: url('../images/iconArrows.png') no-repeat scroll 10px -25px transparent;
    color: #000000;
    cursor: pointer;
    font-family: "Montserrat-Bold";
    font-size: 10px;
    padding-top: 20px;
    position: absolute;
    right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 15px;
}
.contentWrapper > ul {
    list-style-type: none;
    padding: 40px 0 55px 0;
}
.contentWrapper > ul > li {
    font-size: 13px;
    line-height: 19px;
    padding: 10px 40px 10px 160px;
    position: relative;
}
.contentWrapper ul li strong,
.contentWrapper ul li span {
    font-family: "Montserrat-Bold";
    font-weight: normal;
}
.contentWrapper ul li strong {
    display: block;
}
.contentWrapper .bgWhite,
.contentWrapper .bgOffWhite {
    background-color: #ffffff;
    padding: 40px 40px 40px 160px;
    position: relative;
}
.contentWrapper .bgOffWhite {
    background-color: #f7f9c6;
}
.contentWrapper .bgWhite::after,
.contentWrapper .bgOffWhite::after {
    border-color: #f7f9c6 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.contentWrapper .bgWhite::after {
    border-color: #ffffff transparent transparent;
}

.contentWrapper .iconSuitcase {
    position: absolute;
    right: 20px;
    top: 85px;
}

/*
 *
 * Participate
 * 
 */
.participate .contentWrapper {
    font-family: "Montserrat-Bold";
}
.participate .contentWrapper li p {
    padding-bottom: 10px;
}
.participate .contentWrapper li a {
    color: #0071bc;
}
.participate .contentWrapper p.title {
    background: url("../images/iconsParticipate.png") no-repeat scroll 5px 30px #ebeff7;
}
.participate .contentWrapper .bgOffWhite {
    background-color: #ebeff7
}
.participate .contentWrapper p.title::after,
.participate .contentWrapper .bgOffWhite::after {
    border-color: #ebeff7 transparent transparent;
}
.participate .contentWrapper li {
    background: url("../images/iconsParticipate.png") no-repeat scroll 0 0 transparent;
}
.participate .contentWrapper li.r1 {
    background-position: -10px -220px;
    padding-top: 180px;
}
.participate .r1 img {
    height: auto;
    left: 60px;
    max-height: 191px; 
    max-width: 611px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.participate .contentWrapper li.r2 {
    background-position: 0px -490px;
}
.participate .r2 img {
    height: auto;
    margin-bottom: 10px;
    max-height: 196px; 
    max-width: 375px;
    width: 100%;
}
.participate .contentWrapper li.r3 {
    background-image: none;
}
.participate .r3 img {
    display: block;
    height: auto;
    margin: 10px auto;
    max-height: 196px; 
    max-width: 375px;
    width: 100%;
}
.participate .r3 > span {
    display: inline-block;
    padding: 0 60px 0 30px;
    text-align: center;
    vertical-align: top;
}
.participate .r3 span + span {
    padding: 0;
}
.participate .r3 strong {
    font-size: 17px;
    line-height: 30px;
}
.participate .r3 strong span {
    font-size: 25px;
    line-height: 22px;
    padding: 0 2px;
}
.participate .r4 div {
    background-color: #c1272c;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    margin: 5px 3px 20px;
    min-height: 125px;
    text-align: center;
    text-transform: uppercase;
    max-width: 350px;
}
.participate .r4 div p {
    font-family: "Montserrat-Regular";
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    margin: auto;
    max-width: 300px;
    text-transform: none;
}
.participate .r4 div span {
    float: left;
    font-family: "Montserrat-Regular";
    font-size: 35px;
    padding: 0 20px;
}
.participate .r4 div span + span {
    float: right;
}
.participate .r4 .bin {
    position: absolute;
    right: 50px;
    top: 50px;
}
.participate .contentWrapper li.r4 {
    background-image: none;
}
.participate .contentWrapper li.r5 {
    background-position: 30px -1455px;
    padding: 40px;
}
.participate .r5 .singleSuitcase {
    display: block;
    margin: auto;
}  
.participate .r5 .btnParticipa {
    background: url("../images/btnParticipate.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 70px;
    line-height: 70px;
    margin: 15px auto;
    overflow: hidden;
    text-indent: 280px;
    width: 271px;
}
.participate .r5 .btnParticipa:hover {
    background-position: 0 -70px;
}

/*
 * Products
 */
.products .contentWrapper p.title {
    font-size: 16px;
    padding: 25px 0 50px 170px;
}
.products .contentWrapper .iconSuitcase {
    right: 40px;
    top: 105px;
    width: 220px;
}
.products .contentWrapper .sideContent {
    background: url("../images/bgProducts.png") no-repeat scroll 0 0 transparent;
    left: 5px;
    width: 643px;
}
.products .contentWrapper ul li {
    min-height: 80px;
}
.products .contentWrapper ul li.last {
    min-height: 375px;
}
.products .contentWrapper ul li p {
    font-size: 13px;
    line-height: 16px;
    max-width: 230px;
    position: absolute;
}
.products .contentWrapper .r1 {
    height: 90px;
}
.products .contentWrapper .r1 p {
    right: 45px;
    top: 65px;
}
.products .contentWrapper .r2 {
    height: 110px;
}
.products .contentWrapper .r2 p {
    left: 118px;
    top: 85px;
}
.products .contentWrapper .r3 {
    height: 130px;
}
.products .contentWrapper .r3 p {
    right: 45px;
    top: 120px;
}
.products .contentWrapper .r4 {
    height: 120px;
}
.products .contentWrapper .r4 p {
    left: 133px;
    top: 110px;
}
.products .contentWrapper .r5 {
    height: 130px;
}
.products .contentWrapper .r5 p {
    right: 45px;
    top: 112px;
}
.products .contentWrapper .r6 {
    height: 110px;
}
.products .contentWrapper .r6 p {
    left: 132px;
    top: 90px;
}
.products .contentWrapper .r7 p {
    left: 395px;
    right: auto;
    top: 130px;
}
.products .contentWrapper .r7 p + p {
    left: auto;
    right: 35px;
    top: 237px;
}
.products .btnParticipa {
    background: url("../images/btnParticipate.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 70px;
    left: 30%;
    line-height: 70px;
    margin: 15px auto;
    overflow: hidden;
    position: absolute;
    text-indent: 280px;
    width: 271px;
    z-index: 9;
}
.products .btnParticipa:hover {
    background-position: 0 -70px;
}

/*
 * TV
 */
.tv .contentWrapper {
    min-height: 630px;
}
.tv .titleTv {
    font-family: "Montserrat-Bold";
    font-size: 18px;
    padding: 40px 3px 30px;
    text-align: center;
}
.tv .tvWrapper {
    background: url("../images/bgTv.png") no-repeat scroll 0 0 transparent;
    background-size: 100% auto;
    height: auto;
    margin: 0 30px;
    max-width: 640px;
    position: absolute;
    z-index: 1;
}
.tv .tvWrapper > div {
    color: #fff;
    margin: 20px auto 0;
    min-height: 180px;
    padding-top: 150px;
    text-align: center;
    z-index: 1;
}
.tv iframe {
    display: block;
    margin: 25px auto 0;
    min-height: 320px;
    z-index: 1;
}
.tv .tvWrapper p {
    font-size: 13px;
    padding: 100px 0 20px;
}
.tv .sideContent {
    height: 93%;
}

/*
 * Winners
 *
 */
.winners p.title {
    background: url("../images/iconWinners.png") no-repeat scroll 10px 90px #ebeff7;
}
.winners .bgOffWhite {
    background-color: #ebeff7;
}
.winners .contentWrapper p.title::after,
.winners .contentWrapper .bgOffWhite::after {
    border-color: #ebeff7 transparent transparent;
}
.winners .winnersList li {
    line-height: 25px;
    padding: 20px 0;
}
.winners .winnersList label {
    display: inline-block;
    min-width: 80px;
}
.winners .winnersList input {
    font-family: "Montserrat-Regular";
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    max-width: 240px;
    padding-left: 60px;
    width: 100%;
}
.winners .winnersList input[disabled] {
    background-color: #ffffff;
    color: #000000;
}
.winners .r1 {
    min-height: 225px;
}
.winners .r1 input[disabled] {
    background-color: #ebeff7;
}
.winners #countdown {
    position: absolute;
    right: 130px;
    top: 60px;
}
.winners .iconSuitcaseBig {
    display: block;
    margin: 15px 0 0;
}
.winners #countdown .days {
    background: url("../images/bgCounter.png") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 38px;
    height: 45px;
    letter-spacing: 7px;
    line-height: 45px;
    text-indent: 2px;
    width: 86px;
}
.winners #countdown strong {
    font-family: "Montserrat-Regular";
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
}
.winners #countdown li + li + li {
    line-height: 30px;
}
.winners .r1 p,
.winners .r2 p {
    font-size: 16px;
    font-family: "Montserrat-Bold";
}
.winners .r1 p span,
.winners .r2 p span {
    font-size: 25px;
}
.winners .r1 p span + span,
.winners .r2 p span + br + span {
    display: block;
    font-size: 13px;
    font-family: "Montserrat-Regular";
}
.winners .r2 li {
    background: url("../images/iconWinnersSuitcaseSmall.png") no-repeat scroll 0 20px transparent;
    padding-left: 80px;
}
.winners .r3 {
    padding: 40px 160px;
}
.winners .r3 p {
    padding: 15px 0 0;
    text-align: center;
}
.winners .btnParticipa {
    background: url("../images/btnParticipate.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 70px;
    line-height: 70px;
    margin: 15px auto;
    overflow: hidden;
    text-indent: 280px;
    width: 271px;
}
.winners .singleSuitcase {
    display: block;
    margin: auto;
}
.winners .btnParticipa:hover {
    background-position: 0 -70px;
}

/*
 * FAQ
 */
.faq .contentWrapper p.title {
    background: url("../images/iconFaq.png") no-repeat scroll 40px 30px #f7f9c6;
}

/*
 *
 * Responsive
 * 
 */
.animatedAll {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.animatedBg {
    -webkit-transition: background-size 0.5s ease-in-out;
    -moz-transition: background-size 0.5s ease-in-out;
    -ms-transition: background-size 0.5s ease-in-out;
    -o-transition: background-size 0.5s ease-in-out;
    transition: background-size 0.5s ease-in-out;
}
.animatedWidth {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}
.nonAnimated {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (max-width: 1920px) {
    .c1 .bgWrapper {
        background-image: url("../images/bgMain1D.jpg");
    }
    .c2 .bgWrapper {
        background-image: url("../images/bgMain2D.jpg");
    }
    .c3 .bgWrapper {
        background-image: url("../images/bgMain3D.jpg");
    }
    .waiting.c3 .bgWrapper {
        background-image: url("../images/bgMainWaiting3D.jpg");
    }
}
@media only screen and (max-width: 1500px) {
    .bgSideWrapper {
        margin-right: -750px;
        right: 50%;
    }
}
@media only screen and (max-width: 1200px) {
    .homepage .suitcase {
        width: 50%;
    }
}
@media only screen and (max-width: 900px) {
    .c1 .bgWrapper {
        background-image: url("../images/bgMain1T.jpg");
        background-size: 100% auto;
    }
    .c2 .bgWrapper {
        background-image: url("../images/bgMain2T.jpg");
        background-size: 100% auto;
    }
    .c3 .bgWrapper {
        background-image: url("../images/bgMain3T.jpg");
        background-size: 100% auto;
    }
    .waiting.c3 .bgWrapper {
        background-image: url("../images/bgMainWaiting3T.jpg");
    }
    .mainWrapper .logo {
        width: 60%;
    }
    .waiting .homeContent,
    .waiting .logo {
        max-width: 340px;
    }
    .waiting .suitcase {
        width: 48%;
    }
    .homepage .suitcase {
        width: 45%;
    }
    .homepage .homeBottom {
        background-size: 1500px auto;
        height: 300px;
    }
    .homepage .homeBottom .bottomNav {
        max-width: 705px;
    }
    .homepage .homeBottom .bottomNav li.bottomNav1 {
        left: 11px;
        top: 156px;
    }
    .homepage .homeBottom .bottomNav li.bottomNav2 {
        left: 163px;
        top: 105px;
    }
    .homepage .homeBottom .bottomNav li.bottomNav3 {
        left: 294px;
        top: 143px;
    }
    .homepage .homeBottom .bottomNav li.bottomNav4 {
        left: 445px;
        top: 54px;
    }
    .homepage .homeBottom .bottomNav li.bottomNav5 {
        left: 601px;
        top: 80px;
    }

}
@media only screen and (max-width: 720px) {
    .bgWrapper {
        background-size: 335% auto;
    }
    .headerWrapper {
        border-bottom: 2px solid #808080;
        bottom: 50px;
        position: absolute;
        z-index: 9;
    }
    .headerWrapper .btnMobileMenu {
        background-color: #000000;
        color: #ffffff;
        display: block;
        font-size: 10px;
        height: 35px;
        left: 0;
        line-height: 35px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .headerWrapper .btnMobileMenu::before {
        border-color:  transparent transparent #000000;
        border-image: none;
        border-style: solid;
        border-width: 6px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        top: -12px;
        width: 0;
        z-index: 10;
    }
    .headerWrapper .topNav,
    .headerWrapper .socialNav {
        display: none;
        float: none;
        margin: auto;
    }
    .headerWrapper .topNav li,
    .headerWrapper .socialNav li {
        background-color: transparent; 
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        display: block;
        float: none;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding-left: 25px;
        position: static;
        width: auto;
    }
    .headerWrapper .topNav li::after {
        display: none;
    }
    .headerWrapper .topNav li:hover,
    .headerWrapper .topNav li.active {
        background-color: transparent;
    }
    .headerWrapper .topNav li:hover a,
    .headerWrapper .topNav li.active a,
    .headerWrapper .socialNav li:hover a,
    .headerWrapper .socialNav li.active a {
        color: #000000;
        text-decoration: underline;
    }
    
    .headerWrapper {
        background: url("../images/bgMenuMobile.png") no-repeat scroll 3px 50px #ffffff;
        bottom: 67px;
        z-index: 10;
    }
    .headerWrapper .topNav li:nth-child(even),
    .headerWrapper .socialNav li:nth-child(even) {
        background: url("../images/bgMenuMobile.png") no-repeat scroll 3px 10px #f4eee7;
    }
    .headerWrapper .socialNav li:nth-child(2) {
        background-position: 4px -227px;
    }
    
    .headerWrapper .topNav li:nth-child(4) {
        background-position: 3px -70px;
    }
    .headerWrapper .topNav li:nth-child(6) {
        background-position: 3px -155px;
    }
    .headerWrapper .socialNav li a {
        background: none; 
        color: #000000;
        display: inline-block;
        font-family: "Montserrat-Bold";
        font-size: 11px;
        max-width: none;
        padding: 0 15px;
        text-decoration: none;
        text-indent: 0;
        vertical-align: top;
    }
    .mainWrapper {
        padding-bottom: 30px;
    }
    .mainWrapper .logo {
        padding: 10px;
        width: 70%;
    }
    .bgSideWrapper {
        display: none;
    }
    .c1.waiting .homeContent,
    .c2.waiting .homeContent,
    .c3.waiting .homeContent {
        background-image: none;
        color: #000000;
        float: none;
        margin: auto;
        max-width: 720px;
        padding: 0 10px;
    }
    .waiting .logo {
        max-width: 606px;
    }
    .waiting .suitcase {
        margin: 20px auto 0;
        position: static;
        width: 90%;
    }
    .planeRight {
        background-position: right bottom !important;
    }
    .planeLeft {
        background-position: left bottom !important;
    }
    .homepage .homeContent {
        background-image: none !important;
        clear: both;
        color: #000000;
        display: block;
        float: none;
        font-size: 12px;
        margin: 10px auto;
        min-width: auto;
        padding: 0;
        position: static;
        top: auto;
        width: 100%;
    }
    .homepage .suitcase {
        position: static;
    }
    .homepage .homeContent .homeText {
        min-height: auto;
    }
    .homeBottom {
        display: none;
    }
    .homepage .participationForm {
        left: 50%;
        margin-left: -200px;
        top: 0;
    }
    .homepage .participationForm .tooltipContent {
        left: 0;
        top: 65px;
    }
    .contentWrapper {
        margin: 0 15px 30px;
    }
    .contentWrapper .iconSuitcase {
        top: 80px;
        width: 170px;
    }
    .contentWrapper p.title {
        font-size: 15px;
        padding-left: 100px;
    }

    .participate .contentWrapper p.title {
        background-image: none;
    }
    .participate .contentWrapper li.r1 {
        padding-top: 0;
    }
    .participate .r1 img {
        position: static;
    }
    .participate .r3 > span {
        font-size: 10px;
        padding: 0 7% 0 0;
    }
    .participate .r3 strong {
        font-size: 13px;
        line-height: 20px;
    }
    .participate .r4 .bin {
        display: block;
        margin: 10px auto;
        position: static;
    }
    .products .contentWrapper .sideContent {
        background-image: url("../images/bgProductsMobile.png");
        left: 50%;
        margin-left: -130px;
        max-width: 259px;
        width: 100%;
    }
    .products .contentWrapper .iconSuitcase {
        right: 10px;
        top: 100px;
        width: 120px;
    }
    .products .contentWrapper p.title {
        font-size: 10px;
        padding: 20px 0 55px 17px;
    }
    .contentWrapper > ul {
        padding-top: 0;
    }
    .products .contentWrapper ul li {
        min-height: auto;
    }
    .products .contentWrapper ul li p {
        font-size: 10px;
        line-height: 13px;
        margin: auto;
        position: static;
    }
    .products .contentWrapper .r1 {
        height: 80px;
        padding: 199px 0 0 5px;
    }
    .products .contentWrapper .r2 {
        height: 60px;
        padding: 175px 0 0 3px;
    }
    .products .contentWrapper .r3 {
        height: 60px;
        padding: 202px 0 0 3px;
    }
    .products .contentWrapper .r4 {
        height: 60px;
        padding: 180px 0 0 3px;
    }
    .products .contentWrapper .r5 {
        height: 60px;
        padding: 186px 0 0 3px;
    }
    .products .contentWrapper .r6 {
        height: 60px;
        padding: 175px 0 0 3px;
    }
    .products .contentWrapper .r7,
    .products .contentWrapper ul li.last {
        padding: 0;
    }
    .products .contentWrapper .r7 p + p {
        padding: 185px 0 0 4px;
    }
    .products .btnParticipa {
        left: 50%;
        margin: 0 auto 0 -135px;
    }
    .winners .iconSuitcaseBig {
        width: 100px;
    }
    .winners #countdown {
        font-size: 10px;
        right: 10%;
        top: 80px;
    }
    .winners .winnersList input {
        padding: 0 2px;
        text-align: center;
        width: auto;
    }
    .tv .contentWrapper {
        margin-bottom: 50px;
        min-height: 490px;
    }
    .tv .tvWrapper {
        left: 50%;
        margin: auto auto auto -210px;
        max-width: 420px;
    }
    .tv .tvWrapper > div {
        min-height: 115px;
        padding-top: 90px;
    }
    .tv iframe {
        min-height: 200px;
    }
    .tv .tvWrapper p {
        padding: 70px 10px 20px;
    }
    .faq .contentWrapper p.title {
        font-size: 13px;
        padding-left: 150px;
    }
    .footerWrapper {
        font-size: 8px;
        max-width: 720px;
        padding: 15px 10px 25px;
    }
}
@media only screen and (max-width: 480px) {
    .bgWrapper,
    .c1 .bgWrapper {
      background-image: url("../images/bgMainMobile.jpg");
      background-size: auto auto;
    }
    .homepage .mainWrapper .logo {
        padding: 30px 0;
        width: 90%;
    }
    .cookieWrapper {
        padding: 10px 10px 20px;
    }
    .headerWrapper {
        bottom: 50px;
    }
    .bgWrapper {
        background-size: 380% auto;
    }
    .footerWrapper {
        font-size: 5px;
        margin: 15px auto 0;
        max-width: 480px;
        min-height: 20px;
        padding: 10px 0 20px;
    }
    .homepage .suitcase {
        margin-left: -40px;
    }
    .homepage .homeContent .homeText,
    .homeContent .planeRight,
    .homeContent .planeLeft {
        margin: 0 auto;
        max-width: 300px;
    }
    .waiting .waitingText {
        min-height: auto;
    }
    .waiting .waitingText p,
    .homepage .homeText p {
        font-size: 10px;
    }
    .waiting .waitingText span {
        font-size: 15px;
    }
    .participate .contentWrapper li.r1,
    .participate .contentWrapper li.r2 {
        background-image: none;
    }
    .participate .r3 span {
        font-size: 10px;
        padding: 0 5px 0 0;
    }
    .participate .r3 strong {
        font-size: 12px;
        line-height: 25px;
    }
    .participate .r3 strong span {
        font-size: 20px;
    }
    .participate .r3 img {
        width: 80%;
    }
    .participate .r4 div p {
        font-size: 11px;
    }
    .participate .contentWrapper li.r5 {
        background-image: none;
        padding: 20px 0 0;
    }
    .contentWrapper h2 {
        font-size: 11px;
    }
    .contentWrapper p.title {
        font-size: 13px;
        padding: 30px 0 100px 20px;
    }
    .winners .contentWrapper p.title {
        background-position: 20px 30px;
        padding: 90px 0 20px 20px;
    }
    .participate .contentWrapper p.title {
        font-size: 11px;
        margin-bottom: 30px;
        padding: 30px 0 50px 20px;
    }  
    .contentWrapper .iconSuitcase {
        top: 130px;
        width: 50%;
    }
    .participate .contentWrapper .iconSuitcase,
    .winners .contentWrapper .iconSuitcase,
    .faq .contentWrapper .iconSuitcase {
        right: 10px;
        top: 60px;
    }
    .contentWrapper > ul > li,
    .contentWrapper .bgWhite,
    .contentWrapper .bgOffWhite {
        padding: 40px 15px 55px;
    }
    .contentWrapper .sideContent {
        background-image: url("../images/bgContentWrapperMobile.png");
        left: -9px;
        top: 45px;
    }

    .faq .contentWrapper ul li,
    .faq .contentWrapper .bgWhite,
    .faq .contentWrapper .bgOffWhite {
        padding: 20px 20px 0;
    }
    
    .winners .r1 p,
    .winners .r2 p {
        font-size: 11px;
    }
    .winners .r1 p span,
    .winners .r2 p span {
        font-size: 16px;
    }
    .winners .r1 p span + span,
    .winners .r2 p span + br + span  {
        font-size: 8px;
    }
    .winners .r2 li {
        background-position: 0 30px;
        background-size: 50px auto;
    }
    .winners .r2 .winnersList input {
        max-width: 95px;
        padding: 0 2px;
        text-align: center;
    }
    .winners #countdown {
        top: 60px;
    }
    .winners #countdown strong {
        font-size: 13px;
        line-height: 20px;
    }
    .winners .winnersList label {
        font-size: 10px;
    }
    .tv .tvWrapper {
        margin-left: -150px;
        max-width: 300px;
    }
    .tv .tvWrapper > div {
        margin: 10px auto;
        min-height: 30px;
        padding: 60px 10px 40px;
    }
    .tv iframe {
        margin: 10px auto;
        min-height: 150px;
    }
    .tv .titleTv {
        font-size: 12px;
    }
    .faq .contentWrapper p.title {
        background-position: 10px 70px;
        padding: 25px 0 100px 20px;
    }
    
}