@charset "utf-8";
/* --------------- Style to null --------------- */
*{box-sizing:border-box;}

b
*,ue
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }

* {
  box-sizing: border-box;
}


a, a:hover {
  color: #4abdac;
  text-decoration: none;
}



body {
  background: #fff;
  color: #000;
  line-height: 1;
  width: 100%;
  font: 14px 'Work Sans', sans-serif;
  font-weight: 400;
}

nav {
  display: block;
  background: #f04c20;
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background: #FC4A1A;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #dfdce3;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #FC4A1A;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #FC4A1A;
  color: #fff;
  text-decoration: none;
}
section {
display: block;
clear: both;
}
.display-flex {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.hero-image-overlay {
position: absolute;
text-align: center;
width: 80%;
}

.hero-image-overlay h1 {
font-family: 'Roboto Slab', serif;
font-style: normal;
font-weight: 400;
margin: 0;
font-size: 30px;
line-height: 35px;
color: #fff;
text-align: center;
text-transform: uppercase;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}


.banner {
z-index: 10;
position: relative;
clear: both;
}
.separator {
height: 50px;
clear: both;
}
.divider {
    color: #999;
    height: 1px;
    min-height: 1px;
    background: #e8dfc5;
    border-bottom: 1px solid #999;
    width: 100%;
    margin: 20px 0 20px 0;
}  
.banner img {
z-index: -1;
width: 100%;
overflow: hidden;
margin: 0;
padding: 0;
display: block;
}
.overlay-blue:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(74,189,172,0.5);
}
.overlay-yellow:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(243,188,35,0.5);
}
.extra-padding {
padding-top: 60px;    
}
.padding {
padding-top: 20px;    
}
.container {
overflow: visible;
position: relative;
width: 100%;
max-width: 1280px;
background-color: #fff;
background-position: 50% 50%;
}

p {
line-height: 1.5em;
margin-bottom: 1em;
margin-top: 1em;
}
.sub-title {
color: #999;
display: block;
font-size: 14px;
line-height: 1.5em;
text-decoration: none;
font-style: italic;
font-weight: 400;
clear: both;
}
.title {
color: #999;
font-size: 22px;
font-weight: normal;
line-height: 1.25em;
text-decoration: none;
text-transform: uppercase;
font-family: 'Roboto Slab', serif;
font-weight: 400;
clear: both;
}
.title:after {
background-color: #999;
content: "";
display: block;
height: 2px;
margin: 12px 0 0 0;
width: 25px;
}

.subtitle {
color: #f3640d;
font-size: 18px;
line-height: 1.18182em;
margin-top: 12px;
font-family: 'Roboto Slab', serif;
font-weight: 400;
}
dt {
      color: #f14c1f;
    font-size: 60px;
    line-height: 60px;
    margin: 0 10px 0 0;
    font-family: 'Roboto Slab', serif;
    color: #F14C1F;
    float: left;
}
.dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font: bold 60px/1 Sans-Serif;
}
dd {
margin: 0;
line-height: 1.5em;
}
.tour-title {
color: #999;
font-size: 24px;
font-family: 'Roboto Slab', serif;
line-height: 24px
}

.tour-address {
color: #999;
font-size: 14px;
line-height: 2.0em;
text-decoration: none;
font-style: italic;
font-weight: 400;
clear: both;
}
.normal {
padding: 0;
max-width: 1280px;
float: none;
margin: 0 auto;
}

.column-38, .column-62, .column-50, .column-100  {
background-color: #fff;
padding: 25px 20px;
z-index: 20;
width: 100%;
box-sizing: border-box;
z-index: 20;
position: relative;
float: none;
display: block;
}


.blue-bg {
background: #4ABDAC;
color: #ffffff;
overflow: hidden;
}
.blue-bg a, blue-bg > .highlights li a, .yellow-bg a  {
color: #fff;  
}
.info-box a {
color: #666; 
}
.yellow-bg {
background: #f3bc23;
color: #ffffff;
overflow: hidden;
}

.raise, .raise-more {
margin-top: 0;
}
.btn {
  color: #FFF;
  display: inline-block;
  line-height: 40px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 30px 0 30px;
}
.btn:active, .btn:hover {
    color: #fff;
}
.yellow.btn {
  background: #f3bc23;
}

.red.btn {
  background: #FC4A1A;
  color: #fff;
}
#footer {
    display: block;
    clear: both;
    background: #000;
}
#footer a {
color: #f3bc23;  
}
.blue.btn {
  background: #4ABDAC
}
.info-wrapper {
    margin-top: 15px;
    padding-right: 0;
    overflow: hidden;
}
.info-box {
background: #FAFAFA;
border: 1px solid #8e8f89;
padding: 5px;
}
.info-box img {
width: 100%;
}
.info-box p, .img50-wrapper p {
font-family:'Roboto Slab', serif;
font-size: 10px;
color: #4A4A4A;
letter-spacing: 0.11px;
line-height: 16px;
text-transform: uppercase;
margin: 0;
}
.info-box.single, .info-box.double, .info-box.triple, .info-box.quadruple {
width: 100%;
margin-bottom: 20px;
float: none;
}

.responsive {
width: 100%;    
}
.img50-wrapper {
width: 100%;
margin-bottom: 20px;
float: none;
background: #FAFAFA;
border: 1px solid #8e8f89;
padding: 5px;
}

