@import url('https://fonts.googleapis.com/css?family=Bevan');
body {
	margin: 0px;
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	background: url('../images/bg.jpg') repeat;
}

h1 {
	margin: 0px 0px 12px 0px;
	font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-size: 160%;
	font-weight: bold;
}

h2 {
	margin-bottom: -10px;
}

h4 {
	font-size: 140%;
	margin-bottom: 2px;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.left {
	float: left;
	width: 130px;
}

.right {
	float: right;
}

img {
	border: 0px;
}

#wrapper {
	width: 986px;
	margin: 0px auto;
	background: #f1f2f2;
}

.header_graphic {
	height: 154px;
}

#top_menu {
	background: url('../images/menu-bg.gif') no-repeat;
	height: 36px;
	font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 140%;
	padding-top: 11px;
}

#top_menu ul {
	display: inline;
	margin: 10px 0px 0px 195px;
}

#top_menu li {
	display: inline;
	margin-left: 40px;
	background: url('../images/bullet.png') no-repeat left;
	padding-left: 20px;
}

#top_menu a:link,#top_menu a:visited {
	color: #0d1823;
	text-decoration: none;
}

#top_menu a:hover {
	color: #00aad5;
}

#controls {
	width: 250px;
	position: absolute;
	z-index: 500;
	margin-left: 550px;
}

#home_content {
	background: url('../images/home-bg.gif') repeat;
	height: 486px;
	margin: 0px auto;
	width: 986px;
}

#interior_content {
	background: url('../images/interior-bg.gif') repeat-y #2b3b4a;
	min-height: 486px;
	margin: 0px auto;
	width: 986px;
}

#mygallery-paginate {
	width: 250px;
	text-align: center;
	margin-left: -30px;
	margin-top: 400px;
}

.slide {
	z-index: 499;
	position: absolute;
	margin-top: -10px;
}

.caption_wrapper {
	float: left;
	width: 400px;
}

.caption {
	background: url('../images/caption-bg.png') no-repeat;
	height: 206px;
}

.caption_txt {
	width: 280px;
	font-size: 90%;
	padding: 20px 32px;
	box-sizing: border-box;
}

.do {
	position: absolute;
	z-index: 100000;
	width: 400px;
	left: 24px;
	bottom: 0;
	height: 244px;
	background: url('../images/do-bg.png') no-repeat;
	color: #0d1823;
	float: left;
}

.do_txt {
	width: 240px;
	margin-left: 30px;
	font-size: 90%;
}

.slide_img {
	margin-left: 320px;
}

#footer {
	height: 214px;
	background: url('../images/footer-bg.gif') repeat-x;
}

#footer_menu {
	width: 344px;
	height: 30px;
	margin: -5px auto;
    background: url('../images/footer-menu.png') no-repeat;	
	padding-top: 5px;
	text-align: center;
	font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}

#footer_menu ul,#footer_menu li {
	display: inline;
	margin: 0px 0px 0px -45px;
}

#footer_menu li {
	margin-left: 10px;
}

#footer_menu a:link,#footer_menu a:visited {
	color: #ededed;
	text-decoration: underline;
}

#footer_menu a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer_txt {
	width: 295px;
	margin: 20px auto;
	color: #0f1923;
	text-align: center;
}

#footer_txt a:link,#footer_txt a:visited {
	color: #039041;
	text-decoration: underline;
}

#footer_txt a:hover {
	color: #000;
	text-decoration: none;
}

.serif {
	font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 110%;
}

#pelton {
	background-color: #454E57;
	width: 513px;
	height: 14px;
	margin: 0 auto;
	font-size: 80%;
	color: #e7f3f1;
	text-align: center;
}

#pelton a:link, #pelton a:visited {
	color: #e7f3f1;
	text-decoration: none;
}

#pelton a:hover {
	color: #CCC;
	text-decoration: none;
}

/****************  S T E P    C A R O U S E L **/


.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 986px; /*Width of Carousel Viewer itself*/
	height: 460px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 10px 10px 25px; /*margin around each panel*/
	width: 949px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	color: #fff;
}

/**/

/**************************************** P R O D U C T S **/

#products_content {
	/*width: 90%;*/
	width: 100%;
	margin: 0 auto;
	background-color: #e8e8e8;
	min-height: 486px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
}

.hero-product {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
	background-color: #263039;
    padding: 8px;
    box-sizing: border-box;
}

.hero-product .top-logo {
    width: 100%;
    text-align: center;
    background: white;
}

.hero-product .column {
    width: 49%;
    margin-left: .5%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
}

.hero-product ul {
    margin: 0 0 20px;
    padding-left: 20px;
}
.product_entry {
	width: 880px;
	margin: 0px auto 20px auto;
	background-color: #263039;
	overflow: auto;
	padding: 8px;
}

