html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Raleway";
  font-size: 16px;
  color: #222322;
}
p {
  font-family: "Raleway";
  font-size: 1em;
  font-weight: 300;
  line-height: 1.375em;
  margin-top: 30px;
}
a {
  font-family: "Raleway";
  text-decoration: underline;
  color: #d7252b;
}
.main_color {
  color: #222322;
}
i.blue {
  color: #222322;
}
a:hover {
  text-decoration: none;
  color: #d7252b;
}
.iframe_cont {
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  border: 2px solid #fff;
  margin-top: 15px;
}
.iframe_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
h1 {
  font-family: "Raleway";
  font-size: 4em;
  font-weight: 500;
  line-height: 1.05em;
  margin: 0 0 45px 0;
  color: #1f5193;
  text-align: center;
  padding-left: 0px;
  font-weight: 500;
  text-transform: uppercase;
}
h2 {
  font-family: "Raleway";
  font-size: 3em;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  line-height: 1.25em;
  margin-top: 0px;
  margin-bottom: 35px;
  font-weight: 400;
  color: #1f5193;
  position: relative;
  text-align: center;
}
h2 b {
  font-weight: normal;
}
h3,
h4 {
  font-size: 2.25em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1.25em;
  line-height: 15.4px;
  color: #222322;
  margin: 30px 0;
  margin-bottom: 15px;
}
h3 strong,
h4 strong {
  color: #d7252b;
}
h4 {
  font-size: 1em;
}
blockquote {
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 30px;
}
pre {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 18.5714px;
  color: #fff;
}
table {
  text-align: left;
  width: 70%;
  margin: auto;
  margin-top: 35px;
  border-collapse: collapse;
}
table td {
  padding: 10px 15px;
}
table tr:nth-child(even) {
  background: $main_color_light;
}
table tr:nth-child(odd) {
  background: #fff;
}
table td.price {
  text-align: right;
  white-space: nowrap;
}
.margin0 {
  margin: 0;
}
#header_ghost {
  height: 100px;
}
.top_button {
  float: right;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 15px;
}
#show_mobile_menu {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.08 26.08' height='98.571' width='98.571'><g transform='translate(-38.932 -136.738)'><rect ry='4.158' y='136.738' x='38.932' height='26.08' width='26.08' paint-order='stroke fill markers' fill='$main_color_svg' /><path d='M44.488 144.16a1 1 0 1 0 0 2h14.967a1 1 0 1 0 0-2zM44.488 148.777a1 1 0 1 0 0 2h14.967a1 1 0 1 0 0-2zM44.488 153.396a1 1 0 1 0 0 2h14.967a1 1 0 1 0 0-2z' color='$main_color_svg' fill='%23fff' fill-rule='evenodd'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.close_button {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='269.502' height='269.502' viewBox='0 0 71.306 71.306'><g fill='none' stroke='%23FFF' stroke-width='6.501' stroke-linecap='round'><path d='M55.549 15.757L15.757 55.549M55.549 55.549L15.757 15.757'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.read_more {
  position: relative;
  bottom: 15px;
}
.submenu_container {
  text-align: center;
  padding-top: 35px;
}
.submenu_container .button {
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  background: #222322;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 30%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.submenu_container .button:hover {
  background: #fff;
  color: #222322;
}
section {
  padding: 0;
  margin: 0;
  min-height: 150px;
  position: relative;
}
section .container {
  padding-top: 25px;
  padding-bottom: 65px;
  position: relative;
}
section::before {
  content: "";
  position: absolute;
  padding: 0;
  margin: 0;
  height: 1px;
  bottom: -10px;
  left: 25%;
  z-index: 15;
  width: 50%;
  border-bottom: 1px solid #333;
}
section#kontakty .container {
  padding-bottom: 0;
}
section#kontakty::before {
  width: 0;
}
#full_header {
  position: absolute;
  background: #f7c139;
  height: 50px;
  -webkit-box-shadow: 0px 6px 23px 2px rgba(0,0,0,0.7);
  box-shadow: 0px 6px 23px 2px rgba(0,0,0,0.7);
  z-index: 1000;
  width: 100%;
}
#full_header #languages {
  position: absolute;
  right: 30px;
  top: 3px;
  height: 50px;
  line-height: 50px;
  z-index: 102;
}
#full_header #languages a {
  margin: 0 5px;
}
#full_header #languages .flag {
  display: inline-block;
  width: 25px;
  height: 18px;
}
#full_header #languages .flag.cz {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='900' height='600' version='1.0'><path fill='%23d7141a' d='M0 0h900v600H0z'/><path fill='%23fff' d='M0 0h900v300H0z'/><path fill='%2311457e' d='M450 300 0 0v600z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#full_header #languages .flag.pl {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='640' height='400' viewBox='0 0 8 5'><path fill='%23dc143c' d='M0 0h8v5H0z'/><path fill='%23fff' d='M0 0h8v2.5H0z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#full_header #languages .flag.en {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 900 600'><path d='M0 0h900v600H0z' style='fill:%2300247d;fill-rule:nonzero'/><path d='M450 237.513 871.16-43.26l57.68 86.52L543.73 300l385.11 256.74-57.68 86.52L450 362.487 28.84 643.26l-57.68-86.52L356.27 300-28.84 43.26l57.68-86.52L450 237.513Z' style='fill:%23fff'/><path d='M24.684 604.053 5.751 575.654l390.656-260.437a18.29 18.29 0 0 0 0-30.435L5.751 24.345l18.933-28.4 415.171 276.78a18.287 18.287 0 0 0 20.29 0L875.316-4.055l18.933 28.4-390.656 260.437a18.29 18.29 0 0 0 0 30.435l390.656 260.437-18.933 28.399-415.171-276.78a18.291 18.291 0 0 0-20.29 0L24.684 604.053Z' style='fill:%23cf142b' transform='translate(-143.13 -95.42) scale(1.31807)'/><path d='M363.347 213.347V0h173.306v213.347H900v173.306H536.653V600H363.347V386.653H0V213.347h363.347Z' style='fill:%23fff'/><path d='M398.008 248.008V0h103.984v248.008H900v103.984H501.992V600H398.008V351.992H0V248.008h398.008Z' style='fill:%23cf142b'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#full_header #languages .flag.d {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='600' viewBox='0 0 5 3'><path d='M0 0h5v3H0z'/><path fill='%23D00' d='M0 1h5v2H0z'/><path fill='%23FFCE00' d='M0 2h5v1H0z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#header_container {
  position: absolute;
  position: relative;
  z-index: 101;
  height: 50px;
}
#header_container #logo {
  display: none;
  float: left;
  left: 0;
  bottom: 0px;
}
#header_container #logo img {
  margin-top: 15px;
  height: 75px;
}
#header_container #logo span {
  display: block;
  color: #666;
}
#header_container #main_menu {
  height: 50px;
  line-height: 50px;
}
#header_container #main_menu .small_menu {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
}
#header_container #main_menu .small_menu li {
  display: inline-block;
  padding: 0;
}
#header_container #main_menu .small_menu a {
  position: relative;
  margin: 0;
  padding: 0;
  margin: 0 20px;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  color: #333;
  font-size: 14pt;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
