/* 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: 'Playfair Display', Georgia, serif;
	font-weight: 500;
}
.cursive {
	font-style: italic;
	font-family: Georgia, serif;
}
img {max-width: 100%;}

a {color: #25A7E2;}

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

.main-color {color: #000000;}

p {line-height: 1.5;}

.breadcrumb {
	background-color: transparent;
	padding: .5rem 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 90%;
}
.link {
	position: relative;
	letter-spacing: .1em;
	font-size: 75%;
	text-transform: uppercase;
}
.link:after {
	content: '›';
	padding: 0 .5em;
}
.bg-black {background-color: #000 !important;}

.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: #25A7E2;
	border-color: #25A7E2;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #222366;
	border-color: #222366;
}
.btn-outline-light, .btn-outline-primary {border-width: 2px;}

.btn-outline-primary {
	border-color: #25A7E2;
	color: #25A7E2;
}
.btn-outline-primary:hover, .btn-outline-primary:focus,
.btn-outline-light:hover, .btn-outline-light:focus {
	color: #fff;
	background-color: #25A7E2;
	border-color: #25A7E2;
}
.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: #222366;
	opacity: .5;
	height: 17px;
	width: 17px;
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.hr-divider {border-color: #222366 !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;}

.h-100px {height: 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;
}
.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-top .social-links .rounded-circle {margin-bottom: 0;}

#header .navbar {
	font-family: 'Montserrat', sans-serif;
	font-size: 75%;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 40px;
}
.navbar-dark {background-color: transparent;}

#header.bcgHeader .navbar {
	background-color: rgba(0,0,0,.9);
	padding-top: 0;
}
.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: #000000;
	border: 0;
	padding-top: 0;
}
#header .dropdown-item {
	color: #fff;
	font-size: 80%;
	font-weight: 700;
}
#header .dropdown-item:hover {background-color: #25A7E2;}

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

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link {
	color: #25A7E2;
}
.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 {
	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.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;
	background-color: #000000;
}
.page-top:before {
	content:'';
	display: block;
	width: 100%;
	background-color: #000000;
}
.page-title p {
	font-size: 85%;
}
.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;}

/******* 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;
}
.experiences {
	background-color: #efefef;
	padding: 5em 0 4em;
}
.quote {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 500;
	color: #474d4b;
	line-height: 1.45;
	position: relative;
}
.quote:before {
	content: '“';
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 300%;
	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;
}
.virtuoso .card {
	border: 0;
}
/******* Post ******/
.post h2, .post h3 {
	margin-bottom: 1em;
}
.post p, .post li, .post>div {
	line-height: 1.64;
	font-size: 107%;
}
.post p, .post li {
	margin-bottom: 1em;
}
.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-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: #174887;}

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

.card.supplier {height: 140px;}

.card.supplier img, .supplier img, .card-over {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.card.supplier img, .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-photo img {
	width: 100%;
}
/******* CTAs ******/
.cta {
	background-color: #25A7E2;
	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 ****/
.animated-search[type=text] {
	margin: .5em 0 0;
	width: 2.5em;
	height: 2.5em;
	border-radius: 60px;
	background-image: url(https://cdn4.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-size: 90%;}
	
#footer a {color: rgba(255,255,255,.7);}

address {line-height: 1.8;}

#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 .25em .35em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #25A7E2;
	color: #fff;
	text-align: center;
}
.social-links .rounded-circle:hover, .social-links .rounded-circle:focus {
	background-color: #0f0a0b;
}
.credits {
	font-size: 80%;
	color: rgba(255,255,255,.5);
}
.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) {
	.card-h .card-img {
		height: 300px;
		border-radius: .25rem .25rem 0 0;
	}
	.index-caption h1 {
		font-size: 270%;
	}
	.bcg-parallax.page-title {
		min-height: 500px;
	}
	.header-top .social-links .rounded-circle {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
}
@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) {
	.post p, .post>div {
	  text-align: justify;
  }
}
@media (max-width:991px) {
	.navbar-brand {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.navbar-toggler {
		position: absolute;
		left: 5px;
		top: 60px;
		z-index: 1050;
	}
	.bcgHeader .navbar-toggler {
		top: 25px;
	}
	.navbar-brand img {
		max-height: 80px;
	}
	.navbar-collapse.show {
		top: 0;
		left: 0;
		position: absolute;
		padding: 130px 20px 20px;
		background-color: #0f0a0b;
		width: 100%;
		z-index: -1;
	}
	.page-top:before {
		height: 130px;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.index-caption h1 {
		font-size: 300%;
	}
	.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: 100px;
	}
	.navbar-brand img {
		max-height: 200px;
		padding: 0;
	}
	.index-caption h1 {
		font-size: 350%;
	}
	.bcg-parallax.page-title {
		min-height: 625px;
	}
	.bcg {
		background-size: 120%;
	}
	.page-top:before {
		height: 140px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.butler {
		background-position: right 101%;
	}
}
@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;
	}
	.butler {
		background-position: right -147%;
	}
}