.clearfix:after, .gform_wrapper form:after, .gform_wrapper form ul:after, .clearfix:before, .gform_wrapper form:before, .gform_wrapper form ul:before {
  content: " ";
  display: table;
  clear: both;
}

.home_partners a.vc_carousel-control:hover:after, .home_discover .mk-custom-box h3 a:hover:after, .home_cta_row .cta_text a:hover:after, .home_expo_list_row .home_expo_list ul li a:hover:after {
  color: #fdd47b;
  right: -4px;
  border: 2px solid #fdd47b;
}
.home_partners a.vc_carousel-control:after, .home_discover .mk-custom-box h3 a:after, .home_cta_row .cta_text a:after, .home_expo_list_row .home_expo_list ul li a:after {
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  height: 25px;
  width: 25px;
  color: #fcb316;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  border: 2px solid #fcb316;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home_header {
  padding-top: 200px;
  background-color: #eff4fa;
  background-repeat: no-repeat;
  background-position: right center;
  padding-bottom: 75px;
  -webkit-background-size: 50%;
  background-size: 50%;
}
.home_header p {
  color: #0091b5;
}

@media all and (max-width: 1140px) {
  .home_header {
    padding-top: 0px;
  }
}
.mk-footer-copyright a {
  color: #0091b5;
}

.home_slider_row {
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
}
.home_slider_row .mk-text-block {
  max-width: 400px;
}
.home_slider_row .mk-edge-slider .swiper-pagination {
  display: inline;
  width: auto;
}
.home_slider_row .nav-roundslide {
  display: none;
}
.home_slider_row .swiper-pagination a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: 15px;
  width: 15px;
}
.home_slider_row .swiper-pagination a.is-active span {
  background-color: #fcb316;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.home_slider_row .swiper-pagination a span {
  background-color: #d2e1e7;
}

.discover_title {
  color: #fff !important;
}
.discover_title h2 {
  text-transform: uppercase !important;
  color: #fff !important;
}
.discover_title p {
  color: #fff;
}

.mk-header .mk-toolbar-holder .mk-toolbar-navigation ul li a,
.mk-header .mk-toolbar-holder .menu-item-language.nl a, .mk-header .mk-toolbar-holder .menu-item-language.fr a {
  background-color: transparent;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.mk-header-searchform span .text-input {
  background-color: #fcb316;
  color: #fff;
  padding: 5px 15px;
}
.mk-header-searchform span .text-input::placeholder {
  color: #fff;
}

.home_partners {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-top: 70px;
  background-size: 100%;
}
.home_partners .vc_carousel-indicators {
  left: 0;
  width: auto;
}
.home_partners .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
  padding: 20px 0;
}
.home_partners a.vc_carousel-control {
  height: 25px;
  width: 25px;
  color: #fcb316;
  display: block;
  float: left;
  margin-right: 15px;
  position: relative;
  border: 2px solid #fcb316;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home_partners a.vc_carousel-control:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #fcb316;
}
.home_partners a.vc_carousel-control.vc_left:after {
  content: "\f053";
  color: #0091b5;
  border-color: #0091b5;
  background-color: #fff;
}
.home_partners a.vc_carousel-control .icon-prev, .home_partners a.vc_carousel-control .icon-next {
  width: 25px;
  height: 25px;
}
.home_partners a.vc_carousel-control span {
  display: none;
}

