html, body {
    zoom: 1;
    z-index: 1;
    position: relative;
    background-color: #fff;
    min-height: 100%;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 62.5%;
    font-weight: 300;
    color: #4f504d;
}

.container {
    overflow: auto;
    position: relative;
    width: 90%;
    margin: 0 5%;
}

/* Jim */
.error {
    background: url("../img/green-error.png") no-repeat;
    background-size: 30px;
    background-position: top right;
}

span.form-error {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 700;
}

p {
    margin: 24px 0;
    color: #4f504d;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 25px;
}

a, img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

h2, h3, h4 {
    color: #4f504d !important;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2.0rem;
}

q {
    color: #71bf44;
    font-size: 2.5rem;
}

span q {
    margin-bottom: -15px;
}

td {
    font-size: 1.6rem;
}

table {
    border: 1px solid #f1f6e6;
    margin: 30px 0;
}

tr {
    border: 1px solid #f1f6e6;
}

td {
    padding: 0 5px;
}

table > tbody > tr:first-child > td {
    background-color: #f1f6e6;
    padding: 5px;
}

#content h5 {
    border: 1px solid #e5eed0;
    padding: 20px;
    color: #71bf44 !important;
    font-size: 2.0rem;
    display: block;
    margin-bottom: 0;
}

/* ----- ----- ----- Button ----- ----- ----- */
.buttons {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.buttons a {
    display: inline-block;
    border: 1px solid #fff;
    width: calc(100% - 72px);
    margin: 5px;
    padding: 12.5px 30px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
}

.buttons a:hover {
    background-color: #fff;
    color: #000;
}

/* ----- ----- ----- Header ----- ----- ----- */
header {
    float: left;
    width: 100%;
}

header .logo {
    float: left;
    margin: 30px 0;
}

header .logo img {
    float: left;
    max-width: 275px;
    width: 60%;
}

header .header-conversion {
    display: none;
    float: right;
}

header .header-conversion p {
    float: left;
    margin: 10px 15px 10px 0;
    color: #959595;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 30px;
    word-break: break-all;
}

header .header-conversion p a {
    color: #71bf44;
}

header .header-conversion p a:hover {
    text-decoration: none;
}

header .header-conversion .socialmedia {
    float: right;
    height: 30px;
    margin: 10px 0;
}

header .header-conversion .socialmedia a {
    display: inline-block;
    background-color: #f1f6e6;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    text-align: center;
}

header .header-conversion .socialmedia a:hover {
    background-color: #fff;
}

header .header-conversion .socialmedia a i {
    color: #50a41f;
    font-size: 1.8rem;
    line-height: 30px;
}

header .navigation {
    display: none;
    float: right;
    margin: 20px 0;
}

header .navigation a {
    float: left;
    /*margin: 0 10px;*/
    /*padding: 10px;*/
    margin: 0 5px;
    padding: 8px;
    color: #71bf44;
    /*font-size: 2rem;*/
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}

header .navigation a:hover {
    color: #348d00;
}

header .navigation a.active {
    background-color: #71bf44;
    color: #fff;
}

header #menu-button {
    z-index: 3;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 32px;
    width: 40px;
    margin-top: -36px;
    padding: 20px 16px;
}

header #menu-button .border {
    position: absolute;
    left: 16px;
    background-color: #71bf44;
    height: 2px;
    width: 40px;
}

header #menu-button .border-top {
    top: 20px;
}

header #menu-button .border-middle {
    top: 35px;
}

header #menu-button .border-bottom {
    top: 50px;
}

header #menu-button.active .border {
    background-color: #fff;
}

header #menu-button.active .border-top {
    top: 35px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header #menu-button.active .border-middle {
    display: none
}

header #menu-button.active .border-bottom {
    top: 35px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.carousel-large .image {
    height: 250px;
}

.partners-carousel {
    border: 1px solid #cccccc;
    margin: 3em 0 0 !important;
    padding: 1em 3em;
    width: auto !important;
}

.partners-carousel .partner {
    margin: 0 2em 0 2em;
}
.partners-carousel .partner a {
    display: table;
    height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.partners-carousel .partner a:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.partners-carousel .partner a img {
    max-height: 150px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: auto;
    position: relative;
    margin: 0 auto;
    max-width: 200px;
}
/* ----- ----- ----- Menu ----- ----- ----- */
#menu {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(113, 191, 68, 0.9);
    min-height: 100%;
    height: calc(100% - 120px);
    width: 100%;
    padding-top: 120px;
}

