/*------------------------------------
GENERAL
------------------------------------*/

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, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	height: 100%;
}

body {
	height: 100%;
	min-width: 290px;
	line-height: 1;
	background: #f5f5f5;
	color: #7d7d7d;
	font-family: Arial, sans-serif;
	font-size: 0.8125em;
	line-height: 1.5em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a       { color: #7d7d7d; }
a:hover { text-decoration: none; }

b, strong { font-size: 1em; font-weight: 700; color: #cc9933; text-transform: uppercase; }




/*------------------------------------
HEADER
------------------------------------*/

#product-range,
#contact-us {
	position: absolute;
	width: 0;
	bottom: 100%;
	left: 0;
	bottom: 0;
}

#product-range,
#contact-us {
	top: -87px;
}

.top-nav {
	position: fixed;	
	width: 100%;
	height: 87px;
	background: url('../images/top-nav-bg.png') repeat-x left bottom;
	z-index: 9999;
}

.top-nav-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

.top-nav-inner img {
	margin-top: 20px;
}

.selectnav { display: none; }

#menu-icon {
	display: none
}

nav {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

nav ul {
	padding-left: 166px;
	line-height: 80px;
	text-align: center;
}

nav li {
	display: inline-block;
}

nav a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 35px 0 35px;
}

nav a:hover {
	background: #505050;
	color: #bfbfbf;
}

nav a.link-active {
	background: #505050;
	color: #bfbfbf;
}

nav a span + span {
	display: none;
}

.cycle-slideshow-outer {
	padding-top: 63px;
}

.cycle-slideshow {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.cycle-slideshow img {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*------------------------------------
CONTENT
------------------------------------*/

#overview {
	background: #f4f4f4;
	border-top: 8px solid #efefef;
	border-bottom: 1px solid #e9e9e9;
}

.overview-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 23px 20px 25px 20px;
}

.overview-inner div {
	background: url('../images/icon-wrench.png') no-repeat left top;
	padding: 0 0 0 72px;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #484646;
	font-weight: 900;
	padding: 0 0 55px 0;
	line-height: 1.2em;
}

h2.overview-h2 {
	font-size: 22px;
	text-align: left;
	padding: 2px 0 10px 0;
}

/* Range */

#range {
	position: relative;
	background: #ffffff;
	border-top: 13px solid #fafafa;
	border-bottom: 13px solid #fafafa;
}

.range-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 53px 20px 53px 20px;
	text-align: center;
}

.range-inner2 {
	float: left;
	position: relative;
	width: 100%;
	padding: 48px 0 72px 0;
	margin-bottom: 35px;
}

.pipe-top {
	position: absolute;
	width: 100%;
	height: 58px;
	top: 0;
}

.pipe-bottom {
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0;
}

.pipe-top div,
.pipe-bottom div {
	float: left;
	position: relative;
	width: 50%;
	height: 58px;
}

.pipe-top div span,
.pipe-bottom div span {
	position: absolute;
	width: 55%;
	height: 58px;
}

.pipe-top div span {
	top: 0;
	right: 0;
	background: url('../images/pipe-topl.png') no-repeat left top;
}

.pipe-top div:last-child span  {		
	left: 0;
	background: url('../images/pipe-topr.png') no-repeat right top;
}

.pipe-top div span p {		
	position: absolute;
	width: 13px;
	height: 44px;
	top: -8px;
	left: -7px;
	background: url('../images/pipe-middle.png') no-repeat right top;
	z-index: 10;
}

.pipe-bottom div span {
	top: 0;
	right: 0;
	background: url('../images/pipe-botl.png') no-repeat left top;
}

.pipe-bottom div:last-child span  {		
	left: 0;
	background: url('../images/pipe-botr.png') no-repeat right top;
}

.pipe-bottom div span p {		
	position: absolute;
	width: 13px;
	height: 44px;
	bottom: -8px;
	right: -7px;
	background: url('../images/pipe-middle.png') no-repeat left top;
	z-index: 10;
}

.range-left,
.range-right {
	float: left;
	width: 50%;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	color: #484646;
	font-weight: 900;
	padding: 30px 0 10px 0;
	line-height: 1.2em;
}

.range-inner2 h3 {
	padding: 30px 0 10px 0;
}

#range table {
	border-collapse: collapse;
	margin: auto; 
}

#range table td {
	vertical-align: top;
	text-align: left;
	padding: 5px 15px 5px 5px;
}

/*------------------------------------
CONTACT
------------------------------------*/

#contact {
	float: left;
	position: relative;
	width: 100%;
	background: #f4f4f4;
	border-top: 1px solid #e9e9e9;
	padding-bottom: 53px;
}

.contact-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 53px 20px 0 20px;
}

.contact-info,
.contact-form {
	float: right;
	width: 50%;
}

.contact-info iframe {
	width: 100%;
	height: 350px;
}

.map-link {
	color: #0000FF;
	text-align: left;
}

.contact-info-inner {
	padding: 0 0 0 30px;
}

.contact-form-inner {
	padding: 0 30px 0 0;
}

/* Form */

#form {
 width: 100%;
}

#form input,
#form textarea {		
	resize: none;
	font-family: Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #e8e8e8;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#form input {
	width: 100%;
	height: 38px;
	padding: 0 10px 0 10px;
	margin: 0 0 20px 0;
}

#form div.input-val input {
	margin: 0 0 8px 0;
}

#form textarea {
	width: 100%;
	height: 155px;
	padding: 10px;
	margin: 0 0 17px 0;
	overflow: auto;
}

#form input:focus,
#form textarea:focus {
  border-color: #7d7d7d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 125, 125, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 125, 125, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 125, 125, 0.6);
}

#form input::-ms-clear,
#form textarea::-ms-clear {
	width : 0;
  height: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b3b2b2;
}

