@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
@import url("https://fonts.googleapis.com/css?family=Oswald&subset=latin-ext");
html, body {
  background-color: #3c3c3c;
  color: dimgray;
  font-family: "Oswald", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: 200ms; }

img {
  vertical-align: top; }

#dpi {
  height: 1in;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1in; }

/*----------INDEX PAGE--------------*/
nav {
  left: 0;
  overflow: auto;
  position: fixed;
  bottom: 10%;
  max-height: 90%;
  width: 220px;
  z-index: 100; }
  nav a {
    background-color: rgba(255, 228, 225, 0.9);
    color: dimgray;
    border-bottom: 1px dotted dimgray;
    display: inline-block;
    font-size: 1em;
    padding: 6px 15px;
    width: 170px; }
    nav a:hover {
      background-color: rgba(230, 131, 131, 0.9);
      color: white;
      padding: 6px 25px !important; }
    nav a.active {
      background-color: rgba(230, 131, 131, 0.9);
      color: white;
      padding: 6px 20px; }
    nav a#hide {
      border-bottom: none;
      width: auto; }

div.page {
  background-position: center;
  background-size: cover;
  border-bottom: 8px solid black;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%; }
  div.page img {
    z-index: 1; }
  div.page .top {
    border-bottom: 1px dotted dimgray;
    position: absolute;
    left: 20%;
    top: 0;
    width: 500px;
    z-index: 2; }
  div.page a.bottom, div.page a.side {
    border-top: 1px dotted dimgray;
    display: block;
    font-size: 1.2em;
    position: absolute;
    z-index: 2; }
    div.page a.bottom span, div.page a.side span {
      margin: 0 20px; }
  div.page a.bottom {
    background-color: rgba(255, 228, 225, 0.9);
    color: dimgray;
    bottom: 0;
    left: 55%;
    padding: 10px; }
    div.page a.bottom:hover {
      background-color: rgba(230, 131, 131, 0.9);
      color: white;
      padding: 15px 10px; }
  div.page a.side {
    background-color: rgba(230, 131, 131, 0.9);
    color: white;
    bottom: 20%;
    margin-bottom: -50px;
    padding: 10px 20px;
    right: 0; }
    div.page a.side:hover {
      padding: 10px 30px; }
  div.page h1, div.page h2 {
    background-color: rgba(255, 228, 225, 0.9);
    color: dimgray;
    font-family: "Kaushan Script", cursive;
    margin: 0;
    padding: 40px 20px; }
  div.page h1 {
    font-size: 6em; }
  div.page h2 {
    font-size: 3em; }
  div.page p {
    background-color: rgba(230, 131, 131, 0.9);
    color: white;
    margin: 0;
    padding: 12px; }
  div.page .main {
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    height: 40%;
    left: 30%;
    padding: 0 50px 10px 50px;
    position: absolute;
    text-align: left;
    top: 40%;
    width: 70%;
    z-index: 2; }
    div.page .main h3 {
      font-size: 1.8em; }
    div.page .main p {
      background-color: transparent;
      color: #3c3c3c; }

div#feedback .main {
  overflow: hidden; }
  div#feedback .main p {
    padding: 20px 0 10px; }

div#end {
  border-bottom: none; }
  div#end a.side {
    margin-bottom: 0; }
  div#end .main {
    padding-bottom: 50px; }
    div#end .main p {
      font-size: 1.3em; }
    div#end .main a:hover {
      color: rgba(230, 131, 131, 0.9); }

div#begin a.bottom {
  background-color: rgba(230, 131, 131, 0.9);
  color: white;
  width: 400px; }

/*----------PRODUCT PAGE------------*/
#description {
  left: 0;
  max-width: 500px;
  position: fixed;
  top: 5%;
  z-index: 2; }
  #description h1, #description p {
    margin: 0;
    padding: 20px 15px; }
  #description h1 {
    background-color: rgba(230, 131, 131, 0.9);
    color: white;
    font-family: "Kaushan Script", cursive;
    font-size: 2.5em; }
  #description p {
    background-color: rgba(255, 228, 225, 0.9);
    border-bottom: 1px dotted dimgray; }

#contact a#logo {
  color: #3c3c3c;
  display: block;
  font-family: "Kaushan Script", cursive;
  font-size: 1.5em; }
#contact:hover a#logo {
  color: inherit; }

#product #hide {
  position: fixed;
  right: 30%;
  z-index: 3; }

div[id|=slide] {
  border-bottom: 8px solid black;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }
  div[id|=slide] > img {
    border: 5px solid rgba(255, 228, 225, 0.9);
    max-height: 95%;
    max-width: 95%;
    position: relative;
    transition: 200ms; }
  div[id|=slide] .slide-nav {
    bottom: 0;
    position: absolute;
    width: 100%; }

div.slide-bg {
  opacity: 0.4;
  position: absolute;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px); }
  div.slide-bg img {
    display: inline-block; }
    div.slide-bg img.bg-corners {
      transform: rotate(180deg); }
    div.slide-bg img.bg-top-bottom {
      transform: rotateX(180deg); }
    div.slide-bg img.bg-left-right {
      transform: rotateY(180deg); }

