/*
Theme Name: Out Adventures
Author: Superfish Brands
Author URI: https://superfishbrands.com
Description: Out Adventures Theme
Version: 1.0
License: Private
Text Domain: outadventures

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Muli', sans-serif;
	line-height: 1;
	color: #5A5A5A;
	-webkit-text-size-adjust:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

figcaption {
	font-size: 80%;
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

*:focus {
	outline: none;
}


input,
select,
textarea,
button {
	font-family: 'Muli', sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

strong {
	font-weight: bold;
}

html.overhidden,
body.overhidden {
	overflow: hidden;
	position: relative;
    height: 100%;
}

.h3 {
    font-size: 20px;
    color: #5A5A5A;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* Helper */

.clearfix::after,
.tabs::after,
.columns::after,
.two-vertical-col::after,
.select-boxes::after,
.single-post-list::after,
.review-list-container > div::after {
	content: '';
	display: table;
	clear: both;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.fixed {
	position: fixed;
}

.container {
	position: relative;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.container::before,
.two-vertical-col::before {
	content: '';
	display: table;
}

.container::after {
	content: '';
	display: table;
	clear: both;
}

.page-with-sidebar {
	padding-bottom: 40px;
}

.page-with-sidebar .page-content {
	float: left;
	width: 75%;
}

.page-with-sidebar .sidebar {
	float: left;
	width: 25%;
	padding-left: 4%;
}

.transition-3d-hover {
	letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover, .transition-3d-hover:focus {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 0;
	background-image: url(assets/chevron-down.svg);
	background-repeat: no-repeat;
    width: 12px;
    height: 6px;
    margin-left: -10px;
    margin-top: -4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0;
	background-image: url(assets/chevron-down.svg);
	background-repeat: no-repeat;
    width: 12px;
    height: 6px;
    margin-left: -10px;
    margin-top: -4px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    width: 90%;
    padding: 10px 4px;
	border: none;
	border-bottom: 1px solid #99A1A3;
	background-image: url(assets/magnifying-glass.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px;
}

.no-hero-page .header {
	margin-bottom: 45px;
}

.flat-page ul,
.flat-page ol,
.default-list,
.highlights ul,
.included-n-not ul{
	padding-left: 18px;
	list-style: disc;
}

.flat-page ol,
ol.default-list {
	list-style: decimal;
}

.flat-page li,
.default-list li,
.highlights li,
.included-n-not li {
	line-height: 20px;
	margin-bottom: 10px;
}

#myInput {
	color: #5A5A5A;
}


.columns {

}

.columns.col-3 {
	margin-left: -1.66%;
	margin-right: -1.66%;
}

.columns.col-2 {
	margin-left: -2%;
	margin-right: -2%;
}

.columns .scolumn {
	float: left;
}

.columns.col-3 .scolumn {
	width: 30%;
	margin: 0 1.66%;
}

.columns.col-2 .scolumn {
	width: 46%;
	margin: 0 2%;
}

.big-green-button {
	width: 462px;
	padding: 10px 10px; 
	border-radius: 4px;
	background-color: #a5c620;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.big-green-button:hover {
	background-color: #BABABA;
	box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.three-photos-grid {
	overflow: hidden;
}

.three-photos-grid > div {	
	height: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
}

.three-photos-grid > div.big-blog-image {
	float: left;
	width: 68%;
	padding-bottom: 50%;
}

.three-photos-grid > div.small-blog-image {
	float: right;
	width: 30%;
	padding-bottom: 24%;
	margin-bottom: 2%;
}


/* Landing Page */

.landing-top-header {
	position: relative;
	width: 1222px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.landing-top-header .logo img {
	margin: 0 auto;
	height: 79px;
}

.landing-top-header .socials {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 20px;
}

.landing-top-header .socials a {
	color: #BABABA;
	margin: 0 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.landing-top-header .socials a:hover {
	color: #F03995;
}

.content-landing h2 {
	font-size: 25px;
	font-weight: bold;
	color: #5A5A5A;
	text-align: center;
    letter-spacing: 4px;
}

.landing-options {
	width: 1222px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.options {
	position: relative;
	float: left;
	width: 571px;
	height: 445px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.overshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .3;
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	z-index: 1;
}

.options:hover .overshadow {
	opacity: 0.6;
}

.gay-option {
	background-image: url(assets/gay-men.jpg);
}

.lesbian-option {
	background-image: url(assets/lesbian.jpg);
}

.inside {
	position: relative;
	padding-top: 44%;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.inside .big-title {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-shadow: 0 4px 10px #5A5A5A;
}

.inside p {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 3px;
}

.inside a {
	display: block;
	width: 200px;
	padding: 10px 30px;
	margin: 40px auto 0;
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: transparent;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	border-radius: 4px;
	text-shadow: 0 4px 10px #5A5A5A;
}

.inside a span {
	position: relative;
}

.inside a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    margin-left: 5px;
    background-image: url(assets/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.options:hover .inside a,
.inside a:hover {
	background-color: #F03995;
	border: 2px solid #F03995;
	text-shadow: none;
}

.options:hover .inside p,
.options:hover .inside .big-title {
	text-shadow: none;
}

.overlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.footer-landing {
	padding-top: 60px;
	padding-bottom: 40px;
}


.content-landing > p {
	max-width: 1024px;
	margin: 0 auto;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
	text-align: center;
	color: #5A5A5A;
}

/* Header */

.header {
	padding-top: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.header .logo-container,
.header .menu-nav-container {
	float: left;
}

.header .logo-container {
	width: 25%;
}

.header .menu-nav-container {
	position: relative;
	width: 75%;
}

.header .logo-container img {
	height: 65px;
}

.header .logo-container a {
	display: inline-block;
	vertical-align: middle;
}

.header .socials,
.header .menu-nav {
	float: right;
	width: 100%;
	text-align: right;
}

.header .socials {
	margin-bottom: 28px;
}

.header .socials a {
	color: #BABABA;
	margin: 0 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.header .socials a:hover {
	color: #F03995;
}

.header .socials a:last-child {
	margin-right: 0;
	text-transform: uppercase;
    font-size: 12px;
    color: #BABABA;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.search-top-bar {
	display: inline-block;
}

.search-top-bar input {
	width: 0;
    padding: 2px 0px;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #99A1A3;
    -webkit-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.search-top-bar:hover input {
	width: 150px;
}

.search-top-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BABABA;
}

.search-top-bar input::-moz-placeholder { /* Firefox 19+ */
  color: #BABABA;
}

.search-top-bar input:-ms-input-placeholder { /* IE 10+ */
  color: #BABABA;
}

.search-top-bar input:-moz-placeholder { /* Firefox 18- */
  color: #BABABA;
}

.search-top-bar a {
	display: inline-block;
}

.header .menu-nav {

}

.header .menu-nav ul {
	
}

.header .menu-nav > ul > li {
	display: inline-block;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.header .menu-nav ul li:last-child {
	margin-right: 0;
}

.header .menu-nav ul li a {
	color: #5A5A5A;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.header .menu-nav > ul > li:hover > a,
.header .menu-nav > ul > li.active > a {
	color: #F03995!important;
}

.header .menu-nav > ul > li.current_page_item > a,
.header .menu-nav > ul > li.current-menu-ancestor > a,
.header .menu-nav > ul > li.current-menu-item > a {
	font-weight: bold;
	color: #F03995;
}

.header .menu-nav ul > li.menu-item-has-children {
	position: relative;
}

.header .menu-nav ul > li.menu-item-has-children > a:after,
.header .menu-nav ul > li.destinations-open > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 12px;
  	content: "\f078";
  	margin-left: 5px;
}

.header .menu-nav ul > li.menu-item-has-children ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 175px;
	padding: 20px 0;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 9px 2px rgba(179, 179, 179, 0.5);
	z-index: 99999;
}

.header .menu-nav ul > li.menu-item-has-children:hover ul {
	display: block;
}

.header .menu-nav ul > li.menu-item-has-children ul li {
	position: relative;
	text-align: left;
}

.header .menu-nav ul > li.menu-item-has-children ul li a {
	display: block;
	width: 100%;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
}

.header .menu-nav ul > li.menu-item-has-children ul li:hover a,
.header .menu-nav ul > li.menu-item-has-children ul li.current_page_item a {
	background-color: #f03995;
	color: #fff;
}

.mobile-menu-open {
	display: none!important;
    font-size: 40px;
    color: #a5c71f;
    margin-right: 10px;
}

.search-bar-mobile {
	float: left;
	display: none;
	width: 40%;
}

.search-bar-mobile form input {
	float: right;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	border-bottom: 1px solid #BABABA;
	margin-top: 5px;
    background-image: url(assets/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 18px;
    -webkit-appearance: none;
}

.search-bar-mobile form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BABABA;
}

.search-bar-mobile form input::-moz-placeholder { /* Firefox 19+ */
  color: #BABABA;
}

.search-bar-mobile form input:-ms-input-placeholder { /* IE 10+ */
  color: #BABABA;
}

.search-bar-mobile form input:-moz-placeholder { /* Firefox 18- */
  color: #BABABA;
}


.destinations-submenu {
	display: none;
	position: absolute;
	width: 376px;
	height: 231px;
	box-shadow: 0px 2px 9px rgba(179,179,179,.5);
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
	z-index: 99;
}

.destinations-submenu.active {
	display: block!important;
}

.destinations-submenu > div {
	float: left;
	width: 50%;
	height: 100%;	
}

.country-list {
	padding-bottom: 20px;
}

.country-list ul {
	height: 150px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	overflow-y: auto;
}

.country-list ul li {
	position: relative;
}

.country-list ul li.separator {
	margin-top: 4px;
	margin-bottom: 4px;
}

.country-list ul li a {
	display: block;
	padding: 4px 0;
	font-size: 15px;
  /*color: #393939;*/
	color: #5A5A5A;
}

.country-list ul li:hover a,
.country-list ul li.current a {
	color: #fff;
}

.country-list ul li:not(.separator):hover,
.country-list ul li.current {
	background-color: #F03995;
}

.country-list ul li:not(.separator):hover:before,
.country-list ul li.current:before {
	content: '';	
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	background-color: #F03995;
}

.country-list ul li:not(.separator):hover:after,
.country-list ul li.current:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;	
	width: 100%;
	height: 100%
	background-color: #F03995;
}

.input-search-d {
	padding: 20px 15px 0;
}

.country-list input {
	width: 92%;
	padding: 6px 6px 6px 0;	
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #99A1A3
}

.country-list input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BABABA;
}

.country-list input::-moz-placeholder { /* Firefox 19+ */
  color: #BABABA;
}

.country-list input:-ms-input-placeholder { /* IE 10+ */
  color: #BABABA;
}

.country-list input:-moz-placeholder { /* Firefox 18- */
  color: #BABABA;
}

.country-list .nano {
	margin-top: 5px;
	height: 152px;
}

.separator {
	font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}

.nano .nano-pane   { background: #fff; }
.nano .nano-slider { background: #BABABA!important; }


.destinations-submenu .destinations-thumbs {
	position: relative;
	padding: 20px 15px;
	background-image: url(assets/header-destination-dropdown.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
}

.destinations-submenu .destinations-thumbs a {
	position: relative;
	margin-top: 110%;
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	z-index: 10;
}

.destinations-submenu .destinations-thumbs a:hover {
	color: #F03995;
}

.destinations-submenu .destinations-thumbs .overshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}

.destinations-submenu .destinations-thumbs a:hover + .overshadow {
	opacity: .3;
}

.destinations-submenu .destinations-thumbs a span:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 12px;
  	content: "\f054";
  	margin-left: 10px;
}

/* Footer */

.footer {
	margin-top: 40px;
}

.list-tour-page-default .footer,
.about-template .footer {
	margin-top: 0;
}

.footer .container {
	border-top: 1px solid #5A5A5A;
}

.list-tour-page-default .footer .container,
.about-template .footer.container,
.no-footer-line .footer .container {
	border-top: none;
}

.column-1,
.column-2,
.column-3,
.column-4 {
	float: left;
	padding-top: 50px;
}

.column-1,
.column-2 {
	width: 25%;
}

.column-3 {
	width: 30%;
}

.column-4 {
	width: 20%;
}

.footer ul {
	padding-left: 0;
}

.footer ul li {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
	color: #5A5A5A;
}

.footer ul li a {
	font-size: 15px;
	font-weight: normal;
	color: #5A5A5A;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.footer ul li a:hover,
.footer ul li.current-menu-item a {
	color: #F03995;
}

.footer ul li.current-menu-item a {
	font-weight: bold;
}

.socials-footer {
	margin-top: 40px;
}

.socials-footer a {
	color: #BABABA;
	margin: 0 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.socials-footer a:hover {
	color: #F03995;
}

.socials-footer a:first-child {
	margin-left: 0;
}

.column-4 img {
	display: block;
	margin-left: auto;
}

.tico img  {
	max-width: 100px;
	margin-bottom: 10px;
}

.iglta img  {
	max-width: 150px;
}
.bottom-footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.bottom-footer .switch {
	float: left;
}

.bottom-footer .switch a {
	font-size: 11px;
	color: #5A5A5A;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.bottom-footer .switch a:hover {
	color: #F03995;
}

.bottom-footer .copyright {
	float: right;
	text-align: right;
}

.bottom-footer .copyright,
.bottom-footer .copyright a {
	font-size: 13px;
	color: #5A5A5A;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.bottom-footer .copyright a:hover {
	color: #F03995;
}

/* Homepage Styles */

.hero {
	width: 100%;
	height: 519px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.hero > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hero img {
	position: relative;
	display: none;
	max-width: 100%;
	height: auto;
	z-index: 1;
}

.search-location-home {
	position: relative;
	float: left;
	padding: 40px 25px;
	margin-top: 10%;
	background-color: #fff;
	border-radius: 8px;
	z-index: 3;
}

.search-location-home h2,
.search-location-mobile h2 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 800;
	color: #A5C71F;
}

.search-location-home p,
.search-location-mobile p {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #5A5A5A;
}

.select-country-form {
	margin-top: 22px;
}

.select-country-form select {
	width: 200px;
	font-size: 15px;
	padding: 10px 20px;
}

.search-location-home .select2 {
	width: 200px!important;
}

.select-country-form button {
	padding: 10px 40px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #A5C71F;
	text-align: center;
	border-radius: 6px;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: middle;
}

.select-country-form button:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.select2-container {
	z-index: 100;
}

.select-country-form .select2-container .select2-selection--single,
.select-country-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}

.select-country-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-results__option .select2-results__option {
	color: #5A5A5A;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #EDEDED;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #F03995;
	color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
	font-weight: bold;
	color: #F03995;
}

.home-message-section {
	margin-top: 40px;
	padding-top: 40px;
	text-align: center;
}

.home-message-section .container {
	padding-bottom: 60px;
	border-bottom: 1px solid #5A5A5A;
}

.home-message-section h3 {
	font-size: 21px;
	line-height: 30px;
	color: #5A5A5A;
}

.search-location-mobile h2,
.search-location-mobile p {
	text-align: center;
}

.search-location-mobile .search-location-mobile-container {
	padding-top: 40px;
	padding-bottom: 40px;
    border-bottom: 1px solid #5A5A5A;
}

.gay-tours-theme {
	padding-top: 40px;
}

.gay-tours-theme .container {
	padding-bottom: 60px;
	border-bottom: 1px solid #5A5A5A;
}

.gay-tours-theme h3 {
	font-size: 20px;
	color: #5A5A5A;
	font-weight: bold;
}

.gay-tours-theme ul {
	padding-top: 40px;
	padding-top: 40px;
	text-align: center;
}

.gay-tours-theme ul li {
	display: inline-block;
	width: 32%;
}

.gay-tours-theme.four-themes ul li {
	display: inline-block;
	width: 24%;
}

.gay-tours-theme ul li a {

}

.gay-tours-theme ul li .icon-wrapper {
	height: 108px;
	margin-bottom: 10px;
}

.gay-tours-theme ul li.active .icon-wrapper svg {
	max-width: 70px;
    fill: #5A5A5A;
}

.gay-tours-theme ul li.cruises .icon-wrapper svg {
	margin-top: 38px;
	max-width: 160px;
}

.gay-tours-theme ul li.culture .icon-wrapper svg {
	margin-top: 32px;
}

.gay-tours-theme ul li.flexible .icon-wrapper svg {
	max-width: 85px;
}

.gay-tours-theme ul li.flexible .icon-wrapper svg .st0 {
	clip-path: none!important;
}

.gay-tours-theme ul li a svg g use,
.gay-tours-theme ul li a svg g {
	transition: all .2s ease!important;
	-webkit-transition: all .2s ease!important;
}

.gay-tours-theme ul li a:hover svg g use,
.gay-tours-theme ul li a:hover svg g,
.gay-tours-theme ul li a:hover svg path,
.gay-tours-theme ul li a:hover svg mask,
.gay-tours-theme ul li a:hover svg rect {
	fill: #F03995!important;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	mask: none;
}

.gay-tours-theme ul li a span {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #A5C620;
	text-transform: uppercase;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.gay-tours-theme ul li a span:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
}

.gay-tours-theme ul li a:hover span {
	color: #F03995;
}

.upcoming-gay-tours {
	padding-top: 40px;
	padding-bottom: 40px;
}

.upcoming-gay-tours h3 {
	float: left;
	margin-top: 6px;
	font-size: 20px;
	color: #5A5A5A;
	font-weight: bold;
}

.upcoming-gay-tours-header a {
	float: right;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	background-color: #A5C71F;
}

.upcoming-gay-tours-header a:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.upcoming-gay-tours-header a span {
	position: relative;
    left: -8px;
}

.upcoming-gay-tours-header a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    margin-left: 10px;
    background-image: url(assets/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.upcoming-gay-tours .tour-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.upcoming-gay-tours .tour-thumbnail:hover {
	box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.upcoming-gay-tours .tour-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-upcoming-tours {
	margin-left: -1.5%;
	margin-right: -1.5%;
	
}

.slider-upcoming-tours,
.travel-with-us-slick,
.slick-featured-posts {
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    max-height: 510px;
}

.slider-upcoming-tours.slick-initialized,
.travel-with-us-slick.slick-initialized,
.slick-featured-posts.slick-initialized {
	visibility: visible;
    opacity: 1;   
    max-height: inherit;
}

.inside-slider.closed,
.single-tour.closed {
	opacity: .5;
}

.slider-upcoming-tours .inside-slider {
	padding: 5%;
}

.slider-upcoming-tours .inside-slider .date {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5A5A5A;
	text-transform: uppercase;
}

.slider-upcoming-tours .inside-slider .hosted-by {
	margin-bottom: 10px;
	color: #5A5A5A;
	text-transform: uppercase;
}

.slider-upcoming-tours .inside-slider .hosted-by a {
	font-weight: bold;
	color: #A5C620;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.slider-upcoming-tours .inside-slider .hosted-by a:hover {
	color: #BABABA;
}

.slider-upcoming-tours .inside-slider .price {
	font-size: 15px;
	color: #5A5A5A;
}

button.slick-arrow {
	position: absolute;
	top: 40%;
	width: 22px;
	height: 47px;
	margin-top: -11px;
	cursor: pointer;
	z-index: 10;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	background-color: transparent;
	text-indent: -99999px;
}

button.slick-prev.slick-arrow {
	right: 100%;
	margin-right: 20px;
	background-image: url(assets/arrow-left-slider.svg);
}

button.slick-next.slick-arrow {
	left: 100%;
	margin-left: 20px;
	background-image: url(assets/arrow-right-slider.svg);
}

.tailor-made-vacations {
	position: relative;
	width: 100%;
	height: 514px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background-image: url(assets/tailor-made-trip-man-bridge.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.tailor-made-vacations h2,
.tailor-made-vacations .h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.tailor-made-vacations .second-title {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
}

.tailor-made-vacations img {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.tailor-made-vacations .container a {
	float: right;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: bold;
	color: #5A5A5A;
	text-transform: uppercase;
	border-radius: 6px;
	background-color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.tailor-made-vacations .container a:hover {
	color: #fff;
	background-color: #F03995;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.tailor-made-vacations .container a span {
	position: relative;
}

.tailor-made-vacations .container a span:after {
    content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.tailor-made-vacations a.overlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.clear-results {
	display: none;
}

.clear-results.active {
	display: inline-block;
}

.travel-with-us {
	padding-top: 40px;
	padding-bottom: 40px;
}

.travel-with-us .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #5A5A5A;
}

.page-template-homepage .travel-with-us {
	padding-bottom: 0;
}

.page-template-homepage .travel-with-us .container {
	border-bottom: 0;
}

.travel-with-us h3 {
	font-size: 20px;
	color: #5A5A5A;
	font-weight: bold;
	text-transform: uppercase;
}

.travel-with-us-slick .twus-thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 3px solid #A5C620;
	cursor: pointer;
	background-color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	overflow: hidden;
}

.overlay-twus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	background-color: #F03995;
	opacity: 0;
	z-index: 10;
}

.twus-thumb.active .overlay-twus,
.inside-twus:hover .overlay-twus {
	opacity: .4;
	background-color: #F03995;
}

.travel-with-us-slick .inside-twus:hover .twus-thumb {
	border: 3px solid #F03995;
	background-color: #F03995;
}

.inside-twus {
	padding: 10%;
	text-align: center;
}

.inside-twus:hover a {
	color: #F03995;
}

.twus-name a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #A5C620;
}

.twus-positon {
	font-size: 15px;
	line-height: 20px;
	color: #5A5A5A;
}

.reviews {
	padding-top: 40px;
}

.no-hero-page .reviews {
	padding-top: 0;
}

.reviews .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #5A5A5A;
}

.page-template-homepage .reviews {
	padding-top: 0;
}

.page-template-homepage .reviews .container {
	padding-top: 40px;
	padding-bottom: 0;
	border-top: 1px solid #5A5A5A;
	border-bottom: 0;
}

.reviews h3 {
	font-size: 20px;
	color: #5A5A5A;
	font-weight: bold;
	text-transform: uppercase;
}

.reviews .subtitle {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 800;
	color: #5A5A5A;
}

.heart-icon {
    position: relative;
    top: 3px;
	display: inline-block;
	width: 26px;
	height: 23px;
	background-image: url(assets/icon-reviews-heart.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.reviews-slick {
	margin-top: 40px;
}

.reviews-slick .client-image,
.review-list-container .client-image {
	float: left;
	width: 30%;
}

.reviews-slick .review-content,
.review-list-container .review-content {
	float: left;
	width: 70%;
}

.client-thumbnail {
	display: block;
	width: 178px;
	height: 178px;
	border: 3px solid #A5C71F;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-size: cover;
    background-repeat: no-repeat;
}

.reviews-slick .client-image h3,
.review-list-container .client-image h3 {
	font-size: 20px;
	font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
	color: #5a5a5a;
	text-align: center;
}

.reviews-slick .review-content,
.review-list-container .review-content {
	position: relative;
}

.reviews-slick .review-content .view-trip,
.review-list-container .review-content .view-trip {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #A5C71F;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.reviews-slick .review-content .view-trip:hover,
.review-list-container .review-content .view-trip:hover {
	color: #BABABA;
}

.reviews-slick .review-content .view-trip span:after,
.review-list-container .review-content .view-trip span:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.reviews-slick .review-content h2,
.reviews-slick .review-content .h2,
.review-list-container .review-content h2 {
	max-width: 600px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 800;
	color: #A5C71F;
}

.reviews-slick .review-content .review-tour-name,
.review-list-container .review-content .review-tour-name {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	color: #5A5A5A;
	font-weight: bold;
	text-transform: uppercase;
}

.reviews-slick .review-content .rating-review,
.other-ratings > div,
.review-list-container .review-content .rating-review {
	color: #5A5A5A;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.reviews-slick .review-content .review-description,
.review-list-container .review-content .review-description {
	max-width: 574px;
}

.reviews-slick .review-content .review-description p,
.review-list-container .review-content .review-description p {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 15px;
	color: #5A5A5A;
}

.reviews-slick .rating-stars,
.review-list-container .rating-stars {
	display: inline-block;
	position: relative;
	width: 84px;
	height: 13px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-size: initial;
}

.reviews-slick .stars,
.review-list-container .stars {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 13px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-size: initial;
	background-image: url(assets/stars-rating.svg);
	z-index: 1;
	opacity: 0.28;
}

.reviews-slick .rating,
.review-list-container .rating {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 13px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-size: initial;
	background-image: url(assets/stars-rating.svg);
	z-index: 2;
}

.see-all-reviews,
.read-more-fposts {
    float: right;
    padding: 15px 40px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #A5C71F;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.see-all-reviews:hover,
.read-more-fposts:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.see-all-reviews span:after,
.read-more-fposts span:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.featured-posts {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-template-homepage .featured-posts .container {
	padding-top: 40px;
	border-top: 1px solid #5A5A5A;
}

.featured-posts h3 {
	margin-bottom: 20px;
	font-size: 20px;
    color: #5A5A5A;
    font-weight: bold;
    text-transform: uppercase;
}

.slick-featured-posts {
	margin-left: -1.5%;
    margin-right: -1.5%;
    margin-bottom: 40px;
}

.inside-featured {
	padding: 4%;
}

.slick-featured-posts h4 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 800;
	line-height: 31px;
}

.slick-featured-posts h4 a {
	color: #5A5A5A;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.slick-featured-posts h4 a:hover {
	color: #F03995;
}

.inside-featured .thumbnail {
	position: relative;
	width: 100%;
	padding-bottom: 60%;
	background-color: #EDEDED;
	border-radius: 4px;
	margin-bottom: 20px;
	background-image: url(assets/tour-placehoder.jpg);
	background-size: cover;
	background-position: center;
}

.slick-featured-posts .thumb-n-title:hover h4 a {
	color: #F03995;
}

.slick-featured-posts .thumb-n-title:hover .thumbnail a {
    opacity: .2;
}

.inside-featured .thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0; 
	transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
}

.inside-featured .thumbnail a:hover {
	opacity: .2;
}

.slick-featured-posts button.slick-arrow {
	top: 50%;
}

.slick-featured-posts .post-excerpt p {
	font-size: 15px;
	line-height: 23px;
	color: #5A5A5A;
}

.slick-featured-posts .post-excerpt a {
	font-weight: bold;
	color: #A5C71F;
	text-transform: uppercase;
}

.slick-featured-posts .post-excerpt a:hover {
	color: #BABABA;
}

.post-date {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 15px;
	text-transform: uppercase;
	color: #5A5A5A;
}

.post-date a {
	margin: 0 5px;
	color: #BABABA;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.post-date a:hover {
	color: #F03995;
}

.destination-list {
	padding-top: 6px;
}

/* List Page */

.list-page {
	padding-top: 4px;
}

.list-page h4,
.filter-section h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5A5A5A;
	letter-spacing: 1px;
}

.list-page .filter-options {
	float: left;
	width: 25%;
	padding-right: 8%;
}

.list-page .tour-list {
	float: left;
	width: 75%;
}

.filter-section {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #979797;
}

.sidebar-section .filter-section {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.filter-section ul,
.filter-section ul#countries  {
	margin-top: 15px;	
}

.filter-section ul.hidden-list {
	display: none;
	margin-top: 0;
}

.filter-section ul li {
	margin-bottom: 10px;
}

.filter-section ul li a {
	font-size: 15px;
	color: #5A5A5A;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.filter-section ul li a:hover {
	color: #F03995;
}

.filter-section ul li.active a {
	font-weight: bold;
	color: #F03995;
}

.filter-section ul li.disabled a {
	color: #BABABA;
	cursor: default;
}

.filter-section ul li.disabled.active a {
	color: #F03995;
	opacity: .4;
}

.filter-section ul.activities li,
#activities ul li {
	margin-bottom: 15px;
}

.filter-section ul li label {
	color: #5A5A5A;	
	cursor: pointer;
}

.filter-section ul li.disabled label,
.filter-section ul li.disabled label:hover span {
	cursor: default;
	color: #BABABA!important;
}

.filter-section ul li.disabled label:hover span:before,
.filter-section ul li.disabled label span:before  {
	border: 1px solid #BABABA;
}

.filter-section ul li label span {
	position: relative;
	display: block;
	padding-left: 30px;
	line-height: 21px;
}

.filter-section ul li label:hover span {
	color: #F03995;
}

.filter-section ul li label:hover span:before {
	border: 1px solid #F03995;
}

.filter-section ul li input:checked ~ span {
	color: #F03995;
}

.filter-section ul li input:checked ~ span:after {
	position: absolute;
    top: 4px;
    left: 4px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 15px;
	color: #F03995;
	line-height: 1;
}

.filter-section ul li input:checked ~ span:before {
	border: 1px solid #F03995;
}

.filter-section ul li label span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #5A5A5A;
	border-radius: 4px;
}

.filter-section ul li input {
	display: none;
	width: 0;
	height: 0;
}

.filter-section a.expand,
.filter-section a.showpodcast,
.filter-section a.show-countries,
.podcast-section a.expand  {
	display: inline-block;
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #5A5A5A;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.filter-section a.expand:hover,
.filter-section a.showpodcast:hover,
.podcast-section a.expand:hover,
.filter-section a.show-countries:hover {
	color: #F03995;
}

.filter-section a.expand span:after,
.podcast-section a.expand span:after,
.filter-section a.showpodcast span:after,
.filter-section a.show-countries span:after {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 12px;
}

.filter-section a.expand.open span:after,
.podcast-section a.expand.open span:after,
.filter-section a.showpodcast.open span:after,
.filter-section a.show-countries.open span:after {
	content: '\f077';
}

.reset {
	display: inline-block;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #F03995;
	text-transform: uppercase;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	border-bottom: 1px solid transparent;
}

.reset:hover {
	border-bottom: 1px solid #F03995;
}

.top-filter {
	position: relative;
}

.show-dates {
	position: absolute;
	top: 0;
	right: 0;
}

.top-filter label span {
	position: relative;
	padding-top: 2px;
	padding-left: 30px;
	color: #5A5A5A;
	cursor: pointer;
	font-size: 15px;
}

.top-filter input {
	display: none;
}

.top-filter input:checked ~ span {
	color: #5A5A5A;
}

.top-filter input:checked ~ span:after {
	position: absolute;
    top: 4px;
    left: 4px;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 15px;
	color: #5A5A5A;
}

.top-filter input:checked ~ span:before {
	border: 1px solid #5A5A5A;
}

.top-filter input:disabled ~ span {
    opacity: .4;
}

.top-filter label span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #5A5A5A;
	border-radius: 4px;
}

.tags-filters {
	margin-top: 20px;
	margin-bottom: 10px;
}

.tags-filters .tag {
	position: relative;
	display: inline-block;
    padding: 8px 34px 8px 14px;
    border: 1px solid #F03995;
    margin-right: 5px;
    color: #F03995;
    border-radius: 18px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    background-color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.tags-filters .tag:hover {
	color: #fff;
	background-color: #F03995;
}

.tags-filters .tag .closetag {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    background-image: url(assets/icon-tag-close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 12px;
    cursor: pointer;
}

.tags-filters .tag:hover .closetag {
	background-image: url(assets/icon-tag-close-white.svg);
} 

.content-tours {
	/*padding-top: 10px;*/
	padding-top: 20px;
	margin-left: -1.33%;
	margin-right: -1.33%;
}

.single-tour {
	float: left;
    width: 30.67%;
    margin: 0 1.33% 2.66%; 
}

.content-tours .single-tour {
	margin-bottom: 30px;
}

.single-tour .tour-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.single-tour .tour-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.single-tour .tour-thumbnail:hover {
	box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.single-tour .inside-slider .date {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5A5A5A;
	text-transform: uppercase;
}

.single-tour .inside-slider .hosted-by {
	font-size: 15px;
	margin-bottom: 10px;
	color: #5A5A5A;
	text-transform: uppercase;
}

.single-tour .inside-slider .hosted-by a {
	font-weight: bold;
	color: #A5C620;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.single-tour .inside-slider .hosted-by a:hover {
	color: #BABABA;
}

.single-tour .inside-slider .price {
	font-size: 15px;
	color: #5A5A5A;
}

.single-tour .inside-slider .aviability,
.aviability-status,
.inside-slider .aviability {
	position: relative;
	margin-top: 10px;
	font-size: 12.5px;
	padding-left: 15px;
	color: #5A5A5A;
	height: 15px;
}

.single-tour .inside-slider .aviability:before,
.aviability-status:before,
.inside-slider .aviability:before {
	content: '\f111';
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 8px;
}

.aviability-status {
	font-size: 15px;
}

.aviability-status:before {
	top: 4px;
}
.single-tour .inside-slider .aviability.empty:before {
	content: '';
}

.single-tour .inside-slider .aviability.open,
.aviability-status.open,
.inside-slider .aviability.open {
	color: #F03995;
}

.single-tour .inside-slider .aviability.closed,
.aviability-status.closed,
.inside-slider .aviability.closed {
	color: #BABABA;
}

.single-tour .inside-slider .aviability.waitlist,
.aviability-status.waitlist,
.inside-slider .aviability.waitlist {
	color: #FA6400
}

.opengreen {
	color: #a5c620!important;
}

.single-tour-large {
    width: 64.01%;
}

.single-tour-large .tour-thumbnail{
    padding-bottom: 47.913%;
}

.related-tours-container .single-tour-large .tour-thumbnail {
	padding-bottom: 47.915%;
}

.tooltipster-content > span {
	display: block;
}

.departures-related-tours {

}

.departures-related-tours ul {
	padding-bottom: 50px;
}

.departures-related-tours ul li {
	margin-bottom: 25px;
}

.departures-related-tours ul li a {
	color: #A5C71F;
	text-transform: uppercase;
	font-weight: bold;
	transition: color .2s ease;
	line-height: 25px;
} 

.departures-related-tours ul li a:hover {
	color: #BABABA;
} 

.departures-related-tours ul li a .aviability-status {
	line-height: 1;
	padding-left: 12px;
	margin-left: 4px;
}

.departures-related-tours ul li a .aviability-status:before {
	top: 8px;
    font-size: 6px;
}

.post-type-archive .tooltipster-content a,
.page-template-homepage .tooltipster-content a {
	float: none;
	text-transform: uppercase!important;
}

.post-type-archive .tooltipster-content h3,
.page-template-homepage .tooltipster-content h3 {
	display: block;
}

.post-type-archive .tooltipster-content h3:after,
.page-template-homepage .tooltipster-content h3:after {
	content: none;
}

.tailor-made-bottom,
.bottom-page-banner {
	position: relative;
	width: 100%;
	height: 392px;
	padding-top: 120px;
	margin-top: 40px;	
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.tailor-made-bottom {
	background-image: url(assets/tailor-made-trip-man-bridge.jpg);
}

.bottom-page-banner .container {
	position: relative;
	z-index: 10;
}

.bottom-page-banner h2,
.tailor-made-bottom h2 {
	display: block;
	margin: 0 auto 20px;
	width: 640px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
}

.tailor-made-bottom a,
.bottom-page-banner a {
	display: inline-block;
	padding: 15px 40px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	background-color: #A5C71F;
	text-align: center;
}

.bottom-page-banner a:hover,
.tailor-made-bottom a:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.bottom-page-banner a span,
.tailor-made-bottom a span {
	position: relative;
    left: -8px;
}

.bottom-page-banner a span:after,
.tailor-made-bottom a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    margin-left: 10px;
    background-image: url(assets/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Detail Page */
.hero-top-tour {
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 40px;
	overflow: hidden;
}

.hero-top-tour img {
	display: none;
}

.tour-detail-content {
	position: relative;
}

.tour-detail-content > div {
	float: left;
}

.tour-detail-content > div.content-tour {
	width: 70%;
	padding-right: 5%;
}

.tax-themes .tour-detail-content > div.content-tour,
.tax-destinations .tour-detail-content > div.content-tour {
	width: 100%;
	padding-right: 0;
}

.tour-detail-content > div.detail-departures {
	position: relative;
	width: 30%;	
}

.single .tour-detail-content > div.detail-departures {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 351px;
	z-index: 100;
}

.tour-detail-content > div.content-tour {}

.tour-detail-content div.content-tour h1,
.page-content h1,
.contact-container h1 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	color: #A5C71F;
}

.tour-detail-content div.content-tour .subtitle {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
	color: #5A5A5A;
}

.flat-page h3 {
	margin-top: 20px;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
	color: #5A5A5A;
}

.important-information div.content-tour .subtitle,
.page-content .subtitle {
	font-size: 30px;
	font-weight: bold;
}

.tour-detail-content div.content-tour .second-subtitle,
.page-content .second-subtitle {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #5A5A5A;
}

.tour-detail-content div.content-tour p,
.page-content p,
.contact-container p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #5A5A5A;
}

.tour-detail-content div.content-tour a,
.page-content a,
.contact-container a {
	font-weight: bold;
	color: #a5c620;
	transition: color .2s ease;
}

.tour-detail-content div.content-tour a:hover,
.page-content a:hover,
.contact-container a:hover {
	color: #BABABA;
}

.tour-detail-content div.content-tour hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
	border-bottom: 1px solid #979797;
}

.qfacts {

}

.qfacts li {
	margin-bottom: 10px;
	color: #5A5A5A;
}

span.activities-list a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

span.tooltip {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 8px;
    line-height: 10px;
    
    text-align: center;
    cursor: pointer;
    vertical-align: super;
    margin-left: 5px;
}

span.tooltip:after {
	display: inline-block;
    content: '\f059';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
	color: #A5C620;
}

.qfacts li strong {
	margin-right: 5px;
}

.qfacts li a {
	font-weight: bold;
	color: #A5C620;
}

.qfacts li a:hover {
	font-weight: bold;
	color: #A5C620;
}

.related-tours-container {
	margin-left: -1.33%;
	margin-right: -1.33%;
	margin-bottom: -1.32%;
}

.tooltip_templates { display: none; }

.tooltip_templates {

}

.tooltipster-content {
	padding: 22px 14px!important; 
	background-color: #fff!important;
}

.tooltipster-content h3 {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #5A5A5A;
	letter-spacing: 2px;
}

.tooltipster-content h3.notitle {
	display: block;
	height: 20px;
}

.tooltipster-content h3:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 33px;
    margin-top: -22px;
    margin-right: 0;
    background-image: url(assets/tooltip-lightbulb.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tooltipster-content h3.notitle:after {
	display: block;
	right: 50%;
	margin-right: -10px;
}

.tooltipster-content ul {
	max-width: 380px;
}

.tooltipster-content ul li {
	margin-left: 20px;
	font-size: 15px;
	line-height: 23px;
	color: #5A5A5A;
	clear: both;
	margin-bottom: 5px;
	list-style: disc;
}


.tooltipster-content p {
	max-width: 300px;
	font-size: 15px;
	line-height: 23px;
	color: #5A5A5A;
	clear: both;
	margin-bottom: 10px;
}

.tooltipster-content .sparagraph p {
	margin-bottom: 0;
}

.tooltipster-content a {
	float: right;
	display: inline-block;
	color: #A5C71F;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.tooltipster-content a:hover {
	color: #BABABA;
}

.tooltipster-sidetip .tooltipster-box {
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    border: none!important;
    border-radius: 4px!important;
    overflow: hidden;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #fff!important;
	box-shadow: 0 0 2px #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff!important;
	box-shadow: 0 0 2px #000;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom: none!important;
	/*border-bottom-color: #fff!important;
	box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);*/
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {	
	border-bottom: none!important;
	/*border-bottom-color: #fff!important;
	box-shadow: 0 0 2px #000;
	box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);*/
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    margin-top: -2px;
    margin-left: -9px!important;
	background-color: transparent!important;
	background-image: url(assets/triangle.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}

.single-date-detail {
	margin-bottom: 30px;
}

.single-date-detail > a {
	color: #5A5A5A!important;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.single-date-detail > a:hover,
.single-date-detail > a.active {
	color: #F03995!important;
}

.single-date-detail a span {
	position: relative;
}

.single-date-detail a span:after {
	display: inline-block;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    margin-left: 8px;
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
	color: #F03995;
}

.single-date-detail a.active span:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.specs-tour-date {
	margin-top: 10px;
	display: none;
	overflow: hidden;
}

a.active ~ .specs-tour-date {
	display: block;
}

.specs-tour-date ul {
	margin-top: 10px;
	padding-left: 20px;
}

.specs-tour-date li {
	margin-top: 6px;
	font-size: 15px;
	line-height: 20px;
}

.specs-tour-date li a {
	font-weight: bold;
	color: #A5C71F;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.specs-tour-date li a:hover {
	color: #BABABA;	
}

.tailor-made-message {
	max-width: 520px;
}

.message-text {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #A5C71F;
}

.tailor-made-message a {
	float: right;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff!important;
	text-transform: uppercase;
	border-radius: 6px;
	background-color: #A5C71F;
}

.tailor-made-message a:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.tailor-made-message a span {
	position: relative;
    left: -8px;
}

.tailor-made-message a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    margin-left: 10px;
    background-image: url(assets/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.choose-departure-box {
   position: relative;
	/*position: absolute;*/
	width: 100%;
	background-color: #fff;
	z-index: 10;
}

.booking-tour-page .choose-departure-box {
	margin-top: 20px;
}

.choose-departure-box {
	padding: 20px 20px;
	border: 1px solid #99A1A3;
}

.choose-departure-box h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #f03995;
}

.choose-departure-box h3 {
    font-size: 13px;
    color: #A5C71F;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.buttoncontainer > p {
    color: #BABABA!important;
    text-align: center;
    line-height: 21px;
    font-size: 18px!important;
}

.choose-departure-box select {
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #5A5A5A;
}

.choose-departure-box .select2-container .select2-selection--single,
.choose-departure-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.choose-departure-box  .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

.choose-departure-box .price {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.choose-departure-box p {
	display: block;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #5A5A5A;
}

.choose-departure-box .price .currency {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}

.choose-departure-box h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

/*.choose-departure-box form a:not(.open-newsletter),*/
.choose-departure-box button,
.choose-departure-box form .buttoncontainer a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	background-color: #A5C71F;
	border: none;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

/*.choose-departure-box form a:not(.open-newsletter):hover, */
.choose-departure-box button:hover,
.choose-departure-box form .buttoncontainer a:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.choose-departure-box form a.open-newsletter {
	font-weight: bold;
    color: #a5c620;
    transition: color .2s ease;
}

.choose-departure-box p.sorry {
	line-height: 22px;
}

.choose-departure-box form a.open-newsletter:hover {
	color: #BABABA;
}

.socials-contact {
	
}

.socials-contact .ask-question,
.fixed-book-trip-form .ask-question-open {
	position: relative;
	float: left;
	width: 80%;
	margin-top: 4px;
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #BABABA;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	text-transform: uppercase;
}

.fixed-book-trip-form .ask-question-open {
	float: none;
    display: block;
    width: 100%;
    max-width: 136px;
    font-size: 13px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}


#inquiryform input,
#inquiryform select,
#inquiryform textarea,
#inquiryform .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 15px!important;
}

#inquiryformmobile input,
#inquiryformmobile select,
#inquiryformmobile textarea,
#inquiryformmobile .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 16px!important;
}

#inquiryfor .select2,
#inquiryformmobile .select2 {
	width: 100%!important;
}

.socials-contact .ask-question:before,
.fixed-book-trip-form .ask-question-open:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 15px;
	margin-top: -7.5px;
	background-image: url(assets/ask-question.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.socials-contact .ask-question:hover:before {
	background-image: url(assets/ask-question-green.svg);
}

.socials-contact .ask-question:hover {
	color: #A5C71F;
}

.socials-contact ul {
	float: right;
	width: 20%;
    text-align: right;
}

.socials-contact ul li {
	display: inline-block;
}

.socials-contact ul li a {
	margin-left: 10px;
	color: #BABABA;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.socials-contact ul li a:hover {
	color: #A5C71F;
}

.tour-map {
	margin-bottom: 30px;
}

.map-image {
	border: 1px solid #BABABA;
}

.tour-map img {
	width: 100%;
}

.tour-guides,
.itinerary-detail {
	width: 70%;
    padding-right: 5%;
	margin-bottom: 30px;
}

.tour-guides {
	width: 100%;
	padding-right: 0;
}

.itinerary-detail hr {
	margin-top: 40px;
}

.open-itinerary {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.open-itinerary.active {
	color: #F03995;
}

.open-itinerary:before {
    display: block;
    content: 'Expand for full itinerary';
    width: 150px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10px;
    font-size: 13px;
    transform: translateY(-50%);
    text-transform: none;
}

.open-itinerary.active:before {
	content: 'Collapse itinerary';
}

.open-itinerary:after {
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 19px;
    content: "\f078";
    margin-left: 15px;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    color: #F03995;
}

.open-itinerary.active:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.single-itinerary {
	margin-bottom: 10px;
}

.day-it {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #5A5A5A;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.day-it:hover,
.day-it.active {
	color: #F03995;
}

.description-it {
	display: none;
	margin-bottom: 35px;
	font-size: 15px;
	line-height: 22px;
	color: #5A5A5A;
}

.description-it a {
	font-weight: bold;
	color: #A5C620;
	transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.description-it a:hover{
	color: #BABABA;
}

.inside-guides > div {
	float: left;
    width: 42%;
	max-width: 293px;
}
.page-template-template-team .inside-guides > div,
.tour-guides .inside-guides > div {
	width: 25%;
}

.inside-guides .twus-thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 3px solid #A5C620;
	cursor: pointer;
	background-color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	overflow: hidden;
}

.inside-guides .overlay-twus {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	background-color: #F03995;
	opacity: 0;
	z-index: 9;
}

.inside-guides .inside-twus:hover .overlay-twus {
	opacity: .4;
	background-color: #F03995;
}
.twus-thumb.active,
.inside-guides .inside-twus:hover .twus-thumb {
	border: 3px solid #F03995;
	background-color: #F03995;
}

.inside-guides .inside-twus {
	padding: 10%;
	text-align: center;
}

.twus-thumb.active + .twus-name a,
.inside-guides .inside-twus:hover a {
	color: #F03995;
}

.inside-guides .twus-name a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #A5C620;
}

.inside-guides .twus-positon {
	font-size: 15px;
	line-height: 20px;
	color: #5A5A5A;
	text-transform: uppercase;
}

.included-n-not {

}

.included-n-not ul {
	margin-bottom: 30px;
}

.included-n-not ul li a {
	font-weight: bold;
	color: #A5C71F;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.included-n-not ul li a:hover {
	color: #BABABA;
}

.section-separator {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}

.more-info-trip {
	margin-left: -0.66%;
	margin-right: -0.66%;
}

.more-info-trip .more-info-destination {
	float: left;
    width: 32%;
    margin: 0 0.66%;
}

.more-info-trip .important-info {
	float: left;
    width: 65.33%;
	margin: 0 0.66%;
}

.more-info-trip .important-info h2,
.more-info-trip .important-info .h2 {
	display: block;
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: 800;
	line-height: 32px;
	color: #fff;
}

.inside-important-info {
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 2;
}

.thumbnail-info > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.thumbnail-info .backover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(51 ,51 ,51 ,.2);
	z-index: 1;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.thumbnail-info:hover .backover {
	opacity: 1;
}

.thumbnail-info:hover a.tell-me {
	-webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.thumbnail-info {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.thumbnail-info-large {
	padding-bottom: 48.98%;
}

.thumbnail-info:hover {
	box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.thumbnail-info a.overlay-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(51 ,51 ,51 ,.2);
    opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.thumbnail-info a.overlay-link:hover {
	opacity: 1;
}

.thumbnail-info a.tell-me {
	padding: 15px 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	background-color: #A5C71F;
}

.thumbnail-info a.tell-me:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.thumbnail-info a.tell-me span {
	position: relative;
    left: -8px;
}

.thumbnail-info a.tell-me span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    margin-left: 10px;
    background-image: url(assets/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.more-info-trip.moreinfo-num-2 .important-info {
	width: 32%;
    margin: 0 0.66%;
}

.more-info-trip.moreinfo-num-2 .thumbnail-info-large,
.more-info-trip.moreinfo-num-3 .thumbnail-info-large {
    padding-bottom: 100%;
}

.more-info-trip.moreinfo-num-2 .inside-important-info {
    top: 25%;
}

.more-info-trip.moreinfo-num-3 .inside-important-info {
    top: 15%;
}

.more-info-trip.moreinfo-num-3 .inside-important-info h2 {
    font-size: 25px;
}

.more-info-trip.moreinfo-num-3 .more-info-destination,
.more-info-trip.moreinfo-num-3 .important-info {
	float: left;
    width: 23.68%;
    margin: 0 0.66%;
}

.extracountries .more-info-destination {
	margin-top: 20px;
}

.reviews.reviews-single-tour {
    padding-top: 0;
}

.reviews.reviews-single-tour .container {
    padding-bottom: 0;
    border-bottom: none;
}

.slider-acomodations-tours .acomodations-thumbnail,
.slider-room-details .room-details-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.slider-acomodations-tours .inside-slider:hover .acomodations-thumbnail,
.slider-acomodations-tours .acomodations-thumbnail:hover,
.slider-room-details .inside-slider:hover .room-details-thumbnail,
.slider-room-details .room-details-thumbnail:hover {
	box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}


.slider-acomodations-tours .inside-slider:hover .city,
.slider-room-details .inside-slider:hover .city {
	color: #F03995;
}

.slider-acomodations-tours .acomodations-thumbnail a,
.slider-room-details .room-details-thumbnail a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51 ,51 ,51 ,.2);
	opacity: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.slider-acomodations-tours .acomodations-thumbnail a:hover,
.slider-room-details .room-details-thumbnail a:hover {
	opacity: 1;
}

.slider-acomodations-tours,
.slider-room-details {
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.slider-acomodations-tours .inside-slider,
.slider-room-details .inside-slider {
	padding: 5%;
}

.slider-acomodations-tours .inside-slider .city,
.slider-room-details .inside-slider .city {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #5A5A5A;
	text-transform: uppercase;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.slider-acomodations-tours .inside-slider .hotel,
.slider-room-details .inside-slider .hotel  {
	margin-bottom: 10px;
	color: #5A5A5A;
	text-transform: uppercase;
}

.slider-acomodations-tours .inside-slider .room-cat,
.slider-room-details .inside-slider .room-cat {
	font-size: 15px;
	color: #5A5A5A;
}

.featured-posts.featured-posts-detail-page {
    padding-top: 0;
    padding-bottom: 0;
}

.gallery-tour-container,
.vgallery-tour-container {
	margin-left: -1.33%;
	margin-right: -1.33%;
}

.gallery-tour-container a.single-tour .tour-thumbnail:before,
.gallery-tour-videos a.single-tour .tour-thumbnail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,.2);
	z-index: 1;
	opacity: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.gallery-tour-container a.single-tour:hover .tour-thumbnail:before,
.gallery-tour-videos a.single-tour:hover .tour-thumbnail:before {
	opacity: 1;
}

.gallery-tour-container a.single-tour.single-tour-small.see-more-gallery .tour-thumbnail:hover,
.gallery-tour-videos a.single-tour.single-tour-small.see-more-gallery .tour-thumbnail:hover
 {	
	box-shadow: none;
}

.gallery-tour-container a.single-tour.single-tour-small.see-more-gallery:hover .tour-thumbnail:before,
.gallery-tour-videos a.single-tour.single-tour-small.see-more-gallery:hover .tour-thumbnail:before {
	opacity: 0;
}

.gallery-tour-container a.single-tour.single-tour-small.see-more-gallery .tour-thumbnail:after,
.gallery-tour-videos a.single-tour.single-tour-small.see-more-gallery .tour-thumbnail:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    background-image: url(assets/plus-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.gallery-tour-videos a.single-tour.video .tour-thumbnail:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -30px; 
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 70px;
    content: "\f04b";
    color: #fdfdfd;
    z-index: 10;
}

.contact-form-inquiry-tour {
	display: none;
	position: relative;
	padding: 20px;
	border: 1px solid #99A1A3;
	border-top: none;
	background-color: #fff;
	z-index: 10;
}

.contact-form-inquiry-tour .close-contact-form-inquiry-tour {
	float: right;
	cursor: pointer;
	color: #BABABA;
}

.contact-form-inquiry-tour form {
	padding-top: 10px;
}

.input-group {
	margin-left: -2%;
	margin-right: -2%;
	margin-bottom: 20px;
}

#wn-insurance-quote-editor .input-group {
	margin-left: inherit;
	margin-right: inherit;
	margin-bottom:inherit;
}

.input-group::after {
	content: '';
	display: table;
	clear: both;
}

.input-wrapper {

}

.input-wrapper.half {
	float: left;
	width: 50%;
	padding: 0 2%;
}

.input-wrapper.full {
	padding: 0 2%;
}

.input-wrapper label {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #5a5a5a;
}

.input-wrapper input {
	width: 100%;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #979797;
	font-size: 15px;
	color: #5A5A5A;
}

.input-wrapper select {
	width: 100%;
	font-size: 13px;
}

.input-wrapper textarea {
	width: 100%;
	min-height: 90px;
	padding: 10px 8px;
	border: 1px solid #979797;
	font-size: 13px;
	color: #5A5A5A;
	resize: none;
}

.input-wrapper .select2-container--default .select2-selection--single,
.input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px;
}

.input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	line-height: 37px;
}

.contact-form-inquiry-tour button {
	float: right;
    background-color: #A5C71F;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

button#sentiquiry:disabled,
.ask-question-mobile button:disabled,
.contact-form-inquiry-tour button:disabled,
.contact-form-inquiry-tour button:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}
#messageinquiryformmobile,
#messageinquiryform {
	display: none;
	margin-top: 20px;
	border: 1px solid #000;
	padding: 10px 10px;
	border-radius: 4px;
	text-align: center;
}

#messageinquiryformmobile p,
#messageinquiryform p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 21px;
}

#messageinquiryformmobile.success,
#messageinquiryform.success {
 	border: 1px solid #a5c620;
}

#messageinquiryformmobile.success p,
#messageinquiryform.success p {
 	color: #a5c620;
}

#messageinquiryformmobile.error,
#messageinquiryform.error {
 	border: 1px solid red;
}

#messageinquiryformmobile.error p,
#messageinquiryform.error p {
 	color: red;
}

/* Important Information */

.back-button {
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #A5C71F;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	border: none;
	background: none;
	cursor: pointer;
}

.blog-post-meta .back-button {
	display: inline-block;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

button.back-button {
	padding-left: 0;
}

.back-button:hover {
	color: #BABABA;
}

.back-button span {
	display: block;
}

.back-button span:before {
	display: inline-block;
	content: '\f060';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    margin-right: 8px;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;    
}


.faq-section {
	margin-top: 40px;
}

.faq-section h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 800;
	line-height: 31px;
	color: #a5c71f;
}

.faq-section .clearfix {
	padding: 10px 0;
	border-bottom: 1px solid #99A1A3;
	margin-bottom: 20px;
}

.expand-faq {
	float: right;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 5px 0;	
	color: #a5c620!important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.expand-faq:hover,
.expand-faq.active {
	color: #F03995!important;
}

.expand-faq:before {
	content: '+';
	margin-right: 5px;
}

.expand-faq.active:before {
	content: '-';
}

.faq-section .question-faq {
	padding-top: 20px;
	border-bottom: 1px solid #99A1A3;
	padding-bottom: 20px;
}

.faq-section .question-faq > a {
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #5A5A5A!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.question-faq > a:after {
	position: absolute;
	top: 0;
	right: 0;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    margin-left: 8px;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
}

.question-faq > a:hover,
.question-faq > a.active {
	color: #F03995!important;
}

.question-faq > a.active:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.answer-faq {
	margin-top: 10px;
	display: none;
}

.answer-faq a {
	color: #A5C71F;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.answer-faq a:hover {
	color: #BABABA;
}

.answer-faq p {
	font-size: 18px;
	line-height: 25px;
	color: #5A5A5A;
	margin-bottom: 10px;
}

.answer-faq ul {
	padding-left: 18px;
	list-style: disc;
}

.answer-faq ul li {
	line-height: 20px;
	margin-bottom: 10px;
}

/* Destination Page */

.choose-destination {
	margin-bottom: 20px;
}

.choose-destination select {
	width: 344px;
}

.choose-destination button {
	display: none;
	background: none;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #F03995;
	cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.choose-destination button:hover {
	color: #BABABA;
}

.choose-destination .select2-container .select2-selection--single,
.choose-destination .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}

.choose-destination .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.choose-destination .select2-container--default .select2-results__option .select2-results__option {
	color: #5A5A5A;
}
.choose-destination .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #EDEDED;
}

.choose-destination .select2-container--default #select2-selectcountry-results .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #F03995;
}

.choose-destination .select2-container--default #select2-selectcountry-results .select2-results__option[aria-selected=true] {
	font-weight: bold;
	color: #F03995;
}

.page-description {
	margin-bottom: 20px;
}

.page-description p {
	font-size: 18px;
	line-height: 25px;
	color: #5A5A5A;
}

.content-tours.destinations-tours .single-tour {
	margin-bottom: 2.66%;
}

.content-tours.destinations-tours .single-tour-large .tour-thumbnail {
	padding-bottom: 47.915%;
}

.content-tours.destinations-tours.hideall .single-tour {
	display: none;
}

.content-tours.destinations-tours.hideall .single-tour.show {
	display: block;
}

.content-tours.destinations-tours.hideall .single-tour-large {
    width: 30.67%;
}

.content-tours.destinations-tours.hideall .single-tour-large .tour-thumbnail {
	padding-bottom: 100%;
}

/* Tabs */
.qf-tabs {
	margin-top: 40px;
}

.tabs {	
	/*margin-left: -1.5%;
	margin-right: -1.5%;
	margin-bottom: -1.5px;
	margin-left: -1.555%;
	margin-right: -1.555%;*/
}

.tabs .tab {
	position: relative;
	float: left;
    width: 22.75%;
    height: 70px;
    padding: 10px 20px 10px;
    margin: 0 1.5% -2px;
    box-shadow: 0 0 4px 1px rgba(125, 125, 125, 0.5);
    border-radius: 4px 4px 0 0; 
    cursor: pointer;
    text-align: left;
    border: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    overflow: hidden;
    background-color: #fff;
}

.tabs .tab:first-child {
	margin-left: 0;
}

.tabs .tab:last-child {
	margin-right: 0;
}

.tabs .tab.active {
	border: 1.5px solid #f03995;
	border-bottom: none;
}

.tabs .tab.active svg g,
.tabs .tab.active svg path {
	fill: #f03995;
}

.tabs .tab.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    z-index: 8;
}

.tabs .tab span,
.tabs .tab h2 {
    display: table-cell;
	vertical-align: middle;
}

.tabs .tab.active span.tab-title,
.tabs .tab.active h2.tab-title {
	color: #f03995;
}

.tabs .tab span.tab-icon {
    padding-right: 20px;
}

.tabs .tab span.tab-title,
.tabs .tab h2.tab-title {
	height: 44px;
	font-size: 15px;
	font-weight: bold;;
	line-height: 18px;
	color: #5A5A5A;
}

.tab-content-wrapper {

}

.tab-content {
	position: relative;
	display: none;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	overflow: hidden;
	z-index: 5;
}

.tab-content.active {
	display: block;
	border: 1.5px solid #f03995;
	box-shadow: 0 2px 4px 1px rgba(125, 125, 125, 0.5);
}

.tab-content p {
	font-size: 15px;
	line-height: 23px;
	color: #5A5A5A;
	margin-bottom: 10px;
}

.tab-content ul {
	margin-top: 20px;
}

.tab-content ul li {
	font-size: 15px;
	line-height: 23px;
	color: #5A5A5A;
	margin-bottom: 10px;
}

.tab-content a {
	font-weight: bold;
	color: #a5c71f;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.tab-content a:hover {
	color: #BABABA;
}

.updated-date {
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	text-align: left;
	font-size: 13px;
	line-height: 21px;
	font-style: italic;
	letter-spacing: 1px;
	color: #5a5a5a;
}


/* About Us */
.about-page {
}

.about-page h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  color: #a5c71f;
}

.about-page h2 {
	margin-bottom: 20px;
	/*font-size: 26px;*/
	font-size: 20px;
	font-weight: 800;
	line-height: 31px;
	color: #a5c71f;
}

.about-page div.subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #5a5a5a;
}

.about-page h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
	text-align: center;
}

.about-page p {
  font-size: 15px;
  line-height: 23px;
  color: #5a5a5a;
  text-align: left;
}

.about-icon {
	display: block;
	height: 76px;
	margin: 0 auto 20px;
}

.about-icon img {
	display: block;
	margin: 0 auto;
}

.two-vertical-col {
	display: table;
	margin-top: 50px;
	margin-bottom: 50px;
}

.notfound-page .two-vertical-col {
	margin-top: 0;
}

.two-vertical-col .vcol {
	display: table-cell;
	width: 50%;
	height: 402px;
}

.two-vertical-col .vcol-text {
	display: table-cell;
	padding-right: 5%;
	vertical-align: middle;
}

.two-vertical-col .vcol-text h1 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 800;
	color: #a5c71f;
}

.two-vertical-col .vcol-text p {
	font-size: 15px;
	color: #5a5a5a;
}

.two-vertical-col .vcol-text a {
	font-weight: bold;
	color: #a5c71f;
}

.two-vertical-col .vcol-text a:hover {
	color: #BABABA;
}

.bottom-page-banner.faq-banner h2 {
	margin-bottom: 40px;
}

.bottom-page-banner.faq-banner a {
	width: 238px;
}

.team-wrapper h3 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #5a5a5a;
}

.team-wrapper .inside-guides > div {
	width: 25%;
}

.team-wrapper .inside-guides {
	margin-top: 40px;
}

.inside-guides .inside-twus {
	position: relative;
}

.team-content,
.team-info {
	display: none;
	position: relative;
	padding: 50px 80px;
	border-radius: 4px;
	background-color: #5a5a5a;
}

.team-content {
	padding: 40px 40px;
}

.team-content.open,
.team-info.open {
	display: block;
}

.team-wrapper .inside-guides > div .team-content {
	display: none;
}

.team-content h2,
.team-info h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 800;
	line-height: 31px;
	color: #ffffff;
}

.team-content .ttitle,
.team-info .ttitle {
	margin-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
}

.team-content p,
.team-info p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
}

.team-content a,
.team-info a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #a5c71f;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
    text-transform: uppercase;
}

.team-content a:hover,
.team-info a:hover{
	color: #BABABA;	
}

.team-content a span:after,
.team-info a span:after {
	content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    margin-left: 8px;
}

.team-content .closemobile,
.team-info .close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.team-content .closemobile img,
.team-info .close img {
	width: 15px;
    height: 15px;
}

.team-info-content {
	display: none;
}

.team-info-content .closemobile {
	display: none;
}

.team-info.open .team-info-content {
	display: block;
}

.twus-thumb a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
}

.team-info-content a > span{
	text-transform: uppercase;
}

/* Tailor Made */
.tailor-made-page {

}

.brief-description {
	width: 70%;
}

.tailor-made-page h1 {
	margin-bottom: 20px;
 	font-size: 30px;
	font-weight: 800;
	line-height: 31px;
	color: #a5c71f;
}

.tailor-made-page .subtitle {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
}

.tailor-made-page p {
	font-size: 15px;
	line-height: 21PX;
	color: #393939;
}

.tailor-made-page a {
	font-weight: bold;
	color: #a5c71f;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.tailor-made-page a:hover {
	color: #BABABA;
}

.tailor-made-form {
	margin-top: 40px;
}

.tailor-made-form h3 {
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
	text-transform: uppercase;
}

.tailor-made-form h3 a {
	font-size: 13px;
	font-weight: bold;
	line-height: 23px;
	color: #f03995;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.tailor-made-form h3 a:hover {
	color: #BABABA;
}

.select-boxes {

}

.select-boxes.select-group {
	margin-left: -1.5%;
	margin-right: -1.5%;
	margin-bottom: 60px;
}

.select-boxes.select-activities,
.select-boxes.select-accommodations,
.select-boxes.select-budget {
	margin-left: -1%;
	margin-right: -1%;
}

.select-boxes label {
	float: left;
	cursor: pointer;
}

.select-boxes.select-group label {
	width: 22%;
	margin: 0 1.5%;
}

.select-boxes.select-activities label,
.select-boxes.select-budget label {
	width: 18%;
	margin: 0 1% 2%;
}

.select-accommodations label {
	width: 48%;
	margin: 0 1% 2%;
}

.select-boxes label input {
	display: none;
}

.select-boxes .box-select {
	padding: 20px 0px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 1px rgba(125, 125, 125, 0.5);
	background-color: #ffffff;
	border: 1.5px solid #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.select-boxes.select-accommodations .box-select {
	padding: 20px 30px;
}

.select-boxes .box-select .box-icon {
	display: table;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.select-boxes.select-activities label .box-icon,
.select-boxes.select-budget label .box-icon {
	height: 78px;
}

.select-boxes.select-accommodations label .box-icon {
	height: 78px;
}

.select-boxes .box-select .box-icon .inside-icon {
	display: table-cell;
	vertical-align: bottom;
}

.select-boxes .box-select .box-icon img,
.select-boxes .box-select .box-icon svg {
	display: block;
	margin: 0 auto;
}

.select-boxes .box-select .box-title {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	color: #5a5a5a;
	text-align: center;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.select-boxes.select-accommodations .box-title {
	margin-bottom: 10px;
}

.select-boxes label p {
	height: 144px;
}

/* Checked and Hover Styles */

.select-boxes label input:checked ~ .box-select,
.select-boxes label:hover .box-select {
  border-color: #f03995;
}

.select-boxes label input:checked ~ .box-select .box-title,
.select-boxes label:hover .box-select .box-title {
	color: #f03995;
}

.select-boxes label input:checked ~ .box-select svg path,
.select-boxes label input:checked ~ .box-select svg g,
.select-boxes label input:checked ~ .box-select svg g polygon,
.select-boxes label:hover .box-select svg path,
.select-boxes label:hover .box-select svg g,
.select-boxes label:hover .box-select svg g polygon {
	fill: #f03995;
	fill-opacity: 1;
}

.adventure-date {

}

.adventure-date .half {
	position: relative;
	float: left;
	width: 50%;
}

.adventure-date .half:first-child {
	padding-right: 10%;
}

.adventure-date .half:last-child {
	padding-left: 10%;
}

.adventure-date .half:last-child:after {
	content: 'OR';
    position: absolute;
    top: 50%;
    left: 0;
    padding: 10px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #FFF;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #5a5a5a;
    text-align: center;
}

.adventure-date .half:last-child:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
	background-color: #979797;
}

.adventure-date .half h4 {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #5a5a5a;
}

.date-range {
	margin-top: 20px;
}

.date-range > div {
	display: inline-block;
	margin-right: 10px;
}

.date-range > div label {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5a5a5a;
	text-transform: uppercase;
}

.date-range > div input {
	padding: 10px; 
	border-radius: 4px;
	border: solid 1px #a9a9a9;
	font-size: 15px;
	color: #5A5A5A;
	background-color: #ffffff;
}

.approximate-date {
	margin-top: 20px;
}

.approximate-date select {
	width: 170px;
}

.approximate-date .select2-container {
	margin-right: 10px;
}

.radio-group {
	margin-top: 30px;
	margin-bottom: 30px;
}

.radio-group label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #5a5a5a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio-group label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #a9a9a9;
  background-color: #ffffff;
  border-radius: 50%;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}


/* When the radio button is checked, add a blue background */
.radio-group label input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #f03995;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-group label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-group label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-group label .checkmark:after {
  	top: 4px;
	left: 4.5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #f03995;
}

.checkbox-group {
	margin-top: 30px;
	margin-bottom: 30px;
}

.checkbox-group label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #5a5a5a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-group label.disabled {
	color: #a9a9a9;
	cursor: default;
}

.checkbox-group label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-group label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: solid 1px #a9a9a9;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.checkbox-group label input:checked ~ .checkmark {
  background-color: #fff;
}

