/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'FS Sinclair Web Bold';
    src: url('../fonts/fssinclairbold-webfont.eot');
    src: url('../fonts/fssinclairbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fssinclairbold-webfont.woff') format('woff'),
    url('../fonts/fssinclairbold-webfont.ttf') format('truetype'),
    url('../fonts/fssinclairbold-webfont.svg#fs_sinclairbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FS Sinclair Web Regular';
    src: url('../fonts/fssinclairregular-webfont.eot');
    src: url('../fonts/fssinclairregular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fssinclairregular-webfont.woff') format('woff'),
    url('../fonts/fssinclairregular-webfont.ttf') format('truetype'),
    url('../fonts/fssinclairregular-webfont.svg#fs_sinclair_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FS Sinclair Web Medium';
    src: url('../fonts/fssinclairmedium-webfont.eot');
    src: url('../fonts/fssinclairmedium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fssinclairmedium-webfont.woff') format('woff'),
    url('../fonts/fssinclairmedium-webfont.ttf') format('truetype'),
    url('../fonts/fssinclairmedium-webfont.svg#fs_sinclairmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FS Sinclair Web Light';
    src: url('../fonts/fssinclairlight-webfont.eot');
    src: url('../fonts/fssinclairlight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fssinclairlight-webfont.woff') format('woff'),
    url('../fonts/fssinclairlight-webfont.ttf') format('truetype'),
    url('../fonts/fssinclairlight-webfont.svg#fs_sinclairlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

html {
	font-size: 10px;
}
body {
    /*background: #E10078 url("../images/back.png") top center;*/
    
    background: #92dd3c url("../images/background_green.png") top center;
    padding-bottom: 0;
}

.navbar {
    min-height: 10.4rem;
}

.navbar-inverse {
    border: none;
}

.navbar {
    min-height: 2.8rem !important;
}

.btn {
    border-radius: 0;
}

/*
  Media Queries
  mobile first
*/
#header {
    background: url(../images/mobile/header_bg.png) top center repeat-x;
    z-index: 1;
}

h2 {
    font-size: 170%;
    padding-top: 0;
    text-shadow: -0.2rem 0.2rem #454545;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
    padding: 2.0rem 0 1.0rem;
}

h5 {
    font-size: 100%;
}

h5.final-message {
    font-size: 100%;
}

p {
    color: #fff;
}

#social-links i {
    display: block;
    position: absolute;
    left: -2%;
    top: 25%;
}

.small-info {
    padding: 0.5rem 0.5rem 1.0rem 0.5rem;
    text-align: center;
}

label {
    font-size: 110%;
    font-weight: normal;
}

#condicoesToggle span {
    line-height: 5.0rem;
    font-size: 80%;

}

@media screen and (min-width: 768px) {
    #header {
        background: url(../images/header_740.png) top center no-repeat;
    }

    h2 {
        font-size: 300%;
        padding-top: 4.0rem;
        text-shadow: -0.3rem 0.3rem #454545;
    }

    h3 {
        font-size: 157%;
    }

    h4 {
        font-size: 160%;
        text-align: left;
        padding: 5.0rem 0 0 4.0rem;
    }

    h5 {
        font-size: 142%;
        line-height: 3.0rem;;

    }

    h5.final-message {
        font-size: 142%;
    }

    p {
        font-size: 142%;
        text-align: left;
        padding: 1.0rem 4.0rem 5.0rem;
        line-height: 110%;
    }

    label {
        font-size: 120%;
    }

    /* Buttons only for sm and bigger */
    #twitter-btn {
        width: 15.5rem;
        height: 5.5rem;
        background: url(../images/btn_twitter.png) no-repeat;
    }

    #twitter-btn:hover {
        background: url(../images/btn_twitter_over.png) no-repeat;
    }

    #twitter-btn:active {
        background: url(../images/btn_twitter_hit.png) no-repeat;
    }

    #youtube-btn {
        width: 15.5rem;
        height: 5.5rem;
        background: url(../images/btn_youtube.png) no-repeat;
    }

    #youtube-btn:hover {
        background: url(../images/btn_youtube_over.png) no-repeat;
    }

    #youtube-btn:active {
        background: url(../images/btn_youtube_hit.png) no-repeat;
    }

    #facebook-btn {
        width: 15.5rem;
        height: 5.5rem;
        background: url(../images/btn_facebook.png) no-repeat;
    }

    #facebook-btn:hover {
        background: url(../images/btn_facebook_over.png) no-repeat;
    }

    #facebook-btn:active {
        background: url(../images/btn_facebook_hit.png) no-repeat;
    }

    #social-links i {
        display: block;
        position: absolute;
        left: -20%;
        top: 25%;
    }

    .small-info {
        padding: 0;
        text-align: left;
    }

    #condicoesToggle span {
        line-height: 5.0rem;
        font-size: 100%;

    }

}

