aside {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  padding: 20px 20px 100px 20px;
  font-size: 0.6em;
  line-height: 1em;
}

aside p {
  margin-bottom: 0.25rem;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.logo, .fond, .eu {
  display: block;
}

.logo {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 80px;
  color: #ffffff;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 200;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 20px;
}

.logo-row {
  display: block;
}

.fond-eu {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 80px;
  padding-top: 10px;
  padding-right: 20px;
}

.fond-eu img {
  float: right;
  margin-top: 10px;
}

.eu {
  width: 40%;
  display: inline-block;
}

.fond {
  width: 40%;
  display: inline-block;
}


address, .contact {
  float: left;
  width: 50%;
  margin-top: 10px;
}
address, .contact {
  padding-left: 20px;
  font-size: 12px;
}

address a {
  color: #ced4da;
  text-decoration: none;
}

address a:hover {
  color: #ced4da;
  text-decoration: none;
}

.contact > a, .contact > p {
  color: #ced4da;
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.contact > a > span, .contact > p > span {
  margin-left: 10px;
}

.sostaric {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

.carousel-indicators {
  display: none;
}

@media (min-device-width: 769px) {

  aside {
    padding: 20px 20px 20px 320px;
  }

  .sostaric, .fond-eu {
    position: relative;
    background: none;
    height: auto;
    width: auto;
    right: auto;
    top: auto;
  }

  .fond-eu {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding-left: 20px;
  }

  address, .contact {
    float: none;
    width: auto;
    margin-top: auto;
  }

  .fond-eu img {
    float: none;
  }

  .carousel-control-prev, .carousel-control-next {
    display: none;
  }

  .carousel-indicators {
    display: flex;
  }

  .carousel-indicators li {
    width: 20px;
    height: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  .carousel-indicators li.active {
    background-color: #ffffff;
  }

  footer {
    padding: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 50px;
    height: 100%;
    width: 250px;
    color: #ced4da;
  }

  

  .logo {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    background: none;
    position: relative;
    padding: 0;
    width: auto;
    height: auto;
  }

  .logo .owner {
    font-size: 14px;
  }

  .eu {
    width: 60%;
    position: absolute;
    bottom: 100px;
    margin-left: 30px;
    display: block;
  }

  .fond {
    width: 80%;
    bottom: 25px;
    position: absolute;
    display: block;
  }

  address {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  address i, .contact i {
    position: absolute;
  }

  address p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
    padding-left: 40px;
    display: inline-block;
  }

  .contact {
    padding-left: 0;
  }

  .contact a span, .contact p span {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
    display: inline-block;
    padding-left: 40px;
    margin-left: 0;
  }

  .contact i {
    font-size: 18px;
    margin-top: 3px;
  }

  .contact a, .contact p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}