@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700,700i');
.page-wrapper {
	position: relative;
	z-index: 1000;
	overflow: hidden;
	font-family: 'Raleway', sans-serif;
	color: #342c3e;
}
.page-main {
	background-color: #f7f5fa !important;
}
#welcome-wrapper {
	height: 100vh;
	background-image: url(images/vienna.jpg);
	background-position: center center;
	background-size: cover;
	padding: 170px 0 0 0;
	box-sizing: border-box;

}
#welcome-wrapper h1, #welcome-wrapper h2 {
	text-transform: uppercase !important;
	line-height: normal;
	font-weight: 300;
	color: #fff;
}
#welcome-wrapper h2 {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 50px
}
.btn-content {
	color: #fff !important;
	background-color: #EC5E44;
	border-radius: 40px;
	border: solid thin #EC5E44;
	text-decoration: none !important;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px
}
.btn-header {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 40px;
	border: solid thin #fff;
	text-decoration: none !important;
}
.btn-header span{
	display: block;
	color: #EC5E44
}
.btn-header:hover {
	background-color: rgba(236, 94, 68, 0.91);
	border: solid thin #EC5E44;
}

.btn-header:hover span{
	color: #fff;
}
@media (max-width: 768px) {
	#welcome-wrapper {
		padding: 100px 0 0 0 !important;
	}
	.btn-header {
		margin-bottom: 15px;
	}
}
@media (max-width: 960px) {
	#welcome-wrapper {
		padding: 120px 0 0 0;
	}
	#welcome-wrapper h1, #welcome-wrapper h2 {
		font-size: 24px;
	}
	#welcome-wrapper h1 br {
display: none !important
	}
	.btn-header {
		font-size: 20px !important;
		padding: 12px;
	}
	.btn-header span{
		font-size: 16px;
	}
	#welcome-wrapper h2 {
    margin-bottom: 30px;
	}
}

@media (min-width: 960px) {

	.btn-header {
		font-size: 24px !important;
		padding: 15px;
	}
	.btn-header span{
		font-size: 14px;
	}

}

@media (min-width: 1600px) {
	.btn-header {
		font-size: 34px !important;
		padding: 20px;
	}
	.btn-header span{
		font-size: 20px;
	}
	#welcome-wrapper {
		padding: 320px 0 0 0;
	}
	#welcome-wrapper h1, #welcome-wrapper h2 {
		font-size: 60px;
	}
	#welcome-wrapper h2 {
		font-size: 70px;
	}
}
@media (min-width: 2200px) {
	#welcome-wrapper {
		padding: 430px 0 0 0;
	}
	#welcome-wrapper h1, #welcome-wrapper h2 {
		font-size: 90px;
	}
	#welcome-wrapper h2 {
		font-size: 100px;
	}
}
/*-------------------------------------------------- */

/* Custom page CSS                                   */

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



