@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&amp;subset=latin-ext") all;
@font-face {
  font-family: "JaneAusten";
  src: url("http://localhost/gastrorekrea/css/fonts/JaneAusten/JaneAusten.ttf");
  font-weight: 400;
}
.btn {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background-color: #a2c523;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {
  background-color: rgba(162, 197, 35, 0.8);
}

input {
  border-radius: 0;
}

.uc {
  text-transform: uppercase;
}

h1, .h1 {
  line-height: 1.2;
  margin: 60px auto 25px auto;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  color: #e30613;
}

h2, .h2 {
  line-height: 1;
  margin: 30px 0 20px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e30613;
}

h3, .h3 {
  line-height: 1;
  margin: 0;
  margin-bottom: 13px;
  padding: 0;
  font-size: 20px;
  font-weight: 800;
  color: #333333;
}

h4, .h4 {
  line-height: 1;
  margin: 30px 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #e30613;
}

h5, .h5 {
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: #e30613;
}

h6, .h6 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: "JaneAust", serif !important;
  font-size: 30px;
  font-weight: 400;
  color: #450b00;
}

h1.white, .h1.white, h2.white, .h2.white, h3.white, .h3.white, h4.white, .h4.white, h5.white, .h5.white, h6.white, .h6.white {
  color: white;
}
h1.notop, .h1.notop, h2.notop, .h2.notop, h3.notop, .h3.notop, h4.notop, .h4.notop, h5.notop, .h5.notop, h6.notop, .h6.notop {
  margin-top: 0;
}
h1.italic, .h1.italic, h2.italic, .h2.italic, h3.italic, .h3.italic, h4.italic, .h4.italic, h5.italic, .h5.italic, h6.italic, .h6.italic {
  font-weight: 300;
  font-style: italic;
}
h1.center, .h1.center, h2.center, .h2.center, h3.center, .h3.center, h4.center, .h4.center, h5.center, .h5.center, h6.center, .h6.center {
  text-align: center;
}

table, table * {
  background: transparent !important;
  border: none !important;
}
table textarea {
  resize: vertical;
}

.offset-anchor {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}

.fancybox-wrap {
  overflow: visible !important;
}

.myplg .row {
  max-width: none;
}

.myplg .content {
  display: block;
  width: 100%;
  padding: 0 !important;
}

.myplg .v-align .columns {
  display: -ms-flexbox;
  display: flex;
}

.myplg .v-align.v-center .columns {
  align-items: center;
}

.myplg .v-align.v-top .columns {
  align-items: flex-start;
}

.myplg .v-align.v-bottom .columns {
  align-items: flex-end;
}

.myplg .v-align.v-baseline .columns {
  align-items: baseline;
}

.myplg .v-align.v-stretch .columns {
  align-items: stretch;
}

.hidden {
  display: none;
}

