@charset "UTF-8";

/* CONTAINER */

@media (min-width: 576px) {
	.container {
		max-width: initial;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: initial;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: initial;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* GENERAL */

body {
	font-family: "PT Sans", sans-serif;
	color: #4a4a4a;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	padding-top: calc(8rem + 60px);
}
[class*="col-"] {
	margin-bottom: 30px;
}
.content {
	position: relative;
	padding: 20px;
	height: 100%;
}
.content-background {
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 15px;
}
.content-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.content-background::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
}
figure img {
	max-width: 100%;
}
figure.img-fluid img {
	width: 100%;
}

/* NAVIGATION */

.navbar {
	background-color: #FFF;
}
.navbar-brand img {
	max-height: 150px;
}
.navbar-nav {
	font-family: "PT Serif", sans-serif;
	font-weight: 400;
	font-size: 1.25em;
}
a.navbar-item {
	display: block;
	color: #006666;
	padding: 10px 0;
}
a.navbar-item.active {
	font-weight: 500;
}
a.navbar-item:hover {
	text-decoration: none;
}
.navbar-toggler {
	color: #006666;
	cursor: pointer;
	display: block;
	height: 80px;
	position: relative;
	width: 80px;
	margin-left: auto;
}
.navbar-toggler span {
	background-color: currentColor;
	display: block;
	height: 6px;
	left: calc(50% - 20px);
	position: absolute;
	transform-origin: center;
	transition-duration: 86ms;
	transition-property: background-color, opacity, transform;
	transition-timing-function: ease-out;
	width: 40px;
}
.navbar-toggler span:first-child {
	top: calc(50% - 14px);
}
.navbar-toggler span:nth-child(2) {
	top: calc(50% - 1px);
}
.navbar-toggler span:nth-child(3) {
	top: calc(50% + 12px);
}
.navbar-toggler:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.navbar-toggler:not(.collapsed) span:first-child {
	transform: translateY(13px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: translateY(-13px) rotate(-45deg);
}
@media (min-width: 992px) {
	a.navbar-item {
		background-image: linear-gradient(currentColor, currentColor);
		background-position: 50% 70%;
		background-repeat: no-repeat;
		background-size: 0% 2px;
		transition: background-size 0.3s;
		padding: 20px;
		height: 80px;
	}
	a.navbar-item:hover,
	a.navbar-item.active {
		background-size: 80% 2px;
	}
}

/* SLICK */

/* SLICK - Slider */

.slick-slide img {
	width: 100%;
}
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* SLICK - Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../plugins/slick/fonts/slick.eot');
	src: url('../plugins/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../plugins/slick/fonts/slick.woff') format('woff'), url('../plugins/slick/fonts/slick.ttf') format('truetype'), url('../plugins/slick/fonts/slick.svg#slick') format('svg');
}
/* SLICK - Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
	content: '';

	border: solid rgb(0, 0, 0);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-left: 6px;

}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: 25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
	content: '';

	border: solid rgb(0, 0, 0);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-right: 6px;

}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* SLICK - Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.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 {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}