body {
	font-family: 'Playfair Display', serif;
	font-weight:400;
	color:#000;
	height:100%;
}
html {
	height:100%;
}
h1 {
	text-transform:uppercase;
	font-size:333%;
	font-weight:400;
	font-style:italic;
}
h2 {
	text-transform:uppercase;
	font-size:200%;
	font-weight:400;
	font-style:italic;
}
h3 {
	text-transform:uppercase;
	font-size:110%;
	font-weight:400;
	font-style:italic;
}
#epic_adventures h3 {
	text-transform:uppercase;
	font-size:180%;
	font-weight:400;
	font-style:italic;
}
#epic_adventures .offer-full {
	min-height:600px;
}
#epic_adventures .offer {
	min-height:400px;
}
h4 {
	text-transform:uppercase;
	font-size:90%;
	font-weight:400;
	font-style:italic;
}
#deals li,
#privacy li{
	list-style-type: square;
}
hr {
	display:block;
	width:20%;
	height:1px;
	margin:20px 0px 20px 0px;
	background:#000;
}
@media (min-width: 1025px) {
hr.full-col {
	display:block;
	width:10%;
	height:1px;
	margin:20px 0px 20px 0px;
	background:#000;
}
}
@media (max-width: 1024px) {
hr.full-col {
	display:block;
	width:20%;
	height:1px;
	margin:20px 0px 20px 0px;
	background:#000;
}
}
.dark hr{
	margin:20px 0px 20px 5px;
	background:#FFF;
}
img {
	display:block;
}
strong {
	font-weight:700;
}
section {
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
	z-index: 300;
    background: #FFF;
}
@media (max-width: 1100px) {
.container {
    max-width: 100%;
}
}
@media (max-width: 1023px) {
.dark ol {
	margin-top:-100px;
}
}
#home{
	height:100%;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
#privacy{
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 1025px) {
#home,
#privacy{
	background-attachment: fixed;
}
}
@media (max-width: 1024px) {
#home,
#privacy{
	background-attachment: initial;
}
}
#down{
	display:inline-block;
	position:relative;
	overflow:auto;
	width:100px;
	height:63px;
	padding-top:10px;
	opacity:.5;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#down:hover{
	padding-top:20px;
	opacity:1;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#down img{
	display:inline-block;
	width:44px;
	height:23px;
	opacity:1;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#down.moved img{
	display:inline-block;
	opacity:0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

