﻿@charset "utf-8";
/* CSS Document */

/* NAV BAR */
.navbar {
	background: #1c1c1c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iIzYwNjM2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #1c1c1c 0%, #1c1c1c 22%, #606364 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(22%, #1c1c1c), color-stop(88%, #606364)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1c1c1c 0%, #1c1c1c 22%, #606364 88%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1c1c1c 0%, #1c1c1c 22%, #606364 88%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1c1c1c 0%, #1c1c1c 22%, #606364 88%); /* IE10+ */
	background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 22%, #606364 88%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#606364', GradientType=0 ); /* IE6-8 */
	border: none;
	margin-bottom: 55px;
	min-height: 75px;
	padding-top: 12px;
	-webkit-box-shadow: -1px 8px 19px -6px rgba(61,61,61,1);
	-moz-box-shadow: -1px 8px 19px -6px rgba(61,61,61,1);
	box-shadow: -1px 8px 19px -6px rgba(61,61,61,1);
}
.navbar-nav {
	font-size: 14px;
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
	color: #d6e1d5;
}
.navbar-brand { padding-top: 11px; }
.navbar-brand img {
	width: 100%;
	height: auto;
}

.jumbotron {
	padding-top: 112px;
	-o-background-size: 85% auto;
	-webkit-background-size: 85% auto;
	-moz-background-size: 85% auto;
	background-size: 85% auto;
	background-size: cover;
}
.jumbotron-home { background: url(../images/contact-bkgrd.jpg) #f3fbff no-repeat; }
.jumbotron-contact { background: url(../images/contact-bkgrd.jpg) #f3fbff no-repeat; margin-bottom:0; }

.jumbotron [class*="col-"] {
	margin-bottom: 1em;
}
.jumbotron h1, .jumbotron .h1 {
	color: #1c1c1c;
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 40px;
    line-height: 45px;
}

.jumbotron h1 span, .jumbotron .h1 span {
	display: block;
}
.jumbotron h2 { color: #1c1c1c;	
	font-size: 42px;
}

.jumbotron h3 {
	color: #4c4e4d;
	font-size: 20px;
	margin: 1em 0;
}

.jumbotron p { font-size: inherit; }
.formReview {
	/* BACKGROUND FILL */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c7a7c7c', endColorstr='#cc111111', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	/* OUTER SHADOW */
	-webkit-box-shadow: 0px 0px 4px 5px rgba(137,138,140,0.42);
	-moz-box-shadow: 0px 0px 4px 5px rgba(137,138,140,0.42);
	box-shadow: 0px 0px 4px 5px rgba(137,138,140,0.42);
	/* /// */
	border: 6px solid #55a0e8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0em 2em;
	position: relative;
	text-align: center;
}
  
 
.formReview h3 {text-align: left;
	color: #daff00;
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin-top: 6px;
	margin-bottom: 12px;
	text-shadow: 3px 1px 2px rgba(46, 48, 51, 0.76);
}
.formWrp {
	/* BACKGROUND FILL */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjN2E3YzdjIiBzdG9wLW9wYWNpdHk9IjAuNjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjNjM2NTY2IiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg, rgba(122,124,124,0.61) 0%, rgba(99,101,102,0.65) 22%, rgba(17,17,17,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(122,124,124,0.61)), color-stop(22%, rgba(99,101,102,0.65)), color-stop(100%, rgba(17,17,17,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(122,124,124,0.61) 0%, rgba(99,101,102,0.65) 22%, rgba(17,17,17,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(122,124,124,0.61) 0%, rgba(99,101,102,0.65) 22%, rgba(17,17,17,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(122,124,124,0.61) 0%, rgba(99,101,102,0.65) 22%, rgba(17,17,17,0.8) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(122,124,124,0.61) 0%, rgba(99,101,102,0.65) 22%, rgba(17,17,17,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c7a7c7c', endColorstr='#cc111111', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	/* OUTER SHADOW */
	-webkit-box-shadow: 0px 0px 4px 5px rgba(137,138,140,0.42);
	-moz-box-shadow: 0px 0px 4px 5px rgba(137,138,140,0.42);
	box-shadow: 0px 0px 4px 5px rgba(137,138,140,0.42);
	/* /// */
	border: 10px solid #55a0e8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0em 2em;
	position: relative;
	text-align: center;
}
.formWrpInner {
	padding: 4em 2em 3em;
	-webkit-box-shadow: inset 12px 14px 31px -7px rgba(41,41,41,1);
	-moz-box-shadow: inset 12px 14px 31px -7px rgba(41,41,41,1);
	box-shadow: inset 12px 14px 31px -7px rgba(41,41,41,1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.formWrp .corner {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.formWrp .click-arrow, .formWrp .phone, .formWrp .email {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
}
.formWrp .form-control {
	background-color: #d6e1d5;
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
	height: 44px;
	padding: 10px 8px;
}

.formWrp textarea.form-control  { height: auto; }

.formWrp .form-group {
	margin-bottom: 10px;
}
.formWrp .form-group, .formWrp h2, .formWrp h3 {
	text-align: left;
}
.formWrp h2 {
	color: #d6e1d5;
	font-size: 16px;
	margin-top: 0;
}
.formWrp h3 {
	color: #daff00;
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin-top: 6px;
	margin-bottom: 12px;
	text-shadow: 3px 1px 2px rgba(46, 48, 51, 0.76);
}
.formWrp p.phoneNumber {
	color: #d6e1d5;
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
    /*font-size: 46px;*/
	margin-top: 6px;
	margin-bottom: 0;
	text-align: left;
	text-shadow: 3px 1px 2px rgba(46, 48, 51, 0.76);
}
.formWrp button  {
		background-color: #BBC67B;
	border: 4px solid #daff00;
	color: #333;
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
	margin-top: .5em;
	padding: 1em 2em;
    text-shadow: none;
    -webkit-box-shadow: 10px -webkit-box-shadow: 10px 10px 5px 0px rgba(54,54,54,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(54,54,54,1);
	box-shadow: 10px 10px 5px 0px rgba(54,54,54,1);
}
.formWrp button:hover {
	background-color: #1f91ff ;
	border: 4px solid #1365b4;
	color: #fff;
	outline: none;
	-webkit-box-shadow: 0px -2px 8px 5px rgba(218, 232, 221, 0.75);
	-moz-box-shadow: 0px -2px 8px 5px rgba(218, 232, 221, 0.75);
	box-shadow: 0px -2px 8px 5px rgba(218, 232, 221, 0.75);    
	text-shadow: 3px 1px 2px rgba(46, 48, 51, 0.76);
}
.formWrp button:active,
.formWrp button:focus {
	background-color: #BBC67B;
	color: #333;
    border: 3px solid #fff;
	outline: none;
     text-shadow: none;
}
.formWrp .spacer {
	height: 50px;
}
.white {
    color: #ffffff;
    	font-size: 16px;
}

/* FLOATING LABELS */
.floating-label-form-group {
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-bottom: 0.5em;
   
}
.floating-label-form-group {
	padding: 0 0 0 2px;
}
.floating-label-form-group.first {
	padding-left: 0;
}
.floating-label-form-group input[type="text"] {
	padding-left: 14px;
}
.floating-label-form-group label {
	background-color: #d6e1d5;
	display: block;
	font-weight: normal;
	left: 1px;
	opacity: 1;
	position: absolute;
	top: 6px;
	z-index: 3;
	font-size: 14px;
	line-height: 32px;
	vertical-align: middle;
	vertical-align: baseline;
	margin: 0 2px;
	padding-left: 12px;
    width: 97%;
   
	-webkit-transition: top 0.3s ease, opacity 0.3s ease;
	-moz-transition: top 0.3s ease, opacity 0.3s ease;
	-ms-transition: top 0.3s ease, opacity 0.3s ease;
	transition: top 0.3s ease, opacity 0.3s ease;
}


.floating-label-form-group-with-value label {
	top: 6px;
	opacity: 0;
}
.floating-label-form-group-with-focus label {
	color: #428bca;
}
.billsCar {
	min-height: 100px;
	position: relative;
}
.carBillsContact {  width: 100%; height: auto; }
.carBillsContact img {  max-width: 600px;}

.car {
	width: 100%;
 
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	max-width: 800px;
}
.nada {
	position: absolute;
	text-align: center;
	font-size: 11px;
	color: #666;
	top: 43%;
	right: 2%;
}
.nada img {
	max-width: 55px;
	height: auto;
     display:block;
     margin: 0 auto;
}

.features img {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}
section { background-color: #F3FBFF; padding-top: 112px; }

section#faqs img {max-width: 500px; height: auto; }

footer ul { margin-bottom: 0; }

/*typography*/

.features h2, .features h3, h2.contact {	
	font-family: 'league_spartanregular', Helvetica, Arial, sans-serif;
}
.features h2 {
	color: #1c1c1c;
	font-size: 42px;
	margin: 2em 0 1em;
}
.features h3 {
	color: #55a0e8;
}

section h2, section h3, section h4 { font-family: 'league_spartanregular', Helvetica, Arial, sans-serif; }

section h2, h2.contact {
	color: #1c1c1c;	
	font-size: 42px;	
}
/*section h3 {
    color: #9fa968;
}*/

section h4 {
   color: #1c1c1c;
}



/*////////// MEDIA QUERIES //////////// */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width:767px) {

	.newtext {
        background: #ffffff;
        color: #000000;
    }
    .newtext p {
      color: #000000;
    }
/*.container { border: 1px solid pink; }*/

.jumbotron { 
	padding-top: 75px;
	-o-background-size: 725% auto;
	-webkit-background-size: 725% auto;
	-moz-background-size: 725% auto;
	background-size: 725% auto;
    background-position: -625px 0px;  

}
.jumbotron.jumbotron-contact { 
	
	background-size: cover;
  margin-bottom: 0;

}


.jumbotron h1, .jumbotron .h1, .features h2 {
	
	font-size: 26px;
	line-height: 26px;
}



.jumbotron h3 {
	font-size: 14px;
}


.billsCar {
	min-height: 200px;
}
.features h2 {
	margin-top: 0;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	/*.newtext p {
		background: #ffffff;
	}*/
/*.container { border: 1px solid yellow; }*/
   .formWrp p.phoneNumber {
        font-size: 40px;
         
    }
.formWrpInner.phoneCntr {
	padding-left: 4em;
}
.billsCar {
	min-height: 100px;
	position: relative;
}
.car {
	width: auto;
	height: 400px;
	position: absolute;
	top: -4em;
	right: 0;
	z-index: 10;
	max-width: 700px;
}
.features h2 {
	margin: 1em 0 1em;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
    /*.newtext p {
        background: #fa8072;
    }*/
    .formWrp p.phoneNumber {
        font-size: 40px;
         
    }
.car {
	 
 
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
	 
}
/*.container { border: 1px solid orange; }*/


.spacer {
	height: 100px;
}

.car {
    top: -7em;
	right: 2em;
	max-width: 800px;
}
.features h2 {
	margin: 2em 0 1em;
}
.rating:not(:checked) > label {
    float:right;
    width:1.2em;
    padding: 0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:500%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
       .formWrp p.phoneNumber {
        font-size: 46px;
         
    }
   /* .container { border: 1px solid purple; }*/


}

/* Custom Breakpoints */
@media (max-width: 991px) {
    
    .formWrp p.phoneNumber {
	font-size: 40px;
}
.billsCar {
    display: none;
}
.navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
   
}
	.navbar-nav > li >div {
		font-size: 11px;
		background-color: transparent;
		background: none !important;
	}
	 
		.navbar-nav > li > div > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 11px;
		/*background-color: transparent;*/
	}
	.navbar-brand {
		max-width: 250px;
	}
  /*  .container { border: 1px solid red; }*/

.row .col-md-7.pull-right {
	float: none !important;
}
.formWrp {
	margin: 0em;
}
.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:400%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}
}

@media (max-width:555px) {
	.newtext  {
		background: #ffffff;
        color: #000000;
	}
    .newtext p {
        color: #000000;
    }
	/* .container {
        border: 1px solid black;
    }*/
	.jumbotron .container {
		padding: 0;
		margin: 0;
	}

.navbar-brand {
	width: 220px;
}

.formWrp p.phoneNumber {
	font-size: 30px;
}
.break-word {
	word-wrap: break-word;
}
.nada {font-size: 8px; }
.nada img {
	max-width:35px;
   
	
}
.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}
/*#rating {
    height: 12px;
    float: left;
    width: 12px;
}*/

}
.Message {
    text-align: center;
 
    background-color: #ffff66;

    padding: 5px;
 
    color: red;
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: bold;
    padding-top: 10px;
    border: solid 2px red;
}

.floating-label-form-group1 {
	margin: 0;
	position: relative;
	padding-top: 0;
	padding-bottom: 0.5em;
   
}
.floating-label-form-group1 {
	padding: 0 0 0 2px;
}
.floating-label-form-group1.first {
	padding-left: 0;
}
.floating-label-form-group1 input[type="checkbox"] {
	/*padding-left: 14px;*/
     float: right ; 
  	 height: 25px;
     width: 100px;
    
}
.floating-label-form-group1 label {
	background-color: #d6e1d5;
	display: block;
	font-weight: normal;
	left: 1px;
	opacity: 1;
	position: relative;
	top: 6px;
	z-index: 3;
	font-size: 14px;
	line-height: 32px;
	vertical-align: middle;
	vertical-align: baseline;
	margin: 0 2px;
	padding-left: 12px;
    width: 97%;
   
	-webkit-transition: top 0.3s ease, opacity 0.3s ease;
	-moz-transition: top 0.3s ease, opacity 0.3s ease;
	-ms-transition: top 0.3s ease, opacity 0.3s ease;
	transition: top 0.3s ease, opacity 0.3s ease;
}


.floating-label-form-group-with-value1 label {
	top: 6px;
	 /*opacity: 0;*/ 
}
.floating-label-form-group-with-focus1 label {
	color: #428bca;
}
/*#rating {
    height: 12px;
    float: left;
    width: 20px;
}*/



/*#myDropdown*/
.menuDropdown {
	display: none;
	/*position: absolute;*/
	background: linear-gradient(to bottom, #606364 0%, #606364 22%, #606364 88%);
	min-width: 160px;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 1;
	/*padding-left: 20px;*/
     /*padding-bottom: 12px;*/
}
	.menuDropdown
	/*#myDropdown*/
	a {
		float: none;
		color: white;
		padding-left: 12px;
		padding-top: 12px;
		text-decoration: none;
		display: block;
		text-align: left;
		/*color: #d6e1d5;*/
		/*color: #daff00;*/
		font-size: 11px;
	}

/*#myDropdown*/
.menuDropdown a:hover {
	color: #fff;
}

.show {
	display: block;
	float: none;
	padding-bottom: 10px;
}

.dropbtn, .locdropbtn:hover {
	cursor: pointer;
}
.insurance {
    border: 0px;
    width: 10%;
    height: 1.6em;
}