/* GENERAL STYLES */
html {scroll-behavior: smooth;}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  text-rendering: optimizelegibility;
  background-color: #fff;
  color: #383838;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
}
h1.text-uppercase, h2.text-uppercase, h3.text-uppercase, h4.text-uppercase, h5.text-uppercase, h6.text-uppercase {
  letter-spacing: 0.15rem;
}
.cursive {
  font-style: italic;
  font-family: Georgia, serif;
}
img {max-width: 100%;}

a {color: #ed3744;}

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

.main-color {color: #0f0a0b;}

p {line-height: 1.5;}

.breadcrumb {
  background-color: transparent;
  padding: .5rem 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 90%;
}
.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;}

.fs-tiny {font-size: 75%;}

.link {
  position: relative;
  letter-spacing: .1em;
  font-size: 75%;
  text-transform: uppercase;
}
.link:after {
  content: '›';
  padding: 0 .5em;
}
.btn {
  font-family: 'Montserrat', sans-serif; 
  letter-spacing: normal; 
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: .025em;
}
.btn-primary {
  background-color: #ed3744;
  border-color: #ed3744;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0f0a0b;
  border-color: #0f0a0b;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
  border-color: #ed3744;
  color: #ed3744;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
  color: #fff;
  background-color: #ed3744;
  border-color: #ed3744;
}
.border-2 {border-width: 2px !important;}

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

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

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

.list-bullet {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  font-size: 110%;
}
.list-bullet>li {
  position: relative;
  padding-left: 2rem;
}
.list-bullet>li::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background-color: #0f0a0b;
  opacity: .5;
  height: 17px;
  width: 17px;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.hr-divider {border-color: #0f0a0b !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;}

.m-5px {margin: 5px !important;}

.m-10px {margin: 10px !important;}

.m-15px {margin: 15px !important;}

.mb-5px {margin-bottom: 5px !important;}

.mb-10px {margin-bottom: 10px !important;}

.mb-15px {margin-bottom: 15px !important;}

.mt-5px {margin-top: 5px !important;}

.mt-10px {margin-top: 10px !important;}

.mt-15px {margin-top: 15px !important;}

.mr-5px {margin-right: 5px !important;}

.mr-10px {margin-right: 10px !important;}

.mr-15px {margin-right: 15px !important;}

.ml-5px {margin-left: 5px !important;}

.ml-10px {margin-left: 10px !important;}

.ml-15px {margin-left: 15px !important;}

cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
  font-family: 'Montserrat', Arial, sans-serif;
}
cite:before {content: "— ";}

.form-control {
  background-color: #efefef;
  border: 0;
}
.modal-header {display: block;}

.modal-header .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.wrap-content {
  min-height: 500px;
  padding-top: 0;
}
/******* Header ******/
#header {position: relative;}

.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1040;
}
#header .navbar {
  font-family: 'Montserrat', sans-serif;
  font-size: 75%;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
  box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
}
.navbar-dark {background-color: transparent;}

.navbar-brand {padding: 0; margin: 0;}

#header .dropdown-menu {
  margin: 0;
  -moz-border-radius: 0 0 .25rem .25rem;
  -webkit-border-radius: 0 0 .25rem .25rem;
  border-radius: 0 0 .25rem .25rem;
  background-color: #0f0a0b;
  border: 0;
  padding-top: 0;
}
#header .dropdown-item {
  color: #fff;
  font-size: 80%;
  font-weight: 700;
}
#header .dropdown-item:hover {background-color: #ed3744;}

.navbar-dark .navbar-nav .nav-link {color: #fff;}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link {
  color: #ed3744;
}
.navbar-light {background-color: #fff;}

.navbar-toggler {border: none;}

#header .navbar-nav .nav-link.with-icon {
  line-height: 30px;
  font-size: 120%;
  background-color: #333;
  color: #fff;
}
#header .navbar-nav .nav-link.with-icon:hover {background-color: #ed3744;}

/******* 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{
  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 {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
.index-caption {
  position: absolute;
  width: 97%;
  text-align: center;
  color: #fff;
  z-index:4;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.index-caption h1 {
  line-height: 1.2;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.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;}

/* 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.5;
}
.bcg-content {
  position: absolute;
  width: 80%;
  top: 40%;
  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;
}
/***** Pages *****/
.wrap-page-title {margin-bottom: -9rem;}

.page-title h1 {line-height: 1;}

