@charset "UTF-8";
.EditPageLink {
  position: absolute;
  height: 15px;
  width: 60px;
  font-weight: bold;
}

.EditPageLink a {
  width: auto !important;
  height: auto !important;
  padding: 2px !important;
  color: white !important;
  font-weight: bold !important;
  position: absolute !important;
  background: red !important;
  display: inline !important;
  z-index: 1000;
  margin-top: 30px !important;
  opacity: 0.8 !important;
}

.EditPageLink a span {
  color: white !important;
}

.u-editable-button {
  background: #0092AE;
  color: white;
  display: inline-block;
  padding: 6px 10px 5px;
  font-family: "OpenSansSemibold", sans-serif;
  float: right;
}

.u-editable-button:hover {
  color: white;
  text-decoration: none;
  background: #007d95;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#MainForm {
  min-height: 100%;
  position: relative;
  padding: 0 0 260px 0;
}

body {
  min-width: 320px !important;
  background: #fff;
  position: relative;
}

a {
  color: #3ABBD8;
  text-decoration: none;
  border: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

.content-wrapper {
  margin-left: 20px;
}

.empty-link {
  text-decoration: none !important;
}

.top-panel {
  width: 100%;
  background-color: #fff;
}

.top-panel__search__input {
  position: relative;
  width: 100%;
}

.top-panel input {
  border-radius: 3px;
  outline: 0;
  border: 0;
  box-sizing: border-box;
}

.top-panel input[type="text"],
.top-panel input[type="email"] {
  width: 100%;
  font-family: Roboto,sans-serif;
  padding: 0 15px;
  height: 35px;
  background: #f2f2f2;
  margin-top: 12px;
  color: #114855;
}

.top-panel__search__input .search__input__icon {
  position: absolute;
  right: 10px;
  top: 21px;
  color: #114855;
  cursor: pointer;
}

.top-panel__newsletter {
  position: relative;
  margin: 10px 0 0 0;
}

.top-panel__newsletter .top-panel__newsletter__trigger {
  border-radius: 3px 3px 0 0;
  color: #1b4353;
  height: 48px;
  line-height: 40px;
  padding: 0 6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
}

.top-panel__newsletter .top-panel__newsletter__trigger .fa {
  font-size: 10px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.top-panel__newsletter .top-panel__newsletter__box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  background-color: #1b4353;
  padding: 10px 15px;
  z-index: 999999;
  width: 245%;
  border-radius: 0 0 3px 3px;
}

.top-panel__newsletter .top-panel__newsletter__box p {
  margin: 5px 0 8px 0;
  color: white;
  font-size: 13px;
}

.top-panel__newsletter:hover .top-panel__newsletter__box {
  display: block;
}

.top-panel__newsletter:hover .top-panel__newsletter__trigger {
  background-color: #1b4353;
  color: #fff;
}

.top-panel__newsletter:hover .top-panel__newsletter__trigger .fa {
  color: #80d2e5;
}

.top-panel__search__input input[type="text"]::-webkit-input-placeholder,
.top-panel__search__input input[type="email"]::-webkit-input-placeholder,
.top-panel__search__input input[type="text"]:-moz-placeholder,
.top-panel__search__input input[type="email"]:-moz-placeholder,
.top-panel__search__input input[type="text"]::-moz-placeholder,
.top-panel__search__input input[type="email"]::-moz-placeholder,
.top-panel__search__input input[type="text"]:-ms-input-placeholder,
.top-panel__search__input input[type="email"]:-ms-input-placeholder {
  color: #114855;
  font-style: italic;
}

.newsletter__email, .newsletter__submit {
  float: left;
}

.top-panel__newsletter__inputs-wrapper input {
  margin-top: 0 !important;
}

.newsletter__error-panel p {
  background: #D43237;
  border-radius: 3px;
  padding: 3px 7px;
  display: inline-block;
  margin: 0 0 5px 0 !important;
}

.newsletter__email {
  width: 60%;
}

.newsletter__submit {
  width: 40%;
}

.newsletter__submit input {
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0 0 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1B4353;
  background: #8BC53E;
}

.top-panel__email-contact {
  line-height: 58px;
  text-align: right;
  letter-spacing: -0.5px;
}

.top-panel__email-contact .fa {
  margin-right: 3px;
}

.top-panel__language-select a,
.top-panel__email-contact a {
  font-weight: bold;
  color: #1b4353;
}

.top-panel__language-select {
  text-align: right;
  margin-top: 17px;
}

.top-panel__language-select a {
  display: inline-block;
  margin: 0 -3px;
  position: relative;
  color: white;
  padding: 2px 7px;
  border-radius: 3px;
  background: #5ac1d9;
}

.top-panel__language-select .active a, .top-panel__language-select a:hover {
  background: #0092ae;
  text-decoration: none;
}

.language-switcher {
  padding-right: 0;
}

@media (max-width: 767px) {
  .language-switcher {
    padding-right: 11px;
  }
}

@media (min-width: 992px) {
  .language-switcher {
    padding-right: 11px;
  }
}

.autocomplete-suggestions {
  background: white;
  border: 1px solid #CACACA;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 2px 0 0 1px;
}

.autocomplete-suggestion {
  padding: 2px 13px;
}

.autocomplete-suggestion strong {
  color: #8BC53E;
}

.autocomplete-selected, .autocomplete-suggestion:hover {
  background: #E3FAFF;
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
  display: none;
}

.br-768 {
  display: none;
}

.sp-768 {
  display: inline;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer {
  color: white;
  background-color: #00aac6;
  padding: 20px 0;
}

.footer a {
  color: white;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer li {
  list-style: none;
}

.footer li a {
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #003d47;
}

.footer h2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.footer .scroll-top {
  margin-top: 10px;
  display: inline-block;
  background-color: #0092ae;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-weight: bold;
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0 24px;
}

.footer .scroll-top:hover {
  background: #a0a0a0;
  text-decoration: none;
}

.footer .scroll-top .fa {
  margin-right: 5px;
  color: #5ac1d9;
}

.footer .scroll-top:hover .fa {
  color: #747474;
}

.footer .mapa-webu {
  margin-top: 18px;
  padding-right: 3px;
  font-size: 13px;
}

.footer-newsletter {
  margin-top: 10px;
}

.footer-newsletter p {
  font-size: 13px;
  margin-bottom: 3px;
}

.footer-newsletter .inputs-wrapper {
  background-color: #fff;
  border-radius: 3px;
  padding: 3px;
}

.footer-newsletter .inputs-wrapper input {
  outline: 0;
  border: 0;
  border-radius: 3px;
  height: 30px;
}

.footer-newsletter .email-input {
  width: 60%;
  float: left;
}

.footer-newsletter .submit-input {
  width: 40%;
  float: left;
}

.footer-newsletter .email-input input {
  background-color: #fff;
  padding: 0 5px;
  width: 50px;
  width: 100%;
  font-size: 12px;
  color: #0092ae;
}

.footer-newsletter .submit-input input {
  background-color: #0092ae;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  width: 100%;
}

.footer-newsletter .submit-input input:hover {
  background-color: #a0a0a0;
}

.sub-footer {
  color: white;
  background-color: #0092ae;
}

.sub-footer a {
  color: white;
}

.sub-footer .copyright {
  padding: 19px 0;
}

.sub-footer .socials {
  line-height: 58px;
}

.sub-footer .socials .fa {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}

.sub-footer .fa-facebook {
  background-color: #3d5792;
}

.sub-footer .fa-google-plus {
  background-color: #da4234;
}

.sub-footer .fa-youtube-play {
  background-color: #cd181d;
}

.socials a:hover {
  text-decoration: none;
}

.company-hq {
  min-height: 200px;
}

.company-hq .address, .company-hq .contacts, .company-hq .registration {
  margin-top: 24px;
}

.contact-card {
  height: 410px;
}

.contact-image {
  display: block;
  margin: 0 auto 10px auto;
  width: 220px;
  height: 260px;
}

.contact-name, .contact-position, .contact-phone, .contact-email {
  text-align: center;
}

.contact-name {
  font-size: 16px;
  color: #616161;
  font-weight: bold;
}

.contact-position {
  color: #8cc63f;
  font-size: 13px;
}

.contact-phone {
  margin-top: 14px;
}

.main-header {
  margin: 20px 0;
}

.main-header .hp-logo {
  position: relative;
}

.main-header .hp-logo .logo__upper-text,
.main-header .hp-logo .logo__bottom-text {
  position: absolute;
  left: 0;
  top: 0;
}

.spa-slogan {
  padding-left: 12px;
  color: #616161;
  font-size: 28px;
  margin-top: 40px;
}

.lang-cs .spa-slogan {
  padding-left: 24px;
}

.lang-ru .spa-slogan {
  letter-spacing: -.5px;
}

.lang-cs .spa-slogan:before {
  content: "…";
  position: absolute;
  left: 12px;
}

.mobile-menu-open {
  background: #0092ae;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-menu-open a {
  font-size: 30px;
  color: white;
}

.mobile-menu-open a .fa {
  padding: 5px 8px;
  background: #5ac1d9;
  border-radius: 5px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Hlavní menu - barvy jsou níže, na sjednoceném místě */
#stickToTop {
  z-index: 999999999999999;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}

#mainMenu {
  height: 42px;
  position: relative;
  z-index: 5000;
  padding: 0;
  list-style-type: none;
  transition: all .1s linear;
  margin: 0;
}

#mainMenu ul {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 42px;
  left: 0;
  list-style-type: none;
  display: none;
  padding: 0;
}

#mainMenu li {
  float: left;
  position: relative;
  border-left: 1px solid;
}

