/* General ================== */
html {scroll-behavior: smooth;}

body, html {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.75;
	color: #444;
  background-color: #F3F3F3;
}
strong {font-weight:700;}

a {color: #C1A25E;}

a:hover, a:focus {color: #111; text-decoration: none;}

img {max-width: 100%;}

.breadcrumb {
  font-family: 'Poppins', sans-serif;
  background-color: transparent;
  margin: 0;
  font-size:80%;
}
.fs-tiny {font-size:75%;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.3;
}
.letter-spacing {letter-spacing: .3em;}

.handwriting {font-family: 'Reenie Beanie', cursive; line-height: 1 !important;}

.h1.handwriting {font-size: 350%;}

.h2.handwriting {font-size: 300%;}

.h3.handwriting {font-size: 250%;}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.btn-success {background-color: #C1A25E; border-color: #C1A25E;}

.btn-success:hover, .btn-success:focus, .btn-dark {background-color: #111; border-color: #111;}

.btn-outline-success {color: #C1A25E; border-color: #C1A25E;}

.btn-outline-success:hover, .btn-outline-success:focus {background-color: #C1A25E; border-color: #C1A25E;}

.btn-block {padding-left: 0; padding-right: 0;}

.text-success {color: #C1A25E !important;}

.bg-success {background-color: #C1A25E !important;}

a.bg-success:hover, a.bg-success:focus {background-color: #111 !important;}

.border-success {border-color: #C1A25E !important;}

.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.border-6 {border-width: 6px !important;}

.border-7 {border-width: 7px !important;}

.border-8 {border-width: 8px !important;}

.border-9 {border-width: 9px !important;}

.border-10 {border-width: 10px !important;}

.hr-2 {border-top: 2px solid;}

.hr-3 {border-top: 3px solid;}

.hr-4 {border-top: 4px solid;}

.hr-5 {border-top: 5px solid;}

.hr-sm {width: 50px;}

.hr-md {width: 100px;}

.hr-lg {width: 150px;}

.w-20px {width: 20px !important;}

.w-30px {width: 30px !important;}

.w-40px {width: 40px !important;}

.w-50px {width: 50px !important;}

.w-60px {width: 60px !important;}

.w-70px {width: 70px !important;}

.w-80px {width: 80px !important;}

.w-90px {width: 90px !important;}

.w-100px {width: 100px !important;}

.rotate-h-3 {
  -ms-transform: rotate(3deg); /* IE 9 */
  transform: rotate(3deg);
}
.rotate-h-5 {
  -ms-transform: rotate(5deg); /* IE 9 */
  transform: rotate(5deg);
}
.rotate-ah-3 {
  -ms-transform: rotate(-3deg); /* IE 9 */
  transform: rotate(-3deg);
}
.rotate-ah-5 {
  -ms-transform: rotate(-5deg); /* IE 9 */
  transform: rotate(-5deg);
}
cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
}
cite:before {content: "— ";}

form, legend, table {font-family: 'Helvetica', Arial, sans-serif;}

legend {
  font-size: 110%;
  font-weight: 600;
}
blockquote cite {font-size: 80%;}

blockquote a {color: #111;}

/* Header
==================================== */
#header {
  z-index: 999;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 93%;
}
#header .dropdown-item, #header .dropdown-header {
  font-size: 85%;
  padding: .2rem .8rem;
}
#header .navbar-toggler {
  z-index: 9999;
  position: absolute;
  right: 1em;
}
#header .navbar-collapse.show {
  padding: 1em;
}
/* Slider
==================================== */
.index-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
  height: 100%;
  position: relative;
}
.index-slider .slick-slide>div>div>img, .index-slider img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.index-slider .slick-slide>div:before, .index-slider>div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.2);
  z-index: 1;
}
.index-caption {
  position: absolute;
  width: 97%;
  color: #fff;
  z-index:4;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.index-caption h1 {line-height: 1.2;}

.index-headline h1, .index-headline p {
  text-shadow: 4px 4px 25px rgba(0,0,0,.8);
}
.articles-slider .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}
/* Slider 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: transparent;
  border-color: transparent;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  z-index: 1;
  cursor:pointer;
}
.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: transparent;
  border: none;
}
.slick-prev:before, .slick-next:before {
  content:'';
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  margin: 15px;
  width: 20px;
  height: 20px;
  border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

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

.bg-white .slick-prev:before, .bg-white .slick-next:before {
  border-color: rgba(0,0,0,.2);
}
/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
  padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 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: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #333;
}
/* Parallax Banner
==================================== */
.bcg-parallax {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:2;
}
.bcg-content a {color: #fff;}

.bcg-link {
  position: relative;
  display: block;
  z-index: 2;
  color: #fff;
  padding: 150px 0;
}
.bcg-link:hover {color: #fff; background-color: rgba(0,0,0,.2)}

.destinations .bcg-link h4 {
  font-weight: 900;
  font-size: 370%;
  letter-spacing: .5rem;
}
.bcg-parallax.section {min-height: 450px;}

.testimonial.bcg-parallax {color: #333;}

.testimonial .bcg {z-index: 0;}

.bcg-parallax .blockquote {font-size: 90%;}

/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card {
  height: 100%;
  position: relative;
}
a.card {color: #333;}

.card-title {font-weight: 600;}

p.card-text {
  font-size: 107%;
  line-height: 1.3;
}
.card .btn-dark {
  position: absolute;
  left: 5%;
  bottom: 12px;
  width: 90%;
}
.card-img {transition: all 0.4s ease-in-out;}

.card-specialty .card-img {opacity: .8;}

.card-specialty:hover .card-img {opacity: .5;}

.card-specialty .card-title {text-shadow: 1px 1px 5px rgba(0,0,0,.3);}

.card.supplier {
  height: 120px;
  margin-bottom: 1rem;
  transition: all 0.4s ease-in-out;
}
.card.supplier: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);
}
.card.supplier img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.supplier-logo img {max-height: 100px;}

/* CONTENT SECTIONS
-------------------------------------------------- */
.section-title h1, .section-title h2, .section-title h3, .section-title h4 {
  line-height: 1.3;
}
.section-title p {line-height: 1.4;}

.section.agents {
  background-color: #fff;
}
article p, article div {margin-bottom: 1em;}

article p, article div, article li {
  font-size: 108%;
  line-height: 1.6;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: .5rem 0 1em;
}
article li {margin-bottom: 1em;}

article ul, article ol {margin-bottom: 2em;}

article table {width: 100%;}

article figure {display: block !important;}

article figure>figure {margin: 0 !important;}

article div>br {display: none;}

section {overflow: hidden;}

section .container {position: relative;}

section .container-fluid {max-width: 1600px;}

.alert {margin: 0;}

.modal-header {display: block;}

.modal-header .close, #homemodal .close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	font-size: 200%;
}
.contest-title {
	bottom: 2px;
	left: 0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.75));
}
.sq-bg {
  position: absolute;
  bottom: 0;
}
.sq-left {left: -1.5em;}

.sq-right {right: -1.5em;}

/* OFFERS
------------------------ */
.offer {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #000;
}
.offer:hover {color: #fff;}

.offer-media img {transition: all 0.2s linear;}

.offer-media img:hover {
  opacity: 0.7;
  filter: alpha(opacity=30); /* For IE8 and earlier */
}
.offer-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 1em 1.3em;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.offer-content h2 {
  margin: 0;
  line-height: 1.2;
}
/* PAGES ----------------------- */
.page-title h1 {
  line-height: 1.2;
  font-size: 190%;
}
.page-title h1.handwriting {
  line-height: 1;
  font-size: 350%;
}
.page-title p>span:first-child:before {
  content: '';
  padding: 0;
}
.page-title p>span:before {
  content: '•';
  padding: 0 .65em 0 .3em;
}
/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  font-family: 'Poppins', sans-serif;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0;
  line-height: 1.25;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  border-color: #dee2e6;
}
/* User Page Profile ----------------------- */
.profile .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
/* CTA HERO
-------------------------------------------------- */
.bcg-parallax.cta-wedding {
  min-height: 500px;
}
.cta-wedding label, .cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
  height: 45px;
  line-height: 45px;
  font-size: 110%;
}
.cta-wedding select, .cta-wedding .form-control, .cta-wedding button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.cta-wedding button {
  padding-top: 0;
  padding-bottom: 0;
}
/* FOOTER
-------------------------------------------------- */
#footer {
  background-color: #fff;
  font-size: 90%;
  letter-spacing: -.01em;
  font-family: 'Poppins', sans-serif;
}
#footer a {color: #686868;}