.checkbox-group label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-group label input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-group label .checkmark:after {
	top: 50%;
	left: 50%;
	width: 5px;
	height: 10px;
	border: solid #5A5A5A;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	margin-left: -3px;
}

.tailor-made-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.booking-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 43px;
}

.tailor-made-form .select2-container .select2-selection--single,
.tailor-made-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.booking-form .select2-container .select2-selection--single,
.booking-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px;
}


.select-destination {
	margin-bottom: 40px;
}

.select-destination select {
	width: 300px;
}

.select-destination p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.select-destination input {
	width: 300px;
	padding: 10px 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.46;
	letter-spacing: normal;
	color: #5a5a5a;
	border: none;
	border-bottom: solid 1px #979797;
}

.select-destination .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 20px;
	color: #5a5a5a;
	font-weight: bold;
}

.adventure-date,
.select-activities,
.accommodations,
.select-boxes.select-budget {
	margin-bottom: 40px;
}

.last-form {
	margin-top: 40px;
}

.last-form > div {
	float: left;
}

.last-form .first {
	width: 30%;
}

.last-form .first .input-group {
	margin-bottom: 20px;
}

.last-form .first .input-group select {
	width: 100%;
}

.last-form .last {
	width: 70%;
	padding-left: 50px;
}

.last-form .last textarea {
	width: 100%;
	padding: 10px;
	height: 225px;
	border: solid 1px #979797;
	resize: none;
	font-size: 15px;
}

