/*
 * 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: table;
    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;
}
.comment-list {
    padding-left: 0;
}
.comment-list > li {
    margin-bottom: 15px;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
## Gral
--------------------------------------------------------------*/
/* inputs */
input, textarea, select {
    border: 1px solid #ccc;
    border-radius: 4px;
}
a, a:focus, button, img, picture, input, select, div {
    outline: 0;
}
.button:hover, .button:focus {
    text-decoration: none;
}
input:focus::placeholder {
    color: transparent;
}
.btn:focus, .btn:active, .btn:active:focus {
    outline: none;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.button {
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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-color: white;
}
.alert-xs {
    padding: 8px;
}
.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%;
}
.white {
    color: white;
}
.black {
    color: black;
}
img, picture {
    max-width: 100%;
    height: unset;
}
i {
    min-width: 20px;
    text-align: center;
}
.soft-hide, .fa.soft-hide, .fas.soft-hide, .fab.soft-hide, .far.soft-hide, .form-table td fieldset label.soft-hide {
    display: none;
}
.align_center, .text-center {
    text-align: center;
}
.align_right, .text-right {
    text-align: right;
}
.align_left, .text-left {
    text-align: left;
}
@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 picture:hover, .roll_effect > div:hover {
    transition-duration: 1s;
    -webkit-transition-duration: 1s; /* Safari */
    transform: rotateY(180deg) scale(1.2);
}
.roll_effect img, .roll_effect picture, .roll_effect > div {
    transition: all .3s ease;
}
.text-shadow {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .5);
}
.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vcenter-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .vcenter {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.force-center {
    margin: auto;
    display: table;
}
blockquote {
    border-left: 5px solid;
    margin-left: 0;
    padding: 15px 25px 31px;
    font-size: larger;
    line-height: 30px;
    background-color: #f2fafe;
    border-radius: 4px;
}
.footer-widget .menu li a:hover {
    background-color: rgba(255, 255, 255, 0.10);
}
.footer-widget .menu li a {
    /*border-left: 1px solid;*/
    display: block;
    padding: 5px 10px;
}
.footer-widget .menu .sub-menu {
    padding-left: 10px
}
/*
 * 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, .top_bar .top_bar_link {
    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_data.lang a.lang_flags img, .top_bar_data.lang a.lang_flags picture {
    margin: 0 5px;
}
.lang_inline {
    text-transform: uppercase;
    margin: 0 3px;
}
a.lang_inline.active, a.lang_inline:hover {
    font-weight: 900;
}
.mobile_menu_data.mobile_menu_lang a, .inline_mode a {
    float: left;
}
.mobile_menu_data.mobile_menu_lang, .inline_mode {
    border-top: 1px solid;
}
.mobile_menu_data:not(.mobile_menu_lang) a {
    width: 100%;
    display: inline-block;
}
.mobile_menu_data i {
    float: right;
}
#wpml_lang_selector img, #wpml_lang_selector picture {
    margin-right: 6px;
}
.top_bar_link {
    padding: 0 10px;
}
/* Top Bar login */
#top_bar_login {
    position: absolute;
    z-index: 1101;
}
#top_bar_login form {
    padding: 1px 15px 10px 15px;
    line-height: 28px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
    border-radius: 4px
}
#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: 7px;
    margin-right: 8px;
}
#top_bar_login .login-submit input {
    width: 100%;
    line-height: 21px;
}
#show_top_bar_login {
    cursor: pointer;
}
.modal-open {
    overflow: auto !important;
    padding: 0 !important;
}
.modal-open .navbar-fixed-top .site-branding {
    margin-left: 8.5px;
}
.modal-open .navbar-fixed-top .main-navigation {
    margin-right: -8.5px;
}
/* Social networks colors */
.top_bar .social_links i {
    border: none !important;
    padding: 8px;
    min-width: 35px;
}
.social-netwoks-label {
    margin-right: 4px;
}
.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;
}
.social_links.top_bar_social_networks_colors li {
    padding: 0 2px;
}
.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;
}
/* Company logo */
.no-logo.company_logo {
    display: inline-block;
}
.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 {
    position: relative;
    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 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.primary-menu ul li {
    display: block;
    position: relative;
    float: left;
}
.primary-menu li ul {
    position: fixed;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.15s linear;
    --web-kit-transition: visibility 0s, opacity 0.15s linear;
    -moz-transition: visibility 0s, opacity 0.15s linear;
    -o-transition: visibility 0s, opacity 0.15s linear;
}
.primary-menu ul li a {
    display: block;
    padding: 1em;
    text-decoration: none;
}
.primary-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.primary-menu li:hover li {
    float: none;
}
.main-navigation li ul li {
    border-top: 0;
}
.primary-menu .sub-menu .sub-menu {
    top: 0;
}
.primary-menu ul:before,
.primary-menu ul:after {
    content: " ";
    display: table;
}
.primary-menu ul:after {
    clear: both;
}
.primary-menu .sub-menu {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
}
.primary-menu > .menu-item-has-children > a:after, .primary-menu .menu-item-has-children > a:before, .sub-menu .menu-item-has-children > a:before,
.primary-menu .menu-item-has-children > a:after, .sub-menu .menu-item-has-children > a:after, .mobile-menu .menu-item-has-children > a:after,
.mobile-menu .sub-menu .menu-item-has-children > a:after, .mobile-menu .menu-item-has-children > a.deployed:after,
.mobile-menu .sub-menu .menu-item-has-children > a.deployed:after, .primary-menu .sub-menu .menu-item-has-children > a:before,
.primary-menu .sub-menu .sub-menu .menu-item-has-children > a:before, .primary-menu .sub-menu .menu-item-has-children > a:after,
.primary-menu .sub-menu .sub-menu .menu-item-has-children > a:after {
    font-style: normal;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}
.primary-menu > .menu-item-has-children > a:after {
    content: "\f107";
    padding-left: 5px;
}
.primary-menu .menu-item-has-children > a:before, .sub-menu .menu-item-has-children > a:before {
    padding-right: 5px;
}
.primary-menu .menu-item-has-children > a:after, .sub-menu .menu-item-has-children > a:after {
    padding-left: 5px;
}
/* Mobile Menu */
.mobile-menu .sub-menu {
    list-style-type: none;
    padding-left: 0;
}
.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.fas {
    font-size: 22px;
    line-height: 22px;
}
.main-navigation i.fas.fa-times {
    padding: 6px;
}
.main-navigation.toggled i.fas.fa-times {
    margin-top: -3px;
}
.main-navigation.toggled i.fas.fa-times, .main-navigation i.fas.fa-bars {
    display: block;
}
.main-navigation.toggled i.fas.fa-bars, .main-navigation i.fas.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";
    padding: 0 5px;
    font-size: 12px;
    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;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top {
    position: fixed !important;
}
/* 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;
}
.widget.widget_search label {
    width: 100%;
    margin-bottom: 15px;
}
.widget.widget_search .search-submit {
    margin: auto;
    display: table;
}
.widget.widget_search .search-field {
    padding: 6px
}
.widget.widget_search .search-form, .widget.widget_search .search-field {
    width: 100%;
    margin-bottom: 0
}
.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;
}
#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;
}
/*
* Titles tags margin
*/
h1 {
    margin: 18px 0;
}
h2 {
    margin: 16px 0;
}
h3 {
    margin: 14px 0;
}
h4 {
    margin: 12px 0;
}
h5 {
    margin: 10px 0;
}
h6 {
    margin: 8px 0;
}
/* Blog */
.wp-block-categories-dropdown select {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}
.blog-list > div {
    padding: 15px;
}
.blog-list article {
    display: inline
}
.blog-list .entry-content {
    box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .075);
    border-radius: 4px;
    padding-bottom: 15px;
}
.blog-list .entry-text-content {
    padding: 0 15px;
}
.index .post.type-post a img, .index .post.type-post a picture {
    width: 100%;
}
.entry-meta {
    display: table;
}
.entry-meta .entry-categories {
    float: left;
}
.entry-meta .entry-date-author {
    float: right;
}
.post-img-in-blog.wp-post-image {
    width: 100%;
}
.entry-read-more a {
    margin: 5px 15px 0 15px;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .blog-list .entry-content {
        height: 100%;
        display: table;
    }
    .entry-read-more {
        display: table-footer-group;
    }
}
.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;
}
.page-links {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid aliceblue;
}
.page-links .current {
    opacity: 0.6;
}
/* Post */
.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: 48px 16px 32px;
}
.pagination-navigation ul {
    list-style-type: none;
    display: table;
    margin: auto;
}
.pagination-navigation li {
    float: left;
    margin: 5px;
}
.nav-next .nav_img {
    text-align: right;
}
/* 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 dashed 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%;
}
.bottom-bar-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 */
.entry-footer .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;
    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;
}
/*
 * WP Bakery
 */
