@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
/*
$font-family: acumin-pro, sans-serif;
$font-family2: acumin-pro-condensed, sans-serif;
*/
html {
  position: relative;
  min-height: 100%;
}

@media (min-width: 993px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 240px;
  }
}

/* preloader */
#preloader {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 9999;
}

#icon {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  background-image: url(/images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}

.tooltip {
  position: fixed;
}

.container {
  max-width: 1000px;
}

.responsive-item::after {
  display: block;
  content: "";
  clear: both;
}

.small {
  font-size: small;
}

.content {
  padding-bottom: 30px;
}
.content > div > div > .row {
  padding-top: 0px;
  padding-bottom: 30px;
}
.content .nopadding .row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* sections wrappers */
.lightbluetemplate {
  padding-bottom: 0px;
}
.lightbluetemplate .responsive-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.lightbluetemplate .responsive-item.lightblue {
  background-color: #edf1fa !important;
  padding: 0px;
  margin-bottom: 0px;
}
.lightbluetemplate .responsive-item:last-of-type {
  margin-bottom: 0px;
}
.lightbluetemplate .nopadding {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.transparent {
  padding: 0 !important;
  background-color: transparent !important;
  color: #000;
}

.photopadding {
  padding-bottom: 30px;
}
.photopadding .row {
  background-color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.photopadding .row > div {
  padding: 0;
}
.photopadding .row h2 {
  margin-top: 0;
}
.photopadding .row .school {
  padding-bottom: 0;
}
.photopadding .row .school h2 {
  margin-top: 0;
}
.photopadding .row .photo {
  padding: 0 !important;
  margin: 0 !important;
}
.photopadding .row .photo p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.blue .responsive-item.blue {
  background-color: transparent;
}

/* pure css */
.top-strip {
  position: relative;
  background-color: #595958;
  color: #fff;
  padding: 0 0 0 0;
}
.top-strip p {
  padding-top: 10px;
  padding-bottom: 0em;
}
.top-strip a {
  color: white;
}
@media (max-width: 768px) {
  .top-strip a.alright {
    display: block;
  }
}
.top-strip > div > div > div {
  min-height: 28px;
}
.top-strip .flags img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .top-strip .flags img {
    margin-top: 5px;
  }
}
.top-strip a#search {
  display: inline-block;
  background-color: #f09;
  padding: 10px;
  height: 100%;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .top-strip a#search {
    float: right;
  }
}
.top-strip #searchstrip {
  display: none;
  height: 50px;
}
.top-strip #searchstrip .topsearch {
  display: block;
  margin: 10px auto;
}
.top-strip #searchstrip .topsearch input.form-control {
  border-radius: 0;
}

/* MENU - MAIN */
.navbar-default {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin: 15px 0;
  border-bottom: none;
}
.navbar-default .navbar-brand {
  padding-top: 10px;
}
.navbar-default .nav > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .nav > li a {
  padding: 5px 10px;
}
.navbar-default .nav > li.menuon > a {
  background-color: #f09;
  border-radius: 10px;
  color: #fff;
}

