/* theme base */
@import url('normalize-parallax.css');

/* Used as it is from main site / it contains foundation pre-defined css also */
/* dont change main.css file*/

@import url('foundation.css');

@import url('main-parallax-2017.css');

@import url('lightslider-parallax.css');

@import url('slick-parallax.css');

/* Theme for tablet */
@import url("responsive-tablet-parallax-2017.css") only screen and (min-width: 801px) and (max-width: 1024px );

/* Theme for mobile */
@import url("responsive-mobile-parallax-2017.css") only screen and (max-width: 800px);


/* iphone 6 and 6+ */
@media only screen and (min-width: 667px) and (max-width: 736px) and (orientation : landscape) {
	.desktop-view{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
}