#mainMenu > li {
  width: 20%;
}

#mainMenu li:first-child {
  border-left: none;
}

#mainMenu a, #mainMenu li.parent div > span.s1 {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  font: 18px/42px OpenSansSemibold, Arial, sans-serif;
  height: 42px;
}

#mainMenu > li:first-child > ul {
  left: 25px;
}

#mainMenu li li {
  border: none;
  border-top: 1px solid;
}

#mainMenu li li:first-child {
  border: none;
}

#mainMenu ul a, #mainMenu li.parent div > span.s1 {
  font-size: 12px;
  line-height: 30px;
  width: 191px;
  height: auto;
}

#mainMenu .dyn-menu-lvl1, #mainMenu .dyn-menu-lvl1 .menu {
  position: absolute;
  bottom: 0;
  left: 0;
}

#mainMenu .dyn-menu-lvl1 .menu {
  display: block;
}

#mainMenu .dyn-menu-lvl1 .li1 {
  border-top: 1px solid #428F1E;
  background-color: green;
}

#mainMenu .dyn-menu-lvl1 .li1:hover .ul2 {
  display: block;
}

#mainMenu .dyn-menu-lvl1.moveEdit .EditPageLink {
  top: 34px;
}

li.parent div > span.s1 {
  background-image: url(/Public/LazneJachymovRedesign/img/hiddenMenu.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.rightToLeft li.parent div > span.s1 {
  background-image: url(/Public/LazneJachymovRedesign/img/hiddenMenuRtL.png);
  background-position: 2% 50%;
}

#mainMenu ul ul {
  left: 191px;
  top: 0;
}

#mainMenu .rightToLeft ul {
  right: 0;
  left: -191px;
  width: 191px;
}

#mainMenu li li li {
  border-top: 1px solid;
}

#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li:hover ul ul ul ul {
  display: none;
}

#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li li li li:hover ul {
  display: block;
}

#mainMenu .s1:hover {
  cursor: pointer;
}

#mainMenu > li:first-child > ul {
  left: 0;
}

/* Barvy menu */
#stickToTop,
#mainMenu {
  background: #0092ae;
}

#mainMenu li {
  background: #0092ae;
  border-color: #fff;
}

#mainMenu li a:hover {
  background: #a0a0a0;
}

#mainMenu li li {
  background: #00aac6;
}

#mainMenu li li li,
#mainMenu li li li li {
  background: #747474;
}

#mainMenu li li li a:hover,
#mainMenu li li li li a:hover {
  background: #a0a0a0;
}

#mainMenu li li a:hover {
  background: #5ac1d9;
}

#mainMenu ul {
  background: #00aac6;
}

#mainMenu ul ul,
#mainMenu ul ul ul {
  background: #747474;
}

#mainMenu .dyn-menu-lvl1 .li1 {
  background: #00aac6;
  border-right: 4px solid;
  border-color: #00aac6;
}

#mainMenu .dyn-menu-lvl1 .li1:hover {
  background: #5ac1d9;
  border-color: #5ac1d9;
}

#mainMenu .dyn-menu-lvl1 .li1:hover a {
  background: #5ac1d9;
}

.hp-search-form {
  background-color: #5ac1d9;
  padding: 14px;
  margin-bottom: 10px;
  min-height: 311px;
  position: relative;
}

.hp-search-form input {
  border: none;
}

.hp-search-form h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: white;
  font-family: "OpenSansBold",Arial,Tahoma,sans-serif;
  border-bottom: 1px solid white;
  margin-left: -14px;
  margin-right: -14px;
  padding: 0px 14px 10px;
  margin: 0 -14px 25px;
}

.hp-search-form--r66724 .submit-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hp-search-form--r66724 .submit-row input[type=submit] {
  background: #0092ae;
  font-family: "OpenSansBold",Arial,Tahoma,sans-serif;
  text-transform: uppercase;
  color: white;
  padding: 3px;
  height: auto;
  font-size: 17px;
}

.banner-new,
.banner-new-bx {
  margin-bottom: 10px;
}

.banner-new .slides,
.banner-new-bx .slides {
  margin: 0;
}

.banner-new .slides img,
.banner-new-bx .slides img {
  width: 100%;
}

.banner-new .slides-tabs,
.banner-new-bx .slides-tabs {
  display: block;
  position: relative;
  z-index: 100;
}

.banner-new .slides li,
.banner-new-bx .slides li {
  list-style: none;
}

.banner-new img,
.banner-new-bx img {
  display: none;
}

.banner-new.slideshow-inicialised img,
.banner-new-bx.slideshow-inicialised img {
  display: inherit;
}

.banner-new .tab,
.banner-new-bx .tab {
  height: 55px;
  position: relative;
  float: left;
  /*width:100%;*/
  width: 16.666666666666668%;
  list-style: none;
}

.banner-new .tabtable,
.banner-new-bx .tabtable {
  display: table;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
}

.banner-new .tabcell,
.banner-new-bx .tabcell {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 10px;
  text-align: center;
  line-height: 1.25;
  word-wrap: break-word;
}

.banner-new .slides-tabs,
.banner-new-bx .slides-tabs {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}

.banner-new .slides-tabs a,
.banner-new-bx .slides-tabs a {
  border-right: 1px solid #a0a0a0;
  display: inline-block;
  font-size: 11.5px;
  font-weight: bold;
  height: 100%;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  color: #fff;
  padding: 0;
  background-color: #a0a0a0;
  text-shadow: none;
}

.banner-new .slides-tabs .activeSlide a,
.banner-new .slides-tabs .active,
.banner-new-bx .slides-tabs .activeSlide a,
.banner-new-bx .slides-tabs .active {
  background: #747474;
  border-color: #747474;
}

.banner-new .slides-tabs {
  bottom: 55px;
}

.banner-new-bx {
  margin: 0;
  padding: 0;
}

.banner-new-bx ul {
  margin: 0;
  padding: 0;
}

.banner-new-bx .slides-tabs {
  top: -55px;
}

.form-row {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-family: "OpenSans Semibold",Arial,Tahoma,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 5px;
}

.custom-select-box {
  position: relative;
  width: 100%;
  height: 28px;
}

.custom-select-box select, .custom-select-box .select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-family: OpenSansSemiBold;
  color: #787878;
  font-size: 14px;
}

.custom-select-box select {
  z-index: 10;
  opacity: 0;
}

.custom-select-box .select {
  background-color: #fff;
  text-indent: 10px;
  cursor: default;
  z-index: 1;
  white-space: nowrap;
  padding-right: 28px;
}

.custom-select-box .select:after {
  display: block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: #0092ae;
  font-family: FontAwesome;
  content: "\f0d7";
}

.datepicker-in input {
  width: 100%;
  padding-right: 35px;
  z-index: 100;
  background-color: transparent;
  position: relative;
}

.datepicker-in > div {
  position: relative;
  width: 100%;
  height: 28px;
  background-color: white;
}

