/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


/*= General =================== */

/** General >> body **/
body {
	background-color: rgb(0, 0, 0) !important;
	-webkit-animation-name: fadeIn !important;
	animation-name: fadeIn !important;
	-webkit-animation-duration: 0.8s !important;
	animation-duration: 0.8s !important;
}

/** General >> .frm_checkbox **/
.frm_checkbox {
	width: 30% !important;
}

/** General >> .contactpageform label **/
.contactpageform label {
	color: rgb(0, 0, 0) !important;
	font-weight: normal !important;
	min-width: 200px !important;
}

/** General >> .contactpageform a **/
.contactpageform a {
	color: rgb(133, 194, 184) !important;
	font-weight: normal !important;
}

/** General >> .margintopp **/
.margintopp {
	margin-top: 150px !important;
}

/** General >> .modal-title **/
.modal-title {
	color: rgb(0, 0, 0) !important;
	font-size: 30px !important;
	text-transform: uppercase !important;
}

/** General >> #menu-item-2036 a **/
#menu-item-2036 a {
	height: 44.7px !important;
}

/** General >> #menu-item-2036 a ._svg **/
#menu-item-2036 a ._svg {
	height: 44.7px !important;
	margin-right: 10px !important;
	margin-bottom: 2px !important;
}

/** General >> #menu-item-2036 a:hover ._svg **/
#menu-item-2036 a:hover ._svg {
	height: 44.7px !important;
	margin-right: 10px !important;
	margin-bottom: 2px !important;
	-webkit-filter: invert(100%) !important;
	filter: invert(100%) !important;
}

/** General >> #menu-item-2036 a:active ._svg **/
#menu-item-2036.current-menu-item ._svg {
	height: 44.7px !important;
	margin-right: 10px !important;
	margin-bottom: 2px !important;
	-webkit-filter: invert(100%) !important;
	filter: invert(100%) !important;
}

/** General >> .frm_checkbox label **/
.frm_checkbox label {
	width: 400px !important;
}

/** General >> .single-post #div_block-59-164 img **/
.single-post #div_block-59-164 img {
	width: 100% !important;
}

/** General >> .horizontal_radio .frm_opt_container **/
.horizontal_radio .frm_opt_container {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

/** General >> .horizontal_radio .frm_opt_container div **/
.horizontal_radio .frm_opt_container div {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

/** General >> .fixlcolor a, form a, #div_block-59-164 a **/
.fixlcolor a, 
form a, 
#div_block-59-164 a {
	color: rgb(133, 194, 184) !important;
}

/** General >> .tt_gtm **/
.tt_gtm {
	color: rgb(223, 240, 216) !important;
}

/** General >> .daytoday h1, .daytoday h2, .daytoday h3, .daytoday h4 **/
.daytoday h1, 
.daytoday h2, 
.daytoday h3, 
.daytoday h4 {
	color: rgb(0, 0, 0) !important;
}

/** General >> .daytoday a **/
.daytoday a {
	color: rgb(133, 194, 184) !important;
}

/** General >> a.tleads **/
a.tleads {
	color: rgb(0, 0, 0) !important;
	font-size: 14px !important;
	text-align: center !important;
}

/** General >> a.tleads:hover **/
a.tleads:hover {
	font-weight: 500 !important;
}

/** General >> .linkse a **/
.linkse a {
	color: rgb(0, 0, 0) !important;
}

/** General >> #field_3lqff **/
#field_3lqff {
	visibility: hidden !important;
}

/** General >> .linksgreen a **/
.linksgreen a {
	color: rgb(133, 194, 184) !important;
}

/** General >> .linksgreen a:hover **/
.linksgreen a:hover {
	color: rgb(75, 108, 102) !important;
}


/*= S Tours =================== */

/** S Tours >> #hero-section **/
#hero-section {
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-top: -140px !important;
}

/** S Tours >> .ccus **/
.ccus {
	color: rgb(0, 0, 0) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 3px 7px 3px 7px !important;
	margin-left: 10px !important;
	border-radius: 100px !important;
}

/** S Tours >> .ccus:hover **/
.ccus:hover {
	background-color: rgb(255, 255, 255) !important;
}

/** S Tours >> .daterow **/
.daterow {
	background-color: rgb(0, 0, 0) !important;
	padding: 12px !important;
	margin-bottom: 5px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** S Tours >> #wpv-view-layout-328-TCPID211 h4 **/
#wpv-view-layout-328-TCPID211 h4 {
	margin-top: 10px !important;
}


/*= G Tours =================== */