.home_partner_slider .vc_item .vc_inner {
  background: #fff;
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_discover {
  padding-top: 55px;
  padding-bottom: 145px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home_discover .mk-custom-box .box-holder {
  padding: 20px !important;
}
.home_discover .mk-custom-box .mk-text-block p {
  padding-right: 10%;
  line-height: 1.2;
}
.home_discover .mk-custom-box .mk-text-block p:last-of-type {
  margin-bottom: 0;
}
.home_discover .mk-custom-box h3 {
  margin-bottom: 0;
}
.home_discover .mk-custom-box h3 a {
  color: inherit;
  display: block;
  position: relative;
}
.home_discover .mk-custom-box h3 a:hover {
  color: #fcb316;
}

.gform_wrapper form {
  vertical-align: top;
}
.gform_wrapper div.validation_error {
  border: 0;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
}

@media all and (min-width: 768px) {
  .home_cta_row > .vc_col-sm-9 {
    width: 70%;
  }
  .home_cta_row > .vc_col-sm-3 {
    margin-right: 5%;
  }
}
@media all and (max-width: 767px) {
  .home_cta_row > .vc_col-sm-3 {
    margin-top: 25px;
  }
}
.home_cta_row {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background-color: #fff;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  flex-direction: row-reverse;
  background-color: transparent;
}
.home_cta_row > .vc_col-sm-9 {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #0092b7;
}
.home_cta_row > .vc_col-sm-3 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.home_cta_row .vc_inner.vc_row {
  display: flex;
  align-items: center;
}
.home_cta_row .mk-text-block p:last-of-type {
  margin-bottom: 0;
}
.home_cta_row h2 {
  margin-bottom: 0;
  line-height: 1.1;
}
.home_cta_row .btn_col {
  height: auto;
}
.home_cta_row .home_cta_button {
  text-align: right;
}
.home_cta_row .home_cta_button a {
  padding: 20px;
}
.home_cta_row .cta_text {
  padding-right: 18%;
}
.home_cta_row .cta_text a {
  display: block;
  color: #0091b5;
  position: relative;
}
.home_cta_row .cta_text a:after {
  right: -60px;
}
.home_cta_row .cta_text a:hover {
  color: #fcb316;
}
.home_cta_row .cta_text a:hover:after {
  right: -75px;
}
.home_cta_row .cta_text a p {
  color: #597a7e;
}
.home_cta_row .cta_btn_home {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  background-color: #fcb316;
  height: 100%;
  display: flex;
  align-items: stretch;
  text-align: center;
  justify-content: center;
}
.home_cta_row .cta_btn_home p, .home_cta_row .cta_btn_home a {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.home_cta_row .cta_btn_home p button, .home_cta_row .cta_btn_home a button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  background-color: #fcb316;
  border: 0;
  color: #fff;
  font-family: 'Nunito';
  font-weight: 800;
  font-size: 70px;
  line-height: 30px;
  padding-top: 15px;
}
.home_cta_row .cta_btn_home p button .highlight, .home_cta_row .cta_btn_home a button .highlight {
  color: #0091b5;
}
.home_cta_row .cta_btn_home p button .date, .home_cta_row .cta_btn_home a button .date {
  font-size: 25px;
  text-transform: uppercase;
}

.main-navigation-ul {
  float: right !important;
  text-align: right;
}
.main-navigation-ul:after {
  display: block;
  content: "";
  clear: both;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .menu-hover-style-4 .main-navigation-ul li.menu-item:hover > a.menu-item-link {
  background-color: transparent !important;
}

.mk-main-navigation {
  width: calc(50% - 25px);
  background: white;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.header-style-1.header-align-left .mk-header-nav-container {
  margin-right: 25px !important;
  margin-top: 15px;
}

.header-style-1 .menu-hover-style-5 .main-navigation-ul > li {
  height: auto !important;
  line-height: 1 !important;
  float: none;
}

div#mk-theme-container .main-navigation-ul > li.menu-item > a.menu-item-link {
  color: #0091b5 !important;
  line-height: 50px !important;
  height: 50px !important;
}

.master-holder h1 {
  line-height: 1 !important;
}

.mk-header-inner, .a-sticky .mk-header-inner, .header-style-2.a-sticky .mk-classic-nav-bg {
  border-bottom: none !important;
}

.vc_col-sm-12.wpb_column.column_container._.height-full {
  min-height: 0;
}

a {
  color: #fcb316;
}

#social-networks-17 a:hover svg {
  fill: #fcb316;
}

#mk-footer {
  padding-top: 0;
  padding-top: 50px;
  background-image: url(http://staging.mobicar.be/wp-content/uploads/2019/06/rect3.png?id=22499) !important;
  background-position: 100% 90%;
  background-repeat: no-repeat;
}
#mk-footer .footer-wrapper {
  padding: 0 !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #007491;
  overflow: hidden;
}
#mk-footer .footer-wrapper .mk-padding-wrapper {
  padding: 0;
}
#mk-footer .mk-col-1-4 {
  padding-top: 45px !important;
  display: flex;
  justify-content: center;
}
#mk-footer .mk-col-1-4 .widget_nav_menu .widgettitle {
  text-transform: none;
  font-size: 20px;
}
#mk-footer .mk-col-1-4 .widget_nav_menu a {
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  line-height: 1.2;
}
#mk-footer .mk-col-1-4 .widget_nav_menu a:hover {
  color: #fcb316;
}
#mk-footer .mk-col-1-4 .widget_nav_menu a svg {
  display: none;
}
#mk-footer .mk-col-1-4:nth-child(2), #mk-footer .mk-col-1-4:nth-child(3) {
  background-color: #0092b7;
}
#mk-footer .mk-col-1-4:nth-child(4) {
  background-color: #fcb316;
}
#mk-footer .mk-col-1-4:nth-child(4) .widgettitle {
  text-align: center;
}

