/* Customize */

.custom-dropdown select {
  background-color: #1abc9c;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em; 
  border: 0;
  margin: 0;
  border-radius: 0;
  text-indent: 0.01px;
  text-overflow: '';
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance:none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
}
/*Hiding the select arrow for IE10*/
.custom-dropdown select::-ms-expand {
    display: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
    height: 1em;
    line-height: 1;
    right: 15px;
    top: 42%;
    margin-top: -.5em;
    color: #ee4292;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  /*background-color: rgba(0,0,0,.2);*/
}

.custom-dropdown:hover::after {
  color: #24a9e2;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.25);
}

.custom-dropdown.date-select::after {
    background: url("https://campervanrentalshop.co.nz/wp-content/uploads/2019/07/icon-calendar-sprite-nz.png");
    width: 22px;
    height: 26px;
    transform: translateY(-50%);
    right: 12px;
    font-size: 0;
    top: 40%;
    background-color: #fff;
    background-position-x: 100%;
}
.custom-dropdown.date-select:hover::after {
    background-position-x: 0;
}
.topbar-email {
    display: none;
}
.topbar-socials {
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-left: 1px solid rgba(255, 255, 255, .3);
}
.topbar-socials a {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.navbar-default .nav li a {
    font-size: 18px;
    font-weight: 700;
    
}
.btn.blue-btn {
    background-color: #24a9e2;
    color: #fff;
    border-radius: 0;
    padding: 17px 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
}



@media (min-width: 992px) {
    .home-rent-a-car .wpcf7-form-control-wrap { width: calc(20% - 5px); }
}
@media (min-width: 1200px) {
    .home-rent-a-car .wpcf7-form-control-wrap { width: calc(20.6% - 5px); }
}
.home-rent-a-car .wpcf7-form-control.wpcf7-submit { padding: 0; }
.home-rent-a-car .wpcf7-form-control.wpcf7-submit:hover {
    color: #24a9e2!important;
}
#trust-elements { padding-top: 20px; }
#trust-elements h4.service-heading { margin-bottom: 10px; }

.check-availability-form {
    background: #ee4292;
    margin-top: -100px;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
}
.check-availability-form .wpb_wrapper h2 {
    color: #ffffff;
    letter-spacing: -0.7px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    #trust-elements .tt-iconbox-customimg {
        margin: 0 auto 15px;
        float: none;
    }
    
    #trust-elements .service-heading {
        text-align: center;
    }
    #trust-elements p:not(.section-subheading) {
        text-align: center;
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    #rent-a-car-now .container {
        padding: 0;
    }
    .vc_custom_1510181382167 {
        margin-top: 0!important;
    }
}
#our-services {
    padding: 0;
}
#our-services.our-services--page {
    padding-bottom: 100px;
    position: relative;
}
#our-services #our-location-content h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
}
#our-services #our-location-content p {
    margin-bottom: 25px;
}
#our-services #hp-locations-parallax-container { 
    min-height: 715px;
    background: url('../images/custom/bg-locations.jpg') no-repeat;
    background-size: cover;
}
#our-services #hp-locations-parallax-container #hp-location-col {
    position: relative;
    top: 550px;
    z-index: 2;
}
#our-services #hp-locations-parallax-container #hp-location-col .slider-inner {
    border: 3px solid #ee4292;
    position: relative;
    overflow: hidden;
    min-height: 302px;
}
#our-services #hp-locations-parallax-container #hp-location-col .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    margin: 0 auto;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn {
    top: 46%;
    position: absolute;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width: 114%;
    left: -7%;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn #next-btn {
    position: absolute;
    right: 50px;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn #prev-btn {
    position: absolute;
    left: 0px;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn .bx-next,
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn .bx-prev {
    position: absolute;
    left: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #b1b1b1;
    color: #fff;
    font-size: 30px;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn .bx-next {
    right: 0;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn .bx-next i,
#our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn .bx-prev i {
    color: #f7f7f7;
}
@media (max-width: 1420px) {
    #our-services #hp-locations-parallax-container #hp-location-col {
        max-width: 1060px;
    }
    #our-services #hp-locations-parallax-container #hp-location-col .how-slider-btn {
        width: 100%;
        left: 0;
    }
}
#our-services #hp-locations-parallax-container #hp-location-col .how-img {
    height: 302px;
    width: 100%;
    position: relative;

}
#our-services #hp-locations-parallax-container #hp-location-col img {
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#our-services #hp-locations-parallax-container #hp-location-col .how-text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 20px 27px;
}
#our-services #hp-locations-parallax-container #hp-location-col .how-text-content h4 {
    color: #fff;
}
#our-services #hp-location-col {
    max-width: 1240px;
    margin: 0 auto;
    top: 345px;
}
#our-services .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#our-services .owl-controls .owl-buttons div {
    position: absolute;
    border: 0;
    color: #fff;
    height: 50px;
    width: 50px;
    padding-top: 10px;
    background: #cccccc;
}
#our-services .owl-controls .owl-buttons div.owl-prev {
    left: -6%;
}
#our-services .owl-controls .owl-buttons div.owl-next {
    right: -6%;
}
#our-services .owl-controls .owl-buttons div:before {
    font-size: 30px;
}
#our-services .kd-photobox .phb-content {
    position: absolute;
    bottom: 0;
    padding: 20px 27px;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    width: 100%;
    left: 0;
}
#our-services .kd-photobox {
    margin-bottom: 0;
}
#our-services .kd-photobox .phb-content h4 {
    color: #fff;
}
#our-services .photobox-carousel .owl-item {
    padding: 0;
    border: 3px solid #ee4292;
    max-height: 299px;
    overflow: hidden;
}
#our-services #our-location-content {
    position: absolute;
    top: 45%;
    left: 65%;
    z-index: 2;
    max-width: 420px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#slider-our-range .kd-photobox .photobox-img {
    text-align: center;
}
#slider-our-range .kd-photobox .photobox-img img {
    width: auto;
    height: 208px;
    max-width: 100%;
}
#slider-our-range > .container:after {
    width: 100%;
    content: "";
    height: 1px;
    background: #ee4292;
    position: absolute;
    bottom: -14%;
}
#slider-our-range .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    margin: 0 auto;
}

