body {
    background-color: #FFF;
}
.container {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}
footer {
    margin: 0;
}

.above-path {
    position: relative;
    z-index:99;
}
.security img.round-cheese {
    margin-top: -80px;
    margin-bottom: 50px;
    width: 400px;
/*    top: -150px;*/
/*    right: 50px;*/
/*    width: 95%;*/
/*    position: absolute;*/
}

.milktop .bg-top {
    width: 1210px !important;
}


.protection {
    margin-top: 20px;
    margin-bottom: 50px;
}
.protection .space {
    height: 200px;
}
.protection .stamp-wrapper {
    padding-top: 50px;
}
.protection .stamp-wrapper > img.stamp {
    width: 65%;
}

.process .space {
    height: 50px;
}
.process .chessemaker-wrapper {
    height: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.process .chessemaker-wrapper > img {
    width: 100%;
}
.process .text {
    z-index: 10;
}

.clients {
/*    margin-top: 5%;*/
    background-color: #2d2c2c;
}
.clients .top-path img,
.clients .bottom-path img {
    width: 100%;
}
.clients .top-path {
    z-index: -1;
    margin-top: -18%;
    position: absolute;
}
.clients .bottom-path {
    z-index: 5;
    margin-top: 0;
    position: absolute;
}
.clients .space {
    height: 130px;
}
.clients .logos {
    z-index: 10;
    min-height: 200px;
}
.clients .title {
    color: #FFF;
    padding-bottom: 50px;
}
.clients .thumb {
    margin-bottom: 30px;
}
.clients a.thumbnail {
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.clients a.thumbnail img {
    /*height: 72px;*/
    max-height: 190px;
}

.process_quality {
    margin-top: 100px;
}

.market {
    z-index: 100;
    position: relative;
}
.market .space {
    height: 250px;
}
.market .roundcheese-wrapper img.roundcheese {
    z-index: 10;
    left: 20%;
    width: 70%;
    margin-top: -40%;
    position: absolute;
}

.store,
.store img.cheesestore {
    width: 100%;
}
.store .space {
    height: 50px;
}
.store .wave {
    z-index: 10;
    width: 100%;
    position: absolute;
}
.store img.cheesestore {
    z-index: 5;
}

.process_quality {
    z-index: 20;
    position: relative;
}

.security img.round-cheese-mobile{
    display: none;
}

@media screen and (max-width: 482px){
    .security img.round-cheese{
        display: none;
    }
    .security img.round-cheese-mobile{
        display: block;
        width: 100%;
        margin-top: -50px;
        clear: both;
    }
}