@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50e.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhs.ttf) format('truetype');
}

#segment .f_teaser--fullWidth {
    background-size: auto !important;
}

body.fshr-filterContentOverlay #segment:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
}

#segment {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  position: relative;
}

  #segment .fshr-title {
    font-size: 30px;
    font-weight: normal;
    color: #003473;
    margin-top: 22px;
    line-height: 1.3em;
    margin-bottom: 17px;
    text-align: center;
  }

  #segment .btn-box {
    text-align: center;
  }

  #segment .btn-segment-link {
    display: block;
    color: #333;
    text-decoration: underline;
    padding: 18px 5px;
    line-height: 24px;
  }

    #segment .btn-segment-link:hover,
    #segment .btn-segment-link:focus,
    #segment .btn-segment-link:active {
      color: #003473;
      text-decoration: underline;
    }

  #segment section:before,
  #segment section:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  #segment section.head {
    max-width: 1920px;
    min-height: 470px;
    margin: 0 auto;
    position: relative;
  }

@media (max-width: 800px) {
  #segment section.head {
    margin-bottom: 20px;
  }
}

@media (max-width: 478px) {
  #segment section.head {
    height: 370px;
  }
}

#segment section.head .head-title {
  /*background-image: url(/App_Themes/CKFischer/segmentace/shine.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;*/
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  #segment section.head .head-title {
    padding-top: 0;
  }
}

#segment section.head .head-title .head-title__text {
  max-width: 690px;
  margin: 50px auto 40px;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 478px) {
  #segment section.head .head-title .head-title__text {
    margin: 20px auto;
  }
}

#segment section.head .head-title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #003473;
  margin-top: 0;
}

@media (min-width: 768px) {
  #segment section.head .head-title h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}

#segment section.head .head-title p {
  display: inline;
  text-align: center;
  color: #151904;
  font-size: 16px;
}

@media (min-width: 768px) {
  #segment section.head .head-title p {
    margin-bottom: 55px;
    font-size: 18px;
  }
}

#segment section.head .head-title .chevron {
  display: none;
}

@media (min-width: 768px) {
  #segment section.head .head-title .chevron {
    display: block;
    margin: 10px auto 0;
  }
}

#segment section.head .head-title .chevron a {
  display: inline-block;
  padding: 20px;
  font-size: 2em;
}

  #segment section.head .head-title .chevron a i {
    color: #ffcc00;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }

#segment section.head .video-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#segment nav.page-nav {
  display: none;
  background: white;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #segment nav.page-nav {
    display: block;
  }
}

#segment nav.page-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
}

  #segment nav.page-nav ul li {
    display: inline-block;
    padding: 20px 0;
  }

    #segment nav.page-nav ul li a {
      display: block;
      padding: 10px 10px;
      font-size: 14px;
      line-height: 30px;
      color: #888888;
      text-decoration: none;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

@media (min-width: 992px) {
  #segment nav.page-nav ul li a {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
  }
}

#segment nav.page-nav ul li a:focus,
#segment nav.page-nav ul li a:active {
  color: #888888;
}

#segment nav.page-nav ul li a:hover {
  color: #003473;
  text-decoration: none;
}

#segment nav.page-nav ul li a.active {
  color: #003473;
  font-weight: bold;
}

#segment nav.page-nav.sticky {
  position: fixed;
  width: 100%;
  top: 29px;
  z-index: 95;
}

  #segment nav.page-nav.sticky ul li {
    padding: 0;
  }

#segment section.features,
#segment section.features__crossroads {
  padding-bottom: 60px;
}

  #segment section.features .fshr-contentItemWrapper,
  #segment section.features__crossroads .fshr-contentItemWrapper {
    position: relative;
    display: block;
    max-width: 100%;
    padding: 66px 0;
  }

@media (max-width: 800px) {
  #segment section.features .fshr-contentItemWrapper,
  #segment section.features__crossroads .fshr-contentItemWrapper {
    padding: 10px 0;
  }
}

#segment section.features .circle-top,
#segment section.features__crossroads .circle-top,
#segment section.features .circle-bottom,
#segment section.features__crossroads .circle-bottom {
  width: 44px;
  height: 44px;
  background-image: url(/App_Themes/CKFischer/segmentace/circle.png);
  background-position: center;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  float: none;
  display: block;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  #segment section.features .circle-top,
  #segment section.features__crossroads .circle-top,
  #segment section.features .circle-bottom,
  #segment section.features__crossroads .circle-bottom {
    display: none;
  }
}

#segment section.features .circle-top,
#segment section.features__crossroads .circle-top {
  top: 10px;
}

#segment section.features .circle-bottom,
#segment section.features__crossroads .circle-bottom {
  bottom: 40px;
}

#segment section.features .fshr-contentItem-image,
#segment section.features__crossroads .fshr-contentItem-image {
  max-width: 100%;
  height: auto;
}

#segment section.features p,
#segment section.features__crossroads p {
  font-size: 16px;
  color: #333333;
}

  #segment section.features p.features--subhead,
  #segment section.features__crossroads p.features--subhead {
    font-size: 18px;
    text-align: center;
  }

#segment section.features .text-content,
#segment section.features__crossroads .text-content {
  position: relative;
}

  #segment section.features .text-content:before,
  #segment section.features__crossroads .text-content:before {
    content: "";
    position: absolute;
    top: 33px;
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(/App_Themes/CKFischer/segmentace/active-point.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

@media (max-width: 800px) {
  #segment section.features .text-content:before,
  #segment section.features__crossroads .text-content:before {
    background-image: none;
  }
}

