/**** Foundation 6 ***/
/**** General Styles ***/
html {scroll-behavior: smooth;}
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  background-color: #fff;
}
body{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #363636;
}
a, .breadcrumbs a {color: #498082;}

a:hover, a:focus, .breadcrumbs a:hover, .breadcrumbs a:focus {color: #3abcc1;}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
p {font-size: 107%;}

.no-padding-bottom {padding-bottom: 0 !important;}

.no-padding-top {padding-top: 0 !important;}

.no-padding-left {padding-left: 0 !important;}

.no-padding-right {padding-right: 0 !important;}

.no-padding {padding: 0 !important;}

.no-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button {
  background-color: #388c8f;
  text-transform: uppercase;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 800;
}
.button:hover, .button:focus {
  background-color: #080808;
}
.button.success {
  color: #fff;
  background-color: #498082;
}
.button.success:hover, .button.success:focus {
  color: #fff;
  background-color: #261F30;
}
.button.empty {
  background-color: transparent;
  color: #60cae6;
  border: 2px solid #60cae6;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #1779ba;
}
.button.empty.white {
  color: #fff;
  border: 2px solid #fff;
}
.button.empty.white:hover, .button.empty.white:focus {
  background-color: #388c8f;
  color: #fff;
  border: 2px solid #388c8f;
}
.button.empty.black {
  color: #080808;
  border: 2px solid #080808;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #498082;
  color: #fff;
  border: 2px solid #498082;
}
.breadcrumbs {margin: .65rem 0;}

blockquote {
  border: none;
  padding: 2.5em 0 1.3em;
  margin: 1.5em 0 1em;
  position: relative;
  font-style: italic;
  font-family: Georgia, Times, serif;
}
blockquote:before {
  content: '“';
  font-size: 450%;
  position: absolute;
  color: #498082;
  top: 0;
  left: 49%;
  line-height: 1;
  font-style: normal;
  font-family: Georgia, serif;
}
blockquote, blockquote p {color: #303030; font-size: 110%;}

cite {font-size: 90%;}

textarea {min-height: 135px;}

.bg-overlay-dark {background-color: rgba(0,0,0,.4);}

.cursive {
  font-family: Georgia, Times, serif;
  font-style: italic;
}
.line:after {
  position: relative;
  display: block;
  content: '';
  width: 100px;
  border-top: 2px solid #333;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
}
.callout {margin: 0;}

.row.collapse {max-width: 100%;}

.row.collapse>.column, .row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}
.link {
  position: relative;
  letter-spacing: .1em;
}
.link:after {
  content:'›';
  padding: 0 .5em;
}
.moveright {
  animation-name: moveright;
  animation-duration: 4s;
}
.movebottom {
  animation-name: movebottom;
  animation-duration: 4s;
}
/**** Accordion Menu ****/
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  padding-left: 1.5em;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  left: 0;
  border: none;
  content: '+';
  width: 15px;
  height: 16px;
  top: 15%;
  margin-top: 0;
  font-size: 150%;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '-';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
}
/**** Off Canvas ****/
.off-canvas {
  padding: 1em;
  background-color: #fff;
}
.off-canvas a:not(.button) {
  padding-left: 0;
  padding-right: 0;
}
.off-canvas .button {margin-top: 1em;}

/**** Header ****/
#header {
  display: block;
  margin: 0 !important;
  position: relative;
  background-color: #fff;
}
#header .logo {
  padding: .2em 1em .2em 0;
  display: block;
  font-weight:800;
  text-transform: uppercase;
  text-align: center;
}
#header .logo:hover {color:#498082;}

#header .top-bar, #header .top-bar-left>ul, #header .top-bar-right>ul {background-color: transparent;}

#header .top-bar {padding: 0;}

#header .dropdown.menu>li>a {
  padding: .8em .5em;
  text-align: center;
}
#header .menu.icons a {color: #080808;}

#header .menu.icons a:hover, #header .menu.icons a:focus {
	color: #498082;
}
#header .menu.icons span {
  font-size: 85%; 
  line-height:1;
  display: block;
}
#header .top-bar-left>.menu>li>a {
  line-height: 95px;
  color: #080808;
  font-size: 87%;
  padding: 0 .5rem;
  font-weight: 800;
  text-transform: uppercase;
}
#header .top-bar-left>.menu>li>a:hover {color:#498082;}