div#mk-theme-container .main-navigation-ul > li.menu-item.current-menu-item > a.menu-item-link {
  color: #fcb316 !important;
}

.footer_bot {
  text-align: center;
  padding: 10px;
}

.gform_footer {
  position: relative;
}

.home_newsletter_form {
  text-align: center;
  margin-bottom: 50px;
}
.home_newsletter_form .gform_ajax_spinner {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.home_newsletter_form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.home_newsletter_form * {
  height: auto;
  line-height: 1;
}
.home_newsletter_form div, .home_newsletter_form ul, .home_newsletter_form li {
  padding: 0 !important;
  margin: 0 !important;
}
.home_newsletter_form li {
  margin-right: 10px !important;
}
.home_newsletter_form li, .home_newsletter_form input[type="submit"] {
  width: 33% !important;
}
.home_newsletter_form input {
  font-family: "Nunito";
  min-width: 150px;
  margin: 0 !important;
  margin-right: 10px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.home_newsletter_form input[type="submit"] {
  text-transform: capitalize;
  background-color: #fcb316 !important;
  width: 100% !important;
}
.home_newsletter_form form {
  text-align: center;
}
.home_newsletter_form form .gform_body, .home_newsletter_form form .gform_footer {
  width: auto !important;
  display: block;
  float: left;
  clear: none;
}
.home_newsletter_form form .gform_body ul li, .home_newsletter_form form .gform_footer ul li {
  width: 50% !important;
  min-width: 150px;
  display: block;
  float: left;
  clear: none;
  margin: 0 !important;
  padding: 0 5px !important;
}
.home_newsletter_form form .gform_body ul li input, .home_newsletter_form form .gform_footer ul li input {
  width: 100% !important;
}
.home_newsletter_form form .gform_body {
  width: 65% !important;
  min-width: 250px;
}
.home_newsletter_form form .gform_footer {
  margin-top: 1px !important;
  width: 20% !important;
  min-width: 150px;
}

body {
  font-family: "Nunito";
}

.master-holder h1, .master-holder h2, .master-holder h3, .master-holder h4, .master-holder h5, .master-holder h6 {
  color: #0091b5;
  font-weight: 800;
  text-transform: none;
}
.master-holder h1 {
  font-size: 60px;
}
.master-holder h2 {
  font-size: 35px;
}
.master-holder h3 {
  font-size: 30px;
}

#sub-footer {
  background-color: transparent;
}

.main-navigation-ul > li.menu-item > a.menu-item-link {
  text-transform: none;
  font-weight: 800;
  font-size: 15px;
}

p {
  line-height: 1.5;
}

.mk-footer-copyright, #mk-footer-navigation li a {
  color: #0091b5;
}

.a-sticky > .mk-header-holder {
  background-color: transparent !important;
}

#mk-button-3 .mk-button:hover {
  background-color: #0092b7;
}