/* submenu */
.submenu {
  text-align: center;
  padding: 30px 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
.submenu a {
  width: 100%;
  margin: 0 15px 1.5rem 15px;
  min-width: auto;
}
@media (min-width: 992px) {
  .submenu a {
    -webkit-width: calc(33.3% - 30px);
    -moz-width: calc(33.3% - 30px);
    -ms-width: calc(33.3% - 30px);
    -o-width: calc(33.3% - 30px);
    width: calc(33.3% - 30px);
  }
}
@media (max-width: 992px) {
  .submenu a {
    margin-bottom: 15px;
  }
}

/*.navbar-default.navbar {padding-bottom:10px;min-height: 40px;}
@media (min-width: 992px) {
.navbar-collapse  {padding-right:0}
}
#menu {float:right;}
@media (min-width: 992px) {
.alright  {text-align:right}
.dropdown:hover .dropdown-menu {    display: block; }

}

.navbar {padding:20px 0}
.nav > li:last-child > a {    padding: 10px 0 10px 10px;}
.nav > li > a {padding:10px;}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus  {background-color:transparent;}

.nav > li > .dropdown-menu {border-radius:0;border:0;background-color:white;margin:0;padding:0;z-index:999}
@media (max-width: 992px) and (min-width: 768px)  {
.container > .navbar-header {width:18%}
}


@media (min-width: 768px) {
  ul.navbar-nav > li.menuon  span {padding-bottom:20px;border-bottom:3px solid #e00613;}
  ul.navbar-nav > li:last-child > a:after  {content:"";padding-left:0px }
  .navbar-inverse ul.navbar-nav > li > a {color:white;padding-left:0px }
  ul.navbar-nav > li:first-child > a {padding-left:20px}

}
*/
#carousel.carousel {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
#carousel.carousel .item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  postition: relative;
  width: 100%;
}
#carousel.carousel .item > img {
  width: 100%;
  height: 759px;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 992px) {
  #carousel.carousel .item > img {
    width: 200%;
    max-width: 200%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  #carousel.carousel .item > img {
    margin-left: -90%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #carousel.carousel .item > img {
    margin-left: -60%;
  }
}
@media (max-width: 992px) {
  #carousel.carousel .item strong img {
    max-width: 50%;
  }
}
#carousel.carousel .item.active img {
  transition: transform 5000ms linear 0s;
  /* This should be based on your carousel setting. For bs, it should be 5second*/
  transform: scale(1.1, 1.1);
}
#carousel.carousel .carousel-control img {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  margin-left: -14px;
}
@media (max-width: 767px) {
  #carousel.carousel .carousel-control {
    display: none;
  }
}
#carousel.carousel .carousel-caption {
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  #carousel.carousel .carousel-caption {
    /*top: auto;*/
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }
}
#carousel.carousel .carousel-caption a {
  color: #fff;
  text-decoration: none;
}
#carousel.carousel .carousel-caption h1 {
  display: block;
  color: #fff;
  font-size: 7em;
  margin-bottom: 0.5em;
}
@media (max-width: 1200px) {
  #carousel.carousel .carousel-caption h1 {
    font-size: 5em;
  }
}
@media (max-width: 992px) {
  #carousel.carousel .carousel-caption h1 {
    font-size: 4em;
  }
}
@media (max-width: 767px) {
  #carousel.carousel .carousel-caption h1 {
    font-size: 2em;
  }
}
#carousel.carousel .carousel-caption p {
  margin-top: 0;
  podding-top: 0;
  font-size: 2em;
}
@media (max-width: 767px) {
  #carousel.carousel .carousel-caption p {
    font-size: 1em;
  }
}
#carousel.carousel .carousel-caption img {
  width: auto;
  height: auto;
}
@media (max-width: 992px) {
  #carousel.carousel .carousel-caption img {
    max-width: 60%;
  }
}

.weather {
  margin: 0 auto;
  padding: 30px 0;
  list-style: none;
  width: 100%;
  display: block;
  font-weight: 100;
}
@media (min-width: 768px) {
  .weather {
    white-space: nowrap;
  }
}
.weather li {
  padding: 0 0 30px 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 18px;
}
@media (min-width: 768px) {
  .weather li {
    width: 20%;
    padding: 0;
  }
}
.weather li span {
  font-size: 36px;
}
@media (max-width: 768px) {
  .weather li span {
    font-size: 52px;
  }
}
.weather li.purple {
  color: #f09;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jcarousel ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 20000em;
}
.jcarousel ul li {
  padding: 0 1em;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jcarousel ul li img {
  display: block;
  max-width: 100%;
  height: auto !important;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .jcarousel ul li img {
    width: 100%;
  }
}
.jcarousel ul li > a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .jcarousel ul li h3 {
    display: block;
    min-height: 2em;
    font-size: 1.5em;
  }
  .jcarousel ul li div.annotation {
    display: block;
    min-height: 6em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .jcarousel ul li {
    /*    padding-bottom:2em;*/
  }
}

.jcarouseldestroy img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .jcarouseldestroy {
    padding-top: 1em;
  }
  .jcarouseldestroy ul {
    width: auto;
  }
}
.jcarousel-wrapper {
  margin: 20px 30px;
  position: relative;
  /** Carousel Controls **/
}
.jcarousel-wrapper .jcarousel-control-prev,
.jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 2.5em;
  font-weight: bold;
}
.jcarousel-wrapper .jcarousel-control-prev {
  left: -30px;
}
.jcarousel-wrapper .jcarousel-control-next {
  right: -30px;
}
.jcarousel-wrapper ul li img:hover {
  transform: scale(1.1);
}
.jcarousel-wrapper ul li > a:after {
  display: none;
}

