/* CSS bg color: #1D0E02 */

*, img {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

html, body {
  font-family: sans-serif, helvetica, arial;
  color: #444;
  background: #1D0E02;
}

body {
  background: transparent url('../img/wallpaper.jpg') 0 0 repeat-y;
  background-attachment: fixed;
}

h3 {
  color: #fff;
}

hr {
  width: 100%;
  height: 1px;
  background: #444;
  border: none;
  margin: 30px 0
}

header {
  width: 100%;
  height: 156px;
  position: fixed;
  background: transparent url('../img/bg_header.png') left bottom repeat-x;
}

header #logo {
  display: inline;
  margin-top: 30px;
  margin-left: 15px;
  max-height: 76px;
}

header #pb-claim {
  display: inline-block;
  float: right;
  font-size: 1.5em;
  color: #fff;
  padding-top: 86px;
  padding-right: 15px;
}

header #string {
  display: inline;
  float: right;
  display: none;
}

.desktop-wrapper {
  width: 960px;
  margin: 0 auto;
}

.content-wrapper {
  padding-top: 160px;  
}

#content {
  background: #000;
  /* padding: 15px 12px 30px; */ 
}

#link-hm-moden {
  text-align: right;
  padding-right: 12px;
}

#legal-notice {
  padding: 20px 0;
  color: #444;
  text-align: center;
}

#legal-notice p {
  font-size: 0.7em;
  line-height: 0.9em;
  letter-spacing: 1px;  
}

@media only screen and (max-width: 1280px) {
  body {
    background: url('../img/wallpaper_1280.jpg');
  }  
}

@media only screen and (max-width: 1920px) {
  body {
    background: url('../img/wallpaper.jpg');
  }   
}

@media only screen and (min-width: 960px) {
  
  #scrolltop {
    display: inline-block;
    position: fixed;
    right: 5%;
    bottom: 0;
    background: #000;
    padding: 20px;
    color: #fff;
  }
  
  #content .product-images-left {
    padding: 10px 0 0 10px;
    margin-right: -10px;
    margin-bottom: -8px;
  }
  
  #content .product-images-right {
    padding: 10px 10px 0 0;
    margin-bottom: -8px;
  }
  
  #content .product-image-center {
    padding: 10px 10px 0;
    margin-bottom: -8px;
  }
  
  #content .product-image {
    width: 465px;
    height: auto;
  }
  
  #content .unit-100 .product-image {
    width: 940px;
    height: auto;
  }
  
}

@media only screen and (max-width: 767px) {       /* MAX 767 */
  
  body {
    background: #1D0E02 url();
  }
  
  .desktop-wrapper {
    width: auto;
    margin: 0 auto;
  }
  
  #content .product-image {
    width: 100%;
    margin: 2%;
  }
  
}

@media only screen and (max-width: 480px) {
  
  body {
    background: #1D0E02 url();
  }
  
  header {
    text-align: center;
  }
  
  header #logo {
    width: 70%;
    display: inline;
    margin-top: 30px;
    margin-left: 0;
  }
  
  header #pb-claim {
    padding-top: 15px;
    font-size: 1.2em;
    float: none;
    display: block;
    text-align: center;
  }
  
  .desktop-wrapper {
    width: auto;
    margin: 0 auto;
  }
  
  #content .product-image {
    width: 96%;
    margin: 2%;
  }
  
  #link-hm-moden {
    text-align: center;
  }
}
