/*
Theme Name: Riro taxi theme
Author: KimaroTec
Author URI: http://kimarotec.net/
Description: Responsive worpdress theme for booking cars and luxy cars width private driver and booking taxis .
Version: 8.0.1
Theme URI : http://kimarotec.com/downloads/vtc-theme-wordpress-booking-cars-theme/
license : kimaroTec
license URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vtc_wp
*/

/*Wordpress editor styles start*/
.padding10 {
    padding: 10px;
}
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.gallery-caption{}
.bypostauthor {}

html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    height:100%;
    font-family: "Lato", "Serif";
    font-weight: 300;
    padding:0;
    margin:0;
    font-size:17px;
    line-height: 29px;
    color: #777;
    background: #fff;
    overflow-x:hidden;
    position: relative;
    white-space: normal;
}
h1 { font-size: 3em; line-height:1.2em; margin:0 0 .3em; }
h2 { font-size: 1.8em; line-height:1.4em; margin:0 0 .3em;  }
h3 { font-size: 1.4em; line-height:1.4em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none
}
p {
    padding: 0 0 1em;
    margin:0;
}
a {
    color: #C19A6B;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
a:hover {
    text-decoration: none;
    color: #1f2222;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
a:focus {
    color: #999696;
    text-decoration: none;
}

.highlight {
    color: #C19A6B;
}
.fullscreen {
    width:100%;
    min-height:100%;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
	background-attachment: scroll;
	
	background-size: cover; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	  
}
.bg-attachment-fixed{ background-attachment: fixed !important;}
.bg-attachment-cover{ background-size: cover !important;
    
    background-size: cover; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#menu {
    z-index: 99;
}
.navbar-default {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0.5px 2px #cecece;
}
.navbar-default .navbar-brand {
    padding: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #C19A6B;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #C19A6B;
}
.btn-default {
    font-size: 17px;
    margin: 30px 0 10px;
    margin-right: 10px;
    line-height: 20px;
    padding: 15px 35px;
    height: 50px;
    border: 2px solid #C19A6B;
    background: transparent;
    transition: all 0.4s;
    color: #C19A6B;
    border-radius: 100px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border: 2px solid #C19A6B;
    background: #C19A6B;
    color: white;
}
.btn-primary {
    font-size: 17px;
    margin: 30px 0 10px;
    margin-right: 10px;
    line-height: 20px;
    padding: 15px 35px;
    height: 50px;
    border: 2px solid #C19A6B;
    background: #C19A6B;
    transition: all 0.4s;
    color: white;
    border-radius: 100px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border: 2px solid #C19A6B;
    background: transparent;
    color: #C19A6B;
}
.btn-secondary {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 50px;
    height: 65px;
    border: none;
    background: #C19A6B;
    transition: all 0.4s;
    color: white;
    border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #C55E06;
    color: white
}
.site-name img {
    width: 175px;
    height: auto;
    margin-top: -11px;
}
.logo {
    margin: 100px 0 40px 0;
}
.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;
	padding-top: 100px;
}
.landing p, .landing h2 {
    color: #fff;
}
.landing-text {
    margin-bottom: 20px;
}
.landing-text p {
    text-align: left;
    font-size: 17px !important;
    padding: 6px;
}
.head-btn {
    margin-bottom: 150px;
    padding: 0px 6px;
}
.option {
    text-transform: uppercase;
    padding: 5px;
    min-width: 80px;
    margin-right: 5px;
    transition: all 0.4s;
    font-size: 14px;
    color: #fff;
}
.signup-header {
    margin: 150px 0 100px;
    background: rgb(59, 59, 59); 
    border-radius: 4px;
    padding-bottom: 10px;
}
.signup-header h3{
    padding: 20px 0 10px;
    color: white;
    font-weight: 300;
}
.form-header input {
    position: relative;
    padding: 5px 15px;
}
.form-header .form-control {
    border-radius: 0;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    height: 45px;
}
.input-text{
    border-radius: 0;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    height: 45px;
    padding: 5px 10px;
}
.form-header .btn {
    border-radius: 0;
    height: 55px;
    width: 100%;
    background-color: #C19A6B;
    color: white;
    font-size: 17px !important;
    padding: 0 33px;
    border: none;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.form-header .btn:hover {
    background-color: #C55E06;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #7c378a;
}


.privacy {
    padding-top: 0;
    font-size: 13px;
}
.signup-header p {
    color: white;
}
.privacy a {
    text-decoration: underline;
    color: white;
    font-weight: 300;
}
#policy ,#myaccount{
    padding: 100px 0 70px;
}
#intro ,#myaccount,#services ,#team{
    padding: 100px 0 70px;
}
#intro h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}
#sign-in ,#booking-2{
    padding-top: 50px;
    padding-bottom: 50px;
}
.intro-pic {
    margin-top: 20px;
}
.btn-section {
    padding-top: 20px;
}
#feature {
    padding-top: 50px;
    background: #f6f6f6;
}
#feature h2 {
    margin: 15px 0 15px 0;
    font-size: 40px;
    font-weight: 300;
}
#feature .feature-title p {
    font-size: 18px;
}
.row-feat {
    padding-top: 50px;
}
.feat-list {
    margin-top: 40px;
}
.feat-list i {
    font-size: 48px;
    float: left;
    width: 20%;
    color: #555;
    height: 100%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.feat-list:hover i {
    color: #C19A6B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#feature .inner {
    float: left;
    display: inline-block;
    width: 80%;
}
#feature-2 {
    padding: 100px 0 100px;
}
#feature-2 h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}
.feature-2-pic {
    margin-top: 20px;
}
.subscribe {
    color: #fff;
}
.subscribe p {
    margin: 30px auto 30px;
}
.subscribe-form {
    max-width: 400px;
    margin: 50px auto 150px;
    text-align: center;
    overflow: hidden;
}
 
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #C19A6B;
}
.price-box {
    border: solid 1px #d1d1d1;
}
.package-option {
    padding: 50px 0 100px;
}
.package-option ul {
    padding: 0;
}
.price-heading h3 {
    margin-top: 0;
    min-height: 70px;
}
.price-heading i {
    color: #d1d1d1;
    font-size: 75px;
    margin-top: 20px;
}
.price-group {
    padding: 30px 0 10px;
}
.price-group .dollar {
    font-size: 20px;
    position: relative;
    bottom: 48px;
}
.price-group .price {
    color: #C19A6B;
    font-size: 55px;
    font-weight: 500;
}
.price-group .time {
    font-size: 18px;
}
.price-feature li {
    margin-left: 30px;
    margin-right: 30px;
    list-style: none;
    border-bottom: solid 1px #d1d1d1;
    line-height: 40px;
}
.btn-price {
    margin: 5px 0 15px;
    font-size: 17px;
    padding: 7px 35px;
    height: 40px;
    background: #C19A6B;
    transition: all 0.4s;
    color: white;
    border-radius: 4px;
}
.btn-price:hover {
    background: #C55E06;
    color: white;
}