#segment section.features .grd-container,
#segment section.features__crossroads .grd-container {
  background-image: url(/App_Themes/CKFischer/segmentace/dots.png);
  background-repeat: repeat-y;
  background-position: center top;
  margin: 0 auto 40px;
  padding: 0 10px 0 10px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container,
  #segment section.features__crossroads .grd-container {
    background-image: none;
    margin: 0 auto;
  }
}

#segment section.features .grd-container .grd-row,
#segment section.features__crossroads .grd-container .grd-row {
  display: flex;
  flex-direction: row;
  margin: 20px 0 33px 0;
  width: auto;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row,
  #segment section.features__crossroads .grd-container .grd-row {
    flex-direction: column;
  }
}

#segment section.features .grd-container .grd-row:nth-child(odd) .fshr-contentItem-image,
#segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .fshr-contentItem-image {
  float: right;
  padding-right: 45px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(odd) .fshr-contentItem-image,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .fshr-contentItem-image {
    float: left;
    padding-right: 0;
  }
}

#segment section.features .grd-container .grd-row:nth-child(odd) .text-content,
#segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content {
  text-align: left;
  padding-left: 45px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(odd) .text-content,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content {
    text-align: center;
    padding-left: 0;
  }
}

#segment section.features .grd-container .grd-row:nth-child(odd) .text-content:before,
#segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content:before {
  left: -19px;
}

#segment section.features .grd-container .grd-row:nth-child(odd) .text-content p,
#segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content p {
  padding-right: 30px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(odd) .text-content p,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content p {
    padding-right: 0;
  }
}

#segment section.features .grd-container .grd-row:nth-child(even) .img-box,
#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .img-box {
  order: 2;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(even) .img-box,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(even) .img-box {
    order: 0;
  }
}

#segment section.features .grd-container .grd-row:nth-child(even) .fshr-contentItem-image,
#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .fshr-contentItem-image {
  float: left;
  padding-left: 45px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(even) .fshr-contentItem-image,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(even) .fshr-contentItem-image {
    padding-left: 0;
  }
}

#segment section.features .grd-container .grd-row:nth-child(even) .text-content,
#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content {
  text-align: right;
  padding-right: 45px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(even) .text-content,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content {
    text-align: center;
    padding-right: 0;
  }
}

#segment section.features .grd-container .grd-row:nth-child(even) .text-content:before,
#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content:before {
  right: -18px;
}

#segment section.features .grd-container .grd-row:nth-child(even) .text-content p,
#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content p {
  padding-left: 30px;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row:nth-child(even) .text-content p,
  #segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content p {
    padding-left: 0;
  }
}

#segment section.features .grd-container .grd-row:last-child,
#segment section.features__crossroads .grd-container .grd-row:last-child {
  margin-bottom: 0;
}

#segment section.features .grd-container .grd-row.slick-slide,
#segment section.features__crossroads .grd-container .grd-row.slick-slide {
  opacity: 0.5;
}

  #segment section.features .grd-container .grd-row.slick-slide.slick-active,
  #segment section.features__crossroads .grd-container .grd-row.slick-slide.slick-active {
    opacity: 1;
  }

#segment section.features .grd-container .grd-row h2,
#segment section.features__crossroads .grd-container .grd-row h2 {
  font-size: 30px;
  font-weight: normal;
  color: #003473;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row h2,
  #segment section.features__crossroads .grd-container .grd-row h2 {
    font-size: 25px;
  }
}

#segment section.features .grd-container .grd-row h2 strong,
#segment section.features__crossroads .grd-container .grd-row h2 strong {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 800px) {
  #segment section.features .grd-container .grd-row h2 strong,
  #segment section.features__crossroads .grd-container .grd-row h2 strong {
    font-size: 25px;
  }
}

#segment section.features__crossroads {
  padding-top: 40px;
}

  #segment section.features__crossroads .fshr-contentItemWrapper {
    padding: 10px 0;
  }

  #segment section.features__crossroads h2.fshr-title {
    font-size: 30px;
    font-weight: normal;
    color: #003473;
    text-align: center;
    margin-bottom: 0;
  }

@media (max-width: 800px) {
  #segment section.features__crossroads h2.fshr-title {
    font-size: 25px;
  }
}

#segment section.features__crossroads .text-content:before {
  background-image: none;
}

#segment section.features__crossroads .grd-container {
  background-image: none;
}

  #segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .fshr-contentItem-image {
    padding-right: 0;
  }

  #segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content {
    padding-left: 0;
  }

@media (min-width: 801px) {
  #segment section.features__crossroads .grd-container .grd-row:nth-child(odd) .text-content {
    padding-left: 20px;
  }
}

#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .fshr-contentItem-image {
  padding-left: 0;
}

#segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content {
  padding-right: 0;
}

@media (min-width: 801px) {
  #segment section.features__crossroads .grd-container .grd-row:nth-child(even) .text-content {
    padding-right: 20px;
  }
}

#segment section.hotels {
  background-color: #eeeeee;
  padding-top: 60px;
}

  #segment section.hotels .js-ajaxPlaceholder--widgetContent > div {
    display: flex;
    flex-wrap: wrap;
  }

  #segment section.hotels .hotely-sort {
    flex: none;
    max-width: 100%;
  }

    #segment section.hotels .hotely-sort .btn-group {
      float: right;
    }

    #segment section.hotels .hotely-sort .fshr-select-value {
      border: 0;
      background: transparent;
      padding: 0 30px 0 10px;
    }

