@font-face { font-family: Signika; font-weight: normal; src: url(../fonts/Signika-Regular.ttf); }
@font-face { font-family: Signika; font-weight: lighter; src: url(../fonts/Signika-Light.ttf); }
@font-face { font-family: Signika; font-weight: bold; src: url(../fonts/Signika-Bold.ttf); }

/* CUSTOM */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Signika;
	font-size: 100%;
    font-weight: normal;
	line-height: 24px;
	color: inherit;
	vertical-align: top;
	text-decoration: none;
}
body {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.justified {
	text-justify: inter-word;
	text-align: justify;
}
br{
    line-height: inherit;
}
ul li {
    display: inline-block;
}
strong {
    font-size: inherit;
	font-weight:bold;
    line-height: inherit;
}
hr {
    width: 40px;
    height: 2px;
    background-color: #ffba8a;
    margin-top: 30px;
    margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	display: block;
	font-size: 40px;
	font-weight: bold;
    line-height: 44px;
    letter-spacing: 8px;
	color: #590e11;
}
h2 {
	display: block;
	font-size: 32px;
	font-weight: bold;
    line-height: 36px;
    letter-spacing: 1px;
	color: #590e11;
}
h3 {
	display: block;
	font-size: 24px;
	font-weight: bold;
    line-height: 28px;
    letter-spacing: 1px;
	color: #590e11;
}
h4 {
	display: block;
	font-size: 18px;
	font-weight: normal;
    line-height: 22px;
    letter-spacing: 1px;
	color: #590e11;
}
p, span {
	font-weight: normal;
	font-size: 14px;
	color: #808285;
	line-height: 18px;
	margin-top: 1em;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
    hr {
        width: 30px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    h1 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 4px;
    }
    h2 {
        font-size: 24px;
        line-height: 26px;
    }
    h3 {
        font-size: 20px;
        line-height: 22px;
    }
    h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width: 479px) {
    hr {
        width: 24px;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    h2 {
        font-size: 20px;
        line-height: 22px;
    }
    h3 {
        font-size: 16px;
        line-height: 18px;
    }
    h4 {
        font-size: 14px;
        line-height: 16px;
    }
    p, span {
        font-size: 12px;
        line-height: 14px;
    }
}

/* LAYOUT */
.container {
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
}
.anchor { 
    display: block; 
    content: " "; 
    height: 170px;
    margin-top: -170px;
    visibility: hidden; 
}
#backButton {
    height: 120px;
    display: block;
}
.back-top {
    position: absolute;
    right: 80px;
}
.back-top img {
    width: 80px;
    height: 80px;
}
.back-top i {
    margin-top: 4px;
}

@media (max-width: 1199px) {
    .container {
        max-width: 1100px;
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 900px;
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 700px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .back-top {
        right: 52px;
    }
    .anchor {
        height: 60px;
        margin-top: -60px;
    }
}
@media (max-width: 479px) {
    .container {
        max-width: 440px;
        padding-right: 12px;
        padding-left: 12px;
    }
    #backButton {
        height: 60px;
    }
    .back-top {
        right: 24px;
    }
    .back-top img {
        width: 40px;
        height: 40px;
    }
}

/* BUTTONS */
.buttonWrap {
    position: relative;
    height: 330px;
    width: 330px;
}
.description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    letter-spacing: 2px;
    padding-top: 140px;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
}
.buttonWrap .description {
  visibility: visible;
  opacity: 1;
}
.buttonWrap:hover .description {
  visibility: visible;
  opacity: 0;
}
@media (max-width: 1199px) {
    .buttonWrap {
        height: 290px;
        width: 290px;
    }
    .description {
        padding-top: 120px;
    }
}
@media (max-width: 991px) {
    .buttonWrap {
        height: 220px;
        width: 220px;
    }
    .description {
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .buttonWrap {
        height: 170px;
        width: 170px;
    }
    .description {
        padding-top: 60px;
    }
}
@media (max-width: 599px) {
    .buttonWrap {
        height: 210px;
        width: 210px;
    }
    .description {
        padding-top: 80px;
    }
}

/* FORM */
label {
	color: #590e11;
    font-size: 14px;
    padding-left: 15px;
}
input {
	width: 485px;
	height: 24px;
  	border: 1px solid #f2f2f2;
  	border-radius: 0;
	background-color: #f2f2f2;
  	-webkit-appearance: none;
	display: block;
	padding: 10px 0 10px 15px;
    margin-top: 5px;
    margin-bottom: 20px;
	color: #000;
}
textarea {
	width: 485px;
	height: 170px;
  	border: 1px solid #f2f2f2;
  	border-radius: 0;
	background-color: #f2f2f2;
  	-webkit-appearance: none;
	display: block;
	padding: 10px 0 10px 15px;
    margin-top: 5px;
    margin-bottom: 20px;
	resize: none;
	color: #000
}
.sendButton {
	width: 100px;
	height: 40px;
	color: #ffba8a;
	background-color: #590e11;
    position: relative;
    left: 403px;
    padding: 0;
    margin: 0;
}
.error {
    float: right;
    color: red;
    padding-right: 15px;
}
@media (max-width: 767px) {
    label {
        padding-left: 10px;
    }
    input {
        width: 380px;
        height: 24px;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        background-color: #f2f2f2;
        -webkit-appearance: none;
        display: block;
        padding: 10px 0 10px 10px;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #000;
    }
    textarea {
        width: 380px;
        height: 170px;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        background-color: #f2f2f2;
        -webkit-appearance: none;
        display: block;
        padding: 10px 0 10px 10px;
        margin-top: 5px;
        margin-bottom: 20px;
        resize: none;
        color: #000
    }
    .sendButton {
        width: 100px;
        height: 40px;
        color: #ffba8a;
        background-color: #590e11;
        position: relative;
        left: 293px;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 479px) {
    label {
        font-size: 14px;
        padding-left: 5px;
    }
    input {
        width: 212px;
        height: 24px;
        font-size: 12px;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        background-color: #f2f2f2;
        -webkit-appearance: none;
        display: block;
        padding: 5px 5px 5px 5px;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #000;
    }
    textarea {
        width: 212px;
        height: 120px;
        font-size: 12px;
        border: 1px solid #f2f2f2;
        border-radius: 0;
        background-color: #f2f2f2;
        -webkit-appearance: none;
        display: block;
        padding: 5px 5px 5px 5px;
        margin-top: 5px;
        margin-bottom: 20px;
        resize: none;
        color: #000
    }
    .sendButton {
        width: 227px;
        height: 40px;
        color: #ffba8a;
        background-color: #590e11;
        position: relative;
        left: -2px;
        padding: 0;
        margin: 0;
    }
}

/* NAVBAR AUTOHIDE */
.cd-auto-hide-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cd-auto-hide-header {
    height: 110px;
    border-bottom: 1px solid #b4b4b4;
}
.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cd-auto-hide-header .logo {
    top: 72px;
    left: 80px;
}
.logo img {
    height: 40px;
}
@media (max-width: 1199px) {
    .cd-auto-hide-header .logo {
        left: 60px;
    }
}
@media (max-width: 991px) {
    .cd-auto-hide-header .logo {
        left: 40px;
    }
}
@media (max-width: 767px) {
    .cd-auto-hide-header {
        height: 100px;
    }
    .cd-auto-hide-header .logo {
        top: 66px;
        left: 30px;
    }
    .logo img {
        height: 36px;
    }
}
@media (max-width: 479px) {
    .cd-auto-hide-header {
        height: 90px;
    }
    .cd-auto-hide-header .logo {
        top: 60px;
        left: 20px;
    }
    .logo img {
        height: 30px;
    }
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
    display: block;
}

.cd-auto-hide-header .nav-trigger {
    /* vertically align its content */
    display: table;
    height: 76px;
    padding: 0 20px;
    margin-top: 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    right: 0;
    border-left: 1px solid #b4b4b4;
}
@media (max-width: 767px) {
    .cd-auto-hide-header .nav-trigger {
        /* vertically align its content */
        display: table;
        height: 68px;
        padding: 0 20px;
        margin-top: 16px;
        font-size: 14px;
        text-transform: uppercase;
        color: #25283D;
        font-weight: bold;
        right: 0;
        border-left: 1px solid #b4b4b4;
    }
    .cd-auto-hide-header.is-hidden {
      -webkit-transform: translateY(-330%);
          -ms-transform: translateY(-330%);
              transform: translateY(-330%);
    }
}
@media (max-width: 479px) {
    .cd-auto-hide-header .nav-trigger {
        /* vertically align its content */
        display: table;
        height: 50px;
        padding: 10px 15px 0;
        margin-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: #25283D;
        font-weight: bold;
        right: 0;
        border-left: 1px solid #b4b4b4;
    }
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 768px) {
    .cd-auto-hide-header .nav-trigger {
        display: none;
    }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cd-primary-nav {
  display: inline-block;
  float: right;
  height: 80px;
  padding-right: 80px;
}
.cd-primary-nav > ul {
    position: absolute;
    z-index: 2;
    top: 101px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
    display: block;
    height: 24px;
    text-align: center;
    color: #808285;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
  color: #590e11;
}
@media (max-width: 767px) {
    .cd-primary-nav ul li {
        display: block;
    }
}
@media (max-width: 479px) {
    .cd-primary-nav > ul {
        top: 91px;
    }
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    /* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    /* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
  }
}
.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  display: block;
}
@media only screen and (min-width: 768px) {
    .nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
    display: table-cell;
    }
}

/* NAVBAR */
.header {
   background-color: #fff;
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   width: 100%;
   height: 110px; /* Total height of navtop and headerLogo (height and margin-top X2) */
   z-index: 3;
}
.headerLogo {
	width: 210px;
	height: 40px;
	display: inline-block;
	margin-top: 18px;
	float: left;
	text-align: center;
}
.headerLogo img {
	height: 40px;
}
.navtop {
    height: 34px;
    background-color: #590e11;
    text-align: left;
}
.navtop ul li {
    color: #ffba8a;
}
.navtop li {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
    margin-right: 25px;
    margin-left: 0;
}
.navtop li i {
    margin-top: 4px;
}
.navbar {
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	margin-top: 26px;
}
.navbar li {
	font-size: 18px;
    margin-left: 50px;
}
.navbar li a {
	display: block;
	width: auto;
	line-height: 24px;
	font-weight: normal;
	color: #808285;
	text-decoration: none;
}
.navbar li:hover a {
	color: #590e11;
}
@media (max-width: 1199px) {
    .navbar li {
        margin-left: 40px;
    }
}
@media (max-width: 991px) {
    .navbar li {
        margin-left: 30px;
    }
}
@media (max-width: 767px) {
    .header {
        height: 120px;
    }
    .headerLogo {
        display: block;
        width: auto;
        float: none;
        height: 30px;
        text-align: center;
        margin-top: 12px;
    }
    .headerLogo img {
        height: 30px;
    }
    .navtop {
        height: 32px;
        text-align: center;
    }
    .navtop ul li {
        font-size: 13px;
    }
    .navtop li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .navtop li i {
        margin-top: 5px;
    }
    .navbar {
        float: none;
        margin-top: 12px;
    }
    .navbar li {
        font-size: 16px;
        margin-right: 19px;
        margin-left: 19px;
    }
}
@media (max-width: 479px) {
    .header {
        height: 100px;
    }
    .headerLogo {
        height: 24px;
        margin-top: 15px;
    }
    .navtop {
        height: 30px;
    }
    .navtop ul li {
        font-size: 10px;
    }
    .navtop li {
        margin-top: 3px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .navtop li i {
        margin-top: 6px;
    }
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	background-color: #d9ed29;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* SLIDESHOW */
.slideshow {
	margin-top: 110px;
}
@media (max-width: 767px) {
    .slideshow {
        margin-top: 100px;
    }
}
@media (max-width: 479px) {
    .slideshow {
        margin-top: 90px;
    }
}

/* COLUMNS */
.column-100 {
    width: 100%;
    display: block;
}
.column-50 {
    width: 44%;
    display: inline-block;
}
.column-20 {
    width: 22%;
    display: inline-block;
}
.column3 {
	width: 33%;
	height: auto;
	display: inline-block;
}
.column3 .container {
	padding-left: 20px;
	padding-right: 20px;
}
.column4 {
	width: 24%;
	height: auto;
	display: inline-block;
}
.column4 .container {
	padding-left: 15px;
	padding-right: 15px;
}
.column5 {
    width: 19%;
    height: auto;
    display: inline-block;
}
.column5 .container {
	padding-left: 15px;
	padding-right: 15px;
}
.column-padding {
	padding-left: 20px;
	padding-right: 20px;
}
.column-profile {
	padding-right: 120px;
}
.icon img {
    width: 140px;
}
.gallery img {
    width: 160px;
    margin-bottom: 40px;
}
.image {
    width: 330px;
    height: 330px;
    margin-bottom: 40px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.image img {
    width: 330px;
}
.partner img {
    width: 180px;
}
@media (max-width: 1199px) {
    .image {
        width: 290px;
        height: 290px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .image img {
        width: 290px;
    }
}
@media (max-width: 991px) {
    .column-50 {
        width: 100%;
        display: block;
    }
    .column-20 {
        width: 40%;
        margin-left: 40px;
    }
    .column3 {
        width: 32%;
        height: auto;
        display: inline-block;
    }
    .column3 .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .column-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .column-profile {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 40px;
    }
    .image {
        width: 220px;
        height: 220px;
    }
    .image img {
        width: 220px;
    }
    .partner img {
        width: 120px;
    }
}
@media (max-width: 767px) {
    .column3 {
        width: 49%;
        margin-bottom: 20px;
    }
    .column3 .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .column4 {
        width: 49%;
        margin-bottom: 40px;
    }
    .column5 {
        width: 32%;
    }
    .image {
        width: 170px;
        height: 170px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .image img {
        width: 170px;
    }
}
@media (max-width: 599px) {
    .image {
        display: block;
        width: 210px;
        height: 210px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .image img {
        width: 210px;
    }
}
@media (max-width: 479px) {
    .column-20 {
        width: 60%;
    }
    .column3 {
        width: 100%;
    }
    .column4 {
        width: 100%;
    }
    .column5 {
        width: 45%;
    }
    .column-profile {
        margin-bottom: 20px;
    }
    .icon {
        padding-left: 15px;
    }
    .gallery {
    }
    .partner img {
        width: 100px;
    }
}

/* LIGHTBOX */
.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox img {
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}
.lightbox:target {
	outline: none;
	display: block;
}

/* CONTENT */
#profile {
    display: block;
	width: auto;
	height: auto;
	text-align: center;
	background-color: #e6e7e8;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#inspiration {
    background: url(../layout/bg_Inspiration.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 80px;
    background-color: #e6e7e8;
    padding-bottom: 40px;
}
.certification img {
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
}
#products {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #fff;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#finishing {
	width: auto;
	height: auto;
	background-color: #e6e7e8;
	padding-top: 100px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}
#materials {
	width: auto;
	height: auto;
	background-color: #e6e7e8;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 100px;
}
.materials img {
    height: 140px;
    padding-left: 40px;
    margin-bottom: 30px;
}
.materials hr {
    margin-left: 0;
}
#nature {
    height: 340px;
    text-align: center;
    padding-top: 160px;
    background: url(../layout/bg_Nature.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#nature .container {
    width: 680px;
}
#gallery {
	width: auto;
	height: auto;
	text-align: center;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
}
#manufacture {
	width: auto;
	height: auto;
    text-align: center;
}
#manufacture img {
    max-width: 100%;
	height: auto;
    text-align: center;
}
#partners {
    height: 380px;
    text-align: center;
    padding-top: 100px;
    background: url(../layout/bg_Partners.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contact {
	width: auto;
	height: auto;
	text-align: center;
    background-color: #fff;
	padding-top: 60px;
    padding-bottom: 60px;
}
#contact .container {
    width: 517px;
    height: 540px;
    text-align: left;
}
#footer {
	height: 260px;
    background: url(../layout/bg_Footer.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer {
    width: 100%;
    color: #fff;
    text-align: center;
    border-top: 1px solid #939598;
    margin-top: 40px;
    padding-top: 20px;
}
@media (max-width: 1199px) {
    .materials img {
        height: 120px;
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    #finishing {
        padding-top: 80px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }
    #materials {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 80px;
    }
    .materials img {
        height: 100px;
        margin-bottom: 20px;
    }
    #footer {
        height: 380px;
    }
    #footer h4 {
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    #finishing {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    #materials {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
    .materials img {
        height: 120px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    #inspiration {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: 0 80px;
    }
    .certification img {
        margin-bottom: 20px;
    }
    #nature {
        height: 320px;
        text-align: center;
        padding-top: 50px;
        background: url(../layout/bg_Nature.jpg) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #nature .container {
        width: 400px;
    }
    #partners {
        height: 360px;
        padding-top: 60px;
    }
    #contact .container {
        width: 407px;
        text-align: left;
    }
    #footer {
        height: 440px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
@media (max-width: 479px) {
    #finishing {
        text-align: center;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    #materials {
        text-align: center;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }
    .materials hr {
        margin-left: auto;
        margin-right: auto;
    }
    .materials img {
        height: 100px;
        padding-left: 0;
        margin-bottom: 10px;
    }
    #nature {
        height: 280px;
    }
    #nature .container {
        width: 200px;
    }
    #partners {
        height: 440px;
        padding-top: 40px;
    }
    #contact .container {
        width: 242px;
        text-align: left;
    }
    #footer {
        height: 540px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}