/**** Foundation 6 ***/
/**** General Styles ***/
html, body{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body{
  background-color:#f5f5f5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #363636;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: -.06rem;
}
.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin:0;
}
.breadcrumbs a, a {
  color: #db7e04;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  transition: all 1s;
}
a:hover, a:focus {color: #363636;}

.callout {margin-bottom: 0;}

.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-border {border: 0 !important;}

.uppercase {text-transform: uppercase;}

.circle {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button:hover, .button:focus {text-decoration: none;}

.button {
  font-weight: 600;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.button.success {
  color: #fff;
  background-color: #f88f06;
}
.button.success:hover, .button.success:focus {
  color: #fff;
  background-color: #de7f03;
}
.button.empty {
  background-color: transparent;
  color: #1779ba;
  border: 2px solid #1779ba;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #1779ba;
}
.button.empty.black {
  color: #333;
  border: 2px solid #333;
}
.button.empty.black:hover, .button.empty.black:focus {
  background-color: #333;
  color: #fff;
}
.links-group {
  display: block;
  padding: 1em 0;
}
.links-group .button {margin: 0 1em 0 0;}

blockquote {
  font-style: italic;
  border: none;
  padding: 0 0 0 2rem;
  margin: 1.5rem 0;
  position: relative;
}
blockquote:before {
  content:'“';
  font-size: 370%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: Georgia, serif;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], select, textarea {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
textarea {min-height: 135px;}

.bg-overlay-dark {background-color: rgba(0,0,0,.4);}

/**** Top Bar ***/
.info-bar {
  display: table;
  width: 100%;
  background-color: #333;
  color: #aaa;
}
.info-bar .menu li {font-size: 75%;}

.info-bar a {color: #aaa;}

.info-bar a:hover {color: #fff;}

.info-bar .menu>li>a {
  padding-left: .4rem;
  padding-right: .4rem;
}
.top-bar {
  background-color: #fff;
  transition: all 0.2s linear;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-table;
  width: 100%;
  z-index: 99;
  position: relative;
}
.top-bar .top-bar-title {
  padding-top: 0;
  padding-bottom: 0;
}
.top-bar-title a {
  background-color: #fff;
}
.top-bar-title strong {
  font-size: 200%;
  line-height: 1;
}
.menu-icon:after {
  box-shadow: 0 7px 0 #db7e04, 0 14px 0 #db7e04;
  background: #db7e04;
}
.top-bar .menu {background-color: transparent;}

.top-bar .menu>li>a.button {
  background-color: transparent;
  border: 2px solid #db7e04;
  text-transform: uppercase;
  font-weight: 600;
  color: #db7e04;
}
.top-bar .menu>li>a.button:hover {
  border-color: #363636;
  background-color: transparent;
  color: #363636;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #db7e04 transparent transparent;
}
.is-dropdown-submenu {
  border: none;
  min-width: inherit;
  text-align: right;
}
.top-bar .menu.is-dropdown-submenu {
  background-color: #fff;
}
.top-bar .menu.is-dropdown-submenu>li>a:hover {
  background-color: rgba(0,0,0,.2);
  text-decoration: none;
}
/**** Content ****/
.wrap-content {
  min-height: 100%;
  display: block;
  width: 100%;
}
.wrap-content:before {
  content:'';
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  background-color: #f88f06;
}
.wrap-content.with-img:before {height:0;}

.page-title {
  padding: 2.5rem 0 2rem;
  position: relative;
}
.with-img .page-title {
  padding-top: 10rem;
  padding-bottom: 6rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,.4);
}
.bg-page-title {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.page-title h1 {
  margin: 0;
  line-height: 1.2;
}
.page-title p {margin: .75rem 0 0; font-size: 110%;}

.page-title p>span {display: inline-block;}

.page-title p>span:before {content:'•'; padding: 0 .65em 0 .3em;}

.page-title p>span:first-child:before {display: none;}

.page-title .button {margin-top: .75rem;}

.page-content {
  padding: 2rem 0;
}
.top-page-content {
  padding: 1rem 0;
}
.search-form .input-group-field{
  -moz-border-radius: 300px 0 0 300px;
  -webkit-border-radius: 300px 0 0 300px;
  border-radius: 300px 0 0 300px;
  height: 1.85rem;
  font-size: 90%;
  border-right: 0;
}
.search-form .input-group-button button {
  -moz-border-radius: 0 300px 300px 0;
  -webkit-border-radius: 0 300px 300px 0;
  border-radius: 0 300px 300px 0;
  height: 1.85rem;
  font-size: 90%;
  background-color: #fff;
  color: #363636;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #cacaca;
}
/**** Section ****/
.section {
  display: block;
  padding: 1.5rem 0;
  position: relative;
}
.section.specialties {
  padding: 1.5rem 1rem;
}
.section.partners {
  padding-bottom: 3rem;
}
.section.promotion {
  padding: 3rem 0;
  background-color: #fff;
}
.section.lifestyle {
  padding: 3rem 0;
}
.section-title, .section-content {
  display: block;
  padding: .85rem 0;
  position: relative;
}
.section-title h1, .section-title h2, .section-title h3 {
  font-weight: 400;
  font-size: 130%;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.line:before, .line:after {
  background-color: #363636;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
  opacity: .4;
}
.line:after {
  left: 1.5em;
  margin-right: -50%;
}
.line:before {
  right: 1.5em;
  margin-left: -50%;
}
.agency-info p {
  font-size: 110%;
}
.guide img {margin-bottom: 1em;}

/**** 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;}

/**** Contact Page ****/
#contact-page .bg-page-title, #experience-page .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/supertravel2.gttwl2.com/ltmq6z/1492446901_original.jpeg);
}
.contact-info dd, .contact-info dt {
  margin-bottom: .85rem;
}
.contact-info dd, .contact-info dd a, .contact-info dd address {
  overflow: hidden;
  font-size: 93%;
}
.contact-info dd i, .contact-info dd a, .contact-info dd address {
  display: table-cell;
  vertical-align: top;
}
.contact-info dd i {
  padding-right: 20px;
  font-size: 130%;
  width: 25px;
  text-align: center;
}
.contact-info a {
  color:#363636;
  text-decoration: underline;
}
/******Profile Page******/
.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 {
  background-color: #f88f06;
}
.tabs {border: none; background: transparent;}

.tabs-content {border: none; background: transparent; margin-top: 1em;}

.tabs-panel {padding: 0;}

.tabs-title>a {
  text-transform: uppercase; 
  color:#db7e04; 
  padding: .75rem 1.25rem;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  margin-right:.3rem;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.tabs-title>a:hover, .tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
  color:#db7e04;
  border-color: #db7e04;
  background-color: transparent;
}

/**** Blog Page ****/
#blog-page .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/supertravel2.gttwl2.com/ltmq6z/1492619224_original.jpeg);
}
/**** Destination Page ****/
#destinations .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/yourcruisetravelexpert.gttwl2.com/ltmq6z/1498857673_original.jpeg);
}
/**** Posts ****/
.post {
  margin-bottom: 2rem;
}
.posts-list {
  padding: 0 0 2rem;
}
.thumbnail {
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 10px 0px;
  background-color: #fff;
}
.thumb-content {
  padding: .85rem 1rem;
}
h2.thumb-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 120%;
  letter-spacing: -.025rem;
}
.thumb-title a {
  color: #363636;
}
.thumb-title a:hover, .thumb-title a:focus {
  color: #f88f06;
}
.thumb-details {
  display: inline-block;
  width: 100%;
  color: #888;
}
.thumb-details span {
  display: inline-block;
  vertical-align: top;
  font-size: 80%;
  text-transform: uppercase;
  margin: 0 .5rem .85rem 0;
}
.thumb-content .button {margin: 0;}

/**** Post ****/
.post-details span {
  display: inline-block;
  margin: 0 .5rem;
} 
.post-details span i {
  margin-right: .25rem;
}
.post-media {
  margin-bottom: 1.5rem;
}
.post-media img {
  min-width: 100%;
}
.post-summary {
  font-family: Georgia, serif;
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #000;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
.post-content p, .post-content li {
  font-size: 106%;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.post-content img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.post-content p > img {
  margin-bottom: 0;
}
.post-content iframe {width: 100%;}

.post-cta {
  padding: 1.5em 0 .6em;
}
.post-disclaimer {font-size: 80%; color: #999; font-family: 'Montserrat', sans-serif;}

.post-disclaimer>div {margin-bottom: 1em;}

.sticky, .sticky-container {width: 100%;}

.sticky.is-stuck {margin: 0!important;}

.is-stuck .post-cta {
  background-color: #333;
  color: #fff;
}
.post-cta {
  padding: .6em 0;
  width: 100%;
}
.post-cta p {font-size: 150%; line-height: 1.3; margin-bottom: 0;}

.post-cta .button {text-transform: uppercase; margin-bottom: 0;}

.product-length {
  padding-right: 1rem;
  padding-bottom: .5rem;
  border-right: 1px solid #333;
  text-align: center;
}
.product-length span {
  display: block;
  font-weight: 100;
  font-size: 270%;
  line-height: 1.1;
}
.product-length small {
  display: block;
  line-height: 1;
}
/******Media Object Posts******/
.media-object h4 {
  font-size: 120%;
  line-height: 1.2;
}
/**** Related Posts ****/
.related-post {
  margin-bottom: 1rem;
}
.related-post a.wrap-image {
  background-color: #000;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.related-post img {
  width: 100%;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
  opacity: .7;
}
.related-post img:hover {
  opacity: 1;
}
.wrap-image i {
  position: absolute;
  color: #fff;
  font-size: 300%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-shadow: 3px 3px 10px rgba(0,0,0,.5);
  transition: all 0.4s ease-in-out;
}
.wrap-image:hover i {
  color: rgba(255,255,255,.5);
  text-shadow: none;
}
.related-post h3 {
  font-size: 120%;
  margin-bottom: .56rem;
  line-height: 1.2;
}
.related-post h3 a:hover, .related-post h3 a:focus {
  color: #f88f06;
  text-decoration: none;
}
.related-post p {
  font-size: 90%;
}
.related-post .post-kind {
  display: block;
  font-size: 85%;
  margin-bottom: .85rem;
  color: #666;
}
/**** Subscribe Modal ****/
.reveal#subscribe {
  padding: 0;
}
.subscribe-img {
  background-image: url(https://cdn1.gttwl.net/attachments/geryvaltiner.gttwl2.com/ltmq6z/1492104756_large.jpeg);
  background-size: cover;
  background-position: center;
}
.subscribe-form {
  padding: 1rem;
}
.subscribe-form h3 {
  font-size: 1.5rem;
  line-height: 1.1;
}
#subscribe .close-button {
  top: .15rem;
  right: .5rem;
}
/**** Slider ****/
.wrap-slider {
  position: relative;
}
.index-slider {
  position: relative;
  overflow: hidden;
}
.index-slider .single-slider {
  background-size: cover;
  background-position: center;
  position: relative;
}
.single-slider:after {
  content:'';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index:1;
}
.slider-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index:88;
}
.slide-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index:2;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.slide-caption h1, .slide-caption h2, .slide-caption h3 {
  margin-top: 0;
  line-height: 1.3;
  color: #fff;
}
.slide-caption p {
  font-size: 120%;
}
.slide-caption i {
  font-size: 500%;
}
.index-slider .slide-caption img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
}
.single-style a {position: relative; display: block;}

.single-style a p {
  position: absolute; 
  bottom: 0; 
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 130%;
  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: -20px;}

.slick-next {right: -20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
  background-color: #f88f06;
  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:before {border-width: 0 0 2px 2px;}

.slick-next:before {border-width: 2px 2px 0 0;}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}
.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;
}

/**** CTAs ****/
.cta {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.cta:before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  z-index: 0;
}
.cta .section-content {
  color: #fff;
  padding: 4em 0;
}
.cta h2 {
  line-height:1.2;
}

/**** Footer ***/
#footer {
  background-color: #333;
  color: #eee;
  padding: 2rem 0;
  font-size: 90%;
}
#footer h3 {font-size: 1.3rem;}

#footer address {margin-bottom: 1rem;}

#footer a, #footer abbr {color: #eee;}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.social-section a {
  font-size: 130%;
  display: inline-block;
  vertical-align: top;
  padding: 0 .35rem;
}
#footer form .button {
  margin-bottom: .3rem;
  background-color: #888;
}
#footer form .button:hover, #footer form .button:focus {
  background-color: #f88f06;
}
#footer hr {border-color: #555;}