@media (max-width: 900px) {
  #segment section.hotels .hotely-sort .fshr-select-value {
    padding: 0;
  }
}

@media (max-width: 900px) {
  #segment section.hotels .hotely-sort .fshr-select-value:after {
    position: relative;
    display: inline-block;
    margin-left: 20px;
  }
}

#segment section.hotels .hotely-sort .fshr-select-optionsWrapper {
  border: 0;
}

#segment section.hotels .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#segment section.hotels .hotely-btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

#segment section.hotels .btn-funtazie {
  padding: 18px 35px;
  line-height: 24px;
  display: inline-block;
  background: #003473;
  color: white;
  font-size: 18px;
  text-decoration: none;
}

  #segment section.hotels .btn-funtazie:hover,
  #segment section.hotels .btn-funtazie:focus,
  #segment section.hotels .btn-funtazie:active {
    color: #003473;
    background: white;
    text-decoration: none;
  }

  #segment section.hotels .btn-funtazie.btn-outline:hover,
  #segment section.hotels .btn-funtazie.btn-outline:focus,
  #segment section.hotels .btn-funtazie.btn-outline:active {
    padding: 17px 34px;
    border: 2px solid #003473;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #segment section.hotels .btn-funtazie.btn-long {
    padding-left: 50px;
    padding-right: 50px;
  }

    #segment section.hotels .btn-funtazie.btn-long:hover,
    #segment section.hotels .btn-funtazie.btn-long:focus,
    #segment section.hotels .btn-funtazie.btn-long:active {
      padding-left: 49px;
      padding-right: 49px;
    }

#segment section.hotels #hotely-list.loading {
  position: relative;
}

  #segment section.hotels #hotely-list.loading > div {
    opacity: 0.2;
  }

  #segment section.hotels #hotely-list.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    z-index: 7;
  }

  #segment section.hotels #hotely-list.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    bottom: 0;
    display: block;
    content: "";
    z-index: 8;
    height: 90px;
    width: 90px;
    animation: rotate 0.8s infinite linear;
    border: 20px solid #003473;
    border-right-color: transparent;
    border-radius: 50%;
  }

#segment section.hotels .ticks-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 830px;
  margin: 30px auto 20px;
}

@media (max-width: 800px) {
  #segment section.hotels .ticks-container {
    display: block;
    float: left;
  }
}

#segment section.hotels .ticks-container .tick {
  padding: 0 15px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  #segment section.hotels .ticks-container .tick {
    width: 50%;
    float: left;
    padding: 0;
  }
}

#segment section.hotels .ticks-container .tick .tick--img {
  display: block;
  margin: 0 auto 25px;
}

#segment section.hotels .ticks-container .tick .tick--text {
  display: block;
  font-size: 22px;
  color: #003473;
  text-align: center;
}

#segment section.hotels .hotels-container {
  border-top: 1px solid #adafb1;
  padding-top: 50px;
}

  #segment section.hotels .hotels-container *,
  #segment section.hotels .hotels-container ::after,
  #segment section.hotels .hotels-container ::before {
    box-sizing: border-box;
  }

  #segment section.hotels .hotels-container .filter {
    margin: 0 -8px 20px;
    position: relative;
    z-index: 10;
  }

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter {
    height: 80px;
  }
}

#segment section.hotels .hotels-container .filter > a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  text-align: left;
  border: 0;
  color: #003473;
  line-height: 25px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  font-size: 16px;
  padding: 15px 50px 15px 20px;
  background: #f6f6f6;
  width: calc(100% - (2 * 8px));
  margin: 10px 8px;
  text-decoration: none;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter > a {
    font-size: 12px;
    background: #ffffff;
    width: calc(25% - (2 * 8px));
    padding: 15px 30px 15px 10px;
    margin: 0 8px;
    float: left;
  }
}

@media (min-width: 992px) {
  #segment section.hotels .hotels-container .filter > a {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
}

#segment section.hotels .hotels-container .filter > a span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter > a span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #segment section.hotels .hotels-container .filter > a span {
    font-size: 18px;
  }
}

#segment section.hotels .hotels-container .filter > a:focus,
#segment section.hotels .hotels-container .filter > a:active {
  box-shadow: none;
  outline: none;
}

#segment section.hotels .hotels-container .filter > a:after {
  position: absolute;
  top: 30px;
  right: 20px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  content: "\f078";
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter > a:after {
    right: 10px;
  }
}

@media (min-width: 992px) {
  #segment section.hotels .hotels-container .filter > a:after {
    right: 20px;
  }
}

#segment section.hotels .hotels-container .filter > a[aria-expanded="true"] {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  #segment section.hotels .hotels-container .filter > a[aria-expanded="true"] {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 8;
  }
}

#segment section.hotels .hotels-container .filter .collapse {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  margin: 0 8px;
  border-radius: 5px;
  padding: 40px 20px 20px 20px;
  background: #f6f6f6;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  top: 90px;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter .collapse {
    background: #ffffff;
  }
}

#segment section.hotels .hotels-container .filter .collapse.show {
  display: block;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter .collapse:first-of-type {
    border-top-left-radius: unset;
  }

  #segment section.hotels .hotels-container .filter .collapse:last-of-type {
    border-top-right-radius: unset;
  }
}

