@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css";
@import url('https://fonts.googleapis.com/css?family=Itim|Open+Sans:400,600&subset=latin-ext');
body{
  font-family: 'Open Sans', cursive;
  font-weight: normal;
}#e09c04

.container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  text-align: center;
}

.container > * {
  padding: 0px;
  flex: 2000%;
}

header {
        min-height: 75px;
        padding-bottom: 40px;
        margin: 0;
        padding: 15% 15% 0.5% 0%;
        text-align: center;
  }


body.index  header {
          min-height: auto;
    }

    /* Carousel */

  #slides {
        display:none;
        position: relative;
      }

  .slidesjs-navigation{
    position: absolute;
    top: 45%;
    z-index: 15;
    right: 30px;
  }

  .slidesjs-previous.slidesjs-navigation{
    left: 30px;
  }

.slidesjs-pagination{
  display: none;
}

/* Menu */

nav#menu {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #e09207;
  text-indent: 0;
  z-index: 200;
  border-bottom: 20px solid #933803;
}

nav ul{
  list-style: none;
}

ul.menu {
  list-style-type: none;
  margin: 0rem 0 0 0;
  display: flex;
  justify-content: flex-end;
  font-family: 'Open Sans';
}

li {
  text-transform: uppercase;
}

a {
  color: white;
  display: block;
  text-decoration: none;
}

p a {
  display: inline;
}

nav > ul > li {
      text-align: center;
      line-height: 40px;
      margin: 0 5px;
}

.menu .active > a {
    background:#933803;
    color:#e6e6e6;
    height: auto;
}

.menu > li > a {
    line-height:40px;
}
.menu-text {
   font-size: 45px;
}
nav > ul li ul li {
      width: 100%;
}

nav ul li:hover {
      cursor: pointer;
      position: relative;
}
nav ul li:hover > ul {
      display: block;
}
nav > ul > li > a {
      cursor: pointer;
      display: block;
      outline: none;
      width: 100%;
      text-decoration: none;
    padding: 25px;
    font-family: 'Open Sans';
}

nav > ul > li {
      float: left;
}
nav a {
      color: white;
}
nav ul li:hover > a {
      color: #933803;
}
nav > ul li ul {
  display: none;
  position: absolute;
  text-align: center;
    top: 80%;
    width: 200px;
  z-index: 200;
}
nav > ul li ul li > a {
      text-decoration: none;
    padding: 10px;
}

[type="checkbox"], nav label {
      display: none;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Open Sans', cursive;
}

.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mt-6 {
    margin-top: 6rem;
}

.mb-1 {
    margin-bottom: 1rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
.mb-6 {
    margin-bottom: 6rem;
}


.pt-1 {
    padding-top: 1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pt-4 {
    padding-top: 4rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pt-6 {
    padding-top: 6rem;
}

.pb-1 {
    padding-bottom: 1rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.pb-6 {
    padding-bottom: 6rem;
}

.main {
  min-height: 300px;
}

 .content h2.heading{
  color: #933803;
  font-size: 28pt;
  margin-bottom: 4%;
  text-align: center;
}

/* Fondation */

.panel{
        margin-left: 15%;
      }


.content p.foto{
  text-align: center;
  padding-left: 5%
}

.content h3.foto{
  text-align: center;
  padding-left: 5%
}

.content h2.heading#fotogal{
  text-align: center;
  padding-left: 5%
}

h2{
  color: #e09207;
}

.logo{
  position: fixed;
  padding-left: 15px;
  width: 400px;
  top: -4px;
}

.logo img{
   width: 20%;    
}

.logo #tabor {
   font-family: 'Antropos';
   font-size: 40px !important;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   margin-left: 8%;
   color: #933803;
}

.logo #tabor:hover {
   color: #fff;
}

@media all and (max-width: 768px) {
  .logo #tabor {
      font-size: 25px !important;
      margin-left: -1rem;
    }
  .menu > li > a {
    line-height:40px;
    padding: 0.4rem 1rem !important;
  }
}

