/* CSS Document by sladek*logiq.cz */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear10 {
	display: block;
	clear: both;
	height: 10px;
	width: 100%;
	overflow: hidden;
}
strong {
	/*font-weight: 700;*/
}
.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
}
*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}







/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #373C3A;
	background-color: #fff;
	font-family: 'Merriweather', serif;
    font-family: 'PT Serif', serif;
}
body p {
	font-size: 18px;
	line-height: 28px;
}
.body2 {
	background-color: #f8f7f4;
}


a {
	color: #373C3A;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #D6953C;
	text-decoration: underline;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}



.header  {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1020;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	transition: all 300ms;
}
.body2 .header, .headers, .headerstmp {
	color: #373C3A;
	background-color: #fff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.header0 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	height: 140px;
	transition: all 300ms;
}
.headers .header0 {
	padding: 30px 0 0 0;
	height: 120px;
}
.headerplaceholder {
	height: 200px;
}

.mobilemenu .header0 {
	height: 95px;
}
a.logo {
	display: block;
	float: left;
	height: 60px;
	width: 90px;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/logo.svg);
}
.languageen a.logo {
	background-image: url(../img/logo-en.svg);
}
a.logo span {
	display: none !important;
}
.body2 a.logo, .mobilemenu a.logo, .headers a.logo, .headerstmp a.logo  {
	background-image: url(../img/logo2.svg);
}
.body2 .languageen a.logo, .languageen .mobilemenu a.logo, .languageen .headers a.logo, .languageen  .headerstmp a.logo  {
	background-image: url(../img/logo2-en.svg);
}

.menu {
	padding: 30px 0 0 0;
	float: right;
}
.menu li {
	display: inline-block;
	padding: 0 25px 0 0;
	font-size: 13px;
	position: relative;
}
.header a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.header a span {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    transition: all 300ms;
    background-color: #fff;
    display: block;
    height: 2px;
}


.header a:hover {
	color: #fff;
}
.header a.menus {
	color: #D6953C !important;
}
.header a.menus span {
	background-color: #D6953C !important;
}
.header a:hover span, .header a.menus span {
	width: 100%;
}

.body2 .header a, .headers a, .headerstmp a {
	color: #373C3A;
}
.body2 .header a:hover, .headers a:hover, .headerstmp a:hover {
	color: #373C3A;
}
.body2 .header a span, .headers a span, .body2 .header a:hover span, .headers a:hover span,
.headerstmp a span, .headerstmp a:hover span {
	background-color: #373C3A;
}


a.menu1 {
	font-family: 'Giorgio Sans Web','Open Sans Condensed', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}
.menusub {
	display: none;
	position: absolute;
	top: 100%;
	padding: 20px 0;
	left: 0;
	width: 500px;
}
.drobek {
	padding: 20px 0;
	font-size: 13px;
}
.drobek strong {
	font-weight: 700;
}



.language {
	float: right;
	display: block;
	font-family: 'Giorgio Sans Web','Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	margin: 30px 0 0 60px;
}
.language strong {
	display: inline-block;
	background-color: #fff;
	color: #373C3A;
	width: 34px;
	text-align: center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	margin: 0 5px;
	
}
.language a {
	display: inline-block;
	background-color: transparent;
	color: #fff;
	width: 34px;
	text-align: center;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
	margin: 0 0;
	transition: all 300ms;	
}
.language a:hover {
	background-color: #fff;
	color: #373C3A;
}


.body2 .language strong, .headers .language strong, .headerstmp .language strong {
	background-color: #373C3A;
	color: #fff;	
}
.body2 .language a, .headers .language a, .headerstmp .language a {
	color: #373C3A;
}
.body2 .language a:hover, .headers .language a:hover, .headerstmp .language a:hover  {
	background-color: #373C3A;
	color: #fff;
}

a.search {
	float: right;
	display: block;
	width: 25px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/search.svg);
	margin: 30px 0 0 60px;
	font-family: 'Giorgio Sans Web','Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
}
a.menubutt {
	float: right;
	display: none;
	width: 25px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/menu.svg);
	margin: 30px 0 0 25px;
	font-family: 'Giorgio Sans Web','Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
}
.body2 a.search, .mobilemenu a.search, .headers a.search, .headerstmp a.search {
	background-image: url(../img/search2.svg);
}
.body2 a.menubutt, .headers a.menubutt, .headerstmp a.menubutt  {
	background-image: url(../img/menu2.svg);
}
.mobilemenu a.menubutt {
	background-image: url(../img/close.svg);
}
a.search:hover {
	text-decoration: none;
	background-image: url(../img/search1.svg);
}



.intro {
	position: relative;
	background-color: #000000;
	text-align: left;
	width: 100%;
	max-height: 800px;
	overflow: hidden;
}
.intro img {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0.5;
}
.intro img.face0 {
	opacity: 1;
}

.indexintro h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Poppins', sans-serif;
	margin: -180px 0 0 -310px;
	text-transform: uppercase;
	
}
.indexintro h1 strong {
	display: block;
	font-weight: 600;
	font-size: 100px;
	line-height: 110px;
}