@media screen and (min-width: 992px) {
    #header {
        background: url(../images/header.png) top center no-repeat;
    }

    #social-links i {
        display: block;
        position: absolute;
        left: -8%;
        top: 25%;
    }

    label {
        font-size: 142%;
    }
}

#header img {
    margin-top: -0.2rem;
}

.colorGreen {
    color: #8ed935;
}

.colorPink {
    color: #e10078;
}

.colorBlue {
    color: #1c86c0;
}

.colorPurple {
    color: #761ca5;
}

h2 {
    font-family: "FS Sinclair Web Bold";
    color: white;
    text-transform: uppercase;
    padding-bottom: 2.0rem;
}

#center-column{
    left: 6%;
}


.forget-santa{
    font-family: "FS Sinclair Web Bold";
    font-size: 6.5rem;
    letter-spacing: -0.1rem;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.price-euro{
    font-family: "FS Sinclair Web Bold";
    font-size: 9.0rem;
    color: #ff0980;
    letter-spacing: -0.5rem;
    text-shadow: 0.6rem 0.7rem #78a842;
}

.price{
    font-size:12.6rem;
    font-family: "FS Sinclair Web Bold";
    color: #ff0980;
    letter-spacing: -0.5rem;
    text-shadow: 0.6rem 0.7rem #78a842;
}

.price.align-right{
    margin-right: 2.0rem;
}

.price-discount{
    font-family: "FS Sinclair Web Bold";
    font-size: 2.6rem;
    color:#680061;
    white-space: nowrap;
    
}

.price-discount.align-right.sale{
    margin-right: 2.0rem;
}

.price-discount-value{
    font-family: "FS Sinclair Web Bold";
    font-size: 3.6rem;
    color:#680061;
    white-space: nowrap;
    padding: 0 0.7rem 0 0.1rem;
}

.price-strike{
    font-family: "FS Sinclair Web Bold";
    font-size: 5.5rem;
    color: #ffffff;
    letter-spacing: -0.5rem;
    position: relative;
    padding-bottom:0;
    text-shadow: 0rem 0.5rem #689834;
}

.price-strike:before {
    position: absolute;
    content: "";
    left: 26%;
    top: 65%;
    right: 10%;
    border-top: 0.5rem solid #ff0980!important;
    border-color: inherit;
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.product-brand{
    font-family: "FS Sinclair Web Regular";
    font-size: 2.7rem;
    letter-spacing: -0.1rem;   
    color:#680061;
    padding: 0;
    margin-top: 8.0rem;
    margin-left: 3.0rem;
}

.product-model{
    font-family: "FS Sinclair Web Bold";
    font-size: 4.0rem;
    color: #ff0980;
    letter-spacing: -0.2rem;
    text-shadow: 0.2rem 0.3rem #678c49;
    padding: 0;
    margin-left: 3.0rem;
    margin-bottom: 1.7rem;
}


.product-specs{
    font-family: "FS Sinclair Web Bold";
    font-size: 3.4rem;
    color:#ff0980;
}

.product-specs-detail{
    font-family: "FS Sinclair Web Regular";
    font-size: 2.5rem;
    color:#ffffff;
    letter-spacing: 0.3rem;
}

.catch-line{
    font-family: "FS Sinclair Web Bold";
    font-size: 5.0rem;
    color:#680061;
    letter-spacing: 0.3rem;
    text-align: center;
    padding: 0;
}

.catch-line.first{
    margin-top: 1.0rem;
}

.product-specs-detail.middle{
    padding: 0 1.0rem;
}

.product-detail.title{
    font-family: "FS Sinclair Web Bold";
    font-size: 3.4rem;
    color: #ffffff;
    letter-spacing: 0.3rem; 
    margin-left: 3.0rem;   
}

.santaclause-image{
    margin-left: 1.5rem;  
}


div#js-rangeslider-0{
    margin-top: 3.0rem;
    margin-bottom: 12.9rem;
    margin-left: 2.0rem;
}

.rangeslider__fill{
    background:#e6e6e6;
    background-image: url('../images/CirculoSlider.png');
    background-repeat: repeat-x;
}

#pop1,#pop2,#pop3,#pop4{
    display: none;
}


