/*$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: "open_sansregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #454545;
  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: #b10000;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }

a.buttonSmallRed {
  float: right;
  margin-left: 4rem;
  font-size: 1.2rem;
  font-family: "open_sansregular", 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.buttonSearch {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #603913;
  text-decoration: none;
  background-image: url("../images/icon_Search.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0rem 0rem 0rem 2rem;
  margin: 0rem 1rem 0rem 0rem;
  transition: all .4s; }

a.buttonSearch:link {
  color: #603913;
  text-decoration: none; }

a.buttonSearch:visited {
  color: #603913;
  text-decoration: none; }

a.buttonSearch:active {
  color: #603913;
  text-decoration: none; }

a.buttonSearch:hover {
  color: #603913;
  text-decoration: none;
  opacity: 0.5; }

/*Button Black General link button*/
a.buttonLightBrown {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "open_sansbold", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #e5caa4;
  border-radius: 1.6rem;
  padding: 1.5rem 2.6rem;
  margin: .5rem;
  transition: all .4s; }

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

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

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

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

a.buttonGreen {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "open_sansbold", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #496d6f;
  border-radius: 1.6rem;
  padding: 1.5rem 2.6rem;
  margin: .5rem;
  transition: all .4s; }

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

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

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

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

/*Button Blue General button, submit button*/
/*Button Black General link button*/
a.buttonBrown {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "open_sansbold", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #a27532;
  border-radius: 1.6rem;
  padding: 1.5rem 2.6rem;
  margin: .5rem;
  transition: all .4s; }

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

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

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

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

/*Button Green General button, browse button*/
.buttonSubmit {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #496d6f;
  border-radius: .6rem;
  padding: 1.2rem 2rem;
  border-style: none;
  transition: all .4s; }

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

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

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

.buttonSubmit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #70a7aa;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

/* 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: .8rem;
  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: "open_sanssemi", Arial, sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
  color: #fff; }

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

.formInputRadio {
  font-family: "open_sansregular", Arial, sans-serif;
  color: #454545;
  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(233, 182, 112, 0.85);
  outline: none; }

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

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

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

#refresh:hover {
  color: #e5caa4; }

/*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: #6f6f6f;
  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*/
.errorBG {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4px;
  border-radius: 4px; }

/*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: #6f6f6f;
  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: #454545;
  font-size: 1.7rem; }

/*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: #454545; }

/*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; }

/* FONT - Generated by Font Squirrel (http://www.fontsquirrel.com) America/New_York */
@font-face {
  font-family: 'open_sansregular';
  src: url("../Fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanslight';
  src: url("../Fonts/OpenSans-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("../Fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemi';
  src: url("../Fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansxtra';
  src: url("../Fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  background-color: #603913; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.whiteUnderline:hover {
  color: #fff;
  text-decoration: underline;
  font-family: "open_sanssemi", Arial, sans-serif; }

/*MAIN STRUCTURAL DIVS*/
#header {
  width: 100%;
  background-color: #FFFFFF;
  height: auto; }

#logoDiv {
  position: absolute;
  margin: 8px 5px 5px 5px;
  z-index: 1001; }

#buttonWADiv {
  position: fixed;
  width: 170px;
  height: 42px;
  bottom: 4.8rem;
  right: 0rem;
  z-index: 2000; }

#buttonWADiv:hover {
  opacity: 0.9;
  cursor: pointer;
  cursor: hand; }

#buttonWADiv-pic {
  width: 170px;
  height: 45px;
  background-image: url("../images/button_Whatsapp.png");
  background-repeat: no-repeat; }

#curveDiv {
  width: 100%;
  position: absolute;
  bottom: -3px; }

#curveDivFooter {
  width: 100%;
  position: absolute;
  bottom: -4px; }

#topBar {
  position: absolute;
  height: 4rem;
  right: 10px;
  top: 10px; }

#topBar-search {
  float: left;
  margin-top: .5rem;
  margin-right: 1rem; }

#socialMediaDiv {
  display: inline-block; }

#socialMediaDiv a {
  line-height: 120%;
  opacity: 0.6;
  transition: .3s; }

#socialMediaDiv a:hover {
  opacity: 1; }

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

.innerPadding {
  padding: 3rem 1.5rem 3.5rem 1.5rem; }

.innerPadding2 {
  padding: 5rem 1.5rem 5.5px 1.5rem; }

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

.sectionBrownDune {
  width: 100%;
  background-color: #90693a;
  background-image: url("../images/bg_Dune.jpg");
  background-size: cover;
  background-position: top center; }

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