.footer {
	background-color: #373C3A;
	color: #7d7d7d; 
	color: #fff; 
	font-family: 'Merriweather', serif;
    font-family: 'PT Serif', serif;
	position: relative;
	z-index: 1005;
}
.footer0 {
	width: 90%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 60px 0;
}
.footer1 {
	float: left;
	width: 50%;
	padding: 55px 0 75px 0;
	font-size: 18px;
	background-size: 62px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/logo-footer.svg);	
}
.languageen .footer1 {
	background-image: url(../img/logo-footer-en.svg);
}

.footer2 {
	float: right;
	width: 50%;
	padding: 0 0 75px 0;
	text-align: right;
	font-family: 'Poppins', sans-serif;
}
.footer2 p {
	text-align: right;
	padding: 0 0 20px 0;
	font-weight: 600;
	font-size: 15;
}
.footer21 {
	border:1px solid #fff;
	color: #fff;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 15px;
	width: 80%;
	max-width: 440px;
	float: right;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 55px;
}
.footer22 {
	border:1px solid #fff;
	border-left: none;
	color: #fff;
	background-color: transparent;
	width: 20%;
	max-width: 90px;
	float: right;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	text-indent: 500px; 
	height: 55px;
	background-size: 9px auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/footer22.svg);
}
.footer22:hover {
	background-color: #ccc;
}
.footer3 {
	clear: both;
	float: left;
	width: 50%;
	padding: 0 0 60px 0;
	line-height: 20px;
}
.footer31 {
	float: left;
	width: 30%;
	padding: 0 3% 0 0;
	font-size: 12px;
}
.footer4 {
	float: right;
	width: 50%;
}
.footer42 {
	float: right;
	width: 90px;
	padding: 5px 0 0 0;
}
.footer42 a, .footer2soc a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 0 10px auto;
	background-size: 100% auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.footer2soc {
	text-align: center;
	padding: 0 0 45px 0;
	display: none;
}
.footer2soc a {
	display: inline-block;
	margin: 0 10px;
}
a.soc-fb {
	background-image: url(../img/soc-fb.svg);
}
a.soc-fb:hover {
	background-image: url(../img/soc-fb1.svg);
}
a.soc-ins {
	background-image: url(../img/soc-ins.svg);
}
a.soc-ins:hover {
	background-image: url(../img/soc-ins1.svg);
}
a.soc-yt {
	background-image: url(../img/soc-yt.svg);
}
a.soc-yt:hover {
	background-image: url(../img/soc-yt1.svg);
}
a.soc-tw {
	background-image: url(../img/soc-tw.svg);
}
a.soc-tw:hover {
	background-image: url(../img/soc-tw1.svg);
}

.footer41 {
	float: right;
	text-align: right;
	font-family: 'Poppins', sans-serif;
}
.footer41 a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 0 0 5px 0;
	position: relative;
}
.footer41 a:hover {
	/*border-bottom: 2px solid #D6953C;*/
	/*margin: 0 0 4px 0;*/
}
.footer41 a span {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    transition: all 300ms;
    background-color: #D6953C;
    display: block;
    height: 2px;
}
.footer41 a:hover span {
	width: 100%;
}