#menu .navigation {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#menu .navigation a {
    float: left;
    width: calc(100% - 62px);
    margin: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
}

#menu .navigation a:hover {
    background-color: #f1f6e6;
    color: #71bf44;
}

#menu .navigation a.active {
    background-color: #fff;
    color: #71bf44;
}

#menu .socialmedia {
    float: left;
    width: 100%;
    height: 30px;
    margin: 10px 0;
    text-align: center;
}

#menu .socialmedia a {
    display: inline-block;
    background-color: #f1f6e6;
    height: 30px;
    width: 30px;
    margin-left: 5px;
    text-align: center;
}

#menu .socialmedia a:hover {
    background-color: #fff;
}

#menu .socialmedia a i {
    color: #50a41f;
    font-size: 1.8rem;
    line-height: 30px;
}

/* ----- ----- ----- Background ----- ----- ----- */
#background {
    z-index: -1;
    position: absolute;
    top: 102px;
    left: 0;
    height: 50%;
    min-height: 50%;
    width: 100%;
}

#background:before {content: ''; position: absolute; top: 0; left: 0; background-color: rgba(0,0,0,0.5); height: 100%; width: 100%;}

#background .item {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

#background .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 60%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 60%,rgba(255,255,255,1) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 60%,rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.75) 40%, rgba(255, 255, 255, 1) 60%);
}

.home #background {
    height: 100%;
    min-height: 100%;
}

.home #background .item:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 1) 90%) !important;
}

/* ----- ----- ----- Content ----- ----- ----- */
#content {
    float: left;
    width: 100%;
}

/* ----- ----- ----- Breadcrumbs ----- ----- ----- */
#content .breadcrumbs {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#content .breadcrumbs span {
    margin: 0 5px;
}

#content .breadcrumbs a, #content .breadcrumbs span {
    color: #fff;
    font-size: 1.5rem;
}

#content .breadcrumbs a.active {
    text-decoration: none;
}

/* ----- ----- ----- Intro ----- ----- ----- */
#content .intro {
    float: left;
    width: 100%;
    margin: 24px 0;
}

#content .intro h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px #000;
    line-height: 50px;
}

#content .intro p {
    color: #4f504d;
    font-size: 1.6rem;
    text-align: center;
    line-height: 24px;
}

#content .intro .date {
    text-align: center;
    color: #4f504d;
    font-size: 1.5rem;
    margin: 5px 0 30px 0;
}

.home #content .intro p {
    color: #fff;
    text-shadow: 1px 1px #000;
}

/* ----- ----- ----- Products ----- ----- ----- */
#content .products-boxes {
    float: left;
    width: 100%;
}

#content .products-boxes .box {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#content .products-boxes .box .image {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 150px;
}

#content .products-boxes .box .image img {
    width: 100%;
}

#content .products-boxes .box:hover > .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#content .products-boxes .box .content {
    float: left;
    background-color: #f1f6e6;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

#content .products-boxes .box .content h3 {
    font-size: 2.2rem;
    line-height: 25px;
}

#content .products-boxes .box .content h3 a {
    color: #363636;
    text-decoration: none;
    font-size: 2.0rem;
    font-weight: normal
}

#content .products-boxes .box:hover > .content h3 a {
    color: #71bf44;
}

#content .products-boxes .box .content p {
    width: 90%;
    margin: 5px 5% 15px;
}