/** G Tours >> .groupp **/
.groupp {
	background-color: rgb(26, 26, 26) !important;
	margin-bottom: 60px !important;
	border-top: 4px solid rgb(133, 194, 184) !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

/** G Tours >> .grow1 **/
.grow1 {
	padding: 20px 40px 20px 40px !important;
}

/** G Tours >> .grow2 **/
.grow2 {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

/** G Tours >> .gleft **/
.gleft {
	text-align: left !important;
	width: 280px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	border-right: 16px solid rgb(0, 0, 0) !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-flow: column wrap !important;
	-moz-flex-flow: column wrap !important;
	-ms-flex-flow: column wrap !important;
	flex-flow: column wrap !important;
	-webkit-justify-content: space-around !important;
	justify-content: space-around !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}

/** G Tours >> .gt2 **/
.gt2 {
	font-size: 12px !important;
	text-transform: uppercase !important;
	padding-left: 8px !important;
	margin-bottom: 5px !important;
	border-left: 4px solid rgba(133, 194, 184, 0.5) !important;
}

/** G Tours >> .gc2 **/
.gc2 {
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
	font-weight: 500 !important;
}

/** G Tours >> .gright **/
.gright {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	width: 100% !important;
	height: 480px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** G Tours >> .grow4 **/
.grow4 {
	width: 100% !important;
	padding: 4px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

/** G Tours >> .gr3 **/
.gr3 {
	background-color: rgba(0, 0, 0, 0.8) !important;
	width: 33% !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/** G Tours >> .gt3 **/
.gt3 {
	font-size: 12px !important;
	text-transform: uppercase !important;
}

/** G Tours >> .gc3 **/
.gc3 {
	color: rgb(255, 255, 255) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

/** G Tours >> .grow6 **/
.grow6 {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** G Tours >> .grow5 **/
.grow5 {
	width: 75% !important;
	padding-right: 60px !important;
	padding-left: 60px !important;
}

/** G Tours >> .grow5 h2 **/
.grow5 h2 {
	color: rgb(255, 255, 255) !important;
	font-size: 26px !important;
	text-transform: uppercase !important;
	text-shadow: 2px 2px 12px rgb(0, 0, 0) !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
	margin-left: auto !important;
}

/** G Tours >> .knowmoree **/
.knowmoree {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(133, 194, 184) !important;
	border-radius: 6px !important;
}

/** G Tours >> .knowmoree:hover **/
.knowmoree:hover {
	color: rgb(230, 52, 42) !important;
	letter-spacing: 1px !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(230, 52, 42) !important;
}

/** G Tours >> .gmapp **/
.gmapp {
	-webkit-align-self: flex-end !important;
	align-self: flex-end !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	overflow: hidden !important;
	opacity: .9 !important;
}

/** G Tours >> .gmapp img **/
.gmapp img {
	width: 400px !important;
}

/** G Tours >> #_nav_menu-77-227 .oxy-nav-menu-list **/
#_nav_menu-77-227 .oxy-nav-menu-list {
	-webkit-flex-flow: row wrap !important;
	-moz-flex-flow: row wrap !important;
	-ms-flex-flow: row wrap !important;
	flex-flow: row wrap !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** G Tours >> #_nav_menu-77-227 a **/
#_nav_menu-77-227 a {
	margin: 3px 5px 3px 5px !important;
	border-color: rgb(255, 255, 255) !important;
	border-width: 1px !important;
}


/*= Tables ==================== */

/** Tables >> .tceli **/
.tceli {
	font-size: 15px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/** Tables >> .tcel **/
.tcel {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}


/*= Cancellation Policy Page == */

/** Cancellation Policy Page >> .oddl **/
.oddl {
	background-color: rgb(242, 242, 242) !important;
	height: 80px !important;
	border-top: 1px solid rgb(204, 204, 204) !important;
	border-right: 0 solid rgb(204, 204, 204) !important;
	border-bottom: 0 solid rgb(204, 204, 204) !important;
	border-left: 0 solid rgb(204, 204, 204) !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Cancellation Policy Page >> .evenl **/
.evenl {
	height: 80px !important;
	border-top: 1px solid rgb(204, 204, 204) !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Cancellation Policy Page >> .headl **/
.headl {
	height: 70px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** Cancellation Policy Page >> .centl **/
.centl {
	border-color: rgb(204, 204, 204) !important;
	border-right: 1px solid rgb(204, 204, 204) !important;
	border-left: 1px solid rgb(204, 204, 204) !important;
}


/*= Adjusts =================== */

/** Adjusts >> .oxy-modal-backdrop **/
.oxy-modal-backdrop {
	z-index: 100000 !important;
}

/** Adjusts >> #bcookies **/
#bcookies {
	background-color: rgb(0, 0, 0) !important;
	margin-top: 30px !important;
	border-width: 0 !important;
	border-style: none !important;
	cursor: pointer !important;
}

/** Adjusts >> .single-tour video **/
.single-tour video {
	width: 100% !important;
}

/** Adjusts >> .oxy-stock-content-styles .aligncenter **/
.oxy-stock-content-styles .aligncenter {
	width: 100% !important;
}


/*= S Tours v2 ================ */

/** S Tours v2 >> .mapboxgl-popup-content **/
.mapboxgl-popup-content {
	background-color: rgb(26, 26, 26) !important;
	padding: 3px 5px 3px 5px !important;
}

/** S Tours v2 >> .mapboxgl-popup-close-button **/
.mapboxgl-popup-close-button {
	display: none !important;
}

/** S Tours v2 >> #-power-map-2743-35094 .mapboxgl-canvas **/
#-power-map-2743-35094 .mapboxgl-canvas {
	filter: grayscale(1) !important;
}

/** S Tours v2 >> #toolset_view-163-269 div **/
#toolset_view-163-269 div {
	text-align: left !important;
	display: inline-block !important;
}

/** S Tours v2 >> #toolset_view-163-269 div div **/
#toolset_view-163-269 div div {
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	text-align: left !important;
	background-color: rgb(26, 26, 26) !important;
	width: 100% !important;
	margin-bottom: 1px !important;
	display: inline-block !important;
}

/** S Tours v2 >> #toolset_view-163-269 div h4 **/
#toolset_view-163-269 div h4 {
	color: rgb(0, 0, 0) !important;
	font-size: 24px !important;
	padding-top: 0 !important;
	padding-bottom: 5px !important;
	padding-left: 10px !important;
	margin-top: 20px !important;
	border-bottom-color: rgb(223, 223, 223) !important;
	border-top-width: 0 !important;
	clear: both !important;
}

/** S Tours v2 >> #whyllr .tabs-9492-tab **/
#whyllr .tabs-9492-tab {
	color: rgb(0, 0, 0) !important;
	padding-top: 5px !important;
	padding-right: 40px !important;
	padding-bottom: 5px !important;
}

/** S Tours v2 >> #whyllr .tabs-9492-tab-active **/
#whyllr .tabs-9492-tab-active {
	color: rgb(133, 194, 184) !important;
}

/** S Tours v2 >> #whyllr .oxy-tab-content **/
#whyllr .oxy-tab-content {
	background-color: rgb(255, 255, 255) !important;
	padding: 30px 0 0 70px !important;
	position: relative !important;
	bottom: 16px !important;
}

/** S Tours v2 >> #whyllr a **/
#whyllr a {
	color: rgb(74, 114, 107) !important;
	font-weight: bold !important;
}

/** S Tours v2 >> #whyllrm a **/
#whyllrm a {
	color: rgb(74, 114, 107) !important;
	font-weight: bold !important;
}