#header_container #main_menu .small_menu a[href="/mestsky-okruh/"],
#header_container #main_menu .small_menu a[href="/pl/trasa-mieska/"],
#header_container #main_menu .small_menu a[href="/pl/trasa-miejska/"],
#header_container #main_menu .small_menu a[href="/en/town-tour/"],
#header_container #main_menu .small_menu a[href="/d/stadtrundgang/"],
#header_container #main_menu .small_menu a[href="/lazensky-okruh/"],
#header_container #main_menu .small_menu a[href="/pl/trasa-uzdrowiskowa/"],
#header_container #main_menu .small_menu a[href="/d/kurort-rundgang/"],
#header_container #main_menu .small_menu a[href="/en/spa-tour/"] {
  padding-left: 33px;
}
#header_container #main_menu .small_menu a[href="/mestsky-okruh/"]:after,
#header_container #main_menu .small_menu a[href="/pl/trasa-mieska/"]:after,
#header_container #main_menu .small_menu a[href="/pl/trasa-miejska/"]:after,
#header_container #main_menu .small_menu a[href="/en/town-tour/"]:after,
#header_container #main_menu .small_menu a[href="/d/stadtrundgang/"]:after {
  content: " ";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -1px;
  left: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 600 600'><path fill='%23D7252B' d='M0 0h600v600H0z'/><path fill='%23FFF' d='M45.035 45.035v509.93h509.93L45.035 45.035Z'  /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#header_container #main_menu .small_menu a[href="/lazensky-okruh/"]:after,
