/*  MICROTHEMER STYLES  */

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

@-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);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


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

/** General >> .cbutton **/
.cbutton {
	color: rgb(255, 255, 255) !important;
	font-size: 10px !important;
	font-weight: bold !important;
	text-align: center !important;
	text-transform: uppercase !important;
	background-color: rgb(51, 51, 51) !important;
	padding: 3px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	display: block !important;
}

/** General >> .cbutton:hover **/
.cbutton:hover {
	color: rgb(255, 255, 255) !important;
	font-size: 10px !important;
	font-weight: bold !important;
	text-align: center !important;
	text-transform: uppercase !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 3px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	display: block !important;
}

/** General >> .cbutton3 **/
.cbutton3 {
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: center !important;
	text-transform: uppercase !important;
	background-color: rgb(230, 52, 42) !important;
	padding: 24px 18px 24px 18px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	display: block !important;
}

/** General >> .frmcal-title **/
.frmcal-title {
	color: rgb(133, 194, 184) !important;
	font-size: 36px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/** General >> .frmcal-dropdown **/
.frmcal-dropdown {
	color: rgb(17, 17, 17) !important;
}

/** General >> .page td **/
.page td {
	text-align: center !important;
}

/** General >> .abouthd **/
.abouthd {
	display: none !important;
}

/** General >> body **/
body {
	color: rgb(243, 241, 233) !important;
	background-color: rgb(0, 0, 0) !important;
	background-image: linear-gradient(180deg, rgb(0, 0, 0), transparent, rgb(0, 0, 0)) !important;
}

/** General >> .col-sm-12 h4 **/
.col-sm-12 h4 {
	margin-bottom: 20px !important;
}

/** General >> .col-sm-12 h3 **/
.col-sm-12 h3 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

/** General >> .col-sm-12 h5 **/
.col-sm-12 h5 {
	margin-bottom: 10px !important;
}

/** General >> #shortcode-70-220 a **/
#shortcode-70-220 a {
	color: rgb(255, 255, 255) !important;
	font-size: 16px !important;
	font-weight: normal !important;
	background-color: rgb(94, 172, 167) !important;
	padding: 10px !important;
	border-radius: 4px !important;
}

/** General >> .cbuttonod **/
.cbuttonod {
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: center !important;
	text-transform: uppercase !important;
	background-color: rgb(133, 194, 184) !important;
	padding: 24px 18px 24px 18px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-radius: 3px !important;
	display: block !important;
}

/** General >> .cbuttonod2 **/
.cbuttonod2 {
	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 11px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

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

/** General >> .d50 **/
.d50 {
	width: 100% !important;
	float: left !important;
}

/** General >> .yesav **/
.yesav {
	color: rgb(94, 172, 167) !important;
}

/** General >> .noav **/
.noav {
	color: rgb(239, 35, 35) !important;
}

/** General >> .calbookings **/
.calbookings {
	font-size: 14px !important;
	background-color: rgb(0, 0, 0) !important;
	padding: 3px 6px 3px 6px !important;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	border-radius: 3px !important;
}

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

/** General >> .fhpc_text h2 **/
.fhpc_text h2 {
	color: rgb(243, 241, 233) !important;
}

/** General >> #iaa_talkBubble **/
#iaa_talkBubble {
	height: auto !important;
}

/** General >> #home-search **/
#home-search {
	opacity: .8 !important;
}