.feature-pp{
    padding-bottom: 50px;
}
#client {
    background: #f6f6f6;
    padding: 70px 0 70px;
}
#client img {
    max-height: 50px;
    margin: 0 20px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#client img:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#testi {
    padding: 60px 0px;
}
.testi-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}
.testi-item .box {
    margin-right: 15px;
    margin-left: 15px;
}
.testi-item .box .message {
    padding: 20px;
    font-style: italic;
    line-height: 30px;
    font-weight: 300;
    font-size: 20px;
}
.testi-item .client-pic img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    max-width: 100%;
}
.testi-item .client-info .client-name {
    margin-top: 10px;
    font-size: 16px;
}
.testi-item .client-info .company {
    font-style: italic;
    color: #C19A6B;
}
.owl-theme .owl-controls .owl-page span{
    background: #C19A6B;
}

.action {
    color: #fff;
}
.action h2 {
    margin-top: 60px;
    font-size: 40px;
    font-weight: 300;
}
#contact {
    width: 100%;
    min-height: 100%;
}

.ul-address a {
    font-weight: normal;
}
.ul-address a:hover {
    color: white;
}
.ul-address li {
    padding-right: 20px;
    margin-bottom: 8px;
    list-style: none;
    color: white;
}
.ul-address i {
    margin-left: 15px;
    position: absolute;
    left: 0;
    color: #C19A6B;
    font-size: 25px;
    line-height: 30px;
}
.contact-row {
    margin: 100px 0 100px;
}
#contact-form {
    margin: 0 auto;
}
#contact-form input {
    position: relative;
    padding: 5px 25px;
    width: 100%;
}
#contact-form textarea {
    position: relative;
    padding: 10px 25px;
    width: 100%;
    height: 120px !important;
}
#contact-form .form-control {
    border-radius: 0;
    border: solid 1px #dadada;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    height: 55px;
}
#contact-form .btn {
    height: 55px;
    width: 100%;
    background-color: #C19A6B;
    color: #ffffff;
    font-size: 17px !important;
    line-height: 18px;
    padding: 0 33px;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#contact-form .btn:hover {
    background-color: #C55E06;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
#footer {
    background: #393939 ;
    padding: 40px 0px;
    color: #CBCBCB;
}
#footer hr {
    border-color: rgb(126, 126, 126) -moz-use-text-color -moz-use-text-color;
}
#footer .text-muted {
    color: #C2C2C2;
}
#footer ul {
    padding: 0px;
}
.footer-news li a img{
    height: 50px;
    width: 50px;
    opacity: 0.7;
}
.footer-news li a{
    color: #CCC;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 14px;
}
.footer-news li a:hover{
    color: #C19A6B;
}
.footer-news li a:hover img{
    opacity: 1;
}
.f-readMore {
    color: #C19A6B;
    text-align: right;
    font-size: 12px;
}
.f-readMore:hover {
    color: #FFF;
}
.newsletter-content {

}
.newsletter-content p {
    font-size: .95em;
    line-height: 1.8em;
}

.newsletter-form {
    padding-top: 1.5em;
}
.newsletter-form input[type="text"] {
    padding: 0.8em 0.5em;
    width: 80%;
    font-size: 1em;
    outline: medium none;
    float: left;
    border: 1px solid #999;
    background-color: transparent;
}
.footer {
    text-align: center;
    padding: 3em 0;
}
.footer p {
    font-size: .9em;
    color: #fff;
    margin: 0px;
}
.footer p a:hover {
    color: #fff;
}
.footer p a {
    color: #fff;
}
.menu-footer-menu {
    display: inherit;
    text-align: center;
	overflow: hidden;
}
.menu-footer-menu li {
    width: auto;
    display: inline-block;
    margin: 5px;
    text-align: center;
}
.social ul {
    padding: 0;
    list-style: none;
}
.social li {
    display: inline-block;
    padding-right: .3em;
    padding-bottom: .3em;
}
.social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #C19A6B;
    border-radius: 50%;
    border: solid 1px #C19A6B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.social li a:hover {
    color: #fff;
    background: #C19A6B;
}
#shortcode-basic {
    padding: 70px 0 10px;
}
#shortcode-button {
    padding: 50px 0 10px;
    width: 100%;
    min-height: 100%;
}
#shortcode-button .form-horizontal {
    padding-left: 20px;
    padding-right: 20px;
}
#shortcode-icon {
    padding: 70px 0 10px;
}
#shortcode-alert {
    padding: 70px 0 10px;
}
#shortcode-table {
    padding: 70px 0 10px;
}
#shortcode-column {
    padding: 50px 0 10px;
}
.social-icons i {
    color: #C19A6B;
    font-size: 30px;
    line-height: 40px
}
#shortcode-alert {
    padding: 70px 0 30px;
}
.alert {
    border: none;
    border-radius: 0;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    padding: 16px;
    padding-left: 60px;
}
.alert i {
    font-size: 28px;
    position: absolute;
    left: 15px;
    top: 13px;
}
.icon-demo i {
    font-size: 70px;
    margin-right: 20px;
}
.table > thead > tr > th {
    background: #C19A6B;
    color: #fff;
    border-bottom: 0;
    text-transform: uppercase;
}
.table > thead > tr > th,
.table > tbody > tr > td {
    font-size: 15px;
    font-weight: 300;
    padding: 20px 20px;
}
.table-bg > tbody > tr:nth-child(odd) > td,
.table-bg > tbody > tr:nth-child(odd) > th {
    background: #fff;
}
.table-bg > tbody > tr:nth-child(even) > td,
.table-bg > tbody > tr:nth-child(even) > th {
    background: #f6f6f6;
}
.scrollToTop{
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
}
.scrollToTop:hover{
    color: #C19A6B;
}
.control-group .controls {
    overflow-x: hidden;
}
.blog-page .logo img {
    max-width: 108px;
    height: auto;
}
.disabled.day {
    opacity: 0.45;
}

/* Common style */
.cars-grid {
    margin: 40px auto 120px;
    max-width: 1000px;
    width: 90%;
}

.cars-grid .screentow {
    float: left;
    max-width: 250px;
    width: 25%;
    color: #333;
}

