/* -------------------------------------------------------------- */

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, font, 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,
caption, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: auto;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#mainlogo{
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, h7{
line-height: 40px;
margin-top: 10px;
margin-bottom: 10px;
}

.type-post h1 {
	text-align:left !important;
	
}

h1{
	font-size: 28px;
    text-transform: uppercase;
    color: #B9E123;
    text-align: center;
	margin-bottom: 0px !important;
}

h5{
	color:white;
	
}

p{
margin-top: 10px;
margin-bottom: 10px;
font-family: 'open sans';
font-size:18px;
}

#feedback { 
  height: 104px; 
  width: 104px; 
  position: fixed; 
  top: 40%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a { 
    display: block;
    background: rgb(40,40,40);
    height: 30px;
    width: 70px;
    padding: 3px 18px 0px 10px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    transition: all 500ms ease;
}

#feedback a:hover { 
  background: #B9E123; 
}

.error{
    color: red;
    font-size: 12px;
    font-family: 'Open Sans', Sans Serif;
    position: absolute;
    margin-top: 33px;
}

#maindesc{
	margin-bottom: 12px;
}

.mobi{
	display:none;
}

.cantfind{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 14px;
position: absolute;
margin-top: 424px;
margin-left: 152px;
}

a.cantfind{
color: rgb(45, 66, 55);
}

a.cantfind:hover{
color: rgb(185, 225, 35);
}


.condense{
    width: 380px;
    margin-top: -90px;
    position: absolute;
}

.BLdesc{
	position:absolute;
	margin-top: 388px;
	width: 420px;
}

.BLdesc2{
	position:absolute;
	margin-top: 400px;
	width: 420px;
}

.nameid{
    position: absolute;
    margin-top: -30px;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    margin-left: -427px;	
}

.BLpar{
	width:854px;
	margin-top:-10px;
	}

.modeldeets{
	width: 200px;
	float: right;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 20px;
	text-align: center;
	padding-right: 20px;
	border: 1px solid rgb(60, 60, 60);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a{
	text-decoration:none;
	color: rgb(195, 231, 83);
}
a:hover{
	text-decoration:none;
	color:#FFFFFF;
}

a.blink:hover{
	text-decoration:none;
	color: rgb(54, 56, 57);
	}
	

.clear{
	clear:both;
}
.none{
	display:none;
}
html, body {
    width: auto;
    height: auto;
    padding: 0px;
    position: relative;
}

body{
	background:rgb(20,20,20);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:white;
   	font-size:24px;
	line-height:30px;
	width:100%;
	margin:0;
}
#header,#container,#footer{
	width:100%;
}
#header{
	border-top:19px solid #B9E123;
	padding: 0 0 15px;
	background-color: rgb(40,40,40);
	padding: 0 0 0px;
}
.top-tips{
	color:#626262;
	font-size:22px;
	text-align:center;
	padding:0 40px;
}
.box-wrap{
	-webkit-border-image: url(../images/box.png) 24 0 27 0/24px 0 28px 0 stretch;
	border-image: url(../images/box.png) 24 0 27 0/24px 0 28px 0 stretch;
	border-width: 24px 0px 28px;
	background:#15a018;
}
.box{
	width:600px;
	margin:0 auto;
	padding:10px 0;
}
.box .title{
	color:#fff;
	font-weight:bold;
	font-size:25px;
	text-align:center;
	margin:10px 0 30px;
}
.box .title img{
	vertical-align:middle;
}
.box .title.nocontent{
	margin-bottom:10px;
}
.home .box .title{
	margin-bottom:10px;
}
.box label{
	float:left;
	vertical-align:middle;
	line-height:88px;
	width:143px;
	color:#f9a8d8;
}
.home .box label{
	line-height:100px;
}
.box label.sg{
	font-weight:bold;
	color:#fff;
	font-size:30px;
	margin-right:20px;
	width:auto;
}
.input-wrap{
	float:left;
	padding:10px;
	background:#dfdfdf;
	-webkit-border-radius:7px;
	border-radius:7px;
	margin-left:15px;
}
.home .input-wrap{
	padding:18px;
	-webkit-border-radius:12px;
	border-radius:12px;
	margin-left:5px;
}
.input-wrap textarea,
.input-wrap input[type="email"],
.input-wrap input[type="number"],
.input-wrap input[type="text"]{
	width:510px;
	height:25px;
	line-height:25px;
	font-size:25px;
	font-weight:bold;
	padding:20px 22px;
	border:1px solid #676868;
	font-family:Helvetica;
	-webkit-box-shadow:inset -3px 5px 8px #8c8a8b;
	box-shadow:inset -3px 5px 8px #8c8a8b;
	float:left;
	vertical-align:middle;
}
.input-wrap input[readonly]{
	background:#15a018;
	color:#fefefe;
	box-shadow:none;
	border:0;
	width:375px;
}
.input-wrap textarea{
	height:220px;
}
.input-wrap input.short{
	width:150px;
}
.select-wrap{
	float:left;
    /**
	background-image: -webkit-linear-gradient(top, #fff 0%, #d2d2d2 100%);
	background-image: linear-gradient(top, #fff 0%, #d2d2d2 100%);
	-webkit-border-radius:12px;
	border-radius:12px;
	border:2px solid #fff;
	border-width:1px 2px 3px;
    */
	position:relative;
}
.select-wrap select{
    position: relative;
    display: block;
	width:440px;
	height:65px;
	font-size:25px;
	padding:18px 82px 18px 22px;
    border: 2px solid #B9E123;
 	-webkit-border-radius:12px;
	background: url('/images/drop1.jpg') no-repeat right 1px #ff0000);
	/*opacity:0;*/
	/*position:absolute;*/
}

