/* 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;
}
.clear30 {
	display: block;
	clear: both;
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.clear60 {
	display: block;
	clear: both;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
strong {
	/*font-weight: 700;*/
}

.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=40);
  	opacity: 0.4;
	/*color: #fff;*/
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=40);
  	opacity: 0.4;
	/*color: #fff;*/
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=40);
  	opacity: 0.4;
	/*color: #fff;*/
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=40);
  	opacity: 0.4;
	/*color: #fff;*/
}

*: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;
}




@font-face {
    font-family: roslindale;
    src: url("roslindaledisplaycondensed-regular.otf") format("opentype");
}






/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
}
a {
	color: #F1ECE4;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #F1ECE4;
	text-decoration: none;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #16433A;
	background-color: #F1ECE4;
	font-family: 'GeneralSans-Regular', sans-serif;
}
body.article1 {
	color: #F1ECE4;
	background-color: #16433A;
}
body.article3 {
	background-color: #EB584D;
}



.intro {
	position: relative;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}
.intro img {
	display: block;
	width: 100%;
	height: auto;
}
.intro img.intromobile {
	display: none;
}
.intro1, .intro2, .intro3, .intro4, .intro5, .intro6, .intro7, .intro8, .intro9, .intro10, .intro11 {
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: auto;
}
.intro6, .intro7 {
	height: 0;
	transition: height 0.3s ease-out;
	overflow: hidden;
animation: introheight 4s ease-in-out forwards;
}

@keyframes introheight {
  0%   {height: 0;}
  60%  {height: 0;}
  100% {height: 1770px;}
}
.introplaceholder {
	/*height: 100vh;*/
	aspect-ratio: 16 / 9;
	position: relative;
}
a.introcontinue {
	background-repeat: no-repeat;
	background-image: url(../img/arrow-intro.svg);
	background-size: auto 60px;
	background-position: 50% 50%;	
	position: absolute;
	bottom: 5%;
	left: 50%;
	width: 60px;
	height: 60px;
	z-index: 1000;
}
.introtxt {
	font-family: 'GeneralSans-Medium', sans-serif;
	font-size: 50px;
	line-height: 55px;
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
	position: relative;
	padding: 150px 0 0 0;
}
.introtxtpadding {
	padding-bottom: 100px;
}
.introtxt strong {
	font-family: 'GeneralSans-Semibold', sans-serif;
}
.introtxt p {
	padding: 0 0 40px 0;
}
.introtxt h1, .introtxt h2, .introtxt h3 {
	padding: 160px 0 100px 0;
	font-family: 'roslindale', sans-serif;
	font-size: 100px;
	line-height: 105px;
}
.introtxtleft {
	padding: 0 0 0 0;
}
.introtxtright {
	width: 50%;
	max-width: 50%;
	margin: 0 0 0 auto;
	padding: 0 0 150px 0;
}
.introtxtright p { 
	max-width: 770px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 50px;
	height: 200px;
	width: 100%;
	z-index: 1020;
	box-sizing: border-box;
}
.headerfixedafter {
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}
.headerplaceholder {
	height: 210px;
}
.articleparent190 .headerplaceholder {
	display: none;
}
.article4 .headerplaceholder {
	height: 0;
	background-color: #F4CA5B;
}
.article2 .headerplaceholder {
	height: 0;
	background-color: #16433A;
}
.article3 .headerplaceholder {
	height: 0;
}


.logo {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 5;
}
.logo a, .article1 .menuopen .logo a, .article2 .menuopen .logo a, .articleparent190 .menuopen .logo a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../img/logo-green.svg);
	background-size: 100% auto;
	background-position: 0 0;
}
.article1 .logo a, .article2 .logo a, .articleparent190 .logo a {
	background-image: url(../img/logo.svg);
}
.logo span {
	display: none;
}
a.menubutt, .article1 .menuopen a.menubutt, .article2 .menuopen a.menubutt, .articleparent190 .menuopen a.menubutt {
	display: block;
	width: 58px;
	height: 58px;
	border: 2px solid #16433A;
	background-color: #16433A;
	background-repeat: no-repeat;
	background-image: url(../img/menu.svg);
	background-size: 29px auto;
	background-position: 50% 50%;
	position: absolute;
	top: 50px;
	right: 50px;
	border-radius: 50px;
	z-index: 10;
}
.article1 a.menubutt, .article2 a.menubutt, .articleparent190 a.menubutt {
	border: 2px solid #F1ECE4;
	background-color: #F1ECE4;
	background-image: url(../img/menu-green.svg);
}
a.menubutts, .article1 .menuopen a.menubutts, .articleparent190 .menuopen a.menubutts {
	background-image: url(../img/close.svg);
}

.language, .article1 .menuopen .language, .article2 .menuopen .language, .articleparent190 .menuopen .language {
	position: absolute;
	top: 50px;
	right: 130px;
	border-radius: 50px;
	border: 2px solid #16433A;
	width: 58px;
	height: 58px;
	overflow: hidden;
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	transition: height 0.1s ease-out;
	color: #16433A;
	z-index: 10;
}
.language span, .language a {
	padding: 19px 0;
	display: block;
	width: 100%;
	text-align: center;
	color: #16433A !important;
	text-decoration: none;
}
.article1 .menuopen .language a, .article2 .menuopen .language a, .article1 .menuopen .language span, .article2 .menuopen .language span, .articleparent190 .menuopen .language a {

	color: #16433A !important;
}
.language:hover, .language:focus {
	height: 174px !important;
}
.article1 .language, .article2 .language, .articleparent190 .language  {
	border: 2px solid #F1ECE4;
	color: #F1ECE4;
}
.article1 .language span, .article1  .language a, .article2 .language span, .article2  .language a, .articleparent190 .language span, .articleparent190 .language a {
	color: #F1ECE4 !important;
}
.language a:hover {
	background-color: #16433A;
	border-radius: 50px;
}



.menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-color: #F1ECE4;
	box-sizing: border-box;
	z-index: 1;
	padding: 40px 0 0 0;
	display: none;
}
.menu ul {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	font-family: 'roslindale', sans-serif;
}
.menu ul li {
	display: block;
}
.menu ul a {
	font-size: 130px;
	line-height: 120px;
	font-size: 90px;
	line-height: 95px;
	position: relative;
	display: inline-block;
	color: #16433A;
	text-decoration: none;
	transition: color 0.3s ease-out;
}
.menu ul a:hover, .menu ul a:focus, .menu ul a.menus {
	color: #ED6344;
}
.menu ul a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #ED6344;
	width: 0;
	height: 2px;
	transition: all 0.3s ease-out;
}
.menu ul a:hover span, .menu ul a:focus span, .menu ul a.menus span {
	width: 100%;
	color: #ED6344;
}


.partner {
	position: absolute;
	top: 50px;
	right: 330px;
	height: 58px;
	z-index: 1020;
}
.partner img {
	display: inline-block;
	height: 58px;
	width: auto;
	margin: 0 0 0 30px;
}
.intropartner {
	display: none;
}

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1050;
}
.cookiescontent {
	background-color: #E8E1D6;
	width: 90%;
	margin: 0 auto;
	padding: 20px 50px;
	max-width: 910px;
	box-sizing: border-box;

}
.cookiescontent p {
	font-size: 25px;
	line-height: 30px;
	color: #16433A;
	float: left;
	width: 60%;
	font-family: 'GeneralSans-Medium', sans-serif;
}
.cookiebutts {
	float: right;
	width: 40%;
	text-align: right;
	padding: 5px 0 0 0;	
}
a.cookiebutt {
	font-size: 15px;
	line-height: 30px;
	color: #16433A;
	text-decoration: none;
	padding: 7px 20px;
	margin: 0 12px 10px 12px;
	border: 2px solid #16433A;
	border-radius: 50px;
	display: inline-block;
	font-family: 'GeneralSans-Medium', sans-serif;
	text-align: center;
	transition: all 0.1s ease-out;
}
a.cookiebutt:hover, a.cookiebutt:focus {
	background-color: #16433A;
	color: #E8E1D6;
}
a.buybutt, a.buybutt1 {
	position: fixed;
	bottom: 300px;
	right: 115px;
	bottom: 50px;
	width: 224px;
	height: 224px;
	background-color: #ED6344;
	border-radius: 200px;
	color: #16433A;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	transition: background-color 0.1s ease-out;
	text-decoration: none;
	box-sizing: border-box;
	padding-top: 82px;
	font-family: 'GeneralSans-Medium', sans-serif;
	right: 50px;
	width: 150px;
	height: 150px;
	padding-top: 42px;
	z-index: 1000;

}
a.buybutt1 {
	bottom: 210px;
	background-color: #F4CA5B;
}
a.buybutt:hover, a.buybutt:focus, a.buybutt1:hover, a.buybutt1:focus {
	background-color: #fff;
}