.cars-grid .screentow:nth-child(odd) {
    margin: 30px 0 -30px 0;
}

.cars-grid figure {
    position: relative;
    overflow: hidden;
    margin: 5px;
    border: 1px solid #eee;
}
/* Style for SVG */
.cars-grid svg {
    position: absolute;
    top: -1px; /* fixes rendering issue in FF */
    z-index: 10;
    width: 100%;
    height: 100%;
}

.btn-geolocation{

}
.btn-geolocation1 {
    position: absolute;
    top: 8px;
    float: right;
    right: 27px;
    z-index: 5;
}
.btn-geolocation2 {
    position: absolute;
    top: 8px;
    float: right;
    right: 27px;
    z-index: 5;
}

.btn-geolocation i{
    font-size: 36px;
}
.btn-calendar{
    position: absolute;
    float: right;
    top: 6px;
    right: 12px;
}
.form-group {
    position: relative;
}
.label-select{
    position: relative;

}
.form-group .label-select::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 45px;
    background: #FFF;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    pointer-events: none;
    z-index: 5;
}
.label-select::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 17px;
    pointer-events: none;
    z-index: 7;
}
.signup-header {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0% 0%;
    border-radius: 4px;
    padding-bottom: 10px;
}
h1.h-home {
	font-size: 30px;
	padding-top: 5px;
}
option {
    height: 25px;
    padding: 3px;
}
 
.result_content{
    overflow:hidden;
}

.report li {
    color: rgb(255, 255, 255);
    padding-left: 0px;
    list-style: outside none none;
}
.report .hr{
    border-top: 2px solid #FFF;
}
.display_none{
    display: none;
}
.modal{
    width:100%;
}
#map_canvas {
    height: 300px;
}
.close_map{
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -5px;
    color: rgb(255, 255, 255);
    opacity: 1;
    z-index: 9999;
    font-weight: 600;
    background-color: #C19A6B;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    padding: 0px;
}
.close_map:hover{
    background-color: #000;
    color:#fff;
}
.close_map i{
    font-size: 28px;
    line-height: 28px;
    margin-left: 8px;
}
.directionLoad{
    float: right;
    position: absolute;
    top: 12px;
    right: 30px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: bold;
}
input.statError {
    border: 2px solid #F2463F !important;
}
em.statError {
    display: none !important;
}
#carssection {
    padding-top: 50px;
    padding-bottom: 50px;
}
.carssections {
    padding-top: 30px;
    padding-bottom: 50px;
}
.carssections .screen {
    background: #FFFFFF;
    padding: 10px;
    margin: 5px;
    display: block;
}
.carssections .screen img  {
    width: 100%;
    border-radius: 4px;
    margin: 0 0 0.6em 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
    bottom: 0;
}
.carssections .screen img:hover{
    border: solid 3px #C19A6B;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.carssections figure {
    position: relative;
    overflow: hidden;
    margin: 1px;
    height: 445px;
    border: solid 2px #dadada;
}

.carssections figure img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    height: 50%;
    bottom: 0;
    margin: 0 0 0.6em 0;
}
.carssections figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.carssections figcaption h2 {
    margin: 0 0 15px 0;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 130%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.carssections figcaption .car-details {
    opacity: 0;
}
.carssections .screen:hover figure .car-details ,.carssections .screentow:hover figure .car-details  {
    opacity: 1;
    transform: translateY(-10%) translateX(0%) scale(1);
}
.carssections .screen:hover figure .car-price,
.carssections .screentow:hover figure .car-price
{
    transform: translateY(-52%) translateX(0%) scale(1);
    line-height: 52px;
}
.carssections .screen:hover figure .car-price-content,
.carssections .screentow:hover figure .car-price-content{
    margin-top: -20px;
    position: relative;
}
.carssections .screen:hover figure .del-price-currency,
.carssections .screen:hover figure .del-car-price ,
.carssections .screentow:hover figure .del-price-currency,
.carssections .screentow:hover figure .del-car-price

{
    color: #aaa;
}
.carssections .screen:hover figure button,.carssections .screentow:hover figure button{
    transform: translateY(-74%) translateX(0%) scale(1);
    padding: 0px 20px;
    height: 45px;
}
/* Style for SVG */
.carssections svg {
    position: absolute;
    top: -1px; /* fixes rendering issue in FF */
    z-index: 10;
    width: 100%;
    height: 100%;
}

.carssections svg path {
    fill: #C19A6B;
}

/* Hover effects */
.carssections .screen:hover figure img ,
.carssections .screentow:hover figure img{
    opacity: 1;
}

.carssections .screen:hover figcaption h2,
.carssections .screen:hover figcaption p ,
.carssections .screentow:hover figcaption h2,
.carssections .screentow:hover figcaption p
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carssections .screen:hover figcaption p ,
.carssections .screentow:hover figcaption p {
    opacity: 0;
}



.carssections figcaption {
    position: absolute;
    top: 0;
    z-index: 11;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.carssections figcaption p {
    padding: 0 20px;
    color: #FFF;
    font-weight: 300;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.carssections figcaption h2 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.carssections figcaption {
    color:#FFF;

}
.carssections .car-price {
    color: rgb(125, 108, 108);
    font-size: 4.345em;
    line-height: 100%;
    font-weight: 300;
}
.carssections .price-currency {
    color: rgb(125, 108, 108);
    font-size: 3em;
    font-weight: 100;
}
.carssections .del-car-price {
    font-size: 2.3457em;
    font-weight: 300;
}
.carssections .del-price-currency {
    font-size: 1.5452em;
    font-weight: 300;
}
ul.checklist ,ul.car-features{
    padding: 0px;
}
ul.checklist li {
    list-style-position: inside;
    padding: 0px;
    margin-left: 0px;
    color: #818076;
}
.carssections ul > li {
    list-style: outside none none;
    position: relative;
    font-weight: 300;
}
.car-features li {
    width: 30px;
    height: 28px;
    border: 1px solid rgb(235, 235, 235);
    color: #999;
    border-radius: 4px;
    float: left;
    margin-left: 5px;
}
.clearfix{
    float: none;
    clear: both;
}
.overflow{
    overflow:hidden;
}
.car-price-content{
    padding-bottom: 10px;
}
.car-features li:hover {
    color: #C19A6B;
}
.padding-t-50{
    padding-top: 50px;
}
.navbar-nav > li > a {
    padding-right: 0px;
    font-size: 15px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FFF;
    color: #555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: inherit !important;
    background-color: #FFF;
}
.ymm-sw .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    font-size: inherit;
    background-color: #FFF;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0.5px 1px #CECECE;
    background-clip: padding-box;
}
.ymm-sw .dropdown-menu li{
    width:100%;
    height: 43px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #C19A6B !important;
}
.caret{
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.navbar-default {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0.5px 2px #cecece;
}
.navbar-default .dropdown-menu > li > a {
    color: #777;
    font-weight: 500;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
    color: #C19A6B;
}
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
    background: transparent;
    color: #C19A6B;
}
.nav.navbar-nav.navbar-right {
    padding: 10px 0px;
}
/*
blog
*/


#blog-listing-big {
    padding: 100px 0px 70px;
}
#blog-listing-big .post, #blog-homepage .post {
    margin-bottom: 60px;
    padding: 1px 15px;
}
#blog-listing-big .post h2, #blog-homepage .post h2, #blog-listing-big .post h4, #blog-homepage .post h4 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
#blog-listing-big .post .author-category, #blog-homepage .post .author-category {
    color: #999;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.08em;
}
#blog-listing-big .post .author-category a, #blog-homepage .post .author-category a {
    font-weight: 500;
}

