body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    font-family: FontAwesome Lucida Sans Unicode, Lucida Grande, sans-serif;
    background-color: #eeefed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: inherit;
}

header{
    background: #202020;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    padding: 0;
    color: white;
    text-align: center;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}

nav > ul > a:last-child{
    padding-right: 30px;
}



nav ul{
  /*  background-color: #eeefed; */
    overflow: hidden;
    color: #a6a6a6;
  /*  position: relative; */
    padding: 0 0 0 0;
    text-align: right;
    margin: 0 0 0 0;
    z-index: 2;
    list-style: none;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;
}

nav a{
    margin: 0;
    padding: 0;
    width: 100%;
    direction: rtl;
}


.icon-set{
    background: #202020;
}



.cont ul{
    list-style: none;
    position: relative;
    float: left;
    padding-left: 40px;
    margin: 0;
    display: flex;
    padding-top: 5px;
    padding-bottom: 0;
}

.cont i{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;

}
.cont-text{
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 17px;
    font-size: 14px;
}

.cont-bar  i{
    font-size: 30px;
}

.cont-logo{
    padding-left: 20px;
}

li.cont-text{
    padding-bottom: 5px;
    top: -2px;
}

.cont ul li{
    display: inline-block;
    text-align: center;
    max-width: inherit;
}
.nav > a {
    display: inline-block;
    width: 100%;
}


.nav ul {
    list-style: none;
    position: relative;
    float: right;
    display: inline-block;
    padding-right: 20px;
    margin: 0;
    padding-top: 10px;
}

.nav ul a {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    width: 20px;
    text-align: center;
    max-width: inherit;
    background-color: #eeefed;
    color: #a6a6a6;
}

.nav > a.facebook:hover {
    background: #3b5998 !important;
    background-size: contain;
    color: white;
}

.nav > a.twitter:hover {
    background: #55acee !important;
    color: white;
}


.nav > a.google:hover {
    background: #d34836 !important;
    color: white;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#image{
    float: left;
    padding:20px 0 0 40px;
    width: 250px;
    margin: 0;
}

.clearfix
{
    clear: both;
}
/*
nav ul li a{
    display: inline-block;
  /*  width: auto;
    margin: 0;
    padding: 0;
}

*/

.active{
    color: black;
    z-index: 2;
}

nav ul li{
    width: 60px;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    font-size: 16px;
}

nav ul > a > li{
  /*  border: 0.5pt groove #eeefed; */
}

nav a{
    margin: -2.5px;
    padding: 0;
}

.kontakt{
    list-style: none;
    text-align: left;
    padding-bottom: 5px;


}

.kontakt-text{

}

.kontakt p{
    padding: 0;
    margin: 0;
    display: block;
}


.kontakt ul{
    list-style: none;
    margin: 0;
    height: 50px;
}

.form{
    float: right;
    padding: 0;
    margin: 0;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;

 }

form {
    margin:0 auto;
    width: 440px;
    padding-bottom: 10px;


}

input, textarea {
    width:400px;
    height:14px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    background-color:#a6a6a6;
    color: white;
    font-weight: bold;
    border:none;
    margin-top:10px;
    cursor:pointer;
}

#submit:hover {
    opacity:.9;
    color: #333333;
}

textarea {
    height:140px;
    background-color: #efefef;
}

.contact-form{
    background-color: #333333;
    width: 100%;
    height: 100%;
    overflow: inherit;
    color: white;
    display: inline-block;
    padding-bottom: -10px;
}

.kontakt li > p{
    display: inline;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: left;
}

#num{
    vertical-align: inherit;
    position: relative;
}

#toright{
    padding-left: 4px;
}

#toright-text{
    padding-right: 5px;
}

.kontakt li {
    display: inline-block;
    padding-left: 10px;
    height: auto;

}

.kontakt br{
    padding-left: 80px;
}

.kontakt-bar i{
    font-size: 40px;
}



.kontakt-list{
    display: inline-block;
    height: 300px;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 50px;
    padding-top: 10px;

}

.kontakt-table{
    border: 2px solid white;
    padding-right: 30px;
    padding-top: 10px;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}



nav ul li:hover{
    background-color: #202020;
    color: white;
}

.current li{
    color: #eeeeee;
    background-color: #333333;


}

nav ul li:active{
    color: #202020;
}

.icon{
    font-size: 18px;
}

.hide{
    display: none;
}

