/**
 * @author Jan Reitter
 * @package U Tomana
 * @subpackage v1.1
 * @copyright Copyright (C) 2018 Jan Reitter. All rights reserved.
 */

 /* GLOBAL settings */
@charset "utf-8"; 

.apartmany {
background: url(../images/hotelbg/apartmany-home.jpg) bottom center no-repeat;
background-size: cover;
background-color: #000;
}
.apartmany h1 {
    display: none;
}
.apartmany p {
    /*font-size: 0.9rem;
    font-weight: 100; */
    line-height: 1.4;
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    margin-bottom: 0;
    padding-bottom: 2rem;
}
.text-hp-apa a {
font-size: 2rem;

}
.text-hp-apa p {
color: #000;
}
.mod-languages.apartmans li:first-child {
border-right: 2px solid #fff;
}
.mod-languages.apartmans li>a {
color: #fff;
}
.mod-languages.home li:first-child {
border-right: 2px solid #fff;
}
.mod-languages.home li>a {
color: #fff;
}
.lang-home {
position: absolute;
    z-index: 2;
}
.startpage-text h1 {
font-weight: 900;
    font-size: 3.5rem;
}

.btn-rezervace {
font-size: 1.5rem;
}
.apa-hp-img {
height: 100%;
text-align: center;
}
/*.logo-apartmany {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
} */
.apartmany-bottom {
padding-top: 100px;
padding-bottom: 50px;
background-color: #000;
}
.sluzby-bottom {
padding-top: 100px;
padding-bottom: 50px;
background-color: #fff;
}
.apa-bottom-box {
position: relative;
}
.apa-botom-box-hover {
background-color: rgb(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.apa-botom-box-hover.show {

    display: block;
}
.apa-botom-box-inner, .apa-botom-box-text-inner {
height: 100%;
}
.apa-bottom-text-link {
width: 100%;
    text-align: center;
    background-color: rgb(52, 58, 64, 0.6);
    font-weight: 900;
}
/*.apa-bottom-link:hover {
text-decoration: underline;
}     */
.apa-botom-box-text {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
}


.ucho {
position: absolute;
left: 30px;
width: 80px;
    text-align: center;    
}
.ucho img {
height: 40px;
}
.ucho-1 {
top: 10px;
}
.ucho-2 {
top: 80px;
}
.ucho-3 {                               
top: 150px;
}
.ucho-4 {
top: 220px;
}
.ucho-4 img {
width: 60px;
}

.tag-links {
font-size: 1.2rem;
    font-style: italic;
    font-weight: 100;
}

.instagram, .facebook {
font-size: 2rem;
    border: 2px solid;
    color: #fff;
}
.fab.fa-instagram {
padding: 0 .4rem;
}
.fab.fa-facebook-f {
padding: 0 .7rem;
}
/*#apartmany-nav-on {
background-color: transparent !important;
width: auto !important;
height: auto !important;
}
#apartmany-nav-on a {
color: #fff;
    font-weight: 600;                   
    font-size: 1.5rem; 
}   */
.apa-bottom-box.single {
overflow: hidden;
min-height: 150px;
}
.apa-bottom-box.sluzby {
overflow: hidden;
/*height: 250px;   */
}
.apartmany-bottom.single, .sluzby-bottom.single {
padding-top: 40px;
padding-bottom: 40px;
}                                           

.apa-mapa {
height: 250px;
    overflow: hidden;
}


#vezenske h1, #lazenske h1, #grand-prix h1, #umelecke h1, #funkcionalisticke h1 {
font-size: 1.8rem;
    font-weight: 900;
}
#vezenske h2, #lazenske h2, #grand-prix h2, #umelecke h2, #funkcionalisticke h2 {
font-size: 1.1rem;
    font-weight: 900;
}
.apa-detail-icons img {
height: 40px;
margin-left: 10px;
margin-right: 10px;
}
.back-arrow {
padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
}
.back-arrow a {
font-weight: 600;
    font-size: 3.5rem;
    word-spacing: 2rem;
    letter-spacing: 0.2rem;
    color: #fff;
} 
.apa-detail-text p{

    font-weight: 100;
    line-height: 1.4;  
}
.apa-detail-bottom-text p {

    font-weight: 400;
   
}
.apa-detail-text .nav {
display: flex;
}
.apa-detail-description .nav-link.active {
background-color: #343a40;
color: #fff;
}
.apa-detail-description .nav-link {
color: #343a40;
}
.apa-detail-rezervace {
font-size: 1.5rem;
    font-weight: 600;
    
}
    
    

@keyframes animateleft {
  from{ left:-300px;opacity:0} to{ left:0;opacity:1}
}
@keyframes animateleft50 {
  from{ left:-50px;opacity:0} to{ left:0;opacity:1}
}
@keyframes animatebottom {
  from{ bottom:-300px;opacity:0} to{ bottom:0;opacity:1}
}
@keyframes animatebottom-box {
  from{ bottom:-50px;opacity:0} to{ bottom:0;opacity:1}
}
@keyframes animatebottom-box-reverse {
  from{ bottom:0;opacity:1} to{ bottom:150px;opacity:0}
}
.animate-left {
position: relative;
    animation-name: animateleft;
    animation-duration: 6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
.animate-left50 {
position: relative;
    animation-name: animateleft50;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.animate-bottom {
position: relative;
animation-name: animatebottom;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
.animate-bottom-box {
position: relative;
animation-name: animatebottom-box;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
.animate-bottom-box-reverse {
position: relative;
animation-name: animatebottom-box-reverse;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

.ikony img {
height: 25px;
padding-left: 10px;
padding-right: 10px;   
}
.ikony img:first-child {
padding-left: 0;
}
.ikony img:last-child {
padding-right: 0;
} 
.apa-kat-head-img  {
overflow: hidden;

}




/* GALERIE */
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

#apa-kontakt {
min-height: 570px;
}
#sluzby {
    height: auto;
}



/* do tabletu */
@media (max-width: 576px) {
 .apa-botom-box-hover {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
}
.apa-botom-box-text {
display: none;
}
.apa-bottom-link span {

    font-size: 1.6rem;
}  
  }
  /* do desktopu */
@media (min-width: 576px) and (max-width: 768px) {
 .apa-botom-box-hover {
    display: block;
    font-size: 0.8rem;
    font-weight: 900;
}
.apa-botom-box-text {
display: none;
}
  }


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
 #sluzby {
    min-height: 450px;
}
.apa-bottom-link span {

    font-size: 0.5rem;
}  
  }

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
#sluzby {
min-height: 550px;
}

#apa-kontakt {
min-height: 550px;
}

.apa-bottom-link {
font-weight: 900;
    font-size: 1.5rem;
}
.apa-bottom-link span {

    font-size: 0.9rem;
}  

.apa-bottom-text-link span {
font-size: 0.8rem;
} 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.apartmany-kategorie {
padding-left: 40px;
padding-right: 40px;
}
.apa-bottom-link {
font-weight: 900;
    font-size: 1.5rem;
}
.apa-bottom-link span {

    font-size: 0.9rem;
}  

.apa-bottom-text-link span {
font-size: 0.8rem;
}  
/*.apa-botom-box-text-5 .apa-bottom-text-link {
font-size: 0.8rem;
}  */
.apa-detail-content-inner {
height: 330px;
}
#lazenske .apa-detail-content-inner {
height: 400px;
}

/*.apa-kat-head-img, .apa-detail-text {
height: 520px;
}   */
#bez-balkonu-tab {
letter-spacing: -1px;
}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}




@media (max-width: 576px) {

}