#content .products-boxes .box .content a.btn {
    display: inline-block;
    background: #7fc657;
    background: -moz-linear-gradient(top, #7fc657 0%, #71bf44 100%);
    background: -webkit-linear-gradient(top, #7fc657 0%, #71bf44 100%);
    background: linear-gradient(to bottom, #7fc657 0%, #71bf44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc657', endColorstr='#71bf44', GradientType=0);
    border: 1px solid #96cf74;
    box-shadow: 0 0 0 2px #71bf44;
    width: 200px;
    margin: 2px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

#content .products-boxes .box:hover > .content a.btn {
    background: #62ad36;
    background: -moz-linear-gradient(top, #62ad36 0%, #50a41f 100%);
    background: -webkit-linear-gradient(top, #62ad36 0%, #50a41f 100%);
    background: linear-gradient(to bottom, #62ad36 0%, #50a41f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62ad36', endColorstr='#50a41f', GradientType=0);
    border-color: #79ba54;
    box-shadow: 0 0 0 2px #50a41f;
}

/* ----- ----- ----- News ----- ----- ----- */
#content .news-boxes {
    float: left;
    width: 100%;
    margin: 0;
}

#content .news-boxes h2 {
    float: left;
    width: 100%;
    margin: 45px 0 35px;
    color: #4f504d;
    font-size: 4rem;
    line-height: 50px;
    text-align: center;
}

#content .news-boxes .box {
    float: left;
    width: 100%;
    padding: 30px;
    border: 1px solid #e5eed0;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#content .news-boxes .box .image {
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    padding-bottom: 195px;
}

#content .news-boxes .box .content {
    float: left;
    position: relative;
    background-color: #fff;
    width: calc(100% - 2px);
}

#content .news-boxes .box .content .inner {
    width: calc(100% - 30px);
    padding: 30px 0;
}

#content .news-boxes .box .content .inner .date {
    color: #8ea183;
    font-size: 1.5rem;
}

#content .news-boxes .box .content .inner h3 {
    overflow: hidden;
    margin: 5px 0 20px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 28px;
}

#content .news-boxes .box .content .inner h3 a {
    color: #363636;
    text-decoration: none;
}

#content .news-boxes .box:hover > .content .inner h3 a {
    color: #71bf44;
}

#content .news-boxes .box .content .inner a.more {
/*    position: absolute;
    left: 30px;
    bottom: 30px;*/
    display: block;
    /*margin-top: 28px;*/
    color: #71bf44;
    font-size: 15px;
    line-height: 28px;
}

#content .news-boxes .box:hover > .content .inner a.more {
    text-decoration: none;
}

#content .news-boxes .box .content .inner p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    color: #363636;
}

/* ----- ----- ----- Left / Right ----- ----- ----- */
#content .left {
    width: 100%;
}

#content #text h2 {
    color: #4f504d;
    font-size: 3rem;
    line-height: 40px;
}

#content .left #text h2 + p {
    margin-top: 0;
}

#content .left #text h2 + ul {
    margin-top: 0;
}

#content .left #text p + h2 {
    margin-top: 48px;
}

#content .left #text ul + h2 {
    margin-top: 48px;
}

#content .left #text ul {
    margin: 0;
    padding: 0;
}

#content .left #text ul li {
    list-style-position: inside;
    list-style-image: url('../img/bullet.png');
    color: #4f504d;
    font-size: 1.6rem;
    line-height: 24px;
}

#content .left #text a {
    color: #71bf44;
}

#content .left #text a:hover {
    text-decoration: none;
}

#content .right {
    overflow: auto;
    width: 100%;
}

#content .right img {
    float: left;
    width: 100%;
    margin-top: 30px;
}

#content .right .images-carousel .owl-controls .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#content .right .images-carousel .owl-controls .owl-dots .owl-dot {
    float: left;
    background-color: #f1f6e6;
    height: 14px;
    width: 14px;
    margin-left: 5px;
}

#content .right .images-carousel .owl-controls .owl-dots .owl-dot:hover {
    background-color: #cfe7bb;
}

#content .right .images-carousel .owl-controls .owl-dots .owl-dot.active {
    background-color: #71bf44;
}

.contact #content .left {
    float: left;
    margin-top: 0;
}

.contact #content .right {
    float: right;
}

.full {
    float: left;
    width: 100% !important;
}

/* ----- ----- ----- Contact Details ----- ----- ----- */
#content .contact-details {
    float: left;
    width: 100%;
    margin-bottom: 39px;
}

#content .contact-details h2 {
    color: #4f504d;
    font-size: 3rem;
    font-weight: 600;
    line-height: 40px;
}

#content .contact-details ul {
    float: left;
    list-style: none;
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
}

#content .contact-details ul li {
    color: #4f504d;
    font-size: 1.6rem;
    line-height: 24px;
}

#content .contact-details ul li span {
    float: left;
    width: 32.5%;
}

#content .contact-details ul li a {
    color: #71bf44;
}

#content .contact-details ul li a:hover {
    text-decoration: none;
}

/* ----- ----- ----- Contact Maps ----- ----- ----- */
#content #maps {
    float: left;
    height: 190px;
    width: 100%;
}

