 @import url('https://fonts.googleapis.com/css2?family=Rozha+One&family=Ubuntu:wght@300;400;700&display=swap');

/*
font-family: 'Rozha One', serif;
font-family: 'Ubuntu', sans-serif;
*/

html {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
/* 	font-size: 50%; */
}

html.big-text {
	font-size: 93.75%;
} 

html[lang="en-EN"] .en,
html[lang="pl-PL"] .pl {
	display: initial;
}

html[lang="en-EN"] .pl,
html[lang="pl-PL"] .en {
	display: none !important;
}

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #253043;
	background-color: #fff;
	-webkit-transition: padding 0.1s ease-in 0s;
	-moz-transition: padding 0.1s ease-in 0s;
	-o-transition: padding 0.1s ease-in 0s;
	transition: padding 0.1s ease-in 0s;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

strong,
b {
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}

h1,h2,h3,h4,h5,h6 {
	font-size: 2.8rem;
	margin: 0 0 1em 0;
	position: relative;
}


ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 2.2rem;
}

ul li {
	margin-bottom: 0.5em;
	padding-left: 2rem;
	text-indent: -2rem;
}

p {
	margin: 0 0 0.5em 0;
	font-size: 2.2rem;
}

@media only screen and (max-width: 1500px) {
	ul, p {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1024px) {
	ul, p {
		font-size: 1.6rem;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 768px) {
	ul, p {
		font-size: 1.6rem;
	}

	h1,h2,h3,h4,h5,h6 {
		font-size: 1.8rem;
	}
}

p:last-child {
	margin: 0;
}

ul:first-child {
	margin-top: 0;
}

ul:last-child {
	margin-bottom: 0;
}

a {
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

a.external-link::after {
	content: " \f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 75%;
	vertical-align: top;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: 2px solid #aaa;
	color: #000;
}

a:active {
	outline: 2px solid #000;
}

a:focus,
button:focus,
textarea:focus,
select:focus,
input:focus {
	outline: 2px solid #476185;
}

.burgund a:focus,
.purple a:focus,
.purple-texture a:focus,
.burgund button:focus,
.purple button:focus,
.purple-texture button:focus {
	outline: 2px solid #ffffff;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="password"] {
	background: #ffffff;
	border: 1px solid #ddd;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #111;
	padding: 20px;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
	border-color: #000;
}

input[type=number],
input[type=date],
input[type=date]{
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	margin: 0;
}

input::-webkit-input-placeholder { opacity: 1; color: #888; -webkit-transition: opacity 0.1s ease-in 0s; -moz-transition: opacity 0.1s ease-in 0s; -o-transition: opacity 0.1s ease-in 0s;transition: opacity 0.1s ease-in 0s ;}
input:-moz-placeholder { opacity: 1; color: #888; -webkit-transition: opacity 0.1s ease-in 0s; -moz-transition: opacity 0.1s ease-in 0s; -o-transition: opacity 0.1s ease-in 0s;transition: opacity 0.1s ease-in 0s ;}
input::-moz-placeholder { opacity: 1; color: #888; -webkit-transition: opacity 0.1s ease-in 0s; -moz-transition: opacity 0.1s ease-in 0s; -o-transition: opacity 0.1s ease-in 0s;transition: opacity 0.1s ease-in 0s ;}
input:-ms-input-placeholder { opacity: 1; color: #888; -webkit-transition: opacity 0.1s ease-in 0s; -moz-transition: opacity 0.1s ease-in 0s; -o-transition: opacity 0.1s ease-in 0s;transition: opacity 0.1s ease-in 0s ;}
input::-ms-input-placeholder { opacity: 1; color: #888; -webkit-transition: opacity 0.1s ease-in 0s; -moz-transition: opacity 0.1s ease-in 0s; -o-transition: opacity 0.1s ease-in 0s;transition: opacity 0.1s ease-in 0s ;}
input::placeholder { opacity: 1; color: #888; -webkit-transition: opacity 0.1s ease-in 0s; -moz-transition: opacity 0.1s ease-in 0s; -o-transition: opacity 0.1s ease-in 0s;transition: opacity 0.1s ease-in 0s ;}

input:focus::-webkit-input-placeholder { opacity: 0.3; }
input:focus:-moz-placeholder { opacity: 0.3; }
input:focus::-moz-placeholder { opacity: 0.3; }
input:focus:-ms-input-placeholder { opacity: 0.3; }
input:focus::-ms-input-placeholder { opacity: 0.3; }
input:focus::placeholder { opacity: 0.3; }

select {
	background-image: url("img/arrow_dn.png");
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 5px) middle;
	background-position: -moz-calc(100% - 5px) middle;
	background-position: calc(100% - 5px) middle;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	position: relative;
	cursor: pointer;
	padding-right: 25px;
}

select::-ms-expand {
	display: none;
}

select[disabled],
textarea[disabled],
input[disabled],
textarea[readonly],
input[readonly] {
	border: inherit;
	background-color: inherit;
	color: inherit;
	opacity: 0.5;
}

input[type="button"],
input[type="submit"],
button,
a.button,
.button {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2rem;
	padding: 20px;
	margin: 0 0 5px 0;
	color: #fff;
	background-color: #596C87;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	border: none;
	font-weight: bold;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 0 10px rgba(20, 56, 95, 0.5) inset;
	-moz-box-shadow: 0 0 10px rgba(20, 56, 95, 0.5) inset;
	box-shadow: 0 0 10px rgba(20, 56, 95, 0.5) inset;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
a.button:hover,
.button:hover {
	background-color: #446da6;
}

input[type="button"]:active,
input[type="submit"]:active,
button:active,
a.button:active,
.button:active {
	background-color: #425167;
}


/* pomocnicze */

.wcag_hide {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -10000em;
	top: 0;
}

.container {
	max-width: 1500px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1560px) {
	.container {
		max-width: 100%;
	}
}

.container.wide {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.clear {
	clear: both;
	float: none;
	height: 0;
}


/* menu wcag */

.wcag-nav a {
	display: block;
	left: -9000em;
	text-align: center;
	text-decoration: none;
	width: 100%;
	top: 0;
	background-color: #333;
	padding: 10px;
	font-weight: bold;
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
	position: fixed;
	box-sizing: border-box;
	z-index: 101;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.wcag-nav a::before {
	display: none;
}

.wcag-nav a:focus {
	left: 0;
}


/* header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	background-position: center bottom;
	background-attachment: scroll;
	text-shadow: none;
}

#header a {
	color: inherit;
}

#header .container {
	text-align: center;
	position: relative;
}

#header .container h1 {
	display: inline-block;
	vertical-align: top;
	max-width: 700px;
	margin: auto;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2.4rem;
	vertical-align: middle;
	padding: 5px 0;
}

#header .container h1 b {
	font-weight: 900;
	font-size: 2rem;
	display: block;
}

#header .container h1 a {
	display: block;
	padding: 15px;
}

#header .container h1 a img {
	height: 70px;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

@media only screen and (max-width: 1500px) {
	#header .container h1 a img {
		height: 60px;
	}
}

@media only screen and (max-width: 1000px) {
	#header .container h1 a img {
		height: 50px;
	}
}

@media only screen and (min-width: 769px) {
	#header.scrolled .container h1 a {
		padding: 5px;
	}
	
	#header.scrolled .container h1 a img {
		height: 40px;
	}
}

#header #section-nav {
	text-align: center;
	font-size: 0;
	outline: 2000px solid rgba(0,0,0,0.0);
	
	/*margin-bottom: -10px;*/
}

#header .open-map {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: url("../img-interface/header_map@3x.png") no-repeat scroll 0 center transparent;
	background-size: auto 50px;
	padding: 0;
	padding: 0 10px 0 55px;
	line-height: 5rem;
	height: 5rem;
	top: -0.7rem;
	position: absolute;
	left: 0;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 25px 0 0 30px;
	font-weight: bold;
}

@media only screen and (max-width: 1500px) {
	#header .open-map {
		font-size: 1.4rem;
		top: -1rem;
		margin: 15px 0 0 20px;
	}
}

@media only screen and (max-width: 1000px) {
	#header .open-map {
		padding: 0 10px 0 45px;
		margin: 10px 0 0 15px;
		background-size: auto 40px;
	}
}

@media only screen and (min-width: 769px) {
	#header.scrolled .open-map {
		margin-top: 10px;
	}
}

#header #section-map {
	outline: 2000px solid rgba(0,0,0,0.0);
	visibility: hidden;
	padding: 0;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	position: fixed;
	left: 0;
	text-align: 0;
	z-index: 1001;
	top: 0;
	width: 700px;
	height: 100%;
	line-height: initial;
	-webkit-transition: -webkit-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
	-moz-transition: -moz-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
	-o-transition: -o-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
	transition: transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
	-webkit-transform: -webkit-translateX(-300px);
	-moz-transform: -moz-translateX(-300px);
	-o-transform: -o-translateX(-300px);
	transform: translateX(-300px);
	/* -webkit-transform: -webkit-translateY(0px);
	-moz-transform: -moz-translateY(0px);
	-o-transform: -o-translateY(0px);
	transform: translateY(0px); */
	overflow-y: auto;
	overflow-x: hidden;
}

#header #section-map.map-menu-visible {
	visibility: visible;
	-webkit-transform: -webkit-translateX(0px);
	-moz-transform: -moz-translateX(0px);
	-o-transform: -o-translateX(0px);
	transform: translateX(0px);
	outline: 2000px solid rgba(0,0,0,0.4);
	-webkit-transition: -webkit-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
	-moz-transition: -moz-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
	-o-transition: -o-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
	transition: transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
}

body.map-menu-visible {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	#header .open-map {
		display: none;
	}

	body.menu-visible {
		overflow: hidden;
	}

	#header {
		position: fixed !important;
		top: 0 !important;
	}

	#header .container {
		padding: 0;
		height: 60px;
		line-height: 60px;
	}
	
	#header .container h1 {
		padding: 0;
	}
	
	#header .container h1 a {
		padding: 10px;
		display: block;
	}

	#header .container h1 a img {
		height: 40px;
		display: block;
	}

	#header #section-nav {
		outline: 2000px solid rgba(0,0,0,0.0);
		visibility: hidden;
		padding: 0;
		-webkit-box-shadow: 0 0 80px rgba(20, 56, 95, 0.5) inset, 0 0 10px #000;
		-moz-box-shadow: 0 0 80px rgba(20, 56, 95, 0.5) inset, 0 0 10px #000;
		box-shadow: 0 0 80px rgba(20, 56, 95, 0.5) inset, 0 0 10px #000;
		background: #596C87;
		position: fixed;
		left: 0;
		text-align: 0;
		z-index: 1001;
		top: 0;
		width: 300px;
		height: 100%;
		line-height: initial;
		-webkit-transition: -webkit-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
		-moz-transition: -moz-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
		-o-transition: -o-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
		transition: transform 0.1s ease-in 0s, outline 0.1s ease-in 0s, visibility 0s ease-in 0.1s;
		-webkit-transform: -webkit-translateX(-300px);
		-moz-transform: -moz-translateX(-300px);
		-o-transform: -o-translateX(-300px);
		transform: translateX(-300px);
		/* -webkit-transform: -webkit-translateY(0px);
		-moz-transform: -moz-translateY(0px);
		-o-transform: -o-translateY(0px);
		transform: translateY(0px); */
		overflow-y: auto;
		overflow-x: hidden;
	}

	#header #section-nav.menu-visible {
		visibility: visible;
		-webkit-transform: -webkit-translateX(0px);
		-moz-transform: -moz-translateX(0px);
		-o-transform: -o-translateX(0px);
		transform: translateX(0px);
		outline: 2000px solid rgba(0,0,0,0.4);
		-webkit-transition: -webkit-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
		-moz-transition: -moz-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
		-o-transition: -o-transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
		transition: transform 0.1s ease-in 0s, outline 0.1s ease-in 0s;
	}
}

