@font-face {
  font-family: Open Sans;
  src: url(/css/OpenSans-Regular.ttf);
  font-weight: 400;
}

html, body {
  margin: 0;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  min-width: 350px;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
}

section {
  position: relative;
}

li {
  margin-top: 10px;
}

h1 {
  margin: 0px;
  font-weight: bold;
  color: #505050;
  font-size: 27px;
  margin-left: 40px;
  margin-top: 40px;
  padding: 10px;
  width: 250px;
  display: inline-block;
  text-align: left;
  position: relative;
  top: 10px;
}

#menu {
  transition: all 1s ease;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url("/img/icons/menu.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#flag-en {
  width: 40px;
  height: 25px;
  background: url("/img/icons/flag_england.png");
  background-size: cover;
  position: absolute;
  bottom: 15px;
  right: 5px;
  overflow: visible;
  cursor: pointer;
  opacity: 0.9;
  transition: all 1s ease;
}

#flag-en img {
  transition: all 0.8s ease;
  opacity: 0;
  width: 100px;
  position: absolute;
  bottom: -40px;
  left: -70px;
}

#flag-en:hover img {
  opacity: 1;
}

#flag-cz {
  width: 40px;
  height: 25px;
  background: url("/img/icons/flag_cz.png");
  background-size: cover;
  position: absolute;
  bottom: 15px;
  right: 5px;
  overflow: visible;
  cursor: pointer;
  opacity: 0.9;
  transition: all 1s ease;
}

#flag-cz img {
  transition: all 0.8s ease;
  opacity: 0;
  width: 100px;
  position: absolute;
  bottom: -40px;
  left: -70px;
}

#flag-cz:hover img {
  opacity: 1;
}