/** General >> #down-icon **/
#down-icon {
	
}
#down-icon:hover, 
.mt-hover {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: rubberBand !important;
	animation-name: rubberBand !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> .thrv_wrapper h1 **/
.thrv_wrapper h1 {
	font-family: https://llride.com/wp-content/fonts/metrolitepro-bold.woff !important;
}

/** General >> .frmcal_date **/
.frmcal_date {
	color: rgb(51, 51, 51) !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
}

/** General >> .frmcal table.frmcal-calendar, .frmcal table.frmcal-calendar tbody tr td **/
.frmcal table.frmcal-calendar, 
.frmcal table.frmcal-calendar tbody tr td {
	margin-top: 30px !important;
	border-width: 0 !important;
}

/** General >> .noaccess **/
.noaccess {
	text-align: center !important;
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

/** General >> body.mt-page-tour-calendar **/
body.mt-page-tour-calendar {
	background-color: rgb(255, 255, 255) !important;
	background-image: linear-gradient(rgb(255, 255, 255), transparent, rgb(255, 255, 255)) !important;
}

/** General >> .ui-datepicker-title select **/
.ui-datepicker-title select {
	font-family: "Roboto Slab" !important;
	color: rgb(51, 51, 51) !important;
}

/** General >> .pagdiv **/
.pagdiv {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: flex-end !important;
	justify-content: flex-end !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

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

/** General >> .customcc **/
.customcc {
	background-color: rgb(240, 240, 240) !important;
	padding: 20px !important;
}

/** General >> #wpfront-scroll-top-container img **/
#wpfront-scroll-top-container img {
	height: 50px !important;
}

/** General >> .ff-stream **/
.ff-stream {
	background-color: rgb(0, 0, 0) !important;
}

/** General >> .tt_gtm **/
.tt_gtm {
	color: rgba(133, 194, 184, 0) !important;
}


/*= All Tours ================= */

/** All Tours >> .fullw **/
.fullw {
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** All Tours >> .fullwv2 **/
.fullwv2 {
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** All Tours >> .fullw > div **/
.fullw > div {
	display: grid !important;
	grid-gap: 30px !important;
	gap: 30px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** All Tours >> .fullwv2 > div **/
.fullwv2 > div {
	display: grid !important;
	grid-gap: 30px !important;
	gap: 30px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}

/** All Tours >> .gtourbg **/
.gtourbg {
	background-color: rgba(0, 0, 0, 0.8) !important;
	width: 60% !important;
	padding: 15px 15px 20px 20px !important;
}

/** All Tours >> .alltourshrr **/
.alltourshrr {
	background-image: none !important;
	width: 100% !important;
	margin: 0 0 60px 0 !important;
}

/** All Tours >> .alltourshr **/
.alltourshr {
	background-image: url("/wp-content/uploads/2018/11/Copy-of-LLR_Alentejo-170-1920x1280.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-size: cover !important;
	width: 100% !important;
	padding-top: 250px !important;
	padding-bottom: 250px !important;
	margin: 60px 0 0 0 !important;
}

/** All Tours >> .alltourshr h1 **/
.alltourshr h1 {
	font-size: 40px !important;
	text-shadow: 1px 1px 1px rgb(0, 0, 0) !important;
	padding-bottom: 5px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** All Tours >> .alltourshr h2 **/
.alltourshr h2 {
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
	margin-bottom: 0 !important;
}

/** All Tours >> .col-md-2 **/
.col-md-2 {
	background-color: rgba(255, 255, 255, 0.1) !important;
	padding: 20px !important;
}

/** All Tours >> .gtour **/
.gtour {
	background-size: cover !important;
	-webkit-background-clip: border-box !important;
	background-clip: border-box !important;
	height: 360px !important;
	box-sizing: content-box !important;
	padding: 20px !important;
	border-bottom-color: rgb(255, 255, 255) !important;
}

/** All Tours >> .gtour .title h3 **/
.gtour .title h3 {
	color: rgb(133, 194, 184) !important;
	font-size: 18px !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: -.5px !important;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) !important;
	padding-bottom: 10px !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}

/** All Tours >> .region **/
.region {
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-shadow: 1px 1px 3px rgb(0, 0, 0) !important;
	box-shadow: 0 0 0 0 rgb(0, 0, 0) !important;
	margin-top: 10px !important;
}

/** All Tours >> .dpcol **/
.dpcol {
	font-weight: bold !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;
}

/** All Tours >> .duration **/
.duration {
	color: rgb(255, 255, 255) !important;
	font-weight: 400 !important;
}

/** All Tours >> .price **/
.price {
	color: rgb(255, 255, 255) !important;
	font-weight: 400 !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-align-items: center !important;
	align-items: center !important;
}

/** All Tours >> .knowmore **/
.pages-content :is(a.knowmore) {
	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;
}

/** All Tours >> .knowmore:hover **/
.pages-content :is(a.knowmore: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;
}

/** All Tours >> .ttype **/
.ttype {
	color: rgb(255, 255, 255) !important;
	font-size: 13px !important;
	line-height: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background-color: rgb(0, 0, 0) !important;
	padding: 5px 20px 5px 20px !important;
}

/** All Tours >> .ttypel **/
.ttypel {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 13px !important;
	text-transform: none !important;
}

/** All Tours >> #section-3-5984 .container-fluid **/
#section-3-5984 .container-fluid {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/** All Tours >> .mt-page-all-tours .btn **/
.mt-page-all-tours .btn {
	color: rgb(133, 194, 184) !important;
	font-weight: bold !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 5px 8px 6px 8px !important;
	margin-right: 15px !important;
	margin-bottom: 2px !important;
	margin-left: 15px !important;
	border-color: rgb(255, 255, 255) !important;
}

/** All Tours >> .mt-page-all-tours .btn:hover **/
.mt-page-all-tours .btn:hover {
	color: rgb(228, 34, 34) !important;
	border-color: rgb(228, 34, 34) !important;
}


/*= Single Tours ============== */

/** Single Tours >> .whyscontainer **/
.whyscontainer {
	margin-top: 45px !important;
	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;
}

/** Single Tours >> .whysbox **/
.whysbox {
	color: rgb(0, 0, 0) !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 solid rgb(0, 0, 0) !important;
}

/** Single Tours >> .whysbox img **/
.whysbox img {
	max-width: 700px !important;
	height: auto !important;
	margin-right: auto !important;
	margin-left: auto !important;
	display: block !important;
}

/** Single Tours >> .whysbox .boxxins **/
.whysbox .boxxins {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	grid-gap: 45px !important;
	gap: 45px !important;
}

/** Single Tours >> .whysbox .boxxin **/
.whysbox .boxxin {
	text-align: left !important;
}

/** Single Tours >> .pagination **/
.pagination {
	margin-top: 30px !important;
	margin-bottom: 0 !important;
	margin-left: 30px !important;
}

/** Single Tours >> .whysbox .wpv-filter-next-link **/
.whysbox .wpv-filter-next-link {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	background-color: rgb(0, 0, 0) !important;
	border-style: solid !important;
	border-radius: 6px !important;
}

/** Single Tours >> .whysbox .wpv-filter-next-link:hover **/
.whysbox .wpv-filter-next-link:hover {
	color: rgb(133, 194, 184) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	background-color: rgb(0, 0, 0) !important;
	border-style: solid !important;
	border-radius: 6px !important;
}

/** Single Tours >> .whysbox .wpv-filter-previous-link **/
.whysbox .wpv-filter-previous-link {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	background-color: rgb(0, 0, 0) !important;
	border-style: solid none none solid !important;
	border-radius: 6px !important;
}

/** Single Tours >> .whysbox .wpv-filter-previous-link:hover **/
.whysbox .wpv-filter-previous-link:hover {
	color: rgb(133, 194, 184) !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	background-color: rgb(0, 0, 0) !important;
	border-style: solid none none solid !important;
	border-radius: 6px !important;
}

/** Single Tours >> #frmcal-216 **/
#frmcal-216 {
	background-color: rgb(255, 255, 255) !important;
	padding: 0 60px 60px 60px !important;
	position: relative !important;
	top: 10px !important;
}

/** Single Tours >> .reviewsbox **/
.reviewsbox {
	text-align: center !important;
	padding: 60px 200px 60px 200px !important;
}

/** Single Tours >> .frmcal_date **/
.frmcal_date {
	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;
}

/** Single Tours >> #pn-navigation-bar **/
#pn-navigation-bar {
	z-index: 10000 !important;
}

/** Single Tours >> .menu **/
.menu {
	z-index: 10000 !important;
}

/** Single Tours >> #shortcode-248-1160 img **/
#shortcode-248-1160 img {
	max-width: 23% !important;
	margin-right: 1% !important;
	margin-bottom: 10px !important;
	margin-left: 1% !important;
}

/** Single Tours >> #shortcode-448-1160 .attachment-full **/
#shortcode-448-1160 .attachment-full {
	max-width: 100% !important;
}

/** Single Tours >> .avframe **/
.avframe {
	background-color: rgb(255, 255, 255) !important;
	background-image: url("https://llride.com/wp-content/uploads/2018/09/ajax-loader1.gif") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	min-width: 100% !important;
	min-height: 1100px !important;
}

/** Single Tours >> .packitems li **/
.packitems li {
	line-height: 22px !important;
	list-style-type: square !important;
	list-style-position: inside !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border-bottom: 1px solid rgb(17, 17, 17) !important;
}

/** Single Tours >> .packitems ul **/
.packitems ul {
	padding-left: 0 !important;
}

/** Single Tours >> .reviewbox h4 **/
.reviewbox h4 {
	color: rgb(133, 194, 184) !important;
}

/** Single Tours >> .reviewbox p **/
.reviewbox p {
	font-style: italic !important;
}

/** Single Tours >> .client-details **/
.client-details {
	font-weight: bold !important;
}

/** Single Tours >> .reviewsbox .page-item a **/
.reviewsbox .page-item a {
	color: rgb(133, 194, 184) !important;
	text-transform: uppercase !important;
	background-color: rgba(255, 255, 255, 0) !important;
	border-width: 0 !important;
}

/** Single Tours >> .packitems h6 **/
.packitems h6 {
	color: rgb(0, 0, 0) !important;
	line-height: 24px !important;
	text-align: center !important;
	margin-top: 60px !important;
}

/** Single Tours >> .modal-dialog **/
.modal-dialog {
	margin-top: 180px !important;
}

/** Single Tours >> .trigger-link a **/
.trigger-link a {
	color: rgb(255, 255, 255) !important;
	font-size: 14px !important;
	text-align: center !important;
	text-transform: uppercase !important;
	padding: 6px 12px 6px 12px !important;
	border-width: 1px !important;
	border-style: none !important;
	border-radius: 4px !important;
}

/** Single Tours >> .trigger-link a:hover **/
.trigger-link a:hover {
	color: rgb(0, 0, 0) !important;
	border-color: rgb(255, 255, 255) !important;
}

/** Single Tours >> .mclass .modal-body **/
.mclass .modal-body {
	background-color: rgb(0, 0, 0) !important;
}

/** Single Tours >> .frmcal_day_name **/
.frmcal_day_name {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(17, 17, 17) !important;
}

/** Single Tours >> .frmcal-today .frmcal_date **/
.frmcal-today .frmcal_date {
	color: rgb(252, 252, 252) !important;
	box-shadow: 0 1px 3px 0 !important;
	background-color: rgb(228, 34, 34) !important;
}

/** Single Tours >> .mapadjustment img **/
.mapadjustment img {
	max-height: 700% !important;
}

/** Single Tours >> .openmap a **/
.openmap 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(17, 17, 17) !important;
	padding: 10px 16px 10px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Single Tours >> .openmap a:hover **/
.openmap a:hover {
	color: rgb(133, 194, 184) !important;
}

/** Single Tours >> .modal-body img **/
.modal-body img {
	width: 100% !important;
}

/** Single Tours >> .bbgl **/
.bbgl {
	color: rgb(252, 252, 252) !important;
	font-size: 22px !important;
	background-color: rgb(0, 0, 0) !important;
	width: 700px !important;
	padding: 40px !important;
	margin-bottom: -150px !important;
	z-index: 1 !important;
}

/** Single Tours >> #shortcode-228-1160 a:hover, .frmcal-header a:hover **/
#shortcode-228-1160 a:hover, 
.frmcal-header a:hover {
	color: rgb(41, 41, 41) !important;
}

/** Single Tours >> .requestit a **/
.requestit a {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	background-color: rgb(17, 17, 17) !important;
	padding: 12px 16px 11.7px 16px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
	position: relative !important;
}

/** Single Tours >> .requestit a:hover **/
.requestit a:hover {
	color: rgb(133, 194, 184) !important;
}

/** Single Tours >> .booke **/
.booke {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !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;
	margin-top: 3px !important;
	border: 1px solid rgb(133, 194, 184) !important;
	border-radius: 6px !important;
}

/** Single Tours >> .booke:hover **/
.booke: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 ====================== */

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

/** Home >> .frm_button_submit:hover **/
.frm_button_submit: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;
}


/*= Open Dates Calendar ======= */

/** Open Dates Calendar >> .gtourbg2-new **/
.gtourbg2-new {
	background-color: rgb(26, 26, 26) !important;
	padding: 20px !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;
	grid-row-gap: 20px !important;
	row-gap: 20px !important;
	position: relative !important;
}

/** Open Dates Calendar >> .gtourbg2-new .title h3 **/
.gtourbg2-new .title h3 {
	color: rgb(133, 194, 184) !important;
	font-size: 18px !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: -.5px !important;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) !important;
	padding-bottom: 10px !important;
	border-bottom-width: 1px !important;
	border-style: none !important;
}

