/*
 * Theme Basic Style
 * package: WP Car Rental
 * author: Santiago Helmann Mattaldi
 * copyright: Inteligencia Web
 * See Licensing/README_License.txt for copyright notices and details.
 */
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
a, a:focus, button, img, input, select, div {
    outline: 0;
}
.button:hover, .button:focus {
    text-decoration: none;
}
/*--------------------------------------------------------------
## Gral
--------------------------------------------------------------*/
body{
    max-width: 100%;
    overflow-x: hidden;
}
.button {
    text-decoration: none;
    cursor: pointer;
}
button:disabled, input:disabled, .ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled.disabled {
    cursor: not-allowed;
}
button, input.button, input[type="submit"] {
    border: 0;
}
.edit-link a:active, .vc_general.vc_btn3.vc_btn3-style-button:active, button:active, input[type="submit"]:active, a.button:active, .button:active, .vc_btn3.vc_btn3-style-button:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    text-decoration: none;
}
.edit-link a:focus{
    text-decoration: none;
}
select {
    background: white;
}
.spacer_20 {
    height: 20px;
}
.spacer_50 {
    height: 50px;
}
.clear {
    width: 100%;
    display: inline-block;
}
.content-area.homepage, .landingpage .content-area, #content.landingpage {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.content-area.landingpage #primary, .landingpage #primary {
    padding: 0 15px 0 15px;
}
.block {
    display: block;
}
.block_full {
    display: inline-block;
    width: 100%;
}
.align_center, .text-center {
    text-align: center;
}
.align_right, .text-right {
    text-align: right;
}
.align_left, .text-left {
    text-align: left;
}
.no_margin {
    margin: 0 !important;
}
.no_padding {
    padding: 0 !important;
}
.white {
    color: white;
}
.black {
    color: black;
}
img {
    max-width: 100%;
    height: unset;
}
i {
    min-width: 20px;
    text-align: center;
}
.soft-hide {
    display: none;
}
@media screen and (max-width: 480px) {
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-hide {
        display: none;
    }
    .align_center-xxs {
        text-align: center;
    }
    .visible-xxs {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .align_center-xs {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .col-lg-25 {
        width: 20%;
        padding-right: 5px;
    }
}
.box_shadow {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
}
.box_shadow_inv {
    box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
}
.hover_scale:hover {
    transform: scale(1.03);
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
@media screen and (min-width: 1200px) {
    .float_right-lg {
        float: right;
    }
    .site-footer .footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 992px) {
    .float_right-md {
        float: right;
    }
}
.roll_effect img:hover, .roll_effect > div:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s; /* Safari */
    transform: rotateY(180deg) scale(1.2);
}
.roll_effect img, .roll_effect > div {
    transition: all .3s ease;
}
.text-shadow {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}
/*
 * Content
 */
#content {
    margin: auto;
    overflow: hidden;
}
/*
 * Header
 */
.header_holder {
    max-width: 97%;
    margin: auto
}
.primary-menu, .top_bar, #primary {
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
.brand {
    float:left;
    max-width: 73%;
    display: inline-block;
}
.overlapping-header #content {
    padding-top: 0;
}
/* Top bar */
.top_bar_data {
    float: left;
    padding: 0 10px;
}
.top_bar {
    overflow: hidden;
    width: 100%;
}
.top_bar_data:first-child {
    padding-left: 0 !important;
}
.top_bar .social_links {
    float: right;
    margin: 0;
    padding-left: 5px;
}
.top_bar .social_links li {
    list-style-type: none;
    float: left;
    padding: 0 5px;
}
.top_bar .social_links li a {
    font-size: 20px;
}
.top_bar .social_links li:last-child {
    padding-right: 0;
}
#wpml_lang_selector {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 1101;
}
.top_bar_inner .top_bar_data:first-child i {
    margin-left: -4px;
}
.top_bar_data.lang a.lang_flags img {
    margin: 0 5px;
}
.lang_inline {
    text-transform: uppercase;
    margin: 0 3px;
}
a.lang_inline.active, a.lang_inline:hover {
    font-weight: 900;
}
.flags_mode a, .inline_mode a {
    float: left;
}
.flags_mode, .inline_mode {
    border-top: 1px solid;
}
#wpml_lang_selector img {
    margin-right: 6px;
}
/* Top Bar login */
#top_bar_login {
    position: absolute;
    z-index: 1101;
}
#top_bar_login form {
    padding: 1px 15px 10px 15px;
    max-width: 240px;
    line-height: 28px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.33);
}
#top_bar_login .login-username input, #top_bar_login .login-password input {
    width: 100%;
    padding: 0 5px;
    border: 0;
    color: black;
    border-radius:4px
}
#top_bar_login #rememberme {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
#top_bar_login .login-submit input {
    width: 100%;
    line-height: 21px;
}
#show_top_bar_login {
    cursor: pointer;
}
/* Company logo */
.company_logo_mobile {
    display: none;
}
.company_logo_mobile, .company_logo {
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
}
a, input[type="submit"], button {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color, color, line-height;
    transition-property: background-color, color, line-height;
}
/* Menu */
.site-terms, .site-privacy, .theme-credits, .site_data span {
    float: left;
}
.site_data div {
    padding: 0 10px;
}
.primary-menu {
    list-style-type: none;
    display: flex;
    display: -webkit-box; /* Safari */
    line-height: initial;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.primary-menu li a, .mobile-menu li a {
    text-decoration: none;
    display: block;
}
#primary-menu>li>a {
    transition-property: unset !important;
    -moz-transition-property: unset !important;
    -webkit-transition-property: unset !important;
}
/* Sub Menu */
.primary-menu .sub-menu li a {
    min-width: 100%;
}
.primary-menu .site-header.navbar-fixed-top ul li .sub-menu a {
    line-height: normal;
}
.sub-menu {
    list-style-type: none;
    -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
    flex-direction: row-reverse;
}
.primary-menu .sub-menu {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    float: left;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
}
.mobile-menu .sub-menu {
    padding-left: 0;
}
.primary-menu .sub-menu .sub-menu {
    min-width: 100%;
    top: 0;
    white-space: nowrap;
    position: relative;
    margin-top: -25%;
}
.primary-menu > .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    padding-left: 5px;
    font-size: 15px;
}
.primary-menu .menu-item-has-children > a:before, .sub-menu .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    padding-right: 5px;
    font-size: 15px;
}
.primary-menu .menu-item-has-children > a:after, .sub-menu .menu-item-has-children > a:after {
    font-family: "FontAwesome";
    padding-left: 5px;
    font-size: 15px;
}
/* Mobile Menu */
.mobile-menu {
    padding: 0;
    margin-top: 0;
    list-style-type: none;
    right: -200px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
    transition-property: top;
    position: fixed;
}