.sectionBrownLandscape {
  width: 100%;
  background-color: #c0904b;
  background-image: url("../images/bg_BrownLandscape.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

.sectionBooking {
  width: 100%;
  background-color: #c0904b;
  background-image: url("../images/bg_QuiverTree.jpg");
  background-size: cover;
  background-position: top center; }

/* background-attachment: fixed; url('../images/bg_Landscape.jpg');*/
.sectionBGPic {
  width: 100%;
  height: 65rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.sectionBGPic-elephants {
  background-image: url("../images/bgPic_Elephants.jpg"); }

.sectionBGPic-road {
  background-image: url("../images/bgPic_RoadTravel.jpg"); }

.sectionBGPic-sunset {
  background-image: url("../images/bgPic_Sunset.jpg"); }

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

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

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

.col3 {
  float: left;
  width: 33%; }

/* NAVIGATION */
#menuWrapper {
  position: relative;
  padding-top: 0rem;
  height: 12rem; }

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

#navDiv {
  position: relative;
  margin-top: 9.5rem;
  float: right; }

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

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

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

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

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

a.navLive {
  position: relative;
  display: block;
  float: left;
  padding: 1px 10px 12px 10px;
  color: #c0904b;
  font-size: 1.6rem;
  font-family: "open_sansbold", Arial, 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: 1px 10px 12px 10px;
  color: #454545;
  font-size: 1.6rem;
  font-family: "open_sansbold", Arial, sans-serif;
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

.mainLive {
  position: relative;
  display: block;
  float: left;
  padding: 1px 10px 12px 10px;
  color: #c0904b;
  font-size: 1.6rem;
  font-family: open_sansbold;
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

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

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

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

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

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

.dropDown {
  position: absolute;
  display: none;
  top: 3.8rem;
  margin: 0px 0px 0px -30rem;
  padding: 1rem;
  width: 48rem;
  overflow: hidden;
  background-color: #454545;
  z-index: 1010; }

.dropLeft {
  width: 47%;
  float: left; }

.dropRight {
  width: 47%;
  float: right; }

.dropDownMedia {
  position: absolute;
  display: none;
  top: 2.5rem;
  margin: 0px 0px 0px -10px;
  width: inherit;
  background-color: #fff;
  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: #e5caa4; }

/*MAIN PIC*/
.mainPic {
  width: 100%;
  height: 60rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center; }

/*58*/
#mainPic-Home {
  background-image: url("../images/main_NamibiaDesert.jpg"); }

#mainPic-Travel {
  background-image: url("../images/main_Travel.jpg"); }

#mainPic-Fleet {
  background-image: url("../images/main_NamibiaDesert2.jpg"); }

#mainPic-Quad {
  background-image: url("../images/main_QuadSwakopmund.jpg"); }

#mainPic-Jimny {
  background-image: url("../images/main_JimnyNamibia.jpg"); }

#mainPic-Bakkie {
  background-image: url("../images/main_DCBakkie.jpg"); }

#mainPic-Rover {
  background-image: url("../images/main_LandRover.jpg"); }

#mainPic-Silhouette {
  background-image: url("../images/main_Silhouette.jpg"); }

#mainPic-Waterberg {
  background-image: url("../images/main_Waterberg.jpg"); }

#mainPic-MountainLand {
  background-image: url("../images/main_mountainLandscape.jpg"); }

#mainPic-Sossusvlei {
  background-image: url("../images/main_Sossusvlei.jpg"); }

#mainPic-Spitzkoppe {
  background-image: url("../images/main_SafariTours.jpg"); }

.mainPicNone {
  width: 100%;
  height: 17rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center; }

/*58*/
#mainPicNone-Grey {
  background-image: url("../images/main_Grey.jpg"); }

h1 {
  padding-top: 21rem;
  margin: 0rem 1rem;
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 4.2rem;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35); }

h1#mainPic-txt-noHead {
  padding-top: 12rem; }

h1 span {
  font-family: "open_sanslight", Arial, sans-serif; }

h1 span.small {
  font-family: "open_sanslight", Arial, sans-serif;
  font-size: 1.4rem;
  background-color: #496d6f;
  padding: 4px 6px;
  border-radius: 2px; }

h1 img {
  vertical-align: middle; }