#blog-listing-big .post .image, #blog-homepage .post .image {
    margin-bottom: 10px;
    overflow: hidden;
}
#blog-listing-big .post .intro, #blog-homepage .post .intro {
    text-align: left;
}
#blog-listing-big .post .read-more, #blog-homepage .post .read-more {
    text-align: left;
}
#blog-listing-big .post .date-comments a, #blog-homepage .post .date-comments a {
    color: #999;
    margin-right: 20px;
    font-weight: 300;
}
.btn-border{

}
.read-more .btn-default{
    margin: 10px 10px 10px 0px;
}
.right{
    text-align: right;
}
.padding-b-50{
    padding-bottom: 50px;
}

/*
Asside widgets CSS
*/
.panel.sidebar-menu h3 {
    padding: 5px 0;
    margin: 0;
}
.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel.sidebar-menu .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.08em;
    border-bottom: none;
}
.panel.sidebar-menu .panel-heading h1,
.panel.sidebar-menu .panel-heading h2,
.panel.sidebar-menu .panel-heading h3,
.panel.sidebar-menu .panel-heading h4,
.panel.sidebar-menu .panel-heading h5 {
    display: inline-block;
    border-bottom: solid 3px #C19A6B;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.panel.sidebar-menu .panel-heading .btn.btn-danger {
    color: #fff;
    margin-top: 5px;
}
.panel.sidebar-menu .panel-body {
    padding: 0;
}
.panel.sidebar-menu .panel-body span.colour {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 1px #555555;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}
.panel.sidebar-menu .panel-body span.colour.white {
    background: #fff;
}
.panel.sidebar-menu .panel-body span.colour.red {
    background: red;
}
.panel.sidebar-menu .panel-body span.colour.green {
    background: green;
}
.panel.sidebar-menu .panel-body span.colour.blue {
    background: blue;
}
.panel.sidebar-menu .panel-body span.colour.yellow {
    background: yellow;
}
.panel.sidebar-menu .panel-body label {
    color: #999999;
    font-size: 13px;
}
.panel.sidebar-menu .panel-body label:hover {
    color: #555555;
}
.panel.sidebar-menu ul.nav.category-menu {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.panel-default {
    border-color: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: transparent;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
}
.panel.sidebar-menu ul.nav ul {
    list-style: none;
    padding-left: 0;
}
.panel.sidebar-menu ul.nav ul li {
    display: block;
}
.panel.sidebar-menu ul.nav ul li a {
    position: relative;
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 13px;
    color: #999999;
}
.panel.sidebar-menu ul.nav ul li a:hover,
.panel.sidebar-menu ul.nav ul li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.panel.sidebar-menu ul.tag-cloud {
    list-style: none;
    padding-left: 0;
}
.panel.sidebar-menu ul.tag-cloud li {
    display: inline-block;
}
.panel.sidebar-menu ul.tag-cloud li a {
    display: inline-block;
    padding: 5px;
    border: solid 1px #eeeeee;
    border-radius: 0;
    color: #C19A6B;
    margin: 5px 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 13px;
}
.panel.sidebar-menu ul.tag-cloud li a:hover {
    color: #C19A6B;
    text-decoration: none;
    border-color: #C19A6B;
}
.panel.sidebar-menu ul.popular,
.panel.sidebar-menu ul.recent {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
}
.panel.sidebar-menu ul.popular li,
.panel.sidebar-menu ul.recent li {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: dotted 1px #eeeeee;
}
.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    clear: both;
}
.panel.sidebar-menu ul.popular li:before,
.panel.sidebar-menu ul.recent li:before,
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    content: " ";
    display: table;
}
.panel.sidebar-menu ul.popular li:after,
.panel.sidebar-menu ul.recent li:after {
    clear: both;
}
.panel.sidebar-menu ul.popular li img,
.panel.sidebar-menu ul.recent li img {
    width: 50px;
    margin-right: 10px;
}
.panel.sidebar-menu ul.popular li h5,
.panel.sidebar-menu ul.recent li h5 {
    margin: 0 0 10px;
}
.panel.sidebar-menu ul.popular li h5 a,
.panel.sidebar-menu ul.recent li h5 a {
    font-weight: normal;
}
.panel.sidebar-menu ul.popular li p.date,
.panel.sidebar-menu ul.recent li p.date {
    float: right;
    font-size: 13px;
    color: #999999;
}
.panel.sidebar-menu ul.popular li:last-child,
.panel.sidebar-menu ul.recent li:last-child {
    border-bottom: none;
}
.panel.sidebar-menu .text-widget {
    font-size: 13px;
}
.panel.sidebar-menu.with-icons ul.nav li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: relative;
    top: 0;
    float: right;
}

.form-control {
    box-shadow: none;
    border-radius: 0px;
}
.form-control:focus {
    border-color: rgba(209, 183, 2, 0.64);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(209, 183, 2, 0.31) inset, 0px 0px 8px rgba(209, 183, 2, 0.28);
}
.img-responsive {
    width: 100%;
}
input {
    box-shadow: none !important;
    border-radius: 0px !important;
    height: 45px !important;
}
.btn-smal{
    color: #C19A6B;
    background-color: #FFF;
    border-color: #C19A6B;
    border-radius:  0px;
    height: 50px;
}
.btn-smal:hover, .btn-smal:focus, .btn-smal:active, .btn-smal.active {
    background: #D1B722 none repeat scroll 0% 0%;
    color: #FFF;
    border-color: #D1B704;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #C19A6B;
}

