@media (max-width: 1500px) {
	body.boxed-v #wrapper {
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.main-heading br {
		display: none;
	}

	.quote-form .form-group {
		width: 26%;
	}
}

@media (max-width: 992px) {
	.hidden-sm {
		display: none;
	}

	.quote-section br {
		display: none;
	}

	.quote-form .form-group {
		width: 25%;
	}
    
    .logo-apartments {
    padding: 0px 30px;
    margin-top: 0px;
    }
    
    .quote-section h2 {
    margin: 0;
    font: 43px/69px "Campton Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .cuerpo-p {
    font-size: 16px;
    }
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	#header .holder {
		padding: 25px 0 10px;
	}

	#header .nav-opener {
		display: inline-block;
	}

	#header.sticky {
		top: 0;
		left: 0;
		right: 0;
		position: fixed;
	}

	#header.sticky #nav {
		top: 100%;
		position: absolute;
	}

	#nav {
		left: 0;
		right: 0;
		top: 100%;
		bottom: auto;
		max-height: 0;
		overflow: hidden;
		background: #fff;
		position: absolute;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
	}

	#nav ul {
		margin: 0;
		padding: 0;
		border-radius: 0;
	}

	#nav ul li {
		padding: 0;
		display: block;
		text-align: left;
	}

	#nav ul .button {
		float: none;
	}

	#nav ul a {
		display: block;
		padding: 10px 20px;
	}

	.nav-active #nav {
		max-height: 300px;
		overflow-y: auto;
	}

	.main-banner .heading {
		font-size: 54px;
		line-height: 35px;
	}

	.quote-form .form-group {
		width: 100%;
		margin-right: 0;
	}

	.quote-form .btn {
		padding: 11px 25px;
	}

	.quote-form.style2 {
		width: 250px;
	}

	.quote-section h2 {
		font-size: 38px;
		line-height: 50px;
	}

	.gallery-box .box {
		width: 33%;
	}

	.social a {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}

	.price-box {
		margin-bottom: 30px;
	}
    
    .hero-date img {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
    }
    
    .hero-date {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    }
    
    .hero-p {
    font-size: 16px;
    margin-bottom: 60px;
    }
    
    .logo-apartments {
    padding: 0px 40px;
    margin-top: 40px;
    }
    
    .cuerpo-p {
    font-size: 16px;
    }
    
    .main-heading .heading {
    font: 700 36px/40px "Campton Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .mobile-list-inline > li {
    display: block !important;
    }
    
    .lista-lugares li {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-top: 0px;
    }
    
    .lista-lugares li.last {
    border-left: none;
    }
    
    .mobile-pull-left{
    float:left !important;
    margin-right: 25px;
    }
    
    .mobile-text-left{
    text-align:left !important;
    }
    
    .mobile-col-confirma{
     margin-bottom:30px;   
    }
    
    .lista-lugares{
    padding-left: 200px;
    margin-top: -5px;
    }
}