#segment section.hotels .hotels-container .filter .collapse .info-light {
  text-align: center;
  color: #b0b0b0;
  font-size: 14px;
  margin: 20px 0;
}

#segment section.hotels .hotels-container .filter .collapse i.close {
  font-weight: normal;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  content: '×';
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #bbc3c6;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

  #segment section.hotels .hotels-container .filter .collapse i.close:hover {
    color: #000;
  }

#segment section.hotels .hotels-container .filter .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

#segment section.hotels .hotels-container .filter .filter-programy label {
  display: block;
}

  #segment section.hotels .hotels-container .filter .filter-programy label input {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
  }

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox {
    width: calc(100% - 40px);
    height: 80px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    padding: 5px 20px;
    border-width: 3px;
    border-style: solid;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }

@media (min-width: 768px) and (max-width: 991px) {
  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox {
    width: calc(20% - 27px);
    margin-left: 5px;
  }

    #segment section.hotels .hotels-container .filter .filter-programy label.checkbox:first-of-type {
      margin-left: 0;
    }
}

@media (min-width: 992px) {
  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox {
    width: calc(20% - 40px);
    margin-left: 20px;
  }
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox input {
  display: none;
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox > div {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox span {
  display: block;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox span:first-of-type {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
  }

@media (min-width: 768px) and (max-width: 991px) {
  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox span:first-of-type {
    font-size: 16px;
  }
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox span:last-of-type {
  font-size: 16px;
  margin-top: 3px;
  font-family: Helvetica;
}

@media (min-width: 768px) and (max-width: 991px) {
  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox span:last-of-type {
    font-size: 13px;
  }
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox:after {
  opacity: 0;
  background-position: right top;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  right: -23px;
  width: 45px;
  height: 45px;
  transition: opacity 500ms ease;
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.checked span {
  color: white;
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.checked:after {
  opacity: 1;
}

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.funtazie {
  border-color: #3caeda;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.funtazie.checked {
    background-color: #3caeda;
  }

    #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.funtazie.checked:after {
      background-image: url("../images/check-funtazie.png");
    }

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.baby {
  border-color: #ed5564;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.baby.checked {
    background-color: #ed5564;
  }

    #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.baby.checked:after {
      background-image: url("../images/check-baby.png");
    }

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.sport {
  border-color: #37bb9b;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.sport.checked {
    background-color: #37bb9b;
  }

    #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.sport.checked:after {
      background-image: url("../images/check-sport.png");
    }

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.teenz {
  border-color: #8cc051;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.teenz.checked {
    background-color: #8cc051;
  }

    #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.teenz.checked:after {
      background-image: url("../images/check-teenz.png");
    }

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.active {
  border-color: #03544e;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.active.checked {
    background-color: #03544e;
  }

    #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.active.checked:after {
      background-image: url("../images/check-active.png");
    }

#segment section.hotels .hotels-container .filter .filter-programy label.checkbox.disabled {
  background: white;
  border-width: 1px;
  border-color: #b0b0b0;
}

  #segment section.hotels .hotels-container .filter .filter-programy label.checkbox.disabled span {
    color: #b0b0b0;
  }

#segment section.hotels .hotels-container .filter .filter-cestujici .col1,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 {
  vertical-align: top;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .col1,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col2,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .col1,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col2,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 {
    float: left;
    width: 40%;
  }
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col1 > div,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2 > div,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 > div,
#segment section.hotels .hotels-container .filter .filter-cestujici .col1 button,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2 button,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 button,
#segment section.hotels .hotels-container .filter .filter-cestujici .col1 > span,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2 > span,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 > span {
  color: #333333;
  vertical-align: top;
  display: inline-block;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col1 .label,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2 .label,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

  #segment section.hotels .hotels-container .filter .filter-cestujici .col1 .label span,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col2 .label span,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .label span {
    font-weight: normal;
  }

#segment section.hotels .hotels-container .filter .filter-cestujici .col1 .value,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2 .value,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .value {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 75px;
  height: 50px;
  line-height: 50px;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col1 .desc,
#segment section.hotels .hotels-container .filter .filter-cestujici .col2 .desc,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .desc {
  font-size: 14px;
  margin-left: 20px;
  line-height: 50px;
}

@media (max-width: 767px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .col2 {
    padding-top: 15px;
  }
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 {
  width: 100%;
  float: none;
  clear: both;
  padding-top: 15px;
  display: none;
}

  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 > div {
    display: block;
  }

  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .child-count-select:before,
  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .child-count-select:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
  }

  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .child-count-select .select2-container {
    width: 100%;
    display: block;
  }