@media (min-width: 950px) {
  #menu {
    opacity: 0;
    z-index: -1;
  }
  #nav {
    height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1;
    top: 0px;
  }
  #nav ul {
    opacity: 2;
    z-index: 2;
    height: 60px;
    list-style-type: circle;
    height: 60px;
    right: 50px;
    position: absolute;
    width: 730px;
  }
  #nav ul #nav {
    height: 60px;
  }
  #nav ul li {
    display: inline-block;
    float: right;
    position: relative;
    width: 110px;
    padding: 5px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #dbdbdb;
    cursor: pointer;
  }
  #nav ul li:hover {
    font-weight: bold;
    color: #2456d9;
  }
  #main {
    height: 100vh;
    background-image: url("/img/main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
  }
  #name {
    height: 300px;
    width: 600px;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -300px;
  }
  .logo {
    background-image: url("/img/logo_black.png");
    background-size: cover;
    background-position: center top;
    width: 200px;
    height: 50px;
    position: fixed;
    top: 5px;
    left: 20px;
    z-index: 2;
  }
  .logo a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .name_img {
    width: 500px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -250px;
    background-image: url("/img/logo2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (max-width: 950px) {
  #flag-cz {
    opacity: 0;
    z-index: -1;
  }
  #flag-en {
    opacity: 0;
    z-index: -1;
  }
  #nav {
    height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 2;
    top: 0px;
    transition: all 1s ease;
  }
  #nav ul {
    opacity: 0;
    z-index: -1;
    transition: all 1s ease;
    list-style-type: none;
    height: 60px;
    top: 60px;
    padding-left: 0px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: absolute;
    float: left;
    width: 100%;
  }
  #nav ul li {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    display: inline-block;
    position: relative;
    width: 48%;
    padding-top: 5px;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #3698de;
    cursor: pointer;
  }
  #nav ul li:hover {
    font-weight: bold;
    color: #2456d9;
  }
  #main {
    height: 100vh;
    background-image: url("/img/main.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
  }
  #name {
    height: 300px;
    width: 600px;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -300px;
  }
  .logo {
    background-image: url("/img/logo_black.png");
    background-size: cover;
    background-position: center top;
    width: 200px;
    height: 50px;
    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
  }
  .name_img {
    width: 500px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -250px;
    background-image: url("/img/logo2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (max-width: 950px) {
  .article ul {
    width: 85%;
    list-style-type: circle;
    margin-top: 180px;
  }
  .article ul li {
    font-size: 17px;
  }
  #photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 100px;
    background-image: url("/img/eat.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 950px) {
  .article {
    width: 50%;
  }
  .article ul {
    list-style-type: circle;
    margin-left: 140px;
    margin-top: 50px;
  }
  .article ul li {
    font-size: 17px;
  }
  #photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    right: 100px;
    top: 70px;
    background-image: url("/img/eat.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 950px) {
  #whyus {
    height: 600px;
  }
  .whyus_list {
    height: 500px;
    position: absolute;
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
  .whyus_items {
    float: left;
  }
  .whyus_items {
    transition: all 1s ease;
    width: 50%;
    margin: 0;
    padding: 0;
    height: 250px;
    display: inline-block;
    position: relative;
  }
  .whyus_items .whyus_img {
    width: 20%;
    height: 70%;
    border-radius: 50%;
    left: 0px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .whyus_items .whyus_text {
    float: left;
    position: absolute;
    margin-left: 60px;
    right: 0px;
    width: 80%;
    height: 100%;
  }
  .whyus_items .whyus_text h3 {
    width: 100%;
    text-shadow: 1px 1px gray;
    font-size: 25px;
    margin-right: 80px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
  }
  .whyus_items .whyus_text ul {
    padding-right: 10px;
  }
  .whyus_items .whyus_text ul li {
    text-align: left;
  }
}

@media (max-width: 950px) {
  #whyus {
    height: 1430px;
  }
  .whyus_list {
    position: relative;
    width: 90%;
  }
  .whyus_items {
    float: left;
    transition: all 1s ease;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .whyus_items .whyus_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-left: -60px;
    float: left;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .whyus_items .whyus_text h3 {
    width: 100%;
    text-shadow: 1px 1px gray;
    font-size: 25px;
    margin-right: 80px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  }
  .whyus_items .whyus_text ul {
    padding-right: 10px;
  }
  .whyus_items .whyus_text ul li {
    text-align: left;
  }
}

#spolehlivost .whyus_img {
  background-image: url("/img/loga/spolehlivost.png");
}

#garance .whyus_img {
  background-image: url("/img/loga/garance.png");
  /*width: 170px;
  height: 170px;
  margin-left: -30px;*/
}

#bezpecnost .whyus_img {
  background-image: url("/img/loga/stit.png");
}

#personal .whyus_img {
  background-image: url("/img/loga/personal.png");
}

