/*$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-vertical-small: 6rem;
$gutter-horizontal: 6rem;*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

/* in base file because it defines what 1rem is and therefore layout for rest of site */
/*root font size set here, so can use rem on all other elements*/
/*REMs NOT SUPPORTED BELOW IE 9*/
html {
  /*font-size: 10px;*/
  /*using 10px - makes it easier - 1rem is 10px |  BUT now user cant change font size in browser - overriding it */
  /* THEREFORE we change it to a percentage - which is a percentage of the browser default font size - usually 16px */
  font-size: 62.5%;
  /*if browser default is 16px, then this is now 10px*/
  /*1rem is 10px*/ }

/*ADMIN*/
/*Button Black General link button*/
a.buttonLogout {
  float: right;
  margin-left: .5rem;
  font-size: 1rem;
  font-family: "montserratregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #696969;
  border-radius: 1.6rem;
  padding: .4rem .8rem;
  transition: all .4s; }

a.buttonLogout:link {
  color: #fff;
  text-decoration: none; }

a.buttonLogout:visited {
  color: #fff;
  text-decoration: none; }

a.buttonLogout:active {
  color: #fff;
  text-decoration: none; }

a.buttonLogout:hover {
  color: #fff;
  text-decoration: none;
  background-color: #be1820;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

a.buttonSmallRed {
  float: right;
  margin-left: 4rem;
  font-size: 1.2rem;
  font-family: "montserratregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #b10000;
  border-radius: 2rem;
  padding: .6rem 1rem;
  transition: all .4s; }

a.buttonSmallRed:link {
  color: #fff;
  text-decoration: none; }

a.buttonSmallRed:visited {
  color: #fff;
  text-decoration: none; }

a.buttonSmallRed:active {
  color: #fff;
  text-decoration: none; }

a.buttonSmallRed:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b10000;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

a.buttonDark {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "montserratbold_italic", Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #f57d25;
  border-radius: 1.6rem;
  padding: .9rem 4rem;
  margin: 0.5rem 0rem;
  transition: all .4s; }

a.buttonDark:link {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonDark:visited {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonDark:active {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonDark:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-image: linear-gradient(#000, #141414);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 550px) {
  a.buttonDark {
    font-size: 1.3rem;
    padding: .9rem 3rem; } }

a.buttonBlackSmall {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "montserratextrabold", "Arial Bold", sans-serif;
  color: #f57d25;
  text-decoration: none;
  background-color: #141414;
  background-image: linear-gradient(#696969, #141414);
  border-radius: 1.6rem;
  padding: .9rem 4rem;
  margin: .5rem 0rem;
  transition: all .4s; }

a.buttonBlackSmall:link {
  color: #f57d25;
  text-decoration: none; }

a.buttonBlackSmall:visited {
  color: #f57d25;
  text-decoration: none; }

a.buttonBlackSmall:active {
  color: #f57d25;
  text-decoration: none; }

a.buttonBlackSmall:hover {
  color: #f57d25;
  text-decoration: none;
  background-image: linear-gradient(#141414, #696969);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  transform: scale(1.02); }

@media only screen and (max-width: 950px) {
  a.buttonBlackSmall {
    font-size: 1.4rem;
    margin: .3rem 0rem; } }

a.buttonOrange {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  color: #f57d25;
  text-decoration: none;
  background-color: #FFFFFF;
  padding: .9rem 4rem;
  margin: .5rem 1rem;
  border-radius: 1.6rem;
  transition: all .4s; }

a.buttonOrange:link {
  color: #f57d25;
  text-decoration: none; }

a.buttonOrange:visited {
  color: #f57d25;
  text-decoration: none; }

a.buttonOrange:active {
  color: #f57d25;
  text-decoration: none; }

a.buttonOrange:hover {
  color: #ff8e4d;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transform: scale(1.05, 1.05); }

@media only screen and (max-width: 850px) {
  a.buttonOrange {
    font-size: 1.5rem; } }

@media only screen and (max-width: 550px) {
  a.buttonOrange {
    font-size: 1.5rem;
    padding: .8rem 2.5rem; } }

/* ORANGE BUTTON 2 -  */
a.buttonOrange2 {
  display: inline-block;
  font-size: 1.6rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #f57d25;
  padding: .9rem 4rem;
  margin: .5rem 0rem;
  border-radius: 1.6rem;
  transition: all .4s; }

a.buttonOrange2:link {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonOrange2:visited {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonOrange2:active {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonOrange2:hover {
  background-color: #f57d25;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  transform: scale(1.05, 1.05); }

@media only screen and (max-width: 900px) {
  a.buttonOrange2 {
    font-size: 1.5rem; } }

@media only screen and (max-width: 550px) {
  a.buttonOrange2 {
    font-size: 1.4rem;
    padding: .8rem 2.5rem; } }

/*Button Orange General button, browse button*/
.buttonSubmit {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #f57d25;
  background-image: linear-gradient(#f57d25, #f57d25);
  border-radius: .6rem;
  padding: 1.2rem 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  transition: all .4s; }

.buttonSubmit:link {
  color: #FFFFFF;
  text-decoration: none; }

.buttonSubmit:visited {
  color: #FFFFFF;
  text-decoration: none; }

.buttonSubmit:active {
  color: #FFFFFF;
  text-decoration: none; }

.buttonSubmit:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #f57d25;
  background-image: linear-gradient(#f57d25, #f57d25);
  border-color: #f57d25;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform: scale(1.05, 1.05); }

/* FORMS - GENERAL */
fieldset {
  border-style: none;
  margin-bottom: 1.5rem; }

fieldset.spacing {
  border-style: none;
  margin: 2rem 0rem; }

fieldset:last-child {
  border-style: none; }

.fField {
  margin-top: 1.5rem;
  color: #FFFFFF;
  font-size: 1.4rem; }

.fField p {
  color: #FFFFFF; }

fieldset.threeCol div.fField {
  width: 30%;
  float: left;
  margin-right: 3%; }

fieldset.twoCol div.fField {
  width: 47%;
  float: left;
  margin-right: 3%; }

label {
  font-family: "montserratmedium", "Arial Bold", sans-serif;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  color: #FFFFFF; }

label.marginTop20 {
  display: block;
  margin-top: 2.5rem;
  font-weight: bold; }

textarea, input[type="text"], input[type="password"], input[type="number"], select, option {
  font-family: "montserratregular", Arial, sans-serif;
  background-color: #FFFFFF;
  color: #343434;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem;
  margin: .3rem 0rem .3rem 0rem;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 1px;
  border-radius: 1rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

.formInputRadio {
  font-family: "montserratregular", Arial, sans-serif;
  color: #696969;
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }

input[type="radio"] {
  margin: 10px 0px; }

textarea:focus, input:focus, option:focus {
  box-shadow: 0 0 5px rgba(11, 42, 63, 0.3);
  border: 1px solid rgba(32, 113, 184, 0.85);
  outline: none; }

input.countdown {
  width: 60px;
  font-size: 1rem; }

input.small {
  font-size: 1rem; }

#refresh {
  color: #f57d25;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  cursor: hand; }

#refresh:hover {
  color: #f57d25; }

/*appears beneath the box, when start typing - placeholder not showing*/
label.title {
  display: block;
  height: 10px;
  clear: both;
  width: auto;
  padding-top: 0px;
  margin: 0px;
  font-size: 9px;
  color: #f57d25;
  font-weight: normal;
  line-height: 120%;
  text-align: left;
  transition: all .3s; }

/*new //need to also select label which is an adjacent sibling (first) - must be after the input
//this is when placeholder is shown - properties are for the label.  When start typing, place holder is not shown */
textarea:placeholder-shown + label.title, input:placeholder-shown + label.title {
  opacity: 0;
  /*can animate this property*/
  visibility: hidden;
  /*properly gone, but cant animate*/
  transform: translateY(-10px); }

/*Errors - Feedback*/
/*form label errors*/
p.error {
  margin: 0rem;
  font-size: 1.2rem;
  color: #be1820;
  text-align: left !important; }

/*field required*/
/*Feedback Div*/
#errorADiv {
  position: absolute;
  top: 150;
  right: 2rem;
  min-width: 26.3rem;
  max-width: 26.3rem;
  margin: 1rem;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #bcbcbc;
  border-width: .1rem;
  padding: .8rem;
  border-radius: .8rem;
  z-index: 200; }

.errorA_p {
  font-size: 1.2rem;
  margin: 0rem 0rem .5rem 0rem;
  text-align: left; }

/*form feedback errors*/
.throw_error {
  font-size: 1.2rem;
  color: #be1820;
  margin: 0rem 0rem .5rem 0rem;
  text-align: left; }

/*form feedback error*/
#message {
  text-align: left;
  color: #343434;
  font-size: 1.3rem; }

/*form feedback error*/
.successMsg {
  /* background-image: url("../images/icon_Check.png");
	background-repeat: no-repeat;
	background-position: .3rem center; */
  background-color: #e0ffad;
  border-style: dotted;
  border-color: #80b641;
  border-width: 2px;
  border-radius: 5px;
  padding: 12px 15px;
  /* padding: 1rem 1rem 1rem 3.5rem;  */ }

.errorMsg {
  /* background-image: url("../images/icon_Cross.png");
	background-repeat: no-repeat;
	background-position: .3rem center; */
  background-color: #ffc3c3;
  border-style: dotted;
  border-color: #ff0000;
  border-width: 2px;
  border-radius: 5px;
  padding: 12px 15px;
  /*padding: 1rem 1rem 1rem 3.5rem; */ }

#message p {
  margin: 0px;
  font-size: 1.2rem;
  text-align: left;
  color: #696969; }

/*for update images forms */
.messages {
  font-size: 1.2rem;
  line-height: 120%; }

.messageP {
  margin-top: 3px;
  font-size: 1.2rem;
  line-height: 120%; }

/*for update images forms */
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 16, 2023 */
@font-face {
  font-family: 'montserratbold';
  src: url("../Fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../Fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratbold_italic';
  src: url("../Fonts/montserrat-bolditalic-webfont.woff2") format("woff2"), url("../Fonts/montserrat-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratextrabold';
  src: url("../Fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../Fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratextrabold_italic';
  src: url("../Fonts/montserrat-extrabolditalic-webfont.woff2") format("woff2"), url("../Fonts/montserrat-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("../Fonts/montserrat-light-webfont.woff2") format("woff2"), url("../Fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratmedium';
  src: url("../Fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../Fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratmedium_italic';
  src: url("../Fonts/montserrat-mediumitalic-webfont.woff2") format("woff2"), url("../Fonts/montserrat-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("../Fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../Fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*google font*/
html {
  background-color: #000000; }

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #141414;
  font-family: "montserratregular", Arial, sans-serif;
  letter-spacing: .2px; }

/* CONTENT LINKS */
a {
  color: #f57d25;
  font-size: 1.6rem;
  font-family: "montserratregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: underline;
  font-weight: normal;
  transition: .2s; }

a:link {
  color: #f57d25;
  text-decoration: underline; }

a:visited {
  color: #f57d25;
  text-decoration: underline; }

a:active {
  color: #f57d25;
  text-decoration: underline; }

a:hover {
  color: #ff8e4d;
  text-decoration: underline; }

a.white {
  color: #fff;
  font-family: "montserratregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: underline;
  font-weight: normal;
  transition: .2s; }

a.white:link {
  color: #fff;
  text-decoration: underline; }

a.white:visited {
  color: #fff;
  text-decoration: underline; }

a.white:active {
  color: #fff;
  text-decoration: underline; }

a.white:hover {
  color: #ff8e4d;
  text-decoration: underline; }

a.dark {
  color: #343434;
  font-family: "montserratregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: underline;
  font-weight: normal;
  transition: .2s; }

a.dark:link {
  color: #343434;
  text-decoration: underline; }

a.dark:visited {
  color: #343434;
  text-decoration: underline; }

a.dark:active {
  color: #343434;
  text-decoration: underline; }

a.dark:hover {
  color: #696969;
  text-decoration: underline; }

/*MAIN STRUCTURAL DIVS*/
#logoWrapper {
  position: absolute;
  width: 1280px;
  top: -2rem;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 1000; }

#logo {
  margin-left: 1rem; }

#vehicleWrapper {
  position: absolute;
  right: 1rem;
  bottom: -9rem;
  overflow: hidden;
  z-index: 1000; }

.innerWrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto; }

/*border: solid green 1px;*/
.innerPadding {
  padding: 3rem 2.5rem 3.5rem 2.5rem; }

.innerPadding2 {
  padding: 8rem 2.5rem 8.5rem 2.5rem; }

.sectionWhite {
  width: 100%;
  background-color: #FFFFFF; }

.sectionWhiteShade {
  width: 100%;
  min-height: 9rem;
  background-color: #FFFFFF;
  background-image: url("../images/gradient_Top.jpg");
  background-repeat: repeat-x; }

.sectionDark {
  width: 100%;
  background-color: #f57d25; }

.sectionGrey {
  width: 100%;
  background-color: #bcbcbc; }

.sectionLandscape {
  width: 100%;
  background-color: #141414;
  background-image: url("../images/bg_Landscape.jpg");
  background-size: cover;
  background-attachment: fixed; }

.sectionLandscapeDark {
  width: 100%;
  background-color: #141414;
  background-image: url("../images/bg_LandscapeDark.jpg");
  background-size: cover;
  background-attachment: fixed; }

.sectionLandscapeOrange {
  width: 100%;
  background-color: #141414;
  background-image: url("../images/bg_LandscapeOrange.jpg");
  background-size: cover;
  background-attachment: fixed; }

.colWrapper {
  width: 100%;
  overflow: hidden; }

.colLeft {
  float: left;
  width: 48%; }

.colRight {
  float: right;
  width: 48%; }

.col3Wrapper {
  width: 100%;
  overflow: hidden; }

.col3 {
  float: left;
  width: 32%;
  margin-right: 1%; }

.col3:last-child {
  margin-right: 0%; }

.col4Wrapper {
  width: 100%;
  overflow: hidden; }

.col4 {
  float: left;
  width: 24%;
  margin-right: 1%; }

.col4:last-child {
  margin-right: 0%; }

.txtTop {
  margin-top: 0rem; }

.txtTwoCol {
  column-count: 2;
  column-gap: 4rem; }

/*SLIDE*/
/*home page slide*/
#slide {
  position: relative;
  width: 100%;
  height: 700px;
  box-shadow: 0px 10px 26px -8px rgba(0, 0, 0, 0.35); }

#slideTextWrapper {
  position: absolute;
  width: 100%;
  top: 25rem;
  min-height: 180px;
  text-align: left;
  z-index: 1000; }

#slideText {
  width: 50%;
  padding: 0rem 1rem;
  font-family: "montserratregular", Arial, sans-serif;
  color: #fff;
  font-size: 4.8rem;
  line-height: 120%;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

#slideText span {
  font-family: "montserratbold", "Arial Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 100%; }

#slideText span.thin {
  font-family: "montserratregular", Arial, sans-serif; }

#mainPic {
  position: relative;
  width: 100%;
  height: 47rem;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 10px 26px -8px rgba(0, 0, 0, 0.35); }

/* box-shadow: 0px 10px 26px -8px rgba(0,0,0,0.75);*/
#mainPicTextWrapper {
  position: absolute;
  width: 100%;
  top: 24rem;
  min-height: 180px;
  text-align: left;
  z-index: 1000;
  background-image: url("../images/trax.png");
  background-repeat: no-repeat;
  background-position: 1rem -2rem; }

#mainPicText {
  width: 50%;
  margin: 0rem;
  padding: 0rem 1rem 0rem 2rem;
  font-family: "montserratregular", Arial, sans-serif;
  color: #fff;
  font-size: 4.8rem;
  line-height: 120%;
  text-align: left;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

#mainPicText-sub {
  margin: .5rem 0rem 0rem 0rem;
  padding: 0rem 1rem 0rem 2rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  font-size: 1.8rem;
  color: #FFFFFF;
  text-align: left;
  line-height: 120%; }

.sunset {
  background-image: url("../images/pic_Sunset.jpg");
  background-position: top center; }

.fleet {
  background-image: url("../images/pic_rentalFleet.jpg");
  background-position: top center; }

.kokerboom {
  background-image: url("../images/pic_Kokerboom.jpg");
  background-position: top center; }

.elephants {
  background-image: url("../images/pic_Elephants.jpg");
  background-position: top center; }

.waterberg {
  background-image: url("../images/pic_Waterberg.jpg");
  background-position: top left; }

.admin {
  background-image: url("../images/pic_Admin.jpg");
  background-position: top left; }

.namibia {
  background-image: url("../images/pic_Namibia.jpg");
  background-position: top center; }

.wildlife {
  background-image: url("../images/pic_Wildlife.jpg");
  background-position: top center; }

/* NAVIGATION */
#menuWrapper {
  float: right;
  height: auto;
  width: 100%;
  padding-top: .5rem;
  z-index: 110; }

#menuIcon {
  display: none;
  position: absolute;
  top: 1rem;
  right: 2rem;
  height: 6rem;
  width: 5rem;
  cursor: pointer;
  z-index: 101; }

#topBar {
  height: 6.5rem;
  width: 100%;
  background-color: transparent; }

#navDiv {
  position: relative;
  margin: 1rem auto 0rem auto;
  float: right; }

/* CONTENT LINKS main nav links float: left; */
a.nav {
  position: relative;
  display: block;
  float: left;
  padding: 1rem 1.2rem 1rem 1.2rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "montserratregular", Arial, sans-serif;
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%; }

a.nav:link {
  text-decoration: none; }

a.nav:visited {
  text-decoration: none; }

a.nav:active {
  text-decoration: none; }

a.nav:hover {
  color: #FFFFFF;
  text-decoration: none;
  transform: scale(1.05, 1.05); }

a.nav::after, div.nav:after {
  position: absolute;
  bottom: 5px;
  content: '';
  height: 1px;
  width: 0%;
  background-image: linear-gradient(to right, #000000, #FFFFFF, #000000);
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: .3s; }

a.nav:hover:after, div.nav:hover:after {
  width: 100%; }

a.navLive {
  position: relative;
  display: block;
  float: left;
  padding: 1rem 1.2rem 1rem 1.2rem;
  color: #f57d25;
  font-size: 1.6rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%; }

a.navLive:link {
  text-decoration: none; }

a.navLive:visited {
  text-decoration: none; }

a.navLive:active {
  text-decoration: none; }

a.navLive:hover {
  text-decoration: none; }

div.main {
  position: relative;
  display: block;
  float: left;
  padding: 2.5rem 1.2rem 2.5rem 1.2rem;
  color: #f57d25;
  font-size: 1.6rem;
  font-family: "montserratregular", Arial, sans-serif;
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

.mainLive {
  position: relative;
  display: block;
  float: left;
  padding: 2.5rem 1.2rem 2.5rem 1.2rem;
  color: #f57d25;
  font-size: 1.6rem;
  font-family: "montserratextrabold", "Arial Bold", sans-serif;
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

/* CONTENT LINKS sub links  */
a.sub {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  line-height: 120%;
  padding: 12px 10px;
  border-style: dotted;
  border-color: #f57d25;
  border-width: 0px 0px 1px 0px;
  text-decoration: none;
  transition: 0.2s; }

a.sub:link {
  color: #fff;
  text-decoration: none; }

a.sub:visited {
  color: #fff;
  text-decoration: none; }

a.sub:active {
  color: #fff;
  text-decoration: none; }

a.sub:hover {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #f57d25; }

.dropDownVehicle {
  position: absolute;
  display: none;
  top: 6.5rem;
  margin: 0px 0px 0px -10px;
  width: inherit;
  background-color: #343434;
  z-index: 1010; }

#navClose {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  cursor: hand;
  transition: background-color .4s; }

#navClose p {
  margin-top: 50%;
  transform: translateY(-50%);
  color: #666666;
  font-size: 20px;
  text-align: center;
  line-height: 1; }

#navClose:hover {
  background-color: #f57d25; }

/*GENERAL*/
h1 {
  font-family: "montserratmedium", "Arial Bold", sans-serif;
  margin: 1rem 0rem 3rem 0rem;
  font-size: 3.6rem;
  line-height: 120%;
  color: #f57d25;
  text-align: left;
  font-weight: normal; }

h1.white {
  color: #FFFFFF; }

h1.grey {
  color: #a4a4a4; }

h1.thin {
  font-family: "montserratregular", Arial, sans-serif; }

h2 {
  margin: 4rem 0rem 3rem 0rem;
  font-size: 3rem;
  color: #141414;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  font-weight: normal;
  line-height: 120%; }

h2.grey {
  color: #a4a4a4; }

h2.thin {
  font-family: "montserratregular", Arial, sans-serif; }

h3 {
  margin: 3rem 0rem 2rem 0rem;
  font-size: 2.2rem;
  color: #696969;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  font-weight: normal;
  line-height: 120%; }

h4 {
  margin: 2.5rem 0rem 1rem 0rem;
  font-size: 1.7rem;
  color: #ff8e4d;
  font-family: "montserratmedium", "Arial Bold", sans-serif;
  font-weight: normal;
  line-height: 120%; }

p {
  padding: 0;
  margin: 0rem 0rem 15px 0rem;
  font-size: 1.6rem;
  color: #141414;
  font-family: "montserratregular", Arial, sans-serif;
  line-height: 170%;
  text-align: justify; }

p.center {
  text-align: center; }

div.intro {
  margin: 2rem auto;
  width: 70%; }

/* text-shadow: 2px 2px 2px rgba(0,0,0,0.26);*/
div.intro p {
  text-align: center;
  font-family: "montserratmedium", "Arial Bold", sans-serif; }

p.list_Tick {
  margin: .8rem 0rem;
  text-align: left;
  padding-left: 3rem;
  background-image: url("../images/tick.png");
  background-repeat: no-repeat;
  background-position: left 3px; }

p.download {
  padding: 3px 0px;
  margin: .8rem 0rem;
  text-align: left;
  padding-left: 3rem;
  background-image: url("../images/icon_Download.png");
  background-repeat: no-repeat;
  background-position: left 2px; }

hr {
  margin: 3rem 0rem;
  color: #f57d25;
  background-color: #f57d25; }

div.centerDiv {
  text-align: center; }

div.centerDiv p {
  text-align: center; }

div.centerDiv h1 {
  text-align: center; }

div.centerDiv h2 {
  text-align: center; }

div.centerDiv h3 {
  text-align: center; }

.center {
  text-align: center; }

.rel {
  position: relative; }

.bold {
  font-family: "montserratbold", "Arial Bold", sans-serif; }

.hidden {
  display: none; }

.overflowH {
  overflow: hidden; }

div.break {
  clear: both;
  height: .1rem; }

div.divider {
  padding-top: 2rem;
  margin-bottom: 2rem;
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: #696969; }

div.narrowCentre {
  width: 60%;
  margin: 0rem auto;
  text-align: center; }

div.narrowCentre p {
  text-align: center; }

a img {
  outline: none;
  border-style: none; }

img.content {
  width: 100%; }

.text-nowrap {
  white-space: nowrap; }

.white {
  color: #fff; }

.small {
  font-size: 1rem;
  line-height: 50%; }

ul.content {
  padding: 0;
  margin: 0rem 0rem 15px 0rem;
  font-size: 1.6rem;
  color: #141414;
  font-family: "montserratregular", Arial, sans-serif;
  line-height: 170%; }

ul.content li {
  padding-left: 1rem;
  margin-left: 2.5rem; }

div.ellipse {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.hide {
  display: none; }

.showInline {
  display: inline-block; }

.show {
  display: block; }

.breadcrumb {
  margin: 3rem 0px 6rem 0px;
  padding: 5px;
  background-color: #ff8e4d;
  border-radius: 1rem;
  font-size: 1.5rem;
  color: #FFFFFF; }

a.breadcrumb {
  display: inline-block;
  margin: 5px;
  font-size: 1.2rem;
  font-family: "montserratregular", Arial, sans-serif;
  color: #f57d25;
  text-decoration: none;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #ff8e4d;
  border-width: 1px;
  border-radius: 1rem;
  padding: .4rem .8rem;
  transition: all .4s; }

a.breadcrumb:link {
  color: #f57d25;
  text-decoration: none; }

a.breadcrumb:visited {
  color: #f57d25;
  text-decoration: none; }

a.breadcrumb:active {
  color: #f57d25;
  text-decoration: none; }

a.breadcrumb:hover {
  color: #f57d25;
  text-decoration: none;
  border-color: #fff; }

/* HOME */
/*SERVICES - HOME*/
.serviceWrapper {
  padding: 3rem 0rem;
  overflow: hidden;
  text-align: center; }

.service {
  display: inline-block;
  text-align: center;
  width: 19%; }

.service-circle {
  margin: 0rem auto;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-image: linear-gradient(#f57d25, #ff8e4d);
  text-align: center;
  cursor: pointer;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out; }

.service-circle p {
  margin: 0px;
  padding: 45% .3rem 0rem .3rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 15px; }

.service-circle:hover {
  transform: scale(1.05, 1.05); }

.service-circle-transfers {
  background-image: url("../images/serviceIcon_Airport.png"); }

.service-circle-camp {
  background-image: url("../images/serviceIcon_camp.png"); }

.service-circle-border {
  background-image: url("../images/serviceIcon_border.png"); }

.service-circle-transfers {
  background-image: url("../images/serviceIcon_transfers.png"); }

.service-circle-assistance {
  background-image: url("../images/serviceIcon_assistance.png"); }

.service-circle-unlimited {
  background-image: url("../images/serviceIcon_unlimited.png"); }

/*VEHICLE SLIDER*/
.sectionMap {
  width: 100%;
  background-image: url("../images/bg_CampingRental.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }

.innerPadding-vehicle {
  padding: 3rem 1.5rem 2.5rem 1.5rem; }

#vehicleSlide {
  width: 95%;
  margin: 2rem auto; }

.slider {
  width: 48rem;
  height: 65rem;
  text-align: center; }

/* border-style: solid; border: solid 1px red; */
.slider-padding {
  padding: 2rem 2rem; }

.slider-head {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  font-size: 3.4rem;
  line-height: 120%;
  color: #141414;
  text-align: center; }

.slider-head::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0rem;
  width: 100%;
  height: 5px;
  background-color: #f57d25; }

.slider-img {
  text-align: center; }

.slider-speech-bubble {
  position: relative;
  background: #FFFFFF;
  border-radius: 2rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4); }

.slider-speech-bubble:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: #FFFFFF;
  border-top: 0;
  margin-left: -20px;
  margin-top: -20px; }

.slider-speech-bubble p {
  margin: 0rem;
  padding: 3rem;
  color: #000000;
  font-size: 1.4rem;
  text-align: center; }

/*HOME QUOTE BUTTON*/
a.buttonQuote {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  font-family: "montserratbold_italic", Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #141414;
  background-image: linear-gradient(#141414, #343434);
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0px 0px 1px 0px;
  padding: 3rem 3rem;
  margin: 0rem;
  transition: all .4s; }

a.buttonQuote:link {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonQuote:visited {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonQuote:active {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonQuote:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-image: linear-gradient(#343434, #141414);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }

/* BUTTON FULL DOWNLOAD*/
a.buttonFull {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-family: "montserratbold_italic", Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #141414;
  background-image: linear-gradient(#f57d25, #ff8e4d);
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 0px 0px 1px 0px;
  padding: 3rem 3rem;
  margin: 0rem;
  transition: all .4s; }

a.buttonFull:link {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonFull:visited {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonFull:active {
  color: #FFFFFF;
  text-decoration: none; }

a.buttonFull:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-image: linear-gradient(#ff8e4d, #f57d25);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }

.buttonFull img {
  vertical-align: middle; }

/*  HOME MEDIA */
.sectionMedia {
  width: 100%;
  background-color: #141414;
  background-image: url("../images/bg_Namibia.jpg");
  background-size: cover; }

/* CONTENT */
.content-bubble {
  padding: 5rem;
  margin: 4rem 0rem;
  background-color: #FFFFFF;
  border-radius: 3rem;
  text-align: center;
  overflow: hidden; }

.content-bubble h1 {
  text-align: center; }

.content-bubble p {
  text-align: center; }

/* CAMPING CAR RENTAL */
.grid2 {
  width: 100%;
  /*L*/
  margin: 3rem auto 0 auto;
  /*L*/
  /* border-style: solid; L */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif; }

.grid2-container {
  /* column-width: 200px; */
  column-width: 33%;
  column-count: 3;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto; }

.grid2-container div {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  /* border: solid 2px black;
  padding: 5px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  border-radius: 5px; */
  transition: all .25s ease-in-out; }

.grid2-container div img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all .25s ease-in-out; }

/* VEHICLES */
.vehicleWrapper {
  width: 95%;
  margin: 0rem auto 4rem auto;
  padding: 4rem;
  background-color: #FFFFFF;
  border-radius: 6rem;
  box-shadow: 0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.4); }

.vehicle-colWrapper {
  width: 100%; }

.vehicle-colLeft {
  float: left;
  width: 48%; }

.vehicle-colRight {
  float: right;
  width: 48%; }

.vehicle-colRight img {
  float: right;
  margin: -7rem 1rem -6rem 1rem; }

.vehicle-specs {
  clear: both;
  padding-top: 2rem; }

.vehicle-button {
  margin: .5rem 0rem;
  text-align: right; }

.tblRates {
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: #FFFFFF;
  background-color: #696969; }

.tblRates td {
  color: #FFFFFF;
  padding: 2rem 2.5rem;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #FFFFFF; }

/* REVIEWS */
/* USER AREA - REVIEWS */
#bg_Reviews {
  z-index: -999;
  min-height: 100%;
  min-width: 1200px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden; }

#innerReviewContent {
  margin: 0;
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#innerReviewContent2 {
  width: 50%;
  padding: 5rem;
  margin: 0rem auto; }

/* GALLERY */
/* MEDIA IMAGES */
/* https://codepen.io/rperry1886/pen/KKwbQNP */
.mediaImages-desc {
  font-family: "montserratregular", Arial, sans-serif;
  font-size: 1.5rem;
  color: #696969; }

.mediaImages-client {
  font-family: "montserratmedium", "Arial Bold", sans-serif;
  font-size: 1.5rem;
  color: #f57d25; }

.grid {
  width: 100%;
  /*L*/
  margin: 3rem auto 0 auto;
  /*L*/
  /* border-style: solid; L */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif; }

.grid-container {
  /* column-width: 200px; */
  column-width: 33%;
  column-count: 3;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto; }

.grid-container div {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  /* border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    border-radius: 5px; */
  transition: all .25s ease-in-out; }

.grid-container div:hover img {
  filter: contrast(130%);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.grid-container div img {
  width: 100%;
  filter: contrast(100%);
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all .25s ease-in-out; }

.grid-container div p {
  margin: 5px 0;
  padding: 0; }

/* VIDEOS */
/* MEDIA VIDEOS */
/* https://www.youtube.com/watch?v=z3Y5gJWmVVU */
/* MAKE RESPONSIVE*/
.containerVideos {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 15px;
  align-items: flex-start;
  /* padding: 5px 5%; */ }

.vid-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0; }

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Thumbs */
.vid-list-container {
  height: 520px;
  overflow-y: scroll;
  padding: 10px;
  background-color: #f6f6f6; }

/* .vid-list-container::-webkit-scrollbar{
  width: 7px;
}

.vid-list-container::-webkit-scrollbar-track{
  background: #CCC;
  border-radius: 50px;
}

.vid-list-container::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 50px;
} */
.vid-item {
  align-items: center;
  background: #ebebeb;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.vid-item:hover {
  background: #DDD; }

.vid-item.active {
  background: #666; }

.vid-item .thumb img {
  width: 100%; }

#titleMain {
  /* https://kiranworkspace.com/ellipsis-to-multiline-text-in-css/ */
  margin: 20px 0px 5px 0px;
  font-size: 1.6rem;
  text-align: left;
  color: #343434;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  line-height: 120%; }

#descMain {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 130%;
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden; }

p.title {
  /* https://kiranworkspace.com/ellipsis-to-multiline-text-in-css/ */
  margin: 0px;
  font-size: 15px;
  text-align: left;
  color: #343434;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  line-height: 120%;
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

p.title.active {
  color: #FFF; }

p.desc {
  margin: 0px;
  font-size: 13px;
  line-height: 130%;
  text-align: left;
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

p.desc.active {
  color: #FFF; }

@media (max-width: 991px) {
  .containerVideos {
    margin-top: 2rem;
    grid-template-columns: 3fr 1fr;
    padding: 10px; }
  .vid-list-container {
    height: 400px; } }

@media (max-width: 768px) {
  .containerVideos {
    grid-template-columns: 1fr;
    padding: 10px; } }

/* REVIEWS */
.bubbleBloc {
  margin: 4rem 0rem;
  padding-left: 12rem;
  background-image: url("../images/guest.png");
  background-repeat: no-repeat;
  background-position: 0 5%; }

.bubble {
  position: relative;
  background: #FFFFFF;
  color: #141414;
  font-size: 20px;
  line-height: 120px;
  text-align: center;
  border-radius: 10px;
  padding: 4rem;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }

.bubble:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #FFFFFF;
  border-width: 15px 15px 15px 0;
  top: 17%;
  left: -15px;
  margin-top: -15px; }

.bubble p {
  color: #141414;
  margin: 0rem; }

.bubble p.client {
  margin-top: 4px;
  color: #f57d25;
  font-style: italic; }

.bubble p.client span {
  font-style: normal; }

/* CONTACT */
.contact-bubble {
  padding: 5rem;
  margin: 4rem 0rem;
  background-color: #FFFFFF;
  border-radius: 3rem;
  text-align: center;
  overflow: hidden; }

.contact-bubble h1 {
  text-align: center; }

.contact-bubble p {
  text-align: center; }

.contact-bubble--info {
  float: left;
  width: 32%;
  margin-left: 1%;
  text-align: center; }

.contact-bubble--info p {
  text-align: center; }

.contact-services {
  padding: 0rem 0rem 5rem 0rem; }

/* FOOTER */
.sectionFooter {
  width: 100%;
  padding: 4rem 0rem 5rem 0rem;
  min-height: 3rem;
  background-color: #313131;
  background-image: url("../images/bg_Footer.png");
  background-size: cover;
  background-position: top;
  border-style: solid;
  border-color: #696969;
  border-width: 2px 0px 0px 0px; }

.footerCol4Wrapper {
  width: 100%;
  overflow: hidden; }

.footerCol4 {
  float: left;
  width: 22%;
  margin-right: 3%; }

.footerCol4:last-child {
  float: right;
  width: 25%;
  margin-right: 0%; }

p.footerHead {
  font-family: "montserratbold", "Arial Bold", sans-serif;
  color: #f57d25;
  font-size: 1.6rem; }

p.footer {
  color: #FFFFFF;
  font-size: 1.4rem; }

p.footer a {
  font-size: 1.4rem; }

#footerLogo {
  float: right; }

p.footerCopy {
  margin-top: 6rem;
  color: #6a6a6a;
  font-size: 1.4rem;
  text-align: center; }

p.footerCopy a {
  font-size: 1.4rem; }

/*PANEL DROP */
/*faq*/
.panelHead_faq {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 2.2rem;
  margin-top: 0rem;
  background-color: #f57d25;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #FFFFFF;
  text-align: left;
  font-size: 1.6rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: .3s; }

.panelHead_faq:hover {
  background-color: #ff8e4d; }

.panelHead_faq p {
  margin: 0rem;
  padding: 2.8rem .5rem 0rem 2rem;
  font-family: "montserratmedium", "Arial Bold", sans-serif;
  text-align: left;
  line-height: 130%;
  color: #FFFFFF; }

.panelHead_faq p span {
  font-family: "montserratextrabold", "Arial Bold", sans-serif; }

.panel_faq {
  display: none;
  padding: 2.5rem 2rem 1.3rem 2rem;
  background-color: #ebebeb;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.panel_faq p {
  padding-left: 3rem;
  color: #141414; }

.panel_faq p span {
  font-family: "montserratextrabold", "Arial Bold", sans-serif; }

/*default*/
.panel {
  display: none;
  padding: 2rem;
  background-color: #ebebeb;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.panelInner {
  padding: 2rem; }

.panelHead {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 1.4rem;
  margin-top: 0rem;
  background-color: #343434;
  font-family: "montserratextrabold", "Arial Bold", sans-serif;
  line-height: 130%;
  color: #FFFFFF;
  border-style: solid;
  border-width: 3px 0px 3px 0px;
  text-align: left;
  font-size: 1.5rem;
  cursor: pointer;
  transition: .3s; }

.panelHead:hover {
  background-color: #696969; }

.panelHead p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
  font-family: "montserratextrabold", "Arial Bold", sans-serif;
  color: #FFFFFF;
  font-size: 1.5rem;
  margin: 0rem;
  line-height: 100%; }

.panelArrow {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem; }

.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg); }

.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1; }

.opened {
  opacity: 1; }
  .opened .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg); }
  .opened .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0; }

.plus {
  height: 4em;
  width: 4em;
  font-size: 1em; }

.plus {
  position: relative;
  width: 2.35em;
  height: 2.3em; }

.plus .horizontal {
  position: absolute;
  background-color: #FFFFFF;
  width: 18px;
  height: 4px;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -2px; }

.plus .vertical {
  position: absolute;
  background-color: #FFFFFF;
  width: 4px;
  height: 18px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -9px; }

/*PANEL2 DROP */
.panel2 {
  display: none;
  background-color: #FFFFFF;
  margin-top: -1rem;
  margin-bottom: 1rem; }

.panel2Inner {
  padding: 4rem; }

.panel2Head {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1.6rem;
  padding-left: 3rem;
  padding-right: 5rem;
  margin-top: 1rem;
  background-color: #f57d25;
  min-height: 5rem;
  font-family: "montserratbold", "Arial Bold", sans-serif;
  color: #FFFFFF;
  text-align: left;
  font-size: 1.8rem;
  border-radius: 12px 12px 12px 12px;
  cursor: pointer;
  transition: .3s; }

/*border: solid $color-orange 1px; */
.panel2Head:hover {
  background-color: #78736d; }

.panel2Arrow {
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 4rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  border-color: #FFFFFF;
  transform: rotate(135deg);
  transition: .3s; }

/* COOKIE BANNER */
#cookieBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 14px 5px 16px;
  background-image: url("../images/trans_Black.png");
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 1011; }

#cookieBanner p {
  margin: 0px;
  padding: 15px;
  color: #FFFFFF; }

#cookieBanner p.cookieButtons {
  margin: 0px;
  padding: 0px 15px;
  color: #FFFFFF; }

#cookieBanner button {
  margin: 0px;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: #696969;
  font-size: 16px;
  color: #FFFFFF;
  border-width: 0px;
  transition: all .3s; }

#cookieBanner button:hover {
  background-color: #bcbcbc; }

#cookieBanner button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  color: #FFFFFF;
  background-color: #f57d25;
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center; }

#cookieBanner button.accept:hover {
  background-color: #ff8e4d; }

button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: #f57d25;
  font-size: 16px;
  color: #FFFFFF;
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  transition: all .3s; }

button.accept:hover {
  background-color: #f57d25; }

.cookieHide {
  display: none; }

.cookieShow {
  display: block; }

.footerCookieChange {
  margin: 4rem 0rem 3rem 0rem; }

button.cookieChange {
  margin: 0px;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: transparent;
  font-size: 14px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  transition: all .3s; }

button.cookieChange:hover {
  background-color: #f57d25; }

/*SCROLL TO TOP */
.scrollToTop {
  display: none;
  width: 5rem;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  background-color: #f57d25;
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: .6rem;
  border-style: solid;
  cursor: pointer;
  cursor: hand;
  z-index: 100; }

.scrollToTop:hover {
  background-color: #343434; }

/*$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-vertical-small: 6rem;
$gutter-horizontal: 6rem;*/
/* MEDIA QUERIES ****************************************************************************/
@media (max-width: 1340px) {
  /*1280 + 60 - for side margins */
  /*Main Structural*/
  .innerWrapper {
    width: 100%; }
  #logoWrapper {
    position: absolute;
    width: 200px;
    top: -4.5rem;
    margin-left: 0rem;
    transform: translateX(0);
    z-index: 1000; }
  #logo {
    margin-left: 2rem; }
  #vehicleWrapper {
    bottom: -4rem;
    right: 0rem; }
  #vehicleWrapper img {
    width: 650px; }
  .sectionWhiteShade {
    min-height: 4rem;
    background-image: url("../images/gradient_Top_m.jpg"); }
  /* NAVIGATION */
  #menuWrapper {
    margin-right: 1rem; }
  /* SLIDE */
  #slideTextWrapper {
    top: 20rem; }
  #slideText {
    width: 50%;
    padding: 0rem 1rem 0rem 2rem; }
  #slideText-button {
    margin-left: 2rem; } }

@media only screen and (max-width: 1200px) {
  /*Main Structural*/
  #vehicleWrapper img {
    width: 550px;
    margin-right: -2rem; }
  /*GENERAL*/
  div.narrowCentre {
    width: 80%; }
  /* USER AREA - REVIEWS */
  #innerReviewContent2 {
    width: 70%;
    padding: 3rem; } }

@media only screen and (max-width: 1150px) {
  /* NAVIGATION */
  #menuIcon {
    display: block; }
  #navClose {
    display: block; }
  #menuWrapper {
    position: absolute;
    margin-top: 0px;
    top: 0rem;
    left: -2rem;
    width: 0px;
    height: 100%;
    padding: 1rem 1rem 1rem 1rem;
    background-color: transparent;
    background-image: url("../images/trans_Black.png");
    overflow-x: hidden;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    z-index: 1010; }
  #navDiv {
    position: relative;
    width: 100%;
    margin-top: 5rem; }
  a.nav {
    display: block;
    float: none;
    padding: 1px 10px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #fff;
    font-size: 1.5rem;
    font-family: "montserratregular", Arial, sans-serif;
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    transition: 0.3s;
    line-height: 120%; }
  a.nav:link {
    color: #fff;
    text-decoration: none; }
  a.nav:visited {
    color: #fff;
    text-decoration: none; }
  a.nav:active {
    color: #fff;
    text-decoration: none; }
  a.nav:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1, 1);
    transform: translateX(8px); }
  a.navLive {
    display: block;
    float: none;
    padding: 1px 12px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #fff;
    font-size: 1.5rem;
    font-family: "montserratbold", "Arial Bold", sans-serif;
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    transition: 0.3s;
    line-height: 120%; }
  a.nav:hover:after, div.nav:hover:after {
    width: 0%; }
  /* MAIN PIC */
  #mainPic {
    height: 40rem; }
  #mainPicTextWrapper {
    top: 22rem; }
  /*GENERAL*/
  div.intro {
    width: 96%; } }

@media only screen and (max-width: 1120px) {
  /*SLIDE*/
  #slideWrapper {
    height: 50rem; }
  #slideWrapper2 {
    height: 50rem; }
  #slideText {
    width: 75%; }
  /*MAIN STRUCTURAL DIVS*/
  .col4 {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .col4:last-child {
    margin-right: auto; }
  /*VEHICLE SLIDER*/
  .slider {
    width: 40rem;
    height: 65rem;
    text-align: center; }
  /* border-style: solid; border: solid 1px red; */
  .slider-padding {
    padding: 2rem 2rem; }
  .slider-head {
    font-size: 2.8rem; }
  .slider-img img {
    width: 350px; }
  /* VEHICLES */
  .vehicle-colRight img {
    margin: -7rem -3rem -6rem 1rem; } }

@media only screen and (max-width: 1050px) {
  /*MAIN STRUCTURAL DIVS*/
  .sectionLandscape {
    background-image: url("../images/bg_Landscape_M.jpg"); }
  .sectionLandscapeDark {
    background-image: url("../images/bg_LandscapeDark_M.jpg"); }
  /* MAIN PIC */
  .sunset {
    background-image: url("../images/pic_Sunset_M.jpg"); }
  .fleet {
    background-image: url("../images/pic_rentalFleet_M.jpg"); }
  .elephants {
    background-image: url("../images/pic_Elephants_M.jpg"); }
  .kokerboom {
    background-image: url("../images/pic_Kokerboom_M.jpg"); }
  .waterberg {
    background-image: url("../images/pic_Waterberg_M.jpg"); }
  .namibia {
    background-image: url("../images/pic_Namibia_M.jpg"); }
  .wildlife {
    background-image: url("../images/pic_Wildlife_M.jpg"); }
  /*BG*/
  .sectionMedia {
    background-image: url("../images/bg_Namibia_M.jpg"); }
  .sectionFooter {
    background-image: url("../images/bg_Footer_M.png"); }
  /* VEHICLES */
  .vehicle-colRight img {
    margin: -7rem -7rem -6rem 1rem; } }

@media only screen and (max-width: 1000px) {
  /*MAIN STRUCTURAL DIVS*/
  .innerPadding2 {
    padding: 4rem 2.5rem 4.5rem 2.5rem; }
  /*SLIDE*/
  #slideWrapper {
    height: auto; }
  /* overflow: auto; */
  #slideWrapper2 {
    height: 50rem; }
  /* overflow: auto; */ }

@media only screen and (max-width: 950px) {
  /*GENERAL*/
  div.narrowCentre {
    width: 100%; }
  /*SERVICES - HOME*/
  .serviceWrapper {
    padding: 1rem 0rem; }
  .service {
    display: inline-block;
    text-align: center;
    width: 19%; }
  .service-circle {
    width: 120px;
    height: 120px; }
  .service-circle p {
    padding: 45% .3rem 0rem .3rem;
    font-size: 1.3rem;
    background-position: center 12px; }
  /*VEHICLE SLIDER*/
  .slider {
    width: 30rem;
    height: 55rem;
    text-align: center; }
  /* border-style: solid; border: solid 1px red; */
  .slider-img img {
    width: 290px; }
  .slider-speech-bubble p {
    padding: 2rem;
    font-size: 1.3rem; }
  /* VEHICLES */
  .vehicle-colRight img {
    width: 380px; }
  /* USER AREA - REVIEWS */
  #innerReviewContent {
    width: 60%; }
  #innerReviewContent2 {
    width: 80%; } }

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 3.2rem; }
  h2 {
    font-size: 2.6rem; }
  h3 {
    font-size: 2rem; }
  h4 {
    font-size: 1.6rem; }
  p {
    font-size: 1.4rem; }
  a {
    font-size: 1.4rem; }
  ul.content {
    font-size: 1.4rem; }
  /* MAIN PIC */
  #mainPic {
    height: 38rem; }
  #mainPicTextWrapper {
    top: 21rem; }
  #mainPicText {
    font-size: 3.8rem; }
  #mainPicText-sub {
    font-size: 1.6rem; }
  /*SLIDE*/
  #slide {
    height: 500px; }
  #slideTextWrapper {
    top: 14rem; }
  #slideText {
    width: auto;
    font-size: 3.8rem; }
  #slideText span {
    font-size: 1.6rem; }
  /*Main Structural*/
  #logo {
    width: 130px; }
  #vehicleWrapper {
    bottom: -4rem;
    right: 0rem; }
  #vehicleWrapper img {
    width: 450px; }
  /*PANEL DROP */
  .panelHead {
    font-size: 1.4rem; }
  /* VEHICLES */
  .vehicle-colRight img {
    width: 330px;
    margin: -7rem -2rem -6rem 1rem; } }

