/* 
    Created on : 31/08/2017, 10:28:21
    Author     : Delio
*/
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    background: url('../images/bg.png') 0 100% no-repeat;
}
.container {
    max-width: 1000px;
    position: relative;
}
.header {
    width: 100%;
    float: left;
    position: relative;
}
.slider {
    margin: 0 !important;
    border-bottom: 8px solid #5b9c37;
}
.header .container {
    z-index: 999;
    margin-top: -311px;
    height: 303px;
}
.brand-image {
    text-align: right;
    height: 100%;
    float: left;
}
.brand-image img {
    margin-top: 10%;
}
.brand-text {
    height: 100%;
    float: right;
}
.brand-text .text {
    -moz-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    height: 100%;
    background: rgba(104, 169, 61, .8);
    margin: 0;
    float: left;
}
.brand-text .text p {
    margin: 100px 0 0;
    -moz-transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    padding: 0 20px 0 25px;
    color: #fff;
    line-height: 18px; 
}
@media screen and (max-width: 600px) {
    .header .container {
        margin-top: 0;
        height: auto;
        background: rgba(104, 169, 61, .8);
    }
    .brand-image {
        text-align: center;
    }
    .brand-image img {
        margin: 15px auto;
        float: none;
    }
    .brand-text .text {
        -moz-transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        background: transparent;
        width: 100%;
    }
    .brand-text .text p {
        margin: 15px 0;
        -moz-transform: skew(0deg);
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        padding: 0;
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    .brand-image img {
        margin-top: 50%;
    }
    .brand-text .text p {
        margin-top: 170px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .brand-image img {
        margin-top: 30%;
    }
    .brand-text .text p {
        margin-top: 150px;
    }
}
.main-content {
    width: 100%;
    float: left;
    margin: 25px 0;
}
.title {
    width: 100%;
    float: left;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #1e4a23;
    margin-bottom: 16px;
}
.form {
    float: left;
    margin-bottom: 15px;
}
.form-horizontal {
    width: 100%;
    float: left;
}
.form-group input, .form-group textarea {
    border-radius: 0;
    color: #1e4a23;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none;
    border: none;
    background: #e0e5e0;
}
div.name {
    padding-right: 0;
}
div.fone {
    padding-left: 0;
}
.form-group textarea {
    min-height: 170px;
    resize: none;
}
.no-bg {
    background: none;
}
.form-group .btn {
    border-radius: 0;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 3px 15px;
    background: #1e4a23;
    border: none;
}
.form-group .btn:hover, .form-group .btn:active, .form-group .btn:focus {
    background: #5b9c37;
}
@media only screen and (max-width: 600px) {
    div.name {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    div.fone {
        padding-left: 15px;
    }
}
.google-maps {
    width: 100%;
    float: left;
    height: 188px;
    margin-bottom: 15px;
}
.google-maps iframe {
    width: 100%;
    height: 100%;
}
.contact {
    width: 100%;
    float: left;
}
.contact a {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    float: left;
    color: #1e4a23;
}
.contact address {
    width: 100%;
    float: left;
    margin: 0;
    color: #1e4a23;
}
@media only screen and (max-width: 600px) {
    .contact {
        text-align: center;
    }
    .contact a {
        float: none;
    }
}
.footer {
    width: 100%;
    float: left;
}
.footer a {
    margin: 30px 0 50px;
    display: block;
}