/*GENERAL*/
h2 {
  margin: 0rem 0rem 3.5rem 0rem;
  font-size: 3.2rem;
  color: #2b2b2b;
  font-family: "open_sansbold", Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

h2 span {
  font-family: "open_sanslight", Arial, sans-serif; }

h2 span.sub {
  font-size: 1.6rem;
  font-family: "open_sanssemi", Arial, sans-serif;
  color: #90693a; }

h2.marginTop50 {
  margin-top: 5rem; }

h2.white {
  color: #fff; }

h2.green {
  color: #496d6f; }

h2.brownSurround {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: #c0904b;
  padding: 1rem 1.5rem;
  border-radius: .6rem;
  color: #FFFFFF; }

h3 {
  margin: 2.5rem 0rem 1.5rem 0rem;
  font-size: 2.2rem;
  color: #343434;
  font-family: "open_sansbold", Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

h4 {
  margin: 2.5rem 0rem 1rem 0rem;
  font-size: 1.8rem;
  color: #454545;
  font-family: "open_sanssemi", Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

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

p.center {
  text-align: center; }

p.leftA {
  text-align: left; }

p.caption {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  font-style: italic; }

p.intro {
  color: #FFFFFF;
  font-family: "open_sanssemi", Arial, sans-serif;
  font-size: 2.2rem; }

p.introPages {
  color: #FFFFFF;
  font-family: "open_sanssemi", Arial, sans-serif;
  font-size: 1.8rem; }

p.funFact {
  font-size: 1.3rem;
  font-style: italic; }

p.funFact span {
  font-family: "open_sansbold", Arial, sans-serif; }

p.funFact-intro {
  color: #e5caa4;
  text-align: center; }

p.funFact-dark {
  color: #343434;
  font-size: 1.4rem;
  font-style: italic;
  text-align: left; }

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

div.centerDiv {
  text-align: center; }

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

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

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

.marginBottom80 {
  margin-bottom: 80px !important; }

.center {
  text-align: center; }

.rel {
  position: relative; }

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

.hidden {
  display: none; }

img.middle {
  vertical-align: middle; }

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }

ol p {
  font-size: 1.4rem; }

ol ul {
  font-size: 1.4rem; }

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  padding: 0;
  margin: 0rem 0rem 15px 2rem;
  font-size: 1.4rem;
  color: #343434;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-align: justify; }

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em; }

li ol > li {
  margin: 0; }

li ol > li:before {
  content: counters(item, ".") " "; }

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

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

div.textCenter2 {
  width: 70%;
  margin: 1rem auto; }

div.textCenter2 p {
  text-align: center;
  font-size: 1.8rem; }

div.textCenter2 p.white {
  color: #fff; }

.center {
  text-align: center; }

.centerDiv {
  margin: 0px auto; }

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

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

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

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

div.narrow {
  width: 60%;
  margin: 0rem auto; }

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 {
  padding: 0;
  margin: 0rem 0rem 15px 2rem;
  font-size: 1.6rem;
  color: #343434;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-align: justify; }

.hide {
  display: none; }

.showInline {
  display: inline-block; }

.show {
  display: block; }

.pad10 {
  padding: 1rem; }

.padBottom60 {
  padding-bottom: 6rem; }

.padBottom80 {
  padding-bottom: 8rem; }

.top {
  margin-top: 0px; }

p.top {
  margin-top: 0px; }

div.top {
  margin-top: 0px; }

.noteBoldTrans {
  display: block;
  padding: 2rem;
  margin: 4rem 0rem;
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 1.4rem;
  background-image: url("../images/trans_White.png");
  border-radius: 1rem; }

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

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

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

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

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

a.breadcrumb:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #90693a; }

.breadcrumb2 {
  margin: 3rem 0px 6rem 0px;
  padding: 5px;
  background-color: #E5E5E5;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #6f6f6f; }

a.breadcrumb2 {
  display: inline-block;
  margin: 5px;
  font-size: 1.2rem;
  font-family: "open_sansregular", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #c0c0c0;
  border-radius: 1rem;
  padding: .4rem .8rem;
  transition: all .4s; }

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

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

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

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

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  /* Additional css `propery: value;` pairs here */ }

/*PANEL DROP */
.panel {
  display: none;
  background-color: #90693a;
  color: #FFFFFF;
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.panel p {
  color: #FFFFFF; }

.panelInner {
  padding: 2rem; }

.panelHead {
  position: relative;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  padding-right: 5rem;
  margin-top: 1rem;
  background-color: #f3f3f3;
  min-height: 6rem;
  font-family: "open_sanssemi", Arial, sans-serif;
  color: #2b2b2b;
  text-align: center;
  font-size: 1.9rem;
  cursor: pointer;
  transition: .3s; }

.panelHead.faq {
  font-size: 1.7rem; }

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

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

/* HOME */
.jimny-Pic {
  width: 100%;
  margin-top: 0rem; }

.col3-jimney {
  float: left;
  width: 33%; }

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

.jimny-BlocFlexWrapper {
  column-width: 25%;
  column-count: 4;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto; }

.jimny-Bloc {
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #90693a;
  color: #d8d8d8;
  text-align: center;
  transition: .3s;
  min-height: 30rem; }

.jimny-Bloc p {
  color: #d8d8d8;
  text-align: center; }

.jimny-Bloc-head {
  font-family: "open_sansbold", Arial, sans-serif;
  text-align: center;
  font-size: 1.8rem; }

.jimny-Bloc-txt {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.2rem; }

/* ISUZU - flex */
.isuzu-Pic {
  width: auto; }

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

.isuzu-BlocFlexWrapper {
  column-width: 33%;
  column-count: 3;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto; }

/* OFFER - home */
.offerWrapper {
  width: 70%;
  margin: 3rem auto;
  column-count: 2;
  column-gap: 4rem; }

p.offerIntro {
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 5rem; }

p.offer {
  display: block;
  padding-left: 5rem;
  height: 6rem;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: left;
  background-repeat: no-repeat;
  break-inside: avoid-column; }

.offer-personal {
  background-image: url("../images/iconOffer_service.png"); }

.offer-support {
  background-image: url("../images/iconOffer_support.png"); }

.offer-fleet {
  background-image: url("../images/iconOffer_fleet.png"); }

.offer-itinerary {
  background-image: url("../images/iconOffer_itinerary.png"); }

.offer-box {
  background-image: url("../images/iconOffer_box.png"); }

.offer-transfer {
  background-image: url("../images/iconOffer_transfer.png"); }

.offer-camp {
  background-image: url("../images/iconOffer_camp.png"); }

.offer-cost {
  background-image: url("../images/iconOffer_cost.png"); }

/*ELEPHANT*/
.sectionElephant {
  width: 100%;
  min-height: 508px;
  background-color: #FFFFFF;
  background-image: url("../images/bg_Elephant.jpg"), url("../images/bg_ElephantGradient.jpg");
  background-repeat: no-repeat, repeat-x;
  background-position: bottom left, bottom; }

.elephantTxt {
  margin: 3rem 2rem 2rem 60%; }

/* REVIEWS - HOME - override */
div#reviewWrapper {
  padding: 6rem 0rem 8rem 0rem; }

.review-seemore {
  margin-bottom: 3rem;
  text-align: center; }

.grw-net-widget-carousel .grw-net-comment {
  padding: 2rem !important; }

.grw-net-widget-carousel .grw-net-comment-main-text .grw-net-text {
  font-size: 1.5rem !important; }

.grw-net-widget-carousel .grw-net-comment-author {
  font-size: 1.5rem !important; }

.grw-net-widget-carousel .grw-net-comment-date {
  font-size: 1.4rem !important; }

.grw-net-widget-carousel .grw-net-comment-more-less {
  font-size: 1.5rem !important; }

a.grw-net-widget-carousel-bottom:visited {
  color: #f6dab3 !important; }

a.grw-net-widget-carousel-bottom .grw-net-text {
  font-size: 1.5rem !important;
  color: #f6dab3 !important; }

div#reviewWrapperMain {
  padding: 3rem 0rem 6rem 0rem; }

.grw-net-widget-more .grw-net-widget-more-drop {
  padding: 4rem !important; }

.grw-net-widget-more-comment-row:not(:last-child) {
  padding-bottom: 3rem !important; }

.grw-net-widget-more-comment-row {
  padding-top: 3rem !important; }

.grw-net-text {
  font-size: 1.5rem !important; }

.grw-net-comment-date {
  font-size: 1.5rem !important; }

.grw-net-widget-more .grw-net-text-large {
  font-size: 2rem !important; }

.grw-net-widget-more-head-bottom .grw-net-text {
  font-size: 1.5rem !important; }

.grw-net-widget-more-comment-row-author {
  font-size: 1.4rem !important; }

/*MEDIA - home */
.media-BlocFlex {
  width: 100%;
  /*L*/
  margin: 10rem auto 8rem auto;
  /*L*/
  /* border-style: solid; L */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif; }

.media-BlocFlexWrapper {
  column-width: 33%;
  column-count: 3;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto; }

.media-Bloc {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: center;
  overflow: hidden; }

.media-Bloc-head {
  font-family: "open_sanssemi", Arial, sans-serif;
  color: #FFFFFF;
  padding-left: 5rem;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 2.4rem; }

.media-Bloc-headBlog {
  background-image: url("../images/iconMedia_Blog.png"); }

.media-Bloc-headClients {
  background-image: url("../images/iconMedia_Clients.png"); }

.media-Bloc-headVideos {
  background-image: url("../images/iconMedia_Videos.png"); }

.media-Bloc-image {
  position: relative;
  height: 30rem;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
  cursor: hand; }

.media-Bloc-image:hover {
  transform: scale(1.03); }

.media-Bloc-txt {
  position: absolute;
  bottom: 1rem;
  margin: 1rem;
  font-family: "open_sanssemi", Arial, sans-serif;
  color: #FFF;
  font-size: 1.6rem;
  text-align: left;
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal; }

.media-Bloc-button {
  display: block;
  font-size: 1.4rem;
  font-family: "open_sansbold", Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #496d6f;
  border-radius: 0rem 0rem 1.6rem 1.6rem;
  padding: 1.5rem 2.6rem;
  margin: 0rem;
  transition: all .4s; }

a.media-Bloc-button:link {
  color: #fff;
  text-decoration: none; }

a.media-Bloc-button:visited {
  color: #fff;
  text-decoration: none; }

a.media-Bloc-button:active {
  color: #fff;
  text-decoration: none; }

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

/* IMAGES */
/* THREE PIC FLEX */
.threePicFlex {
  width: 100%;
  display: flex;
  margin: 2rem auto 3rem auto;
  justify-content: center;
  align-items: top;
  flex-direction: row; }

.threePicFlex-bloc {
  position: relative;
  flex-basis: 30%;
  flex-grow: 1;
  margin: 0px 10px;
  background-color: #313131;
  height: 35rem;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.threePicFlex-blocAlt {
  position: relative;
  flex-basis: 30%;
  flex-grow: 1;
  margin: 0px 10px; }

.threePicFlex-blocAlt img {
  width: 100%; }

/* VEHICLES*/
/* TABLE RATES */
.contentJimny {
  width: auto; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.tblHead {
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 130%; }

.tblHead span {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.6rem; }

.tblRates {
  width: 100%;
  margin-bottom: 3.5rem;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #90693a;
  background-color: #c0904b;
  font-size: 1.6rem; }

.tblRates th {
  padding: 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: #90693a;
  text-align: left; }

/*font-family: $font-bold; */
.tblRates td {
  padding: 1rem;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: #90693a;
  text-align: left; }

.tblRates td.center {
  text-align: center; }

.tblRates th.center {
  text-align: center; }

div.download {
  padding: 4px;
  background-color: #ab8251;
  border-style: dotted;
  border-color: #e5caa4;
  border-width: 1px;
  border-radius: 6px;
  transition: .3s; }

div.download img {
  vertical-align: middle; }

div.download:hover {
  background-color: #c49866;
  cursor: pointer; }

/* TOURS */
.tourButtonDiv {
  width: 100%;
  margin-top: 3rem;
  text-align: center; }

#galleryDiv {
  padding: 3rem 0rem;
  overflow: hidden; }

/*TOUR ENQUIRY */
.vehicleHideShow {
  display: none; }

/* BOOKING */
p.bookingIntro {
  margin-top: 4rem;
  margin-bottom: 3rem;
  color: #FFF; }

#formWrapper {
  width: 90%;
  /*70%*/
  margin: 1px auto; }

#formWrapper .funFact {
  margin: 6rem 0rem 2rem 0rem; }

/*DROP DOWN*/
#showLocationP, #showLocationR {
  display: none; }

/*PAYGATE*/
div.paygateDiv {
  margin-top: 3rem;
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 2rem; }

.paygate_feedback {
  margin: 1rem 0rem;
  padding: 1rem;
  text-align: center;
  background-color: #f4dfa5;
  border-radius: .5rem;
  border-style: solid;
  border-color: #6f6f6f;
  border-width: 1px; }

/* BLOG */
/* COLs */
#blogWrapper {
  overflow: hidden; }

.col_blog_Main {
  float: left;
  width: 65%; }

.col_blog_Right {
  float: right;
  margin-top: 7rem;
  width: 30%;
  border-width: 0px 0px 0px 1px;
  border-radius: 16px; }

/*background-color: #CACACA; */
.col_blog_Right-padding {
  padding: 0rem 0rem 0rem 0rem; }

/* Blocs */
.blog-Bloc {
  padding: 0rem;
  margin-bottom: 3.5rem;
  background-color: #f7f7f7;
  text-align: left;
  transition: 0.4s;
  overflow: hidden; }

.blog-Bloc:hover {
  transform: scale(1.01);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.blog-Bloc-image {
  position: relative;
  height: 35rem;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
  cursor: hand; }

.blog-Bloc-padding {
  padding: 1.5rem; }

.blog-Bloc-head {
  font-family: "open_sansbold", Arial, sans-serif;
  color: #343434;
  text-align: left;
  font-size: 2rem;
  margin-bottom: .3rem; }

.blog-Bloc-txt {
  font-family: "open_sansregular", Arial, sans-serif;
  color: #343434;
  font-size: 1.5rem;
  text-align: left;
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal; }

.blog-Bloc-button {
  display: block;
  font-size: 1.5rem;
  font-family: "open_sansbold", Arial, sans-serif;
  color: #496d6f;
  text-decoration: none;
  padding: 1.5rem 0rem;
  margin: 0rem;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #454545;
  transition: all .4s; }

a.blog-Bloc-button:link {
  color: #496d6f;
  text-decoration: none; }

a.blog-Bloc-button:visited {
  color: #496d6f;
  text-decoration: none; }

a.blog-Bloc-button:active {
  color: #496d6f;
  text-decoration: none; }

a.blog-Bloc-button:hover {
  color: #6da2a5; }

/* right col all posts */
#allPosts {
  width: 100%;
  height: 40rem;
  margin: 0px auto;
  padding: 1rem;
  background-color: #496d6f;
  overflow-y: scroll; }

a.allPosts-item {
  display: block;
  margin: 2.5rem 0rem;
  color: #FFFFFF;
  font-family: "open_sanslight", Arial, sans-serif;
  text-decoration: none; }

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

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

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

a.allPosts-item:hover {
  color: #6da2a5; }

/* Blog Post */
.blogPost {
  margin-bottom: 4rem;
  background-color: #f3f3f3;
  padding: 3rem;
  border-radius: 1.6rem; }

p.blogByline {
  font-family: "open_sanssemi", Arial, sans-serif;
  color: #6f6f6f;
  margin: 5px 0px 40px 0px;
  font-size: 1.5rem; }

p.blogByline span {
  font-family: "open_sansregular", Arial, sans-serif; }

/*DROP DOWN*/
.panel {
  display: none; }

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  cursor: pointer;
  transition: transform .3s; }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

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

.mediaImages-client {
  font-family: "open_sanssemi", Arial, sans-serif;
  font-size: 1.5rem;
  color: #496d6f; }

.grid {
  width: 100%;
  /*L*/
  margin: 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;
  transition: all .25s ease-in-out; }

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

/* MEDIA VIDEOS */
/* https://www.youtube.com/watch?v=z3Y5gJWmVVU */
/* MAKE RESPONSIVE*/
.container {
  display: grid;
  grid-template-columns: 3fr 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; }

/* .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: #d8d8d8;
  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;
  font-size: 2rem;
  text-align: left;
  color: #343434;
  font-family: "open_sansbold", Arial, 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: "open_sansbold", Arial, 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) {
  .container {
    grid-template-columns: 2fr 1fr;
    padding: 10px; } }

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

/* CONTACT */
#contactWrapper {
  overflow: hidden; }

.contact_image {
  float: left;
  width: 35%; }

.contact_txt {
  margin-left: 43%; }

.contact_txt p {
  line-height: 200%;
  text-align: left; }

.contact_txt h3 {
  margin-bottom: .5rem; }

.contact_details {
  background-image: url("../images/icon_Talk.png");
  background-repeat: no-repeat;
  padding-left: 6rem; }

.contact_office {
  background-image: url("../images/icon_Hours.png");
  background-repeat: no-repeat;
  padding-left: 6rem; }

.contact_physical {
  background-image: url("../images/icon_Location.png");
  background-repeat: no-repeat;
  padding-left: 6rem; }

.contact_postal {
  background-image: url("../images/icon_Post.png");
  background-repeat: no-repeat;
  padding-left: 6rem; }

#FAQs .panel {
  background-color: #603913; }

/* FOOTER */
.sectionFooter {
  width: 100%;
  padding-bottom: 7rem; }

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

.footer-BlocFlexWrapper {
  column-width: 33%;
  column-count: 3;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto; }

.footer-Bloc {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: transparent;
  text-align: left; }

p.footer-Contacts {
  padding-top: 2.5rem;
  color: #FFF;
  font-family: "open_sanssemi", Arial, sans-serif;
  line-height: 200%;
  break-inside: avoid-column; }

p.footer-Contacts img {
  vertical-align: middle;
  padding-right: 5px; }

p.footer-Copy {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #a87a51;
  text-align: center; }

div.footer-payLogos {
  margin: 12rem .5rem .5rem .5rem;
  text-align: center; }

div.footer-payLogos p {
  display: inline-block;
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle; }

p.footer-payLogos img {
  vertical-align: middle; }

a.footerSmall {
  color: #fff;
  font-size: 1.4rem;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: none;
  font-weight: normal;
  transition: .2s; }

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

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

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

a.footerSmall:hover {
  color: #fff;
  text-decoration: underline; }

p.footer-NTB {
  margin-bottom: 2.5rem; }

p.footer-NTB img {
  vertical-align: middle; }

/* COOKIE BANNER */
#cookieBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 14px 5px 16px;
  background-image: url("../images/bg_transCharcoal.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: #c0904b;
  font-size: 16px;
  color: #FFFFFF;
  border-width: 0px;
  transition: all .3s; }

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

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

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

button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: #496d6f;
  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: #6da2a5; }

.cookieHide {
  display: none; }

.cookieShow {
  display: block; }

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: #496d6f; }

/*SCROLL TO TOP */
.scrollToTop {
  display: none;
  width: 5rem;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  background-color: #496d6f;
  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: 1290px) {
  /*MAIN PIC*/
  .mainPic {
    height: 47rem; }
  h1 {
    padding-top: 17rem;
    font-size: 4.2rem; }
  #mainPicNone-Grey h1 {
    padding-top: 11rem; }
  /*MAIN STRUCTURAL DIVS*/
  #logoDiv {
    position: absolute;
    margin: 8px 5px 5px 10px; }
  /*NAVIGATION*/
  #navDiv {
    margin-right: 1rem; }
  /* MEDIA IMAGES */
  .grid {
    width: 95%;
    /*L*/ } }

@media (max-width: 1280px) {
  /*Main Structural*/
  .mainPic {
    height: 45rem; }
  .innerWrapper {
    width: 100%; }
  /* JIMNEY - home */
  .jimny-Pic {
    width: 95%; } }

@media only screen and (max-width: 1120px) {
  /* JIMNEY - home */
  .jimny-Pic {
    width: 100%; } }

@media only screen and (max-width: 1050px) {
  /*ELEPHANT*/
  .sectionElephant {
    width: 100%;
    min-height: 408px;
    background-color: #FFFFFF;
    background-image: url("../images/bg_Elephant_m.jpg"), url("../images/bg_ElephantGradient_m.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: bottom left, bottom; }
  .elephantTxt {
    margin: 1rem 2rem 2rem 60%; } }

@media only screen and (max-width: 1000px) {
  div.textCenter {
    width: 80%;
    margin: 0rem auto; }
  /* HOME */
  .jimny-Pic {
    width: 375px; }
  /* 60%;*/
  .col3-jimney {
    float: none;
    width: 75%;
    text-align: center;
    margin: 0rem auto; }
  /*MEDIA - home */
  .media-BlocFlex {
    margin: 3rem auto 3rem auto;
    width: 50%;
    /*L*/ }
  .media-BlocFlexWrapper {
    column-width: 90%;
    column-count: 1;
    column-gap: 0rem;
    width: 100%;
    margin: 0 auto; }
  .media-Bloc {
    margin-bottom: 3rem; }
  /* FOOTER */
  .sectionFooter {
    padding-bottom: 6rem; }
  .footer-BlocFlexWrapper {
    column-width: 100%;
    column-count: 1;
    column-gap: 0rem; }
  .footer-Bloc {
    text-align: center; }
  p.footer-Contacts {
    margin-top: 3rem;
    text-align: center; }
  p.footer-NTB {
    text-align: center;
    margin-bottom: 3.5rem; }
  /*MAIN STRUCTURAL DIVS*/
  .sectionBGPic {
    height: 50rem; }
  #buttonWADiv {
    width: 60px;
    height: 60px;
    bottom: 4rem; }
  #buttonWADiv-pic {
    width: 60px;
    height: 60px;
    background-image: url("../images/button_WhatsappM.png"); }
  /* VEHICLES*/
  /* TABLE RATES */
  .contentJimny {
    width: 100%; }
  /* BOOKING */
  #formWrapper {
    width: 90%;
    margin: 1px auto; }
  /* JIMNEY - home */
  .jimny-BlocFlexWrapper {
    column-width: 50%;
    column-count: 2; }
  .jimny-Bloc {
    min-height: 15rem; }
  /* OFFER - home */
  .offerWrapper {
    width: 90%;
    margin: 2rem auto; }
  /* FOOTER */
  p.footerCookieChange {
    float: none;
    text-align: center; }
  /* COOKIEs */
  button.cookieChange {
    padding: 5px 10px 8px 10px;
    font-size: 12px; } }

@media only screen and (max-width: 900px) {
  /*MAIN STRUCTURAL DIVS*/
  #header {
    height: 10rem; }
  #topBar {
    position: relative;
    display: inline-block;
    height: auto;
    left: 0px;
    right: 0px;
    top: 10px;
    margin-top: 3rem;
    background-color: #e3e3e3;
    padding: 4px 15px 2px 38px;
    border-radius: 0px 12px 12px 0px; }
  #topBar-search {
    margin-right: .5rem; }
  /* 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_Brown.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.6rem;
    font-family: "open_sansregular", 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.6rem;
    font-family: "open_sansbold", Arial, sans-serif;
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    transition: 0.3s;
    line-height: 120%; }
  div.main {
    display: block;
    float: none;
    padding: 1px 12px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #fff;
    font-family: "open_sansregular", Arial, sans-serif;
    border-style: dotted;
    border-width: 0px 0px 1px 0px; }
  div.main:hover {
    color: #fff; }
  div.mainLive {
    display: block;
    float: none;
    padding: 1px 12px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #fff;
    font-family: "open_sansbold", Arial, sans-serif;
    border-style: dotted;
    border-width: 0px 0px 1px 0px; }
  /*GENERAL*/
  h1#mainPic-txt-noHead {
    padding-top: 10rem; }
  /* CONTENT LINKS sub links  */
  a.sub {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "open_sanssemi", Arial, sans-serif;
    line-height: 120%;
    padding: 12px 10px;
    border-style: dotted;
    border-color: #c0904b;
    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: #c0904b;
    font-size: 1.5rem;
    text-decoration: none;
    background-color: transparent;
    transform: scale(1, 1);
    transform: translateX(8px); }
  .dropDown {
    position: relative;
    display: none;
    top: 0rem;
    margin: 0px 0px 0px 0rem;
    padding: 0rem;
    width: inherit;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
    z-index: 100; }
  .dropLeft {
    width: auto;
    float: none; }
  .dropRight {
    width: auto;
    float: none; }
  .dropDownMedia {
    position: relative;
    display: none;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding-top: 10px;
    width: inherit;
    background-color: transparent;
    background-image: none;
    z-index: 100; }
  /* BOOKING */
  p.bookingIntro {
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #FFF; }
  /* OFFER - home */
  p.offer {
    height: 5rem;
    font-size: 1.6rem; }
  /* BLOG */
  /* COLs */
  .col_blog_Main {
    float: none;
    width: 90%;
    margin: 0px auto; }
  .col_blog_Right {
    float: none;
    margin: 2rem auto;
    width: 90%; }
  .col_blog_Right-padding {
    padding: 1rem 1rem 3.5rem 1rem; }
  /* right col all posts */
  #allPosts {
    height: 25rem; }
  /*MAIN PIC - before*/
  #mainPic-Rover {
    background-image: url("../images/main_LandRover_m.jpg"); } }

