@media screen and (max-width: 1150px){
	
	.logo { margin-left: -75px; }
	.logo img { width: 150px; }
	a.logo_spacer { width: 75px; }
	.wrapper { width: auto; }
	.contact { padding: 0 15px; }
	.hero .caption { left: 15px; }
	
}


@media screen and (max-width: 1100px){
	
	.wrapper {
		width:100%;
	}

	.content_left, .content_right{
		width:100%;
		margin:0;
	}
	
	.contact_form input[type="text"],
	.contact_form textarea {
		width: 99%;
	}
	
}


@media screen and (max-width: 930px){
	
	.header {
		height: 65px;
		line-height: 60px;
	}
	
	.nav_l a, .nav_r a {
		font-size: 15px;
		padding: 0 7px;
	}
	
	.nav_l a.logo_spacer {
		margin-left: 7px;
	}
	
	.nav_r a.logo_spacer {
		margin-right: 7px;
	}
	
}


@media screen and (max-width: 850px){
	.products .featured_product .title { font-size: 16px; }
}


@media screen and (max-width: 800px){	
	
	.hero .caption { top: 35%; }
	
}


@media screen and (max-width: 700px){
	
	.header {
		height: 45px;
		line-height: 40px;
	}
	
	.nav_l a, .nav_r a {
		font-size: 13px;
		padding: 0 5px;
	}
	
	.nav_l a.logo_spacer {
		margin-left: 5px;
	}
	
	.nav_r a.logo_spacer {
		margin-right: 5px;
	}
	
	.hero .caption { width: 60%; }
	
}


@media screen and (max-width: 650px){
	.products .featured_product .title { font-size: 14px; }
	.featured_product img { max-width: 100%; }
}


@media screen and (max-width: 625px){

	.product_slide_arrows {
		bottom: 0;
		margin-top: 0;
		top: auto;
		width: 50%;
	}

	.arrow_left img {
		height: 40px;
		padding-left: 10px;
	}
	
	.arrow_right img {
		height: 40px;
		padding-right: 10px;
	}
	
	.featured_product img {
		max-width: 70%;
	}
	
	.rel {
		height: 250px;
	}

}


@media screen and (max-width: 615px){
	/* mobile menu */
	.nav_l, .nav_r { display: none; }
	.hero .caption { 
		top: 45%;
		width: 75%;
		font-size: 12px;
	}
	.hero .caption .title { font-size: 18px; }
	
	.mobile_nav {
		display: block;
	}
}



@media screen and (max-width: 550px){
	.contact { height: auto; }
	.contact .sharing img { margin-top: 0; }
	.contact .l,
	.contact .r {
		float: none;
		text-align: center;
	}
}


@media screen and (max-width: 500px){
	.footer {
		font-size: 12px;
		line-height: 20px;
	}
	.hero .caption { display: none; }
	h1 { font-size: 1.5em; }
	.products .featured_product .title { font-size: 10px; }
	.product_item {
		float: none;
		width: auto;
	}
	
}


@media screen and (max-width: 470px){
	.logo { margin-left: -60px; }
	.logo img { width: 120px; }
	a.logo_spacer { width: 60px; }
}


@media screen and (max-width: 450px){
	.featured_product img {
		max-width: 80%;
	}
}


@media screen and (max-width: 350px){
	.featured_product img {
		max-width: 100%;
	}
}


@media screen and (max-width: 400px){
	.footer {
		font-size: 10px;
		line-height: 20px;
	}
}