    /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#logo_wrapper, html[data-style=fullscreen] #logo_wrapper, .top_bar.hasbg #logo_wrapper {
		padding: 10px 0 35px 0px;
	}
	.tp-caption.Fashion-BigDisplay.tp-resizeme {
		font-size: 25px !important;
		line-height: 35px !important;
	}
	a.button {
		font-size: 12px !important;
	}
	.tp-parallax-wrap {
		margin-top: 70px !important;
	}
	.copyright-photo {
		font-size: 10px;
    	color: #fdfdfd;
    	right: 10px;
	}
	.icon-scroll {
		bottom: 40px;
	}
	h2.ppb_title {
		font-size: 25px;
    	line-height: 30px;
	}
	#slide-7-layer-6 {
		font-size: 15px !important;
	}
	#slide-7-layer-1 {
		font-size: 35px !important;
		max-width: 267px !important;
		white-space: nowrap !important;
	}
	.nav_wrapper_inner {
		display: table;
	}
	.logo_wrapper img {
		width: 150px;
		padding-top: 5px;
    	margin-left: -5px;
	}
	a.button.ghost.white.medium {
		padding-top: 60px !important;
	}
	.credit {
		width: 100%;
	    margin: 0 auto;
	}
	#logo_right_button {
		display: block !important;
	}
	#slide-7-layer-6 {
		margin-top: 25px !important;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}