.product_logo {
	float: left;
	width: 260px;
	min-height: 160px;
	background: #fff;
	text-align: center;
	position: relative;
}

.product_logo img {
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	max-height: 150px;
	max-width: 250px;
}

.product_logo.reduce img {
	max-width: 190px;
}

.product_data {
	float: left;
	width: 570px;
	margin-left: 10px;
}

.hero-product h3,
.product_entry h3 {
    font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
	color: #00acde;
	font-weight: bold;
}

.hero-product p {
    margin: 0 0 20px;
    line-height: 24px;
}

.hero-product h4,
.product_entry h4 {
	margin: 0px;
	padding: 0px;
	color: #ccc!important;
	font-weight: bold;
	font-size: 18px;
}

.hero-product p,
.product_entry p {
	color: #fff;
}

.hero-product ul,
.product_entry ul {
	color: #fff;
}

.hero-product li,
.product_entry li {
	list-style-type: none;
	background: url('../images/globe.gif') no-repeat left;
	padding: 0px 0px 6px 30px;
}

.hero-product a:link,
.hero-product a:visited,
.product_entry a:link,.product_entry a:visited {
	color: #009933;
	text-decoration: none;
}

.hero-product a:hover,
.product_entry a:hover {
	color: #0C0;
	text-decoration: none;
}

/*************************************************** C O N T A C T     F O R M **/

.contact_wrapper {
	float: left;
}

.fax {
	clear: left;
	margin-bottom: 25px;
}

.contact-tel {
	margin-bottom: 25px;
}

#email_form {
	float: right;
	background-color: #bebebe;
	/*min-height: 460px;*/
	/*width: 396px;*/
	width: 50%;
	padding: 32px;
	box-sizing: border-box;
}

#email_form p {
	color: #40484b;
}

#email_form .message {
	margin: 15px 0;
	text-align: left;
}

#email_form .message p {
	font-weight: bold;
	margin-bottom: 15px!important;
	margin-top: 0;
	padding: 0;
	color: #cc0000;
}

#email_form .message ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#email_form .errors {
	padding:.75rem 1.25rem;
	color: #721c24;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

#email_form .errors p {
	color: #721c24;
}


.form-row {
	margin-bottom: 16px;
}

.form_field {
	display: block;
	width: 100%;
	background-color: #c5ccd4;
	border: 2px solid #666;
	color: #0f1922;
	font-size: 16px;
	box-sizing: border-box;
	padding: 8px;
	max-width: 340px;
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
}

.heading-wrapper {
	display: flex;
	margin-bottom: 16px;
	max-width: 340px;
}

.required-wrapper {
	margin-left: auto;
}

.required-wrapper p {
	margin: 0;
}

span.required {
	display: inline-block;
}

label {
	margin-bottom: 8px;
	display: inline-block;
}

.submit_button {
	background-color: #2B618D;
	color: #fff;
	border: 4px solid #ccc;
	width: 175px;
	height: 40px;
	font-weight: bold;
}

.submit_button:hover {
	background-color: #009933;
	cursor: pointer;
}

.field-label-required {
	font-size: 14px;
	font-weight: 400;
	font-family: arial, Helvetica, sans-serif;
}

.button {
	background: #00acde;
	display: block;
	padding: 12px;
	text-decoration: none;
	font-size: 18px;
	font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
	color: #000;
	border: 2px solid #000;
	cursor: pointer;
}

.button:hover {
	background-color: #039041;
}

.button span {
	color: #333;
}

.pdf_download {
	float: right;
	margin-bottom: 12px;
}

.product_heading {
	float: left;
	margin-bottom: 12px;
}

.mobile-bar,
.mobile-nav,
.mobile_do {
	display: none;
}