#ctrl-restauracia strong {
  font-weight: 500;
}
#ctrl-restauracia #download {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  background-color: white;
  background-image: url(../img/new/homepage-plates.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
#ctrl-restauracia #denne-menu {
  max-width: 605px;
  background-color: #fff;
  margin: 0 auto;
  padding: 25px 50px;
  display: flex;
  flex-wrap: wrap;
}
#ctrl-restauracia #denne-menu > h2, #ctrl-restauracia #denne-menu > div {
  flex: 0 0 100%;
  max-width: 100%;
}
#ctrl-restauracia #denne-menu .place-name, #ctrl-restauracia #denne-menu .place-date {
  flex: 0 0 50%;
  text-align: center;
}
#ctrl-restauracia #denne-menu .importantSentence {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666666;
  color: #e30613;
}
#ctrl-restauracia .place-name, #ctrl-restauracia .place-date {
  display: inline-block;
}
#ctrl-restauracia .menuitem {
  font-family: "Rubik";
}
#ctrl-restauracia .mb-1 {
  margin-bottom: 1px;
}
#ctrl-restauracia .mt-1 {
  margin-top: 1px;
}
#ctrl-restauracia .mb-2 {
  margin-bottom: 2px;
}
#ctrl-restauracia .mt-2 {
  margin-top: 2px;
}
#ctrl-restauracia .mb-3 {
  margin-bottom: 3px;
}
#ctrl-restauracia .mt-3 {
  margin-top: 3px;
}
#ctrl-restauracia .mb-4 {
  margin-bottom: 4px;
}
#ctrl-restauracia .mt-4 {
  margin-top: 4px;
}
#ctrl-restauracia .mb-5 {
  margin-bottom: 5px;
}
#ctrl-restauracia .mt-5 {
  margin-top: 5px;
}
#ctrl-restauracia .mb-6 {
  margin-bottom: 6px;
}
#ctrl-restauracia .mt-6 {
  margin-top: 6px;
}
#ctrl-restauracia .mb-7 {
  margin-bottom: 7px;
}
#ctrl-restauracia .mt-7 {
  margin-top: 7px;
}
#ctrl-restauracia .mb-8 {
  margin-bottom: 8px;
}
#ctrl-restauracia .mt-8 {
  margin-top: 8px;
}
#ctrl-restauracia .mb-9 {
  margin-bottom: 9px;
}
#ctrl-restauracia .mt-9 {
  margin-top: 9px;
}
#ctrl-restauracia .mb-10 {
  margin-bottom: 10px;
}
#ctrl-restauracia .mt-10 {
  margin-top: 10px;
}
#ctrl-restauracia .mb-11 {
  margin-bottom: 11px;
}
#ctrl-restauracia .mt-11 {
  margin-top: 11px;
}
#ctrl-restauracia .mb-12 {
  margin-bottom: 12px;
}
#ctrl-restauracia .mt-12 {
  margin-top: 12px;
}
#ctrl-restauracia .mb-13 {
  margin-bottom: 13px;
}
#ctrl-restauracia .mt-13 {
  margin-top: 13px;
}
#ctrl-restauracia .mb-14 {
  margin-bottom: 14px;
}
#ctrl-restauracia .mt-14 {
  margin-top: 14px;
}
#ctrl-restauracia .mb-15 {
  margin-bottom: 15px;
}
#ctrl-restauracia .mt-15 {
  margin-top: 15px;
}
#ctrl-restauracia .mb-16 {
  margin-bottom: 16px;
}
#ctrl-restauracia .mt-16 {
  margin-top: 16px;
}
#ctrl-restauracia .mb-17 {
  margin-bottom: 17px;
}
#ctrl-restauracia .mt-17 {
  margin-top: 17px;
}
#ctrl-restauracia .mb-18 {
  margin-bottom: 18px;
}
#ctrl-restauracia .mt-18 {
  margin-top: 18px;
}
#ctrl-restauracia .mb-19 {
  margin-bottom: 19px;
}
#ctrl-restauracia .mt-19 {
  margin-top: 19px;
}
#ctrl-restauracia .mb-20 {
  margin-bottom: 20px;
}
#ctrl-restauracia .mt-20 {
  margin-top: 20px;
}
#ctrl-restauracia .mb-21 {
  margin-bottom: 21px;
}
#ctrl-restauracia .mt-21 {
  margin-top: 21px;
}
#ctrl-restauracia .mb-22 {
  margin-bottom: 22px;
}
#ctrl-restauracia .mt-22 {
  margin-top: 22px;
}
#ctrl-restauracia .mb-23 {
  margin-bottom: 23px;
}
#ctrl-restauracia .mt-23 {
  margin-top: 23px;
}
#ctrl-restauracia .mb-24 {
  margin-bottom: 24px;
}
#ctrl-restauracia .mt-24 {
  margin-top: 24px;
}
#ctrl-restauracia .mb-25 {
  margin-bottom: 25px;
}
#ctrl-restauracia .mt-25 {
  margin-top: 25px;
}
#ctrl-restauracia .mb-26 {
  margin-bottom: 26px;
}
#ctrl-restauracia .mt-26 {
  margin-top: 26px;
}
#ctrl-restauracia .mb-27 {
  margin-bottom: 27px;
}
#ctrl-restauracia .mt-27 {
  margin-top: 27px;
}
#ctrl-restauracia .mb-28 {
  margin-bottom: 28px;
}
#ctrl-restauracia .mt-28 {
  margin-top: 28px;
}
#ctrl-restauracia .mb-29 {
  margin-bottom: 29px;
}
#ctrl-restauracia .mt-29 {
  margin-top: 29px;
}
#ctrl-restauracia .mb-30 {
  margin-bottom: 30px;
}
#ctrl-restauracia .mt-30 {
  margin-top: 30px;
}
#ctrl-restauracia .mb-31 {
  margin-bottom: 31px;
}
#ctrl-restauracia .mt-31 {
  margin-top: 31px;
}
#ctrl-restauracia .mb-32 {
  margin-bottom: 32px;
}
#ctrl-restauracia .mt-32 {
  margin-top: 32px;
}
#ctrl-restauracia .mb-33 {
  margin-bottom: 33px;
}
#ctrl-restauracia .mt-33 {
  margin-top: 33px;
}
#ctrl-restauracia .mb-34 {
  margin-bottom: 34px;
}
#ctrl-restauracia .mt-34 {
  margin-top: 34px;
}
#ctrl-restauracia .mb-35 {
  margin-bottom: 35px;
}
#ctrl-restauracia .mt-35 {
  margin-top: 35px;
}
#ctrl-restauracia .mb-36 {
  margin-bottom: 36px;
}
#ctrl-restauracia .mt-36 {
  margin-top: 36px;
}
#ctrl-restauracia .mb-37 {
  margin-bottom: 37px;
}
#ctrl-restauracia .mt-37 {
  margin-top: 37px;
}
#ctrl-restauracia .mb-38 {
  margin-bottom: 38px;
}
#ctrl-restauracia .mt-38 {
  margin-top: 38px;
}
#ctrl-restauracia .mb-39 {
  margin-bottom: 39px;
}
#ctrl-restauracia .mt-39 {
  margin-top: 39px;
}
#ctrl-restauracia .mb-40 {
  margin-bottom: 40px;
}
#ctrl-restauracia .mt-40 {
  margin-top: 40px;
}
#ctrl-restauracia .mb-41 {
  margin-bottom: 41px;
}
#ctrl-restauracia .mt-41 {
  margin-top: 41px;
}
#ctrl-restauracia .mb-42 {
  margin-bottom: 42px;
}
#ctrl-restauracia .mt-42 {
  margin-top: 42px;
}
#ctrl-restauracia .mb-43 {
  margin-bottom: 43px;
}
#ctrl-restauracia .mt-43 {
  margin-top: 43px;
}
#ctrl-restauracia .mb-44 {
  margin-bottom: 44px;
}
#ctrl-restauracia .mt-44 {
  margin-top: 44px;
}
#ctrl-restauracia .mb-45 {
  margin-bottom: 45px;
}
#ctrl-restauracia .mt-45 {
  margin-top: 45px;
}
#ctrl-restauracia .mb-46 {
  margin-bottom: 46px;
}
#ctrl-restauracia .mt-46 {
  margin-top: 46px;
}
#ctrl-restauracia .mb-47 {
  margin-bottom: 47px;
}
#ctrl-restauracia .mt-47 {
  margin-top: 47px;
}
#ctrl-restauracia .mb-48 {
  margin-bottom: 48px;
}
#ctrl-restauracia .mt-48 {
  margin-top: 48px;
}
#ctrl-restauracia .mb-49 {
  margin-bottom: 49px;
}
#ctrl-restauracia .mt-49 {
  margin-top: 49px;
}
#ctrl-restauracia .mb-50 {
  margin-bottom: 50px;
}
#ctrl-restauracia .mt-50 {
  margin-top: 50px;
}
#ctrl-restauracia .mb-51 {
  margin-bottom: 51px;
}
#ctrl-restauracia .mt-51 {
  margin-top: 51px;
}
#ctrl-restauracia .mb-52 {
  margin-bottom: 52px;
}
#ctrl-restauracia .mt-52 {
  margin-top: 52px;
}
#ctrl-restauracia .mb-53 {
  margin-bottom: 53px;
}
#ctrl-restauracia .mt-53 {
  margin-top: 53px;
}
#ctrl-restauracia .mb-54 {
  margin-bottom: 54px;
}
#ctrl-restauracia .mt-54 {
  margin-top: 54px;
}
#ctrl-restauracia .mb-55 {
  margin-bottom: 55px;
}
#ctrl-restauracia .mt-55 {
  margin-top: 55px;
}
#ctrl-restauracia .mb-56 {
  margin-bottom: 56px;
}
#ctrl-restauracia .mt-56 {
  margin-top: 56px;
}
#ctrl-restauracia .mb-57 {
  margin-bottom: 57px;
}
#ctrl-restauracia .mt-57 {
  margin-top: 57px;
}
#ctrl-restauracia .mb-58 {
  margin-bottom: 58px;
}
#ctrl-restauracia .mt-58 {
  margin-top: 58px;
}
#ctrl-restauracia .mb-59 {
  margin-bottom: 59px;
}
#ctrl-restauracia .mt-59 {
  margin-top: 59px;
}
#ctrl-restauracia .mb-60 {
  margin-bottom: 60px;
}
#ctrl-restauracia .mt-60 {
  margin-top: 60px;
}
#ctrl-restauracia .mb-61 {
  margin-bottom: 61px;
}
#ctrl-restauracia .mt-61 {
  margin-top: 61px;
}
#ctrl-restauracia .mb-62 {
  margin-bottom: 62px;
}
#ctrl-restauracia .mt-62 {
  margin-top: 62px;
}
#ctrl-restauracia .mb-63 {
  margin-bottom: 63px;
}
#ctrl-restauracia .mt-63 {
  margin-top: 63px;
}
#ctrl-restauracia .mb-64 {
  margin-bottom: 64px;
}
#ctrl-restauracia .mt-64 {
  margin-top: 64px;
}
#ctrl-restauracia .mb-65 {
  margin-bottom: 65px;
}
#ctrl-restauracia .mt-65 {
  margin-top: 65px;
}
#ctrl-restauracia .mb-66 {
  margin-bottom: 66px;
}
#ctrl-restauracia .mt-66 {
  margin-top: 66px;
}
#ctrl-restauracia .mb-67 {
  margin-bottom: 67px;
}
#ctrl-restauracia .mt-67 {
  margin-top: 67px;
}
#ctrl-restauracia .mb-68 {
  margin-bottom: 68px;
}
#ctrl-restauracia .mt-68 {
  margin-top: 68px;
}
#ctrl-restauracia .mb-69 {
  margin-bottom: 69px;
}
#ctrl-restauracia .mt-69 {
  margin-top: 69px;
}
#ctrl-restauracia .mb-70 {
  margin-bottom: 70px;
}
#ctrl-restauracia .mt-70 {
  margin-top: 70px;
}
#ctrl-restauracia .mb-71 {
  margin-bottom: 71px;
}
#ctrl-restauracia .mt-71 {
  margin-top: 71px;
}
#ctrl-restauracia .mb-72 {
  margin-bottom: 72px;
}
#ctrl-restauracia .mt-72 {
  margin-top: 72px;
}
#ctrl-restauracia .mb-73 {
  margin-bottom: 73px;
}
#ctrl-restauracia .mt-73 {
  margin-top: 73px;
}
#ctrl-restauracia .mb-74 {
  margin-bottom: 74px;
}
#ctrl-restauracia .mt-74 {
  margin-top: 74px;
}
#ctrl-restauracia .mb-75 {
  margin-bottom: 75px;
}
#ctrl-restauracia .mt-75 {
  margin-top: 75px;
}
#ctrl-restauracia .mb-76 {
  margin-bottom: 76px;
}
#ctrl-restauracia .mt-76 {
  margin-top: 76px;
}
#ctrl-restauracia .mb-77 {
  margin-bottom: 77px;
}
#ctrl-restauracia .mt-77 {
  margin-top: 77px;
}
#ctrl-restauracia .mb-78 {
  margin-bottom: 78px;
}
#ctrl-restauracia .mt-78 {
  margin-top: 78px;
}
#ctrl-restauracia .mb-79 {
  margin-bottom: 79px;
}
#ctrl-restauracia .mt-79 {
  margin-top: 79px;
}
#ctrl-restauracia .mb-80 {
  margin-bottom: 80px;
}
#ctrl-restauracia .mt-80 {
  margin-top: 80px;
}
#ctrl-restauracia .mb-81 {
  margin-bottom: 81px;
}
#ctrl-restauracia .mt-81 {
  margin-top: 81px;
}
#ctrl-restauracia .mb-82 {
  margin-bottom: 82px;
}
#ctrl-restauracia .mt-82 {
  margin-top: 82px;
}
#ctrl-restauracia .mb-83 {
  margin-bottom: 83px;
}
#ctrl-restauracia .mt-83 {
  margin-top: 83px;
}
#ctrl-restauracia .mb-84 {
  margin-bottom: 84px;
}
#ctrl-restauracia .mt-84 {
  margin-top: 84px;
}
#ctrl-restauracia .mb-85 {
  margin-bottom: 85px;
}
#ctrl-restauracia .mt-85 {
  margin-top: 85px;
}
#ctrl-restauracia .mb-86 {
  margin-bottom: 86px;
}
#ctrl-restauracia .mt-86 {
  margin-top: 86px;
}
#ctrl-restauracia .mb-87 {
  margin-bottom: 87px;
}
#ctrl-restauracia .mt-87 {
  margin-top: 87px;
}
#ctrl-restauracia .mb-88 {
  margin-bottom: 88px;
}
#ctrl-restauracia .mt-88 {
  margin-top: 88px;
}
#ctrl-restauracia .mb-89 {
  margin-bottom: 89px;
}
#ctrl-restauracia .mt-89 {
  margin-top: 89px;
}
#ctrl-restauracia .mb-90 {
  margin-bottom: 90px;
}
#ctrl-restauracia .mt-90 {
  margin-top: 90px;
}
#ctrl-restauracia .mb-91 {
  margin-bottom: 91px;
}
#ctrl-restauracia .mt-91 {
  margin-top: 91px;
}
#ctrl-restauracia .mb-92 {
  margin-bottom: 92px;
}
#ctrl-restauracia .mt-92 {
  margin-top: 92px;
}
#ctrl-restauracia .mb-93 {
  margin-bottom: 93px;
}
#ctrl-restauracia .mt-93 {
  margin-top: 93px;
}
#ctrl-restauracia .mb-94 {
  margin-bottom: 94px;
}
#ctrl-restauracia .mt-94 {
  margin-top: 94px;
}
#ctrl-restauracia .mb-95 {
  margin-bottom: 95px;
}
#ctrl-restauracia .mt-95 {
  margin-top: 95px;
}
#ctrl-restauracia .mb-96 {
  margin-bottom: 96px;
}
#ctrl-restauracia .mt-96 {
  margin-top: 96px;
}
#ctrl-restauracia .mb-97 {
  margin-bottom: 97px;
}
#ctrl-restauracia .mt-97 {
  margin-top: 97px;
}
#ctrl-restauracia .mb-98 {
  margin-bottom: 98px;
}
#ctrl-restauracia .mt-98 {
  margin-top: 98px;
}
#ctrl-restauracia .mb-99 {
  margin-bottom: 99px;
}
#ctrl-restauracia .mt-99 {
  margin-top: 99px;
}
#ctrl-restauracia .mb-100 {
  margin-bottom: 100px;
}
#ctrl-restauracia .mt-100 {
  margin-top: 100px;
}