.gmnoprint, .gmnoscreen, .gm-style-cc {
    display: none;
}

/* ----- ----- ----- Contact Personen ----- ----- ----- */
#content .contactpersons {
    float: left;
    width: 100%;
    margin-top: 40px;
}

#content .contactpersons h2 {
    margin-bottom: 15px;
    color: #4f504d;
    font-size: 3rem;
    font-weight: 600;
    line-height: 40px;
}

#content .contactpersons .contactperson {
    float: left;
    width: 100%;
    margin: 15px 0;
}

#content .contactpersons .contactperson .image {
    float: left;
    height: 95px;
    width: 95px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#content .contactpersons .contactperson .image img {
    float: left;
    margin-right: 20px;
}

#content .contactpersons .contactperson .content {
    float: left;
}

#content .contactpersons .contactperson .content h4 {
    color: #4f504d;
    font-size: 1.8rem;
    font-weight: 400;
}

#content .contactpersons .contactperson .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .contactpersons .contactperson .content ul li {
    float: left;
    width: 100%;
    color: #4f504d;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 25px;
}

#content .contactpersons .contactperson .content ul li span {
    float: left;
    width: 25%;
}

#content .contactpersons .contactperson .content ul li a {
    color: #7fc657;
}

#content .contactpersons .contactperson .content ul li a:hover {
    text-decoration: none;
}

/* ----- ----- ----- Contact Form ----- ----- ----- */
#content .contactform {
    float: left;
    background-color: #f1f6e6;
    width: calc(100% - 60px);
    margin-top: 40px;
    padding: 30px;
}

#content .contactform h2 {
    margin-bottom: 30px;
    color: #4f504d;
    font-size: 3rem;
    font-weight: 600;
    line-height: 40px;
}

#content .contactform form p {
    float: left;
    width: calc(100% - 10px);
    margin: 5px;
    color: #4f504d;
    font-size: 1.6rem;
    line-height: 30px;
}

#content .contactform form p input[type="text"], #content .contactform form p input[type="number"], #content .contactform form p input[type="email"] {
    float: left;
    background-color: #fff;
    border: 0;
    width: calc(100% - 20px);
    padding: 6.5px 10px;
    outline: 0;
}

#content .contactform form p textarea {
    float: left;
    background-color: #fff;
    border: 0;
    width: calc(100% - 20px);
    padding: 6.5px 10px;
    outline: 0;
    resize: none;
}

#content .contactform form p input[type="submit"] {
    float: right;
    background: #7fc657;
    background: -moz-linear-gradient(top, #7fc657 0%, #71bf44 100%);
    background: -webkit-linear-gradient(top, #7fc657 0%, #71bf44 100%);
    background: linear-gradient(to bottom, #7fc657 0%, #71bf44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc657', endColorstr='#71bf44', GradientType=0);
    border: 1px solid #96cf74;
    box-shadow: 0 0 0 2px #50a41f;
    width: 120px;
    margin: 17px 2px 2px;
    padding: 10px 0;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

#content .contactform form p input[type="submit"]:hover {
    background: #62ad36;
    background: -moz-linear-gradient(top, #62ad36 0%, #50a41f 100%);
    background: -webkit-linear-gradient(top, #62ad36 0%, #50a41f 100%);
    background: linear-gradient(to bottom, #62ad36 0%, #50a41f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62ad36', endColorstr='#50a41f', GradientType=0);
    border-color: #79ba54;
}

#content .contactform form p input[type="text"]::-webkit-input-placeholder, #content .contactform form p input[type="number"]::-webkit-input-placeholder, #content .contactform form p input[type="email"]::-webkit-input-placeholder {
    color: #4f504d;
}

#content .contactform form p input[type="text"]:-moz-placeholder {
    color: #4f504d;
}

#content .contactform form p input[type="text"]::-moz-placeholder {
    color: #4f504d;
}

#content .contactform form p input[type="text"]:-ms-input-placeholder {
    color: #4f504d;
}

#content .contactform form p textarea::-webkit-input-placeholder {
    color: #4f504d;
}

#content .contactform form p textarea:-moz-placeholder {
    color: #4f504d;
}

#content .contactform form p textarea::-moz-placeholder {
    color: #4f504d;
}

