/************************************+
DESCRIPTION  : RESPONSIVITY SCRIPT   *
AUTHOR       : JOHN PERRI CRUZ       *
DESCRIPTION  : RESPONSIVE VIEWSPORTS *
DATE CREATED : JULY 17, 2015         *
*************************************/
/*GLOBAL*/

@media screen and (max-width: 1920px){ /*********| 1080P |**********/    
}      
@media screen and (max-width: 1600px){ /*****| MID HD DESKTOP |*****/
}                       
@media screen and (max-width: 1440px){ /*****| MID HD DESKTOP |*****/
} 
@media screen and (max-width: 1366px){ /********| HD LAPTOP |*******/
}
@media screen and (max-width: 1280px){ /**********| 720P |**********/
}
@media screen and (max-width: 1152px){ /******| DESKTOP RARE |*******/
}
@media screen and (max-width: 1024px){ /**| APPLE IPAD LANDSCAPE |**/
}
@media screen and (max-width: 991px){
	section#booking-form .col-lg {
		margin-top: 15px;
	}
	.cc-window {
		margin-top: 24px;
	}
}
@media screen and (max-width: 800px) { /**| APPLE IPAD PORTRAIT |***/
	section.nuevo-vallarta,section.los-cabos{
		background: none;
	}
	section.riviera-maya {
		background: #f9f9f9;
	}
	div#resorts-booking{
		padding: 3rem 1rem!important;
	}
	.p-5 {
		padding: 1rem!important;
	} 
	.p-4 {
		padding: 1rem!important;
	}
	.resorts-location iframe {
		max-height: 350px;
	}
	.amenities {
		font-size: 14px;
		margin-bottom: 1.5rem;
	}
	.slider-section {
		height: 560px;
	}
	.resorts-slider {
		height: 420px;
	}
	.slider-section .fullwidthabanner,
	.slider-section .fullwidthbanner-container,
	.resorts-slider .fullwidthbanner-container, 
	.resorts-slider .fullwidthabanner {
		height: 100% !important;
	}
	footer {
		text-align: center;
	}
	.footer-links li > a {
		font-size: 28px;
	}
}
@media screen and (max-width: 640px) { /*|SAMSUNG MOBILE LANDSCAPE|*/
	.slider-section {
		height: 520px;
	}
	.tp-parallax-wrap:nth-of-type(3) .tp-caption {
		font-size: 18px !important;
		line-height: 1.25 !important;
	}
}
@media screen and (max-width: 575px) { /*|SAMSUNG MOBILE LANDSCAPE|*/
	#booking-form .booking > .container {
		max-width: 90vh;
	}
}
@media screen and (max-width: 480px) { /*| GENERIC ANDROID PHONES |*/
	#booking-form .booking > .container {
		max-width: 75vh;
	}
}
@media screen and (max-width: 414px) { /********| IPHONE 6+ |*******/
	#booking-form .booking > .container {
		max-width: 65vh;
	}
	.cc-window {
		margin-top: 40px;
	}
}
@media screen and (max-width: 375px) { /********| IPHONE 6 |********/
	#booking-form .booking > .container {
		max-width: 60vh;
	}
	.about-privileges {
		padding-top: 2rem !important;
	}
}
@media screen and (max-width: 360px) { /*|SAMSUNG MOBILE PORTRAIT|**/
	.slider-section {
		height: 485px;
	}
}
@media screen and (max-width: 320px) { /******| IPHONE 5,4... |*****/
	#booking-form .booking > .container {
		max-width: 50vh;
	}
	.slider-section #booking-form {
		margin-top: 1rem;
	}
	.tp-parallax-wrap:nth-of-type(3) .tp-caption {
		font-size: 16px !important;
	}
	.slider-section {
		height: 465px;
	}
}