/** Open Dates Calendar >> .gtourbg2-price **/
.gtourbg2-price {
	color: rgb(254, 254, 254) !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

/** Open Dates Calendar >> .gtourbg2-info **/
.gtourbg2-info {
	color: rgb(254, 254, 254) !important;
	font-size: 16px !important;
}

/** Open Dates Calendar >> .gtourbg2-buts **/
.gtourbg2-buts {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	grid-column-gap: 10px !important;
	column-gap: 10px !important;
}

/** Open Dates Calendar >> .gtourbg2-buts a.secbn **/
.gtourbg2-buts a.secbn {
	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;
	width: 135px !important;
	padding: 10px 16px 10px 16px !important;
	margin-top: 0 !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Open Dates Calendar >> .gtourbg2-buts a.secbn:hover **/
.gtourbg2-buts a.secbn: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;
}

/** Open Dates Calendar >> .gtourbg2 **/
.gtourbg2 {
	background-color: rgb(26, 26, 26) !important;
	min-height: 320px !important;
	padding: 20px !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;
	position: relative !important;
}

/** Open Dates Calendar >> .gtourbg3 **/
.gtourbg3 {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
	text-align: center !important;
	background-color: rgba(26, 26, 26, 0.8) !important;
}

/** Open Dates Calendar >> .gtourbg2 .title h3 **/
.gtourbg2 .title h3 {
	color: rgb(133, 194, 184) !important;
	font-size: 18px !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: -.5px !important;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3) !important;
	padding-bottom: 10px !important;
	border-bottom-width: 1px !important;
	border-style: none !important;
}

