@charset "UTF-8";
/* CSS Document */

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

}

@media screen and (min-width: 769px) {

}
	
	
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
.main_cont{width:90%;background:#000000;}	
.img_row_cont{ display:none;}

.logo{margin:20px auto 30px auto;}	
.logo img{width:90%; height:auto; resize:both;}

.btn_cont{ width:100%; left:0px;}
	
.btn{
	width:100%;
	height:60px;
	margin:20px 0px 20px 0px;
	}
.QuandooWidth {width:100%;}	
	
.btn_txt_large{
	font-size:28px;
	line-height:28px;
	}	

.txt_cont {
	position:relative;
	margin-top:20px;
	left:0px;
	width:100%;
	}
	
.facebook{left:0px; top:-40px; margin-left:120px;    
    
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);}

.footer, .facebook{ position:relative; display:inline-block;}	

.footer{
    bottom:50px;
    right:0px;
    width:100%;
	margin:0 auto;
}

}

@media screen and (min-width: 480px) {

}