@media (max-width: 950px) {
  #reference ul {
    margin-top: 10px;
  }
  #refer_list {
    /* Safari */
    transition: all 0.5s;
    position: relative;
    width: 90%;
    padding-left: 20px;
  }
  #refer_list li {
    /* Safari */
    transition: all 0.5s;
    display: inline-block;
    width: 45%;
    margin: 0 auto;
    padding: 0;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    font-weight: bold;
    font-size: 40px;
  }
  #refer_list #votvirak {
    background-image: url("/img/loga/votvirak.png");
  }
  #refer_list #rock {
    background-image: url("/img/loga/rock.png");
  }
  #refer_list #fusion {
    background-image: url("/img/loga/fusion.png");
  }
  #refer_list #colours {
    background-image: url("/img/loga/colours.png");
  }
  #refer_list #jamrock {
    background-image: url("/img/loga/jamrock.png");
  }
  #refer_list #sziget {
    background-image: url("/img/loga/sziget.png");
  }
  #refer_list #pohoda {
    background-image: url("/img/loga/pohoda.png");
  }
  #refer_list #machac {
    background-image: url("/img/loga/machac.png");
  }
  #refer_list li:hover {
    overflow: hidden;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (min-width: 950px) {
  #refer_list {
    /* Safari */
    transition: all 0.5s;
    position: relative;
    width: 90%;
    margin-left: 120px;
  }
  #refer_list li {
    /* Safari */
    transition: all 0.5s;
    display: inline-block;
    width: 23%;
    margin: 0 auto;
    padding: 0;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    font-weight: bold;
    font-size: 40px;
  }
  #refer_list #votvirak {
    background-image: url("/img/loga/votvirak.png");
  }
  #refer_list #rock {
    background-image: url("/img/loga/rock.png");
  }
  #refer_list #fusion {
    background-image: url("/img/loga/fusion.png");
  }
  #refer_list #colours {
    background-image: url("/img/loga/colours.png");
  }
  #refer_list #jamrock {
    background-image: url("/img/loga/jamrock.png");
  }
  #refer_list #sziget {
    background-image: url("/img/loga/sziget.png");
  }
  #refer_list #pohoda {
    background-image: url("/img/loga/pohoda.png");
  }
  #refer_list #machac {
    background-image: url("/img/loga/machac.png");
  }
  #refer_list li:hover {
    overflow: hidden;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 900px) {
  #map_section {
    position: relative;
    margin-bottom: 100px;
  }
  #map_section ul {
    list-style-type: circle;
    width: 400px;
  }
  #map_section ul ul {
    margin-left: 10px;
    margin-top: 30px;
    list-style-type: square;
  }
  .contact_box {
    position: absolute;
    right: 0px;
    float: right;
    width: 50%;
    height: 300px;
    top: 50%;
    margin-top: -150px;
  }
  .map_box {
    position: relative;
    width: 40vw;
    height: 40vw;
    float: right;
    margin-right: 5vw;
    display: inline-block;
    margin-top: -230px;
    background-image: url("/img/map.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 900px) {
  #map_section {
    height: 450px;
  }
  #map_section ul {
    width: 50vw;
    margin-left: 140px;
    margin-top: 70px;
    list-style-type: circle;
  }
  #map_section ul ul {
    margin-left: 60px;
    margin-top: 30px;
    list-style-type: square;
  }
  .map_box {
    position: relative;
    float: right;
    margin-top: -300px;
    margin-right: 100px;
    width: 400px;
    height: 400px;
    background-image: url("/img/map.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 650px) {
  #map_section {
    position: relative;
    margin-bottom: 50px;
  }
  #map_section ul {
    list-style-type: circle;
    display: inline-block;
    width: 100%;
  }
  #map_section ul ul {
    margin-left: 10px;
    margin-top: 30px;
    list-style-type: square;
  }
  .map_box {
    position: relative;
    width: 300px;
    height: 300px;
    float: none;
    margin-right: 5vw;
    margin-top: 0;
    margin-left: 100px;
    background-image: url("/img/map.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 950px) {
  #sortiment .sortiment_list {
    display: inline-block;
    width: 100%;
  }
  #sortiment h3 {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #sortiment ul {
    width: 85%;
    list-style-type: circle;
  }
  #sortiment .sortiment_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    margin-top: 20px;
    margin-left: -170px;
    position: relative;
    bottom: 0px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sortiment .sortiment_img_small {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    margin-left: 200px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sortiment #pancake_small {
    background-image: url("/img/pancake.jpg");
  }
  #sortiment #pancake {
    background-image: url("/img/pancake2.jpg");
  }
  .sortiment_items {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    height: 300px;
  }
  .sortiment_items .sortiment_text {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 950px) {
  #sortiment .sortiment_items {
    display: inline-block;
  }
  #sortiment ul {
    margin-left: 140px;
    list-style-type: circle;
  }
  #sortiment .sortiment_img {
    width: 30vw;
    height: 30vw;
    max-width: 350px;
    max-height: 350px;
    border-radius: 50%;
    top: 40%;
    right: 30px;
    position: absolute;
    top: 0px;
    margin-top: 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #sortiment .sortiment_img_small {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -100px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border: 6px solid white;
  }
  #sortiment .sortiment_list {
    margin-bottom: 150px;
  }
  #sortiment .sortiment_items:nth-child(2n+1) {
    margin-top: 50px;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
  }
  #sortiment .sortiment_items:nth-child(2n+1) h3 {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #sortiment .sortiment_items:nth-child(2n+1) #pancake_small {
    background-image: url("/img/pancake.jpg");
  }
  #sortiment .sortiment_items:nth-child(2n+1) #pancake {
    background-image: url("/img/pancake2.jpg");
  }
  #sortiment .sortiment_items:nth-child(2n+1) .sortiment_text {
    width: 50%;
  }
  #sortiment .sortiment_items:nth-child(2n+1) p {
    width: 80%;
    margin: 0 auto;
  }
  #sortiment .sortiment_items:nth-child(2n+2) {
    margin-top: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }
  #sortiment .sortiment_items:nth-child(2n+2) h3 {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
  }
  #sortiment .sortiment_items:nth-child(2n+2) .sortiment_text {
    width: 50%;
    float: right;
  }
  #sortiment .sortiment_items:nth-child(2n+2) p {
    width: 80%;
    margin: 0 auto;
  }
  #sortiment .sortiment_items:nth-child(2n+2) .sortiment_img {
    top: -30px;
    left: 10vw;
  }
  #sortiment .sortiment_items:nth-child(2n+2) .sortiment_img_small {
    position: relative;
    margin-left: 270px;
  }
}