.IMS_fixChatBox {
  z-index: 9 !important;
}

.cookiee-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 55px;
  line-height: 30px;
  margin: 0;
  padding: 10px 25px;
  background-color: black;
  font-size: 13px;
  color: white;
  z-index: 999999;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.cookiee-dialog a {
  color: #311D12;
}
.cookiee-dialog .cookiee-button {
  background-color: #311D12;
  color: white;
  margin: 10px;
  padding: 10px 30px;
  border: none;
  outline: 0;
  cursor: pointer;
}
.cookiee-dialog .cookiee-button:hover {
  background-color: white;
  color: #311D12;
}
.cookiee-dialog .cookiee-button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.cookiee-dialog, .cookiee-dialog * {
  font-weight: 300;
  font-style: normal;
  -webkit-text-stroke: 0px !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -webkit-osx-font-smoothing: grayscale !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: #333 0 0 0;
  box-sizing: border-box;
}

.select {
  display: block;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #f1f1f1;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: #666666;
  z-index: 8;
}
.select * {
  cursor: default;
}
.select.sel-1 {
  z-index: 10;
}
.select.sel-2 {
  z-index: 9;
}
.select.sel-3 {
  z-index: 8;
}
.select .select-options {
  display: none;
  position: absolute;
  top: 46px;
  left: -1px;
  right: -1px;
  min-height: 48px;
  line-height: 48px;
  background-color: #f1f1f1;
  border: 1px solid #a1a1a1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  white-space: nowrap;
  z-index: 9;
}
.select .select-options .select-option {
  padding: 0 20px;
  border-bottom: 1px solid #a1a1a1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.select .select-options .select-option:hover, .select .select-options .select-option.select-selected {
  background-color: rgba(161, 161, 161, 0.3);
}
.select .select-options .select-option:last-of-type {
  border-bottom: 0;
}
.select .select-options.open {
  display: inline-block;
}
.select, .select .select-options .select-option {
  background-repeat: no-repeat;
  background-position: 14px center;
}
.select.has-image, .select .select-options .select-option.has-image {
  padding-left: 45px;
}
.select span, .select .select-options .select-option span {
  font-weight: 300;
}

