	body {
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #ffffff;
		line-height: 20px;
		letter-spacing: 1.5px;
		background: #000000;
		overflow-x: hidden;
	}
	
	#map {
		height: 500px !important;
	}
	
	.name {
		width: 50%;
		float: left;
		position: relative;
		text-align: center;
		font-family: 'Fjalla One', sans-serif;
		font-size: 44px;
		letter-spacing: 8px;
		color: #ffffff;
		font-weight: 400;
		z-index: 999;
		height: 30px;
		line-height: 30px;
	}
	
	.menu {
		width: 25%;
		float: left;
		position: relative;
		text-align: right;
		z-index: 999;
		height: 30px;
		font-size: 30px;
		color: #ffffff;
	}
	
	.crossout {
		position: absolute;
		text-align: right;
		z-index: 999;
		height: 30px;
		font-size: 30px;
		color: #ffffff;
		right:45px;
		top:43px;
	}
	
	.social {
		width: 25%;
		float: left;
		position: relative;
		text-align: left;
		z-index: 999;
		height: 30px;
		display: inline-block;
		
	}
	
	.socialicon { 
		width:40px;
		height:40px;
		border: 2px solid #ffffff;
		background-color: transparent;
		vertical-align: middle;
		text-align: center;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
	}
	
	.socialicon img {
		height: 14px;
		width: auto;
		display: inline-block;
		vertical-align: middle;
		margin-top: 11px;
	}
	
	.socialicon:hover {
		border: 2px solid #7cc400;
		background-color: #7cc400;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
	}
	
	.cd-primary-nav {
  		position: fixed;
  		left: 0;
  		top: 0;
  		height: 100%;
  		width: 100%;
  		background: rgba(0,0,0,.9);
    		padding: 40px;
    		margin: 0;
    		list-style-type:none;
    		text-align: center;
    		font-family: "Fjalla One", sans-serif;
    		text-transform: uppercase;
    		visibility: hidden;
    		opacity: 0;
    		-o-transition: all .5s ease-in-out;
  		-moz-transition: all .5s ease-in-out;
  		-webkit-transition: all .5s ease-in-out;
  		transition: all .5s ease-in-out;
	}

	.is-visible {
		opacity: 1;
  		-o-transition: all .5s ease-in-out;
  		-moz-transition: all .5s ease-in-out;
  		-webkit-transition: all .5s ease-in-out;
  		transition: all .5s ease-in-out;
  		visibility: visible;
  		z-index: 9999;
  		padding: 40px;
	}
	
	.cd-header {
  		position: absolute;
  		top: 0;
  		left: 0;
  		background: transparent;
  		height: 80px;
  		width: 100%;
  		transition: background-color 0.3s;
		}
 
	.cd-header.is-fixed {
  		position: fixed;
  		top: -80px;
  		background-color: rgba(2, 23, 37, 0.96);
  		transition: transform 0.3s;
	}
 
	.cd-header.is-visible {
  		transform: translate3d(0, 100%, 0);
	}
    	
    	.navstyle {
    		list-style-type:none;
    		padding: 6% 0 0 0;
    		margin: 0;
    	}
    	
    	.navli {
    		margin-bottom: 40px;
    	}
    	
    	.nava {
    		font-family: "Fjalla One", sans-serif;
    		font-size: 40px;
    		color: #ffffff;
    		letter-spacing: 3px;
    		text-decoration: none;
    		font-weight: 400;
    		line-height: 34px;
    		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
    	}
    	
    	.nava:hover {
    		color: #7cc400;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out; 
    		text-decoration: none;
    	}
    	
    	.nav-container {
    		width: auto;
    		margin: 0;
    		padding: 0;
    		height: 0;
    	}
    	
    	.navbar {
    		min-height: 40px !important;
    		border: 0 !important;
    	}
    	
    	.navbar-etune {
    		margin-bottom: 0;
    		border-bottom: 1px solid rgba(255,255,255,.3);
    		background-color: #000;
	}
    	
    	@media(min-width:768px) {
    		.navbar-etune {
        		padding: 40px;
        		border-bottom: 0;
        		letter-spacing: 1px;
        		background: 0 0;
        		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        		transition: background .5s ease-in-out,padding .5s ease-in-out;
    		}

    		.navbar-etune.top-nav-collapse {
        		padding: 14px 40px;
        		border-bottom: 0 !important;
        		background: rgba(0, 0, 0, .5);
        		height: 68px;
    		}
	}
    	
    	.etune-logo {
    		width: 150px;
    		height: 65px;
    		background-image: url('../img/etune-logo.svg');
    		background-size: cover;
    		position: relative;
    		margin: 0 auto;
	}
	
	@media(min-width:768px) {	
		.etune-logo.collapse {
    			width: 143px !important;
    			height: 40px !important;
    			background-image: url('../img/etune-logo-collapsed.svg') !important;
    			background-size: cover;
    			position: relative;
    			margin: 0 auto;
    			display: block !important;
		}
	}
	
	.arrowdown-wrap {
		position: fixed;
    		right: 0;
    		left: 0;
    		bottom: 0;
    		z-index: 1030;
    		text-align: center;
    		opacity: 1;
		-webkit-transition: opacity .5s ease-in-out;
    		-moz-transition: opacity .5s ease-in-out;
    		transition: opacity .5s ease-in-out;
	}
	
	.arrowdown { 
		width:40px;
		height:40px;
		position: relative;
		margin: 40px auto;
    		z-index: 1030;
		border: 2px solid #ffffff;
		background-color: transparent;
		vertical-align: middle;
		text-align: center;
	}
	
	.arrowdown img {
		height: 9px;
		width: 15px;
		display: inline-block;
		vertical-align: middle;
		margin-top: 11px;
		-webkit-transform: translateY(0px);
    		transform: translateY(0px);
    		-webkit-animation: bounce 2s ease 0s infinite;
    		animation: bounce 2s ease 0s infinite;
	}
	
	.arrowdown-fade {
		opacity: 0 !important;
		transition-delay: 0 !important;
		transition-duration: .5s !important;
		-webkit-transition: opacity .5s ease-in-out !important;
    		-moz-transition: opacity .5s ease-in-out !important;
    		transition: opacity .5s ease-in-out !important;
	}

	
	@-webkit-keyframes bounce {
 		0% {-webkit-transform: translateY(0);} 
 		25% {-webkit-transform: translateY(5px);}
 		50% {-webkit-transform: translateY(0);}
 		75% {-webkit-transform: translateY(5px);}
 		100% {-webkit-transform: translateY(0);}
	}
 
	@-moz-keyframes bounce {
 		0% {-webkit-transform: translateY(0);} 
 		25% {-webkit-transform: translateY(5px);}
 		50% {-webkit-transform: translateY(0);}
 		75% {-webkit-transform: translateY(5px);}
 		100% {-webkit-transform: translateY(0);}
	}
 
	@-o-keyframes bounce {
 		0% {-webkit-transform: translateY(0);} 
 		25% {-webkit-transform: translateY(5px);}
 		50% {-webkit-transform: translateY(0);}
 		75% {-webkit-transform: translateY(5px);}
 		100% {-webkit-transform: translateY(0);}
	}
	
	@keyframes bounce {
 		0% {-webkit-transform: translateY(0);} 
 		25% {-webkit-transform: translateY(5px);}
 		50% {-webkit-transform: translateY(0);}
 		75% {-webkit-transform: translateY(5px);}
 		100% {-webkit-transform: translateY(0);}
	}
	
	
	.slider {
		background-image: url(../img/slider.png);
    		background-repeat: no-repeat;
    		background-position: center center;
    		-webkit-background-size: cover;
    		-moz-background-size: cover;
    		-o-background-size: cover;
    		background-size: cover;
    		width: 100%;
    		min-height: 650px;
	}
    	


	
	.section {
		padding: 40px;
		background-image: url('../img/grungebg.png');
		background-repeat: repeat-y;
		text-align: center;
		display: inline-block;
		width: 100%;
	}
	
	.vehicle {
		width: 100%;
		height: 500px;
		margin-bottom: 40px;
		background-size: cover;
		background-position: center;
		padding-top: 137px;
	}
	
	.vehicle h1 {
		margin-bottom: 32px !important;
	}
	
	.vehicle-specs {
		text-align: center;
		list-style-type: none;
		padding: 0;
    		margin-bottom: 32px;
	}
	
	.spec {
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #ffffff;
		height: 30px;
		line-height: 30px;
		letter-spacing: 1.5px;
	}
	
	.spec b {
		font-weight: 600;
	}
	
	.spec-icon {
		height: 14px;
		width: auto;
		padding-right: 10px;
    		margin-bottom: 2px;
	}
	
	h1 {
		font-family: "Fjalla One", sans-serif;
		font-size: 40px;
		text-transform: uppercase;
		margin: 0 0 40px 0;
		line-height: 40px;
		letter-spacing: 3px;
		font-weight: 400;
	}
	
	.white-button {
		height: 40px;
		border: 2px solid #ffffff;
		background-color: transparent;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0 12px;
		letter-spacing: 1.5px;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
    		color: #ffffff;
    		line-height: 38px;
    		display: inline-block;
    		text-decoration: none;
	}
	
	.white-button:hover {
		border: 2px solid #7cc400;
		background-color: #7cc400;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
    		color: #ffffff;
	}
	
	.white-button-large {
		height: 100px;
		border: 2px solid #ffffff;
		background-color: transparent;
		font-family: "Fjalla One", sans-serif;
		font-size: 40px;
		font-weight: 400;
		text-transform: uppercase;
		width: 100%;
		padding: 0;
		letter-spacing: 3px;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
    		display: block;
    		color: #ffffff;
    		text-decoration: none;
    		line-height: 98px;
	}
	
	.white-button-large:hover {
		border: 2px solid #7cc400;
		background-color: #7cc400;
		cursor: pointer;
		color: #ffffff;
		text-decoration: none;
		-webkit-transition: all .3s ease-in-out;
    		-moz-transition: all .3s ease-in-out;
    		transition: all .3s ease-in-out;
	}
	
	.lefty{
		width: 50%;
		padding-right: 20px;
		float: left;
		position: relative;
	}
	
	.righty{
		width: 50%;
		padding-left: 20px;
		float: left;
		position: relative;
	}
	
	footer {
		padding: 100px 0 0 0;
		background-image: url('../img/grungebg.png');
		background-repeat: repeat-y;
		text-align: center;
		width: 100%;
		height: 500px;
	}
	
	footer a {
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		font-weight: 300;
		color: #ffffff;
		line-height: 20px;
		letter-spacing: 1.5px;
	}
	
	footer a:hover {
		color: #7cc400;
		font-weight: 600;
		cursor: pointer;
	}
	
	.email-us-wrap {
		padding: 100px 40px 0 40px;
		background: transparent;
		width: 100%;
		z-index: 999;
		display: inline-block;
    		position: relative;
    		height: 380px;
	}
	
	.email-us {
		width: 100%;
		height: 300px;
		padding: 40px;
		background: #000000;
	}
	
	.map-wrap {
		width: 100%;
		height: 500px;
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 0;
		bottom: 0;
	}
	
	.page-header {
		width: 100%;
		height: 372px;
		padding: 205px 0 0 0;
		margin: 0;
		border: 0;
	}
	
	h2 {
		text-align: center;
    		font-family: 'Fjalla One', sans-serif;
    		font-size: 80px;
    		color: #7cc400;
    		font-weight: 400;
    		margin: 0;
    		line-height: 80px;
	}
	
	
	
	