#content .contactform form p textarea:-ms-input-placeholder {
    color: #4f504d;
}

#success {
    background-color: #7fc657;
    width: calc(100% - 40px);
    margin: 0 5px 5px;
    padding: 15px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 24px;
    text-align: center;
}

/* ----- ----- ----- Conversion ----- ----- ----- */
#content .conversion {
    float: left;
    background: #7fc657;
    background: -moz-linear-gradient(top, #7fc657 0%, #71bf44 100%);
    background: -webkit-linear-gradient(top, #7fc657 0%, #71bf44 100%);
    background: linear-gradient(to bottom, #7fc657 0%, #71bf44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fc657', endColorstr='#71bf44', GradientType=0);
    border: 1px solid #96cf74;
    box-shadow: 0 0 0 2px #71bf44;
    width: calc(100% - 6px);
    margin: 52px 2px 2px;
    padding: 15px 0;
    text-align: center;
}

#content .conversion h2 {
    color: #363636;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

#content .conversion nav {
    display: inline-block;
    overflow: auto;
    margin-top: 10px;
}

#content .conversion nav a {
    margin: 0 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 30px;
}

#content .conversion nav a:hover {
    text-decoration: underline;
}

#content .conversion nav a i {
    margin-right: 10px;
    color: #d5ecc7;
}

.home #content .conversion, .products #content .conversion {
    margin: 72px 2px 2px;
}

.home #content .conversion h2, .products #content .conversion h2 {
    color: #fff;
    font-size: 2rem;
    font-size: 300;
    line-height: 30px;
}

.home #content .conversion nav a, .products #content .conversion nav a {
    float: left;
    width: calc(100% - 30px);
    color: #363636;
    font-size: 2rem;
    line-height: 30px;
}

/* ----- ----- ----- Footer ----- ----- ----- */
footer {
    float: left;
    background-color: #f1f6e6;
    width: 100%;
    margin-top: 80px;
}

footer .footer-top {
    float: left;
    border-bottom: 1px solid #d8e4bb;
    width: 100%;
    padding: 50px 0 30px;
}

footer .footer-top .box .datstaat {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    height: 100px;
}

footer .footer-top .box {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

footer .footer-top .box:nth-last-child(1) {
    margin-bottom: 0;
}

footer .footer-top .box h3 {
    margin-bottom: 30px;
    color: #8ea183;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 30px;
}

footer .footer-top .box p {
    margin: 0;
    color: #8ea183;
    font-size: 1.6rem;
    text-align: justify;
}

footer .footer-top .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer-top .box ul li {
    color: #8ea183;
    font-size: 1.6rem;
    line-height: 24px;
}

footer .footer-top .box ul li span {
    float: left;
    width: 27.5%;
}

footer .footer-top .box ul li a {
    color: #8ea183;
}

footer .footer-top .box ul li a:hover {
    text-decoration: none;
}

footer .footer-top .box ul.footer-products li {
    float: left;
    width: 100%;
}

footer .footer-top .box ul.footer-products li span {
    width: 10px;
    color: #a1a1a1;
    font-size: 1rem;
}

footer .footer-bottom {
    float: left;
    width: 100%;
    padding: 20px 0;
}

footer .footer-bottom ul {
    float: left;
    display: block;
    list-style: none;
    /*height: 20px;*/
    margin: 20px 0;
    padding: 0;
}

footer .footer-bottom ul li {
    display: inline-block;
    color: #8ea183;
    font-size: 1.6rem;
    line-height: 20px;
}

footer .footer-bottom ul li:last-child {
    display: none;
}

footer .footer-bottom ul li span {
    margin: 0 5px;
    color: #adab96;
}

footer .footer-bottom ul li a {
    color: #8ea183;
}

footer .footer-bottom ul li a:hover {
    text-decoration: none;
}

footer .footer-bottom nav {
    float: left;
    margin-top: 20px;
}

footer .footer-bottom nav a {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 50px 120px;
    height: 60px;
    width: 50px;
    margin-left: 10px;
}

footer .footer-bottom nav a:hover {
    background-position: 0 -60px;
}

footer .footer-bottom nav a.komo {
    background-image: url('../img/komo.png');
}

footer .footer-bottom nav a.fsc {
    background-image: url('../img/fsc.png');
}

footer .footer-bottom nav a.pefc {
    background-image: url('../img/pefc.png');
}