/** S Tours v2 >> #wpv-view-layout-31215-TCPID35094 > .review-box **/
#wpv-view-layout-31215-TCPID35094 > .review-box {
	background-color: rgb(26, 26, 26) !important;
}

/** S Tours v2 >> #highlighttext h3 **/
#highlighttext h3 {
	color: rgb(26, 26, 26) !important;
	line-height: 1.25 !important;
	margin-bottom: 20px !important;
}

/** S Tours v2 >> #highlighttext h4, #highlighttext h5, #highlighttext h6 **/
#highlighttext h4, 
#highlighttext h5, 
#highlighttext h6 {
	color: rgb(26, 26, 26) !important;
	line-height: 1.25 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/** S Tours v2 >> #toolset_view-163-269 .daterow **/
#toolset_view-163-269 .daterow {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(26, 26, 26) !important;
}


/*= Blog ====================== */

/** Blog >> #blog h2 **/
#blog h2 {
	line-height: 30px !important;
}

/** Blog >> #blog h2 a:hover **/
#blog h2 a:hover {
	color: rgb(69, 104, 99) !important;
}

/** Blog >> #blog .oxy-read-more **/
#blog .oxy-read-more {
	font-size: 16px !important;
	margin-top: 20px !important;
}

/** Blog >> #blog .oxy-read-more:hover **/
#blog .oxy-read-more:hover {
	color: rgb(74, 114, 107) !important;
}

/** Blog >> #blog .oxy-easy-posts-pages a **/
#blog .oxy-easy-posts-pages a {
	color: rgb(0, 0, 0) !important;
	font-size: 20px !important;
}

/** Blog >> #blog .oxy-easy-posts-pages **/
#blog .oxy-easy-posts-pages {
	color: rgb(0, 0, 0) !important;
	font-size: 20px !important;
	margin-top: 60px !important;
	margin-bottom: 40px !important;
}

/** Blog >> #blog .oxy-easy-posts-pages .page-numbers **/
#blog .oxy-easy-posts-pages .page-numbers {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

/** Blog >> #blog .oxy-post **/
#blog .oxy-post {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid rgb(222, 236, 235) !important;
}

/** Blog >> #sidebar **/
#sidebar {
	padding: 55px 30px 30px 60px !important;
}

/** Blog >> #sidebar h2 **/
#sidebar h2 {
	color: rgb(0, 0, 0) !important;
	font-size: 24px !important;
	font-weight: 30 !important;
}

/** Blog >> #sidebar .bl-lists a **/
#sidebar .bl-lists a {
	color: rgb(133, 194, 184) !important;
}

/** Blog >> #sidebar .bl-lists a:hover **/
#sidebar .bl-lists a:hover {
	color: rgb(74, 114, 107) !important;
}

/** Blog >> #sidebar .bl-lists **/
#sidebar .bl-lists {
	margin-bottom: 50px !important;
}

/** Blog >> #sidebar li **/
#sidebar li {
	line-height: 18px !important;
	margin-bottom: 15px !important;
}

