
.content {
    padding: 10% 0 0;
    height: inherit;
}

.section-title.center h2 {
    text-align: center;
}

#tf-kontakt{
    background: url(../img/64089571.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 90vh;
}
#tf-kontakt .overlay{
    background-attachment: fixed;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.6);
    min-height: 90vh;
}






dt {
    width: 160px !important;
}
dd {
    margin-left: 12em !important;
}

.nav-tabs > li > a {
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #DA251D;
}

.nav-tabs a:hover {
    color: #DA251D;
}

.wieksze {
    font-size: larger;
    font-weight: 700;
}

#skontaktuj dt {
    width: 4em !important;
}

#skontaktuj dd {
    margin-left: 6em !important;
}

#wyslijMailIframe {
    position: absolute;
    left: 5%;
    width: 60%;
    /*height: 5em;*/
    z-index: 100;
}

.error{
    display: none;
    margin-left: 10px;
}       

.error_show{
    color: red;
    margin-left: 10px;
    position: relative;
    top: -3.5em;
}

input.invalid, textarea.invalid{
    border: 2px solid red;
}

input.valid, textarea.valid{
    /*border: 2px solid green;*/
    border: none;
}

.cien {
  -moz-box-shadow:    3px 3px 5px 6px #ce050580;
  -webkit-box-shadow: 3px 3px 5px 6px #ce050580;
  box-shadow:         3px 3px 5px 6px #ce050580;
}

#tresc {
    resize: none;
}

#adresMail {
    width: 25em;
}

#mailError  {
    top: 0;
}

@media (max-width: 1100px) {
    #tf-kontakt .overlay {
        /*height: auto ;*/
        height: 100%;
        overflow: auto;
    }
    #tf-kontakt .content {
        padding: 20% 0 0 ;
    }
    #adresMail {
        width: 90%;
    }
    .form-group {
        margin-left: 1em;
    }

    

}