/* 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%;
}
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: 'Hurricane', cursive; line-height: .8 !important;}

.h1.handwriting {font-size: 450%;}

.h2.handwriting {font-size: 400%;}

.h3.handwriting {font-size: 350%;}

.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;}

.bg-dark {background-color: #182B54 !important;}

.text-dark {color: #182B54 !important;}

.text-success {color: #C1A25E !important;}

.bg-success {background-color: #C1A25E !important;}

a.bg-success:hover, a.bg-success:focus {background-color: #182B54 !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);
}
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: 8em 1em 1em;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}
.darkHeader, #header .navbar-collapse.show {
  background-color: #182B54;
}
/* 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-headline 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-product .btn {
  position: absolute;
  left: 5%;
  bottom: 1.25em;
  width: 90%;
}
.card-img {transition: all 0.4s ease-in-out;}

.card-specialty {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-specialty .card-title {text-shadow: 1px 1px 5px rgba(0,0,0,.3);}

.card-specialty .card-img-overlay {
  background-color: rgba(23,43,84,.8);
  z-index:1;
  transition: background 0.3s, opacity 0.3s;
  opacity: 0;
}
.card-specialty:hover .card-img-overlay {
  opacity: 100;
}
.card-specialty .card-body, .card-specialty .card-text {
  z-index:4;
}
.hover-show {display: none;}

.card-specialty:hover .hover-show {display: block;}

.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: 1.35em;}

article p, article div, article li {
  font-size: 108%;
  line-height: 1.66;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin: .5rem 0 1em;
}
article br {display: none;}

section {overflow: hidden;}

section .container {position: relative;}

.alert {margin: 0;}

.modal-header {display: block;}

.modal-header .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.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: 250%;
}
.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 {
  min-height: 500px;
}
.cta label, .cta select, .cta .form-control, .cta button {
  height: 45px;
  line-height: 45px;
  font-size: 110%;
}
.cta select, .cta .form-control, .cta button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.cta 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;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 95px;
  }
  #header .navbar-toggler {
    top: 35px;
  }
  .bcg-parallax.page-title {
    min-height: 450px;
  }
  .index-headline h1, .page-title .bcg-content h1 {
    font-size: 350%;
  }
  .package-caption {
    max-width: 90%;
  }
  .package-caption h3 {
    font-size: 200%;
  }
  .card-specialty {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .contact-info {
    text-align: right;
  }
  .section-title h2 {
    font-size: 180%;
  }
  .card-specialty {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    max-height: 110px;
  }
  #header .navbar-toggler {
    top: 40px;
  }
  .bcg-parallax.page-title {
    min-height: 500px;
  }
  .index-headline h1, .page-title .bcg-content h1 {
    font-size: 400%;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    width: 100%;
  }
  .bcg-parallax.bcg-top {
    min-height: 240px;
  }
  .page-top.bg-dark {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  #header .navbar-nav .nav-link {
    padding: 0 .75rem;
    line-height: 140px;
    font-size: 120%;
  }
  #header .darkHeader .navbar-nav .nav-link {
    line-height: 90px;
  }
  #header .darkHeader .navbar-brand img {
    height: 80px;
  }
  .navbar-brand img {
    max-height: 115px;
  }
  .bcg-parallax.page-title {
    min-height: 600px;
  }
  .bcg-parallax.bcg-top {
    min-height: 250px;
  }
  .index-headline h1, .page-title .bcg-content h1 {
    font-size: 430%;
  }
  .page-top.bg-dark {
    padding-top: 140px;
  }
}
/* print styles */
@media print {
  
}