.mobile-menu li {
    width: 100%;
}
.menu-toggle {
    border: none;
    margin-right: 20px;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 4px;
    position: absolute;
    transition-property: background-color, color, margin-top;
    -webkit-transition-property: background-color, color, margin-top;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px;
}
.menu-toggle:focus {
    box-shadow: none;
}
.menu-toggle i.fa {
    font-size: 27px;
    line-height: 27px;
}
.main-navigation i.fa.fa-times {
    padding: 6px;
}
.main-navigation.toggled i.fa.fa-times {
    margin-top: -3px;
}
.main-navigation.toggled i.fa.fa-times, .main-navigation i.fa.fa-bars {
    display: block;
}
.main-navigation.toggled i.fa.fa-bars, .main-navigation i.fa.fa-times {
    display: none;
}
.main-navigation i:active {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg) scale(0);
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
nav ul {
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
nav.main-navigation.toggled #mobile_menu {
    overflow-y: scroll;
}
.mobile-menu::-webkit-scrollbar {
    display: none;
}
.mobile-menu .menu-item-has-children > a:after, .mobile-menu .sub-menu .menu-item-has-children > a:after {
    content: "\f067";
    font-family: "FontAwesome";
    padding: 0 5px;
    font-size: 15px;
    float: right;
}
.mobile-menu .menu-item-has-children > a.deployed:after, .mobile-menu .sub-menu .menu-item-has-children > a.deployed:after {
    content: "\f068";
}
/* Floating Menu */
#masthead {
    z-index: 1100;
    position: absolute;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-property: background-color;
    -webkit-transition-property: background-color, height;
}
.navbar-fixed-top {
    position: fixed !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px;
}
/* Floating mobile button
.menu-toggle {
    float: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}*/