/* HP TOP SELLER*/
.hotel3_hp {
  color: #000;
}
.hotel3_hp .frame_hp {
  margin-top: 10px;
}
.hotel3_hp .frame_hp img {
  margin: 0 auto;
  height: auto;
}
@media (min-width: 992px) {
  .hotel3_hp .frame_hp {
    height: 184px;
    overflow: hidden;
  }
}
.hotel3_hp .ribbon:before {
  content: url("/images/childfree.png");
  position: absolute;
  right: 15px;
}
.hotel3_hp .ribbonen:before {
  content: url("/images/childfree-en.png");
}
.hotel3_hp .ribbon2:before {
  content: url("/images/news.png?2");
  position: absolute;
  right: 15px;
}
@media (max-width: 992px) {
  .hotel3_hp {
    padding-bottom: 5em;
  }
}
.hotel3_hp .headline_hp {
  min-height: 3.3em;
  position: relative;
  font-size: 18px;
}
.hotel3_hp .headline_hp > div:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.hotel3_hp .headline_hp h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.hotel3_hp .headline_hp h3 a {
  color: #000;
  font-weight: bold;
}
.hotel3_hp .hp_annotation {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #232322;
}
.hotel3_hp .hp_annotation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hotel3_hp .hp_annotation ul li {
  padding-left: 1em;
  background: url(/images/dot.png) no-repeat left 5px;
}
.hotel3_hp .hp_annotation ul li p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .hotel3_hp .hp_annotation {
    min-height: 220px;
  }
}
.hotel3_hp .hp_button {
  padding-top: 15px;
}

/* serach catlaog */
.search-catalog {
  padding-bottom: 30px;
}
.search-catalog select {
  margin-bottom: 15px;
  border-radius: 0;
}

/* counter */
.knob-in > div {
  width: 100% !important;
}

input.knob {
  width: 100% !important;
  font-weight: normal !important;
  font-size: 48px !important;
  margin: 0 auto !important;
  left: 0px !important;
  top: 50px !important;
}

.undercounter {
  width: 100% !important;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #5f85bd;
  top: -48px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.ccounter {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}

.ccounter > div > div {
  margin-right: 0 !important;
}

/* news-strip */
.news-strip {
  padding-top: 30px;
}
.news-strip .responsive-item > h2 {
  display: block;
  background-color: #f09;
  background-image: url(/images/right.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 31px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  margin-top: 0;
}
.news-strip .responsive-item a.news-hp {
  color: #000;
}
.news-strip .responsive-item h3 {
  color: #000;
  font-weight: bold;
}
.news-strip .responsive-item .annotation {
  display: block;
  color: #000;
  min-height: 4em;
}
.news-strip .responsive-item .date {
  font-size: small;
  color: #595958;
  border-top: 1px solid #595958;
}
.news-strip .responsive-item img.img-responsive {
  width: 100%;
  height: auto;
}
.news-strip #newscarousel, .news-strip #newscarousel2 {
  margin-bottom: 30px;
}
.news-strip #newscarousel .carousel-indicators, .news-strip #newscarousel2 .carousel-indicators {
  bottom: -20px;
}
.news-strip #newscarousel .carousel-indicators li.active, .news-strip #newscarousel2 .carousel-indicators li.active {
  background-color: #f09;
}
.news-strip #newscarousel .carousel-indicators li, .news-strip #newscarousel2 .carousel-indicators li {
  border-color: #f09;
  margin: 0 5px;
}
.news-strip #newscarousel h3, .news-strip #newscarousel2 h3 {
  margin-top: 10px;
}
.news-strip .newsblock {
  display: block;
  min-height: 205px;
}