/*
comments
*/
#comments, #blog-post #comment-form {
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #EEE;
}
#comments h4, #blog-post #comment-form h4 {
    margin-bottom: 20px;
}
.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.comment {
    margin-bottom: 25px;
}
.comment .posted {
    color: #999;
    font-size: 12px;
}
a i.fa, button i.fa {
    margin: 0px 5px;
}
.comment.last {
    margin-bottom: 0px;
}
#comment-form {
    margin-bottom: 20px;
}

.errore-page{
    font-size: 10em;
    line-height: 100%;
    color: rgb(209, 183, 2);
}
.icon i {
    font-size: 48px;
    color: #555;
    height: 100%;
    position: relative;
    opacity: 0.6;
    transition: all 0.8s ease 0s;
}
.icon {
    text-align: center;
}
.center {
    text-align: center;
}
#contact .inner{
    padding: 5px 25px;
}
.cantact-tool:hover .icon i{
    color:#C19A6B;
}
textarea{
    border-radius: 0px !important;
    height: 150px !important;
}
.sign-in ,.register{
    padding: 15px;
}
.booking-2 {
    padding-top: 15px;}
#booking-2 .booking-2 .title-line ,#booking-2 .booking-summary .title-line {
    margin: 0px 0px;
}
.booking-summary {
    overflow: hidden;
}
.btn-geolocation {
    cursor: pointer;
}
/*step-two*/
.booking-top-nav ol li a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #DFDFDF;
    background-color: #F8F8F8;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.booking-top-nav  ol li a {
    position: relative;
    bottom: 35px;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #777;
    transform: translateZ(0px);
}
.booking-top-nav  ol li a:hover::after {
    background-color: #C19A6B;
    border-color: #C19A6B;
}
.booking-top-nav{
    z-index: 1;
    height: 2px;
    background: #DFDFDF none repeat scroll 0% 0%;
    transition: transform 0.4s ease 0s;
    width: 100%;
    margin: 0 auto;
}
ol, ul {
    list-style: outside none none;
}
.booking-top-nav ol li{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    vertical-align: baseline;
    width: 33.33%;
    float: left;
    height: 2px;
}
.booking-top-nav .done{
    background-color: #C19A6B;
    border-color: #C19A6B;
}
.booking-top-nav .done a::after{

    border-color: #C19A6B;
}
.booking-top-nav .selected::after{
    background-color: #C19A6B;
    border-color: #C19A6B;
}
.woocommerce form .form-row .optional { 
    font-size: 12px;
}
.padding-10{
    padding:10px;
}
.booking-top-nav ol{
    margin: 0px;
    padding: 0px;
}
.car-item{
    float: none;
    clear: both;
    padding: 20px 10px;
    text-align: center;
	overflow: hidden;
}
.car-item  .car-price {
    color: #7D6C6C;
    font-size: 1.9em;
    line-height: 100%;
    font-weight: 300;
}
.car-item  .price-currency {
    color: #7D6C6C;
    font-size: 1.8em;
    font-weight: 100;
}
.car-item  .del-car-price {
    font-size: 2.3457em;
    font-weight: 300;
}
.car-item  .del-price-currency {
    font-size: 1.5452em;
    font-weight: 300;
}
.car-item p {
    display: inline;
    font-size: 14px;
}
.li-car-name{
    padding-top: 15px;
}
.li-car-name .car-features{
    margin-left: 50px;
}
.li-car-price{

}
.booking-section{
    padding-top: 50px;
}
.car-item-ul{
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
}
.car-item-ul li{
    float: left;
}
.car-item-ul .car{
    width:250px;
}
.car-item-ul ul.checklist li {
    float: left;
    width: 100%;
}
.line{
    overflow: hidden;
    height: 1px;
    background: #DFDFDF none repeat scroll 0% 0%;
    width: 90%;
    margin: 0 auto;
}
.booking-next-btn{
    font-size: 17px;
    margin: 30px 10px 10px 0px;
    line-height: 20px;
    padding: 15px 35px;
    height: 50px;
    border: 2px solid #C19A6B;
    background: #C19A6B;
    transition: all 0.4s ease 0s;
    color: #FFF;
    border-radius: 100px;
}
img.car {
    width:100%;
}

.contact-ul {
    padding: 50px 0 70px;
}
.contact-ul li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}
.contactbutton {
    height: 66px;
    width: 240px;
    position: relative;
    border-radius: 4px;
}
.contact-cta .call {
    background: #C19A6B;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.contact-cta .call:hover {
    background-color: #C55E06;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.email {
    background: #555;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.contact-cta .email:hover {
    background-color: #444;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.contactbutton a {
    color: white;
    text-decoration: none;
}
.contactbutton p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: white;
    padding: 15px 0 0 50px;
    line-height: 1;
}
.contactbutton p small {
    font-size: 16px;
}
.contactbutton i {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 0 0 5px;
    font-size: 40px;
}
.color{
    color:#C19A6B;
}
.stpe-content{
    min-height: 350px;
}
.sum-direction-data .report li ,.sum-client-data .report li{
    color: #777;
}
.summary-img{
    width: 100%;
}
.padding-15{
    padding: 15px;
}
.size-35{

    font-size: 35px;
}
.sum-direction-data,.sum-cars-data,.sum-client-data{
    border-left: 1px solid #EEE;
    padding: 0px 11px;
}
.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}
.fqa-title::before {
    float: left;
    width: 24px;
    height: 24px;
    content: "ï§";
    color: #C19A6B;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: "FontAwesome";
    margin-right: 16px;
    cursor: pointer;
}
.fqa-title::before :hover {
    color: #777;
}
.fqa-body ol {
    list-style: number;
}
.fqa-body ol li {
    padding: 5px;
}
#map{
    height: 350px;
}
.map{
    padding-top: 50px;
    padding-bottom: 30px;
}
.icon-cyrcl{
    transition: all 0.2s ease-out 0s;
    border: 1px solid #777;
    border-radius: 50%;
    width: 115px;
    height: 114px;
    padding: 34px;
}
.cantact-item:hover .icon-cyrcl{
    transform: scale(1.1, 1.1);
    color: #C19A6B;
    border: 2px solid #C19A6B;
}
.team-member {
    text-align: center;
    margin-bottom: 40px;
}
.team-member h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
    color: #C19A6B;
    outline: 0;
    font-weight: bold;
}
.team-member img{
    padding: 5px;
    width: 100%;
    border-radius: 50%;
    display: block;
    max-width: 100%;
    height: auto;
}
.team-member h3 a {
}
.team-member p.role {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.team-member .social {
    margin-bottom: 20px;
}
.dsddsdone{
	padding-left: 0px;
}
.dseccc{
	padding-right: 0px;
}

.menu-item-has-children .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    float: left;
    min-width: 200px;
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    font-size: inherit;
    background-color: #FFF;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0.5px 1px #CECECE;
    background-clip: padding-box;

}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px 11px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.reservation-menu{
    padding:    0px;
    margin:     0px;
    list-style: outside none;
    display: inline-block;
    width:100%;
}
.reservation-menu li {
    float: left;
    color: #FFF;
    padding: 14px 12px;
    font-size: 19px;
    cursor: pointer;
    width: 50%;
}
.reservation-menu li:hover {
    opacity: 0.7;
}
.reservation-menu  .active{
    background-color: RGBA(251, 251, 251, 0.26);
}
.carsumtitle{
    color: #C19A6B; font-size: 23px; text-transform: uppercase; text-align: center;
}
.carsumprice{
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
}
#get-selected-car{
    text-align:center;
}