@media all and (min-width: 769px) and (max-width: 900px) {
  .logo #tabor {
      font-size: 18px !important;
      margin-left: -0.3rem;
    }
  ul.menu {
      margin: -2.2rem 0 0 0;
    }
}

@media all and (min-width: 901px) and (max-width: 1100px) {
  .logo #tabor {
      font-size: 28px !important;
      margin-left: 1rem;
    }
  ul.menu {
      margin: -1rem 0 0 0;
    }
}

ul{
  margin: 0;
  padding: 0;
}

#why {
    padding:1.5em 2em 2.5em 2em;
    transition: all 0.5s;
 }
.home.container #why {
    background: rgba(86, 33, 2, 0.61);
    position: absolute;
    top: 10em;
    width: 20em;
    text-align: left;
    z-index:10;
 }
#banner:hover #why {
    opacity:0.1;
 }
#banner:hover #why:hover {
    opacity:1;
 }
#why > div > div {
    margin-bottom: 1.2em;
}
#why > div > div:last-child {
    margin-bottom: 0;
}
#why .fa {
    float:left;
    color: #fff;
}
#why h2{
    color: #fff;
    font-size:2.0em;
    font-weight: 700;
    margin-bottom: 0.8em;
}
#why h3,
#why p {
    margin: 1%;
    padding: 0;
    color: #fff;
    font-size: 11pt;
    line-height: normal;
}
#why p#termin {
    font-size: 24pt;
    padding-bottom: 0;
}
#why p#prihlasit {
    font-size: 15pt;
    padding-bottom: 0;
}
#why h3{
    color: #9cc732;
    font-weight: 700;
    font-size: 1.2em;
}
#why a {
    color: inherit;
    text-decoration: none;
}
#why a:hover {
    text-decoration: underline;
}

/* Banner */

    #banner {
        position: relative;
    }

        #banner:before {
            content: '';
            position: absolute;
            left: 0;
            top: -156px;
            width: 100%;
            height: 100%;
            background: rgba(64, 72, 80, 0.25);
        }

        #banner .item {
            background-color: #B3A398;
            background-repeat: no-repeat;
            color: #d8d8d8;
            padding: 16em 0;
            text-align: right;
            display: none;
            background-size: cover;
            background-position: center center;
        }
         #banner .item.slick-current {
            -webkit-animation: slider 10s normal;
            animation: slider 10s normal;
        }
        @-webkit-keyframes slider {
            30% {background-position: bottom center;}
            35% {background-position: bottom center;}
            65% {background-position: top center;}
            70% {background-position: top center;}
            100% {background-position: center center;}
        }

        @keyframes slider {
            30% {background-position: bottom center;}
            35% {background-position: bottom center;}
            65% {background-position: top center;}
            70% {background-position: top center;}
            100% {background-position: center center;}
        }

        #banner .item:first-child,
        #banner .item.slick-slide {
          display: block;
        }

        #banner .inner {
            position: relative;
            z-index: 1;
        }

            #banner .inner :last-child {
                margin-bottom: 0;
            }

        #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
            color: #ffffff;
        }

        #banner .button.alt {
            box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
            color: #ffffff !important;
        }

            #banner .button.alt:hover {
                background-color: rgba(144, 144, 144, 0.275);
            }

            #banner .button.alt:active {
                background-color: rgba(144, 144, 144, 0.4);
            }

            #banner .button.alt.icon:before {
                color: #c1c1c1;
            }

        #banner .button {
            min-width: 12em;
        }

        #banner .desc {
            margin-left: 32em;
            max-height: 51px;
        }

        #banner h2 {
            font-size: 3.5em;
            font-weight: 700;
            line-height: 1em;
            margin: 0 0 0.5em 0;
            padding: 0;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
        }

        #banner p {
            font-size: 1.5em;
            margin-bottom: 2em;
        }

            #banner p a {
                color: #ffffff;
                text-decoration: none;
            }