.datepicker-in > div:after {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background-color: #0092ae;
  font-family: FontAwesome;
  content: "\f073";
  z-index: 0;
}

.nights input {
  width: 100%;
  text-align: center !important;
  padding: 0;
}

.submit-row input[type=submit] {
  margin-top: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  color: #00aac6;
}

.submit-row input[type=submit]:hover {
  background: #747474;
  color: #fff;
}

#newsBoxes {
  margin-top: -35px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

#newsBoxes h2 {
  margin-top: 0;
  color: #626262;
}

#newsBoxes .viewport {
  float: left;
  width: 980px;
  height: 275px;
  overflow: hidden;
  position: relative;
}

#newsBoxes .buttons {
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  width: 33px;
  height: 33px;
  background: url(/Public/LazneJachymovRedesign/img/previous.png) no-repeat top left;
  z-index: 10;
}

#newsBoxes .buttons span {
  position: absolute;
  left: -9999px;
}

#newsBoxes .next {
  left: auto;
  right: 0;
  background: url(/Public/LazneJachymovRedesign/img/next.png) no-repeat top left;
}

#newsBoxes .disable {
  visibility: hidden;
}

#newsBoxes .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}

#newsBoxes .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 313px;
  height: 275px;
  background-color: white;
}

/* 303 vs 290 - T349875 */
#newsBoxes.no-js .overview li {
  margin: 0 0 0 20px;
}

#newsBoxes.no-js .overview li:first-child {
  margin: 0;
}

#newsBoxes .news {
  position: relative;
  background: #FFFFFF;
  font-family: OpenSansRegular, Arial, sans-serif;
}

#newsBoxes .news .news-image {
  height: 165px;
  background: #FFFFFF url(/Public/LazneJachymovRedesign/images/novinky/novinkyPlaceholder.png) no-repeat;
}

#newsBoxes .news .news-image img {
  width: 100%;
  height: 100%;
}

#newsBoxes .news .news-text {
  height: 93px;
  padding: 10px 16px 35px;
  overflow: hidden;
}

#newsBoxes .news .news-text h2 {
  font-size: 18px;
  line-height: 28px;
  color: #3bbbd8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}

#newsBoxes .news .news-text p, #newsBoxes .news .news-text .paragraph {
  font-size: 11px;
  line-height: 18px;
  color: #626262;
}

#newsBoxes .news .more-information {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  font: 12px/28px OpenSansRegular, Arial, sans-serif;
  background: url(/Public/LazneJachymovRedesign/img/transparent.gif);
  text-indent: -9999em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 10px;
}

.bannerAkce {
  margin-bottom: 20px;
  margin-top: 20px;
}

.main .page-in {
  padding: 20px;
  background: #FFF;
}

.gallery__images img {
  width: 100%;
}

.gallery__pager {
  overflow: hidden;
  white-space: nowrap;
  min-height: 60px;
}

.gallery__pager a {
  display: inline-block;
  margin-right: -4px;
}

.product-detail__gallery__detail,
.product-detail__gallery {
  position: relative;
}

.product-detail__gallery__detail img {
  display: none;
}

.gallery__pager {
  margin-top: 5px;
}

.product-detail__gallery .bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 0;
  border: 0;
}

.product-detail__gallery ul, .product-detail__gallery li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery__image-loading {
  text-align: center;
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 25px;
  color: #0092ae;
}

.product-detail__info-row {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 35px;
}

.product-detail__product-name, .product-detail__rsv-link {
  white-space: nowrap;
  padding: 0 25px;
  color: white;
  height: 50px;
  line-height: 50px;
  background: #a0a0a0;
  font-size: 19px;
}

.product-detail__rsv-link {
  font-size: 15px;
  text-transform: uppercase;
  background: #00aac6;
}

.product-detail__rsv-link:hover {
  background-color: #5ac1d9;
  color: white;
}

.product-detail__rsv-link .fa {
  margin-right: 5px;
}

.product-detail .table-name {
  font-size: 18px;
  font-weight: bold;
  color: #00AAC6;
  display: inline-block;
  position: relative;
}

.product-detail .popup-link .table-name:after {
  position: absolute;
  content: "";
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/info1.svg) no-repeat;
  width: 16px;
  height: 16px;
  top: 5px;
  right: -20px;
}

.popisy .nazev {
  font-size: 18px;
  color: #5ac1d9;
  margin-bottom: 10px;
  margin-top: 30px;
  display: block;
}

.popisy .vybaveni_hotelu li,
.popisy .sluzby li,
.popisy .Unterkunft li,
.popisy .Описание li,
.popisy .caption li {
  float: left;
  width: 45%;
  padding-left: 20px;
  margin-bottom: 8px;
  background: url(/Public/lazneJachymovRedesign/img/polozkaVybaveni.png) 0 6px no-repeat;
  list-style-type: none;
}

.popisy ul {
  margin-bottom: 0px;
  overflow: hidden;
}

.popisy ul li {
  background: url(/Public/lazneJachymovRedesign/img/polozkaVybaveni.png) 0 6px no-repeat;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 8px;
}

.popisy p {
  clear: left;
}

.product-detail__header {
  margin-bottom: 30px;
}

.nav-tabs {
  border-bottom: 2px solid #00aac6;
}

@media screen and (max-width: 768px) {
  .nav-tabs {
    border-bottom: none;
  }
}

.nav-tabs > li {
  display: inline-block;
  width: auto;
  margin-bottom: -2px;
  padding: 0px 13px 0px 0px;
}

@media screen and (max-width: 992px) {
  .nav-tabs > li {
    padding: 0px;
    width: 14%;
    max-width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .nav-tabs > li {
    display: block;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.nav-tabs > li > a {
  display: table-cell;
  vertical-align: middle;
  height: 64px;
  border-radius: 0;
  text-transform: uppercase;
  color: #9B9B9B;
  font-weight: bold;
  padding: 10px 25px;
}

@media screen and (max-width: 992px) {
  .nav-tabs > li > a {
    display: table-cell;
    padding: 10px 9px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    height: 64px;
    width: 10%;
  }
}

@media screen and (max-width: 768px) {
  .nav-tabs > li > a {
    display: block;
    margin-bottom: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #00aac6;
  border: 2px solid #00aac6;
  border-bottom-color: transparent;
}

@media screen and (max-width: 768px) {
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #00aac6;
  }
}

.tab-pane {
  padding: 25px 15px;
}

.simple-summary-c {
  margin: 30px auto 15px auto;
  width: 70%;
}

.cenik .simple-summary-c {
  width: 90%;
}

.cenik a:hover {
  text-decoration: underline;
}

.cenik table.simple-summary {
  width: 100%;
  word-break: break-all;
}

.cenik .row-0 .col_3, .cenik .row-1 .col_3, .cenik .row-0 .col_7, .cenik .row-1 .col_7 {
  background: #f0f6e5;
  text-align: center;
}

.cenik .row-0 .col_8, .cenik .row-1 .col_8 {
  text-align: center;
}

.cenik .row-0 .col_9, .cenik .row-1 .col_9 {
  background: #FFF4F1;
  text-align: center;
}

.cenik td.polozka, .cenik td.strava {
  padding-left: 5px;
  word-break: normal;
}

.js-show-price-item-text .polozka {
  padding-right: 20px;
}

.js-show-price-item-text .polozka span {
  display: inline-block;
  position: relative;
}

.js-show-price-item-text .polozka span:after {
  position: absolute;
  content: "";
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/info1.svg) no-repeat;
  width: 14px;
  height: 14px;
  top: 3px;
  right: -20px;
}

.col_0, .col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10 {
  text-align: center;
  width: 100px;
}

.strava {
  width: 150px;
}

.col_0, .col_2, .col_4, .col_6, .col_8, .col_10 {
  background: #d6f0f6;
}

.col_1, .col_5 {
  background: #b4b4b4;
}

.col_3 {
  background: #F0F6E5;
}

table.simple-summary {
  border: 1px solid #D7E4ED;
  border-collapse: collapse;
  width: 600px;
}

.simple-summary td {
  border: 1px solid #D7E4ED;
}

.terminy td {
  background: #5ac1d9;
  color: #0a242a;
}

td {
  padding: 5px 5px 5px 10px;
}

td.polozka {
  width: 250px;
}

.simple-summary .price-item-text {
  display: none;
}

.simple-summary .polozka:hover .price-item-text {
  display: block;
  background: #d6f0f6;
  border: 1px dotted;
  padding: 5px 10px;
  border-left: 0;
  border-right: 0;
  margin-top: 10px;
}

.simple-summary .price-item-text-row td {
  background: #d7e4ed;
  padding: 10px;
}

.breadcrumb {
  margin-bottom: 15px;
}

.package-detail__header {
  margin-bottom: 20px;
}

.product-package__gallery {
  height: 315px;
  background: #ECECEC;
}

.product-package__gallery:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.product-detail__bottom-link {
  margin: 40px 0 20px 0;
  text-align: center;
}

.product-detail__bottom-link a:hover {
  text-decoration: none;
}

/*.product-detail__bottom-link .product-detail__rsv-link {padding: 15px 25px;font-size: 22px;}*/
.product-detail__rsv-link--bottom {
  display: inline-block;
  margin: 0 auto;
  height: auto;
  padding: 5px 25px;
  font-size: 19px;
}

#hp-slider {
  margin: 0 0 10px 0;
  position: relative;
}

#hp-slider .bx-viewport li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 60;
  transition: all .45s ease-in-out;
}