#header_container #main_menu .small_menu a[href="/pl/trasa-uzdrowiskowa/"]:after,
#header_container #main_menu .small_menu a[href="/d/kurort-rundgang/"]:after,
#header_container #main_menu .small_menu a[href="/en/spa-tour/"]:after {
  content: " ";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -1px;
  left: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 600 600'><path fill='%231F5193' d='M0 0h600v600H0z'/><path fill='%23FFF' d='M45.035 45.035v509.93h509.93L45.035 45.035Z'  /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media (min-width: 1366px) and (max-width: 1799px) {
  #header_container #main_menu .small_menu a {
    padding: 1px 15px;
    font-size: 15pt;
  }
}
@media (min-width: 1800px) {
  #header_container #main_menu .small_menu a {
    padding: 1px 15px;
    font-size: 16pt;
  }
}
#header_container.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(66,66,66,0.9);
}
#header_container.fixed .small_menu a {
  color: #fff !important;
}
#header_container.fixed #small_logo {
  margin: 0;
  padding: 0;
  background: transparent;
  left: 50px;
  top: 5px;
  display: block;
}
#header_container.fixed #small_logo img {
  height: 90px;
}
#content .info_panel .container {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.info_panel {
  border-radius: 4px;
  padding: 25px;
  background: #fff4df;
}
.info_panel .photo {
  margin: 0;
}
.info_panel .photo img {
  border: none;
}
.info_panel p {
  margin: 0;
  color: #000;
}
.info_panel p:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}
.info_panel strong.red,
.info_panel strong.blue,
.info_panel strong.black {
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.2em;
}
.info_panel .red,
.info_panel .red a {
  color: #d7252b;
}
.info_panel .blue,
.info_panel .blue a {
  color: #1f5193;
}
.info_panel .black,
.info_panel .black a {
  color: #000;
}
.citace {
  margin: 20px auto;
  margin-bottom: 30px;
  width: 75%;
  color: #222322;
}
.citace em {
  text-align: right;
  display: block;
}
.citace p {
  font-size: 1.1em;
}
#map_app_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map_pane,
#info_pane_horizontal,
#info_pane_vertical {
  position: absolute;
  background: #fff;
  width: 100%;
}
#map_pane.animate,
#info_pane_horizontal.animate,
#info_pane_vertical.animate {
  transition: 0.2s ease-in-out all;
}
#map_pane {
  width: 70%;
  height: 70%;
  left: 0;
  top: 0;
}
#info_pane_horizontal {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
  height: 50%;
  top: 50%;
}
#info_pane_horizontal #gutter_horizontal {
  position: absolute;
  width: 100%;
  height: 45px;
  background: #f7c139;
  top: 0;
  left: 0;
  cursor: ns-resize;
  z-index: 100;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 321 24'><path fill='%23D29300' d='M0 10.32h320.066v2.95H0zM160.033 0l5.772 6.323h-11.543L160.032 0ZM160.033 23.59l5.772-6.323h-11.543l5.77 6.323Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 20% 100%;
  background-position: center center;
}
#info_pane_horizontal[data-hidden="0"] #toggler_horizontal {
  cursor: s-resize;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 600 600'><path d='M416.229 247.147h56.761L300 420.137l-172.99-172.99h46.761L300 313.376l116.229-66.229Z' fill='%23D29300' transform='translate(-32.604 -36.26) scale(1.10868)'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#info_pane_horizontal[data-hidden="1"] #toggler_horizontal {
  cursor: n-resize;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 600 600'><path d='M416.229 247.147h56.761L300 420.137l-172.99-172.99h46.761L300 313.376l116.229-66.229Z' fill='%23D29300' transform='matrix(1.10868 0 0 -1.10868 -32.604 703.543)'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#info_pane_horizontal #toggler_horizontal {
  position: absolute;
  right: 10%;
  top: -33px;
  display: block;
  width: 60px;
  height: 33px;
  margin-left: -30px;
  background: #f7c139;
  border-radius: 3px 3px 0 0;
  z-index: 100;
  text-align: center;
  -webkit-box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
}
#info_pane_vertical {
  position: absolute;
  z-index: 101;
  -webkit-box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
  width: 70%;
  height: 100%;
  top: 0;
  left: 70%;
  padding-left: 25px;
}
#info_pane_vertical #gutter_vertical {
  position: absolute;
  width: 45px;
  height: 100%;
  background: #f7c139;
  top: 0;
  left: 0;
  cursor: ew-resize;
  z-index: 100;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 321'><path fill='%23D29300' d='M13.008.262v320.066h-2.95V.262h2.95Zm10.32 160.033-6.323 5.772v-11.543l6.323 5.771Zm-23.59-.001 6.323-5.77v11.543l-6.323-5.773Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 35%;
  background-position: center center;
}
#info_pane_vertical[data-hidden="0"] #toggler_vertical {
  cursor: e-resize;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 600 600'><path fill='%23D29300' d='M204.105 171.139v-62.93L395.895 300l-191.79 191.791v-51.843L277.531 300l-73.426-128.861Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#info_pane_vertical[data-hidden="1"] #toggler_vertical {
  cursor: w-resize;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 600 600'><path fill='%23D29300' d='M395.895 428.861v62.93L204.105 300l191.79-191.791v51.843L322.469 300l73.426 128.861Z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#info_pane_vertical .pin_data {
  border: none;
}
#info_pane_vertical .pin_photos {
  border: none;
  padding-top: 25px;
  padding-left: 35px;
}
#info_pane_vertical #toggler_vertical {
  position: absolute;
  left: -33px;
  top: 50%;
  display: block;
  width: 33px;
  height: 60px;
  margin-top: -30px;
  background: #f7c139;
  border-radius: 3px 0 0 3px;
  z-index: 100;
  text-align: center;
  -webkit-box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
  box-shadow: 0px 0 26px 2px rgba(0,0,0,0.2);
}
#mapa {
  height: 100%;
}
.pin_container {
  height: 100%;
}
#info_pane_vertical .pin_detail {
  overflow-y: auto;
}
.pin_detail {
  background: #fff4df;
  padding: 15px;
  padding-top: 55px;
  overflow: hidden;
  position: absolute;
  height: 100%;
  position: relative;
}
.pin_detail h2,
.pin_detail h3 {
  font-size: 2em;
}
.pin_detail h3,
.pin_detail h4,
.pin_detail h2 {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.pin_detail p {
  text-align: left;
  margin: 0;
  margin-bottom: 25px;
}
.pin_detail .name_cont {
  position: relative;
  width: 100%;
}
.pin_detail .name_cont h1 {
  padding: 0 50px;
}
.pin_detail .name_cont .prev_next {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 30px;
  left: 0;
  margin-top: -25px;
}
.pin_detail .name_cont .prev_next.next {
  left: auto;
  right: 0px;
}
.pin_detail .pin_on_route_cont .pin_on_route {
  padding: 14px;
  margin: 10px;
  margin: 5px;
  display: block;
  color: #fff !important;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.pin_detail .pin_on_route_cont .pin_on_route:hover {
  opacity: 0.8;
}
.pin_detail .pin_data {
  border-left: 2px solid;
  padding-left: 35px;
}
.pin_detail .pin_photos {
  padding: 15px 0px;
  padding-right: 30px;
}
.pin_detail .pin_photos img {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 15px;
}
.pin_detail #pin_detail_container_horizontal,
.pin_detail #pin_detail_container_vertical {
  height: 100%;
}
.pin_detail #pin_detail_container_horizontal.blue h1,
.pin_detail #pin_detail_container_vertical.blue h1,
.pin_detail #pin_detail_container_horizontal.blue h2,
.pin_detail #pin_detail_container_vertical.blue h2,
.pin_detail #pin_detail_container_horizontal.blue h3,
.pin_detail #pin_detail_container_vertical.blue h3,
.pin_detail #pin_detail_container_horizontal.blue h4,
.pin_detail #pin_detail_container_vertical.blue h4,
.pin_detail #pin_detail_container_horizontal.blue a,
.pin_detail #pin_detail_container_vertical.blue a {
  color: #1f5193;
}
.pin_detail #pin_detail_container_horizontal.blue .photos_container,
.pin_detail #pin_detail_container_vertical.blue .photos_container {
  background: #d5e3f6;
}
.pin_detail #pin_detail_container_horizontal.blue .prev_next.next,
.pin_detail #pin_detail_container_vertical.blue .prev_next.next {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M9.606 3.229L26.378 20 9.606 36.771a1.894 1.894 0 002.677 2.676l18.108-18.11a1.893 1.893 0 000-2.674L12.283.554a1.893 1.893 0 00-2.678 2.675z' fill='%231F5193'/></svg>");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
}
.pin_detail #pin_detail_container_horizontal.blue .prev_next.prev,
.pin_detail #pin_detail_container_vertical.blue .prev_next.prev {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M30.394 3.229L13.622 20l16.772 16.771a1.894 1.894 0 01-2.677 2.676L9.609 21.337a1.893 1.893 0 010-2.674L27.717.554a1.893 1.893 0 012.678 2.675z' fill='%231F5193'/></svg>");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
}
.pin_detail #pin_detail_container_horizontal.blue .pin_on_route_cont .pin_on_route,
.pin_detail #pin_detail_container_vertical.blue .pin_on_route_cont .pin_on_route {
  background: #1f5193;
}
.pin_detail #pin_detail_container_horizontal.blue .pin_photos,
.pin_detail #pin_detail_container_vertical.blue .pin_photos,
.pin_detail #pin_detail_container_horizontal.blue .pin_data,
.pin_detail #pin_detail_container_vertical.blue .pin_data {
  border-color: #1f5193;
}
.pin_detail #pin_detail_container_horizontal.red h1,
.pin_detail #pin_detail_container_vertical.red h1,
.pin_detail #pin_detail_container_horizontal.red h2,
.pin_detail #pin_detail_container_vertical.red h2,
.pin_detail #pin_detail_container_horizontal.red h3,
.pin_detail #pin_detail_container_vertical.red h3,
.pin_detail #pin_detail_container_horizontal.red h4,
.pin_detail #pin_detail_container_vertical.red h4,
.pin_detail #pin_detail_container_horizontal.red a,
.pin_detail #pin_detail_container_vertical.red a {
  color: #d7252b;
}
.pin_detail #pin_detail_container_horizontal.red .photos_container,
.pin_detail #pin_detail_container_vertical.red .photos_container {
  background: #f8d3d5;
}
.pin_detail #pin_detail_container_horizontal.red .prev_next.next,
.pin_detail #pin_detail_container_vertical.red .prev_next.next {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M9.606 3.229L26.378 20 9.606 36.771a1.894 1.894 0 002.677 2.676l18.108-18.11a1.893 1.893 0 000-2.674L12.283.554a1.893 1.893 0 00-2.678 2.675z' fill='%23D7252B'/></svg>");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
}
.pin_detail #pin_detail_container_horizontal.red .prev_next.prev,
.pin_detail #pin_detail_container_vertical.red .prev_next.prev {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M30.394 3.229L13.622 20l16.772 16.771a1.894 1.894 0 01-2.677 2.676L9.609 21.337a1.893 1.893 0 010-2.674L27.717.554a1.893 1.893 0 012.678 2.675z' fill='%23D7252B'/></svg>");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
}
.pin_detail #pin_detail_container_horizontal.red .pin_on_route_cont .pin_on_route,
.pin_detail #pin_detail_container_vertical.red .pin_on_route_cont .pin_on_route {
  background: #d7252b;
}
.pin_detail #pin_detail_container_horizontal.red .pin_photos,
.pin_detail #pin_detail_container_vertical.red .pin_photos,
.pin_detail #pin_detail_container_horizontal.red .pin_data,
.pin_detail #pin_detail_container_vertical.red .pin_data {
  border-color: #d7252b;
}
.pin_detail .photos_container {
  padding: 25px 0;
  margin-left: -20px;
  margin-right: -20px;
}
.pin_detail .photos_container .container {
  padding-bottom: 0 !important;
}
.pin_detail #scroll_container_horizontal,
.pin_detail #scroll_container_vertical {
  padding: 75px 15px 15px 15px;
  width: 100%;
  min-height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.pin_detail #scroll_container_vertical {
  padding-top: 70px;
}
#main_menu {
  margin: auto;
  height: 100px;
  line-height: 100px;
}
.photo,
.photogallery {
  margin-top: 15px;
  text-align: center;
}
.photo img,
.photogallery img {
  width: 100%;
  padding: 0;
  border: 2px solid #fff;
}
.photo img:hover,
.photogallery img:hover {
  opacity: 0.9;
}
#page_message {
  background: #999;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}