/* Google maps card styles - COPIED */
.gm-style .place-card div,
.gm-style .place-card a,
.gm-style .default-card div,
.gm-style .default-card a {
  color: #5B5B5B;
  font-family: Roboto, Arial;
  font-size: 12px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.gm-style .place-card,
.gm-style .default-card,
.gm-style .directions-card {
  cursor: default;
}

.gm-style .place-card-large {
  padding: 9px 4px 9px 4px;
}

.gm-style .place-card-medium {
  width: auto;
  padding: 9px 11px 9px 11px;
}

.gm-style .default-card {
  padding: 5px 14px 5px 14px;
}

.gm-style .place-card a:link,
.gm-style .default-card a:link,
.gm-style .directions-card a:link {
  text-decoration: none;
  color: #3a84df !important;
}

.gm-style .place-card a:visited,
.gm-style .default-card a:visited,
.gm-style .directions-card a:visited {
  color: #3a84df !important;
}

.gm-style .place-card a:hover,
.gm-style .default-card a:hover,
.gm-style .directions-card a:hover {
  text-decoration: underline;
}

.gm-style .place-desc-large {
  width: 200px;
  display: inline-block;
}

.gm-style .place-desc-medium {
  display: inline-block;
}

.gm-style .place-card .place-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 14px;
  color: black;
}

html[dir=rtl] .gm-style .place-name {
  padding-right: 5px;
}

.gm-style .place-card .address {
  margin-top: 6px;
}

.gm-style .tooltip-anchor {
  width: 100%;
  position: relative;
  float: right;
  z-index: 1;
}

.gm-style .star-entity .tooltip-anchor,
.gm-style .star-entity-medium .tooltip-anchor,
.gm-style .navigate-entity-medium .tooltip-anchor,
.gm-style .navigate .tooltip-anchor {
  width: 50%;
  display: none;
}

.gm-style .star-entity:hover .tooltip-anchor,
.gm-style .star-entity-medium:hover .tooltip-anchor,
.gm-style .navigate-entity-medium:hover .tooltip-anchor,
.gm-style .navigate:hover .tooltip-anchor {
  display: inline;
}