.rangeslider{
    background: #e6e6e6;
    background-image: url('../images/CirculoSlider.png');
    background-repeat: repeat-x;
}

.rangeslider__handle{
    height: 2.5rem;
    width: 2.5rem;
    top: -0.8rem;
}

.rangeslider--horizontal{
    width: 83.1%;
    height: 1.0rem;
}

.product-detail{
    font-family: "FS Sinclair Web Regular";
    font-size: 2.5rem;
    color: #ffffff;
    
}

.present-product{
    margin-top: 6.0rem;
}

.button-text{
    font-size:2.4rem;
    letter-spacing:0rem;
​    color:#ffffff;
}

.aderir-button{
    
}

#aderir-button-detail{
    position: relative;
    width: 53.9rem;
    height: 6.0rem;
    text-transform: uppercase;
    font-size: 2.6rem;
    color: #e10078;
    font-family: "FS Sinclair Web Regular";
    font-weight: 800;
    text-shadow: -0.1rem 0.1rem #2d0412;
    background-color: #fe0980;
    box-shadow: -0.4rem 0.4rem 0 #260f55, -0.5rem 0.4rem 0 0.3rem #260f55;
}

.align-right{
    text-align: right;
}

.align-left{
    text-align: left;
}

.button-text.left{
    font-family: "FS Sinclair Web Bold";
    color:#ffffff;
}

.button-text.right{
    font-family: "FS Sinclair Web Regular";
    color:#ffffff;
}

.rangeslider__handle{
    background: #e70874;
    border: none;
}

.rangeslider__handle:after{
    background: transparent;
}



.reindeer-image{
    float: right!important;
    position: absolute;
    z-index: 1001;
    top: -6.0rem;
    left: 55%;
}

.sledge-image{
    position: absolute;
    right: 0;
    margin-top: 3.0rem;
    margin-right:1.0rem;
}





.christmas-button{
    margin-top: 2.0rem;
    cursor: hand;
    cursor: pointer;
    margin-bottom: 5.0rem;
}


.forget-santa.strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 62%;
  right: 0;
  border-top: 0.5rem solid #ff0980!important;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}


.wtf-giver{
    font-family: "FS Sinclair Web Bold";
    font-size: 5.0rem;
    letter-spacing: -0.1rem;
    color: #ff0980;
    text-align: center;
    margin-bottom: 3.0rem;
    padding-top: 0rem;
}

h3 {
    font-family: "FS Sinclair Web Bold";
    color: white;
    text-transform: uppercase;
    margin: 0;
    text-shadow: -0.2rem 0.2rem #454545;
}

.h3_back {
    margin-top: 4.0rem;
    margin-bottom: 4.0rem;
}

.h3_back h3 {
    background: #671890;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    line-height: 160%;
}

.h3_back h3:first-child {
    padding-bottom: 0;
}

.h3_back h3:last-child {
    padding-top: 0;
}