#slider-our-range .bx-wrapper .cpt-list-slider li:before {
    display: none;
}
#slider-our-range .si-image-container {
    height: 208px;
    width: 100%;
    position: relative;
}

#slider-our-range .si-image-container img {
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#slider-our-range .si-copy-container {
    text-align: center;
}
#slider-our-range .bottom-content-container {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}
#slider-our-range .bottom-content-container img {
    display: inline-block;
    margin: 0 5px;
}
#slider-our-range .si-copy-container h4 a {
    color: #24a9e2;
}
#slider-our-range .si-copy-container h4 a:hover {
    color: #ee4292;
}
#slider-our-range .si-copy-container p img {
    display: inline-block;
    
}
#slider-our-range .cpt-button-container span {
    position: absolute;
    background-color: #cccccc;
    color: #fff;
    padding: 10px 19.7px;
    font-size: 30px;
    top: -200px;
}

#slider-our-range .cpt-button-container span a,
#slider-our-range .cpt-button-container span a i {
    color: #fff;
}

#slider-our-range .cpt-button-container {
    position: relative;
    width: 100%;
}

#slider-our-range span#next-btn {
    right: 0;
}

#slider-our-range span#prev-btn {
    left: 0;
}
@media (max-width: 1440px) {
    #our-services #our-location-content {
        left: 75%;
        top: 35%;
        -webkit-transform: translate(-30%, -50%);
           -moz-transform: translate(-30%, -50%);
            -ms-transform: translate(-30%, -50%);
                transform: translate(-30%, -50%);
        background: rgba(255, 255, 255, .7);
        padding: 0 30px;
    }
}

@media (max-width: 1200px) {
    #our-services #hp-locations-parallax-container #hp-location-col {
        width: 86%;
    }
    #our-services #our-location-content {
        left: 30%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        padding: 0px 20px;
    }
    #slider-our-range .kd-photobox .photobox-img {
        min-height: 158px;
    }
    #slider-our-range .kd-photobox .photobox-img img {
        height: auto;
    }
    #slider-our-range > .container:after {
        bottom: -4%;
    }

    #our-range-slider-container {
        max-width: 90%;
        margin: 0 auto;
    }
    #slider-our-range span#prev-btn {
        left: -60px;
    }
    #slider-our-range span#next-btn {
        right: -60px;
    }
}
@media (max-width: 992px) {
    #slider-our-range span#prev-btn {
        left: -50px;
    }
    #slider-our-range span#next-btn {
        right: -50px;
    }
}
@media (max-width: 700px) {
    #our-services #our-location-content {
        left: 50%;
        max-width: 90%;
        width: 100%;
    }
    #slider-our-range span {
       /* display: none;*/
    }
}
@media (max-width: 400px) {
	.fa-angle-right{
			padding-right: 15px;
		}
		.fa-angle-left{
			padding-left: 15px;
		}
	#pricing-options {
		padding-top: 200px;
	}
}
#pricing-options .testimonial-cards .tcards_message,
.woas-container .testimonial-cards .tcards_message {
    background-color: #f7f7f7;
}
#single-page .woas-container .section-subheading {
  margin: 0 auto;
  float:  none;
  text-align: center;
  max-width: 815px;
}
.page-template-destination-detail-template .woas-container {
  border-top: 1px solid #ee4292;
  padding-top: 50px;
}
#pricing-options .container:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    bottom: -60px;
}

#logo-carousel .owl-carousel .owl-item {
    position: relative;
    height: 72px;
}

#logo-carousel .owl-carousel .owl-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#logo-carousel .owl-carousel .owl-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

#logo-carousel .clients-content:aftetrust-elementsr, #logo-carousel .kd_counter_number:after {
    display: none;
}

.lower-footer {
    background-color: #1f1f1f !important;
}

#header {
    padding-top: 135px;
}
@media (max-width: 960px){
    #header { padding-top: 0; }
}

.widget_text .footer-popular-vehicles li a,
.widget_text .footer-top-locations li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.single-portfolio .topbar-phone .iconsmind-Telephone,
.single-portfolio .topbar-email .iconsmind-Mail,
.single-post .topbar-phone .iconsmind-Telephone,
.single-post .topbar-email .iconsmind-Mail,
.blog .topbar-phone .iconsmind-Telephone,
.blog .topbar-email .iconsmind-Mail,
.archive .topbar-phone .iconsmind-Telephone,
.archive .topbar-email .iconsmind-Mail,
.search .topbar-phone .iconsmind-Telephone,
.search .topbar-email .iconsmind-Mail,
.error404 .topbar-phone .iconsmind-Telephone,
.error404 .topbar-email .iconsmind-Mail,
.woocommerce .topbar-phone .iconsmind-Telephone,
.woocommerce .topbar-email .iconsmind-Mail,
.single-post .navbar.navbar-default .topbar a {
    color: #ffffff!important;
}