#page_message.success {
  background: #008000;
}
#page_message.warning {
  background: #f00;
}
#cookies_lista {
  position: fixed;
  font-size: 0.8em;
  width: 100%;
  bottom: 0;
  z-index: 11;
  padding: 15px 75px;
  background: #222322;
  color: #fff;
  border-top: 2px solid #ccc;
}
#cookies_lista a {
  color: #fff;
}
#cookies_lista #cookies_lista_zavrit {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 0.9em;
  color: #fff;
}
#kontakty .large {
  font-size: 1.2em;
}
#kontakty .photo {
  margin-top: 55px;
}
#kontakty .photo img {
  border: none;
}
#kontakty .contact_tab textarea {
  height: 250px;
}
#kontakty .contact_tab .checkbox {
  margin-top: 15px;
}
#content_container.map {
  height: 100%;
}
#content_container.map .html_content {
  height: 100%;
}
#content_container.map #content {
  height: 100%;
}
#content_container.map #content_container {
  height: 100%;
}
#content {
  position: relative;
}
#content #content_inner {
  padding-top: 75px;
  padding-bottom: 80px;
}
#content #content_inner h1 {
  margin-bottom: 0;
}
#content #content_inner h2 {
  margin-top: 0;
}
#content .container {
  position: relative;
  padding-bottom: 35px !important;
  padding-top: 15px;
}
#breadcrumb {
  padding-top: 15px;
  color: #222322;
}
#breadcrumb a {
  color: $main_color_light;
}
#breadcrumb strong {
  display: inline-block;
}
#footer_container {
  -webkit-box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 23px 2px rgba(0,0,0,0.7);
  background: #222322;
  position: relative;
  z-index: 5;
  padding: 30px 0;
  color: #fff;
}
#footer_container a {
  color: #fff;
}
#footer {
  position: relative;
  text-align: center;
  font-weight: 300;
  min-height: 150px;
  color: #fff;
  font-size: 0.8em;
}
#footer p {
  color: #fff;
}
#footer #footer_logo {
  width: 190px;
  margin-top: 25px;
}
#eu_container {
  position: fixed;
  background: #fff4df;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0 10px rgba(0,0,0,0.8);
}
#eu_container img {
  position: relative;
  width: 50%;
  margin: auto;
  margin-top: 5px;
}
#copyright {
  text-shadow: 0px 0px 4px #000;
  font-weight: 300;
  margin-top: 30px;
  text-align: center;
  font-size: 1em;
}
.respo_size {
  position: fixed;
  background: #f00;
  color: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2em;
  z-index: 10000;
  bottom: 0;
  opacity: 0.5;
}
.sliedie_container {
  overflow: hidden;
  width: 100%;
}
.sliedie {
  position: relative;
  z-index: 90;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}