#go {
    position: absolute;
    left: 50%;
    z-index:20;
    margin: -44px 0 0 -44px;
    color: #fff;
    background: #e09207;
    border: 14px solid white;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;#e09207
}
#go:hover {
    margin: -52px 0 0 -52px;
    text-shadow: 0 -3px 8px rgba(0,0,0,0.3);
    background: #933803;
    padding: 22px 18px 14px;
}

/* large */

.large-12.columns{
            width:100%;
          }

@media print,screen and (min-width: 802px){
          .column,.columns{
            padding-right: 1%;
            padding-left: 5.5%;
            padding-bottom: 2%;
          }
    
          .gal{
            padding-right: 1%;
            padding-left: 9%;
            padding-bottom: 2%;
          }

          .panel{
            margin-left: 15%;
          }
      }

/* Gallery */

.gallery {
    width: 100%;
}
.gallery .row > * {
    padding-bottom:2.5em;
}
.sidebar .gallery .row {
    padding-left: 3em;
}
.sidebar .gallery .row > * {
    padding: 0 0 1em 1em;
}

.main .gallery {
    padding-top: 2em;
}
.main .gallery .row {
    margin-left: -1em;
}
.main #gallery.gallery .row {
    margin-left: -2em;
}

.gallery .row > * {
    padding-bottom: 2.5em;
}

.main #gallery.gallery .row > * {
    padding: 0 0 2em 2em;
}

@media all and (max-width: 800px) {
        .gallery .special {
            position: relative;
            overflow: hidden;
            -moz-box-shadow: 0 0 5px 1px rgba(110, 92, 79, 0.3);
        }
}

@media all and (min-width: 800px) {
        .gallery .special {
            position: relative;
            overflow: hidden;
            box-shadow: 0 0 5px 1px rgba(110, 92, 79, 0.3);
            -moz-box-shadow: 0 0 5px 1px rgba(110, 92, 79, 0.3);
            -webkit-box-shadow: 0 0 5px 1px rgba(110, 92, 79, 0.3);
        }
}
    
.gallery .image.fit {
    margin: 0;
}
.gallery .thumb-caption {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 18% 15px 0 15px;
    transition: all 0.3s linear;
    color: #ffffff;
}
.gallery .special:hover .thumb-caption {
    top: 0;
}
.gallery .thumb-caption h3,
.gallery .thumb-caption h4 {
    color: #fff;
    margin: 0.5em 0;
}
.gallery .thumb-caption .button.small {
    font-size: 0.8em;
    padding: 8px 8px 8px 10px;
    text-indent: 0;
    border-radius: 0;
    height: auto;
    line-height: 1em;
    color: white;
}
.gallery .button-group {
    margin-bottom: 2em;
}
.gallery .button-group button,
#categories ul .button {
    opacity:0.5;
}
.gallery .button-group button:hover,
.gallery .button-group button.is-checked,
#categories ul .button:hover,
#categories ul .button.ui-tabs-active {
    opacity:1;
}
#gallery {
    text-align: center;
}
#gallery #categories > ul {
    margin: -3em 0 4em 0;
}
#gallery #categories > ul li.button {
    text-indent:0;
    padding: 0;
}
#categories ul .button a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 1.75em;
}
#gallery #categories h3 {
    font-size: 2em;
}

.button {
    background-color:#933803;
    color:#fefefe;
}

.button:focus, .button:hover {
    background-color:#e09207;
    color:#fefefe;
}

/* Obsah */

#heading1{
  display: flex;
  padding-left: 10%;
  color: #e09207;
}

#banner{
  padding-top: 75px;
}

.panel{
  font-size: 13px;
  font-weight: normal;
}

.panel h4{
  color: #e09c04;
  font-size: 17px;
  font-weight: bold;
}

.panel a:hover{
  color: #e09207;
}

.panel a{
  color: #e09c04;
}