#hp-slider ul {
  padding: 0;
}

#hp-slider ul li {
  display: none;
}

.hp-slider__logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99999;
}

.slide-desc__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 70;
}

.slide-desc__parent {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.slide-desc__children {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 90px;
  color: white;
  font-size: 55px;
  font-family: Segoe UI;
  font-weight: lighter;
  transition: all .45s ease-in-out;
  cursor: default;
}

.hp-slider__item {
  height: 400px;
}

.hp-slider__item-link {
  position: absolute;
  top: 0px;
  z-index: 100;
}

#hp-slider .bx-viewport li:hover:before {
  background: transparent;
}

#hp-slider .bx-viewport li:hover .slide-desc__children {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup-link {
  display: inline-block;
  position: relative;
}

.contactForm1 input[type="text"], .contactForm1 input[type="email"], .contactForm1 textarea {
  width: 100%;
  padding: 5px;
  outline: 0;
}

.contactForm1 input[type="text"]:focus, .contactForm1 input[type="email"]:focus, .contactForm1 textarea:focus {
  outline: 1px solid #00aac6;
}

.contactForm1 textarea {
  min-height: 150px;
  max-width: 705px;
}

.contactForm1 table, .contactForm1 .butt {
  width: 50%;
  text-align: center;
}

.contactForm1 table tr > td:first-child, .contactForm1 .butt tr > td:first-child {
  padding-left: 0;
  text-align: left;
}

.contactForm1 .butt {
  margin-top: 20px;
}

.contactForm1 .butt input {
  background: #0092ae;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}

.contactForm1 .butt input:hover {
  background: #00aac6;
}

#cboxWrapper #cboxCurrent {
  font-size: 90%;
}

#cboxWrapper #cboxTitle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8fRcAAtkB2mnxYWcAAAAASUVORK5CYII=);
  font-size: 90%;
  color: #000;
  box-sizing: border-box;
  bottom: 28px;
  padding: 1% 7%;
}

/* Rezervace Tlačítka */
.jrsv__btn-container--submit {
  padding: 15px 25px;
  font-size: 22px;
  background-color: #00aac6;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.jrsv__btn-container--submit:active,
.jrsv__btn-container--submit:hover {
  background-color: #5ac1d9;
}

.jrsv__btn-container--submit input[type=submit] {
  background-color: #00aac6;
  color: white;
  border: 0;
  padding-right: 0;
}

.jrsv__btn-container--submit:active input[type=submit],
.jrsv__btn-container--submit:hover input[type=submit] {
  background-color: #5ac1d9;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  #mainMenu {
    height: auto;
  }
  #mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li li li li:hover ul {
    display: none;
  }
  .top-panel__language-select a {
    padding: 2px 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-panel__email-contact .fa {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pull-right-sm {
    float: right;
  }
  .text-pull-right-sm {
    text-align: right;
  }
  .top-navbar .navbar-header .lang-switcher {
    display: none;
  }
  .br-768 {
    display: inline;
  }
  .sp-768 {
    display: none;
  }
  .hp-search-form {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #MainForm {
    padding-bottom: 790px;
  }
  .top-panel__newsletter .top-panel__newsletter__box {
    left: inherit;
    right: 0;
    text-align: left;
    width: 140%;
  }
  .spa-slogan {
    padding-left: 0 !important;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .spa-slogan:before {
    display: none;
  }
  .hp-logo {
    text-align: center;
  }
  #mainMenu {
    display: none;
  }
  #mainMenu.active {
    display: block;
  }
  #mainMenu > li {
    width: 100%;
    border-left: 0;
  }
  #mainMenu ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #mainMenu ul:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }
  #mainMenu ul li {
    border: 0;
    width: 100%;
  }
  #mainMenu ul li a, #mainMenu ul li .s1 {
    height: 40px !important;
    line-height: 40px !important;
    display: block;
    width: 100% !important;
  }
  .rightToLeft li.parent div > span.s1 {
    background-image: initial;
    background-position: initial;
  }
  #mainMenu ul ul, #mainMenu .rightToLeft ul {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }
  .product-detail .simple-summary-c {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .cenik table.simple-summary td[class*="col_"] {
    display: none;
  }
  .top-panel__email-contact {
    line-height: 28px;
    text-align: left;
  }
  .top-panel__language-select {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .slide-desc__children {
    font-size: 6vw;
  }
  .product-detail__info-row {
    position: relative;
    bottom: 0;
    margin-top: 5px;
  }
  .product-detail__info-row .pull-right, .product-detail__info-row .pull-left {
    float: none !important;
  }
}

@media screen and (max-width: 520px) {
  #newsBoxes {
    margin-top: -15px;
  }
  .banner-new .tab,
  .banner-new-bx .tab {
    width: 100% !important;
  }
}

@media screen and (min-width: 480px) {
  .cenik table.simple-summary .col_0,
  .cenik table.simple-summary .col_1,
  .cenik table.simple-summary .col_2 {
    display: table-cell !important;
  }
}

@media screen and (max-width: 479px) {
  .cenik table.simple-summary .col_0 {
    display: table-cell !important;
  }
  .top-panel__newsletter .top-panel__newsletter__box {
    width: 245%;
  }
}

.newsletter-form-article {
  margin: 20px 0 10px;
  background: #40C9A2 url(data:image/png;base64,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);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding: 25px;
  color: white;
  border-radius: 5px;
}

.newsletter-form-article h2 {
  margin: 0 0 20px;
}

.newsletter-form-article label {
  position: relative;
  font-weight: normal;
  font-family: "OpenSansSemibold";
  display: inline-block;
}

.newsletter-form-article label span {
  position: absolute;
  color: crimson;
  top: 0;
  right: 5px;
  padding: 10px 10px;
}

.newsletter-form-article input {
  border: 0;
  padding: 10px 15px;
  height: auto;
  display: inline-block;
}

.newsletter-form-article input[type=text] {
  min-width: 250px;
  margin: 0 0 0 10px;
}

.newsletter-form-article input[type=submit] {
  background: #664147;
  min-width: 120px;
}

.newsletter-form-article input[type=submit]:hover {
  background: #715b5e;
}

.newsletter-form-article p {
  margin: 20px 0 0;
}

.newsletter-form-article .err,
.newsletter-form-article .msg {
  display: block;
  color: #941C2F;
  background: rgba(229, 249, 224, 0.84);
  padding: 3px 10px;
  margin: 20px 0;
  padding: 10px 20px;
}

/*=============================================>>>>>
= Online platba =
===============================================>>>>>*/
.online-payment-form table {
  width: 100%;
}

.online-payment-form td {
  vertical-align: top;
  padding: 5px 5px 10px 0;
}

.online-payment-form td:first-child {
  font-weight: bold;
  width: 25%;
}

.online-payment-form input[type=text] {
  display: inline-block;
  width: 90%;
  max-width: 250px;
}

.online-payment-form .payment-button {
  padding-left: 235px;
}

.online-payment-form-2 .paymentpolicyitems {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.online-payment-form-2 .paymentpolicyitems th,
.online-payment-form-2 .paymentpolicyitems td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.online-payment-form-2 .paymentpolicyitems th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  text-align: left;
}