.alertdiv {
    position: relative;
    display: block;
}

.alertfont{
	font-size: 14px;
	}


.clicktocalldiv{
width: 116px;
overflow: hidden;
float: right;
height: 29px;
margin-top: 8px;
}

.iconcol{
float: left;
width: 31.3%;
padding: 0px 1%;
text-align:center;
min-height: 400px;
}

.clicktocalldiv:hover .clicktocallimg{
margin-left:-116px;
}

.callback {
    width: 19% !important;
	float:none !important;
	border-radius:5px;
	border: solid 2px black !important;
	background-color: white;
	color: rgb(70,70,70);
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    margin-top: 9px;
    font-weight: 300; 
	text-align:center;
}

.callback::-webkit-input-placeholder {
	text-align:center;
}
.callback::-moz-placeholder { /* Firefox 18- */
	text-align:center;
}
.callback::-moz-placeholder {  /* Firefox 19+ */
	text-align:center;   
}
.callback::-ms-input-placeholder {  
   	text-align:center;
}

.callback-submit {
    width: 19% !important;
    cursor: pointer;
    border: solid 2px black;
    font-family: 'Oswald',sans-serif;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Oswald';
    background-color: black;
    margin: 0px;
    padding: 4px 0 4px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #B9E123;
    transition: all 500ms ease;
    max-height: 41px;
}

.callback-submit:hover{
	background-color:black;
    color: #B9E123;
}


div.button {
    position:relative;
}
div.button a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none;
    z-index:10;
    background-color:white;
    opacity: 0;
    filter: alpha(opacity=1);
}

.button {
	display:inline-block;
	border-style: solid;
    border-color: black ;
	border-width: 2px;
	border-radius: 5px;
	padding: 5px 20px;
	text-align: center;
    text-transform: uppercase;
	font-size: 18px;
	color: black;
	font-family: 'oswald';
	font-weight: bold;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	margin: 0 auto;
	min-width: 150px;
	background-color: transparent;
}


.button:hover {
	background-color: black;
	color: #B9E123;
}

div.button-green {
    position:relative;
}
div.button-green a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none;
    z-index:10;
    background-color:white;
    opacity: 0;
    filter: alpha(opacity=1);
}

.button-green {
	display:inline-block;
	border-style: solid;
    border-color: #B9E123 ;
	border-width: 2px;
	border-radius: 5px;
	padding: 5px 20px;
	text-align: center;
    text-transform: uppercase;
	font-size: 18px;
	color: #B9E123;
	font-family: 'oswald';
	font-weight: bold;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	margin: 0 auto;
	width: 154px;
	background-color: transparent;
}