.head_cta_bezoekers {
  display: none;
  text-align: center;
}
.head_cta_bezoekers a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 50px;
  -webkit-transform: translateX(-99%);
  -moz-transform: translateX(-99%);
  -ms-transform: translateX(-99%);
  -o-transform: translateX(-99%);
  transform: translateX(-99%);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  clip-path: inset(-10px 0px -10px -10px);
}
.head_cta_bezoekers a:hover {
  background-color: #0092b7;
}
.head_cta_bezoekers a span {
  line-height: 28px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.head_cta_bezoekers.shown {
  display: inline-block;
  position: absolute !important;
  left: 0 !important;
}

.header-logo > a {
  display: block;
}
.header-logo > a:after {
  display: table;
  clear: both;
  content: "";
}

.page-title {
  color: #0091b5;
  font-weight: 800;
  font-size: 50px;
}

.header-logo img {
  z-index: 200;
}

.a-sticky .logo_nav_c {
  width: 171px;
  top: 89%;
}
.a-sticky .logo_nav_c a {
  line-height: 1.9;
  font-size: 13px;
}

.logo_nav_c {
  width: 192px;
  position: absolute;
  top: 88%;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.logo_nav_c:after {
  content: "";
  display: table;
  clear: both;
}
.logo_nav_c a {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 5px 0;
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
  margin-left: 0 !important;
  display: block;
  width: 50%;
  height: 20px;
  overflow-wrap: normal;
  line-height: 1.2;
  text-align: center;
  color: #0091b5;
}
.logo_nav_c a.active {
  color: #fff;
  background-color: #fcb316;
}
.logo_nav_c a:hover {
  background-color: #0092b7;
  color: #fff;
}

@media screen and (max-width: 1140px) {
  .logo_nav_c {
    width: 171px;
  }
  .logo_nav_c a {
    font-size: 13px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 400px) {
  .logo_nav_c {
    width: 160px;
  }
  .logo_nav_c a {
    font-size: 13px;
    line-height: 1.9;
  }
}
.home_expo_list_row {
  margin-top: 50px;
  background-color: #0092b7;
  padding: 40px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-size: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right center;
}
.home_expo_list_row .home_expo_list {
  margin-bottom: 0;
}
.home_expo_list_row .home_expo_list ul li {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.home_expo_list_row .home_expo_list ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.home_expo_list_row .home_expo_list ul li:last-of-type a {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.home_expo_list_row .home_expo_list ul li a {
  color: #fff;
  max-width: 450px;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #fff;
  position: relative;
}
.home_expo_list_row .home_expo_list ul li a:hover {
  color: #fcb316;
}

.home_cta_row .cta_text {
  padding-bottom: 15px;
  padding-top: 15px;
}

#mk-boxed-layout .main-navigation-ul > li.menu-item > a.menu-item-link {
  color: #0091b5 !important;
  padding: 0 !important;
  padding-right: 30px !important;
}
#mk-boxed-layout .main-navigation-ul > li.menu-item > a.menu-item-link.current-menu-item {
  color: #fcb316 !important;
}

#mk-boxed-layout .trans-header .bg-true.light-skin .menu-hover-style-4 .main-navigation-ul li.menu-item > a.menu-item-link:hover,
#mk-boxed-layout .trans-header .bg-true.light-skin .menu-hover-style-4 .main-navigation-ul li.menu-item:hover > a.menu-item-link,
#mk-boxed-layout .trans-header .bg-true.light-skin .menu-hover-style-4 .main-navigation-ul li.current-menu-item > a.menu-item-link,
#mk-boxed-layout .trans-header .bg-true.light-skin .menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after {
  color: #fcb316 !important;
}

.menu-hover-style-4 .main-navigation-ul li.menu-item > a.menu-item-link:hover,
.menu-hover-style-4 .main-navigation-ul li.menu-item:hover > a.menu-item-link,
.menu-hover-style-4 .main-navigation-ul li.current-menu-item > a.menu-item-link,
.menu-hover-style-4 .main-navigation-ul li.current-menu-ancestor > a.menu-item-link,
.menu-hover-style-4.mk-vm-menuwrapper li a:hover,
.menu-hover-style-4.mk-vm-menuwrapper li:hover > a,
.menu-hover-style-4.mk-vm-menuwrapper li.current-menu-item > a,
.menu-hover-style-4.mk-vm-menuwrapper li.current-menu-ancestor > a,
.menu-hover-style-5 .main-navigation-ul > li.menu-item > a.menu-item-link:after {
  background-color: transparent;
  color: #fcb316;
}

@media only screen and (max-width: 1400px) {
  .fit-logo-img a img {
    width: unset;
  }
}
.headerimg {
  width: 50%;
  height: 100%;
  float: right;
  background-size: cover;
  background-position: center center;
}

.mk-effect-bg-layer, .mk-page-title-box {
  -webkit-background-size: 0 !important;
  background-size: 0 !important;
  background-color: #f0f5fb !important;
  float: left;
}

#mk-boxed-layout .mk-page-title-box .mk-page-title-box-title--underline:after {
  background-color: #0091b5 !important;
}

#mk-boxed-layout .mk-page-title-box-content h1 {
  margin-top: 140px;
}
#mk-boxed-layout .mk-page-title-box-content h1, #mk-boxed-layout .mk-page-title-box-content div {
  color: #0091b5 !important;
  border-color: #0091b5 !important;
}