.areal {
	position: relative;
}
.arealmobile {
	display: none;
}
.areal2 {
	position: relative;
}
.areal2 img {
	display: block;
	width: 100%;
	height: auto;
}
a.areal2butt {
	display: block;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255,255,255,0.5);*/
}
.areal2 a span {
	display: none;
}
.areal2a, .areal2b, .areal2c, .areal2d, .areal2e, .areal2f, .areal2g {
	position: absolute;
	width: 6%;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
}
.areal2a {
	top: 60.5%;
	left: 68%;
	background-image: url(../img/areal2a.svg);
}
.areal2b {
	top: 45.5%;
	left: 60.2%;
	background-image: url(../img/areal2b.svg);
}
.areal2c {
	top: 62%;
	left: 48.3%;
	background-image: url(../img/areal2c.svg);
}
.areal2d {
	top: 40.5%;
	left: 21.8%;
	background-image: url(../img/areal2d.svg);
}
.areal2e {
	top: 33.2%;
	left: 30.8%;
	background-image: url(../img/areal2e.svg);
}
.areal2f {
	top: 17.0%;
	left: 20.5%;
	background-image: url(../img/areal2f.svg);
}
.areal2g {
  top: 39%;
  left: 77.2%;
  background-image: url(../img/areal2g.svg);
}
a.areal1 {
	display: block;
	width: 224px;
	height: 224px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	border: 2px solid #F1ECE4;
	color: #F1ECE4;
	font-size: 20px;
	line-height: 30px;
	border-radius: 200px;
	text-transform: uppercase;
	position: relative;
	top: 75px;
	font-family: 'GeneralSans-Medium', sans-serif;
	transition: all 0.1s ease-out;
	background-repeat: no-repeat;
	background-image: url(../img/arrow.svg);
	background-size: auto 58px;
	background-position: 50% 90%;
	box-sizing: border-box;
	padding: 40px 0 0 0;
	z-index: 10;
}
a.areal1:hover, a.areal1:focus {
	background-color: #ED6344;
	border: 2px solid #ED6344;
	color: #16433A;
	background-image: url(../img/arrow-green.svg);
}
.areal2detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	background-color: #F4CA5B;
	color: #16433A;
	box-sizing: border-box;
	padding: 35px;
	display: none;
	z-index: 1000;
}
.areal2a .areal2detail, .areal2g .areal2detail {
	left: auto;
	right: 0;
}

.areal2a .areal2detail, .areal2g .areal2detail, .areal2f .areal2detail {
	background-color: #16433A;
	color: #F1ECE4;
}
.areal2c .areal2detail {
	background-color: #9bb2dd;
}
.areal2e .areal2detail {
	background-color: #DDCDBF;
}
.areal2d .areal2detail {
	background-color: #EB584D;
}
.areal2f .areal2detail {
	background-color: #277D59;
	background-color: #87BF57;
}
.areal2detail p {
	font-size: 25px;
	line-heightL: 34px;
	padding: 0 0 90px 0;
}
.areal2detail strong {
	font-family: 'roslindale', sans-serif;
	font-size: 85px;
	display: block;
	padding: 0 0 50px 0;
}
a.areal2detail1, a.areal2detail2 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 10px 0 3px 0;
	border-bottom: 1px solid #16433A;
	color: #16433A;
	vertical-align: top;
	font-family: 'GeneralSans-Medium', sans-serif;
	transition: all 0.1s ease-out;
}
.areal2a .areal2detail a.areal2detail1, .areal2a .areal2detail  a.areal2detail2, 
.areal2g .areal2detail a.areal2detail1, .areal2g .areal2detail  a.areal2detail2,
.areal2f .areal2detail a.areal2detail1, .areal2f .areal2detail  a.areal2detail2,
.areal2d .areal2detail a.areal2detail1:hover, .areal2d .areal2detail  a.areal2detail2:hover {
	border-bottom: 1px solid #F1ECE4;	
	color: #F1ECE4;
} 
a.areal2detail2 {
	float: right;
}
a.areal2detail1:hover, a.areal2detail2:hover, a.areal2detail1:focus, a.areal2detail2:focus {
	padding: 3px 0 10px 0;
	color: #ED6344;
	border-bottom: 1px solid #ED6344;
}



.news {
	background-color: #F1ECE4;
	color: #16433A;
	padding: 70px 0 230px 50px;
	position: relative;
}
.newsheadline {
	position: absolute;
	top: 55px;
	left: 50px;
}
.newsheadline h2 {
	font-family: 'GeneralSans-Semibold', sans-serif;
	font-size: 40px;
	line-height: 55px;
}
.newscontent {
	width: 75%;
	margin: 0 0 0 auto;
}
.newsindex {
	padding: 0 0 50px 0;
	position: relative;
}
.newsindex h2 {
  font-family: 'GeneralSans-Semibold', sans-serif;
  font-size: 40px;
  line-height: 55px;
  padding: 0 0 10px 0;
border-bottom: 2px solid #16433A;
}
.newsindex a.programbutt {
	position: absolute;
	top: 100%;
}



a.newsindexbutt {
	display: inline-block;
	float: right;
	color: #16433A;
	border-bottom: 1px solid #16433A;
	padding: 10px 0 3px 0;
	transition: all 0.1s ease-out;
	position: relative;
	z-index: 1;
	text-decoration: none;
	margin: 30px 0 0 0;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'GeneralSans-Medium', sans-serif;
}
a.newsindexbutt:hover, a.newsindexbutt:focus {
	color: #ED6344;
	border-bottom: 1px solid #ED6344;
	padding: 3px 0 10px 0;
}



.newslist {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}
.newslist1 {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 50px 100px 0;
	
}
.newslist1:nth-child(3n+1) {
	clear: both;
}

.newslist11 {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	display: block;
}
.newslist1 img {
	display: block;
	width: 100%;
	transition: all 0.35s;
}
.newslist1:hover img {
	transform: scale(1.2);
}
.newslist12 {
	padding: 40px 0 0 0;
	min-height: 100px;
	font-size: 25px;
	line-height: 34px;
  font-family: 'GeneralSans-Semibold', sans-serif;
	transition: color 0.1s ease-out;
}
.newslist1 p {
	font-size: 17px;
	line-height: 26px;
	font-family: 'GeneralSans-Medium', sans-serif;	
	padding: 0 0 10px 0;
	transition: color 0.1s ease-out;
}
a.aunderline {
	/*display: inline-block;
	color: #16433A;
	border-bottom: 1px solid #16433A;
	padding: 10px 0 3px 0;
	transition: all 0.1s ease-out;
	position: relative;
	z-index: 1;
	text-decoration: none;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'GeneralSans-Medium', sans-serif;*/
position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 5px 20px;
  border: 1px solid #16433A;
  border-radius: 30px;
  text-transform: uppercase;
  color: #16433A;
  text-decoration: none;
  margin: 0 0 20px 0;
  transition: all 0.15s ease-out;
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-image: url(../img/arrow-programbutt.svg);
  background-size: 0 auto;
  background-position: 90% 50%;
}
.newslist1:hover p, .newslist1:hover .newslist12 {
	color: #ED6344;
}
a.aunderline:hover, a.aunderline:focus {
	/*color: #ED6344;
	border-bottom: 1px solid #ED6344;
	padding: 3px 0 10px 0;*/
padding-right: 60px;
  background-size: 25px auto;
}
.article3 #palac a.aunderline:hover {
	/*color: #F1ECE4;
	border-bottom: 1px solid #F1ECE4;*/
}


.footer {
	padding: 250px 85px 50px 50px;
	background-color: #16433A;
	color: #E8E1D6;
}
.copy {
	color: rgba(241,236,228,0.4);
	font-size: 12px;
	line-height: 24px;
	font-family: 'GeneralSans-Medium', sans-serif;
	text-transform: uppercase;
}
.copy1 {
	float: left;
	width: 25%;
}
.copy2 {
	float: left;
	width: 25%;
}
.copy3 {
	float: right;
}
.copy a {
	color: rgba(241,236,228,0.4);
	text-decoration: none;
	transition: color 0.1s ease-out;
}
.copy a:hover, .copy a:focus {
	color: rgba(241,236,228,1);
}


.footer1 {
	padding: 0 0 300px 0;
	font-size: 17px;
	line-height: 25px;
	font-family: 'GeneralSans-Medium', sans-serif;
}
.footer11 {
	float: left;
	width: 25%;
}
.footer11 img { 
	display: block;
	width: 100px;
	margin: 0 0 50px 0;
}
.footer12 {
	float: left;
	width: 25%;
}
.footer11 strong, .footer12 strong {
	font-family: 'GeneralSans-Bold', sans-serif;
	display: block;
	padding: 0 0 50px 0;
	text-transform: uppercase;
}
.footer12 a {
	display: inline-block;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #16433A;
	text-decoration: none;
	margin: 0 0 25px 0;
	transition: all 0.1s ease-out;
	color: #E8E1D6;
	font-size: 20px;
	line-height: 25px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	
}
.footer12 a:hover, .footer12 a:focus {
	color: #E8E1D6;
	border-bottom: 1px solid #F1ECE4;
}
.footer13 {
	float: right;
	width: 25%;
	max-width: 445px;
}
.footer13 strong {
	font-family: 'GeneralSans-Bold', sans-serif;
	text-transform: uppercase;
}