.button-green:hover {
	background-color: #B9E123;
	color: black;
}

.custom-background {
	background-color: rgb(20,20,20) !important;
	
}

.maindiv{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 1px 0;
}

.section-dark {
	background-color: rgb(20,20,20);
	width:100%;
	min-height:300px;
	
}

.section-light {
	background-color: rgb(40,40,40);
	width:100%;
	min-height:300px;
	
}

.section-green{
	background-color: #B9E123;
	width:100%;
	min-height:290px;
	
}

.section-green-call { 
	background-color: #B9E123;
	width:100%;
    min-height: 200px;
}

.section-green-call h1{
	color:rgb(20,20,20);
	
}

.section-green-call p{
	color:rgb(20,20,20);
	
}


.section-green h1{
	color:rgb(20,20,20);
	
}

.section-green p{
	color:rgb(20,20,20);
	
}

.section-testimonials {
	background-image: url('/images/testimonials-bg.jpg');
	width:100%;
	min-height:300px;
	
}
.header-image-container {
	width:100%;
	padding:0;
	background-color:rgb(20,20,20);
	text-align: center;
	width: auto;
}

.home-icons {
	text-align:center;
	max-width:100px;
	height:auto;
	margin-bottom:20px;
	
}

.logo {
    float: left;
    max-width: 62%
}

.call-now-header {
	float: right;
    vertical-align: top;
    text-align: right;
    margin-top: 30px;
    width: 190px;
	
}

#valuation-tool {
	padding: 30px 0;
	
}

.content-width {
    width: 854px;
    margin: 0px auto;
    max-width: 92%;
    position: relative;
    padding: 70px 0px;
	
}

.content-width-logo {
    width: 854px;
    margin: 0px auto;
    position: relative;
    padding: 0px;
	
}

.content-width-icons {
    margin: 0px auto;
    max-width: 92%;
    position: relative;
    padding: 50px 0px;
	
}

.content-width-call {
    width: 854px;
    margin: 0px auto;
    max-width: 92%;
    position: relative;
    padding: 40px 0px;
}


.content-width p,
.content-width h5,
.content-width img {
	text-align:center;
	margin: 0 auto;
	position: relative;
	
}

.maindivbot{
	width:854px;
	position:relative;
	left:50%;
	margin-left:-427px;
	padding: 40px 0;
}

.formdiv{
    position: relative;
    width: 430px;
    min-height: 640px;
    margin: 30px auto;
    background-color: rgba(0,0,0,0.8);
    padding: 10px 20px;
    text-align: center;
}
.formdiv img {
	
	margin: 0 auto;
}

.formdivcontact{
    position: relative;
    width: 430px;
    min-height: 428px;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.8);
	padding: 10px 20px;
	text-align: center;
}
.formdivcontact img {
	
	margin: 0 auto;
}

.formdiv2{
	min-height: 460px;
}

.bookdiv{
	position:relative;
	left:46%;
	width:457px;
	padding-top:48px;
	min-height: 367px;
}


.process{
	position:relative;
	margin-top: 10px;
    margin-bottom: 7px;
}

.maindrop{
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color:rgb(45,66,55);
	position:relative;
	width:330px;
	float:right;
	margin-top: 0;
	padding: 2px 5px;
	border: solid 2px #B9E123;
    background: url('/images/drop-down.png') no-repeat 300px 17px black;
    color: #B9E123;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
}

.mainlabel{
	position:relative;
	display: inline-block;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	line-height: 54px;
    color: #B9E123;
}

.maininput{
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	color:rgb(45,66,55);
	position:relative;
	width:325px;
	float:right;
	margin-top: 9px;
	font-weight:300;
}

.mininput{
       font-size: 24px;
       font-family: 'Oswald',sans-serif;
       color: #B9E123;
       position: relative;
       width: 147px;
       font-weight: 300;
       padding: 0;
       margin: 0;
	   border: solid 2px #B9E123;
	   background: url('/images/drop-down.png') no-repeat 300px 17px black;
	   background-color:black;
}

.inputdivright{
       float: right;
}

