@charset "UTF-8";
/* CSS Document */

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,
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;
}

/* []|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[] GLOBAL STYLES []|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[] */

@font-face {
    font-family: "KlavikaCHB";
    src: url("../fonts/KlavikaCH-Bold.ttf");
}

body {
	font-family: helvetica, arial, Tahoma, Geneva, sans-serif;
	background-color: #fbfbfb;
}

h1 {
    color: #505050;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 28px;
    margin-bottom: 0px;
    padding-left: 10px;
}

h2 {
    color: #505050;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 22px;
    margin-bottom: 5px;
}

h3 {
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 10px;
}

h4 {
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

hr {
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 0;
    margin: 5px 0;
    width: 100%;
}

.yellow {
	color: #f4b900;
}

.blue {
	color: #07c;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.buffer10 {
	padding: 10px;
}

.buffer20 {
	padding: 20px;
}

strong {
	font-weight: bold;
}

/* []|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[] THE WRAPPER []|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[] */

.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* []|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[] STRUCTUAL ELEMENTS []|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[]|[] */

/* -------------------------------------------------------------- Header Content */

header {
	background-color: rgba(0,0,0,0.8);
	height: 60px;
	width: 100%;
	box-shadow: 0 0 5px #000;
	position: fixed;
	z-index: 20;
}

#logo {
	padding-top: 7px;
	float: left;
}

nav {
    float: left;
    font-family: "KlavikaCHB",Helvetica,Arial;
    margin-left: 40px;
    margin-top: 22px;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	color: #f4b900;
	list-style: none;
}

nav ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

nav ul li a:hover {
	color: #f4b900;
}

#signin {
    background-color: #505050;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    color: #fff;
    float: right;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 14px;
    margin-top: -1px;
    padding: 21px 10px 5px;
	cursor: pointer;
}

#search {
    float: right;
    padding-top: 16px;
}

#search input {
    background-color: #fafafa;
	background-image: url(../images/searchglass.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
    border-color: #444 #ddd #ddd #444;
    border-radius: 17px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    height: 20px;
    width: 200px;
}

/* -------------------------------------------------------------- Heroimage Content */

#heroimage {
    padding-top: 60px;
    position: relative;
    width: 100%;
	margin-bottom: 10px;
}

#heroimage img {
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------- Vehicle Carousel Content */

#vehicles {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee',GradientType=0 );
	border-bottom: 1px solid #b5b5b5;
    height: 124px;
    overflow: hidden;
    padding: 0 0 5px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
}

.vehicleselect {
    border-right: 1px solid #ccc;
    color: #505050;
    cursor: pointer;
    font-family: KlavikaCHB,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 3px 6px 3px 3px;
}

/*.vehicleselect {
	font-family: KlavikaCHB, Arial, Helvetica, sans-serif;
	color: #505050;
	margin: 0 10px;
	font-size: 16px;
	padding: 3px;
	cursor: pointer;
}*/

.vehicleselect:hover {
	background-color: #ececec;
	border-radius: 5px;
	box-shadow: 0 0 0px 3px #f4b900 inset !important;
}

#vehicles .active {
	background-color: #ececec;
	border-radius: 5px;
	box-shadow: 0 0 0px 1px #b5b5b5 inset;
}

.gas {
    border-top: 1px solid #777;
    color: #777;
    font-size: 26px;
    padding-top: 3px;
}

.hwy {
    color: #777;
    font-size: 12px;
    font-style: italic;
    margin-left: 54px;
    margin-top: -10px;
}

.arrow-left {
    background: url(../images/leftarrow.jpg) no-repeat scroll left top;
    height: 40px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 12px;
    z-index: 20;
	cursor: pointer;
}

.arrow-right {
    background: url(../images/rightarrow.jpg) no-repeat scroll left top;
    height: 40px;
    right: 0;
    position: absolute;
    top: 40px;
    width: 12px;
    z-index: 20;
	cursor: pointer;
}

#pagination {
	width: 100%;
	height: 10px;
	padding: 10px 0 0;
}

/* -------------------------------------------------------------- Quick Search */

#quicksearch {
	float: left;
	width: 30%;
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee',GradientType=0 );
	border-bottom: 1px solid #b5b5b5;
	position: relative;
	font-family: KlavikaCHB, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #505050;
	padding-bottom: 10px;
}

