/* Reset ============================================================= */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Main page styles ================================================== */
body {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

html {
	background:url(../img/textures/shapes2.jpg) left top repeat;
}

.floatfix {
	position:relative;
	overflow:hidden;
}

.container {
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
	clear:both;
	overflow:visible;
}

div.divider {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	height:14px;
	margin-top:15px !important;
}

div.bigdivider {
	clear:both;
	width:100%;
	border-top:1px solid #000;
	height:29px;
	margin-top:30px !important;
}

.dt-only {
	display:block;
}

.mobile-only {
	display:none;
}

div.header {
	background:url(../img/textures/shapes1.jpg) top left repeat;
}

#logo {
	padding:15px 0 5px 0;
}

div.topcontact {
	width:100%;
	font-size:24px;
	font-family:'hamburgerheavenregular', Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	font-weight:bold;
	letter-spacing:1px;
}

div.toptel {
	width:100%;
	padding-bottom:25px;
}

div.navrow {
	position:relative;
	z-index:12;
	background:#f42c3b;
}

div.halfempty {
	height:20px;
	clear:both;
}

div.empty {
	height:20px;
	clear:both;
}

div.bigempty {
	height:40px;
	clear:both;
}

div.fs {
	width:100%;
	height:100vh;
}

div.row {
	clear:both;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	overflow:hidden;
}

.picleft {
	float:left;
	margin:0 20px 20px 0;
	clear:left;
}

.picright {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}

.left {
	float:left;
}

.right {
	float:right;
}

img {
	border-style:none;
}

img.fitimg {
	width:100%;
	height:auto !important;
}

hr {
	color:#bc7346;
}

.addtop {
	margin-top:20px !important;
}

.addbottom {
	margin-bottom:20px !important;
}

div.has-shadow {
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.center-shadow {
	background:url(../img/shadow.png) center top no-repeat;
}

.shadowed {
	background:url(../img/tiling-shadow.png) left top repeat-x;
}

.bottomshadowed {
	background:url(../img/tiling-shadow-bottom.png) left bottom repeat-x;
}

.textured {
	background:url(../img/textures/shapes1.jpg) left top repeat;
}

.bordered {
	border:1px solid #000;
}

.dotted {
	border:1px dotted #000;
}

.padded {
	padding:15px;
}

.white {
	background:#fff;
}

.gray {
	background:#f2f2f2;
}

.topborder {
	border-top:2px solid #000;
}

.bottomborder {
	border-bottom:2px solid #000;
}

.thintopborder {
	border-top:1px solid #000;
}

.thinbottomborder {
	border-bottom:1px solid #000;
}

.thindashedborder {
	border-bottom:1px dashed #000;
}

.rounded {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}

.dashed {
	border:1px dashed #000;
}

/* Form styles ================================================== */
input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
	padding:5px 10px;
}

#submit {
	font-size:24px;
	padding:10px 15px;
}

#comments {
	width:450px;
	height:175px;
	padding:8px;
}

/* Link styles ================================================== */
a:link, a:visited, a:active {
	color:#f42c3b;
	text-decoration:none;
}

a.button {
	padding:6px 18px 8px 18px;
	text-decoration:none;
	font-variant:small-caps;
	font-size:18px;
	background:#f42c3b;
	color:#fff;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

a.button:hover {
	background:#000;
}

/* Text styles ================================================== */
@font-face {
    font-family: 'hamburgerheavenregular';
    src: url('../fonts/HAMBH___-webfont.eot');
    src: url('../fonts/HAMBH___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HAMBH___-webfont.woff') format('woff'),
         url('../fonts/HAMBH___-webfont.ttf') format('truetype'),
         url('../fonts/HAMBH___-webfont.svg#hamburgerheavenregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4 {
	font-family:'hamburgerheavenregular', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

td,div,p {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

h1 {
	font-size:60px;
	line-height:60px;
}

h2 {
	font-size:48px;
	line-height:48px;
}

h3 {
	font-size:36px;
	line-height:36px;
}

h4 {
	font-size:30px;
	line-height:30px;
}

span.contactnumbers {
	font-size:34px;
	font-weight:normal;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.padded h3, .padded p {
	padding-top:0;
	margin-top:0;
}

.centered {
	text-align:center;
}

.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}

/* Column styles ================================================== */
div.quarter, div.half, div.three-quarters, div.fifth, div.two-fifths, div.three-fifths, div.four-fifths {
	float:left;
	margin-right:20px;
	position:relative;
}

div.quarter {
	width:225px;
}

div.half {
	width:470px;
}

div.three-quarters {
	width:715px;
}

div.two-thirds {
	float:left;
	margin-right:21px;
	width:633px;
	position:relative;
}

div.third {
	float:left;
	margin-right:21px;
	width:306px;
	position:relative;
}

div.fifth {
	width:176px;
}

div.two-fifths {
	width:372px;
}

div.three-fifths {
	width:568px;
}

div.four-fifths {
	width:764px;
}

div.last {
	margin-right:0 !important;
}

/* Sticky footer styles ================================================== */
#wrap {
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

#main {
	overflow:auto;
	padding-bottom:50px;
}  /* must be same height as the footer */

div.footer {
	position:relative;
	margin-top:-50px; /* negative value of footer height */
	height:50px;
	clear:both;
	background:#000;
	border-top:2px solid #f42c3b;
}

div.footercontent {
	overflow:visible;
	position:relative;
}

.copyright {
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, sans-serif;
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
	z-index:50;
}

.copyright a {
	color:#fff;
	text-decoration:none;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
	div.widecontainer, div.quarter, div.third, div.fifth, div.half, div.three-quarters, div.two-thirds, div.two-fifths, div.three-fifths {
		width:100%;
		clear:both;
		height:auto !important;
	}
	
	div.container {
		width:96%;
		margin:0 2%;
		clear:both;
	}
	
	div.quarter, div.third, div.fifth, div.half, div.three-quarters, div.two-thirds, div.two-fifths, div.three-fifths {
		margin-bottom:20px;
	}

	h1 {
		font-size:48px;
		line-height:48px;
	}
	
	h2 {
		font-size:36px;
		line-height:36px;
	}
	
	h3 {
		font-size:30px;
		line-height:30px;
	}
	
	h4 {
		font-size:24px;
		line-height:24px;
	}
	
	.dt-only {
		display:none;
	}
	
	.mobile-only {
		display:block;
	}
	
	.picleft, .picright {
		float:none;
		clear:both;
		width:100%;
		margin:20px 0;
	}
	
	.copyright {
		text-align:center;
		left:0;
		width:100%;
	}
	
	#comments {
		width:350px;
	}
}