@media only screen and (max-width: 800px) {
  /*MAIN STRUCTURAL DIVS*/
  .col3 {
    float: none;
    width: 70%;
    margin: 2rem auto; }
  .col3:last-child {
    margin: 2rem auto; }
  /* REVIEWS */
  .bubbleBloc {
    margin: 3rem 0rem;
    padding-left: 8rem; } }

@media only screen and (max-width: 760px) {
  /*VEHICLE SLIDER*/
  .sectionMap {
    background-image: url("../images/bg_CampingRental_M.jpg"); }
  .slider {
    width: 40rem; }
  /* border-style: solid; border: solid 1px red; */
  .slider-padding {
    padding: 2rem 2rem; }
  .slider-head {
    font-size: 2.8rem; }
  .slider-img img {
    width: 350px; }
  /* VEHICLES */
  .vehicleWrapper {
    width: 98%;
    padding: 3rem;
    border-radius: 4rem; }
  .vehicle-colLeft {
    float: none;
    width: 100%; }
  .vehicle-colRight {
    float: none;
    width: 100%;
    text-align: center; }
  .vehicle-colRight img {
    float: none;
    width: 300px;
    margin: .5rem auto; }
  /* Thumbs */
  .vid-list-container {
    height: 220px;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    background-color: grey;
    white-space: nowrap; }
  .vid-item {
    display: inline-block;
    vertical-align: top;
    width: 18rem;
    align-items: left;
    background: transparent;
    color: #FFFFFF;
    border-style: none;
    padding: 0px; }
  p.title {
    -webkit-line-clamp: 1; }
  p.desc {
    -webkit-line-clamp: 1; } }