/** Blog >> #sidebar ul **/
#sidebar ul {
	list-style-type: circle !important;
	padding-left: 20px !important;
}

/** Blog >> #sidebar img **/
#sidebar img {
	max-width: 100% !important;
	margin-top: 10px !important;
}

/** Blog >> #movesi **/
#movesi {
	padding-top: 30px !important;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 0 !important;
}

/** Blog >> #blog-post :is(h1, h2, h3, h4, h5, h6) **/
#blog-post :is(h1, h2, h3, h4, h5, h6) {
	color: rgb(69, 104, 99) !important;
	line-height: 1.1 !important;
	letter-spacing: -1px !important;
	margin-bottom: 30px !important;
}

/** Blog >> #blog-post :is(h3, h4, h5, h6) **/
#blog-post :is(h3, h4, h5, h6) {
	margin-top: 30px !important;
}

/** Blog >> #blog-post a **/
#blog-post a {
	color: rgb(133, 194, 184) !important;
}

/** Blog >> #blog-post a:hover **/
#blog-post a:hover {
	color: rgb(69, 104, 99) !important;
}

/** Blog >> #blog-post p **/
#blog-post p {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}


/*= Reviews  2 2 ============== */

/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout **/
.loop-reviews .js-wpv-view-layout {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	grid-row-gap: 30px !important;
	row-gap: 30px !important;
}

/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout > .review-box **/
.loop-reviews .js-wpv-view-layout > .review-box {
	text-align: left !important;
	background-color: rgba(204, 204, 204, 0.2) !important;
	width: 100% !important;
	padding: 30px !important;
	border: 0 solid rgb(133, 194, 184) !important;
	border-radius: 0 !important;
	-webkit-flex-basis: 49% !important;
	flex-basis: 49% !important;
}

/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout > .review-box h3 **/
.loop-reviews .js-wpv-view-layout > .review-box h3 {
	color: rgb(133, 194, 184) !important;
	line-height: 30px !important;
	margin-bottom: 10px !important;
}

/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout > .review-box p **/
.loop-reviews .js-wpv-view-layout > .review-box p {
	font-size: 16px !important;
	font-style: italic !important;
}