.bottom {
  margin-top: 0px;
  background-color: #e8e8e7;
  width: 100%;
}
@media (min-width: 993px) {
  .bottom {
    position: absolute;
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 280px;
  }
}
.bottom .bottom1, .bottom .bottom2, .bottom .bottom3 {
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .bottom .bottom1, .bottom .bottom2, .bottom .bottom3 {
    border-bottom: 1px solid #034678;
    margin-bottom: 1.2em;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .bottom .bottom1 p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bottom .bottom2 img {
    height: 22px;
    width: auto;
    margin: 0 10px;
  }
}

/* Compare */
#container {
  background-color: #9D9B9C;
  color: white;
  padding: 15px 0 5px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  padding-bottom: 0;
}

#container a {
  color: white;
}

#container a.submitcompare {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: white;
  color: #9D9B9C;
}

#container img {
  max-width: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #container img {
    display: none;
  }
}

#container img.arrow2 {
  max-width: 16px;
}

#container li {
  vertical-align: top;
  max-width: 120px;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 0 10px 0 0;
}

#comparelist li h4 {
  color: white;
  text-align: center;
}
.compareheadline {
  font-size: 1.5em;
}

#comparelist {
  margin: 0;
  padding: 0;
}

#catalogcompare {
  overflow-y: hidden;
  overflow-x: scroll;
}
#catalogcompare h2.comparename {
  font-size: 16px;
  height: 30px;
}
#catalogcompare .paging {
  list-style: none;
  margin: 0;
}
#catalogcompare table.responsive2 td {
  vertical-align: top;
}
#catalogcompare .compareimg > img {
  height: 400px;
}
#catalogcompare img.compare-img {
  width: auto !important;
  height: 250px;
}

table.icons {
  width: 100%;
}

table.icons td {
  height: 45px;
  vertical-align: middle;
}

table.icons a {
  outline: none;
  color: #01568e;
  margin-right: 5px;
  display: inline-block;
}

table.icons a img {
  border: 1px solid #01568e;
  border-radius: 4px;
  padding: 2px;
}

table.icons a img.velvet {
  border: 1px solid #e6007e;
  background-color: #e6007e;
  margin-right: 5px;
}

table.icons a.action {
  color: #e6007e;
  display: inline-block;
}

table.icons a.action img {
  margin: 0;
}

table.icons a.action span {
  float: right;
  margin: 0 0 0 5px;
}

/* maps */
#map {
  width: 100%;
  height: 345px;
}

#map-route {
  width: 100%;
  height: 500px;
}

.map-wrapper {
  position: relative;
  margin: 20px 0 30px 0;
}
.map-wrapper .map-clip {
  width: 170px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 99;
  margin-left: -85px;
  background-color: #01568e;
  border-radius: 5px 5px 0 0;
  pading-left: 20px;
  background-image: url(/images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  text-align: center;
}
.map-wrapper .map-clip a {
  color: #fff;
  text-decoration: none;
}

#map_canvas {
  width: 100%;
  height: 514px;
  margin: 20px 0 10px 0;
}

#map3 {
  height: 514px;
  margin: 20px 0 10px;
  width: 100%;
}

.location strong {
  display: block;
  padding-bottom: 7px;
}
.location .form-control {
  border-radius: 0;
}

/* hotel */
.filter_meal {
  float: right;
}

.content .top {
  background-color: transparent;
}

.skilift {
  min-width: 80px;
  display: inline-block;
}

.meal {
  min-width: 60px;
  display: inline-block;
}

.skilift > img, .meal > img {
  margin-right: 5px;
}

.icons {
  padding-bottom: 10px;
}

.icons > p {
  padding-bottom: 20px;
}

