@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

body {
  background: #52b2e7;
  background: -webkit-linear-gradient(-45deg, #52b2e7, #68cee2);
  background: -webkit-linear-gradient(135deg, #52b2e7, #68cee2);
  background: linear-gradient(-45deg, #52b2e7, #68cee2);
}

#logo-container {
  background-color: transparent;
  padding-top: 50px;
}

#logo-container img {
  max-width: 100%;
}

#hotels-container {
  margin-top: 20px;
}

#hotels-container div {
  margin-top: 20px;
}

#hotels-container figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: 0 4px 7px rgba(0,0,0,.4);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#hotels-container figure .hotel-img {
  max-width: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

#hotels-container figure:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#hotels-container figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  width: 100%;
  background-color: rgba(82, 178, 231, 0.7);
  height: 35%;
  -o-object-fit: cover;
     object-fit: cover;
}

#hotels-container figure figcaption img {
  height: 100%;
  max-width: 100%;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;;
}

#hotels-container img {
  max-width: 100%;
}

.footer {
  margin-top: 85px;
  width: 100%;
  height: 60px;
  color: #e3e3e3;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.footer a {
  color: #fff;
  font-weight: 400;
}

.hotel-text {padding-top:30px; color:#fff; font-size:17px;}

@media screen and (max-width: 1024px) {
  #hotels-container figure figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px)
  }

  #trakoscan { margin-bottom: 150px; }

  .footer { margin-top: 0; }
}

@media screen and (max-width: 767px) {
  #logo-container {
    white-space: nowrap;
    padding-top: 0;
    height: 100vh;
  }

  #logo-container .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  #logo-container img {
    vertical-align: middle;
  }

  #hotels-container {
    margin-top: 0;
  }
}