#quicksearch select {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    border: 1px solid #aaa;
    border-radius: 8px;
    color: #505050;
    font-family: helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    padding: 5px;
    width: 100%;
	-webkit-appearance: none;
	margin-bottom: 10px;
}

#quicksearch select::after
{
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

#quicksearch select option {
	font-weight: normal;
	font-size: 13px;
}

#quicksearch input {
    float: left;
    height: 25px;
    width: 45%;
}

#quicksearch .cta {
    background-color: #f4b900;
    color: #fff;
    float: right;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 33px;
    line-height: 36px;
    text-align: center;
    width: 47%;
}

#quicksearch .cta:hover {
	background-color: #505050;
	cursor: pointer;
}

/* -------------------------------------------------------------- Messaging */

#messaging {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee',GradientType=0 );
    border-bottom: 1px solid #b5b5b5;
    color: #505050;
    float: right;
    font-family: KlavikaCHB,helvetica,arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 164.5%;
    position: relative;
    width: 68%;
}

#messaging li {
    list-style-image: url("../images/arrow.png");
    list-style-position: inside;
    padding-left: 2%;
}

#messaging li:nth-child(2n) {
	background-color: rgba(0,0,0,0.05);
}

/* -------------------------------------------------------------- Inventory Styles */

#inventory {
	padding-top: 70px;
}

#searchinventory {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee',GradientType=0 );
    border-bottom: 1px solid #b5b5b5;
	float: left;
	width: 20%;
	text-align: center;
	color: #505050;
}

#searchinventory h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#searchinventory h3 {
    margin-top: 0px;
}

.model {
    display: inline-block;
    margin-left: 3%;
    width: 40%;
}

.model:hover {
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 0 0 1px #f4b900 inset;
}

.mbuffer {
	padding: 1px 3px;
}

.model img {
	width: 100%;
	height: 100%;
}

.modeltitle {
	font-family: klavikaCHB, helvetica, arial, sans-serif;
	font-size: 13px;
}

.filtersection {
	margin-bottom: 10px;
}

.filtersection select {
	width: 100%;
}

.extcolor {
    border: 1px solid #bbb;
    display: inline-block;
    margin: 1.5%;
    width: 23%;
}

.extcolor img {
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------- Listings Side */

#listingcontainer {
	background: #fbfbfb;
	background: -moz-linear-gradient(top,  #fbfbfb 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fbfbfb 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fbfbfb 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee',GradientType=0 );
    border-bottom: 1px solid #b5b5b5;
    float: right;
    width: 78.5%;
	position: relative;
}

#sortby {
    border-bottom: 1px solid #ccc;
    color: #505050;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    width: 100%;
}

#sortby select {
	float: right;
}

#listingcontainer .listing:nth-child(odd) {
	background-color: rgba(0,0,0,0.03);
}

.listing {
	width: 100%;
	margin-bottom: 10px;
}

.listingheader {
	width: 100%;
}

.listingtitle {
	 font-family: klavikachb,helvetica,arial,sans-serif;
	 font-size: 22px;
	 color: #505050;
	 float: left;
}

.price {
    color: #dd0000;
    float: right;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 22px;
    text-align: right;
}

.price .small {
	font-size: 16px;
	text-decoration: line-through;
	color: #505050;
}

.listingbody {
	width: 100%;
}

.listingphoto {
	width: 32%;
	float: left;
}

.listingphoto img {
	width: 100%;
	height: 100%;
}

.listingdatacell {
	width: 32%;
	margin: 0 2%;
	float: left;
}

.listingdatacell ul {
	margin: 0;
	padding: 0;
}

.listingdatacell li {
    font-size: 14px;
    list-style: outside none none;
    padding: 2.7% 0;
	color: #505050;
}

.listingdatacell li:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

.listingdatacell h3 {
	margin: 0;
}

.buf {
	padding: 0 10px;
}

.listingincentives {
	width: 32%;
	float: right;
	position: relative;
}

.yousave {
    background-image: url("../images/tag.png");
    background-position: left center;
    color: #505050;
    font-family: klavikachb,helvetica,arial,sans-serif;
    padding: 7px 2.5%;
    text-align: right;
    width: 95%;
}