.navbar.navbar-default .topbar-socials a:hover .fa, .navbar.navbar-default .topbar-phone a:hover, .navbar.navbar-default .topbar-email a:hover {
    color: #ee4292!important;
}
.topbar-phone .whatsapp{
	color:#ffffff !important;
}
.topbar-contact .topbar-phone a i{
	transition: 0.25s;
}
.topbar-contact .topbar-phone a:hover i{
	color:#ee4292!important;
}

.single-post .topbar-socials {
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-left: 1px solid rgba(255, 255, 255, .3);
}


.page-template-default #single-page {
        min-height: calc(100vh - 75px);
}


.navbar.navbar-default .topbar-socials a {
        border-right: 1px solid rgba(255, 255, 255, .3);
}
.navbar.navbar-default .topbar-socials a:last-of-type {
    border-right: 0;
}


.single-post .single-page-heading .bg-header {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    max-height: none;
}
@media (max-width: 768px) {
    .single-post .single-page-heading .bg-header {
        height: 100%;
    }
}

.single-post .single-page-heading .section-heading {
    color: #ee4292;
    max-width: 600px;
    font-size: 42px;
    letter-spacing: 1px;
    padding-left: 0;
    line-height: 50px;
    font-weight: 800;
}
.single-post .single-page-heading .section-heading span {
    font-weight: 300;
    color: #ffffff;
}
@media (max-width: 500px) {
  .single-post .single-page-heading .section-heading {
    font-size: 35px;
    line-height: 37px;
    margin: 4px 0 10px;
  }
}
.single-post .breadcrumbs {
    color: #ffffff  !important;
}

.contact-us .contact-us-content {
    margin: 0 auto;
    padding-bottom: 50px;
}
@media (min-width: 960px) {
  .contact-us .contact-us-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .contact-us .contact-us-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .contact-us .contact-us-content {
    width: 1240px;
  }
}
.contact-us-content {
    margin: 0 auto!important;
    padding: 0 15px;
}

.contact-us-content ul.cgit-list li {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 60px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: left;
}
.contact-us-content ul.cgit-list li:before {
    content: "\ea99";
    font-family: 'iconsmind';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-us-content ul.cgit-list li.cgit-email:before {
    content: "\ea8d";
}
.contact-us-content ul.cgit-list li.cgit-phone:before {
    content: "\ed27";
}
.contact-us-content ul.cgit-list li a,
.contact-us-content ul.cgit-list li p {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    display: block;
    text-transform: none;
}

.single-page-content h2 {
    font-size: 28px!important;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px!important;
}

.single-page-content .wpcf7-form input:not([type=submit]),
.single-page-content .wpcf7-form textarea {
    background-color: #edeae8!important;
    font-weight: normal!important;
    margin-bottom: 4px;
    font-size: 16px!important;
}
.single-page-content .wpcf7 input[type="date"],
.single-page-content .wpcf7 .wpcf7-text,
.single-page-content .wpcf7 .wpcf7-email,
.single-page-content .wpcf7 .wpcf7-select{
    height: 45px;
}
.single-page-content .wpcf7-form label {
    font-weight: normal;
    color: #999999 !important;
}
.single-page-content .wpcf7-form #btnSendEnquiry,
.single-page-content .wpcf7-form #btnSendEnquiry:hover {
    background: #24a9e2!important;
    display: block;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 40px;
    height: auto;
    margin-bottom: 25px;
}


.single-page-content .wpcf7-form input::-webkit-input-placeholder{color: #999!important;}
.single-page-content .wpcf7-form input::-moz-placeholder{color: #999!important;}
.single-page-content .wpcf7-form input:-ms-input-placeholder{color: #999!important;}
.single-page-content .wpcf7-form textarea::-webkit-input-placeholder{color: #999!important;}
.single-page-content .wpcf7-form textarea::-moz-placeholder {color: #999!important;}
.single-page-content .wpcf7-form textarea:-ms-input-placeholder {color: #999!important;}

.single-page-content .wpcf7-mail-sent-ok,
.single-page-content .wpcf7-not-valid-tip {
    height: 45px!important;
    line-height: 45px!important;
    top: 0;
}

.single-page-content .wpcf7-mail-sent-ok:before,
.single-page-content .wpcf7-not-valid-tip:before {
    top: 12px!important;
}

.single-page-content .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 0!important;
}
.single-page-content #cbxReceiveLatestNews .span.wpcf7-list-item {
    margin: 0;
}
.single-page-content #cbxReceiveLatestNews input {
    display: inline-block;
}
.single-page-content #cbxReceiveLatestNews .wpcf7-list-item-label {
    display: inline-block;
    width: 91%;
    vertical-align: top;
    margin-left: 10px;
}

/* Range Form (overlay) */
#range-form-overlay {
    display: none;
    background: #e5e5e5;
    border-bottom: 7px solid #ee4292;
    overflow: visible;
}

#range-form-overlay .rfo-header {
    font-family: "Open Sans";
}
#range-form-overlay .rfo-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #333333;
    text-transform: uppercase;
    margin-top: 0;
}