.footer5 {
	clear: both;
	padding: 0 0 55px 0;
	text-align: center;
}
.footer5 a {
	display: inline-block;	
}
.footer5 img {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
}
.footer6 {
	clear: both;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.footer61 {
	display: none;
}
.footer strong {
	font-weight: 700;
	
}
.footer a {
	color: #7d7d7d; 
	color: #fff; 
	text-decoration: none;
}
.footer a:hover {
	color: #D6953C;
}






.news0 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
}
.body2 .news0 {
	background-color: #f8f7f4;
}
.news1, a.news1 {
	float: left;
	width: 33.333%;
	width: 25%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	border-bottom: none;
	height: 514px;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.articleid211 .news1, .articleid211  a.news1 {
	/*width: 25%;*/
}
.articleid211 .news1 .news10, .articleid211  a.news1, .news10 {
	/*font-size: 18px;*/
}
.news1double, a.news1double {
	width: 50%;
}
a.news1gallery {
	float: left;
	width: 33.333%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;	
	display: block;
	overflow: hidden;
}
a.news1gallery img {
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	min-height: 100%;
	min-width: 100%;
}
.newscenter .news1, .newscenter a.news1 {
	width: 50%;
}
a.news1:hover {
	color: #373C3A;
}
.news1 img, a.news1 img {
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	min-height: 100%;
	min-width: 100%;
transform: scale(1.05);
/*transition: opacity 0.35s, transform 0.35s;*/
transition: all 0.35s;
/*opacity: 0.7;*/
}
.news1:hover img, a.news1:hover img {
	transform: scale(1);
-webkit-filter: sepia(0.5);
filter: sepia(0.5);
}
.news1b {
	width: 66.666%;
}
.news11 {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1.5px;
}
.news12 {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-family: 'Merriweather', serif;
    font-family: 'PT Serif', serif;
}
.news13 {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 0 0 0 0;
	color: #373C3A;
	border-bottom: 2px solid #373C3A;
	opacity: 0;
	transition: all 0.35s;
}
.news14 {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 12px;
	text-align: center;
	padding: 0 0 0 0;
	color: #373C3A;
	border-bottom: 2px solid #373C3A;
	opacity: 0;
	transition: all 0.35s;
}
a.news1:hover .news13, a.news1:hover .news14 {
	opacity: 1;
}


.news10 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 25px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
	letter-spacing: 1.0px;
	font-size: 18px;
}
.news10 span {
	font-weight: 300;
}
.news1:hover .news10 {
	background-color: rgba(214,149,60,0.5);
}
.newsfooter {
	padding: 75px 0 160px 0;
	clear: both;
	text-align: center;
}
.newsfooterinline {
	padding: 75px 0 30px 0;
	clear: both;
	text-align: center;
}
.newsfooter0 {
	position: relative;
}
a.newsfooter1, .newsfooter1 {
	display: inline-block;
	padding: 25px 75px;
	bordeR: 2px solid #373C3A;
	color: #373C3A;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	background-size: 11px auto;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/next.svg);
	letter-spacing: 1.5px;
	transition: 300ms ease-out;
	min-width: 155px;
	cursor: pointer;
	margin: 0 auto;
}
a.newsfooter1:hover, .newsfooter1:hover {
	/*color: #000;*/
	/*background-image: url(../img/next2.svg);*/
	bordeR: 2px solid #D6953C;
	color: #373C3A;
}
a.newsfooter2 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 25px 25px;
	bordeR: 2px solid #fff;
	color: #373C3A;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	background-size: 11px auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/next.svg);
}
a.newsfooter2:hover {
	color: #D6953C;
	background-image: url(../img/next1.svg);
}


.paginace a {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin: 0 10px;
	text-decoration: none;
}
.paginace .paginaceselected {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin: 0 10px;
	color: #D6953C;
}


.books {
	background-color: #eeebe2;
}
.books0 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
}
.booksfooter {
	padding: 75px 0 160px 0;
	clear: both;
	text-align: center;
}
.books ul li {
	float: left;
	width: 50%;
	padding: 2px 1px 0 1px;
	box-sizing: border-box;
}
.books ul li:nth-child(odd) {
	clear: both;
}
.books ul li a {
	display: block;
	width: 100%;
	max-height: 600px;
	overflow: hidden;
	position: relative;
font-family: 'Poppins', sans-serif;
font-weight: 600;
color: #fff;
}
.books ul li:hover a {
	color: #373C3A;
}
.books ul li img {
	display: block;
	width: 100%;
	height: auto;
transform: scale(1.05);
/*transition: opacity 0.35s, transform 0.35s;*/
transition: all 0.35s;
/*opacity: 0.7;*/
}

.books ul li:hover img {
	transform: scale(1);
/*-webkit-filter: sepia(0.5);
filter: sepia(0.5);*/
}
.books ul li:hover .news10 {
	background-color: rgba(214,149,60,0.5);
}


.booksheader {
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	background-color: #9F905F;
	margin: 20px auto 0 auto;
	padding: 35px 0;
	width: 90%;
	max-width: 550px;
	text-align: center;
	letter-spacing: 1.5px;
}


.tip {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33.333%;
	background-color: #1e3f5c;
}
.tip1, a.tip1 {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 25px;
	min-height: 230px;
	text-decoration: none;
}
a.tip1:hover strong {
	text-decoration: underline;
}
.tip1 strong {
	display: block;
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 25px 0;
	font-family: 'Poppins', sans-serif;
}


