	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
		
		body {
			 font-size: 1.2em;
			 font-family: "Open Sans", sans-serif;
			 color: #2c343b;
			 background-color: #333;
			 }

		a{
			text-decoration: none;
			color: #ee9407;
		}
			
		a:hover{
				color: #444;
			}
			
		img {
			max-width: 100%;}
			
			
			.full ul{
			font-family: "Open Sans", sans-serif;
			line-height: 160%;
			font-size: 1.2em;
			}
			
			.full li{
			margin-bottom: 10px;
			}

	/* Header Items */

		#logo{
			display: inline-block;
			margin-top: 0;
			padding: 10px 20px;
			margin-bottom: 10px;
			
			}
			
		#logo a{
			color: #111;}
			
			.header{
			background: url(../img/bg.jpg) no-repeat;
			margin-top: -10px;
			max-height: 150px;
			}
			
		.navbar{
			width: 100%;
			height: 50px;
			background-color: #111;
			margin-top: -60px;}
			
		.phone {
			float: right;
			padding: 20px;
			font-size: 1.3em;
			}	
			
			.phone h3{
			font-family: "Open Sans", sans-serif;
			margin-bottom: 5px;
			color: #000;
			}
			
			.phone h1{
			font-family: "Open Sans", sans-serif;
			font-weight: 700;
			margin-top: 10px;
			color: #111;
			}
		
		.quote{
			float: right;}	
		
/* Navigation Menu */

		#nav
		{
			width: 100%;
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			margin-left: auto;
			margin-right: auto;
			z-index: 999;
			
			}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
				list-style-type: none;
			}
				#nav li a
				{
					color: #fff;
					display: block;
					text-decoration: none;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #333;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3em; 
				background-color: #111;
				
			}
				#nav > ul > li
				{
					width: 20%; /*value depends on how many top level menu items */
					height: 100%;
					margin: 0 auto;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1em; 
						line-height: 2.8em; 
						text-align: center;
						letter-spacing: 1px;
						font-weight:700;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #333;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #333;
						}


				/* second level */

				#nav li ul
				{
					background-color: #111;
					display: none;
					position: absolute;
					top: 100%;
					z-index: 999;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1.em; 
							border-top: 1px solid #333;
							font-weight: bold;
							padding: 1em; 
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #666;
							}

							