.menu-toggle, .mobile-menu {
    display: none;
}
/* Page titles */
.entry-header-inner>.entry-title>h1{
    margin: 0;
}
.entry-header {
    width: 100%;
    display: table;
}
.entry-header-inner{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
}
.breadcrumbs {
    margin-top: 5px;
}
/* Sidebar */
#primary.sidebar .widget_social_links i {
    margin: 0 10px 5px 0;
}
#primary.sidebar, #primary.sidebar aside {
    overflow: hidden;
}
aside.widget ul {
    list-style-type: none;
    -webkit-padding-start: 0;
}
form.search-form, .a2a_kit.a2a_kit_size_32.addtoany_list {
    margin-bottom: 15px;
    display: inline-block;
}
form.search-form span.screen-reader-text {
    display: none;
}
.sidebar_container aside.widget ul li {
    padding: 4px 0;
}
.sidebar_container aside.widget ul.widget_social_links li {
    padding: 0;
}
.content-area.sidebar.left main#main, .content-area.sidebar.right #secondary {
    float: right;
}
.content-area.sidebar.right main#main {
    float: left;
    width: 100%;
}
.sidebar_container {
    display: grid;
}
input.search-field {
    padding: 6px;
    border-radius: 4px;
}
#secondary {
    width: 100%;
}
.sidebar_container aside:first-child h2 {
    margin-top: 0;
}
.logo_widget {
    padding-bottom: 10px;
}
/* Homepage Form */
#homepage_search_form_inner.form, #homepage_search_form_inner.list {
    margin-left: auto;
    margin-right: auto;
}
#homepage_search_form {
    background-size: cover;
    background-position: center;
    flex: 1;
    display: flex;
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
    #homepage_search_form {
        background-attachment: scroll;
    }
}
.text_over_form {
    margin-bottom: 10px;
}
/* Faq */
.vc_toggle_title {
    border-top: 1px solid;
}
.vc_toggle, .vc_toggle_content {
    margin: 0 !important;
}
.vc_toggle_content p {
    padding: 0 15px;
}
.vc_toggle .vc_toggle_title {
    padding: 10px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-right: 24px;
}
.vc_toggle.vc_toggle_active .vc_toggle_title {
    border-bottom: 1px dotted black;
    border-top: 2px solid;
}
.vc_toggle.vc_toggle_active {
    background-color: #f7f7f7;
}
/* Blog */
.blog-list > div {
    padding: 15px;
}
.blog-list .entry-content {
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,.075);
    border-radius: 4px;
    background-color: #f9f9f9;
}
.entry-text-content {
    padding: 0 15px 25px 15px;
    overflow: hidden;
}
.index .post.type-post a img {
    width: 100%;
}
.entry-meta {
    display: inline-block;
    width: 100%;
}
.with-image .entry-meta {
    padding: 10px 15px;
    margin-top: -100%;
}
.without-image .entry-meta {
    padding: 15px 15px 0;
}
.entry-meta .entry-categories {
    float: left;
}
.entry-meta .entry-date-author {
    float: right;
}
img.post-img-in-blog.wp-post-image {
    margin-bottom: -16px;
}
.blog .without-image .entry-title{
    height: auto;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.entry-read-more {
    margin-top: 32px;
}
.blog-list {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* Post */
img.attachment-large.size-large.wp-post-image {
    margin: 0 auto 30px;
    display: table;
}
.entry-meta-single {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px dashed;
    margin-top: 15px;
}
.entry-meta-single .entry-categories {
    float: left;
}
.entry-meta-single .entry-date-author {
    float: right;
}
.entry-content.single .addtoany_shortcode, .index article .entry-content .addtoany_shortcode {
    margin-bottom: -42px;
    padding: 5px 5px 0 2px;
    max-width: fit-content;
    position: absolute;
}
.pagination-navigation {
    margin: 15px;
}
.pagination-navigation ul {
    list-style-type: none;
    display: table;
    margin: auto;
}
.pagination-navigation li {
    float: left;
    margin: 5px;
}
/* Aplies to blog and single posts */
.post-excerpt {
    border-left: 5px solid;
    padding: 1px 15px;
    margin: 20px 0;
}
p.comment-form-comment textarea {
    width: 100%;
}
p.form-submit input {
    float: right;
}
h2.comments-title {
    margin-top: 20px;
    display: inline-block;
}
.comment-metadata {
    float: right;
    height: 33px;
}
.comment-author.vcard {
    float: left;
}
.comment-content {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}
ol.comment-list li {
    background-color: #f7f5f5;
    padding: 15px;
}
#commentform .form-submit {
    display: inline-block;
    margin: 0;
}
/* Footer */
#colophon {
    width: 100%
}
.footer {
    margin: auto;
}
.recent_posts_widget {
    text-align: left;
}
@media screen and (max-width: 1199px) {
    .footer {
        text-align: center !important;
    }
    .site-footer .recent_posts_widget {
        margin: auto;
        display: table;
    }
}
.footer-widget {
    padding: 15px;
    height: 100%;
}
/* Bottom bar */
.bottom_bar_inner {
    width: 100%;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site_branding_inner {
    width: initial;
}
.bottom_bar_logo {
    height: 100%;
}
.footer-data label {
    margin: 0 10px;
}
/* Go Top */
#go_top {
    position: fixed;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 12px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
    z-index: 10;
    cursor: pointer;
}
#go_top i{
    width: 20px;
    height: 20px;
    line-height: 20px;
}
#go_top:focus, #go_top:hover {
    opacity: 1 !important;
}
/* Edition buttons */
.edit-link {
    margin: 12px auto;
    display: table;
}
.entry-footer .edit-link a {
    margin: 5px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 5px 8px;
}
/* Post navigation */
.nav_img {
    padding-bottom: 10px;
}
/* Body Type Slider */
.car-rental-item-prefix.body_type_slider {
    text-align: center;
    width: 100%;
}
/* Company Information Widget */
.company_data_widget {
    list-style-type: none;
    padding-left: 1px;
}
/* Social links widget */
footer .widget_social_links i {
    margin: 0 5px 10px 5px;
}
.widget_social_links i {
    float: left;
    width: 50px;
    border: 1px solid;
    padding: 8px 0;
    font-size: 28px;
    text-align: center;
    border-radius: 4px;
}
.widget_social_links {
    padding-left: 0;
}
/* Reent posts widget */
.recent_posts_widget a:hover {
    text-decoration: none;
}
.thumbnail-image {
    width: 70px;
}
.recent_post {
    display: table;
    width: 100%;
}
.recent_post .post-date {
    width: 100%;
    display: block;
}
.recent_posts_widget .recent_post {
    padding: 5px 0;
}
.recent_posts_widget .recent_post div {
    display: table-cell;
    vertical-align: middle;
}
/* Post navigation */
.nav-previous a, .nav-next a {
    text-decoration: none;
}
.nav-previous, .nav-next {
    /* border: 1px dashed #0073aa; */
    padding: 5px 10px;
    max-width: 50%;
    margin-bottom: 20px;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
/* 404 page */
.search .entry-header .entry-title{
    height: auto;
    background-color: transparent;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}
.search .entry-header h2 {
    margin-bottom: 10px;
}
/* Search */
a.button.search {
    width: max-content;
    margin: 30px 0 15px;
}
.entry-summary {
    display: inline-block;
    margin: 5px 0 25px;
}
.search article {
    margin-bottom: 25px;
}
/*
 * Visual composer
 */
/* Background slider */
.vc-slider-bg {
    background-size: cover;
    background-position: center center;
}
/* Fancy title and stat counter */
.fancy-title {
    margin-bottom: 32px;
}
.stat_title.blue, .vc_counter.blue, .vc_title.blue {
    color: #5472d2
}
.stat_title.turquoise, .vc_counter.turquoise, .vc_title.turquoise {
    color: #00c1cf
}
.stat_title.pink, .vc_counter.pink, .vc_title.pink {
    color: #fe6c61
}
.stat_title.violet, .vc_counter.violet, .vc_title.violet {
    color: #8d6dc4
}
.stat_title.peacoc, .vc_counter.peacoc, .vc_title.peacoc {
    color: #4CADC9
}
.stat_title.chino, .vc_counter.chino, .vc_title.chino {
    color: #4cadc9
}
.stat_title.mulled_wine, .vc_counter.mulled_wine, .vc_title.mulled_wine {
    color: #cec2ab
}
.stat_title.vista_blue, .vc_counter.vista_blue, .vc_title.vista_blue {
    color: #50485b
}
.stat_title.black, .vc_counter.black, .vc_title.black {
    color: #2a2a2a
}
.stat_title.grey, .vc_counter.grey, .vc_title.grey {
    color: #ebebeb
}
.stat_title.orange, .vc_counter.orange, .vc_title.orange {
    color: #f7be68
}
.stat_title.sky, .vc_counter.sky, .vc_title.sky {
    color: #5aa1e3
}
.stat_title.green, .vc_counter.green, .vc_title.green {
    color: #6dab3c
}
.stat_title.juicy_pink, .vc_counter.juicy_pink, .vc_title.juicy_pink {
    color: #f4524d
}
.stat_title.brown, .vc_counter.brown, .vc_title.brown {
    color: #9b402b
}
.stat_title.sandy_brown, .vc_counter.sandy_brown, .vc_title.sandy_brown {
    color: #f79468
}
.stat_title.purple, .vc_counter.purple, .vc_title.purple {
    color: #b97ebb
}
.stat_title.white, .vc_counter.white, .vc_title.white {
    color: #ffffff
}
.vc_grid-item-mini .vc_gitem-animate-flipHorizontalFadeIn, .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone {
    overflow: visible;
}
/* Underline */
.vc_underline.blue {
    background-color: #5472d2
}
.vc_underline.turquoise {
    background-color: #00c1cf
}
.vc_underline.pink {
    background-color: #fe6c61
}
.vc_underline.violet {
    background-color: #8d6dc4
}
.vc_underline.peacoc {
    background-color: #4CADC9
}
.vc_underline.chino {
    background-color: #4cadc9
}
.vc_underline.mulled_wine {
    background-color: #cec2ab
}
.vc_underline.vista_blue {
    background-color: #50485b
}
.vc_underline.black {
    background-color: #2a2a2a
}
.vc_underline.grey {
    background-color: #ebebeb
}
.vc_underline.orange {
    background-color: #f7be68
}
.vc_underline.sky {
    background-color: #5aa1e3
}
.vc_underline.green {
    background-color: #6dab3c
}
.vc_underline.juicy_pink {
    background-color: #f4524d
}
.vc_underline.brown {
    background-color: #9b402b
}
.vc_underline.sandy_brown {
    background-color: #f79468
}
.vc_underline.purple {
    background-color: #b97ebb
}
.vc_underline.white {
    background-color: #ffffff
}
.vc_underline {
    width: 100px;
    position: relative;
    height: 2px;
    margin-top: 10px
}
.vc_underline_title {
    position: relative;
    margin-bottom: 0;
}
.align_center .vc_underline {
    margin-left: auto;
    margin-right: auto;
}
.align_right .vc_underline {
    float: right;
}
.vc_custom_heading.home_post_grid.vc_gitem-post-data-source-post_title * {
    margin-top: 0;
}
.underline:after {
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    width: 100px;
}
.underline {
    position: relative;
    min-height: 15px;
}
.underline_title {
    margin-bottom: 0;
}
.align_center.underline:after {
    margin: auto;
}
.underline.full-width:after {
    width: 100%;
}
/* Counter */
.stat_counter_wrapper .stat_counter {
    font-size: 40px;
    line-height: 30px;
}
.stat_counter_wrapper .stat_title {
    font-size: 21px;
    padding-top: 15px;
    line-height: 26px;
}
@media screen and (max-width: 767px) {
    .stat_counter_wrapper {
        text-align: center;
    }
}
/* Wp Fb Reviews */
.wprev-no-slider ul {
    padding-left: 0;
}
/* Wp account confirmation */
#signup-content {
    max-width: 90%;
    text-align: center;
    margin: 50px auto;
}
/* Social networks colors */
.facebook_color, .twitter_color, .google_color, .tripadvisor_color, .linkedin_color, .youtube_color, .vimeo_color,
.instagram_color, .flickr_color, .pinterest_color, .tumblr_color, .reddit_color, .vk_color, .vine_color,
.snapchat_color, .quora_color, .yelp_color {
    color: white !important;
    border: none !important;
    padding: 10px 5px;
    min-width: 35px;
}
.social_links.top_bar_social_networks_colors li:not(:first-child) {
    padding: 0 1px;
}
.facebook_color{
    background-color:#3b5998 !important;
}
.twitter_color{
    background-color:#55acee !important;
}
.google_color{
    background-color:#dc4e41 !important;
}
.tripadvisor_color{
    background-color:#00af87 !important;
}
.linkedin_color{
    background-color:#0077b5 !important;
}
.youtube_color{
    background-color:#b31217 !important;
}
.vimeo_color{
    background-color:#1ab7ae !important;
}
.instagram_color{
    background-color:#3f729b !important;
}
.flickr_color{
    background-color:#ff0084 !important;
}
.pinterest_color{
    background-color:#bd081c !important;
}
.tumblr_color{
    background-color:#35465c !important;
}
.reddit_color{
    background-color:#ff4500 !important;
}
.vk_color{
    background-color:#4c75a3 !important;
}
.vine_color{
    background-color:#00B488 !important;
}
.snapchat_color{
    background-color:#FFFC00 !important;
    color: black !important;
}
.yelp_color{
    background-color:#d32323 !important;
    color: white !important;
}
.quora_color{
   background-color:#fff !important;
   color:#b92b27 !important;
}
/* General contact form 7 */
.wpcf7-form textarea, .wpcf7-form input {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form input[type="submit"]:not(.cf7_submit) {
    width: initial;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background-color: #ffe2e2;
}
.wpcf7-mail-sent-ng, .wpcf7-aborted{
    background: #ff0000;
    color: white;
    border-radius: 4px
}
div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: white;
    border: 2px solid #398f14;
    border-radius: 4px
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
    background: #ff0000;
    color: white;
    border-radius: 4px
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
    background: #ffa500;
    color: white;
    border-radius: 4px
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background: #f7e700;
    color: black;
    border-radius: 4px
}
/* Contact Form 7 Homepage Form */
.cf7_quiz label span, .cf7_title {
    line-height: 33px;
    text-transform: uppercase;
}
.homepage_form_cf7 input, .cf7_class, .cf7_comments, .cf7_location {
    margin-bottom: 10px;
    border: 0;
    padding: 4px 10px;
    max-width: 100%;
}
.homepage_form_cf7 .cf7_comments, .homepage_form_cf7 .cf7_quiz label {
    min-width: 100%;
    min-height: 33px;
}
.cf7_location, .cf7_submit, .cf7_class, .cf7_pax, .cf7_bag, .cf7_contact, .cf7_quiz input {
    width: 100%;
}
.cf7_location, .cf7_contact, .cf7_pax, .cf7_class, .cf7_bag, .cf7_comments, .cf7_quiz input {
    border-radius: 4px;
}
.wpcf7-form .cf7_pickup_date, .wpcf7-form .cf7_return_date {
    width: 65%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid black;
}
.wpcf7-form .cf7_pickup_time, .wpcf7-form .cf7_return_time {
    width: 35% !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: initial;
}
.homepage_form_cf7 .cf7_submit, .homepage_form_cf7 .cf7_quiz input {
    margin-bottom: 0;
}
.homepage_form_cf7 .homepage_form_cf7 textarea {
    border: 0;
}
.homepage_form_cf7 .wpcf7-quiz-label {
    font-weight: normal;
}
.homepage_form_cf7 .wpcf7 .ajax-loader {
    position: absolute;
}
.homepage_form_cf7 .wpcf7-validation-errors, .homepage_form_cf7 .wpcf7-mail-sent-ng, .homepage_form_cf7 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border-color: white;
    color: white;
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
}
/*
 * Contact Widget
 */