.txt {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 45px 0 100px 0;
}
.txt a {
	text-decoration: underline;
}
.txt p {
	padding: 0 0 30px 0;
}
.txt p img {
	max-width: 100% !important;
}
.txt ul, .txt ol {
	padding: 0 0 30px 0;
}
.txt ul li {
	margin: 0 0 0 50px;
	padding: 0 0 0 10px;
	list-style-type: square;
}
.txt ol li {
	margin: 0 0 0 50px;
	padding: 0 0 0 10px;
	list-style-type: decimal;
}
.txt strong {
	font-weight: 700;
}
.txt em, .txt i {
	font-style: italic;
}
.txt h1 {
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 1.5px;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 50px 0;
}
.txt h2 {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 50px 0;
}
.txt h3 {
	font-weight: 600;
	font-size: 25px;
	border-bottom: 1px solid #373C3A;
	color: #373C3A;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}
.txt h4 {
	font-weight: 600;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}


.introtxt0 {
	position: absolute;
	lefT: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}	
.introtxt h1, .event1 h1 {
	font-weight: 600;
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	padding: 15px 25px 35px 25px;
	min-height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.333%;
	max-width: 545px;
	margin: 0 auto;
	background-color: #1e3f5c; 
	box-sizing: border-box;
	background-size: 30px auto;
	background-position: 50% 90%;
	background-repeat: no-repeat;
	background-image: url(../img/h1.svg);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
}
.h1span {
	display: block;
	cursor: pointer;
	width: 30px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -15px;
}


a.downloadgroupbutt {
	display: block;
	font-weight: 600;
	font-size: 25px;
	border-bottom: 1px solid #373C3A;
	color: #373C3A;
	text-decoration: none;
	background-size: 30px auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/downloadbutt.svg);
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
a.downloadgroupbutts {
	background-image: url(../img/downloadbutt1.svg);
}
a.download {
	display: block;
	position: relative;
	padding: 0 0 50px 135px;
	text-decoration: none;
	max-width: 500px;
	box-sizing: border-box;
}
a.downloadinline {
	float: left;
	width: 25%;
	padding: 0 0 75px 75px;
}
a.download strong {
	display: block;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
a.download span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 70px;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/download.svg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.downloadgroup {
	padding: 30px 0;
	display: none;
}
a.download:hover span {
	color: #D6953C;
	background-image: url(../img/download1.svg);
}
.smap {
	float: right;
	width: 50%;
	height: 400px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}


.people {
	background-color: #eeebe2;
}
.people0 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	font-family: 'Poppins', sans-serif;
}
.people1 {
	text-align: center;
	padding: 0 0 70px 0;
	font-size: 17px;
	color: #6e706c;
}
a.people1img {
	max-width: 270px;
	display: block;
	margin: 0 auto 30px auto;
}
.people1img:hover img {
  /*-webkit-filter: sepia(1);
  filter: sepia(1);*/
}
.people1 img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	/*-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;*/	
}
.people1 a {
	color: #373C3A;
	font-weight: 600;
	font-size: 25px;
	display: block;
	padding: 0 0 20px 0;
	text-decoration: none;
}
.people1 a:hover {
	color: #D6953C;
}

.people2 {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
.people21 {
	float: left;
	width: 33.333%;
	height: 500px;
	font-size: 15px;
}
.people21 img {
	display: block;
	width: 100%;
	height: auto;
	/*-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;*/	
}
.people21img:hover img {
  /*-webkit-filter: sepia(1);
  filter: sepia(1);*/
}
a.people21img {
	display: block;
	width: 95%;
	max-width: 200px;
	margin: 0 0 45px 0;
}
.people21 a {
	color: #373C3A;
	font-weight: 600;
	font-size: 18px;
	display: block;
	padding: 0 0 20px 0;
	text-decoration: none;
}
.people21 a:hover {
	color: #D6953C;
}


.introtxt01 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
}
.introfiltr {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px;	
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
}
.articleid95 .introfiltr {
	width: 30%;
}
.introfiltr a {
	border: 2px solid #fff;
	color: #fff;
	display: block;
	padding: 20px;
	margin: 0 0 25px 0;
	text-decoration: none;
	font-weight: 600;
}
.event1 .introfiltr a {
	/*border: 2px solid #373C3A;
	color: #373C3A;*/
}
.introfiltr a:hover  {
	/*background-color: #D6953C;*/
	border: 2px solid #D6953C !important;
	/*color: #373C3A;*/
	bordeR: 2px solid #D6953C;
	color: #373C3A;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;	
}
a.introfiltrs {
	background-color: #D6953C;
	border: 2px solid #D6953C !important;
}


#booksearch {
	border: 2px solid #fff;
	background-color: #fff;
	color: #373C3A;
	display: block;
	padding: 20px;
	width: 100%;
	margin: 0 0 25px 0;
	text-decoration: none;
	font-weight: 600;
}

.ypages {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 45px 0;
	font-size: 15px;
	line-height: 23px;
}
.ypages1 {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 600;
	padding: 0 0 40px 0;
}
.ypages a {
	color: #D6953C;
}
.ypages2 {
	border-bottom: 1px dashed #707070;
	margin: 0 0 40px 0;
}
.ypages2noborder {
	border-bottom: none;
	margin: 0 0 40px 0;
}
.ypages2 p {
	float: left;
	width: 23%;
	padding: 0 2% 0 0;
	min-height: 195px;
	font-size: 15px;
}
.ypagesglosar p {
	min-height: 1px;
	padding: 0 2% 20px 0;
}
.ypages2 p:nth-child(4n+1) {
	clear: both;
}
.ypagesface .ypages2 p {
	min-height: 490px;
}
a.ypages21 {
	font-size: 18px;
	font-weight: 600;
	color: #373C3A;
	text-decoration: none;
	display: block;
	min-height: 45px;
}
a.ypages21:hover {
	color: #D6953C;
}
.ypages2 img, .ypages3 img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;	
}
.ypages2 p:hover img, .ypages3:hover img {
  /*-webkit-filter: sepia(1);
  filter: sepia(1);*/
}
a.ypages2img {
	display: block;
	width: 200px;
	margin: 0 0 45px 0;
}
a.ypages3img {
	display: block;
	width: 270px;
	margin: 0 auto 45px auto;
}
.ypages3 {
	margin: 0 auto;
	text-align: center;
	min-height: 535px;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
}
a.ypages3a {
	display: block;
	font-size: 25px;
	color: #373C3A;
	text-decoration: none;
	font-weight: 600;
	padding: 0 0 15px 0;
}
a.ypages3a:hover {
	color: #D6953C;
}