@media (min-width: 769px) {
#epic_adventures .image-block-aspect-ratio h1{
	color:#FFF;
	font-size:400%;
	font-style:italic;
	line-height:100%;
	margin:0px 0px 0px 200px;
}
#epic_adventures .image-block-aspect-ratio h1 span{
	color:#FFF;
	font-size:180%;
	font-style:italic;
	margin:0px 0px 0px -100px;
}
#epic_adventures .image-block-aspect-ratio p{
	margin:10px 0px 300px 150px;
	color:#FFF;
	font-size:130%;
	font-style:italic;
}
}
@media (max-width: 768px) {
#epic_adventures .image-block-aspect-ratio h1{
	color:#FFF;
	font-size:300%;
	font-style:italic;
	line-height:100%;
}
#epic_adventures .image-block-aspect-ratio h1 span{
	color:#FFF;
	font-size:180%;
	font-style:italic;
}
#epic_adventures .image-block-aspect-ratio p{
	color:#FFF;
	font-size:130%;
	font-style:italic;
}
}
.image-block-aspect-ratio {
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.image-block-aspect-ratio::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 66%;
}
.image-block-aspect-ratio::after { /* to clear float */
  content: "";
  display: table;
  clear: both;
}
.image-block {
	min-height:300px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.image-block-full {
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}
.text-block {
	padding:40px 30px;
}
.text-block-black {
	padding:40px 30px;
	background:#000;
	color:#FFF;
}
.text-block-transparent {
	padding:40px 30px;
	background:rgba(0,0,0,0);
	color:#FFF;
}
section.dark {
	background:#000;
	color:#FFF;
	padding:40px 0px;
}
.btn {
    text-transform:uppercase;
	margin-top:30px;
	display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 110%;
    border-radius: 0px;
    transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.btn-dark {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.navbar-collapse.collapse {
    transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navbar-collapse.collapsing {
    height: 0 !important;
}
.navbar-collapse.collapse.show {
    max-height: none;
    height: 100vh;
}
@media (min-width: 769px) {
nav {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
}
@media (max-width: 768px) {
nav {
	background:rgba(255,255,255,1);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
li.nav-item {
	opacity:0;
	transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-webkit-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
}
.navbar-collapse.collapse.show li.nav-item {
	opacity:1;
}
}
nav.moved {
	background:rgba(255,255,255,1);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
@media (min-width: 769px) {
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
    color: #000;
	margin:0px 30px 0px 0px;
	border-bottom:1px solid #000;
	padding:0px 0px 10px 0px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(0,0,0,.5);
	}
.navbar-dark .navbar-nav .nav-link.active:focus {
		color:#000;
	}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(0,0,0,.5);
	margin:0px 30px 0px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px solid rgba(0,0,0,0);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
}
@media (max-width: 768px) {
.nav-item{
	text-align:center;
	font-size:160%;
	margin:0px;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
    color: #000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
}
@media (min-width: 321px) and (max-width: 768px){
.navbar-nav {
	margin-top:80px;
}
}
@media (max-width: 320px) {
.navbar-nav {
	margin-top:40px;
}
}
nav.privacy {
	background:rgba(255,255,255,0);
	opacity:1;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
nav.privacy.hide {
	background:rgba(255,255,255,0);
	opacity:0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
@media (min-width: 321px) {
.logo {
	width:200px;
	height:auto;
	margin:20px 0px 20px 20px;
}
.logo-privacy {
	width:200px;
	height:auto;
	margin:28px 0px 20px 36px;
}
}
@media (max-width: 320px) {
.logo {
	width:180px;
	height:auto;
	margin:20px 0px 20px 20px;
}
.logo-privacy {
	width:180px;
	height:auto;
	margin:28px 0px 20px 36px;
}
}
footer {
	width:100%;
	position:relative;
	overflow:auto;
	height:80px;
	z-index:301;
	background:#FFF;
}
#get_in_touch p {
	font-size:120%;
}
/*#get_in_touch label,*/
.wpcf7-list-item-label{
	font-size:80%;
}

#get_in_touch .logo {
	width:200px;
	height:auto;
	margin:160px 0px 0px 0px;
}
#get_in_touch a.tel:link,
#get_in_touch a.tel:hover,
#get_in_touch a.tel:active,
#get_in_touch a.tel:visited{
	color:inherit;
	text-decoration:none;
}

#get_in_touch a:link,
#get_in_touch a:active,
#get_in_touch a:visited{
	color:#666;
	text-decoration:underline;
}
#get_in_touch a:hover{
	color:#666;
	text-decoration:none;
}
section a:link,
section a:active,
section a:visited{
	color:#666;
	text-decoration:underline;
}
section a:hover{
	color:#666;
	text-decoration:none;
}

ol {
	list-style: none;
	counter-reset: new-counter-style;
	font-size: 120%;
}
ol li {
	counter-increment: new-counter-style;
	margin:30px 0px 0px 10px;
	line-height:160%;
}
ol li::before {
	margin-left:-40px;
	margin-right:6px;
	content: counter(new-counter-style) " /";
	font-size: 160%;
}


/* Animated Hamburger Menu */
button.navbar-toggler,
button:hover.navbar-toggler,
button:active.navbar-toggler,
button:focus.navbar-toggler{
	outline: 0!important;
	background:none!important;
	border:0px!important;
}
.burger-menu-container {
	z-index:2030;
	position:fixed;
	right:30px;
	top:30px;
}

.hamburger_nav{
	overflow: hidden;
	margin:0;
	padding:0;
	outline: none !important;
	border:none;
}
#burger-menu {
	width: 30px;
	height: 25px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#burger-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#burger-menu.open span{
	margin-left:3px;
	margin-top:-4px;
}
#burger-menu span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
#burger-menu span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
}
#burger-menu span:nth-child(1), #burger-menu span:nth-child(2) {
	top: 0px;
}
#burger-menu span:nth-child(3), #burger-menu span:nth-child(4) {
	top: 8px;
}
#burger-menu span:nth-child(5), #burger-menu span:nth-child(6) {
	top: 16px;
}
#burger-menu.open span:nth-child(1), #burger-menu.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#burger-menu.open span:nth-child(2),#burger-menu.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#burger-menu.open span:nth-child(1) {
	left: 0px;
	top: 7px;
	background: #000;
}
#burger-menu.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
	background: #000;
}
#burger-menu.open span:nth-child(3) {
	opacity: 0;
	top: 12px;
}
#burger-menu.open span:nth-child(4) {
	opacity: 0;
	top: 12px;
}
#burger-menu.open span:nth-child(5) {
	left: 0px;
	top: 17px;
	background: #000;
}
#burger-menu.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 17px;
	background: #000;
}
.form-control:focus {
  border-color: #000;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type="text"], input[type="name"], input[type="button"], input[type="submit"], input[type="password"], input[type="email"], input[type="tel"], textarea.form-control, submit {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0px;
	border-radius: 0px;
	outline: 0;
}
@media (max-width: 991px) {
	form {
		margin-top:-60px;
	}
}

div.wpcf7-mail-sent-ok{
	margin:10px 0px 0px 0px;
	padding:10px 15px;
	color:#3ca335;
	border:1px solid #3ca335;
}
div.wpcf7-validation-errors{
	margin:10px 0px 0px 0px;
	padding:10px 15px;
	color:#F00;
	border:1px solid #F00;
}
.wpcf7-list-item {
	padding:0px!important;
	margin:0px!important;
}
.form-check {
	padding-left:0px;
}

button#catapultCookie {
    text-transform:uppercase;
	color:#FFF;
	background:#666;
	font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 110%;
    border-radius: 0px;
    transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
button#catapultCookie:hover {
    background:#000!important;
}
a:link.ctcc-more-info-link,
a:visited.ctcc-more-info-link,
a:active.ctcc-more-info-link,
a:hover.ctcc-more-info-link{
	outline: none !important;
}

#catapult-cookie-bar {
	background:rgba(255,255,255,.5)!important;
}

.grecaptcha-badge { 
    visibility: hidden;
}