#mk-boxed-layout .mk-page-title-box-content h1, #mk-boxed-layout .mk-page-title-box-content div {
  line-height: 1.5;
}

#mk-boxed-layout .mk-page-title-box .mk-page-title-box-title--underline:after {
  left: 17px;
}

#mk-boxed-layout .mk-page-title-box {
  padding-left: 75px;
  width: 50%;
  background-color: #f0f5fb;
  text-align: left;
  padding-right: 25px;
}

.mk-video-color-mask {
  background-color: transparent !important;
}

.mk-main-navigation li.no-mega-menu ul.sub-menu, .mk-main-navigation li.has-mega-menu > ul.sub-menu, .mk-shopping-cart-box {
  background-color: #fff;
}
.mk-main-navigation li.no-mega-menu ul.sub-menu a, .mk-main-navigation li.has-mega-menu > ul.sub-menu a, .mk-shopping-cart-box a {
  color: #0091b5;
  text-transform: none !important;
}

.main-navigation-ul > li.no-mega-menu > ul.sub-menu:after, .main-navigation-ul > li.has-mega-menu > ul.sub-menu:after {
  background-color: #fcb316;
}

.mk-main-navigation {
  position: relative;
}
.mk-main-navigation .mk-language-nav {
  opacity: 0;
  position: absolute;
  left: 25px;
  height: 0px;
  line-height: 0px;
  margin: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  overflow: hidden;
}
.mk-main-navigation .mk-language-nav li a {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.mk-main-navigation .mk-language-nav li a:hover {
  background-color: transparent;
}
.mk-main-navigation .mk-language-nav li a:hover .shortcode-lang {
  color: #0091b5;
}
.mk-main-navigation .mk-language-nav li a .shortcode-lang {
  color: #fcb316;
}

.mk-header-toolbar {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.mk-header-toolbar * {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.mk-header-nav-container {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.a-sticky .mk-header-holder {
  padding-top: 10px;
}
.a-sticky .mk-header-nav-container {
  margin-top: 25px !important;
}
.a-sticky .mk-header-toolbar {
  opacity: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  visibility: hidden;
}
.a-sticky .mk-header-toolbar * {
  visibility: hidden;
  opacity: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}
.a-sticky .mk-main-navigation .mk-language-nav {
  opacity: 1;
  height: 50px;
  line-height: 50px;
}

h4 {
  text-transform: none;
  color: #0091b5;
  font-weight: 800;
}

.mk-button--corner-rounded,
.mk-button--corner-rounded .double-outline-inside {
  border-radius: 10px;
}

.main-navigation-ul ul.sub-menu li.menu-item a.menu-item-link:hover,
.main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link,
.main-navigation-ul ul.sub-menu li.menu-item a.menu-item-link:hover,
.main-navigation-ul ul.sub-menu li.menu-item:hover > a.menu-item-link,
.main-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link,
.main-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link {
  color: #fcb316 !important;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a {
  color: #fcb316;
}
#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a:hover {
  color: #0091b5;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin {
  color: #0091b5;
}

::selection {
  background-color: #fcb316;
  color: #fff;
}

.a-sticky .header-logo {
  margin-top: 0;
}

.td-model-zelfrijden {
  background-color: #fcb316 !important;
}

.mk-header .mk-fullwidth-true {
  background-color: #f0f5fb;
}

html[lang="fr-FR"] .menu-item.fr .shortcode-lang {
  text-decoration: underline;
}

html[lang="nl-NL"] .menu-item.nl .shortcode-lang {
  text-decoration: underline;
}

#theme-page #public_leden_wrapper {
  margin-top: 15px;
}
#theme-page #public_leden_wrapper select {
  display: inline;
}
#theme-page #public_leden_wrapper #public_leden_length {
  float: left;
}
#theme-page #public_leden_wrapper #public_leden_filter input {
  margin-left: 5px;
}
#theme-page #public_leden_wrapper #public_leden_paginate {
  text-align: center;
}
#theme-page #public_leden_wrapper #public_leden_paginate a {
  padding-left: 10px;
  padding-right: 10px;
}
#theme-page #public_leden_wrapper #public_leden_info {
  display: none;
}

