body {
    overflow-x: hidden;
     font-family: 'Archivo Narrow', sans-serif;
}

#content{
    margin-top: 90px; 
    margin-bottom: 40px;
}
@media (max-width:767px){
    #content{
        margin-top: 45px; 
        margin-bottom: 65px;
    }
}

.contact-details{
    color: black;
    text-align: center;
     margin-bottom: 15px;
      font-family: 'Archivo Narrow', sans-serif;
}

#mapka{
    height: 285px;
    width: 100%;
    margin-top: 10px;
}

#contactForm > div > div > p.help-block.text-danger{
    color: red!important;
    font-size: 13px!important;
}
#contactForm .error input, #contactForm .error textarea{
    border-color: red;
}

p {
    font-size: 18px;
    color: black;
    font-family: 'Archivo Narrow', sans-serif;
}

p.small {
    font-size: 13px;
    color: black;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    //font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
   // font-family: 'Open Sans', sans-serif;
   font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
}


.sub-header{
    margin-top: 0px;
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1em;
    }  
}
.navbar-brand{
    padding: 0px;
    font-size: 1em;
}
.navbar-brand > img {
    display: inline;
    height: 100%;
}
.nav-title{
    font-size: 1em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 15px 0;
}
.navbar-collapse.in > div.navbar-brand{
    width: 100%;
    display: block;
    text-align: center;
}

.navbar-collapse > div.navbar-brand:hover{
    background-color: transparent;
}
.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    box-shadow: 0px 1px 20px 0px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    font-size: 0.75em;
}
.navbar-nav>li>a{
    padding-left: 7px;
    padding-right: 7px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

ul.nav{
    margin-right: 5px;
}

footer {
    color: black;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

footer .footer-below {
    padding: 10px 0;
    background-color: #eeeeee;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-box{
    min-height: 125px;
}
.feature-box small{
    font-size: 16px;
}

.lista ul{
    // margin-left: 10%;
    font-size: 18px;
    color: black;
    font-family: 'Archivo Narrow', sans-serif;
}
li > span{
    margin-right: 10px;
}

.img-logo{
    height: 100px;
    max-width: 17%;
    width: auto;
}
@media (max-width:767px){
    .img-logo{
        height: 100px;
        max-width: 100%;
        width: auto;
    }
}