.gm-style .tooltip-anchor > .tooltip-tip-inner,
.gm-style .tooltip-anchor > .tooltip-tip-outer {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  background-color: transparent;
  position: absolute;
  left: -8px;
}

.gm-style .tooltip-anchor > .tooltip-tip-outer {
  border-bottom: 8px solid #CBCBCB;
}

.gm-style .tooltip-anchor > .tooltip-tip-inner {
  border-bottom: 8px solid white;
  z-index: 1;
  top: 1px;
}

.gm-style .tooltip-content {
  position: absolute;
  top: 8px;
  left: -70px;
  line-height: 137%;
  padding: 10px 12px 10px 13px;
  width: 210px;
  margin: 0;
  border: 1px solid #CBCBCB;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
}

html[dir=rtl] .gm-style .tooltip-content {
  left: -10px;
}

.gm-style .star-entity-medium .tooltip-content {
  width: 110px;
}

.gm-style .navigate {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px;
}

.gm-style .navigate-entity-medium {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin-top: 1px;
}

.gm-style .navigate-link {
  display: block;
}

.gm-style .place-card .navigate-text,
.gm-style .place-card .star-entity-text {
  margin-top: 5px;
  text-align: center;
  color: #3a84df;
  font-size: 12px;
  max-width: 55px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
}

.gm-style .place-card .hidden {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

.gm-style .navigate-icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .navigate-icon {
  border: 0;
}

.gm-style .navigate-separator {
  display: inline-block;
  width: 1px;
  height: 43px;
  vertical-align: top;
  background: -webkit-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -moz-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -ms-linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
  background: -linear-gradient(top, #fbfbfb, #e2e2e2, #fbfbfb);
}

.gm-style .star-entity {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px;
}

.gm-style .star-entity .star-button {
  cursor: pointer;
}

.gm-style .navigate-entity .navigate-button {
  cursor: pointer;
}

.gm-style .star-entity-medium {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin-top: 1px;
}

.gm-style .star-entity:hover .star-entity-text {
  text-decoration: underline;
}

.gm-style .star-entity-icon-large {
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .star-entity-icon-medium {
  width: 17px;
  height: 17px;
  top: 0px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .navigate-entity-icon-medium {
  width: 17px;
  height: 17px;
  top: 0px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .can-star-large {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .logged-out-star,
.logged-out-star:hover {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .is-starred-large {
  position: relative;
  cursor: pointer;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .can-star-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer;
}

.gm-style .is-starred-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer;
}

.gm-style .navigate-icon-medium {
  position: relative;
  height: 17px;
  top: -2px;
  cursor: pointer;
}

.gm-style .review-box {
  padding-top: 5px;
}

.gm-style .place-card .review-box-link {
  padding-left: 8px;
}

.gm-style .place-card .review-number {
  display: inline-block;
  color: #e7711b;
  font-weight: 500;
  font-size: 14px;
}

.gm-style .rating-star {
  display: inline-block;
  width: 11px;
  height: 11px;
  overflow: hidden;
}

.gm-style .directions-card {
  color: #5B5B5B;
  font-family: Roboto, Arial;
  background-color: white;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.gm-style .directions-card-medium-large {
  height: 71px;
  padding: 10px 11px;
}

.gm-style .directions-info {
  padding-left: 25px;
}

.gm-style .directions-waypoint {
  height: 20px;
}

.gm-style .directions-address {
  font-weight: 400;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
}

.gm-style .directions-icon {
  float: left;
  vertical-align: top;
  padding-top: 2px;
  height: 50px;
  width: 20px;
}

.gm-style .directions-icon div {
  width: 15px;
  height: 45px;
  overflow: hidden;
}

.gm-style .directions-separator {
  position: relative;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 4px;
  background-color: #ccc;
}

.gm-style .maps-links-box-exp {
  padding-top: 5px;
}

.gm-style .time-to-location-info-exp {
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block;
}

.gm-style .google-maps-link-exp {
  display: inline-block;
  vertical-align: middle;
}

.gm-style .time-to-location-text-exp {
  vertical-align: middle;
}

.gm-style .place-card-large .only-visible-to-you-exp {
  padding-top: 5px;
  color: #ccc;
  display: inline-block;
}

.gm-style .place-card-large .time-to-location-privacy-exp .learn-more-exp {
  color: #ccc;
  text-decoration: underline;
}

.gm-style .navigate-icon {
  background-position: 0px 0px;
}

.gm-style .navigate:hover .navigate-icon {
  background-position: 48px 0px;
}

.gm-style .navigate-icon-medium {
  background-position: 0px 94px;
}

.gm-style .navigate-icon-medium:hover {
  background-position: -16px 94px;
}

.gm-style .can-star-large {
  background-position: 70px 187px;
}

.gm-style .star-button:hover .can-star-large {
  background-position: 48px 187px;
}

.gm-style .logged-out-star {
  background-position: 96px 187px;
}

.gm-style .star-button:hover .logged-out-star {
  background-position: 96px 187px;
}

.gm-style .is-starred-large {
  background-position: 0px 166px;
}

.gm-style .rating-full-star {
  background-position: 48px 165px;
}

.gm-style .rating-half-star {
  background-position: 35px 165px;
}

html[dir=rtl] .gm-style .rating-half-star {
  background-position: 10px 165px;
}

.gm-style .rating-empty-star {
  background-position: 23px 165px;
}

.gm-style .directions-icon {
  background-position: 0px 144px;
}

.gm-style .hovercard-personal-icon-home {
  background-position: 96px 102px;
}

.gm-style .hovercard-personal-icon-work {
  background-position: 96px 79px;
}

.gm-style .can-star-medium {
  background-position: 0px 36px;
}

.gm-style .can-star-medium:hover {
  background-position: -17px 36px;
}

.gm-style .logged-out-star-medium {
  background-position: 36px 36px;
}

.gm-style .star-button:hover .logged-out-star-medium {
  background-position: 36px 36px;
}

.gm-style .is-starred-medium {
  background-position: 0px 19px;
}

.gm-style .info {
  height: 30px;
  width: 30px;
  background-position: 19px 36px;
}

.saved-from-source-link {
  margin-top: 5px;
  max-width: 331px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gm-style .drive-icon-exp {
  background-position: -90px -62px;
  display: inline-block;
  width: 18px;
  height: 16px;
  overflow: hidden;
  margin: 0 auto;
  margin-right: 5px;
  vertical-align: middle;
}

.gm-style .star-entity-icon-large-exp {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .can-star-large-exp {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .logged-out-star-exp,
.logged-out-star-exp:hover {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .is-starred-large-exp {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .can-star-large-exp {
  background-position: -46px -46px;
}

.gm-style .star-button-exp:hover .can-star-large-exp {
  background-position: -2px -46px;
}

.gm-style .logged-out-star-exp {
  background-position: -46px -91px;
}

.gm-style .star-button-exp:hover .logged-out-star-exp {
  background-position: -2px -46px;
}

.gm-style .is-starred-large-exp {
  background-position: -2px -91px;
}

.gm-style .star-button-exp {
  position: absolute;
  right: -10px;
}

.gm-style .star-entity-exp .star-button-exp {
  cursor: pointer;
}

.gm-style .navigate-icon-exp {
  width: 42px;
  height: 42px;
  overflow: hidden;
  margin: 0 auto;
}

.gm-style .navigate-icon-exp {
  border: 0;
}

.gm-style .navigate-icon-exp {
  background-position: -46px -1px;
}

.gm-style .navigate:hover .navigate-icon-exp {
  background-position: -2px -1px;
}

.gm-style .navigate-exp {
  display: inline-block;
  vertical-align: top;
  height: 43px;
  padding: 0 7px;
  position: absolute;
  right: -18px;
}

.gm-style .icon {
  background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
  background-size: 70px 210px;
}

#head {
  padding-bottom: 80px;
  background-image: url("../img/new/header-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
}
#head * {
  position: relative;
  z-index: 2;
}
#head .search-bar {
  position: relative;
  margin-top: 87px;
}
#head .search-bar ::-webkit-input-placeholder {
  color: #666666;
  font-size: "inherit";
}
#head .search-bar :-moz-placeholder {
  color: #666666;
  font-size: "inherit";
  opacity: 1;
}
#head .search-bar ::-moz-placeholder {
  color: #666666;
  font-size: "inherit";
  opacity: 1;
}
#head .search-bar :-ms-input-placeholder {
  color: #666666;
  font-size: "inherit";
}
#head .search-bar :placeholder-shown {
  color: #666666;
  font-size: "inherit";
}
#head .search-bar input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 60px 0 20px;
  background-color: transparent;
  border: 1px solid #e30613;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}
#head .search-bar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 48px;
  background-color: transparent;
  background-image: url("../img/new/search-icon.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
#head .logo {
  display: inline-block;
  margin-top: 41px;
}
#head .fb {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-top: 88px;
  background-image: url("../img/new/fb.png");
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#head .fb:hover {
  background-color: #3b5998;
  background-image: url("../img/new/fb-hover.png");
}
#head .menu {
  display: inline-block;
  position: relative;
  min-height: 30px;
  margin: 50px 0 30px 0;
}
#head .menu::before, #head .menu::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 1px;
  background-color: #ac0000;
}
#head .menu::before {
  left: -50vw;
}
#head .menu::after {
  right: -50vw;
}
#head .menu .item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-family: "Merriweather", serif;
  font-size: 21px;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#head .menu .item:hover, #head .menu .item.active {
  color: #e30613;
}
#head .open-menu-wrapper {
  height: 30px;
  margin: 20px 0;
}
#head .open-menu-wrapper .opener-menu {
  display: inline-block;
  min-height: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #333333;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#head .open-menu-wrapper .opener-menu:hover, #head .open-menu-wrapper .opener-menu.active {
  color: #e30613;
}