/** Open Dates Calendar >> .odc-container **/
.odc-container {
	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: flex-start !important;
	justify-content: flex-start !important;
}

/** Open Dates Calendar >> .odc **/
.odc {
	margin-bottom: 4px !important;
	margin-left: 4px !important;
	-webkit-flex-basis: 33% !important;
	flex-basis: 33% !important;
}

/** Open Dates Calendar >> .od **/
.od {
	font-size: 26px !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	border-bottom: 1px solid rgb(133, 194, 184) !important;
}

/** Open Dates Calendar >> .cdate **/
.cdate {
	font-size: 20px !important;
	font-weight: bold !important;
	margin-bottom: 10px !important;
}

/** Open Dates Calendar >> .mt-page-open-dates-calendar .dpcol2 **/
.mt-page-open-dates-calendar .dpcol2 {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-wrap: nowrap !important;
	-moz-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important;
}

/** Open Dates Calendar >> .mt-page-open-dates-calendar .region **/
.mt-page-open-dates-calendar .region {
	font-size: 18px !important;
	margin-top: 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;
}

/** Open Dates Calendar >> .mt-page-open-dates-calendar .dprow2 **/
.mt-page-open-dates-calendar .dprow2 {
	max-width: 40% !important;
	margin-right: 5px !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: flex-end !important;
	justify-content: flex-end !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important;
}

/** Open Dates Calendar >> .pages-content :is(a.secb) **/
.pages-content :is(a.secb) {
	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;
	width: 135px !important;
	padding: 10px 16px 10px 16px !important;
	margin-top: 30px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
}

/** Open Dates Calendar >> .pages-content :is(a.secb:hover) **/
.pages-content :is(a.secb: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;
}

/** Open Dates Calendar >> .pages-content :is(a.prib) **/
.pages-content :is(a.prib) {
	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;
}

/** Open Dates Calendar >> .pages-content :is(a.prib:hover) **/
.pages-content :is(a.prib: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;
}

/** Open Dates Calendar >> .option1 **/
.option1 {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
	text-align: center !important;
	background-color: rgba(255, 0, 0, 0.8) !important;
}

/** Open Dates Calendar >> .option2 **/
.option2 {
	color: rgb(0, 0, 0) !important;
	font-weight: bold !important;
	text-align: center !important;
	background-color: rgba(255, 229, 0, 0.8) !important;
}


/*= FAQs ====================== */

/** FAQs >> .faqs h3, .faqs h4, .faqs h5 **/
.faqs h3, 
.faqs h4, 
.faqs h5 {
	color: rgb(0, 0, 0) !important;
}

/** FAQs >> .mt-page-faqs .thrv-page-section:nth-of-type(2)  a:hover **/
.mt-page-faqs .thrv-page-section:nth-of-type(2)  a:hover {
	color: rgb(0, 0, 0) !important;
}


/*= Booking =================== */

/** Booking >> .login-alert span **/
.login-alert span {
	color: rgb(243, 17, 17) !important;
	font-weight: bold !important;
	text-align: center !important;
}

/** Booking >> .euros **/
.euros {
	color: rgb(0, 0, 0) !important;
	font-size: 14px !important;
}

/** Booking >> #frm_field_227_container **/
#frm_field_227_container {
	padding-top: 30px !important;
	border-top: 1px solid rgb(51, 51, 51) !important;
}

/** Booking >> #frm_field_171_container **/
#frm_field_171_container {
	padding-bottom: 15px !important;
	border-bottom: 1px solid rgb(51, 51, 51) !important;
}