.last-form .first .input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
}

.sent-form {
	width: 100%;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.sent-form button {
	display: inline-block;
	padding: 10px 80px; 
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	border: none;
  	background-color: #a5c71f;
  	transition: all .2s ease;
  	-webkit-transition: all .2s ease;
  	cursor: pointer;
}

.sent-form button:hover {
	background-color: #BABABA;
	box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

/* Booking Forms */


.booking-form {
	margin-top: 60px;
}

.booking-form.confirmation {
	margin-top: 20px;
}

.booking-form.success {
	margin-top: 20px;
	margin-bottom: 50px;
}

.booking-form h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 800;
	line-height: 31px;
	color: #5a5a5a;
}

.booking-form h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #5a5a5a;
}

.booking-form h3 span {
	font-weight: normal;
}

.booking-form h3 span.opt {
	font-style: italic;
	font-size: 15px;
}

.booking-form del {
	color: #979797;
}

.booking-form i {
	font-size: 15px;
	font-style: italic;
}

.form-section {
	margin-bottom: 40px;
}

.form-section textarea {
    width: 100%;
    padding: 10px;
    height: 150px;
    resize: none;
}

.form-section-note {
	padding: 15px 20px;
	margin-bottom: 30px;
	background-color: #ececec;
	border-radius: 4px;
}