/*= End of Online platba =*/
/*=============================================<<<<<*/
.r66645 #MainForm {
  padding: 0;
}

.r66645 .row {
  margin: 0;
}

.page-header-v2 {
  padding: 5px 0;
}

.page-header-v2 img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .page-header-v2 .center-mobile {
    text-align: center;
  }
}

.page-footer-v2__helpline {
  background: #e1e1e1 url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/RadonSpaHelpline.png) no-repeat left top;
  background-size: contain;
  position: relative;
}

.page-footer-v2__helpline .row > div {
  height: 398px;
}

@media screen and (max-width: 640px) {
  .page-footer-v2__helpline .row > div {
    height: auto;
  }
}

.page-footer-v2__copyright {
  padding-top: 76px;
  background: #545454;
  color: white;
  font-size: 18px;
  padding-bottom: 14px;
}

.helpline {
  padding-top: 43px;
}

.helpline__question {
  font-size: 25px;
  font-family: "Source Serif Pro", serif;
  color: #545454;
  margin-bottom: 35px;
}

.helpline__phone {
  font-family: OpenSansExtraBold, Helvetica, Arial, sans-serif;
}

.helpline__phone > span {
  display: block;
}

.helpline__rufen {
  font-size: 18px;
  font-weight: 800;
}

.helpline__phone-1 {
  color: #a5c844;
  font-size: 45px;
  line-height: 1;
}

.helpline__phone-2 {
  color: #a5c844;
  font-size: 18px;
}

.helpline__phone-2 span {
  color: #545454;
}

.radon-span-jachymov {
  position: absolute;
  bottom: 14px;
  right: 0;
}

@media screen and (max-width: 960px) {
  .radon-span-jachymov {
    display: none;
  }
}

.breadcrumb__item {
  display: inline-block;
}

.breadcrumb__item:last-child:before {
  content: "|";
  color: white;
  display: inline-block;
  margin: 0 5px;
}

.breadcrumb__link {
  display: inline-block;
}

.breadcrumb.is-inverted .breadcrumb__link {
  color: #545454;
}

.breadcrumb.is-inverted .breadcrumb__item:last-child .breadcrumb__link {
  color: white;
}

.reservation-form__part-1 input[type=text], .reservation-form__part-1 select, .reservation-form__part-2 .jrsv-osoby-table input[type=text], .reservation-form__part-2 .jrsv-osoby-table select, .reservation-form .rsv-logic-question-captcha-control input[type=text], .reservation-form .rsv-logic-question-captcha-control select {
  height: 32px;
  width: 100%;
  padding: 0 10px;
  border-radius: 20px;
  text-align: left !important;
  transition: background .2s ease;
}

.reservation-form__part-1 {
  background: #53bed7;
}

.reservation-form__part-1 .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: white;
  font-size: 18px;
  min-height: 34px;
  height: initial;
}

.reservation-form__part-1 .form-label {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
}

.reservation-form__part-1 .s-rsv-food .form-control, .reservation-form__part-1 .s-rsv-food .form-label {
  display: inline-block;
  width: initial;
}

.reservation-form__part-1 input[type=text], .reservation-form__part-1 select {
  background-color: #53bed7;
  border: 2px solid white;
  color: white;
  font-size: 18px;
  font-family: "OpenSansExtraBold", Arial, sans-serif;
  font-weight: 800;
}

.reservation-form__part-1 input[type=text]:focus, .reservation-form__part-1 select:focus {
  outline: 0;
  color: #545454;
  background-color: white;
}

.reservation-form__part-1 .s-rsv-date-from input[type=text], .reservation-form__part-1 .s-rsv-date-to input[type=text] {
  background-image: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/calendar.png);
  background-position: 97% center;
  background-repeat: no-repeat;
}

.reservation-form__part-1 .s-rsv-date-from input[type=text]:focus, .reservation-form__part-1 .s-rsv-date-to input[type=text]:focus {
  background-image: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/calendarHover.png);
}

.reservation-form__part-2 .jrsv-osoby-table td {
  display: block;
  padding: 0;
}

.reservation-form__part-2 .jrsv-osoby-table input[type=text], .reservation-form__part-2 .jrsv-osoby-table select {
  background: white;
  border: 2px solid #545454;
  color: #545454;
  font-size: 18px;
  font-family: "OpenSansRegular", Arial, sans-serif;
}

.reservation-form__part-2 .jrsv-osoby-table input[type=text]:focus, .reservation-form__part-2 .jrsv-osoby-table select:focus {
  outline: 0;
  color: white;
  background: #545454;
}

.reservation-form__part-2 .form-control {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: white;
  font-size: 18px;
  position: relative;
}

.reservation-form__part-2 .form-label {
  font-family: "OpenSansExtraBold",Arial,Tahoma,sans-serif;
  color: #545454;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0px;
}

.reservation-form__part-2 .jrsv-osoby-table {
  margin-top: 41px;
}

.reservation-form__part-2 .jrsv-required {
  display: inline-block;
  margin-left: 5px;
  color: #53bed7;
}

.reservation-form__part-2 .calendar-image {
  height: 1px;
  width: 1px;
  position: absolute;
  left: 0;
}

.reservation-form input[type="button"],
.reservation-form input[type="reset"],
.reservation-form input[type="submit"] {
  border: 0;
  color: white;
  display: inline-block;
  padding: 14px 28px 12px;
  margin-left: 5px;
  background: #bf3926;
  border-radius: 9px;
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .reservation-form input[type="button"],
  .reservation-form input[type="reset"],
  .reservation-form input[type="submit"] {
    font-size: 15px;
  }
}

.reservation-form input[type="button"]:hover, .reservation-form input[type="button"]:focus,
.reservation-form input[type="reset"]:hover,
.reservation-form input[type="reset"]:focus,
.reservation-form input[type="submit"]:hover,
.reservation-form input[type="submit"]:focus {
  outline: 0;
  background-color: #942c1e;
}

.reservation-form input[type="button"][disabled],
.reservation-form input[type="reset"][disabled],
.reservation-form input[type="submit"][disabled] {
  cursor: not-allowed;
  background-color: #545454;
  color: #a1a1a1;
}

.reservation-form input[type="button"].rsv-continuebutton1,
.reservation-form input[type="reset"].rsv-continuebutton1,
.reservation-form input[type="submit"].rsv-continuebutton1 {
  padding-right: 65px;
  background-image: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/book.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  display: none;
}

.reservation-form input[type="button"][id$=DemandFormButton],
.reservation-form input[type="reset"][id$=DemandFormButton],
.reservation-form input[type="submit"][id$=DemandFormButton] {
  background-color: #53bed7;
  background-image: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/request.png);
  padding-right: 65px;
  background-repeat: no-repeat;
  background-position: 96% center;
}

.reservation-form input[type="button"][id$=DemandFormButton]:hover, .reservation-form input[type="button"][id$=DemandFormButton]:focus,
.reservation-form input[type="reset"][id$=DemandFormButton]:hover,
.reservation-form input[type="reset"][id$=DemandFormButton]:focus,
.reservation-form input[type="submit"][id$=DemandFormButton]:hover,
.reservation-form input[type="submit"][id$=DemandFormButton]:focus {
  background-color: #2fabc8;
}

.reservation-form .rsv-allreservationrooms input[type="button"],
.reservation-form .rsv-allreservationrooms input[type="reset"],
.reservation-form .rsv-allreservationrooms input[type="submit"] {
  padding: 11px 23px 12px;
  background-color: #53bed7;
  border-radius: 9px;
  font-size: 23px;
  text-transform: uppercase;
}

.reservation-form .rsv-allreservationrooms input[type="button"]:hover, .reservation-form .rsv-allreservationrooms input[type="button"]:focus,
.reservation-form .rsv-allreservationrooms input[type="reset"]:hover,
.reservation-form .rsv-allreservationrooms input[type="reset"]:focus,
.reservation-form .rsv-allreservationrooms input[type="submit"]:hover,
.reservation-form .rsv-allreservationrooms input[type="submit"]:focus {
  outline: 0;
  background-color: #2fabc8;
}