.youHaveAcount {
    padding:    0px;
    margin:     0px;
    list-style: outside none;
    display: inline-block;

    clear: both;
    width: 100%;
}
.youHaveAcount li{
    float: left;
    color: rgb(209, 183, 2);
}
.btn-primary.disabled{
    background-color: #ddd30e;
    border-color: #dfe409;
}
.feat-list .inner {
    float: left;
    display: inline-block;
    width: 80%;
    text-align: left;
}
.box-old-booking h2{
    margin-top: 6px;
}
.feature-title p {
    font-size: 18px;
}
.action::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.action{
    background-position: 50% !important;
    background-attachment: fixed;
}
.block-title span{
    font-size: 1.25em;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.newsletter {
    padding-top: 1.5em;
}

.newsletter  p {
    padding: 0px;
}
.newsletter-email{
    padding: 0.8em 0.5em;
    width: 80%;
    font-size: 1em;
    outline: medium none;
    float: left;
    border: 1px solid #999;
    background-color: transparent;
    color: #CBCBCB;
}

.single .image img {
    width:100%;
}
.posted {
    color: #999;
    font-size: 12px;
}
.comment-body .avatar {
    width: 145px;
    height: 145px;
    border-radius: 50%;
}
.comment-reply-title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#form-allowed-tags {
    display: none;
}
.panel-title {
    margin-top: 0;
    font-size: 17px;
    color: inherit;
    display: inline-block;
    border-bottom: solid 3px #C19A6B;
    line-height: 1.1;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.08em;
    border-bottom: none;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: rgba(245, 245, 245, 0);
    border-color: rgba(252, 252, 252, 0);
}

.cat-item > a:hover, .cat-item > aa:focus {
    color: #FFF;
    background-color: #C19A6B;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.wdg ul {
    padding:0px;
    margin: 0px;
}
.wdg input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wdg input[type="submit"]{
    color: #C19A6B;
    background-color: #FFF;
    border-color: #C19A6B;
    border-radius: 0px;
    height: 50px;
}
.screen-reader-text{
    display: none;
    visibility: hidden;
}
.wdg .search-field{
    position: absolute;
    left: 0;top: 0px;
}
.wdg .search-submit{
    position: absolute;
    right: 0;
    width: 54px;
    top: 0px;
    color: transparent !important;
}
.wdg .search-submit:hover{
    background-color: #C19A6B;
}
.search-form{
    overflow: hidden;
    position: relative;
    min-height: 56px;
}
.footer-widget .widget_recent_posts ul li img{
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
    margin-right: 6px;
}
.footer-widget .widget_recent_posts ul li .title{
    color: #CCC;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.invoice-active{
    position: absolute;
    z-index: 4;
    background-color: rgba(216, 216, 216, 0.83);
    padding: 10px;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.invoice-box {
    background-color: rgb(255, 255, 255);
    padding: 25px;
    width: 100%;
    left: 0px;
    max-width: 900px;
    margin: 0px auto;
    top: 10px;
}
._iv{
    width: 100%;
    left: 0px;
    max-width: 875px;
    margin: 0px auto;
}

.edit-status-wait{

}
.bg-info {
    background-color: #91d1f2;
}
.bg-warning {
    background-color: #e07373;
}

.edit-status-wait-css{
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    padding: 10px;
}

.invocetable > thead > tr > th, .invocetable > tbody > tr > td {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
}
#get-selected-car img{
    width: 100px;
    height: 100px;
}
#vtc-cancel-form .btn-h-t{
    right: 25px;
}
.wpb_row{
    margin-bottom: 0px !important;
}
.clients img {
    min-height: 57px;
    max-height: 70px;
    margin: 0 20px;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-bottom: 23px;
}
.landing-text  {
    text-align: left;
    font-size: 17px !important;

    color: #fff;
}
.vc_row.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.parallax > .wpb_column{
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.zm_alr_ul_container {
    text-align: center;
}
.ui-dialog{
    padding: 1px 0px 20px;
}
#vtc-booking-form{
}
.form-header{
    margin-top: -8px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.disabled-form *{
    pointer-events: none;
}
.vtc-f-h{
    margin-top: 12px;
    margin-bottom: 12px;
}
.result_content .report{
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 20px;
}
.hide-map{
    visibility: hidden;
    height: 0px;
}
.map_div {
    position: relative;
    padding: 15px 15px;
}
.form-group.last.vtc-submit-area {
    margin-top: -40px;
}
.li-car-price {
    padding-top: 25px;
}
#bg-video-container{
    position: relative;
}
.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #ffffff;
    background-color: #C19A6B;
    border-color: #D4B909;
}
.datepicker table tr td.active:active:hover, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active:focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus, .open > .dropdown-toggle.datepicker table tr td.active:focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.focus:active, .datepicker table tr td.active.highlighted.focus:active, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.highlighted.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.focus, .open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
    color: #ffffff;
    background-color: #C19A6B;
    border-color: #C19A6B;
}
.datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover:active:hover, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active:hover:hover, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled.active:hover:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover:focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover:focus, .open > .dropdown-toggle.datepicker table tr td span.active:focus, .open > .dropdown-toggle.datepicker table tr td span.active:hover:focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus:active, .datepicker table tr td span.active.focus:hover:active, .datepicker table tr td span.active.disabled.focus:active, .datepicker table tr td span.active.disabled.focus:hover:active, .datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active.focus:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active.focus:hover, .open > .dropdown-toggle.datepicker table tr td span.active.focus, .open > .dropdown-toggle.datepicker table tr td span.active.focus:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus, .open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus:hover {
    color: #ffffff;
    background-color: #B19A06;
    border-color: #B19A06;
}
.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active:hover, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #ffffff;
    background-color: #C19A6B;
    border-color: #C19A6B;
}

