* {
margin:0;
padding:0;

}
body{ font-family: 'Lato', sans-serif;}

ul  {
list-style:none;
margin:0;
padding:0;
}
a {
text-decoration:none;
}



a:hover,a:focus{ transition: all 0.5s ease; text-decoration:none; outline-offset:0;}
.img-responsive{ display:inline;}

.navbar-inverse .navbar-nav > li > a {
	color: #fff !important;
}
.navbar-inverse {
	background-color: transparent;
	border-color:transparent;
}
.navbar-inverse .navbar-nav > li > a:hover{
	color: #522374 !important;
}
 .site_header{text-align:right; position:absolute;top:0px;width:100%;z-index:98765;}
	  .site_header ul{padding:0px;}
	  .site_header ul li{padding:0px;float:left;}
	  .site_header ul li a{display:block;color:#fff;}
	  .error{color:red;}
/* landing */


.landing {
	background-image: url(../images/belbus-groot.jpg);
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 90px 0 170px;
}
.landing::before {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.landing h1 {
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	margin: 20px 0 20px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	text-align: left;
}
.landing p {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
}
.landing .head_btn {
	margin-top: 50px;
}
.landing .btn-sec {
	font-size: 17px;
	margin: 30px 0 10px;
	margin-right: 10px;
	line-height: 20px;
	padding: 15px 35px;
	height: 50px;
	border: 2px solid #522374;
	background: #522374;
	transition: all 0.4s;
	color: white;
	border-radius: 100px;
}
.landing .btn-sec:hover {
	border: 2px solid #522374;
	background: #fff;
	color: #522374;
	transition: all .6s ease;
}

.landing .nav-tabs > li {
	width: 50%;
	 
}
.landing .nav-tabs > li > a {
	border-radius: 0;
	background-color: RGBA(251, 251, 251, 0.7);
	outline:0;
}
.landing .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .landing .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: RGBA(251, 251, 251, 0.0);
	border: none;
	
}
.landing .nav > li > a {
	padding: 16px 15px;
	color: #000;
	font-size: 19px;
	font-weight: 300;
}
.landing .nav-tabs {
	border-bottom: none;
}
.sign_up {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
	margin-top: 20px;
	border-radius: 4px;
}
.nav > li > a:hover, .nav > li > a:focus {
	
	background: #fff;
	border-color:transparent;
}
.nav-tabs > li > a {
	margin-right: 0;
	
}
.sign_up form {
	padding: 32px 21px;
}
.sign_up form .form-control {
	border-radius: 0;
	height: 46px;
	font-weight: 300;
}
.sign_up form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #7b7b7b;
	background: url(../images/arrow_down.jpg) 22px center no-repeat;
	background-position: 96%;
	background-color: #fff;
	color: #9f9f9f;
}
.sign_up .btn:hover {
	background-color: #fff;
	color: #522374;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.sign_up .btn-calendar {
	position: absolute;
	top: 10px;
	right: 6px;
}