.reservation-form .rsv-allreservationrooms input[type="button"].rsv-addroom-button,
.reservation-form .rsv-allreservationrooms input[type="reset"].rsv-addroom-button,
.reservation-form .rsv-allreservationrooms input[type="submit"].rsv-addroom-button {
  padding-right: 65px;
  background-image: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/addRoom.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

.reservation-form .rsv-paymenttype input[type="radio"] {
  display: none;
}

.reservation-form .rsv-paymenttype input[type="radio"] + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/checkbox_unchecked.png) no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 .50em 0 0;
  padding: 0;
  vertical-align: top;
}

.reservation-form .rsv-paymenttype input[type="radio"]:checked + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/checkbox_checked.png) no-repeat;
  width: 25px;
  height: 25px;
  content: "";
  text-align: center;
  vertical-align: top;
}

.reservation-form .rsv-paymenttype input[type="radio"]:checked + label:after {
  font-weight: bold;
}

.reservation-form .rsv-paymenttype label {
  cursor: pointer;
}

.reservation-form .rsv-agreement input[type="checkbox"] {
  display: none;
}

.reservation-form .rsv-agreement input[type="checkbox"] + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/radio_unchecked.png) no-repeat;
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: 0 .50em 0 0;
  padding: 0;
  vertical-align: top;
}

.reservation-form .rsv-agreement input[type="checkbox"]:checked + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/radio_checked.png) no-repeat;
  width: 26px;
  height: 26px;
  content: "";
  text-align: center;
  vertical-align: top;
}

.reservation-form .rsv-agreement input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.reservation-form .rsv-agreement label {
  cursor: pointer;
}

.reservation-form__breadcrumb {
  margin: 30px auto 27px;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 18px;
}

.reservation-form__heading {
  font-family: "Source Serif Pro", serif;
  color: white;
  text-align: center;
}

.reservation-form__heading h1 {
  font-size: 45px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}

.reservation-form__heading h2 {
  margin-top: 9px;
  font-size: 25px;
}

.reservation-form__basic-setup {
  color: white;
  margin-top: 54px;
  font-size: 18px;
}

.reservation-form__basic-setup .row {
  margin-bottom: 0px;
}

.reservation-form .jrsv-alert {
  background: #bf3926;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
}

.reservation-form .s-rsv-date-from img,
.reservation-form .s-rsv-date-to img {
  position: absolute;
  height: 1px;
  width: 1px;
  left: 0;
}

.reservation-form .rsv-title-container,
.reservation-form .rsv-season-global,
.reservation-form .rsv-persons,
.reservation-form .rsv-preset {
  display: none;
}

.reservation-form .rsv-error {
  background: #bf3926;
  display: block;
  border: 0;
  border-radius: 8px;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 30px 30px 26px;
  font-weight: normal;
  text-transform: none;
}

.reservation-form .rsv-extendedgroup {
  background: #a6a6a6;
  padding: 10px 18px;
  border-radius: 10px;
}

.reservation-form .rsv-extendedgroup .rsv-item-block {
  background: none;
  border: 0;
  color: white;
  font-size: 18px;
  margin: 0;
}

.reservation-form .rsv-extendedgroup td {
  padding: 0;
}

.reservation-form .rsv-extendedgroup td.rsv-item-name {
  text-align: right;
  padding-right: 10px;
}

.reservation-form .rsv-extendedgroup-1 .rsv-item-name {
  text-align: right;
  padding-right: 20px;
}

.reservation-form .rsv-extendedgroup-1 .rsv-item-total {
  text-align: right;
}

.reservation-form .rsv-total-price {
  border-radius: 8px;
  border: 0;
  background: #a6a6a6 !important;
  color: white;
  font-weight: normal;
  padding: 5px 19px 17px;
}

.reservation-form .rsv-total-price-table {
  float: none;
  width: 100%;
  margin-right: 0;
  text-align: right;
  font-size: 18px;
}

.reservation-form .rsv-total-price-table td {
  display: block;
  padding: 8px 0;
  line-height: 1;
}

.reservation-form .rsv-total-price-table .rsv-total-price-label {
  color: #545454;
}

.reservation-form .rsv-total-price-table .rsv-total-price-value {
  border-bottom: 1px solid white;
  padding: 1px 0 12px;
}

.reservation-form .rsv-total-price-table tr:last-child td {
  border-bottom: 0;
}

.reservation-form .rsv-total-price-table tr:last-child .rsv-total-price-label {
  padding: 8px 0 3px;
}

.reservation-form .rsv-total-price-table tr:last-child .rsv-total-price-value {
  font-size: 45px;
  font-family: "OpenSansExtraBold", Arial, sans-serif;
  padding: 0;
}

.reservation-form .rsv-result {
  background: none;
  font-size: 16px;
  padding: 0;
}

.reservation-form .rsv-contact {
  font-size: 18px;
}

.reservation-form .rsv-contact > strong {
  font-family: "OpenSansExtraBold", Arial, sans-serif;
  color: #545454;
  float: left;
}

.reservation-form .rsv-contact label {
  font-weight: normal;
}

.reservation-form .rsv-agreement {
  font-size: 18px;
  clear: both;
}

.reservation-form .jrsv-osoby-table .validator {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 10px;
}

.reservation-form .rsv-logic-question-captcha-control {
  font-size: 18px;
}

.reservation-form .rsv-logic-question-captcha-control .question {
  font-family: "OpenSansExtraBold", Arial, sans-serif;
  color: #545454;
}

.reservation-form .rsv-logic-question-captcha-control input[type=text], .reservation-form .rsv-logic-question-captcha-control select {
  background: white;
  border: 2px solid #545454;
  color: #545454;
  font-size: 18px;
  font-family: "OpenSansRegular", Arial, sans-serif;
  width: 40%;
  width: 50%;
  display: block;
}

.reservation-form .rsv-logic-question-captcha-control input[type=text]:focus, .reservation-form .rsv-logic-question-captcha-control select:focus {
  outline: 0;
  color: white;
  background: #545454;
}

.reservation-form .rsv-paymenttype {
  float: left;
  clear: left;
}

@media screen and (max-width: 640px) {
  .reservation-form .rsv-paymenttype {
    float: none;
  }
}

.reservation-form div.rsv-note {
  width: 45%;
  background: none !important;
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .reservation-form div.rsv-note {
    float: none;
    width: auto;
  }
}

.reservation-form div.rsv-note strong {
  font-family: "OpenSansExtraBold", Arial, sans-serif;
}

.reservation-form div.rsv-note textarea {
  width: 100%;
  min-height: 120px;
  background: white;
  border-radius: 8px;
  border: 2px solid #545454;
  color: #545454;
  font-size: 18px;
  font-family: "OpenSansRegular", Arial, sans-serif;
}

.reservation-form div.rsv-note textarea:focus {
  outline: 0;
  color: white;
  background: #545454;
}

.reservation-form div.rsv-note .note-text {
  color: #53bed7;
}

.reservation-form .info-popis {
  margin: 25px 0 0 0;
  padding: 16px 22px 15px;
  background: #53bed7;
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: normal;
}

.reservation-form .rsv-food-value {
  display: block;
}

.reservation-form #printf {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.reservation-form [id$="_UpdateProgress"] .rsv-infotext {
  width: auto;
  left: 0;
  right: 0;
}

.reservation-form .loader {
  display: none;
}

.reservation-form.loading .loader {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size: 31px;
  z-index: 99;
}

.reservation-form.loading p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.reservation-form .rsv-validator.jrsv-moved {
  margin: 20px 0;
  clear: both;
}

.reservation-form .rsv-na {
  padding: 10px 0;
  color: crimson;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid white;
  background: #53bed7;
  position: relative;
  border-radius: 20px;
  transition: background .2s ease;
  font-family: "OpenSansExtraBold", Arial, sans-serif;
  font-weight: 800;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 28px 0 10px;
  font-size: 18px;
  line-height: 28px;
  color: white;
  height: 28px;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 3px;
  top: 0px;
  bottom: 0px;
  width: 21px;
  text-align: center;
  color: #53bed7;
  font: 0/0 a;
  *font: 20px/28px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/selectArrow.png) no-repeat center center;
}

.selectric-hover .selectric {
  /*border-color: darken($selectric-main-color, 10%);*/
}

.selectric-hover .selectric .button {
  /*color: darken($selectric-secondary-color, 10%);*/
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #e6e6e6;
  background: white;
  border-bottom: 2px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
}