.profile1 {
	background-color: #e7e5d8;
}
.profile10 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
}
.profile101 {
	float: left;
	width: 16.666%;
}
.profile102 {
	float: left;
	width: 16.666%;
}
.profile102 img {
	display: block;
	width: 80%;
	height: auto;
}
.profile103 {
	float: right;
	width: 66.666%;
	font-size: 18px;
}
.profile103 h1 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 50px 0;	
}
.profile103 p strong {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.profile2 em, .profile2 i {
	font-style: italic;
}
.profile1 .clear {
	background-color: #f8f7f4;
}

.profile2 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	padding: 50px 0;
}
.profile21 {
	float: left;
	width: 16.666%;
	font-size: 12px;
	letter-spacing: 1px;
}
.profile22 {
	float: right;
	width: 66.666%;
	width: 83.332%;
}
.profile2 h2 {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 30px 0;
}
.profile2 p {
	padding: 0 0 30px 0;
}
.profile2 strong {
	font-weight: 600;
}
.profile2 p a {
	text-decoration: underline;
}
.profile21 ul, .search2 ul {
	width: 170px;
	width: 90%;
	max-width: 220px;
	padding: 0 0 40px 0;
}
.search2 ul {
	max-width: 100%;
}
.profile21 ul li a, .search2 ul li a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 10px 30px;
	color: #373C3A;
	text-decoration: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.search22 ul li a {
	font-size: 18px;
	display: inline-block;
}
.profile21 ul li a:hover, .search2 ul li a:hover {
	color: #D6953C;
	/*background-color: #D6953C;*/
}

.profile21 ul li a:before, .search2 ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  /*top: 0;*/
	height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D6953C;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.profile21 ul li a:hover:before, .profile21 ul li a:focus:before, .profile21 ul li a:active:before,
.search2 ul li a:hover:before, .search2 ul li a:focus:before, .search2 ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.profiledetail {
	display: none;
}



a.profile2back {
	display: block;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	padding: 10px 30px;
	color: #373C3A;
	text-decoration: none;
	background-size: 12px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/back1.svg);
}
a.profile2back:hover {
	color: #D6953C;
	background-image: url(../img/back.svg);
}

.event {
	background-color: #fff;
}
.event1 {
	background-color: #edebe1;
	background-color: #1b2c3c;
	background-size: cover;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/0.png);
}
.languageen .event1 {
	background-image: url(../img/0en.png);
}
.event10 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
	min-height: 500px;
}
.event10search {
	min-height: 300px;
}

.eventfiltr {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 33.333%;
}
a.eventfiltrbutt {
	display: block;
	padding: 5px 5px 5px 35px; 
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #373C3A;
	color: #fff;
	text-decoration: none;
	background-size: 15px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/eventfiltrbutt.svg);
	background-image: url(../img/eventfiltrbutt2.svg);
}
a.eventfiltrbutt:hover, a.eventfiltrbutts {
	color: #D6953C;
	background-image: url(../img/eventfiltrbutt1.svg);
}
.eventfiltr1, .eventfiltr2 {
	float: left;
	width: 50%;
}
.eventfooter {
	clear: both;
	padding: 20px 0 50px 0;
	text-align: right;
}
a.eventfooter1 {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding: 0 30px 0 0;
	background-size: 11px auto;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/next.svg);
	text-decoration: none;
}
a.eventfooter1:hover {
	background-image: url(../img/next1.svg);
}



.projectfiltr {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 33.333%;
}
.projectfiltr a {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	text-decoration: none;
}
.projectfiltr a:hover, a.projectfiltrs {
	color: #373C3A;
	background-color: #D6953C;
}



.center {
}
.center0 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
}
.centerfooter {
	padding: 0 0 50px 0;
	clear: both;
}
.center ul li {
	float: left;
	width: 50%;
}
.center ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 514px;
	position: relative;
	overflow: hidden;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.center ul li a:hover {
	color: #373C3A;
}


.center ul li a img {
position: relative;
display: block;
height: 100%;
width: auto;
min-height: 100%;
min-width: 100%;
transform: scale(1.15);
transition: all 0.35s;
}
.center ul li a:hover img {
	transform: scale(1);
-webkit-filter: sepia(1);
filter: sepia(1);
}


.txtmoreinfo {
	display: none;
	padding: 0 0;
}
.txtmoreinfo a.downloadgroupbutt {
	font-size: 20px;
	background-size: 20px auto;
	background-position: 99.5% 50%;
}
.txtmoreinfo p:first-child {
 	padding: 30px 0 30px 0; 
}
.fullscreenimg img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}



