/**** Foundation 6 ***/
/**** General Styles ***/
html, body {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}
body{
  background-color:#fff;
  font-family: 'Lato', sans-serif;
  font-size: 94%;
  font-weight: 400;
  color: #594340;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

#pop{
  position: fixed;
  bottom:0;
  right:21px;
  border: solid pink 1px;
  animation-name: hello;
  animation-duration: 5s;
  animation-fill-mode: forwards;

  
  
}
#popupMain{
  position: relative;
  
  
}


#close{
  padding: 15px;
  border-radius: 50px;
  border: solid pink 1px;
   position: absolute;
    background: pink;
    color: white;
    top: -10px;
    right: -10px;
}


.breadcrumbs {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  margin:0;
}
.breadcrumbs a, a {
  color: #64c6b7;
  -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 {padding: 0 !important;}

.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 {
  font-weight: 900;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  letter-spacing: .03rem;
}
.button:hover, .button:focus {text-decoration: none;}

.button.success {
  color: #fff;
  background-color: #64c6b7;
}
.button.success:hover, .button.success:focus {
  color: #fff;
  background-color: #1a6178;
}
.button.empty {
  background-color: transparent;
  color: #64c6b7;
  border: 2px solid #64c6b7;
}
.button.empty:hover, .button.empty:focus {
  color: #fff;
  background-color: #64c6b7;
}
.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;}

