/* General ================== */
:root {
	--bs-body-font-family: "Montserrat", sans-serif;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.75;
	--bs-body-bg: #FFF;
	--bs-body-color: #444;
	--bs-primary: #0073B7;
	--bs-primary-hover: #0089DA;
	--bs-secondary: #4F4E54;
	--bs-secondary-hover: #696870;
	--bs-success: #F4C614;
	--bs-success-hover: #DAB93A;
	--transition: all 0.3s ease;
}
html {scroll-behavior: smooth;}

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-optical-sizing: auto;
}
a {color: var(--bs-primary); text-decoration: none;}

a:hover, a:focus {color: var(--bs-primary); text-decoration: underline;}

strong {font-weight:700;}

.breadcrumb {
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
img {max-width: 100%;}

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%;}

.fw-bold {font-weight: 600 !important;}

.btn {
	font-weight: 600;
	text-transform: uppercase;
}
.btn, .form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn:hover {text-decoration: none !important;}

.btn-dark {background-color: var(--bs-secondary); border-color: var(--bs-secondary);}

.btn-primary {background-color: var(--bs-primary); border-color: var(--bs-primary);}

.btn-primary:hover, .btn-primary:focus {background-color: var(--bs-primary-hover); border-color: var(--bs-primary-hover);}

.btn-outline-primary {color: var(--bs-primary); border-color: var(--bs-primary);}

.btn-outline-primary:hover, .btn-outline-primary:focus {
	background-color: var(--bs-primary)!important;
	border-color: var(--bs-primary)!important;
}
.bg-primary {background-color: var(--bs-primary) !important;}

.text-primary {color: var(--bs-primary) !important;}

.btn-success, .btn-outline-success:hover, .btn-outline-success:focus {
	background-color: var(--bs-success); 
	border-color: var(--bs-success); 
	color:var(--bs-secondary);
}
.btn-success:hover, .btn-success:focus {
	background-color: var(--bs-success-hover); 
	border-color: var(--bs-success-hover); 
	color:var(--bs-secondary);
}
.btn-outline-success {color: var(--bs-success); border-color: var(--bs-success);}

.bg-success {background-color: var(--bs-success) !important;}

.text-success {color: var(--bs-success) !important;}

.bg-dark {background-color: var(--bs-secondary) !important;}

.vh-75 {height: 75vh!important;}

.vh-80 {height: 80vh!important;}

.vh-90 {height: 90vh!important;}

cite {
	display: block;
	font-size: .8125rem;
	margin: 5px 0;
}
cite:before {content: "— ";}

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

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

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

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

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

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

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

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header
==================================== */
#header {
	z-index: 999;
	position: relative;
	font-family: 'Helvetica', sans-serif;
	font-size: 90%;
}
#header .nav-link {letter-spacing: .1rem;}

#header .dropdown-menu {font-size: 97%;}

#header a:hover, #header a:focus, a.btn:hover, a.btn:focus {
	text-decoration:none;
}
#header .active .nav-link {color: #fff;}

.active .nav-link {font-weight: 600;}

.navbar-toggler {
	z-index: 9999;
	right: 1em;
	top: 1em;
}
#header .dropdown-item {
  color: var(--bs-nav-link-color);
}
#header .dropdown-item:hover, #header .dropdown-item:focus {
  background-color: var(--bs-primary-hover);
}
/* Index
==================================== */
#theVideo {
	object-fit: cover;
	transition: transform linear;
	background-size: cover;
	background-position: center;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
/* 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://cdn2.gttwl.net/attachments/dd9fe8a8-c9ea-4532-90ae-6041c700b12b.png);
}
.slick-next:before {
	background-image: url(https://cdn2.gttwl.net/attachments/e9caf701-cbd7-4c18-8131-5911fe971316.png);
}
.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;
}
.index-slider .slick-dots {
	position: absolute;
	bottom: 1em;
	z-index: 999;
}
.index-slider .slick-dots li.slick-active button:before, .index-slider .slick-dots li button:before {
	background-color: #fff;
}
/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card {
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
}
.card a:hover, a.card {text-decoration: none;}

.card-img, .card-body, .bg-opacity-50 {transition: all 0.4s ease-in-out;}

.card:hover .bg-opacity-50 {--bs-bg-opacity: .8 !important;}

.card.supplier {
	height: 140px;
	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 {
	max-width: 90%;
	max-height: 90%;
}
.supplier-logo img {
	max-height: 180px;
	max-width: 55%;
}
.bg-primary .card {border: 0;}

.card .number {
	text-shadow: 3px 3px #fff;
}
/* Sections
-------------------------------------------------- */
.nav-tabs .nav-link {color: var(--bs-primary);}

/* ARTICLES
-------------------------------------------------- */
article p, article div, article li {
	font-size: 120%;
	line-height: 1.56;
}
article p, article div
	margin-bottom: 1.2em;
}
article li {
	margin-bottom: .75em;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 1em 0 .56em;
	font-weight: 600;
}
article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
  margin-top: 0;
}
/* PAGES ----------------------- */
.page-title.with-img {min-height: 50vh;}

.page-title-bg img {
	object-position: 50% 50%;
	object-fit: cover;
}
.page-title h1 {line-height: 1.1;}

.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: '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 {
	background-size: cover;
	background-position: center;
	height: 150%;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}
/* FOOTER
-------------------------------------------------- */
#footer {font-size: 90%;}

#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-logos img {
  max-height: 40px;
  max-width: 200px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
	.nav-tabs .nav-link {
	  font-size: 80%;
	  padding: .5rem .75rem;
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
	
}
@media (min-width: 992px) {
	
}
@media (max-width: 1199px) {
	.navbar-brand img {
		max-height: 60px;
	}
	.navbar-collapse {
	  background-color: var(--bs-primary);
	}
}
@media (min-width: 1200px) {
	.navbar-brand img {
		max-height: 90px;
	}
}