h4 {
    font-family: "FS Sinclair Web Bold";
    color: #8ed935;
    text-transform: uppercase;
    margin: 0;
}

h5 {
    font-family: "FS Sinclair Web Bold";
    color: #fff;
    margin-bottom: 4.0rem;
    text-transform: uppercase;
}

h5.final-message {
    font-family: "FS Sinclair Web Bold";
    color: #e10078;
    margin-bottom: 0;
    margin-top: 4.0rem;
    text-transform: uppercase;
}

p {
    font-family: "FS Sinclair Web Regular";
    margin: 0;
    padding-bottom: 5.0rem;
}

label {
    font-family: "FS Sinclair Web Bold";
    color: #8ed935;
    text-transform: uppercase;
}

label.error {
    font-family: "FS Sinclair Web Regular";
    color: #6798FF;
    font-size: 100%;
    text-transform: none;
    display: none;
    width: 100%;
}

#navbar {
    margin-top: 2.5rem;
}

#navbar li {
    color: white;
    font-family: "FS Sinclair Web Bold", Verdana, sans-serif;
    font-size-adjust: 0.49;
    font-style: normal;
    font-size: 130%;
    text-transform: uppercase;
}

#navbar li a {
    color: white;
}

#navbar li a:hover {
    color: #8ed936;
}

.navbar-brand.visible-xs, .navbar-brand.visible-sm {
    padding-left: 0;
}

#footer-container {
    padding: 1.0rem 0;
    background: url(../images/back_footer.png) top center;
    font-size: 114%;
    font-family: 'FS Sinclair Web Medium';
    color: #fff;
}

#footer-container hr {
    border-color: rgba(115, 27, 161, 0.6);
}

.f12px {
    font-size: 86%;
}

#social-links {
    color: #e10078;
    padding: 0;
}

#social-links li {
    list-style-type: none;
    float: left;
}

/* Mobile steps image's bottom margins */

.mobile-steps {
    padding-top: 6.0rem;
    margin-bottom: 5.0rem;
}

.mobile-steps:first-child {
    padding-top: 0rem;
}

a#stores {
    /*position: absolute;*/
    background: purple;
    bottom: 5.4rem;
    font-size: 1.8rem;
    text-decoration: underline;
    font-family: "FS Sinclair Web Bolde", Verdana, sans-serif;
    font-weight: 600;
    color: #8ED935;
}

a#stores:hover {
    color: #E10078;
}


.cancel-button {
    cursor: pointer;
    font-size: 1.8rem;
    padding-bottom: 0.4rem;
    font-weight: bold;
    color: #fff;
    border: none;
    height: 5%;
    margin-top: 3.0rem;
    margin-bottom: 2.0rem;
    background-color: #333;
    box-shadow: -0.4rem 0.4rem 0 #ddd;
    padding: 0 2%;
    position: absolute;
    right: 8%;
    top: -3.6rem;
}

.cancel-button:hover {
    text-decoration: none;
    color: #E10078;
}

#smartphone{
	padding-top: 8.0rem;
}
h3.smartphone {
    position: absolute;
    background: #E10078;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    bottom: 9.0rem;
    left: 37.0rem;
    width: 46.0rem;
}
#aderir_top {
    position: relative;
    width: 39.9rem;
    height: 6.0rem;
    text-transform: uppercase;
    font-size: 2.6rem;
    color: #e10078;
    font-family: "FS Sinclair Web Regular";
    font-weight: 800;
    text-shadow: -0.1rem 0.1rem #2d0412;
}