#information {
  position: fixed;
  right: 0;
  text-align: right;
  top: 15%;
  transition: 200ms;
  z-index: 2; }

#price {
  border-bottom: 1px dotted dimgray;
  clear: both;
  float: right;
  margin: 10px 0;
  width: 250px; }
  #price:hover {
    background-color: rgba(255, 255, 255, 0.8);
    min-width: 250px;
    width: auto; }
    #price:hover table th, #price:hover table td {
      font-size: inherit; }
      #price:hover table th span, #price:hover table td span {
        display: inherit; }
    #price:hover table td.note {
      font-size: 0.8em; }
    #price:hover table img {
      height: auto;
      width: auto; }
  #price h2 {
    background-color: rgba(230, 131, 131, 0.9);
    color: white;
    margin: 0;
    padding: 8px 16px; }
  #price table {
    background-color: rgba(255, 228, 225, 0.9);
    min-width: 100%;
    max-width: 700px;
    padding: 10px;
    transition: 300ms; }
    #price table th, #price table td {
      font-size: 0;
      padding: 0 5px;
      text-align: center;
      transition: 300ms;
      white-space: nowrap; }
      #price table th span, #price table td span {
        display: none; }
    #price table th:first-child, #price table td:first-child {
      font-size: inherit;
      text-align: left; }
    #price table th:last-child, #price table td:last-child {
      font-size: inherit;
      text-align: right; }
    #price table td.note {
      font-size: 0; }
    #price table td:nth-child(2) {
      white-space: normal; }
    #price table img {
      height: 0;
      width: 0; }

#technical {
  transition: 300ms; }
  #technical:hover {
    background-color: transparent;
    padding: 0;
    width: auto; }
  #technical h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
  #technical p {
    font-family: sans-serif;
    font-size: 0;
    height: 0;
    margin: 0; }
  #technical:hover h2 {
    background-color: rgba(230, 131, 131, 0.9);
    color: white;
    font-size: 1.2em;
    padding: 8px 15px; }
  #technical:hover p {
    background-color: rgba(255, 228, 225, 0.9);
    color: dimgray;
    font-size: 0.8em;
    height: auto;
    padding: 8px 15px; }

/*----------LEATHER PAGE------------*/
#leather {
  text-align: center; }
  #leather #contact {
    background-color: mistyrose;
    padding-bottom: 5px;
    border-bottom: 1px dotted dimgray !important;
    padding-right: 20px !important; }
  #leather h1 {
    background-color: white;
    margin: 0;
    padding-top: 10px; }
  #leather > p {
    background-color: white;
    margin: 0;
    padding-bottom: 20px; }
  #leather section {
    font-size: 0;
    margin-top: 10px; }
    #leather section h2 {
      background-color: mistyrose;
      font-size: 30px;
      margin: 0;
      padding: 10px; }
    #leather section > p {
      background-color: mistyrose;
      font-size: 18px;
      margin: 0 0 5px;
      padding-bottom: 15px; }
    #leather section div {
      background-color: white;
      display: inline-block;
      margin: 5px;
      padding: 7px; }
      #leather section div p {
        font-size: 16px; }
      #leather section div img {
        cursor: pointer; }
        @media (max-width: 700px) {
          #leather section div img {
            width: 200px; } }

.leather-preview {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%; }
  .leather-preview img {
    background-color: white;
    max-height: 100%;
    max-width: 100%;
    padding: 6px;
    transition: 300ms; }

/*----------FEEDBACK PAGE------------*/
body#feedback {
  background-size: cover !important;
  background: url("../divani/honey/divano-in-pelle-design-honey.jpg") fixed;
  height: auto;
  position: absolute; }
  body#feedback #contact {
    position: fixed; }
  body#feedback h1, body#feedback section {
    border-bottom: 1px dotted dimgray;
    margin: 20px 200px 20px 280px;
    padding: 16px; }
  body#feedback h1 {
    background: rgba(255, 228, 225, 0.9);
    color: #3c3c3c; }
  body#feedback section {
    background: rgba(255, 255, 255, 0.8); }
    body#feedback section:hover {
      background: rgba(255, 255, 255, 0.9); }
    body#feedback section a {
      color: #3c3c3c;
      text-decoration: underline; }
      body#feedback section a:hover {
        color: rgba(230, 131, 131, 0.9); }
    body#feedback section b {
      color: #3c3c3c;
      font-weight: normal; }

/*-------------BUTTONS--------------*/
.button {
  background-color: rgba(255, 228, 225, 0.9);
  color: dimgray;
  cursor: pointer;
  transition: 200ms;
  vertical-align: bottom; }
  .button:hover {
    background-color: rgba(230, 131, 131, 0.9);
    color: white; }
  .button span {
    margin: 0 10px; }

.button.small {
  padding: 10px 15px; }

.button.big {
  background-color: rgba(230, 131, 131, 0.9);
  color: white;
  font-size: 1.2em;
  padding: 15px 20px; }