a:not(.btn) {
	color: #EC5E44;
}
a:not(.btn):hover {
	color: #E03E2F;
}
body {
	color: #342c3e;;
}
body.bg {
	background: #fff;
}
h1, h2, h3 {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #342c3e;
	line-height: normal !important;
}
.uk-text-black {
	color: #342c3e !important;
}
.uk-text-white {
	color: #342c3e;
}
.uk-text-yellow {
	color: #EC5E44;
}
.uk-text-yellow a {
	color: #EC5E44;
}
.uk-text-yellow a:hover {
	color: #E03E2F;
}
.uk-text-a2 {
	color: #342c3e;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.clearfix:before,  .clearfix:after {
	display: table;
	content: "";
	line-height: 0;

}
.clearfix:after {
	clear: both;
}
.hide-text {
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn {
	display: inline-block;
	padding: 11px 22px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	background-image: none;
	border: none;
	text-shadow: none;
	border-bottom-color: transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 7px;
}
.btn:hover {
	text-decoration: none;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,  .btn:active {
	background-color: #e6e6e6;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn.disabled,  .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-lg {
	padding: 15px 30px;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.btn-lg [class^="icon-"] {
	margin-top: 2px;
}
.btn-sm {
	padding: 8px 16px;
	font-size: 12px;
	line-height: 18px;
}
.btn-sm [class^="icon-"] {
	margin-top: 0;
}
.btn-xs {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 16px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
.btn-primary.active,  .btn-warning.active,  .btn-danger.active,  .btn-success.active,  .btn-info.active,  .btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn {
	border-color: #c5c5c5;
	border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-default {
	background: transparent;
	border: 2px solid #000;
	color: #000;
	text-shadow: none;
}
.btn-default:hover,  .btn-default:focus {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.btn-primary {
	background: #f7b926;
}
.btn-primary:hover,  .btn-primary:focus {
	background: #f8c13f;
}
.btn-warning {
	background: #ff8400;
}
.btn-warning:hover,  .btn-warning:focus {
	background: #b25c00;
}
.btn-danger {
	background: #ff0000;
}
.btn-danger:hover,  .btn-danger:focus {
	background: #8a0000;
}
.btn-success {
	background: #69bd43;
}
.btn-success:hover,  .btn-success:focus {
	background: #44a219;
}
.btn-info {
	text-shadow: none;
}
.btn-info:hover,  .btn-info:focus {
	background: none;
	border: 1px solid #999;
	color: #f7b926;
}
.btn-inverse {
	background: #000;
	color: #fff;
}
.btn-inverse:hover,  .btn-inverse:focus {
	background: #262626;
	color: #fff;
}
button.btn,  input[type="submit"].btn {
	padding-top: 3px;
	padding-bottom: 3px;
}
 button.btn::-moz-focus-inner,  input[type="submit"].btn::-moz-focus-inner {
 padding: 0;
 border: 0;
}
button.btn.btn-lg,  input[type="submit"].btn.btn-lg {
	padding-top: 7px;
	padding-bottom: 7px;
}
button.btn.btn-sm,  input[type="submit"].btn.btn-sm {
	padding-top: 3px;
	padding-bottom: 3px;
}
button.btn.btn-xs,  input[type="submit"].btn.btn-xs {
	padding-top: 1px;
	padding-bottom: 1px;
}
.btn-link,  .btn-link:active {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #049cdb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}
a,  a:hover {
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

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

/* Set the main navigation here  */

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

.header-wrapper {
	margin: 0 auto;
	background: none repeat scroll 0 0;
	transition: all 0.7s ease-out 0s;
}
.navbar-default {
	background:transparent !important
}
.col-fullsize {
	padding: 0px;
}
.f-menu {
	display: block;
	padding: 0px;
	position: fixed;
	top: 0px !important;
	transition: all 0.7s ease-out 0s;
	width: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.84) !important;
}
.main-navigation {
	position: relative;
}
.col-pad-0 {
	padding-right: 0px;
	padding-left: 0px;
}
/* Set the navbar here */

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	font-weight: 400;
	border-bottom: none;
	color: #000;
}
.f-menu .navbar {
	border-bottom:none
}
/* Set the navbar text here */

.navbar-text {
	margin: 0 auto;
	padding: 39px 0px;
	font-size: 31.5px;
}
.navbar-text-fixed {
	padding: 16px 0px;
}
/* Set the navbar brand here */

.navbar-header {
	margin: 0 auto;
	padding-top: 40px;
}
.navbar-header-fixed {
	padding-top: 16px;
}
.navbar-brand {
	float: left;
	height: 53px;
	margin: 0 auto;
	font-size: 18px;
	padding: 0px;
	line-height: 20px;
}
.navbar-brand-fixed {
	padding: 0px;
}
/* Center the menu here */

.navbar-nav-center {
	float: right;
	margin: 0 auto;
	padding: 41px 18px;
	display: table;
	font-size: 16px;
	table-layout: fixed;
}
.navbar-nav-center-fixed {
	padding: 18px;
}
/* Set the background color of navbar here */

.navbar-default {
	background-color: none;
}
/* Set the color of menu text here */

.navbar-default .navbar-text {
	color: #000;
}
/* Set the color and size of menu buttons here */

.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 18px;
	border-radius:15px;
}
.navbar-default .navbar-nav > li > a:active,  .navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
	background-color: #EC5E44;
	color: #fff;
	border-radius:15px;
}
/* Set the color and shape of menu buttons here */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #E03E2F;
	color: #fff;
	border-radius: 15px;
}
.navbar-default .navbar-toggle {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	font-size: 18px;
	float: none;
	text-align: center;
	padding: 9px 10px;
	color: #EC5E44;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle:focus {
	outline: none;
}
.navbar-default .navbar-toggle:after {
	content: '\f0c9';
	font-family: FontAwesome;
	font-size: 25px;
}
.navbar-default .navbar-nav > .open > a,  .navbar-default .navbar-nav > .open > a:hover,  .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #f7b926;
}
.uk-nav-navbar > li > a {
	color: #fff;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
	background: #E03E2F;
	color: #fff;
}
/* Full Width Gap */

.gap-fullsize {
	background-image: url("images/taxi-stripe.jpg");
	min-height: 12px;
	width: 100%;
	position: relative;
}
/*-------------------------------*/

/* Full Width Carousel Container */

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

.container-fullsize {
	width: 100%;
	position: relative;
	padding: 0px;
}
.owl-carousel .item {
	background: #fff;
	text-align: center;
	height: 600px;
	margin-top: 0px;
}
.owl-carousel img {
	/*position: absolute;
	*/
	margin-left:auto;
	margin-right:auto;
	max-width:none !important;
	height: 600px;
}
.carousel-caption {
	top: 25%;
	right: 10%;
	left: 10%;
}
.carousel-caption-phone {
	top: 0%;
}
.owl-carousel .carousel-caption img {
	position: relative;
	width: auto;
	height: 500px;
}
.owl-carousel .carousel-caption .table > tbody > tr > td {
	vertical-align: middle;
}

/* Carousel Responsive CSS */

@media (max-width: 979px) {
.owl-carousel .item {
	height: 500px;
}
.owl-carousel img {
	width: auto;
	height: 500px;
}
.owl-carousel .carousel-caption img {
	width: auto;
	height: 400px;
}

}

@media (max-width: 1199px) {
.navbar-header {
	padding-top: 10px;
}
.vertical-city-coverage {
	padding-top: 110px !important;
	padding-bottom: 30px !important;
}
.header-wrapper {
	background-color: #154669;
}
}
 @media (max-width: 767px) {
.owl-carousel .item {
	height: 380px;
}
.owl-carousel img {
	width: auto;
	height: 380px;
}
.owl-carousel .carousel-caption img {
	width: auto;
	height: 280px;
}
}
/* Carousel Text */

.lead {
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
}
.lead-large {
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
}
 @media (min-width: 768px) {
.lead {
	font-size: 42px;
	font-family: 'Raleway', sans-serif;
}
.lead-large {
	font-size: 64px;
	font-family: 'Raleway', sans-serif;
}

.nabrajanje-label {
top: 10px;
position: relative;
font-weight:normal !important;
color:#fff
}


}

.nabrajanje-label {
color:#fff
}
/* Carousel Buttons */

.os-btn {
	background-color: transparent;
	border: 2px solid #f7b926;
	border-radius: 100px;
	box-shadow: none;
	padding: 10px 25px;
	font-size: 18px;
	margin-top: 10px;
}
.os-btn-white {
	border-color: #fff;
	color: #fff;
}
.os-btn-black {
	border-color: #000;
	color: #000;
}
/* Styling Carousel's Next and Prev buttons */

.owl-theme .owl-controls {
	margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
	background: #f7b926;
}
.owl-theme .owl-controls .owl-buttons div {
	background: #fff;
	color: #aaa;
	padding: 20px 15px;
}
.owl-prev {
	float: left;
	position: absolute;
	top: 45%;
	left: 5px;
}
.owl-next {
	float: right;
	position: absolute;
	top: 45%;
	right: 5px;
}
.owl-pagination {
	display: none;
}
/*--------------------*/

/* Styling Choose Car */

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

.choose-car {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #ffffff
}
.tab-content {
	text-align:center
}
.header-car {
	padding: 0px 0px 25px;
	text-align: center;
	font-weight: 700;
	color:#fff;
}
.header-car::after {
	margin: -1px auto;
	background-image: url("images/taxi.png");
	background-repeat: repeat;
	content: "";
	display: block;
	height: 9px;
	position: relative;
	width: 129px;
	top: 12px;
	margin-bottom: 8px;
	background-color: #EC5E44
}
.margintop-70 {
	margin-top: 70px;
}
/* Set the background color of nav-tabs here */

.cc-nav-tabs {
	border-bottom: 0px;
}
.dark-bg {
	background-color: #f7f5fa;
	border-top: 1px solid #dbd3e9;
	padding-top: 50px;
	padding-bottom: 120px;
	background-image: url("images/vienna-skyline.png");
	background-repeat: repeat-x;
	background-position: bottom center;
}
/* Center Car Tabs here */

.nav-tabs-center {
	float: none;
	margin: 0 auto;
	padding: 0px;
	display: table;
	font-size: 14px;
	table-layout: fixed;
}
/* Set the color and size of tabs here */
.cc-nav-tabs > li {
	width: 25%
}
.cc-nav-tabs > li > a {
	color: #154669;
	background-color:#f7f5fa;
	padding: 2px;
	border: none;
}
/* Set the color and shape of tabs here */

.cc-nav-tabs > li.active > a, .cc-nav-tabs > li.hover > a, .cc-nav-tabs > li.focus > a {
	background-color: #EC5E44;
	color: #15466F;
}
.cc-nav-tabs > .active > a, .cc-nav-tabs > .active > a:hover, .cc-nav-tabs > .active > a:focus {
	background-color: #000;
	color: #fff;
}
.cc-nav-tabs > li > a:active, .cc-nav-tabs > li > a:hover, .cc-nav-tabs > li > a:focus {
	background-color: #EC5E44;
	color: #fff;
	border-radius: 30px;
}
.cc-nav-tabs > li > a, .cc-nav-tabs > li > a:hover, .cc-nav-tabs > li > a:focus, .cc-nav-tabs > li.active > a, .cc-nav-tabs > li.active > a:hover, .cc-nav-tabs > li.active > a:focus {
	border: 0 !important;
	border-radius: 30px;
	text-align:center;
}

.cc-nav-tabs > li > a img {
	border-radius: 7px;
	margin-top:7px;
	margin-bottom:4px;
	max-width:100%
}

.cc-nav-tabs > li.active > a, .cc-nav-tabs > li.active > a:hover, .cc-nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #EC5E44;
}
.uk-panel-box-primary {
	color: #fff;
	background: #aa0000;
	border: 1px solid #fff;
	border-radius: 50px;
}
.uk-panel-box-primary h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}
/*------------------------------*/