#range-form-overlay .rfo-header h3 {color:  #ee4292;font-size: 20px;text-transform: uppercase;font-weight: normal;margin-top: 0;}
#range-form-overlay .rfo-header p {
    width: 100%;
    max-width: 480px;
    margin-bottom: 30px;
}
#range-form-overlay .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #e5e5e5;
    margin-bottom: 40px;
}

#range-form-overlay .rfs-cpt-button-container {
    position: relative;
    width: 100%;
}

#range-form-overlay .rfs-cpt-button-container span {
    position: absolute;
    top: -320px;
    font-size: 30px;
}

#range-form-overlay .rfs-cpt-button-container span#prev-btn1 {
    left: 0;
}

#range-form-overlay .rfs-cpt-button-container span#next-btn1 {
    right: 0;
}

#range-form-overlay .rfs-cpt-button-container span i {
    color: #ee4292!important;
}



#range-form-overlay .rfs-bottom-content-container * {
    display: inline-block!important;
    margin: 8px;
}

#range-form-overlay .rfs-bottom-content-container {
    text-align: center;
}

#range-form-overlay .fancybox-close-small:after {
    background: #ee4292;
    border-radius: 0;
    color: #fff;
    top: -15px;
    right: -15px;
}

#range-form-overlay .rfs-si-copy-container {
    text-align: center;
    min-height: 127px;
}

#range-form-overlay .rfs-si-copy-container h4 {
    color: #24a9e2;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
#range-form-overlay .rfs-si-image-container {
    height: 190px;
    position: relative;
    overflow: visible;
}
#range-form-overlay .rfs-si-image-container img {
    /* max-width: 90%; */
    /* max-height: 100%; */
    width: auto;
    height: auto;
    margin: 0 auto;
    position: absolute;
    height:  100%;
    top: 50%;
    left:  50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#range-form-overlay .btn-container .btn-blue {
    display: block;
    width: 90%;
    max-width: 230px;
    margin: 0 auto;
    background-color: #24a9e2;
    color: #fff;
    text-align: center;
    padding: 12px 8px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

#cv-rental-form {
    max-width: 1200px;
    border-bottom: 7px solid #ee4292;
    overflow: visible;
    background-color: #e5e5e5;
    font-family: "Open Sans", sans-serif;
}
#cv-rental-form .fancybox-close-small:after {
    background: #ee4292;
    border-radius: 0;
    color: #fff;
    top: -15px;
    right: -15px;
}
#cv-rental-form div.wpcf7 .ajax-loader {
display: inline-block;
}
.single-our_range #cv-rental-form .preview-container > a {
 display: none;
}

#cv-rental-form .preview-container {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 12px 15px;
}

#cv-rental-form .preview-container .img-container img {
    max-width: 280px;
    height: auto;
    margin:  0 auto;
    display: block;
    width: 95%;
}

#cv-rental-form .preview-container .short-desc-container p {
    text-align: center;
    font-size: 16px;
    max-width: 400px;
    margin: 0 auto;

}
#cv-rental-form .preview-container .title-container {
    text-align: center;
}
#cv-rental-form .preview-container .title-container h1 a {
    color: #24a9e2;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#cv-rental-form .head-section {
    min-height: 100px;
}

#cv-rental-form .head-section h1 {
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 0;
}

#cv-rental-form .head-section h2 {
    color: #ee4292;
    font-size: 20px;
    font-weight: lighter;
    margin-top: 0;
}

#cv-rental-form .bottom-container div {
    display: inline-block;
}

#cv-rental-form .bottom-container {
    text-align: center;
    padding: 15px 0 20px;
}

#cv-rental-form .bottom-container div > * {
    margin: 0 6px;
}

#cv-rental-form .f-right-container > div {
    width: 49.1%;
    display: inline-block;
}

#cv-rental-form .f-right-container .frc-inner-right {
    float: right;
}

#cv-rental-form input,
#cv-rental-form select {
    margin-bottom: 5px;
}
#cv-rental-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#cv-rental-form ::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#cv-rental-form :-ms-input-placeholder { /* IE 10+ */
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#cv-rental-form :-moz-placeholder { /* Firefox 18- */
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-email,
.wpcf7 .wpcf7-select,
.modal-content-inner .wpcf7 .wpcf7-text,
.modal-content-inner .wpcf7 .wpcf7-email {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    width: 100%;
    box-sizing: border-box;
    min-width: 100%;
    border: none;
    margin-bottom: 5px;
    background: #fff!important;
    box-shadow: none;
    letter-spacing: 0;
    outline: none;
    line-height: 50px;
    height: 50px;
    padding: 0 12px;
    text-align: left;
    color: #333;
    border: none;
    font-weight: normal;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
}

#cv-rental-form .wpcf7-checkbox {
    margin: 5px 0 10px;
    display: block;
    font-size: 16px;
    color: #999999;
}

#cv-rental-form .wpcf7-checkbox > span {
    margin: 0;
}

#cv-rental-form .submitBtn-container {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

#cv-rental-form .submitBtn-container input {
    max-width: 230px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    background-color: #24a9e2;
    border: none!important;
    font-weight: bold;
    font-size: 16px;
}

#cv-rental-form .submitBtn-container input.disabled,#cv-rental-form .submitBtn-container input.disabled:hover { background-color: #656565!important; color: #fff!important; }
/* Our Range Page */