/** Booking >> .stepss p **/
.stepss p {
	color: rgb(255, 255, 255) !important;
	font-size: 16px !important;
	text-align: center !important;
	background-color: rgb(133, 194, 184) !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** Booking >> .hidef, .hides, .hideg **/
.hidef, 
.hides, 
.hideg {
	display: none !important;
}

/** Booking >> .mt-page-custom-booking .hides, .mt-page-send-to-calendar .hides, .mt-page-edit-group .hideg **/
.mt-page-custom-booking .hides, 
.mt-page-send-to-calendar .hides, 
.mt-page-edit-group .hideg {
	display: block !important;
}

/** Booking >> .hiderecovform **/
.hiderecovform {
	display: none !important;
}

/** Booking >> p.tourname **/
p.tourname {
	font-size: 18px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background-color: rgb(17, 17, 17) !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}

/** Booking >> #sepp **/
#sepp {
	background-color: rgb(227, 227, 227) !important;
	width: 2px !important;
	height: 90% !important;
	margin-top: 90px !important;
	margin-left: 60px !important;
}

/** Booking >> #boo-form .frm_rootline_group **/
#boo-form .frm_rootline_group {
	margin-top: 0 !important;
}

/** Booking >> #boo-desc **/
#boo-desc {
	font-size: 14px !important;
	padding-top: 52px !important;
}

/** Booking >> #boo-desc h2, #boo-desc h3 **/
#boo-desc h2, 
#boo-desc h3 {
	font-size: 24px !important;
	line-height: 26px !important;
	margin-top: 40px !important;
}

/** Booking >> #boo-desc ul **/
#boo-desc ul {
	padding-left: 20px !important;
}

/** Booking >> #boo-desc li **/
#boo-desc li {
	margin-bottom: 5px !important;
}

/** Booking >> #boo-help **/
#boo-help {
	padding-top: 84px !important;
}

/** Booking >> #boo-help a **/
#boo-help a {
	font-size: 12px !important;
	font-weight: 500 !important;
	text-align: center !important;
	background-color: rgb(247, 247, 247) !important;
	padding: 10px !important;
	margin-top: 5px !important;
	border: 1px solid rgb(17, 17, 17) !important;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 30px !important;
	display: block !important;
}


/*= Shop ====================== */

/** Shop >> .productss **/
.productss {
	margin-top: 60px !important;
	margin-bottom: 120px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Shop >> .pimage img **/
.pimage img {
	width: 100% !important;
	min-width: 600px !important;
	height: 100% !important;
	max-height: 400px !important;
}

/** Shop >> .pdesc **/
.pdesc {
	padding: 0 30px 0 30px !important;
	position: relative !important;
}

/** Shop >> .pdesc p **/
.pdesc p {
	font-size: 16px !important;
	line-height: 24px !important;
}

/** Shop >> .pages-content :is(a.buypnow) **/
.pages-content :is(a.buypnow) {
	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;
	width: 135px !important;
	padding: 10px 16px 10px 16px !important;
	margin-top: 30px !important;
	border: 1px solid rgb(255, 255, 255) !important;
	border-radius: 6px !important;
	position: relative !important;
	top: 30px !important;
}

/** Shop >> .pages-content :is(a.buypnow:hover) **/
.pages-content :is(a.buypnow: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;
}

/** Shop >> .single-product img.attachment-thumbnail **/
.single-product img.attachment-thumbnail {
	width: 100% !important;
	margin-bottom: 15px !important;
}

/** Shop >> .single-product form **/
.single-product form {
	width: 100% !important;
	min-width: 460px !important;
}


/*= Private Areas ============= */

/** Private Areas >> .firstdiv **/
.firstdiv {
	max-width: 1000% !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	margin-right: auto !important;
	margin-bottom: 30px !important;
	margin-left: auto !important;
	border-bottom: 1px solid rgb(255, 255, 255) !important;
}

/** Private Areas >> .secdiv **/
.secdiv {
	max-width: 1000% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/** Private Areas >> .thirddiv **/
.thirddiv {
	max-width: 1000% !important;
	margin-top: 60px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/** Private Areas >> .firstdiv a **/
.firstdiv a {
	font-weight: bold !important;
	border-bottom-color: rgb(228, 34, 34) !important;
	border-bottom-style: solid !important;
}

/** Private Areas >> .firstdiv p **/
.firstdiv p {
	text-align: center !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** Private Areas >> .booklist **/
.booklist {
	padding: 5px !important;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

/** Private Areas >> .tablediv **/
.tablediv {
	color: rgb(51, 51, 51) !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 20px !important;
}

/** Private Areas >> .tablediv .form-control **/
.tablediv .form-control {
	color: rgb(51, 51, 51) !important;
	background-color: rgb(255, 255, 255) !important;
}

/** Private Areas >> .delbook **/
.delbook {
	color: rgb(244, 20, 20) !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-transform: lowercase !important;
	background-color: rgb(255, 255, 255) !important;
	padding: 2px 4px 2px 4px !important;
	float: right !important;
}

/** Private Areas >> .mylogin **/
.mylogin {
	text-align: center !important;
	text-transform: uppercase !important;
	padding-left: 0 !important;
}

/** Private Areas >> .custour **/
.custour {
	font-size: 22px !important;
}

/** Private Areas >> .custour2 **/
.custour2 {
	font-size: 20px !important;
	font-weight: bold !important;
	text-decoration: underline !important;
	margin-top: 30px !important;
}


/*= Tour categories =========== */

/** Tour categories >> #shortcode-35-2049 .fullw **/
#shortcode-35-2049 .fullw {
	margin-left: -15px !important;
}

/** Tour categories >> .catpageheader **/
.catpageheader {
	color: rgb(255, 255, 255) !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8) !important;
	background-color: rgb(172, 74, 74) !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 600px !important;
	padding-right: 20% !important;
	padding-left: 20% !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: center !important;
	justify-content: center !important;
	position: relative !important;
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), var(--image-url) center center !important;
}


/*= Calendar ================== */

/** Calendar >> body.mt-page-tour-calendar **/
body.mt-page-tour-calendar {
	background-color: rgb(255, 255, 255) !important;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0.99)) !important;
}