.panel ul{
  text-align: left;
  font-size: 16px;
  padding: 0 0 0 15px;
  text-decoration: none;
}

.panel h3{
  color: #d89604;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  padding-top: 275px;
}

.panel h3.o-nas{
  padding-top: 40px;
}



.panel .button{
  text-align: left;
}

.content{
  display: block;
  padding: 7% 8.5% 0% 0%;
  margin-top: 8%;
  text-align: left;
  margin-bottom: 10px;
}

.content#uvod{
  margin-top: 0%;
}

.content#gods{
  margin-top: 8%;
}

footer .content{
  padding: 2% 1% 0% 0%;
}

footer .content h1, footer .content h2,
footer .content h3, footer .content h4,
footer .content h5, footer .content h6 {
    line-height: 1.4;
    margin-top: 1%;
    color: #fff;
}

footer .content a{
  color: #fff;
}

footer .content p{
  margin-bottom: 0;
}

footer .content .email p{
line-height: 1.65em;}

footer .content .large-12 p {
    text-align: center;
}

@media print, screen and (min-width: 802px) {
    footer .column, footer .columns {
        padding-left: 2%;
    }
    #gods .column, #gods .columns {
        padding-left: 2%;
        margin-top: 4%;
    }
}

.content#galle{
  display: block;
  padding: 7% 5% 0% 0%;
  text-align: left;
  margin-bottom: 10px;
}

.content h2{
  text-align: left;
  color: #e09207;
}

.content h2{
  text-align: left;
  color: #e09207;
}

.content h3{
  padding-top: 3%;
  margin:0;
  color: #e09c04;
}

.content h4{
  color: #e09c04;
}

footer .content h1, footer .content h2,
footer .content h3, footer .content h4,
footer .content h5, footer .content h6 {
    line-height: 1.4;
    margin-top: 1%;
    color: #fff;
}
.content label {
    display: block;
    padding-bottom: 5px;
}

.content a h2:hover{
  text-align: left;
  color: #e09c04;
}

.content a{
  text-align: left;
  color: #e09c04;
  font-weight: bold;
}

.content a:hover{
  text-align: left;
  color: #e09c04;
  font-weight: bold;
}

.content input {
  display: block;
  margin-bottom: 20px;
}

a.special{
color: #e09207;
font-weight: bold;
padding-bottom: 40px;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

.content table td {
    padding-top: 0.5em;
}

.content td a.button{
  text-align: left;
  color: #fff;
  font-weight: bold;
}

.content td a.button:hover{
  text-align: left;
  color: #fff;
  font-weight: bold;
}

th, td {
    text-align: left;
    padding: 10px;
    margin: 10px;
    font-family: 'Open Sans';
    font-weight: normal;
}

tr:nth-child(even){
  background-color: #e09207;
}

th {
    background-color: #e09c04;
    color: white;
}

.koment{
  width: 400px;
  height: 200px;
}

.content ul{

  text-align: left;
  font-size: 16px;
  padding: 0 0 0 15px;
}

.content ul li{
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans';
  padding-top: 15px;
}

.content p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8em;
  text-align: justify;
}

ol{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.inner {
      max-width: 3000px;
      margin: 0 ;
      padding: 0px ;
      position: relative;
}

/* Fotogalerie */

.gallery {
  justify-content: center;
  display: flex;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
}
.img {
  flex-basis: 23%;
  margin: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}

.img:hover {
border: 1px solid #777777;
}

.img a,
.img img{
width: 100%;
height: 160px;
display: block;
background-position: center center;
background-size: cover;
}

.gallery .img{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.gallery .img a {
  position: relative;
}

.gallery .img .desc {
        color: white;
        padding: 15px 0px;
        text-align: center;
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        }

.odkazy {
  margin:10px;
}

#gal{
  display: flex;
  margin-left: -21%;
}

#step{
  font-size: 13px;
  display: block;
  padding: 0 10%;
  text-align: left;
  margin-bottom: 10px;

}