.white {
    color: #fff;
}
.fqp-page .vc_tta-controls-icon::before  , .fqp-page .vc_tta-controls-icon::after{
    border-color: #C19A6B !important;
}
.fqp-page .vc_tta-panel .vc_tta-panel-body {
    background-color: rgba(248, 248, 248, 0) !important;
    border-left: none !important;
    border-right: none !important;
}
.fqp-page  .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 16px !important;
}
.fqp-page  .vc_tta-panel{
    margin-bottom: 20px;
}
.invo-action{
    min-width: 79px !important;
}

.invo-action  li a i {
    margin-right: 16px;
    color: #030303;
}
.invo-action  li a{
    padding: 6px 16px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #030303;
    white-space: nowrap;
    text-align: left;
}
.blog-pa{
    text-align: center;
}
.blog-pa .pagination > li > a {
    color: #C19A6B;
    position: relative;
    float: left;
    padding: 10px 30px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.cars-pag.blog-pa.padding10.clearfix.float-left {
    padding-top: 80px;
}
.btn.btn-primary.btn-cnt {
    height: 50px !important;
    font-size: 17px;
    margin: 50px 0px 8px;
    line-height: 20px;
    padding: 15px 35px;
    border: 2px solid #C19A6B;
    background: #C19A6B;
    transition: all 0.4s;
    color: white;
    border-radius: 100px !important;
}
.btn.btn-primary.btn-cnt:hover,
.btn.btn-primary.btn-cnt:focus,
.btn.btn-primary.btn-cnt:active{
    border: 2px solid #cfb509;
    background: #ddc101;
}
.zm_alr_ul_container {
    text-align: center;
    padding: 0px;
    margin: 0px;
}.li-car-name h2 {
    font-size: 25px;
}
.woocommerce-info {
    margin-top: 40px !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {

    width: 50%;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: -5px 15px 0px 0px;
    float: left;
}
.modal-body {
    position: relative;
    padding: 20px 5px;
    min-height: 200px;
  
}
#f-pick-up-time_ {
    height: 45px;
}
.btn-summary-primary {
    padding: 13px 30px;
    clear: both;
    width: auto;
    float: none; 
}
.carsumprice { 
    display: block;
}
.btn-geolocation i {
    font-size: 30px !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}
.woocommerce-MyAccount-navigation-link{
    padding: 10px 12px;
    margin-bottom: 1px;
    margin-right: 15px;
    background: #f5f5f5;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #C19A6B; 
}
.is-active {
    background: #C19A6B;
    padding: 10px 12px;
    margin-bottom: 1px;
    margin-right: 15px;
    color: #fff;
}
.is-active a{ 
    color: #fff;
}
.woocommerce-MyAccount-navigation-link:hover {
    background: #C19A6B;
    padding: 10px 12px;
    margin-bottom: 1px;
    margin-right: 15px;
    color: #fff;
}
.woocommerce-MyAccount-navigation-link:hover  a{ 
    color: #fff;
}
.woocommerce-MyAccount-navigation ul{
    padding: 10px;
}

.h-google-price-car  .car-item  img{
	width: 100%;
	height: auto;
} 
.navbar-collapse.navbar-backyard.navbar-right {
    background: #fff;
    position: relative;
    z-index: 9;
    opacity: 1;
}
#menu-sticky-wrapper {
    height: auto !important;
}
#menu {
    background: #fff;
}

@media (max-width: 993px) {
	.dseccc {
		padding-right: 15px;
	}
	.dsddsdone {
		padding-left: 15px;
		padding-top: 15px;
	}
}

.time-select .label-select::after {
  content: "\e66b" !important;
font-family: 'Pe-icon-7-stroke';
font-size: 29px;
top: 8px;
right: 12px;
}
.col-md-12.add-waypoint {
    overflow: hidden;
    margin-bottom: 15px;
}
.add-wp.ng-binding {
    position: relative;
    z-index: 2;
}

#myfixedCall {
  position: fixed;
  bottom: 50%;
  right: 0px;
	z-index: 3;
}
#myfixedCall ul {
  list-style:none;
	padding: 0;
}
#myfixedCall ul li{
  display: flex;
  margin: 3px 0px;
}
#myfixedCall ul li a {
	background-color: #C19A6B;
	color: white;
	padding: 8px;
	border-radius: 3px;
	border-color: #C19A6B;
	min-width: 50px;
	text-align: center;
}
#myfixedCall ul li a:hover {
    background-color: #000; 
    border-color: #000; 
}
#myfixedCall ul li a i {
    font-size: 20px;
}
.bootstrap-datetimepicker-widget table td span:hover{
	background: transparent !important;
}
.form-header .bootstrap-datetimepicker-widget table td .btn {
    background-color: transparent;
	padding: 0 3px !important;
	color:  #000 !important;
} 
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
    .head-btn {
        margin: 50px 0 100px;
    }
    .signup-header {
        margin: 50px 0 100px;
    }
    .price-feature li {
        margin-left: 15px;
        margin-right: 15px;
    }
    .btn-price {
        padding: 7px 25px;
    }
    #intro ,#myaccount {
        padding: 30px 0 50px;
    }
    #policy {
        padding: 30px 0 50px;
    }
    #intro h2, #feature-2 h2 {
        text-align: center;
    }
    #intro p, #feature-2 p {
        text-align: center;
    }
    #myaccount p {
        text-align: center;
    }
    .btn-section {
        text-align: center;
    }
    #feature {
        padding-top: 75px;
    }
    .feature-img {
        margin-top: 0;
    }
    .row-feat {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    #feature-2 {
        padding: 80px 0 80px;
    }
    .feature-2-pic {
        margin-top: 40px;
    }
    #client img {
        margin: 10px 0 10px;
        max-height: 40px;
    }
    .video-header {
        margin: 50px 0 30px;
    }
    #bottom-action {
        text-align: center;
    }
    .button-demo li {
        padding-bottom: 50px;
    }
    .li-car-name .car-features {
        margin-left: 25px !important;
    }
    .carssections .screen {
        background: #FFF none repeat scroll 0% 0%;
        padding: 0px;
        margin: 6px;
        display: block;
    }
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
    .logo {
        margin: 100px 0 30px 0;
    }
    .landing h1{
        margin: 60px 0 60px 0;
    }
    .landing-text {
        margin: 60px 0 40px 0;
    } 
    .feature-img {
        margin-top: 30px;
    }
    .feat-list {
        margin-top: 10px;
    }
    .feat-list p {
        font-size: 15px;
    }
    .feature-2-pic {
        margin-top: 50px;
    }
    #client img {
        max-height: 45px;
    }
    .video-header {
        margin: 50px 0 30px;
    }

    .li-car-name .car-features {
        margin-left: 25px !important;
    }
    .carssections .screen {
        background: #FFF none repeat scroll 0% 0%;
        padding: 0px;
        margin: 5px;
        display: block;
    }
}