.button.bottom {
  border-top: 1px dotted dimgray;
  display: inline-block;
  margin: 0 10px; }

.button.top {
  border-bottom: 1px dotted dimgray;
  margin: 0 10px; }

.button.bottom.small:hover, .button.top.small:hover {
  padding: 15px; }

.button.left, .button.right {
  border-bottom: 1px dotted dimgray;
  display: block;
  margin: 20px 0;
  width: 200px; }

.button.left.small:hover, .button.right.small:hover {
  padding: 10px 20px; }

.button.right {
  clear: both;
  float: right;
  margin: 10px 0; }

/*----------------MEDIA----------------*/
@media (max-height: 800px) {
  nav {
    width: 200px; }
    nav a {
      font-size: 0.8em;
      padding: 5px 10px;
      text-transform: uppercase;
      width: 160px; }
      nav a:hover {
        padding: 5px 20px !important; }
      nav a.active {
        padding: 5px 15px; }

  div#end .main h3 {
    font-size: 1.3em; }
  div#end .main p {
    font-size: 1em;
    padding: 5px; }

  #information {
    top: 0; }

  #price {
    margin: 3px 0; }

  .button.right {
    margin: 3px 0; } }
@media (min-resolution: 200dpi), (max-width: 1200px) {
  nav {
    display: none !important; }

  div.page {
    height: auto; }
    div.page img {
      width: 100%; }
    div.page .top {
      border-bottom: none;
      position: relative;
      left: auto;
      top: auto;
      width: auto; }
    div.page h1, div.page h2 {
      background-color: rgba(230, 131, 131, 0.9);
      color: white;
      padding: 10px; }
    div.page h1 {
      font-size: 30px; }
    div.page h2 {
      font-size: 24px; }
    div.page p {
      background-color: rgba(255, 228, 225, 0.9);
      color: dimgray;
      font-size: 16px;
      line-height: 1.2;
      padding: 5px 10px; }
    div.page a.side {
      bottom: 50%;
      font-size: 12px;
      margin: 0;
      padding: 5px 10px;
      right: 0; }
      div.page a.side span {
        margin: 0 5px; }
    div.page a.bottom {
      display: none; }
    div.page .main {
      background-color: white;
      height: auto;
      left: auto;
      margin-left: 0;
      padding: 10px;
      position: relative;
      top: auto;
      width: 100%; }
      div.page .main h3 {
        font-size: 16px;
        margin: 0;
        padding: 0; }
      div.page .main p {
        font-size: 14px;
        padding: 0; }

  #description {
    border-bottom: 8px solid black;
    left: auto;
    max-width: none;
    position: relative;
    top: auto; }
    #description h1 {
      font-size: 30px; }
    #description p {
      background-color: mistyrose;
      border: none;
      font-size: 16px; }

  #contact {
    border-bottom: 8px solid black; }

  div[id|=slide] {
    height: auto; }
    div[id|=slide] h2 {
      font-size: 24px; }
    div[id|=slide] .slide-nav {
      position: relative; }
    div[id|=slide] > img {
      border: none;
      max-height: 100%;
      max-width: 100%; }

  #product #hide, div.slide-bg {
    display: none; }

  #information {
    position: relative;
    top: auto; }

  #price {
    margin: 0;
    text-align: center;
    width: 100%; }
    #price:hover {
      background-color: white;
      min-width: unset;
      width: 100%; }
      #price:hover table td.note {
        font-size: inherit; }
    #price table {
      background-color: mistyrose;
      display: block;
      max-width: 100%;
      overflow: auto;
      padding: 0; }
      #price table tbody {
        display: inline; }
      #price table th, #price table td, #price table td.note {
        font-size: 16px;
        padding: 2px; }
      #price table td {
        border-top: 1px dotted dimgray; }
      #price table img {
        height: auto;
        width: auto; }

  #technical {
    background-color: transparent;
    padding: 0; }
    #technical h2 {
      background-color: rgba(230, 131, 131, 0.9);
      color: white;
      font-size: 1.2em;
      padding: 8px 15px; }
    #technical p {
      background-color: rgba(255, 228, 225, 0.9);
      color: dimgray;
      font-size: 0.8em;
      height: auto;
      padding: 8px 15px; }

  body#feedback #contact {
    position: relative; }
  body#feedback h1, body#feedback section {
    margin: 20px auto; }

  .button.left, .button.right {
    background-color: rgba(255, 228, 225, 0.9);
    color: dimgray;
    float: none;
    margin: 0;
    text-align: center;
    width: auto; }
    .button.left:hover, .button.right:hover {
      background-color: rgba(230, 131, 131, 0.9);
      color: white; }

  .button.right {
    border-top: 8px solid black; }

  #return {
    display: none; }

  .button.big {
    font-size: 16px;
    padding: 5px; }

  .button.bottom {
    border: none;
    display: block;
    margin: 0; }

  .button.bottom.big:hover {
    padding: 5px; } }

/*# sourceMappingURL=styles.css.map */
