/* **************** Zakladni stylovani rezervaci **************************** */

h3, .h3, .list-room__item__title, .list-reservation__item__title {
  font-size: 22px;
  line-height: 25px;
  margin-top: 0;
}
@media screen and (max-width: 79.3125em) {
  h3, .h3, .list-room__item__title, .list-reservation__item__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.9375em) {
  h3, .h3, .list-room__item__title, .list-reservation__item__title {
    font-size: 19px;
    line-height: 23px;
  }
}
@media screen and (max-width: 39.9375em) {
  h3, .h3, .list-room__item__title, .list-reservation__item__title {
    font-size: 17px;
    line-height: 21px;
  }
}
@media screen and (max-width: 29.9375em) {
  h3, .h3, .list-room__item__title, .list-reservation__item__title {
    font-size: 15px;
    line-height: 18px;
  }
}

.list-room {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #1a161a;
  border-top: 0;
}
.list-room__item {
  display: table-row;
  cursor: pointer;
}
.list-room__item__cell {
  display: table-cell;
  vertical-align: top;
  padding: 25px 28px 28px;
  border-top: 1px solid #1a161a;
}
.list-room__item__cell:first-child {
  width:220px;
  background: #f7f0e7;
  vertical-align: middle;
}
.list-room__item__header {
  margin-bottom: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cccccc;
}
.list-room__item__title {
  float: left;
  padding-right: 18px;
  max-width: 84%;
  line-height: 32px;
  margin-bottom: 0;
}
.list-room__item__title a {
  display: block;
  text-decoration: none;
  color: #1a161a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-room__item:hover .list-room__item__title a, .list-room__item__title a:hover {
  color: #e1bd85;
  text-decoration: none;
}
.list-room__item__size {
  display: inline-block;
  vertical-align: top;
  min-width: 74px;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  background: #efe2cf;
  text-align: center;
}
.list-room__item__size--2kk {
  background: #e0caaa;
}
.list-room__item__size--3kk {
  background: #b3966b;
}
.list-room__item__price {
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0;
}
.list-room__item__price--big {
  font-size: 15px;
  line-height: 27px;
}
.list-room__item__price strong {
  white-space: nowrap;
}
.list-room__item__details {
  display: table;
  width: 100%;
}
.list-room__item__details__in {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
  min-width: 330px;
}
.list-room__item__details__in:first-child {
  border-right: 1px solid #cccccc;
  padding-left: 0;
  padding-right: 10px;
  min-width: 1px;
}
.list-room__item__details__in:last-child {
  min-width: 155px;
  padding-left: 5px;
  text-align: right;
}
.list-room__item__details__in:last-child .button, .list-room__item__details__in:last-child .form-filter__button {
  margin-top: 20px;
  padding: 0 18px;
}
.list-room__item__details dl dt {
  float: left;
  clear: left;
  font-size: 15px;
  width: 160px;
  font-weight: 400;
  font-family: "montserratlight", Arial, Helvetica, sans-serif;
}
.list-room__item__details dl dd {
  margin-left: 170px;
  width: 80px;
  text-align: left;
  font-weight: 400;
  font-family: "montserratregular", Arial, Helvetica, sans-serif;
}
.list-room__item__details dl dd sup {
  top: -0.1em;
  font-size: 8px;
  line-height: 8px;
}
.list-room__item__details dl dt, .list-room__item__details dl dd {
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-room__images {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: -5px -5px 0;
  background: #f7f0e7;
}
.list-room__images__in {
  position: relative;
  padding-bottom: 67.82609%;
  border: 1px solid transparent;
}
.list-room__images__in img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.list-room__images li {
  padding: 5px 5px 0;
   display: block;
  width: 100%;
  float: left;
}
@media screen and (max-width: 79.3125em) {
  .list-room__item__header {
    padding-right: 140px;
  }
  .list-room__item__title {
    padding-right: 10px;
    max-width: 80%;
  }
  .list-room__item__cell {
    position: relative;
    padding: 20px 15px 20px;
  }
  .list-room__item__cell:first-child {
    width: 220px;
  }
  .list-room__item__price {
    font-size: 16px;
    line-height: 20px;
  }
  .list-room__item__price--big {
    font-size: 18px;
    line-height: 22px;
  }
  .list-room__item__details__in {
    padding-left: 15px;
    min-width: 1px;
    width: 50%;
  }
  .list-room__item__details__in:first-child {
    padding-right: 15px;
  }
  .list-room__item__details__in:last-child {
    min-width: 0;
    padding-left: 0;
  }
  .list-room__item__details__in:last-child .button, .list-room__item__details__in:last-child .form-filter__button {
    position: absolute;
    top: 10px;
    right: 15px;
    margin-top: 0;
    padding: 0 12px;
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .list-room__item__header {
    padding-right: 125px;
  }
  .list-room__item__cell {
    padding: 15px;
  }
  .list-room__item__details__in:last-child .button, .list-room__item__details__in:last-child .form-filter__button {
    font-size: 13px;
  }
}
@media screen and (max-width: 59.9375em) {
  .list-room__item__header {
    padding-bottom: 10px;
  }
  .list-room__item__cell {
    padding: 15px 10px;
  }
  .list-room__item__cell:first-child {
    width: 220px;
  }
  .list-room__item__details__in:first-child {
    padding-right: 10px;
  }
  .list-room__item__details__in:last-child .button, .list-room__item__details__in:last-child .form-filter__button {
    top: 9px;
    right: 10px;
    height: 38px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 10px;
  }
  .list-room__item__details__in:last-child .button:before, .list-room__item__details__in:last-child .form-filter__button:before, .list-room__item__details__in:last-child .button:after, .list-room__item__details__in:last-child .form-filter__button:after {
    height: 13px;
  }
  .list-room__item__details__in:last-child .button span:before, .list-room__item__details__in:last-child .form-filter__button span:before, .list-room__item__details__in:last-child .button span:after, .list-room__item__details__in:last-child .form-filter__button span:after {
    height: 10px;
  }
  .list-room__images {
    margin-top: 0;
  }
  .list-room__images__in {
    padding-bottom: 67.82609%;
  }
  .list-room__images li:first-child {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 49.9375em) {
  .list-room__item__cell:first-child {
    width: 220px;
  }
  .list-room__item__details__in:last-child .button, .list-room__item__details__in:last-child .form-filter__button {
    top: 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .list-room {
    display: block;
    border: 0;
    margin-bottom: 20px;
  }
  .list-room__item {
    display: block;
    border: 1px solid #1a161a;
    margin-bottom: 25px;
  }
  .list-room__item__cell {
    border: 0;
    display: block;
  }
  .list-room__item__cell:first-child {
    width: 100%;
  }
  .list-room__item__price {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .list-room__item__price strong {
    white-space: nowrap;
  }
  .list-room__item__price--big {
    font-size: 15px;
    line-height: 20px;
  }
  .list-room__item__details__in {
    padding-left: 8px;
  }
  .list-room__item__details__in:first-child {
    padding-right: 8px;
  }
  .list-room__images {
    margin: -5px -5px 0;
  }
  .list-room__images__in {
    padding-bottom: 67.82609%;
  }
  .list-room__images li {
    display: block;
    padding: 5px 5px 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .list-room__item__title {
    max-width: 75%;
  }
}
@media screen and (max-width: 29.9375em) {
  .list-room__item {
    position: relative;
    padding-bottom: 50px;
  }
  .list-room__item__header {
    border-color: #1a161a;
    padding-right: 0;
    min-height: 38px;
  }
  .list-room__item__title {
    font-size: 18px;
    line-height: 28px;
    max-width: 84%;
  }
  .list-room__item__cell {
    position: static;
  }
  .list-room__item__details {
    display: block;
  }
  .list-room__item__details__in {
    display: block;
    padding-left: 0;
    width: 100%;
  }
  .list-room__item__details__in:first-child {
    border: 0;
    padding-right: 0;
  }
  .list-room__item__details__in:last-child .button, .list-room__item__details__in:last-child .form-filter__button {
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  .list-room__item__details dl dt {
    width: 60%;
  }
  .list-room__item__details dl dd {
    margin-left: 0;
    text-align: right;
    width: 40%;
  }
  .list-room__item__details dl dt, .list-room__item__details dl dd {
    border-bottom: 1px solid #cccccc;
  }
  .list-room__item__size {
    float: right;
    min-width: 1px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    font-size: 13px;
  }
  .list-room__item__price {
    display: block;
    margin: 0;
    line-height: 25px;
    border-bottom: 1px solid #cccccc;
  }
  .list-room__item__price:last-child {
    border-bottom: 0;
  }
  .list-room__item__price span {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .list-room__item__price strong {
    display: inline-block;
    vertical-align: top;
    max-width: 39%;
    width: auto;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
  }
  .list-room__item__price--big strong {
    font-size: 18px;
  }
  .list-room__images li {
    width: 100%;
     display: block;
  }
}


.list-room .button, .form-filter__button 
{
    width: auto;
    padding: 0 1.375rem;
    height: 3.1875rem;
    line-height: 3.0625rem;
    vertical-align: middle;
    display: inline-block;
    font-size: 0.9375rem;
    position: relative;
    border: 0.0625rem solid transparent;
    color: #fff;
    background: 0 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-property: background,color,border;
    transition-property: background,color,border;
    transition-duration: 250ms;
    transition-timing-function: ease;
    text-align: center;
}

.list-room .button--secondary 
{
    background: #e1bd85;
}


@media screen and (max-width: 1200px) {
  
  .wrap-section {
    background: url("../images/backgrounds/hlavicka-zmena.jpg") no-repeat 0 -100px;
  }

  .box-desc h1{
    background: rgba(255,255,255,0.6);
    padding: 10px;
    border-bottom: none;
  }

  .box-desc h1:after{
    border-bottom: none;
  }

  .hlavni-obsah {
    margin-top: 195px !important;
  }

  .hlavni-obsah-2 {
    margin-top: 195px !important;
  }

  .hlavni-obsah h1 {
    padding-left: 0;
  }

  .rezervacka h1 {
    background: none;
  }

  
  .header-text-underline-1 {
    display: none;  
  }

  .header-text-underline-2 {
    display: none; 
  }


}

@media screen and (max-width: 767px) {
  
  .adresa, .prodejce {
    text-align: center;
  }

}



@media screen and (max-width: 371px) {
  
  .box-desc h1{
    font-size: 16px
  }

}

.hlavni-obsah h1 {
  font-size: 20px;
}

.hlavni-obsah p {
  margin-bottom: 20px;
}

.hlavni-obsah p span {
  font-weight: 600;
}

.hlavni-obsah .linka a, .hlavni-obsah .email a{
  text-decoration: none;
  color: #3e3e40;
  font-weight: 600;
}

.hlavni-obsah .linka a:hover, .hlavni-obsah .email a:hover{
  text-decoration: underline;
}

.hlavni-obsah .email-posun {
  margin-top: 20px;
}

.mapa {
  border: 1px solid grey !important;
}

.hlavni-obsah-2 h1 {
  color: #1a161a;
  font-size: 22px
}

.hlavni-obsah-2 p {
  line-height: 22px;
}

.uk-modal-dialog a {
  text-decoration: none;
}

.hlavni-obsah-2 .button {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e1bd85;
}

.hlavni-obsah-2 .button:hover {
  color: #e1bd85;
  background: white;
}

.ubytovany {
  margin-top: 35px;
  font-weight: 600;
  font-size: 17px;
}

.ubytovany-2 {
  margin-top: 30px !important;
}

.ubytovany-3 {
  margin-top: 10px;
}

.formular {
  margin-top: 15px;
}

.formular p {
  font-size: 16px;
  color: #1a161a;
  margin-bottom: 10px;
}

.formular input[type="text"]{
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  border: 1px solid #dadada;
}

.formular input[type="text"]:focus{
  border: 1px solid #bba78f;
}

.formular .posun {
  margin-top: 20px;
}

.hlavni-obsah-3 .button {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e1bd85;
  margin-top: 34px;
  width: 180px;
  height: 58px;
  font-size: 20px;
  line-height: 55px;
  letter-spacing: 1px;
}

.hlavni-obsah-3 .button:hover {
  color: #e1bd85;
  background: white;
}

.odradkovani {
  margin-top: 20px !important;
}

.apartman {
  padding: 26px;
  background: #efe2cf;
}

.posun-padding {
  padding-left: 66px !important;
}

.posun-cena {
  margin-top: 30px;
}

.prezentace {
  text-align: right;
  margin-top: 20px;
}

.prezentace a {
  text-decoration: none;
}

.celkem .medium{
  font-size: 20px;
}

.celkem .large{
  font-size: 24px;
}

.rezervacka a {
  color: #1a161a;
  font-size: 15px;
}

@media screen and (max-width: 479px) {
  
  .adresa, .prodejce {
    text-align: left;
  }

  .posun-padding {
    padding-left: 25px !important;
  }

}

.ucet-user {
    margin-top: 32px;
    margin-bottom: 50px;
}

.velikost {
  margin-bottom: 6px !important;
}

.posun-padding hr {
  height: 1px;
  background: #9A9087;
  margin-top: 18px;
}

.odradkovani p {
  margin-bottom: 6px !important;
}

.odradkovani-2 {
  margin-top: -19px !important;
}


/* **************** /Zakladni stylovani rezervaci *************************** */

/* **************** Stylovani pro REHOS rezervace *************************** */
.sf-group 
{
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin: 0 15px 20px;
  position: relative;
  max-width: 300px;
}

.sf-label 
{
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sf-label+.sf-group 
{
    margin-left: 0;
}

.date-wrap img 
{
  position: absolute;
  top: 0;
  right: 0;
}

.sf-group input[type=text] 
{
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  border: none;
  color: rgba(7,7,7,.8);
  background-color: #adc2ea;
  width: 100%;
  font-size: 19px;
  height: 65px;
  margin: 0;
  width: 100%;
  display: block;
  padding: 20px 80px 20px 30px;
}

.sf-breaka 
{
  display: none;
}

#date-search-form 
{
  color: #fff;
  background-color: #4473cf;
  padding: 25px 0 10px;
  text-align: center;
  position: relative;
  z-index: 600;
  padding-bottom: 5px;
}

#date-search-form .container 
{
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}

.rehos .select2-selection--single
{
  height: 65px !important;
}

/* **************** / Stylovani pro REHOS rezervace ************************* */
