body{
	background-image: url(../images/background.jpg);
}

h1, h2, h3, h4, h5, h6{
	font-family: ThirstyRoughLtThr, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f5821f;
}

h2{
	font-size: 50px;
	border-bottom: 2px solid #f5821f;
	margin-bottom: 20px;
}

a, a:hover, a:active, a:visited{
	color: #f5821f;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

header{
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	float: left;
}

#slider{
	width: 100%;
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.3);
}

#slider img{
	width: 100%;
}

.banner{
	width: 100%;
}

.intro{
	font-size: 30px;
	line-height: 120%;
	margin: 20px 0 0 0;
}

#logo{
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 60px;
	top: -25px;
	padding: 20px;
	z-index: 999;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
}

#logo img{
	width: auto;
}

.title{
	text-align: center;
	margin-top: 20px;
}

#triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #f5831f transparent;
	position: absolute;
	top: -25px;
	left: 30px;
	z-index: -1;
}

.content{
	background-color: #fff;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.5);
	margin-top: 70px;
}

.header img{
	width: 100%;
}

h1.heading{
	text-align: center;
	color: #fff;
	font-size: 70px;
	margin-bottom: 100px;
}

h1.heading.sub{
	margin: 30px 0;
}

h1.heading.sub::first-letter {
    font-size: 100px;
}
 
h1.heading .overunder{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 15px 0 0 0;
}

h1.heading .ampersand{
	font-size: 120px;
	position: relative;
	bottom: -16px;
}

.ripple-top{
	height: 8px;
	width: 100%;
	background: url(../images/ripple-top.png) repeat-x;
	position: absolute;
	top: -8px;
	left: 0;
}

.ripple-bottom{
	height: 8px;
	width: 100%;
	background: url(../images/ripple-bottom.png) repeat-x;
	position: absolute;
	bottom: -8px;
	left: 0;
}

.action-image{
	margin-top: -100px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.action-image h3{
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 3px #333;
	font: 38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.action-image h3 .distress{
	font-family: ThirstyRoughLtThr, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 50px;
}

.action-image img{
	width: 100%;
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);
}

.imgcol img{
	width: 100%;
}

.navarea li, .navarea ul{
	margin: 0;
	padding: 0;
}

.navarea ul{
	position: relative;
	right: 50%;
	float: right;
}

.navarea li{
	list-style: none;
	float: left;
	position: relative;
	left: 50%;
	display: inline-block;
}

.navarea li a{
	color: #fff;
	font-size: 22px;
	padding: 7px 20px;
	background: url(../images/splitter.png) right repeat-y;
}

.navarea li:hover > a{
	text-decoration: none;
	background-color: #f5821f;
}

.navarea li a.last{
	background-image: none;
}

.navarea li ul {
	position: absolute;
	left: -999em;
	background-color: #f5821f;
	right: auto;
	width: 200px;
	z-index: 999;	
}

.navarea li ul li{
	left: auto;
	width: 100%;
}

.navarea li ul a{
	background-image: none;
	width: 100%;
	display: inline-block;
}

.navarea li ul li a:hover{
	background-color: #fff;
	color: #f5821f;
}

.navarea li:hover ul {
	left: auto;
}

.navarea li:hover ul, .navarea li.sfhover ul {
	left: auto;
}

hr{
	border-top: 2px solid #f5821f;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 20px 0 20px 0;
}

.clear{
	clear: both;
}

.product-col{
	text-align: center;
	padding: 40px;
	color: #f5821f;
}

.product-col hr{
	border-top: 1px dashed #f5821f;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
.split{
	clear: both;
	border-bottom: 2px solid #f5821f;
}

.product-col img{
	width: 100%;
}

.footer{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

.footer .title{
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.action-image{
		margin-top: auto;
	}
	
	h1.heading .overunder{
		border: none;
	}
	
	h1.heading{
		margin-bottom: 40px;
	}
	
	.intro{
		font-size: 26px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#logo img{
		width: 100px;
	}
	
	.action-image{
		margin-top: auto;
	}
	
	h1.heading .overunder{
		border: none;
	}
	
	h1.heading{
		margin-bottom: 40px;
	}
	
	.intro{
		font-size: 22px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

	
	h1.heading.sub::first-letter {
	    font-size: 60px;
	}
	
	h1.heading.sub{
		margin-top: 180px;
		font-size: 40px;
	}
	
	.action-image{
		margin-top: auto;
	}
	
	h1.heading .overunder{
		border: none;
	}
	h1.heading .ampersand{
		font-size: 60px;
		bottom: -5px;
	}
	
	h1.heading{
		margin-bottom: 40px;
		margin-top: 180px;
		
		font-size: 40px;
	}
	
	.action-image h3{
		width: auto;
		font-size: 20px;
		margin-left: 40px;
	}
	
	.action-image h3 .distress{
		font-size: 25px;
	}
	
	.intro{
		font-size: 18px;
	}
	
	.title img{
		width: 100%;
	}	
}