@media (max-width: 767px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .child-count-select .select2-container {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .child-count-select .select2-container {
    width: calc(20% - 8px);
    float: left;
    margin-right: 10px;
  }

    #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .child-count-select .select2-container:last-of-type {
      margin-right: 0;
    }
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .checkbox {
  margin-top: 10px;
  color: #333333;
}

  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .checkbox input {
    margin-right: 10px;
  }

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-selection--single {
  border-radius: unset;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-container--default,
#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-selection--single {
  height: 38px;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-selection__rendered {
  line-height: 38px;
  padding-left: 20px;
  padding-right: 35px;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-selection__arrow {
  height: 36px;
  width: 30px;
}

  #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-selection__arrow b {
    border: none;
    position: unset;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
  }

    #segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-selection__arrow b:after {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      left: 0;
      font-family: "Font Awesome\ 5 Free";
      color: #003473;
      font-weight: bold;
      content: "\f078";
      font-size: 1.1em;
      /* Safari */
      -webkit-transform: rotate(0deg);
      /* Firefox */
      -moz-transform: rotate(0deg);
      /* IE */
      -ms-transform: rotate(0deg);
      /* Opera */
      -o-transform: rotate(0deg);
      /* Internet Explorer */
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

#segment section.hotels .hotels-container .filter .filter-cestujici .col3 .select2-container--default.select2-container--open .select2-selection__arrow b:after {
  /* Safari */
  -webkit-transform: rotate(180deg);
  /* Firefox */
  -moz-transform: rotate(180deg);
  /* IE */
  -ms-transform: rotate(180deg);
  /* Opera */
  -o-transform: rotate(180deg);
  /* Internet Explorer */
}

#segment section.hotels .hotels-container .filter .filter-cestujici button {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

  #segment section.hotels .hotels-container .filter .filter-cestujici button:active,
  #segment section.hotels .hotels-container .filter .filter-cestujici button:focus {
    outline: none;
    border: 0;
  }

  #segment section.hotels .hotels-container .filter .filter-cestujici button.plus,
  #segment section.hotels .hotels-container .filter .filter-cestujici button.minus {
    position: relative;
  }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.plus:before,
    #segment section.hotels .hotels-container .filter .filter-cestujici button.minus:before {
      content: "";
      border: 2px solid #003473;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: block;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.plus:after,
    #segment section.hotels .hotels-container .filter .filter-cestujici button.minus:after {
      font-family: "Font Awesome\ 5 Free";
      color: #003473;
      font-weight: bold;
      font-size: 17px;
      line-height: 20px;
      height: 20px;
      width: 20px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -10px;
      margin-left: -10px;
      vertical-align: middle;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.plus:hover:not(.disabled):before,
    #segment section.hotels .hotels-container .filter .filter-cestujici button.minus:hover:not(.disabled):before {
      background-color: #003473;
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.plus:hover:not(.disabled):after,
    #segment section.hotels .hotels-container .filter .filter-cestujici button.minus:hover:not(.disabled):after {
      color: #ffffff;
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.plus:after {
      content: "\f067";
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.minus:after {
      content: "\f068";
    }

  #segment section.hotels .hotels-container .filter .filter-cestujici button.disabled {
    cursor: not-allowed;
  }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.disabled:before {
      background-color: transparent;
      border-color: #b0b0b0;
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici button.disabled:after {
      color: #b0b0b0;
    }

#segment section.hotels .hotels-container .filter .filter-cestujici .filter-room {
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

  #segment section.hotels .hotels-container .filter .filter-cestujici .filter-room[aria-expanded="true"] {
    display: block;
  }

  #segment section.hotels .hotels-container .filter .filter-cestujici .filter-room[aria-expanded="false"] {
    display: none;
  }

  #segment section.hotels .hotels-container .filter .filter-cestujici .filter-room .remove-room {
    padding: 20px;
    position: absolute;
    top: -20px;
    right: -10px;
  }

    #segment section.hotels .hotels-container .filter .filter-cestujici .filter-room .remove-room i {
      font-size: 1.4em;
      color: #ccc;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

    #segment section.hotels .hotels-container .filter .filter-cestujici .filter-room .remove-room:hover i {
      color: #333;
    }

#segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn {
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn a.add-room {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn a.add-room {
    position: absolute;
    top: -20px;
    left: -5px;
    z-index: 5;
  }
}

#segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn a.add-room:active,
#segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn a.add-room:focus {
  outline: none;
  box-shadow: none;
  color: #333333;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn a.add-room:hover {
  color: #003473;
}

#segment section.hotels .hotels-container .filter .filter-cestujici .filter-bottom-btn a.add-room.disabled {
  cursor: not-allowed;
  color: #aaa;
}

#segment section.hotels .hotels-container .filter .filter-destinace label {
  margin-left: 5px;
  color: #333333;
}

#segment section.hotels .hotels-container .filter .filter-destinace .check-all label {
  font-weight: bold;
}

#segment section.hotels .hotels-container .filter .filter-destinace .form-check {
  margin: 2px 0;
}

#segment section.hotels .hotels-container .filter .filter-destinace a[data-clear-destinace]:focus,
#segment section.hotels .hotels-container .filter .filter-destinace a[data-clear-destinace]:active {
  box-shadow: none;
}

#segment section.hotels .hotels-container .filter .filter-terminy .grd-col--left p {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin: 20px 0 5px 0;
  font-size: 16px;
}

  #segment section.hotels .hotels-container .filter .filter-terminy .grd-col--left p.fshr-title {
    margin-top: 0;
  }

  #segment section.hotels .hotels-container .filter .filter-terminy .grd-col--left p span {
    font-weight: normal;
  }

#segment section.hotels .hotels-container .filter .filter-terminy .fshr-select--styled {
  width: 100%;
}

  #segment section.hotels .hotels-container .filter .filter-terminy .fshr-select--styled input[type="checkbox"] {
    margin-right: 10px;
  }