.nwlform {
	padding: 15px 0;
	display: block;
}
.nwlform1 {
	display: block;
	width: 100%;
	BORDER: NONE;
	padding: 15px 0;
	background-color: transparent;
	color: rgba(241,236,228,1);
	font-size: 17px;
	line-height: 25px;
	font-family: 'GeneralSans-Medium', sans-serif;
	display: block;
	BORDER-BOTTOM: 1px solid rgba(241,236,228,1);
	margin: 0 0 40px 0;
}
input.nwlform2 {
	background-color: transparent;
	font-size: 15px;
	line-height: 30px;
	padding: 6px 15px;
	color: #E8E1D6;
	border: 2px solid #E8E1D6;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 100px;
	transition: all 0.1s ease-out;
	font-family: 'GeneralSans-Medium', sans-serif;
}
input.nwlform2:hover, input.nwlform2:focus {
	background-color: #E8E1D6;
	color: #16433A;
}
.footer14 {
	float: right;
	width: 10%;
}
.footer14 a span {
	display: none;
}
a.soc-fb, a.soc-ins, a.soc-in {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 0 20px auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	border: 2px solid #E8E1D6;
	border-radius: 60px;
	transition: all 0.1s ease-out;
}
a.soc-fb:hover, a.soc-ins:hover, a.soc-in:hover {
	background-color: #E8E1D6;
}
a.soc-fb {
	background-image: url(../img/soc-fb.svg);
}
a.soc-in {
	background-image: url(../img/soc-in.svg);
}
a.soc-ins {
	background-image: url(../img/soc-ins.svg);
}
a.soc-fb:hover {
	background-image: url(../img/soc-fb1.svg);
}
a.soc-in:hover {
	background-image: url(../img/soc-in1.svg);
}
a.soc-ins:hover {
	background-image: url(../img/soc-ins1.svg);
}


.footer15 {
	float: right;
	width: 35%;
	clear: right;
	padding: 50px 0 0 0;
}
.footer15 a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px 20px 0;
}
.footer15 a:last-child {
	margin: 0 0 20px 0;
}
.footer15 img {
	max-height: 65px;
	width: auto;
	display: inline-block;
}



.krumlov {
	display: none;
	BACKGROUND-color: #F1ECE4;
	padding: 0 50px 250px 50px;
	color: #16433A;	
}
.krumlov img {
	display: block;
	width: 100%;
	height: auto;
}
.krumlov1 {
	position: relative;
	width: 30%;
	top: 50px;
	float: left;
	margin: 0 0 0 14%;
}
.krumlov2 {
	float: left;
	width: 40%;
	margin: 0 0 0 5%;
	padding: 35vh 0 40px 0;
}
.krumlov h2 {
	font-size: 40px;
	line-height: 45px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 0 40px 0;
}
.krumlov p {
	font-size: 25px;
	line-height: 34px;
	font-family: 'GeneralSans-Medium', sans-serif;
}
.krumlov3 {
	clear: both;
}
.krumlov4 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}
a.krumlov5 {
	display: block;
	width: 225px;
	height: 225px;
	margin: 0 auto;
	border: 2px solid #16433A;
	border-radius: 200px;
	background-repeat: no-repeat;
	background-image: url(../img/krumlov5.svg);
	background-size: auto 55px;
	background-position: 50% 50%;
	transition: all 0.15s ease-out;
}
a.krumlov5:hover, a.krumlov5:focus {
	background-color: #ED6344;
	border: 2px solid #ED6344;
}
.newsslide img {
	display: block;
	width: 100%;
	height: auto;
}

.newsslider {
	padding: 0 0 100px 0;
}
.newsslide {
	width: 100%;
	max-height: 1000px;
	overflow: hidden;
	background-color: #000;
	position: relative;
}
.newsslide img {
	opacity: 0.8;
}
.newsslidetxt {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	color: #F1ECE4;
	font-size: 22px;
	line-height: 34px;
	font-family: 'GeneralSans-Medium', sans-serif;
}
.newsslidetxt0 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.newsslidetxt0 p {
	max-width: 555px;
}

.owl-nav {
	position:absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	opacity: 0;
	transition: opacity 0.15s ease-out;
}
.newsslider:hover .owl-nav {
	opacity: 1;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: block;
	width: 86px;
	height: 86px;
	overflow: hidden;
	top: -43px;
	left: 0;
	position: absolute;
	border-radius: 90px;
	border: 2px solid #F1ECE4;
	text-indent: 200px;
	background-repeat: no-repeat;
	background-image: url(../img/owl-prev.svg);
	background-size: 42px auto;
	background-position: 50% 50%;
	cursor: pointer;
	transition: all 0.1s ease-out;
}
.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	background-image: url(../img/owl-next.svg);
}
.owl-carousel .owl-nav .owl-next:hover {
	border: 2px solid #ED6344;
	background-color: #ED6344;
	background-image: url(../img/owl-next1.svg);
}
.owl-carousel .owl-nav .owl-prev:hover {
	border: 2px solid #ED6344;
	background-color: #ED6344;
	background-image: url(../img/owl-prev1.svg);
}


.kontakt {
	padding: 0 50px 200px 50px;
}
.kontakt a {
	color: #16433A;
	text-decoration: underline;
}
.kontakt a:hover {
	text-decoration: none;
}
.kontaktvstupenky {
	padding: 0 50px 0 50px;
}
.kontakt1 {
	float: left;
	width: 25%;
}
.kontakt2 {
	float: right;
	width: 75%;
	 font-family: 'GeneralSans-Medium', sans-serif;
}
.kontakt strong {
	  font-family: 'GeneralSans-Semibold', sans-serif;
}
.kontakt h2 {
	font-size: 40px;
	line-height: 45px;
  font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 0 80px 0;
}
.kontakt2 table {
	width: 100%;	
}
.kontakt p {
	padding: 0 0 40px 0;
}
.people {
	width: 33.333%;
	float: left;
	padding: 0 0 160px 0;
}
.people1 {
	max-width: 260px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 200px;
	margin: 0 0 40px 0;
}
.people1 img {
	display: block;
	width: 100%;
	mix-blend-mode: multiply;
}
.people a.aunderline {
	text-transform: none;
}
.kontakt h3 {
	font-size: 25px;
	line-height: 34px;
  font-family: 'GeneralSans-bold', sans-serif;
}
.kontakt h4 {
	font-size: 25px;
	line-height: 34px;
  font-family: 'GeneralSans-Medium', sans-serif;
}


.newsdetail {
	padding: 0 50px 250px 50px;
}
.newsdetail a {
	color: #16433A;
}
a:hover, a:focus, a:active {
	color: #16433A;
}
.newsdetail1 {
	float: left;
	width: 25%;
	position: relative;
	top: 0;
}
.newsdetail2 {
	float: left;
	width: 75%;
	max-width: 900px;
}
.newsdetail p {
	font-size: 25px;
	line-height: 34px;
  font-family: 'GeneralSans-Medium', sans-serif;
	padding: 0 0 70px 0;	
}
.newsdetail h1, .newsdetail h2, .newsdetail h3, .newsdetail h4 {
	font-size: 40px;
	line-height: 45px;
  font-family: 'GeneralSans-SemiBold', sans-serif;
	padding: 0 0 70px 0;		
}
.newsdetail ul {
	font-size: 25px;
	line-height: 34px;
  font-family: 'GeneralSans-Medium', sans-serif;
	padding: 0 0 70px 0;	
}
.newsdetail ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0 0 0 20px;
}
.newsdetail p em {
	font-style: italic;
}
.newsdetail p strong {
	font-family: 'GeneralSans-Semibold', sans-serif;
}
.newsdetail p img {
	max-width: 100%;
	height: auto;
}


.expozice1 {
	background-color: #EB584D;
	/*background-repeat: no-repeat;
	background-image: url(../img/expozice1.svg);
	background-size: auto 610px;
	background-position: 10% 50%;*/
}
.expozice11 {
	width: 50%;
	max-width: 900px;
	margin: 0 auto;
	padding: 60px 0;
}
.expozice1motto {
	font-size: 90px;
	line-height: 100px;
	font-family: 'roslindale', sans-serif;
	padding: 0 0 50px 0;
}
.expozice1sign {
	/*border-bottom: 1px solid #16433A;*/
	font-size: 20px;
	text-align: left;
	padding: 0 0 35px 0;
}
.expozice1signimg {
	max-width: 188px;
	border-radius: 200px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.objekty1 .expozice1signimg {
	background-color: #3FA77B;
}
.expozice1signimg img {
	display: block;
	width: 100%;
	mix-blend-mode: multiply;
}
.expozice1sign strong {
	font-family: 'GeneralSans-Medium', sans-serif;
}
.expozice1sign em { 
	font-family: 'GeneralSans-MediumItalic', sans-serif;
}

.expozice2color1 {
	background-color: #EB584D;
}
.expozice2color2 {
	background-color: #F4CA5B;
}
.expozice2color3 {
	background-color: #9bb2dd;
}
.expozice2color4 {
	background-color: #DDCDBF;
}
.exposlide {
	pozition: relative;
	height: 100vh;
	min-height: 560px;
}
.exposlideimg {
	background-color: #000;
}
.exposlideimg span {
	position: absolute;
	top: 0;
	lefT: 0;
	width: 100%;
	height: 100%;
	 background-color: rgba(0,0,0,0.4);
	background-blend-mode: multiply;
}
.exposlidetxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.exposlide1 {
	position: absolute;
	top: 130px;
	left: 50px;
	font-family: 'GeneralSans-SemiBold', sans-serif;
	font-size: 40px;
	line-height: 45px;
	border-bottom: 5px solid #16433A;
	padding: 0 0 5px 0; 
	z-index: 10;
}
.exposlide2 {
	width: 50%;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	padding: 110px 0 50px 0;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
	font-family: 'GeneralSans-Medium', sans-serif;
}
.exposlide2 a.aunderline {
	position: absolute;
	bottom: 40px;
	left: 0;	
}
.exposlide2 h2 {
	font-family: 'roslindale', sans-serif;
	font-size: 130px;
	padding: 0 0 120px 0;
}
.exposlide2 h3 {
	font-family: 'GeneralSans-Medium', sans-serif;
	font-size: 50px;
	line-height: 55px;
	padding: 0 0 30px 0;
}
.exposlide2 p {
	width: 75%;
	padding: 0 0 30px 0;	
}
.exposlide3 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	
}
.exposlide3 img {
	height: 100%;
	width: auto;
	max-width: auto !important;
	display: block;
}
.owl-carousel .owl-item .exposlide3 img {
	max-width: auto;
}
.expozice2 .owl-nav {
	top: 50%;
	left: 0;
	width: 100%;
	opacity: 1;
}
.expozice2 .owl-carousel .owl-nav .owl-prev {
	left: 50px;
	/*background-image: url(../img/owl-prev1.svg);
	border: 2px solid #16433A;*/
}
.expozice2 .owl-carousel .owl-nav .owl-next {
  right: 50px;
  /*background-image: url(../img/owl-next1.svg);
	border: 2px solid #16433A;*/
}