.form-section-note > p {
	margin-bottom: 0!important;
	font-size: 13px!important;
	color: #5a5a5a;
	line-height: 21px;
	font-weight: bold;
}

.same-mail,
.same-address {
	display: block;
}

.same-mail.active + .mail-alt,
.exsame-mail.active + .mail-alt,
.same-address.active + .guestaddress {
	display: none;
}

.guestaddress h3 {
	margin-top: 20px;
}

#numpeople,
#numpeoplewaitlist {
	width: 125px;
}

.extra-options {
	display: none;
	padding-left: 40px;
	margin-bottom: 20px;
}

.prices-radio > div {
	display: none;
}

.prices-radio > div.active {
	display: block;
}

.extra-options label {
	margin-bottom: 12px;
}

.radio-group label.active + .extra-options {
	display: block;
}

.ui-widget select {
	-webkit-appearance: menulist;
}

.booking-conditions {
	margin-top: 40px;
	margin-bottom: 40px;
}

.booking-conditions-box {
	display: block;
	height: 387px;
	border: solid 1px #99a1a3;
	background-color: #ffffff;
	overflow-y: scroll;
}

.inside-booking-conditions-box {
	padding: 40px;
}

.inside-booking-conditions-box h2 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #393939;
}

.inside-booking-conditions-box p {
	font-size: 15px!important;
	color: #393939!important;
}

