@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&family=Catamaran:wght@300;400;500;600;700;800;900&family=Paytone+One&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * https://cssdeck.com/blog/
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body, html {
  font-family: "Catamaran", sans-seif;
  font-size: 16px;
  background: #f3f4f6;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}

.section-title {
  margin: 50px 0 25px;
  position: relative;
}
.section-title::before {
  position: absolute;
  background: linear-gradient(to right, #0585e2, transparent, #39d2ba);
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  bottom: 3px;
}
.section-title.alt::before {
  background: linear-gradient(to right, #ff2500, transparent, #fbb13f);
}
.section-title h2 {
  font-size: 48px;
  line-height: 54px;
  font-family: "Paytone One", sans-seif;
  color: #374151;
  text-align: center;
  position: relative;
}

header {
  position: relative;
}
header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .layoutline {
  background: linear-gradient(to right, #ff2500, #fbb13f);
  height: 12px;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  position: absolute;
}
header .box {
  height: 72px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  position: relative;
  display: flex;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  align-items: center;
  padding: 6px 26px;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
header .logo {
  display: block;
  width: 177px;
  height: 42px;
  overflow: hidden;
  text-indent: -10000px;
  background: url("img/logo.png") no-repeat 50% 50%/contain;
  flex-shrink: 0;
}
header nav {
  margin-left: 26px;
}
header nav > ul {
  display: flex;
}
header nav > ul > li {
  margin-right: 24px;
  position: relative;
}
header nav > ul > li > a {
  color: #0284e2;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
header nav > ul > li.has-children > a {
  position: relative;
  padding-right: 20px;
}
header nav > ul > li.has-children > a::after {
  content: "";
  width: 10px;
  height: 6px;
  right: 0;
  top: calc(50% - 3px);
  background: url("img/navdd.png") no-repeat 50% 50%/contain;
  position: absolute;
}
header nav > ul > li.has-children:hover > ul {
  visibility: visible;
}
header nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: -12px;
  min-width: 250px;
  background: rgba(216, 221, 228, 0.9);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 8px 8px;
  box-sizing: border-box;
  visibility: hidden;
}
header nav > ul > li > ul > li > a {
  display: block;
  padding: 4px 12px;
  color: #374151;
  border-radius: 12px;
  font-weight: 500;
  background: transparent;
}
header nav > ul > li > ul > li:hover > a {
  background: #0284e2;
  color: #ffffff;
}
header .box-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
header .social {
  margin-left: auto;
}
header .social > ul {
  display: flex;
}
header .social > ul > li {
  margin-left: 12px;
}
header .social > ul > li a {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -10000px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
header .social > ul > li.ig > a {
  background-image: url("img/ico-ig.svg");
}
header .social > ul > li.yt > a {
  background-image: url("img/ico-yt.svg");
}
header .search {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 14px;
  margin-left: 18px;
}
header .search::before {
  position: absolute;
  height: 12px;
  width: 2px;
  background: #bcc0c6;
  content: "";
  left: 0;
  top: calc(50% - 6px);
}
header .search input {
  display: block;
  -webkit-appearance: none;
  outline: none;
  background: #f3f4f6;
  border: 0;
  border-radius: 6px;
  height: 30px;
  padding: 0 6px;
  width: 150px;
  margin-right: 4px;
  display: none; /*TODO*/
}
header .search button {
  display: block;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  overflow: hidden;
  text-indent: -10000px;
  width: 30px;
  height: 30px;
  background: url("img/ico-sear.png") no-repeat 50% 50%;
  background-size: 22px;
  cursor: pointer;
}

footer {
  margin-top: 50px;
  margin-bottom: 25px;
}
footer .box {
  color: #ffffff;
  border-radius: 12px;
  background: #374151;
  padding: 20px 26px 16px;
}
footer .foot-top {
  display: flex;
  align-items: center;
}
footer .logo {
  display: block;
  width: 177px;
  height: 42px;
  overflow: hidden;
  text-indent: -10000px;
  background: url("img/logo-foot.png") no-repeat 50% 50%/contain;
  flex-shrink: 0;
  margin-right: 50px;
}
footer nav {
  padding-left: 20px;
  position: relative;
}
footer nav::before {
  content: "";
  background: #9ca3af;
  width: 2px;
  height: 32px;
  top: calc(50% - 16px);
  left: 0;
  position: absolute;
}
footer nav > ul {
  display: flex;
}
footer nav > ul > li {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer nav .dest {
  display: flex;
  margin-top: 6px;
}
footer nav .dest > div {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
footer nav .dest > ul {
  display: flex;
}
footer nav .dest > ul > li {
  margin-right: 20px;
  font-size: 14px;
  color: #d1d5db;
}
footer .foot-bot {
  margin-top: 6px;
}
footer .foot-bot .footnote {
  font-size: 14px;
}

.cookie-notify {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(55, 65, 81, 0.95);
  color: #ffffff;
  z-index: 2001;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  visibility: hidden; /*TODO*/
}
.cookie-notify .cookie-box {
  padding: 24px 80px;
  position: relative;
}
.cookie-notify .cookie-box .close {
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #374151;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #f3f4f6;
  text-align: center;
  line-height: 26px;
}
.cookie-notify h3 {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
}
.cookie-notify h3 em {
  font-style: normal;
  color: #39d2ba;
  font-weight: 700;
}
.cookie-notify .content {
  line-height: 24px;
  font-size: 14px;
  max-width: 800px;
}
.cookie-notify .content a {
  color: #fbb13f;
  font-weight: 600;
}
.cookie-notify .actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.cookie-notify .actions > a {
  display: block;
  width: 180px;
  height: 40px;
  border-radius: 12px;
  background: #f3f4f6;
  color: #1f2937;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-left: 8px;
}
.cookie-notify .actions > a.accept {
  background: #27bb81;
  color: #ffffff;
  font-weight: 700;
}

.home-intro {
  margin: 50px 0;
}
.home-intro .hintro-box {
  max-width: 1024px;
  overflow: hidden;
  background: linear-gradient(to right, #ff2500, #fbb13f);
  color: #ffffff;
  border-radius: 12px;
  margin: 0 auto;
}
.home-intro img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 12px 12px;
}
.home-intro .intro-text {
  max-width: 660px;
  line-height: 24px;
  font-weight: 600;
  font-size: 18px;
  margin: 0px auto 8px;
  text-align: center;
}

.dest-list .dest-list-content {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dest-list .dest-list-content > li {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.dest-list .dest-list-content > li .wlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  text-indent: -10000px;
}
.dest-list .dest-list-content > li .vidimg {
  height: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.dest-list .dest-list-content > li .vidimg img {
  display: block;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: 50% 50%;
  transition: 0.4s;
}
.dest-list .dest-list-content > li .vidimg::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(transparent, #374151);
  opacity: 0.9;
}
.dest-list .dest-list-content > li.ext {
  width: calc(50% - 15px);
}
.dest-list .dest-list-content > li.ext .vidimg {
  height: 170px;
}
.dest-list .dest-list-content > li.ext .vidimg img {
  height: 170px;
}
.dest-list .dest-list-content > li .over {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 36px 12px;
}
.dest-list .dest-list-content > li .over .title {
  font-size: 30px;
  font-family: "Paytone One", sans-seif;
}
.dest-list .dest-list-content > li .over .count {
  font-size: 14px;
  font-weight: 600;
}
.dest-list .dest-list-content > li .over .deco {
  display: flex;
  margin-left: -16px;
}
.dest-list .dest-list-content > li .over .deco span {
  display: block;
  width: 16px;
  height: 4px;
  margin-right: 4px;
  transition: 0.3s;
  opacity: 1;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(1) {
  background: #ff2500;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(2) {
  background: #fd6a1f;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(3) {
  background: #fbb13f;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(4) {
  background: #39d2ba;
  transition-delay: 0.4s;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(5) {
  background: #1facce;
  transition-delay: 0.2s;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(6) {
  background: #0585e2;
  transition-delay: 0s;
}
.dest-list .dest-list-content > li .over .deco span:nth-of-type(4), .dest-list .dest-list-content > li .over .deco span:nth-of-type(5), .dest-list .dest-list-content > li .over .deco span:nth-of-type(6) {
  opacity: 0;
}
.dest-list .dest-list-content > li:hover .vidimg img {
  transform: scale(1.05);
}
.dest-list .dest-list-content > li:hover .over .deco span:nth-of-type(4), .dest-list .dest-list-content > li:hover .over .deco span:nth-of-type(5), .dest-list .dest-list-content > li:hover .over .deco span:nth-of-type(6) {
  opacity: 1;
}
.dest-list .dest-list-content > li:hover .over .deco span:nth-of-type(4) {
  transition-delay: 0s;
}
.dest-list .dest-list-content > li:hover .over .deco span:nth-of-type(5) {
  transition-delay: 0.2s;
}
.dest-list .dest-list-content > li:hover .over .deco span:nth-of-type(6) {
  transition-delay: 0.4s;
}
/*# sourceMappingURL=style.css.map*/