.sliedie li {
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.sliedie_dots {
  position: absolute;
  right: 25px;
  bottom: 25px;
  color: #fff;
}
.sliedie_dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 7px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.964 58.964'><path d='M58.964 29.482a29.482 29.482 0 01-29.482 29.482A29.482 29.482 0 010 29.482 29.482 29.482 0 0129.482 0a29.482 29.482 0 0129.482 29.482z' fill='%23FFF' opacity='0.4' /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sliedie_dot.active,
.sliedie_dot:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.964 58.964'><path d='M58.964 29.482a29.482 29.482 0 01-29.482 29.482A29.482 29.482 0 010 29.482 29.482 29.482 0 0129.482 0a29.482 29.482 0 0129.482 29.482z' fill='%23FFF' opacity='0.9' /></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.sliedie_message {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.sliedie_left,
.sliedie_right {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 90px;
  margin-top: -35px;
  z-index: 100;
  opacity: 0.4;
}
.sliedie_right {
  right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M9.606 3.229L26.378 20 9.606 36.771a1.894 1.894 0 002.677 2.676l18.108-18.11a1.893 1.893 0 000-2.674L12.283.554a1.893 1.893 0 00-2.678 2.675z' fill='%23FFF'/></svg>");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
}
.sliedie_right:hover {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M9.606 3.229L26.378 20 9.606 36.771a1.894 1.894 0 002.677 2.676l18.108-18.11a1.893 1.893 0 000-2.674L12.283.554a1.893 1.893 0 00-2.678 2.675z' fill='%23FFF'/></svg>");
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center center;
}
.sliedie_left {
  left: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M30.394 3.229L13.622 20l16.772 16.771a1.894 1.894 0 01-2.677 2.676L9.609 21.337a1.893 1.893 0 010-2.674L27.717.554a1.893 1.893 0 012.678 2.675z' fill='%23FFF'/></svg>");
  background-repeat: no-repeat;
  background-size: 85% 85%;
  background-position: center center;
}
.sliedie_left:hover {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M30.394 3.229L13.622 20l16.772 16.771a1.894 1.894 0 01-2.677 2.676L9.609 21.337a1.893 1.893 0 010-2.674L27.717.554a1.893 1.893 0 012.678 2.675z' fill='%23FFF'/></svg>");
  background-repeat: no-repeat;
  background-size: 90% 90%;
  background-position: center center;
}
.sliedie_left:hover,
.sliedie_right:hover {
  opacity: 0.9;
}
#mini_menu {
  float: right;
}
.submenu {
  display: none;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
}
#footer_menu {
  margin: 0;
  padding: 0;
}
#footer_menu a {
  text-shadow: 0px 0px 4px #000;
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
#footer_menu a:hover {
  color: #fff;
}
#footer_menu a:hover:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  border-bottom: 2px solid $purple;
}
.visible-xs,.visible-sm,.visible-tb,.visible-md,.visible-lg,.visible-xlg{display:none !important}.hidden{display:none}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (max-width:479px){.container{width:300px;width:auto}.visible-xs{display:block !important}.hidden-xs{display:none !important}}@media (min-width:480px) and (max-width:799px){.container{width:440px;width:auto}.visible-sm{display:block !important}.hidden-sm{display:none !important}}@media (min-width:800px) and (max-width:1023px){.container{width:760px;margin:auto}.visible-tb{display:block !important}.hidden-tb{display:none !important}}@media (min-width:1024px) and (max-width:1365px){.container{width:960px;margin:auto}.visible-md{display:block !important}.hidden-md{display:none !important}}@media (min-width:1366px) and (max-width:1799px){.container{width:1200px;margin:auto}.visible-lg{display:block !important}.hidden-lg{display:none !important}}@media (min-width:1800px){.container{width:1200px}.visible-xlg{display:block !important}.hidden-xlg{display:none !important}}@media (max-height:300px){body{background:#f00 !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0}.marginTop5{margin-top:5px}.marginTop10{margin-top:10px}.marginTop15{margin-top:15px}.marginTop20{margin-top:20px}.marginTop25{margin-top:25px}.marginTop30{margin-top:30px}.marginTop35{margin-top:35px}.marginTop40{margin-top:40px}.marginTop45{margin-top:45px}.marginTop50{margin-top:50px}.marginTop55{margin-top:55px}.marginTop60{margin-top:60px}.marginTop65{margin-top:65px}.marginTop70{margin-top:70px}.marginTop75{margin-top:75px}.marginTop80{margin-top:80px}.marginTop85{margin-top:85px}.marginTop90{margin-top:90px}.marginTop95{margin-top:95px}.marginTop100{margin-top:100px}.marginTop105{margin-top:105px}.marginTop110{margin-top:110px}.marginTop115{margin-top:115px}.marginTop120{margin-top:120px}.marginTop125{margin-top:125px}.marginBottom5{margin-bottom:5px}.marginBottom10{margin-bottom:10px}.marginBottom15{margin-bottom:15px}.marginBottom20{margin-bottom:20px}.marginBottom25{margin-bottom:25px}.marginBottom30{margin-bottom:30px}.marginBottom35{margin-bottom:35px}.marginBottom40{margin-bottom:40px}.marginBottom45{margin-bottom:45px}.marginBottom50{margin-bottom:50px}.marginBottom55{margin-bottom:55px}.marginBottom60{margin-bottom:60px}.marginBottom65{margin-bottom:65px}.marginBottom70{margin-bottom:70px}.marginBottom75{margin-bottom:75px}.marginBottom80{margin-bottom:80px}.marginBottom85{margin-bottom:85px}.marginBottom90{margin-bottom:90px}.marginBottom95{margin-bottom:95px}.marginBottom100{margin-bottom:100px}.marginBottom105{margin-bottom:105px}.marginBottom110{margin-bottom:110px}.marginBottom115{margin-bottom:115px}.marginBottom120{margin-bottom:120px}.marginBottom125{margin-bottom:125px}.padding0{padding:0}.padding5{padding:5px}.padding10{padding:10px}.padding15{padding:15px}.padding20{padding:20px}.padding25{padding:25px}.padding30{padding:30px}.padding35{padding:35px}.padding40{padding:40px}.padding45{padding:45px}.padding50{padding:50px}.padding55{padding:55px}.padding60{padding:60px}.padding65{padding:65px}.padding70{padding:70px}.padding75{padding:75px}.padding80{padding:80px}.padding85{padding:85px}.padding90{padding:90px}.padding95{padding:95px}.padding100{padding:100px}.padding105{padding:105px}.padding110{padding:110px}.padding115{padding:115px}.padding120{padding:120px}.padding125{padding:125px}.margin0{margin:0}.margin5{margin:5px}.margin10{margin:10px}.margin15{margin:15px}.margin20{margin:20px}.margin25{margin:25px}.margin30{margin:30px}.margin35{margin:35px}.margin40{margin:40px}.margin45{margin:45px}.margin50{margin:50px}.margin55{margin:55px}.margin60{margin:60px}.margin65{margin:65px}.margin70{margin:70px}.margin75{margin:75px}.margin80{margin:80px}.margin85{margin:85px}.margin90{margin:90px}.margin95{margin:95px}.margin100{margin:100px}.margin105{margin:105px}.margin110{margin:110px}.margin115{margin:115px}.margin120{margin:120px}.margin125{margin:125px}.relative{position:relative}.alignLeft{text-align:left}.alignRight{text-align:right}.alignCenter{text-align:center}.weightBold{font-weight:bold}.weightNormal{font-weight:normal}.pullLeft{float:left !important}.pullRight{float:right !important}.imageLeft{float:left}.imageRight{float:right}.imageCenter{margin:0 auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-tb-1,.col-md-1,.col-lg-1,.col-xlg-1{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-2,.col-sm-2,.col-tb-2,.col-md-2,.col-lg-2,.col-xlg-2{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-3,.col-sm-3,.col-tb-3,.col-md-3,.col-lg-3,.col-xlg-3{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-4,.col-sm-4,.col-tb-4,.col-md-4,.col-lg-4,.col-xlg-4{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-5,.col-sm-5,.col-tb-5,.col-md-5,.col-lg-5,.col-xlg-5{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-6,.col-sm-6,.col-tb-6,.col-md-6,.col-lg-6,.col-xlg-6{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-7,.col-sm-7,.col-tb-7,.col-md-7,.col-lg-7,.col-xlg-7{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-8,.col-sm-8,.col-tb-8,.col-md-8,.col-lg-8,.col-xlg-8{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-9,.col-sm-9,.col-tb-9,.col-md-9,.col-lg-9,.col-xlg-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-10,.col-sm-10,.col-tb-10,.col-md-10,.col-lg-10,.col-xlg-10{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-11,.col-sm-11,.col-tb-11,.col-md-11,.col-lg-11,.col-xlg-11{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12,.col-sm-12,.col-tb-12,.col-md-12,.col-lg-12,.col-xlg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1{float:left;width:8.333333333333334%}.col-xs-2{float:left;width:16.666666666666668%}.col-xs-3{float:left;width:25%}.col-xs-4{float:left;width:33.333333333333336%}.col-xs-5{float:left;width:41.66666666666667%}.col-xs-6{float:left;width:50%}.col-xs-7{float:left;width:58.333333333333336%}.col-xs-8{float:left;width:66.66666666666667%}.col-xs-9{float:left;width:75%}.col-xs-10{float:left;width:83.33333333333334%}.col-xs-11{float:left;width:91.66666666666667%}.col-xs-12{float:left;width:100%}.col-xs-offset-1{margin-left:8.333333333333334%}.col-xs-offset-2{margin-left:16.666666666666668%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333333333333336%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-8{margin-left:66.66666666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-11{margin-left:91.66666666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:479px){.col-sm-1{float:left;width:8.333333333333334%}.col-sm-2{float:left;width:16.666666666666668%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.333333333333336%}.col-sm-5{float:left;width:41.66666666666667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.333333333333336%}.col-sm-8{float:left;width:66.66666666666667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.33333333333334%}.col-sm-11{float:left;width:91.66666666666667%}.col-sm-12{float:left;width:100%}.col-sm-offset-1{margin-left:8.333333333333334%}.col-sm-offset-2{margin-left:16.666666666666668%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333333333333336%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:799px){.col-tb-1{float:left;width:8.333333333333334%}.col-tb-2{float:left;width:16.666666666666668%}.col-tb-3{float:left;width:25%}.col-tb-4{float:left;width:33.333333333333336%}.col-tb-5{float:left;width:41.66666666666667%}.col-tb-6{float:left;width:50%}.col-tb-7{float:left;width:58.333333333333336%}.col-tb-8{float:left;width:66.66666666666667%}.col-tb-9{float:left;width:75%}.col-tb-10{float:left;width:83.33333333333334%}.col-tb-11{float:left;width:91.66666666666667%}.col-tb-12{float:left;width:100%}.col-tb-offset-1{margin-left:8.333333333333334%}.col-tb-offset-2{margin-left:16.666666666666668%}.col-tb-offset-3{margin-left:25%}.col-tb-offset-4{margin-left:33.333333333333336%}.col-tb-offset-5{margin-left:41.66666666666667%}.col-tb-offset-6{margin-left:50%}.col-tb-offset-7{margin-left:58.333333333333336%}.col-tb-offset-8{margin-left:66.66666666666667%}.col-tb-offset-9{margin-left:75%}.col-tb-offset-10{margin-left:83.33333333333334%}.col-tb-offset-11{margin-left:91.66666666666667%}.col-tb-offset-12{margin-left:100%}}@media (min-width:1023px){.col-md-1{float:left;width:8.333333333333334%}.col-md-2{float:left;width:16.666666666666668%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.333333333333336%}.col-md-5{float:left;width:41.66666666666667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.333333333333336%}.col-md-8{float:left;width:66.66666666666667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.33333333333334%}.col-md-11{float:left;width:91.66666666666667%}.col-md-12{float:left;width:100%}.col-md-offset-1{margin-left:8.333333333333334%}.col-md-offset-2{margin-left:16.666666666666668%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333333333333336%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1365px){.col-lg-1{float:left;width:8.333333333333334%}.col-lg-2{float:left;width:16.666666666666668%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.333333333333336%}.col-lg-5{float:left;width:41.66666666666667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.333333333333336%}.col-lg-8{float:left;width:66.66666666666667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.33333333333334%}.col-lg-11{float:left;width:91.66666666666667%}.col-lg-12{float:left;width:100%}.col-lg-offset-1{margin-left:8.333333333333334%}.col-lg-offset-2{margin-left:16.666666666666668%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333333333333336%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666667%}.col-lg-offset-12{margin-left:100%}}@media (min-width:1799px){.col-xlg-1{float:left;width:8.333333333333334%}.col-xlg-2{float:left;width:16.666666666666668%}.col-xlg-3{float:left;width:25%}.col-xlg-4{float:left;width:33.333333333333336%}.col-xlg-5{float:left;width:41.66666666666667%}.col-xlg-6{float:left;width:50%}.col-xlg-7{float:left;width:58.333333333333336%}.col-xlg-8{float:left;width:66.66666666666667%}.col-xlg-9{float:left;width:75%}.col-xlg-10{float:left;width:83.33333333333334%}.col-xlg-11{float:left;width:91.66666666666667%}.col-xlg-12{float:left;width:100%}.col-xlg-offset-1{margin-left:8.333333333333334%}.col-xlg-offset-2{margin-left:16.666666666666668%}.col-xlg-offset-3{margin-left:25%}.col-xlg-offset-4{margin-left:33.333333333333336%}.col-xlg-offset-5{margin-left:41.66666666666667%}.col-xlg-offset-6{margin-left:50%}.col-xlg-offset-7{margin-left:58.333333333333336%}.col-xlg-offset-8{margin-left:66.66666666666667%}.col-xlg-offset-9{margin-left:75%}.col-xlg-offset-10{margin-left:83.33333333333334%}.col-xlg-offset-11{margin-left:91.66666666666667%}.col-xlg-offset-12{margin-left:100%}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{display:table;content:' '}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.bg-navy{background-color:#001f3f}.bg-blue{background-color:#0074d9}.bg-aqua{background-color:#7fdbff}.bg-teal{background-color:#39cccc}.bg-olive{background-color:#3d9970}.bg-green{background-color:#2ecc40}.bg-lime{background-color:#01ff70}.bg-yellow{background-color:#ffdc00}.bg-orange{background-color:#ff851b}.bg-red{background-color:#ff4136}.bg-fuchsia{background-color:#f012be}.bg-purple{background-color:#b10dc9}.bg-maroon{background-color:#85144b}.bg-white{background-color:#fff}.bg-gray{background-color:#aaa}.bg-silver{background-color:#ddd}.bg-black{background-color:#111}.color-navy{color:#001f3f}.color-blue{color:#0074d9}.color-aqua{color:#7fdbff}.color-teal{color:#39cccc}.color-olive{color:#3d9970}.color-green{color:#2ecc40}.color-lime{color:#01ff70}.color-yellow{color:#ffdc00}.color-orange{color:#ff851b}.color-red{color:#ff4136}.color-fuchsia{color:#f012be}.color-purple{color:#b10dc9}.color-maroon{color:#85144b}.color-white{color:#fff}.color-silver{color:#ddd}.color-gray{color:#aaa}.color-black{color:#111}.form-control {
  font-family: "Alegreya Sans";
  font-size: 1em;
  font-weight: 300;
  display: block;
  width: 100%;
  padding: 0 10px;
  height: 42px;
  line-height: 42px;
  color: #333;
  border: 0px;
  background-color: #efefef;
  background-image: none;
  border-bottom: 3px solid #e1e1e1;
  border-radius: 2px;
}
.form-control:focus,
.form-control:hover {
  border-color: $black90;
  outline: none;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control.required_error {
  border-color: #f00;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control.error,
.form-control.warning {
  border-color: #f00;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.056 7.056' height='26.667' width='26.667'><path d='M7.056 3.528a3.528 3.528 0 1 1-7.056 0 3.528 3.528 0 0 1 7.056 0' fill='%23f4552a'/><path d='M3.087 2.496V1.41h.888v1.085l-.04 2.037h-.808zm-.026 2.498h.933v.65h-.933z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-position: 96% center;
}
.form-control.success {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.056 7.056' height='26.667' width='26.667'><path d='M7.056 3.528a3.528 3.528 0 1 1-7.056 0 3.528 3.528 0 0 1 7.056 0' fill='%2320bc6d'/><path d='M4.939 1.94L3.175 3.704 2.117 2.646l-.706.706 1.764 1.763 2.47-2.469z' fill='%23fff'/></svg>");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-position: 96% center;
}
textarea.form-control {
  height: auto;
  height: 220px;
}
.form-group {
  margin-bottom: 15px;
}
input[type='radio'],
input[type='checkbox'] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px 9;
}
input[type='file'] {
  display: block;
}
input[type='radio'] {
  display: none;
}
input[type='radio'] + label {
  font-size: 100%;
}
input[type='radio'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='$color_svg' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='radio']:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='$color_svg' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='radio']:checked + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='$color_svg' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/><circle cx='2.646' cy='294.354' r='1.323' fill='#8dcf49' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='radio']:checked:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><g transform='translate(0 -291.708)'><ellipse ry='2.521' rx='2.521' cy='294.354' cx='2.646' fill='%23fff' stroke='$color_svg' stroke-width='.25' stroke-linecap='square' paint-order='markers fill stroke'/><circle cx='2.646' cy='294.354' r='1.323' fill='#8dcf49' paint-order='markers fill stroke'/></g></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='$blue_svg' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox']:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='$blue_svg' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox']:checked + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='$blue_svg' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/><path d='M4.037 1.081L2.297 2.82 1.256 1.777l-.696.695L2.298 4.21l2.434-2.434z' fill='%2391ca71'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox']:checked:hover + label span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.292 5.292' height='20' width='20'><path fill='%23fff' stroke='$blue_svg' stroke-width='.313' stroke-linecap='square' paint-order='markers fill stroke' d='M.156.157h4.979v4.979H.156z'/><path d='M4.037 1.081L2.297 2.82 1.256 1.777l-.696.695L2.298 4.21l2.434-2.434z' fill='%2391ca71'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
input[type='checkbox'].required_error + label {
  color: #f00;
}
legend {
  font-size: 21px;
  line-height: inherit;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input {
  line-height: normal;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input,
button,
select,
textarea {
  font-family: "Alegreya Sans";
  font-size: 1em;
  line-height: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font: "Alegreya Sans";
  margin: 0;
  color: #fff;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  font-size: 1.6em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  line-height: 25px;
  margin: 0;
  font-weight: 900;
  background: #f00;
  border-radius: 1px;
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  background: #c00;
}
.btn_upload {
  text-align: center;
  border: none;
}
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.pagination{margin-top:30px;text-align:center;}.pagination a,.pagination span{display:inline-block;margin:5px;padding:5px 13px;color:#323938;text-decoration:none;}.pagination a.active,.pagination span.active{background:#80cb27;color:#fff;font-weight:bold;}.pagination a.active:hover,.pagination span.active:hover{background:#80cb27}.pagination a:hover,.pagination span:hover{background:#f3fbea}#modal_full_background {
  display: none;
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}
#modal {
  display: none;
  position: fixed;
  background: #fff;
  padding: 30px;
  width: 80%;
  min-height: 300px;
  top: 200px;
  left: 10%;
  z-index: 14;
}
#modal_close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='269.502' height='269.502' viewBox='0 0 71.306 71.306'><g fill='none' stroke='%23666' stroke-width='6.501' stroke-linecap='round'><path d='M55.549 15.757L15.757 55.549M55.549 55.549L15.757 15.757'/></g></svg>") no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  text-indent: 9999px;
  overflow: hidden;
}
@media (max-width: 799px) {
  body {
    overflow-x: hidden;
    background-position: center 60px;
  }
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 1.7em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  #content #content_inner {
    padding-bottom: 30px;
  }
  .info_panel p:first-child {
    margin-top: 20px;
  }
  .info_panel .photo_panel {
    margin-top: 35px;
  }
  .pin_detail #scroll_container_horizontal {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .pin_detail .pin_data {
    border: none;
    padding: 0;
  }
  .pin_detail .pin_photos {
    padding: 0;
  }
  #full_banner .motto {
    font-size: 1em;
  }
  #full_banner .motto i {
    bottom: 2px;
  }
  .submenu_container .button {
    font-weight: normal;
    font-size: 0.9em;
  }
  #info_pane_horizontal #gutter_horizontal {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 321 24'><path fill='%23D29300' d='M0 10.32h320.066v2.95H0zM160.033 0l5.772 6.323h-11.543L160.032 0ZM160.033 23.59l5.772-6.323h-11.543l5.77 6.323Z'/></svg>");
    background-repeat: no-repeat;
    background-size: 70% 100%;
    background-position: center center;
  }
  #info_pane_horizontal #toggler_horizontal {
    left: 50%;
  }
  #small_banner {
    height: 70px;
  }
  #full_header {
    height: 70px;
  }
  #full_header #languages {
    right: auto;
    left: 25px;
    top: 13px;
    z-index: 1;
  }
  #header_container {
    height: 70px;
  }
  #header_container #hbot_header {
    display: none;
  }
  #header_container #logo {
    padding: 0px 15px 5px 15px;
    left: 15px;
    margin-top: 0;
  }
  #header_container #logo img {
    height: 40px;
  }
  #header_container #main_menu {
    padding: 15px;
    height: auto;
    line-height: 35px;
    text-align: center;
    top: -1000px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #222322;
    z-index: 1000;
  }
  #header_container #main_menu.shown {
    display: block;
  }
  #header_container #main_menu.shown .close_button {
    display: inline-block;
    z-index: 1000;
  }
  #header_container #main_menu .small_menu li {
    display: block;
  }
  #header_container #main_menu .small_menu a {
    color: #fff;
    display: inline-block;
  }
  #header_container #main_menu .small_menu a:hover::before {
    bottom: 2px;
  }
  #header_container #main_menu .small_menu a.active::before {
    bottom: 4px;
  }
  #eu_container img {
    height: auto;
    width: 90%;
    margin: auto;
  }
  .photo img {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  body {
    overflow-x: hidden;
  }
  .header_back,
  .shadow {
    display: none;
  }
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    ine-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  section#hbot img#komora {
    top: -1.7%;
    z-index: 99;
    width: 47%;
    left: 50%;
    margin-left: -24.5%;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  h1 {
    font-size: 2em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.25em;
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  p {
    line-height: 1.25em;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  #full_banner .motto {
    font-size: 1.8em;
  }
  #full_banner .motto i {
    bottom: 2px;
  }
  #header_container #logo {
    padding: 15px 15px 15px 15px;
    left: 15px;
    margin-top: 0;
  }
  #header_container #logo img {
    width: 150px;
    height: auto;
    margin-top: 16px;
  }
  #header_container .small_menu a {
    font-size: 0.9em;
    padding: 5px 5px;
  }
  #header_container .small_menu li {
    padding: 0;
  }
  section#hbot h1 {
    margin-top: 35px;
  }
  section#hbot img#komora {
    width: 43%;
    top: -2.7%;
  }
}
@media (min-width: 1366px) and (max-width: 1799px) {
  h1 {
    font-size: 2em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2.1em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.7em;
    line-height: 1.25em;
  }
  #eu_container img {
    width: 40%;
  }
  .product {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1800px) {
  h1 {
    font-size: 3em;
    line-height: 1.135em;
  }
  h2 {
    font-size: 2.2em;
    line-height: 1.35em;
  }
  h3 {
    font-size: 1.8em;
    line-height: 1.35em;
  }
  #eu_container img {
    width: 30%;
  }
  .product {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