#header .top-bar-left>.menu>li.is-dropdown-submenu-parent>a {
  padding-right: 1.4rem;
}
#header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content:'+';
  border: 0;
  right: 15px;
  top: 0;
  margin: 0;
}
#header .is-dropdown-submenu {
  border-color: transparent;
  top: 95px;
  background-color: rgba(255,255,255,.8);
  z-index: 99;
}
#header .top-bar-left .menu.dropdown .is-dropdown-submenu a {
  color: #080808;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 80%;
}
#header .top-bar-left .menu.dropdown .is-dropdown-submenu a:hover {
  color: #498082;
  background-color:#fff;
}
#header .top-bar-right .menu li {height: 95px; line-height: 95px;}

#header .top-bar-right .menu li a.button {display: inline-block; vertical-align: middle;}

#header .menu-icon {
  position: absolute;
  right: 15px;
}
.menu .active>a {color:#498082 !important; background-color: transparent;}

.menu-icon::after {
  background: #080808;
  -webkit-box-shadow: 0 7px 0 #080808, 0 14px 0 #080808;
  box-shadow: 0 7px 0 #080808, 0 14px 0 #080808;
}
.menu-icon:hover:after {
  background: #498082;
  -webkit-box-shadow: 0 7px 0 #498082, 0 14px 0 #498082;
  box-shadow: 0 7px 0 #498082, 0 14px 0 #498082;
}
.off-canvas .menu, .top-bar .menu {text-transform: uppercase;}

.off-canvas a:not(.button), .top-bar a:not(.button) {color: rgba(24,26,27,.75);}

.off-canvas a:not(.button):hover, .top-bar a:not(.button):hover {color: #498082;}

/**** Slider ****/
.product-slider img {
  width: auto !important;
}
.single-style a {position: relative; display: block;}

.single-style a p {
  position: absolute; 
  bottom: 0; 
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 140%;
  padding: 15px 18px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
  line-height: 1.1;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top:50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-color: #fff;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.slick-prev {left: 5px;}

.slick-next {right: 5px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #333;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block; 
  width: 8px; 
  height: 8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #333;
  border-style: solid;
  margin: 15px;
}
.slick-prev:hover:before, .slick-next:hover:before,
.slick-prev:focus:before, .slick-next:focus:before,
.slick-prev:active:before, .slick-next:active:before {
  border-color: #fff;
}
.slick-prev:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5px;
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
	z-index:5;
}
.slick-dots li {
  position: relative;
	display: inline-block;
	width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
	cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
	display: block;
	width: 20px;
  height: 20px;
  padding: 5px;
	cursor: pointer;
	color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
  line-height: 10px;
	position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .25;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #fff;
}
/**** Content ****/
.wrap-content {position: relative;}

/* Index Banner */
.with-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.index-caption, .with-img .section-title {
  width: 100%;
  position: relative;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0,0,0,.1);
  z-index: 5;
}
.index-caption p {
  margin: 0 0 .85em;
  line-height: 1.4;
  font-size: 130%;
}
.index-caption h1 {
  line-height: 1.1;
  margin: 0 0 .78em;
  letter-spacing:-0.3px;
}
.hero-index.index-slider {
  height: calc(100vh - 95px);
  overflow: hidden;
  background-color: #000;
}
.index-slider .slick-list {
  height: 100% !important;
}
.index-slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: .6;
}
.index-slider .index-caption {
  padding-top: 5em;
}
/**** Sections ****/
.section {position: relative;}

.section-title, .section-content {padding: 2em 0;}

.sections>section {
  padding: 2em 0;
  position: relative;
}
.section-title h2, .section-title h3, .section-title h4 {
  margin: 0;
  line-height: 1.3;
}
.section.cta {
  padding: 3em 0;
  background-color: #fff;
}
.cta h3 {margin: 0;}

.cta p {margin: 1em 0 0;}

.cta .button.large {
  margin: 1em 0 0;
}
.section.intro {padding: 2em 0;}