.expozice2 .owl-carousel .owl-nav .owl-next:hover {
	border: 2px solid #ED6344;
	background-color: #ED6344;
	background-image: url(../img/owl-next1.svg);
}
.expozice2  .owl-carousel .owl-nav .owl-prev:hover {
	border: 2px solid #ED6344;
	background-color: #ED6344;
	background-image: url(../img/owl-prev1.svg);
}


.expozice2 .owl-dots, .newsslider .owl-dots {
	position: absolute;
	bottom: 50px;
	right: 50px;
	text-align: right;
}
.expozice2 .owl-dot, .newsslider .owl-dot {
	background-color: rgba(22,67,58,0.4);
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 8px;
}
.expozice2 .owl-dot.active, .newsslider .owl-dot.active {
	background-color: rgba(22,67,58,1);
}



.exposlidetxt18 {
	color: #EB584D;
}
.exposlidetxt18 a.aunderline {
	color: #EB584D;
	border-bottom: 1px solid #EB584D;
}
.exposlidetxt18 .exposlide1 {
  border-bottom: 5px solid #EB584D;
}
.exposlidetxt18 .owl-dot {
  background-color: rgba(235,88,77,0.4);
}
.exposlidetxt18 .owl-dot.active {
  background-color: rgba(235,88,77,1);
}
.exposlidetxt19 {
	color: #F4CA5B;
}
.exposlidetxt19 a.aunderline {
	color: #F4CA5B;
	border-bottom: 1px solid #F4CA5B;
}
.exposlidetxt19 .exposlide1 {
  border-bottom: 5px solid #F4CA5B;
}
.exposlidetxt19 .owl-dot {
  background-color: rgba(244,202,91,0.4);
}
.exposlidetxt19 .owl-dot.active {
  background-color: rgba(244,202,91,1);
}
.exposlidetxt20 {
	color: #bb2dd;
}
.exposlidetxt20 a.aunderline {
	color: #bb2dd;
	border-bottom: 1px solid #bb2dd;
}
.exposlidetxt20 .exposlide1 {
  border-bottom: 5px solid #bb2dd;
}
.exposlidetxt20 .owl-dot {
  background-color: rgba(11,178,221,0.4);
}
.exposlidetxt20 .owl-dot.active {
  background-color: rgba(11,178,221,1);
}
#exposlidetxt18-2, #exposlidetxt19-2, #exposlidetxt20-2 {
	color: #16433A;
}
#exposlidetxt18-2 a.aunderline, #exposlidetxt19-2 a.aunderline, #exposlidetxt20-2 a.aunderline {
	color: #16433A;
	border-bottom: 1px solid #16433A;
}
#exposlidetxt18-2 .owl-dot, #exposlidetxt19-2 .owl-dot, #exposlidetxt20-2 .owl-dot {
  background-color: rgba(22,67,58,0.4);
}
#exposlidetxt18-2 .owl-dot.active, #exposlidetxt19-2 .owl-dot.active, #exposlidetxt20-2 .owl-dot.active {
  background-color: rgba(22,67,58,1);
}
#exposlidetxt18-2 .exposlide1, #exposlidetxt19-2 .exposlide1, #exposlidetxt20-2 .exposlide1 {
  border-bottom: 5px solid #16433A;
}


.vize1 {
	background-color: #F4CA5B;
	background-repeat: no-repeat;
	background-image: url(../img/vize1.svg);
	background-size: auto 610px;
	background-position: 10% 50%;
}
.vize2 {
	background-color: #F4CA5B;
}
.vize21 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 160px 0 130px 0;
}
.vize21 h2 {
  font-size: 130px;
  line-height: 125px;
  font-family: 'roslindale', sans-serif;
  padding: 0 0 70px 0;	
}
.vize21 p {
	font-family: 'GeneralSans-Medium', sans-serif;
	font-size: 25px;
	line-height: 34px;
	padding: 0 0 30px 0;
	max-width: 610px;
}
.hotel {
	background-color: #000;
	color: #F1ECE4;
	padding: 300px 10%;
	background-repeat: no-repeat;
	background-image: url(../img/hotel.jpg);
	background-size: 100% auto;
	background-size: auto 100%;
	background-position: 50% 50%;
	font-family: 'GeneralSans-SemiBold', sans-serif;
	font-size: 40px;
	line-height: 45px;
	/*text-shadow: 0px 1px 11px rgba(0,0,0,0.6);*/	
}
.hotel1 {
	float: left;
	width: 26%;
}
.hotel2 {
	float: left;
	width: 37%;
}
.hotel3 {
	float: left;
	width: 37%;
}
.hotel strong {
  font-family: 'roslindale', sans-serif;
	font-size: 350px;
	line-height: 280px;
	display: block;
}
.gallery {
	position: relative;
}
.gallerysmall {
	padding: 0 0 0 50px;
	width: 60%;
	max-width: 1060px;
	position: relative;
	top: -150px;
}
.gallery img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.kongres {
	padding: 100px 50px 300px 50px;
	padding: 100px 0 300px 0;
}
.kongresgreen {
	color: #F1ECE4;
	background-color: #16433A;
}
.kongresgreen a.aunderline {
	color: #F1ECE4;
	border: 1px solid #F1ECE4;
	background-image: url(../img/arrow-programbutt-grey.svg);
}
.kongresgreen .kongres21 span {
  background-color: #fff;
}
.kongres1 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 70px 50px;
	padding: 0 0 70px 0;
}
.kongres h2 {
  font-family: 'roslindale', sans-serif;
	font-size: 130px;
	line-height: 125px;
}
.kongres2 {
	position: relative;
}
.kongres21 {
	position: absolute;
	top: 0;
	left: 50px;
	font-family: 'GeneralSans-SemiBold', sans-serif;
	font-size: 40px;
	line-height: 45px;	
}
.kongres21 span {
	display: block;
	width: 100px;
	height: 5px;
	background-color: #16433A;
	margin: 5px 0 20px 0;
}
.kongres22 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.kongres22 p {
	font-family: 'GeneralSans-Medium', sans-serif;
	font-size: 25px;
	line-height: 34px;
	max-width: 600px;
	padding: 0 0 30px 0;
}
.article2 .kongres22 p {
	/*max-width: 100%;*/
}
.objectdetail {
	display: none;
	padding: 160px 0 0 0;
}
.objectdetail .kongres22 {
	padding: 0 0 140px 0;
}
.objectdetail .kongres22short {
	padding: 0 0 0 0;
}
.objectdetail h3 {
	font-family: 'GeneralSans-SemiBold', sans-serif;
	font-size: 40px;
	line-height: 45px;
	padding: 0 0 40px 0;	
}

.objekty1 {
	background-color: #16433A;
	color: #F1ECE4;
	background-repeat: no-repeat;
	background-image: url(../img/objekty1.svg);
	background-size: auto 610px;
	background-position: 10% 50%;
}
.kongres a.aunderline {
	margin: 0 50px 0 0;
	vertical-align: bottom;
}

.kongresright .kongres1 {
  width: 50%;
  max-width: 50%;
  margin: 0 0 0 auto;
}
.kongresright .kongres21 {
  left: 50%;
 margin: 0 0 0 -450px;
}
.kongresright .kongres22 {
  width: 50%;
  max-width: 50%;
  margin: 0 0 0 auto;
}

.kongresvarna {
	background-repeat: no-repeat;
	background-image: url(../img/kongresvarna.svg);
	background-size: 63% auto;
	background-position: 100% 180px;
	min-height: 1180px;
}
.kongreszahrada {
	background-repeat: no-repeat;
	background-image: url(../img/kongreszahrada.svg);
	background-size: 60% auto;
	background-position: 155% 100px;
}


.marquee {
	width: 100%;
	height: 350px;
	overflow: hidden;
  overflow: hidden;
  white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -175px; 
}

.marquee1 {
  display: inline-block;
  animation: marquee 500s linear infinite;
}


@keyframes marquee {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(110%);
  }
}
.marquee p {
	font-family: 'roslindale', sans-serif;
	display: inline-block;
	font-size: 350px;
	line-height: 350px;
	margin: 0 150px;
	color: #F1ECE4;
}

