@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700);
 body {
    font-family: 'Istok Web', sans-serif;
    color: rgba(86,86,86,0.7);
    font-size: 16px;
    line-height: normal;
}
a {
    color: rgba(86,86,86,0.7);
}
a:hover {
    color: #94c11a;
    text-decoration: underline;
}
p {
    font-size: inherit;
    line-height: normal;
    margin-bottom: 0px;
    text-rendering: optimizeLegibility;
}
#header_wrapper {
    background-color: #fff;
    margin-bottom: 80px;
}
#main_wrapper {
    background-image: url(../media/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.slogan {
    padding: 200px 0px;
    margin-left: 129px;
}
.slogan_title {
    color: #94c11a;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    font-size: 34px;
    line-height: normal;
}
.slogan_text {
    background-color: rgba(148, 193, 26, 0.9);
    padding: 15px;
    color: #fff;
    font-size: 21px;
    line-height: 28px;
}
.logo_link {
    display: inline-block;
    float: left;
    margin-right: 55px;
    padding-top: 10px;
}
.logo_text {
    display: inline-block;
    border-top: 10px solid #565655;
    float: left;
    padding-top: 22px;
    padding-right: 22px;
}
.address_text1 {
    display: inline-block;
    float: left;
    padding-top: 32px;
    padding-left: 22px;
}
.address_text2 {
    display: inline-block;
    float: left;
    padding-top: 32px;
    padding-left: 22px;
}
#footer_wrapper {
    padding: 15px;
}

.address1{
    margin-top: 15px;
    padding-top: 15px;
    border-top:1px solid #565655;
}

@media screen and (max-width: 64em) {
    #header_wrapper {
        padding: 0px 15px 15px 15px;
    }
}
@media screen and (max-width: 40em) {
    #header_wrapper {
        margin-bottom: 30px;
    }
    .logo_text {
        display: inline-block;
        border-top: 10px solid #565655;
        float: left;
        padding-top: 22px;
        padding-right: 0px;
        font-size: 11px;
    }
    .slogan {
        padding: 100px 0px;
        margin-left: 0px;
    }
    .slogan_title {
        font-size: 27px;
    }
    .slogan_text {
        font-size: 18px;
        line-height: 24px;
    }
}
