/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : La Casa
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Hero
    - Search
    - Listings
    - Footer
    - Responsive CSS
    

*/







/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}











/*  General CSS  */
body{
    background: #1a1a1b;
}

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}










/*  Header Section  */

header{
	position:fixed;
	z-index:100000;
    width: 100%;
    height: 100px;
    background: rgba(13, 13, 13, .7);
}

header .logo{
    margin-top: 25px;
    float: left;
	height:50px;
}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    width: 24px;
    height: 19px;
    background: url('../img/hamburger_icon.png') no-repeat;
}

header a.hamburger.opned{
    width: 19px;
    background: url('../img/close_menu_icon.png') no-repeat;
}


header nav{
    float: right;
    opacity: 1;
}


header nav ul{
    margin-top: 40px;
    list-style: none;
    overflow: hidden;
    float: left;
}

header nav ul li{
    float: left;
    margin-left: 50px;
}

header nav ul li a,
header nav .login_btn{
    text-decoration: none;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;

}

header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    background: transparent;

    transition: background .1s linear;
    -webkit-transition: background .1s linear;
    -moz-transition: background .1s linear;
    -o-transition: background .1s linear;
}

header nav .login_btn:hover{
    background: #ffffff;
    color: #1c3655;
}

header nav ul li a:hover{
	color:rgba(2,196,239,1.00);}
	
headerbtnvisit{
	color:rgba(2,196,239,1.00);}

video#bgvid { 
    position: fixed;
	right: 0;
	top: 0;
    z-index: -100;
    background: url(../img/canneshome.jpg) no-repeat;
    background-size: cover; 
}



/*  Hero Section  */

.hero{
    width: 100%;
    height: 1000px;
    position: relative;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
    z-index: 10;
}

.hero .caption h2{
    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-weight: lighter;
    margin: 0;
    position: relative;
    display: block;
}

.hero .caption h3{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: -15px 0 0 25px;
    left: 1px;
}










/*  Search Section  */
.search{
    width: 100%;
    height: 100px;
    background: #bfd9f2;
    position: relative;
}

.search #search{
    display: block;
    width: 90.90909090909091%;
    height: 100px;
    float: left;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    background: #bfd9f2;
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
}

.search #search::-webkit-input-placeholder{
   color: #95badf;
}

.search #search:-moz-placeholder{ 
   color: #95badf;  
}

.search #search::-moz-placeholder{ 
   color: #95badf;  
}

.search #search:-ms-input-placeholder{  
   color: #95badf;  
} 

.search #submit_search{
    display: none;
}

.search .advanced_search_icon{
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    background: url('../img/advanced_search_inactive.png') no-repeat;
    margin-top: 37px;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.search .advanced_search_icon:hover{
    background: url('../img/advanced_search_hover.png') no-repeat;
}

.search .advanced_search_icon.active{
    background: url('../img/advanced_search_active.png') no-repeat;
}







.search .advanced_search{
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    background: #cbe0f4;
    border-top: 1px solid #aac8e4;
    border-bottom: 1px solid #aac8e4;
    z-index: 9999;
    display: none;
}

.search .advanced_search .arrow{
    display: block;
    width: 14px;
    height: 9px;
    background: url('../img/search_arrow.png') no-repeat;
    position: absolute;
    top: -8px;
    right: 6px;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date,
.search .advanced_search #min_price,
.search .advanced_search #max_price{
    display: block;
    width: 509px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date{
    background: url('../img/calendar_icon.png') no-repeat;
    background-position: 484px 50%;
    padding: 0 100px 0 20px;
    width: 429px;
}

.search .advanced_search .float{
    float: left;
}

.search .advanced_search .search_fields{
    overflow: hidden;
    border-bottom: 1px solid #aac8e4;
}

.search .advanced_search .field_sep{
    display: inline-block;
    width: 1px;
    height: 60px;
    border: 0;
    background: #aac8e4;
    margin: 20px 0 0 0;
    padding: 0;
}

.search .advanced_search #keywords{
    display: block;
    width: 1060px;
    height: 100px;
    border: 0;
    margin: 0;
    padding: 0 20px;
    outline: none;
    background: #cbe0f4;
}

.search .advanced_search #check_in_date,
.search .advanced_search #check_out_date,
.search .advanced_search #min_price,
.search .advanced_search #max_price,
.search .advanced_search #keywords{    
    color: #ffffff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
} 


.search .advanced_search #check_in_date::-webkit-input-placeholder,
.search .advanced_search #check_out_date::-webkit-input-placeholder,
.search .advanced_search #min_price::-webkit-input-placeholder,
.search .advanced_search #max_price::-webkit-input-placeholder,
.search .advanced_search #keywords::-webkit-input-placeholder{
   color: #95badf;
}

