.container_12{
        clear: both;
}
#header {
    height: 150px;
}
#logo {
    height: 100px;
}
#logo img {
    margin: 10px 0 0 20px;
}
#mainNav {
    height: 100px;
}
#mainNav ul {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#mainNav ul.lang {
    margin: 28px 0 18px 0;
}

#mainNav ul.lang >li{
    border-left: solid 1px #1571bc;
    margin:0;
    line-height: 15px;
}

#mainNav ul.lang >li:last-child{
    border:none;
}

#mainNav ul.lang a{
    color:#1571bc;
    font-size: 14px;
    padding: 0 15px;
}
#mainNav ul.lang .lang-active a{
    font-weight: bold;
}


#mainNav ul.lang a:hover{
    font-weight: normal;
}

#mainNav ul.lang .lang-active a:hover{
    font-weight: bold;
}

#mainNav li {
    list-style-type: none;
    font-size: 18px;
    float: right;
    margin-left:11px;
    margin-right: 11px;
}

#mainNav li>h1{
    margin-bottom: 0;
}
#certificate p{
    font-size: 12px;
    float: left;
    margin-top: 4px;    
}
.set-of-logo{
    margin-top: -4px;
}
.set-of-logo>img{
    width: 280px;
    margin-right: 22px;
}

#slideshow {
    position: relative;
    width: 938px;
    height: 330px;
}
#slideshow>div {
    position: absolute;
    top: 0px;
    right: 10px;
    bottom: 10px;
}
#sideImage {
    height: 600px;
}
#sideImage img {
    padding-bottom: 10px;
}
#italic {
    font-style: italic;
    margin-top: -10px;
}
#contact {
    height: 300px;
}
#contact_text {
    color: #06C;
    font-size: 14px;
    font-weight: 800;
    display: inline;
}
#contact p {
    line-height: 5px;
}
#left {
    height: 300px;
    margin-top: 20px;
}

#left a{
    text-align: center; 
    display: block;
    padding-top: 26px;
}

#contact #left p, h2 {
    margin-left: 160px;
}
#right {
    height: 300px;
    margin-top: 50px;
}
#right p {
    margin-left: 100px;
}
#right img {
    float: left;
    margin-top: -20px;
}
#sideMenu {
    margin-top: 30px;
}
#sideMenu p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
}

#sideMenu p>a{
    line-height: 16px;
}
#sideMenu p b {
    font-size: 13px;
}
#service_content h2 {
    margin-left: 0px;
}
#product_content {
    margin-top: 30px;
}
.product_title {
    height: 80px;
}
#product_content h4 {
    color: #407d1a;
    text-transform: uppercase;
}
.product_img {
    height: 430px;
    text-align: center;
}
.product_img img {
    width: auto;
    height: 430px;
}
.product_text {
    height: 200px;
}
.product_text p {
    margin-left: 30px;
    margin-bottom: 5px;
}
/* Fairtrade */

.fair-pro {
    float: left;
    width: 45%;
    text-align: center;
    margin-bottom: 35px;
    padding: 2%;
}
.fair-pro:nth-child(2n+1) {
    border-right: solid 1px #ededed;
}
.fair-pro h5 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    margin: 0 18px;
}
.fair-pro img {
    width: 100%;
}
.list-same-line{
    list-style: none;
    margin-top: -10px;
}

.list-same-line li{
    display: inline-block;
    padding: 0;
    margin-left:0;
}

.list-same-line img{
    height: 50px;
    border: solid 2px lightgrey;
}