@media only screen and (max-width: 700px) {
  /*Main Structural*/
  #vehicleWrapper img {
    width: 400px;
    margin-right: -2rem; }
  /*SLIDE*/
  #slideText {
    font-size: 3.2rem; }
  #slideText span {
    font-size: 1.5rem; }
  /* MAIN PIC */
  #mainPic {
    height: 34rem; }
  #mainPicTextWrapper {
    top: 20rem; }
  #mainPicText {
    font-size: 3.2rem; }
  #mainPicText-sub {
    font-size: 1.5rem; }
  /*FOOTER*/
  .footerCol4 {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3.5rem;
    text-align: center; }
  .footerCol4:last-child {
    float: none;
    width: 100%;
    margin-right: 0%; }
  p.footerHead {
    font-size: 1.5rem;
    text-align: center; }
  p.footer {
    text-align: center; }
  #footerLogo {
    float: none;
    width: 120px; } }

@media only screen and (max-width: 680px) {
  /*MAIN STRUCTURAL DIVS*/
  .colLeft {
    float: none;
    width: 100%;
    margin: 0px auto 10px auto; }
  .colRight {
    float: none;
    width: 100%;
    margin: 10px auto 0px auto; }
  /*SERVICES - HOME*/
  .service-circle {
    width: 100px;
    height: 100px; }
  .service-circle p {
    padding: 55% .3rem 0rem .3rem;
    font-size: 1rem;
    background-position: center 7px; }
  /* CONTENT */
  .content-bubble {
    padding: 3rem; }
  /* CONTACT */
  .contact-bubble {
    padding: 3rem; }
  .contact-bubble--info {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 2.5rem; } }