/* Styling Book Taxi            */

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

.book-taxi {
	background-image: url("images/city-parallax.jpg");
	background-size: cover;
	color: #fff;
	margin: 0px;
	padding-top: 122px;
	padding-bottom: 0px;
}
.full-bg-overlay {
	background-image: url("images/pattern.png");
	background-repeat: repeat;
	padding-top: 50px;
	padding-bottom: 35px;
	height: 100%;
	width: 100%;
}
@media (max-width: 768px) {
	.book-taxi {
		padding-top: 64px;
	}
	.book-now {
		padding-top: 20px;
	}
	.vertical-city-cab {
		padding-top: 64px;
	}
}



.book-now {
	padding: 0px 0px 25px;
	text-align: center;
	font-weight: 300;
	color: #fff;
}
.book-now::after {
	margin: -1px auto;
	background-image: url("images/taxi2.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 8px;
}
.radio {
	color: #fff;
}
.book-taxi .form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
}
.label-left {
	padding-right: 0px;
	text-align: left !important;
	color: #f7b926;
	text-transform: capitalize
}
.book-taxi .form-control {
	color: #31708F;
	background: #fff;
	border: 1px solid #fff;
	border-radius:8px
}
.book-taxi .form-control:focus, .form-control.active {
	-webkit-box-shadow: 0 0 2px #31708F;
	-moz-box-shadow: 0 0 2px #31708F;
	box-shadow: 0 0 2px #31708F;
}

.book-taxi .control-label {
	color:#fff !important;
}

@media (max-width: 768px) {
	.book-taxi .control-label {
		font-size: 12px;
	}

}
/* Datepicker */

.ui-widget-header {
	background-color: #f7b926;
	color: #fff;
}
.ui-widget-header a {
	background-color: #f7b926;
	color : #fff;
}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background-color: #e6e6e6
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-color: #f7b926;
	color : #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background-color: #fbf9ee
}
/*------------------------------*/

/* Styling Download App         */

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

.download-app {
	padding-top: 50px;
	padding-bottom: 35px;
padding-bottom: 35px;
background-size: cover;
}
.da-span {
	background: #fff;
	color: #15466F;
}
.p-mar-5 {
	margin-top: -5px;
	font-family: 'Raleway', sans-serif;
}
.p-mar-15 {
	margin-top: -15px;
	font-family: 'Raleway', sans-serif;
}
.da-a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
/*------------------------------*/

