

/**
 * RESPONSIVE STYLES - LOWER DESKTOP RESOLUTION
 *
 * Breakpoint at max-width: 992px
 *
 * @since 1.0.0
 */
@media only screen and (max-width: 1199px) {
	
	/* ADVANTAGES AREA */
	#advantages-area > .row > #advantages-wrap { width: 960px; }
	
}



/**
 * RESPONSIVE STYLES - TABLETS
 *
 * Breakpoint at max-width: 991px
 *
 * @since 1.0.0
 */
@media only screen and (max-width: 991px) {
	
	/* HERO IMAGE AREA */
	#hero-image-caption { height: 200px; }
	
	
	/* ONLINE-SHOP LIST */	 
	#store-list-wrap { margin-top: 30px;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	
	/* ADVANTAGES AREA */
	#advantages-area { margin-top: 50px; padding-top: 0; padding-bottom: 0; }
	#advantages-area > .row { background: transparent; height: auto; }
	#advantages-area > .row > #advantages-wrap { width: 100%; position: static; padding: 0;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	#advantages-wrap > div.container-fluid > div.row > div { margin: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; position: static; box-shadow: none; height: 200px !important; }
	
	
	/* FOOTER AREA */
	#page-footer { margin-top: 30px; }
	#page-footer .footer-contact-wrap { display: inline-block; margin-top: 10px; }
	#footer-menu, #footer-webtracking { text-align: center; }
	
}


/**
 * RESPONSIVE STYLES - TABLETS / SMARTPHONES
 *
 * Breakpoint at max-width: 767px
 *
 * @since 1.0.0
 */
@media only screen and (max-width: 767px) {
	
	/* HEADER AREA */
	#header-logo, #header-seals { text-align: center; }
	#header-seals { padding-top: 0; }
	
}
 


/**
 * RESPONSIVE STYLES - SMARTPHONES
 *
 * Breakpoint at max-width: 479px
 *
 * @since 1.0.0
 */
@media only screen and (max-width: 479px) {
	
	/* HEADER AREA */
	#header-seals > img { max-height: 36px; }
	
	
	/* ONLINE-SHOP LIST */
	.store-list-row > .store-list-flag { width: 100%; padding-right: 0; }
	.store-list-row > .store-list-flag > img { width: 24px; margin-right: 10px; }
	.store-list-row > .store-list-flag > span { display: inline; }
	.store-list-row > .store-list-country { display: none;  }
	.store-list-row > .store-list-url { width: 100%; }
	
	
	/* ADVANTAGES AREA */
	#advantages-wrap > div.container-fluid > div.row > div h4.page-content-headline { margin: 45px 0 20px; }
	
}