/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	overflow-x: hidden;
	color: #dfd7d4;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
p {
	font-size: 14px;
	color: #434343;
	margin: 20px 0;
	line-height: 27px;
}
p.small {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
	color: #866c5f;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #fff;
}
hr.star-light, hr.star-primary {
	margin: 25px auto 30px;
	padding: 0;
	max-width: 250px;
	border: 0;
	border-top: solid 5px;
	text-align: center;
}
hr.star-light:after, hr.star-primary:after {
	content: "\f005";
	display: inline-block;
	position: relative;
	top: -.8em;
	padding: 0 .25em;
	font-family: FontAwesome;
	font-size: 2em;
}
hr.star-light {
	border-color: #fff;
}
hr.star-light:after {
	color: #fff;
	background-color: #18bc9c;
}
hr.star-primary {
	border-color: #2c3e50;
}
hr.star-primary:after {
	color: #2c3e50;
	background-color: #fff;
}
.img-centered {
	margin: 0 auto;
}
header {
	text-align: center;
	color: #fff;
	background: #18bc9c;
}
header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}
header img {
	display: block;
	margin: 0 auto 20px;
}
header .intro-text .name {
	display: block;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
}
header .intro-text .skills {
	font-size: 1.25em;
	font-weight: 300;
}
 @media(min-width:768px) {
header .container {
	padding-top: 50px;
	padding-bottom: 100px;
}
header .intro-text .name {
	font-size: 4.75em;
}
header .intro-text .skills {
	font-size: 1.75em;
}
}
 @media(min-width:768px) {
.navbar-fixed-top {
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	padding-top: 20px;
}
.navbar-fixed-top.navbar-shrink {
	padding: 10px 0;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
}
/* navbar */

.navbar {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
.navbar a {
	color: #FFF;
}
.active_menu {
	color: #f48737;
	background: none;
}
.navbar a:focus {
	outline: 0;
}
.navbar .navbar-nav {
	letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
	outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
}
.navbar-fixed-top.navbar-shrink {
	padding: 0;
}
.navbar-brand {
	padding: 0 15px;
	height: 110px;
}
.navbar-default .navbar-nav > li > a {
	padding: 44px 20px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #f48737;
	transition: all 0.35s ease 0s;
}
/* home header */
.business-header {
	background: url("../img/header_bg.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	height: 400px;
	margin-top: 110px;
	text-align: left;
}
.dealer {
	background:#fff;
	height: 460px;
	margin-top: 110px;
	text-align: left;
}
.dealer form p{
	color:#fff;
}
.large_font{
	font-size:36px;
	font-weight:lighter;
	line-height:60px;
	padding-left:20px;
}
.logos img {
	display: inline!important;
}
.rounded_box {
	background: rgba(28, 28, 28, 0.9);
	border-radius: 15px;
	padding: 0 20px 20px 20px;
}
.rounded_box_2 {
	background: rgba(28, 28, 28, 0.9);
	border-radius: 15px;
	padding: 0 20px 20px 20px;
}
.rounded_box h3 {
	font-size: 17px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
}
.why_vin {
	background: url("../img/road_bg.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	height: 221px;
}
.why_vin h3 {
	color: #fff;
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 42px;
}
.why_vin p {
	padding: 0 20% 0 20%;
	text-align: center;
	color: #fff;
}
.what_recieve h3 {
	color: #f58634;
	text-transform: uppercase;
	font-size: 23px;
	margin-top: 40px;
}
.wired-btn {
	padding: 15px 30px;
	background: none;
	border: 2px solid #f58634;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-size: 18px;
	margin-top: 20px;
	color: #f58634;
}
.solid-btn {
	padding: 15px 30px;
	background: #2c2d2d;
	border: 2px solid #2c2d2d;
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-size: 30px;
	margin: 20px 0 50px 0;
	color: #fff;
}
.wired-btn:hover {
	background: none;
	border: 2px solid #dcc0b7;
}
.registration {
	background: #f58634;
	padding: 0 0 30px 0;
}
.registration p {
	color: #fff;
	font-size: 20px;
}
.features {
}
.features img {
	margin: 20px 0 10px 0;
}
.features h3 {
	color: #f58634;
	font-size: 18px;
	margin: 20px 0 20px 0;
}
.features ul {
	margin: 0 0 40px 0;
}
.features ul li {
	color: #434343;
	margin: 10px 50px 0 0;
	list-style-image: url("../img/check.png");
	list-style-position: inside;
}
.grey-bg {
	background: #eeeeee;
	height: 440px;
}
.search{
	margin-top:140px;
	color: #434343;
}
.search h3{
	color: #f58634;
    font-size: 23px;
    text-transform: uppercase;
	margin-bottom:30px;
}
.search input{
	margin-right:10px;
}
.registration_serach{
	text-align: center;
	background: #f58634 none repeat scroll 0 0;
    padding: 0 0 30px;
}
.registration_serach p{
	color:#FFF;
	font-size:18px;
}
.ad p{
	color: #434343;
    font-size: 23px;
    text-transform: uppercase;
	margin:30px;
}
.terms{
	height:200px;
	overflow-y: scroll;
	border: 2px solid #b7b7b7;
	padding:20px;
	margin:20px 0 20px 0;
}
.terms h4{
	color:#434343;
}
.cards {
	margin: 0 auto;
}
.active_menu a {
	background: #303030!important;
	color: #f48737!important;
}
.list-inline {
	float: right;
	margin-bottom: 0px;
}
.list-inline li a:hover {
	color: #866c5f;
}
.list-inline li i:hover {
	color: #866c5f;
}
section {
	padding: 100px 0;
}
section h2 {
	margin: 0;
	font-size: 3em;
}
section.success {
	color: #fff;
	background: #18bc9c;
}
section.success a, section.success a:hover, section.success a:focus, section.success a:active, section.success a.active {
	outline: 0;
	color: #2c3e50;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color:transparent;
    color: #f48737;
}

.dropdown-menu {
    background-color: #303030;
    float: left;
	font-size: 14px;
    font-weight: bold;
	color:#FFF;
}

.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 30px;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:visited {
    color: #fff!important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #303030;
	color:#f48737;
}

/* how it works */

.active{
	background:#FFF!important;
	border-bottom:none!important;
}
.active img{
	text-align:center!important;
	margin:0 auto!important;
}
.tab{
	background:#f8f8f8;
	border: 1px solid #bababa;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	width: 25%;
	text-align:center;
}
.tab_2 {
    background:#f8f8f8;
	border: 1px solid #bababa;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	width: 20%;
	text-align:center;
}
.tab-content{
	border: 1px solid #bababa;
	border-top:none;
	padding: 40px;
	margin-bottom:50px;
	min-height:300px;
	text-align:center;
}

.nav-tabs {
    border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border:none!important;
}

.nav-tabs > li {
    margin-bottom: -6px!important;
}
.aboutus{
	padding: 0 20px;
	margin-top: 140px;
	min-height:380px;
}
.aboutus a{
	color:#f58634;
}
.aboutus h3{
	color: #f58634;
    font-size: 23px;
    text-transform: uppercase;
	margin-bottom:30px;
}

.conditions{
	padding: 0 20px;
	margin-top: 140px;
}
.conditions h3{
	color: #f58634;
    font-size: 23px;
    text-transform: uppercase;
	margin-bottom:30px;
}

.conditions h4{
	color: #f58634;
    font-size: 20px;
	margin-bottom:30px;
	margin-top:50px;
}



 @media(max-width:767px) {
section {
	padding: 75px 0;
}
section.first {
	padding-top: 75px;
}
}
.navbar-default {
	background-color: #303030;
}
.btn-outline {
	margin-top: 15px;
	border: solid 2px #fff;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: #fff;
}
footer {
	color: #dfd7d4;
}
footer .footer-above {
	padding-top: 50px;
	background-color: #2c3e50;
}
footer .footer-col {
	margin-bottom: 50px;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #303030;
}
.copyright {
	margin-top: 12px;
	text-align: left;
}
.btn-social {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #dfd7d4;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 37px;
	margin-top: 0px;
	color: #dfd7d4;
}
.btn:focus, .btn:active, .btn.active {
	outline: 0;
}
 @media(max-width:360px) {
.navbar-brand {
	height: 75px;
	padding: 10px;
	width: 230px;
}
.rounded_box {
	background: rgba(28, 28, 28, 0.9) none repeat scroll 0 0;
	margin: 81px 10px 10px 10px;
	padding: 6px 20px 20px;
}
.rounded_box_2 {
	background: rgba(28, 28, 28, 0.9) none repeat scroll 0 0;
	margin:0 10px 0 10px;
}
.business-header {
	height: 730px;
	background: rgba(0, 0, 0, 0) url("../img/header_bg_small.jpg") no-repeat scroll center center / cover ;
	width:360px;
	height:171px;
	margin-top: 74px;
	text-align: center;
}
.dealer{
	height: 730px;
	width:360px;
	height:171px;
	text-align: center;
}
.logos {
	margin-top: 309px;
}
.what_recieve p {
	margin: 10px;
}
.registration {
	text-align: center;
}
.features {
	display: none;
}
.footer-below col-xs-12 {
	text-align: center;
}
.navbar-toggle {
	background-color: #f58634;
	border: none;
	margin-bottom: 13px;
	margin-right: 21px;
	margin-top: 22px;
}
.navbar-toggle:hover {
	background-color: #2c2c2c!important;
}
.navbar-toggle:visited {
	background-color: #f58634!important;
}
.navbar-default .navbar-nav > li > a {
	padding: 14px 20px;
}
.search{
	padding: 0 20px;
	margin-top: 100px;
}
.tab {
    width: 100%;
}
.dealer form-group{
	margin:0px 10px 0px 10px!important;
}
.dealer .container{
	padding:0px;
	margin-right:20px;
	
}
.large_font {
    font-size: 25px;
    font-weight: lighter;
    line-height: 40px;
    padding-left: 20px;
}
.tab_2 {
    width: 100%;
}

}