#footer a:hover, #footer a:focus {color: #686868; text-decoration: underline;}

#footer .credits {font-size: 80%;}

.social-links .nav-link {
  background-color: #C1A25E;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  color: #fff !important;
}
.social-links .nav-link:hover, .social-links .nav-link:focus {background-color: #111;}

.btn-subscribe {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 999;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* WEDDING EVENT
-------------------------------------------------- */
.wedding-event {
  background-color: #F3F3F3;
}
.wedding-event .bcg-parallax.page-title {
  height: 100vh;
}
.wedding-event .bcg-parallax p.h4 {
  line-height: 1.7;
}
.photos-slider .slick-slide img, .wedding-gallery .slider-for .slick-slide img {
  max-height: 450px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
/* WEDDING CORAL
-------------------------------------------------- */
.wedding-event.coral {
  background-color: #f97171;
  color: #fff;
}
.coral .bg-white {color: #333;}

.coral a:not(.btn) {color: #f97171;}

.coral a:not(.btn):hover, .coral a:not(.btn):focus {color: #f99192;}

.coral .text-muted {color: rgba(255,255,255,.6)!important;}

.coral .btn-success {
  background-color: #8ad6cc;
  border-color: #8ad6cc;
}
.coral .btn-success:hover, .coral .btn-success:focus {
  background-color: #f99192;
  border-color: #f99192;
}
.coral .btn-outline-dark {
  border-color: #f97171;
  color: #f97171;
}
.coral .btn-outline-dark:hover, .coral .btn-outline-dark:focus {
  background-color: #f97171;
  border-color: #f97171;
  color: #fff;
}
.coral .btn-outline-light:hover, .coral .btn-outline-light:focus {
  color: #f97171;
}
.coral .modal-header {background-color: #f97171;}

.coral .bg-white {
  background-image: url(https://cdn1.gttwl.net/attachments/bg_coral_63779504940526185.png), url(https://cdn1.gttwl.net/attachments/bg_coral_63779504940526185.png);
  background-position: left top, right bottom;
  background-repeat: repeat-y, repeat-y;
}
.coral .bg-white .container {
  background-color: rgba(255,255,255,.7);
}
/* WEDDING GOLD
-------------------------------------------------- */
.wedding-event.gold {
  background-color: #222;
  color: #fff;
}
.gold #wedding-intro.bg-white, .gold #wedding-photos.bg-white {
  background-color: #bf9b30 !important;
}
.gold #wedding-destination.bg-white {color: #333;}

.gold #wedding-photos {
  padding-top: 5em;
}
.gold a:not(.btn) {color: #a67c00;}

.gold a:not(.btn):hover, .gold a:not(.btn):focus {color: #bf9b30;}

.gold .text-muted {color: rgba(255,255,255,.5)!important;}

.gold .btn-success {
  background-color: #a67c00;
  border-color: #a67c00;
}
.gold .btn-success:hover, .gold .btn-success:focus {
  background-color: #bf9b30;
  border-color: #bf9b30;
}
.gold .btn-outline-dark {
  border-color: #a67c00;
  color: #a67c00;
}
.gold .btn-outline-dark:hover, .gold .btn-outline-dark:focus {
  background-color: #bf9b30;
  border-color: #bf9b30;
  color: #fff;
}
.gold .btn-outline-light {
  border-color: #bf9b30;
  color: #bf9b30;
}
.gold .btn-outline-light:hover, .gold .btn-outline-light:focus {
  background-color: #a67c00;
  border-color: #a67c00;
  color: #fff;
}
.gold .modal-header {background-color: #a67c00;}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 50px;
  }
  #header .navbar-toggler {
    top: 10px;
  }
  .wrap-content {
    margin-top: 60px;
  }
  .bcg-parallax.page-title {
    min-height: 300px;
  }
  .package-caption {
    max-width: 90%;
  }
  .package-caption h3 {
    font-size: 200%;
  }
  .step {
    font-size: 250%;
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
}
@media (min-width: 768px) {
  .contact-info {
    text-align: right;
  }
  .section-title h2 {
    font-size: 180%;
  }
  .step {
    font-size: 400%;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-brand img {
    max-height: 60px;
  }
  #header .navbar-toggler {
    top: 15px;
  }
  .wrap-content {
    margin-top: 70px;
  }
  .bcg-parallax.page-title {
    min-height: 400px;
  }
  .coral .bg-white {
    background-size: 25%, 25%;
  }
}
@media (max-width: 1199px) {
  .navbar-brand {
    width: 100%;
  }
  .bcg-parallax.bcg-top {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 90px;
  }
  .navbar-brand img {
    max-height: 190px;
  }
  .landing-marketing .navbar-brand img {
    max-height: 60px;
  }
  .wrap-content {
    margin-top: 90px;
  }
  .bcg-parallax.page-title {
    min-height: 500px;
  }
  .bcg-parallax.bcg-top {
    min-height: 250px;
  }
  .coral .bg-white {
    background-size: 15%, 15%;
  }
}
/* print styles */
@media print {
  .green {
    background-color: #35938D !important;
    color: #fff;
    height: 100%;
  }
}