.secondinput{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #B9E123;
    position: relative;
    width: 260px;
    float: right;
    margin-top: 9px;
    font-weight: 300;
    border: solid 2px #B9E123;
    background-color: black;
	
}

.mainsubmit{
	cursor: pointer;
    font-family: 'Oswald',sans-serif;
    border: solid 2px #B9E123;
	border-radius:5px;
    min-width: 256px;
    font-size: 20px;
    font-family: 'Oswald';
    margin-top: 9px;
    background-color: #B9E123;
    margin: 9px 0 5px;
    padding: 10px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(20,20,20);
	transition: all 500ms ease;
}

.mainsubmit:hover{
	background-color:black;
    color: #B9E123;
}

.wideformat{
	position:relative;
	height:auto;
	width:100%;
	min-height: 400px;
    margin: 0px 0 0px 0;
}

.dot-overlay {
	width:100%;
	height: auto;
	background-image: url('/images/dot-grid-2x2.png');
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
}

.contentwidth{
	display: block;
    position: relative;
    width: 84%;
    padding: 10px 8%;
    margin: 0 auto;
}
.centeralign{
	text-align: center;
}

.mainimage1{
	background-color:rgb(20,20,20);
	background-image: url('/images/home-car-valuation-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}
.mainimage2{
	background-color:rgb(20,20,20);
	background-image: url('/images/home-car-valuation-background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
}
.mainimage3{
	background-color:rgb(246,246,246);
	background-image: url('/images/background-03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.mediaopt{
	}


.showvalue{
    /*
	width:400px;
	height:25px;
	display:block;
	line-height:25px;
	font-size:25px;
	padding:20px 22px;
	float:left;
	background:url(../images/drop.png) no-repeat right 4px;
	color:#000;
    */
    display: none;
}
.showvalue.disabled{
	color:#919191;
}
.novin .select-wrap{
	margin-left:70px;
	margin-bottom:20px;
}
.box p{
	margin:5px 0 5px;
}
.box p img{
	margin-left:143px;
	border:3px solid #dcdcdc;
	margin-bottom:20px;
}
.box strong{
	font-weight:bold;
	color:#fff;
	font-size:32px;
	line-height:40px;
	display:block;
	text-align:center;
	margin:10px 0 20px;
}
.box input[type="radio"]{
	margin-left:140px;
	vertical-align:middle;
	width:56px;
	height:56px;
    /**
    border: none;
    background: #15a018 url(../images/radio-off.png) no-repeat;
    */
}
.box input[type="radio"]:checked{
    /**
    background: url(../images/radio-on.png) no-repeat;
    */
}
.box .label{
	color:#fff;
	margin-left:10px;
}
.cardetail{
	padding:10px;
	background:#f0f0f0;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#696969;
	line-height:50px;
}
.cardetail span{
	margin-right:15px;
}
.cardetail img{
	float:right;
	border:3px solid #e0e0e0;
	margin-left:40px;
}
.box h4{
	color:#f9a8d8;
	line-height:40px;
	font-size:30px;
}
.carvalue{
	-webkit-border-radius:14px;
	border-radius:14px;
	line-height:116px;
	text-align:center;
	color:#696969;
	font-size:60px;
	background:#f0f0f0;
}
.carvalue span{
	color:#cdcdcd;
}
.cardetail:after,
#copyright:after,
.steps:after,
.box p:after{
	content: ""; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.box p.submitarea{
	text-align:center;
	margin:15px 0 0;
}
.submitarea input[type="submit"]{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(42%, #dfdfdf), color-stop(48%, #ccc8c8), color-stop(100%, #ffffff));
    background-color: #424242;
	border:0;
	font-size:35px;
	line-height:35px;
	padding:18px 0;
	width:540px;
	text-align:center;
	-webkit-border-radius:26px;
	border-radius:26px;
	color:#464646;
	font-weight:bold;
	font-family:Helvetica;
	-webkit-box-shadow:0 3px 5px #62334f;
	cursor:pointer;
}
.back{
	clear:both;
	text-align:center;
}
.back a{
	color:#15a018;
	font-weight:bold;
	border-bottom:2px solid #15a018;
	padding-bottom:2px;
	display:inline-block;
}
.items{
	width:90%;
	margin:30px 5%;
	background:#15a018;
	-webkit-border-radius:10px;
}
.item{
	height:100px;
	margin:0 1px;
	border-bottom:1px solid #fff;
	line-height:100px;
	padding-left:4%;
	color:#fde6f4;
	font-size:26px;
	background:url(../images/arrow.jpg) no-repeat 95% center;
}
.item a{
	color:#fde6f4;
	display:block;
    height: 100%;
	padding-left:54px;
    overflow: hidden;
}
.item a.howitwork{
	background:url(../images/icon-1.png) no-repeat left center;
}
.item a.testimonials{
	background:url(../images/icon-2.png) no-repeat left center;
}
.item a.faqs{
	background:url(../images/icon-3.png) no-repeat left center;
}
.item a.contact{
	background:url(../images/icon-4.png) no-repeat left center;
}
.formunder{
	padding:0 10%;
}
.formunder ol{
	list-style:decimal;
	margin:20px 20px 30px 40px;
	color:#15a018;
}
.formunder ol span{
	color:#7e7e7d;
}
.formunder p{
	margin:5px 0 25px;
}
.steps{
	min-height:10px;
}
.step-title{
	color:#15a018;
	font-size:32px;
	font-weight:bold;
	margin:5px 0 10px;
}
.column{
	width:50%;
	margin:0 0%;
	float:left;
	font-size:16px;
	line-height:28px;
}
.greybox{
	background:#f2f2f2;
	padding:15px 10px;
	-webkit-border-radius:16px;
	border-radius:16px;
	margin-bottom:25px;
}

.formunder h3{
	color:#000;
	font-weight:bold;
	font-size:32px;
	line-height:40px;
	margin-bottom:20px;
}

#ctabar1{
	width:100%;
	background-color: #B9E123;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 0;
}

.ctabar1{
	width:100%;
	background-color: #B9E123;
	padding: 20px 0;
	text-align: center;
}

#greybar2{
	height:80px;
	width:100%;
	background-color: rgb(20,20,20);
	border-top: 2px solid rgb(205,205,205);
}

#citybar{
	height:auto;
	width:100%;
	background-color: #B9E123;
	border-top: 2px solid rgb(205,205,205);
	color: rgb(20,20,20);
	padding: 20px 0;
}

#citybar ul li{
	padding: 0 30px;
	display:inline-block;
}
#citybar ul li a{
    color: rgb(20,20,20) !important;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

#citybar ul {
	margin:0 auto;
	text-align:center;
	max-width: 1124px;
}

ul.location-menu li {
	display: inline-block;
    min-width: 32%;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    font-family: 'open sans';
}


#cityviewmore{
	display: block;
    position: relative;
    margin: 10px auto;
    width: 170px;
    font-family: 'oswald';
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
	text-align: center;
    border: 2px solid black;
    padding: 5px 0;
    border-radius: 5px;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}