a.menu-item-link[title="expo"] {
  display: none !important;
}

.expo_page a.menu-item-link {
  display: none !important;
}
.expo_page a.menu-item-link[title="expo"] {
  display: block !important;
}

#book_vehicle_timeslot .fields_contact {
  margin-bottom: 1rem;
}
#book_vehicle_timeslot .fields_model {
  margin-bottom: 1rem;
}
#book_vehicle_timeslot select {
  padding-right: 45px !important;
}

@media all and (min-width: 992px) {
  .mk-header-bg {
    display: none;
  }

  #book_vehicle_timeslot > p:last-of-type {
    width: 100%;
    float: left;
    display: block;
  }
}
.td-reserve #td-dag-list input[type="checkbox"] {
  margin-right: 3px;
}

.td-message.success {
  background-color: transparent;
  padding: 0;
}
.td-message.success .msg_content {
  background-color: #0092b7;
  padding: 5px 10px;
}
.td-message.success .msg_spam {
  color: #2d2d2d;
  padding-top: 5px;
  clear: both;
}
.td-message.success .msg_content, .td-message.success .msg_spam {
  display: block;
  float: left;
}

.head_cta_bezoekers_mobile {
  margin-top: 16px !important;
}
.head_cta_bezoekers_mobile a span {
  font-size: 16px !important;
}
@media all and (min-width: 766px) {
  .head_cta_bezoekers_mobile {
    display: none !important;
  }
}

.home_cta_row .cta_btn_home {
  padding: 20px;
}
.home_cta_row .vc_col-sm-9 {
  /*display: none;*/
}
.home_cta_row .vc_col-sm-3 {
  margin-right: auto;
}

html[lang="nl-NL"] .home_discover #box-12, html[lang="nl-NL"] .home_discover #box-16 {
  display: none;
}

html[lang="fr-FR"] .home_discover #box-14, html[lang="fr-FR"] .home_discover #box-10 {
  display: none;
}

.home_expo_list_row {
  background-position: right top;
}

#mk-footer .mk-col-1-4:nth-child(4) {
  background-color: #8CABA3;
}
#mk-footer .mk-col-1-4:nth-child(4) img {
  max-width: 180px;
  margin: 0 auto;
  display: block;
}

#mk-footer .mk-col-1-4:nth-child(2) .menu-item a[title="expo"] {
  display: none !important;
}
#mk-footer .mk-col-1-4:nth-child(3) .menu-item a {
  display: none !important;
}
#mk-footer .mk-col-1-4:nth-child(3) .menu-item a[title="expo"] {
  display: block !important;
}