.open-menu {
  display: none;
  min-height: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #333333;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.open-menu:hover, .open-menu.active {
  color: #e30613;
}
.open-menu.fixed {
  display: inline-block;
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 98;
}

.alt-menu {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
}
.alt-menu .item {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  padding: 0 20px;
  font-family: "Merriweather", serif;
  font-size: 21px;
  text-align: right;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.alt-menu .item:hover, .alt-menu .item.active {
  color: #e30613;
}

.closer-menu {
  display: none;
  min-height: 30px;
  line-height: 30px;
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 10px 15px;
  background-color: white;
  font-size: 26px;
  color: #e30613;
  z-index: 99;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#main section.section h1 {
  margin: 40px 0;
}

#content {
  padding-bottom: 220px;
  background-image: url("../img/new/homepage-ending.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

#intro {
  height: 452px;
  background-image: url("../img/new/intro-texture.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
}
#intro .tanier {
  position: relative;
  left: -130px;
  width: 825px;
  max-width: none !important;
  margin-top: -25%;
}
#intro h1, #intro p {
  color: white;
}
#intro p {
  font-weight: 300;
}

#ctrl-restauracia #main {
  background-image: url("../img/new/homepage-plates.png");
  background-repeat: no-repeat;
  background-position: center 750px;
}

#menu .menu-plate {
  position: relative;
  width: 100%;
  max-width: 711px;
  margin: 40px auto 100px auto;
}
#menu .menu-plate .inner {
  position: relative;
  padding: 150px 80px 100px 80px;
  z-index: 2;
}
#menu .menu-plate .inner .place-name, #menu .menu-plate .inner .place-date {
  position: absolute;
  top: 105px;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