@media only screen and (max-width: 850px) {
  /*MEDIA - home */
  .media-BlocFlex {
    margin: 3rem auto 3rem auto;
    width: 80%;
    /*L*/ }
  .media-Bloc-head {
    font-size: 2rem; } }

@media only screen and (max-width: 800px) {
  /* MEDIA IMAGES */
  .grid-container {
    /* column-width: 200px; */
    column-width: 50%;
    column-count: 2; } }

@media only screen and (max-width: 760px) {
  /*MAIN PIC*/
  #mainPic-Home {
    background-image: url("../images/main_NamibiaDesert_m.jpg");
    background-position: bottom center; }
  #mainPic-Fleet {
    background-image: url("../images/main_NamibiaDesert2_m.jpg"); }
  #mainPic-Travel {
    background-image: url("../images/main_Travel_m.jpg"); }
  #mainPic-Jimny {
    background-image: url("../images/main_JimnyNamibia_m.jpg"); }
  #mainPic-Bakkie {
    background-image: url("../images/main_DCBakkie_m.jpg"); }
  #mainPic-Silhouette {
    background-image: url("../images/main_Silhouette_m.jpg"); }
  #mainPic-MountainLand {
    background-image: url("../images/main_mountainLandscape_m.jpg"); }
  #mainPic-Quad {
    background-image: url("../images/main_QuadSwakopmund_m.jpg"); }
  #mainPic-Spitzkoppe {
    background-image: url("../images/main_SafariTours_m.jpg"); }
  /* 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;
    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: 720px) {
  /*MAIN STRUCTURAL DIVS*/
  .innerPadding {
    padding: 2.5rem 1.5rem 2.5rem 1.5rem; }
  .innerPadding2 {
    padding: 3rem 1.5rem 3.5px 1.5rem; }
  .colWrapper {
    width: 100%;
    overflow: hidden; }
  .colLeft {
    float: none;
    width: 80%;
    margin: 0px auto 10px auto; }
  .colRight {
    float: none;
    width: 80%;
    margin: 10px auto 0px auto; }
  /*MAIN PIC*/
  .mainPic {
    height: 38rem; }
  h1 {
    padding-top: 16rem;
    font-size: 3.4rem; }
  h2 {
    font-size: 2.8rem; }
  /*GENERAL*/
  p.intro {
    font-size: 1.8rem; }
  p.introPages {
    font-size: 1.6rem; }
  .pad10 {
    padding: .5rem; }
  /* CONTENT LINKS */
  a {
    font-size: 1.5rem; }
  a.nav {
    font-size: 1.5rem; }
  a.navLive {
    font-size: 1.5rem; }
  div.main {
    font-size: 1.5rem; }
  div.mainLive {
    font-size: 1.5rem; }
  .noteBoldTrans {
    font-size: 1.3rem; }
  a.buttonGreen {
    padding: 1.2rem 2rem; }
  /* HOME */
  .col3-jimney {
    float: none;
    width: 85%;
    text-align: center;
    margin: 0rem auto; }
  /*ELEPHANT*/
  .sectionElephant {
    width: 100%;
    min-height: 508px; }
  .elephantTxt {
    padding: 2rem;
    margin: 1rem;
    text-align: center;
    background-image: url("../images/trans_Light.png"); }
  /*PANEL DROP */
  .panelInner {
    padding: 2rem; }
  .panelHead {
    font-size: 1.7rem;
    min-height: auto;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
  .panelHead.faq {
    font-size: 1.5rem; }
  /* TABLE RATES */
  .tblHead {
    font-size: 1.8rem; }
  .tblHead span {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.5rem; }
  .tblRates {
    font-size: 1.5rem; }
  /*MAIN STRUCTURAL DIVS*/
  .sectionBGPic {
    height: 40rem; }
  .sectionBGPic-elephants {
    background-image: url("../images/bgPic_Elephants_m.jpg"); }
  .sectionBGPic-road {
    background-image: url("../images/bgPic_RoadTravel_m.jpg"); }
  .sectionBGPic-sunset {
    background-image: url("../images/bgPic_Sunset_m.jpg"); }
  .sectionBooking {
    background-image: url("../images/bg_QuiverTree_m.jpg");
    background-position: top center; }
  /* THREE PIC FLEX */
  .threePicFlex {
    width: 80%;
    flex-wrap: wrap; }
  .threePicFlex-bloc, .threePicFlex-blocAlt {
    flex-basis: 80%;
    margin: 10px 10px; }
  /* REVIEWS - HOME - override */
  div#reviewWrapper {
    padding: 2.5rem 0rem 5rem 0rem; }
  .review-seemore {
    margin-bottom: 0rem; }
  div#reviewWrapperMain {
    padding: 2.5rem 0rem 3rem 0rem; }
  .grw-net-widget-more .grw-net-widget-more-drop {
    padding: 2rem !important; }
  /*PAYGATE*/
  div.paygateDiv {
    padding: 1rem;
    border-radius: 1.5rem; } }