#header .breadcrumbs
 {
    display: none;
}
.page-id-2489 #single-page .single-page-heading,
#single-page.destination-detail .single-page-heading,
.page-template-brands-template .single-page-heading,
.page-id-3063 #single-page .single-page-heading,
.page-id-3096 #single-page .single-page-heading,
#single-page.custom-sp .single-page-heading {
    height: 500px;
    display: table;
    width: 100%;
    margin-bottom: 0;
}
.page-id-2489 #single-page .single-page-heading .container, 
.destination-detail .single-page-heading .container,
.page-template-brands-template .single-page-heading .container,
.page-id-3063 #single-page .single-page-heading .container,
.page-id-3096 #single-page .single-page-heading .container,
#single-page.custom-sp .single-page-heading .container {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-bottom: 60px;
}
.page-template-brands-template .category-list-container .clc-inner .btn,
.page-id-3063 .category-list-container .clc-inner .btn,
.page-id-3096 .category-list-container .clc-inner .btn,
.custom-sp .category-list-container .clc-inner .btn {
    width: 20%;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #24a9e2;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}
.page-template-brands-template .category-list-container .clc-inner .btn,
.page-id-3063 .category-list-container .clc-inner .btn {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.page-template-brands-template .category-list-container .clc-inner .btn.non-active,
.page-id-3063 .category-list-container .clc-inner .btn.non-active {
    background-color: #ccc;
}
.page-template-brands-template .category-list-container .clc-inner,
.page-id-3063 .category-list-container .clc-inner{
    width: 80%;
    margin: 50px auto;
    position: relative;
}

.page-template-brands-template .category-list-container .clc-inner:after,
.page-id-3063 .category-list-container .clc-inner:after {
    content: "";
    position: relative;
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.page-template-brands-template .category-list-container .clc-inner:before,
.page-id-3063 .category-list-container .clc-inner:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: -25px;
    background: #000;
    background: -webkit-linear-gradient(right,rgba(255, 255, 255, 0),rgba(31, 31, 31, 0.5), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(right,rgba(255, 255, 255, 0),rgba(31, 31, 31, 0.5), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(right,rgba(255, 255, 255, 0),rgba(31, 31, 31, 0.5), rgba(255, 255, 255, 0));
    background: linear-gradient(to right,rgba(255, 255, 255, 0),rgba(31, 31, 31, 0.5), rgba(255, 255, 255, 0));
    left: 0;
}

.page-template-brands-template .our-range--container .campervan-list,
.page-id-3063 .our-range--container .campervan-list { 
    text-align: center;
}

.page-template-brands-template .our-range--container .campervan-list .our-range--item,
.page-id-3063 .our-range--container .campervan-list .our-range--item {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    margin-bottom: 30px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
    max-width: 400px;
    width: 100%;
}
.page-template-brands-template .our-range--container .campervan-list .our-range--item .ori-image-container,
.page-id-3063 .our-range--container .campervan-list .our-range--item .ori-image-container {
    height: 208px;
    overflow: hidden;
    position: relative;
}
.page-template-brands-template .our-range--container .campervan-list .our-range--item .ori-image-container img,
.page-id-3063 .our-range--container .campervan-list .our-range--item .ori-image-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-brands-template .our-range--container .campervan-list .our-range--item .ori-copy-container,
.page-id-3063 .our-range--container .campervan-list .our-range--item .ori-copy-container {
    min-height: 140px;
}

.page-template-brands-template .our-range--container .campervan-list .our-range--item .ori-copy-container a,
.page-id-3063 .our-range--container .campervan-list .our-range--item .ori-copy-container a {
    color: #24a9e2;
    font-size: 18px; 
    font-weight: bold;
}

.page-template-brands-template .our-range--container .campervan-list .our-range--item .ori-button-container a,
.page-id-3063 .our-range--container .campervan-list .our-range--item .ori-button-container a {
    display: inline-block;
    background-color: #24a9e2;
    color: #fff;
    padding: 12px 23px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-template-brands-template .our-range--container .campervan-list .our-range--item .bottom-content-container,
.page-id-3063 .our-range--container .campervan-list .our-range--item .bottom-content-container {
    margin: 10px 0 15px;
}

.page-template-brands-template .our-range--container .campervan-list .our-range--item .bottom-content-container > *,
.page-id-3063 .our-range--container .campervan-list .our-range--item .bottom-content-container > * {
margin: 8px;
}
@media (max-width: 991px) {
    .container.our-range--container,
    .container.our-services--page {
        width: 100%;
        padding: 0;
    }
    .page-id-3063 .category-list-container .clc-inner .btn {
        float: none;
        margin: 2px 0;
        width: auto!important;
    }
    .page-id-3063 .category-list-container .clc-inner {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 900px) {
    .page-id-3063 .our-range--container .campervan-list .our-range--item {
        max-width: 350px;
    }
    .page-id-3063 .our-range--container .campervan-list .our-range--item .ori-copy-container {
        min-height: 135px;
    }
}


/* Our Range Detail Page */
.single-our_range .breadcrumbs {
    display: none;
}

.single-our_range .header-container.our-range--detail {
    height: 500px;
    background: #1f1f1f;
    color: #fff;
}

.single-our_range .header-container.our-range--detail .header-inner.container {
    display: table;
    height: 500px;
}

.single-our_range .header-container.our-range--detail .header-inner.container .header--content {
    display: table-cell;
    vertical-align:  middle;
    text-align: left;
}

.single-our_range .header-container.our-range--detail .header-inner.container .header--content h1 {
    text-align: left;
    color: #ee4292;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 57px;
}
.single-our_range .header-container.our-range--detail .header-inner.container .header--content .bottom-content-container > * {
    margin: 0 10px;
}

.single-our_range .header-container.our-range--detail .header-inner.container .header--content .bottom-content-container > *:first-of-type {
    margin-left: 0;
}
.single-our_range .header-container.our-range--detail .header-inner.container .header--content h1 span {
    color: #fff;
    font-weight: normal;
}
.single-our_range .header-container.our-range--detail .header-inner.container .header--content p {
    margin-bottom: 10px;
}
.single-our_range .header-container.our-range--detail .header-inner.container .header--content > div {
    max-width: 620px;
    width: 100%;
    padding-bottom: 60px;
}
.single-our_range .header-container.our-range--detail .header-inner.container .header--content span,.single-our_range .header-container.our-range--detail .header-inner.container .header--content span a {
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}

.single-our_range .header-container.our-range--detail .header-inner.container .header--content span.fa {
    font-weight: normal;
}

.single-our_range .header-container.our-range--detail .header-inner.container .header--content span.active-page {
    font-weight: normal;
    color: #ccc;
}
.single-our_range .header-container.our-range--detail .header-inner.container .header--content > div p {
    margin-bottom: 10px;
}

.single-our_range .container.our-range--detail:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ee4292;
    left: 0;
}
.single-our_range .our-range--main ul {
    list-style: none;
    padding-left: 24px;
}
.single-our_range .our-range--main ul li {
    position: relative;
    margin-bottom: 6px;
}
.single-our_range .our-range--main ul li:after {
    position: absolute;
    content: "";
    background: #ee4292;
    width: 9px;
    height: 9px;
    padding: 0;
    top: 8px;
    border-radius: 100%;
    left: -24px;
}
.single-our_range .our-range--main .gallery-container {
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
}
.single-our_range .our-range--main .gallery-container .gallery-item {
    margin-bottom: 2%;
}

.single-our_range .our-range--main .gallery-container .gallery-item + .gallery-item + .gallery-item + .gallery-item + .gallery-item {
    /*display: none;*/
}

.single-our_range .our-range--main .gallery-container .gallery-item img {width: 100%;height: auto;margin: 0;}

.single-our_range .our-range--main .gallery-container .gallery-item:not(:first-of-type) {
    width: 32%;
    float: left;
    height: 125px;
    position: relative;
    overflow: hidden;
}

.single-our_range .our-range--main .gallery-container .gallery-item:nth-of-type(3n) {
    margin:  0 2%;
}

.single-our_range .our-range--main .gallery-container .gallery-item:not(:first-of-type) img {
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.single-our_range .our-range--main {
    padding-top: 70px;
    padding-bottom: 90px;
}
.single-our_range .our-range--main h2 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
}
.single-our_range .our-range--main .col-md-7 p {
    margin-bottom: 20px;
}
.single-our_range .our-range--main .col-md-7 .enquire-button-container a {
    display: inline-block;
    padding: 15px 40px;
    background: #24a9e2;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

@media(max-width: 991px) {
    .single-our_range .our-range--main .col-md-7 .enquire-button-container {
        margin-bottom: 35px;
    }
    .single-our_range .our-range--main > div {
        padding: 0;
    }
}

.single-our_range #our-services {
    position: relative;
}

.single-our_range .woas-container,
.page-template-our-services-template .woas-container {
    padding-top: 200px;
    padding-bottom: 40px;
}
.page-template-our-services-template .woas-container {
    padding-top: 50px;
}
.page-template-our-services-template #single-page .woas-container .section-subheading,
.page-template-our-services-template #single-page #trust-elements .section-subheading {
    margin: 0 auto 50px;
    float: none;
    text-align: center;
    max-width: 650px;
}

.page-template-our-services-template .woas-container .section-heading {
    font-weight: 900;
}
.single-our_range .woas-container:after,
.page-template-our-services-template .woas-container:after {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
    background: #b2b2b2;
}

.single-our_range .woas-container .section-subheading,
.page-template-our-services-template .woas-container .section-subheading {
    max-width: 650px;
    margin: 0 auto 35px;
    text-align: center;
}


@media (max-width: 960px) {
    .row .contact p, 
    section .section-subheading,
    .key-icon-box.icon-left.icon-default p,
    #slider-our-range .si-copy-container,
    #our-services #our-location-content p,
    .kd-photobox .phb-content p,
    .testimonial-cards .tcards_message p,
    #single-page p,
    .contact-us-content ul.cgit-list li a, .contact-us-content ul.cgit-list li p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .key-icon-box .service-heading,.why-choose-campervan .service-heading,
    #slider-our-range .si-copy-container h4,
    #our-services .kd-photobox .phb-content h4,
    .testimonial-cards .tcards_message h5,
    .contact-us-content ul.cgit-list li {
        font-size: 16pt;
    }
    .single-page-heading .section-subheading {
        padding: 0;
    }
}
.rpwwt-widget ul li {
    margin:  0 0 10px !important;
    height: auto !important;
    text-align: left !important;
}

.rpwwt-widget ul li span {
    text-align: left !important;
    display: inline-block !important;
    width: 60% !important;
    vertical-align: middle !important;
    margin-left: 7% !important;
    font-size: 14px !important;
}

.rpwwt-widget ul li img {
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
}

@media (max-width: 1200px){
    .rpwwt-widget ul li span {
        width: 55% !important;
    }
}
@media (max-width: 960px) {
    .footer_widget .menu li, .footer_widget li {
        height: auto !important;
    }
    .rpwwt-widget ul {
        margin: 0 auto !important;
        display: inline-block !important;
    }
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

#single-page .single-page-heading {
    background: #1f1f1f;
}

.upper-footer a:hover {
    color: #cccccc!important;
}
.upper-footer .fa-whatsapp{
	float:none;
	margin-left: 5px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 2px solid #ee4292 !important;
}

.custom-sp #our-services {
    position: relative;
}
.custom-sp #our-services.locations--page {
    padding-bottom: 100px;
}

@media(max-width: 960px) {
    .locations--page.container {
        padding-left: 0;
        padding-right: 0;
    }
}

.wpb-js-composer #destinations-tab {

}
.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
    display: block;
    text-align: center;
    padding: 15px 0 50px;
}
.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li {
    height: auto;
    width: auto;
    padding: 5px 0;
}
.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:before {
    display: none;
}
.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a {
    height: auto;
    width:  auto;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    border-right: 1px solid #8a8a8a;
    border-bottom: 0;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 0;
}
.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:last-of-type a {
    border-right: 0;
}
.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    font-weight: 700;
    background: transparent;
    color: #ee4292;
}

.wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a span {
    width:  auto;
}
#destinations-tab .vc_tta-tabs-container {
    border-color: #ee4292;
}
#destinations-tab .vc_tta-panels-container {
    margin-top: 50px
}

#single-page .single-page-content #destinations-tab .vc_tta-panels-container h2 {
    margin-top: 0;
    color: #333333;
}

#destinations-tab .wpb_single_image.vc_align_left {
    text-align:right;
}
#destinations-tab .vc_tta-panel-body {
    padding: 0;
}

#destinations-tab .btn.btn-link { 
  color:  #ee4292;
  font-weight:  bold;
  font-size:  16px;
  position:  relative;
  text-decoration:  none;
  padding-left: 25px;
  margin-left: 15px;
}

#destinations-tab .btn.btn-link:before {
  content: "\f138";
  font-family: FontAwesome;
  position: absolute;
  left: -5px;
}

@media (max-width: 960px) {
    .wpb-js-composer #destinations-tab .vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a {
        border-right: 0;
    }
}

#destinations-tab .vc_tta-panel-heading {
    height: auto;
}

#destinations-tab .vc_tta-panel-heading h4 {}

#destinations-tab .vc_tta-panel-heading h4 a {
    text-transform: none;
    font-weight: normal;
    height: auto;
}

#destinations-tab .vc_active .vc_tta-panel-heading  h4 a {
    background: #ee4292;
    color: #fff;
    font-weight: bold;
}