@media all and (max-width: 767px) {
  .home_newsletter_form form .gform_body,
  .home_newsletter_form form .gform_footer {
    float: none;
    margin: 0 auto !important;
  }

  .mk-slider-holder .mk-slider-slide {
    margin-top: 150px;
  }

  .home_cta_row h2 {
    font-size: 25px !important;
  }

  .home_expo_list_row .home_expo_list ul li {
    font-size: 20px;
  }

  .home_newsletter_form form .gform_body {
    width: 83% !important;
  }
  .home_newsletter_form form .gform_body ul {
    padding: 0 !important;
  }

  .home_newsletter_form form .gform_body ul li, .home_newsletter_form form .gform_footer ul li {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .home_discover .mk-custom-box h3 {
    font-size: 21px;
  }

  #theme-page .home_header {
    background-image: none !important;
  }

  .home_partners {
    padding-top: 25px;
  }

  .mk-header {
    height: auto !important;
    margin-bottom: 50px;
  }

  .page-title {
    font-size: 30px;
    margin-top: 40px;
  }

  .home_cta_row {
    display: block;
    margin-bottom: 20px;
  }
  .home_cta_row .cta_text {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .home_cta_row .cta_btn_home {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home_cta_row .vc_inner.vc_row {
    display: block;
  }

  .home_cta_row .cta_text a {
    width: 85%;
    display: block;
  }

  .home_partner_block .mk-image-holder {
    margin: 0 auto;
  }

  .home_newsletter_form form .gform_footer {
    width: 85% !important;
    margin-top: 10px !important;
    min-width: 150px;
    padding: 0 5px !important;
  }

  .home_discover .mk-custom-box {
    height: auto !important;
  }
}
@media handheld, only screen and (max-width: 700px) {
  #mk-breadcrumbs .mk-breadcrumbs-inner {
    padding-left: 17px;
    text-align: left;
  }
}
@media all and (max-width: 1024px) {
  .home_cta_row .cta_btn_home a button, .home_cta_row .cta_btn_home p button {
    font-size: 40px;
  }
  .home_cta_row .cta_btn_home a button .date, .home_cta_row .cta_btn_home p button .date {
    font-size: 16px;
  }
}
@media all and (max-width: 1023px) {
  #mk-footer .footer-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .home_discover {
    padding-bottom: 0;
  }

  #mk-footer .mk-col-1-4 {
    height: auto !important;
    padding-top: 20px !important;
    margin-bottom: 0 !important;
    display: block !important;
    padding-bottom: 20px !important;
    width: 100%;
  }

  .home_expo_list_row .home_expo_list ul li a {
    max-width: none;
  }

  #mk-footer .mk-padding-wrapper:after {
    display: table;
    clear: both;
    content: '';
  }
  #mk-footer .widget_media_image {
    text-align: center;
  }
  #mk-footer .widget_media_image img {
    display: inline;
  }
  #mk-footer .mk-col-1-4:nth-child(2), #mk-footer .mk-col-1-4:nth-child(3) {
    width: 50%;
    float: left;
    height: 190px !important;
  }

  .mk-edge-slider .mk-slider-slide .edge-slide-content {
    padding-top: 20px;
  }

  #mk-footer .mk-col-1-4:nth-child(4) {
    clear: both;
  }

  #mk-footer .widget {
    margin-bottom: 0px !important;
  }

  .home_cta_row {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 25px;
  }

  #mk-page-title-box-2 {
    height: auto !important;
    margin-bottom: 25px;
  }

  #mk-boxed-layout .mk-page-title-box-content h1 {
    margin-top: 0;
  }

  .mk-page-title-box .mk-page-title-box-content {
    vertical-align: top;
    padding-top: 25px;
  }

  #mk-boxed-layout .mk-page-title-box {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    height: auto !important;
    padding-bottom: 20px;
  }

  .headerimg {
    display: none;
  }

  .home_cta_row .cta_btn_home a button, .home_cta_row .cta_btn_home p button {
    font-size: 50px;
  }
  .home_cta_row .cta_btn_home a button .date, .home_cta_row .cta_btn_home p button .date {
    font-size: 20px;
  }
}
@media all and (max-width: 1139px) {
  .menu-item-language.nl .shortcode-lang, .menu-item-language.fr .shortcode-lang {
    color: #fcb316 !important;
  }

  .mk-header .mk-toolbar-holder .mk-toolbar-navigation ul li a, .mk-header .mk-toolbar-holder .menu-item-language.nl a, .mk-header .mk-toolbar-holder .menu-item-language.fr a {
    text-shadow: none !important;
  }

  .mk-header .mk-toolbar-holder .mk-toolbar-navigation ul li a {
    color: #fcb316 !important;
  }

  header .mk-responsive-wrap {
    margin-top: 18px;
  }

  .master-holder h2 {
    font-size: 28px;
  }

  #theme-page .home_expo_list_row {
    background-image: none !important;
  }

  .mk-header {
    height: 140px;
    max-height: none;
    background: white;
  }
}
@media all and (max-width: 767px) {
  #mk-footer .mk-col-1-4:nth-child(2), #mk-footer .mk-col-1-4:nth-child(3) {
    height: auto !important;
  }
  #mk-footer .mk-col-1-4:nth-child(2) {
    padding-bottom: 0 !important;
  }
}
@media all and (min-width: 1140px) {
  .header-logo {
    margin-top: -30px;
  }

  .home_newsletter_form .gform_wrapper form {
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 1921px) {
  .header-logo {
    left: 50% !important;
    width: 1140px !important;
    transform: translateX(-50%) !important;
    margin-left: -20px !important;
  }

  #mk-boxed-layout .mk-page-title-box-content div {
    float: right;
    max-width: 500px;
  }
}

/*# sourceMappingURL=rebrand.css.map */
