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

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-optical-sizing: auto;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #444;
}
.img-cover {object-fit: cover;}

strong {font-weight: 700;}

a {
	text-decoration: none;
	color: #D3A514;
}
a:hover, a:focus {color:#9B790F;}

.breadcrumb {
	font-weight: 300;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
.tracking-tighter {letter-spacing: -.1em;}

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

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

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

.fw-bolder {font-weight: 700 !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-primary {
	background-color: #D3A514;
	border-color: #D3A514;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #9B790F;
	border-color: #9B790F;
}
.btn-outline-primary {
	border-color: #D3A514;
	color: #D3A514;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #D3A514;
}
.bg-primary {background-color: #D3A514 !important;}

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

.border-primary {border-color: #D3A514 !important;}

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

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

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

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

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

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

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

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

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

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

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

.vh-75 {height: 75vh;}

.vh-50 {height: 50vh;}

.vh-25 {height: 25vh;}

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

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

.bg-cover {background-size: cover; background-position:center;}

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

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

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

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

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header ----------------------- */
#header .nav-item.active .nav-link {
	color: #fff;
}
.navbar-collapse.show {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6.5em 1em 1em;
	background-color: #000;
	width: 100%;
	z-index: -1;
}
/******* Index ******/

/* Slider ----------------------- */
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.index-slider .slick-dots li.slick-active button:before, .index-slider .slick-dots li button:before {
	background-color: #fff;
}
.index-slider .slick-dots {
  position: absolute;
  bottom: 1em;
  z-index: 999;
}
/** arrows **/
.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/c46ef4d4-7cd8-4ec1-b1ef-112627a3a0ef.png);
}
.slick-next:before {
  background-image: url(https://cdn1.gttwl.net/attachments/b8b81d4d-dd80-4cc6-a623-8c3db17f6406.png);
}
.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: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #000;
}
/* ARTICLES ----------------------- */
article p, article li, article > div {
	font-size: 125%;
	line-height: 1.6;
}
article p, article li {
	margin-bottom: 1em;
}
article img {
	max-width: 100%;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: 1.2em 0 .6em;
}
/* PAGES ----------------------- */
.supplier img {
	max-width: 85%;
	max-height: 85%;
}
/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	font-family: 'Montserrat', 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;
}
/* FOOTER ----------------------- */

#footer a {color: #FFF;}

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

.social-links .rounded-circle {
	padding: 0;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
}

/* RESPONSIVE CSS ----------------------- */

@media (max-width: 767px) {
	.index-caption {
	  margin-top:-20%;
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
	.navbar-brand img {
		max-height: 70px;
	}
	.wrap-content {
		margin-top: -95px;
	}
}
@media (min-width: 992px) {
	.navbar-brand img {
		max-height: 90px;
	}
	.wrap-content {
		margin-top: -115px;
	}
}
@media (max-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}
@media (min-width: 1201px) {
	
}
@media (min-width: 2300px) {
	
}
/* print styles */
@media print {
	
}