.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #fff !important;
  border: 0;
  padding-left: 15px;
  position: relative;
}
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:after,
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
  content: "\f106";
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-family: FontAwesome;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  pointer-events: none;
}
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a {
  text-align: left;
  padding: 0;
  height: auto;
  min-height: 35px;
  color: #ee4292;
  font-size: 18px;
  font-weight: 800;
  padding: 5px 0;
}
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel li {
  
line-height:  25px;
  
padding-left: 25px;
}
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel li:before {
  
content: "";
  
background: #ee4292;
  
width: 9px;
  
height: 9px;
  
padding: 0;
  
top: 7px;
  
border-radius:  100%;
}
.wpb-js-composer .destination-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a i {
  display: none;
}

.destination-detail .single-page-content {
  margin-top: 80px
}

.container.d--content {
  margin-bottom: 50px;
  border-bottom: 1px solid #ee4292;
  padding-bottom: 70px;
}

.container.dd--content {
  margin-bottom: 110px;
}
.container.dd--gallery {
  margin-top: 110px;
  padding-bottom: 70px;
}

.container.dd--gallery .gallery-container {

}

.container.dd--gallery .gallery-container .gc-inner {
  
text-align: center;
}

.container.dd--gallery .gallery-container .gc-inner .gc-item {
  display: inline-block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  max-width: 400px;
  position: relative;
}

.container.dd--gallery .gallery-container .gc-inner .gc-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-width: 120%;
  max-height: 120%;
  min-width: 100%;
  min-height: 100%;
}

.custom-breadcrumbs {
    color: #fff;
    font-size: 16px;
}

.custom-breadcrumbs span {
  color: #cccccc;
  margin-right: 10px;
  font-weight: 400;
}

.custom-breadcrumbs span a {
  color: #fff;
  font-weight: 600; 
}
.blog .navbar.navbar-default .topbar a {
  color:#fff!important;
}
.specs-table{
    width:100%;
    margin-bottom: 40px;
}
.specs-table tr td{
    max-width:50%;
    width: 50%;
    border: 1px solid #888;
    padding:5px 10px;
}

.specs-heading{
    font-size:18px!important;
    text-align: left!important;
    text-transform: uppercase;
    margin-top: 10px; 
}

.blog .more-link {
    display: none!important;
}

/* Home Page Slider */

.hp-slider-container {

}

.hp-slider-container .hp-slider-inner {

}