#wpcr-cw {
    position: fixed;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-direction: normal;
    -webkit-animation-direction: normal;
    z-index: 1005;
    list-style-type: none;
    padding-left: 0;
    font-size: 25px;
    margin: -24px 0 0;
}
#wpcr-cw.wc-left {
    -webkit-animation: fade_in_left 0.5s;
    animation: fade_in_left 0.5s;
}
#wpcr-cw.wc-right {
    -webkit-animation: fade_in_right 0.5s;
    animation: fade_in_right 0.5s;
    right: 0;
}
#wpcr-cw.wc-left  li:last-child a {
    padding: 12px 12px 12px 8px;
}
#wpcr-cw.wc-right li:last-child a {
    padding: 12px 8px 12px 12px;
}
#wpcr-cw.wc-left li {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
#wpcr-cw.wc-right li {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
#wpcr-cw li {
    display: table;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
    text-align: center;
}
#wpcr-cw li a {
    display: table-cell;
    vertical-align: middle;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: white;
}
#wpcr-cw.wc-2 .wc, #wpcr-cw.wc-3 .wc, #wpcr-cw.wc-4 .wc, #wpcr-cw.wc-5 .wc {
    border-radius: 50%;
    opacity: 0;
    width: 0;
    height: 0;
}
#wpcr-cw.wc-2 .wc, #wpcr-cw.wc-3 .wc, #wpcr-cw.wc-4 .wc {
    font-size: 24px;
    margin-top: 2px;
}
#wpcr-cw.wc-5 .wc a {
    font-size: 19px;
}
#wpcr-cw.wc-5 .wc {
    margin-top: 8px;
}
#wpcr-cw.wc-2:not(:hover) .wc, #wpcr-cw.wc-3:not(:hover) .wc, #wpcr-cw.wc-4:not(:hover) .wc, #wpcr-cw.wc-5:not(:hover) .wc {
    position: absolute;
}
#wpcr-cw .wc-show-contacts, #wpcr-cw .wc-phone, #wpcr-cw .wc-mail, #wpcr-cw .wc-custom, #wpcr-cw .wc-address {
    width: min-content;
}
#wpcr-cw .wc-show-contacts{
    cursor: pointer;
    position: relative;
}
.wc-whatsapp {
    background-color: #25D366;
}
.wc-whatsapp:hover {
    background-color: #23af57;
}
.wc-skype {
    background-color: #00aff0;
}
.wc-skype:hover {
    background-color: #009dd9;
}
.wc-viber {
    background-color: #665CAC;
}
.wc-viber:hover {
    background-color: #524b93;
}
.wc-telegram {
    background-color: #0088cc;
}
.wc-telegram:hover {
    background-color: #0067a4;
}
.wc-messenger {
    background-color: #0084FF;
}
.wc-messenger:hover {
    background-color: #0065ca;
}
#wpcr-cw.wc-left:hover {
    padding: 50px 50px 50px 0;
}
#wpcr-cw.wc-right:hover {
    padding: 50px 0 50px 50px;
}
#wpcr-cw:hover {
    margin: -74px 0 0;
}
#wpcr-cw:hover .wc, #wpcr-cw:active .wc {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
    opacity: 1;
}
#wpcr-cw.wc-2:hover .wc, #wpcr-cw.wc-3:hover .wc, #wpcr-cw.wc-4:hover .wc, #wpcr-cw.wc-2:active .wc, #wpcr-cw.wc-3:active .wc, #wpcr-cw.wc-4:active .wc {
    width: 45px;
    height: 45px;
    position: fixed;
}
#wpcr-cw.wc-5:hover .wc, #wpcr-cw.wc-5:active .wc {
    width: 35px;
    height: 35px;
    position: fixed;
}
#wpcr-cw {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transform: translate(0);
}
#wpcr-cw:hover, #wpcr-cw.wc-5:active {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#wpcr-cw.peeked:not(:hover) i{
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#wpcr-cw.wc-left.peeked:not(:hover) {
    transform: translate(-30px);
}
#wpcr-cw.wc-right.peeked:not(:hover) {
    transform: translate(35px);
}
/* having 2 contacts on left side */
#wpcr-cw.wc-left.wc-2:hover .wc:nth-child(1), #wpcr-cw.wc-left.wc-2:active .wc:nth-child(1) {
    transform: translate(35px, -36px);
}
#wpcr-cw.wc-left.wc-2:hover .wc:nth-child(2), #wpcr-cw.wc-left.wc-2:active .wc:nth-child(2) {
    transform: translate(35px, 36px);
}
/* having 3 contacts on left side */
#wpcr-cw.wc-left.wc-3:hover .wc:nth-child(1), #wpcr-cw.wc-left.wc-3:active .wc:nth-child(1) {
    transform: translate(25px, -45px);
}
#wpcr-cw.wc-left.wc-3:hover .wc:nth-child(2), #wpcr-cw.wc-left.wc-3:active .wc:nth-child(2) {
    transform: translate(49px);
}
#wpcr-cw.wc-left.wc-3:hover .wc:nth-child(3), #wpcr-cw.wc-left.wc-3:active .wc:nth-child(3) {
    transform: translate(25px, 45px);
}
/* having 4 contacts on left side */
#wpcr-cw.wc-left.wc-4:hover .wc:nth-child(1), #wpcr-cw.wc-left.wc-4:active .wc:nth-child(1) {
    transform: translate(2px, -51px);
}
#wpcr-cw.wc-left.wc-4:hover .wc:nth-child(2), #wpcr-cw.wc-left.wc-4:active .wc:nth-child(2) {
    transform: translate(44px, -25px);
}
#wpcr-cw.wc-left.wc-4:hover .wc:nth-child(3), #wpcr-cw.wc-left.wc-4:active .wc:nth-child(3) {
    transform: translate(44px, 25px);
}
#wpcr-cw.wc-left.wc-4:hover .wc:nth-child(4), #wpcr-cw.wc-left.wc-4:active .wc:nth-child(4) {
    transform: translate(2px, 51px);
}
/* having 5 contacts on left side */
#wpcr-cw.wc-left.wc-5:hover .wc:nth-child(1), #wpcr-cw.wc-left.wc-5:active .wc:nth-child(1) {
    transform: translate(3px, -53px);
}
#wpcr-cw.wc-left.wc-5:hover .wc:nth-child(2), #wpcr-cw.wc-left.wc-5:active .wc:nth-child(2) {
    transform: translate(41px, -38px);
}
#wpcr-cw.wc-left.wc-5:hover .wc:nth-child(3), #wpcr-cw.wc-left.wc-5:active .wc:nth-child(3) {
    transform: translate(57px);
}
#wpcr-cw.wc-left.wc-5:hover .wc:nth-child(4), #wpcr-cw.wc-left.wc-5:active .wc:nth-child(4) {
    transform: translate(41px, 38px);
}
#wpcr-cw.wc-left.wc-5:hover .wc:nth-child(5), #wpcr-cw.wc-left.wc-5:active .wc:nth-child(5) {
    transform: translate(3px, 52px);
}
/***/
/* having 2 contacts on right side */
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(1), #wpcr-cw.wc-right.wc-2:active .wc:nth-child(1) {
    transform: translate(-35px, -36px);
}
#wpcr-cw.wc-right.wc-2:hover .wc:nth-child(2), #wpcr-cw.wc-right.wc-2:active .wc:nth-child(2) {
    transform: translate(-35px, 36px);
}
/* having 3 contacts on right side */
#wpcr-cw.wc-right.wc-3:hover .wc:nth-child(1), #wpcr-cw.wc-right.wc-3:active .wc:nth-child(1) {
    transform: translate(-25px, -45px);
}
#wpcr-cw.wc-right.wc-3:hover .wc:nth-child(2), #wpcr-cw.wc-right.wc-3:active .wc:nth-child(2) {
    transform: translate(-49px);
}
#wpcr-cw.wc-right.wc-3:hover .wc:nth-child(3), #wpcr-cw.wc-right.wc-3:active .wc:nth-child(3) {
    transform: translate(-25px, 45px);
}
/* having 4 contacts on right side */
#wpcr-cw.wc-right.wc-4:hover .wc:nth-child(1), #wpcr-cw.wc-right.wc-4:active .wc:nth-child(1) {
    transform: translate(-2px, -51px);
}
#wpcr-cw.wc-right.wc-4:hover .wc:nth-child(2), #wpcr-cw.wc-right.wc-4:active .wc:nth-child(2) {
    transform: translate(-44px, -25px);
}
#wpcr-cw.wc-right.wc-4:hover .wc:nth-child(3), #wpcr-cw.wc-right.wc-4:active .wc:nth-child(3) {
    transform: translate(-44px, 25px);
}
#wpcr-cw.wc-right.wc-4:hover .wc:nth-child(4), #wpcr-cw.wc-right.wc-4:active .wc:nth-child(4) {
    transform: translate(-2px, 51px);
}
/* having 5 contacts on right side */
#wpcr-cw.wc-right.wc-5:hover .wc:nth-child(1), #wpcr-cw.wc-right.wc-5:active .wc:nth-child(1) {
    transform: translate(7px, -53px);
}
#wpcr-cw.wc-right.wc-5:hover .wc:nth-child(2), #wpcr-cw.wc-right.wc-5:active .wc:nth-child(2) {
    transform: translate(-31px, -38px);
}
#wpcr-cw.wc-right.wc-5:hover .wc:nth-child(3), #wpcr-cw.wc-right.wc-5:active .wc:nth-child(3) {
    transform: translate(-47px);
}
#wpcr-cw.wc-right.wc-5:hover .wc:nth-child(4), #wpcr-cw.wc-right.wc-5:active .wc:nth-child(4) {
    transform: translate(-31px, 38px);
}
#wpcr-cw.wc-right.wc-5:hover .wc:nth-child(5), #wpcr-cw.wc-right.wc-5:active .wc:nth-child(5) {
    transform: translate(7px, 52px);
}
/***/
@-webkit-keyframes fade_in_left {
    0% {
        left: -50px;
        opacity:0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@keyframes fade_in_left {
    0% {
        left: -50px;
        opacity:0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}
@-webkit-keyframes fade_in_right {
    0% {
        right: -50px;
        opacity:0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}
@keyframes fade_in_right {
    0% {
        right: -50px;
        opacity:0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}