input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666565;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b3b2b2;
}


#form input.validate-error,
#form textarea.validate-error {
	border: 1px solid #da0a1e !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 10, 30, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 10, 30, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(218, 10, 30, 0.6);
}

#form small {
	display: block;
	clear: both;
	font-size: 0.875em;
	margin: 0 0 0 3px;
}

#form form { font-family: Arial, sans-serif; margin: 0; padding: 0; }

#form em {
  text-decoration: none;
	font-size: 1em;
  font-style:  normal;
  font-weight: bold;
  color: #000000;
}

#form em.error, #form form em { font-size: 1em; font-style: normal; font-weight: 600; color: #FF0000; }
#form .error { margin-bottom: 15px; }

#form .input, #form .input-val { float: left; }
#form select    { width: 250px; }

#form .input { width: 100%; }

#form input.submit {
	width: auto;
	border: none;
	color: #ffffff;
	font-size: 13px;
	line-height: normal;
	padding: 11px 19px;
	text-decoration: none;
	margin: 20px 4px;
	margin-bottom: 5px;
	background: #313131;
	border-radius: 6px;
	box-shadow: 0 1px 5px rgba(0,0,0,.44);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}
#form input.submit:hover, #form input.submit:focus { background: #5f5f5f; }

#form img { margin: 8px 0 0 5px; }

.contact-details {
	padding: 20px 30px 0 30px;
}

.contact-details div {
	padding-bottom: 10px;
	font-size: 1.0625em;
	text-align: center;
}


/*------------------------------------
FOOTER
------------------------------------*/

footer {
	clear: both;
	min-height: 200px;
	background: #f5f5f5 url('../images/footer-bg.gif') repeat-x left top;
	font-family: 'Raleway', sans-serif;
	color: #d2d2d2;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px #fff;
	font-size: 1em;
	font-weight: 800;
	padding: 30px;
}

/*------------------------------------
RESPONSIVE
------------------------------------*/

@media screen and (max-width: 1400px) {

.cycle-slideshow {
	position: relative;
	height: auto;
	overflow: hidden;
}

.cycle-slideshow img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}

}

@media screen and (max-width: 1060px) {
	
.top-nav-inner {
	width: auto;
}

.overview-inner {
	width: auto;
	margin: 0 auto;
	padding: 23px 20px 25px 20px;
}

.range-inner {
	width: auto;
	margin: 0 auto;
	padding: 53px 20px 53px 20px;
	text-align: center;
}

.contact-inner {
	width: auto;
	margin: 0 auto;
	padding: 53px 20px 0 20px;
}

}

@media screen and (max-width: 900px) {

nav a {
	padding: 0 25px 0 25px;
}

}

@media screen and (max-width: 750px) {

nav a {
	padding: 0 15px 0 15px;
}


h2 {
	font-size: 25px;
	padding: 0 0 35px 0;
}

.range-inner {
	padding: 33px 0 33px 0;
}

.range-left,
.range-right,
.range-bottom {
	float: none;
	width: auto;
	padding: 0 20px 0 20px;
}

.pipe-top div span,
.pipe-bottom div span {
	position: absolute;
	width: 55%;
	height: 58px;
}

.pipe-top div {
	width: 100%;
}

.pipe-top div:first-child,
.pipe-top div:first-child span  {		
	display: none;
	background: none;
}

.pipe-bottom div {
	width: 100%;
}

.pipe-bottom div:last-child,
.pipe-bottom div:last-child span  {		
	display: none;
	background: none;
}

.pipe-top div span p {		
	width: 7px;
	left: 0;
}

.pipe-top div span p,
.pipe-bottom div span p {		
	width: 7px;
	right: 0;
}

.contact-info,
.contact-form {
	float: none;
	width: auto;
}

.contact-info-inner,
.contact-form-inner {
	padding: 0;
}

.contact-info iframe {
	height: 250px;
}

.map-link {
	display: none;
}

.contact-form {
	padding-top: 40px;
}

footer {
	min-height: inherit;
}

}

@media screen and (max-width: 680px) {

.top-nav {
	position: absolute;	
}

.top-nav-inner {
	height: 80px;
}

#menu-icon {
	display: block;
	position: absolute;
	top: 15px;
	left: auto;
	right: 20px;
	width: 50px;
	height: 45px;
	background: url('../images/icon-menu.png') no-repeat 10px 10px;
	background-size: auto 25px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;	
	border-color: transparent;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	-webkit-user-select: none;       
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	z-index: 2000;
	border: 1px solid transparent;
}

#menu-icon.active {
	background: url('../images/icon-menu.png') no-repeat -42px 10px;
	background-size: auto 25px;
}

nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

nav ul {
	display: none;
	position: absolute;
	width: auto;
	height: auto;	
	top: 100%;
	left:0;
	right: 0;
	padding: 0;
	margin: 0;
	background: #ffffff;
	z-index: 1;
	opacity: .96;
	line-height:normal;
}

nav ul li {
	margin: 0;
}

nav li a {
	display: block;
	height: 20px;
	padding:15px !important;
	color: #181818;
	text-align: center;
	line-height: normal;
}

nav ul.nav-active {
	display: block;
	height: 20px;
}

#product-range,
#contact-us {
	top: 0;
}

}

@media screen and (min-width: 681px) {
	
nav ul {
	display: block !important;
}
	
}

@media screen and (max-width: 400px) {
	
.top-nav-inner img {
	width: auto;
	height: 30px;
	margin-top: 25px;
}

nav ul {
		white-space: normal;
}

nav li {
		display: block;
		float: left;
		width: 33.33%;
		height: 100%;
}

nav a span {
	display: none;
}

nav a span + span {
	display: block;
}

.overview-inner div {
	background: none;
	padding: 0;
}

}