#header #section-map .map-menu-header,
#header #section-nav .mobile-menu-header {
	display: none;
	text-align: left;
	padding: 0 60px 0 20px;
	margin: 0 0 30px 0;
	line-height: 60px;
	position: relative;
	font-size: 22px;
	font-family: 'Rozha One', serif;
	position: relative;
}

#header #section-map .map-menu-header {
	display: block;
}

#header #section-map .map-menu-header::after,
#header #section-nav .mobile-menu-header::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: -webkit-translateX(-50%);
	-moz-transform: -moz-translateX(-50%);
	-o-transform: -o-translateX(-50%);
	transform: translateX(-50%);
	height: 30px;
	width: 942px;
	max-width: 100%;
	background: url("../img-interface/title_underline_light.png") no-repeat scroll center 0 transparent;
	background-size: cover;
}

#header #section-nav .mobile-menu-header .mobile-menu-header,
#header #section-map .map-menu-header .map-menu-header {
	margin: 0;
	font-size: 28px;
}

#header .open-menu,
#header #section-nav .close-menu,
#header #section-map .close-map {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 20px;
}

#header #section-nav .close-menu,
#header #section-map .close-map {
	background: #fff;
	color: #596C87;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header .open-menu {
	display: none;
	right: auto;
	left: 0;
}

@media only screen and (max-width: 768px) {
	#header .open-menu,
	#header #section-nav .mobile-menu-header {
		display: block;
	}
}

