
.page-wrapper {
    background: #fff none repeat scroll 0 0;
    font-family: "Montserrat Alternates";
    overflow: hidden;
    position: relative;
    z-index: 1000;
}
a:not(.btn) {
    color: #f7b926;
}
a:hover:not(.btn) {
    color: #b07e07;
}
body {
    color: #000;
}
body.bg {
    background: #fff none repeat scroll 0 0;
}
h1, h2, h3 {
    margin: 0;
}
h1, h2, h3, h4 {
    color: #000;
}
.uk-text-black {
    color: #000;
}
.uk-text-white {
    color: #fff;
}
.uk-text-yellow {
    color: #f7b926;
}
.uk-text-a2 {
    color: #a2a2a2;
}
.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 {
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color transparent;
    border-image: none;
    border-radius: 50px;
    border-style: none;
    border-width: medium;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 11px 22px;
    text-align: center;
    text-shadow: none;
    transition: all 400ms ease 0s;
    vertical-align: middle;
}
.btn:hover {
    text-decoration: none;
    transition: all 400ms ease 0s;
}
.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #e6e6e6;
    background-image: none;
    box-shadow: none;
    outline: 0 none;
}
.btn.disabled, .btn[disabled] {
    background-color: #e6e6e6;
    background-image: none;
    box-shadow: none;
    cursor: default;
}
.btn-lg {
    border-radius: 50px;
    font-size: 16px;
    line-height: normal;
    padding: 15px 30px;
}
.btn-lg [class^="icon-"] {
    margin-top: 2px;
}
.btn-sm {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 16px;
}
.btn-sm [class^="icon-"] {
    margin-top: 0;
}
.btn-xs {
    font-size: 11px;
    line-height: 16px;
    padding: 5px 10px;
}
.btn-block {
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.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: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-default {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
    text-shadow: none;
}
.btn-default:hover, .btn-default:focus {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
}
.btn-primary {
    background: #f7b926 none repeat scroll 0 0;
}
.btn-primary:hover, .btn-primary:focus {
    background: #f8c13f none repeat scroll 0 0;
}
.btn-warning {
    background: #ff8400 none repeat scroll 0 0;
}
.btn-warning:hover, .btn-warning:focus {
    background: #b25c00 none repeat scroll 0 0;
}
.btn-danger {
    background: red none repeat scroll 0 0;
}
.btn-danger:hover, .btn-danger:focus {
    background: #8a0000 none repeat scroll 0 0;
}
.btn-success {
    background: #69bd43 none repeat scroll 0 0;
}
.btn-success:hover, .btn-success:focus {
    background: #44a219 none repeat scroll 0 0;
}
.btn-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f7b926;
    color: #999;
    text-shadow: none;
}
.btn-info:hover, .btn-info:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999;
    color: #f7b926;
}
.btn-inverse {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #262626 none repeat scroll 0 0;
    color: #fff;
}
button.btn, input.btn[type="submit"] {
    padding-bottom: 3px;
    padding-top: 3px;
}
button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button.btn.btn-lg, input.btn.btn-lg[type="submit"] {
    padding-bottom: 7px;
    padding-top: 7px;
}
button.btn.btn-sm, input.btn.btn-sm[type="submit"] {
    padding-bottom: 3px;
    padding-top: 3px;
}
button.btn.btn-xs, input.btn.btn-xs[type="submit"] {
    padding-bottom: 1px;
    padding-top: 1px;
}
.btn-link, .btn-link:active {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    border-radius: 0;
    color: #049cdb;
    cursor: pointer;
}
.btn-link:hover {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}
a, a:hover {
    text-decoration: none;
    transition: all 200ms ease 0s;
}
.header {
    letter-spacing: -2px;
}
.header-wrapper {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
}
.col-fullsize {
    padding: 0;
}
.f-menu {
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.main-navigation {
    position: relative;
}
.col-pad-0 {
    padding-left: 0;
    padding-right: 0;
}
.navbar {
    border-bottom: 1px solid #ededed;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
}
.navbar-text {
    font-size: 31.5px;
    margin: 0 auto;
    padding: 39px 0;
}
.navbar-text-fixed {
    padding: 16px 0;
}
.navbar-header {
    margin: 0 auto;
    padding-top: 34px;
}
.navbar-header-fixed {
    padding-top: 11px;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 53px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
}
.navbar-brand-fixed {
    padding: 0;
}
.navbar-nav-center {
    display: table;
    float: none;
    font-size: 16px;
    margin: 0 auto;
    padding: 41px;
    table-layout: fixed;
}
.navbar-nav-center-fixed {
    padding: 18px;
}
.navbar-default {
    background-color: #fff;
}
.navbar-default .navbar-text {
    color: #000;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 10px 15px;
}
.navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #f7b926;
    border-radius: 100px;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #f7b926;
    border-radius: 100px;
    color: #fff;
}
.navbar-default .navbar-toggle {
    background-color: #32313b;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: none;
    font-size: 18px;
    height: 48px;
    padding: 9px 10px;
    position: absolute;
    right: 57px;
    text-align: center;
    top: 30px;
    width: 48px;
}
.navbar-default .navbar-toggle:focus {
    outline: medium none;
}
.navbar-default .navbar-toggle::after {
    content: "";
    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 {
    background-color: #f7b926;
    color: #fff;
}
.uk-nav-navbar > li > a {
    color: #000;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #f7b926 none repeat scroll 0 0;
    color: #fff;
}
.gap-fullsize {
    background-image: url("images/taxi-stripe.jpg");
    min-height: 12px;
    position: relative;
    width: 100%;
}
.container-fullsize {
    padding: 0;
    position: relative;
    width: 100%;
}
.owl-carousel .item {
    background: #fff none repeat scroll 0 0;
    height: 600px;
    margin-top: 0;
    text-align: center;
}
.owl-carousel img {
    height: 600px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel-caption {
    left: 10%;
    right: 10%;
    top: 25%;
}
.carousel-caption-phone {
    top: 0;
}
.owl-carousel .carousel-caption img {
    height: 500px;
    position: relative;
    width: auto;
}
.owl-carousel .carousel-caption .table > tbody > tr > td {
    vertical-align: middle;
}
@media (max-width: 979px) {
.owl-carousel .item {
    height: 500px;
}
.owl-carousel img {
    height: 500px;
    width: auto;
}
.owl-carousel .carousel-caption img {
    height: 400px;
    width: auto;
}
}
@media (max-width: 767px) {
.owl-carousel .item {
    height: 380px;
}
.owl-carousel img {
    height: 380px;
    width: auto;
}
.owl-carousel .carousel-caption img {
    height: 280px;
    width: auto;
}
}
.lead {
    font-size: 30px;
    font-weight: 300;
    line-height: 0.8;
    margin-bottom: 0;
}
.lead-large {
    font-size: 42px;
    font-weight: 300;
    line-height: 0.8;
    margin-bottom: 0;
}
@media (min-width: 768px) {
.lead {
    font-size: 42px;
}
.lead-large {
    font-size: 64px;
}
}
.os-btn {
    background-color: transparent;
    border: 2px solid #f7b926;
    border-radius: 100px;
    box-shadow: none;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 25px;
}
.os-btn-white {
    border-color: #fff;
    color: #fff;
}
.os-btn-black {
    border-color: #000;
    color: #000;
}
.owl-theme .owl-controls {
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #f7b926 none repeat scroll 0 0;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    color: #aaa;
    padding: 20px 15px;
}
.owl-prev {
    float: left;
    left: 5px;
    position: absolute;
    top: 45%;
}
.owl-next {
    float: right;
    position: absolute;
    right: 5px;
    top: 45%;
}
.owl-pagination {
    display: none;
}
.choose-car {
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-car {
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.header-car::after {
    background-image: url("images/taxi.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.cc-nav-tabs {
    background-color: #fff;
    border-bottom: 0 none;
}
.nav-tabs-center {
    display: table;
    float: none;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
}
.cc-nav-tabs > li > a {
    border: 2px solid #f7b926;
    border-radius: 100px;
    color: #f7b926;
    padding: 6px 15px;
}
.cc-nav-tabs > li.active > a, .cc-nav-tabs > li.hover > a, .cc-nav-tabs > li.focus > a {
    background-color: #f7b926;
    color: #fff;
}
.cc-nav-tabs > .active > a, .cc-nav-tabs > .active > a:hover, .cc-nav-tabs > .active > a:focus {
    background-color: #f7b926;
    border-radius: 100px;
    color: #fff;
}
.cc-nav-tabs > li > a:active, .cc-nav-tabs > li > a:hover, .cc-nav-tabs > li > a:focus {
    background-color: #f7b926;
    border-radius: 100px;
    color: #fff;
}
.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-color: #f7b926;
    border-radius: 100px;
}
.cc-nav-tabs > li.active > a, .cc-nav-tabs > li.active > a:hover, .cc-nav-tabs > li.active > a:focus {
    background-color: #f7b926;
    border: 2px solid #f7b926;
    color: #fff;
    cursor: default;
}
.uk-panel-box-primary {
    background: #f7b926 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}
.uk-panel-box-primary h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.book-taxi {
    background-image: url("images/citydrop.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    color: #fff;
    margin: 0;
    padding-bottom: 35px;
    padding-top: 35px;
}
.book-now {
    color: #fff;
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.book-now::after {
    background-image: url("images/taxi2.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.radio {
    color: #f7b926;
}
.book-taxi .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.label-left {
    color: #f7b926;
    padding-right: 0;
    text-align: left !important;
}
.book-taxi .form-control {
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #111;
    color: #fff;
}
.book-taxi .form-control:focus, .form-control.active {
    box-shadow: 0 0 2px #f7b926;
}
.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_5F256x240.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;
}
.download-app {
    padding-bottom: 35px;
    padding-top: 35px;
}
.da-span {
    background: #f7b926 none repeat scroll 0 0;
    color: #fff;
}
.p-mar-5 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: -5px;
}
.p-mar-15 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: -15px;
}
.da-a {
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nav-tabs {
    border-bottom: medium none;
}
.vertical-testimonials {
    background: rgba(0, 0, 0, 0) url("images/testimonials.jpg") repeat scroll 0 0;
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-testimonials {
    color: #fff;
    font-weight: 300;
    padding: 65px 0 25px;
    text-align: center;
}
.header-testimonials::after {
    background-image: url("images/taxi.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.nav-tabs-center-testimonials {
    background: transparent none repeat scroll 0 0;
    display: table;
    float: none;
    font-size: 14px;
    margin: 0 auto 65px;
    padding: 0;
    table-layout: fixed;
}
.sp-nav-tabs > li > a {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #000;
    padding: 6px 15px;
}
.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;
    border-radius: 100px;
    color: #fff;
}
.sp-nav-tabs > li > a:active, .sp-nav-tabs > li > a:hover, .sp-nav-tabs > li > a:focus {
    background-color: #000;
    border-radius: 100px;
    color: #fff;
}
.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 {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.lost-property {
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-lost {
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.header-lost::after {
    background-image: url("images/taxi.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.header-text, .header-p {
    color: #a2a2a2;
}
.header-p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: -5px;
}
.vertical-driver {
    background: rgba(0, 0, 0, 0) url("images/city.jpg") repeat scroll center top / 2500px auto;
    bottom: -500px;
    display: block;
    left: -200px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.header-driver {
    color: #fff;
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.header-driver::after {
    background-image: url("images/taxi2.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 35px;
    position: relative;
    top: 12px;
    width: 90px;
}
.vd-uk-overlay-area-content p {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
}
.vd-uk-overlay-area-content p > a {
    font-family: "Montserrat Alternates";
    font-size: 16px;
    font-weight: 600;
}
.vd-uk-overlay-area-content p > a.btn-sm {
    font-family: "Montserrat Alternates";
    font-size: 14px;
    font-weight: 400;
}
.taxis-sale {
    padding-bottom: 35px;
    padding-top: 35px;
}
.sprocket-tables-container {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sprocket-tables-item {
    border: 1px solid #f7b926;
}
.sprocket-tables-item:hover {
    transform: scale(1.05);
}
.sprocket-tables-price {
    font-family: "Montserrat Alternates";
}
.sprocket-tables-desc {
    background: #f7b926 none repeat scroll 0 0;
    color: #fff;
}
.sprocket-tables-link {
    background: #f7b926 none repeat scroll 0 0;
}
.advertising {
    background: #f7b926 none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 35px 0;
}
.header-advertising {
    color: #fff;
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.header-advertising::after {
    background-image: url("images/taxi.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.a-row {
    padding: 0;
}
.a-spot {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.a-spot li::before {
    content: "";
    font-family: FontAwesome;
}
.a-p {
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.a-a {
    color: #fff;
}
.bottom {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 35px 0;
}
.bottom-row {
    padding: 0;
}
.header-bottom {
    color: #fff;
    font-weight: 300;
    padding: 5px 0 25px;
    text-align: left;
}
.header-bottom::after {
    background-image: url("images/taxi2.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.bottom-row p {
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
}
.bottom-row a {
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.footer-wrapper {
    background: #0d0d0d none repeat scroll 0 0;
    color: #fff;
    font-family: "Montserrat Alternates",sans-serif;
    line-height: 30px;
    padding: 35px 0;
    position: relative;
}
.footer-wrapper::after {
    background: #000 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer-wrapper .gap {
    background: #0d0d0d none repeat scroll 0 0;
    min-height: 12px;
    position: relative;
    width: 100%;
}
.footer-wrapper .btn.social {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    padding: 5px 12px;
    transition: all 400ms ease 0s;
}
.footer-wrapper .btn.social:hover {
    background: #f7b926 none repeat scroll 0 0;
    border: 2px solid #f7b926;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease 0s;
}
.footer-wrapper .totop i {
    background: #141414 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    padding: 10px 16px;
    position: relative;
    top: 25px;
}
.footer-wrapper .icon-caret-up {
    background: #141414 none repeat scroll 0 0;
    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 {
    color: #f7b926;
    text-decoration: none;
}
.professional-company {
    padding-bottom: 35px;
    padding-top: 35px;
}
.professional-company p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.professional-company .uk-badge {
    border-radius: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 2px 8px;
}
.professional-company .uk-panel p {
    color: #000;
    margin: 0;
}
.professional-company p.uk-panel-p-5 {
    color: #a2a2a2;
    margin-top: -10px;
}
.professional-company .uk-progress {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 3px;
}
.professional-company .uk-progress-bar {
    background: #f7b926 none repeat scroll 0 0;
    border-radius: 50px;
}
.vertical-city-coverage {
    background: rgba(0, 0, 0, 0) url("images/city-parallax.jpg") repeat scroll 0 0;
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-coverage {
    color: #fff;
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.header-coverage::after {
    background-image: url("images/taxi.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.vertical-city-coverage p {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.vertical-city-coverage h4 {
    color: #fff;
}
.vertical-our-vehicles {
    background: rgba(0, 0, 0, 0) url("images/city-parallax2.jpg") repeat scroll 50% -236.6px;
    border-color: #fff;
    padding-bottom: 35px;
    padding-top: 35px;
}
.vertical-our-vehicles .header-vehicles {
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.vertical-our-vehicles .header-vehicles::after {
    background-image: url("images/taxi.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.panel-heading {
    border-radius: 50px;
    padding: 0;
}
.panel {
    border-color: #fff;
}
.panel-body p {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    padding: 0;
}
.btn.accord {
    border: 2px solid #000;
    border-radius: 50px;
    color: #000;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 14px 25px;
    text-align: left;
    transition: all 400ms ease 0s;
}
.btn.accord:hover {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease 0s;
}
.btn.accord.active {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease 0s;
}
.horizon-our-drivers {
    background: rgba(0, 0, 0, 0) url("images/city-parallax3.jpg") repeat scroll 60% 28% / 1920px auto;
    padding-bottom: 35px;
    padding-top: 35px;
}
.horizon-our-drivers p {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.horizon-our-drivers h4 {
    color: #fff;
}
.horizon-our-drivers span.circle {
    background-color: #fff;
}
.vertical-city-cab {
    background: rgba(0, 0, 0, 0) url("images/city-parallax4.jpg") repeat scroll center top;
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-city-cab {
    color: #fff;
    font-weight: 300;
    padding: 0 0 25px;
    text-align: center;
}
.header-city-cab::after {
    background-image: url("images/taxi2.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin: -1px auto 35px;
    position: relative;
    top: 12px;
    width: 90px;
}
.city-cab h2, .city-cab h4 {
    color: #fff;
    line-height: 40px;
}
.city-cab h2 {
    font-size: 31.5px;
}
.contact {
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-contact {
    color: #000;
    font-weight: 300;
    margin-top: 0;
    padding: 0 0 10px;
    text-align: left;
}
.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;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 0 20px;
}
.contact .form-horizontal .control-label {
    text-align: left;
}
.contact .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.contact .form-horizontal {
    margin-bottom: 25px;
}
.contact button.btn, .contact input.btn[type="submit"] {
    padding: 10px 15px;
}
.contact .btn-primary {
    background: #f7b926 none repeat scroll 0 0;
}
.contact .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-radius: 50px;
    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;
    vertical-align: middle;
}
.contact .control-label {
    color: #f7b926;
    font-family: "Montserrat Alternates",sans-serif;
    font-weight: 400;
}
.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: 2px solid #000;
    border-radius: 50px;
    padding: 10px;
    width: 100%;
}
.contact textarea {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
}
.faq {
    padding-bottom: 35px;
    padding-top: 35px;
}
.header-fac {
    font-family: "Montserrat Alternates",sans-serif;
    font-weight: 300;
    padding: 0 0 10px;
    text-align: left;
}
.faq p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.faq .btn-inverse {
    color: #fff;
}
.faq h3::after {
    background-image: url("images/taxi2.png");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 8px;
    position: relative;
    top: 12px;
    width: 90px;
}
.faq h3 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: normal;
    margin: 0;
    padding: 0 0 25px;
}
.faq .header-p {
    margin-top: 15px;
}
.faq .panel-body > p {
    margin: 0;
}
.blog-wrapper {
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 35px;
}
article {
    margin-bottom: 15px !important;
    padding-bottom: 35px;
}
.entry-title {
    margin-bottom: 15px !important;
}
.page-header {
    border: medium none;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.entry-meta.muted {
    background: rgba(0, 0, 0, 0) none repeat scroll 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: #f7b926 none repeat scroll 0 0;
    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: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.entry-content {
    margin-bottom: 25px;
}
.entry-content-bottom-zero {
    margin-bottom: 0;
}
.taxi {
    border-radius: 50px;
}
.entry-content p {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.footer .entry-meta {
    margin-top: 15px;
}
.readmore {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 50px;
    bottom: 30px;
    color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 15px;
    padding: 10px 20px;
    text-shadow: none;
}
.readmore:hover, .readmore:focus {
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
}
ul.pagenav, ul.pagination {
    background: transparent none repeat scroll 0 0;
    color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    list-style: outside none none;
    margin-left: 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
}
.pager {
    margin-bottom: 0;
}
.pager li > a, .pagination li > a, .pager li > span, .pagination li > span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 50px;
    color: #000 !important;
}
.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 {
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-top: 25px !important;
}
.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;
}
.breadcrumb-wrapper {
    background: #f7b926 none repeat scroll 0 0;
    color: #fff;
    display: block;
    padding: 15px 0;
    text-align: center;
}
.breadcrumb {
    background-color: #f7b926;
    margin-bottom: 0;
}
.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;
}
.tm-icons {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.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 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
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: outside none none;
    margin: 0;
    padding: 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: "";
}
ul.arrow-double li::before {
    content: "";
}
ul.tick li::before {
    content: "";
}
ul.cross li::before {
    content: "";
}
ul.star li::before {
    content: "";
}
ul.rss li::before {
    content: "";
}
ul.spot li::before {
    content: "";
}
ol.arrow, ol.arrow-double, ol.tick, ol.cross, ol.star, ol.rss, ol.spot {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
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: outside none none;
    margin: 0;
    padding: 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: "";
}
ol.arrow-double li::before {
    content: "";
}
ol.tick li::before {
    content: "";
}
ol.cross li::before {
    content: "";
}
ol.star li::before {
    content: "";
}
ol.rss li::before {
    content: "";
}
ol.spot li::before {
    content: "";
}
.blocknumber {
    min-height: 45px;
    position: relative;
}
.blocknumber span {
    display: block;
    font-weight: 700;
    height: 48px;
    line-height: 48px;
    margin: 0 -60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}
.blocknumber span.rounded {
    border-radius: 5px;
}
.blocknumber span.circle {
    border-radius: 100%;
    padding: 0;
}
.blocknumber-ltr {
    left: 0;
    padding: 5px 0 5px 60px;
}
.white-space {
    display: block;
    width: 100%;
}
.white-space.space-sm {
    padding: 3px 0;
}
.with-sidebar {
    overflow: hidden;
}
.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 {
    padding-left: 35px;
    position: relative;
}
.sidebar.sidebar-left .sidebar-content {
    padding-right: 15px;
    position: relative;
}
.sidebar-widget {
    margin-bottom: 40px;
}