@media only screen and (max-width: 600px) {
  /* CAMPING CAR RENTAL */
  .grid2-container {
    column-width: 100%;
    column-count: 1;
    column-gap: 0rem; }
  /* USER AREA - REVIEWS */
  #innerReviewContent {
    width: 80%; }
  #innerReviewContent2 {
    width: 100%; } }

@media only screen and (max-width: 550px) {
  h1 {
    font-size: 2.8rem; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 1.8rem; }
  h4 {
    font-size: 1.5rem; }
  /*SLIDE*/
  #slide {
    height: 400px; }
  #slideTextWrapper {
    width: 100%;
    top: 9rem;
    text-align: center; }
  #slideText {
    font-size: 3.2rem;
    text-align: center;
    margin: 0rem; }
  #slideText span {
    font-size: 1.5rem; }
  #slideText-button {
    margin-left: 0rem; }
  /* MAIN PIC */
  #mainPic {
    height: 32rem; }
  #mainPicTextWrapper {
    top: 13rem; }
  #mainPicText {
    width: 100%;
    text-align: center; }
  #mainPicText-sub {
    text-align: center; }
  /*MAIN STRUCTURAL DIVS*/
  .innerPadding2 {
    padding: 4rem 1rem 4.5rem 1rem; }
  .innerPadding {
    padding: 2rem 1.5rem 2.5rem 1.5rem; }
  .sectionLandscape {
    background-image: url("../images/bg_Landscape_S.jpg"); }
  .sectionLandscapeDark {
    background-image: url("../images/bg_LandscapeDark_S.jpg"); }
  .col3 {
    width: 100%; }
  #logo {
    width: 110px; }
  #vehicleWrapper {
    bottom: -4rem; }
  #vehicleWrapper img {
    width: 300px; }
  /*  margin-right: -1rem;*/
  /*NAVIGATION*/
  #menuIcon {
    right: 1rem; }
  /*HOME QUOTE BUTTON*/
  a.buttonQuote {
    font-size: 1.6rem;
    padding: 2rem 3rem; }
  /*SERVICES - HOME*/
  .sectionMap {
    background-image: url("../images/bg_CampingRental_S.jpg"); }
  .serviceWrapper {
    padding: 3rem 0rem .8rem 0rem;
    overflow: hidden;
    text-align: center; }
  .service {
    width: 30%; }
  .service-circle {
    width: 90px;
    height: 90px; }
  .service-circle span {
    display: none; }
  /* MAIN PIC */
  .sunset {
    background-image: url("../images/pic_Sunset_S.jpg"); }
  .fleet {
    background-image: url("../images/pic_rentalFleet_S.jpg"); }
  .kokerboom {
    background-image: url("../images/pic_Kokerboom_S.jpg"); }
  .elephants {
    background-image: url("../images/pic_Elephants_S.jpg"); }
  .waterberg {
    background-image: url("../images/pic_Waterberg_S.jpg"); }
  .namibia {
    background-image: url("../images/pic_Namibia_S.jpg"); }
  .wildlife {
    background-image: url("../images/pic_Wildlife_S.jpg"); }
  /*BG*/
  .sectionMedia {
    background-image: url("../images/bg_Namibia_S.jpg"); }
  .sectionFooter {
    background-image: url("../images/bg_Footer_S.png"); }
  /*VEHICLE SLIDER*/
  .slider {
    width: 30rem; }
  /* border-style: solid; border: solid 1px red; */
  .slider-padding {
    padding: 1rem 1.2rem; }
  .slider-head {
    font-size: 2.4rem; }
  .slider-img img {
    width: 300px; }
  /*PANEL2 DROP */
  .panel2Inner {
    padding: 2rem; } }