@media screen and ( max-width: 991px ) {
	

	html{
		font-size: 0.91vw;
	}
	body {
    	background-size: contain;
	}
	#smartphone{
		padding-top: 38px;
	}
	h3.smartphone {
	    bottom: 7.0rem;
	    width: 58%;
	    font-size: 1.9rem;
	    left: 39%;
	}
	#aderir_top {
	    bottom: 1.0rem;
	    left: 40%;
	    width: 35.0rem;
    	font-size: 2.2rem;
	}
	
	p{
	    padding-bottom: 1.0rem;
    	padding-top: 2.0rem;
    }
    
    
	.unavailable a.link_in_image.youtube{
		top: 33.3rem;
		left: 21.0rem;
		width: 6.8rem;	
	}
	.unavailable a.link_in_image.facebook{
		top: 33.3rem;
		left: 40.2rem;
		width: 8.0rem;	
	}
	.unavailable a.link_in_image.wtf{
		top: 36.7rem;
		left: 60.2rem;
		width: 4.0rem;	
	}



}


@media screen and ( max-width: 768px ) {



 .product-brand, .product-model, span.product-detail.title.align-left{
        text-align: center;        
    }

    .sledge-image{
        display: none;
    }

    .align-right, .align-left{
        text-align: center;
    }

    div#js-rangeslider-0{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7.3rem;
    }

    .rangeslider--horizontal{
        width: 54.1%;
    }

    .image-switch{
/*        width: 63vw;*/
        display: block;
        margin: 0 auto;
    }

    .price-strike:before{
        left: 39%;
        top: 58%;
        right: 37%;
    }

    .santaclause-image{
        display: block;
        margin: 0 auto;
    }

    .align-right, .align-left{
        text-align: center;
    }

    .product-specs{
        font-size: 3.0rem;
    }

    .product-specs-detail{
        font-size: 1.5rem;
    }

    .product-brand{
        font-size: 2.6rem;
        margin-left:0rem;
        margin-top: 0.9rem;
    }

    .product-model{
        font-size: 3.0rem;
        margin-left: 0rem;
    }

    .price-strike:before {
       left: 18%;
        top: 58%;
        right: -1%;
    }

    .rangeslider--horizontal {
       width: 100%;
    }
    .price-euro{
        font-size: 8.0rem;    
    }

    .price{
        font-size: 8.0rem;
    }
    

    .product-detail{
        font-size: 2.5rem;
    }

    .product-detail.title{
        font-size: 3.0rem;
        margin-left: 0rem;
    }

    .price-discount{
        font-size: 2.5rem;
    }

    .price-discount-value{
        font-size: 2.5rem;
    }

}


@media screen and ( max-width: 767px ) {

    #productInfo{
        text-align: left;
        margin-top: 6rem;
        padding: 0;
    }

    .price.align-right, .price-euro.align-right{
        text-align: left;
    }

    .price.align-right, .price-euro {
        font-size: 7.5rem;
    }

    .align-right, .align-left{
        text-align: left;
    }

    .price-strike.align-right{
        text-align: left;
    }

    .product-brand.align-left{
        text-align: left;
    }

    .product-model.align-left{
        text-align: left;
    }


    .price-discount{
        white-space: initial;
    }

    .image-switch{
        width: 133vw;
    }
    
	.rangeslider--horizontal .rangeslider__handle {
	    top: -0.6rem;
	}
	
    .rangeslider--horizontal{
        padding-top: 3.4rem;
        width: 90%;
    }


    .rangeslider{
        background-size: contain;
    }

    .rangeslider__fill{
        background-size: contain;
    }

    .rangeslider__handle {
        height: 5.0rem;
        width: 5.0rem;
    }


    .price.align-right,.price-euro{
        font-size: 7.5rem;
    }

    .price{
        letter-spacing: 0;
    }


    .colorPink{
        font-size: 5.1rem;
        margin-left: 1.0rem;
    }

    .colorPink.Contact{
        margin-top: 7.0rem; 
        margin-bottom: 2.0rem;
    }

    .colorPink.bullet{
        font-size: 4.5rem;
    }

    .SkypeText, .HelpText {
        font-size: 5.5rem;
    }

    .SkypeText ~ a{
        font-size: 5.5rem;
    }

    .FollowUs{
        margin-top: 4.0rem;
        margin-bottom: 3.0rem;
    }

    #footer-container hr {
        border: 0.2rem solid rgba(115, 27, 161, 0.6)!important;
        margin-bottom: 3.0rem;
        margin-top: 6.0rem;
         
    }

    #social-links i{
        top: 0;
    }

    .logo-footer{
        width: 100%;
        height: auto;
    }

    .f12px {
        font-size: 5.0rem;
        width: 90%;
        margin-left: 3.0rem;
    }

    .btn{
        margin-left: 0.7rem;
        margin-bottom: 3.0rem;
    }

    .product-specs{
        font-size: 4.8rem;
    }

    .product-specs-detail{
        font-size: 3.5rem;
    }

    .product-brand{
        font-size: 4.8rem;
        margin-left:0rem;
    }

    .product-model{
        font-size: 6.0rem;
    }

    .product-detail{
        font-size: 5.0rem;
    }

    .product-detail.title{
        font-size: 6.0rem;
        margin-left: 0rem;
    }

    .christmas-button{
        width: 100%;
    }

    .wtf-giver{
        margin-bottom: 0rem;
        margin-top: 4rem;
    }

    p{
        padding-top: 0;
        padding-bottom:0;
    }

    .price-discount{
        font-size: 4.5rem;
    }

    .price-discount-value{
        font-size: 4.5rem;
    }

    .turn-it-around{
        margin-top: 7.0rem;
    }