/* Faq */
.vc_toggle.vc_toggle_arrow {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 15px 25px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    float: right;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_content {
    margin-bottom: 0;
}
.vc_toggle_title h4 {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: border-bottom;
}
.vc_toggle_active .vc_toggle_title h4 {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 12px;
}
/* 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
}
/* 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;
}
/* 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;
    color: white
}
.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;
    left: 0;
}
#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-radius: 0 50% 50% 0;
}
#wpcr-cw.wc-right li {
    border-radius: 50% 0 0 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;
}
/* having 1 contact on left side */
#wpcr-cw.wc-left.peeked:not(:hover) {
    transform: translate(-30px);
}
/* 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 1 contact on right side */
#wpcr-cw.wc-right.peeked:not(:hover) {
    transform: translate(35px);
}
/* 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;
    }
}
/* Modal */
.modal {
    top: 15%;
    max-height: 80%;
}
.modal-header button {
    padding: 0 5px
}
/* Helpers */
.absolute {
    position: absolute;
}
.bra-1 {
    border-radius: 4px !important;
}
.brt-1 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.brb-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.no_margin, .ma-0 {
    margin: 0 !important;
}
.no_padding, .pa-0 {
    padding: 0 !important;
}
.pa-1 {
    padding: 4px !important;
}
.pa-2 {
    padding: 8px !important;
}
.pa-3 {
    padding: 12px !important;
}
.pt-1 {
    padding-top: 4px !important;
}
.pt-2 {
    padding-top: 8px !important;
}
.pt-3 {
    padding-top: 12px !important;
}
.pt-4 {
    padding-top: 16px !important;
}
.pt-5 {
    padding-top: 20px !important;
}
.pt-6 {
    padding-top: 24px !important;
}
.pt-7 {
    padding-top: 28px !important;
}
.pt-8 {
    padding-top: 32px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 4px !important;
}
.pb-2 {
    padding-bottom: 8px !important;
}
.pb-3 {
    padding-bottom: 12px !important;
}
.pb-4 {
    padding-bottom: 16px !important;
}
.pb-5 {
    padding-bottom: 20px !important;
}
.pb-6 {
    padding-bottom: 24px !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 4px !important;
}
.pl-2 {
    padding-left: 8px !important;
}
.pl-3 {
    padding-left: 12px !important;
}
.pl-4 {
    padding-left: 16px !important;
}
.pl-5 {
    padding-left: 20px !important;
}
.pl-6 {
    padding-left: 24px !important;
}
.pl-7, input.pl-7 {
    padding-left: 28px !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 4px !important;
}
.pr-2 {
    padding-right: 8px !important;
}
.pr-3 {
    padding-right: 12px !important;
}
.pr-4 {
    padding-right: 16px !important;
}
.pr-5 {
    padding-right: 20px !important;
}
.pr-6 {
    padding-right: 24px !important;
}
.m-auto {
    margin: auto;
    display: table
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
    display: table
}
.no_margin_top, .mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 4px !important;
}
.mt-2 {
    margin-top: 8px !important;
}
.mt-3 {
    margin-top: 12px !important;
}
.mt-4 {
    margin-top: 16px !important;
}
.mt-5 {
    margin-top: 20px !important;
}
.mt-6 {
    margin-top: 24px !important;
}
.mt-7 {
    margin-top: 28px !important;
}
.mt-8 {
    margin-top: 32px !important;
}
.mt-9 {
    margin-top: 36px !important;
}
.mt-10 {
    margin-top: 40px !important;
}
.mt-11 {
    margin-top: 44px !important;
}
.mt-12 {
    margin-top: 48px !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mr-1 {
    margin-right: 4px !important;
}
.mr-2 {
    margin-right: 8px !important;
}
.mr-3 {
    margin-right: 12px !important;
}
.mr-4 {
    margin-right: 16px !important;
}
.mr-5 {
    margin-right: 20px !important;
}
.mr-6 {
    margin-right: 24px !important;
}
.mr-7 {
    margin-right: 28px !important;
}
.mr-8 {
    margin-right: 32px !important;
}
.mr-9 {
    margin-right: 36px !important;
}
.mr-10 {
    margin-right: 40px !important;
}
.mr-11 {
    margin-right: 44px !important;
}
.mr-12 {
    margin-right: 48px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 4px !important;
}
.ml-2 {
    margin-left: 8px !important;
}
.mb-1 {
    margin-bottom: 4px !important;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.mb-3 {
    margin-bottom: 12px !important;
}
.mb-4 {
    margin-bottom: 16px !important;
}
.mb-5 {
    margin-bottom: 20px !important;
}
.mb-6 {
    margin-bottom: 24px !important;
}
.mb-7 {
    margin-bottom: 28px !important;
}
.mb-8 {
    margin-bottom: 32px !important;
}
.mb-9 {
    margin-bottom: 36px !important;
}
.mb-10 {
    margin-bottom: 40px !important;
}
.mb-11 {
    margin-bottom: 44px !important;
}
.mb-12 {
    margin-bottom: 48px !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.mx-4 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.my-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.my-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.my-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.my-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.my-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.my-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.my-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.my-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.my-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.px-3 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.px-4 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.px-8 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.py-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.py-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.py-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
@media screen and (min-width: 1200px) {
    .mx-lg-4 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .mx-lg-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .text-lg-center {
        text-align: center;
    }
    .box-lg-shadow {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
    }
}
@media screen and (min-width: 992px)  and (max-width: 1199px) {
    .mx-md-4 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .mx-md-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
    .box-md-shadow {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
    }
}
@media screen and (min-width: 769px)  and (max-width: 991px) {
    .mx-sm-4 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .mx-sm-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-right {
        text-align: right;
    }
    .float-sm-right {
        float: right;
    }
    .box-sm-shadow {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
    }
}
@media screen and (max-width: 768px) {
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mt-xs-1 {
        margin-top: 4px !important;
    }
    .mt-xs-2 {
        margin-top: 8px !important;
    }
    .mx-xs-4 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .mx-xs-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .mx-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .my-xs-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .my-xs-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-xs-right {
        text-align: right;
    }
    .float-xs-right {
        float: right;
    }
    .box-xs-shadow {
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12), 1px 1px 2px rgba(0, 0, 0, 0.24);
    }
}
@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: 768px) {
    .text-right-sm {
        text-align: right;
    }
}
/* Woocommerce */
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0.4em;
}
/*
 * RTL Support
 * */