.thumb {
padding-right: 0;
background: #FAFAFA;
border: 1px solid #8e8f89;
padding: 5px;
width: 50%;
}
.thumb img {
width: 100%;
}
.thumb p {
font-family:'Roboto Slab', serif;
font-size: 16px;
color: #4A4A4A;
letter-spacing: 0.11px;
line-height: 21px;
text-transform: uppercase;
font-size: 12px;
font-size: 0.75rem;
margin: 0;
}
.float-right {
float: right;
margin-left: 15px;
}
.rules {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  margin: 2em 0;
  position: relative;
}
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  color: #666;
  text-align: center;
}
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}
.site-footer {
    padding: 20px 70px 20px;
    z-index: 2;
    background: #000;
    display: block;
}
.site-footer-txt {
    font-size: 16px;
    line-height: 1.8;
    color: rgb( 255, 255, 255 );
    text-align: center;
}
.social ul {
    display: block;
    margin: 10px auto;
    float: none;
    text-align: center;
    padding: 0;
    text-align: center;
}
.social li {
    display: block;
    margin: 10px 0 0 0;
}
i.fa.fa-facebook, i.fa.fa-instagram, i.fa.fa-twitter {
    background: #f3bc23;
    color: #000;
    border-radius: 100%;
    font-size: 36px;
    height: 60px;
    width: 60px;
    margin: 5px;
    line-height: 60px;
    text-align: center;
}
.highlights-title {
color: #999;
font-size: 18px;
text-transform: uppercase;
border-bottom: 1px solid #666;
width: 100%;
font-family: 'Roboto Slab', serif;
padding-bottom: 5px;
}
.highlights {
display: block;
margin: 20px auto;
list-style-type: none;
}
.highlights li {
margin: 10px 0 10px 0;
}
.highlights li a {
font-family: 'Roboto Slab', serif;
font-size: 14px;
letter-spacing: 0.11px;
line-height: 1.5em;
text-transform: uppercase;
list-style-type: none;
margin: 10px 0 10px 0;
font-weight: 400;
}
.highlights li::after {
    content: '\25ba';
    padding-left: 0.5em;
    color: #999;
}
.highlights li a:hover {
color: #999;
}
.white, .white a {
color: #fff;  
}
.blue-bg > .highlights li a:hover {
    color: #f3bc23;
}
.blue-bg > .highlights li::after {
    content: '\25ba';
    padding-left: 0.5em;
    color: #f3bc23;
}
.blue-bg > .highlights-title {
color: #fff;
border-bottom: 1px solid #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
 }
video {
	float: none;
	clear: both;
	max-width: 100%;
	display: block;
}
.video-wrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.list {
    text-align: left;
    padding: 0;
    list-style-type: none;  
}
.list li {
    text-align: left;
    clear: both;
    padding: 20px 0 20px 0;
    
}
.list li img {
    max-width: 100%;
    float: none;
    margin-right: 0;
}
.column-left, .column-right {
  float: none;
}
 @media (min-width: 768px) and (max-width: 979px) {
.menu ul { top: 37px; }
.menu li a { font-size: 12px; }
}
 @media (max-width: 767px) {
.menu { display: none; }
.responsive-menu { display: block; }
nav {
  margin: 0;
  background: none;
}
.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}

@media (min-width: 480px) {
.hero-image-overlay h1 {
font-size: 40px;
line-height: 45px;
}
.info-box.double {
float: left;
width: 47.5%;
margin-right: 5%;
}
.info-box.double:nth-of-type(2n) {
margin-right: 0;
}
.info-box.quadruple {
float: left;
width: 47.5%;
margin-right: 5%;
}
.info-box.quadruple:nth-of-type(2n), .info-box.quadruple:nth-of-type(4n) {
margin-right: 0;
}
}
@media (min-width: 768px) {
.hero-image-overlay h1 {
font-size: 50px;
line-height: 55px;
}
.normal {
padding: 0 50px;
justify-content: space-around;
}
.column-100 {
padding-left: 32px;
padding-right: 32px;
}
.raise {
margin-top: -60px;
}
.raise-more {
margin-top: -100px;
}
.list li img {
    max-width: 200px;
    float: left;
    margin-right: 20px;
}
.img50-wrapper {
width: 50%;
float: left;
margin: 0 20px 20px 0;
}
}
@media (min-width: 980px) {
.hero-image-overlay h1 {
font-size: 60px;
line-height: 65px;
}
.column-62 {
width: 62%;
}
.column-38 {
width: 38%;
padding-left: 32px;
padding-right: 32px;
float: right;
}
.column-50 {
width: 50%;
padding-left: 32px;
padding-right: 32px;
float: right;
}
.column-left {
float: left;
clear: both;
}
.column-right {
float: right;
}
}
@media (min-width: 1200px) {
.info-box.quadruple {
float: left;
width: 21.25%;
margin-right: 5%;
}
.info-box.quadruple:nth-of-type(2n) {
margin-right: 5%;
}
.info-box.quadruple:nth-of-type(3n) {
clear: none;
margin-right: 5%;
}
.info-box.quadruple:nth-of-type(4n) {
clear: none;
margin-right: 0;
}
}