/*	.img-responsive {
		width: 100%;
	}*/

    .product-brand, .product-model, span.product-detail.title.align-left{
        text-align: center;        
    }

    .sledge-image{
        display: none;
    }


    div#js-rangeslider-0{
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        margin-left: 0rem;
        margin-bottom: 7.3rem;
    }

    .image-switch{
        /*width: 109vh;*/
        display: block;
        margin: 0 auto;
    }

    .price-strike:before{
        left: 3%;
        top: 58%;
        right: 60%;
    }

    .santaclause-image{
        display: block;
        margin: 0 auto;
    }

	h3.smartphone {
	    bottom: 18.5vw;
	    left: 2.5%;
	    width: 95%;
	    font-size: 4vw;
	    padding: 0.3rem 1.0rem;
	}
	#aderir_top {
	    bottom: 8.5vw;
	    height: 20vw;
	    max-height: 5.0rem;
	    width: 80vw;
	    left: 10vw;
    	font-size: 2.3rem;
	}
	
}

@media screen and ( max-width: 430px) {
	
	#aderir_top {
		top: 103vw;
	    font-size: 5vw;
	    font-family: "FS Sinclair Web Regular";
	}
}

.aderir-button {
    cursor: pointer;
    font-size: 2.0rem;
    padding-bottom: 0.4rem;
    font-weight: bold;
    color: #671890;
    border: none;
    width: 15.0rem;
    height: 4.0rem;
    margin-top: 3.0rem;
    margin-bottom: 2.0rem;
    background-color: #ffdf00;
    box-shadow: -0.4rem 0.4rem 0 #988103, -0.5rem 0.4rem 0 0.3rem #4e0a71;
}



.aderir-button:hover {
    text-decoration: none;
    color: #E10078;
}

.condicoes {
    color: white;
    text-decoration: underline;
}

.condicoes:hover {
    color: #8ed935;
}

#form {
    padding-top: 10.0rem;
    z-index: 10;
    max-width: 775px;
}

#form_header {
	height: 7.2rem;
    background-image: url('../images/desktop/form_header_xmas.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

#form_footer {
    height: 2.7rem;
    margin-bottom: 4.0rem;
    background-image: url('../images/desktop/form_footer_xmas.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.request_wrap {
    padding-left: 8.0rem;
    padding-right: 8.0rem;
    padding-bottom: 2.1rem;
    background: url('../images/desktop/form_repeat_xmas.png') repeat-y;
    background-size: 100%;
    display: inline-block;
    position:relative;
}


#finish.request_wrap {
	display: none;
}

#finish.request_wrap h1 {
	margin-top: 0;
}

#finish.request_wrap h1 span {
	color: #6E2096;
}

#finish.request_wrap h4{
	color: #FF1581;
	padding: 1.0rem;	
}