#cityviewmore:hover{
	background-color: black;
	color: white;
}

#citymore{
	display: none;
}

	
#footerbar{
	background-color: rgb(40, 40, 40);
	width:100%;
}

#footerbar p {
	font-size:14px;
}

#footerwidth{
	position:relative;
	width:854px;
	left:50%;
	margin-left:-427px;
}
#parent{
	width:100%;
	overflow:hidden;
	padding:5px;
}
.footer-location{
	display: block;
	width: 230px;
	height: 150px;
	background-image: url("/images/location.jpg");
	border: 1px solid white;
}

.infowindow p{
	color: rgb(20,20,20);
}

#col1{
	padding:15px 10px;
	float:left;
	min-height:100px;
	width:285px;
	text-align: left;
}

#col2{
	padding: 15px;
	float: left;
	min-height: 100px;
	width: 230px;
	text-align: left;
}

#col3{
	padding:10px;
	float:left;
	min-height:100px;
	width: 250px;
}

#col4{
	padding:10px;
	float:left;
	min-height:100px;
	width: 250px;
}

#fbcol5{
	width: 285px;
	height: 378px;
	float: left;
	margin: 10px 0;
}

.fheader{
	font-family:'Oswald',Sans Serif;
	font-weight:400;
	font-size:17px;
	color: rgb(205,205,205);
}


