/*
*  Default styles for elements from form helper
*/
.s { width: 50px; }
.m-form .date { width: 247px; }
.m-form .required { background-image: url(/helpers/form/formfiles/images/hvezda.gif); background-repeat: no-repeat;  background-position: -1px 2px; }
.m-form .optional {  }
.m-form .not_valid, .m-form input:invalid, .m-form textarea:invalid { background: #fbe7e2; }
.m-form .form_errors { background: #fee; }
.m-form .error_msg { color: red;  margin-left: 10px; }
.m-form .captcha-br { display: none; }
.m-form .captcha-img { float: left;  margin: 4px 0; }
.m-form .captcha-input { margin: 11px 0 0 15px;  width: 100px; }
.m-form .form-loading { display: none; position: absolute;
	z-index: 100;  width: 100%;  left: 0;  top: 0; }
.m-form .form-loading div { font-weight: bold;  font-size: 12pt;  padding: 70px 50px 70px 75px;  background: #fff url(/helpers/form/formfiles/images/loading.gif) no-repeat 25px 50%;
	position: absolute;  left: 40%;  top: 220px;  border: 1px solid #ddd; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading { position: fixed;  top: 50%;  left: 50%;  width: 40px;  height: 40px;  margin-top: -20px;  margin-left: -20px;  cursor: pointer;  overflow: hidden;  z-index: 1104;  display: none; }
#fancybox-loading div { position: absolute;  top: 0;  left: 0;  width: 40px;  height: 480px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png'); }
#fancybox-overlay { position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1100;  display: none; }
#fancybox-tmp { padding: 0;  margin: 0;  border: 0;  overflow: auto;  display: none; }
#fancybox-wrap { position: absolute;  top: 0;  left: 0;  padding: 20px;  z-index: 1101;  outline: none;  display: none; }
#fancybox-outer { position: relative;  width: 100%;  height: 100%;  background: #fff; }
#fancybox-content { width: 0;  height: 0;  padding: 0;  outline: none;  position: relative;  overflow: hidden;  z-index: 1102;  border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: transparent;  z-index: 1101; }
#fancybox-close { position: absolute;  top: -15px;  right: -15px;  width: 30px;  height: 30px;  background: transparent url('/views/_default/www/js/fancy/img/fancybox.png') -40px 0px;  cursor: pointer;  z-index: 1103;  display: none; }
#fancybox-error { color: #444;  font: normal 12px/20px Arial;  padding: 14px;  margin: 0; }
#fancybox-img { width: 100%;  height: 100%;  padding: 0;  margin: 0;  border: none;  outline: none;  line-height: 0;  vertical-align: top; }
#fancybox-frame { width: 100%;  height: 100%;  border: none;  display: block; }
#fancybox-left, #fancybox-right { position: absolute;  bottom: 0px;  height: 100%;  width: 35%;  cursor: pointer;  outline: none;  background: transparent url('/views/_default/www/js/fancy/img/blank.gif');  z-index: 1102;  display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute;  top: 50%;  left: -9999px;  width: 30px;  height: 30px;  margin-top: -15px;  cursor: pointer;  z-index: 1102;  display: block; }
#fancybox-left-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto;  right: 20px; }
.fancybox-bg { position: absolute;  padding: 0;  margin: 0;  border: 0;  width: 20px;  height: 20px;  z-index: 1001; }
#fancybox-bg-n { top: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -162px; }
#fancybox-bg-e { top: 0;  right: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png');  background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -182px;  }
#fancybox-bg-s { bottom: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png');  background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -142px; }
#fancybox-bg-w { top: 0;  left: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica;  font-size: 12px;  z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px;  text-align: center;  color: #333;  background: #fff;  position: relative; }
.fancybox-title-outside { padding-top: 10px;  color: #fff; }
.fancybox-title-over { position: absolute;  bottom: 0;  left: 0;  color: #FFF;  text-align: left; }
#fancybox-title-over { padding: 10px;  background-image: url('/views/_default/www/js/fancy/img/fancy_title_over.png');  display: block; }
.fancybox-title-float { position: absolute;  left: 0;  bottom: 0px;  height: 32px; }
#fancybox-title-float-wrap { border: none;  border-collapse: collapse;  width: auto; }
#fancybox-title-float-wrap td { border: none;  white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF;  line-height: 29px;  font-weight: bold;  padding: 0 0 3px 0;  background: url('/views/_default/www/js/fancy/img/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0;  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_nw.png', sizingMethod='scale'); }.wt-rotator{ font-family:Arial,Helvetica,sans-serif;  font-size:12px;   position:relative;  }
.wt-rotator a{ outline:none; }
.main-img{ display:none;  position:absolute;  top:0;  left:0;  z-index:0;  border:0px; padding:0 !important;}
.preloader{ background:#000 url(/views/_default/www/js/rotator/img/loader.gif) no-repeat center;  float:left;  width:34px;  height:34px;  position:absolute;  top:0;  left:0;  z-index:4;  display:none; }
#timer{ position:absolute;  top:0;  left:0;  height:4px;  background-color:#FFF;  z-index:4;  visibility:hidden; }
.desc{ background:transparent url(/views/_default/www/js/rotator/img/panel_bg.png) repeat;  position:absolute;  top:0;  left:0;  z-index:6;  overflow:hidden;  
	  visibility:hidden; }
.inner-text{ padding:10px; }
.c-panel{ position:relative;  float:left;  top:0;  left:0;  z-index:7;  visibility:hidden; }
.thumbnails,.buttons{ float:left; }
.thumbnails ul{ list-style:none;  margin:0;  padding:0; }
.thumbnails li,
.play-btn,.prev-btn,.next-btn{ list-style:none;  display:block;  float:left;  margin-right:4px;  overflow:hidden;  width:24px;  height:24px;  line-height:24px;  text-align:center;  color:#FFF;  background: inherit;  background-color:#000;  border:1px solid #999;  cursor:pointer;  font-weight:bold;  padding: inherit; }
.thumbnails li.thumb-over{ color:#000;  background-color:#FFF; }
.thumbnails li.curr-thumb{ color:#000;  background-color:#FFF; }
.thumbnails li *{ display:none; }
.play-btn{ background:#000 url(/views/_default/www/js/rotator/img/play.png) no-repeat center; }
.pause{ background:#000 url(/views/_default/www/js/rotator/img/pause.png) no-repeat center; }
.prev-btn{ background:#abc url(/views/_default/www/js/rotator/img/prev.png) no-repeat center; }
.next-btn{ background:#abc url(/views/_default/www/js/rotator/img/next.png) no-repeat center; }
.button-over{ background-color:#DDD; }
#tool-tip{ font-family:Arial,Helvetica,sans-serif;  font-size:12px;  color:#FFF;  background:transparent url(/views/_default/www/js/rotator/img/panel_bg.png) repeat;  padding:4px;  position:absolute;  top:0;  left:0;  max-width:300px;  z-index:9999;  display:none; }
.block,.vpiece,.hpiece{ position:absolute;  z-index:2; }
#bg-img,#main-img,#tooltip,.preloader img{ display:none; }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,
font,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: initial;
    background: transparent;
}
.clearfix,
.clear {
    color: transparent;
    font-size: 0px;
    height: 1px;
    clear: both;
}
.clearfix::before,
.clear::before,
.clearfix::after,
.clear::after {
    content: " ";
    display: table;
}
.clearfix::after,
.clear::after {
    clear: both;
}
.cleaner{
    width:100%;
    height:0;
    clear:both;
    float:none;
}
.button,
.submit,
input[type=submit],
button,
input[type=button] {
    display: inline-block;
    background-color: #7f6c5e;
    color: #fff;
    border: 0px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    padding: 0px 10px;
}
.button:hover,
.submit:hover,
input[type=submit]:hover,
button:hover,
input[type=button]:hover,
.button.active,
.submit.active,
input[type=submit].active,
button.active,
input[type=button].active,
.button.sel,
.submit.sel,
input[type=submit].sel,
button.sel,
input[type=button].sel {
    background-color: #555;
}
.button[data-wrap],
.submit[data-wrap],
input[type=submit][data-wrap],
button[data-wrap],
input[type=button][data-wrap] {
    padding-right: 25px;
    background-image: url(/img/sipka-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.al-center {
    text-align: center;
}
* > a {
    outline: none;
}
a {
    color: #369;
}
a img {
    border-style: none;
}
h1,
h2,
h3,
.like-h1,
.h1-like {
    color:#4B0500;
    font-size:28px;
    text-transform:uppercase;
    margin: 20px 0;
    margin-bottom: 40px;
    line-height: 1.4em;
    font-family: 'Oswald', sans-serif;
    margin: 0px 0px 33px 0;
    font-weight: normal;
}
h2{
    font-size:22px
}
h3,h4,h5{
    font-size:20px;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
p {
    margin: 0;
}
a:hover {
    text-decoration: none;
}
table {
    margin: 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table td,
table th {
    border: 1px solid #ddd;
    padding: 4px 10px;
}
table.no-border {
    margin: 0px;
}
table.no-border th,
table.no-border td {
    font-size: 14px;
    line-height: 1.3;
    border: none;
    padding: 0 20px 0px 0px;
    vertical-align: top;
    text-align: left;
}
input {
    padding: 2px 6px;
}
.nul,
.nul a {
    text-decoration: none;
}
.nul:hover {
    text-decoration: underline;
}
hr {
    clear: both;
}
.search {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 15;
}
.main {
    float: right;
    width: 70%;
    margin: 10px 3% 10px 0;
}
.fotogalerie {
    text-align: center;
    font-size: 0px;
}
.fotogalerie a {
    display: inline-block;
}
.fotogalerie img {
    margin: 5px;
    box-shadow: 1px 1px 7px #aaa;
}
.news-img {
    float: right;
    margin: -5px 5px 10px 30px;
}
.anotace {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}
.left-column {
    float: right;
    width: 370px;
    margin-right: 280px;
}
.news {
    margin: 27px 0;
    border-top: 1px solid #ddd;
    padding: 1px 0;
}
.new {
    clear: both;
    margin: 10px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}
.new .img {
    float: left;
    padding: 0 15px 0 0;
}
.new h3 {
    padding: 3px 0 1px;
    margin: 0;
    font-size: 9.5pt;
}
.new p {
    font-size: 8.5pt;
    margin: 1px 0;
    line-height: 1.4em;
}
.new .date {
    margin: 0;
    color: #888;
}
.photogallery-column {
    width: 240px;
    position: absolute;
    top: 7px;
    right: 30px;
    margin: 0 0 0 60px;
}
.photogallery-column img {
    margin: 5px;
    float: left;
}
.search-results .result {
    margin: 7px 0;
    border-top: 1px solid #eee;
}
.edit-site {
    float: right;
}
.column {
    font-size: 9pt;
    color: #666;
    float: left;
    clear: left;
    width: 190px;
}
#author_footer_link a {
    font-size: 90%;
    color: #999;
    text-decoration: none;
    float: right;
}
.language-switcher {
    position: absolute;
    right: 20px;
    top: 3px;
}
.language-switcher a {
    width: 16px;
    height: 16px;
    float: left;
    padding: 4px;
    opacity: 0.7;
}
.language-switcher a span {
    display: none;
}
.language-switcher a.cz {
    background: url(/views/_default/www/img/icons/flag_cz.png) no-repeat 50% 50%;
}
.language-switcher a.en {
    background: url(/views/_default/www/img/icons/flag_en.png) no-repeat 50% 50%;
}
.language-switcher a.sk {
    background: url(/views/_default/www/img/icons/flag_sk.png) no-repeat 50% 50%;
}
.language-switcher a.active,
.language-switcher a:hover {
    opacity: 1;
}
.eliska-footer {
    text-align: center;
    font-size: 8pt;
    margin: 0px;
    padding: 10px;
}
.eliska-footer a {
    text-decoration: underline;
}
.eliska-footer img {
    position: relative;
    top: 3px;
    padding: 0 3px 0 6px;
}
.eliska-footer,
.eliska-footer a {
    color: #aaa;
}
ul {
    padding-left: 18px;
    list-style: none;
}
ul li {
    position: relative;
    margin-bottom: 3px;
}
ul li::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 6px;
    width: 7px;
    height: 7px;
    background: #f3ae40;
}
.default-form {
    clear: both;
    border: 1px solid #ddd;
    background: #f8f8f8;
    margin: 10px 0;
    padding: 20px 40px;
}
.default-form label {
    display: block;
    margin: 5px 0 0;
}
.default-form select {
    padding-right: 5px;
    width: 510px;
}
.default-form textarea {
    font-family: arial;
    height: 100px;
}
.default-form .sub {
    font-weight: bold;
    background: white;
    cursor: pointer;
    padding: 10px 50px;
    border: 2px solid #ccc;
    margin: 10px 0;
    color:black;
}
.default-form .sub:hover {
    background: #f5f5f5;
}
.default-form .text-input,
.default-form textarea,
.default-form select {
    background: white;
    border: 1px solid #ccc;
    width: 500px;
    padding: 6px 10px;
    margin: 1px;
}
body {
    line-height: 1;
    min-width: 900px;
    background-size: 100% auto;
    font: 14px/1.65 "Roboto", Arial, "Trebuchet MS", tahoma, verdana;
    color: #000;
    padding: 0;
    margin: 0;
    background:#efca90 url(/img/main-shadow.png) no-repeat center top;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
.inside, .menu {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.inside:before,
.inside:after,.menu:before,.menu:after {
    content: " ";
    width: 100%;
    height: 0px;
    display: block;
    clear: both;
}
.full-shadow {
    width: 100%;
    height: 0px;
    padding-bottom: 2%;
    background: transparent url("/assets/shade-content.png") no-repeat center center;
    background-size: 120% auto;
}
header {
    width: 100%;
    position: relative;
}
header .headline {
    width: 100%;
    height:5px;
    background:#ed7500;
    margin-bottom: -210px;
}
header .headline .logo {
    display: block;
    float: left;
    margin: 29px 10px 23px 34px;
    font-size: 0px;
}
header .headline .logo img {
    display: block;
}
header .middleline {
    width: 100%;
    height: 715px;
    position: relative;
    overflow: hidden;
    background: transparent;
}
header .middleline .promo {
    width: 100%;
    max-width: 1390px;
    height: 715px;
    overflow: visible;
    margin: 0 auto;
    left: 0;
    right: 0;
}
header .middleline .promo .cycle-slideshow {
    overflow: visible !important;
    width: 100%;
    height: 715px;
    margin: 0 auto;
}
header .middleline .promo .cycle-slideshow .cycle-slide {
    width: 1390px;
    height: 715px;
    display: inline-block;
    visibility: visible !important;
    border-left: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
    background-size: 100% 100%;
}
header .middleline .promo .cycle-pager {
    position: absolute;
    bottom: 7px;
    text-align: center;
    left: 0px;
    right: 0px;
    z-index: 200;
}
header .middleline .promo .cycle-pager span {
    display: inline-block;
    margin: 1px 5px;
    width: 17px;
    height: 17px;
    background-color: white;
    border: #f3ae40 solid 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
header .middleline .promo .cycle-pager span.cycle-pager-active {
    background-color: #f3ae40;
}
.menuicon {
    background: url(/img/menuico.png) no-repeat 3px center;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 20px;
    width: 30px;
    height: 30px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menuicon:after {
    content: '';
    position: absolute;
    right: 2px;
    top: 7px;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #cccccc;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menuicon:hover,
.menuicon.clicked {
    background-color: #ccc;
}
.menuicon:hover:after,
.menuicon.clicked:after {
    width: 0;
    height: 0;
    border-bottom: 0px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #f7b03e;
}
.menu {
    z-index:110;
    background: transparent URL(assets/menu-bg.png) center bottom no-repeat;
    margin-top:10px;
    bottom:-210px;
}
.menu ul {
    margin: 0px;
    height: 60px;
}
.menu .logo{
    display:block;
    position:relative;
    width: 353px;
    height: 166px;
    margin: 0 auto;
    margin-bottom:-26px;
    left: -21px;
}
.menu ul li {
    position: relative;
    display: block;
    list-style-type: none;
    float: left;
    margin:0;
    padding: 0px 7px;
    margin-right: 20px;
    height:60px;
    line-height:60px;
}
.menu ul li:first-child{
    margin-left:-10px;
}
.menu ul li:nth-child(3){
    margin-right:120px;
    
}
.menu ul li:nth-child(3):after{
   content:" ";
   display:block;
   position:absolute; 
   width:77px;
   height:92px;
   top: -11px;
   right: -115px;
   background: transparent URL(assets/leaf.png) center center no-repeat;
}
.menu ul li a {
    display: inline;
    position: relative;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}
.menu ul li.sel > a,
.menu ul li > a:hover {
    text-shadow: 1px 0px 0px #60452f;
}
.menu ul li:before {
    display: none;
}
/*.menu ul.menuSmall {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 302;
    background: #fff;
    height: auto;
    padding: 0px;
}
.menu ul.menuSmall li {
    float: none;
    margin: 0px;
    padding: 2px 10px;
    text-align: center;
    display: block;
}
.menu ul.menuSmall li a:after {
    display: none;
}
.menu.toSmall {
    margin: 0px;
    padding-right: 50px;
    float: none;
    clear: both;
    padding-bottom: 8px;
}*/
.mb14 {
    margin-bottom: 14px !important;
}
.pt14 {
    padding-top: 14px !important;
}
.content {
    margin-top: -350px;
    font-size: 11px;
    position:relative;
    z-index:100;
}
.content {
    margin-top: -350px;
    font-size: 15px;
}

.content .inside{
    padding:0 38px;
    padding-top:20px;
    min-height:300px;
    box-sizing: border-box;
    background: rgba(246,218,159,0.9);
}
.content.hp .inside{
    padding:0;
}
.content .col{
    width:326px;
    margin-right:11px;
    padding:0 10px;
    float:left;
    box-sizing:border-box;
}
.content .col .imgcol{
    display:block;
    margin:0 auto;
    margin-top:-22px;
}
.content .col:before{
    content:" ";
    display:block;
    width: 326px;
    height:22px;
    background: rgba(246,218,159,0.9);
    margin:0 -10px;
    margin-top:-22px;
}
.content .col:first-of-type{
    padding-left:50px;
}
.content .col:first-of-type .imgcol{
    margin-left:60px;
}
.content .col:first-of-type:before{
    margin-left:-50px;
}
.content .col:nth-of-type(3){
    float:right;
    margin-right:0px;
    padding-right:50px;
}
.content .col:nth-of-type(3):before{
    margin-right:50px;
}
.content .col:first-of-type h1{
    margin-left:-50px;
}
.content .col h1, .content .col .like-h1{
    color:#ed7500;
    text-align:center;
    font-size:28px;
    font-weight:normal;
    text-transform:uppercase;
}
.content h1 a, .content .like-h1 a{
    color:#4B0500;
    text-decoration: none;
}
.content p {
    margin-bottom: 17px;
    font-size:15px;
    color: #000;
}
.content strong{
    color:#9F673E;
    font-weight: bold;
}
.content .mainpart .left-side {
    width: 345px;
    float: left;
}
.content .mainpart .right-side {
    width: 447px;
    float: right;
}
.content .mainpart hr {
    margin-top: 9px;
    margin-bottom: 10px;
    height: 5px;
    border: 0px solid transparent;
    border-top: 5px solid #d8d1cb;
}
.content .contact-side {
    width: 300px;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
}
.content .bottom{
    width:922px;
    margin:20px auto;
    margin-bottom:0;
}
.content .bottom>div{
    box-sizing:border-box;
    margin:20px 0;
}
.content .bottom>div:before,.content .bottom>div:after{
    content:" ";
    display:block;
    width:100%;
    height:0;
    clear:both;
    float:none;
}
.content .bottom>div:nth-of-type(2){
    height:171px;
    padding-top:20px;
    margin-bottom:0px;
    background: transparent URL("/w/satovskelipy/files/bottles.png") center right no-repeat;
}
.content .bottom>div:nth-of-type(2) .contact-bottom{
    float:left;
}
footer {
    position:relative;
    width: 100%;
    background:#ed7500 center center no-repeat;
    color: white;
}
footer .inside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 220px 30px 52px;
}
footer p,
footer a {
    color: #fff;
    font-size: 12.4px;
    line-height: 1.4;
}
footer a {
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
.menumask {
    display: none;
}
.eliska-footer{
   position:relative;
   background:#efca90; 
}
.menumask {
    cursor: pointer;
    /*background: rgba(0,0,0,0.8);*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 301;
    top: 0px;
    left: 0px;
}
@media (max-width: 1390px) {
    header .middleline {
        height: auto;
    }
    header .middleline .promo {
        height: auto;
    }
    header .middleline .promo .cycle-slideshow {
        height: auto;
    }
    header .middleline .promo .cycle-slideshow .cycle-slide {
        width: 100vw;
        /*height: 38.129496403vw;*/
        border: 0px;
    }
}
@media (max-width: 1050px) {
    body {
        min-width: 0px;
        width: auto;
    }
    header .headline {
        background-size: 120% auto;
    }
    header:after {
        width: auto;
        left: 10%;
        right: 10%;
    }
    .inside {
        width: 100%;
    }
    footer .inside {
        width: 100%;
        background-position: right 24px;
    }
    .content {
        background-size: 120% auto;
    }
    .content .mainpart .left-side {
        width: 39%;
    }
    .content .mainpart .right-side {
        width: 51%;
    }
}
@media (max-width: 920px) {
    footer .inside > * {
        float: none;
        width: auto;
    }
}
@media (max-width: 840px) {
    .content .mainpart .left-side {
        float: none;
        width: auto;
    }
    .content .mainpart .right-side {
        float: none;
        width: auto;
    }
}
@media (max-width: 666px) {
    .fotogalerie a {
        width: 33.3%;
    }
    .fotogalerie img {
        display: block;
        margin: 7px;
        max-width: calc(100% - 14px);
    }
    footer .inside {
        padding: 10px;
        background-image: none;
    }
}

.flash-succ {
    background-color: green;
    color: white;
}

.reserve {
   width: 100%;
}.menu.toSmall {
	position: relative;
}
.menu.toSmall ul {
	background: transparent URL(assets/menu-bg.png) center bottom;
	padding-right: 60px;
	width: auto;
	display: block;
	
}
.menu.toSmall .menuSmall {
	position: absolute;
	display: none;
	padding: 0px;
	z-index: 400;
	right: 0px;
	left: 0px;
	height: auto;
}
.menu.toSmall .menuSmall li {
	float: none;
	display: block;
}
.menu .menuicon {
	position: absolute;
	right: 0px;
	bottom: 16px;
	top: initial;
}
.menu .menumask {
	background: rgba(0,0,0,0.8);
}

@media (max-width: 1000px) {
	/**************Header***********/
	.menu {
		width: 100%;
		text-align: center;
	}
	.menu .logo {
		width: 53%;
	}
	.menu ul {
		display: inline-flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-left: 0px;
	}
	.menu ul li:first-child {
		margin-left: 0px;
	}
	.menu ul li {
		margin-right: 15px;
	}
	.menu ul li a {
		font-size: 15px;
	}
	/******************Content*************/
	.content .col:first-of-type::before {
		margin-left: 0;
	}
	.content .col::before {
		width: 100%;
	}
	.content .allCol {
		display: inline-flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
	.content .allCol .col {
		width: 32%; 
		margin-right: 0px;
	}
	.content .allCol .col:first-of-type {
		padding-left: 0px;
	}
	.content .allCol .col:nth-of-type(3) {
		padding-right: 0px;
	}
	.content .bottom {
		width: auto;
	}
	.content .bottom > div {
		margin: 0;
	}
	.content .bottom h2 {
		padding-left: 10px;
	}
	.bottom .viev {
		overflow: hidden;
	}
	.bottom .viev a {
		display: block;
		width: auto;
		padding: 0px 10px;
	}
	.bottom .viev a img {
		width: 32%;
	}
	.bottom .viev a img:nth-child(3n - 1) {
		margin: 0px 2% !important;
	}
	
	.content .bottom > div:nth-of-type(2) {
		padding: 0px 10px;
		background: none;
	}
	
	.content .bottom .mapka {
		float: right !important;
		margin: 0px !important;
	}
	
	.content .bottom .mapka img {
		max-width: 100%;
	}
}

@media (max-width: 800px) {
	.menu ul {
		width: 100%;
	}
	.menu ul li {
		margin-right: 5px;
	}
	.menu ul li a {
		font-size: 14px;
	}
	.bottom .viev a img {
		width: 32%;
	}
}

@media (max-width: 670px) {
	.menu .logo {
		left: 0;
		width: 100%;
	}
	.menu ul li:nth-child(3)::after {
		display: none;
	}
	.menu ul li:nth-child(3) {
		margin-right: 50px;
	}
	.content .col:first-of-type::before {
		margin-left: 3px;
	}
	.content .col:first-of-type .imgcol {
		margin-left: 32px;
	}
	.content .col:first-of-type h1 {
		text-align: center;
		margin-left: 0px;
	}
	.content .col .imgcol{
		margin: 0 22px;
		margin-top: -22px;
	}
	.content .bottom > div:nth-of-type(2) .contact-bottom {
		width: 45%;
	}
	.mapka {
		width: 45%;
	}
}

@media (max-width: 555px) {
/*	.menu ul {
		background: transparent URL(assets/menu-bg.png) center bottom no-repeat;
		width: auto;
		display: block;
	}
	.menuicon {
		position: absolute;
		top: 149px;
	}
	.content .allCol .col {
		padding: 0px;
		width: 80%;
	}
	.menu ul li:nth-child(3) {
		margin-right: 0px;
	}*/
	.content .allCol .col {
		width: auto !important;
		padding: 0px 10px !important;
	}
	.content .col:first-of-type .imgcol {
		margin: auto;
	}
	.content .col .imgcol {
		margin: auto;
		margin-top: -15px;
	}
	.content .col::before {
		display: none;
	}
	.content .allCol .col:nth-of-type(3) {
		margin-top: 20px;
	}
	.bottom .viev a img {
		width: 31%;
	}
}

@media (max-width: 400px) {
	.menu .logo img {
		width: 100%;
	}
	.content .bottom > div:nth-of-type(2) {
		padding-top: 0px;
		margin: 0;
	}
	.content .bottom > div:nth-of-type(2) .contact-bottom {
		width: 100%;
		text-align: center;
	}
	.mapka {
		display: none;
	}
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXuAj-lg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