.views {
    color: #505050;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 14px;
    padding: 12px 4px;
    text-align: right;
}

.daysleft {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    color: #505050;
    font-family: klavikachb,helvetica,arial,sans-serif;
    margin-bottom: 18px;
    padding: 12px 5px;
    text-align: right;
}

.share {
    color: #505050;
    font-family: klavikachb,helvetica,arial,sans-serif;
    padding: 5px 5px 0;
    text-align: right;
	display: none;
}

.viewvehicle {
    background-color: #f4b900;
    color: #fff;
    display: block;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}

.viewvehicle:hover {
    background-color: #505050;
    color: #fff;
}

/* -------------------------------------------------------------- Vehicle Details */

#vehicledetails {
	padding-top: 60px;
}

#vehicletitle {
	font-family: klavikachb,helvetica,arial,sans-serif;
	font-size: 30px;
	padding-top: 10px;
	color: #505050;
}

#price {
	float: right;
	font-size: 20px;
}

.finalprice {
	font-size: 30px;
	color: #f4b900;
}

#vehiclephoto {
	float: left;
	width: 65%;
}

#vehiclephoto img {
	width: 100%;
	height: 100%;
}

#rightphoto {
	float: right;
	width: 33%;
	border-top: 1px solid #ccc;
}

#rightphoto h2 {
	margin-top: 18px;
}

#photogallery img {
    height: 23.9%;
    width: 23.9%;
	cursor: pointer;
}

#vehiclecontent {
	width: 100%;
}

#vehicleglance {
	width: 100%;
}

#vehicleglance .cell {
    border-right: 1px solid #ccc;
    color: #777;
    float: left;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    width: 19.5%;
}

.big {
	font-family: klavikachb,helvetica,arial,sans-serif;
	font-size: 30px;
	color: #000;
}

#vehicledata {
	float: left;
	width: 65%;
}

#mathbox {
	float: right;
	width: 33%;
	background-color: #505050;
	color: #fff;
}

#hot {
	float: left;
	width: 59%;
}

#not {
	float: right;
	width: 39%;
}

#vehiclecontent ul {
	margin: 20px;
	font-size: 14px;
}

#left {
	width: 49%;
	float: left;
}

#right {
	width: 49%;
	float: left;
	border-right: 1px solid #ccc;
}

#vehiclecontent li {
	line-height: 20px;
}

#vehiclecontent li a {
	color: #f4b900;
}

#vehiclecontent li a:hover {
	color: #505050;;
}

#mathbox h2 {
	color: #fff;
}

#mathbox p {
	margin-top: 20px;
	font-style: italic;
}

#mathbox .cta {
    background-color: #f4b900;
    color: #fff;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 28px;
    height: 44px;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
	display: block;
	text-decoration: none;
}

#mathbox .cta:hover {
	color: #505050;
	background-color: #fff;
	cursor: pointer;
}

#mathbox li {
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 22px;
    line-height: 28px;
    list-style: outside none none;
	display: flex;
}

#mathbox li .name {
	order: 1;
}

#mathbox li .dots {
	flex-grow: 1;
    order: 2;
    overflow: hidden;
    text-align: center;
}

#mathbox li .value {
	order: 3;
}

#availability {
    background-color: #777;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

/* -------------------------------------------------------------- Location */

#location {
	padding-top: 70px;
	width: 100%;	
}

/* -------------------------------------------------------------- Index2 */

#container {
	padding-top: 60px;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  /*margin-bottom: 40px;
  font-family: klavikachb,helvetica,arial,sans-serif;
  font-size: 30px;*/
}
section.module p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 850px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  /*color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;*/
}
section.module.parallax-1 {
  background-image: url("../images/bg3.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/bg4.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/bg5.jpg");
}

#login {
    background-color: rgba(255, 255, 255, 0.97);
    border: 5px solid #fff;
    box-shadow: 0 0 10px #000;
    display: none;
    height: 400px;
    left: 50%;
    margin-left: -205px;
    margin-top: -200px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 400px;
    z-index: 400;
}

#login .close {
    background-color: #505050;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
}

#login h1 {
	padding-left: 0;
}