.handle{
    width: 100%;
    background: #eeefed;
    text-align: right;
    box-sizing: border-box;
    padding: 15px 10px;
    cursor: pointer;
    color: #a6a6a6;
    display: none;
}

section{
    line-height: 1.5em;
    font-size: 0.9em;
    padding: 40px;
    width: 75%;
    margin: 0 auto;
}

#banner{
    width: 100%;

}

.textstyle h1{
    color: #333333;
    font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 28px;

}

.textstyle h2{
    color: #333333;
    font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 24px;

}

.articles{
    line-height: 1.5;
    display: block;

}


.textstyle p{
    color: #333333;
    font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 16px;

}

footer{
    background-color: #1b1b1b;
    color: white;
    margin: 0;
    padding: 0;

    display: inherit;
    width: 100%;
    height: inherit;
    overflow: inherit;
    margin-top: -10px;
}

.contact-form:after{
    clear: both;
}

footer p{
    margin: 0;
    padding: 0;

}

.link-articles{
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: inherit;
}

.link-articles ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.link-articles ul li a{
    font-size: 15px;
    font-weight: bold;
}

.link-articles li{
    margin-bottom: 10px;
}

.link-articles li:hover{
    color: #a6a6a6;
}

footer img{

}

.banner{
    margin: 0 0 0 0;
}

.foot{
    width: 100%;
    height: 55px;
    display: inline-flex;
    position: inherit;
    background-color: inherit;
    padding: 0;
    margin: 0;
   /* padding-left: 5px;*/
    overflow: inherit;

}


.foot a{
    float: left;
    padding-top: 12px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.foot p{
    float: left;
    padding-top: 24px;
    padding-left: 10px;
    font-size: 12px;
}

.foot-bar{
    float: right;
    list-style: none;
    display: inline-block;
    overflow: inherit;

}




.foot-bar ul > a >li:last-child{
    padding-right: 20px;
}

.foot-bar > ul > a > li {
    color: #eeefed;
    background-color: #a6a6a6;
}

.foot-bar ul a > li{


}

@media screen and (max-width: 950px) {
    .kontakt-list{
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        height: 290px;
    }

    .form label:first-child{
        padding-top: 0;
        margin: 0;
    }

    .form{
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        width: inherit;
        overflow: inherit;
    }


    .contact-form{
        padding-bottom: 20px;
        overflow: inherit;
    }
}

@media screen and (max-width: 550px) {
    input, textarea{
        width: 75%;
        float: none;
    }


    #kontakt-form{
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        width: inherit;
        height: auto;

    }
}

@media screen and (max-width: 770px){
    nav ul{
        max-height: 0px;
    }

    #image{
        float: left;
        padding:10px 0 0 40px;

    }

    .kontakt-list{
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;

    }


    .kontakt-table{
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .contact-form{
        height: 760px;
        overflow: inherit;
    }

    .showing{
        max-height: 20em;
    }
    nav ul li{
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        text-align: left;
    }
    nav  li:first-child  i{
        display: none;
    }

    header{
        display: none;
    }
        /*
    img{
        display: none;
    }*/
    .handle{
        display: block;
    }

    nav > ul > a:last-child{
        padding-right: 0px;
    }

    nav > ul > a > li:last-child{
      /*  border: 0.7px;*/
    }

    nav > ul > a{
        width: 100%;
        display: block;
    }

    nav a{
        margin: -1px;
    }

    .hide{
        display: inline-block;
        font-size: 10px;
        width: 100%;
        float: left;
        background-color: inherit;
    }

    .cont ul{
        padding: 0;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .cont ul li {
        font-size: 10px;
        padding: 0;
    }

    .cont ul i {
        font-size: 20px;
        padding: 0;
    }

    .nav ul{
        padding-top: 0;
        padding-bottom: 10px;

    }

    .nav{
        float: right;
    }

    #image{
        width: 140px;
        max-width: 140px;
        padding: 0;
        padding-top: 7px;
        padding-left: 20px;
    }

}
#down{
    padding-top: 30px;
}

#menu.active{
    color: black;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../res/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.logodata{
    width: 90px;
    position: relative;
}

#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}

#loading-image {position: absolute;top: 40%;left: 45%;z-index: 100}

#gradient{
    background: #eeefed;
    background: -webkit-linear-gradient(#eeefed, white);
    background: -o-linear-gradient(#eeefed, white);
    background: -moz-linear-gradient(#eeefed, white);
    background: linear-gradient(#eeefed, white);
}

.center {
    text-align: center;
    padding-left: 10px;
}