@media only screen and (max-width: 660px) {
  /* CONTACT */
  #contactWrapper {
    overflow: hidden;
    text-align: center; }
  .contact_image {
    float: none;
    width: 50%;
    margin: 2rem auto; }
  .contact_txt {
    margin-left: 0%; }
  .contact_txt p {
    line-height: 200%;
    text-align: center; }
  .contact_details {
    background-position: top center;
    padding-top: 2rem;
    padding-left: 0rem; }
  .contact_office {
    background-position: top center;
    margin-top: 3rem;
    padding-top: 2rem;
    padding-left: 0rem; }
  .contact_physical {
    background-position: top center;
    padding-top: 2rem;
    padding-left: 0rem; }
  .contact_postal {
    background-position: top center;
    padding-top: 2rem;
    padding-left: 0rem; }
  .offerWrapper {
    width: 95%;
    margin: 1rem auto;
    column-count: 1;
    column-gap: 0rem; }
  p.offer {
    font-size: 1.5rem;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #d8d8d8; } }

@media only screen and (max-width: 630px) {
  .jimny-Bloc {
    min-height: 46rem; } }

@media only screen and (max-width: 600px) {
  /* FORMS - GENERAL */
  fieldset.threeCol div.fField {
    width: 100%;
    float: left;
    margin-right: 0%; }
  fieldset.twoCol div.fField {
    width: 100%;
    float: left;
    margin-right: 0%; } }

@media only screen and (max-width: 550px) {
  /*MAIN STRUCTURAL DIVS*/
  .colLeft {
    float: none;
    width: 100%;
    margin: 0px auto 10px auto; }
  .colRight {
    float: none;
    width: 100%;
    margin: 10px auto 0px auto; }
  .sectionBooking {
    background-image: url("../images/bg_QuiverTree_s.jpg"); }
  /*MAIN PIC*/
  .mainPic {
    height: 32rem; }
  h1 {
    padding-top: 13rem;
    font-size: 3rem; }
  /*GENERAL*/
  h2 {
    font-size: 2.4rem; }
  h3 {
    font-size: 1.8rem; }
  h4 {
    font-size: 1.6rem; }
  p {
    font-size: 1.5rem; }
  p.caption {
    font-size: 1.3rem; }
  ul {
    font-size: 1.5rem; }
  div.textCenter {
    width: 95%;
    margin: 0rem auto; }
  /* HOME */
  .jimny-Pic {
    width: 60%; }
  /* 60%;*/
  .col3-jimney {
    width: 95%; }
  /* JIMNEY - home */
  .jimny-BlocFlexWrapper {
    column-width: 95%;
    column-count: 1; }
  .jimny-Bloc {
    padding: .5rem;
    margin-bottom: 1rem;
    background-color: #90693a;
    min-height: 1rem; }
  .jimny-Bloc-head {
    font-size: 1.6rem;
    margin-bottom: 5px; }
  .jimny-Bloc-txt {
    display: none; }
  /* ISUZU - flex */
  .isuzu-BlocFlexWrapper {
    column-width: 95%;
    column-count: 1; }
  /*MEDIA - home */
  .media-BlocFlex {
    margin: 2rem auto 2rem auto;
    width: 95%;
    /*L*/ }
  /* TABLE RATES */
  .tblHead {
    font-size: 1.7rem; }
  .tblHead span {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 1.5rem; }
  .tblRates {
    font-size: 1.5rem; }
  .tblRates th {
    padding: .6rem; }
  /*font-family: $font-bold; */
  .tblRates td {
    padding: .6rem; }
  /* MEDIA IMAGES */
  .grid-container {
    /* column-width: 200px; */
    column-width: 95%;
    column-count: 1;
    column-gap: 1rem; } }

@media only screen and (max-width: 520px) {
  /*PANEL DROP */
  .panelHead {
    font-size: 1.5rem;
    padding-right: 3.5rem; }
  .panelArrow {
    right: 2rem; }
  /* VEHICLES*/
  /* TABLE Excess*/
  .desktop {
    display: none; }
  .mobile {
    display: block; }
  /* BLOG */
  /* COLs */
  .col_blog_Main {
    width: 100%; }
  .col_blog_Right {
    margin: 2rem auto;
    width: 100%; }
  /* Blog Post */
  .blogPost {
    margin-bottom: 3rem;
    padding: 2rem; }
  p.blogByline {
    font-size: 1.4rem; }
  /* THREE PIC FLEX */
  .threePicFlex {
    width: 100%;
    flex-wrap: wrap; } }

@media only screen and (max-width: 450px) {
  /*MAIN STRUCTURAL DIVS*/
  #header {
    height: 11rem; }
  #logoDiv {
    margin: 10px 5px 5px 5px; }
  #logoDiv img {
    width: 20rem; }
  #menuIcon {
    position: absolute;
    top: 5.5rem;
    right: .5rem; }
  /*GENERAL*/
  h1#mainPic-txt-noHead {
    padding-top: 7rem; }
  /*PANEL DROP */
  .panelInner {
    padding: 1rem; }
  /* HOME */
  .jimny-Pic {
    width: 70%; }
  /* 60%;*/
  .col3-jimney {
    width: 100%; }
  div#reviewWrapperMain {
    padding: 2rem 0rem 2rem 0rem; }
  .grw-net-widget-more .grw-net-widget-more-drop {
    padding: 1.5rem !important; }
  .grw-net-widget-more-comment-row:not(:last-child) {
    padding-bottom: 2rem !important; }
  .grw-net-widget-more-comment-row {
    padding-top: 2rem !important; }
  .grw-net-text {
    font-size: 1.4rem !important; }
  .grw-net-comment-date {
    font-size: 1.4rem !important; }
  .grw-net-widget-more .grw-net-text-large {
    font-size: 1.6rem !important; }
  .grw-net-widget-more-head-bottom .grw-net-text {
    font-size: 1.4rem !important; }
  .grw-net-widget-more-comment-row-author {
    font-size: 1.3rem !important; } }

@media only screen and (max-width: 400px) {
  /*GENERAL*/
  p.intro {
    font-size: 1.6rem; }
  p.introPages {
    font-size: 1.5rem; }
  /*MEDIA - home */
  .media-Bloc-image {
    height: 25rem; } }

@media only screen and (max-width: 350px) {
  /*MAIN PIC*/
  #mainPic-Home h1 {
    padding-top: 11rem; }
  /*home page - text over 3 lines*/ }
