/* GENERAL STYLES */
html {scroll-behavior: smooth;}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Libre Baskerville', serif;
  text-rendering: optimizelegibility;
  background-color: #fff;
  color: #383f49;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.cursive {
  font-style: italic;
  font-family: Georgia, serif;
}
img {max-width: 100%;}

a {color: #339597; cursor: pointer;}

a:hover, a:focus {text-decoration: none; color: #29F0E9;}

p {line-height: 1.5;}

.breadcrumb {
  background-color: transparent;
  padding: .5rem 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 90%;
}
.alert {z-index: 9999; margin: 0;}

.bg-dark {background-color: #339597 !important;}

.link {
  position: relative;
  letter-spacing: .1em;
  font-size: 75%;
  text-transform: uppercase;
}
.link:after {
  content: '›';
  padding: 0 .5em;
}
.btn {
  font-family: 'Roboto Condensed', sans-serif; 
  letter-spacing: normal; 
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: none;
  letter-spacing: .025em;
}
.btn-primary {
  background-color: #29F0E9;
  border-color: #29F0E9;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #339597;
  border-color: #339597;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
  border-color: #29F0E9;
  color: #29F0E9;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
  color: #fff;
  background-color: #29F0E9;
  border-color: #29F0E9;
}
.btn-outline-light:hover, .btn-outline-light:focus {
  background-color: #29F0E9;
  border-color: #29F0E9;
}
.border-2 {border-width: 2px !important;}

.border-3 {border-width: 3px !important;}

.border-4 {border-width: 4px !important;}

.border-5 {border-width: 5px !important;}

.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;}

.main-color {color: #339597;}

cite {
  display: block;
  font-size: .8125rem;
  margin: 5px 0;
}
cite:before {content: "— ";}

.form-control, .input-group>.input-group-prepend>.input-group-text {
  background-color: #efefef;
  border: 0;
}
.wrap-content {min-height: 500px;}

.home .wrap-content {padding: 0;}

.wrap-posts {background-color: #efefef;}

/******* Header ******/
#header .navbar {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
.navbar-brand {padding: 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: #319497;
  border: 0;
  padding-top: 0;
}
#header .dropdown-item {color: #efefef;}

#header .dropdown-item:hover {background-color: rgba(0,0,0,.7);}

.bcgHeader.navbar-dark, .navbar-dark:hover {
  background-color: #319497;
}
.navbar-light {
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.navbar-toggler {
  border: none;
}
/******* 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 {
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 2px 2px 15px rgba(0,0,0,.3);
}
.index-caption .rounded-circle {
  background-color: rgba(255,255,255,.3);
  color: #fff;
  line-height: 1.1;
  margin: 0 auto;
}
.index-headline .rounded-circle {
  width: 250px;
  height: 250px;
  padding: 63px 30px;
}
.index-side-link {width: 100%;}

.index-side-link .rounded-circle {
  width: 100px;
  height: 100px;
  padding-top: 34px;
  display: block;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.index-caption a.rounded-circle:hover, .index-caption a.rounded-circle:focus {
  color: #333;
  background-color: rgba(255,255,255,.8);
}
.main-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 2em;
  background-color: transparent;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #fff;
}
.main-slider span {
  display: none;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 130%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-left: 10px;
}
.main-slider img {
  width: 70px;
  display: inline-table;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main-slider:hover {
  background-color: #319497;
  color: #fff;
}
.main-slider:hover span {
  display: inline-table;
}
.main-slider:hover img {
  width: 90px;
  margin: 0;
}
.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.section {
  min-height: 350px;
}
.bcg-parallax {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.bcg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 180%;
  top: 0;
  z-index: 1;
  opacity: 0.5;
}
.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.page-title {
  min-height: 450px;
}
.bcg-parallax.stories {
  min-height: 450px;
  background-color: #319497;
}
.page-title:not(.bcg-parallax) p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.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-parallax p {line-height: 1.5;}

/******* Sections ******/
section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 4em 0 4.23em;
}
.styles .container-fluid, .page-content .container-fluid {
  padding: 0;
}
.cowboys {
  background-color: #319497;
  color: #fff;
}
.experiences {
  background-color: #efefef;
  padding: 5em 0 4em;
}
.stories h3 {
  font-size: 250%;
}
.stories li {
  font-size: 110%;
}
.stories li a {
  position: relative;
  padding-left: 1.5em;
  display: block;
}
.stories li a:before {
  content:'☆';
  position: absolute;
  left: 0;
}
.stories .bcg-content a:hover {
  color: #29f0e9;
}
/******* Post ******/
.post h1, .post h2, .post h3, .post h4 {
  margin-bottom: 1em;
}
.post p, .post li, .post>div {
  line-height: 1.64;
  font-size: 108%;
}
.post p, .post li, .offer.post>div {
  margin-bottom: 1.15em;
}
.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-prod.card {height: 100%;}

.card .svg-inline--fa {font-size: 200%;}

.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;
}
.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: #339597;}

.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-over a {color: #fff;}

.card:hover .card-over h5.card-title {
  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%;
}
.naked .card {
  border: none;
  background-color: transparent;
}
.naked .card-img, .naked .card-img-top {
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}
.naked .card-body {
  padding-right: 0;
  padding-left: 0;
}
.partner-slider img, .memberships img {
  max-height: 60px;
  width: auto !important;
}
/**** 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: #f8f9fa;
}
.pagination a:hover {background-color: #fff;}

.pagination .disabled span, .pagination .active span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
/******* CTAs ******/
.cta {
  background-color: #339597;
  color: #fff;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.cta:hover, .cta:focus {background-color: #29F0E9;}

.cta a {
  color: #fff;
  display: block;
  padding: 4em 0 4.23em;
}
.cta h3 {
  font-weight: 700;
  font-size: 200%;
}
#quote {padding: 5.75em 0 4em;}

/**** Search ****/
.animated-search[type=text] {
  margin: .5em 0 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 60px;
  background-image: url(https://cdn1.gttwl.net/attachments/travelagencytribes.com/ltmq6z/1443649590_original.png);
  background-position: 97% center;
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-right: 2em;
  transition: width 0.4s ease-in-out;
  float: right;
  border: none;
  box-shadow: none;
}
.animated-search[type=text]:focus {
  width: 100%;
  background-color: #efefef;
}
/******* Footer ******/
#footer {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding-top: 5em;
}
.footer-logos img {
  max-height: 70px;
  margin: 0 10px 10px 0;
}
.social-links .rounded-circle {
  margin: 0 .5em .5em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #339597;
  color: #fff;
  text-align: center;
}
.social-links .rounded-circle:hover, .social-links .rounded-circle:focus {
  background-color: #333;
}
.credits {
  font-size: 80%;
  color: rgba(255,255,255,.5);
  font-family: Arial, sans-serif;
  background-color: #333;
}
.credits a {color: rgba(255,255,255,.5);}

.credits a:hover {color: #fff;}

/*******************************
          Responsive
*******************************/
/*** Small devices (landscape phones, 576px and up)***/
@media (max-width: 576px) {
	.card-h .card-img-top {
    width: 100%;
  }
}
@media (max-width: 767px) {
	#header .navbar-brand {
	  margin: 0;
	  width: 100%;
	  text-align: center;
	}
	#header .navbar-brand img {
    max-height: 75px;
  }
  .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 23px;
  }
  .wrap-content {
    padding-top: 77px;
  }
  .card-h .card-img {
    height: 300px;
    border-radius: .25rem .25rem 0 0;
  }
  .bcg-parallax.event-title {
    height: 300px;
  }
}
@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) {
	#header .navbar-brand img {
    max-height: 95px;
  }
  .bcg-parallax.event-title {
    height: 400px;
  }
}
@media (max-width:991px) {
  .index-caption.index-cowboys {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  .wrap-content {
    padding-top: 110px;
  }
  .card-h .card-img-top {
    width: 180%;
  }
}
/*** Large devices (desktops, 992px and up)***/
@media (min-width: 992px) {
	#header .navbar {
    padding-top: 0;
    padding-bottom: 0;
	}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 120px;
  }
  .wrap-content {
    padding-top: 120px;
  }
  .bcg {
    background-size: 100%;
  }
  .stories .bcg {
    background-size: cover;
  }
  .index-caption.index-cowboys {
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width:1199px) {
  
}
/*** Extra large devices (large desktops, 1200px and up)***/
@media (min-width: 1499px) {
	.styles .container-fluid {
	  max-width: 1500px;
	}
}
@media print {
  .page-top nav, .btn {
    display: none;
  }
  .wrap-content {
    padding: 0;
  }
  .page-title h1 {
    margin-top: 0;
    font-size: 200%;
  }
  .form-control {
    background-color: #fff;
    border: 1px solid #999;
  }
  .footer-print {
    font-size: 80%;
  }
}