.request_wrap h1 {
    font-family: "FS Sinclair Web Bold", Verdana, sans-serif;
    font-size-adjust: 0.49;
    font-weight: bold;
    font-style: normal;
    font-size: 3.6rem;
    text-transform: uppercase;
    color: #ff0980;
    text-align: center;
}

.request_wrap h3 {
    text-align: center;
}

.request_wrap form {
    width: 100%;
    margin-top: 2.0rem;
    position: relative;
    float: left;
}


.request_wrap form label {
    color: #003060;
    font-size: 1.8rem;
    margin-left: 1.0rem;
    display: block;
}

.request_wrap h2 {
    color: #454545;
    font-size: 2.0rem;
    font-weight: normal;
}

.request_wrap form label.error {
    color: #ff0000;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: none;
}

.request_wrap form label#msisdn_error {
    float: left;
    padding-top: 0.2rem;
}

.request_wrap form label#operador_error {
    float: left;
    padding-top: 0.2rem;
}

.request_wrap .help {
	display: inline-block;
    border: 0.3rem solid #B1E871;
    background: #3366ff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: white;
    cursor: help;
    margin-left: 1.0rem;
}

.request_wrap .help .tooltip_info {
    display: none;
    background: url(http://cinema.wtf.pt/images/desktop/tooltip_sprite.png) no-repeat transparent;
    background-position: 0 -23px;
    height: 84px;
    left: -128px;
    position: relative;
    top: -100px;
    width: 276px;
    z-index: 100;
}

.request_wrap .help:hover .tooltip_info {
    display: block;
}

.request_wrap form label#cc_error {
    float: left;
    padding-top: 0.2rem;
}


.request_wrap form input {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    background: #ececec;
    padding: 0.5rem 1.0rem;
    color: #454545;
    font-size: 2.0rem;
    position: relative;
    border: none;
    outline: none;
}

.request_wrap form .submit {
    display: block;
    height: 5.4rem;
    float: right;
    color: white;
    cursor: pointer;
    margin-right: 0.5rem;
    font-size: 2.0rem;
    padding: 0 7.0rem 0.4rem;
    font-weight: bold;
    border: none;
    margin-bottom: 2.0rem;
    background-color: #4578E6;
    box-shadow: -0.4rem 0.4rem 0 #365DB3, -0.5rem 0.4rem 0 0.3rem #7CC900;
}

.request_wrap form .submit:hover {
    text-decoration: none;
    color: #7CC900;
}

.form-group.cc{
	font-size: 0;
}

.form-group.cc input {
	display: inline-block;
}

.form-group.cc #cc{
	width: 80%;
}
.form-group.cc #confcc{
	width: 18%;
	margin-left: 2%;
}

.submit-mobile {
    display: block;
    width: 19.4rem;
    height: 3.4rem;
    color: white;
    cursor: pointer;
    margin-right: 0.5rem;
    font-size: 1.7rem;
    padding-bottom: 0.4rem;
    font-weight: bold;
    border: none;
    margin-bottom: 2.0rem;
    background-color: #4578E6;
    box-shadow: -0.4rem 0.4rem 0 #365DB3, -0.5rem 0.4rem 0 0.3rem #7CC900;
    outline: none;
}

.mobile-input {
    outline: none;
    border: none;
    font-size: 2.0rem;
    height: 3.8rem;
    background: #D3D3D1;
}

.mobile-input:focus {
    box-shadow: none;
}

.request_wrap form .submit:active {
    text-decoration: none;
    color: #7CC900;
}


#loading_msg{
	text-align: right;
    padding: 0;
    margin: 0;
}

#loading_msg img {
	vertical-align: top;
    margin-top: 1.5vw;
}
#loading_msg h2 {
	display: inline-block;
    text-shadow: initial;
    padding: 1.0rem;
    margin: 0;
}

#form_error {
	color: #ff0000;
    font-size: 1.4rem;
    line-height: 1.6rem;
    width: 50%;
    display: inline-block;
    padding: 1.0rem 0;
}