.searchlayer {
	background-color: rgba(255,255,255,0.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	display: none;
}
.searchlayer0 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	text-align: right;
}
a.searchlogo {
	display: block;
	float: left;
	height: 60px;
	width: 90px;
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/logo2.svg);
}
.languageen a.searchlogo {
	background-image: url(../img/logo2-en.svg);
}
a.searchclose {
	display: inline-block;
	font-family: 'Giorgio Sans Web','Open Sans Condensed', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}
.searchlayer1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin: -90px 0 0 0;
}
.searchlayer2 {
	background-color: #fff;
	display: block;
	border: none;
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	padding: 15px;
	color: #373C3A;
	font-family: 'Merriweather', serif;
    font-family: 'PT Serif', serif;
	font-size: 30px;
}
.searchlayer3 {
	display: inline-block;
	padding: 25px 75px;
	border: 2px solid #373C3A;
	border: 2px solid #fff;
	color: #373C3A;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	background-size: 11px auto;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/next.svg);
	background-image: url(../img/next2.svg);
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.searchlayer3:hover {
	background-color: #D6953C;
	color: #fff;
	border: 2px solid #D6953C;
	background-image: url(../img/next2.svg);
}


.search2 {
	width: 90%;
	max-width: 1640px;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	padding: 50px 0;
}
.search21 {
	float: left;
	width: 16.666%;
	font-size: 12px;
}
.search22 {
	float: left;
	width: 66.666%;
}
.search22 strong {
	font-weight: 700;
}
.search22 h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 600;
	padding: 0 0 70px 0;
	letter-spacing: 2px;
}
.search22 h2 strong {
	font-family: 'Merriweather', serif;
    font-family: 'PT Serif', serif;
	font-size: 30px;
	font-weight: 400;
}
.search22 h3 {
	font-weight: 600;
	font-size: 25px;
	border-bottom: 1px solid #373C3A;
	color: #373C3A;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}
.search22 p {
	padding: 0 0 30px 0;
}
.search22 p a {
	display: block;
	font-weight: 600;
}



.mobilemenu {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1030;
	width: 100%;
	height: 100%;
	font-family: 'Giorgio Sans Web','Open Sans Condensed', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 0 0;
	display: none;
	overflow-y: auto;
}
.mobilemenu2 {
	width: 90%;
	margin: 0 auto;
	height: 110px;
}
.mobilemenu21 {
	border:1px solid #7d7d7d;
	color: #7d7d7d;
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	line-height: 10px;
	width: 66.666%;
	float: right;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 55px;
}
.mobilemenu22 {
	border:1px solid #7d7d7d;
	border-left: none;
	color: #7d7d7d;
	font-size: 10px;
	line-height: 10px;
	background-color: transparent;
	width: 33.333%;
	float: right;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	height: 55px;
	background-size: 9px auto;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/footer22.svg);
}
.mobilemenu ul {
	position: relative;
	width: 90%;
	margin: 0 auto;
	min-height: 250px;
	padding: 0 0 20px 0;
}
.mobilemenu ul a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #373C3A;
}
a.mobilemenu3 {
	background-size: 9px auto;
	background-position: 96.5% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/footer22.svg);
}
.mobilemenu2 a {
	display: block;
	padding: 0 0 0 20px;
	background-size: 9px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url(../img/back1.svg);
}
a.mobilemenu4 {
	position: absolute;
	left: 5%;
	top: 30px;
	text-decoration: none;
}
a.mobilemenu4 span {
	color: #aeb0af;
}
.mobilemenuslide {
	display: none;
}


.bigsubmenu {
	position: absolute;
	top: 100%;
	margin: -60px 0 0 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	width: 100%;
	display: none;
}
.headers0 .bigsubmenu {
	margin: -50px 0 0 0;
}
.bigsubmenucontent {
	padding: 35px 0;
	position: relative;
	color: #373C3A;
}
.bigsubmenucontent a {
	color: #373C3A;
	text-decoration: none;
	font-size: 16px;
}
.bigsubmenucontent a:hover {
	color: #D6953C;
}
.bigsubmenuslide {
	display: none;
}
.bigsubmenuslide0, .bigsubmenuslide {
	float: left;
	/*width: 350px;*/
	padding: 0 50px 0 0;
}
.bigsubmenuslidelevel1 {
	width: 400px;
}


.objednatbutt {
	text-align: center;
	padding: 0 0 30px 0;
}
.objednatbutt a {
	text-decoration: none;
}

.order {
	background-color: #fff;
}
.order0  {
	width: 33.333%;
	max-width: 545px;
	margin: 0 auto;
	padding: 25px 0;
	font-family: 'Poppins', sans-serif;
}
.order label {
	display: block;
	padding: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}