.form {
	text-align: left;
	width: 350px;
	margin: 10px auto;
}

.formrow {
	margin-bottom: 5px;
}

.form .label {
	float: left;
	line-height: 26px
}

.form input {
    float: right;
    height: 20px;
    width: 185px;
}

#login .cta {
    background-color: #f4b900;
    color: #fff;
    display: inline-block;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 32px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

#login .cta:hover {
	color: #fff;
	background-color: #505050;
	cursor: pointer;
}

#benefits {

    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    height: 310px;
    left: 0px;
    margin-top: 70px;
    position: absolute;
    text-align: left;
    width: 450px;
}

#benefits h1 {
	font-size: 60px;
}

#benefits ul {
    font-size: 30px;
    line-height: 52px;
    margin-left: 30px;
}

#benefits hr {
	border-bottom: 1px solid #000;
}

#selection {
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    height: 30px;
    left: 5px;
    line-height: 30px;
    position: absolute;
    text-align: left;
    top: 360px;
}

#selection h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    text-shadow: 3px 3px 3px #000;
}

#welcome {
    left: 0;
    position: absolute;
    text-align: center;
    top: 110px;
    width: 940px;
}


#welcome h1 {
	color: #505050;
	padding: 0;
	font-size: 50px
}

#welcome h2 {
    color: #505050;
    font-size: 42px;
    line-height: 30px;
    padding: 0;
}

#welcome .cta {
    background-color: #f4b900;
    color: #fff;
    display: block;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 24px;
    height: 42px;
    line-height: 46px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

#welcome .cta:hover {
	color: #505050;
	background-color: #fff;
	cursor: pointer;
}

#scrolldown {
    bottom: 0;
    left: 50%;
    margin-bottom: 100px;
    margin-left: -50px;
    position: absolute;
}

.leftp {
	float: left;
	width: 40%;
}

#video {
    border: 4px solid #fff;
    box-shadow: 0 0 10px #000;
    display: block;
	cursor: pointer;
	float: right;
	width: 539px
}

#black {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	display: none;
}

#third .cta {
    background-color: #f4b900;
    color: #fff;
    display: block;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 24px;
    height: 42px;
    line-height: 46px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

#third .cta:hover {
	color: #505050;
	background-color: #fff;
	cursor: pointer;
}


/* -------------------------------------------------------------- Footer */

footer {
    background: #505050;
	background: -moz-linear-gradient(top,  #505050 0%, #323232 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#323232));	
	background: -webkit-linear-gradient(top,  #505050 0%,#323232 100%);
	background: -o-linear-gradient(top,  #505050 0%,#323232 100%);
	background: -ms-linear-gradient(top,  #505050 0%,#323232 100%);
	background: linear-gradient(to bottom,  #505050 0%,#323232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#323232',GradientType=0 );
    color: #fff;
    margin-top: 30px;
    min-height: 200px;
    padding-bottom: 30px;
    width: 100%;
}

footer .module {
	width: 25%;
	float: left;
}

footer .module q {
    display: inline-block;
    font-family: klavikachb,helvetica,arial,sans-serif;
    font-size: 18px;
    font-stretch: condensed;
    font-style: italic;
    font-weight: lighter;
    line-height: 26px;
    margin-bottom: 20px;
	color: #ccc;
}

footer .module p {
    font-family: helvetica,arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
	color: #ccc;
}

footer input {
    border: 0 none;
    box-shadow: 0 0 0 1px #777 inset;
    display: inline;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 3px 0;
    width: 100%;
}

footer .module .cta {
    background-color: #f4b900;
    color: #fff;
    font-family: KlavikaCHB,Helvetica,Arial,sans-serif;
    font-size: 18px;
    height: 33px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

footer .module .cta:hover {
	color: #505050;
	background-color: #fff;
	cursor: pointer;
}

footer .socialmedia {
	cursor: pointer;
}

footer #footerbar {
    border-top: 1px solid #ccc;
    color: #ccc;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
}

footer #footerbar ul {
	margin: 0;
	padding: 0;
}

footer #footerbar li {
	display: inline-block;
	color: #f4b900;
	list-style: none;
}

footer #footerbar a {
	display: inline-block;
	color: #ccc;
	text-decoration: underline;
}