/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout .review-stars **/
.loop-reviews .js-wpv-view-layout .review-stars {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout .review-author **/
.loop-reviews .js-wpv-view-layout .review-author {
	font-weight: bold !important;
}

/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout **/
.loop-reviews-home .js-wpv-view-layout {
	margin-bottom: 30px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	grid-gap: 30px !important;
	gap: 30px !important;
}

/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout > .review-box **/
.loop-reviews-home .js-wpv-view-layout > .review-box {
	text-align: left !important;
	width: 100% !important;
	padding: 30px !important;
	border: 5px solid rgb(133, 194, 184) !important;
	border-radius: 0 !important;
	-webkit-flex-basis: 48% !important;
	flex-basis: 48% !important;
}

/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout > .review-box h3 **/
.loop-reviews-home .js-wpv-view-layout > .review-box h3 {
	line-height: 30px !important;
	margin-bottom: 10px !important;
}

/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout > .review-box p **/
.loop-reviews-home .js-wpv-view-layout > .review-box p {
	font-size: 16px !important;
	font-style: italic !important;
}

/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout .review-stars **/
.loop-reviews-home .js-wpv-view-layout .review-stars {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout .review-author **/
.loop-reviews-home .js-wpv-view-layout .review-author {
	font-weight: bold !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout **/
.loop-reviews-single .js-wpv-view-layout {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-flow: column wrap !important;
	-moz-flex-flow: column wrap !important;
	-ms-flex-flow: column wrap !important;
	flex-flow: column wrap !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout > .review-box **/
.loop-reviews-single .js-wpv-view-layout > .review-box {
	font-size: 16px !important;
	text-align: left !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 0 0 45px 0 !important;
	margin: 0 !important;
	border: 0 solid rgb(133, 194, 184) !important;
	border-radius: 0 !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout > .review-box h3 **/
.loop-reviews-single .js-wpv-view-layout > .review-box h3 {
	color: rgb(0, 0, 0) !important;
	font-size: 24px !important;
	line-height: 30px !important;
	margin-bottom: 10px !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout > .review-box p **/
.loop-reviews-single .js-wpv-view-layout > .review-box p {
	font-style: italic !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout .review-stars **/
.loop-reviews-single .js-wpv-view-layout .review-stars {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout .review-author **/
.loop-reviews-single .js-wpv-view-layout .review-author {
	font-weight: bold !important;
}

/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout a **/
.loop-reviews-single .js-wpv-view-layout a {
	color: rgb(0, 0, 0) !important;
}


/*= Home ====================== */

/** Home >> .flexsearch **/
.flexsearch {
	background-color: rgb(133, 194, 184) !important;
	padding-top: 35px !important;
	padding-bottom: 25px !important;
	border-top: 1px solid rgb(0, 0, 0) !important;
}

/** Home >> .flexsearchv2 **/
.flexsearchv2 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	margin-bottom: 20px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-flow: column wrap !important;
	-moz-flex-flow: column wrap !important;
	-ms-flex-flow: column wrap !important;
	flex-flow: column wrap !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
}

/** Home >> .flexsearch .flexcol **/
.flexsearch .flexcol {
	background-color: rgb(133, 194, 184) !important;
	max-width: 1300px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
	grid-template-rows: auto !important;
}
.flexsearch .flexcol > :nth-child(n) {
	margin: 0 10px 10px !important;
}
.flexsearch .flexcol > :nth-child(1) {
	grid-area: 1 / 2 / 2 / 3 !important;
}
.flexsearch .flexcol > :nth-child(2) {
	grid-area: 1 / 3 / 2 / 4 !important;
}
.flexsearch .flexcol > :nth-child(3) {
	grid-area: 1 / 4 / 2 / 5 !important;
}
.flexsearch .flexcol > :nth-child(4) {
	grid-area: 1 / 5 / 2 / 6 !important;
}
.flexsearch .flexcol > :nth-child(5) {
	grid-area: 1 / 6 / 2 / 7 !important;
}

/** Home >> .flexsearchv2 .flexcolb **/
.flexsearchv2 .flexcolb {
	text-align: center !important;
}

/** Home >> .flexsearchv2 .flexcol **/
.flexsearchv2 .flexcol {
	width: 100% !important;
	display: grid !important;
	grid-column-gap: 10px !important;
	column-gap: 10px !important;
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
	grid-template-rows: auto auto !important;
}

/** Home >> .flexsearch select **/
.flexsearch select {
	color: rgb(26, 26, 26) !important;
	font-size: 12px !important;
	font-weight: normal !important;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset !important;
	max-width: 100% !important;
	height: 40px !important;
	padding: 6px 10px 6px 10px !important;
	border-color: rgb(132, 132, 132) !important;
	border-width: 1px !important;
	border-radius: 0 !important;
}

/** Home >> .flexsearchv2 select **/
.flexsearchv2 select {
	color: rgb(26, 26, 26) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset !important;
	background-color: rgb(255, 255, 255) !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 40px !important;
	padding: 6px 10px 6px 10px !important;
	border-color: rgb(132, 132, 132) !important;
	border-width: 1px !important;
	border-radius: 0 !important;
	position: relative !important;
	z-index: 20 !important;
}

/** Home >> .flexsearch label **/
.flexsearch label {
	color: rgb(0, 0, 0) !important;
}

/** Home >> .flexsearchv2 label **/
.flexsearchv2 label {
	color: rgb(0, 0, 0) !important;
}

/** Home >> .mt-page-home .btn, .archive .btn **/
.mt-page-home .btn, 
.archive .btn {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border-color: rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Home >> .mt-page-home .btn:hover, .archive .btn:hover **/
.mt-page-home .btn:hover, 
.archive .btn:hover {
	color: rgb(133, 194, 184) !important;
	border-color: rgb(255, 255, 255) !important;
}

/** Home >> .bgcover .tve-page-section-out **/
.bgcover .tve-page-section-out {
	background-size: cover !important;
}

/** Home >> .prim-button **/
.prim-button {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(133, 194, 184) !important;
	border-radius: 6px !important;
}

/** Home >> .prim-button:hover **/
.prim-button:hover {
	color: rgb(230, 52, 42) !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(230, 52, 42) !important;
	border-width: 1px !important;
}

/** Home >> .prim-button a **/
.prim-button a {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(133, 194, 184) !important;
	border-radius: 6px !important;
}

/** Home >> .prim-button a:hover **/
.prim-button a:hover {
	color: rgb(230, 52, 42) !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(230, 52, 42) !important;
	border-width: 1px !important;
}

/** Home >> .prim-buttonb **/
.prim-buttonb {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(133, 194, 184) !important;
	border-radius: 6px !important;
}

/** Home >> .prim-buttonb:hover **/
.prim-buttonb:hover {
	color: rgb(230, 52, 42) !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(230, 52, 42) !important;
	border-width: 1px !important;
}

/** Home >> .menu-item-20502 a::after **/
.menu-item-20502 a::after {
	margin-left: 5px !important;
	content: "▼" !important;
}

/** Home >> .menu-item-20488 a::after **/
.menu-item-20488 a::after {
	margin-left: 5px !important;
	content: "▼" !important;
}

/** Home >> .sec-button **/
.sec-button {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Home >> .sec-button:hover **/
.sec-button:hover {
	color: rgb(133, 194, 184) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Home >> .sec-buttonb **/
.sec-buttonb {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(17, 17, 17) !important;
	border-radius: 6px !important;
}

/** Home >> .sec-buttonb:hover **/
.sec-buttonb:hover {
	color: rgb(133, 194, 184) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Home >> .sec-button a **/
.sec-button a {
	color: rgb(255, 255, 255) !important;
}

/** Home >> .sec-button a:hover **/
.sec-button a:hover {
	color: rgb(133, 194, 184) !important;
}

/** Home >> .lrmargin **/
.lrmargin {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

/** Home >> .frm_prev_page **/
.frm_prev_page {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 17px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(17, 17, 17) !important;
	border-radius: 6px !important;
}

/** Home >> .frm_prev_page:hover **/
.frm_prev_page:hover {
	color: rgb(133, 194, 184) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}


/*= NEW CMS =================== */

/** NEW CMS >> .tcel2 **/
.tcel2 {
	font-size: 15px !important;
	font-weight: 300 !important;
	text-align: center !important;
	width: 15% !important;
	padding: 15px 20px 15px 20px !important;
	border-left: 1px solid rgb(255, 255, 255) !important;
}

/** NEW CMS >> .tceli2 **/
.tceli2 {
	font-size: 15px !important;
	width: 70% !important;
	padding: 15px 20px 15px 20px !important;
}

/** NEW CMS >> .tceli21 **/
.tceli21 {
	font-size: 15px !important;
	width: 85% !important;
	padding: 15px 20px 15px 20px !important;
}

/** NEW CMS >> .link-underline **/
.link-underline {
	color: rgb(0, 0, 0) !important;
	text-decoration: underline !important;
}

/** NEW CMS >> .optionscms .frm_no_entries **/
.optionscms .frm_no_entries {
	color: rgb(255, 255, 255) !important;
}


/*= Dates 2 =================== */

/** Dates 2 >> .ccuss **/
.ccuss {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	white-space: nowrap !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 3px 9px 3px 9px !important;
	margin-left: 10px !important;
	border-radius: 6px !important;
}

/** Dates 2 >> .ccuss:hover **/
.ccuss:hover {
	color: rgb(230, 52, 42) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(230, 52, 42) !important;
}

/** Dates 2 >> .ccussb **/
.ccussb {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	white-space: nowrap !important;
	background-color: rgb(0, 0, 0) !important;
	padding: 3px 9px 3px 9px !important;
	margin-left: 10px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Dates 2 >> .ccussb:hover **/
.ccussb:hover {
	color: rgb(133, 194, 184) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(255, 255, 255) !important;
}

/** Dates 2 >> .ccus **/
.ccus {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	white-space: nowrap !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 3px 9px 3px 9px !important;
	margin-left: 10px !important;
	border: 1px solid rgb(133, 194, 184) !important;
	border-radius: 6px !important;
}

/** Dates 2 >> .ccus:hover **/
.ccus:hover {
	color: rgb(230, 52, 42) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(230, 52, 42) !important;
}

/** Dates 2 >> .ccusb **/
.ccusb {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	white-space: nowrap !important;
	background-color: rgb(0, 0, 0) !important;
	padding: 3px 9px 3px 9px !important;
	margin-left: 10px !important;
	border: 1px solid rgb(0, 0, 0) !important;
	border-radius: 6px !important;
}

/** Dates 2 >> .ccusb:hover **/
.ccusb:hover {
	color: rgb(0, 0, 0) !important;
	background-color: rgb(255, 255, 255) !important;
	border: 1px solid rgb(0, 0, 0) !important;
}

/** Dates 2 >> .ccusbi **/
.ccusbi {
	color: rgb(0, 0, 0) !important;
	font-size: 12px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	text-transform: lowercase !important;
	white-space: nowrap !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 3px 9px 3px 9px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
	position: relative !important;
	bottom: 5px !important;
}

/** Dates 2 >> .ccusbi:hover **/
.ccusbi:hover {
	color: rgb(133, 194, 184) !important;
	background-color: rgb(255, 255, 255) !important;
	border-width: 1px !important;
	border-style: solid !important;
}

/** Dates 2 >> h4.ddhed **/
h4.ddhed {
	color: rgb(0, 0, 0) !important;
	font-size: 24px !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/** Dates 2 >> .home h4.ddhed **/
.home h4.ddhed {
	color: rgb(255, 255, 255) !important;
	font-size: 24px !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/** Dates 2 >> div.ddhed **/
div.ddhed {
	font-size: 18px !important;
	padding: 10px 20px 10px 20px !important;
}

/** Dates 2 >> .tourlink **/
.tourlink {
	color: rgb(0, 0, 0) !important;
}


/*( Large Desktop )*/
@media (max-width: 1400px) {
	/** General >> body **/
	body {
	margin-top: 0 !important;
}

	/** General >> .single-post #div_block-59-164 img **/
	.single-post #div_block-59-164 img {
	width: auto !important;
}

	/** S Tours >> #hero-section **/
	#hero-section {
	height: 90vh !important;
}

	/** Home >> .flexsearchv2 **/
	.flexsearchv2 {
	padding-top: 20px !important;
}

}


/*( Desktop & Tablet )*/
@media (max-width: 991px) {
	/** General >> #_nav_menu-15-71 li span **/
	#_nav_menu-15-71 li span {
	display: none !important;
}

	/** General >> #_nav_menu-15-71 li i **/
	#_nav_menu-15-71 li i {
	position: relative !important;
	top: 2px !important;
	left: 2px !important;
}

	/** General >> .oxy-nav-menu-open **/
	.oxy-nav-menu-open {
	background-color: rgb(0, 0, 0) !important;
}

	/** General >> .menufo a **/
	.menufo a {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

	/** General >> .single-post #div_block-59-164 img **/
	.single-post #div_block-59-164 img {
	width: 100% !important;
	height: 100% !important;
}

	/** General >> .invertcol **/
	.invertcol {
	display: grid !important;
}
.invertcol > :nth-child(1) {
	grid-area: 2 / 1 / 3 / 2 !important;
}

	/** Cancellation Policy Page >> .evenl **/
	.evenl {
	height: 100px !important;
}

	/** Cancellation Policy Page >> .oddl **/
	.oddl {
	height: 100px !important;
}

	/** Adjusts >> .mobinjecttop **/
	.mobinjecttop {
	font-size: 14px !important;
	text-align: center !important;
	max-width: 200px !important;
	margin-right: auto !important;
	margin-bottom: 10px !important;
	margin-left: auto !important;
	position: relative !important;
}

	/** Adjusts >> .mobinject **/
	.mobinject {
	font-size: 14px !important;
	text-align: center !important;
	max-width: 200px !important;
	padding-top: 20px !important;
	margin-top: 20px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;
	position: relative !important;
}

	/** Adjusts >> #mobmen **/
	#mobmen {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
}

	/** Adjusts >> .mobbt **/
	.mobbt {
	font-weight: normal !important;
	max-width: 150px !important;
	margin: 10px auto 10px auto !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

	/** Adjusts >> .oxy-nav-menu.oxy-nav-menu-open > div:last-child **/
	.oxy-nav-menu.oxy-nav-menu-open > div:last-child {
	padding-bottom: 200px !important;
}

	/** S Tours v2 >> #toolset_view-163-269 div **/
	#toolset_view-163-269 div {
	max-width: 800px !important;
}

	/** S Tours v2 >> #toolset_view-163-269 div div **/
	#toolset_view-163-269 div div {
	max-width: 800px !important;
}

	/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout > .review-box **/
	.loop-reviews .js-wpv-view-layout > .review-box {
	-webkit-flex-basis: 47% !important;
	flex-basis: 47% !important;
}

	/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout > .review-box **/
	.loop-reviews-home .js-wpv-view-layout > .review-box {
	-webkit-flex-basis: 46% !important;
	flex-basis: 46% !important;
}

	/** Home >> .flexsearch .flexcol **/
	.flexsearch .flexcol {
	display: grid !important;
	grid-row-gap: 10px !important;
	row-gap: 10px !important;
	grid-template-columns: 1fr 1fr 1fr 1fr !important;
	grid-template-rows: auto auto !important;
}
.flexsearch .flexcol > :nth-child(1) {
	grid-area: 1 / 1 / 2 / 2 !important;
}
.flexsearch .flexcol > :nth-child(2) {
	grid-area: 1 / 2 / 2 / 3 !important;
}
.flexsearch .flexcol > :nth-child(3) {
	grid-area: 1 / 3 / 2 / 4 !important;
}
.flexsearch .flexcol > :nth-child(4) {
	grid-area: 1 / 4 / 2 / 5 !important;
}
.flexsearch .flexcol > :nth-child(5) {
	grid-area: 2 / 1 / 3 / 5 !important;
	justify-self: center !important;
}

	/** Home >> .oxy-nav-menu-open **/
	.oxy-nav-menu-open {
	background-color: rgb(0, 0, 0) !important;
}

	/** Home >> .mobinjecttop **/
	.mobinjecttop {
	width: 200px !important;
	margin-right: auto !important;
	margin-bottom: 30px !important;
	margin-left: auto !important;
}

	/** Home >> .mobinject **/
	.mobinject {
	font-size: 14px !important;
	text-align: center !important;
	max-width: 200px !important;
	padding-top: 20px !important;
	margin-top: 20px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;
	position: relative !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> .single-post #div_block-59-164 img **/
	.single-post #div_block-59-164 img {
	width: 100% !important;
	height: 100% !important;
}

	/** G Tours >> .grow5 h2 **/
	.grow5 h2 {
	font-size: 22px !important;
}

	/** G Tours >> .grow5 **/
	.grow5 {
	width: 100% !important;
}

	/** G Tours >> .gleft **/
	.gleft {
	display: none !important;
}

	/** G Tours >> .gc3 **/
	.gc3 {
	font-size: 14px !important;
}

	/** Adjusts >> #menu-en-header-2 ul **/
	#menu-header-2 ul {
	padding-top: 18px !important;
	left: -42% !important;
}

	/** Adjusts >> #menu-header-2 ul.sub-menu li a **/
	#menu-header-2 ul.sub-menu li a {
	font-size: 15px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	width: 260px !important;
	padding-top: 13px !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

	/** Adjusts >> #menu-item-16821 a **/
	#menu-item-16821 a {
	padding-bottom: 13px !important;
	border-color: rgb(255, 255, 255) !important;
	border-bottom: 3px solid rgb(255, 255, 255) !important;
	border-style: solid !important;
}

	/** Adjusts >> #menu-item-16836 a **/
	#menu-item-16836 a {
	background-color: rgb(26, 26, 26) !important;
	padding-bottom: 13px !important;
	border-color: rgb(255, 255, 255) !important;
}

	/** Adjusts >> .single-tour video **/
	.single-tour video {
	min-height: 380px !important;
	transform: scale(2, 2) !important;
}

	/** S Tours v2 >> #toolset_view-163-269 div **/
	#toolset_view-163-269 div {
	max-width: 650px !important;
}

	/** S Tours v2 >> #toolset_view-163-269 div div **/
	#toolset_view-163-269 div div {
	max-width: 650px !important;
}

	/** S Tours v2 >> #whyllrm #div_block-424-35090 **/
	#whyllrm #div_block-424-35090 {
	background-color: rgb(255, 255, 255) !important;
}

	/** Reviews  2 2 >> .loop-reviews .js-wpv-view-layout > .review-box **/
	.loop-reviews .js-wpv-view-layout > .review-box {
	padding: 10px !important;
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Reviews  2 2 >> .loop-reviews-home .js-wpv-view-layout > .review-box **/
	.loop-reviews-home .js-wpv-view-layout > .review-box {
	padding: 10px !important;
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Reviews  2 2 >> .loop-reviews-single .js-wpv-view-layout > .review-box **/
	.loop-reviews-single .js-wpv-view-layout > .review-box {
	padding: 10px !important;
}

	/** Home >> .flexsearchv2 **/
	.flexsearchv2 {
	width: 100% !important;
	padding-top: 35px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-flow: column nowrap !important;
	-moz-flex-flow: column nowrap !important;
	-ms-flex-flow: column nowrap !important;
	flex-flow: column nowrap !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

	/** Home >> .flexsearch .flexcol **/
	.flexsearch .flexcol {
	margin-right: 0 !important;
	margin-left: 0 !important;
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto auto auto !important;
}
.flexsearch .flexcol > :nth-child(3) {
	grid-area: 2 / 1 / 3 / 2 !important;
}
.flexsearch .flexcol > :nth-child(4) {
	grid-area: 2 / 2 / 3 / 3 !important;
}
.flexsearch .flexcol > :nth-child(5) {
	grid-area: 3 / 1 / 4 / 3 !important;
}

	/** Home >> .flexsearchv2 .flexcolb **/
	.flexsearchv2 .flexcolb {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-flow: row wrap !important;
	-moz-flex-flow: row wrap !important;
	-ms-flex-flow: row wrap !important;
	flex-flow: row wrap !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

	/** Home >> .flexsearchv2 .flexcol **/
	.flexsearchv2 .flexcol {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto auto auto auto !important;
}

	/** Home >> .oxy-header-container **/
	.oxy-header-container {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

}


/*( Phone )*/
@media (max-width: 479px) {
	/** General >> .frm_checkbox label **/
	.frm_checkbox label {
	width: 200px !important;
}

	/** General >> #image-52-71 **/
	#image-52-71 {
	width: 225px !important;
}

	/** General >> .single-post #div_block-59-164 img **/
	.single-post #div_block-59-164 img {
	width: 100% !important;
	height: 100% !important;
}

	/** General >> .horizontal_radio .frm_opt_container **/
	.horizontal_radio .frm_opt_container {
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

	/** General >> .horizontal_radio .frm_opt_container div **/
	.horizontal_radio .frm_opt_container div {
	width: 100% !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-flex-grow: 0 !important;
	flex-grow: 0 !important;
	-webkit-flex-shrink: 1 !important;
	flex-shrink: 1 !important;
}

	/** G Tours >> .gleft **/
	.gleft {
	display: none !important;
}

	/** G Tours >> .grow5 **/
	.grow5 {
	width: 100% !important;
}

	/** G Tours >> .gc3 **/
	.gc3 {
	font-size: 12px !important;
}

	/** S Tours v2 >> #toolset_view-163-269 div **/
	#toolset_view-163-269 div {
	max-width: 300px !important;
}

	/** S Tours v2 >> #toolset_view-163-269 div div **/
	#toolset_view-163-269 div div {
	max-width: 300px !important;
}

	/** Adjusts >> .single-tour video **/
	.single-tour video {
	min-height: 280px !important;
	transform: scale(2.2, 2.2) !important;
}

	/** Blog >> #sidebar **/
	#sidebar {
	padding-left: 30px !important;
}

	/** Blog >> .prev-post .adj-post_title **/
	.prev-post .adj-post_title {
	display: none !important;
}

	/** Blog >> .next-post .adj-post_title **/
	.next-post .adj-post_title {
	display: none !important;
}

	/** Home >> .flexsearchv2 .flexcol **/
	.flexsearchv2 .flexcol {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

	/** Home >> .mt-page-home .btn:hover, .archive .btn:hover **/
	.mt-page-home .btn:hover, 
.archive .btn:hover {
	margin-top: 20px !important;
}

	/** Home >> .ff-stream-profile-content, .ff-stream-profile-avatar **/
	.ff-stream-profile-content, 
.ff-stream-profile-avatar {
	display: none !important;
}

}