.order label span {
	display: block;
	font-size: 12px;
}
.order1 {
	display: block;
	padding: 5px 10px;
	background-color: #e1e1e1;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	border: none;
	margin: 0 0 20px 0;
}
.order label.order2 {
	font-size: 12px;
}
.order label.order2 input {
	float: left;
	margin: 2px 10px 10px 0;
}
.order h2 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 40px 0;
}
.order3 {
	background-color: #c3c5c4;
	padding: 15px 10px;
	font-weight: 600;
	margin: 0 0 45px 0;
}
.order3 span {
	float: right;
}
.order .newsfooter1 {
	display: block;
	margin: 0 auto;
	padding: 10px 30px 10px 20px;
	background-position: 95% 50%;
	background-size: 8px auto;
	background-color: #fff;
}
.order .newsfooter1:hover {
	color: #373C3A;
}
.orderalert {
	font-weight: 700;
	color: #cc0000;
	text-align: center;
}
.abcanchor {
	padding: 20px;
	text-align: center;
}
.abcanchor a {
	display: inline-block;
	padding: 0 5px;
	font-weight: 700;
	text-decoration: none;
}

.booksearchform {
	background-color: #fff;
	position: relative;
	padding: 0 30px 0 0;
	background-image: url(../img/search2.svg);
background-size: 15px auto;
background-position: 98% 50%;
background-repeat: no-repeat;
	margin: 10px 0 0 0;
}
.booksearchform1 {
	border: none;
	background-color: #fff;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.booksearchform2 {
	opacity: 0;
	display: block;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
}




@media screen and (min-width: 1px) and (max-width: 1640px) {
.profile103 h1 {
	padding: 25px 0;
	font-size: 24px;
}
a.menu1 {
    font-size: 20px;
}
a.language, a.search, a.menubutt {
    font-size: 20px;
}
.language {
    font-size: 20px;
}
.language strong {
	width: 24px;
}
.books ul li a {
    max-height: 500px;
}
}

@media screen and (min-width: 1px) and (max-width: 1360px) {
.news1, a.news1 {
	width: 33.333%;
}
.news1double, a.news1double {
	width: 66.666%;
}
.profile102 {
  width: 20%;
}
.profile103 {
  width: 62%;
}
.profile103 h1 {
	padding: 15px 0;
	font-size: 24px;
}
a.downloadinline {
	width: 33%;
}
a.menu1 {
    font-size: 16px;
}
.language {
    font-size: 16px;
}
.language strong {
	width: 20px;
}
a.language, a.search, a.menubutt {
    font-size: 16px;
}
.indexintro h1 {
    font-size: 30px;
    line-height: 40px;
    margin: -100px 0 0 -160px;
}
.indexintro h1 strong {
    font-size: 50px;
    line-height: 60px;
}
.ypages2 p {
	width: 31.333%;
}
.ypages2 p:nth-child(4n+1) {
    clear: none;
}
.ypages2 p:nth-child(3n+1) {
    clear: both;
}
.footer31 {
	float: none;
	width: auto;
	padding: 0 0 20px 0;
}
.intro {
max-height: 700px;
}
}


@media screen and (min-width: 1px) and (max-width: 1280px) {
.news1, .news1b {
	width: 50%;
}
.books ul li a {
    max-height: 400px;
}
.indexintro h1 {
    top: 40%;
}
}



@media screen and (min-width: 1px) and (max-width: 1200px) {

.menu {
	display: none;
}
a.language {
	display: none;
}
a.menubutt {
	display: block;
}
.header0, .headers .header0 {
	padding: 30px 0 0 0;
	height: 90px;
}
.headerplaceholder {
	height: 120px;
}
}



@media screen and (min-width: 1px) and (max-width: 1024px) {

.news1, a.news1 {
	width: 50.0%;
}
.news1double, a.news1double {
	width: 100%;
}
.articleid95 .introfiltr {
  width: 100%;
}
a.downloadinline {
	float: left;
	width: 50%;
}
.ypages2 p {
	width: 48%;
}
.ypages2 p:nth-child(4n+1), .ypages2 p:nth-child(3n+1) {
    clear: none;
}
.ypages2 p:nth-child(2n+1) {
    clear: both;
}
.tip {
	position: relative;
	bottom: auto;
}
.tip1, a.tip1 {
	min-height: 150px;
}
.news0, .books0 {
	width: 100%;
}
.indexintro h1 {
    position: absolute;
    top: 150px;
    left: 5%;
	margin: 0 0 0 0;
    font-size: 25px;
    line-height: 35px;
}
.indexintro h1 strong {
    font-size: 40px;
    line-height: 50px;
}
.introfiltr, .eventfiltr {
	/*display: none;*/
	position: relative;
	width: auto;
	right: auto;
	bottom: auto;
	padding: 30px 0 0 0;
}
.introtxt0 {
	position: relative;
	left: auto;
	bottom: auto;
}
.intro {
max-height: 5000px;
}
.event10 {
    min-height: 200px;
}
.profile101 {
    display: none;
}
.profile102, .profile21 {
    width: 33.332%;
}
.profile22 {
    width: 66.666%;
}
.profile103 h1 {
	padding: 20px 0;
}
}

