@media only screen and (max-width: 519px) {
  .flow-list.cities {
    color: transparent;
    overflow: hidden;
    font-size: 0;
  }
  .flow-list.cities a {
    margin-top: 5px;
    margin-left: 35px;
    width: 90%;
    display: block;
    font-size: 18px;
  }
  .flow-list.cities a:last-child {
    margin-bottom: 10px;
  }
  .flow-list.cities .letter {
    float: left;
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    font-size: 30px;
  }
  .detail .HeadeWeather {
    display: none;
  }
  .rating {
    width: 45%;
    min-width: 45% !important;
    float: left;
  }
  .rating a img {
    width: 20px;
  }
  .add-to-favorites {
    width: 54.5%;
    float: right;
  }
  .add-to-favorites a {
    font-size: 12px;
  }
  .facebookShare {
    display: none;
  }
  /*
    .news-box{
        .columns.one-half:first-child{
            width: 30%;
            position: absolute;
        }
        .columns.one-half:nth-child(2){
            position: relative;

            .content-text{
                font-size: 16px;
            }
            h3{
                margin-left: 37%;
                margin-top: -15px;
                a{
                    font-size: 18px;
                }
            }
            .date{
                position: relative;
                top: -20px;
            }
            .location{
                position: absolute;
                top: -6px;
                right: 0;
            }
        }
        .columns.one-third{
            .content-text{
                display: none;
            }
            h3{
                a{
                    font-size: 20px;
                }
            }
        }
    }
*/
  footer .partners {
    margin-top: 70px;
  }
  footer .banners div {
    width: 22.5%;
    height: 22%;
    margin-right: 2% !important;
  }
  footer .banners div img {
    height: auto;
  }
  footer .section-in {
    padding-top: 30px !important;
  }
  footer p {
    float: none;
    text-align: center;
    color: #697874;
    height: 0;
    position: relative;
    top: 70px;
  }
  footer .logo {
    background-position: initial !important;
    height: 38px !important;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  footer #logo1 {
    background: url(Images/logo1.png);
    width: 30% !important;
    margin-right: 3%;
  }
  footer #logo2 {
    background: url(Images/logo2.png);
    width: 66% !important;
    margin-right: 0;
  }
  footer #logo3 {
    background: url(Images/logo3.png);
    width: 47% !important;
    margin-right: 3%;
  }
  footer #logo4 {
    background: url(Images/logo4.png);
    width: 47% !important;
    margin-right: 0%;
  }
}
@media only screen and (max-width: 795px) {
  .svg-map-wnd {
    min-width: 380px !important;
  }
  .svg-map-wnd div {
    width: 370px !important;
  }
  .svg-map-wnd svg {
    float: none !important;
  }
  .svg-map-wnd ul {
    float: none !important;
  }
  .szn-map .toggle {
    padding: 25px 15px !important;
  }
  .circle-date {
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    font-size: 13px;
    padding-top: 9px;
    line-height: 16px;
  }
  .circle-date.one-line {
    background-size: 50px;
    padding-top: 18px;
  }
  .information-cols h3 {
    letter-spacing: -1px;
    font-size: 22px;
  }
}
.item.one-fourth img {
    width: 100%;
}
@media only screen and (min-width: 1065px) {
.item.one-fourth img {
    height: 173px;
}
}
@media only screen and (max-width: 1064px) and (min-width: 520px) {
.item.one-fourth img {
    height: calc((100vw - 70px) * 0.232043 * 0.752174);
}
}
.location {
    background: rgba(0, 0, 0, 0) url("images/icons-sprite.png") no-repeat scroll -25px -74px;
}
.content .sliderWrap .slider .navigator-content .navigator-wrapper ul.navigator-wrap-inner li p {
    background: rgba(0, 0, 0, 0) url("images/icons-sprite.png") no-repeat scroll -25px -74px;
}
.facebookShare > div > span {
  color: transparent;
}
.rating {
  min-width: 170px;
}
.trips-box .distance b {
  margin-right: 0px !important;
}
/* Event Calendar */
#eventCaledarMiniSelect {
  background: #e5ebe9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5ebe9), color-stop(100%, #f0f5f4));
  background: -webkit-linear-gradient(#e5ebe9, #f0f5f4);
  background: -moz-linear-gradient(#e5ebe9, #f0f5f4);
  background: -o-linear-gradient(#e5ebe9, #f0f5f4);
  background: linear-gradient(#e5ebe9, #f0f5f4);
  border: 1px solid #bec5c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #6a7874 !important;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  text-align: center;
  width: 140px;
  position: relative;
  float: none !important;
  font-weight: normal !important;
}
#eventCaledarMiniSelect:hover {
  text-decoration: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.Flip-H {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.eventCaledarMiniContainer {
  float: none !important;
  position: relative;
}
.eventCaledarMiniButton {
  text-align: right;
}
.eventCaledarMiniButton a {
  color: black;
  font-weight: bold;
}
#eventCaledarMini {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: #aaaaaa 0px 0px 4px 0;
  -moz-box-shadow: #aaaaaa 0px 0px 4px 0;
  box-shadow: #aaaaaa 0px 0px 4px 0;
  margin-top: 10px;
  padding: 10px;
  right: 0;
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 10;
}
#eventCaledarMini .hasDatepicker {
  margin-bottom: 1em;
}
#eventCaledarMini label {
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: block;
}
#eventCaledarMini label input {
  float: right;
}
#eventCaledarMini > a {
  color: #000;
  float: right;
  font-weight: bold;
}
.viewMore,
#NewsCustomLess,
#NewsCustomMore {
  background: #e5ebe9;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5ebe9), color-stop(100%, #f0f5f4));
  background: -webkit-linear-gradient(#e5ebe9, #f0f5f4);
  background: -moz-linear-gradient(#e5ebe9, #f0f5f4);
  background: -o-linear-gradient(#e5ebe9, #f0f5f4);
  background: linear-gradient(#e5ebe9, #f0f5f4);
  border: 1px solid #bec5c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #6a7874;
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
  text-align: center;
  width: 140px;
}
.FoFieldInner td[colspan] {
  text-align: left !important;
}
.login-form .login-btn {
  float: left;
}
.activities-box a {
  position: relative;
}
.activities-box .type-ico {
  top: -15px !important;
}
.login .LoginFormContainer td,
.login .RegisterFormContainer td {
  padding: 0;
}
.login .LoginFormContainer label,
.login .RegisterFormContainer label,
.login .LoginFormContainer span,
.login .RegisterFormContainer span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-left: 15px;
}
.login .LoginFormContainer small,
.login .RegisterFormContainer small {
  color: #a2a2a2;
  font-family: Georgia;
  font-size: 14px;
  margin-left: 8px;
}
.login .LoginFormContainer.username:after,
.login .RegisterFormContainer.username:after {
  content: "povinné";
  color: #a2a2a2;
  font-family: Georgia;
  font-size: 14px;
  margin-left: 8px;
}
.login .LoginFormContainer.password,
.login .RegisterFormContainer.password {
  margin-top: 10px;
}
.login .LoginFormContainer input[type="text"],
.login .RegisterFormContainer input[type="text"],
.login .LoginFormContainer input[type="password"],
.login .RegisterFormContainer input[type="password"] {
  background: #fbfce8;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  -webkit-box-shadow: 0px 1px 1px 1px #d6d6d3;
  -moz-box-shadow: 0px 1px 1px 1px #d6d6d3;
  box-shadow: 0px 1px 1px 1px #d6d6d3;
  padding-left: 50px;
  background-position: 8px -138px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  width: 450px;
  float: left;
  height: 48px;
  padding: 0px 15px;
  margin: 10px 0 10px 10px;
  color: #444;
  font-size: 18px;
  font-family: Georgia;
  font-style: normal;
}
.login .LoginFormContainer input[type="text"]::-webkit-input-placeholder,
.login .RegisterFormContainer input[type="text"]::-webkit-input-placeholder,
.login .LoginFormContainer input[type="password"]::-webkit-input-placeholder,
.login .RegisterFormContainer input[type="password"]::-webkit-input-placeholder {
  color: #869692;
  font-style: italic;
}
.login .LoginFormContainer input[type="text"]:-ms-input-placeholderplaceholder,
.login .RegisterFormContainer input[type="text"]:-ms-input-placeholderplaceholder,
.login .LoginFormContainer input[type="password"]:-ms-input-placeholder,
.login .RegisterFormContainer input[type="password"]:-ms-input-placeholder {
  color: #869692;
  font-style: italic;
}
.login .LoginFormContainer input[type="text"]::-moz-placeholder,
.login .RegisterFormContainer input[type="text"]::-moz-placeholder,
.login .LoginFormContainer input[type="password"]::-moz-placeholder,
.login .RegisterFormContainer input[type="password"]::-moz-placeholder {
  color: #869692;
  font-style: italic;
}
.login .LoginFormContainer .PasswdRetrieval,
.login .RegisterFormContainer .PasswdRetrieval {
  display: block;
  text-align: right;
  margin-top: -30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
.login .LoginFormContainer .PasswdRetrieval:hover,
.login .RegisterFormContainer .PasswdRetrieval:hover {
  text-decoration: none;
}
.login .LoginFormContainer .pwRetrievalRow,
.login .RegisterFormContainer .pwRetrievalRow {
  margin-top: 20px;
  display: block;
}
.login .LoginFormContainer .result-msg,
.login .RegisterFormContainer .result-msg,
.login .LoginFormContainer .validator,
.login .RegisterFormContainer .validator {
  display: block;
  color: #ff0000;
}
.login .RegisterFormContainer {
  margin-top: 26px;
}
.login .RegisterFormContainer h3 {
  font-size: 20px;
  margin: 10px 0 10px 5px;
}
.finish-reg strong {
  font-size: 18px;
  font-family: Georgia;
  color: #444444;
  margin-bottom: 20px;
  display: block;
}
.finish-reg strong.check {
  font-family: Arial;
  font-size: 16px;
  margin: 60px 0 35px 0;
  line-height: 30px;
}
.finish-reg strong.check:before {
  content: "";
  display: block;
  float: left;
  width: 29px;
  height: 24px;
  background: url(/CSS/Images/check.png);
  margin-right: 10px;
}
.finish-reg p {
  font-size: 18px;
  font-family: Georgia;
  color: #444444;
}
.finish-reg a {
  color: #1e78be;
  text-decoration: underline;
}
.finish-reg a:hover {
  text-decoration: none;
}
.RadComboBox_Default .rcbInputCell,
.RadComboBox_Default .rcbArrowCell {
  background-image: none !important;
}
.rcbSlide .RadComboBoxDropDown {
  width: 450px !important;
  background: #fbfce8 !important;
  -webkit-box-shadow: 0px 1px 1px 1px #d6d6d3 !important;
  -moz-box-shadow: 0px 1px 1px 1px #d6d6d3 !important;
  box-shadow: 0px 1px 1px 1px #d6d6d3 !important;
  border-radius: 0 0 4px 4px !important;
  left: 15px !important;
  top: -8px !important;
  border: 0;
}
.rcbSlide .RadComboBoxDropDown li {
  font-size: 16px;
}
.rcbSlide .RadComboBoxDropDown li.rcbHovered {
  background-color: #f2f4d3;
}
.bold {
  font-weight: bold;
}
.offers_wrapper {
  overflow: hidden;
}
.offers_wrapper .offer-img {
  float: left;
  margin-right: 12px;
  height: 126px;
  width: 231px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.offers_wrapper .offer_body h2 {
  font-size: 18px;
  margin: 8px 0;
}
.offers_wrapper .offer-btn {
  margin: 10px 0;
  display: inline-block;
  padding: 5px 12px;
  background-color: #78bd46;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  font-weight: bold;
}
.offers_wrapper .insert-offer-request {
  text-align: center;
}
.offers_wrapper .insert-offer-request a {
  margin: 10px 0 20px 0;
  display: inline-block;
  padding: 8px 20px;
  background-color: #003c78;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  font-weight: bold;
}
.offers_wrapper .columns {
  margin-bottom: 20px;
}
.offers_wrapper .columns:nth-child(odd) {
  margin-left: 0;
}
.section-offer .offer-cover-photo {
  margin-bottom: 10px;
  height: 434px;
  width: 993px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-offer .two-thirds {
  margin: 0;
  clear: both;
}
.section-offer .annotation {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  color: #444444;
  line-height: 26px;
  margin: 15px 0;
  white-space: pre-line;
}
.section-offer .get-offer-btn {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #78bd46;
  border-radius: 2px;
  padding: 11px 20px 11px 15px;
  float: left;
  margin-right: 20px;
}
.section-offer .valid-to {
  line-height: 38px;
}
.section-offer .valid-to p {
  font-size: 15px;
}
.section-offer .valid-to strong {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.section-offer .offer-list {
  margin-top: 30px;
  white-space: pre-line;
  /*li {
            position: relative;
            padding-left: 18px;
            font-family: Georgia, 'Times New Roman', Times, serif;
            color: #444444;
            margin-bottom: 13px;

            &:before {
                content: "•";
                font-size: 170%; /* or whatever */
  /*position: absolute;
                left: 0;
                top: 0;
            }
        }*/
}
#map .hud .layer-switch .window,
#szn-map .hud .layer-switch .window {
  top: -85px !important;
}
.content-text.description.sx-align-left li {
  list-style-type: disc;
}