#segment section.hotels .hotels-container .filter .filter-terminy .js-calendarDatesList-placeholder ul {
  margin: 0;
  padding: 0;
}

  #segment section.hotels .hotels-container .filter .filter-terminy .js-calendarDatesList-placeholder ul li {
    list-style: none;
  }

    #segment section.hotels .hotels-container .filter .filter-terminy .js-calendarDatesList-placeholder ul li a {
      color: #003473;
      font-size: 16px;
      text-decoration: underline;
    }

      #segment section.hotels .hotels-container .filter .filter-terminy .js-calendarDatesList-placeholder ul li a:hover {
        color: #003473;
        text-decoration: none;
      }

#segment section.hotels .hotels-container .filter .filter-terminy .fshr-calendars-title a {
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  line-height: 30px;
  vertical-align: middle;
}

  #segment section.hotels .hotels-container .filter .filter-terminy .fshr-calendars-title a.fshr-calendars-controls {
    width: 30px;
    height: 30px;
    line-height: normal;
    margin-top: -15px;
  }

  #segment section.hotels .hotels-container .filter .filter-terminy .fshr-calendars-title a.fshr-calendars-controls--disabled {
    color: #a7a7a7;
  }

#segment section.hotels .hotels-container .filter .filter-terminy .calendar-item--disabled .fshr-calendar-item-text {
  color: #ababab;
}

@media (min-width: 801px) and (max-width: 991px) {
  #segment section.hotels .hotels-container .filter .filter-terminy .calendar-item--handler .fshr-calendar-item-box {
    font-size: 10px;
  }
}

#segment section.hotels .hotels-container .hotels-grid {
  margin-bottom: 20px;
}

  #segment section.hotels .hotels-container .hotels-grid .fshr-widget-table {
    display: flex;
    flex-wrap: wrap;
  }

#segment section.hotels .hotels-container h3 {
  font-size: 20px;
  font-weight: bold;
  color: #003473;
  text-align: center;
}

#segment section.hotels .hotels-container a.hotely-item {
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  margin: 20px 0;
}

  #segment section.hotels .hotels-container a.hotely-item:hover {
    text-decoration: none;
  }

  #segment section.hotels .hotels-container a.hotely-item.grd-col--4:nth-child(2n+3),
  #segment section.hotels .hotels-container a.hotely-item.grd-col--4:nth-child(3n+1) {
    clear: none;
  }

@media (max-width: 767px) {
  #segment section.hotels .hotels-container a.hotely-item {
    margin: 10px 0;
  }
}

@media (min-width: 576px) {
  #segment section.hotels .hotels-container a.hotely-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
}

#segment section.hotels .hotels-container a.hotely-item .bg {
  background: white;
  padding-bottom: 20px;
  height: 100%;
}

@media (max-width: 767px) {
  #segment section.hotels .hotels-container a.hotely-item .bg {
    border-bottom: 2px solid #eeeeee;
  }
}

#segment section.hotels .hotels-container a.hotely-item .img {
  position: relative;
}

  #segment section.hotels .hotels-container a.hotely-item .img > div {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 4;
  }

@media (max-width: 767px) {
  #segment section.hotels .hotels-container a.hotely-item .img > div {
    height: auto;
  }

    #segment section.hotels .hotels-container a.hotely-item .img > div:before {
      display: block;
      content: "";
      padding-top: 56.25%;
    }
}

#segment section.hotels .hotels-container a.hotely-item .img > div img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#segment section.hotels .hotels-container a.hotely-item:hover .img img {
  width: 105%;
}

#segment section.hotels .hotels-container a.hotely-item h3 {
  margin: 20px 10px 5px 30px;
  color: #003473;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container a.hotely-item h3 {
    margin-left: 20px;
  }
}

#segment section.hotels .hotels-container a.hotely-item .star {
  margin-left: 30px;
  background: url("/App_Themes/CKFischer/segmentace/star.png") top left repeat-x;
  width: 0;
  height: 16px;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container a.hotely-item .star {
    margin-left: 20px;
  }
}

#segment section.hotels .hotels-container a.hotely-item .star[data-star-count="1"] {
  width: 15px;
}

#segment section.hotels .hotels-container a.hotely-item .star[data-star-count="2"] {
  width: 30px;
}

#segment section.hotels .hotels-container a.hotely-item .star[data-star-count="3"] {
  width: 45px;
}

#segment section.hotels .hotels-container a.hotely-item .star[data-star-count="4"] {
  width: 60px;
}

#segment section.hotels .hotels-container a.hotely-item .star[data-star-count="5"] {
  width: 75px;
}

#segment section.hotels .hotels-container a.hotely-item ul.destinace {
  margin: 5px 10px 10px 30px;
  padding: 0;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container a.hotely-item ul.destinace {
    margin-left: 20px;
  }
}

#segment section.hotels .hotels-container a.hotely-item ul.destinace li {
  list-style: none;
  display: inline-block;
  padding: 0;
  color: #333333;
  font-size: 12px;
}

  #segment section.hotels .hotels-container a.hotely-item ul.destinace li:before {
    display: inline;
    content: ">";
    font-size: 10px;
    padding-left: 2px;
    padding-right: 4px;
  }

  #segment section.hotels .hotels-container a.hotely-item ul.destinace li:first-child:before {
    display: none;
  }

#segment section.hotels .hotels-container a.hotely-item .cena {
  margin-right: 15px;
  text-align: right;
  font-size: 16px;
  color: #333333;
}

@media (min-width: 768px) {
  #segment section.hotels .hotels-container a.hotely-item .cena {
    margin-right: 20px;
  }
}

#segment section.hotels .hotels-container a.hotely-item .cena strong {
  font-size: 18px;
  color: #003473;
}