.page-title p span:before, .card-detail span:before {content: ' • ';}

.page-title p span:first-child:before, .card-detail span:first-child:before {display: none;}

.page-title p a {color: #161616; text-decoration: underline;}

.page-title .bcg-content p a {color: #fff;}

.small-subtitle {
  letter-spacing: 0.25rem;
  font-weight: 600;
  font-size: 100%;
}
.page-content {z-index:88; position: relative;}

/******* Sections ******/
section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4em 0 4.23em;
}
.section-title, .section-content {position: relative;}

.styles .container-fluid, .intro .container-xl {
  padding: 0;
}
.quote {
  font-family: Georgia, serif;
  color: #706464;
  line-height: 1.45;
  position: relative;
}
.quote:before {
  content: '“';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 1;
  font-size: 350%;
  height: 40px;
}
.bg-cover {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.bg-cover:before {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
}
.virtuoso {
  background-color: #261F30;
  color: #fff;
}
/******* Post ******/
.post h2, .post h3 {
  margin-bottom: 1em;
}
.post p, .post li, .post>div {
  margin-bottom: 1em;
  line-height: 1.64;
  font-size: 107%;
}
.post p, .post>div {
  text-align: justify;
}
.services .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.product-length small, .product-length span {
  display: block;
  line-height: 1.2;
}
.product-length span {
  font-size: 200%;
}
.post-disclaimer {
  font-size: 80%;
  color: #999;
}
/******* Thumb ******/
.thumb {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #383f49;
}
.thumb>img {
  width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.thumb:hover>img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.thumb-content {padding: 1em .85em;}

.thumb-content.gradient-bd h4 {
  color: #fff;
}
.thumb-content.gradient-bd {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 2em;
  padding-bottom: 1.2em;
}
.gradient-bd {
  background: rgb(0,0,0);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 100%);
  color: #fff;
}
/******* Boostrap Card ******/
.card {
  padding: .35rem .38rem;
  border: none;
  -moz-border-radius: .38rem;
  -webkit-border-radius: .38rem;
  border-radius: .38rem;
  -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.15), 0 8px 16px -8px rgba(0,0,0,.075), 0 -6px 16px -6px rgba(0,0,0,.025);
  -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.15), 0 8px 16px -8px rgba(0,0,0,.075), 0 -6px 16px -6px rgba(0,0,0,.025);
  box-shadow: 0 13px 27px -5px rgba(50,50,93,.15), 0 8px 16px -8px rgba(0,0,0,.075), 0 -6px 16px -6px rgba(0,0,0,.025);
  height: 100%;
  padding-bottom: 35px;
}
a.card {color: #333;}

.card div.btn {
  position: absolute;
  bottom: .85rem;
  left: 5%;
  width: 90%;
}
.card-img {
  background-color: #111;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card-img small {
  position: absolute;
  color: #fff;
  bottom: .8rem;
  left: 1rem;
}
.user .card-img img {
  width: 100%;
  max-width: none;
}
.card-img-top {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card:hover .card-img-top {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.card-body {padding: .85rem 1rem .8rem;}

h5.card-title {color:#222; font-size: 137%;}

.card-body p {line-height: 1.4; font-size: 95%;}

.card:hover h5.card-title {color: #000;}

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

.card.supplier {height: 140px;}

.card.supplier img, .card-over {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.card.supplier img {max-height: 80%; max-width: 95%;}

.card-over {width: 90%;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.card-over h5.card-title {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,.2);
  font-size: 170%;
}
.card:hover .card-over h5.card-title {color: #fff;}

.card:hover .card-over {
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-blog, .card-blog .card-img, .card-blog .card-img-top {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.card-blog .card-img-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.card.card-blog:hover .card-img-top {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card-h .card-img {
  height: 100%;
  border-radius: .25rem 0 0 .25rem;
  overflow: hidden;
  display: block;
}
.card-h .card-img-top {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 150%;
  max-width: none;
  min-width: auto;
  border-top-right-radius: 0;
}
.card-h h5.card-title {font-size: 150%;}

.card-h .card-body {padding: 1rem 0.85rem 1rem 1rem;}

.card-detail {
  letter-spacing: .1em;
  font-size: 75%;
  font-family: 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
.card-detail .svg-inline--fa {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .15em;
  font-size: 350%;
}
.intro .card {
  border: none;
  background-color: #f0f0f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/**** Pagination ***/
.pagination {
	-webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.pagination> li:first-child a, .pagination> li:first-child span {
  margin-left: 0;
}
.pagination> li:last-child a, .pagination> li:last-child span {
  margin-right: 0;
}
.pagination a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin: 0 .25rem;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
}
.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
/******* User Page Profile ******/
.profile .social-links .rounded-circle {
  display: inline-block;
  margin-right: .25em;
}
/******* CTAs ******/
.cta {
  background-color: #ed3744;
  color: #fff;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cta:hover, .cta:focus {background-color: #0f0a0b;}

.cta a {
  color: #fff;
  display: block;
  padding: 4em 0 4.23em;
}
.cta h3 {
  font-weight: 700;
  font-size: 200%;
}
/**** Search ****/
.search[type=text] {
  background-image: url(https://cdn2.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: 97% center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-color: #efefef;
  padding-right: 35px;
}
.search[type=text]:focus {
  background-color: #fff;
}
/******* Footer ******/
#footer {
  background-color: #0f0a0b;
  color: #fff;
  font-size: 90%;
}
#footer a {color: rgba(255,255,255,.7);}

#footer .logo img {max-height: 70px;}

#footer a:hover {color: #fff;}

.footer-logos {background-color: #fff;}

.footer-logos img {
  max-height: 70px;
  margin: 0 10px 10px 0;
}
.social-links .rounded-circle {
  margin: 0 .5em .5em 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #ed3744;
  color: #fff;
  text-align: center;
}
.social-links .rounded-circle:hover, .social-links .rounded-circle:focus {
  background-color: #a8010d;
}
.credits {
  font-size: 80%;
  color: rgba(255,255,255,.5);
  background-color: #0f0a0b;
}
.credits a {color: rgba(255,255,255,.5);}

.credits a:hover {color: #fff;}

.btn-subscribe {
  position: fixed;
  bottom: 0;
  right: 1em;
  -moz-border-radius: .25rem .25rem 0 0;
  -webkit-border-radius: .25rem .25rem 0 0;
  border-radius: .25rem .25rem 0 0;
  z-index: 999;
}

/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	.card-h .card-img-top {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wrap-content {
    margin-top: 60px;
  }
  .card-h .card-img {
    height: 300px;
    border-radius: .25rem .25rem 0 0;
  }
  .index-caption h1, .page-title h1, .section h1 {
    font-size: 260%;
  }
  .bcg-parallax.page-title {
    min-height: 500px;
  }
  .small-subtitle {
    font-size: 80%;
  }
}
@media (min-width: 577px) and (max-width:767px) {
  .card-h .card-img-top {
    width: 230%;
  }
}
/*** Medium devices (tablets, 768px and up)***/
@media (min-width: 768px) {
	
}
@media (max-width:991px) {
  .navbar-brand {
	  margin: 0;
	  width: 100%;
	  text-align: center;
	}
	.navbar-toggler {
    position: absolute;
    left: 5px;
    top: 25px;
    z-index: 1050;
  }
  .navbar-brand img {
    max-height: 80px;
  }
  .navbar-collapse.show {
    top: 0;
    left: 0;
    position: absolute;
    padding: 100px 0 0;
    background-color: #fff;
    width: 100%;
    z-index: -1;
  }
  .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background-color: rgba(0,0,0,.3);
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .wrap-content {
    margin-top: 90px;
  }
  .index-caption h1, .page-title h1, .section h1 {
    font-size: 325%;
  }
  .card-h .card-img-top {
    width: 180%;
  }
  .bcg-parallax.page-title {
    min-height: 600px;
  }
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	#header .navbar {
    padding-bottom: 0;
	}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 90px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.with-icon {
    margin-top: 30px;
  }
  .navbar-brand img {
    max-height: 200px;
    padding: 0;
  }
  .wrap-content {
    margin-top: 90px;
  }
  .index-caption h1, .page-title h1, .section h1 {
    font-size: 380%;
  }
  .bcg-parallax.page-title {
    min-height: 625px;
  }
  .bcg {
    background-size: 120%;
  }
}
@media (min-width: 992px) and (max-width:1199px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1200px) and (max-width:1499px) {
  
}
/*** Extra large devices (large desktops, 1499px and up)***/
@media (min-width: 1499px) {
	.styles .container-fluid {
	  max-width: 1500px;
	}
}