@media screen and (max-width: 985px) {
	body {
		background: #ccc;
	}
	#wrapper {
		width: 100%;
	}
	
	#header_graphic,
	#top_menu {
		display: none;
	}
	
	.mobile-bar {
		background-color: #0d1823;
		width: 100%;
		display: block;
		height: 68px;
		position: fixed;
		z-index: 9999;
		top: 36px;
		border-bottom: 2px solid #f1f2f2;
	}
	
	.mobile-nav {
		z-index: 99999;
		top: 0;
		position: fixed;
		background: #f1f2f2;
		display: block;
		width: 100%;
		height: 36px;
		overflow:hidden;
		-webkit-transition: height 0.8s;
		-moz-transition: height 0.8s;
		transition: height 0.8s;
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		border-bottom: 5px solid #0d1823;
		text-transform: uppercase;
	}
	
	.mobile-nav.open {
		height: 320px;
	}
	
	.mobile-nav .menu-label {
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
		padding: 6px;
		box-sizing: border-box;
		font-weight: bold;
	}
	
	.mobile-nav.open .menu-label {
		background: #00aad6;
		color: #fff;
	}
	
	.mobile-nav ul {
	   visibility: hidden;
	   opacity: 0;
	   transition: visibility 0s, opacity 1.5s linear;
	   list-style-type: none;
	   padding: 0;
	   font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
	   font-size: 140%;				 
	}
	
	.mobile-nav ul li a {
		display: block;
		padding: 12px;
		box-sizing: border-box;
		color: #fff;
		background: #0d1823;
		margin-bottom: 6px;
		text-decoration: none;
	}
	
	.mobile-nav.open ul {
		visibility: visible;
		opacity: 1;
	}
	
	.mobile-nav img {
		visibility: hidden;
		margin-top: 16px;
		transition: visibility 0s, opacity 2.5s linear;
	}
	
	.mobile-nav.open img {
		visibility: visible;
	}
	
	.logo-icon,
	.logo-text {
		float: left;
	}
	
	.logo-icon {
		width: 60px;
	}

	.logo-text {
		color: #fff;
	}
	
	.tel {
		float: right;
		margin: 10px 10px;
		font-size: 125%;
		background: #fff;
		border: 4px solid #049040;
		padding: 4px;
		border-radius: 12px;
		font-family: "Bevan", serif;
		font-weight: 400;
	}
	
	.logo-text h1 {
		font-family: "Bevan", serif;
		font-weight: 400;
		margin: 6px 0px 4px 12px;
		padding: 0;
		line-height: 30px;
		border-bottom: 5px solid #049040;
		width: 220px;
	}
	
	.logo-text h2 {
    	font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;		
		margin: 0 0 0 12px;
		padding: 0;
		line-height: 18px;
	}
	
	.logo-icon {
		margin: 6px 0px 4px 12px;
	}
	
	#mobile-header {
		margin-top: 68px;
	}
	
	.mobile-logo img {
		margin: 0 auto;
	}
	#interior_content,
	#home_content {
		margin-top: 98px;
		padding-top: 8px;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background: none;
	}
	
	#products_content {
		box-sizing: border-box;
	}
	
	/*slider*/
	.stepcarousel {
		width: 100%;
		height: auto;
		margin-top: 50px;		
	}

	.stepcarousel .belt {
		width: 100%!important;
		background: #ccc;
	}
	
	.stepcarousel .panel{
		width: 100%;
		margin: 0;
		overflow: visible;
		display: block;
		position: relative;
		background: url('../images/home-bg.gif') repeat-x;
	}	

	#controls {
		margin:0;
		width: 100%;
		text-align: center;
		background: #0d1823;
		height: 50px;
		padding-top: 12px;
	}
	
	.caption {
		background: #049040;
		height: auto;
		box-sizing: border-box;
		/*margin-top: 340px;*/
	}
	
	.caption_wrapper {
		width: 100%;
		float: none;
		clear: both;
	}

	.caption_txt {
		width: 100%;
		margin: 0;
		display: block;
		font-size: 110%;
		padding: 4px 12px;
	}
	.do {
		display: none;
	}
	.mobile_do {
		display: block;
		padding: 16px 16px 30px;
		background: #07acdb;
		color: #0d1823;
		margin-bottom: 0px;
	}
	.slide_img {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 609px;
		height: auto;
		display: block;
	}	
	#mygallery-paginate {
		display: none;
	}

	#footer_menu {
		width: 100%;
		background: #666;
		padding-top: 10px;
		margin: 0 auto;
	}
	#footer_txt {
		width: 100%;
	}
	.product_entry {
		width: 100%;
		box-sizing: border-box;
	}
	
	.product_logo {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.product_logo img {
		width: 100%;
		max-width: 200px;
	}
	
	.product_data {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.product_entry ul {
		margin: 0;
		padding: 0;
	}

	.pdf_download {
		float: none;
	}
	
	.product_heading {
		float: none;
	}
	
	.left {
		width: 50%;
	}
	
	#email_form {
		width: 100%;
		box-sizing: border-box;
		margin: 40px 0px;
		padding: 20px;
	}
    .hero-product .top-logo img {
        max-width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .hero-product .column {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }
		
}

@media (min-width: 600px) and (max-width: 985px) {
	.stepcarousel {
		min-height: 840px;
	}
	
	.product_data {
		text-align: center;
	}
}

@media (min-width: 480px) and (max-width: 985px) {
	#home_content {
		background: #192632;
	}
	.stepcarousel {
		min-height:440px;
	}
	
	.caption {
		width: auto;
		margin: 230px 0px 0px;
		background: rgba(4,144,64,.9);
	}
	
	.caption_wrapper {
		width: 260px;
	}
}

@media (min-width: 320px) and (max-width: 529px) {
	.tel {
		display: none;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	.stepcarousel {
		min-height: 420px;
	}
	.caption {
		margin-top: 240px;
	}
	#home_content {
		background: #049040;
	}
}

	