#segment section.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

  #segment section.banner .banner--text-box {
    background-image: url(/App_Themes/CKFischer/segmentace/shine.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 0 auto;
    padding: 80px 0;
  }

    #segment section.banner .banner--text-box > span {
      display: block;
      font-size: 40px;
      font-weight: normal;
      color: #003473;
      text-align: center;
      text-shadow: 0px 0px 10px #ffffff;
      margin-bottom: 50px;
    }

#segment section.testimonial {
  background: #ffcc00;
  text-align: center;
}

  #segment section.testimonial .title {
    position: relative;
    z-index: 2;
  }

    #segment section.testimonial .title h2 {
      font-size: 30px;
      font-weight: normal;
      color: #003473;
      margin-top: 30px;
    }

@media (min-width: 768px) {
  #segment section.testimonial .title h2 {
    font-size: 30px;
    margin: 0 auto;
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  #segment section.testimonial .title h2 {
    font-size: 30px;
  }
}

#segment section.testimonial .inner {
  display: none;
}

  #segment section.testimonial .inner:first-child {
    display: block;
  }

#segment section.testimonial .slick-slide {
  display: block;
}

#segment section.testimonial .content .slick-arrow {
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  color: #003473;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  top: 20px;
  padding: 10px;
  z-index: 10;
  margin-top: 0;
  opacity: 1;
  width: auto;
  height: auto;
}

  #segment section.testimonial .content .slick-arrow i {
    text-shadow: none;
  }

  #segment section.testimonial .content .slick-arrow:focus,
  #segment section.testimonial .content .slick-arrow:active {
    color: #003473;
  }

  #segment section.testimonial .content .slick-arrow:hover {
    color: #ffffff !important;
  }

@media (max-width: 800px) {
  #segment section.testimonial .content .slick-arrow:hover {
    color: #003473 !important;
  }
}

#segment section.testimonial .content .slick-arrow.slick-prev {
  left: 0;
}

#segment section.testimonial .content .slick-arrow.slick-next {
  right: 0;
}

#segment section.testimonial .content div.inner {
  position: relative;
  overflow: hidden;
}

  #segment section.testimonial .content div.inner:focus {
    outline: none !important;
  }

  #segment section.testimonial .content div.inner .desc,
  #segment section.testimonial .content div.inner .autor {
    position: relative;
    z-index: 2;
    font-size: 16px;
  }

@media (max-width: 767px) {
  #segment section.testimonial .content div.inner .desc,
  #segment section.testimonial .content div.inner .autor {
    width: calc(100% - (2 * 40px));
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #segment section.testimonial .content div.inner .desc,
  #segment section.testimonial .content div.inner .autor {
    margin-left: auto;
    margin-right: auto;
    width: 590px;
    padding-left: 50px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #segment section.testimonial .content div.inner .desc,
  #segment section.testimonial .content div.inner .autor {
    font-size: 18px;
  }
}

#segment section.testimonial .content div.inner .desc {
  color: #333333;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #segment section.testimonial .content div.inner .desc {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  #segment section.testimonial .content div.inner .desc:before {
    background: url("/App_Themes/CKFischer/segmentace/uvozovky-blue.png") center center no-repeat;
    background-size: contain;
    width: 47px;
    height: 47px;
    content: "";
    display: block;
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
  }
}

@media (min-width: 992px) {
  #segment section.testimonial .content div.inner .desc:before {
    width: 67px;
    height: 47px;
    margin-left: -90px;
    margin-top: -10px;
  }
}

#segment section.testimonial .content div.inner .autor {
  margin-top: 10px;
  margin-bottom: 50px;
}

#segment section.faq {
  background: #eeeeee;
}

  #segment section.faq .fade {
    transition: all 300ms ease-in-out;
  }

    #segment section.faq .fade:not(.show) {
      opacity: 0;
    }

  #segment section.faq .collapse:not(.show) {
    display: none;
  }

  #segment section.faq .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
  }

  #segment section.faq .title {
    text-align: center;
  }

    #segment section.faq .title h2 {
      font-weight: normal;
      color: #003473;
      font-size: 30px;
      margin: 40px 0 20px;
    }

@media (min-width: 768px) {
  #segment section.faq .title h2 {
    font-size: 25px;
    margin: 60px 0 50px;
  }
}

#segment section.faq .content {
  margin-bottom: 80px;
}

  #segment section.faq .content .card {
    background: transparent;
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #b0b0b0;
  }

  #segment section.faq .content .card-header a,
  #segment section.faq .content .card-body {
    padding: 15px 10px;
  }

@media (min-width: 768px) {
  #segment section.faq .content .card-header a,
  #segment section.faq .content .card-body {
    padding: 20px 30px;
  }
}

#segment section.faq .content .card-header {
  padding: 0;
  border-radius: unset;
  background: transparent;
  border: 0;
}

  #segment section.faq .content .card-header a {
    position: relative;
    border: 0;
    color: #003473;
    display: block;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    background: #ffffff;
  }

@media (min-width: 768px) {
  #segment section.faq .content .card-header a {
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
  }
}

#segment section.faq .content .card-header a:hover,
#segment section.faq .content .card-header a:focus,
#segment section.faq .content .card-header a:active {
  text-decoration: none;
}

#segment section.faq .content .card-header a:after {
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  font-family: "Font Awesome\ 5 Free";
  content: "\f077";
  font-size: 1.3em;
  color: #a7a7a7;
  /* Safari */
  -webkit-transform: rotate(0deg);
  /* Firefox */
  -moz-transform: rotate(0deg);
  /* IE */
  -ms-transform: rotate(0deg);
  /* Opera */
  -o-transform: rotate(0deg);
  /* Internet Explorer */
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