#footerwidthcred{
	position:relative;
	width:854px;
	left:50%;
	margin-left:-427px;
	clear:both;
	font-size:12px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px; 
}

.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
.alignrightfbook{
	position: relative;
	float:right;
	}

#footer a{
	color:#fff;
}
#footer p{
	margin:0 40px;
}
#copyright{
	padding:55px 60px 0;
}
#copyright img{
	vertical-align:middle;
}
#copyright img:first-child{
	float:left;
	margin-top:15px;
}
#copyright img:last-child{
	float:right;
}
.empty{
	height:100px;
}

.toptext {
	text-align:center;
	background-color: rgb(20,20,20);
	padding: 1px 0;
}

.toptext h4 {
	color:#B9E123;
	
}

.feedbacktext{
    max-width: 256px;
    min-width: 256px;
    font-size: 24px;
    font-family: 'Oswald',sans-serif;
    position: relative;
    width: 259px;
    float: right;
    margin-top: 9px;
    font-weight: 300;
    color: #B9E123;
    background-color: black;
    border: solid 2px #B9E123;
}

.ifknowntext{
     font-size: 12px;
     font-family: 'Open Sans',sans-serif;
     position: absolute;
     margin-top: 35px;
     margin-left:-2px;
}

.aboutdiv{
width: 854px;
position: relative;
margin: 0 auto 30px;
}

.aboutpoint{
	margin: 17px 0px;
	padding: 15px;
    background-color: rgb(20,20,20)
}
.abouticon{
float: left;
margin: 6px 20px 6px 6px;
}

.aboutdiv1{
width: 411px;
float: left;
padding: 8px;
}

.aboutdiv2{
width: 411px;
float: left;
padding: 8px;
}

.profilesurround{
padding: 5px;
margin: 0 auto;
width: 400px;
border-radius: 5px;
text-align: center;
}

.profilepic{
border-radius:5px;
}

.caption{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 14px;
display: block;
margin-top: -4px;
}

.aboutdescription{
margin-top: 0px;
display: block;
}

.howcol{
float: left;
width: 31.3%;
padding: 0px 1%;
}

.howimg{
width: 100%;
height: auto;
border-radius: 5px;
margin: 15px 0px;
}

.howit1{
background: rgb(223,247,133);
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 20px 0px 0px 20px;
}

.howit1:before{
content: " ";
display: block;
position: absolute;
width: 0px;
height: 0px;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid rgb(223,247,133);
margin-left: 31.29%;
margin-top: 0px;
}

.howit2{
background: rgb(206,240,71);
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 20px 0px 0px 20px;
}

.howit2:before{
content: " ";
display: block;
position: absolute;
width: 0px;
height: 0px;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
border-left: 30px solid rgb(206,240,71);
margin-left: 31.29%;
margin-top: 0px;
}

.howit3{
background: rgb(185,225,35);
height: 100px;
line-height: 100px;
text-align: center;
border-radius: 20px 20px 20px 20px;
}

.howit1 p, .howit2 p, .howit3 p{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 30px;
    color: rgb(40,40,40);
    font-family: 'oswald';
    font-weight: 700;
    text-align: left;
    padding: 0 10px 0 30px;
}

.howdesc{
margin: 4% 0px;
padding: 0px 4%;
}

.howdescbutton{
width: 100%;
margin: 10px 0;
}

.howdesctext{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 22px;
}

.howdesc li{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 22px;
padding: 0 0 0 5px;
}

.howgap{
margin-top: 10px;
}

.regtext{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 14px;
padding-right: 29px;
}

.buttonwidth{
width: 400px;
margin-left: 225px;
}

.aboutbuttons{
border-radius: 20px 20px 20px 20px;
cursor: pointer;
font-size: 24px;
font-family: 'Oswald',sans-serif;
border-color: darkgrey;
margin-top: 0px;
padding: 10px;
width: 100%;
position: relative;
color: rgb(45, 66, 55);
text-shadow: 1px 2px rgb(255, 255, 255);
background: rgb(171,196,58);
background: -moz-linear-gradient(top,  rgb(171,196,58) 0%, rgb(199,241,39) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(171,196,58)), color-stop(100%,rgb(199,241,39)));
background: -webkit-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: -o-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: -ms-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: linear-gradient(to bottom,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc43a', endColorstr='#c7f127',GradientType=0 );
}