.sign_up .form-group{ position:relative;}
.padd-right {
	padding-right: 0;
}
ul.flag_sec li {
	min-width: 42px !important;
}
.flag_sec.gh {
	min-width: 23px;
}
li.gh a {
	padding: 10px 0px !important;
}
.booking .fa.fa-book {
	font-size: 15px;
	text-align: center;
}
.sign_up .no-padd {
	padding-left: 0;
}
.sign_up .btn-geolocation i {
	font-size: 30px !important;
}
a{color:#522374;}
.sign_up .padd-right {
	padding-right: 0;
	padding-left: 0;
}
.sign_up .btn-res {
	display: inline-block;
	width: 100%;
	padding: 8px 0 10px;
	color: #fff;
	font-size: 16px;
	background: #522374;
	margin-top: 20px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff;

}


.cars{ text-align:center; padding:40px 0;}
.cars h2{ color:#777;}
.cars p{ color:#777;}
.cars h1 {
	font-weight: 300;
	font-size: 40px;
	padding-bottom: 6px;
}
.cars .car_border {
	background: #522374;
	max-width: 10%;
	margin: 0 auto;
	height: 3px;
	margin-bottom: 40px;
}
.car_content h2 {
	font-size: 24px;
}
.car_content p {
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 5px;
}




.footer {
	background: #5A5A5A;
	padding: 40px 0px;
	color: #CBCBCB;
}
.textwidget p {
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
}
.footer-top {
	padding-bottom: 20px;
}
.block-title span {
	font-size: 21px;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 300;
}
.copyright p {
	font-weight: 300;
}
.copyright{ text-align:center;}
.footer-bottom {
	border-top: 1px solid #fff;
	padding-top: 46px;
}

.landing.landing_res {
	text-align: center;
	padding: 20px 0 40px;
}
.sum-direction-data .report li, .sum-client-data .report li {
	color: #777;
	font-size: 16px;
	font-weight: 300;
	line-height: 31px;
}
.mrgn {
	margin-top: 45px;
}
.color {
	color: #522374;
}
.sum-direction-data .report li,, .sum-client-data .report li {
	color: #777;
	font-weight:300;
}
.sum-direction-data h3 {
	font-weight: 400;
	color: #777;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.booking h2 {
	color: inherit;
	font-weight: 300;
	font-size: 37px;
	padding-bottom: 40px;
	position:relative;
}
.booking  ul.report {
	margin-left: 35px;
}
.booking  .sum-direction-data, .booking  .sum-cars-data, .booking  .sum-client-data {
	border-left: 1px solid #EEE;
	padding: 0px 11px;
}
.booking  .title-main {
	width: 100px;
	height: 3px;
	background: #522374;
}
.booking {
	padding: 16px 0 70px;
}
.landing_res::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.fg {
	margin-bottom: 26px;
}
.landing_res .overlay{
	background-color: transparent;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.thank_you h2 {
	font-size: 45px;
	font-weight: 500;
}
.thank_you .tick i {
	color: #522374;
	font-size: 50px;
	margin-top: 30px;
}
.thank_you {
	text-align: center;
	padding: 60px 0 80px;
}

.log_in {
	padding: 80px 0 90px;
}
.login_form {
	border: 1px solid #d3ced2;
	padding: 36px 33px;
	margin: 20px 0;
	text-align: left;
	border-radius: 5px;
}
.log_in h1 {
	font-size: 40px;
	font-weight: 300;
	color: #777;
}
.login_form label {
	font-weight: bold;
	color: #777;
	font-size: 17px;
	padding-bottom: 8px;
}
.login_form .sd {
	margin-top: 30px;
}
.login_form .form-control {
	height: 48px;
	font-size: 14px;
	border: 1px solid #dadada;
	border-radius: 0;
	box-shadow: none;
}
.login_form input[type="submit"] {
	padding: 10px 34px;
	background-color: #dad8da;
	color: #515151;
	font-weight: bold;
	font-size: 18px;
	border: none;
	margin-bottom: 12px;
}
 .login_form .required {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;
}
a.lost {
	color: #522374;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
.complete_btn {
	text-align: right;
	margin-top: 20px;
}
.complete_btn a {
	background-color: #522374;
	color: #fff;
	padding: 10px 20px 14px;
	font-size: 20px;
}

label.error{color:red;}


.site_header ul {
	margin-top: 24px;
}
.overlay {
	padding: 40px 0 18px;
}
.site_header ul li {
	background: #522374;
	border-radius: 16px;
	min-width: 127px;
	text-align: center;
	border: 1px solid #522374;
	margin:0 5px;
}
.site_header ul li a {
	padding: 8px 8px 12px;
}
.site_header ul li:hover {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #522374;
	margin:0 5px;
	transition:all .6s ease;
}
.site_header ul li a:hover{
    color:#522374;
    transition:all .6s ease;	
}
.booking .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: none;
}
.car_sec {
	text-align: center;
}
.booking table tr td {
	border: 1px solid #777;
}
.booking .table {
	border-top: 1px solid #777;
}
.booking table th {
	border: 1px solid #777;
}
.booking h2::before {
	color: red;
	content: "";
	position: absolute;
	height: 3px;
	background: #522374;
	width: 84px;
	bottom: 23px;
}


.booking .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	color: #777;
}
.zip_sec p {
	font-size: 18px;
	padding-bottom: 14px;
}


.contact {
	padding-bottom: 47px;
	border-top: 1px solid #333;
	position: relative;
	padding-top: 30px;
}
.contact h2 {
	text-align: center;
	padding: 10px 0 50px;
	position:relative;
}


.contact .address i {
	color: #522374;
	font-size: 30px;
	margin-bottom: 2px;
}
.contact h2::before {
	content: "";
	position: absolute;
	height: 3px;
	background: #522374;
	width: 84px;
	bottom: 23px;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.contact .address p {
	font-size: 16px;
}
.contact .address {
	text-align: center;
}
.contact h2{ color:#000;}
.contact .address h3 {
	margin: 26px 0 20px;
}
.blue_brdr {
	border: 3px solid #522374;
	padding: 3px;
}
.blue_brdr p {
	line-height: 16px;
	text-align: center;
	font-size: 12px;
}
.jk {
	margin-top: 66px;
}



.onesided_trip .col-md-1, .onesided_trip .col-md-10, .onesided_trip .col-md-11, .onesided_trip .col-md-12, .onesided_trip .col-md-2, .onesided_trip .col-md-3, .onesided_trip .col-md-4, .onesided_trip .col-md-5,
 .onesided_trip .col-md-6, .onesided_trip .col-md-7, .onesided_trip .col-md-8, .onesided_trip .col-md-9, 
 .onesided_trip .col-sm-1, .onesided_trip .col-sm-10, .onesided_trip .col-sm-11, .onesided_trip .col-sm-12, 
 .onesided_trip .col-sm-2, .onesided_trip .col-sm-3, .onesided_trip .col-sm-4, .onesided_trip .col-sm-5, 
 .onesided_trip .col-sm-6, .onesided_trip .col-sm-7, .onesided_trip .col-sm-8, .onesided_trip .col-sm-9 {
	padding-right: 6px;
	padding-left: 6px;
}
.onesided_trip {
	padding: 12px 0 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	background: #8342b2;
	padding: 12px 0;
}
.driver_info {
	float: left;
	width: 100%;
	padding: 14px 0 7px;
}
.onesided_trip .form-control {
	height: 25px;
	padding: 6px 12px;
	font-size: 10px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: none;
}
.trip-info_res {
	float: left;
	width: 100%;
	overflow-y: auto;
}
.trip_info {
	width: 100%;
	float: left;
	background: #3e6eba;
}
.trip_res {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.driver_left ul li {
	padding: 15px 0 15px;
	color: #fff;
	border-bottom: none !important;
}
.driver_left ul li {
	color: #fff;
}
.df {
	padding: 3px 0 !important;
	text-align: center;
	font-size: 21px;
	border-bottom: 1px solid #fff;
	color: #fff;
	float: left;
	width: 100%;
}
.jk_new {
	margin-top: 48px;
}
.trip-info_res .jk {
	padding-top: 6px !important;
}
.trip-info_res .jk {
	margin-top: 6px;
}
.jk p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
.form-group {
	margin-bottom: 20px;
}
.no-padd {
	padding: 0;
}
.form-control {
	height: 32px;
	font-size: 14px;
	border-radius: 0;
	box-shadow: none;
}
.driver_address { 
	float: left;
	width: 100%;
	padding-top: 15px;
}