.inside-booking-conditions-box h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #393939;
	text-transform: uppercase;
}

.inside-booking-conditions-box .contract-section {
	margin-top: 40px;
	margin-top: 40px;
}

#confetti {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: -1;
}

/* FAQ */

.sidebar {
	
}

.sidebar .reset {
	margin-top: 40px;
}

.search-sidebar {
	width: 100%;
	padding: 6px 20px 6px 0;
	font-size: 15px;
	border: none;
	border-bottom: 1px solid #99A1A3;
	background-image: url(assets/magnifying-glass.svg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px;
}

.reviews .search-sidebar {
	max-width: 250px;
	font-size: 16px;
}

.sidebar .sidebar-section {

}

.sidebar .sidebar-section {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #979797;
}

.sidebar .call-to-action {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1.5px solid #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.sidebar .call-to-action img {
	margin: 0 auto 20px;
}

.sidebar .call-to-action h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #a5c71f;
	text-align: center;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	text-transform: uppercase;
}

.sidebar .call-to-action:hover h5 {
	color: #f03995;
}

.sidebar .call-to-action:hover {
	box-shadow: 0 2px 4px 1px rgba(125, 125, 125, 0.53);
	border: solid 1.5px #f03995;
}

.socials-sidebar {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.socials-sidebar h4 {
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #5a5a5a;
}

.socials-sidebar a {
	color: #BABABA;
	margin: 0 5px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.socials-sidebar a:hover {
	color: #F03995;
}

/* Newsletter */

.newsletter {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;	
}

.newsletter .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 98;
}

.newsletter-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 699px;
	height: 532px;
	margin-top: -266px;
	margin-left: -349.5px;
	border-radius: 4px;
	overflow: hidden;
	z-index: 99;
}

.newsletter-thumbsnail {
	position: relative;
	float: left;
	width: 50%;
	height: 532px;
	padding: 50px 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.newsletter-thumbsnail .inside-thumb {
	position: relative;
	z-index: 6;
}

.newsletter-thumbsnail .inside-thumb h2 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 800;
	line-height: 35px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.newsletter-thumbsnail .inside-thumb p {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.newsletter-thumbsnail .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 5;
}

.newsletter .newsletter-form {
	position: relative;
	float: left;
	width: 50%;
	height: 532px;
	padding: 50px 40px;
	background-color: #fff;
}

.newsletter .newsletter-form input,
.newsletter .newsletter-form select,
.newsletter .newsletter-form label,
.newsletter .newsletter-form p,
.newsletter-form .input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
}

.newsletter .newsletter-form p {
	line-height: 21px;
}

.newsletter-form .checkbox-group label input:checked ~ .checkmark:after,
.newsletter-form .checkbox-group label input:checked ~ .checkmark {
    border-color: #F03995;
}

.newsletter .newsletter-form label {
    line-height: 20px;
    margin-bottom: 10px;
}

.newsletter-form button {
	display: block;
    width: 100%;
    background-color: #A5C71F;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.newsletter-form button:hover {
	background-color: #BABABA;
}

.messagenewsletter h3 span {
	text-transform: capitalize;
}

.newsletter-form .close-newsletter {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-image: url(assets/icon-tag-close-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.messagenewsletter {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 40px 15px 20px; 
	z-index: 100;
	background-color: #fff;
}


.messagenewsletter .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.messagenewsletter .middle {
	display:table-cell;
	vertical-align:middle;
}

.messagenewsletter h3 {
    color: #A5C71F;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.messagenewsletter p {
    color: #5A5A5A;
    text-align: left;
    font-size: 15px!important;
    line-height: 30px!important;
    margin-bottom: 10px;
}

.insidemessage {
	font-size: 15px!important;
    line-height: 30px!important;
}

#flat-subscribe-form {
	margin-top: 40px;
}

#flat-subscribe-form .checkbox-group label {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

#flat-subscribe-form .checkbox-group label input:checked ~ .checkmark:after,
#flat-subscribe-form .checkbox-group label input:checked ~ .checkmark {
    border-color: #F03995;
}

.newsletterimage,
.contentnewsletter {
	float: left;
	width: 50%;
}

.newsletterimage {
	min-height: 444px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}

.newsletterimage img {
	display: none;
	max-width: 100%;
	height: auto;
}

.contentnewsletter {
	padding-right: 50px;
}

.contentnewsletter h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    color: #a5c71f;
}

.contentnewsletter h1 span {
	text-transform: capitalize;
}

.contentnewsletter p {
	font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

#flat-subscribe-form p {
	margin-bottom: 20px;
}

.contentnewsletter p a {
	font-weight: bold;
	color: #a5c71f;
	text-transform: capitalize;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.contentnewsletter p a:hover {
	color: #BABABA;
}

.contentnewsletter .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
}

#flat-subscribe-form button {
	display: block;
    width: 100%;
    background-color: #A5C71F;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

#flat-subscribe-form button:hover {
    background-color: #BABABA;
}

.messagesnotifications {
    margin-top: 20px;
    line-height: 1.5;
}