.section.personal {
  background-image: url(https://cdn1.gttwl.net/attachments/personal_travel_63781833903431070.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section.services {padding: 2em 0 0; background-color: #f1f2f2;}

.section.moreservices {padding-bottom: 2em;}

.section.testimonial {
  background-image: url(https://cdn1.gttwl.net/attachments/lxrtravel.gttwl2.com/ltmq6z/1543959872_original.jpeg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 2em 0;
}
.section.testimonial:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26,82,84,.6);
  z-index: 1;
}
.testimonial blockquote {
  margin: 0;
  padding-bottom: 0;
  z-index:3;
}
.testimonial blockquote p, .testimonial blockquote cite {color: #fff;}

.with-bg {
  background-size: cover;
  background-position: right center;
}
.with-bg>.row {z-index: 3; position: relative;}

.anchor-bar {background-color: #efefef;}

.anchor-bar.is-stuck {margin: 0 !important;}

.anchor-bar .menu a {
  line-height: 40px;
  font-size: 75%;
  text-transform: uppercase;
  font-weight: 800;
  padding-right: 10px;
  padding-left: 10px;
}

/**** Thumbs ****/
.thumb {
  margin-bottom: 1.5em;
  background-color: #fff;
  padding-bottom: 1em;
}
.thumb a:not(.button) {color: #303030;}

.thumb a:hover, .thumb:hover a {color: #498082;}

.thumb a.link {color: #498082;}

.thumb-icon {padding-bottom: 7px; font-size: 300%;}

.thumb-img {display: block; margin-bottom: 1em;}

.thumb-img img {width: 100%;}

.thumb-img img.circle {width: 80%;}

.thumb-content {display: block; padding: 0 1em;}

.resources .thumb-content {padding: 1em;}

.thumb.list .thumb-content{padding: 0;}

.thumb.user {background-color: transparent;}

h3.thumb-title {
  font-size: 115%;
  margin: 0 0 0.4em;
  line-height: 1.2;
}
.resources h3.thumb-title {margin: 0;}

h3.thumb-title.cursive {font-size: 125%;}

.thumb p {font-size: 90%; margin-bottom: .4em;}

.thumb-content .button {
  letter-spacing: .1em;
}
.thumb-details {
  display: inline-block;
  width: 100%;
  color: #666;
}
.thumb-details span {
  display: inline-block;
  vertical-align: top;
  font-size: 88%;
  margin: 0 0 .35rem 0;
  line-height: 1.1;
}
.thumb-details span:before {
  content: '•';
  padding: 0 .65em 0 .3em;
}
.thumb-details span:first-child:before {
  display: none;
}
.steps {
  margin-top: 1em;
}
/**** Overlay Box ****/
.image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}
.services .image-wrapper {
  margin: 0;
}
.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.overlay-fade-in>a>img {
  transition: all 0.2s linear;
  width: 100%;
}
.overlay-fade-in .image-overlay-content {
  opacity: 1;
  background-color: rgba(0, 0, 0, .4);
  transition: all 0.4s ease-in-out;
}
.overlay-fade-in .image-overlay-content.supplier-logos {
  background-color: rgba(255, 255, 255, .78);
}
.overlay-fade-in h3, .overlay-fade-in h4 {
  color: #fff;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}
.overlay-fade-in p {
  color: #fff;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.image-overlay-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 50%;
  margin: 0;
}
.image-overlay-content h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-height: 50%;
  margin: 0;
  font-size: 130%;
  font-weight: 600;
}
.virtuoso .image-overlay-content h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 150%;
}
.overlay-fade-in:hover>a>img {transform: scale(1.2);}

.overlay-fade-in:hover .image-overlay-content {opacity: 0;}

.overlay-fade-in p {opacity: 1;}

/**** Page ***/
.page-title {
  display: block;
  position: relative;
  padding: 2em 0;
  background-color: #498082;
  color: #fff;
}
.with-img {
  overflow: hidden;
  position: relative;
}
.with-img .page-title {
  padding: 0;
  z-index: 4;
  background-color: transparent;
}
.with-img>img, .fullcol>img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}
.page-title.with-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.page-title h1 {
  margin: 0;
  line-height: 1.2;
  letter-spacing:-.02em;
}
.with-img .page-title h1 {text-shadow: 1px 1px 2px rgba(0,0,0,.5);}

.with-img .page-title h1, .with-img .page-title p, .with-img .page-title form {
  position: relative;
  z-index: 9;
}
.page-title h1 a, .page-title a,
.with-img .section-title h3 a, .with-img .section-title a {
  color: #fff;
}
.page-title h1 a:hover, .page-title h1 a:focus, 
.page-title a:hover, .page-title a:focus,
.with-img .section-title h3 a:hover, .with-img .section-title h3 a:focus,
.with-img .section-title a:hover, .with-img .section-title a:focus,
.media-object-section h3 a:hover, .media-object-section h3 a:focus {
  color: #60cae6;
}
.page-title .button {margin: 1em 0 0;}

.img-info {
  background-color: #201f20;
  color: #fff;
  padding: 1.5em 0;
}
.img-info p {margin: 0; font-size: 90%;}

.img-info .button {margin: 0;}

.img-info strong {text-transform: uppercase;}

.profile-photo img {
  width: 100%;
}
.profile dd {margin-bottom: 1em;}

.profile-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px 10px 0;
  text-align: center;
  background-color: #363636;
  color: #fff;
}
.profile-social a:hover, .profile-social a:focus {background-color: #60cae6;}

.page-summary {
  font-size: 110%;
  font-style: italic;
  padding: 2em 0;
}
/**** Supplier List ****/
.suppliers-list {
  padding: 1rem 0 2rem;
}
.suppliers-list a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dedede;
  -mozborder-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 120px;
  margin-bottom: 1rem;
  transition: all 0.4s ease-in-out;
}
.suppliers-list a:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
  box-shadow: inset 0 0 10px rgba(0,0,0,.3);
}
.suppliers-list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.supplier-logo {margin-bottom: 1.5em;}

.supplier-logo img {max-height: 90px;}

/**** Media Object Section ****/
.media-object-section h3 {line-height: 1.15;}

.media-object-section h3 a {color: #363636;}

.media-object-section p {color: #555;}

.media-object {margin-bottom: 1.8em;}

.side .media-object-section h3 {line-height: 1.45;}

.side-form {
  padding: 1em 1.25em;
  background-color: #fff;
  margin-bottom: 1em;
}
.side-form h3 {line-height: 1.2; font-size: 170%;}

.side-form input[type=text], .side-form textarea {font-size: 83%;}

.side-form .section-title {padding-bottom: .85em;}

.side-form .button {
  font-size: 82%;
  padding-right: 0;
  padding-left: 0;
}
/**** Search ****/
.animated-search[type=text] {
  margin: .5em 0 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 60px;
  background-image: url(https://cdn1.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: 88% center;
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2em;
  transition: width 0.4s ease-in-out;
  float: right;
  border: none;
  box-shadow: none;
}
.animated-search[type=text]:focus {
  width: 100%;
  background-color: #efefef;
  background-position: 98% center;
}
/**** Post ****/
.post {
  position: relative;
  padding: 1.5em 0;
}
.blogs .post {border-bottom: 1px dotted #444;}

.post h3 {line-height: 1.2;}

.post h3 a {color: #201f20;}

.post h3 a:hover, .post h3 a:focus {color: #60cae6;}

.post-details {padding: .5em 0;}

.post-details>span {padding-right: 1em;}

/**** Articles ***/
article p, article>ul li, article>ol li, .services {
  font-size: 116%;
}
h3.summary {
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1em;
}
article>p {
  line-height: 1.6;
  margin-bottom: 1.2em;
}
article>ul {
  margin-bottom: 1.5em;
}
article>ul li, article>ol li, .services li {
  line-height: 1.4;
  margin-bottom: .3em;
}
article img {
  max-width: 100%;
  margin-bottom: 1em;
}
article p img {margin:0;}

article iframe {width: 100% !important;}

article table {margin: 2em 0;}

article td p {margin: 0;}

/**** Product Page ***/
.product-page .tabs {
  background-color: #fff;
  border-width: 1px 0;
}
.product-page .tabs-title>a {
  text-align: center;
  padding: .75rem 1.5rem;
  color: #FF8000;
}
.product-page .tabs-title>a:focus, .product-page .tabs-title>a[aria-selected=true] {
  background-color: #efefef;
}
.product-page .tabs-title>a>svg, .product-page .button>svg {
  font-size: 200%;
  vertical-align: middle;
}
.product-page .tabs-title>a>span, .product-page .button>span {
  font-size: 110%;
  padding-top: .25rem;
}
.product-page .tabs-content {
  border: none;
  background-color: transparent;
  color: inherit;
}
.product-page .tabs-panel {padding: 1.5rem 0;}

.product-page .button {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
}
.price-info {
  padding: 2em 0;
  color: #999;
}
.itinerary>h3 {
  line-height: 1.1;
  padding: 1.3rem 0;
  margin: 0;
  color: #111;
  border-top: 1px solid #bfbfbf;
}
.itinerary>h3:first-child {border: none;}

.itinerary article h4 {
  font-weight: 600;
  line-height:1.2;
  margin-bottom:1em;
}
.itinerary img {
  margin-bottom: 1em;
}
.gallery .menu a {
  padding: .7rem .5rem;
}
.gallery .main-image {
  text-align: center;
  margin-top: 1em;
}
.gallery .main-image img {
  max-width: 100%;
  max-height: 500px;
}
/**** Contact ***/
.fullcol {
  position: relative;
  overflow: hidden;
  background-color:#323232;
  color: #efefef;
}
.contact-form h1 {line-height: 1.2; margin-top: 0; letter-spacing:-.04em;}

.contact-form label {color: #efefef;}

.contact-form .help-text {color: #aaa;}

/**** Forms ***/
legend {
  text-transform: uppercase;
  margin: 2em 0 .5em;
  font-weight: 600;
}
.help-text, .help-text-before {
  color: #555;
  font-size: .78rem;
  font-style: italic;
}
.help-text {margin-top: -.75rem;}

.help-text-before {margin-bottom:.2rem;}

.wdywtg .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wdywtg input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 3.25em;
}
/**** Scroll ***/
#scrollup{
  background-color: transparent;
  color: #999;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
  width: 40px;
  height: 40px;
  padding-top: 10px;
}
#scrollup:hover{
  background-color: #999;
  color: #fff;
}
#scrollup .svg-inline--fa {
  width: 20px;
  height: 20px;
}
/**** Flip Cards ****/
.flip-card {
  -webkit-perspective: 1000;
          perspective: 1000;
  border: 0;
  background: transparent;
}
.flip-card:hover .flip-card-inner,
.flip-card.hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flip-card, .flip-card-inner-front, .flip-card-inner-back {
  width: 100%;
  height: 320px;
}
.flip-card-inner {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.flip-card-inner-front, .flip-card-inner-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-card-inner-front {
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flip-card-inner-front img {
  width: 80%;
  text-align: center;
}
.flip-card-inner-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #efefef;
  padding: 1em;
}
.flip-card p {
  font-size: 83%;
  margin: 0;
}
/**** Footer ***/
#footer {
  padding: 3em 0 2em;
  background-color: #080808;
  color: #fff;
  font-size: 95%;
}
#footer address {font-style: normal;}

#footer a {color:#fff;}

#footer a:not(.button):hover {color:#498082;}

#footer h3 {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 800;
}
#footer hr {border-color: #555;}

.social-section a {display: inline-block; margin-right: 1em;}

.subscribe-form {padding: 2em; background-color: #fff;}

.modal .subscribe-form {padding: 2em 0;}

.subscribe-form h3 {font-size: 170%; line-height: 1.2;}

.subscribe-form p, .subscribe-form .button {margin: 0;}

.subscribe-form form {padding-top: 2em;}

.membership {margin-bottom: 1em;}

.membership img {max-height: 65px; margin: .5rem 1rem;}

.credits {font-size: 80%;}

/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .logo {
    padding: .5em 0;
  }
  .logo img {
    max-height: 60px;
  }
  #header .menu-icon {
    top: 23px;
  }
  .with-img {
    padding: 7em 0 5em;
  }
  .with-img.hero-index {
    padding: 5em 0 6em;
  }
  .section.with-img {
    padding: 3em 0;
  }
  .breadcrumbs {
    display: none;
  }
  .index-caption h1 {
    font-size: 280%;
  }
  .index-caption p {
    margin: .5em 0;
  }
  .cta h3 {
    font-size: 190%;
  }
  .page-title h1 {
    font-size: 180%;
  }
  .page-title p {
    font-size: 100%;
  }
  .page-content {
    padding: 1em 0;
  }
  .section-title h2 {
    font-size: 160%;
  }
  .section-title h3 {
    font-size: 160%;
  }
  .news-logo {
    margin-bottom: 1.3em;
    max-width: 100%;
  }
  .post.guide img {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .blogs .post img {
    margin-bottom: 1em;
  }
  .link {
    font-size: 75%;
  }
  article iframe {
    height:280px;
  }
  .fullcol {
    padding: 4em 1em;
  }
  .section {
    padding: 3em 0;
  }
  .contact-form h1 {
    font-size: 190%;
    margin-top: -1em;
  }
  .media-object-section h3 {
    font-size: 130%;
  }
  .side .media-object-section h3 {
    font-size: 110%;
  }
  .media-object-section p {
    font-size: 90%;
  }
  .post-details {
    font-size: 80%;
  }
  .social-section, #footer address {
    margin-bottom: 1em;
  }
  .steps img {
    width: 45%;
  }
  .with-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    z-index: 1;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .no-js [data-responsive-toggle] {
    display: none;
  }
  .five {
    width: 20%;
  }
  .logo img {
    max-height: 90px;
  }
  #header .menu-icon {
    top: 39px;
  }
  .index-caption h1 {
    font-size:265%;
  }
  .cta h3 {
    font-size: 230%;
  }
  .cta-group .button {
    margin-left: .5em;
    margin-right: .5em;
  }
  article>p {
    text-align:justify;
  }
  .link {
    font-size: 80%;
  }
  .page-title h1 {
    font-size: 240%;
  }
  .page-title p {
    font-size: 140%;
  }
  .page-content {
    min-height: 350px;
    padding: 2em 0 3em;
  }
  .section-title h2 {
    font-size: 200%;
  }
  .section-title h3 {
    font-size: 180%;
  }
  .product-page .tabs-title>a>span, .product-page .button>span {
    display: block;
  }
  .itinerary article h4 {
    font-size: 1.15rem;
  }
  article iframe {
    height:400px;
  }
  .fullcol {
    padding: 4em 2em;
  }
  .media-object-section h3 {
    font-size: 150%;
  }
  .side .media-object-section h3 {
    font-size: 105%;
  }
  .post-details {
    font-size: 90%;
  }
} 
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .logo {
    padding: 0;
  }
  .with-img {
    padding: 12em 0 8em;
  }
  .with-img.hero-index {
    padding: 9em 0;
  }
  .section.with-img {
    padding: 5em 0;
  }
  .section {
    padding: 4em 0;
  }
  .contact-form h1 {
    font-size: 210%;
  }
  .steps img {
    width: 80%;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  #header .menu {
    display: none;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .with-img {
    padding: 10em 0;
  }
  .with-img.hero-index {
    padding: 10em 0;
  }
  .section.with-img {
    padding: 6em 0;
  }
  .section {
    padding: 5em 0;
  }
  .contact-form h1 {
    font-size: 240%;
  }
  .steps img {
    width: 60%;
  }
}
/* max-width 1168px */
@media only screen and (max-width: 73em) {
  #header .top-bar {
    display: none;
  }
}
/* min-width 1168px */
@media only screen and (min-width: 73.063em) {
  #header .open-offCanvas {
    display: none;
  }
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .section.personal {
    background-position: center -14em;
  }
} 
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {} 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) {
  
}

/* media print */
@media print {}

@keyframes moveright {
  0% {opacity:0.7; right:50px;}
  100% {opacity: 1; right: 0;}
}
@keyframes movebottom {
  0% {opacity: 0; bottom:50px;}
  100% {opacity: 1; bottom: 0;}
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/