
body{ background:#fff; color:#000; font: normal 14px 'aller_lightregular', Helvetica, sans-serif; line-height:25px;}
h1{ font-size:30px; font-weight:bold; color:#f97312; margin-bottom:15px; }
h2{ font-size:40px;  font-family:'qtkorrinitalic'; margin-bottom:15px; color:#000; }
h3{ font-size:30px;  font-family:'qtkorrinitalic'; margin-bottom:15px; color:#000; }
h4{ font-size:18px; font-weight:800;}
image{ max-width:100%;}

@media (max-width:767px){
h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:25px;}
h4{ font-size:16px;  }
}
.clear{clear:both; margin:0;}
.colortext{color:#df0a33;}
.redtext{color:#CC0000;}
.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 24px;
    margin-top: 24px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width:768px){
	.text-left {
    text-align: center;
}
.text-right {
    text-align: center;
}
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #cbcbcb;
}
.text-primary {
    color: #ff6479;
}
.text-dark{color:#6b7386;}
.text-white{color:#fff;}
a.text-primary:hover, a.text-primary:focus {
    color: #fd0022;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #1a321a;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #173543;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #43351c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #602625;
}
.bg-white {
    background-color: none;  
}


 
img{ max-width:100%;}


.bg-dark{
	background-color:#1D1D1D;
}
.bg-gray{background:#E4E4E4;}

.bg-primary {
    color: #fff;
}
.bg-primary {
    background:#ff5900;
}
.bg-secondary {
    background:#e1bfc9;
}

.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
html .page .offset-top-0 {
    margin-top: 0;
}
html .page .offset-top-4 {
    margin-top: 4px;
}
html .page .offset-top-6 {
    margin-top: 6px;
}
html .page .offset-top-10 {
    margin-top: 10px;
}
html .page .offset-top-17 {
    margin-top: 17px;
}
html .page .offset-top-25 {
    margin-top: 25px;
}
html .page .offset-top-32 {
    margin-top: 32px;
}
html .offset-top-40 {
    margin-top: 40px;
}
html .page .offset-top-50 {
    margin-top: 50px;
}
html .page .offset-top-66 {
    margin-top: 66px;
}
html .page .offset-top-86 {
    margin-top: 86px;
}
.offset-top-100 {
    margin-top: 100px;
}

html .page .offset-left--30 {
    margin-left: -30px;
}

/*------------------------------------------------------------------------------*/
.section-all-0{
	padding-right:0px;
	padding-left:0px;
}
.section-all-1{
	padding-right:1px;
	padding-left:1px;
}	
.section-all-10 {
    padding: 10px;
}
.section-all-20 {
    padding: 20px;
}
.section-all-30 {
    padding: 30px;
}
.section-all-40 {
    padding: 40px;
}
.section-all-50 {
    padding: 50px;
}
.section-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.section-23 {
    padding-bottom: 23px;
    padding-top: 23px;
}
.section-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.section-42 {
    padding-bottom: 42px;
    padding-top: 42px;
}
.section-55 {
    padding-bottom: 55px;
    padding-top: 55px;
}
.section-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.section-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.section-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
.section-154 {
    padding-bottom: 154px;
    padding-top: 154px;
}
.section-167 {
    padding-bottom: 167px;
    padding-top: 167px;
}
.section-200 {
    padding-bottom: 200px;
    padding-top: 200px;
}
.section-top-15 {
    padding-top: 15px;
}
.section-top-23 {
    padding-top: 23px;
}
.section-top-42 {
    padding-top: 42px;
}
.section-top-55 {
    padding-top: 55px;
}
.section-top-70 {
    padding-top: 70px;
}
.section-top-80 {
    padding-top: 80px;
}
.section-top-90 {
    padding-top: 90px;
}
.section-top-100 {
    padding-top: 100px;
}
.section-top-154 {
    padding-top: 154px;
}
.section-top-167 {
    padding-top: 167px;
}
.section-top-200 {
    padding-top: 200px;
}

.section-bottom-2 {
    padding-bottom: 2px;
}
.section-bottom-23 {
    padding-bottom: 23px;
}
.section-bottom-42 {
    padding-bottom: 42px;
}
.section-bottom-55 {
    padding-bottom: 55px;
}
.section-bottom-70 {
    padding-bottom: 70px;
}
.section-bottom-80 {
    padding-bottom: 80px;
}
.section-bottom-90 {
    padding-bottom: 90px;
}
.section-bottom-100 {
    padding-bottom: 100px;
}
.section-bottom-154 {
    padding-bottom: 154px;
}
.section-bottom-167 {
    padding-bottom: 167px;
}
.section-bottom-200 {
    padding-bottom: 200px;
}
.box-bordered{border:solid 10px #DFDFDF; }



.bodywrapper{ position:relative; background:#fff; background-size:cover; 
display:table; width:100%; height:100%; vertical-align:middle;}

.bodywrapper-s{ position:relative; background:#f1f1f1; background-size:cover; 
display:table; width:100%; height:100%; vertical-align:middle;}

.bodywrapper2{ position:absolute; background:url(../images/bg3.jpg) top fixed no-repeat; background-size:cover; 
    display:table; width:100%; height:100%; vertical-align:middle;}

.bodywrapper3{ position:absolute; background:url(../images/bg4.jpg) top fixed no-repeat; background-size:cover; 
        display:table; width:100%; height:100%; vertical-align:middle;}
		
		.bodywrapper4{ position:absolute; background:url(../images/bg5.jpg) top fixed no-repeat; background-size:cover; 
        display:table; width:100%; height:100%; vertical-align:middle;}
		
		.bodywrapper5{ position:absolute; background:url(../images/bg6.jpg) top fixed no-repeat; background-size:cover; 
        display:table; width:100%; height:100%; vertical-align:middle;}

.bodywrapper-inner{ 
display:table-cell; width:100%; height:100%; vertical-align:middle;}

.logo-bg{background:none; padding:30px 0;}


.box{
     transition:all 0.5s ease;
    border: #fff solid 1px;
     
    padding: 10px;
    box-sizing: border-box;
	}
	
	.box-inner{
      transition:all 0.5s ease;
    border: #fff solid 3px;
     
    padding: 20px;
    box-sizing: border-box;
	}
.box:hover{
	margin-top:-15px;
	filter:brightness(0.9);
	box-shadow:0px 0px 28px #009343;
}







.box2{
     transition:all 0.5s ease;
    border: #fff solid 1px; border-radius:100%; background:rgba(0,0,0,0.5);
     
    padding: 10px;
    box-sizing: border-box;
	}
	
	.box-inner2{
      transition:all 0.5s ease; border-radius:100%;
    border: #fff solid 3px;
     
    padding: 50px;
    box-sizing: border-box;
	}
.box2:hover{
	margin-top:-15px;
	filter:brightness(0.9);
	box-shadow:0px 0px 28px #009343;
}







.box3{
     transition:all 0.5s ease;
    border: #fff solid 1px; border-radius:100%; background:rgba(0,0,0,0.5);
     
    padding: 10px;
    box-sizing: border-box;
	}
	
	.box-inner3{
      transition:all 0.5s ease; border-radius:100%;
    border: #fff200 solid 3px; height:200px;
     
    padding: 50px;
    box-sizing: border-box;
	}
.box3:hover{
	margin-top:-15px;
	filter:brightness(0.9);
	box-shadow:0px 0px 28px #009343;
}







.box4{
     transition:all 0.5s ease;
    border: #fff solid 1px; border-radius:10% 0; background:rgba(0,0,0,0.5);
     
    padding: 50px;
    box-sizing: border-box;
	}
	
	.box-inner4{
      transition:all 0.5s ease; border-radius:10% 0;
    border: #fff200 solid 1px; height:200px;
     
    padding: 50px;
    box-sizing: border-box;
	}
.box4:hover{
	margin-top:-15px;
	filter:brightness(0.9);
	box-shadow:0px 0px 28px #009343;
}





.btn-primary{background:#ed1c24; border-color:#ed1c24;}

img{ max-width:100%}

/*CONTACT*/
.contact{text-align:center; font-size:18px;}
.fieldouter{margin-bottom:10px;}
.field{padding:8px;   border:solid 1px #999999; border-radius:5px; background:none; width:90%;}
.text1{text-align:left;}
.submit{border:solid 1px #fff; color:#fff;  border-radius:5px;  padding:10px 30px; background:none; }
.submit:hover{background:#ec2027; color:#fff;}
.error{color:red; text-align:left;}



.btn{background:#d90305; margin-left:5px; padding:10px 14px;  border-radius:5px; font:normal 15px arial; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn:hover{background:#000; color:#fff; }

.location-box{ background:#fff; padding:15px; margin:20px 0; border:1px solid #CCCCCC; height:450px;}












.navbar {  padding:0px 0;position:relative;

background:#f3f3f3;

z-index: 9;

width: 100%;     }
.navbar-scroll {top:0;padding:2px 0;  position:fixed; z-index:9998;  }

.nav{font-size:18px; margin:20px 0; text-align:center; font-family:'aller_lightregular';  }
.nav li{margin:0 0px;}

.nav li a{ padding:10px 25px; line-height:22px; color:#000; outline:none; transition: all .2s ease-in-out; text-align:center; border-radius:4px;  }
.nav li a:hover{color:#fff; background:#f97312;    }

.nav li a.active{color:#fff; background:#f97312;   }
.navbar-header{  text-align:center;  

padding: 0px;}

.headerwrapper{ margin-top:100px}

.navbar-scroll {top:0;padding:2px 0;  position:relative; z-index:9998;  }

@media (max-width:1200px){
.navbar {position:relative;}
.nav{font-size:16px;}
.nav li{margin:3px;}
.nav li a{padding:5px 10px;}
}
@media (max-width:768px){
.navbar-scroll {  position:relative; z-index:9998;  }
	.navbar-header{position:relative;}
	.navbar-inverse{background-color:#fff; border-bottom:none; border-top:none;}
.nav{margin:0px 0; background-color:#fff;  }

.nav li a{color:#000;}
.logo{width:100%; text-align:center; }
.logo img{max-width:100%; margin:0px 0 0 0px; }
}

img{ max-width:100%}



/*Footer*/

.footer{ background:#f97312; color:#fff; padding:35px 0; text-align:center;   }
.footer a{color:#fff;}
.footer a:hover{ text-decoration:underline;}
.footer .fa{ font-size:25px;}

.bottom{border-top:solid 1px #efefef;}


@media (max-width:768px){
	.footer{text-align:center;}
	.footer ul{float:none; margin-bottom:20px;}
	.footer .fa{ display:block;}
	.bottom{text-align:center;}
}



@media (max-width:768px){
.footer{ text-align:center}
}


.main-bg{ background:url(../images/main-bg.jpg) top fixed no-repeat; background-size:cover; 
    display:table; width:100%; height:100%; vertical-align:middle; padding:50px 0;}
	
	
	.wheel-start-form {
	position: relative;
	 
	padding: 40px 30px; -webkit-box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
box-shadow: 6px 8px 10px 0 rgba(32, 47, 57, 0.2);
	/*background-color: rgba(255, 255, 255, .4);*/
	background: #f8f8f8;
	z-index: 2; border:4px solid #f97312;
}

.wheel-start-form span {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.wheel-start-form input {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	border: none;
	letter-spacing: -.3px;
	outline: 0; border: 1px solid #b7b7b7;
}

.wheel-start-form input:active,
.wheel-start-form input:focus {
	outline: 0;
	border: none;
	border-left: 2px solid #e6e6e6
}

.wheel-start-form input::-moz-placeholder,
.wheel-start-form input::-webkit-input-placeholder,
.wheel-start-form textarea::-moz-placeholder {
	color: #bfbfbf
}

.wheel-start-form label {
	display: block;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
	min-height: 60px;
	background-color: none;  
}

.wheel-start-form label span {
	display: block;
	width: 62%; text-align: left;
	 
	position: relative
}

.wheel-start-form label span:after {
	/*position: absolute;
	content: "\f041";
	font: normal normal normal 14px/1 FontAwesome;
	right: -30px;
	top: 22px*/
}

.wheel-start-form label.promo button,
.wheel-start-form label.promo input {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif
}

.wheel-start-form label input {
	display: block;
	width: 100%;
	border-left: 2px solid #e6e6e6;
	padding: 8px 35px
}

.wheel-start-form label textarea {
	display: inline-block;
	width: 100%;
	border-left: 2px solid #e6e6e6;
	padding: 8px 35px
}

.wheel-start-form label select {
	display: inline-block;
	width: 100%;
	border-left: 2px solid #e6e6e6;
	padding: 8px 35px
}

.wheel-start-form label input:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px
}

.wheel-start-form label.promo {
	padding: 20px;
	width: 70%;
	margin-bottom: 0;
	display: inline-block;
	background-color: transparent
}

.wheel-start-form label.promo input {
	padding: 18px 15px;
	width: 100%;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	min-height: 60px
}

.wheel-start-form label.promo button {
	margin-left: 5px;
	padding: 0 52px
}

.wheel-start-form label.promo2 {
	width: 100%
}

.wheel-start-form label.promo2 button {
	width: 100%;
	display: inline-block;
	padding: 0 48px
}

.wheel-start-form .wheel-date label {
	border-left: 2px solid #e6e6e6;
	padding-left: 25px;
	position: relative;
	min-height: 32px;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px
}

.wheel-start-form .wheel-date label:before {
	padding-right: 5px;
	font-size: 14px
}

.wheel-start-form .wheel-date label:after {
	position: absolute;
	content: "\f0d7";
	font-size: 14px;
	display: inline-block;
	right: 7px
}

.wheel-deals:after,
.wheel-service-logo:after,
.wheel-testimonial-item:before {
	content: ''
}

.wheel-start-form .wheel-date label input {
	padding: 0;
	border-left: none
}

.wheel-date {
	width: 49%;
	margin-right: 2%;
	float: left;
	background-color: #fff;
	margin-bottom: 18px;
	padding: 15px 0;
	border-right: 5px solid transparent;
	box-sizing: border-box;
	display: inline-block
}

.wheel-date:nth-child(2n) {
	margin-right: 0
}

.wheel-date label {
	width: 48%;
	display: inline-block;
	padding: 0;
	margin: 0
}

.wheel-date input {
	width: 100px
}

.wheel-date span {
	display: inline-block;
	width: 46%;
	padding-left: 18px;
	line-height: 1
}

.wheel-date .caret {
	width: auto;
	padding-left: 0
}

.wheel-date .dropdown-menu {
	padding: 0
}

.wheel-date .bootstrap-select.btn-group .dropdown-menu li a:focus,
.wheel-date .bootstrap-select.btn-group .dropdown-menu li:focus {
	outline: 0
}

.wheel-date .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 110px
}

.wheel-date .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px
}

.wheel-date .bootstrap-select {
	border-left: 2px solid #e6e6e6;
	padding-left: 8px;
	position: relative
}

.wheel-date .bootstrap-select button {
	padding: 2px 12px;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	outline: 0
}

.wheel-date .bootstrap-select:active,
.wheel-date .bootstrap-select:focus,
.wheel-date .bootstrap-select:hover {
	outline: 0
}

.wheel-date .bootstrap-select:hover:before {
	z-index: 5
}

.wheel-date .bootstrap-select:before {
	z-index: 5;
	color: #999;
	top: 10px;
	left: 18px;
	position: absolute
}

.wheel-date .bootstrap-select .dropdown-toggle:focus,
.wheel-date .btn-group-vertical>.btn.active,
.wheel-date .btn-group-vertical>.btn:active,
.wheel-date .btn-group-vertical>.btn:focus,
.wheel-date .btn-group-vertical>.btn:hover,
.wheel-date .btn-group>.btn.active,
.wheel-date .btn-group>.btn:active,
.wheel-date .btn-group>.btn:focus,
.wheel-date .btn-group>.btn:hover,
.wheel-date .open>.dropdown-toggle.btn-info {
	background-color: transparent;
	outline: 0!important;
	border-color: transparent;
	box-shadow: none
}


.login-form{ background:#fc4a57; padding:20px; color:#fff; border-radius:7px;}

.error{ color:red;}