.icons > p > span {
  margin-right: 2rem;
}

.icons > p > span > img {
  margin-right: 0.5rem;
}

.icons > a {
  outline: none;
  color: #01568e;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.icons > a > img {
  border: 1px solid #01568e;
  border-radius: 4px;
  padding: 2px;
}

.icons > a > img.velvet {
  border: 1px solid #f09;
  background-color: #e6007e;
  margin-right: 5px;
}

.icons > a.action {
  color: #f09;
  display: inline-block;
}

.icons > a.action > img {
  margin: 0;
}

.icons > a.action > span {
  float: right;
  margin: -5px 0 0 5px;
}

.allhotels .catalog-list {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.allhotels .catalog-list:hover {
  box-shadow: 0 0 15px #ddd;
}
.allhotels .catalog-list:last-child {
  bordboer-bottom: 0;
}
.allhotels .catalog-list .col-sm-8 > h2 {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}
.allhotels .catalog-list h2 a {
  color: #01568e;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.3;
}
.allhotels img.img-fluid {
  width: 100%;
  height: auto;
}

.catalog-list .ribbon, .catalog-in .ribbon {
  position: relative;
}
.catalog-list .ribbon:before, .catalog-in .ribbon:before {
  content: "";
  background-image: url("/images/childfree.png");
  width: 100px;
  height: 100px;
  position: absolute;
  right: 15px;
  z-index: 999;
}
.catalog-list .ribbonen:before, .catalog-in .ribbonen:before {
  background-image: url("/images/childfree-en.png");
}
.catalog-list .ribbon2:before, .catalog-in .ribbon2:before {
  background-image: url("/images/news.png?2");
}

.stars2 {
  white-space: nowrap;
}

.stars2 > img {
  width: 15px;
  height: auto;
  margin-top: -25px;
  margin-right: 0px;
}

.price-text {
  font-size: 2em;
  display: block;
  min-height: 60px;
}

a.order-online {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  background-color: #f09;
  border-radius: 5px;
}

.catalog-links > img {
  height: 20px;
  width: auto;
}

.catalog-links a {
  text-decoration: underline;
  margin-right: 30px;
}

@media (max-width: 992px) {
  .icons {
    height: auto;
  }
  .catalog-list h2 {
    height: auto;
  }
  a.order-online {
    font-size: 1em;
    margin-top: 1rem;
    display: inline-block;
  }
}
.accomodation h2 {
  margin-top: 0;
}

@media (max-width: 992px) {
  .panel-title > a {
    color: #f09 !important;
  }
}

.addstar {
  margin-bottom: 30px;
}

.stars3 {
  white-space: nowrap;
}

.stars3 > img {
  margin-top: -20px;
  margin-right: 5px;
}

.pricestrip {
  margin-top: 15px;
}
.pricestrip .bluestrip {
  min-height: 54px;
  background-color: #ebeff7;
  padding: 15px;
}
.pricestrip .bluestrip p {
  margin-bottom: 0;
}
.pricestrip .bluestrip p img {
  margin-right: 0.5rem;
}
.pricestrip .bluestrip p a {
  text-decoration: none;
}
.pricestrip .price-text {
  min-height: 54px;
  font-size: 35px;
  background-color: #f9009a;
  color: white;
}

@media (min-width: 993px) {
  .tablerow {
    width: calc(100% + 30px);
    display: table;
  }
  .tablerow > div {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
}
.catalog-in h1 {
  font-weight: bold;
  font-size: 2.4em;
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .catalog-in h1 {
    font-size: 1.8em;
    line-height: 1.5;
  }
}
.catalog-in .reference {
  padding-left: 40px;
  background-image: none;
}
.catalog-in .bigger {
  font-size: 1.2em;
}
.catalog-in .icons {
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .catalog-in .text-right {
    text-align: left;
  }
}
.catalog-in .padding {
  padding-bottom: 2em;
}

.catalog-in .price-text {
  font-size: 2.6em;
  line-height: 1.4;
  font-weight: bold;
}

.catalog-in-links {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}

.catalog-in-links li {
  display: inline-block;
  margin-right: 10px;
}

.catalog-in-links li a {
  text-decoration: none;
  color: #000;
}

.catalog-in-links li img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

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

.listplus ul li {
  font-size: 1.3em;
  background: url("/images/plus.png") no-repeat left 2px;
  padding: 0px 0px 0px 30px;
  list-style: none;
  margin: 0 0 3px 0;
}

.listplus h4 {
  padding-top: 2rem;
}
.listplus ul li p {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Photogallery  */
.photogallery {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.photogallery a {
  margin: 1rem;
  background: #000;
  position: relative;
  width: 100%;
}
.photogallery a img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.photogallery a::after {
  content: "+";
  border-radius: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid white;
  text-align: center;
  padding: 8px;
  display: block;
  color: white;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 20px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.photogallery a:hover img {
  opacity: 0.2;
}
.photogallery a:hover::after {
  opacity: 1;
  transform: translate(0, 100px);
}
@media (min-width: 768px) {
  .photogallery a {
    width: calc(33.3333% - 2rem);
  }
}
.photogallery a.veil {
  width: auto;
}
.photogallery a.veil:hover::after {
  transform: translate(0, 200px);
}

.no-margin {
  margin-right: 0px;
}

.photo_item p {
  font-size: 0.8em;
}

.photo_headline {
  font-weight: normal;
  font-size: 100%;
}

.photo_headline {
  font-weight: normal;
  font-size: 100%;
}

.photo_in img {
  border: 1px solid #aaa;
}

.cleaner_left {
  clear: left;
}

.cleaner-right {
  clear: right;
}

.nomargin {
  margin: 0px;
}

div.catalog-photo-strip {
  margin: 1em 0em 3em 0em;
  display: flex;
  justify-content: center; /* align horizontal */
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; /* or space-around */
}
div.catalog-photo-strip .photo_item {
  background-color: #edf1fa;
  color: #01568e;
  text-align: center;
  display: flex;
  justify-content: center; /* align horizontal */
  width: calc(33% - 4px);
}
div.catalog-photo-strip .photo_item > a {
  margin: auto;
  text-decoration: none !important;
}
div.catalog-photo-strip .photo_item > a img {
  width: 100%;
  height: auto;
}
div.catalog-photo-strip .photo_item > a strong {
  display: block;
  font-size: xx-large;
}

ul#catalog_files li {
  background-image: none;
  margin: 0px;
  padding: 0px;
}

ul#catalog_files li.pdf {
  background-image: url("/images/pdf.png");
  background-position: top left;
}

#show-photo {
  text-decoration: underline;
}

/* catalog tab */
.catalog-in .bluestrip {
  background-color: #ebeff7;
  padding-top: 20px;
  padding-bottom: 20px;
}

#myTab {
  margin-top: 0px;
  background-color: transparent;
  width: 100%;
}

.nav-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 0px;
  background-color: transparent;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  background-color: transparent;
}
.nav-tabs > li:last-of-type a {
  padding-right: 0;
}
.nav-tabs > li > a {
  background-color: transparent;
  margin: 0;
  font-weight: normal;
  color: #000;
  border-width: 0px !important;
  border: none;
  border-radius: 0;
  outline: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li a:hover {
  color: #f09;
  background-color: transparent;
}

#collapse-myTab {
  margin-top: 30px;
}

