/* webkit-specific letter-spacing */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
	body
	{
		letter-spacing: 0px;
	}
}

/*media queries basic styles*/
@media only screen and (min-width: 0px) and (max-width: 1024px) {

	img {
		max-width: 100%;
		height: auto;
		width: auto\9;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	body {
		margin: 0;
		padding: 0;
	}
	
	#toTop {
		display: none !important;
	}
	
	input[type="reset"], input[type="submit"] {
		appearance: none;
		-webkit-appearance: none;
	}

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 800px) {



header section {
	width: 95%;
}

.logo img {
	max-height: 40px;
}

.intro_content section {
	width: 95%;
}

.featured_products_cnt {
	width: 95%;
}

.featured_products_cnt article {
	width: 100%;
	float: none;
	display: table;
	margin-bottom: 60px;
}

.featured_products_cnt article em {
	overflow: inherit;
	height: auto;
}

.featured_products_cnt article p {
	overflow: inherit;
	height: auto;
}

.featured_products_cnt figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
}

.featured_products_cnt figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

footer aside {
	width: 95%;
}

footer aside section em,
footer aside section p {
	padding: 0 2.5%;
}

footer aside section.footer_copyright p {
	float: none;
	display: table;
	text-align: left;
}

footer aside section.footer_copyright p:last-of-type {
	float: none;
	padding-top: 15px;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: none;
	display: table;
}

.basic_site_inner_content_contact article div {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 20px;
}

.basic_site_inner_content_contact article div:last-of-type {
	float: none;
}

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
}



}