/* General Style ##general */

html {
    height: 100%;
    width: 100%;
    
}

body {
    height: 100%;
    width: 100%;
    
    margin: 0;
    background-color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h2 {
    
    color: #706f6e;
    font-size: 15px;
    padding-bottom: 40px;
    font-weight: 300;
    
}
.row {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3%;
    
}

.row > .column {
    float: center;
    padding: 2% 2.33%;
    width: auto;
}

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

.column {
    
    float: left;
    text-align: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    width: auto;
    height: 130px;
    
}
.column img {
    overflow: hidden;
    width: auto;
    height: 130px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
    
    margin-bottom: 2%;
        margin-top:2%;
  position: relative;
  margin: auto;
  padding: 0;
    height: auto;
    width: 80%;
    z-index: 99;
    background-color: rgba(0,0,0,0.4);
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  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;
}



.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

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

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.homePhotosContainer {
    position: static;
    background-color: #999;
    width: 100%;
    overflow: hidden;
    z-index: 99;
    
}

.homePhoto{
    
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("APARTMENT1/Picture28.jpg");
    transition-duration: 1s;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        height: 60%;
    will-change: transform;
    z-index: -1;
    position: relative;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    
}

.rep1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("APARTMENT1/Picture29.jpg");
    display: block;
    transition-duration: 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        height: 60%;
    will-change: transform;
    z-index: -1;
    position: relative;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.rep2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("APARTMENT1/Picture30.jpg");
    display: block;
    transition-duration: 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        height: 60%;
    will-change: transform;
    z-index: -1;
    position: relative;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b7926c;
}

.hero-text button {
    background-color:rgba(125,125,125, 0.5);
    border: 3px solid #b7926c;
    display: inline-block;
    padding: 20px 45px;
    text-align: center;
    cursor: pointer;
    color: #b7926c;
    font-size: 20px;
    border-radius: 15px;
    
    transition-duration: 1s;
}

.hero-text button:hover {
    background-color:rgba(250,250,250, 0.5);
    color: wheat; 
    transition-duration: 1s;
}
.box {
    text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b7926c;
    background-color: #faf8f0;
    width: 80%;
    height: 20%;
}
h1{
    margin: 0;
    color: #706f6e;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 50px;
}
.accomodation {
    
    overflow: hidden;
    background-color: #faf8f0;
     -moz-box-shadow:    inset 0 0 13px #000000;
    -webkit-box-shadow: inset 0 0 13px #000000;
    box-shadow:         inset 0 0 13px #000000;
    
    width: 100%;
}
.acm {
    
    overflow: hidden;
    width: 100%;
    
}

.acm-Left {
    float: left;
    width: 45%;
    overflow: visible;
    text-align: center;
    color: #9e9a98;
    letter-spacing: 2px;
    line-height: 1.6;
    padding: 2.5%;
}

.acm-Left img {
    width: 100%;
    padding: 2.5%;
}

.acm-Right {
    
    overflow: hidden;
    display: inline-block;
    width: 45%;
    overflow: visible;
    padding: 2.5%;
}
.acm-Right p {
    padding-top: 5%;
    text-align: center;
    color: #9e9a98;
    letter-spacing: 2px;
    line-height: 1.6;
}
.acm-Right img {
    width: 100%;
}
.Gallery {
    overflow: hidden;
    background-color: #333;
}

.gallery {
    
    overflow: hidden;
    -moz-box-shadow:    inset 0 0 13px #000000;
    -webkit-box-shadow: inset 0 0 13px #000000;
    box-shadow:         inset 0 0 13px #000000;
    background-color: #faf8f0;
    text-align: center;
    
}
.gallery-Wrapper {
    overflow: hidden;
    height: 100%;
}

.gallery-Wrapper-Left {
    
    overflow: hidden;
    max-width: inherit;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    float: left;
    width: 50%;
}
.gallery-Wrapper-Left:hover{
    transition-duration: 1s;
} 
.gallery-Wrapper-Left p {
    margin: 20px 90px;
    color: #9e9a98;
    letter-spacing: 2px;
    line-height: 1.6;
}
.gallery-Wrapper-Left a {
    margin: 10px;
    text-decoration: none;
    color: #b7926c;
}
.gallery-Wrapper-Right {
    margin-top: 40px;
    padding-bottom: 20px;
    float: left;
    text-align: left;
    width: 50%;
    overflow: hidden;
    max-width: inherit;
}