@media only screen and (max-width: 520px) {
  /* MEDIA IMAGES - GALLERY */
  /* https://codepen.io/rperry1886/pen/KKwbQNP */
  .mediaImages-desc {
    font-size: 1.4rem; }
  .mediaImages-client {
    font-size: 1.4rem; }
  .grid-container {
    /* column-width: 200px; */
    column-width: 50%;
    column-count: 2;
    column-gap: 1rem; }
  /* REVIEWS */
  .bubbleBloc {
    margin: 0rem 0rem 2rem 0rem;
    padding-top: 6rem;
    padding-left: 0rem;
    background-position: 0 0; }
  .bubble {
    padding: 3rem; }
  .bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #000000 transparent;
    border-color: #FFFFFF transparent;
    border-width: 0 15px 15px;
    top: -15px;
    left: 20%;
    margin-left: -15px;
    margin-top: 0px; } }

@media only screen and (max-width: 450px) {
  /*MAIN STRUCTURAL DIVS*/
  #vehicleWrapper img {
    width: 280px; }
  .slider {
    margin-left: 5%;
    width: 30rem; }
  /* VEHICLES */
  .vehicleWrapper {
    padding: 2rem; }
  .vehicle-colRight img {
    float: none;
    width: 70%; }
  #innerReviewContent2 {
    padding: 2rem; } }

@media only screen and (max-width: 400px) {
  /*PANEL DROP */
  .panel {
    padding: 1.5rem; }
  .panelInner {
    padding: 1.5rem; }
  .panelHead {
    font-size: 1.4rem; }
  .panel2Head {
    font-size: 1.5rem;
    padding-left: 1.5rem; }
  .plus .horizontal {
    width: 16px;
    height: 3px;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1.5px; }
  .plus .vertical {
    width: 3px;
    height: 16px;
    left: 50%;
    margin-left: -1.5px;
    top: 50%;
    margin-top: -8px; }
  /* CONTACT */
  .contact-bubble {
    padding: 2rem;
    margin: 2rem 0rem; }
  .contact-services {
    padding: 0rem 0rem 4rem 0rem; } }

@media only screen and (max-width: 350px) {
  /*VEHICLE SLIDER*/
  .slider {
    width: 25rem; }
  /* border-style: solid; border: solid 1px red; */
  .slider-img img {
    width: 250px; } }