.credits {font-size: 80%;}

#scrollup{
  background-color: #222;
  color: #ddd;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
}
#scrollup:hover{
  background-color: #000;
  color: #fff;
}
#scrollup i{
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 120%;
}

/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .top-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .top-bar-title {
    padding-left: 1rem;
  }
  #responsive-menu .top-bar-right {
    background-color: #fff;
    padding-bottom: 1rem;
  }
  .top-bar .menu>li {
    display: block;
  }
  .top-bar .menu>li>a:hover {
    background-color: #000;
  }
  .top-bar .menu>li>a.button {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .is-dropdown-submenu {
    position: relative;
  }
  .slide-caption {
    top: 20%;
  }
  .slide-caption h2 {
    font-size: 1.8rem;
  }
  .index-slider .single-slider {
    height: 490px;
  }
  .guide img {
    max-width: 80%;
  }
  .page-title h1 {
    font-size: 1.75rem;
  }
  .section-title, .section-title .text-right {
    text-align: center !important;
  }
  .cta h2 {
    font-size: 200%;
  }
  .cta p {
    font-size: 120%;
  }
  .subscribe-img {
    height: 200px;
  }
  #footer .columns {
    margin-bottom: 1.5rem;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .top-bar .menu>li>a {
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 90%;
  }
  .is-dropdown-submenu>li {
    width: 220px;
  }
  .slide-caption {
    top: 30%;
  }
  .slide-caption h2 {
    font-size: 2.6rem;
  }
  .index-slider .single-slider {
    height: 550px;
  }
  .page-title h1 {
    font-size: 2.25rem;
  }
  .subscribe-img {
    height: 360px;
  }
  .search-form .input-group {
    margin-bottom: 0;
  }
  .cta h2 {
    font-size: 240%;
  }
  .cta p {
    font-size: 130%;
  }
} 
/* 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) {
  #responsive-menu {
    position: absolute;
    right: 15px;
    top: 57px;
  }
} 
/* max-width 1025px, small-medium screens */
@media only screen and (max-width: 64em) {
  .top-bar-title {
    width: 100%;
    float: none;
    padding-right:0;
  }
  .menu-icon {
    position: absolute;
    top: 20px;
    right: 15px;
  }
} 
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  
} 
/* 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) { 
  
} 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  
}

/* 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 { 
  
}