button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #171717;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
header {
	width: 100%;
	height: 115px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 222;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
a {
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
}
body#logged header {
	top: 32px;
}
p {margin: 0;}
.row {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 20px;
	width: 100%;
}
.logo {
	float: left;
	margin-top: 30px;
	margin-left: -100px;
}
.logo a {
	color: transparent;
	font-size: 0;
}
.main-menu {
	float: right;
	text-align: right;
	width: calc(100% - 200px);
	margin-top: 42px;
}
.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}
.main-menu ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 155%;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item a {
	color: #DBC66A;
}
body.scroll header {
	background: #fff;
}
body.scroll .main-menu ul li a {
	color: #000;
}
.main-menu ul li.wpml-ls-item {
	position: relative;
}
.main-menu ul li.wpml-ls-item a {
	width: 30px;
	height: 20px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}
.main-menu ul li.wpml-ls-item ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 40px;
}
.main-menu ul li.wpml-ls-item ul li {
	margin: 0;
}
.main-menu ul li.wpml-ls-item:hover > ul {
	display: block;
}
.main-menu ul li.wpml-ls-item-cs > a {
	background-image: url('img/lang-cs.png');
}
.main-menu ul li.wpml-ls-item-en > a {
	background-image: url('img/lang-en.png');
}
.main-menu ul li.wpml-ls-current-language:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 4.5px 0 4.5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	top: 6px;
	right: -20px;
	content: '';
	display: none;
}
body.open-mobile .main-menu ul li.wpml-ls-item ul {
	padding-top: 0;
	position: static;
	display: block;
}
body.open-mobile .main-menu ul li.wpml-ls-current-language > a, .main-menu ul li.wpml-ls-current-language {
	display: none;
}
header .menu-show {
	position: absolute;
	right: 25px;
	top: 18px;
	display: none;
	width: 35px;
	font-size: 0;
	height: 28px;
	padding-top: 55px;
	z-index: 15;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
	cursor: pointer;
	text-transform: uppercase;
}
header .menu-show span {
	position: absolute;
	left: 0;
	display: block;
	width: 35px;
	height: 3px;
	background: #DBC66A;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .menu-show span:nth-child(1) {
	top: 23px;
}
header .menu-show span:nth-child(2),
header .menu-show span:nth-child(3) {
	top: 34px;
}
header .menu-show span:nth-child(4) {
	top: 45px;
}
.open-mobile header .menu-show span:nth-child(1) {
	top: 23px;
	left: 50%;
	width: 0%;
}
.open-mobile header .menu-show span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 31px;
}
.open-mobile header .menu-show span:nth-child(4) {
	top: 20px;
	left: 50%;
	width: 0%;
}
body:before {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: 300ms linear;
	-moz-transition:300ms linear;
	-ms-transition: 300ms linear;
	-o-transition: 300ms linear;
	transition: 300ms linear;
}
.open-mobile:before {
	opacity: 1;
	z-index: 500;
}
.open-mobile header {
	z-index: 600;
}
.open-mobile .main-menu {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
}
.open-mobile .main-menu ul {
	display: block;
}
.open-mobile .main-menu ul li {
	width: 100%;
	text-align: center;
	margin: 15px 0 !important;
}
.open-mobile .main-menu ul li a {
	color: #DBC66A;
	font-size: 28px;
}
.open-mobile .main-menu ul li.current-menu-item a {
	border-bottom: 1px solid #DBC66A !important;
}
section {
	width: 100%;
	float: left;
}
section.main-box {
	background-image: url('img/main-box.jpg');
	background-position: calc(50% + 170px) 85px;
	background-repeat: no-repeat;
	padding-top: 150px;
	margin-top: 120px;
}
section.main-box .row {
	position: relative;
	min-height: 1000px;
}
section.main-box h1 {
	background-image: url('img/title-icon.svg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Merriweather';
	display: table;
	line-height: 125%;
	font-size: 100px;
	font-weight: 400;
	padding-top: 70px;
	margin: 0 0 65px;
}
section.main-box a {
	font-family: 'Merriweather';
	color: #DBC66A;
	font-size: 20px;
	font-weight: 400;
}
a.arrow {
	background-image: url('img/link-arrow.svg');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
}
h2, .news-title {
	font-family: 'Merriweather';
	line-height: 125%;
	font-size: 64px;
	font-weight: 400;
	margin: 0 0 65px;
}
.news-title {
	position: absolute;
	bottom: 65px;
	left: 20px;
}
section.news {
	background: #fff;
	padding-bottom: 65px;
}
section.news .row {
	margin-top: -60px;
	max-width: 500px;
}
.entry {
	padding: 80px 0;
	color: #fff;
	font-size: 18px;
	margin-top: 120px;
	min-height: calc(100vh - 260px);
}
.entry p {
	line-height: 155%;
	margin-bottom: 35px;
}
.entry ul {
	margin: 0 0 25px 30px;
	padding: 0;
}
.entry ul.wp-block-gallery {
	margin-left: 0;
}
.entry li {
	line-height: 155%;
	margin-bottom: 15px;
}
.entry h1 {
	font-family: 'Merriweather';
	font-size: 48px;
	color: #DBC66A;
	margin: 0 0 40px;
	font-weight: 400;
}
.entry .sociable {
	float: right;
	text-align: right;
}
.entry .sociable a.icon {
	margin: 0 0 0 20px;
}
.entry a.icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}
.entry a.icon-fb {
	background-image: url('img/icon-fb.svg');
}
.entry a.icon-yt {
	background-image: url('img/icon-yt.svg');
}
.entry h2, .entry h3 {
	font-family: 'Merriweather';
	font-size: 38px;
	color: #DBC66A;
	margin: 0 0 25px;
	font-weight: 400;
}
.entry h3 {
	font-size: 32px;
	margin: 0 0 20px;
}
.entry a {
	color: #fff;
	text-decoration: underline;
}
.entry a:hover {
	text-decoration: none;
}
section.entry.about-me {
	background-image: url('img/main-box.jpg');
	background-position: calc(50% + 250px) 190px;
	background-repeat: no-repeat;
	background-size: 500px auto;
}
section.entry.about-me p {
	max-width: 670px;
}
.post {
	width: 100%;
	margin-bottom: 45px;
}
footer {
	width: 100%;
	color: #C5C5C5;
	float: left;
	padding: 30px 0;
	font-size: 14px;
	text-align: center;
}
body.home footer {
	background: #fff;
	color: #171717;
}
.clear {clear: both;}




@media (max-width: 1350px) {
	.logo {margin-left: 0;}
}
@media (max-width: 1050px) {
	.main-menu ul li {margin: 0 6px;}

}
@media (max-width: 850px) {
	.main-menu ul {display: none;}
	header .menu-show {display: block;}




}
@media (max-width: 600px) {
	section.main-box h1 {font-size: 60px;}
	h2, .news-title {font-size: 52px;}
	.entry h1 {font-size: 38px;}
	section.entry.about-me {background-image: none;}
	.entry {font-size: 16px;}
	header .menu-show {top: 5px;}
	.logo {margin-top: 18px;}
	.entry {margin-top: 85px;}
	header {height: 85px;}
	section.main-box {background-size: 500px auto; padding-top: 50px; background-position: calc(50% + 170px) top;}
	section.main-box .row {min-height: 780px;}
}
@media (max-width: 460px) {


}