#menu .menu-plate .inner .place-name {
  left: 80px;
}
#menu .menu-plate .inner .place-date {
  right: 80px;
}
#menu .menu-plate .inner h1 {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666666;
  text-align: center;
  text-transform: uppercase;
}
#menu .menu-plate .inner .importantSentence {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666666;
  color: #e30613;
}
#menu .menu-plate .inner .menuitem {
  margin-bottom: 15px;
  color: #666666;
}
#menu .menu-plate .inner .menuitem .info .fa {
  color: #e30613;
}
#menu .menu-plate .inner .menuitem .info span {
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
}
#menu .menu-plate .inner .textual {
  margin-top: 25px;
  text-align: center;
  color: #666666;
}
#menu .menu-plate .inner .textual h3 {
  line-height: 1;
  margin: 0;
  margin-top: 45px;
  padding: 0;
  font-family: "JaneAust", serif !important;
  font-size: 26px;
  font-weight: 400;
  color: #e30613;
}
#menu .menu-plate .inner .textual a {
  color: #666666;
}
#menu .menu-plate .top {
  position: absolute;
  top: 0;
  height: 100%;
  max-height: 87%;
  width: 100%;
  background-image: url("../img/new/menu/plate.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: 1;
}
#menu .menu-plate .center {
  position: absolute;
  top: 20%;
  height: 70%;
  width: 100%;
  background-image: url("../img/new/menu/plate-center.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  z-index: 1;
}
#menu .menu-plate .bottom {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 87%;
  width: 100%;
  background-image: url("../img/new/menu/plate-bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 1;
}
#menu .menu-plate .floating {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}
#menu .menu-plate .floating.clip1 {
  top: 213px;
  left: -136px;
  width: 137px;
  height: 96px;
  background-image: url("../img/new/menu/clip1.png");
}
#menu .menu-plate .floating.clip2 {
  top: 110px;
  left: -22px;
  width: 127px;
  height: 134px;
  background-image: url("../img/new/menu/clip2.png");
}
#menu .menu-plate .floating.guma {
  top: 2px;
  left: 450px;
  width: 88px;
  height: 98px;
  background-image: url("../img/new/menu/guma.png");
}
#menu .menu-plate .floating.pen {
  top: 100px;
  right: -75px;
  width: 150px;
  height: 406px;
  background-image: url("../img/new/menu/pen.png");
}
#menu .menu-plate .floating.tomato {
  right: -109px;
  bottom: -102px;
  width: 302px;
  height: 261px;
  background-image: url("../img/new/menu/tomato.png");
}

.flash {
  margin: 30px 0;
  padding: 15px;
  background-color: #a5be19;
  border: 1px solid #879A1D;
  font-size: 16px;
  color: white;
}
.flash.alert, .flash.error {
  background-color: #D44343;
  border: 1px solid #9A3434;
}

#kontakt h1 {
  margin: 40px 0;
}
#kontakt .map-data {
  position: relative;
}
#kontakt .map-data .inner {
  position: relative;
  padding-top: 41px;
  background-color: white;
  background-image: url("../img/new/map-header.png");
  background-repeat: no-repeat;
  background-position: left top;
  color: #666666;
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  z-index: 2;
}
#kontakt .map-data .inner .article-content {
  padding-top: 30px;
  padding-bottom: 90px;
}
#kontakt .map-data .inner .article-content a {
  font-style: italic;
  font-weight: 400;
  color: #e30613;
}
#kontakt .map-data .floating {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
#kontakt .map-data .floating.jedlo {
  top: -160px;
  left: -230px;
  width: 447px;
  height: 453px;
  background-image: url("../img/new/tanier-jedlo.png");
}
#kontakt .map-data .floating.skvrna {
  right: -237px;
  bottom: -485px;
  width: 901px;
  height: 878px;
  background-image: url("../img/new/skvrna.png");
}
#kontakt .map-data .floating.tomato {
  right: -99px;
  bottom: -172px;
  width: 302px;
  height: 261px;
  background-image: url("../img/new/menu/tomato.png");
  z-index: 3;
}
#kontakt .contact-over {
  position: relative;
  z-index: 3;
}
#kontakt .form-data {
  margin-top: 70px;
  margin-bottom: 135px;
  font-weight: 300;
  color: #666666;
}
#kontakt .form-data a {
  color: #666666;
}
#kontakt .form-data action, #kontakt .form-data form {
  margin-top: 50px;
  font-family: "Merriweather", serif;
}
#kontakt .form-data action label, #kontakt .form-data form label {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
#kontakt .form-data action label span, #kontakt .form-data action label.label, #kontakt .form-data form label span, #kontakt .form-data form label.label {
  font-weight: 400;
  color: #e30613;
}
#kontakt .form-data action input, #kontakt .form-data action textarea, #kontakt .form-data form input, #kontakt .form-data form textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
#kontakt .form-data action textarea, #kontakt .form-data form textarea {
  height: 220px;
  line-height: 1;
  padding: 18px 20px;
  resize: none;
}
#kontakt .form-data action .btn, #kontakt .form-data form .btn {
  padding: 0 80px;
}
#kontakt .flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#kontakt .flex-grid .side-left {
  width: 130px;
  padding-right: 30px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#kontakt .flex-grid .side-right {
  -ms-flex: 1;
  flex: 1;
}

#gallery {
  padding-bottom: 50px;
}
#gallery h1, #gallery .overlay, #gallery .back {
  position: relative;
  z-index: 4;
}
#gallery .back {
  margin-bottom: 25px;
}
#gallery .images {
  position: relative;
  z-index: 1;
}
#gallery .images .floating {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
#gallery .images .floating.skvrna {
  top: -206px;
  left: -382px;
  width: 864px;
  height: 877px;
  background-image: url("../img/new/skvrna2.png");
}
#gallery .images .floating.fotak {
  top: -45px;
  left: -260px;
  width: 511px;
  height: 393px;
  background-image: url("../img/new/fotak.png");
  z-index: 3;
}
#gallery .column-item {
  display: -ms-flex;
  display: flex;
}
#gallery .item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  background-color: white;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#gallery .item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#gallery .item .zoomer {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #e30613;
  background-image: url("../img/new/zoomer.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#gallery .item .img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
#gallery .item .info {
  padding: 36px 30px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  color: #666666;
}
#gallery .item .info::first-line {
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e30613;
}
#gallery .item:hover {
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
}
#gallery .item:hover .zoomer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#gallery .item:hover .img {
  -webkit-filter: initial;
  filter: initial;
}
#gallery .item:hover .info::first-line {
  text-decoration: underline;
}

