@charset "utf-8";
/* CSS Document */

/**Begin GENERAL styles**/
#reveal_sidebar {text-align: right;}
#reveal_sidebar:after {right: 60px;}
.grid_halves {width: 100%;}
/**End GENERAL styles**/
/**Begin HEADER styles**/
.logo {border-right: none;}
#main_nav {float: right;}
#main_nav ul {float: none;}
.header_right {display: none;}
#menu-button {display: block;}
#menu-options {
	display: 	 none;
	padding-top: 20px;
}
#main_nav ul {text-align: right;}
#main_nav ul li {
	display: block;
	width: 	 100%;
}
/**End HEADER styles**/
/**Begin CONTENT styles**/
#home #teasers .grid_thirds {width: 100%;}
#home #teasers p {width: 65%;}

#about figcaption {width: 100%;}
#about #owner_text,
#about #owner_picture {width: 100%;}

#services #services_main ul li {margin-bottom: 5px;}
#services #services_main section .main_image {margin-bottom: 0;}
#services #services_main section figure figcaption {
	position:     static;
	background:   none;
	padding-left: 0;
}
#services #link_to_services aside p {
	font-size: 	 1em;
	padding-top: 1em;
}

#products #product_options li {
	float:   	   none;
	display: 	   block;
	border:  	   none;
	width: 	 	   100%;
	text-align:    center;
	padding:       0;
	background:    none;
	border-bottom: 1px solid #D5D5D5;
}
#products #product_options {display: none;}
#products #product_mobile_button {display: block;}
#products .grid_halves {padding: 10px 0;}
#products #banner_image {
	width: 	    100%;
	margin-top: 1em;
}
#products #link_to_services {
	width:       100%;
	padding-top: 0;
}
#products #sticky_navigation_wrapper,
#products #sticky_navigation {height: 50px;}
#products #product_options li {background: #FFF;}
#products #product_options li:focus,
#products #product_options li:hover,
#products #product_options li:active {background: #EEE;}
#products #product_options li:before {display: none;}
#products #product_grid .grid_thirds {width: 50%;}
#products #product_options li a {padding-bottom: 10px;}
#products #products_intro figure figcaption,
#products .right_half {border: none;}
#products .right_half:before {display: none;}
#products .preview_image {margin-bottom: 20px;}
#products .preview_image img {
	padding: 0;
	border:  0;
}
/**End CONTENT styles**/

/**Begin FOOTER styles**/
#specialize, 
#suppliers, 
#testimonials {
	width: 		   100%;
	margin-bottom: 40px;
	border-right:  none;
}
.suppliers_list {width: 100%;}
.suppliers_list li {
	display: 			inline-block;
	text-align: 		center;
	width: 	 			20%;
	padding: 			0 5px;
	float: 		        left;
	box-sizing: 		border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
}
.suppliers_list li img {max-width: 100%;}
footer nav ul a {
	font-size: 0.7em;
	padding:   0 5px;
}
/**End FOOTER styles**/