#gooutsalediv19, #gooutsalediv19butt {
	background-color: #F4CA5B;
}
#gooutsalediv20, #gooutsalediv20butt {
	background-color: #9bb2dd;
}
#gooutsalediv21, #gooutsalediv21butt {
	background-color: #DDCDBF;
}

.gooutsaledivclose {
	padding: 0 0 80px 0;
	display: none;
}
a.gooutsaledivclosebutt {
	display: block;
	width: 225px;
	height: 225px;
	margin: 0 auto;
	border: 2px solid #16433A;
	border-radius: 200px;
	background-repeat: no-repeat;
	background-image: url(../img/krumlov5.svg);
	background-size: auto 55px;
	background-position: 50% 50%;
	transition: all 0.15s ease-out;
}
a.gooutsaledivclosebutt:hover, a.gooutsaledivclosebutt:focus {
	background-color: #16433A;
	background-image: url(../img/krumlov5s.svg);
}




.vstupenky2 {
	float: right;
	width: 75%;
	 font-family: 'GeneralSans-Medium', sans-serif;
}
.vstupenky21 {
	float: left;
	width: 46%;
	padding: 0 4% 0 0;
}
.vstupenky22 {
	float: right;
	width: 49.333%;
	padding: 0 0 0 0;
}
.vstupenky21 h2, .vstupenky22 h2, .vstupenky21 h3, .vstupenky22 h3 {
  font-size: 25px;
  line-height: 34px;
  font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 0 20px 0;
}
.vstupenky21 strong, .vstupenky22 strong {
	  font-family: 'GeneralSans-Semibold', sans-serif;
}
.vstupenky21 table, .vstupenky22 table {
	width: 100%;	
}
.vstupenky21 p, .vstupenky22 p {
	padding: 0 0 100px 0;
}
.vstupenky21 a, .vstupenky22 a {
	color: #16433A;
	text-decoration: underline;
}
.vstupenky21 a:hover, .vstupenky22 a:hover {
	text-decoration: none;
	color: #ED6344;
}
.vstupenky21 ol li, .vstupenky22 ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	padding: 0 0 25px 25px;  
}
.vstupenkyreal {
	padding: 0 0 35px 0;
}
.ticket {
	float: left;
	width: 24%;
	margin: 0 1.333% 20px 0;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.ticket:nth-child(1) {
	background-color: #EB584D;
}
.ticket:nth-child(2) {
	background-color: #F4CA5B;
}
.ticket:nth-child(3) {
	background-color: #B0BCED;
}
.ticket:nth-child(4) {
	background-color: #DDCDBF;
	margin: 0 0 20px 0;
}
.ticket:nth-child(4n+1) {
	clear: both;
}

#ticket177 {
	background-color: #EF8354;
}
#ticket178 {
	background-color: #ACD084;
}
#ticket179 {
	background-color: #C5ADD6;
}
.ticket h3 {
	height: 230px;
  font-size: 40px;
  line-height: 45px;
  font-family: 'GeneralSans-Semibold', sans-serif;
	position: relative;
}
#ticket177 h3, #ticket178 h3, #ticket179 h3 {
	opacity: 0;
}


.ticket2 {
	min-height: 430px;
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 10px 0;
}
#ticket31 .ticket2 {
	min-height: 50px;
}
.ticket2 p:last-child {
	padding: 0 0 20px 0;
}
.ticket h2 {
	font-family: 'roslindale', sans-serif;
	font-size: 90px;
	line-height: 125px;
	padding: 0 0 0 0;
}
#ticket177 h2, #ticket178 h2, #ticket179 h2 {
  font-family: 'GeneralSans-Semibold', sans-serif;
	font-size: 60px;
	line-height: 90px;	
}

.ticket3 {
	border-top: 2px solid #16433A;
	 font-family: 'GeneralSans-Medium', sans-serif;
	font-size: 20px;
	line-height: 33px;
	position: relative;
	padding: 10px 0;
}
.ticket3extra {
	margin: 0 0 10px 0;
}
.ticket3 strong {
	display: block;
	font-size: 40px;
	 font-family: 'GeneralSans-Medium', sans-serif;
}
.ticket a {
	position: absolute;
	bottom: 2px;
	right: 0;
	 font-family: 'GeneralSans-Medium', sans-serif;
	font-size: 15px;
	line-height: 30px;
	width: 100px;
	padding: 5px 0;
	text-align: center;
	border-radius: 90px;
	border: 2px solid #16433A;
	color: #16433A;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.ticket a:hover {
	background-color: #16433A;
	color: #F1ECE4;
}
.ticket1 {
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 45%;
	z-index: 0;
}
.ticket1 img {
	max-width: 100%;
}

.gooutsaledivvstupenky {
	padding: 0 35px;
}
.gooutsaledivvstupenky .goout-holder {
  	width: 75%;
	margin: 0 0 0 25%;
}
.gooutsaledivvstupenky .goout-holder .goOutFrame {
	margin: 0 auto 0 0;
}
#map {
	height: 100vh;
	max-height: 1000px;
	/*filter: grayscale(1);*/
	filter: sepia(0.50) grayscale(1);
	background-color: #F1ECE4;
	margin: 0 0 50px 0;
}
.map {
	position: relative;
	padding: 0 0 50px 0;
}
.map iframe {
	height: 100vh;
	filter: grayscale(1);
}
.mapover {
	position: absolute;
	z-index: 200;
	top: 50px;
	left: 30px;
	padding: 20px 20px 30px 20px;
	background-color: #F1ECE4;
	font-family: 'GeneralSans-Medium', sans-serif;
}
.mapoveriframe {
	left: auto;
	right: 30px;
}
.mapover p {
	padding: 0 0 40px 0;
}
.mapover h2 {
	font-size: 40px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 0 20px 0;
}
.mapover strong {
	font-family: 'GeneralSans-Bold', sans-serif;
}
.mapover a {
	font-size: 15px;
	font-family: 'GeneralSans-Medium', sans-serif;
	display: inline-block;
	padding: 10px 20px;
	color: #16433A;
	text-decoration: none;
	border: 1px solid #16433A;
	border-radius: 50px;
	transition: all 0.3s ease-out;
}
.mapover a:hover {
	background-color: #16433A;
	color: #F1ECE4;	
}

.program0 {
  padding: 0 50px 0 50px;
}
.program0short {
	background-color: #F1ECE4;
	color: #16433A;
	padding: 75px 50px 150px 50px;
}