/* Reusable Elements */
		
		.container {
			max-width: 1300px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px 0;
			background-color: #fff;
		}		
		
		.clearfix::after{
			content: '';
			display: table;
			clear: both;
		}
		
		.onethird{
		width: 26%;
		margin: 1%;
		padding: 1%;
		float: left;
		
		}
		
		.full{
		width: 96%;
		margin: 1%;
		padding: 1%;
		
		}
		
		.full p{
		margin-bottom: 10px;
		}
		
		.full h2{
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase; 
		letter-spacing: 1px;
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 10px;
		}
		
		.onefourth{
		width: 21%;
		margin: 1%;
		padding: 1%;
		float: left;
		}
		
		.onehalf{
		width: 48%;
		margin: 1%;
		float: left;
		}
		
		.twothirds{
		width: 61%;
		padding: 30px;
		margin: 1%;
		float: left;
		}
		
		.right {
		text-align: right;
		margin-top: -15px;
		}		
		
		.onefourthlast{
		width: 21%;
		margin: 1%;
		padding: 1%;
		float: left;
		margin-top: -100px;
		}


		.btn {
		  display: inline-block;
		  padding: 15px 18px;
		  margin-top: .8em;
		  margin-bottom: 20px;
		  background-color: #ee9407;
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  color: #ffffff;
		  text-transform: uppercase;
		  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
		}


		.btn:hover {
		  background-color: #111;
		  color: #fff;
		}
		
		.icons {
		color: #ee9407;}
		
		
		

/* Typography */

	.intro h1{
		font-size: 2em; 
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase; 
		letter-spacing: 3px; 
		font-weight: 800;
		text-align: center;
		margin-top: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
		}
	
	.intro h3{
		margin: 10px 0 30px 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2em;
		text-align: center;
		font-weight: 400;
		color: #f03e30;
		}
	
	.intro p {
		font-size: 1em; 
		font-family: 'Open Sans', sans-serif;
		line-height: 1.5em;
		}
	
	.container p {
		font-size: 1em; 
		font-family: 'Open Sans', sans-serif;
		line-height: 1.5em;
		}

	.boldheading{
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		font-size: 1.8em;
	}	

	.lightheading{
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
	}
	
	.phone p{
		font-family: 'Open Sans', sans-serif;
		font-weight:700;
		color: #444;
		font-size: 1em;
	}
	
	.onethird h2, .twothirds h2 {
		font-size: 1.4em;
		font-family: "Open Sans", sans-serif;	
		font-weight: 700;
		margin-top: 20px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccc;
		}	
		
		.twothirds h1 {
		font-size: 1.4em;
		font-family: "Open Sans", sans-serif;	
		font-weight: 700;
		}	

	.onefourth h2{
		font-size: 1.3em;
		font-family: "Open Sans", sans-serif;	
		font-weight: 700;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
		color: #ee9407;
			}
			
			
			.onethird h3{
			font-family: "Open Sans", sans-serif;
			margin-bottom: -5px;
			font-weight: 700;
			margin-top: 10px;
			}
		
	.onethird p, .twothirds p{
		font-size: 0.9em;
		line-height:1.5em;
		font-family: "Open Sans", sans-serif;
		color: #2c343b;
		padding: 15px 0 15px 0;
		}	
	
	.bold{
	font-weight: 700;
	}
	
	
	/* Slider */
	
	.banner {
		position: relative;
		width: 100%;
		overflow: auto;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		color: rgba(255,255,255,.6);
		text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
	}
	
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		height: 450px;
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	.banner h1, .banner h2 {
		font-size: 40px;
		font-family: 'Open Sans', sans-serif;
		line-height: 52px;
		margin-top: 15%;
		text-align: center;
		color: #fff;
		text-shadow:  0 1px 2px rgba(0,0,0,.9);
		font-weight: 700;
	}
	
	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	
		
	}
		.banner .btn:hover {
			background: rgba(0,0,0,.8);
			color: #fff;
		}
		
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}
	
	
	
	/* Form */
	
	
	label {   
		display:block;
		letter-spacing:2px;
		color: #16a3d2;
	}


	form {
    margin:0 auto;
	max-width: 100%;

	}


	input, textarea, file {
		width: 80%;
		height:5px;
		background-color:#fafafa;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		padding: 15px;
		margin: 20px 0 0 0;
		font-size:0.9em;
		color:#3a3a3a;
		font-family: 'Open Sans', sans-serif;
		max-width: 90%;
		
	}

	input:focus, textarea:focus {
		border:1px solid #ee9407;
	}

	
	textarea 
	{
		height:80px;
		background-color: #fafafa;
		font-family: 'Open Sans', sans-serif;

	}



	#submit {
		display: inline-block;
		padding: 15px 10px 35px 10px;
		width: 130px;
		margin-top: 1em;
		background-color: #ee9407;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 1px;
		color: #fff;
		border: none;
		text-transform: uppercase;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		transition: background-color 0.2s;
		border-radius: 0px;
	}

	#submit:hover {
		color:#fff;
		background-color: #111;
		

	}
	
	/* Footer */
	
	.footer {
		width: 100%;
		background-color: #111;
		font-family: 'Open Sans', sans-serif;
		font-size: 0.8em;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 30px;
		padding: 20px 0;
	}
	
	.footerwrapper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
	/*Icons */
	
	.facebook {
	margin: 10px 5px;
	padding: 8px 15px;
	font-size: 1.2em;
	background-color: #ee9407;
	color: #fff;}
	
	.facebook:hover{
	background-color: #3b5998;}
	
	.twitter{
	margin: 10px 5px;
	padding: 8px 12px;
	font-size: 1.2em;
	background-color: #ee9407;
	color: #fff;}
	
	.twitter:hover {
	background-color:#00aced;}
	
	.gplus{
	margin: 10px 5px;
	padding: 8px 12px;
	font-size: 1.2em;
	background-color: #ee9407;
	color: #fff;}
	
	.gplus:hover{
	background-color:#d34836;}
	
	
	/* Back to Top */
	.cd-top {
	  display: inline-block;
	  height: 40px;
	  width: 40px;
	  position: fixed;
	  bottom: 40px;
	  right: 10px;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  /* image replacement properties */
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  background: rgba(238, 148, 7, 0.9) url(../img/top-arrow.png) no-repeat center 50%;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  -moz-transition: opacity .3s 0s, visibility 0s .3s;
	  transition: opacity .3s 0s, visibility 0s .3s;
	  z-index: 1;
	}
	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	  transition: opacity .3s 0s, visibility 0s 0s;
	}
	.cd-top.cd-is-visible {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
	.cd-top.cd-fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  opacity: .7;
	}
	.no-touch .cd-top:hover {
	  background-color: #ee9407;
	  opacity: 1;
	}


/* Media queries */

		@media only screen and ( max-width: 1000px ) 
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}
		

		
		
		@media only screen and ( max-width: 768px ) {
		
		.onethird, .onefourth, .twothirds, .onehalf{
		width: 90%;
		padding: 3%;
		}
		
		.phone{
		display:none;
		}
		.onethird img{
				margin-left: 20%;
				}
				
				.onethird h2{
				text-align: center;}
		
		.onefourth span{
			margin-left: 40%;
		}
		
		.onefourthlast{
		margin-top: 0px;
		width: 100%;
		}
		
		
		
		}
		
		
		.footerwrapper {
		padding: 0 20px;
		}
		
		
		
		@media only screen and ( max-width: 640px)
		{
			html
			{
				font-size: 75%;
			}
			
		
			.onefourth span{
			margin-left: 30%;
		}
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em;
					height: 3.125em; 
					text-align: left;
					text-indent: -9999px;
					background-color: #111;
					position: relative;
					
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level nav*/

			#nav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #333;
						}


				/* second level nav */

				#nav li ul
				{
					position: static;
					padding: 1.25em;
					padding-top: 0;
				}
				
				.onethird img{
				margin-left: 10%;
				}
				
				.right{
				text-align:left;
				margin-top: 10px;}
				
			
		}
		
		@media only screen and (min-width: 1000px) {
  .cd-top {
    right: 20px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  }
		