@charset "UTF-8";

html, body { margin: 0; }
body { padding-top: 70px; /*background: url('../img/bg-body.png') 50% 567px repeat;*/ }
body:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 500px; background: url('../img/bg-body.png') 40% 0 repeat; z-index: -1; }

.header { left: 0; top: 0; width: 100%; background: #fff; -webkit-box-shadow: 0 0 65px 0 rgba(0,0,0,.25); box-shadow: 0 0 65px 0 rgba(0,0,0,.25); z-index: 10; }
.header.visible-lg { position: fixed; }
.header.visible-sm { position: absolute; }
.header > .container { position: relative; width: 100%; height: 70px; }
.header.visible-lg ul { float: right; margin: 0; padding: 20px 0; font-size: 13px; line-height: 2.3077; text-transform: uppercase; }
.header.visible-lg ul:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.header.visible-lg ul li { float: left; margin: 0 4px; padding: 0; background: none; }
.header.visible-lg ul li:before { display: none; }
.header.visible-lg ul li a { display: block; padding: 0 5px; color: #000000; text-decoration: none; }
.header.visible-lg ul li a.btn { padding: 0 10px 0 16px; color: #ffffff; background: #111111; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 -2px 5px 0 rgba(0,0,0,.3); box-shadow: 0 -2px 5px 0 rgba(0,0,0,.3); }
.header.visible-lg ul li select { width: 200px; padding: 4px; font-size: 14px; text-transform: none; background: transparent; border: 1px solid #2f332f; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 -2px 5px 0 rgba(0,0,0,.3); box-shadow: 0 -2px 5px 0 rgba(0,0,0,.3); }
.header .logo { position: absolute; left: 10px; bottom: 14px; width: 158px; height: 42px; overflow: hidden; }
.header.visible-sm .btn-menu { position: absolute; right: 0; bottom: 9px; width: 61px; height: 46px; padding: 3px; background: url('../img/btn-menu.png') 50% 50% no-repeat; text-indent: -3000px; overflow: hidden; }
.header.visible-sm ul { display: none; margin: 0; padding: 0; }
.header.visible-sm ul li { margin: 0; padding: 0; background: none; }
.header.visible-sm ul li:before { content: none; }
.header.visible-sm ul li a { display: block; margin: 0 -10px; padding: 9px 10px; border-top: 1px solid #f9fafa; border-bottom: 1px solid #dbdbdb; font-size: 14px; font-weight: 700; line-height: 1.4286; color: #a7b100; text-decoration: none; text-align: right; text-transform: uppercase; }
.header.visible-sm ul li ul { border-top: 1px solid #f9fafa; border-bottom: 1px solid #dbdbdb; }
.header.visible-sm ul li ul li a { font-weight: 500; color: #8a8a8a; background: #fff; border: 0 none; text-transform: none; }
.header.visible-sm ul li ul li a:hover { color: #000000; background: #cfcfcf; }

/*.intro { height: 502px; background: url('../img/bg-intro.png') 50% 112px no-repeat; }*/
.intro.intro-cz { height: 502px; background: url('../img/bg-intro-cz.png') 50% 200px no-repeat; }
.intro.intro-en { height: 502px; background: url('../img/bg-intro-cz.png') 50% 200px no-repeat; }
.intro.intro-de { height: 502px; background: url('../img/bg-intro-cz.png') 50% 200px no-repeat; }

.content { padding: 10px 0 30px 0; }
.content.last { padding-bottom: 0; }

.product { margin: 20px 0; padding: 20px; overflow: hidden; }
.product img { display: block; margin: 10px auto; }
.product h2 { font-size: 36px; line-height: 1.2; color: #000; background: none; text-align: left; }
.product ul { font-weight: 500; }
.product p { padding: 10px 0; font-size: 16px; line-height: 1.5; }

.panel { margin-bottom: 24px; cursor: pointer; }
.panel .panel-header { position: relative; padding: 20px 80px 20px 92px;; background-position: 30px 50%; background-repeat: no-repeat; }
.panel .panel-header:after { content: "+"; position: absolute; right: 20px; top: 20px; width: 25px; height: 25px; font-size: 28px; color: #000; text-align: center; }
.panel.opened .panel-header:after { content: "×"; top: 21px; }
.panel .panel-header h3 { margin: 0; color: #000; text-transform: none; }
.panel .panel-body { padding: 0 80px 0 92px; font-size: 16px; line-height: 1.375; }
.panel .panel-body .gallery img { padding: 14px; }
.panel .panel-body .gallery img:first-child { padding-left: 0; }
.panel .panel-body .gallery img:last-child { padding-right: 0; }

blockquote { margin: 20px; text-align: center; }
blockquote p { font-size: 24px; line-height: 1.25; font-style: italic; color: #ffffff; }
blockquote cite { font-weight: 700; font-style: normal; }

.box:after { content: ""; display: block; padding-top: 100%; }
.box { display: block; position: relative; overflow: hidden; margin-bottom: 20px; }
.box img, .box span { position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.box .fg { }
.box .fg, .box:hover .bg, .box.hover .bg { opacity: 0;  -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.box:hover .fg, .box.hover .fg { opacity: 1; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.commandments .in { padding: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #ffffff; }
.commandments .bg { text-align: center; font-size: 200px; line-height: 100%; color: #fff; letter-spacing: -30px; padding-right: 50px; }

.contact { padding-bottom: 280px; text-align: center; background-position: 50% 100%; background-repeat: no-repeat; }
.contact h3 { font-size: 40px; text-transform: none; color: #000; }
.contact small { font-size: 16px; color: #aaa; }
.contact a { color: #000000; text-decoration: none; }
.contact p { padding-bottom: 20px; }

.footer { position: relative; padding: 33px 0; color: #ffffff; background: #afb900; }
.footer a { color: #ffffff; text-decoration: none; }
.footer .btn-up { position: absolute; left: 50%; bottom: 0; width: 129px; height: 65px; margin-left: -65px; background: url('../img/btn-up.png') 0 0 no-repeat; text-indent: -3000px; overflow: hidden; }

@media (max-width: 768px) {
	.intro { background-position: 50% 160px; }
	.panel .panel-body { padding: 0 20px; }
	.product h2 { font-size: 32px; }

	.commandments .bg { font-size: 150px; }
	.commandments .fg { font-size: 14px; }
}

@media (max-width: 526px) {
	.intro { background-position: 50% 95%; background-size: 94% auto; }
}


@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
 