/* 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 {
	width: 95%;
}

.intro_content {
	width: 95%;
}

.intro_content h1 {
	padding: 0 5%;
}

.catalog_featured_items {
	width: 90%;
}

.catalog_featured_items article {
	width: 90%;
	margin: 0 auto 80px;
}

.catalog_featured_items article:nth-of-type(odd) figure {
	float: none;
}

.catalog_featured_items article:nth-of-type(odd) section {
	float: none;
}

.catalog_featured_items article:nth-of-type(even) figure {
	float: none;
}

.catalog_featured_items article:nth-of-type(even) section {
	float: none;
}

.catalog_featured_items article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

.catalog_featured_items article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.catalog_featured_items article section {
	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: 10px;
}

.catalog_featured_items article section {
	padding: 30px 0 0 !important;
}



.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;
}




header nav ul li a {
	padding-left: 12px;
	padding-right: 12px;
}




}