.morecontent span {
    display: none;
}
.morelink {
  border: 1px solid #ccc;
  color: white;
  padding: 5px;
  margin-top: 10px;
  width: 95px;
  text-align: center;
  display: block;
  background-color: #e09207;
}

h2{
  color: #e09207;
}

.actuality{
  border: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
}

.actuality > .actuality-heading{
  background-color: #e09207;
  color: white;
  border-color: #ccc;
}

.actuality-heading{
  padding: 1px 15px;
  border-bottom: 1px solid transparent;
}

.actuality-text{
  background-color: white;
  color: black;
  padding: 10px 0px;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  font-family: 'Open Sans';
  font-size: 13px;
}

.history{
  color: #e09207;
}


/* strankovani */
.jplist-pagination {
    justify-content: center;
    display: flex;
    margin: 15px auto;
}
.jplist-pagingprev.jplist-hidden,
.jplist-pagingnext.jplist-hidden {
    display: block;
    opacity: 0.3;
}

.jplist-current{
  opacity: 0.3;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 800px) {
  .inner {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
  }
    
  header{
    width:100%;
    padding-bottom: 10px;
    padding-top: 80px;
    text-align: center;
  }
    
  .logo{
    margin: 0 0 1% 0;
    width: 100%;
    background-color: #e09207;
    padding-left: 50px;
  } 
  
  .logo img{
    width: 25%;    
  }
    
    .row{
       margin-left: 5%;
    }
  
    #go{
      padding: 0.1px;
    }  
  
  .panel h3.heading{
    color: #e09207;
    padding-top: 100px;
  }
    
  .content h2.heading {
    padding-top: 80px;
  }

  #gal{
    display: block;
    justify-content: center;
    margin-left: 0px;
  }

  .content{
    font-size: 13px;
    display: block;
    padding: 0 5% 2%;
    text-align: left;
    margin-bottom: 10px;
  }

  #kroky{
    padding-left: 8%;
  }

  .koment{
    max-width: 70%;
    height: 200px;
  }

  .gallery {
    display: block;
    justify-content: center;
  }
  .img {
  width: 100%;
  }

  iframe{
    max-width:100%;
  }

/* Responzivní nav */
    nav#menu {
       border-bottom: 50px solid #e09207;
       position: absolute;
    }
    
    nav label {
        display: block;
        background: #222;
        width: 40px;
        height: 40px;
        cursor: pointer;
        right: 5px;
        z-index: 250;
        top: 12px;
        position: fixed;
    }

  nav label:after{
    content:'';
    display: block;
    width: 30px;
    height: 5px;
    background: #777;
    margin: 7px 5px;
    box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
    }

    [type="checkbox"]:checked ~ ul {
        display: table;
        z-index: 240;
        position: fixed;
    }

    nav {
      position: relative;
    }

    nav ul.menu {
      display: none;
    }

    nav a {
        color: white;
    }

    nav ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        background: #222;
        text-indent: 20px;
    }
    
    nav ul li:hover {
      cursor: pointer;
      position: relative;
    }

    nav > ul > li {
        margin-left: 0px;
    }
    
    nav > ul > li > a{
        padding: 6px 12px;
    }
    
    .menu.horizontal > li, .menu > li {
       display: block;
       width: 100%;
    }
    
    *, ::after, ::before {
        box-sizing: inherit;
    }

    nav > ul li ul li {
        display: block;
        float: none;
    }

    nav > ul li ul {
        display: block;
        position: relative;
        padding-left: 50px;
        width: 80%;
        z-index: 240;
        float: none;
    }
    
    #banner{
        padding-top: 10px;
    }
    
    #banner:before{
       max-width: 100%;
       margin: 0;
    }
    
    #banner .item {
    padding: 13em 0;
    }

    h1 {
      font-size: 26px;
    }
    
 /* Responzivní why */
    .home.container #why {
    background: rgba(27, 22, 19, 0.8);
    position: absolute;
    top: 2.5em;
    width: 20em;
    text-align: left;
    z-index:10;
    }
    
 /* Responzivní galerie */
    .gallery .thumb-caption{
    padding: 6% 15px 0 15px;
    }
    
    .gallery .thumb-caption#detail{
    padding: 16% 15px 0 15px;
    }
    