/** Calendar >> .page.mt-page-tour-calendar **/
.page.mt-page-tour-calendar {
	background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255)) !important;
}


/*= Ironman =================== */

/** Ironman >> .mt-tour-ironman-70-3-portugal-triathlon-camp #div_block-966-2238 **/
.mt-tour-ironman-70-3-portugal-triathlon-camp #div_block-966-2238 {
	display: none !important;
}

/** Ironman >> .mt-tour-ironman-70-3-portugal-triathlon-camp #div_block-954-2238 **/
.mt-tour-ironman-70-3-portugal-triathlon-camp #div_block-954-2238 {
	width: 100% !important;
}


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

/** Blog out >> p .aligncenter **/
p .aligncenter {
	max-width: 100% !important;
	height: 100% !important;
	margin: 40px auto 40px auto !important;
	display: block !important;
}

/** Blog out >> .mt-post-live-love-ride-portugal-bike-tours-2019-catalogue-2 #inner_content-24-3400 iframe **/
.mt-post-live-love-ride-portugal-bike-tours-2019-catalogue-2 #inner_content-24-3400 iframe {
	width: 100% !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;
}


/*= Login ===================== */

/** Login >> #login p, #login form **/
#login p, 
#login form {
	background-color: rgb(0, 0, 0) !important;
}


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

/** Blog >> #blog h2 **/
#blog h2 {
	font-size: 32px !important;
	line-height: 36px !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;
	font-weight: bold !important;
	margin-top: 0 !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;
}

/** Blog >> #blog form label **/
#blog form label {
	color: rgb(0, 0, 0) !important;
}

/** Blog >> #blog-post div.aligncenter **/
#blog-post div.aligncenter {
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
}


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

/** Adjusts >> .pages-content :is(a, h1, h2, h3, h4, h5, h6) **/
.pages-content :is(a, h1, h2, h3, h4, h5, h6) {
	line-height: 1.3p !important;
	color: rgb(133, 194, 184) !important;
}

/** Adjusts >> .pages-content :is(a):hover **/
.pages-content :is(a):hover {
	color: rgb(69, 104, 99) !important;
}

/** Adjusts >> .oxy-toggle-content h3 **/
.oxy-toggle-content h3 {
	color: rgb(0, 0, 0) !important;
}

/** Adjusts >> .spacehelp **/
.spacehelp {
	margin: 30px 5px 30px 5px !important;
}

/** Adjusts >> .modal-open.mt-14675 #form_contact-form **/
.modal-open #form_contact-form fieldset {
	padding: 10px !important;
}


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

/** Reviews  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 >> .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 >> .loop-reviews .js-wpv-view-layout > .review-box h3 **/
.loop-reviews .js-wpv-view-layout > .review-box h3 {
	line-height: 30px !important;
	margin-bottom: 10px !important;
}

/** Reviews  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 >> .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 >> .loop-reviews .js-wpv-view-layout .review-author **/
.loop-reviews .js-wpv-view-layout .review-author {
	font-weight: bold !important;
}

/** Reviews  2 >> .loop-reviews-home .js-wpv-view-layout **/
.loop-reviews-home .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-gap: 30px !important;
	gap: 30px !important;
}

/** Reviews  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 >> .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 >> .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 >> .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 >> .loop-reviews-home .js-wpv-view-layout .review-author **/
.loop-reviews-home .js-wpv-view-layout .review-author {
	font-weight: bold !important;
}

/** Reviews  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 >> .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 >> .loop-reviews-single .js-wpv-view-layout > .review-box h3 **/
.loop-reviews-single .js-wpv-view-layout > .review-box h3 {
	line-height: 30px !important;
	margin-bottom: 10px !important;
}

/** Reviews  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 >> .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 >> .loop-reviews-single .js-wpv-view-layout .review-author **/
.loop-reviews-single .js-wpv-view-layout .review-author {
	font-weight: bold !important;
}

/** Reviews  2 >> .loop-reviews-single .js-wpv-view-layout a **/
.loop-reviews-single .js-wpv-view-layout a {
	color: rgb(0, 0, 0) !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-421-35090 div **/
#toolset_view-421-35090 div {
	text-align: left !important;
	display: inline-block !important;
}

/** S Tours v2 >> #toolset_view-421-35090 div div **/
#toolset_view-421-35090 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-421-35090 div h4 **/
#toolset_view-421-35090 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.25px !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.25px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

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


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

/** Dates 2 >> .ccuss **/
.ccuss {
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	line-height: 1px !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: 1px !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: 1px !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: 1px !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: 1px !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 >> .abouthd **/
	.abouthd {
	display: none !important;
}

	/** All Tours >> .col-md-2 **/
	.col-md-2 {
	width: 25% !important;
}

	/** All Tours >> .gtour **/
	.gtour {
	background-position: right !important;
}

	/** All Tours >> .mt-page-all-tours .btn **/
	.mt-page-all-tours .btn {
	margin-top: 30px !important;
}

	/** All Tours >> .mt-page-all-tours .btn:hover **/
	.mt-page-all-tours .btn:hover {
	margin-top: 30px !important;
}

	/** Single Tours >> .whysbox img **/
	.whysbox img {
	max-width: 450px !important;
	height: auto !important;
}

	/** Single Tours >> .requestit a **/
	.requestit a {
	padding-bottom: 11.7px !important;
}

	/** Single Tours >> .booke **/
	.booke {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	margin-top: -1px !important;
}

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

	/** Open Dates Calendar >> .odc **/
	.odc {
	-webkit-flex-basis: 48.6% !important;
	flex-basis: 48.6% !important;
}

	/** Shop >> .pimage img **/
	.pimage img {
	width: 100% !important;
	min-width: 400px !important;
	height: 100% !important;
	max-height: 300px !important;
}

	/** Shop >> .single-product img.attachment-thumbnail **/
	.single-product img.attachment-thumbnail {
	width: 100% !important;
	height: auto !important;
}

	/** Adjusts >> .requestit a **/
	.requestit a {
	display: inline-block !important;
}

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

}


