

@media only screen and (max-width: 1199px) {
	.nav li a {padding: 0 10px}
}

@media only screen and (max-width: 991px) {
	#title {padding-top: 40px;}
}

/* Tablet Portrait size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
}

@media only screen and (max-width: 767px) {
	#header .widget, #title {width: 100%; text-align: center; font-size: 1.2em;}
	.home #content h2 {padding: 30px 10px;} 
	.home #content h3 {padding-top: 30px;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.btn-book {padding: 0 12px; margin: 0; line-height: 37px;}
	#title {padding-top: 80px;}
	#header .widget {text-align: left;}
	#click-menu {top: 50px !important;}
}






/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
		
}