<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 320px (iPhone) */
@media screen and (max-width:320px) {
}
/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
	.wrapper { background: #f3f5f8; height: auto; }
	.iphone { display: none; }
	.designs{position: relative;}
	.fluid-white { display: none; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 30px; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
	.size-1of4{width: 50%;}
	.section-padding{
		padding: 30px 0 20px;
	}
	.icon{
		float: none;
		clear: both;
		margin: 0 auto 30px;
	}
	.input-group .row &gt; [class*="col-"] {
    margin-bottom: 5px;
    overflow: hidden;
 	 }
 	 .destination .img1, .destination .img2{
 	 	position: relative;
 	 	margin: 0;
 	 	top: 0;
 	 	left: 0;
 	 	width: 100%;
 	 }
 	 .text-banner{
 	 	width: 100%;
 	 	height: 100%;
 	 	padding-top: 100px;
 	 }
 	 .text-banner h1{
 	 	font-size: 2em;
 	 	line-height: 1.5;
 	 }
 	 .flex-direction-nav{
 	 	display: none;
 	 }
 	 .timeline{
 	 	margin-left: 20px;
 	 }
 	 #contact_form .btn-send{
 	 	display: block;
 	 }
 	 .destination .col-md-4.col-md-offset-1{
 	 	width: 100% !important;
 	 }
}
	
/* xGA iPad */
@media screen and (max-width:1024px) {
	.wp3 { background-position: 50px 0; }
	.swag { background-attachment: scroll; }
	.subscribe { background-attachment: scroll; }
	.destination .img2{
		margin-left: 0;
	}
	.destination  .col-md-4.col-md-offset-1{
		width: 50%;
	}
	 .destination  .section-padding{
 	 	padding-bottom: 0;
 	 }
 	 .bot-page h2.title{
 	 	font-size: 20px;
 	 }
}
/* 1200px (Small Desktop, Netbook) */
@media screen and (max-width:1280px) {
	.wp3 { background-position: 50px 0; }
}
/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
	.wrapper{
		display: none;
	}
	.designs{position: relative;}
	.iphone { display: none; }
	.fluid-white { display: none; }
	.wrapper { background: #f3f5f8; height: 540px; }
	.wp2, .wp4, .wp5, .light-box { margin-bottom: 0; }
	.legals { text-align: center; margin: 0; padding: 0; }
	.credit { text-align: center; }
	 .timeline{
 	 	margin-left: 40px;
 	 }
 	 .text-banner{
 	 	width: 90%;
 	 }
 	 .destination  .col-md-5{
 	 	display: none;
 	 }
 	 .destination  .section-padding{
 	 	padding-bottom: 0;
 	 }
 	 .features h2{
 	 	margin-top: 0;
 	 }
	.input-group .row &gt; [class*="col-"] {
    margin-bottom: 5px;
    overflow: hidden;
 	 }
 	 .bot-page h2.title{
 	 	font-size: 20px;
 	 }
 	  .destination .col-md-4.col-md-offset-1{
 	 	width: 100% !important;
 	 }
}</pre></body></html>