.gallery-Wrapper-Right ul {
    
    width: 85%;
    float:left;
    letter-spacing: 2px;
    list-style: none;
    color: #9e9a98;
}
.gallery-Wrapper-Right ul li{
    padding: 5px;
    color: #9e9a98;
    border-bottom: 1px #9e9a98 solid;
    
}

.right {
    float: right;
}
.left {
    float: left;
}

.Location {
    background-color: #faf8f0;
     -moz-box-shadow:    inset 0 0 13px #000000;
    -webkit-box-shadow: inset 0 0 13px #000000;
    box-shadow:         inset 0 0 13px #000000;
    overflow: hidden;
}

.Location-Wrapper {
    overflow: hidden;
    position: absolute;
}

.Location-Right{
    overflow: hidden;
    float: right;
    width: 40%;
}
.Location-Left{
    overflow: hidden;
    float: left;
    height:500px;
    margin: 5%;
    width:90%;
    height: auto;
}

.video {
    overflow: hidden;
    
    
}

.video p {
    color: #9e9a98;
    letter-spacing: 2px;
    line-height: 1.6;
    font-size: 2em;
}

.reserve_button{
    background-color: #222;
    border: solid 1px #555;
    border-radius: 20px;
    bottom: 8%;
    color: #b7926c;
    cursor: pointer;
        display: block;
    outline: medium none;
    padding: 10px 15px 7px;
    position: fixed;
    right: 30px;
    font-size: 20px;
    font-weight: 300;
    transition-duration: 1s;
    
    z-index: 1;
}

.reserve_button:hover{
    background-color: #777;
    color: white;
    transition-duration: 1s;
    
    z-index: 1;
}

.reserveButton_wrapper {
    text-align: center;
    overflow: hidden;
}

.reserve_b {
    background-color:rgba(125,125,125, 1);
    border: 3px solid #b7926c;
    display: block;
    margin-left: 42%;
    margin-bottom: 4%;
    text-align: center;
    cursor: pointer;
    color: #b7926c;
    font-size: 20px;
    border-radius: 15px;
    transition-duration: 1s;
    float: center;
    padding: 1.5% 3%;
}

.reserve_b:hover {
    background-color:rgba(250,250,250, 0.5);
    color: #777; 
    transition-duration: 1s;
}

.vybavenie_Wrapper li{
    letter-spacing: 2px;
    padding: 1%;
    font-size: 1.4em;
    color: #9e9a98;
}
.hero-text img {
    height: 120px; 
    padding-bottom: 50px;
}

#myBtn {
    display: none;
    margin-top: 3%;
    margin-bottom: 3%;
    margin-left: 22.5%;
    width: 55%;
    background-color:rgba(125,125,125, 1);
    border: 3px solid #b7926c;
    text-align: center;
    cursor: pointer;
    color: #b7926c;
    font-size: 18px;
    border-radius: 15px;
    transition-duration: 1s;
    padding: 1% 3%
}


@media only screen and (max-width: 600px) {
    .hero-text {
        top: 40%;
    }
    .hero-text img {
        width: 70vw;
        height: auto;
    }
    .homePhoto{
        height: 60%;
        width: auto;
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        
    }
    .reserve_button{
        bottom: 10%;
    }
    h1{
        font-size: 8vw;
    }
    .acm-Right{
        width: 80%;
        margin-left: 7.5%;
    }
    .acm-Left{
        width: 80%;
        margin-left: 7.5%;
    }
    
    .acm-Left img{
        padding: 0;
    }
    .vybavenie_Wrapper li{
        font-size: 1em;
    }
    .reserve_b{
        
  display: table-cell;
  vertical-align: middle;
        margin-left: 0;
    }
    .gallery-Wrapper-Left {
        margin-left: 2.5%;
        margin-right: auto;
        width: 90%;
    }
    .gallery-Wrapper-Right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10%;
        width: 80%;
        font-size: 0.8em;
        margin-right: auto;
    }
    .gallery-Wrapper-Right ul {
        width: 100%;
        margin-right: auto;
        padding-left: 0;
    }
    .Location-Left {
        float: none;
        margin: 5%;
        width: 90%;
    }
    #myBtn {
        display: block;
    }
    .hero-text p {
        display: none;
    }
    #more {
    display: none;
}
    h2{
        padding-bottom: 5%;
    }
    .video p{
        font-size: 1em;
    }
    .modal{
        height: 100%;
        padding-top: 50%;
    }
    
    .row {
        padding-left: 0;
        width: 100%;
        overflow: hidden;
    }
    .row > .column {
        width: 45%;
    }
    .column img{
        width: 80%;
        height: auto;
    }
    .column {
        width: 45%;
        height: auto;
    }
}