.listplus {
  margin-top: 5px;
}

/* form + HOTEL */
.askform h2 {
  margin: 40px 0 20px 0;
}

form.progres_form {
  text-align: center;
}
form.progres_form label {
  display: block;
  text-align: left;
}
form.progres_form .button1 {
  margin: 15px auto 35px auto;
}
form.progres_form input, form.progres_form textarea {
  box-shadow: none;
  border-radius: 0;
  border: 1 px solid #edf1fa;
  margin-bottom: 15px;
}
form.progres_form textarea {
  min-height: 15em;
}

.share-button.sharer-0 {
  display: inline-block;
}

.share-button.sharer-0 label.entypo-export:before {
  content: url(/images/ic2share.png);
  position: relative;
  top: 5px;
}

.share-button.sharer-0 label.entypo-export span {
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}

.share-button.sharer-0 label.entypo-export {
  background: transparent;
  border-radius: 0px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  color: #292012;
  margin: 0;
  padding: 0;
}

/*  mobil */
@media (max-width: 768px) {
  .mobilout {
    display: none;
  }
}
#filter {
  color: #e30613;
  line-height: 3em;
  margin-top: 25px;
  margin-bottom: 25px;
}

#filter span {
  margin-right: 2em;
}
@media (max-width: 768px) {
  #filter span {
    display: block;
  }
}