.menudiv{
position: absolute;
margin-top: -25px;
font-size: 14px;
font-weight: 400;
left: 50%;
margin-left: -20px;
width: 440px;
}

.menulink{
line-height: 14px;
font-size: 14px;
color: rgb(56,56,56);
margin-left: 20px;
font-family: 'Oswald', sans-serif !important;
}

.menulink:hover{
color: rgb(255,255,255);
}

.smallfont{
font-family: 'Open Sans', sans-serif; 
font-weight:400; 
font-size:14px;
}

/* STORE FINDER CSS */

#map-canvas{
width: 100%;
height: 400px;
}

.storebuttondiv{
width: 100%;
margin: 20px 0;
}

.storebuttons{
display: inline-block;
background: linear-gradient(to bottom, rgb(177, 235, 100) 28%, rgb(206, 237, 151) 100%) repeat scroll 0% 0% transparent;
text-align: center;
height: 42px;
line-height: 40px;
color: white;
background: rgb(60,60,60);
cursor: pointer;
transition: all 500ms ease;
}

.storebuttons:hover{
background: rgb(0,0,0);
}

.storebuttonsactive{
cursor: default;
color: rgb(60,60,60);
background: rgb(171,196,58);
background: -moz-linear-gradient(top,  rgb(171,196,58) 0%, rgb(199,241,39) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(171,196,58)), color-stop(100%,rgb(199,241,39)));
background: -webkit-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: -o-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: -ms-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: linear-gradient(to bottom,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc43a', endColorstr='#c7f127',GradientType=0 );
}

.storebuttonsactive:hover{
color: rgb(60,60,60);
background: rgb(171,196,58);
background: -moz-linear-gradient(top,  rgb(171,196,58) 0%, rgb(199,241,39) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(171,196,58)), color-stop(100%,rgb(199,241,39)));
background: -webkit-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: -o-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: -ms-linear-gradient(top,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
background: linear-gradient(to bottom,  rgb(171,196,58) 0%,rgb(199,241,39) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abc43a', endColorstr='#c7f127',GradientType=0 );
}

/* BASIC TESTIMONIAL SLIDER STYLES */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


/* CUSTOM TESTIMONIAL STYLES */

ul.bjqs-controls.v-centered li.bjqs-next a:hover {color: rgb(100,100,100);}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {color: rgb(100,100,100);}
ol.bjqs-markers li a:hover{color: rgb(100,100,100);}
#banner-fade{
width: 100%;
height: 200px;
margin: 0 auto;
}

.testimonialslide{
width: 80%;
margin: 90px auto 0;
}

.testtext {
	text-align:left !important;
	font-size:15px;
	padding-left: 10px;
    display: inline-block;
    max-width: 80%;
}
	
}

.testboundary{
width: 67%;
height: 200px;
margin-left: 7%;
margin-top: 30px;
padding: 20px 10%;
}

.testboundary img{
	float: left;
}

.testname{
margin-top: 180px;
position: absolute;
margin-left: 300px;
text-align: right;
width: 280px;
}

.testhead{
position: absolute;
width: 120px;
height: 100px;
background: url("/images/testimoniallogo.png") no-repeat;
margin-top: -30px;
margin-left: 68px;
}

.testimg1{
position: absolute;
width: 120px;
height: 100px;
background: url('/images/testimonialimg1.png') no-repeat;
margin-top: -30px;
margin-left: 68px;
}

.iconcol h3{
    text-transform: uppercase;
    color: rgb(20,20,20);
    text-align: center;
	font-size: 24px;
    font-weight: bold;
}

.iconcol p{
	min-height: 130px;
}

.network_logos{
	margin-top: 25px;
}

.network_logos img{
	width: 32%;
}

.network_logos img:hover{
	background-color: #141414;
}


@media all and (max-width:1825px){
	.iconcol h3{
		min-height: 80px;
	}		
}

/* HONEYPOT */

input.contact-b{
	display: none;
}