/*( Desktop & Tablet )*/
@media (max-width: 991px) {
	/** General >> .cbutton3 **/
	.cbutton3 {
	padding: 12px !important;
}

	/** General >> .frmcal-title **/
	.frmcal-title {
	padding-top: 40px !important;
}

	/** General >> .abouthm **/
	.abouthm {
	display: none !important;
}

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

	/** All Tours >> .fullw **/
	.fullw {
	margin-top: 20px !important;
}

	/** All Tours >> .fullwv2 **/
	.fullwv2 {
	margin-top: 20px !important;
}

	/** All Tours >> .fullw > div **/
	.fullw > div {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

	/** All Tours >> .fullwv2 > div **/
	.fullwv2 > div {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

	/** All Tours >> .alltourshr **/
	.alltourshr {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
	margin-top: -40px !important;
}

	/** All Tours >> .col-md-2 **/
	.col-md-2 {
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-right: 20px !important;
	margin-left: 20px !important;
}

	/** Single Tours >> .whysbox .boxxins **/
	.whysbox .boxxins {
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	/** Single Tours >> .whysbox .boxxin **/
	.whysbox .boxxin {
	padding: 0 !important;
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Single Tours >> .reviewsbox **/
	.reviewsbox {
	padding-right: 50px !important;
	padding-left: 50px !important;
}

	/** Single Tours >> .requestit a **/
	.requestit a {
	padding-bottom: 11.7px !important;
}

	/** Single Tours >> .whysbox img **/
	.whysbox img {
	width: 100% !important;
	max-width: 100% !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;
}

	/** Open Dates Calendar >> .odc **/
	.odc {
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Shop >> .productss **/
	.productss {
	text-align: center !important;
	margin-bottom: 45px !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	/** Shop >> .pimage **/
	.pimage {
	width: 100% !important;
	margin-bottom: 30px !important;
}

	/** Shop >> .pdesc **/
	.pdesc {
	margin-bottom: 60px !important;
}

	/** Shop >> .pimage img **/
	.pimage img {
	width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	max-height: 100% !important;
}

	/** Tour categories >> #shortcode-35-2049 .fullw **/
	#shortcode-35-2049 .fullw {
	margin-left: 0 !important;
}

	/** Booking >> #sepp **/
	#sepp {
	display: none !important;
}

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

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

	/** Adjusts >> .requestit a **/
	.requestit a {
	display: inline-block !important;
}

	/** Adjusts >> .oxy-nav-menu .oxy-nav-menu-list li.menu-item a **/
	.oxy-nav-menu .oxy-nav-menu-list li.menu-item a {
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-align-content: center !important;
	align-content: center !important;
}

	/** Reviews  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 >> .loop-reviews-home .js-wpv-view-layout > .review-box **/
	.loop-reviews-home .js-wpv-view-layout > .review-box {
	-webkit-flex-basis: 47% !important;
	flex-basis: 47% !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** General >> .cbutton **/
	.cbutton {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

	/** General >> .cbutton:hover **/
	.cbutton:hover {
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

	/** General >> .cbutton3 **/
	.cbutton3 {
	font-size: 12px !important;
	line-height: 12px !important;
	padding: 2px !important;
}

	/** General >> .frmcal-title **/
	.frmcal-title {
	font-size: 26px !important;
	line-height: 30px !important;
	padding-top: 60px !important;
}

	/** General >> .abouthm **/
	.abouthm {
	display: none !important;
}

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

	/** All Tours >> .fullw **/
	.fullw {
	margin-top: 20px !important;
}

	/** All Tours >> .fullwv2 **/
	.fullwv2 {
	margin-top: 20px !important;
}

	/** All Tours >> .gtourbg **/
	.gtourbg {
	width: 55% !important;
}

	/** All Tours >> .alltourshr **/
	.alltourshr {
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

	/** All Tours >> .col-md-2 **/
	.col-md-2 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

	/** All Tours >> .mt-page-all-tours .btn **/
	.mt-page-all-tours .btn {
	margin-top: 0 !important;
}

	/** Single Tours >> .whysbox img **/
	.whysbox img {
	width: 100% !important;
	height: 100% !important;
}

	/** Single Tours >> .whysbox .boxxins **/
	.whysbox .boxxins {
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	/** Single Tours >> .whysbox .boxxin **/
	.whysbox .boxxin {
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Single Tours >> #frmcal-216 **/
	#frmcal-216 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

	/** Single Tours >> .reviewsbox **/
	.reviewsbox {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

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

	/** Single Tours >> .requestit a **/
	.requestit a {
	padding-bottom: 11.7px !important;
}

	/** Single Tours >> .bbgl **/
	.bbgl {
	width: auto !important;
	min-width: 100% !important;
}

	/** Single Tours >> .booke **/
	.booke {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

	/** Single Tours >> .requestit **/
	.requestit {
	margin-right: 5px !important;
	margin-left: 5px !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;
}

	/** Open Dates Calendar >> .gtourbg2-new **/
	.gtourbg2-new {
	min-height: 1px !important;
}

	/** Open Dates Calendar >> .gtourbg2 **/
	.gtourbg2 {
	min-height: 1px !important;
}

	/** Open Dates Calendar >> .odc **/
	.odc {
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Shop >> .productss **/
	.productss {
	margin-bottom: 90px !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	/** Shop >> .pimage **/
	.pimage {
	width: 100% !important;
	margin-bottom: 30px !important;
}

	/** Shop >> .pimage img **/
	.pimage img {
	width: 100% !important;
	height: 100% !important;
}

	/** Shop >> .single-product form **/
	.single-product form {
	min-width: 400px !important;
}

	/** Tour categories >> #shortcode-35-2049 .fullw **/
	#shortcode-35-2049 .fullw {
	margin-left: 0 !important;
}

	/** Tour categories >> .catpageheader **/
	.catpageheader {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

	/** Reviews  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 >> .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 >> .loop-reviews-single .js-wpv-view-layout > .review-box **/
	.loop-reviews-single .js-wpv-view-layout > .review-box {
	padding: 10px !important;
}

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

	/** S Tours v2 >> #toolset_view-421-35090 div div **/
	#toolset_view-421-35090 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;
}

}


/*( Phone )*/
@media (max-width: 479px) {
	/** General >> .cbutton **/
	.cbutton {
	font-size: 8px !important;
	line-height: 14px !important;
	padding: 1px !important;
	margin-bottom: 6px !important;
}

	/** General >> .cbutton:hover **/
	.cbutton:hover {
	font-size: 8px !important;
	line-height: 14px !important;
	padding: 1px !important;
}

	/** General >> .cbutton3 **/
	.cbutton3 {
	font-size: 9px !important;
	line-height: 10px !important;
	padding: 4px 2px 4px 2px !important;
}

	/** General >> .frmcal-header **/
	.frmcal-header {
	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;
}

	/** General >> .frmcal-title **/
	.frmcal-title {
	font-size: 26px !important;
	line-height: 30px !important;
	padding-top: 10px !important;
}

	/** General >> .frmcal-dropdown **/
	.frmcal-dropdown {
	width: 150% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

	/** General >> .page td **/
	.page td {
	width: 10% !important;
}

	/** General >> .abouthm **/
	.abouthm {
	display: none !important;
}

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

	/** All Tours >> .fullw **/
	.fullw {
	margin-top: 20px !important;
}

	/** All Tours >> .fullwv2 **/
	.fullwv2 {
	margin-top: 20px !important;
}

	/** All Tours >> .gtourbg **/
	.gtourbg {
	width: 100% !important;
}

	/** All Tours >> .alltourshr **/
	.alltourshr {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

	/** All Tours >> .alltourshr h1 **/
	.alltourshr h1 {
	font-size: 30px !important;
	line-height: 40px !important;
}

	/** All Tours >> .alltourshr h2 **/
	.alltourshr h2 {
	font-size: 20px !important;
	line-height: 30px !important;
}

	/** All Tours >> .mt-page-all-tours .btn **/
	.mt-page-all-tours .btn {
	width: 200% !important;
	margin-top: 0 !important;
}

	/** All Tours >> .mt-page-all-tours .btn:hover **/
	.mt-page-all-tours .btn:hover {
	width: 200% !important;
	margin-top: 20px !important;
}

	/** Single Tours >> .whysbox **/
	.whysbox {
	padding: 10px !important;
}

	/** Single Tours >> .whysbox img **/
	.whysbox img {
	width: 100% !important;
	height: 100% !important;
}

	/** Single Tours >> .whysbox .boxxins **/
	.whysbox .boxxins {
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	/** Single Tours >> .whysbox .boxxin **/
	.whysbox .boxxin {
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Single Tours >> #frmcal-216 **/
	#frmcal-216 {
	padding-right: 2px !important;
	padding-left: 2px !important;
}

	/** Single Tours >> .reviewsbox **/
	.reviewsbox {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

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

	/** Single Tours >> .requestit **/
	.requestit {
	font-size: 10px !important;
	padding: 5px !important;
	display: inline-block !important;
}

	/** Single Tours >> .requestit a **/
	.requestit a {
	font-size: 10px !important;
	padding-right: 5px !important;
	padding-bottom: 11.7px !important;
	padding-left: 5px !important;
	bottom: 0 !important;
	display: inline-block !important;
}

	/** Single Tours >> .booke **/
	.booke {
	font-size: 10px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

	/** Single Tours >> .optionsbut .booke **/
	.optionsbut .booke {
	margin-right: 6px !important;
	margin-bottom: 10px !important;
	margin-left: 6px !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;
}

	/** Open Dates Calendar >> .odc **/
	.odc {
	-webkit-flex-basis: 100% !important;
	flex-basis: 100% !important;
}

	/** Shop >> .productss **/
	.productss {
	margin-bottom: 45px !important;
	-webkit-flex-wrap: wrap !important;
	-moz-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

	/** Shop >> .pimage **/
	.pimage {
	width: 100% !important;
	margin-bottom: 30px !important;
}

	/** Shop >> .pimage img **/
	.pimage img {
	width: 100% !important;
	height: 100% !important;
}

	/** Shop >> .pdesc **/
	.pdesc {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

	/** Shop >> #wpv-view-layout-2816-TCPID41 div **/
	#wpv-view-layout-2816-TCPID41 div {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

	/** Shop >> .single-product form **/
	.single-product form {
	min-width: 100% !important;
}

	/** Tour categories >> #shortcode-35-2049 .fullw **/
	#shortcode-35-2049 .fullw {
	margin-left: 0 !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;
}

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

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

	/** Adjusts >> .spacehelp **/
	.spacehelp {
	margin-bottom: 10px !important;
}

	/** Adjusts >> .requestit a **/
	.requestit a {
	display: inline-block !important;
}

	/** Adjusts >> .spacehelp a **/
	.spacehelp a {
	display: inline-block !important;
}

}

