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

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Helvetica', sans-serif;
	font-weight: 400;
	line-height: 1.75;
	color: #222;
	background-color: #fff;
}
a {text-decoration: none; color: #324E8C;}

.breadcrumb {
	background-color: transparent;
	margin: 0;
	font-size:90%;
}
.serif {
  font-family: "Cinzel", serif;
  font-weight: 400;ar
}
.btn, .form-control, .form-select {
  border-radius: 0;
}
img {max-width: 100%;}

img.img-cover {object-fit: cover;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	line-height: 1.3;
}
.tracking-tighter {letter-spacing: -.1em;}

.tracking-wider {letter-spacing: .1em;}

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

.btn {
	font-weight: 600;
	text-transform: uppercase;
}a
.btn:hover {text-decoration: none !important;}

.btn-primary {
	background-color: #061246;
	border-color: #061246;
}
.btn-primary:hover, .btn-primary:focus, a.bg-primary:hover, a.bg-primary:focus {
	background-color: #33357E !important;
	border-color: #33357E !important;
}
.btn-outline-primary {color: #061246; border-color: #061246;}

.btn-outline-primary:hover, .btn-outline-primary:focus {
	background-color: #061246!important;
	border-color: #061246!important;
}
.bg-primary {background-color: #061246 !important;}

.text-primary {color: #061246 !important;}

.gradient-dark-b {background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6), rgba(0,0,0,.8));}

.gradient-dark-t {background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,8));}

.vh-50 {height: 50vh;}

.vh-75 {height: 75vh;}

.vh-80 {height: 80vh;}

.vh-90 {height: 90vh;}

.minw-100 {min-width: 100%;}

.minh-100 {min-height: 100%;}

.mw-0 {max-width: none;}

.w-90 {width: 90%;}

.h-90 {height: 90%;}

.h-50px {height: 50px;}

.h-100px {height: 100px;}

.h-200px {height: 200px;}

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

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

.w-200px {width: 200px;}

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

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

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

.z-1 {z-index:-1;}

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header
==================================== */
#header {
	z-index: 999;
	position: relative;
}
#header .navbar .nav-link, #header .dropdown-item {
	color:#fff;
	font-size: 80%;
}
#header .dropdown-item:hover, #header .dropdown-item:focus {
	background-color: #000;
}
.active .nav-link {font-weight: 600;}