/* Styling Testimonials         */

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

.nav-tabs {
	border-bottom: none;
}
.vertical-testimonials {
	background: #EC5E44;
	padding-top: 35px;
	padding-bottom: 0px;
}
.header-testimonials {
	padding: 0px 0px 3px 0px;
	text-align: center;
	font-weight: 300;
	color: #fff;
}
.header-testimonials::after {
	margin: -1px auto;
	background-image: url("images/taxi.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 8px;
}
.text-white {
	color:#fff;
}
.marginbottom-30 {
	margin-bottom:40px
}
.nav-tabs-center-testimonials {
	float: none;
	margin: 0 auto;
	margin-bottom: 65px;
	padding: 0px;
	display: table;
	font-size: 14px;
	table-layout: fixed;
	background: transparent;
	background-color: transparent;
}
/* Set the color and size of tabs here */

.sp-nav-tabs > li > a {
	background-color: #fff;
	color: #000;
	padding: 6px 15px;
	border: 2px solid #fff;
	border-radius: 100px;
}
/* Set the color and shape of tabs here */

.sp-nav-tabs > li.active > a, .sp-nav-tabs > li.hover > a, .sp-nav-tabs > li.focus > a {
	background-color: #000;
	color: #fff;
}
.sp-nav-tabs > .active > a, .sp-nav-tabs > .active > a:hover, .sp-nav-tabs > .active > a:focus {
	background-color: #000;
	color: #fff;
	border-radius: 100px;
}
.sp-nav-tabs > li > a:active, .sp-nav-tabs > li > a:hover, .sp-nav-tabs > li > a:focus {
	background-color: #000;
	color: #fff;
	border-radius: 100px;
}
.sp-nav-tabs > li > a, .sp-nav-tabs > li > a:hover, .sp-nav-tabs > li > a:focus, .sp-nav-tabs > li.active > a, .sp-nav-tabs > li.active > a:hover, .sp-nav-tabs > li.active > a:focus {
	border-color: #fff;
	border-radius: 100px;
}
.sp-nav-tabs > li.active > a, .sp-nav-tabs > li.active > a:hover, .sp-nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}
/*------------------------------*/

/* Styling Lost Property        */

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