@media (min-width: 768px) {
  #segment section.faq .content .card-header a:after {
    font-size: 1.5em;
    margin-top: -17px;
  }
}

#segment section.faq .content .card-header a.collapsed {
  background: transparent;
}

  #segment section.faq .content .card-header a.collapsed:after {
    color: #003473;
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
  }

#segment section.faq .content .card:last-child {
  border-bottom: 0;
}

#segment section.faq .content .collapse {
  background: transparent;
  transition-property: background-color;
}

  #segment section.faq .content .collapse.show,
  #segment section.faq .content .collapsing {
    background: white;
  }

#segment section.faq .content .card-body .embed-responsive {
  max-width: 560px;
  margin: 20px auto;
}

#segment section.faq .content .card-body p {
  color: #333333;
  font-size: 16px;
}

#segment section.interested.p-t-0,
#segment section.for-everyone.p-t-0,
#segment section.special.p-t-0 {
  padding-top: 0;
}

#segment section.interested.p-t-20,
#segment section.for-everyone.p-t-20,
#segment section.special.p-t-20 {
  padding-top: 20px;
}

#segment section.interested .segment-container,
#segment section.for-everyone .segment-container,
#segment section.special .segment-container {
  margin: 20px 0;
}

#segment section.interested .segment-item,
#segment section.for-everyone .segment-item,
#segment section.special .segment-item {
  position: relative;
}

  #segment section.interested .segment-item img,
  #segment section.for-everyone .segment-item img,
  #segment section.special .segment-item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #segment section.interested .segment-item .fshr-button,
  #segment section.for-everyone .segment-item .fshr-button,
  #segment section.special .segment-item .fshr-button {
    position: absolute;
    min-width: 70%;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

#segment section.interested,
#segment section.special {
  background-color: #eeeeee;
}

#segment section.for-everyone,
#segment section.special {
  padding-top: 40px;
}

  #segment section.for-everyone h2,
  #segment section.special h2 {
    font-size: 30px;
    font-weight: normal;
    color: #003473;
    text-align: center;
    margin-bottom: 0;
  }

@media (max-width: 800px) {
  #segment section.for-everyone h2,
  #segment section.special h2 {
    font-size: 25px;
  }
}

#segment section.for-everyone p,
#segment section.special p {
  font-size: 18px;
  text-align: center;
}

#segment section.for-everyone .segment-item,
#segment section.special .segment-item {
  padding: 20px;
}

@media (max-width: 800px) {
  #segment section.for-everyone .segment-item,
  #segment section.special .segment-item {
    padding: 0 15px;
  }
}

#segment section.for-everyone .segment-item .fshr-button,
#segment section.special .segment-item .fshr-button {
  bottom: 15%;
}

#segment section.special .segment-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#segment section.special .segment-item {
  padding: 10px;
}

@media (max-width: 480px) {
  #segment section.special .segment-item {
    padding: 0;
    margin-top: 0;
  }
}

#segment section.special .segment-item.grd-col--4 + .grd-col--4:nth-child(n+4) {
  margin-top: 0;
}

@media (max-width: 800px) {
  #segment section.special .segment-item.grd-col--md-6:nth-child(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  #segment section.special .segment-item img {
    display: none;
  }
}

#segment section.special .segment-item .fshr-button {
  bottom: 30px;
}

@media (max-width: 480px) {
  #segment section.special .segment-item .fshr-button {
    position: relative;
    min-width: 90%;
    margin-bottom: 5px;
    bottom: 0;
  }
}

#segment section.share {
  padding-bottom: 35px;
  background-color: #eeeeee;
}

  #segment section.share .grd-container {
    padding-bottom: 40px;
  }

  #segment section.share h3 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #003473;
    margin: 60px 0 20px;
  }

  #segment section.share ul {
    padding: 0;
    margin: 0;
    text-align: center;
  }

    #segment section.share ul li {
      display: inline-block;
      list-style: none;
      padding: 0 12px;
    }

      #segment section.share ul li img {
        display: inline-block;
        width: 50px;
        height: 50px;
        color: #003473;
      }

        #segment section.share ul li img:hover {
          opacity: 0.5;
        }

#segment section.feedback {
  background-color: #eeeeee;
  padding-bottom: 40px;
}

  #segment section.feedback .feedback-container {
    max-width: 470px;
    margin: 0 auto;
  }

    #segment section.feedback .feedback-container p {
      display: inline;
      font-size: 16px;
      text-align: center;
      margin-right: 35px;
    }

@media (max-width: 500px) {
  #segment section.feedback .feedback-container p {
    display: block;
    margin-right: 0;
  }
}

#segment section.feedback .feedback-container .feedback-btns {
  display: inline;
}

  #segment section.feedback .feedback-container .feedback-btns a {
    margin-right: 10px;
    vertical-align: bottom;
  }

@media (max-width: 500px) {
  #segment section.feedback .feedback-container .feedback-btns {
    display: block;
    text-align: center;
  }
}

#segment section.feedback .feedback-container .input-container {
  display: none;
  margin-top: 40px;
}

  #segment section.feedback .feedback-container .input-container textarea {
    width: 90%;
    min-height: 50px;
    padding: 10px;
    margin: 20px 0;
  }