body {
  background-color: rgb(198, 190, 190);
  font: 400 12px/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.bottom {
  max-width: 1200px;
  height: 30px;
  margin: 0 auto;
}

.container {
  display: block;
  float: left;
  width: 139px;
  min-width: 110px;
  max-width: 139px;
  height: 55px;
  margin: 20px 0 0 10px;
  background-color: rgba(255, 255, 255, 0);
}

.container_all {
  position: relative;
  z-index: 12;
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 30px 30px 60px;
  background-color: rgb(255, 255, 255);
}

.container_header_thin {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.container_home {
  display: block;
  float: left;
  width: 117px;
  min-width: 85px;
  max-width: 117px;
  height: 55px;
  margin: 20px 0 0 20px;
  border-radius: 5px;
  background-color: rgba(199, 199, 199, 0);
}

.container_main_image {
  width: 100%;
  margin: 0 auto;
}

.container_portfolio {
  display: block;
  float: left;
  width: 162px;
  min-width: 120px;
  max-width: 162px;
  height: 55px;
  margin: 20px 0 0 15px;
  border-radius: 5px;
  background-color: rgba(199, 199, 199, 0.12);
}

.element {
  width: 100%;
  background-color: rgb(48, 39, 40);
}

.element_disclaimer {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 600px;
  height: 32px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgb(48, 39, 40);
}

.element_portfolio {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0;
  background-color: rgba(230, 230, 230, 0);
  overflow: visible;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  min-width: 600px;
  height: 100px;
  margin: 0 auto;
}

.image_1 {
  display: block;
  position: relative;
  float: left;
  z-index: 7;
  width: 32%;
    height: auto;
  max-height: 200px;
  overflow: hidden;
}

.image_2 {
  display: block;
  position: relative;
  float: left;
  z-index: 6;
  width: 32%;
  height: auto;
    max-height: 200px;
  margin-left: 0.99918%;
  overflow: hidden;
}

.image_3 {
  display: block;
  position: relative;
  float: left;
  z-index: 5;
  width: 32%;
  height: auto;
    max-height: 200px;
  margin-left: 0.99918%;
  overflow: hidden;
}

.image_4 {
  display: block;
  position: relative;
  float: left;
  clear: both;
  z-index: 4;
  width: 31.9997258771%;
  height: auto;
    max-height: 200px;
  margin-top: 10px;
  overflow: hidden;
}

.image_5 {
  display: block;
  position: relative;
  float: left;
  z-index: 3;
  width: 31.9997258771%;
  height: auto;
    max-height: 200px;
  margin: 10px 0 0 0.99918%;
  overflow: hidden;
}

.image_6 {
  display: block;
  position: relative;
  float: left;
  z-index: 2;
  width: 31.9997258771%;
  height: auto;
    max-height: 200px;
  margin: 10px 0 0 0.99918%;
  overflow: hidden;
}

.image_logo {
  display: block;
  float: left;
  width: 10.5833333333%;
  min-width: 127px;
  max-width: 127px;
  height: auto;
  overflow: hidden;
}

.image_main {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.text,
.text_home,
.text_portfolio {
  margin: 0 auto;
  font: 300 40px/1.38 Oswald;
  text-align: center;
  color: rgb(230, 230, 230);
}

.text_disclaimer {
  float: left;
  width: 100%;
  line-height: 1.38;
  color: rgb(255, 255, 255);
}