@media screen and (min-width: 1px) and (max-width: 640px) {

.smap {
  float: none;
  width: 100%;
	margin: 0 0 30px 0;
}
.eventfiltr {
	padding: 30px 0;
}
.event10 {
	padding: 100px 0 0 0;
}
.order0  {
	width: 90%;
}
.header0, .headers .header0 {
	height: 60px;
}
.headerplaceholder {
	height: 90px;
}

a.logo {
    height: 30px;
    width: 60px;
	background-size: auto 100%;
}
a.menubutt, a.search, .language {
	margin: 0 0 0 25px;
}
.intro img {
	height: 500px;
	width: auto;
	margin: 0 auto;
}
.ypagesface .ypages2 p {
    min-height: 300px;
}
a.ypages21 {
    /*font-size: 12px;*/
	min-height: 30px;
}
a.ypages2img {
     width: 90%;
	max-width: 110px;
	margin: 0 auto 20px auto;
}
.ypages1 {
	padding: 0 0 20px 0;
}
.ypages2 {
	margin: 0 0 20px 0;
}
.ypages2 p {
	/*width: 48%;
	float: left;
	padding: 0 2% 0 0;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	min-height: 100px;*/
	float: none;
	width: auto;
	text-align: center;
	min-height: 100px;
	padding: 0 0 30px 0;
}
.ypages3 {
    font-size: 10px;
	min-height: 100px;
	padding: 0 0 40px 0;
}
a.ypages3img {
    width: 90%;
    max-width: 170px;
	margin: 0 auto 20px auto;
}
a.ypages3a {
    font-size: 18px;
}
.news1, .news1b, a.news1, .newscenter .news1, .newscenter a.news1, .news1double, a.news1double {
	width: auto;
	float: none;
	height: auto;
}

.news10 {
	padding: 75px 25px;
}
a.newsfooter2 {
	display: none;
}
.books ul li {
    float: none;
    width: auto;
}
.footer0 {
	padding: 45px 0;
}
.footer1, .footer3, .footer5 {
	display: none;
}
.footer2 {
	float: none;
	width: 100%;
	text-align: left;
	font-size: 12px;
	position: relative;
	min-height: 100px;
	overflow: hidden;
}
.footer2 p, .footer6 {
	text-align: left;
}
.footer21 {
	font-size: 12px;
	line-height: 12px;
	max-width: 100%;
}
.footer22 {
	max-width: 100%;
}
.footer4 {
    float: none;
    width: auto;
	padding: 20px 0 40px 0;
}
.footer42 {
	display: none;
}
.footer41 {
	float: none;
	text-align: left;
}
.footer61 {
	display: block;
	padding: 0 0 25px 70px;
	font-size: 10px;
	background-size: 55px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../img/logo-footer.svg);
	font-family: 'Merriweather', serif;
    font-family: 'PT Serif', serif;
}
.languageen .footer61 {
	background-image: url(../img/logo-footer-en.svg);
}
.footer2soc {
	display: block;
}
.footer2 input {
	display: block;
}
.introtxt h1, .event1 h1 {
    font-size: 20px;
	height: auto;
	min-height: 10px;
	width: 100%;
	padding: 20px 10px 20px 10px;
}
.people1 {
	font-size: 12px;
}
.people1 a {
    font-size: 18px;
	padding: 10px 0;
}
a.people1img {
    max-width: 170px;
	margin: 0 auto;
}
.people21 {
    width: 50%;
	text-align: center;
	font-size: 14px;
	height: auto;
	min-height: 300px;
}
.people21 a, .people21 p {
	font-size: 14px;
}
a.people21img {
    max-width: 110px;
	margin: 0 auto;
}
.profile21 {
float: none;
    width: auto;
	margin: 0 0 30px 0;
}
.profile22 {
    float: none;
    width: auto;
}
.profile101 {
    display: none;
}
.profile102 {
    float: none;
    width: auto;
}
.profile102 img {
	margin: 0 auto;
	max-width: 170px;
}
.profile103 {
    float: none;
    width: auto;
    font-size: 12px;
	text-align: center;
	padding: 0 0 25px 0;
}
.profile103 h1 {
	font-size: 22px;
	padding: 20px 0;
}
.introtxt h1, .event1 h1 {
	background-image: none;
}
.search21, .search22 {
	float: none;
	width: auto;
}
}

@media screen and (min-width: 1px) and (max-width: 480px) {
.people21 {
	float: none;
    	width: 100%;
}
a.downloadinline {
	float: none;
	width: 100%;
}
}






#eucookielaw {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 95%;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 7px 2.5%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	z-index: 2000;
}
#eucookielaw a {
	display: inline-block;
	margin: 3px 10px;
	color: #fff;
	text-decoration: none;
}
#eucookielaw a:hover {
	text-decoration: underline;
}
#eucookielaw a#removecookie {
	background-color: #ccc;
	display: inline-block;
	margin: 0 10px;
	color: #000;
	padding: 3px 20px;
	text-decoration: none;
}
#eucookielaw a#removecookie:hover {
	background-color: #fff;
	color: #000;
}

.filestructurenone {
	display: none;
}