.callout {
  margin-bottom: 1.5em;
  font-size: 80%;
  padding: .5rem;
}
.specialist-badge {
  background-color: #d2af2b;
  color: #fff;
  font-size: 95%;
  position: absolute;
  top: 20px;
  text-align: center;
  right: -60px;
  width: 200px;
  padding: 10px 0;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
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 {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}
textarea {
  min-height: 135px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
legend {
  margin: 0;
  padding: 1em 0 1.3em;
  text-transform: uppercase;
}
/**** Header ***/
#header {
  z-index: 99;
  background: linear-gradient(rgba(255,255,255,.7) 0%, transparent 100%);
}
#header .sticky {transition: all 0.2s linear;}

#header .sticky.is-stuck {background-color: #fff;}

.info-bar {
  display: block;
  width: 100%;
  background-color: transparent;
  color: #333;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.info-bar .menu {line-height: 40px;}

.info-bar .menu li {font-size: 86%;}

.info-bar a {color: #1a6178; font-weight: 800;}

.info-bar a:hover {color: #64c6b7;}

.info-bar .menu>li>a {
  padding: 0 .4rem;
  line-height: 40px;
}
#menu_phone a {font-size: 140%;}

.top-bar {
  background-color: transparent;
  transition: all 0.2s linear;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-table;
  width: 100%;
  z-index: 99;
  position: relative;
}
.top-bar .top-bar-title {
  padding-top: 0;
  padding-bottom: 0;
}
.logo {display: block;}

.top-bar .menu {background-color: transparent;}

.top-bar .menu>li>a {color: #1a6178;}

.top-bar .menu>li>a:hover {color: #64c6b7;}

.top-bar .menu>li>a.button {
  background-color: transparent;
  border: 2px solid #1a6178;
  text-transform: uppercase;
  font-weight: 600;
}
.top-bar .menu>li>a.button:hover {
  border-color: #1a6178;
  background-color: #1a6178;
  color: #fff;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  border: none;
  content:'+';
  color: #1a6178;
  top: 3px;
  right: 18px;
}
.vertical.is-dropdown-submenu>.is-submenu-item.opens-left>a {
  padding-right: 1.4rem;
}
.vertical.is-dropdown-submenu>.is-submenu-item.opens-left>a:after {
  border: none;
  content:'+';
  color: #1a6178;
  top: 10px;
  right: 14px;
}
.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 {
  padding-top: .35em;
  padding-bottom: .35em;
}
.top-bar .menu.is-dropdown-submenu>li>a:hover {
  background-color: #64c6b7;
  color: #fff;
  text-decoration: none;
}
.menu-icon:after {
  background: #1a6178;
  box-shadow: 0 7px 0 #1a6178, 0 14px 0 #1a6178;
}
/**** Content ****/
.wrap-content {
  min-height: 100%;
  display: block;
  width: 100%;
  font-size: 120%;
  background-color: #f7f7f7;
}
.wrap-content:before {
  content:'';
  position: relative;
  display: block;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.wrap-content.with-img:before {height:0;}

.page-title {
  padding: 2.5rem 0 2rem;
  position: relative;
}
.with-img .page-title {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,.3);
  background-color: rgba(0,0,0,.3);
}
.bg-page-title {
  background-position: center;
}
.page-title h1 {
  margin: 0;
  line-height: 1.2;
}
.page-title p {margin: .75rem 0 0; font-size: 110%;}

.page-details {font-size: 90%;}

.page-details>span {display: inline-block; margin: .5em 0;}

.page-details>span:before {content:'•'; padding: 0 .65em 0 .3em;}

.page-details>span:first-child:before {display: none;}

.page-details a {color: #0a0a0a;}

.page-details a:hover {text-decoration: underline;}

.page-title .button {margin-top: .75rem;}

.page-content {
  padding: 2rem 0;
}
.top-page-content {
  padding: 1rem 0;
}
/***** Virtuoso Amenities *****/
.section.amenities {
  padding: 3.5em 0 3em;
  color: #fff;
  background-color: #1a6178;
}
.amenities .section-title h3 {color: #fff; font-size: 150%;}

.amenities .section-title i {font-size: 200%; display: block;margin-bottom: .5em;}

.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;
}
/**** Intro ****/
#intro {
  height: 100vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.intro-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
  opacity: 0;
}
.intro-content h2 {
  animation-name: fadein;
  animation-duration: 3s;
  line-height: 1.2;
}
.intro-content p {
  animation-name: fadein;
  animation-duration: 5s;
  margin-bottom: 1em;
}
.intro-content .button {
  position: relative;
  top:0;
  animation-name: movetop;
  animation-duration: 4s;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.8;
}
.after-intro {
  background-color: #fff;
  position: relative;
  z-index:3;
}
/**** Section ****/
.section {
  display: block;
  padding: 1.5rem 0;
  position: relative;
}
.section.specialties {
  padding: 2.75rem 1rem;
}
.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, .suppliers-list>div {
  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, .suppliers-list>div img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.suppliers-list h3 {line-height: 1.21;}

.suppliers-list p {margin: 0;}

.supplier-logo {margin-bottom: 1.5em;}

.supplier-logo img {
  max-height: 120px;
  max-width: 300px;
}

/**** Contact Page ****/
#contact-page .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/quintesstravels.gttwl2.com/ltmq6z/1541092938_original.jpeg);
}
#experience-page .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/quintesstravels.gttwl2.com/ltmq6z/1541184270_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: #64c6b7;
}
.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:#1a6178; 
  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:#1a6178;
  border-color: #1a6178;
  background-color: transparent;
}

/**** Blog Page ****/
#blog-page .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/quintesstravels.gttwl2.com/ltmq6z/1541093840_original.jpeg);
}
/**** Destination Page ****/
#destinations .bg-page-title {
  background-image: url(https://cdn1.gttwl.net/attachments/yourcruisetravelexpert.gttwl2.com/ltmq6z/1498857673_original.jpeg);
}
/**** Thumbnail ****/
.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;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.thumbnail:hover {
  background-color: #efefef;
}
.thumb-content {
  padding: .85rem 1rem;
}
h2.thumb-title, h3.thumb-title {
  margin: 0;
  font-size: 125%;
  font-weight: 400;
  letter-spacing: -.025rem;
}
.thumb-title a {
  color: #363636;
}
.thumb-details {
  display: inline-block;
  width: 100%;
  color: #888;
  margin-top: .5em;
}
.thumb-details span {
  display: inline-block;
  vertical-align: top;
  font-size: 72%;
  text-transform: uppercase;
  margin: 0 .5rem .85rem 0;
}
.thumb-content .button {margin: 0;}

.thumb-summary {font-size: 95%;}

.resorts .thumbnail {
  margin-bottom: 0;
  border-radius: 0;
}
/**** Post ****/
.post {
  margin-bottom: 2rem;
}
.posts-list {
  padding: 0 0 2rem;
}
.post-details span {
  display: inline-block;
  margin: 0 .5rem;
} 
.post-details span i {
  margin-right: .25rem;
}
.post-media {
  margin-bottom: 1.5rem;
  text-align: center;
}
.post-media img {
  min-width: none;
}
.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 {
  font-size: 106%;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.post-content li {
  font-size: 106%;
  line-height: 1.3;
  margin-bottom: .95rem;
}
.post-content img {
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.post-content p > img {
  margin-bottom: 0;
}
.post-content iframe {width: 100%;}

.post-author {padding: 1em 0;}

.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;
}
/* OVERLAY BOXES
-------------------------------------------------- */
.image-wrapper {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1.65em;
}
.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.overlay-fade-in img {
  transition: all 0.2s linear;
  width: 100%;
}
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}
.image-overlay-content> div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  margin: 0;
}
.image-overlay-content h3 {
  color: #fff;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}
.image-overlay-content p {
  color: #fff;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
  font-family: Georgia, Times, serif;
  font-style: italic;
  margin: 0;
}
.overlay-fade-in:hover img {
  transform: scale(1.2);
}
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1;
}
/******Media Object Posts******/
.media-object h4 {
  font-size: 120%;
  line-height: 1.2;
}
/**** Related Posts ****/
.section.related-content {
  padding: 3em 0;
}
.related-post {
  margin-bottom: 2em;
}
.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: 1;
}
.related-post img:hover {
  opacity: .7;
}
.related-post .circle {
  margin-bottom: 1em;
  width: 80%;
  background-color: #fff;
  -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);
}
.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%;
  font-weight: 400;
  margin-bottom: .56rem;
  line-height: 1.2;
}
.related-post h3 a:hover, .related-post h3 a:focus {
  color: #64c6b7;
  text-decoration: none;
}
.related-post p {
  font-size: 90%;
}
.related-post .post-kind {
  display: block;
  font-size: 85%;
  margin-bottom: .85rem;
  color: #666;
}
.accordion {
  margin-bottom: 2em;
}
.accordion-title {
  font-size: .9rem;
  line-height: 1;
  padding: 1rem;
  text-transform: uppercase;
  color: #444;
  font-weight: 600;
}
/**** Right Side ****/
.right-side .section.related-content {
  padding: 0;
}
.right-side .resort-cta {padding-bottom: 1em;}
/**** Subscribe Modal ****/
.reveal#subscribe {
  padding: 1.75em 1em 1em;
}
.subscribe-form {
  padding: 1rem;
}
.subscribe-form h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 1em;
}
#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;
}
.slick-slider {
  margin-bottom: 1em;
}
.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;
  background-color: #000;
  color: #fff;
}
.single-style a p {
  position: absolute;
  text-align:center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 180%;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
  line-height: 1.1;
  opacity: 1;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.single-style img {
  opacity: .7;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s; /* Safari */
  transition: all 2s;
}
.single-style a:hover img {opacity:1;}

.single-style a:hover p {opacity:0;}

/* 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: #64c6b7;
  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-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
}
.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: #1a6178;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #1a6178;
}
/**** How Works *****/
.section.how-content {
  padding: 3em 0;
  background-color: #33393d;
  color: #fff;
}
.how-work {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.how-work i {
  color: #33393d;
  font-size: 240%;
  height: 120px;
  width: 120px;
  line-height: 120px;
  border-radius: 100px;
  background-color: #fff;
  margin-bottom: .5em;
}
.how-work p {font-size: 93%;}

/**** Wedding Page ****/
.wedding-bg {
  background-image: url(https://cdn1.gttwl.net/attachments/weddingmicrosite.gttwl2.com/ltmq6z/1470676772_original.png);
  background-repeat: repeat;
  background-color:#e5eef2;
}
.real-wedding {background-color: #fff; margin-bottom: 2em;}

.wedding-title {padding: 1em .6em;}

.wedding-title h1 {line-height: 1.1; margin-bottom: .2em;}

.wedding-title p {margin: 0;}

.wedding-content {padding: 1em 1.5em;}

.wedding-gallery .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wedding-cta {padding: 1em 1em 2em;}

#taid {-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;}

#cke_taid {margin-bottom: 1em;}

/******Featured******/
.image-featured {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-featured:before {
  content:'';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.featured-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 9;
  max-height: 100%;
  width: 90%;
  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;
}
.cta-wedding label {color: #fff;}

.cta-wedding [type=date], .cta-wedding [type=text], .cta-wedding select {
  height: 3rem;
}
/**** Footer ***/
#footer {
  background-color: #33393d;
  color: #eee;
  padding: 2rem 0;
  font-size: 90%;
  position: relative;
  z-index:3;
}
#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: #64c6b7;
}
#footer hr {border-color: rgba(255,255,255,.2);}

.footer-logos {
  display: block;
  padding: 1.5em 0 .85em 0;
  background-color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}
.footer-logos img {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5em .65em;
  height: 50px;
}
.credits {font-size: 80%;}

#scrollup{
  background-color: #1a6178;
  color: #ddd;
  position:fixed;
  text-align: center;
  bottom:50px;
  right:20px;
  display:none;
  transition: all 0.2s linear;
  z-index: 99;
}
#scrollup:hover{
  background-color: #64c6b7;
  color: #fff;
}
#scrollup i{
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 120%;
}
/***** CC form ****/
.cc-form .page-title h1 {margin-bottom: .5rem;}

.cc-form .page-title p {
  margin: 0;
  font-size: 90%;
}
.cc-form input, .cc-form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.for-print {display: none;}

/*******************************
          Responsive
*******************************/
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
  .info-bar .top-bar-right, .info-bar .top-bar-left {
    float: none;
  }
  .info-bar .menu>li>a {
    line-height: 20px;
  }
  .info-bar .menu {
    text-align: center;
    line-height: normal;
  }
  .info-bar .menu>li {
    display: inline-block;
  }
  .top-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .top-bar .top-bar-title {
    padding-left: 1rem;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    max-height: 50px;
  }
  #responsive-menu .top-bar-right {
    background-color: #fff;
    margin-top: -50px;
    padding-top: 60px;
    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;
  }
  .wrap-content {
    margin-top: -55px;
  }
  .wrap-content:before {
    height: 55px;
  }
  .slide-caption {
    top: 20%;
  }
  .slide-caption h2 {
    font-size: 1.8rem;
  }
  .index-slider .single-slider {
    height: 490px;
  }
  .with-img .page-title {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .guide img {
    max-width: 80%;
  }
  .bg-page-title {
    background-size: 180%;
  }
  .page-title h1 {
    font-size: 1.75rem;
  }
  .section-title, .section-title .text-right {
    text-align: center !important;
  }
  .wedding-gallery .slick-slide img {
    max-height: 280px;
  }
  .cta h2, .intro-content h2 {
    font-size: 200%;
  }
  .cta p, .intro-content p {
    font-size: 100%;
  }
  .subscribe-img {
    height: 200px;
  }
  .footer-logos img {
    height:30px;
  }
  .article-row-img {
    margin-bottom: 1em;
  }
  .article-row h2 {
    font-size: 1.86rem;
  }
  .article-row h3, .article-row h4 {
    font-size: 1.2rem;
    margin-bottom: .69rem;
  }
  .article-row p {
    font-size: 90%;
  }
  .how-work img {
    width: 30%;
  }
} 
/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .no-js [data-responsive-toggle] {
    display: none;
  }
  .columns.five {
    width: 20%;
  }
  .info-bar {
    height: 40px;
  }
  .info-bar .top-bar-left {
    padding-left: 1em;
  }
  .top-bar {
    height: 65px;
  }
  .top-bar .menu>li>a {
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 100%;
  }
  .top-bar .top-bar-right>.menu>li>a:not(.button) {
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-bar .menu.nested {
    max-height: 360px;
    overflow: scroll;
  }
  .logo img {
    max-height: 70px;
  }
  .top-bar .menu>li>a.button {
    margin-left: 1em;
  }
  .is-dropdown-submenu>li {
    width: 220px;
  }
  .wrap-content {
    margin-top: -115px;
  }
  .wrap-content:before {
    height: 110px;
  }
  .slide-caption {
    top: 30%;
  }
  .slide-caption h2 {
    font-size: 2.6rem;
  }
  .index-slider .single-slider {
    height: 550px;
  }
  .bg-page-title {
    background-size: 100%;
    animation-name: movebg;
    animation-duration: 4s;
  }
  .with-img .page-title {
    padding-top: 13rem;
    padding-bottom: 7rem;
  }
  .page-title h1 {
    font-size: 2.25rem;
  }
  .subscribe-img {
    height: 360px;
  }
  .search-form .input-group {
    margin-bottom: 0;
  }
  .wedding-gallery .slick-slide img {
    max-height: 450px;
  }
  .wedding-title h1 {
    font-size: 220%;
  }
  .cta h2, .intro-content h2 {
    font-size: 230%;
  }
  .cta p, .intro-content p {
    font-size: 120%;
  }
  .article-row {
    margin-bottom: 1em;
  }
  .article-row h2 {
    font-size: 2.1rem;
  }
  .article-row h3, .article-row h4 {
    font-size: 1.38rem;
    margin-bottom: .9rem;
  }
  .how-work img {
    width: 45%;
  }
  .suppliers-list h3 {
    font-size: 128%;
  }
  .suppliers-list p {
    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) {
  #responsive-menu {
    position: absolute;
    top: 65px;
    left: 0;
    background-color: #fff;
    padding: 0 .5em;
    width: 100%;
  }
} 
/* 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 {
  footer, .no-print, .breadcrumbs, .cc-form .button {
    display: none;
  }
  .for-print {
    display: block;
  }
  .for-print p {
    line-height: 1.2;
    margin: 10px 0 0;
    font-size: 10px !important;
  }
  .for-print hr {
    margin: 40px 0 0;
    border-top: 1px solid #222;
  }
  .page-title {
    padding: 0 0 .5rem;
  }
  .page-title h1 {
    font-size: 1rem;
  }
  .page-title p {
    font-size: 10px !important;
  }
  legend {
    padding: 0 0 .3rem;
    font-size: 80%;
  }
  .cc-form label {
    font-size: 11px !important;
  }
  .cc-form input, .cc-form select {
    height: 1.8em;
    margin-bottom: .5rem;
    padding: .25rem .5rem;
  }
  .cc-form span.input-group-label {
    font-size: 13px;
    line-height: 13px;
    border: none;
    background-color: transparent;
  }
  .columns.medium-12 {
    width: 87%;
  }
}
/* The animation code */
@keyframes fadein {
  0% {opacity:0;}
  100% {opacity: 1;}
}
@keyframes movetop {
  0% {opacity:0.3; top:150px;}
  100% {opacity: 1; top: 0;}
}
@keyframes movebg {
  20% {background-size: 150%;}
  100% {background-size: 100%;}
}
@keyframes hello {
    0% {height: 0px;}
    100% {height: 337px;}
}