@charset "utf-8";

/* CSS Document */

@media (max-width: 1200px) and (min-width: 991px) {
    .nav>li>a {
    padding: 30px 6px;
    text-transform: none;
    font-weight: 700;
}
}
@media (max-width: 991px) and (min-width: 768px) {
    .nav>li>a {
    padding: 30px 7px;
    text-transform: none;
    font-size: 13px;
}
}
@media (max-width: 768px) {
    .nav>li>a {
        padding: 20px 13px;
    }
}
.wrapper.first {
    width: 100%;
    float: left;
}
.wrapper.first .deski {
    background: url(../images/tlo.jpg) repeat-y top left;
    padding: 100px 0px;
    color: #fff;
    display: inline-block;
}
.wrapper.second {
    margin-top: 50px;
}
.green {
    color: #618c20;
    font-size: 20px;
}
.bold {
    font-weight: 700;
}
.maszyna {} .wrapper.deski {
    background: url(../images/drewno.jpg) repeat-y top center;
    padding: 15px 0px 40px;
    color: #fff;
}
h1.block span {
    display: block;
}
.link {
    background: url(../images/link_06.png) no-repeat center center;
    display: block;
    padding: 33px 10px;
    text-align: center;
    margin: 5px 0px;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    border: 1px solid #876f59;
}
.wrapper.deski h1 {
    margin: 40px 0px;
}
.wrapper.loga {
    padding: 15px 0px;
}
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    left: 0px;
    top: 0px;
}
.wrapper {
    width: 100%;
}
.wrapper.last {
    background: #070b08;
    padding: 25px 0px;
    color: #fff;
    margin-top: 40px;
}
.wrapper.zakladka {
    background: url(../images/Jardrew_01.jpg) no-repeat top center;
    height: 134px;
}
.cien {
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}
.zakladka {
    text-transform: uppercase;
    font-weight: 700;
    color: #615d59;
}
#contact-form {
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0 0 0 0;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
    display: block;
    padding-bottom: 6px;
    color: #ffffff;
}
.txt-form span {
    color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
    float: left;
    width: 100%;
}
.form-div-1,
.form-div-2 {
    margin-right: 6px;
}
#contact-form div {
    overflow: hidden;
}
#contact-form fieldset {
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0;
    width: 100%;
    border: none;
}
#contact-form label {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    min-height: 48px;
    width: 100%;
}
#contact-form .message {
    display: block!important;
    min-height: 129px;
    width: 100%;
    margin-bottom: 10px;
}
#contact-form input,
#contact-form textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background-color: #ebeced;
    margin: 0;
    padding: 8px 15px 10px 15px;
    width: 100%;
    outline: none;
    border: none;
    font: 14px Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: #949494;
}
#contact-form input {
    height: 42px;
}
#contact-form input:focus,
#contact-form textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#contact-form .area .error {
    float: none;
}
#contact-form textarea {
    overflow: auto;
    width: 100%;
    height: 200px;
    resize: none;
}
#contact-form .success {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px;
    width: 100%;
    border: none;
    background: #ebeced;
    color: #c1c1c1;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
    position: absolute;
    bottom: 7px;
    left: 2px;
    display: none;
    overflow: hidden;
    padding: 1px 4px 0px 0;
    width: 100%;
    color: #ff7f66;
    text-transform: none;
    font-size: 11px;
    line-height: 1.27em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}
#contact-form .message .error,
#contact-form .message .empty {
    bottom: 0;
    text-align: right;
}
.btns a {
    float: left;
    margin-right: 20px;
}
.btns p {
    margin-top: 9px;
}
@media (min-width: 1200px) {
    #contact-form label {
        display: inline-block;
    }
    .form-div-1,
    .form-div-2,
    .form-div-3 {
        width: 246px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .form-div-1,
    .form-div-2,
    .form-div-3 {
        width: 100%;
    }
    .form-div-1,
    .form-div-2 {
        margin-right: 20px;
    }
    #contact-form .error,
    #contact-form .empty {
        bottom: 0;
    }
}

.galeria img {
    display: inline-block;
    margin-bottom: 4px;
    box-shadow: 1px 1px 1px 1px #5E8E20;
    opacity: 0.8;
}
.galeria img:hover {
    opacity: 1;
}
.table tr:first-child th {
    border-top: 0px;
}
.table tr:hover {
    background-color: rgba(206, 236, 164, 0.99);
    color: #333;
}
.margTop {
    margin-top: 20px;
}
.sep {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: rgba(206, 236, 164, 0.99);
    margin-top: 15px;
    margin-bottom: 20px;
}
.margBottom {
    margin-bottom: 20px;
}
.text-red {
    color: #f00;
}
#social {
    position: absolute;
    top: 4px;
    right: 4px;
}
#social a {
    background: rgba(255,255,255,0.5);
    padding: 2px;
    border-radius: 5px;
    display: inline-block;
}

.sklep {
	background-color: #593202;
}
.sklep a:hover {
	background-color: #618c20 !important;
	color: #fff !important;
}