.program0 h2 {
  font-family: 'GeneralSans-Semibold', sans-serif;
  font-size: 40px;
  line-height: 55px;
	padding: 0 0 10px 0;
}
.program {
	border-top: 2px solid #16433A;
	padding:0 0 100px 0;
	  font-size: 20px;
}
.program1 {
  float: left;
  width: 25%;
  font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 10px 0 10px 0;
}
.program2 {
  float: right;
  width: 75%;
}
.program21 {
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #16433A;
	min-height: 140px;
}
.program21a, .program21d {
	float: left;
	width: 25%;
	font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.program21d {
	width: 15%;
}
.program21b {
	float: left;
	width: 35%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.program21c {
	float: right;
	text-align: right;
	min-width: 225px;
}
.program21e {
	clear: both;
	font-size: 15px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	background-repeat: no-repeat;
	background-image: url(../img/map-pin.svg);
	background-size: 15px auto;
	background-position: 0 0;
	padding: 25px 0 0 0;
}
.program21 strong {
	font-family: 'GeneralSans-Semibold', sans-serif;
}
a.programbutt {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 5px 20px;
	border: 1px solid #16433A;
	border-radius: 30px;
	text-transform: uppercase;
	color: #16433A;
	text-decoration: none;
	margin: 0 0 20px 0;
	transition: all 0.15s ease-out;
	background-color: rgba(0,0,0,0);
	background-repeat: no-repeat;
	background-image: url(../img/arrow-programbutt.svg);
	background-size: 0 auto;
	background-position: 90% 50%;
}
a.programbutt:hover {
	padding-right: 60px;
	background-size: 25px auto;
}



.media {
  padding: 0 50px 0 50px;
}
.media0 h2 {
  font-family: 'GeneralSans-Semibold', sans-serif;
  font-size: 40px;
  line-height: 55px;
	padding: 0 0 10px 0;
}
.media0 {
	border-top: 2px solid #16433A;
	padding: 60px 0 60px 0;
}
.media0:first-child {
	border-top: none;
	padding: 0 0 60px 0;
}
.media1 {
  float: left;
  width: 25%;
}
.media2 {
  float: right;
  width: 75%;
	padding: 17px 0 0 0;
}
.media21, .media22 {
	float: left;
	width: 33.333%;
	font-size: 25px;
	line-height: 33px;
}
.media p {
	padding: 0 0 90px 0;	
}
.media strong {
  font-family: 'GeneralSans-Semibold', sans-serif;
}
.media a {
	color: #16433A;
}
.mediafile {
	float: left;
	width: 33.333%;
	font-size: 25px;
	line-height: 33px;
}
.mediafile a {
	text-decoration: none;
	border-bottom: 1px solid #16433A;
	display: inline-block;
	padding: 0 0 0 0;
}
.mediafile a:hover {
	color: #ED6344;
	border-bottom: 1px solid #ED6344;
}
.mediafile h3 {
	font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 0 20px 0;
}
.mediafile a span {
	width: 10px;
	height: auto;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-download.svg);
	background-size: 100% auto;
	background-position: 50% 50%;	
}
.mediafile a:hover span {
	background-image: url(../img/arrow-download1.svg);
}
.mediagallery {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 50px 100px 0;
	
}
.mediagallery:nth-child(3n+1) {
	clear: both;
}
a.mediagallery1 {
	display: block;
	width: 100%;
	aspect-ratio: 450/250;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.mediagallery a strong {
	color: #fff;
	position: absolute;
	width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-size: 25px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	text-align: center;
}
.mediagallery a img, .mediatk a img {
	display: block;
	width: 100%;
	transition: all 0.35s;
}
.mediagallery a:hover img, .mediatk a:hover img {
	transform: scale(1.2);
}

.mediatk {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 50px 100px 0;	
}
.mediatk:nth-child(3n+1) {
	clear: both;
}
.mediatk1 {
	padding: 5px 0;
	font-size: 15px;
	color: #707070;
}
.mediatk2 {
	min-height: 64px;
	font-size: 25px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	PADDING: 0 0 30px 0;	
}
.mediatk p { 
	font-size: 17px;
	padding: 0 0 20px 0;
}
.mediatk3 {

}
.mediatk31 {
	float: left;
}
.mediatk32 {
	float: right;
}
.mediatk3 a, .mediagall1 p a {
	font-size: 15px;
	font-family: 'GeneralSans-Semibold', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #16433A;
	display: inline-block;
	padding: 0 0 3px 0;
	transition: all 0.15s ease-out;
}
.mediatk3 a:hover, .mediagall1 p a:hover {
	color: #ED6344;
	border-bottom: 1px solid #ED6344;
}
.mediatk32 a {
	margin: 0 0 0 10px;
}
.mediatk3 a:hover .mediagall1 p a:hover {
	border-bottom: 1px solid #F1ECE4;
}
.mediatk3 a span, .mediagall1 p a span {
	width: 10px;
	height: auto;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-download.svg);
	background-size: 100% auto;
	background-position: 50% 50%;	
}
.mediatk3 a:hover span, .mediagall1 p a:hover span {
	background-image: url(../img/arrow-download1.svg);
}




.mediagall h2 {
  font-family: 'GeneralSans-Semibold', sans-serif;
  font-size: 40px;
  line-height: 55px;
	padding: 0 0 10px 0;
}
.mediagall1 {
  float: left;
  width: 25%;
}
.mediagall2 {
  float: right;
  width: 75%;
	padding: 17px 0 100px 0;
}
.mediagall1 p a {
	margin: 0 0 10px 0;  
}
.mediagall21 {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 10px 10px 0;
	aspect-ratio: 1.92;
	overflow: hidden;
	position: relative;
}
.mediagall21 div {
	position: relative;
}
.mediagall21 img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.mediagall21 p {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
	transition: opacity 0.35s;
	padding: 0;
}
.mediagall21 p:hover, .mediagall21 p:focus {
	opacity: 1;
}
a.mediagall21a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: absolute;
	top: 50%;
	left: 33.333%;	
	margin: -30px 0 0 -30px;
	background-repeat: no-repeat;
	background-image: url(../img/mediagall21a.svg);
	background-size: 50% auto;
	background-position: 55% 55%;	
	transition: all 0.3s ease-out;
}
a.mediagall21b {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: absolute;
	top: 50%;
	left: 66.666%;	
	margin: -30px 0 0 -30px;
	background-repeat: no-repeat;
	background-image: url(../img/mediagall21b.svg);
	background-size: 50% auto;
	background-position: 50% 50%;	
	transition: all 0.3s ease-out;
}
a.mediagall21a:hover, a.mediagall21b:hover {
background-color: #ED6344; 
}



.objectgastro {
	position: absolute;
}
.objectgastro span {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	bordeR: 1px solid #F1ECE4;
	padding: 5px 15px;
	background-color: #16433A;
	font-family: 'GeneralSans-Medium', sans-serif;
	display: block;
}
.objectgastro a {
	text-decoration: none;
	color: #fff;
}
.objectgastro1 {
	top: 30%;
	left: 10%;
}
.objectgastro2 {
	top: 62%;
	left: 9%;
}
.objectgastro3 {
	top: 67%;
	left: 20%;
}
.objectgastro4 {
	top: 80%;
	left: 73%;
}
.objectgastro5 {
	top: 25%;
	right: 7%;
}
.objectgastro6 {
	top: 45%;
	right: 7%;
}
.introowlover {
	position: absolute;
	top: 0;
	lefT: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1015;
}
.carouselintrostrong {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'roslindale', sans-serif;
	font-size: 200px;
	line-height: 170px;
	z-index: 1015;
	display: block;
}
.carouselintrostrong span {
	opacity: 0;
}
.owl-carouselintro {
	background-color: #000;
}
.owl-carouselintro img {
	opacity: 0.8;
}
.owl-carouselintro .owl-dots {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
}
.owl-carouselintro .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.4);
	margin: 0 8px;
}
.owl-carouselintro .owl-dots .owl-dot.active {
	background-color: rgba(255,255,255,1);
}


.workshop1 {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
	margin: 0 0 80px 0;
}
.workshop1 img {
	display: block;
	width: 100%;
	height: auto;
}
.workshop10 {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	lefT: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;	
	padding: 0 50px;
}
.workshop11 {
	width: 75%;
	padding: 280px 0 0 25%;
	font-size: 25px;
	line-height: 34px;
	color: #fff;	
}
.workshop1 h2 {
	  font-family: 'GeneralSans-Semibold', sans-serif;
	font-size: 40px;
	line-height: 45px;
	padding: 0 0 45px 0;
	color: #F1ECE4;
}
.workshop1 p {
	max-width: 900px;
}
.workshop2 {
  padding: 0 50px 150px 50px;
}

.workshop31 {
  max-width: 188px;
  border-radius: 200px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.workshop3 {
	padding: 0 0 50px 0;
	font-size: 25px;
	line-height: 34px;
}
.workshop31 img {
	display: block;
	width: 100%;
	height: auto;
}
.workshop3 h3 {
	font-family: 'GeneralSans-Semibold', sans-serif;
	padding: 0 0 34px 0;
	font-size: 25px;
	line-height: 34px;
}



@media screen and (min-width: 1px) and (max-width: 1640px) {
.introtxt, .menu ul, .krumlov4, .newsdetail2m .expozice11, .exposlide2, .vize21, .kongres1, .kongres22  {
	max-width: 800px;
}
.kongres21 {
  font-size: 30px;
  line-height: 33px;
}
.kongresvarna {
	min-height: 1000px;
}
.ticket h3 {
  height: 200px;
}
#ticket177 h2, #ticket178 h2, #ticket179 h2 {
  font-size: 50px;
  line-height: 80px;
}
}


@media screen and (min-width: 1px) and (max-width: 1600px) {
.ticket {
	float: left;
	width: 49%;
	margin: 0 2% 20px 0;
}
.ticket:nth-child(2), .ticket:nth-child(4), .ticket:nth-child(6) {
	margin: 0 0 20px 0;
}
}



 @media screen and (min-width: 1px) and (max-width: 1440px) {
.footer15 img {
	max-height: 50px;
}
.exposlide2 h2 {
  font-family: 'roslindale', sans-serif;
  font-size: 70px;
  padding: 0 0 75px 0;
}
.exposlide2 h3 {
  font-size: 40px;
  line-height: 45px;
}
.hotel {
	background-size: auto 100%;
}
.hotel strong {
  font-size: 280px;
  line-height: 240px;
}

.kongres21 {
  font-size: 20px;
  line-height: 23px;
}
.kongres21 span {
  height: 3px;
}
.kongresvarna {
	min-height: 900px;
}

}





@media screen and (min-width: 1px) and (max-width: 1280px) {
.introtxt, .menu ul, .krumlov4, .newsdetail2m .expozice11, .exposlide2, .vize21, .kongres1, .kongres22  {
	max-width: 700px;
}
.article2 .headerplaceholder, .article4 .headerplaceholder {
	height: 130px;
}
.kongresvarna {
	min-height: 800px;
}
}