#header #section-nav a {
	display: inline-block;
	margin: 0 -1px 0px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.4rem;
	padding: 28px 30px;
	text-shadow: 0 0 0 transparent;
	-webkit-transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s, text-shadow 0.1s ease-in 0s, padding 0.1s ease-in 0s, line-height 0.1s ease-in 0s;
	-moz-transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s, text-shadow 0.1s ease-in 0s, padding 0.1s ease-in 0s, line-height 0.1s ease-in 0s;
	-o-transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s, text-shadow 0.1s ease-in 0s, padding 0.1s ease-in 0s, line-height 0.1s ease-in 0s;
	transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s, text-shadow 0.1s ease-in 0s, padding 0.1s ease-in 0s, line-height 0.1s ease-in 0s;
	text-decoration: none;
	
	
	background-image: linear-gradient(top, #fff0 0%, #eee0 100%);
	background-image: -o-linear-gradient(top, #fff0 0%, #eee0 100%);
	background-image: -moz-linear-gradient(top, #fff0 0%, #eee0 100%);
	background-image: -webkit-linear-gradient(top, #fff0 0%, #eee0 100%);
	background-image: -ms-linear-gradient(top, #fff0 0%, #eee0 100%);

	border-radius: 5px 5px 0 0;
}

#header #section-nav a::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: -webkit-calc(2.4rem + 20px);
	height: -moz-calc(2.4rem + 20px);
	height: calc(2.4rem + 20px);
	right: 0;
	top: 50%;
	-webkit-transform: -webkit-translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-o-transform: -o-translateY(-50%);
	transform: translateY(-50%);
	
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

@media only screen and (min-width: 769px) {
	#header.scrolled #section-nav a {
		line-height: 1.8rem;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header.scrolled #section-nav a::before {
		height: -webkit-calc(1.8rem + 10px);
		height: -moz-calc(1.8rem + 10px);
		height: calc(1.8rem + 10px);
	}
}


@media only screen and (max-width: 1500px) {
	#header #section-nav a {
		font-size: 1.6rem;
		line-height: 2rem;
		padding: 20px 20px;
	}

	#header #section-nav a::before {
		height: -webkit-calc(2rem + 10px);
		height: -moz-calc(2rem + 10px);
		height: calc(2rem + 10px);
	}
}

@media only screen and (max-width: 1000px) {
	#header #section-nav a {
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding: 20px 15px;
	}

	#header #section-nav a::before {
		height: -webkit-calc(1.8rem + 10px);
		height: -moz-calc(1.8rem + 10px);
		height: calc(1.8rem + 10px);
	}
}

#header #section-nav a:last-child::before {
	display: none;
}

@media only screen and (max-width: 768px) {
	#header #section-nav a {
		display: block;
		text-align: left;
		padding: 10px 20px;
		font-size: 1.6rem;
	}
}

#header #section-nav a:focus,
#header #section-nav a:hover,
#header #section-nav a.current {
	background-color: #fff;
	color: #000;
	
	background-image: linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
	text-shadow: 0 2px 0 #fff, 0 2px 1px #fff;
}

#header .widget-container {
	position: absolute;
	right: 0;
	top: 0;
	margin: 25px 30px 0 0 ;
	line-height: 3.6rem;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

@media only screen and (max-width: 1500px) {
	#header .widget-container {
		margin: 15px 20px 0 0 ;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 1000px) {
	#header .widget-container {
		margin: 10px 15px 0 0 ;
	}
}

@media only screen and (min-width: 769px) {
	#header.scrolled .widget-container {
		margin-top: 10px;
	}
}

#header .widget-container > * {
	float: left;
	margin: 0 0 0 20px;
	font-size: 1.6rem;
}

#header .widget-container button,
#header .widget-container a {
	display: inline-block;
	width: 3.6rem;
	height: 3.6rem;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #fff;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width: 1500px) {
	#header .widget-container button,
	#header .widget-container a {
		width: 3rem;
		height: 3rem;
		font-size: 1.4rem;
		line-height: 3rem;
	}
}

html[lang="en-EN"] #header .widget-container a.lang_en,
html[lang="pl-PL"] #header .widget-container a.lang_pl,
html.big-text #header .widget-container button.big-font,
html:not(.big-text) #header .widget-container button.normal-font,
#header .widget-container button:hover,
#header .widget-container a:hover {
	background: #fff;
	color: #000;
}

#header button.big-font,
#header button.normal-font {
	padding: 0;
	font-size: 1.6rem;
	line-height: inherit;
	display: inline-block;
}

#header button.normal-font {
	font-size: 1rem;
}

@media only screen and (max-width: 768px) {
	#header .widget-container {
		background: #fff;
		z-index: 1002;
		padding: 20px 0 10px;
		margin: auto;
		line-height: 2rem;
		width: 60px;
		line-height: 3.6rem;
		text-align: center;
		-webkit-box-shadow: 0 0 20px rgba(20, 56, 95, 0.5) inset;
		-moz-box-shadow: 0 0 20px rgba(20, 56, 95, 0.5) inset;
		box-shadow: 0 0 20px rgba(20, 56, 95, 0.5) inset;
		background: #596C87;
		right: -60px;
		top: 0;
		-webkit-transition: all 0.1s ease-in 0s;
		-moz-transition: all 0.1s ease-in 0s;
		-o-transition: all 0.1s ease-in 0s;
		transition: all 0.1s ease-in 0s;
	}
	
	#header .widget-container button,
	#header .widget-container a {
		width: 3.6rem;
		height: 3.6rem;
		font-size: 1.6rem;
		line-height: 3.6rem;
	}

	#header button.normal-font {
		font-size: 1rem;
	}

	#header .widget-container > * {
		float: none;
		margin: 0 0 10px;
		font-size: 0;
	}

	body.menu-visible #header .widget-container {
		right: 0px;
	}
}


/* content */

section {
	text-align: left;
	padding: 40px 20px 100px 20px;
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	color: #253043;
	background-color: #fff;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

section:first-child {
	overflow: visible;
}

@media only screen and (max-width: 768px) {
	section {
		padding: 20px 0 0 0;
	}

	section:first-child {
		padding: 0;
	}
}

.burgund,
.purple,
.purple-texture,
.light {
	background: url() no-repeat fixed center center transparent;
	background-size: cover;
}

.burgund {
	background-color: #6a464a;
	color: #fff;
}

.purple {
	background-color: #40516f;
	color: #fff;
}

.purple-texture {
	background-color: #233043;
	color: #fff;
}

.light {
	background-color: #d3d4d8;
	color: #253043;
}

.burgund {
	background-image: url("../img-interface/bg_burgundy.jpg");
	color: #fff;
	text-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 200px rgba(0,0,0,0.3) inset, 0 10px 15px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 200px rgba(0,0,0,0.3) inset, 0 10px 15px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 200px rgba(0,0,0,0.3) inset, 0 10px 15px rgba(0,0,0,0.3) inset;
}

.purple {
	background-image: url("../img-interface/bg_purple.jpg");
	color: #fff;
	text-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 200px rgba(0,0,0,0.3) inset, 0 10px 15px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 200px rgba(0,0,0,0.3) inset, 0 10px 15px rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 200px rgba(0,0,0,0.3) inset, 0 10px 15px rgba(0,0,0,0.3) inset;
}

.purple-texture {
	background-image: url("../img-interface/bg_purple_texture.jpg");
	color: #fff;
	text-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 10px 15px rgba(0,0,0,0.3) inset;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3) inset;
}

.purple-texture.reverse {
	background-image: url("../img-interface/bg_purple_texture_rev.jpg");
}

.light {
	background-image: url("../img-interface/bg_light.jpg");
	-webkit-box-shadow: 0 10px 15px rgba(118, 112, 112, 0.5) inset;
	-moz-box-shadow: 0 10px 15px rgba(118, 112, 112, 0.5) inset;
	box-shadow: 0 10px 15px rgba(118, 112, 112, 0.5) inset;
}