#pizza {
  background-image: url("/img/pizza.jpg");
}

#pizza_small {
  background-image: url("/img/pizza2.jpg");
}

.languages2 {
  width: 88px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -44px;
}

.languages2 img {
  margin-right: 4px;
}

.languages1 {
  width: 40px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
}

@media (min-width: 950px) {
  #team_list {
    margin-top: 100px;
    position: relative;
    width: 100%;
  }
  .team_item {
    margin-top: 20px;
    width: 33%;
    display: inline-block;
    display: inline-block;
    position: relative;
    height: 450px;
  }
  .team_item h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
  }
  .team_item h5 {
    position: absolute;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
  }
  .team_item h6 {
    margin: 0 auto;
    position: absolute;
    margin-top: 165px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .team_item .team_foto {
    background-image: url("/img/icons/person.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
    width: 30vw;
    max-width: 150px;
    max-height: 150px;
    height: 30vw;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
}

@media (max-width: 950px) {
  #team {
    position: relative;
  }
  #team_list {
    margin-top: 100px;
    position: relative;
    width: 100%;
  }
  .team_item {
    margin-top: 20px;
    width: 30%;
    display: inline-block;
    height: 420px;
    display: inline-block;
    position: relative;
  }
  .team_item h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
  }
  .team_item h5 {
    position: absolute;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
  }
  .team_item h6 {
    margin: 0 auto;
    position: absolute;
    margin-top: 185px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .team_item .team_foto {
    background-image: url("/img/icons/person.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 20px;
    width: 30vw;
    max-width: 150px;
    max-height: 150px;
    height: 30vw;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }
}

#foto-pavlina {
  background-image: url("/img/people/pavlina.jpg");
}

#foto-petr {
  background-image: url("/img/people/petr.jpg");
}

#foto-eric {
  background-image: url("/img/people/eric.jpg");
}