@media screen and (min-width: 1px) and (max-width: 900px) {
.workshop1 {
	aspect-ratio: auto;
	height: 90vh;
}
.workshop1 img {
  width: auto;
  position: absolute;
	height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.workshop10 {
  padding: 0 20px;
}
.workshop11 {
  width: auto;
  padding: 150px 0 0 0;
  font-size: 13px;
  line-height: 19px;
}
.workshop1 h2 {
  font-size: 30px;
  line-height: 33px;
}
.workshop31 {
  max-width: 83px;
margin: 0 0 30px 0;
}

.ticket2 {
  min-height: 100px;
}
.carouselintrostrong {
  width: 80%;
  position: absolute;
  top: 130px;
  left: 20px;
  transform: none;
  text-align: left;
  font-size: 70px;
  line-height: 68px;
}
.owl-carouselintro {
	width: 100%;
	height: 90vh !important;
	overflow: hidden;
}
.owl-carouselintro .owl-item img {
  max-width: 1000% !important;
	width: auto !important;
	height: 90vh !important;
	aspect-ratio: 16/9 !important;
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}
.owl-carouselintro .item {
	width: 100%;
	overflow: hidden;
	height: 90vh;
}
.owl-carouselintro img {
  opacity: 1;
}

.objectgastro {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background-color: #fff;
	cursor: pointer;
}
.objectgastro span {
	font-size: 10px;
	line-height: 14px;
	padding: 5px 10px;
	display: none;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1001;

}
.objectgastro5 span, .objectgastro6 span {
	top: -5px;
	lefT: auto;
	right: -5px;
}



.objectgastro:hover span, .objectgastro:active span, .objectgastro:focus span {
	display: block;
}

.footer15 {
	padding: 0 0 0 0;
	float: none;
	width: auto;
}
.footer15 img {
	max-height: 45px;
}
.footer15 a {
  margin: 0 20px 0 0;
}
.kongresvarna {
	min-height: 100px;
}
.gooutsaledivvstupenky {
	padding: 0 5px;
}
.gooutsaledivvstupenky .goout-holder {
  	width: 100%;
	margin: 0 0 0 0;
}
.goout-holder {
	max-width: 100%  !important;
}
.headerplaceholder, .article2 .headerplaceholder, .article4 .headerplaceholder, .article3 .headerplaceholder {
  height: 100px;
}
.introtxt {
  font-size: 20px;
  line-height: 23px;
	max-width: 85%;
	margin: 0 0 0 auto;
	padding: 30px 30px 30px 0;
}
.introtxtright {
  width: auto;
}
.introtxt h1, .introtxt h2, .introtxt h3 {
  padding: 0 0 0 0;
  font-size: 50px;
  line-height: 55px;
}

a.areal1 {
  width: 92px;
  height: 92px;
font-size: 10px;
line-height: 12px;
	background-image: none !important;
	top: 0;
	padding: 25px 0 0 0;
}
.logo {
  top: 50px;
  left: 20px;
}
.logo a, .article1 .menuopen .logo a, .article2 .menuopen .logo a, .articleparent190 .menuopen .logo a  {
  width: 45px;
  height: 45px;
}
a.menubutt, .article1 .menuopen a.menubutt, .article2 .menuopen a.menubutt, .articleparent190 .menuopen a.menubutt {
  width: 45px;
  height: 45px;
	right: 20px;
background-size: 20px auto;
}
.language, .article1 .menuopen .language, .article2 .menuopen .language, .articleparent190 .menuopen .language {
  right: 75px;
  width: 45px;
  height: 45px;
font-size: 15px;
line-height: 15px;
}
.language span, .language a {
  padding: 15px 0;
}
.news {
  padding: 70px 0 0 20px;
  position: relative;
}
.newscontent {
  width: 100%;
}
.newslist1 {
  width: 50.0%;
  padding: 0 20px 50px 0;
}
.newslist1:nth-child(3) {
	display: none;
}
.newsindex h2 {
  font-size: 20px;
  line-height: 25px;
  padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.newsindex h2 span {
	display: none;
}
a.newsindexbutt {
  font-size: 9px;
  line-height: 15px;
	margin: -7px 0 0 0;
}
.newsindex {
  padding: 0 20px 0 0;
}
.newsindex a.programbutt {
	position: relative;
	top: auto;
}
.newslist12 {
  padding: 20px 0 0 0;
  min-height: 50px;
  font-size: 15px;
  line-height: 19px;
}
.newslist1 p {
  font-size: 13px;
  line-height: 19px;
}
a.aunderline {
  font-size: 9px;
  line-height: 15px;
}
.footer {
  padding: 30px 20px 50px 20px;
}
.footer1 {
  font-size: 12px;
padding: 0 0 50px 0;
}
.footer11 {
	text-align: right;
float: none;
width: auto;
  font-size: 12px;
  line-height: 17px;
	padding: 0 0 50px 0;
}
.footer11 img {
	float: left;
  width: 45px;
  margin: 0 0 0 0;
}
.footer12 {
  float: left;
  width: 50%;
}
.footer12 a {
  margin: 0 0 2px 0;
}
.footer12 strong {
  padding: 0 0 25px 0;
}
.footer14 {
  float: right;
  width: 50%;
}
.footer13 {
  float: none;
  width: auto;
  max-width: 100%;
	clear: both;
	padding: 50px 0;
  font-size: 12px;
  line-height: 17px;
}
.nwlform1 {
  font-size: 12px;
	padding: 5px 0;
}
input.nwlform2 {
  font-size: 12px;
	line-height: 17px;
}
.copy1, .copy2, .copy3 {
  float: none;
  width: auto;
}
.copy1 {
	padding: 0 0 20px 0;
}

.menu ul a {
  font-size: 60px;
  line-height: 70px;
}
.menu {
  padding: 130px 0 0 0;
}


.introplaceholder {
  height: auto;
  aspect-ratio: 375/666;
  background-size: auto 30px;
}

a.buybutt, a.buybutt1  {
  bottom: 100px;
  right: 10px;
  width: 92px;
  height: 92px;
font-size: 10px;
line-height: 12px;
	padding-top: 33px;
}
a.buybutt1 {
	bottom: 0;
}

.intro1, .intro2, .intro3, .intro4, .intro5, .intro6, .intro7, .intro8, .intro9, .intro10, .intro11 {
  top: 0;
}
.intro img {
	display: none;
}
.intro img.intromobile {
	display: block;
}
.partner {
	display: none;
}
.intropartner {
	display: block;
	position: absolute;
	left: 0;
	bottom: 110px;
	width: 100%;
	text-align: center;
}
.intropartner img {
	display: block;
	display: inline-block;
	width: auto;
	height: 32px;
	margin: 0 10px
}

.arealmobile {
	color: #16433A;
	display: block;
}
.arealmobile1a {
	background-color: #16433A;
	border-top: 1px solid #F1ECE4;
	color: #F1ECE4;
}
.arealmobile1b {
	background-color: #F4CA5B;
}
.arealmobile1c {
	background-color: #9bb2dd;
}
.arealmobile1d {
	background-color: #EB584D;
}
.arealmobile1e {
	background-color: #EABCBA;
}
.arealmobile1a, .arealmobile1f, .arealmobile1g {
	background-color: #16433A;
	color: #F1ECE4;
}
a.arealmobilebutt {
	display: block;
	text-decoration: none;
	padding: 25px 20px;
	background-repeat: no-repeat;
	background-image: url(../img/accord1green.svg);
	background-size: 20px auto;
	background-position: 95% 50%;
	color: #16433A;	

	font-size: 40px;
	line-height: 45px;
}
a.arealmobilebutt span, a.arealmobilebutt em {
	font-family: 'GeneralSans-Medium', sans-serif;
}
a.arealmobilebutts {
	background-image: url(../img/accord2green.svg);
}
a.arealmobilebutt span {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #16433A;
	vertical-align: middle;
}
a.arealmobilebutt span.arealmobileletter {
	height: 32px;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 50%;
}
.arealmobilelettera {
	background-image: url(../img/legenda-a.svg);
}
.arealmobileletterb {
	background-image: url(../img/legenda-b.svg);
}
.arealmobileletterc {
	background-image: url(../img/legenda-c.svg);
}
.arealmobileletterd {
	background-image: url(../img/legenda-d.svg);
}
.arealmobilelettere {
	background-image: url(../img/legenda-e.svg);
}
.arealmobileletterf {
	background-image: url(../img/legenda-f.svg);
}
.arealmobileletterg {
	/*background-image: url(../img/legenda-g.svg);*/
}






.arealmobile1a a.arealmobilebutt span, .arealmobile1f a.arealmobilebutt span, .arealmobile1g a.arealmobilebutt span {
	background-color: #fff;
}

a.arealmobilebutt em {
	font-family: 'roslindale', sans-serif;
	font-size: 35px;
}
.arealmobile1a a.arealmobilebutt, .arealmobile1f a.arealmobilebutt, .arealmobile1g a.arealmobilebutt {
	background-image: url(../img/accord1.svg);
	color: #F1ECE4;
}
.arealmobile1a a.arealmobilebutts, .arealmobile1f a.arealmobilebutts, .arealmobile1g a.arealmobilebutts {
	background-image: url(../img/accord2.svg);
}
.arealmobiledetail {
	padding: 0 20px 25px 20px; 
	display: none;
}
.arealmobiledetail p {
	padding: 0 0 50px 0;
	font-size: 15px;
	line-height: 20px;
}
a.areal2detail1, a.areal2detail2 {
  font-size: 9px;
}
.areal2detail {
	opacity: 0;
}
.arealmobile1a a.areal2detail1, .arealmobile1a  a.areal2detail2, .arealmobile1f a.areal2detail1, .arealmobile1f  a.areal2detail2, .arealmobile1g a.areal2detail1, .arealmobile1g  a.areal2detail2 {
	color: #F1ECE4;
	border-bottom: 1px solid #F1ECE4;
}
.krumlov {
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 0 0 130px 0;
}
.krumlov1 {
	max-width: 85%;
margin: 0 0 0 auto;
	width: auto;
	top: -25px;
	float: none;
}
.krumlov1 img {
	width: 173px;
	height: auto;
}
.krumlov2 {
  float: none;
  width: auto;
 max-width: 85%;
	margin: 0 0 0 auto;
  padding: 40px 0 40px 0;
}
.krumlov h2 {
  font-size: 20px;
  line-height: 23px;
  padding: 0 20px 15px 0;
}
.krumlov p {
  font-size: 13px;
  line-height: 19px;
  padding: 0 20px 0 0;
}
.krumlov4 {
  width: auto;
  max-width: 85%;
  margin: 0 0 0 auto;
  padding: 50px 0 100px 0;
}
a.krumlov5,  {
  width: 92px;
  height: 92px;
	background-size: auto 30px;
	border: 1px solid #16433A;
}
a.gooutsaledivclosebutt {
  width: 92px;
  height: 92px;
	background-size: auto 30px;
	border: 1px solid #16433A;
}

.expozice11 {
  width: auto;
  padding: 35px 20px;
	border-bottom: 1px solid #16433A;
}
.expozice1motto {
  font-size: 40px;
  line-height: 40px;
  font-family: 'roslindale', sans-serif;
  padding: 0 0 50px 0;
}
.expozice1 {
  background-color: #EB584D;
  background-image: none;
}
.expozice1signimg {
	max-width: 50px;
	float: right;
	margin: 0 0 0 30px;	
}
.expozice1sign {
  font-size: 12px;
	border-bottom: none;
}
.exposlide1 {
	position: relative;
	top: auto;
	left: 0;
	margin: 40px 20px;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	border-bottom: 2px solid #16433A;
}
.expozice2 .owl-nav {
	/*display: none;*/
	top: 100%;
}
.expozice2 .owl-carousel .owl-nav .owl-prev {
  left: 0;
	opacity: 0;
width: 50px;
  height: 100px;
	top: -50px;
}
.expozice2 .owl-carousel .owl-nav .owl-next {
  right: 0;
	opacity: 0;
width: 50px;
  height: 100px;
	top: -50px;
}
.exposlide2 {
  width: auto;
  height: auto;
  margin: 0 auto 50px 0;
  padding: 30px 20px 0 20px;
  font-size: 13px;
  line-height: 19px;
}
.exposlide2 a.aunderline {
  bottom: 0;
	margin: 0 0 0 0;
}
.exposlide2 h2 {
  font-size: 45px;
	line-height: 50px;
  padding: 0 0 20px 0;
	max-width: 50%;
}
.exposlide2 h3 {
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 20px 0;	
	max-width: 50%;
}
.exposlide3 {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 50%;
}
.expozice2 .owl-dots {
  bottom: 10px;
  right: 20px;

}
.expozice2 .owl-dot {
  width: 14px;
  height: 14px;
  margin: 0 8px; 
	vertical-align: top;
}
.exposlide2 a.aunderline {
  left: 20px;
}


.kontakt {
  padding: 30px 20px 100px 20px;
}
 .kontaktvstupenky {
    padding: 30px 0 0 0;
  }
.kontakt1 {
  padding: 30px 20px 0 20px;
	display: none;
}


.kontakt2 table, .kontakt2 table tr, .kontakt2 table td, .kontakt2 tbody {
  display: block;
}
.kontakt2 table td {
	float: left;	
	width: 50%;
}
.kontakt2 table td:nth-child(3), .kontakt2 table td:nth-child(5) { 
	clear: both;
}
.kontakt1, .kontakt2 {
  float: none;
  width: auto;
}
.kontakt h2 {
  font-size: 20px;
  line-height: 23px;
padding: 0 0 40px 0;
}
.kontakt2 p {
  font-size: 13px;
  line-height: 19px;
padding: 0 0 20px 0;
}
.people {
  width: 50%;
  float: left;
  padding: 0 0 40px 0;
}
.people1 {
  max-width: 130px;
  margin: 0 0 20px 0;
}
.kontakt h3, .kontakt h4 {
  font-size: 13px;
  line-height: 19px;
}
.newsdetail {
  padding: 0 20px 40px 20px;
}
.newsdetail1 {
  float: none;
  width: auto;
  top: auto;
	padding: 0 0 40px 0;
}
.newsdetail2 {
  float: none;
  width: auto;
}
.newsdetail h1, .newsdetail h2, .newsdetail h3, .newsdetail h4 {
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 40px 0;
}
.newsdetail, .newsdetail ul, .newsdetail p {
  font-size: 13px;
  line-height: 19px;
}
.newsdetail p {
  padding: 0 0 40px 0;
}
.newsslide img {
  width: 100%;
  height: auto;
}
.newsslider {
  padding: 0 0 0 0;
}

.newsheadline {
  top: 0;
  left: auto;
}
.newsall .news {
  padding: 50px 0 0 20px;
  position: relative;
}
.newsheadline h2 {
  font-size: 20px;
  line-height: 23px;
}
.newslist1:nth-child(2n+1) {
	clear: both;
}
.newsall .newslist1:nth-child(3) {
  display: block;
}
.objekty1 {
  background-image: none;
}
.kongres {
  padding: 40px 20px 40px 20px;
}
.kongres1 {
  width: auto;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.kongres h2 {
font-size: 45px;
line-height: 50px;
}
.kongres21 {
  position: relative;
  top: auto;
  left: auto;
  font-size: 20px;
  line-height: 23px;
	padding: 0 0 40px 0;
}
.kongres21 span {
  height: 3px;
}

.kongres22 {
  width: auto;
}
.kongres22 p {
  font-size: 13px;
  line-height: 19px;
  padding: 0 0 20px 0;
}
.gallerysmall {
  padding: 0 0 0 0;
  width:100%;
  max-width: 100%;
	top: 0;
}
.kongresright .kongres1 {
  width: auto;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.kongresright .kongres21 {
  left: auto;
  margin: 0 0 0 0;
}
.kongresright .kongres22 {
  width: auto;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.marquee {
  width: 100%;
  height: 100px;
  margin-top: -50px;
}
.marquee p {
  font-size: 100px;
  line-height: 100px;
  margin: 0 50px;
}
.vize1 {
  background-image: none;
}
.vize21 {
  width: auto;
  margin: 0 auto;
  padding: 80px 20px 80px 20px;
}
.vize21 h2 {
  font-size:	40px;
  line-height: 45px;
  padding: 0 0 40px 0;
}
.vize21 p {
  font-size: 19px;
  line-height: 23px;
  padding: 0 0 20px 0;
}
.hotel {
  padding: 100px 20px;
font-size: 20px;
line-height: 23px;
}

.hotel strong {
  font-size: 100px;
  line-height: 80px;
}
.kongreszahrada {
  background-position: 155% 200px;
}
.vstupenky21, .vstupenky22 {
  float: none;
  width: 100%;
  padding: 0 0 0 0;
  font-size: 13px;
  line-height: 19px;
}
.vstupenky2 {
    float: none;
    width: auto;
  }
.vstupenky21 p, .vstupenky22 p {
  padding: 0 0 50px 0;
}
  .ticket h3 {
    font-size: 20px;
    line-height: 29px;
	height: 200px;
  }
.ticket h2 {
  font-size: 60px;
  line-height: 80px;
	padding: 0 0 30px 0;
}
.vstupenky21 h2, .vstupenky22 h2, .vstupenky21 h3, .vstupenky22 h3 {
  font-size: 20px;
  line-height: 33px;
}

}

@media screen and (min-width: 1px) and (max-width: 640px) {
.kongres a.aunderline {
  margin: 0 30px 0 0;
}
.hotel {
  background-size: auto 100%;
}
.hotel1, .hotel2, .hotel3 {
}
.hotel strong {
    font-size: 60px;
    line-height: 40px;
  }
.exposlide3 img {
  height: auto;
  width: 100%;
}
.ticket {
	float: none;
	width: 100%;
	margin: 0 0 0 0 !important;
}
.ticket1 {
	max-width: 100px;
}
#ticket177 h3, #ticket178 h3, #ticket179 h3 {
  opacity: 1;
}
#ticket177 h2, #ticket178 h2, #ticket179 h2 {
	display: none;
}

.cookies {
	z-index: 10000;
}
.cookiescontent {
	padding: 20px;
	 text-align: center;
	width: 100%;
}
.cookiescontent p {
  font-size: 16px;
  line-height: 20px;
float: none;
  width: auto;
}
.cookiebutts {
  float: none;
  width: auto;
  text-align: center;
}

.program0, .media {
	padding: 30px 20px;
}
.program0 h2, .media0 h2 {
    font-size: 20px;
    line-height: 23px;
}
.program1, .program2, .media1, .media2  {
	float: none;
	width: auto;
}
.program21a, .program21b, .program21c, .program21d {
  float: none;
  width: auto;
	padding: 0 0 5px 0;
}
.program21b {
	padding: 15px 0 20px 0;
}
.program21c {
  text-align: left;
}
.program21c br {
	display: none;
}
.program21 a.programbutt {
	margin: 0 10px 5px 0;
}
.mediafile {
  float: none;
  width: auto;
	padding: 0 0 20px 0;
}
.media21, .media22 {
  float: none;
  width: auto;
	padding: 0 0 20px 0;
}
.media p {
  padding: 0 0 20px 0;
}
.mediagallery {
  float: none;
  width: auto;
  padding: 0 0 20px 0;
}
.mediatk {
  float: none;
  width: auto;
  padding: 0 0 100px 0;
}
.newsdetail p img {
	height: auto !important;
  width: 100% !important;
}
.newsdetail iframe {
	height: auto;
  width: 100% !important;
	aspect-ratio: 16 / 9;
}
.newsdetail .newsdetail2 iframe.goOutFrame {
	aspect-ratio: auto;
}


}