.messagenewsletter a,
.messagesnotifications a {
	color: #a5c71f;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.messagenewsletter a:hover,
.messagesnotifications a:hover {
	color: #BABABA;
}

/* Contact Us */
.contact-container {
	float: left;
	width: 50%;
	margin-right: 16.66%;
}

.contact-container img {
	/*margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 20px;
}

.contact-sidebar {
	float: left;
	width: 33.33%;
	padding-top: 50px;
}

.contact-form {
	margin-top: 50px;
}

.contact-form .big-green-button {
	width: 100%;
}

.contact-form .input-group {
	margin-bottom: 30px;
}

.contact-form .input-group textarea {
	height: 192px;
}

.contact-sidebar p {
	margin-bottom: 10px;
	font-size: 18px;
	color: #5a5a5a;
}

.contact-sidebar a {
	font-weight: bold;
	color: #a5c71f;
}

.contact-sidebar a:hover {
	color: #BABABA;
}

.podcast-section img {
	margin-bottom: 40px;
}

.podcast-section h4 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
	color: #5a5a5a;
	text-transform: uppercase;
}

.podcast-section ul {
	
}

.podcast-section ul li {
	margin-bottom: 20px;	
}

.podcast-section ul li a {
	font-size: 15px;
	line-height: 21px;
	color: #5a5a5a;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.podcast-section ul li a:hover {
	color: #f03995;
}

.podcast-section a.season {
	display: block;
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #5a5a5a;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	text-transform: capitalize;
}

.podcast-section a.season.active {
	color: #f03995;
}

.podcast-section a.season + ul {
	display: none;
}

.podcast-section a.season.active + ul {
	display: block;
}

.podcast-section a.season span {
	position: relative;
}

.podcast-section a.season span:after {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -15px;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .2s ease;
	-webkit-transition: transform .2s ease;
}

.podcast-section a.season.active span:after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.podcast-section a.season:hover {
	color: #f03995;
}

.podcast-section a.showall {
	display: block;
	margin-top: 30px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #f03995;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	text-transform: uppercase;
}

.podcast-section a.showall:hover {
	color: #BABABA;
}

/* BLOG */

.single-post-list {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797;
}

.single-post-list:first-child {
	padding-top: 4px;
}

.blog-list-container .single-post-list:last-child {
	border-bottom: none;
}

.single-post-list .single-post-meta {
	float: left;
	width: 33.33%;
	padding-right: 30px;
}

.single-post-list .single-post-content {
	float: left;
	width: 66.66%;
}

.single-post-list .single-post-content .thumbnail {
	width: 100%;
	/*height: 275px;*/
	margin-bottom: 30px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-post-list .single-post-content .thumbnail img {
	/*display: none;*/
}

.single-post-list .single-post-meta h2 {
	font-size: 30px;
	font-weight: 800;
	line-height: 31px;
}

.single-post-list .single-post-meta h2 a {
	color: #a5c71f;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.single-post-list .single-post-meta h2 a:hover {
	color: #BABABA;
}

.single-post-list .single-post-meta .post-date a {
	color: #BABABA;
}

.single-post-list .single-post-meta .post-date a:hover {
	color: #f03995;
}

.single-post-list .single-post-meta {
	
}

.single-post-list .single-post-content p {
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
}

.single-post-list .single-post-content .readmore {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.loadmore-posts {
    float: right;
    width: 66.66%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.loadmore-posts .loadmore {
	display: inline-block;
	position: relative;
	padding-top: 60px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #a5c71f;
	text-transform: uppercase;
}

.loadmore-posts .loadmore:hover {
	color: #a5c71f;
}

.loadmore-posts .loadmore:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 44px;
	height: 44px;
	margin-left: -22px;
	background-image: url(assets/plus-button.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform .4s ease-in-out;
	-webkit-transition: transform .4s ease-in-out;
}

.loadmore-posts .loadmore:hover:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.single .page-with-sidebar .container {
	padding-bottom: 80px;
	border-bottom: 1px solid #979797;
}

.blog-post h1 {
	font-size: 30px;
	font-weight: 800;
	line-height: 31px;
	color: #a5c71f;
}

.blog-post-meta {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #979797;
}

.blog-post-meta .thumbnail {
	width: 100%;
	height: inherit;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-post-meta .thumbnail img {
	/*display: none;*/
}

.blog-post-meta p {
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
}


.blog-post-content img { 
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 4px;
}

.blog-post-content h2,
.flat-page h2 {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 800;
	line-height: 31px;
	color: #f03995;
}

.blog-post-content h3,
.question-faq h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
}

.blog-post-content h4,
.question-faq h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
}

.blog-post-content h5,
.question-faq h5 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5a5a5a;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-post-content h6,
.question-faq h6 {
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #5a5a5a;
}

.blog-post-content p {
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
}

.blog-post-content hr {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #979797;
}

.blog-post-content ul,
.blog-post-content ol  {
	padding-left: 18px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-post-content ul li {
	list-style: disc;
}

.blog-post-content ol  li {
	list-style: decimal;
}

.blog-post-content ul li,
.blog-post-content ol li  {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #5A5A5A;
}

.blog-post-content blockquote {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
	font-style: italic;
	line-height: 23px;
	color: #f03995;
}

.blog-post-content blockquote p {
	font-size: 18px;
	font-style: italic;
	line-height: 23px;
	color: #f03995;
}

.blog-post-content .wp-caption-text {
	margin-top: -10px;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	color: #5a5a5a;
}

.blog-post-content small {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
}

div.wp-caption {
    max-width: 100%;
}

ul.wp-block-gallery {
    padding-left: 0!important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.like-n-share {
	margin-top: 40px;
}

.like-n-share > div {
	margin-bottom: 20px;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	color: #5a5a5a;
}

.post-date a,
.like-n-share > div a {
	display: inline-block;
	font-size: 15px;
	margin-right: 2px;
	color: #BABABA;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	vertical-align: bottom;
}

.post-date a:hover,
.like-n-share > div a:hover {
	color: #f03995;
}

/* Reviews */
.review-list-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.review-list-container > div {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797;
}

h3.sec-title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #5a5a5a;
	text-transform: none;
}

/* Search */

.search-container {

}

.search-container .numresults {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
}

.search-category {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797;
}

.search-category:last-child {
	border-bottom: none;
}

.search-category h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #a5c71f;
	text-transform: capitalize;
}

.search-category ul {

}

.search-category ul li {
	margin-bottom: 16px;
}

.search-category ul li:last-child {
	margin-bottom: 0;
}

.search-category ul li a {
	font-size: 18px;
	color: #5a5a5a;
}

.search-category ul li a span:after {
    display: inline-block;
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 15px;
    margin-right: 8px;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    color: #a5c71f;
    padding-left: 15px;
}

.search-category ul li a:hover,
.search-category ul li a span:hover:after {
	color: #F03995;
}

/* 404 */

.notfound-page {

}

.flat-page {
	width: 75%!important;
	padding-right: 0!important;
}

.flat-page .description ,
.theme-page .description {
	margin-bottom: 40px;
}

.flat-page h5,
.theme-page h5 {
    margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.5px;
	color: #f03995;
	text-transform: uppercase;
}

.flat-page p,
.theme-page p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 23px;
	color: #5a5a5a;
}

.flat-page ul,
.theme-page ol {
	margin-bottom: 30px;
}

span.append-arrows {
    float: right;
    position: relative;
    display: block;
    margin-right: 20px;
}

span.append-arrows button.slick-arrow {
	top: 0;
	margin-top: 0;
    width: 12px;
    height: 37px;
}

.mobile-tailor-made-vacations {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mobile-tailor-made-vacations li {
	margin-bottom: 60px;
}

.mobile-tailor-made-vacations li h3 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.mobile-tailor-made-vacations li img {
	max-height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.menu-mobile {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

.menu-mobile-container,
.destinations-mobile,
.footer-mobile,
.mobile-filter-container {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 260px;
	padding: 60px 50px 30px 30px;
	background-color: #e8e8e8;
	overflow-y: auto;
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.21);
	z-index: 50;
	transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.destinations-mobile {
	z-index: 51;
}

.menu-mobile .back-button,
.mobile-filter-wrapper .back-button,
.mobile-blogfilter-wrapper .back-button {
	display: block;
	padding-left: 0;
	padding-bottom: 20px;
}

.mobile-filter-wrapper .back-button,
.mobile-blogfilter-wrapper .back-button {
	padding-bottom: 10px;
}

.menu-mobile.open {
	display: block;
}

.menu-mobile.open .menu-mobile-container,
.destinations-mobile.open,
.footer-mobile.open {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.destinations-mobile ul {
	margin-top: 20px;
}

.menu-mobile ul li {
	margin-bottom: 20px;
}

.menu-mobile ul li a {
	font-size: 15px;
	color: #5a5a5a;
}

.menu-mobile hr {
	display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.destinations-mobile hr {
	margin-top: 0;
    margin-bottom: 20px;
}

.menu-mobile-container .socials,
.mobile-blogfilter-container .socials {
	margin-top: 20px;
}

.menu-mobile-container .socials a,
.mobile-blogfilter-container .socials a {
	font-size: 18px;
	color: #bababa;
	margin-right: 8px;
}

.mobile-menu-close,
.closebook-trip,
.closeask-question,
.gen-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	
}

.mobile-menu-close span,
.closebook-trip span,
.closeask-question span,
.gen-close span {
	display: block;
	width: 20px;
	height: 20px;

}

.mobile-menu-close span:before,
.mobile-menu-close span:after,
.closebook-trip span:before,
.closebook-trip span:after,
.closeask-question span:before,
.closeask-question span:after,
.gen-close span:before,
.gen-close span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -10px;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #a5c71f;
	transform-origin: center;
	-webkit-transform-origin: center;	
}

.mobile-menu-close span:before,
.closebook-trip span:before,
.closeask-question span:before,
.gen-close span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg) ;
}

.mobile-menu-close span:after,
.closebook-trip span:after,
.closeask-question span:after,
.gen-close span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg) ;
}

.destinations-open-mobile a,
.open-footer a {

}

.destinations-open-mobile a:after,
.open-footer a:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
}

.view-all-destinations {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #A5C71F;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.view-all-destinations:hover {
	color: #BABABA;
}

.view-all-destinations span:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.fixed-book-trip {
	display: none;
	position: fixed !important;
	/*position: sticky;
	position: -webkit-sticky;*/
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px;
	border-top: 1px solid #979797;
	background-color: #fff;
	z-index: 9996;
	text-align: center;
}

.fixed-book-trip p,
.buttonmobilecontainer p {
	color: #BABABA!important;
    text-align: center;
    line-height: 21px;
    font-size: 18px!important;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.fixed-book-trip a.open-fixed-book-trip-form {
	display: inline-block;
	width: 100%;
	max-width: 260px;
	padding: 10px 10px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background-color: #a5c71f;
	border: none;
}

.fixed-book-trip a.ask-question-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 26px;
    background-image: url(assets/ask-question.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.buttonmobilecontainer {
    margin-top: 6px;
}

.buttonmobilecontainer button {
	display: block;
	width: 100%;
	max-width: 274px;
	padding: 10px 10px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background-color: #a5c71f;
	border: none;
}

.fixed-book-trip-form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 40px; 
	background-color: #ffffff;
	transform: translateY(100%);
	-webkit-transform: translateY(100%) ;
	z-index: 9997;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.fixed-book-trip-form.open {
	display: block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.fixed-book-trip-form form {
	padding: 40px 0 0;
}

.fixed-book-trip-form h3 {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #a5c71f;
}

.fixed-book-trip-form ul {
	padding-left: 40px;
	padding-right: 40px;
}

.fixed-book-trip-form ul li {
	margin-bottom: 10px;
}

.fixed-book-trip-form ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
}

.fixed-book-trip-form ul li a.active {
	color: #f03995;
}

.tripprice {
	margin-top: 40px;
	padding: 20px 40px;
	border-top: 1px solid #979797;
	font-size: 20px;
	font-weight: 600;
	color: #5a5a5a;
	text-align: center;
}

.tripprice span {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.ask-question-mobile {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 50px 30px 30px;
	background-color: #fff;
	z-index: 99999;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	overflow-y: scroll;
}

.ask-question-mobile h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #a5c71f;
	text-transform: uppercase;
}

.ask-question-mobile button {
	float: right;
    background-color: #A5C71F;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.ask-question-mobile.open {
	display: block;
	transform: translateX(0%)!important;
	-webkit-transform: translateX(0%)!important;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.open-mobile-filter {
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    padding: 8px 10px;
    margin-top: -14px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    background-color: #a5c71f;
}

.mobile-filter-wrapper,
.mobile-blogfilter-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden;
}

.mobile-filter-wrapper.open,
.mobile-blogfilter-wrapper.open {
	display: block;
}

.mobile-filter-container,
.mobile-blogfilter-container {
	display: none;
    padding: 60px 30px 30px 30px;
}

.mobile-filter-wrapper > div,
.mobile-blogfilter-wrapper > div {
	position: absolute;
    width: 100%;
    height: 100%;
    max-width: 260px;
    padding: 60px 30px 30px 30px;
    background-color: #e8e8e8;
    overflow-y: auto;    
    z-index: 2;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.mobile-filter-container.open,
.mobile-filter-wrapper > div.open,
.mobile-blogfilter-wrapper > div.open {
	display: block;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.21);
}

.mobile-filter-wrapper > div ul,
.mobile-blogfilter-wrapper > div ul {
	margin-top: 20px;
}

.mobile-filter-wrapper ul li,
.mobile-blogfilter-wrapper ul li {
	position: relative;
	margin-bottom: 20px;
}

.mobile-blogfilter-wrapper ul li img {
	padding-right: 40px;
}

.mobile-filter-wrapper ul li a,
.mobile-blogfilter-wrapper ul li a {
	font-size: 15px;
	color: #5a5a5a;
}

.mobile-filter-container ul li a:after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.mobile-blogfilter-container a.link {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #a5c71f;
	margin-top: 5px;
	margin-bottom: 10px;
}

.mobile-blogfilter-container hr {
	margin-top: 30px;
	margin-bottom: 20px;
}

.mobile-blogfilter-container ul li a:after {
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin-left: 8px;
}

.mobile-filter-wrapper ul li.active a {
	color: #f03995;
	font-weight: bold;
}

.mobile-filter-wrapper ul li.disabled a {
	color: #BABABA;
}

.mobile-blogfilter-container ul {
	margin-bottom: 20px;
}

.blog-filters,
.reviews-filters {
	display: none;
    width: 120px;
    padding: 8px 5px;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    color: #ffffff!important;
    border-radius: 4px;
    background-color: #a5c71f;
}

.newsletter-form .only-mobile {
	display: none;
}

.newsletter-form .only-mobile h2 {
	font-size: 30px;
    margin-bottom: 10px;
	font-weight: 800;
	line-height: 1.17;
	color: #a5c71f;
}

.newsletter-form .only-mobile p {
    margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: #5A5A5A;
}

.slider-acomodations-tours .slick-track,
.slider-upcoming-tours .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.slbArrow:before {
    width: 20px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none!important;
}

.slbArrow.prev:before {
	background-image: url(assets/arrow-left-slider-white.svg);
}

.slbArrow.next:before {
	background-image: url(assets/arrow-right-slider-white.svg);
}

.only-mobile {
	display: none;
}

.cookiebar {
	display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 30px 20px;
    z-index: 9999;
    text-align: center;
}

.cookiebar p {
	font-size: 15px;
	line-height: 21px;
	color: #fff;
}

.cookiebar a {
	font-weight: bold;
	color: #A5C71F;
}

.cookiebar a.close-cookie-bar {
	text-decoration: underline;
}

.cookiebar a.close-cookie-bar:hover {
	text-decoration: none;
}

.podcast-filter-mobile .podcast-list li a {
	font-weight: bold!important;
    color: #F03995!important;
}

.podcasttitle {
	font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #F03995;
}

.qf-accordion {
	display: none;
}

.select2-container *:focus {
	outline: 1;
}

.mobile-gallery {
	display: none;
}

.upcoming-gay-tours .payingwithcad,
#booktripformmobile .payingwithcad {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.upcoming-gay-tours .payingwithcad a,
#booktripformmobile .payingwithcad a {
	font-size: 14px;
	line-height: 1.28;
	color: #A5C620;
}

.show-dates .payingwithcad {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: right;
}

.show-dates .payingwithcad a {
	font-size: 13px;
	color: #A5C620;
}

.choose-departure-box .price > .payingwithcad {
	float: right;
	text-align: right;
}

.choose-departure-box .price > .payingwithcad a {
	font-size: 12px;
	color: #A5C620;
}

.dates-n-prices .payingwithcad {
	padding-bottom: 18px;
	margin-top: -10px;
}

.dates-n-prices .payingwithcad a {
	font-size: 14px;
	color: #A5C620;
}

.payingwithcad a {
	transition: color .2s ease;
}

.payingwithcad a:hover {
	color: #BABABA!important;
}

@media print {
	#confetti {
		display: none;
	}
}

/* Responsive */

@media(max-width: 1440px) {
	.tabs {
	    /*margin-left: -1.5%;
		margin-right: -1.555%;*/
	}

	.tabs .tab {
		margin-bottom: -3px;
	}
}

@media(max-width: 1280px) {
	.container {
		width: 1120px;
	}

	.landing-top-header,
	.landing-options {
		width: 100%;
	}

	.options {
	    width: 46%;
	    height: 0;
	    padding-bottom: 40%;
	    margin-left: 2%;
	    margin-right: 2%;
	}

	.more-info-trip.moreinfo-num-3 .important-info h2 {
	    font-size: 22px;
	    margin-bottom: 30px;
	}

	.more-info-trip.moreinfo-num-3 .thumbnail-info a.tell-me {
	    padding: 12px 16px;
	    font-size: 12px;
	}
}

@media(max-width: 1121px) {
	.container {
		width: 100%;
		padding: 0 50px;
	}
}

/* Tablet Landscape */
@media(max-width: 1024px) {
	.options {
	    width: 46%;
	    height: 0;
	    padding-bottom: 40%;
	    margin-left: 2%;
	    margin-right: 2%;
	}

	.no-hero-page .header {
	    margin-bottom: 25px;
	}

	.header .menu-nav-container {
	    position: relative;
	    width: 85%;
	}

	.header .logo-container {
	    width: 15%;
	}

	button.slick-prev.slick-arrow {
		margin-right: 6px;
	}

	button.slick-next.slick-arrow {
		margin-left: 6px;
	}

	.socials-contact .ask-question {
		width: 70%;
	}

	.socials-contact ul {
		width: 30%;
	}

	.date-range > div {
	    display: inline-block;
	    margin-right: 10px;
	    margin-bottom: 20px;
	}

	.select-boxes.select-activities .box-select {
	    min-height: 178px;
	}

	.page-content.reviews .review-list-container .review-content {
		padding-top: 40px;
	}

	.two-vertical-col .vcol {
		height: 100%;
	}

	.tour-detail-content > div.detail-departures {
		width: 100%;
		display: none;
	}

	.fixed-book-trip {
		display: block;
	}

	.more-info-trip.moreinfo-num-2 .inside-important-info {
	    top: 15%;
	}

	.more-info-trip.moreinfo-num-2 .thumbnail-info a.tell-me {
	    padding: 12px 16px;
	    font-size: 12px;
	}

	.more-info-trip.moreinfo-num-3 .important-info h2 {
	    font-size: 18px;
	    line-height: 28px;
	    margin-bottom: 30px;
	}
}

@media(max-width: 834px) {
	.newsletterimage,
	.contentnewsletter {
		float: none;
		width: 100%;
	}

	.newsletterimage {
		min-height: inherit;
		margin-top: 20px;
	}
	
	.options {
		float: none;
	    width: 98%;
	    height: 0;
	    padding-bottom: 60%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 20px;
	    max-width: 600px;
	    max-height: 200px;
	}

	.mobile-menu-open {
		display: inline-block!important;
	}

	.header .logo-container {
	    width: 60%;
	}

	.header .logo-container img {
		height: 50px;
	}

	.search-bar-mobile {
		display: block;
	}

	.header .socials,
	.header .menu-nav {
		display: none;
	}

	.container {
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.hero {
		/*background-image: none!important;*/
		height: 240px;
	}

	.hero img {
		display: none;
	}

	.hero-top-tour {
		height: 330px;
	}

	.page-default .hero-top-tour,
	.tax-themes  .hero-top-tour,
	.page-template-template-tailormade-form .hero-top-tour {
		height: inherit!important;
	}

	.hero-top-tour img {
		display: block;
	}

	.home-message-section h3 br {
		display: none;
	}

	.column-1, .column-2 {
	    width: 50%;
	}

	.column-3 {
	    width: 70%;
	}

	.column-4 {
		width: 30%;
	}

	.search-location-home {
		padding-left: 20px;
	    padding-right: 20px;
	}

	.select-country-form select {
		width: 60%;
	}

	.select-country-form button {
		width: 39%;
		margin-top: 0;
		margin-left: 0;
        padding: 10px 12px;
	    font-size: 16px;
	    vertical-align: middle;
	}	

	.upcoming-gay-tours-header {
		margin-bottom: 20px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.featured-posts h3 {
		padding-left: 18px;
		padding-right: 18px;
	}

	.upcoming-gay-tours h3 {
		float: none;
		margin-bottom: 20px;
	}

	.upcoming-gay-tours-header a {
		float: left;
	}

	.slider-upcoming-tours,
	.slick-featured-posts {
	    padding-left: 18px;
		padding-right: 18px;
	    margin-left: 0;
	    margin-right: 0;
	}

	.slider-acomodations-tours,
	.slider-room-details {
	    padding-left: 18px;
		padding-right: 18px;
	    margin-left: 0;
	    margin-right: 0;
	}
	
	button.slick-arrow {
	    width: 17px;
        margin-top: -20px;
	}

	button.slick-prev.slick-arrow {
	    margin-right: -8px;
	}

	button.slick-next.slick-arrow {
	    margin-left: -8px;
	}

	.travel-with-us-slick button.slick-arrow {
		margin-top: -10px;
	}

	.reviews-slick button.slick-arrow {
		top: 10%;
		margin-top: -10px;
	}

	.slick-featured-posts button.slick-arrow {
		top: 15%;
		margin-top: -10px;
	}

	.inside-featured,
	.slider-upcoming-tours .inside-slider {
		padding: 1%;
	}

	.see-all-reviews, .read-more-fposts {
		margin-top: 10px;
	}

	.reviews-slick .review-content, .review-list-container .review-content {
		position: static;
	}

	.reviews-slick .slick-slide {
		position: relative;
	}

	.reviews-slick .client-image, .review-list-container .client-image {
		padding-top: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.reviews-slick .review-content, .review-list-container .review-content {
		width: 100%;
	}

	.reviews-slick .review-content h2,
	.reviews-slick .review-content .h2,
	.review-list-container .review-content h2 {
		margin-bottom: 10px;
	    line-height: 32px;
	}

	.mobile-tailor-made-vacations {
		display: block;
	}

	.desktop-tailor-made {
		display: none;
	}

	.tailor-made-vacations {
		height: 100%;
	}

	.tour-guides,
	.itinerary-detail,
	.tour-detail-content > div.content-tour {
		width: 100%;
	    padding-right: 0;
	}	

	.destination-page div.detail-departures {
		display: block!important;
		margin-top: 20px;
	}

	.more-info-trip .important-info h2 br,
	.more-info-trip .important-info .h2 br {
		display: none;
	}

	.more-info-trip .important-info h2,
	.more-info-trip .important-info .h2 {
		font-size: 20px;
		line-height: 26px;
	}

	.show-dates .payingwithcad {
		padding-top: 18px;
		text-align: left;
	}

	.content-tours {
		padding-top: 10px;
	}

	.list-page .filter-options {
		display: none;
	}

	.list-page .tour-list {
		width: 100%;
	}

	.tags-filters .tag {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.brief-description {
	    width: 100%;
	}
	.approximate-date select {
		width: 120px;
	}

	.select-boxes.select-activities label,
	.select-boxes.select-budget label {
		width: 23%;
	}

	.select-boxes label p {
	    height: 220px;
	}

	.select-boxes.select-group .box-select {
	    min-height: 150px;
	}
	
	.qf-tabs {
		display: none;
	}

	.tabs {
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 0;
	    z-index: 2;
	}

	.tabs .tab {
	    display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	    border-radius: 0;
	    box-shadow: none;
	    border: 1.5px solid #BABABA;
	    border-top: none;
	    margin-bottom: -1.5px;
	}

	.tabs .tab:first-child {
	    border-top: 1.5px solid #BABABA;
	}

	.tabs .tab.active {
		border: 1.5px solid #f03995;
	    border-bottom: 1.5px solid #f03995;
	}

	.tabs .tab.active:after {
		content: none;
	}

	.qf-accordion {
		display: block;
	    margin-top: 40px;
	}

	.accordion-tab {
		position: relative;
		display: block;
	    width: 100%;
	    border: 1.5px solid #BABABA;
        padding: 10px 20px 10px;
	    border-top: none;
	    margin-top: -1.8px;
	    margin-bottom: -1.6px;
	}

	.accordion-tab:after {
	    position: absolute;
	    top: 50%;
	    right: 0;
	    margin-top: -8px;
	    margin-right: 10px;
	    content: '\f078';
	    font-family: "Font Awesome 5 Free";
	    font-weight: bold;
	    font-size: 14px;
	    margin-left: 8px;
	    transition: transform .2s ease;
	    -webkit-transition: transform .2s ease;
	    color: #5A5A5A;
	}

	.accordion-tab.active:after {
		color: #f03995;
	}

	.accordion-tab.first {
	    border-top: 1.5px solid #BABABA;
	}

	.accordion-tab.active {
		border: 1.5px solid #f03995;
		border-bottom: 0;		
	}

	.accordion-tab span {
	    display: table-cell;
	    vertical-align: middle;
	}

	.accordion-tab span.tab-icon {
	    padding-right: 20px;
	}

	.accordion-tab span.tab-title {
		height: 44px;
	    font-size: 15px;
	    font-weight: bold;
	    line-height: 18px;
	    color: #5A5A5A;
	}

	.accordion-tab.active span.tab-title {
		color: #f03995;
	}

	.accordion-tab.active svg g,
	.accordion-tab.active svg path {
	    fill: #f03995;
	}

	.accordion-tab + .accordion-content{
		display: none;
	}

	.accordion-content {
	    position: relative;
	    display: none;
	    padding-top: 30px;
	    padding-left: 40px;
	    padding-right: 40px;
	    padding-bottom: 30px;
	    border-radius: 0 0 4px 4px;
	    background-color: #fff;
	    overflow: hidden;
	    z-index: 5;
	}

	.accordion-tab.active + .accordion-content {
	    display: block;
	    border: 1.5px solid #f03995;
	    border-radius: 0;
	}

	.accordion-content p {
	    font-size: 15px;
	    line-height: 23px;
	    color: #5A5A5A;
	    margin-bottom: 10px;
	}

	.accordion-content a {
	    font-weight: bold;
	    color: #a5c71f;
	    transition: color .2s ease;
	    -webkit-transition: color .2s ease;
	}

	.accordion-content ul {
	    margin-top: 20px;
	}

	.accordion-content ul li {
	    font-size: 15px;
	    line-height: 23px;
	    color: #5A5A5A;
	    margin-bottom: 10px;
	}

	.page-with-sidebar .page-content {
		width: 100%;
	}

	.page-with-sidebar .sidebar {
		width: 100%;
	    padding-left: 0;
    	margin-top: 100px;
	}

	.page-with-sidebar .sidebar .filter-section,
	.page-with-sidebar .sidebar input,
	.page-with-sidebar .sidebar .sidebar-section {
		display: none;
	}

	.sidebar-nofilter .page-with-sidebar .sidebar,
	.page-with-sidebar .sidebar .sidebar-section.sidebar-seetours,
	.page-with-sidebar .sidebar .sidebar-section.sidebar-newsletter {
		display: block;
	}

	.review-list-container > div {
		position: relative;
		padding-top: 0;
		margin-top: 40px;
	}

	.review-list-container > div:first-child {
		margin-top: 0;
	}

	.loadmore-posts {
		width: 100%;
	}

	.columns.col-3,
	.columns.col-2 {
	    margin-left: 0;
	    margin-right: 0;
	}

	.columns.col-3 .scolumn {
		width: 100%;
		margin-bottom: 60px;
	}

	.columns.col-2 .scolumn {
		width: 100%;
		margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 60px;
	}

	.two-vertical-col {
		display: block;
		margin-top: 10px;
	}

	.two-vertical-col .vcol-text,
	.two-vertical-col .vcol {
		display: block;
		width: 100%;
	    padding-right: 0;
	}

	.two-vertical-col .vcol-text {
		margin-bottom: 60px;		
	}

	.inside-guides .inside-twus {
	    padding: 5%;
	}

	.contact-container {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.contact-sidebar {
		width: 100%;
	}

	.flat-page {
	    width: 100%!important;
	    padding-right: 0!important;
	}

	.open-mobile-filter {
		display: block; 
	}

	.show-dates {
	    position: static;
	    margin-top: 40px;
	}

	.single-post-list .single-post-content .thumbnail {
		height: inherit;
	}

	.single-post-list .single-post-content .thumbnail img {
		display: block;
	}

	.blog-filters,
	.reviews-filters {
		display: block;
	}

	.blog-post-meta .thumbnail {
		height: inherit;
	}

	.blog-post-meta .thumbnail img {
		display: block;
	}

	span.select2-container.select2-container--default.select2-container--open {
	    z-index: 99999;
	}

	.only-mobile {
		display: block;
	}

	.only-desktop {
		display: none;
	}

	.contact-sidebar {
		padding-top: 10px;
	}

	.home-message-section .container,
	.gay-tours-theme .container,
	.travel-with-us .container,
	.reviews .container {
 	 	border-bottom: none;
 	}

 	.home-message-section .container {
 		padding-bottom: 20px;
 	}

 	.single-tour-large .tour-thumbnail {
	    padding-bottom: 47.915%;
	}

	.single-tour .inside-slider .date {
		font-size: 16px;
	}

	.more-info-trip .h3 {
		min-height: 40px;
	}

	.single .page-with-sidebar .container {
		border-bottom: none;
	}

	.checkbox-group {
	    margin-top: 10px;
	    margin-bottom: 10px;
	}

	.inside {
	    padding-top: 30%;
	}

	.more-info-trip.moreinfo-num-3 .more-info-destination,
	.more-info-trip.moreinfo-num-3 .important-info {
	    float: left;
   	    width: 48.68%;
	    margin: 0 0.66%;
	}


	.more-info-trip.moreinfo-num-3 .more-info-destination:nth-child(3),
	.more-info-trip.moreinfo-num-3 .important-info {
		margin-top: 20px;
	}

	.more-info-trip.moreinfo-num-3 .important-info h2 {
	    font-size: 26px;
	    line-height: 32px;
	    margin-bottom: 20px;
	}

	.more-info-trip.moreinfo-num-3 .h3,
	.more-info-trip.moreinfo-num-4 .h3 {
		min-height: 20px;
	}

	.gay-tours-theme.four-themes ul li {
		display: inline-block;
	    width: 49%;
	    margin-bottom: 50px;
	}
	.hero-slider div.search-location-home {
		position: static;
		float: none;
		text-align: center;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}

	.hero-slider div.search-location-home a {
		margin-left: auto;
		margin-right: auto;
	}

	.homeslider-wrapper div.sliderNav {
		position: relative;
		background-color: #F3F3F3;
		border-radius: 0;
	}

	.homeslider-wrapper .sliderNav .slick-dots {
		text-align: center;
	}

	.homeslider-wrapper .sliderNav button.slick-prev.slick-arrow, .homeslider-wrapper .sliderNav button.slick-next.slick-arrow {
		height: 25px;
	}
}

@media(max-width: 480px) {
	.landing-top-header {
	    margin-top: 20px;
	}

	.landing-top-header .socials {
        position: static;
	    margin-right: 0;
	    margin-bottom: 30px;
	    text-align: center;
	}

	.landing-top-header,
	.content-landing,
	.footer-landing {
	    padding-left: 20px;
	     padding-right: 20px;
	}

	.options {
	    padding-bottom: 60%;
        padding-bottom: 80%;
	}

	.inside {
		padding-top: 30%;
	}

	.header {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    margin-bottom: 5px;
	}

	.header .logo-container {
		width: 55%;
	}

	.header .logo-container img {
	    height: 36px;
	}

	.search-bar-mobile {
		width: 45%;
	}

	.search-bar-mobile form input {
		margin-top: 4px;
		font-size: 15px;
		padding-left: 0;
		padding-right: 0;
	    padding-bottom: 4px;
	}

	.select-country-form button {
		width: 100%;
		margin: 10px 0 0;
	}

	.gay-tours-theme ul li,
	.gay-tours-theme.four-themes ul li {
	    display: block;
	    width: 100%;
	    margin-bottom: 40px;
	}

	.column-3 {
	    width: 100%;
	}

	.column-4 {
		width: 100%;
	}

	.column-4 img {
        display: inline-block;
	    margin-right: 10px;
	    vertical-align: middle;
	    margin-bottom: 0;
	}

	.columns.col-3 .scolumn {
		margin-left: 0;
		margin-right: 0;
	}

	.columns.col-3 .scolumn:last-child {
        padding-bottom: 50px;
	    border-bottom: 1px solid #5A5A5A;
	    margin-bottom: 40px;
	}

	.bottom-footer .switch {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}

	.bottom-footer .copyright {
		width: 100%;
		text-align: left;
	}

	.hero-top-tour {
		height: 200px;
	}

	.tailor-made-page .hero-top-tour {
		height: auto;
	}

	.select-boxes.select-accommodations {
		margin-left: 0;
		margin-right: 0;
	}

	.select-boxes.select-activities {
		margin-left: -1.5%;
		margin-right: -1.5%;
	}

	.qfacts li {
	    line-height: 18px;
	    margin-bottom: 10px;
	}

	span.tooltip {
		vertical-align: middle;
	}

	.tailor-made-message {
		width: 100%;
	}

	.message-text {
		width: 100%;
		margin-bottom: 20px;
	}

	.tailor-made-message a {
		float: left;
	}

	.day-it {
		line-height: 18px;
	}

	.inside-guides > div {
	    width: 100%!important;
	    max-width: 100%;
	}

	.more-info-trip .more-info-destination,
	.more-info-trip .important-info {
		width: 100%;
	}

	.more-info-trip .more-info-destination {
		margin-bottom: 40px;
	}

	.slider-acomodations-tours .inside-slider,
	.slider-room-details .inside-slider{
		padding: 1%;
	}

	.gallery-tour-container, .vgallery-tour-container {
	    margin-left: 0;
	    margin-right: 0;
	}

	.thumbnail-info-large {
	    padding-bottom: 100%;
	}

	.gallery-tour-container .single-tour {
		margin-bottom: 20px;
	}

	.single-tour-large,
	.content-tours.destinations-tours.hideall .single-tour.show {
		width: 100%;
	}

	.single-tour-large .tour-thumbnail,
	.content-tours.destinations-tours .single-tour-large .tour-thumbnail,
	.related-tours-container .single-tour-large .tour-thumbnail {
		padding-bottom: 100%;
	}

	.single-tour {
		width: 100%;
	    margin: 0 0 2.66%;
	}

	.see-all-reviews, .read-more-fposts {
		float: left;
	}

	.bottom-page-banner h2,
	.tailor-made-bottom h2 {
		width: 100%;
	}

	.tailor-made-bottom,
	.bottom-page-banner {
		height: 100%;
	    padding-top: 80px;
        padding-bottom: 80px;
        background-position: center;
	}

	.select-boxes.select-group label {
	    width: 47%;
	    margin: 0 1.5% 3%;
	}


	.adventure-date .half {
		width: 100%;
	}

	.adventure-date .half:first-child {
	    padding-right: 0;
	    padding-bottom: 10%;
	}

	.adventure-date .half:last-child {
		padding-top: 10%;
	    padding-left: 0;
	}

	.adventure-date .half:last-child:before {
	    width: 100%;
	    height: 1px;
	    margin-left: 0;
	}

	.adventure-date .half:last-child:after {
	    content: 'OR';
	    position: absolute;
	    top: 0;
	    left: 50%;
	    padding: 10px;
	    margin-top: -15px;
	    margin-left: -20px;
	    background-color: #FFF;
	    font-size: 13px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    color: #5a5a5a;
	    text-align: center;
	}

	.select-destination input {
		font-size: 15px;
	}

	.select-boxes.select-activities label,
	.select-boxes.select-budget label {
	    width: 47%;
	    margin: 0 1.5% 3%;
	}

	.select-accommodations label {
		width: 100%;
	    margin-left: 0;
    	margin-right: 0;
		margin-bottom: 5%;
	}

	.last-form .first {
	    width: 100%;
	} 

	.last-form .last {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 30px;
	} 

	.last-form .first .input-group,
	.input-group,
	.contact-form .input-group {
	    margin-left: 0;
    	margin-right: 0;
    	margin-bottom: 10px;
	}

	.input-wrapper.half {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 30px;
	}

	.sent-form button {
	    padding: 10px 18px;
	}

	.choose-destination button {
	    font-size: 16px;
	    padding-left: 0;
	    margin-top: 20px;
	    text-align: left;
	}

	.tab-content {
		padding-top: 30px;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 30px;
	}

	.updated-date {
	    text-align: left;
	    line-height: 18px;
	}

	.team-wrapper .inside-guides {
	    margin-top: 0;
	}
	
	.team-wrapper h3 {
	    font-size: 18px;
	}

	.team-wrapper .inside-guides > div {
	    width: 100%;
	    margin-bottom: 40px;
	}

	.single-post-list .single-post-meta {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}

	.single-post-list .single-post-content {
		width: 100%;
	}

	.three-photos-grid > div.big-blog-image,
	.three-photos-grid > div.small-blog-image {
		width: 100%;
		padding-bottom: 100%;
		margin-bottom: 20px;
	}
	
	.input-wrapper.full {
	    padding: 0 0;
	}

	.newsletter-container {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 95%;
	    height: 95%;
	    margin-top: 0;
	    margin-left: 0;
	    border-radius: 0;
	    overflow: hidden;
	    z-index: 99;
	    transform: translate(2.5%, 2.5%);
	}

	.newsletter-thumbsnail {
		display: none;
	}

	.newsletter-form .only-mobile {
		display: block;
	}

	.newsletter .newsletter-form {
	    float: left;
        width: 100%;
		height: 100%;
		padding: 25px 35px;
		background-color: #fff;
	    overflow-y: scroll;
	}

	.newsletter-form .close-newsletter {
	    width: 20px;
    	height: 20px;
		z-index: 100;
	}

	.big-green-button {
		width: 100%;
	}

	.inside-booking-conditions-box {
	    padding: 30px 20px;
	}

	.ask-question-mobile button {
		float: left;
		width: 100%;
	}

	.ask-question-mobile .input-wrapper.full,
	.ask-question-mobile .input-wrapper.half {
		margin-bottom: 20px;
	}

	.content-tours {
		margin-left: 0;
		margin-right: 0;
	}

	.home-message-section .container,
	.gay-tours-theme .container,
	.travel-with-us .container,
	.reviews .container {
 	 	border-bottom: none;
 	}

 	.home-message-section .container:before,
	.gay-tours-theme .container:before,
	.travel-with-us .container:before,
	.reviews .container:before {
	    content: '';
	    position: absolute;
	    display: block;
	    left: 50%;
	    bottom: 0;
	    width: 88.99%;
	    height: 1px;
	    margin-left: -44.495%;
	    background-color: #5A5A5A;
	}

	.travel-with-us .container.noline:before {
		display: none;
	}

	span.append-arrows button.slick-arrow {
	    width: 12px;
	    height: 24px;
	}

	.gay-tours-theme {
	    padding-top: 60px;
	}

	.tailor-made-vacations h2,
	.tailor-made-vacations .h2,
	.gay-tours-theme h3,
	.tailor-made-vacations .second-title {
		text-align: center;
	}

	.gay-tours-theme .container {
    	padding-bottom: 20px;
	}

	.tailor-made-vacations .container a {
	    float: none;
	    display: block;
	    margin: 0 auto;
	    max-width: 194px;
	}

	.footer .container {
		border-top: none;
	}

	.footer .column-1,
	.footer .column-2 {
		border-top: 1px solid #5A5A5A; 
	}

	.single .page-with-sidebar .container {
	    padding-bottom: 20px;
		border-bottom: 0;
	}

	.faq-section .question-faq > a {
		line-height: 21px;
	}

	.question-faq > a:after {
	    top: 50%;
	    margin-top: -9px;
	}
	
	.contact-form .input-group textarea {
		margin-top: 20px;
	}

	.checkbox-group {
	    margin-top: 10px;
	    margin-bottom: 20px;
	}

	.reviews-slick .client-image, .review-list-container .client-image {
		margin-top: 0;
		margin-bottom: 0;
	}

	.page-content.reviews .review-list-container .review-content {
		padding-top: 0;
	}

	.tabs .tab {
		margin-bottom: 0;
	}

	.ui-widget.ui-widget-content {
		z-index: 101!important;
	}

	.home-message-section {
		margin-top: 0;
	}

	.home-message-section .container {
		padding-bottom: 40px;
	}

	.home-message-section h3 {
	    font-size: 18px;
	    line-height: 26px;
	    color: #5A5A5A;
	}

	.page-template-homepage .featured-posts .container,
	.page-template-homepage .reviews .container {
		border-top: 0;
	}
	.page-template-homepage .reviews .container {
		padding-bottom: 40px;
	}

	.featured-posts {
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.ask-question-mobile .input-group {
		margin-bottom: 0;
	}

	.select-country-form select {
		width: 100%;
	}

	.select-country-form button {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
        padding: 10px 12px;
	    font-size: 16px;
	    vertical-align: middle;
	}

	.mobile-gallery {
		display: block;
		padding-left: 18px;
		padding-right: 18px;
	}

	.gallery-tour-photos .gallery-tour-container {
		display: none;
	}

	.mobile-gallery .mobile-thumbnail {
	    position: relative;
	    width: 100%;
	    height: 0;
	    padding-bottom: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	    border-radius: 5px;
	    transition: all .2s ease;
	    -webkit-transition: all .2s ease;
	}

	.mobile-gallery .mobile-thumbnail a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(51 ,51 ,51 ,.2);
	    opacity: 0;
	    transition: all .2s ease;
	    -webkit-transition: all .2s ease;
	}

	.mobile-gallery button.slick-arrow {
		margin-top: 0;
	}

	.more-info-trip.moreinfo-num-2 .important-info,
	.more-info-trip.moreinfo-num-3 .more-info-destination,
	.more-info-trip.moreinfo-num-3 .important-info {
	    width: 100%;
	    margin-top: 20px;
	}

	.more-info-trip.moreinfo-num-3 .more-info-destination:first-child {
		margin-top: 0;
	}

	.more-info-trip.moreinfo-num-2 .important-info h2 {
	    font-size: 26px;
	    line-height: 32px;
	}

	.more-info-trip.moreinfo-num-4 .more-info-destination {
	    margin-bottom: 0;
	}

	.more-info-trip.moreinfo-num-4 .more-info-destination:first-child {
	    margin-bottom: 20px;
	}

	.single .featured-posts.only-mobile {
		padding-top: 40px;
	}

	.single .featured-posts.only-mobile h3 {
		padding-left: 0;
    	padding-right: 0;
	}

	.single .featured-posts.only-mobile .slick-featured-posts {
		padding-left: 0;
    	padding-right: 0;
	}

	.single .featured-posts.only-mobile .read-more-fposts {
		color: #fff;
	}

	.single .featured-posts.only-mobile button.slick-prev.slick-arrow {
	    margin-right: 14px;
	}

	.single .featured-posts.only-mobile button.slick-next.slick-arrow {
		margin-left: 6px;
	}

	.single .featured-posts.only-mobile button.slick-next.slick-arrow:last-child {
		display: none!important;
	}

	.slick-initialized .select-country-form button {
		max-width: 200px;
	}

	.hero-slider div.search-location-home a {
		max-width: 200px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .search-bar-mobile form input,   
  .input-wrapper input,
  .select-destination input,
  .date-range > div input,
  .input-group textarea,
  .last-form .last textarea,
  .newsletter .newsletter-form input,
  .newsletter .newsletter-form select,
  .newsletter-form .input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
  .ask-question-mobile .input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
  input.select2-search__field,
  .form-section textarea {
    font-size: 16px;
  }
}

/* COVID STYLES - CAN BE DELETED AFTER EVERYTHING IS BACK TO NORMAL */
.covid-emergency {
	display: block;
	width: 100%;
    padding: 12px 0;
    background-color: #EDEDED;
    text-align: center;
}

.covid-emergency p {
	position: relative;
}
/*
.covid-emergency p:before {
	content: '!';
    color: #fff;
    padding: 2px 10px;
    background-color: #A5C71F;
    border-radius: 50%;
    margin-right: 10px; 
}*/

.covid-emergency a {
	font-weight: bold;
	color: #A5C71F; 
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
}

.covid-emergency a:hover {
	color: #BABABA;
}

/* Phase 2 Changes */

.homeslider-wrapper {
    overflow: hidden;
}

.hero-slider {
    visibility: hidden;
}

.slick-initialized { 
	visibility: visible; 
}

.homeslider-wrapper {
	position: relative;
}

.homeslider-wrapper .sliderNav {
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 15px 35px;
	background-color:rgba(0, 0, 0, 0.51);
	border-radius: 5px 5px 0 0;
}

.homeslider-wrapper .sliderNav .slick-dots {
	
}

.homeslider-wrapper .sliderNav .slick-dots li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.homeslider-wrapper .sliderNav .slick-dots li button {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	padding: 0;
	background-color: #BABABA;
	border: none;
	text-indent: -9999999px;
	cursor: pointer;
	-webkit-appearance: none!important;
}

.homeslider-wrapper .sliderNav .slick-dots li.slick-active button {
	background-color: #A5C71F;
}

.homeslider-wrapper .sliderNav button.slick-prev.slick-arrow,
.homeslider-wrapper .sliderNav button.slick-next.slick-arrow {
	top: 50%;
    margin-top: 0;
    width: 6px;
    height: 18px;
    transform: translateY(-50%);
}

.homeslider-wrapper .sliderNav button.slick-prev.slick-arrow {	
	margin-left: 10px;
	left: 0;
	background-image: url(assets/homeslider-arrow-back.svg);
}

.homeslider-wrapper .sliderNav button.slick-next.slick-arrow {
	left: inherit;
    right: 0;
	margin-left: 0;
	margin-right: 10px;
	background-image: url(assets/homeslider-arrow-forwards.svg);
}

.hero-slider {
	position: relative;
}

.hero-slider .slick-slide {
	position: relative;
}

.hero-slider p {
	margin-bottom: 20px;
}

.hero-slider a {
	display: block;
	padding: 10px 30px;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #A5C71F;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	max-width: 180px;
}

.hero-slider a:hover {
	background-color: #BABABA;
    box-shadow: 0 4px 9px rgba(90, 90, 90, 0.35);
}

.hero-slider .search-location-home {
	position: absolute;
	max-width: 480px;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hero-slider .container {
	position: static;
}

.hero-slider .search-location-home h2 {
    line-height: 34px;
}

.hero-slider .search-location-home h2.no-content {
	margin-bottom: 30px;
}

.price-range {

}

.p-slider {
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.p-slider input {
	position: absolute;
	width: 100%;
	left: 0;
  	bottom: 0;
}

.p-slider input#maxrange{
	background: transparent;
}

.spans-wrap {
	display: flex;
	justify-content: space-between;
}

.price-span {
	position: relative;
	max-width: 80px;
}

.price-span:before {
	position: absolute;
	content: '';
	top: 3px;
    left: 0;
	font-size: 10px;
	color: #5A5A5A;
	width: 100%;
	text-align: center;
}

.price-span.min:before {
	content: 'min price';
}

.price-span.max:before {
	content: 'max price';
}

.price-range input[type=currency] {
	border-radius: 5px;
	border: 1px solid #5a5a5a;
	padding: 14px 4px 4px;
	max-width: 100%;
	text-align: center;
}

.price-range input[type=number]::-webkit-outer-spin-button,
.price-range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.p-slider input[type=range] {
	-webkit-appearance: none;
}
.p-slider input[type=range]:focus {
	outline: none;
}
.p-slider input[type=range]:focus::-webkit-slider-runnable-track {
	background: transparent;
}
.p-slider input[type=range]:focus::-ms-fill-lower {
	background: #A5C620;
}
.p-slider input[type=range]:focus::-ms-fill-upper {
	background: #A5C620;
}
.p-slider input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #A5C620;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}
.p-slider input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #5A5A5A;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}
.p-slider input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #1da1f2;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}
.p-slider input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #5A5A5A;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #fff;
	cursor: pointer;
}
.p-slider input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
.p-slider input[type=range]::-ms-fill-lower,
.p-slider input[type=range]::-ms-fill-upper {
	background: #1da1f2;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}
.p-slider input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #5A5A5A;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #fff;
	cursor: pointer;
}

.filter-section span.tooltip:after{
	font-weight: normal;
}

.price-apply-button {
	display: block;
	width: 100%;
	max-width: 100px;
    margin-bottom: 20px;
    background-color: #A5C71F;
    border: none;
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
	text-align: center;
	margin-top: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.price-apply-button:hover {
	background-color: #BABABA;
}