/* Responzivní patička */
    .content .foot{
       padding: 8% 15% 0% 5%;
    }
    
    li.fb{
       padding-right: 5%;
    }
    
    footer{
       font-size: 7px;
       max-width: 200%;
       
    }
    
    footer li {
       text-transform: none;
    }
    
    .fa-ul{
       margin: 1%;
       font-size: 7px;
    }
    
    footer .fa-li{
        position: absolute;
        left: -2.14em;
        width: 1.54em;
        top: .14285714em;
        text-align: center;
        border: 1px solid #B6A497;
        border-radius: 50%;
        padding-top: 7%;
    }

}

@media all and (min-width: 801px) {
  .container {
      width: 750px
      }
    .main    { flex: 9 0px; }
    .main #index { flex: 9 0px; }
    .aside-1 { flex: 3; }
    .main    { order: 2; }
    nav > ul li ul {
      background-color: #e09207;
      font-size: 14px;
      margin: 0px;
    }
    
    
    .content .foot{
       padding: 8% 15% 0% 49%;
    }
    
    footer .fa-li{
      position: absolute;
      left: -2.14em;
      width: 1.54em;
      top: .14285714em;
      text-align: center;
      border: 2px solid #fff;
      border-radius: 50%;
      padding-top: 1%;
    }

  }

      @media (min-width:992px) {
          .container {
              width: 970px
          }
      }

      @media (min-width:1200px) {
          .container #begin {
              width: 1170px
          }

      }

/* Patička*/
@media all and (max-width: 801px) {
    .bottom {
        padding: 8% 36% 2% 25%;
        list-style: none;
    }

    .bottom ul{
        padding: 4% 0 2% 0;
        list-style: none;
    }
}
@media print,screen and (min-width: 802px){
    .bottom {
        padding: 8% 36% 2% 33%;
        list-style: none;
    }

    .bottom ul{
        padding: 4% 0 2% 0;
        list-style: none;
    }
}

    .bottom label {
         font-size: 18px;
         font-weight: bold;
    }

    #detail-gal {
        padding: 8% 34% 2% 25%;
    }

    .contact p {
         padding: 0;
         margin: 0;
         font-size: 18px;
    }

    .contact a {
         color: #e09c04;
         padding: 0 0 15px 0;
    }

    .content label {
         font-size: 18px;
         font-weight: bold;
    }

    input[type="submit"] {
        background-color: #933803;
        color: #fff;
    }

footer{
      min-height: 250px;
      max-height: 600px;
      max-width:100%;
      background-color: #933803;
      padding-bottom: 0;
      color: white;
      padding-left: 1%;
  }

footer ul {
  display: flex;
  justify-content: center;
  text-decoration: none;
  list-style: none;
}

footer li{
  line-height: 20px;
  font-family: 'Open Sans';
  padding-right: 4 %;
}

footer li.fb{
  width: 25%;
}

footer li.tw{
  width: 20%;
}

footer p{
  text-align: center;
  padding-bottom: 1%;
  padding-right: 3%;
}
footer #contact h5.h-kontakt{
  padding-left: 2%;
}
footer #contact .info{
  padding-left: 2%;
}
footer #contact #iveta{
  padding-bottom: 2%;
}
footer #contact p{
  text-align: left;
  padding-bottom: 1%;
  padding-right: 3%;
}
footer #contact .email a {
    font-weight: normal;
}
footer a{
  margin: 0;
  color: white;
  display: inline-block;
}

footer a:hover{
  color: white;
}

footer .fa-ul{
  padding-top: 1%;
}
