/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BEGIN CUSTOM CSS STYLES */
body{background-color:#ededed;}

.intro_header{
	display: inline-block;
	position: relative;
	width: 100%;
	padding:15px 0px;
	margin:0 auto!important;
	background-color: #fff;
}
	.intro_wrap{
		width:100%;
		display: block;
		max-width:1200px;
		margin: 0 auto!important;
		
	}
	
		.intro_logo{float:left; width:10%;}
			.intro_logo img{width:100%;height: auto!important;}
		
		.intro_menu{float:right; width:auto!important;max-width:80%;color:#000!important; padding:8px 0px 0px 0px;display:block;}
			.intro_menu ul{list-style-type:none;}
				.intro_menu li{
					display: inline;
					list-style-type: none;
					padding-right: 20px;
				}
				
					.intro_menu li a{color:#000; text-decoration:none!important;
					 -webkit-transition: color .5s ease-in; /*safari and chrome */
 					 -o-transition: color .5s ease-in; /* opera */
					
					}
					
					.intro_menu li a:hover{color:#0071bc;}


.page_content{
	display: inline-block;
	position: relative;
	width: 100%;
	margin:0 auto!important;
	padding:15px 0px;
	
}
	.page_content_wrap{
		width:100%;
		display: block;
		max-width:1200px;
		margin: 0 auto!important;
		
	}
	
		.page_content h1{font-size:20px; font-weight:bold;text-transform:uppercase;padding-bottom:10px;padding-top:5px;}
		.page_content p{font-size:1.2em; line-height:1.5em;}

hr.page_contentH1 {
    border: 0;
    height: 1px;
    background: #fff;
    background-image: linear-gradient(to right, #fff, #fff, #fff);
}
.product_wrap{
	display:inline-block;
	position:relative;
	width:100%;	
	max-width:1200px;
	overflow:hidden;
	margin-bottom:15px;
}

.product_wrap .colOne{width:32%;float:left;}
.product_wrap .colTwo{width:32%;float:left;margin:0px 18px;}
.product_wrap .colThree{width:32%;float:left;}

.product_wrap img{width:100%; height:auto!important; display:block;}



/*.product_wrap li{
					display: inline;
					list-style-type: none;
					padding-right: 5px;
				}

*/

	/*MEDIA QUERIES*/
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen and (max-width: 500px) {
		
		.intro_logo{float:none!important; width:100%; margin:0 auto!Important;display:inline-block;text-align:center!important;}
			.intro_logo img{width:40%;}
			
		.intro_menu{width:95%;float:none!important; margin:0 auto!important; position:relative;	text-align:center!important;}
			.intro_menu ul{padding-left:15px;}
			
		.page_content h1{padding-left:5px;}
		
		.product_wrap{width:100%;position:relative;}
		
		.product_wrap .colOne, .product_wrap .colTwo, .product_wrap .colThree{width:94%;margin:3%;}
		.product_wrap .colTwo{padding:0!important;}
		
		
		
		
		/*.captionjs.animated figcaption{bottom:-70px;}*/
		
	/*	.product_wrap .colOne, .product_wrap .colTwo, .product_wrap .colThree{width:95%; margin: 0 auto!Important; position:relative;padding-left:2%;}
		
		.product_wrap .colTwo, .product_wrap .colThree{padding-top:10px;}*/

	/* Smartphones (landscape) ----------- */
	@media only screen and (min-width : 321px) {

	}
 
	/* Smartphones (portrait) ----------- */
	@media only screen and (max-width : 320px) {
	
	}
 
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
	}
	