.lost-property {
	padding-top: 35px;
	padding-bottom: 35px;
}
.header-lost {
	padding: 0px 0px 25px;
	text-align: center;
	font-weight: 300;
}
.header-lost::after {
	margin: -1px auto;
	background-image: url("images/taxi.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 8px;
}
.header-text, .header-p {
	color: #a2a2a2;
}
.header-p {
	margin-top: -5px;
	font-family: 'Raleway', sans-serif;
}
/*------------------------------*/

/* Styling Taxi Driver For Hire */

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

.vertical-driver {
	background: url('images/city.jpg');
	background-position: center top;
	background-repeat: repeat;
	background-size: 2500px auto;
	bottom: -500px;
	display: block;
	left: -200px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.header-driver {
	padding: 0px 0px 25px 0px;
	text-align: center;
	font-weight: 300;
	color: #fff;
}
.header-driver::after {
	margin: -1px auto;
	background-image: url("images/taxi2.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 35px;
}
.vd-uk-overlay-area-content p {
	color: #000;
	line-height: 1.0;
	font-family: 'Raleway', sans-serif;
}
.vd-uk-overlay-area-content p > a {
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat Alternates";
}
.vd-uk-overlay-area-content p > a.btn-sm {
	font-size: 14px;
	font-weight: 400;
	font-family: "Montserrat Alternates";
}
/*------------------------------*/

/* Styling Taxis For Sale       */

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

.taxis-sale {
	padding-top: 35px;
	padding-bottom: 35px;
}
.sprocket-tables-container {
	font-family: 'Raleway', sans-serif;
}
.sprocket-tables-item {
	border: 1px solid #f7b926;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sprocket-tables-item:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sprocket-tables-price {
	font-family: "Montserrat Alternates";
}
.sprocket-tables-desc {
	background: none repeat scroll 0 0 #f7b926;
	color: #fff;
}
.sprocket-tables-link {
	background: none repeat scroll 0 0 #f7b926
}
/*------------------------------*/

/* Styling Taxi Advertising     */

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

.advertising {
	margin: 0 auto;
	background: #342c3e;
	color: #fff;
	padding: 50px 0 40px;
}
.advertising .header-car:after{
	background-color: #342c3e !important;
}
.header-advertising {
	padding: 0px 0px 25px 0px;
	text-align: center;
	font-weight: 300;
	color: #fff;
}
.header-advertising::after {
	margin: -1px auto;
	background-image: url("images/taxi.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 8px;
}
.a-row {
	padding: 0;
}
.a-spot {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.a-spot li::before {
	content: "\f164";
	font-family: FontAwesome;
}
.a-p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.a-a {
	color: #fff;
}
/*------------------------------*/

/* Styling Bottom               */

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

.bottom_footer {
	margin: 0 auto;
	background-color: rgb(22, 17, 28);
	color: rgb(185, 178, 208);
	padding: 35px 0px;
	transition: all 0.7s ease-out 0s;
}
.bottom-row {
	padding: 0;
	line-height: 24px;
}
.header-bottom {
	margin-top:20px;
	padding: 5px 0px 25px 0px;
	text-align: left;
	font-weight: 700;
	color: rgb(185, 178, 208);
}
.header-bottom::after {
	background-color: #EC5E44;
	content: "";
	display: block;
	height: 3px;
	position: relative;
	width: 70px;
	top: 12px;
	margin-bottom: 8px;
}
.bottom-row p {
	color: rgb(185, 178, 208);
	margin: 0px;
}
.bottom-row a {
	color: rgb(185, 178, 208);;
}
/*------------------------------*/

/* Styling Footer               */

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

.footer-wrapper {
	color: #fff;
	padding: 35px 0px 80px 0;
	line-height: 30px;
	position: relative;
	color: #fff;
	background-color: rgb(52, 44, 62);
}
.footer-wrapper::after {
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: none repeat scroll 0 0 #000;
}
.footer-wrapper .gap {
	background: none repeat scroll 0 0 #0d0d0d;
	min-height: 12px;
	width: 100%;
	position: relative;
}
.footer-wrapper .btn.social {
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #fff;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	padding: 5px 12px;
}
.footer-wrapper .btn.social:hover {
	color: #fff;
	border: 2px solid #f7b926;
	background: #f7b926;
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.footer-wrapper .totop i {
	background: none repeat scroll 0 0 #141414;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	padding: 10px 16px;
	position: relative;
	top: 25px;
}
.footer-wrapper .icon-caret-up {
	background: none repeat scroll 0 0 #141414;
	border-radius: 50px;
	color: #fff;
	font-size: 24px;
	padding: 10px 16px;
	position: relative;
	top: 25px;
}
.footer-wrapper a:not(.btn) {
	color: #fff;
}
.footer-wrapper a:hover {
	text-decoration: none;
	transition: all 200ms ease 0s;
	color: #5BC0DE;
}
/*--------------------------------------------*/

/* Styling Who Are We                         */

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

.professional-company {
	padding-top: 35px;
	padding-bottom: 35px;
}
.professional-company p {
	font-family: 'Raleway', sans-serif;
}
.professional-company .uk-badge {
	border-radius: 50px;
	padding: 2px 8px;
	font-family: 'Raleway', sans-serif;
}
.professional-company .uk-panel p {
	color: #000;
	margin: 0px;
}
.professional-company p.uk-panel-p-5 {
	color: #a2a2a2;
	margin-top: -10px;
}
.professional-company .uk-progress {
	border: 2px solid #000;
	padding: 3px;
	border-radius: 50px;
}
.professional-company .uk-progress-bar {
	background: none repeat scroll 0 0 #f7b926;
	border-radius: 50px;
}
/*--------------------------------------------*/

/* Styling City Coverage                      */

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

.vertical-city-coverage {
	background: url(images/city-parallax.jpg);
	padding-top: 140px;
	padding-bottom: 35px;
	background-size:cover;
	background-position:bottom center
}
.header-coverage {
	padding: 0px 0px 15px 0px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 32px;
}
.header-coverage::after {
	margin: -1px auto;
	background-image: url("images/taxi.png");
	background-repeat: repeat;
	content: "";
	display: block;
	height: 9px;
	position: relative;
	width: 93px;
	top: 15px;
	margin-bottom: 8px;
}
.vertical-city-coverage p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.vertical-city-coverage h4 {
	color: #fff;
}
/*--------------------------------------------*/

/* Styling Our Vehicles                       */

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



.vertical-our-vehicles {
	background: url(images/city-parallax2.jpg);
	background-position: 50% -236.6px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-color: #fff;
}
.vertical-our-vehicles .header-vehicles {
	padding: 0px 0px 25px;
	text-align: center;
	font-weight: 300;
}
.vertical-our-vehicles .header-vehicles::after {
	margin: -1px auto;
	background-image: url("images/taxi.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 8px;
}
.panel-heading {
	padding: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.panel {
	border-color: #fff;
}
.panel-body p {
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.panel-default > .panel-heading {
	background-color: #fff;
	color: #000;
	padding: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.btn.accord {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #fff;
	text-align: left;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 8px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	padding: 14px 25px;
	background-color:#AA0000
}
.btn.accord:hover {
	color: #fff;
	background-color:#5BC0DE;
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.btn.accord.active {
	color: #fff;
	border: 2px solid #000;
	background: #000;
	text-decoration: none;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
/*--------------------------------------------*/

/* Styling Our Drivers                        */

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

.horizon-our-drivers {
	background: url(images/city-parallax3.jpg);
	background-size: 1920px auto;
	background-position: 60% 28%;
	padding-top: 35px;
	padding-bottom: 35px;
}
.horizon-our-drivers p {
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.horizon-our-drivers h4 {
	color: #fff;
}
.horizon-our-drivers span.circle {
	background-color: #fff;
}
/*--------------------------------------------*/

/* Styling We Are City Cab                    */

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

.vertical-city-cab {
	background: url('images/city-parallax.jpg');
	background-size: cover;
	padding-top: 122px;
	padding-bottom: 0px;
	background-position: bottom center;
}

.header-city-cab {
	padding: 0px 0px 25px 0px;
	text-align: center;
	font-weight: 300;
	color: #fff;
}
.header-city-cab::after {
	margin: -1px auto;
	background-image: url("images/taxi2.png");
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	width: 90px;
	top: 12px;
	margin-bottom: 35px;
}
.city-cab h2, .city-cab h4 {
	color: #fff;
	line-height: 40px;
}
.city-cab h2 {
	font-size: 31.5px;
}
/*--------------------------------------------*/

/* Styling Contact                            */

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

.contact {
	padding-top: 35px;
	padding-bottom: 35px;
}
.header-contact {
	margin-top: 0px;
	padding: 0px 0px 10px;
	text-align: left;
	font-weight: 300;
	color: #000;
}
.header-contact::after {
	background-image: url("images/taxi2.png");
	background-repeat: no-repeat;
	display: block;
	height: 6px;
	margin-bottom: 8px;
	position: relative;
	top: 5px;
	width: 90px;
}
.contact legend {
	border: medium none;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px 0px 20px;
}
.contact .form-horizontal .control-label {
	text-align: left;
}
.contact .form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
.contact .form-horizontal {
	margin-bottom: 25px;
}
.contact button.btn, .contact input.btn[type="submit"] {
	padding: 10px 15px;
}
.contact button.btn, .contact input.btn[type="submit"] {
	padding-bottom: 10px;
	padding-top: 10px;
}
.contact .btn-primary {
	background: none repeat scroll 0 0 #f7b926;
}
.contact .btn {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.contact .btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-radius: 8px;
	border-style: none;
	border-width: medium;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: center;
	text-shadow: none;
	transition: all 400ms ease 0s;
	vertical-align: middle;
}
.contact .control-label {
	color: #000;
	font-weight: 700;
}
.contact input[type="text"], .contact input[type="password"], .contact input[type="datetime"], .contact input[type="datetime-local"], .contact input[type="date"], .contact input[type="month"], .contact input[type="time"], .contact input[type="week"], .contact input[type="number"], .contact input[type="email"], .contact input[type="url"], .contact input[type="search"], .contact input[type="tel"], .contact input[type="color"], .contact .uneditable-input {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
}
.contact textarea {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
}
/*--------------------------------------------*/

/* Styling F.A.Q.                             */

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

.uk-dropdown-navbar {
    margin-top: 6px;
    background: #EC5E44;
    color: #fff;
    left: -1px;
    border: none;
    border-radius: 8px;
}

.faq {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 16px;
}
.header-fac {
	padding: 0px 0px 10px;
	text-align: left;
	font-weight: 300;
}
.faq p {
	font-size: 16px;
}
.faq .btn-inverse {
	color: #fff;
}

.faq h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	letter-spacing: 0px;
	padding: 0 0 25px;
}

.faq h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	letter-spacing: -2px;
	padding: 0 0 25px;
}
.faq .header-p {
	margin-top: 15px;
}
.faq .panel-body > p {
	margin: 0px;
}
/*--------------------------------------------*/

/* Styling blog                               */

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

.blog-wrapper {
	padding-top: 35px;
	padding-bottom: 0px;
	line-height: 20px;
}
article {
	margin-bottom: 15px !important;
}
.entry-title {
	margin-bottom: 15px !important;
}
.page-header {
	border: medium none;
	margin: 0 0 20px;
	padding-bottom: 10px;
}
.entry-meta.muted {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #f7b926;
	border-radius: 50px;
	color: #000;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}
.entry-meta.muted > span, .entry-meta.muted > time {
	font-size: 14px;
	margin: 0 5px;
}
.create-date {
	background: none repeat scroll 0 0 #f7b926;
	border-radius: 50px 0 0 50px;
	color: #fff;
	font-family: "Montserrat Alternates", sans-serif;
	margin-left: -16px !important;
	padding: 18px 25px;
}
.create-date .day {
	font-size: 18px;
}
.create-date .month {
	font-size: 18px;
}
.create-date .year {
	color: #000;
}
.category-name {
	font-family: 'Raleway', sans-serif;
}
.entry-content {
	margin-bottom: 25px;
}
.entry-content-bottom-zero {
	margin-bottom: 0px;
}
.taxi {
	border-radius: 50px;
}
.entry-content p {
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.clearfix::after {
	clear: both;
}
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
	line-height: 0;
}
.footer .entry-meta {
	margin-top: 15px;
}
.readmore {
	color: #000;
	margin-top: 15px;
	bottom: 30px;
	padding: 10px 20px;
	background: transparent;
	border: 2px solid #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #000 !important;
	text-shadow: none;
	font-family: 'Raleway', sans-serif;
}
.readmore:hover, .readmore:focus {
	background: #000;
	color: #fff !important;
}
ul.pagenav, ul.pagination {
	color: #000 !important;
	list-style: outside none none;
	margin-left: 0;
	margin-top: 10px;
	overflow: hidden;
	padding: 0;
	background: transparent;
	font-family: 'Raleway', sans-serif;
}
.pager {
	margin-bottom: 0px;
}
.pager li > a, .pagination li > a, .pager li > span, .pagination li > span {
	color: #000 !important;
	border: 2px solid #000;
	background: transparent;
	border-radius: 50px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pager li > a:hover, .pagination li > a:hover, .pager li > span:hover, .pagination li > span:hover {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}
.pull-right {
	margin-top: 0;
}
.counter {
	margin-top: 25px !important;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.blog-wrapper ul {
	padding-left: 0 !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 50px;
	border-top-left-radius: 50px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}
/*--------------------------------------------*/

/* Styling buttons                            */

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

.breadcrumb-wrapper {
	background: none repeat scroll 0 0 #f7b926;
	color: white;
	display: block;
	padding: 15px 0;
	text-align: center;
}
.breadcrumb {
	background-color: #f7b926;
	margin-bottom: 0px;
}
.breadcrumb > .active {
	color: #fff;
}
.breadcrumb > li + li::before {
	color: #fff;
	content: "/ ";
	padding: 0 5px;
}
.breadcrumb a:not(.btn) {
	color: #fff;
}
.breadcrumb a:hover:not(.btn) {
	color: #000;
}
/*--------------------------------------------*/

/* Styling icons                              */

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

.tm-icons {
	font-family: 'Raleway', sans-serif;
}
/*--------------------------------------------*/

/* Styling typography                         */

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

.dropcap::first-letter {
	color: #666;
	display: block;
	float: left;
	font-family: Montserrat Alternates;
	font-size: 40px;
	line-height: 40px;
	padding: 4px 8px 0 0;
}
.dropcap {
	overflow: hidden;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss, ul.spot {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
ul.arrow li::before,  ul.arrow li::after,  ul.arrow-double li::before,  ul.arrow-double li::after,  ul.tick li::before,  ul.tick li::after,  ul.cross li::before,  ul.cross li::after,  ul.star li::before,  ul.star li::after,  ul.rss li::before,  ul.rss li::after {
	font-family: FontAwesome;
	font-size: 11px;
}
ul.spot {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.spot li::before,  ul.spot li::after {
	font-family: FontAwesome;
	font-size: 18px;
}
ul.arrow li::before,  ul.arrow-double li::before,  ul.tick li::before,  ul.cross li::before,  ul.star li::before,  ul.rss li::before,  ul.spot li::before {
	margin-right: 5px;
}
ul.arrow li::before {
	content: "\f105";
}
ul.arrow-double li::before {
	content: "\f101";
}
ul.tick li::before {
	content: "\f00c";
}
ul.cross li::before {
	content: "\f00d";
}
ul.star li::before {
	content: "\f006";
}
ul.rss li::before {
	content: "\f09e";
}
ul.spot li::before {
	content: "\f164";
}
ol.arrow, ol.arrow-double, ol.tick, ol.cross, ol.star, ol.rss, ol.spot {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
ol.arrow li::before,  ol.arrow li::after,  ol.arrow-double li::before,  ol.arrow-double li::after,  ol.tick li::before,  ol.tick li::after,  ol.cross li::before,  ol.cross li::after,  ol.star li::before,  ol.star li::after,  ol.rss li::before,  ol.rss li::after {
	font-family: FontAwesome;
	font-size: 11px;
}
ol.spot {
	list-style: none;
	padding: 0;
	margin: 0;
}
ol.spot li::before,  ol.spot li::after {
	font-family: FontAwesome;
	font-size: 18px;
}
ol.arrow li::before,  ol.arrow-double li::before,  ol.tick li::before,  ol.cross li::before,  ol.star li::before,  ol.rss li::before,  ol.spot li::before {
	margin-right: 5px;
}
ol.arrow li::before {
	content: "\f105";
}
ol.arrow-double li::before {
	content: "\f101";
}
ol.tick li::before {
	content: "\f00c";
}
ol.cross li::before {
	content: "\f00d";
}
ol.star li::before {
	content: "\f006";
}
ol.rss li::before {
	content: "\f09e";
}
ol.spot li::before {
	content: "\f164";
}
.blocknumber {
	position: relative;
	min-height: 45px;
}
.blocknumber span {
	font-weight: bold;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	margin: 0px -60px;

}
.blocknumber span.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.blocknumber span.circle {
	border-radius:7px;
	padding: 0;
}
.blocknumber-ltr {
	padding: 5px 0 5px 60px;
	left: 0;
	color:#fff;
}
/*--------------------------------------------*/

/* Styling sidebar                            */

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

.white-space {
	display: block;
	width: 100%;
}
.white-space.space-sm {
	padding: 3px 0;
}
.form-control[readonly] {
	cursor:default;
	background-color:#fff;
}
.with-sidebar .sidebar:before {
	content: "";
	display: block;
	height: 4000px;
	position: absolute;
	width: 1px;
}
.sidebar.sidebar-right:before {
	margin-left: -8px;
}
.sidebar.sidebar-left:before {
	right: 7px;
}
.sidebar.sidebar-right .sidebar-content {
	position: relative;
	padding-left: 35px;
}
.sidebar.sidebar-left .sidebar-content {
	position: relative;
	padding-right: 15px;
}
.sidebar-widget {
	margin-bottom: 40px;
}
/*--------------------------------------------*/

/* Styling Off Canvas Menu                    */

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

#offcanvas-toggler {
	float: right;
}
#offcanvas-toggler >i {
	display: inline-block;
	padding: 0;
	font-size: 18px;
	background: transparent;
	margin: 5px 0 27px 0;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
	color: #fff;
}
.close-offcanvas {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	color: #fff !important;
	padding: 10px;
	border-radius: 100%;
	width: 45px;
	height: 45px;
	line-height: 18px;
	text-align: center;
	font-size: 22px;
}
.close-offcanvas:hover {
	background: #000;
	color: #fff;
}
.offcanvas-menu {
	width: 280px;
	height: 100%;
	background: #fff;
	color: #999;
	position: fixed;
	top: 0;
	opacity: 0;
	z-index: 9999;
	overflow-y: scroll;
}
.offcanvas-menu .offcanvas-inner {
	padding: 20px;
	margin-bottom: 20px;
}

.offcanvas-menu .offcanvas-inner .active a{
	color:#D9EDF7 !important
}

.offcanvas-menu .offcanvas-inner {
	margin-top: 20px;
}
.offcanvas-menu .offcanvas-inner ul > li {
	border: none;
}
.offcanvas-menu .offcanvas-inner ul > li a {
	border-bottom: 1px dotted #e8e8e8;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	padding: 4px 20px;
}
.offcanvas-menu .offcanvas-inner ul > li a:hover {
	background: #f5f5f5;
}
.offcanvas-menu .offcanvas-inner ul > li >a:before {
	display: none;
}
.offcanvas-menu .offcanvas-inner :first-child {
	margin-top: 0;
}
.offcanvas-menu .offcanvas-inner > ul {
	margin: 0 -20px;
}
.offcanvas-menu {
	-webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
	transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
}
.body-wrapper:after {
	right: 0;
}
.offcanvas-menu {
	right: -280px;
}
.offcanvas .offcanvas-menu {
	right: 0;
}
.body-wrapper:after {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.8);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	z-index: 999;
}
.offcanvas {
	width: 100%;
	height: 100%;
	position: relative;
}
.offcanvas .body-wrapper:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
	opacity: 1;
}
.menu .nav-child.small {
	font-size: 12px;
}
.offcanvas-menu {
	color: #fff;
	background: #EC5E44;
}
.offcanvas-menu .offcanvas-inner ul > li a {
	color: #fff;
	border-bottom: 1px  #353535;
	font-size:20px
}
.offcanvas-menu .offcanvas-inner ul > li a:hover {
	color: #342c3e;
	background: #fff;
}
.main-logo {
	position: absolute;
	z-index: 200;
}
.main-logo img {
	top: 45px;
	position: relative
}
.header-wrapper {
	position:fixed;
	width:100%;
	z-index:9999;
	top:0px !important;
	background: rgba(0,0,0,0.8);
background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0.15)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.header-wrapper .left-promo-header{
width: 155px;
position: absolute;
z-index: 9999;
left: -84px;
top: 18px;
}

.header-wrapper .right-promo-header{
width: 155px;
position: absolute;
z-index: 1050;
right: -84px;
top: 18px;
}
.uk-dropdown {
	z-index:4800 !important
}
.f-menu .left-promo-header, .f-menu .right-promo-header{
width: 80px;
}
.baner-8fahrt {
    margin-top: 40px;
}
 @media (min-width: 768px) {
.baner-8fahrt {
	display:none;
    margin-top: 40px;
}
 }

  @media (max-width: 1200px) {
.header-wrapper  .left-promo-header, .header-wrapper .right-promo-header {
	display:none !important
}

.header-coverage {
	font-size:40px
}

}

 @media (max-width: 979px) {
.main-logo img {
	width: 80% !important
}

.dark-bg {
	background-size: 120%
}
.lead {
	font-size:24px
}

.sprocket-quotes-image {
	height:auto !important
}
.cc-nav-tabs li {
	width:25% !important;
	margin-top: 20px;
}

.cc-nav-tabs li a{
	width:100% !important;
	text-align:center
}
#contact .control-label {
	display:none
}

.social-icons-footer img {
	width:40px;
}

}
 @media (max-width: 320px) {
.lead {
	font-size:22px
}
#footer .social img {
	width:40px !important
}
}
legend {
	padding-bottom: 15px !important
}
.with-margin-bottom20 {
	margin-bottom: 60px;
	text-align: center
}
 @media (min-width: 1200px) {
.navbar-brand {
	display: block
}
}
.padding-no-top {
	padding-top: 0px !important
}
.select-advanced {
	width: 100%;
}
.heading-wrapper {
	padding-left: 0px;
	padding-right: 0px
}
.btn-footer {
	background-color:#EC5E44;
	padding: 5px;
	min-width:48px;
	color: #fff !important;
	font-size: 12px;
}
.large-button-wrapper {
	margin-top:12px;
	margin-bottom:28px
}
.large-button-wrapper img {
	border-radius:7px
}
.btn-footer:hover {
	background-color:#E03E2F;
	color:#000
}

.btn-footer  strong{
	color:#fff
}
.btn-footer:hover  strong{
	color:#fff !important
}
.btn-footer:hover {
	color:#fff !important
}

.footer-social-urls {
	color:#fff !important;
	font-size:20px;
	margin-right:10px
}

.yellow-marker {
	color:#ffffff !important;
}

.margintop-10 {
	margin-top:10px !important
}
.margin-no {
	margin-bottom:0px;
	margin-top:0px
}
.responsive-logo-img {
	height:44px !important;
	margin-left:10px !important
}



.form-control[readonly]  {
	background-color:#fff;
	color:#493e54;
}

.form-control {
    padding: 12px 8px;
    border: 1px solid rgb(194, 187, 204);
    background-color:#fff;
		color: #493e54;
	border-radius:8px;
	height:44px;
	-webkit-appearance:none;
}

.form-control:focus {
    border-color: #a598b2;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.04),0 0 6px rgba(177,171,225,.3);
    outline: none;
}
.form-horizontal .control-label {
	display: block !important;
	text-align: left;
}

.red-color-txt {
	color:#d00;
}

.black-color-txt {
	color:#000;
}
#map {
	height:400px;
	border-top: thin solid rgb(204, 204, 204);
	border-bottom: thin solid rgb(204, 204, 204);
}
#results-map {
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	position:relative;
	top:-25px
}
#results-map span{
	display:block;
	font-weight:bold
}



.redukzion-alert-wrapper, .redukzion-alert-wrapper-2 {
	display:none
}


.redukzion-alert-wrapper .alert, .redukzion-alert-wrapper-2 .alert {
	margin-bottom:0px !important
}





 .form-horizontal h4 {
	 font-weight:300;
	 font-size:24px;
	 color: #EC5E44
	}


	.ruckfartdisplay {
	display: none
}
.additional .form-control {
	margin-bottom: 15px
}
.bottom-menu {
	position: fixed;
	bottom: 0px;
	background-color: #000;
	color: #fff;
	width: 100%;
	z-index: 9999;
	font-size:12px;
}
.bm-top {
	background-color: #342C3E;
	padding: 3px 0;
	color: #fff;
}
.bm-bottom {
	background-color: #1e1627;
	padding: 3px 0;
}
.margin-top-10 {
	margin-top:10px;
}
.font-16 {
	font-size:18px
}
.header-testimonials {
	font-size:28px;
	font-weight: 700;
}
.margintop-35 {
	margin-top:35px
}
.alert-danger {
	background-color: #EC5E44;
	color: #fff;
	border-radius: 20px;
	border:none
}

.alert-danger a {
	color: #342c3e !important
}

.alert-danger h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff
}
.alert-success {
	background-color: #3db134;
	color: #fff;
	border-radius: 20px;
	border:none
}
.alert-success a {
	color: #fff !important
}
.alert-info {
	background-color: #6c5fc7;
	color: #fff;
	border-radius: 20px;
	border:none
}
.social-icons-footer img, .bottom-social-media img {
	height: 32px;
	width: auto !important;
}
.bottom_footer hr {
	border-top: solid thin rgb(185, 178, 208) !important;
}
@media (max-width: 768px) {
	.vertical-city-cab {
		padding-top: 64px;
	}
	#results-map {
    top: -20px !important;
	}
}