.search .advanced_search #check_in_date:-moz-placeholder, 
.search .advanced_search #check_out_date:-moz-placeholder, 
.search .advanced_search #min_price:-moz-placeholder, 
.search .advanced_search #max_price:-moz-placeholder, 
.search .advanced_search #keywords:-moz-placeholder{ 
   color: #95badf;  
}

.search .advanced_search #check_in_date::-moz-placeholder, 
.search .advanced_search #check_out_date::-moz-placeholder, 
.search .advanced_search #min_price::-moz-placeholder, 
.search .advanced_search #max_price::-moz-placeholder, 
.search .advanced_search #keywords::-moz-placeholder{ 
   color: #95badf;  
}

.search .advanced_search #check_in_date:-ms-input-placeholder,  
.search .advanced_search #check_out_date:-ms-input-placeholder,  
.search .advanced_search #min_price:-ms-input-placeholder,  
.search .advanced_search #max_price:-ms-input-placeholder,  
.search .advanced_search #keywords:-ms-input-placeholder{  
   color: #95badf;  
} 











/*  listings section  */
.listings{
    padding: 100px 0;
	background-color:#1a1a1b;
	    background: url(../img/fondo_agencias.jpg)  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sectionboletos{
    padding: 100px 0;
	background-color:#1a1a1b;
	    background: url(../img/fondo_boletos.jpg)  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sectioncontacto{
    padding: 100px 0;
	background-color:#1a1a1b;
	    background: url(../img/fondo_contacto.jpg)  no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.properties_listmas{
	display:none;
	}
.listings ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.listings ul.properties_list li{
    display: block;
    width: 30.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
}

.listings ul.properties_list li img.property_img{
    width: 100%;
    height: auto!important;
    vertical-align: top;
}


.listings ul.properties_list li .price{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    background: #ffffff;
    color: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}


.listings ul.properties_list li:nth-child(3n+0){
    margin-right: 0;
}

.listings ul li .property_details{
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings ul li:hover .property_details{
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.listings ul li .property_details h1{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.listings ul li .property_details h1 a{
    text-decoration: none;
    color: #666464;
}

.listings ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}

.listings ul li .property_details .property_size{
    color: #676767;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
    text-decoration: none;
	cursor:pointer;
    padding: 20px 40px;
    border: 2px solid #00c0ff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #00c0ff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #FFFFFF;
    border: 2px solid #FFFFFF;    
}










/*  footer  */
.footer{
	height:60px;
	color:rgba(232,232,232,1.00);
	width:100%;
	bottom:0;
	left:0;
	position:fixed;
	z-index:10000;
    padding-top: 0px;
    background: rgba(19,19,19,.8);
}
.logorepre{
	position:absolute;
	height:30px;
	top:15px;
	right:55px;}


.infofooter{
	position:absolute;
	height:30px;
	top:25px;
	left:55px;
	text-transform: uppercase;
	opacity:.6;
	 font-family: "lato-regular", Helvetica, Arial, sans-serif;
	 font-size:20px;}

.cabezalevento{
	width:100%;
	height:450px;
	}

.logoevento{
	position:absolute;
	left:0;
	top:0;
	width:40%;
	height:250px;
}

.logoevento img{
	padding-top:30px;
}
.lineadorada{
	height:2px;
	width:100%;
	background-color:#E2AE4C;
	}
.infoevento{
	position:absolute;
	right:0;
	float:right;
	top:0;
	width:55%;
	height:250px;
}

.infoevento h1{
	color: #00c0ff;
	padding-top:25px;
	font-family:Gotham;
	font-weight:lighter;
	font-size:27px;}
.infoevento p{
	color: #E7E7E7;
	padding-top:10px;
	font-family:Gotham;
	font-weight:lighter;
	text-align:justify;
	font-size:18px;}

.listonganadores{
	position:absolute;
	top:250px;
	width:100%;
	height:100px;
	text-align:center;
	}

.etapaspago{
	width:100%;
	height:100px;
	}
.costosboleto{
	position:relative;
	left:50%;
	margin-left:-40%;
	width:80%;
	height:200px;
	}
.contenedorformulario{
	position:relative;
	left:50%;
	margin-left:-40%;
	width:80%;
	height:460px;
	background-color:rgba(0,0,0,0.40);
	}
	
.etapaslista {
	width:60%;
	height:100%;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
.etapaslista li {
	display:inline;
	padding-right:30px;
	padding-left:30px;
	}	

.tabla_costos{
	display:table;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.contenedorboleto{
	width:40%;
	}

.contenedorboleto img{
	padding-top:20px;
	}

.contenedortxtboleto{
	text-align:left;
	vertical-align:top;
	padding-top:20px;
	padding-left:40px;
}

.formulariodatos{
list-style:none;
	  padding-left: 0;
	  display:inline-table;
	  max-width:230px !important;
	  font-size:18px;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:white;

}
.contenedorformulario ul{
	margin-left:10px;
	margin-top:20px;
	}
.formulariodatos li {
	width:250px;
	height:30px;
	}
	
.formulariodatos li input {

	width:220px;
	height:25px;
	background-color:rgba(0,236,245,0.60);
	border:none;
	color:rgba(6,34,57,1.00);
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:10px;
	}
	.btnreg{
		  border: none;
		  padding-top:16px;
        font-size: 16px;
		cursor:pointer;
		float:right;
		margin-right:7%;
		margin-top:2%;
		width:150px;
		height:35px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color:rgba(0,213,255,1.00);
		}
	
	.btnreg:hover{
		  border: none;
  font-size: 16px;
		cursor:pointer;
		float:right;
		margin-right:7%;
		margin-top:2%;
		width:150px;
		height:35px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}
.avisodepriv{
	color:rgba(238,238,238,1.00);
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:center;
	margin-top:2%;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	}
.titulobolet{
	font-weight:bolder; color:#08d7fc; font-size:32px;}
.txtbolet{
	font-size:25px; color:#F0F0F0; line-height:20px;
	}
.contenedorformulariocontacto{
	position:relative;
	left:50%;
	margin-left:-40%;
	width:80%;
	height:730px;
	background-color:rgba(0,0,0,0.40);
	}	
	
.contenedorformulariocontacto ul{
	
	margin-top:20px;
	  padding-top: 20px;
	  margin-left:-40px;
	}
.formulariodatoscontacto li {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  color: white;
}
.formulariodatoscontacto li input {

	width:100%;
	height:25px;
	background-color:rgba(0,236,245,0.60);
	border:none;
	color:rgba(6,34,57,1.00);
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:10px;
	}
.formulariodatoscontacto li textarea {

	width:100%;
	height:200px;
	background-color:rgba(0,236,245,0.60);
	border:none;
	color:rgba(6,34,57,1.00);
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:10px;
	 resize: none;
	}
.formulariodatoscontacto li TextBox {

	width:100%;
	height:200px;
	background-color:rgba(0,236,245,0.60);
	border:none;
	color:rgba(6,34,57,1.00);
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:10px;
	 resize: none;
	}	
		.btncont{
		cursor:pointer;
		float:right;
		margin-right:7%;
		margin-top:25%;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color:rgba(0,213,255,1.00);
		}
	
	.btncont:hover{
		cursor:pointer;
		float:right;
		margin-right:7%;
		margin-top:25%;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}
/*  responsive css */

@media (max-width:1450px){
    .hero{
        height: 700px;
    }
}
@media (max-width:1267px){
    .hero{
        height: 600px;
    }
}
@media (max-width:1075px){
    .hero{
        height: 500px;
    }
}
@media (max-width: 1170px){
.infoevento {
  position: relative;
  right: 0;
  float: none;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 250px;
}
.listonganadores {
  position: relative;
  top: 20px;
  width: 100%;
  height: 100px;
  text-align: center;
}
.logoevento {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 340px;
  width: 40%;
  height: 45%;
}
.listings ul.properties_list {
  margin-top: 35%;
  list-style: none;
  overflow: hidden;
}
}

@media (max-width: 1150px){
	.btncont{
		cursor:pointer;
		float:right;
		margin-right:7%;
		margin-top:30%;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color:rgba(0,213,255,1.00);
		}
	
	.btncont:hover{
		cursor:pointer;
		float:right;
		margin-right:7%;
		margin-top:30%;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}
	.contenedorboleto {
  width: 30%;
}
.costosboleto {
  position: relative;
  left: 50%;
  margin-left: -30%;
  width: 80%;
  height: 200px;
}
		.contenedorformulario {
  position: relative;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 460px;
  background-color: rgba(0,0,0,0.40);
}
.contenedorformulario ul {
  margin-left: 2%;
  margin-top: 20px;
}
    .wrapper{
        padding: 0 40px;
        max-width: 1020px;
    }
    .search .advanced_search .arrow{
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }


}

@media (max-width: 974px){
	.contenedorboleto {
		display:none;
}
	.contenedorformulario {
  position: relative;
  left: 0;
  margin-left: 18%;
  width: 60%;
  height: 460px;
  background-color: rgba(0,0,0,0.40);
}
.contenedorformulario ul {
  margin-left: 16%;
  margin-top: 20px;
}
.contenedorformulario {
  position: relative;
  left: 0;
  margin-left: 18%;
  width: 60%;
  height: 1140px;
  background-color: rgba(0,0,0,0.40);
}
.btnreg {
	  border: none;
  font-size: 13px;
  cursor: pointer;
  float: none;
  margin-left: 40px;
  margin-top: 7%;
  width: 150px;
  height: 35px;
  text-align: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: rgba(4,31,57,1.00);
  border-radius: 5px;
  background-color: rgba(0,213,255,1.00);
}
.btnreg:hover{
	  border: none;
  font-size: 13px;
		cursor:pointer;
		  float: none;
  margin-left: 40px;
  margin-top: 7%;
		width:150px;
		height:35px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}	
}

@media (max-width: 896px){
	.contenedortxtboleto {
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 0px;
}

}
@media (max-width: 875px){
	.btncont{
		cursor:pointer;
		float:none;
		margin-right:auto;
		margin-left:auto;
		margin-top:45%;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color:rgba(0,213,255,1.00);
		}
	
	.btncont:hover{
		cursor:pointer;
		float:none;
		margin-right:auto;
		margin-left:auto;
		margin-top:45%;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}
	}
@media (max-width:920px){
	
	.btnreg {
	  border: none;
  font-size: 13px;
  cursor: pointer;
  float: none;
  margin-left: 35%;
  margin-top: 2%;
  width: 150px;
  height: 35px;
  text-align: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: rgba(4,31,57,1.00);
  border-radius: 5px;
  background-color: rgba(0,213,255,1.00);
}
.btnreg:hover{
	  border: none;
  font-size: 13px;
		cursor:pointer;
		  float: none;
  margin-left: 35%;
  margin-top: 2%;
		width:150px;
		height:35px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}	
	
	.infofooter{
		display:none;
		}
	.contenedorformulario ul {
  margin-left: 8%;
  margin-top: 20px;
}
    .hero{
        height: 400px;
    }

    .hero .caption{
        width: 92.72727272727273%;
        padding: 0 3.636363636363636%; 
    }

    .hero .caption h3{
        margin: 0;
        left: 0;
    }

    header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #2A2A2A;
        border-top: 5px solid #bfd9f2;
    }

    header nav.active{
        display: block;
    }

    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }

    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;

        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #ffffff;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }

    .listings ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }

  @media (max-width:800px){.contenedorformulario ul {
  margin-left: 5%;
  margin-top: 20px;
}}
}
@media (max-width:740px){
	.contenedorformulario {
  position: relative;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 360px;
  width: 60%;
  height: 1140px;
  background-color: rgba(0,0,0,0.40);
}
.contenedorformulario ul {
  margin-left: 5%;
  margin-top: 20px;
}
.costosboleto {
  position: relative;
  left: initial;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 200px;
}
	
}
@media (max-width:520px){
	.listings ul.properties_list {
  margin-top: 45%;
  list-style: none;
  overflow: hidden;
}
.listonganadores {
  position: relative;
  top: 60px;
  width: 100%;
  height: 100px;
  text-align: center;
}
}

@media (max-width:460px){
.wrapper {
  padding: 0 8px;
  max-width: 1020px;
}
}
@media (max-width:700px){

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date{
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords{
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields{
        border-bottom: 0;
    }

    .search .advanced_search .field_sep{
        display: none;
    }
}

@media (max-width: 627px){
	.contenedorformulariocontacto ul {
  margin-top: 20px;
  padding-top: 20px;
  margin-left: -45px;
}
	.btncont{
		cursor:pointer;
		float:none;
		margin-right:auto;
		margin-left:auto;
		margin-top:220px;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color:rgba(0,213,255,1.00);
		}
	
	.btncont:hover{
		cursor:pointer;
		float:none;
		margin-right:auto;
		margin-left:auto;
		margin-top:220px;
		width:150px;
		height:25px;
		padding-top:10px;
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:rgba(4,31,57,1.00);
		border-radius: 5px;
		background-color: rgba(237,237,237,1.00);
		}
	}

@media (max-width:540px){
.titulobolet{
	font-weight:bolder; color:#08d7fc; font-size:28px;}
.txtbolet{
	font-size:25px; color:#F0F0F0; line-height:20px; font-size:20px;
	}
	.contenedortxtboleto {
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 0px;
}
}
@media (max-width:700px){
	.hero{
        height: 350px;
    }
}
@media (max-width:640px){
	.hero{
		 height: 300px;
    }
	video#bgvid { 
	top:100px;}
}	
@media (max-width:500px){
    .hero .caption h2{
        font-size: 85px;
    }

    .hero .caption h3{
        font-size: 16px;
    }

    .search #search{
        width: 83%;
    }

    .listings ul.properties_list li{
        width: 100%;
        margin-bottom: 60px!important;
    }

    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }


    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }

    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

  
}