.hp-slider-container .hp-slider-inner .bx-wrapper {
  padding: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.hp-slider-container .hp-slider-inner .bx-wrapper ul li {
  position: relative;
  height: 600px;
  width: 100%;
  overflow:  hidden;
}
.hp-slider-container .hp-slider-inner .bx-wrapper ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:  auto;
  height:  auto;
  min-width:  100%;
  min-height:  100%;
  max-width:  none;
}
.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div {
  width: 90%;
  position: relative;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li > div {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li > div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li > div {
    width: 1240px;
  }
}
.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-78%);
  -moz-transform: translateY(-78%);
  -ms-transform: translateY(-78%);
  transform: translateY(-78%);
}
.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  color: #ee4292;
  font-size: 42px;
  letter-spacing: -1px;
}
.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div h1 span {
  color: #fff;
  font-weight: 300;
}

.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div.right-section-text {
  right: 0;
}

.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div.left-section-text {
  left: 0;
}

.hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div.center-section-text {
  left: 50%;
  -webkit-transform: translate(-50%, -78%);
  -moz-transform: translate(-50%, -78%);
  -ms-transform: translate(-50%, -78%);
  transform: translate(-50%, -78%);
}

@media (max-width: 960px) {
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li {
    height: auto;
  }
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li img {
    height: auto;
    max-height: 100%
  }
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
    margin-top: 50px;
    margin-bottom:  50px;
  }
  .hp-slider-container .hp-slider-inner .bx-wrapper ul li > div div h1 {
    font-size: 32px;
    margin-top: 10px;
  }
  .hp-slider-container .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}

.default-ul {
  list-style: none;
  padding-left: 0;
}
.default-ul li {
  position: relative;
  padding-left: 25px;
  line-height:  25px;
  margin-bottom:  10px;
}
.default-ul li:before {
  content: "";
  background: #ee4292;
  width: 9px;
  height: 9px;
  padding: 0;
  top: 7px;
  border-radius:  100%;
  position:  absolute;
  left: 0;
}
#three-steps{
    width: 30%; margin: 0 auto;
}
#three-steps li {
    display: inline-block;
    text-align: center;
}
@media (max-width: 960px) {
    #three-steps{
        width: 50%; 
    }
}
@media (max-width: 560px) {
    #three-steps{
        width: 100%; 
    }
}
.Zebra_DatePicker {
	z-index: 99999;
}

/* #north-island:hover{
    color:#ee4292;
}

#north-island.active{
    color:#ee4292;
}

#south-island:hover{
    color:#ee4292;
}

#south-island.active{
    color:#ee4292;
} */

.footer-newsletter-form .wpcf7-form .wpcf7-email,
.footer-business-info.footer-socials a,
.upper-footer {
	background: #1f1f1f;
	background:  #ee4292 !important;
}

.footer-business-info, .lower-footer {
    background: #1a1a1a;
    background: #ee4292 !important;
}

.keydesign-cart ul.product_list_widget .cart-item:hover, .navbar-default.navbar-shrink .nav li.active a, #main-menu .navbar-nav .menu-item-has-children .dropdown-menu a:hover, .navbar-nav .menu-item-has-children .dropdown-menu a:hover, 
body:not(.home) .navbar a:hover, .navbar-default .nav li.active a, .navbar.navbar-default.navbar-shrink a:hover{
    color: #ee4292!important;
}

::selection {
    background-color: #3f9df3;
    background: #ee4292 !important;
}

.navbar-default .nav li a::after {
    background: #ee4292!important;
}
body:not(.home) .navbar-default .nav li a::after, .navbar-default.navbar-shrink .nav li a::after {
    background: #ee4292!important;
}

.page-id-3063 strong{
    color: #ee4292 !important ;
}

span.fa {
    color: #ee4292;
}

input#searchsubmit {
    background: #ee4292 !important;
}

a.tt_button {
    background: #ee4292 !important;
    border: 2px solid #ee4292 !important;
}

a.tt_button:hover {
    background: transparent !important;
}

h5.widget-title {
    border-color: #ee4292 !important;
}

li.cgit-phone:before {
    color: #ee4292 !important;
}
li.cgit-address:before {
    color: #ee4292 !important;
}

.tcards-content .owl-controls .owl-buttons div:hover{
    background:#ee4292 !important;
    border: 2px solid #ee4292 !important;
}


.owl-wrapper-outer  h4.tcards-name {
    color: #ee4292 !important;
}

.owl-wrapper-outer strong{
    color:#ee4292 !important;
 }
 
.back-to-top:hover{
    background:#ee4292 !important;
}

a.campernvan-nz {
    color: #ee4292 !important;
}

a.campernvan-nz:hover {
    color: #333ab7 !important;
}

.text-center li:before{
    color:#ee4292 !important;   
}
    
.page-id-2856 .si-copy-container strong {
    color: #ee4292 !important;
}

#posts-content a.tt_button:hover {
    color: #ee4292 !important;
}

#cv-rental-form .wpcf7-list-item .wpcf7-list-item-label a{
    color: #ee4292 !important;
}

#range-form-overlay .range-form-slider .rfs-si-copy-container strong{
    color:#ee4292 !important;
}

.single-our_range .container .col-md-7 a{
 color: #ee4292 !important;
}

.single-our_range .container .col-md-7 a:hover{
    color: #333ab7 !important;
}

.single-our_range .container .col-md-7 .enquire-button-container a{
    color:#fff !important;
}

.navbar.navbar-default a:hover {
    color: #ee4292 !important; 
}