#filter a {
  margin-right: 1em;
  padding: 0.5em 1em;
}
@media (max-width: 768px) {
  #filter a {
    display: block;
  }
}

#filter a.checked {
  border: 1px solid #aaa;
  border-radius: 3px;
}

.respwrapper {
  overflow: scroll;
}

table.responsive, table.responsive2 {
  table-layout: fixed;
}

table.responsive tr, table.responsive2 tr {
  border-top: 1px solid #e3e3e3;
  border-spacing: 2px;
}

table.responsive tr td, table.responsive2 tr td {
  padding: 5px;
  line-height: 1em;
}

/*
.popis-1,.popis-2,.popis-3,.popis-4,.titulek {font-weight:bold}
*/
.gm-image img {
  max-height: 116px;
}

/* contact */
ul.contact {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.contact li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #e8e8e7;
  width: 100%;
}
ul.contact li:last-child, ul.contact li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
ul.contact li a {
  color: #f09;
}
@media (min-width: 768px) {
  ul.contact li {
    width: 50%;
    padding: 15px;
  }
  ul.contact li:nth-child(odd) {
    border-right: 1px solid #e8e8e7;
  }
}

/* stars */
#hide {
  display: none;
  padding-top: 20px;
}

.glyphicon {
  cursor: pointer;
  cursor: hand;
}

.rating-input {
  font-size: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.rating-input i {
  display: flex;
  flex: 5;
}

.star {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.star .container {
  padding-left: 120px;
  background-image: url(/images/quotas-bl.png);
  background-position: 15px 0px;
  background-repeat: no-repeat;
}
.star .container .name {
  padding-left: 50px;
}
.star .container ul {
  margin: 0;
}
.star .container ul.plus {
  list-style-image: url(/images/plus.png);
}
.star .container ul.minus {
  list-style-image: url(/images/minus.png);
}
.review {
  padding-bottom: 30px;
}

.starall {
  padding-bottom: 30px;
}
.starall .large {
  font-size: 3em;
}
.starall table {
  width: 100%;
  vertical-align: middle;
}
.starall table td {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
}
.starall table td.firstd {
  width: 30px;
}
.starall table td img {
  margin-top: -5px;
}
.starall table td .bar {
  display: inline-block;
  height: 3px;
  background-color: #b19a48;
  position: relative;
  top: -3px;
}

.google-maps {
  position: relative;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}

/* back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f09 url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.padding {
  padding-top: 1em;
  padding-bottom: 1em;
}

#share-buttons {
  padding-top: 3rem;
}
#share-buttons h4 {
  color: #f09;
}
#share-buttons a {
  text-decoration: none;
}

.has-error input {
  border: 3px solid red;
}

.has-error i {
  color: red;
}

.text-black {
  color: black;
}
.text-black h2, .text-black h3 {
  margin-top: 1em;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
}
.text-black h2:first-of-type, .text-black h3:first-of-type {
  margin-top: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#regmail .form-control {
  border-radius: 0;
}

.ytoverlay {
  z-index: 9999;
  position: absolute;
  border: 1px solid grey;
  display: flex;
  align-items: end;
  justify-content: center;
  background-image: url(/images/yt_consent.svg);
  background-size: 75px 53px;
  background-repeat: no-repeat;
  background-position: center;
}
.ytoverlay a {
  text-decoration: underline;
}

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