body[class^=article-] {
  background-repeat: no-repeat;
  background-position: center 330px;
}

body.article-2, body.article-8, body.article-9 {
  background-image: url("../img/new/article/8.png");
}

#article {
  padding-bottom: 120px;
  color: #666666;
}
#article a {
  color: #e30613;
}
#article ul {
  padding-left: 17px;
  list-style-image: url("../img/new/list-type.png");
}
#article.hladaj .result {
  margin-bottom: 20px;
  padding: 0 15px;
  background-color: rgba(161, 161, 161, 0.3);
  border: 1px solid #666666;
}
#article.hladaj .result .highlight {
  color: #e30613;
}
#article.hladaj .result h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#article action, #article form {
  margin-top: 50px;
  font-family: "Merriweather", serif;
}
#article action label, #article form label {
  display: block;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
#article action label span, #article action label.label, #article form label span, #article form label.label {
  font-weight: 400;
  color: #e30613;
}
#article action input, #article action textarea, #article form input, #article form textarea {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
#article action textarea, #article form textarea {
  height: 220px;
  line-height: 1;
  padding: 18px 20px;
  resize: none;
}
#article action .btn, #article form .btn {
  padding: 0 80px;
}
#article .flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#article .flex-grid .side-left {
  padding-right: 30px;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#article .flex-grid .side-right {
  -ms-flex: 1;
  flex: 1;
}

#foot {
  position: relative;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 175px;
  background-image: url("../img/new/footer.png");
  background-repeat: no-repeat;
  background-position: center top;
}
#foot .kontakty {
  color: white;
}
#foot .kontakty strong {
  color: #e9d8ba;
}
#foot .kontakty a {
  font-style: italic;
  text-decoration: underline;
  color: white;
}
#foot .copy {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 300;
  color: white;
}
#foot .copy a {
  text-decoration: none;
  color: white;
}
#foot .newsletter {
  position: absolute;
  top: -140px;
  left: 50%;
  width: 100%;
  max-width: 860px;
  padding: 9px 40px 40px 419px;
  background-color: white;
  background-image: url("../img/new/newsletter.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #666666;
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.42);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#foot .newsletter form {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
#foot .newsletter form input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 20px;
  background-color: transparent;
  border: 1px solid #a1a1a1;
  border-right: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#foot .newsletter form .btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -ms-flex: 1;
  flex: 1;
}

html, body {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}
html.noscroll, body.noscroll {
  overflow: hidden !important;
}

body {
  background-color: #f1f1f1;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
body * {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
}

b, strong, .bold {
  font-weight: 700;
}

a {
  text-decoration: none;
}

.clean {
  width: 0 !important;
  height: 0 !important;
  float: none !important;
  clear: both !important;
}

img {
  max-width: 100%;
  height: auto !important;
}

img.centered {
  display: block;
  margin: 0 auto;
}

.row {
  max-width: 1180px;
}
.row.fluid {
  max-width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 53.125em) {
  body {
    font-size: 14px;
  }

  #head {
    padding-bottom: 0;
  }
  #head .logo {
    margin-top: 21px;
  }
  #head .fb {
    margin-top: 37px;
  }
  #head .search-bar {
    margin-top: 25px;
  }
  #head .menu {
    display: none;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #head .menu .item {
    font-size: 15px;
  }

  #intro {
    height: auto;
    min-height: 452px;
    padding-bottom: 35px;
    background-repeat: repeat-y;
  }

  h1, .h1 {
    margin: 34px auto 25px auto;
    font-size: 29px;
  }

  .select {
    margin-bottom: 20px;
  }

  #menu .menu-plate {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #menu .menu-plate .floating {
    display: none;
  }
  #menu .menu-plate .inner {
    padding: 130px 9% 50px 9%;
  }
  #menu .menu-plate .inner .place-name {
    top: 45px;
    left: 9%;
  }
  #menu .menu-plate .inner .place-date {
    top: 75px;
    left: 9%;
    right: auto;
  }
  #menu .menu-plate .inner h1 {
    font-size: 20px;
  }

  #content {
    padding-bottom: 50px;
  }

  #foot {
    margin-top: 0;
    padding-top: 0;
    background-image: url("../img/new/footer.jpg");
  }
  #foot .newsletter {
    position: static;
    top: auto;
    left: auto;
    padding: 190px 15px 25px 15px;
    background-position: center -280px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #foot .newsletter form .btn .fa {
    display: none;
  }
  #foot .kontakty .columns {
    margin-bottom: 15px;
  }
  #foot .copy {
    margin: 25px 0;
  }

  #kontakt .map-data .floating {
    display: none;
  }
  #kontakt .map-data #map {
    height: 300px;
  }
  #kontakt .map-data .inner .article-content {
    padding: 0 30px;
  }
  #kontakt .form-data {
    margin-bottom: 25px;
  }
  #kontakt .form-data action .btn, #kontakt .form-data form .btn {
    padding: 0 45px;
  }

  #gallery {
    padding-bottom: 25px;
  }
  #gallery .images .floating {
    display: none;
  }

  #article {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 53.125em) {
  #intro {
    min-height: 252px;
  }

  #foot .newsletter {
    position: static;
    top: auto;
    left: auto;
    padding: 15px 15px 25px 255px;
    background-position: -150px center;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #foot .newsletter form .btn .fa {
    display: none;
  }
}
@media screen and (min-width: 450px) and (max-width: 53.125em) {
  #menu .menu-plate .inner .place-name {
    top: 65px;
  }

  #menu .menu-plate .inner .place-date {
    top: 95px;
  }

  #content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 620px) and (max-width: 53.125em) {
  #menu .menu-plate .inner .place-name {
    top: 85px;
  }

  #menu .menu-plate .inner .place-date {
    top: 115px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1090px) {
  .hide-for-special {
    display: none;
  }

  .maximize-for-special {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