.navbar-toggler {
	z-index: 9999;
	right: 1em;
	top: -3em;
}
/* Index
==================================== */
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.wave {
  background-image: url(https://cdn1.gttwl.net/attachments/7c7819df-7d4d-45e2-9488-5d4a6733856b.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}
.nav-destinations .nav-link {color: #888;}

.nav-destinations .nav-link.active {color: #000;}

/* Slider
==================================== */
.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	font-size: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 0;}

.slick-next {right: 0;}

.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
}
.slick-prev:before {
	background-image: url(https://cdn1.gttwl.net/attachments/dd9fe8a8-c9ea-4532-90ae-6041c700b12b.png);
}
.slick-next:before {
	background-image: url(https://cdn1.gttwl.net/attachments/e9caf701-cbd7-4c18-8131-5911fe971316.png);
}
.centergallery .slick-prev, .centergallery .slick-next {
	background-color: #fff;
	border-radius: 100px;
	padding: 15px;
}
.centergallery .slick-prev {left: 20px;}

.centergallery .slick-next {right: 20px;}

.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
}
.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;
}
.slick-slide blockquote img {
  display: inline;
}
/* CARD SHINE EFFECT METAL
-------------------------------------------------- */
.card-shine-effect-metal {
	--shine-deg: 45deg;
	position: relative;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
	background: linear-gradient(to bottom, #cdcdcd, #f9f9f9, #cdcdcd);
}
.btn.card-shine-effect-metal {
  border-color: #fff #fff #999 #999;
  text-shadow: 2px 2px #FFF;
}
.card-shine-effect-metal:after {
	content: "";
	top: 0;
	transform: translateX(100%) rotate(var(--shine-deg));
	width: 300%;
	height: 300%;
	position: absolute;
	z-index: 1;
	background: linear-gradient(
		30deg,
		transparent 20%,
		transparent 40%,
		rgb(255, 255, 255, 0.4) 50%,
		rgb(255, 255, 255, 0.4) 55%,
		transparent 70%,
		transparent 100%
	);
	transition: transform 2s ease-in;
	transform: translateX(100%) rotate(var(--shine-deg));
}
.card-shine-effect-metal:hover {
  color: #333;
}
.card-shine-effect-metal:hover:after {
	animation: shine 1s infinite ease-in;
}
@-webkit-keyframes shine {
	0% {
		transform: translateX(100%) rotate(var(--shine-deg));
	}
	100% {
		transform: translateX(-100%) rotate(var(--shine-deg));
	}
}
/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card.supplier {
	height: 125px;
}
.card.supplier img {
	max-width: 90%;
	max-height: 90%;
}
.supplier-logo img {
	max-height: 180px;
	max-width: 55%;
}
/* SECTIONS
-------------------------------------------------- */
.section-img {
	transition: all 2s;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-img:hover {
	width: 200%;
}
.section-bottom {
	height: 150px;
	bottom: -75px;
}
.section-top {
	height: 150px;
	top: -75px;
}
/* ARTICLES
-------------------------------------------------- */
.post-image-credit a {
	color: #222;
	text-decoration: underline;
}
article>p, article>div, article>ul>li, article>ol>li {
	font-size: 125%;
	line-height: 1.6;
}
article p, article>div {margin-bottom: 1.2em;}

article li {margin-bottom: .45em;}

article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: .5rem 0 1em;
}
.bg-primary article a {color: #fff;}

.post-image-credit p {margin: 0;}

article .image-style-align-left {
	margin-right: 1.25em !important;
	margin-bottom:1em !important;
}
article .image-style-align-right {
	margin-left: 1.25em !important;
	margin-bottom:1em !important;
}
/* PAGES ----------------------- */
#theVideo {
	object-fit: cover;
	transition: transform linear;
	background-size: cover;
	background-position: center;
}
.number {
	height: 60px;
	width: 60px;
	line-height: 55px;
}
.process-step .vr {
	width: 2px;
	margin-left: 29px;
}
.accordion-button:after {color: #396232;}

/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	font-family: 'Helvetica', 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;
}
/* Parallax Banner
==================================== */
.bcg-parallax {
	min-height:350px;
}
.bcg {
	background-size: cover;
	background-position: center;
	height: 150%;
	opacity: 0.7;
}
.bcg-content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
}
/* FOOTER
-------------------------------------------------- */
#footer a {color: #ededed;}

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

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

.social-links .nav-link {
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
}
#footer .social-links .nav-link {color: #061246 !important;}

#footer .social-links .nav-link:hover, #footer .social-links .nav-link:focus {
	background-color: #111;
}
.footer-logos img, .footerlogos img {
	height: 60px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
	.navbar-brand img {
		max-height: 40px;
	}
	.navbar-toggler {
	  top: -2.4em;
	  right: 0;
	}
	#header .fs-tiny {
	  font-size: 60%;
	}
	.main-video {
		height: 100vh !important;
	}
	.wave {
	  background-size: 200%;
	}
	img.img-cover {
		width: 100%;
	}
	.post-title-w-bg>img {
	  max-width: none;
	  width: 200%;
	}
	.section-body-img {
		height: 300px;
	}
	.section-body.bg-white {
		margin-topt: -3em;
	}
}
@media (min-width: 992px) {
	.product-card .card-body {
		margin-top: -4em;
	}
	.section-body-img {
		height: 400px;
	}
	.section-body.bg-white {
		margin-left: -4em;
	}
	.flex-md-row-reverse .section-body.bg-white {
		margin-left: 0;
		margin-right: -4em;
	}
}
@media (min-width: 990px) and (max-width: 1999px) {
	.navbar-brand img {
		max-height: 45px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand img {
		max-height: 50px;
	}
	.display-1 {
		font-size: 6rem;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}