/* smart-phone ----------- */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important; 
    }
    .navbar-nav>li {
        float: none;
    } 
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;
    }
}
@media (max-width: 780px) {
    .logo {
        margin: 40px 0 30px 0;
    }
    .head-btn {
        margin: 30px 0 80px;
    }
    .signup-header {
        margin: 70px 0 80px;
    }
    #intro {
        padding: 70px 0 70px;
    }
    #myaccount{
        padding: 70px 0 70px;
    }
    #policy {
        padding: 70px 0 70px;
    }
    #intro h2, #feature-2 h2 {
        font-weight: 200;
        text-align: center;
    }
    #intro p, #feature-2 p {
        text-align: center;
    }
    #myaccount p{
        text-align: center;
    }
    .btn-section {
        text-align: center;
    }
    #feature {
        padding-top: 50px;
    }
    .row-feat {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .feat-list i {
        padding-left: 40px;
    }
    #feature-2 {
        padding: 40px 0 50px;
    }
    .feature-2-pic {
        margin-top: 50px;
    }
    #package {
        padding-top: 80px;
    }
    .package-option {
        padding: 50px 0 50px;
    }
    .price-box {
        margin-bottom: 30px;
    }
    #client img {
        margin: 10px 0 10px;
    }
    .contact-left {
        margin-bottom: 50px;
    }
    .video-header {
        margin: 50px 0 30px;
    }
    #bottom-action {
        text-align: center;
    }
    .cars-grid a {
        width: 33.333%;
    }
    .cars-grid a:nth-child(odd) {
        margin: 0;
    }

    .cars-grid a:nth-child(3n-1) {
        margin: 30px 0 -30px 0;
    }

    .li-car-name .car-features {
        margin-left: 25px !important;
    }
    .carssections .screen {
        background: #FFF none repeat scroll 0% 0%;
        padding: 0px;
        margin: 5px;
        display: block;
    }
	 .woocommerce .woocommerce-MyAccount-navigation {
        float: left;
        width: 100%;
    }
    .woocommerce .woocommerce-MyAccount-content {
        float: right;
        width: 100%;
    }
    #myfixedCall ul li a i {
		font-size: 20px;
	}
	
	#myfixedCall ul li a {  
		padding: 5px; 
		min-width: 40px; 
		margin-bottom: 4px;
	}
	.site-name img {
		width: 140px;
		height: auto;
		margin-top: -15px;
	}
	
}
@media (max-width: 480px) {
	 
    .feat-list i {
        padding-left: 5px;
    }
    .action h2 {
        font-size: 30px;
    }
    .button-demo li {
        padding-bottom: 50px;
    }
    .li-car-name .car-features {
        margin-left: 92px !important;
    }
    .newsletter-form input[type="text"] {
        width: 78%;
    }
    .cars-grid .screentow { 
		width: 100%; 
		margin-bottom: 20px !important;
	}
	
	.dseccc{
		padding-right: 15px;
	}

	.dsddsdone{
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.reservation-menu li {
		float: left;
		color: #FFF;
		padding: 12px 10px; 
		cursor: pointer;
		width: 50%;
	} 
}
@media (max-width: 320px) {
    .logo {
        margin: 30px 0 20px 0;
    }
    .landing h1{
        margin: 20px 0 35px 0;
    }
    .btn-default {
        font-size: 16px;
        margin: 10px 60px 5px 0px;
        padding: 10px 30px;
        height: 45px;
        border-radius: 80px;
    }
    .btn-primary {
        font-size: 16px;
        margin-right: 15px;
        height: 45px;
        border-radius: 80px;

        margin: 10px 60px 5px 0px;
        padding: 10px 30px;
    }
    .btn-nxt-booking{
        margin: 10px 0px 5px 0px;
    }
    .li-car-name .car-features {
        margin-left: -6px !important;
    }
    .subscribe-form {
        margin: 50px auto 110px;
    }
    .subscribe-form input {
        padding: 5px 15px;
    }
    .subscribe-form button {
        padding: 0 15px;
    }
    .action h2 {
        margin: 70px 0 20px;
    }
    .table > thead > tr > th,
    .table > tbody > tr > td {
        padding: 20px 10px;
    }
    .carssections a:hover figure button {
        transform: translateY(-26%) translateX(23%) scale(1);
        padding: 0px 20px;
        height: 45px;
    }

    .booking-top-nav ol li a {
        color: transparent !important;
    }

    .newsletter-form input[type="text"] {
        width: 78%;
    }
    .cars-grid .screentow { 
		width: 100%; 
		margin-bottom: 20px !important;
	}
	.dseccc{
		padding-right: 15px;
	}

	.dsddsdone{
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.reservation-menu li {
		float: left;
		color: #FFF;
		padding: 12px 10px;
		font-size: 14px;
		cursor: pointer;
		width: 50%;
	}
    #intro h2, #feature h2, #feature-2 h2 {
        font-size: 30px;
    }
    .feat-list i {
        padding-left: 0;
    }
    #feature .inner {
        padding-left: 15px;
    }

    .contactbutton {
        margin-bottom: 15px;
    }
    .contact-ul li {
        margin-left: 0;
    }

    .booking-top-nav ol li a {
        color: transparent !important;
    }
    .li-car-name .car-features {
        margin-left: 11px !important;
    }
	.cars-grid .screentow { 
		width: 100%; 
		margin-bottom: 20px !important;
	}
	.dseccc{
		padding-right: 15px;
	}

	.dsddsdone{
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	#menu-menu {
		z-index: 999999;
		position: relative;
		width: 100%;
		background: #fff;
	}
	.reservation-menu li {
		float: left;
		color: #FFF;
		padding: 12px 10px;
		font-size: 14px;
		cursor: pointer;
		width: 50%;
	} 
}


input.form-group.date.flatpickr-input.flatpickr-mobile {
    display: none !important;
}
.flatpickr-months .flatpickr-month {
    height: 50px !important;
}