/* ----------------------------------------------------------------
	Custom CSS by ZY Solutions

	www.zysolutions.ch

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
/* NORMAL SCREEN */
.zy-text p {
	text-align: justify !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*
	iPhone 6 in landscape
*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)  
and (orientation : landscape) { 

	.swiper_wrapper .slider-caption h2 { font-size: 16px !important; }

}

/*
	iPhone 6 in portrait
*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 

	.swiper_wrapper .slider-caption h2 { font-size: 16px !important; }

}

/*
	iPad in landscape
*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

	.swiper_wrapper .slider-caption h2 { font-size: 55px; }

}

/*
	iPad in portrait
*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	.swiper_wrapper .slider-caption h2 { font-size: 55px; }

}