.selectric-open .selectric .label {
  color: #545454;
}

.selectric-open .button:after {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/ObjednavkovyFormular/selectArrowHover.png) no-repeat center center;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-above .selectric {
  border-top: 2px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 2px solid;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 39%;
  left: 0;
  background: #ffffff;
  border-radius: 10px;
  border: 0;
  z-index: -1;
  font-family: "OpenSansExtraBold", Arial, sans-serif;
  box-shadow: 0 0 8px rgba(90, 90, 90, 0.6);
  overflow: hidden;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  border-radius: 10px;
  padding-top: 20px;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 39%;
}

.selectric-above .selectric-items .selectric-scroll {
  padding-top: 0;
  padding-bottom: 20px;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #53bed7;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #97dded;
  color: #545454;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/*
* Styly pro rezervaci R66724
*/
.reservation--r66724 {
  font-family: "Open Sans", sans-serif;
  /*----------- Souhlas s newsletterem -----------*/
  /*======================================
    Selectric
  ======================================*/
  /* Items box */
}

.reservation--r66724 h1 {
  color: #00aac6;
  font-weight: 300;
  font-size: 33px;
  font-family: "Open Sans", sans-serif;
  margin: 10px;
}

.reservation--r66724 .rsv-season-global {
  padding: 20px 20px 24px;
  background: #a0d7e2;
}

.reservation--r66724 table.rsv-season {
  background: transparent !important;
  border: 0;
  margin: 0;
  max-width: 100%;
  width: auto;
}

.reservation--r66724 .rsv-season-nights, .reservation--r66724 .rsv-season-date-to, .reservation--r66724 .rsv-season-date-from {
  padding: 0;
  padding-left: 0 !important;
}

.reservation--r66724 .rsv-season-date-from label,
.reservation--r66724 .rsv-season-date-to label {
  display: block;
}

.reservation--r66724 .rsv-season-date-from label::first-letter,
.reservation--r66724 .rsv-season-date-to label::first-letter {
  text-transform: uppercase;
}

.reservation--r66724 .rsv-season-date-from input,
.reservation--r66724 .rsv-season-date-to input {
  background-image: url(https://www.laznejachymov.cz/Public/LJ2016/images/R66724_objednavka/calendar-icon-1.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.reservation--r66724 .rsv-season-date-from .calendar-image,
.reservation--r66724 .rsv-season-date-to .calendar-image {
  position: absolute;
  height: 1px;
  width: 1px;
}

.reservation--r66724 .rsv-season-nights label {
  display: block;
}

.reservation--r66724 .rsv-season-nights label::first-letter {
  text-transform: uppercase;
}

.reservation--r66724 button, .reservation--r66724 input[type="button"], .reservation--r66724 input[type="reset"], .reservation--r66724 input[type="submit"] {
  background: #00aac6;
  color: white;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px;
}

.reservation--r66724 button:hover, .reservation--r66724 input[type="button"]:hover, .reservation--r66724 input[type="reset"]:hover, .reservation--r66724 input[type="submit"]:hover {
  background: #005260;
}

.reservation--r66724 button[disabled], .reservation--r66724 input[type="button"][disabled], .reservation--r66724 input[type="reset"][disabled], .reservation--r66724 input[type="submit"][disabled] {
  background: #d4edf1;
}

.reservation--r66724 input[type="radio"],
.reservation--r66724 input[type="checkbox"] {
  display: none;
}

.reservation--r66724 input[type="radio"] + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/R66724_objednavka/radios.png) no-repeat 0 0;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 .50em 0 0;
  padding: 0;
  vertical-align: top;
}

.reservation--r66724 input[type="radio"]:checked + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/R66724_objednavka/radios.png) no-repeat 0 -18px;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  vertical-align: top;
}

.reservation--r66724 input[type="radio"]:checked + label:after,
.reservation--r66724 input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.reservation--r66724 input + label {
  cursor: pointer;
}

.reservation--r66724 input[type="checkbox"] + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/R66724_objednavka/checkboxes.png) no-repeat 0 0;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 .50em 0 0;
  padding: 0;
  vertical-align: top;
}

.reservation--r66724 .rsv-group input[type="checkbox"] + label:before {
  border: 1px solid;
}

.reservation--r66724 input[type="checkbox"]:checked + label:before {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/R66724_objednavka/checkboxes.png) no-repeat 0 -15px;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  vertical-align: top;
}

.reservation--r66724 .dospeleosoby-pocty-popiska,
.reservation--r66724 .rsv-children-agelabel {
  display: block;
  margin-bottom: 5px;
}

.reservation--r66724 .rsv-adults-total {
  display: inline-block;
}

@media screen and (max-width: 444px) {
  .reservation--r66724 .rsv-adults-total {
    margin-top: 10px;
  }
}

.reservation--r66724 .rsv-reservationoption-label {
  margin-bottom: 5px;
  display: block;
}

.reservation--r66724 .jrsv-children-item {
  display: inline-block;
  margin: 0px;
}

@media screen and (max-width: 685px) {
  .reservation--r66724 .jrsv-children-item {
    margin-top: 10px;
  }
}

.reservation--r66724 .rsv-adults-total {
  margin-right: 20px;
}