section .section-title {
	text-align: center;
	font-family: 'Rozha One', serif;
	font-size: 9.6rem;
	font-weight: 400;
	position: relative;
	color: #476185;
	margin: auto;
	margin-bottom: 80px;
	max-width: 1500px;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;

	
	text-shadow: none;
	filter: drop-shadow(0px 2px 5px #0d284d88);
	/*line-height: 1;*/
}

@media only screen and (min-width: 2001px) {
	section .section-title.small-letters {
		font-size: 6.4rem;
		margin-bottom: 60px;
	}
}


section .section-title span {
	filter: drop-shadow(0px 1px 0px #c5cfe8);
	background-image: linear-gradient(top, #476185 0%, #0d284d 100%);
	background-image: -o-linear-gradient(top, #476185 0%, #0d284d 100%);
	background-image: -moz-linear-gradient(top, #476185 0%, #0d284d 100%);
	background-image: -webkit-linear-gradient(top, #476185 30%, #0d284d 80%);
	background-image: -ms-linear-gradient(top, #476185 0%, #0d284d 100%);
	background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
/*	vertical-align: top;
line-height: 1;*/
}

@media only screen and (max-width: 2000px) {
	section .section-title {
		font-size: 6.4rem;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 1500px) {
	section .section-title {
		font-size: 4.8rem;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 768px) {
	section .section-title {
		font-size: 3.2rem;
		margin-bottom: 40px;
	}
}

section.burgund .section-title,
section.purple .section-title,
section.purple-texture .section-title {
	text-shadow: none;
	color: #fff;
	filter: drop-shadow(0px 2px 5px #0008);
}

section.burgund .section-title span,
section.purple .section-title span,
section.purple-texture .section-title span {
	filter: drop-shadow(0px 1px 0px #fff);
	background-image: linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -webkit-linear-gradient(top, #fff 30%, #bbb 80%);
	background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

section.burgund .section-title,
section.purple .section-title,
section.purple-texture .section-title {
	text-shadow: none;
	color: #fff;
	filter: drop-shadow(0px 2px 5px #0008);
}

section.burgund .section-title span,
section.purple .section-title span,
section.purple-texture .section-title span {
	filter: drop-shadow(0px 1px 0px #fff);
	background-image: linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
	background-image: -webkit-linear-gradient(top, #fff 30%, #bbb 80%);
	background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

section .section-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: -webkit-translateX(-50%);
	-moz-transform: -moz-translateX(-50%);
	-o-transform: -o-translateX(-50%);
	transform: translateX(-50%);
	height: 40px;
	width: 942px;
	max-width: 100%;
	background: url("../img-interface/title_underline_dark.png") no-repeat scroll center 0 transparent;
	background-size: cover;
}

@media only screen and (max-width: 1500px) {
	section .section-title::after {
		height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	section .section-title::after {
		height: 20px;
	}
}

section.burgund .section-title::after,
section.purple .section-title::after,
section.purple-texture .section-title::after {
	background-image: url("../img-interface/title_underline_light.png");
}

section a:hover,
section a:focus,
section a {
	color: inherit;
	text-decoration: underline solid 2px;
}

section a:hover {
	/*text-decoration: none;*/
	text-decoration: underline solid 4px;
	/*text-underline-offset: 3px;*/
}

/*section a::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -4px;
	left: 0;
	opacity: 1;
	background-color: #000;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

.burgund a::before,
.purple a::before,
.purple-texture a::before {
	background-color: #fff;
}

section a:focus::before,
section a:hover::before {
	opacity: 1;
	height: 4px;
}
*/

section header {
	font-family: 'Rozha One', serif;
	font-size: 4rem;
	line-height: 1.25;
	margin: 0 0 1.5em 0;
}

@media only screen and (max-width: 1500px) {
	section header {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 1000px) {
	section header {
		font-size: 2.8rem;
	}
}

@media only screen and (max-width: 768px) {
	section header {
		font-size: 2.4rem;
		margin: 0 0 20px 0;
	}
}

section > .content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

section > .content > * {
}

section .container > .video-background {
	padding: 0;
	margin: 0;
}

.video-background .playPause {
	position: absolute;
	left: 50%;
	/*top: -60px;*/
	bottom: 60px;
	-webkit-transform: -webkit-translateX(-50%);
	-moz-transform: -moz-translateX(-50%);
	-o-transform: -o-translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 5px 30px;
	font-size: 1.2rem;
}

@media only screen and (max-width: 1500px) {
	.video-background .playPause {
		bottom: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.video-background .playPause {
		bottom: 20px;
	}
}

.video-background .playPause.paused .paused,
.video-background .playPause.played .played {
	display: inline;
}

.video-background .playPause.paused .played,
.video-background .playPause.played .paused {
	display: none;
}

.video-background video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
}

.video-background .container {
	position: absolute;
	max-width: 1000px;
	width: 100%;
	left: 50%;
	top: 100%;
	-webkit-box-shadow: 0 0 200px rgba(20, 56, 95, 0.5) inset;
	-moz-box-shadow: 0 0 200px rgba(20, 56, 95, 0.5) inset;
	box-shadow: 0 0 200px rgba(20, 56, 95, 0.5) inset;
	background: #596C87;
	color: #fff;
	padding: 80px;
	-webkit-transform: -webkit-translate(-50%, -50%);
	-moz-transform: -moz-translate(-50%, -50%);
	-o-transform: -o-translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.video-background .container a::before {
	background-color: #fff;
}

.video-background .container .section-title {
	color: #fff;
}

.video-background .container .section-title::after {
	background-image: url("../img-interface/title_underline_light.png");
}

.video-background .container p {
	text-align: center;
}

@media only screen and (max-width: 1500px) {
	.video-background .container {
		padding: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.video-background > .content {
		display: block;
		min-height: auto !important;
	}

	.video-background .container {
		position: relative;
		left: 0;
		top: 0;
		padding: 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	.video-background video {
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

}

.video-background + section {
	/* padding-top: OBSŁUGIWANY Z JS; */
}


/* sketchfab */

.sketchfab-embed-wrapper iframe,
.sketchfab .sketchfab-embed-wrapper iframe {
	width: 100%;
	height: 740px;
}

.sketchfab figcaption {
	text-align: left;
	margin: 0 auto 1rem;
	max-width: 760px;
	font-style: italic;
	font-size: 1.6rem;
	display: block;
}


/* video w iframe */

.video .video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.video .video-container iframe[src*="youtube"] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video figcaption {
	text-align: left;
	margin: 0 auto 1rem;
	max-width: 760px;
	font-style: italic;
	font-size: 1.6rem;
	display: block;
}

section .container > * {
	margin-bottom: 80px;
}

@media only screen and (min-width: 769px) {
	section .container:last-child > * {
		margin-bottom: 0;
	}
}

section .container > p {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

@media only screen and (max-width: 768px) {
	section .container > * {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 480px) {
	section .container > * {
		margin-bottom: 20px;
	}
}

section .media {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	/* justify-content: center; */
}

section .media > * {
	/* flex-grow: 1; */
	flex-grow: 0;
	box-sizing: border-box;
	/*flex-basis: -webkit-calc(25% - 15px);
	flex-basis: -moz-calc(25% - 15px);
	flex-basis: calc(25% - 15px);*/
	flex-basis: -webkit-calc(33.333% - 13.3333px);
	flex-basis: -moz-calc(33.333% - 13.3333px);
	flex-basis: calc(33.333% - 13.3333px);
	position: relative;
}

@media only screen and (max-width: 1024px) {
	section .media > * {
		flex-basis: -webkit-calc(33.333% - 13.3333px);
		flex-basis: -moz-calc(33.333% - 13.3333px);
		flex-basis: calc(33.333% - 13.3333px);
	}
}

@media only screen and (max-width: 768px) {
	section .media > * {
		flex-basis: -webkit-calc(50% - 10px);
		flex-basis: -moz-calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
}

figure {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	margin: 0;
	height: 100%;
	position: relative;
}

section .media img {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .media a {
	text-decoration: none;
}

section .media a img {
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	margin: 0;
}

section .media a:hover img {
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	/*-webkit-transform: scale(1.03);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);*/
	-webkit-box-shadow: 0 0px 2px #fff, 0 0px 5px #fff, 0 0px 10px #fff, 0 0px 30px #fab;
	-moz-box-shadow: 0 0px 2px #fff, 0 0px 5px #fff, 0 0px 10px #fff, 0 0px 30px #fab;
	box-shadow: 0 0px 2px #fff, 0 0px 5px #fff, 0 0px 10px #fff, 0 0px 30px #fab;
	
	filter: contrast(80%) brightness(120%);
	-webkit-filter: contrast(80%) brightness(120%);
	-moz-filter: contrast(80%) brightness(120%);
}


section.light .media a:hover img {
	-webkit-box-shadow: 0 0px 40px #0004;
	-moz-box-shadow: 0 0px 40px #0004;
	box-shadow: 0 0px 40px #0004;
}

section .media > a {
	color: inherit;
}

section .media > a::before {
	display: none;
}

section .media > a:hover {
	text-decoration: none;
}

section .owl-carousel > * .media-label,
section .media > * .media-label {
	display: block;
	font-size: 80%;
	margin: auto;
	max-width: 400px;
	box-sizing: border-box;
	padding: 5px 10px;
	position: relative;
	-webkit-transition: top 0.5s ease-in 0s;
	-moz-transition: top 0.5s ease-in 0s;
	-o-transition: top 0.5s ease-in 0s;
	transition: top 0.5s ease-in 0s;
	top: 0;
	/*width: 100%;*/
}

section .media-text .media-label,
section .owl-carousel > * .media-label {
	
}


/*section .media > *:hover .media-label {
	top: 10px;
	-webkit-transition: top 0.1s ease-in 0s;
	-moz-transition: top 0.1s ease-in 0s;
	-o-transition: top 0.1s ease-in 0s;
	transition: top 0.1s ease-in 0s;
}*/

/* @media only screen and (max-width: 768px) {
	section .media > * .media-label {
		font-size: 100%;
	}
} */

section .media.wide {
	margin-left: -20px;
	margin-right: -20px;
}

section .media.wide > * {
	padding: 0;
	flex-basis: 100%;
}

section .media.wide > * .media-label {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	section .media.wide {
		margin-left: 0;
		margin-right: 0;
	}
}

section .media-text {
	position: relative;
	display: flex;
	align-items: center;
	gap: 60px;
}

@media only screen and (max-width: 1280px) {
	section .media-text {
		gap: 30px;
	}
}

@media only screen and (max-width: 768px) {
	section .media-text {
		flex-direction: column;
	}
}

section .media-text.reverse {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
	section .media-text.reverse {
		flex-direction: column-reverse;
	}
}

section .media-text > * {
	flex-basis: 50%;
/* 	width: 50%; */
}

section .media-text.not-simmetr .text {
	flex-basis: 40%;
/* 	width: 40%; */
}

section .media-text.not-simmetr .media {
	flex-basis: 60%;
/* 	width: 60%; */
}

@media only screen and (max-width: 1024px) {
	section .media-text.not-simmetr .text,
	section .media-text.not-simmetr .media {
		flex-basis: 50%;
	}
}

@media only screen and (max-width: 768px) {
	section .media-text > *,
	section .media-text.not-simmetr .text,
	section .media-text.not-simmetr .media {
		flex-basis: 100%;
	}
}

section .media-text .text {
	text-align: right;
	min-width: 0;
}

section .media-text.reverse .text {
	text-align: left;
}

section .media-text .media {
	text-align: left;
	align-items: stretch;
	min-width: 0;
}

section .media-text.reverse .media {
	justify-content: flex-end;
	text-align: right;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	section .media-text .media {
		flex-direction: column;
	}
}

section .media-text.stretch-last .media > * {
	flex-basis: 100%;
	width: 100%;
}

section .media.stretch-last > * {
	flex-grow: 1;
}

section .media-text .media > * {
	flex-basis: -webkit-calc(50% - 10px);
	flex-basis: -moz-calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	align-items: stretch;
	flex-grow: 0;
}

section .media-text .media > *:last-child:not(:first-child) {
	flex-grow: 1;
}

section .media-text .media > .owl-carousel-container {
	overflow: hidden;
}

section .text > *:not(div) {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

section .text > p {
	text-indent: 3rem;
}

section .text > h3,
section .text > h4 {
	font-family: 'Rozha One', serif;
	font-size: 260%;
	line-height: 1.25;
	margin: 0 0 0.5em 0;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	max-width: 100%;
	font-weight: normal;
}

section .text > h4 {
	text-indent: 3rem;
	font-size: 230%;
	line-height: 1.25;
	text-align: inherit;
}

section .container > .text > h4 {
	text-indent: 0;
	text-align: center;
}

section .text > h5 {
	font-size: 150%;
	margin: 0 0 1em 0;
	text-align: center;
	max-width: 100%;
	font-weight: bold;
}

section .text > ul + h3,
section .text > ul + h4,
section .text > ul + h5,
section .text > p + h3,
section .text > p + h4,
section .text > p + h5 { 
	margin-top: 1em;
}

section .text > ul + h4,
section .text > p + h4 {
	margin-top: 1.5em;
}

@media only screen and (max-width: 768px) {
	section .text > h3 {
		font-size: 230%;
		line-height: 1.25;
	}

	section .text > h4 {
		font-size: 200%;
		line-height: 1.25;
	}

	section .text > h5 {
		font-size: 130%;
	}
}

section .container > .text > h3,
section .container > .text > h4,
section .container > .text > h5 {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

section .container > .text:last-child > h3:last-child,
section .container > .text:last-child > h4:last-child,
section .container > .text:last-child > h5:last-child {
    margin-bottom: -60px;
}

@media only screen and (max-width: 768px) {
	section .container > .text:last-child > h3:last-child,
	section .container > .text:last-child > h4:last-child,
	section .container > .text:last-child > h5:last-child {
		margin-bottom: -20px;
	}
}

section .text > blockquote {
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    margin: 2em auto 2.5em;
    font-size: 120%;
	position: relative;
}


section .text > blockquote::before,
section .text > blockquote::after {
	position: absolute;
	opacity: 0.25;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
	font-family: 'Rozha One', serif;
}

section .text > blockquote::before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

section .text > blockquote::after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: left;
}

.carousel-text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-text > .text,
.carousel-text > .owl-carousel {
/* 	float: left; */
	box-sizing: border-box;
}

.carousel-text > .text {
	width: 40%;
	padding-right: 60px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	position: relative;
	padding-bottom: 140px;
}

.carousel-text > .owl-carousel {
	width: 60%;
}


@media only screen and (max-width: 1024px) {
	.carousel-text > .text {
		padding-right: 40px;
		width: 50%;
	}

	.carousel-text > .owl-carousel {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.carousel-text {
		display: block;
	}

	.carousel-text > .text,
	.carousel-text > .owl-carousel {
		width: auto;
		display: block;
		padding: 0;
		box-sizing: initial;
	}

	.carousel-text > .text {
		text-align: justify;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
}

.owl-carousel .owl-stage {
	display: flex;
}

.owl-carousel .owl-item img {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-carousel .owl-item figure {
	width: auto;
	min-height: 100%;
}

.visuallyhidden {
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	border: 0;
	padding: 0;
	margin: -1px;
	clip: rect(0 0 0 0);
}


/* mapa */

@media only screen and (min-width: 769px) {
	body.map #header {
		background: transparent;
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	body.map #header .container {
		padding: 0 20px;
		/* width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: calc(100% - 120px); */
		width: 100%;
		height: 0;
		/*background: #000;*/
		background: transparent;
		max-width: 1500px;
		-webkit-transition: all 0.2s ease-in 0s;
		-moz-transition: all 0.2s ease-in 0s;
		-o-transition: all 0.2s ease-in 0s;
		transition: all 0.2s ease-in 0s;
	}
	
	body.map #header .widget-container,
	body.map #header .container h1 {
		width: -webkit-calc(40% - 16px);
		width: -moz-calc(40% - 16px);
		width: calc(40% - 16px);
		position: absolute;
		padding: 0 100px 0;
		box-sizing: border-box;
		margin: 0;
		left: 60px;
		top: 100px;
		-webkit-transition: all 0.2s ease-in 0s;
		-moz-transition: all 0.2s ease-in 0s;
		-o-transition: all 0.2s ease-in 0s;
		transition: all 0.2s ease-in 0s;
	}
	
	@media only screen and (max-width: 1560px) {
		body.map #header .container {
			max-width: 100%;
		}
		
		body.map #header .widget-container,
		body.map #header .container h1 {
			width: -webkit-calc(40% - 32px);
			width: -moz-calc(40% - 32px);
			width: calc(40% - 32px);
			left: 40px;
			padding: 0 60px 0;
			top: 80px;
		}
	}

	@media only screen and (max-width: 1280px) {
		body.map #header .widget-container,
		body.map #header .container h1 {
			padding: 0 40px 0;
			top: 70px;
		}
		
		body.map #header .container h1,
		body.map #header .container h1 a {
			height: 150px;
			line-height: 150px;
		}

		body.map #header .container h1 a img {
			vertical-align: middle;
		}
	}
	
	@media only screen and (max-width: 1024px) {
		body.map #header .widget-container,
		body.map #header .container h1 {
			left: 20px;
			padding: 0 30px 0;
		}
		
		body.map #header .container h1,
		body.map #header .container h1 a {
			height: 120px;
			line-height: 120px;
		}
	}

	body.map #header .container h1 a {
		padding: 0;
	}
	
	body.map #header .container h1 a img {
		height: auto;
		width: 100%;
		max-width: 380px;
	}

	body.map #header .widget-container {
		top: 20px;
		/*background: #fff4;*/
		background: transparent;
	}

	@media only screen and (max-width: 1560px) {
		body.map #header .widget-container {
			top: 15px;
		}
	}

	body.map #header .widget-container > * {
		margin: 0;
	}
	
	body.map #header .widget-container > *:nth-child(2) {
		float: right;
	}
	
	body.map #header #section-nav {
		text-align: right;
		max-width: 1500px;
		margin: auto;
		box-sizing: border-box;
		padding: 0 80px;
	}
	
	body.map #header #section-nav a {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
}

section.map {
	padding-top: 0;
}

#section-map .container.map .local {
	display: none;
}

#section-map .container.map .map {
	width: auto;
	float: none;
	right: 0;
}

.container.map {
	padding-top: 0;
	padding-bottom: 0;
	align-items: stretch;
	justify-content: stretch;
	align-content: stretch;
	flex-direction: row;
}

section .container.map > * {
	margin-bottom: 0;
}


/* .container.map .container {
	margin-top: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 0;
	width: 100%;
	flex-basis: 100%;
} */

.container.map .local {
	width: 40%;
	float: left;
	position: relative;
	padding: 310px 100px 200px;
	box-sizing: border-box;
	margin: 0;
	background: #0D243D80;
	/* background: #fff2; */
	clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 60px), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 60px), 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
	position: relative;
	left: 40px;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}

@media only screen and (max-width: 1560px) {
	.container.map .local {
		padding: 270px 60px 150px;
		left: 0;
	}
}

@media only screen and (max-width: 1280px) {
	.container.map .local {
		padding: 250px 40px 130px;
	}
}

@media only screen and (max-width: 1024px) {
	.container.map .local {
		padding: 210px 30px 100px;
		left: -20px;
	}
}

@media only screen and (max-width: 768px) {
	.container.map .local {
		padding: 20px 0;
		left: 0;
		clip-path: none;
		width: auto;
		float: none;
		margin: 0;
		background: transparent;
	}
}

.container.map .local a {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 10px 20px 10px 60px;
	border-top: 1px solid;
	background: url("../img-interface/map_marker.png") no-repeat scroll 20px center transparent;
	background-size: 20px auto;
	line-height: 1;
}

.container.map .local a.active {
	background-color: #fff;
	background-size: 30px auto;
	background-position: 15px center;
	color: #111;
	text-shadow: 0 0 0px transparent;
}


.container.map .local a:last-child {
	border-bottom: 1px solid;
}

.container.map .local a::before {
	display: none;
}

.container.map .local a strong {
	display: block;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

.container.map .local a span {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

@media only screen and (max-width: 1560px) {
	.container.map .local a {
		padding: 7px 10px 7px 60px;
	}

	.container.map .local a strong {
		font-size: 1.6rem;
		line-height: 2rem;
	}

	.container.map .local a span {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
}

@media only screen and (max-width: 1280px) {
	.container.map .local a strong {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}

	.container.map .local a span {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
}

.container.map .map {
	width: 60%;
	float: right;
	height: 100%;
	text-align: left;
	margin: 100px 0 0 0;
	position: relative;
	right: 40px;
}

@media only screen and (max-width: 768px) {
	.container.map .map {
		width: auto;
		float: none;
		text-align: center;
		margin: 0;
		right: auto;
	}
}

.container.map .map .box {
	max-height: 100%;
	display: inline-block;
	position: relative;
}

.container.map .map .box .marker { /*.active*/
	position: absolute;
	background-color: red;
	box-sizing: border-box;
	width: 20px;
	height: 40px;
	-webkit-transform: -webkit-translate(-50%, -100%);
	-moz-transform: -moz-translate(-50%, -100%);
	-o-transform: -o-translate(-50%, -100%);
	transform: translate(-50%, -100%);
	cursor: pointer;
	background: url("../img-interface/map_marker.png") no-repeat scroll center bottom transparent;
	background-size: contain;
}

.container.map .map .box .marker.active {
	z-index: 1000 !important;
}

.container.map .map .box .marker .title {
	position: absolute;
	top: 100%;
	left: 50%;
	/*-webkit-transform: -webkit-translateX(-50%);
	-moz-transform: -moz-translateX(-50%);
	-o-transform: -o-translateX(-50%);
	transform: translateX(-50%);*/
	text-align: center;
	width: 15rem;
	-webkit-transition: all 0.6s ease-in 0s;
	-moz-transition: all 0.6s ease-in 0s;
	-o-transition: all 0.6s ease-in 0s;
	transition: all 0.6s ease-in 0s;
	-webkit-transform: -webkit-translate(-50%, -50%) -webkit-scale(0);
	-moz-transform: -moz-translate(-50%, -50%) -moz-scale(0);
	-o-transform: -o-translate(-50%, -50%) -o-scale(0);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
}

.container.map .map .box .marker.active .title {
	-webkit-transform: -webkit-translate(-50%, 0%) -webkit-scale(1);
	-moz-transform: -moz-translate(-50%, 0%) -moz-scale(1);
	-o-transform: -o-translate(-50%, 0%) -o-scale(1);
	transform: translate(-50%, 0%) scale(1);
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	background-color: #243958C7;
	padding: 10px;
	border-radius: 10px;
	opacity: 1;
}

.container.map .map .box .marker .title strong {
	display: block;
	font-size: 1.6rem
}

.container.map .map .box .marker .title span {
	display: block;
	font-size: 1.4rem
}

.container.map .map .box .marker .marker-img { 
	position: absolute;
	background-color: red;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.6s ease-in 0s;
	-moz-transition: all 0.6s ease-in 0s;
	-o-transition: all 0.6s ease-in 0s;
	transition: all 0.6s ease-in 0s;
	background-size: cover;
	background-color: #fff;
	width: 160px;
	height: 160px;
	left: 50%;
	top: -50px;
	border: 4px solid #f90;
	-webkit-transform-origin: 50% 50%; 
	-ms-transform-origin: 50% 50%; 
	transform-origin: 50% 50%; 
	-webkit-transform: -webkit-translate(-50%, -50%) -webkit-scale(0);
	-moz-transform: -moz-translate(-50%, -50%) -moz-scale(0);
	-o-transform: -o-translate(-50%, -50%) -o-scale(0);
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
}

.container.map .map .box .marker.active .marker-img { 
	-webkit-transform: -webkit-translate(-50%, -50%) -webkit-scale(1);
	-moz-transform: -moz-translate(-50%, -50%) -moz-scale(1);
	-o-transform: -o-translate(-50%, -50%) -o-scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	opacity: 1;
}

.container.map .map .box .marker.active .marker-img::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 0 0 0;
	left: 0;
	top: 0;
	position: absolute;
}

.container.map .map .box .marker .marker-img::after { 
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: -webkit-translate(-50%, -50%) -webkit-scale(1);
	-moz-transform: -moz-translate(-50%, -50%) -moz-scale(1);
	-o-transform: -o-translate(-50%, -50%) -o-scale(1);
	transform: translate(-50%, -50%) scale(1);
	border: 10px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
}

.container.map .map .box img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

section.patrons .container {
	max-width: 1000px;
}

section.patrons img {
	max-height: 180px;
	max-width: 100%;
	width: auto;
	height: auto;
}

section.patrons .text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px 0;
	margin: 0;
}

section.patrons .text p {
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	flex-grow: 0;
	flex-basis: 60%;
	color: #35435C;
	font-size: 1.6rem;
	font-weight: 400;
	text-indent: 0;
	font-weight: 300;
}

section.patrons .text p:nth-child(odd) {
	text-align: right;
	flex-basis: 40%;
}

@media only screen and (max-width: 1024px) {
	section.patrons img {
		max-height: 100px;
	}
	
	section.patrons .text {
		display: block;
		margin: 0 0 20px 0;
	}

	section.patrons .text p,
	section.patrons .text p:nth-child(odd) {
		text-align: center;
		padding: 20px 0;
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	section.patrons .text p,
	section.patrons .text p:nth-child(odd) {
		padding: 10px 0;
	}
}

/* footer */

#footer {
	font-size: 2rem;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer .pages a {
	position: relative;
	padding-left: 2rem;
	padding-right: 1rem;
}

#footer .pages a::after {
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	margin: 0 5px 0 3px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	height: 3rem;
	line-height: 3rem;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

#footer .pages a:active,
#footer .pages a:focus,
#footer .pages a:hover {
	padding-left: 3rem;
	padding-right: 0rem;
}

#footer .pages a:active::after,
#footer .pages a:focus::after,
#footer .pages a:hover::after {
	left: 1rem;
	color: #fd8;
	text-shadow: 0 0 2px #ffa, 0 0 5px #fa5, 0 0 10px #f80;
}

.button.scroll_to_top {
	bottom: -60px;
	bottom: 40px;
	right: 40px;
	height: 5rem;
	line-height: 5rem;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	width: 5rem;
	display: block;
	z-index: 1000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #35435C !important;
	text-shadow: none;
	-webkit-box-shadow: 0 0 20px #35435C;
	-moz-box-shadow: 0 0 20px #35435C;
	box-shadow: 0 0 20px #35435C;
}

.button.scroll_to_top:active,
.button.scroll_to_top:focus,
.button.scroll_to_top:hover {
	color: #fff !important;
	background-color: #446da6 !important;
}

@media only screen and (max-width: 768px) {
	footer .button.scroll_to_top {
		display: none;
	}
}

.button.scroll_to_top .fa {
	line-height: 5rem;
	display: block;
	font-size: 3rem;
	margin: 0;
	float: none;
	width: auto;
	background: transparent;
}

.footer-links-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-links {
	flex-basis: -webkit-calc(100% - 300px);
	flex-basis: -moz-calc(100% - 300px);
	flex-basis: calc(100% - 300px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 140px 0;
}

.footer-links .footer-header {
	flex-basis: 100%;
}

.footer-links > div {
	flex: 1 0 25%;
	width: 25%;
	box-sizing: border-box;
}

.footer-links div.bdz,
.footer-links div.krudit,
.footer-links div.skansen {
	text-align: center;
}

.footer-links div.krudit {
	font-size: 1rem;
}

.footer-links div.krudit a {
	font-size: 1.6rem;
}

.footer-links div.krudit img {
	max-width: 160px;
}

.footer-links div.bdz img {
	max-width: 200px;
}

.footer-links div.skansen img {
	max-width: 200px;
}

@media only screen and (max-width: 1350px) {
	.footer-links {
		display: block;
	}
	
	.footer-links > div {
		display: block;
		float: left;
	}
	
	.footer-links div.pages {
		width: 40%;
	}
	
	.footer-links div.bdz,
	.footer-links div.krudit,
	.footer-links div.skansen {
		width: 60%;
	}
}

.footer-links-map {
	flex-basis: 300px;
}

.footer-links-map img {
	max-width: 300px;
}

@media only screen and (max-width: 1100px) {
	.footer-links {
		flex-basis: -webkit-calc(100% - 250px);
		flex-basis: -moz-calc(100% - 250px);
		flex-basis: calc(100% - 250px);
	}
	
	.footer-links-map {
		flex-basis: 250px;
	}

	.footer-links-map img {
		max-width: 250px;
	}
}

@media only screen and (max-width: 900px) {
	.footer-links {
		flex-basis: -webkit-calc(100% - 200px);
		flex-basis: -moz-calc(100% - 200px);
		flex-basis: calc(100% - 200px);
	}
	
	.footer-links-map {
		flex-basis: 200px;
	}

	.footer-links-map img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.footer-links {
		overflow: auto;
		padding: 60px 0 0 0;
	}
	
	.footer-links-container {
		display: block;
	}
	
	.footer-links-map {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		text-align: center;
		padding: 40px 0;
	}
	
	.footer-links div.pages {
		width: 60%;
	}

	.footer-links div.bdz,
	.footer-links div.krudit,
	.footer-links div.skansen {
		text-align: right;
		width: 40%;
	}
}

@media only screen and (max-width: 650px) {
	.footer-links div.pages {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 60px 0;
	}

	.footer-links div.bdz,
	.footer-links div.krudit,
	.footer-links div.skansen {
		display: block;
		width: 100%;
		float: none;
		clear: both;
		text-align: left;
	}
	
	.footer-links-map {
		text-align: left;
	}
}

.footer-links a {
	display: block;
	margin-bottom: 0.5em;
}

.copyrights {
	padding: 40px 0;
	line-height: 2rem;
	font-size: 1.4rem;
	border-top: 1px solid;
	clear: both;
	float: none;
}

@media only screen and (max-width: 768px) {
	.copyrights {
		padding: 30px 0 20px;
	}

	.copyrights > div {
		width: 100%;
		text-align: center;
		padding: 0 0 10px 0;
	}
}

.cookies {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    background: #111;
    padding: 20px 0;
    z-index: 2000;
	overflow: auto;
	border-top: 1px solid #888;
	-webkit-box-shadow: 0 0 20px #0004;
	-moz-box-shadow: 0 0 20px #0004;
	box-shadow: 0 0 20px #0004;
}

.cookies p {
    font-size: 1.4rem;
}

.cookies a {
    text-decoration: underline !important;
}

.cookies button.cookies-accept {
    float: right;
    margin: 0;
    font-size: 1.4rem;
    padding: 10px 30px;
}


/* lightbox */

.sl-overlay {
	-webkit-box-shadow: 0 0 200px #111 inset;
	-moz-box-shadow: 0 0 200px #111 inset;
	box-shadow: 0 0 200px #111 inset;
	background: #111;
	color: #fff;
	opacity: 0.9;
}

.sl-wrapper button,
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
	background: #596C87;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	opacity: 1;
}

.sl-wrapper button:focus {
	outline: 2px solid #fff;
}

.sl-wrapper .sl-close {
	top: 20px;
	right: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: auto;
	padding: 0 20px;
}

.sl-wrapper .sl-close span {
	font-size: 14px;
	vertical-align: top;
}

.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
	font-size: 16px;
	width: auto;
	padding: 20px;
	line-height: 20px;
	height: auto;
	-webkit-transform: -webkit-translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-o-transform: -o-translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sl-wrapper .sl-navigation button.sl-prev {
	left: 20px;
	padding-left: 40px
}

.sl-wrapper .sl-navigation button.sl-next {
	right: 20px;
	padding-right: 40px
}

.sl-wrapper .sl-navigation button i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: -webkit-translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-o-transform: -o-translateY(-50%);
	transform: translateY(-50%);
}

.sl-wrapper .sl-navigation button.sl-next i {
	right: 20px;
	left: auto;
}

.sl-wrapper .sl-navigation button span {
	font-size: 14px;
	word-wrap: break-word;
	white-space: pre-wrap;
}

.sl-wrapper .sl-image .sl-caption {
	font-size: 1.6rem;
	-webkit-box-shadow: 0 0 10px rgba(20, 56, 95, 0.5) inset;
	-moz-box-shadow: 0 0 10px rgba(20, 56, 95, 0.5) inset;
	box-shadow: 0 0 10px rgba(20, 56, 95, 0.5) inset;
	background: #596C87;
}

@media only screen and (max-width: 768px) {
	.sl-wrapper .sl-navigation button span {
		display: none;
	}
	
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 5px;
		padding-left: 30px;
	}
	
	.sl-wrapper .sl-navigation button.sl-next {
		right: 5px;
		padding-right: 30px;
	}
	
	.sl-wrapper .sl-image .sl-caption {
		bottom: auto;
		top: 100%;
	}
}

.sl-wrapper .sl-counter {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	top: 20px;
	left: 20px;
}

.sl-wrapper .zoom-image {
	position: absolute;
	left: 20px;
	bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transform: -webkit-translateY(-50%);
	-moz-transform: -moz-translateY(-50%);
	-o-transform: -o-translateY(-50%);
	transform: translateY(-50%);
	z-index: 10001;
	opacity: 1 !important;
	width: auto;
	padding: 0 20px;
}

.sl-wrapper .zoom-image span {
	font-size: 14px;
	word-wrap: break-word;
	white-space: pre-wrap;
	vertical-align: top;
	margin: 0 0 0 12px;
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button i {
	display: block;
	color: #596C87;
	font-size: 40px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 5px solid #35435C;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	margin: 0 auto 10px;
}

.owl-carousel .owl-nav button.owl-zoom,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 10px 20px !important;
	margin: 10px 5px 0;
	color: #35435C;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	border: 8px solid #35435C;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-weight: bold;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 2px 5px #000;
	-moz-box-shadow: 0 2px 5px #000;
	box-shadow: 0 2px 5px #000;
	hyphens: none;
	box-sizing: border-box;
	height: auto;
	vertical-align: top;
}

.owl-carousel .owl-nav button.owl-zoom i {
	font-size: 26px;
}

.owl-carousel .owl-nav button.owl-next i {
	text-indent: 5px;
}

.owl-carousel .owl-nav button.owl-prev i {
	text-indent: -5px;
}

@media only screen and (max-width: 1024px) {
	.owl-carousel .owl-nav button i {
		font-size: 30px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: 4px solid #35435C;
		margin: 0 auto 7px;
	}
	
	.owl-carousel .owl-nav button.owl-zoom i {
		font-size: 20px;
	}

	.owl-carousel .owl-nav button.owl-zoom,
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		height: 120px;
		width: -webkit-calc(33% - 10px);
		width: -moz-calc(33% - 10px);
		width: calc(33% - 10px);
		font-size: 1.2rem;
		padding: 7px 10px !important;
		border: 5px solid #35435C;
	}
	
	.owl-carousel .owl-nav button:first-child {
		margin-left: 0 !important
	}
	
	.owl-carousel .owl-nav button:last-child {
		margin-right: 0 !important
	}
}