@media screen and ( max-width: 767px ) {
	
    


	#loading_msg img {
	    width: 6%;
	    max-width: 4.8rem;	
	}
	#loading_msg h2 {
	    padding: 1vw;
    	font-size: 2vw;
	}
	
	#form_error {
		width: 100%
		font-size: 3rem;
	}
}

.terms_link {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    outline: none;
}

.terms {
    display: none;
    margin: 2.0rem auto 2.0rem auto;
    color: #fff;
    text-align: left;
}

.terms .terms_title {
    font-size: 1.8rem;
    font-weight: bold;
}

.terms li {
    list-style-type: decimal;
}

.unavailable {
	padding-top: 10rem;
	min-height: 50vh;
	position: relative;
}

.unavailable p {
	padding-bottom: inherit;
}
.unavailable img {
    margin: 2.0rem 2.0rem 0;
    height: auto;
}

.unavailable a.link_in_image{
	position: absolute;
    display: inline-block;
    height: 2.5rem;
}
.unavailable a.link_in_image.youtube{
	top: 40.4rem;
	left: 26.0rem;
	width: 8.4rem;	
}
.unavailable a.link_in_image.facebook{
	top: 40.4rem;
	left: 49.6rem;
	width: 10.0rem;	
}
.unavailable a.link_in_image.wtf{
	top: 44.5rem;
	left: 74.2rem;
	width: 5.0rem;	
}

.submit-terminou {
    display: block;
    width: 32.0rem;
    height: 4.0rem;
    color: white;
    cursor: pointer;
    margin-right: 0.5rem;
    font-size: 2.0rem;
    padding-bottom: 0.4rem;
    font-weight: bold;
    border: none;
    margin-top: 3.0rem;
    background-color: #4d0071;
    box-shadow: -0.4rem 0.4rem 0 #5F5112, -0.5rem 0.4rem 0 0.3rem #9D1256;
    outline: none;
    line-height: 3.5rem;
    margin-bottom: 3.0rem;
}

a:hover {
    text-decoration: none;
    color: #e10078;
}

.title {
    margin-top: -3.5rem;
    height: auto;
    width: 30.0rem;
}

.subtitle {
    font-size: 1.5rem;
}


#terms {
    margin-bottom: 3.0rem;
}

@media screen and ( max-width: 767px ) {

	#form {
	    padding-top: 20rem;
    }
    
    #form_error{
        font-size: 3rem;
    	line-height: 1.1;
    }
    .request_wrap form label.error{
    	font-size: 3rem;
    	line-height: initial;
    }
    
    .request_wrap form input{
    	font-size: 3.5rem;
    }
    
    
    .request_wrap h1 {
		font-size: 4.5rem;
	    max-width: 90%;
	    margin: 0 auto;
    }
    .request_wrap form label {
    	font-size: 2.35vw;
    }


    a#stores {
        bottom: 7vw;
        font-size: 4vw;
        text-decoration: underline;
        right: 21vw;
    }

    .submit-terminou {
	    font-size: 2.7rem;
	    width: 38rem;
	    height: 5.5rem;
	    line-height: 5.2rem;
    }
}

@media screen and ( max-width: 950px ) {
	
	
	.request_wrap {
	    padding-left: 10vw;
	    padding-right: 10vw;
	}
	
	
    .terminou {
        width: 80%;
    }

}

.wtf-giver {
	text-shadow: initial;
}

.special {
	padding-bottom: 0;
    padding: 1rem 8rem 0;
    margin-bottom: -61px; 
    color: #ff0980;
    font-size: 2.5rem;
    font-family: "FS Sinclair Web Bold";
    margin-top: 20px;
}

.special2 {
	padding-bottom: 0;
    padding: 1rem 8rem 0;   
  	color: #680061;
    margin-bottom: -30px;
    font-size: 2.5rem;
    font-family: "FS Sinclair Web Bold";
}

.color-red {
	color: #ff0980;
}