.reservation--r66724 .jrsv-product-name {
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.reservation--r66724 .jrsv-product-name span {
  box-sizing: border-box;
  height: 28px;
  min-width: 250px;
  margin: 0;
  color: #5d5e60;
  background: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.reservation--r66724 .jrsv-label {
  display: block;
}

.reservation--r66724 .rsv-food {
  font-size: inherit;
  padding: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 444px) {
  .reservation--r66724 .rsv-food {
    padding: 0;
    margin-top: 10px;
  }
}

.reservation--r66724 .rsv-food-label {
  display: block;
  margin-bottom: 5px;
}

.reservation--r66724 .rsv-food-value {
  box-sizing: border-box;
  height: 28px;
  min-width: 100px;
  color: #5d5e60;
  background: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 0 0 10px;
}

.reservation--r66724 .rsv-facility {
  width: 270px;
  padding: 15px 0 0 20px !important;
}

@media screen and (max-width: 700px) {
  .reservation--r66724 .rsv-facility {
    float: left;
  }
}

.reservation--r66724 .rsv-room {
  padding: 15px 0 0 22px;
  width: auto;
}

@media screen and (max-width: 700px) {
  .reservation--r66724 .rsv-room {
    float: left;
    clear: left;
  }
}

.reservation--r66724 .rsv-room > div {
  margin: 4px 0 0;
}

.reservation--r66724 .rsv-room .rsv-reservationoption,
.reservation--r66724 .rsv-room .rsv-reservationoption-selection {
  width: 250px;
  display: inline-block;
}

.reservation--r66724 .osoby-table {
  color: white;
  background: #a0d7e2;
}

.reservation--r66724 .osoby-table th {
  display: none;
}

@media screen and (min-width: 992px) {
  .reservation--r66724 .osoby-table .pocty-osob-mesto {
    padding: 20px 0 15px 20px !important;
  }
  .reservation--r66724 .osoby-table .pocty-osob-email {
    width: 425px;
  }
  .reservation--r66724 .osoby-table .pocty-osob-ulice {
    width: 213px;
  }
}

@media screen and (min-width: 713px) and (max-width: 991px) {
  .reservation--r66724 .osoby-table .pocty-osob-ulice {
    padding: 20px 0 15px 20px;
    width: 213px;
  }
  .reservation--r66724 .osoby-table .pocty-osob-mesto,
  .reservation--r66724 .osoby-table .pocty-osob-psc {
    padding: 20px 0 15px 25px !important;
  }
  .reservation--r66724 .osoby-table .pocty-osob-email {
    width: 421px;
  }
}

@media screen and (max-width: 712px) {
  .reservation--r66724 .osoby-table td {
    padding: 20px 5px 15px 20px !important;
  }
}

@media screen and (max-width: 479px) {
  .reservation--r66724 .osoby-table .pocty-osob-email {
    width: 213px;
  }
}

.reservation--r66724 .osoby-table td {
  padding: 20px 0 15px 25px;
  display: block;
  float: left;
  vertical-align: top;
}

.reservation--r66724 .osoby-table td:first-child {
  padding: 20px 0 15px 20px;
}

.reservation--r66724 .osoby-table td:nth-child(n+6) {
  padding: 20px 0 15px 25px;
}

@media screen and (max-width: 991px) {
  .reservation--r66724 .osoby-table td:nth-child(n+6) {
    padding: 20px 0 15px 20px;
  }
}

.reservation--r66724 .osoby-table .pocty-osob-vek {
  display: none;
}

.reservation--r66724 .osoby-table .validator {
  position: absolute;
  z-index: 10;
  background: #ffb2b2;
  color: #a50808;
  border-radius: 3px;
  padding: 0 5px;
  box-shadow: 1px 1px 6px 0px #ff0101;
  font-weight: 700;
  margin-top: -2px;
}

.reservation--r66724 .jrsv-room-price {
  background: #369eb3;
  text-align: right;
  padding: 5px 25px;
  font-weight: 700;
  color: white;
}

.reservation--r66724 .rsv-addroom-button {
  border-right: 1px solid darkblue;
}

.reservation--r66724 .rsv-agreement {
  background: #a0d7e2;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .reservation--r66724 .rsv-agreement {
    clear: both;
    margin-bottom: 10px;
  }
}

.reservation--r66724 .rsv-agreement a {
  text-decoration: underline;
  color: #007e93;
}

.reservation--r66724 .rsv-group {
  margin: 20px 20px 0;
}

.reservation--r66724 .rsv-total-price {
  background: #a0d7e2 !important;
  border: 0;
  color: white;
  font-size: 25px;
  /*text-transform: uppercase;*/
  margin: 0;
  float: right;
  width: 50%;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .reservation--r66724 .rsv-total-price {
    float: none;
    width: 100%;
  }
}

.reservation--r66724 .rsv-total-price .rsv-total-price-table {
  margin: 0;
}

.reservation--r66724 div.reservation input[type=text], .reservation--r66724 div.reservation select {
  border: 0;
  box-sizing: border-box;
  height: 28px;
  min-width: 130px;
  margin: 0;
  text-align: left !important;
  color: #5d5e60;
  background: white;
}

.reservation--r66724 div.reservation .rsv-season td {
  color: white;
  font-weight: 700;
  padding-right: 10px;
}

@media screen and (max-width: 600px) {
  .reservation--r66724 div.reservation .rsv-season td {
    float: left;
    margin-bottom: 10px;
  }
}

.reservation--r66724 div.reservation div.rsv-persons {
  margin: 0;
  padding: 0px 20px 24px;
  border: 0;
  background: #a0d7e2 !important;
  color: white;
  font-weight: 700;
}

.reservation--r66724 div.reservation table.rsv-persons {
  border: 0;
  background: #a0d7e2;
}

.reservation--r66724 div.reservation table.rsv-preset {
  margin: 15px 0 0;
  border: 0;
  background: #a0d7e2 !important;
  color: white;
  font-weight: 700;
}

.reservation--r66724 div.reservation .rsv-contact {
  background: #a0d7e2 !important;
  padding: 25px 25px 0px;
  color: white;
  overflow: hidden;
}

.reservation--r66724 div.reservation .rsv-contact .rsv-paymenttype {
  display: inline-block;
  margin: 0px;
  width: 250px;
}

.reservation--r66724 div.reservation .rsv-contact .rsv-paymenttype .rsv-payingprescription-label {
  display: none;
}

.reservation--r66724 div.reservation .rsv-contact .rsv-payingprescription td {
  padding: 0px;
}

.reservation--r66724 div.reservation .rsv-contact .rsv-btn-place {
  float: right;
  clear: right;
  margin-left: 5px;
}

.reservation--r66724 div.reservation .rsv-contact .rsv-btn-place:nth-child(n+3) {
  clear: right;
  /* jinak není zarovnáno vpravo pod cenou T363315 */
}

.reservation--r66724 div.reservation .rsv-contact .validator {
  color: #cc0000;
}

.reservation--r66724 div.reservation .rsv-contact select {
  width: 249px;
  cursor: pointer;
}

.reservation--r66724 div.reservation .rsv-contact select option {
  cursor: pointer;
}

.reservation--r66724 div.reservation .rsv-contact strong {
  display: inline-block;
  float: left;
  margin: 4px 25px 5px 0px;
}

.reservation--r66724 div.reservation .rsv-contact strong span {
  text-transform: uppercase;
}

.reservation--r66724 div.reservation .rsv-discounts {
  color: #007e93;
  background: #a0d7e2 !important;
  border: 0;
}

.reservation--r66724 div.reservation .rsv-discounts .rsv-discount-desc {
  text-align: right;
}

.reservation--r66724 div.reservation .rsv-discounts table {
  width: 100%;
}

.reservation--r66724 div.reservation .rsv-discounts td {
  padding: 15px 15px 10px;
  vertical-align: middle;
}

.reservation--r66724 div.reservation .rsv-discounts label {
  margin: 0;
}

.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-type,
.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-total,
.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-currency,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-type,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-total,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-currency {
  color: white;
  font-weight: bold;
}

.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-type,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-type {
  width: 100px;
}

.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-total,
.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-currency,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-total,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-currency {
  text-align: right;
}

.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-currency,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-currency {
  width: 20px;
}

.reservation--r66724 div.reservation .rsv-extendedgroup-3 .rsv-item-block,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .rsv-item-block {
  display: table;
  border: 0;
  background: #a0d7e2;
}

.reservation--r66724 div.reservation .rsv-extendedgroup-3 .selectric-wrapper,
.reservation--r66724 div.reservation .rsv-extendedgroup-20 .selectric-wrapper {
  max-width: 360px;
}

.reservation--r66724 .rsv-title-container {
  display: none;
}

.reservation--r66724 .rsv-item-block {
  display: none;
}

.reservation--r66724 .rsv-result {
  background: 0;
  padding: 0;
}

.reservation--r66724 .rsv-error {
  border: 0;
  margin: 0 0 10px;
}

.reservation--r66724 #printf {
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: none;
}

.reservation--r66724 .selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.reservation--r66724 .rsv-reservationroom .selectric-wrapper {
  min-width: 250px;
}

.reservation--r66724 .rsv-reservationroom .osoby-table .selectric-wrapper {
  min-width: 188px;
}

.reservation--r66724 .selectric-responsive {
  width: 100%;
}

.reservation--r66724 .selectric {
  border: 0px solid #FFFFFF;
  background: #FFFFFF;
  position: relative;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.reservation--r66724 .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 35px 0 10px;
  font-size: 14px;
  line-height: 28px;
  color: #5D5E60;
  height: 28px;
}

.reservation--r66724 .selectric .button {
  background: #00AAC6;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  text-align: center;
  font: 0/0 a;
  *font: 28px/28px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.reservation--r66724 .selectric .button:after {
  background: url(https://www.laznejachymov.cz/Public/LJ2016/images/R66724_objednavka/select-arrow.png) no-repeat center center;
}

.reservation--r66724 .selectric-hover .selectric {
  border-color: #e6e6e6;
}

.reservation--r66724 .selectric-hover .selectric .button {
  color: #e6e6e6;
}

.reservation--r66724 .selectric-open {
  z-index: 9999;
}

.reservation--r66724 .selectric-open .selectric {
  border-color: #e6e6e6;
  background: #e6e6e6;
}

.reservation--r66724 .selectric-open .selectric-items {
  display: block;
}

.reservation--r66724 .selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reservation--r66724 .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.reservation--r66724 .selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.reservation--r66724 .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.reservation--r66724 .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.reservation--r66724 .selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
}

.reservation--r66724 .selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  padding: 0;
  border-radius: 0;
}

.reservation--r66724 .selectric-above .selectric-items .selectric-scroll {
  padding: 0;
}

.reservation--r66724 .selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.reservation--r66724 .selectric-items ul, .reservation--r66724 .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.reservation--r66724 .selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.reservation--r66724 .selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}

.reservation--r66724 .selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.reservation--r66724 .selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reservation--r66724 .selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.reservation--r66724 .selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.reservation--r66724 .selectric-items .selectric-group li {
  padding-left: 25px;
}

.reservation--r66724 .jrsv-alert {
  margin-top: 20px;
  color: crimson;
  font-weight: bold;
}

/*# sourceMappingURL=bundle.lazne-jachymov.css.map */