@media (min-width: 950px) {
  #contact {
    height: 500px;
    background-image: url("/img/contact-back.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
  }
  input, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    box-shadow: none !important;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    max-height: 300px;
    border: none;
  }
  input:focus {
    outline: none;
  }
  textarea:focus {
    outline: none;
  }
  textarea {
    padding: 10px;
    width: 880px;
    height: 150px;
    resize: none;
    max-height: none;
    text-transform: none;
    display: inline-block;
  }
  .contact_form {
    margin: 0 auto;
    margin-top: 100px;
    width: 900px;
    height: 300px;
    text-align: center;
    transition: all 1s ease;
    position: relative;
  }
  .form_jmeno {
    background-color: white;
    width: 430px;
    height: 40px;
    font-size: 20px;
    color: dimgray;
    float: left;
    border-radius: 4px;
    padding-left: 10px;
  }
  .form_email {
    background-color: white;
    width: 430px;
    height: 40px;
    font-size: 20px;
    color: dimgray;
    padding-left: 10px;
    float: right;
    border-radius: 4px;
  }
  .form_button {
    margin: 0 auto;
    cursor: pointer;
    width: 100px;
    height: 40px;
    float: right;
    color: white;
    font-size: 15px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #e6361e;
    text-decoration: none;
    border: none;
  }
  .form_button:hover {
    background-color: #cc311c;
  }
  .form_zprava {
    color: dimgray;
    margin-top: 35px;
    font-size: 18px;
    min-height: 150px;
    width: auto;
    height: auto;
    padding-bottom: -20px;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
  }
}

@media (max-width: 950px) {
  #contact {
    height: 600px;
    background-image: url("/img/contact-back.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
  }
  input, textarea {
    font-size: 18px;
    box-shadow: none !important;
    height: 100%;
    width: 100%;
    margin: 0px;
    border-radius: 5px;
    padding: 0px;
    max-height: 300px;
    border: none;
  }
  input:focus {
    outline: none;
  }
  textarea:focus {
    outline: none;
  }
  .contact_form {
    margin: 0 auto;
    margin-top: 100px;
    width: 80%;
    text-align: center;
    transition: all 1s ease;
    position: relative;
  }
  .form_jmeno {
    background-color: white;
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: dimgray;
    border-radius: 4px;
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .form_email {
    background-color: white;
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: dimgray;
    padding-left: 10px;
    border-radius: 4px;
  }
  .form_button {
    margin: 0 auto;
    margin-top: 10px;
    width: 100px;
    height: 40px;
    float: right;
    color: white;
    font-size: 15px;
    border-radius: 4px;
    font-weight: bold;
    background-color: #e6361e;
    text-decoration: none;
    cursor: pointer;
    border: none;
  }
  .form_button:hover {
    background-color: #cc311c;
  }
  .form_zprava {
    color: dimgray;
    margin-top: 5px;
    font-size: 18px;
    min-height: 150px;
    width: 100%;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
    background: white;
    height: 150px;
    max-height: none;
    text-transform: none;
  }
  .form_zprava textarea {
    width: 100%;
    resize: none;
    position: relative;
    padding: 10px 0px 10px 10px;
  }
}

#footer {
  height: 200px;
  background-color: #202020;
  color: #606060;
  font-weight: bold;
}

#footer div {
  position: absolute;
  font-size: 14px;
}

@media (min-width: 500px) {
  #footer #design {
    bottom: 5px;
    right: 50px;
    font-size: 14px;
  }
  #footer #design a {
    text-decoration: none;
    color: gray;
  }
}

@media (max-width: 500px) {
  #footer #design {
    bottom: 0px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    font-size: 14px;
  }
  #footer #design a {
    text-decoration: none;
    color: gray;
  }
}

#footer #copyright {
  bottom: 18px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
}

#footer #back_logo {
  width: 500px;
  height: 100%;
  opacity: 0.05;
  left: 50%;
  margin-left: -250px;
  background-image: url("/img/logo_black.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#footer #data {
  font-size: 15px;
  position: absolute;
  left: 50px;
  bottom: 15px;
  color: #575757;
  padding: 5px;
}

#footer #data i {
  font-size: 13px;
}

#footer #data h4 {
  text-align: center;
  width: 200px;
  margin-bottom: 10px;
  margin-left: -10px;
  padding: 5px;
  border: 1px dashed #494949;
}