/* Wp Bakery Carousel */
html[dir="rtl"] .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
    float: right;
}
/* Invert floats */
html[dir="rtl"] .float_right {
    float: left !important;
}
html[dir="rtl"] .float_left {
    float: right !important;
}
html[dir="rtl"] .col-xs-1, html[dir="rtl"] .col-xs-2, html[dir="rtl"] .col-xs-3, html[dir="rtl"] .col-xs-4, html[dir="rtl"] .col-xs-5,
html[dir="rtl"] .col-xs-6, html[dir="rtl"] .col-xs-7, html[dir="rtl"] .col-xs-8, html[dir="rtl"] .col-xs-9, html[dir="rtl"] .col-xs-10,
html[dir="rtl"] .col-xs-11, html[dir="rtl"] .col-xs-12 {
    float: right;
}
@media (min-width: 1200px) {
    html[dir="rtl"] .col-lg-1, html[dir="rtl"] .col-lg-2, html[dir="rtl"] .col-lg-3, html[dir="rtl"] .col-lg-4, html[dir="rtl"] .col-lg-5,
    html[dir="rtl"] .col-lg-6, html[dir="rtl"] .col-lg-7, html[dir="rtl"] .col-lg-8, html[dir="rtl"] .col-lg-9, html[dir="rtl"] .col-lg-10,
    html[dir="rtl"].col-lg-11, html[dir="rtl"] .col-lg-12 {
        float: right;
    }
}
@media screen and (max-width: 768px) {
    html[dir="rtl"] .float-xs-right {
        float: left;
    }
}
@media screen and (min-width: 769px)  and (max-width: 991px) {
    html[dir="rtl"] .float-sm-right {
        float: left;
    }
}
/* Invert top bar */
html[dir="rtl"] .top_bar .social_links, html[dir="rtl"] .top_bar .top_bar_link {
    float: left;
    padding-left: 0;
    padding-right: 5px
}
html[dir="rtl"] .top_bar .top_bar_link {
    padding: 0 0 0 10px;
}
html[dir="rtl"] .top_bar_data {
    float: right;
}
html[dir="rtl"] .social-netwoks-label {
    margin-right: 0;
    margin-left: 4px;
}
/* Menu */
html[dir="rtl"] .primary-menu .menu-item-has-children > a:after, html[dir="rtl"] .sub-menu .menu-item-has-children > a:after {
    padding-left: 0;
    padding-right: 5px
}
/* Align bottom bar */
html[dir="rtl"] .bottom-bar-data {
    text-align: left;
}
/* Contact widget */
html[dir="rtl"] #wpcr-cw.wc-right.peeked:not(:hover) {
    transform: translate(70px);
}
html[dir="rtl"] #wpcr-cw.wc-right.wc-5:hover li:not(:last-child), html[dir="rtl"] #wpcr-cw.wc-left.wc-5:hover li:not(:last-child) {
    margin-right: 10px;
}
/* Others */
html[dir="rtl"] .mr-1 {
    margin-right: 0 !important;
    margin-left: 4px !important;
}
html[dir="rtl"] .mr-4 {
    margin-right: 0 !important;
    margin-left: 16px !important;
}
@media screen and (min-width: 768px) {
    html[dir="rtl"] .text-right-sm {
        text-align: left;
    }
}