/*

 **************************************
 *
 * Utility LESS mixins and CSS rules
 * 2016 - Riccardo Falco
 *
 **************************************

*/
@media all and (min-width: 768px) {
  .show-mobile {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .show-tablet {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .show-tablet {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  .show-desktop {
    display: none !important;
  }
}
@media all and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.rcontainer {
  width: 1024px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.rcontainer:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
@media all and (max-width: 1024px) {
  .rcontainer {
    width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .rcontainer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
._css_retina_detection_ {
  width: 1px;
}
@media (min-moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  ._css_retina_detection_ {
    width: 2px;
  }
}
.rotate {
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.pulse {
  display: inline-block;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.rotate-and-pulse {
  display: inline-block;
  -webkit-animation: rotate-and-pulse 2s infinite linear;
  -moz-animation: rotate-and-pulse 2s infinite linear;
  -o-animation: rotate-and-pulse 2s infinite linear;
  -ms-animation: rotate-and-pulse 2s infinite linear;
  animation: rotate-and-pulse 2s infinite linear;
}
@-moz-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-webkit-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-o-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-ms-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
.pulse-heart {
  display: inline-block;
  -webkit-animation: pulse-heart 2s infinite linear;
  -moz-animation: pulse-heart 2s infinite linear;
  -o-animation: pulse-heart 2s infinite linear;
  -ms-animation: pulse-heart 2s infinite linear;
  animation: pulse-heart 2s infinite linear;
}
@-moz-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*
	Hamburger animated icon, it requires an html like
	
	<a href="#" data-ng-class="{'open': isMobileMenuOpen}">
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
	</a>
	
*/
.hamburger-animated-1 {
  display: inline-block;
  width: 2em;
  height: 1em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger-animated-1 span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-animated-1 span:nth-child(even) {
  left: 0.4em;
  border-radius: 0 1000px 1000px 0;
}
.hamburger-animated-1 span:nth-child(odd) {
  left: 0;
  border-radius: 1000px 0 0 1000px;
}
.hamburger-animated-1 span:nth-child(1),
.hamburger-animated-1 span:nth-child(2) {
  top: 0;
}
.hamburger-animated-1 span:nth-child(3),
.hamburger-animated-1 span:nth-child(4) {
  top: 0.4em;
}
.hamburger-animated-1 span:nth-child(5),
.hamburger-animated-1 span:nth-child(6) {
  top: 0.8em;
}
.hamburger-animated-1.open span:nth-child(1),
.hamburger-animated-1.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-animated-1.open span:nth-child(2),
.hamburger-animated-1.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-animated-1.open span:nth-child(1) {
  left: 0;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(2) {
  left: 0.5em;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(5) {
  left: 0;
  top: 0.7em;
}
.hamburger-animated-1.open span:nth-child(6) {
  left: 0.5em;
  top: 0.7em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.normalcase {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.background-default {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.absolute-overlay {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
  vertical-align: middle;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.position-relative {
  position: relative;
  z-index: 1;
}
.shadow-before:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.clear-after:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.list-reset {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.list-reset li,
.list-reset.inline-block li {
  display: inline-block;
}
.list-reset.block li {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
}
* {
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  max-height: none;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
img {
  border: 0;
  vertical-align: middle;
  height: auto;
}
input,
textarea,
keygen,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/*
p{
	margin: 0;
}
*/
.fulltext a,
.fulltext a:hover,
.fulltext a:active,
.fulltext a:visited,
.fulltext a:focus {
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.fulltext p {
  margin: 10px 0;
}
.icon {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 1em;
}
.icon:before {
  margin: 0;
}
section {
  padding: 25px 0;
}
@media all and (max-width: 1024px) {
  section {
    padding: 20px 0;
  }
}
@media all and (max-width: 767px) {
  section {
    padding: 15px 0;
  }
}
body {
  margin: 0;
}
body.locked {
  overflow: hidden;
}
main {
  color: #462e2a;
  background-color: #f5efd7;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  main {
    padding-top: 50px;
  }
}
.clearfixed:after {
  content: '';
  display: table;
  clear: both;
}
.oc_social_link {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #f5efd7;
  box-sizing: content-box;
  border-radius: 50%;
  margin: 10px;
  background-color: #462e2a;
  color: #f5efd7;
  -webkit-transition: color 0.2s linear, background-color 0.2s ease;
  -moz-transition: color 0.2s linear, background-color 0.2s ease;
  -ms-transition: color 0.2s linear, background-color 0.2s ease;
  -o-transition: color 0.2s linear, background-color 0.2s ease;
  transition: color 0.2s linear, background-color 0.2s ease;
}
.oc_social_link:hover {
  background-color: #f5efd7;
  color: #462e2a;
}
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #462e2a;
  color: #f5efd7;
  padding: 0 2.5%;
  box-sizing: border-box;
  height: 100px;
  font-size: 0;
}
header .header-container {
  height: 100%;
  position: relative;
}
header .oc_social_bar {
  position: absolute;
  top: 30px;
  right: 120px;
}
@media screen and (max-width: 1100px) {
  header .oc_social_bar {
    top: 10px;
    right: 70px;
  }
}
header .oc_social_bar .oc_social_link {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  margin: 5px;
}
header .oc_logo_bar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  height: 100%;
  box-sizing: border-box;
}
header .oc_logo_bar .icon-logo2 {
  position: relative;
  display: none;
  font-size: 70px;
  width: 250px;
  top: 2px;
  overflow: hidden;
}
header .oc_logo_bar .icon-logo2:before {
  margin: -10px;
}
header .oc_logo_bar .icon-logo3 {
  position: relative;
  display: inline-block;
  font-size: 200px;
  width: 170px;
  height: 165px;
  top: -40px;
  overflow: hidden;
}
header .oc_logo_bar .icon-logo3:before {
  margin: -15px;
}
header .oc_logo_bar a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .oc_logo_bar .oc_drawer_button {
  float: right;
}
@media screen and (max-width: 1100px) {
  header .oc_logo_bar .icon-logo2 {
    display: inline-block;
  }
  header .oc_logo_bar .icon-logo3 {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  header .oc_logo_bar .icon-logo2 {
    font-size: 50px;
    width: 190px;
    top: 15px;
  }
}
header .oc_link_bar {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
  height: 100%;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -ms-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
header .oc_link_bar .oc_link_element {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Futura LT W01 Book';
  text-transform: uppercase;
  height: 100%;
  padding: 0 10px;
  white-space: normal;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  header .oc_link_bar .oc_link_element {
    max-width: 100px;
  }
}
header .oc_link_bar .oc_link_element .oc_link_element_title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .oc_link_bar .oc_link_element .oc_link_element_title .icon-bottom {
  font-size: 20px;
  line-height: 20px;
  display: none;
  position: absolute;
  -webkit-transition: transform 0.2s linear;
  -moz-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
}
header .oc_link_bar .oc_link_element .oc_link_element_title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .oc_link_bar .oc_link_element .oc_link_element_children {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f5efd7;
  opacity: 0.0;
  visibility: hidden;
  -webkit-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  -moz-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  -ms-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  -o-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  transition: visibility 0.1s linear 0s, opacity 0.1s linear;
}
header .oc_link_bar .oc_link_element .oc_link_element_children:before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #f5efd7;
  font-family: "officina";
  content: '\e835';
  font-size: 16px;
}
header .oc_link_bar .oc_link_element .oc_link_element_children .oc_link_element_children_link {
  position: relative;
  color: #462e2a;
  background-color: transparent;
  border: 2px #462e2a solid;
  border-bottom-width: 0;
  padding: 20px 34px;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}
header .oc_link_bar .oc_link_element .oc_link_element_children .oc_link_element_children_link:last-of-type {
  border-bottom-width: 2px;
}
@media screen and (min-width: 1101px) {
  header .oc_link_bar .oc_link_element .oc_link_element_children .oc_link_element_children_link:hover {
    color: #f5efd7;
    background-color: #462e2a;
    border-color: #462e2a;
  }
}
header .oc_link_bar .oc_link_element .oc_link_element_children .oc_link_element_children_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .oc_link_bar .oc_link_element:hover .oc_link_element_children {
  opacity: 1.0;
  visibility: visible;
  transition-delay: 0.0;
}
header .oc_language_bar {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  font-size: 14px;
  font-family: 'Futura LT W01 Book';
  text-transform: uppercase;
  height: 100%;
  text-align: center;
}
header .oc_language_bar .oc_language_element {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 10px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .oc_language_bar .oc_language_element .oc_language_element_title {
  position: relative;
}
header .oc_language_bar .oc_language_element .oc_language_element_title .icon-bottom {
  font-size: 19px;
  line-height: 19px;
}
header .oc_language_bar .oc_language_element .oc_language_element_container {
  position: absolute;
  top: 100%;
  left: -20px;
  border: 2px solid #f5efd7;
  opacity: 0.0;
  visibility: hidden;
  -webkit-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  -moz-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  -ms-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  -o-transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  transition: visibility 0.1s linear 0s, opacity 0.1s linear;
  white-space: nowrap;
  font-size: 0;
}
header .oc_language_bar .oc_language_element .oc_language_element_alt {
  position: relative;
  padding: 5px 10px;
  display: inline-block;
  box-sizing: border-box;
  border-right: 2px solid #f5efd7;
  -webkit-transition: color 0.1s linear 0s, background-color 0.1s linear;
  -moz-transition: color 0.1s linear 0s, background-color 0.1s linear;
  -ms-transition: color 0.1s linear 0s, background-color 0.1s linear;
  -o-transition: color 0.1s linear 0s, background-color 0.1s linear;
  transition: color 0.1s linear 0s, background-color 0.1s linear;
  font-size: 12px;
}
header .oc_language_bar .oc_language_element .oc_language_element_alt:hover {
  color: #462e2a;
  background-color: #f5efd7;
}
header .oc_language_bar .oc_language_element .oc_language_element_alt:last-of-type {
  border-right-width: 0;
}
header .oc_language_bar .oc_language_element .oc_language_element_alt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .oc_language_bar .oc_language_element:hover .oc_language_element_container {
  opacity: 1.0;
  visibility: visible;
  transition-delay: 0.0;
}
header .oc_language_bar_mobile {
  display: none;
  padding: 50px 2.5%;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: #462e2a;
  left: 0;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -ms-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
header .oc_language_bar_mobile .oc_language_mobile_element {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Futura LT W01 Book';
  padding: 10px;
}
header .oc_language_bar_mobile .oc_language_mobile_element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  header {
    background-color: transparent;
    padding: 0;
  }
  header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: #462e2a;
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -ms-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
  }
  header .oc_logo_bar {
    display: block;
    width: 100%;
    background-color: #462e2a;
    padding: 0 2.5%;
    height: 60px;
  }
  header .oc_link_bar {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #462e2a;
    left: 100%;
  }
  header .oc_link_bar .oc_link_element {
    display: block;
    height: auto;
    box-sizing: border-box;
    padding: 0;
  }
  header .oc_link_bar .oc_link_element .oc_link_element_title {
    padding: 20px 0;
    box-sizing: border-box;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  header .oc_link_bar .oc_link_element .oc_link_element_title .icon-bottom {
    display: inline-block;
  }
  header .oc_link_bar .oc_link_element .oc_link_element_title .icon-bottom.disclosed {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .oc_link_bar .oc_link_element .oc_link_element_children {
    display: block;
    position: relative;
    width: 100%;
    visibility: visible;
    opacity: 1.0;
    max-height: 0px;
    -webkit-transition: max-height 0.35s linear;
    -moz-transition: max-height 0.35s linear;
    -ms-transition: max-height 0.35s linear;
    -o-transition: max-height 0.35s linear;
    transition: max-height 0.35s linear;
    overflow: hidden;
  }
  header .oc_link_bar .oc_link_element .oc_link_element_children .oc_link_element_children_link {
    text-transform: none;
  }
  header .oc_link_bar .oc_link_element .oc_link_element_children.disclosed {
    max-height: 200px;
  }
  header .oc_link_bar .oc_link_element .oc_link_element_children:before {
    display: none;
  }
  header .oc_language_bar {
    display: none;
  }
  header .oc_language_bar_mobile {
    display: block;
    position: relative;
    left: 100%;
  }
}
header.visible {
  overflow: scroll;
  height: 100%;
}
header.visible:before {
  left: 0;
}
header.visible .oc_link_bar {
  left: 0;
}
header.visible .oc_language_bar_mobile {
  left: 0;
}
header #oc_drawer_button {
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 35px;
  height: 18px;
  cursor: pointer;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #oc_drawer_button .oc_toggle {
  position: relative;
}
header #oc_drawer_button .oc_toggle span,
header #oc_drawer_button .oc_toggle span:before,
header #oc_drawer_button .oc_toggle span:after {
  border-radius: 1px;
  height: 2px;
  width: 35px;
  top: 8px;
  background-color: #f5efd7;
  position: absolute;
  display: block;
  content: '';
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #oc_drawer_button .oc_toggle span:before {
  top: -8px;
}
header #oc_drawer_button .oc_toggle span:after {
  bottom: -8px;
}
header #oc_drawer_button.active .oc_toggle span {
  background-color: transparent;
}
header #oc_drawer_button.active .oc_toggle span:before,
header #oc_drawer_button.active .oc_toggle span:after {
  top: 0;
}
header #oc_drawer_button.active .oc_toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header #oc_drawer_button.active .oc_toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1100px) {
  header #oc_drawer_button {
    display: inline-block;
  }
}
footer {
  background-color: #462e2a;
  color: #f5efd7;
  overflow: hidden;
}
footer .icon-top {
  text-align: center;
  font-size: 35px;
  margin-top: 10px;
  cursor: pointer;
}
footer .oc_footer_elements {
  display: block;
  padding: 0 2.5%;
  font-size: 0;
}
footer .oc_footer_elements .oc_footer_left_element {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  font-size: 200px;
}
footer .oc_footer_elements .oc_footer_left_element .icon-logo3 {
  margin-top: -70px;
  width: 170px;
  height: 165px;
  overflow: hidden;
}
footer .oc_footer_elements .oc_footer_left_element .icon-logo3:before {
  margin: -15px;
}
footer .oc_footer_elements .oc_footer_center_element {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Futura LT W01 Book';
  font-size: 16px;
  text-align: center;
  width: 33.33%;
  padding: 20px 0px 35px 0px;
}
footer .oc_footer_elements .oc_footer_center_element p {
  margin: 8px 0;
}
footer .oc_footer_elements .oc_footer_center_element .oc_social_bar {
  color: #f5efd7;
  padding: 20px 0px 40px 0px;
}
footer .oc_footer_elements .oc_footer_right_element {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
  text-align: right;
  font-size: 200px;
}
footer .oc_footer_elements .oc_footer_right_element .icon-mappa {
  position: relative;
  height: 170px;
  margin-top: -60px;
}
footer .oc_footer_elements .oc_footer_right_element .icon-mappa:before {
  margin: 0px;
}
footer .oc_footer_elements .oc_footer_right_element .icon-mappa a {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  footer .oc_footer_elements .oc_footer_left_element,
  footer .oc_footer_elements .oc_footer_right_element {
    display: none;
  }
  footer .oc_footer_elements .oc_footer_center_element {
    width: 100%;
  }
}
footer .oc_footer_text {
  text-align: center;
  font-family: 'Futura LT W01 Book';
  font-size: 12px;
  padding: 15px 2.5%;
  box-sizing: border-box;
}
footer .oc_footer_text .oc_footer_links {
  margin-bottom: 15px;
}
footer .oc_footer_text .oc_footer_links a {
  font-size: 12px;
  color: #f5efd7;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
}
footer .oc_footer_text a {
  color: #f5efd7;
  text-decoration: underline;
}
.oc_page_header {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 515px;
  font-family: 'Leckerli One', cursive;
  font-size: 64px;
  overflow: hidden;
}
.oc_page_header .icon-logo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 450px;
  line-height: 450px;
  height: 450px;
  color: #f5efd7;
}
@media screen and (max-width: 550px) {
  .oc_page_header {
    height: 350px;
  }
  .oc_page_header .icon-logo1 {
    font-size: 350px;
    line-height: 350px;
    height: 350px;
  }
}
.oc_title {
  color: #462e2a;
  font-family: 'Futura LT W01 Heavy';
  font-size: 33px;
}
.oc_title.centered {
  text-align: center;
}
.oc_title.margin {
  padding: 70px 0px;
}
.oc_title.padded {
  padding: 0 5%;
}
@media screen and (max-width: 1100px) {
  .oc_title {
    font-size: 28px;
  }
  .oc_title.margin {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 550px) {
  .oc_title {
    font-size: 23px;
  }
  .oc_title.margin {
    padding: 45px 0px 30px 0px;
  }
}
.oc_text {
  color: #462e2a;
  font-family: 'Futura LT W01 Book';
  font-size: 18px;
  line-height: 26px;
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  /*
	p:first-of-type
	{
		margin-top: 0px;
	}
	*/
}
.oc_text a {
  color: #eb8f00;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .oc_text {
    font-size: 15px;
  }
}
.oc_container {
  overflow: hidden;
}
.oc_container .oc_title {
  margin: 60px 0px 40px 0px;
}
section.margin {
  margin: 60px auto;
}
section.margintop {
  margin: 60px auto 0 auto;
}
section {
  overflow: hidden;
}
.oc_button {
  position: relative;
  display: table;
  margin: 50px auto;
  font-family: 'Futura LT W01 Heavy';
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 45px;
  border: 2px solid #462e2a;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.oc_button:hover {
  color: #f5efd7;
  background-color: #eb8f00;
  border-color: #eb8f00;
}
.oc_button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oc_chapter {
  width: 100%;
  height: 552px;
  font-size: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .oc_chapter {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .oc_chapter {
    height: auto;
  }
}
.oc_chapter:after {
  content: '';
  display: table;
  clear: both;
}
.oc_chapter .oc_chapter_image_container {
  width: 62.5%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .oc_chapter .oc_chapter_image_container {
    height: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .oc_chapter:nth-of-type(2n) .oc_chapter_image_container {
    float: right;
  }
  .oc_chapter:nth-of-type(2n) .oc_chapter_text_container {
    text-align: right;
  }
  .oc_chapter:nth-of-type(2n + 1) .oc_chapter_image_container {
    float: left;
  }
  .oc_chapter:nth-of-type(2n + 1) .oc_chapter_text_container {
    text-align: left;
  }
}
.oc_chapter .oc_chapter_gallery_image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  left: 0;
  -webkit-transition: left 0.35s ease;
  -moz-transition: left 0.35s ease;
  -ms-transition: left 0.35s ease;
  -o-transition: left 0.35s ease;
  transition: left 0.35s ease;
}
.oc_chapter .oc_chapter_gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.oc_chapter .oc_chapter_gallery .oc_chapter_gallery_drops {
  position: absolute;
  bottom: 30px;
  left: 5%;
  font-size: 30px;
  color: #f5efd7;
}
.oc_chapter .oc_chapter_gallery .oc_chapter_gallery_drops .oc_chapter_gallery_drop {
  cursor: pointer;
}
.oc_chapter .oc_chapter_gallery .oc_chapter_gallery_drops .oc_chapter_gallery_drop:before {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .oc_chapter .oc_chapter_gallery .oc_chapter_gallery_drops {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.oc_chapter .oc_chapter_text_container {
  position: relative;
  width: 37.5%;
  height: 100%;
  display: inline-block;
}
.oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper {
  position: absolute;
  top: 45%;
  left: 10%;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_title {
  font-family: 'Futura LT W01 Heavy';
  font-size: 33px;
  margin-bottom: 60px;
}
.oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_text {
  font-family: 'Futura LT W01 Book';
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 60px;
}
.oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_button {
  position: relative;
  display: inline-block;
  font-family: 'Futura LT W01 Heavy';
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 45px;
  border: 2px solid #462e2a;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_button:hover {
  color: #f5efd7;
  background-color: #eb8f00;
  border-color: #eb8f00;
}
.oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_text {
    font-size: 15px;
    margin-bottom: 45px;
  }
  .oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_button {
    font-size: 16px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 768px) {
  .oc_chapter .oc_chapter_text_container {
    display: block;
    width: 100%;
  }
  .oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    padding: 50px 7.5%;
    box-sizing: border-box;
  }
  .oc_chapter .oc_chapter_text_container .oc_chapter_text_wrapper .oc_chapter_text {
    text-align: left;
  }
}
.oc_carousel {
  position: relative;
  width: 90%;
  margin: 60px auto;
  overflow: hidden;
  font-size: 0;
  /*	
	.oc_carousel_elements_container
	{
		width: 33.33%;
		
		margin: 0 auto;
		
		white-space: nowrap;
	
		.oc_carousel_element
		{
			position: relative;
			
			left: -100%;
			top: 0;
			
			display: inline-block;
			vertical-align: middle;
			
			width: 100%;
			
			.transition(left 0.35s ease);
			
			img
			{
				width: 100%;
			}
		}
	}
	
	.oc_carousel_hud
	{		
		margin: 10px auto;
		
		text-align: center;
		
		
		&:after
		{
			content: '';
			display: table;
			clear: both;
		}
		
		.icon-sx_lunga, .icon-dx_lunga
		{
			display: inline-block;
			vertical-align: middle;
			
			font-size: 80px;
			
			cursor: pointer;
			
			&:before
			{
				margin: 0;
			}
		}
				
		.oc_carousel_title
		{
			display: inline-block;
			vertical-align: middle;
						
			font-size: 30px;
			font-family: @leckerli;
			
			color: @orange-color;
			
			-webkit-user-select: none; 
			-moz-user-select: none; 
			-ms-user-select: none;
			user-select: none; 
		}
	}
	
	@media screen and (max-width:@l-width)
	{
		.oc_carousel_hud
		{
			.icon-sx_lunga, .icon-dx_lunga
			{
				font-size: 60px;
			}
			
			.oc_carousel_title
			{
				font-size: 25px;
			}
		}
	}
	
	@media screen and (max-width:@tablet-width)
	{
		width: 100%;
		
		.oc_carousel_elements_container
		{		
			width: 100%;	
		}
	}
	*/
}
.oc_carousel .oc_carousel_elements_container {
  position: relative;
  width: 33.33%;
  height: 0;
  padding-bottom: 26.55%;
  box-sizing: border-box;
  left: 33.33%;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  -webkit-transition: left 0.35s linear;
  -moz-transition: left 0.35s linear;
  -ms-transition: left 0.35s linear;
  -o-transition: left 0.35s linear;
  transition: left 0.35s linear;
  z-index: 0;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element img {
  width: 100%;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element.pp_element {
  left: -200%;
  width: 100%;
  height: 100%;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element.p_element {
  left: -100%;
  width: 100%;
  height: 100%;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element.c_element {
  left: 0%;
  width: 100%;
  height: 100%;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element.n_element {
  left: 100%;
  width: 100%;
  height: 100%;
}
.oc_carousel .oc_carousel_elements_container .oc_carousel_element.nn_element {
  left: 200%;
  width: 100%;
  height: 100%;
}
.oc_carousel .oc_carousel_hud {
  position: relative;
  width: 95%;
  margin: 30px auto 20px auto;
  text-align: center;
}
.oc_carousel .oc_carousel_hud:after {
  content: '';
  display: table;
  clear: both;
}
.oc_carousel .oc_carousel_hud .icon-sx_lunga,
.oc_carousel .oc_carousel_hud .icon-dx_lunga {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 80px;
  cursor: pointer;
}
.oc_carousel .oc_carousel_hud .icon-sx_lunga:before,
.oc_carousel .oc_carousel_hud .icon-dx_lunga:before {
  margin: 0;
}
.oc_carousel .oc_carousel_hud .icon-dx_lunga {
  right: 0;
}
.oc_carousel .oc_carousel_hud .icon-sx_lunga {
  left: 0;
}
.oc_carousel .oc_carousel_hud .oc_carousel_title {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: 'Leckerli One', cursive;
  color: #eb8f00;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .oc_carousel {
    width: 100%;
  }
  .oc_carousel .oc_carousel_elements_container {
    width: 100%;
    left: 0;
    padding-bottom: 78.55%;
  }
  .oc_carousel .oc_carousel_hud .icon-sx_lunga,
  .oc_carousel .oc_carousel_hud .icon-dx_lunga {
    font-size: 60px;
  }
  .oc_carousel .oc_carousel_hud .oc_carousel_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .oc_carousel .oc_carousel_hud .icon-sx_lunga,
  .oc_carousel .oc_carousel_hud .icon-dx_lunga {
    font-size: 50px;
  }
  .oc_carousel .oc_carousel_hud .oc_carousel_title {
    font-size: 20px;
  }
}
/*-- Mixed Gallery --*/
.oc_mixed_gallery {
  width: 90%;
  max-width: 1480px;
  margin: 65px auto 90px auto;
}
.oc_mixed_gallery:after {
  content: '';
  display: table;
  clear: both;
}
.oc_mixed_gallery .oc_mixed_gallery_element {
  float: left;
  padding: 2px;
  box-sizing: border-box;
}
@media screen and (min-width: 550px) {
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 1) {
    width: 100%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 1) .oc_mixed_gallery_image {
    padding-bottom: 38%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 2) {
    width: 50%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 2) .oc_mixed_gallery_image {
    padding-bottom: 76%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 3) {
    width: 50%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 3) .oc_mixed_gallery_image {
    padding-bottom: 76%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 4) {
    width: 70%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 4) .oc_mixed_gallery_image {
    padding-bottom: 54.2%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 5) {
    width: 30%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element:nth-of-type(5n + 5) .oc_mixed_gallery_image {
    padding-bottom: 127%;
  }
}
.oc_mixed_gallery .oc_mixed_gallery_element .oc_mixed_gallery_image {
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .oc_mixed_gallery {
    margin: 30px auto 45px;
  }
}
@media screen and (max-width: 550px) {
  .oc_mixed_gallery {
    width: 100%;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 2px 0;
  }
  .oc_mixed_gallery .oc_mixed_gallery_element .oc_mixed_gallery_image {
    height: 100%;
    padding: 0;
  }
}
#cookies-info-wrap {
  top: 100px !important;
  position: fixed !important;
}
@media all and (max-width: 1024px) {
  #cookies-info-wrap {
    top: 60px !important;
  }
}
/*--- Icons ---*/
.oc_home_icons {
  width: 92%;
  max-width: 1480px;
  margin: 0 auto 80px auto;
}
.oc_home_icons .oc_home_icon {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 3%;
  box-sizing: border-box;
}
.oc_home_icons .oc_home_icon .oc_home_icon_content {
  font-size: 120px;
  color: #462e2a;
}
.oc_home_icons .oc_home_icon .oc_home_icon_title {
  font-family: 'Leckerli One', cursive;
  font-size: 33px;
  color: #eb8f00;
  margin-bottom: 20px;
}
.oc_home_icons .oc_home_icon .oc_home_icon_text {
  font-family: 'Futura LT W01 Book';
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .oc_home_icons .oc_home_icon .oc_home_icon_content {
    font-size: 100px;
  }
  .oc_home_icons .oc_home_icon .oc_home_icon_title {
    font-size: 28px;
  }
  .oc_home_icons .oc_home_icon .oc_home_icon_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .oc_home_icons .oc_home_icon {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .oc_home_icons .oc_home_icon {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .oc_home_icons {
    margin-bottom: 40px;
  }
}
.oc_products_print {
  position: relative;
  display: block;
  width: 100%;
  margin: 80px auto 20px auto;
  padding-right: 5px;
  box-sizing: border-box;
  text-align: right;
  font-family: 'Futura LT W01 Heavy';
  font-size: 20px;
  color: #462e2a;
  cursor: pointer;
}
.oc_products_print .icon-file-pdf {
  font-size: 25px;
  padding: 0px 10px;
}
.oc_products_print a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oc_products_gallery {
  width: 100%;
  margin: 10px auto 80px auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oc_products_gallery:after {
  content: '';
  clear: both;
  display: table;
}
.oc_products_gallery .oc_products_gallery_element {
  width: 33.33%;
  float: left;
  -moz-box-direction: column;
  -ms-flexbox-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 3px;
  box-sizing: border-box;
}
.oc_products_gallery .oc_products_gallery_element .oc_products_gallery_image {
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
.oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description {
  display: block;
  width: 100%;
  font-size: 0;
  padding: 30px 0px;
  box-sizing: border-box;
}
.oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description .oc_products_gallery_element_title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Leckerli One', cursive;
  font-size: 30px;
  line-height: 30px;
  color: #eb8f00;
  width: 70%;
  text-align: left;
  padding: 0 2.5%;
  box-sizing: border-box;
  text-transform: lowercase;
}
.oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description .oc_products_gallery_element_code {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Futura LT W01 Book';
  font-size: 18px;
  width: 30%;
  text-align: right;
  padding: 0 2.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description {
    padding: 25px 0;
  }
  .oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description .oc_products_gallery_element_title {
    font-size: 23px;
    line-height: 23px;
  }
  .oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description .oc_products_gallery_element_code {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .oc_products_gallery {
    width: 100%;
  }
  .oc_products_gallery .oc_products_gallery_element {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description .oc_products_gallery_element_code {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .oc_products_gallery .oc_products_gallery_element {
    width: 100%;
    text-align: center;
  }
  .oc_products_gallery .oc_products_gallery_element img {
    position: relative;
    width: 100%;
    min-width: 488px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .oc_products_gallery .oc_products_gallery_element .oc_products_gallery_element_description {
    padding: 22px;
  }
}
.oc_products_container {
  width: 90%;
  max-width: 1480px;
  margin: 65px auto;
}
.oc_products_container:after {
  display: table;
  content: '';
  clear: both;
}
.oc_products_container .oc_product_element {
  position: relative;
  width: 25%;
  float: left;
  padding: 3px;
  box-sizing: border-box;
}
.oc_products_container .oc_product_element .oc_product_image {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
.oc_products_container .oc_product_element .oc_product_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1.0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.oc_products_container .oc_product_element .oc_product_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 60px;
  font-family: 'Leckerli One', cursive;
  text-align: center;
  opacity: 1.0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.oc_products_container .oc_product_element .oc_product_title.oc_beige_color {
  color: #f5efd7;
}
.oc_products_container .oc_product_element .oc_product_title.oc_orange_color {
  color: #eb8f00;
}
.oc_products_container .oc_product_element .oc_product_title.oc_brown_color {
  color: #462e2a;
}
.oc_products_container .oc_product_element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.oc_products_container .oc_product_element.oc_product_double {
  width: 50%;
}
.oc_products_container .oc_product_element.oc_product_double .oc_product_image {
  padding-bottom: 37%;
}
.oc_products_container .oc_product_element:hover .oc_product_overlay {
  opacity: 0.0;
}
.oc_products_container .oc_product_element:hover .oc_product_title {
  opacity: 0.0;
}
@media screen and (max-width: 1100px) {
  .oc_products_container .oc_product_element.oc_product_double .oc_product_image {
    padding-bottom: 36.8%;
  }
  .oc_products_container .oc_product_element .oc_product_title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .oc_products_container .oc_product_element {
    width: 50%;
  }
  .oc_products_container .oc_product_element.oc_product_double {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .oc_products_container {
    width: 100%;
    margin-bottom: 0;
  }
  .oc_products_container .oc_product_element {
    width: 100%;
  }
  .oc_products_container .oc_product_element .oc_product_image {
    padding-bottom: 66.66%;
  }
  .oc_products_container .oc_product_element .oc_product_title {
    font-size: 30px;
    line-height: 40px;
  }
  .oc_products_container .oc_product_element.oc_product_double {
    width: 100%;
  }
}
#oc_map {
  width: 100%;
  height: 515px;
  position: relative;
}
@media screen and (max-width: 550px) {
  #oc_map {
    height: 350px;
  }
}
#oc_map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.oc_map_marker {
  color: #8f1d1c;
  font-size: 14px;
  font-family: 'Futura LT W01 Heavy';
  white-space: nowrap;
  position: relative;
  text-shadow: 1px 1px white;
  top: -12px;
  left: 10px;
}
.oc_contact_form {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0px 0 100px 0;
  overflow: hidden;
  position: relative;
}
.oc_contact_form .oc_contact_form_section {
  display: block;
}
.oc_contact_form .oc_contact_form_section:after {
  content: '';
  clear: both;
  display: table;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element {
  width: 33.33%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element.full {
  width: 100%;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_form_title {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Futura LT W01 Heavy';
  text-transform: uppercase;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element input {
  width: 100%;
  font-size: 14px;
  font-family: 'Futura LT W01 Book';
  padding: 10px;
  border: 1px #462e2a solid;
  box-sizing: border-box;
  background-color: #fffbed;
  outline: none;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element textarea {
  width: 100%;
  height: 80px;
  font-size: 14px;
  font-family: 'Futura LT W01 Book';
  background-color: #fffbed;
  resize: none;
  border: 1px #462e2a solid;
  outline: none;
  padding: 5px;
  box-sizing: border-box;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_form_error {
  color: red;
  font-family: 'Futura LT W01 Book';
  font-size: 12px;
  padding: 5px;
  opacity: 0.0;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_form_error.visible {
  opacity: 1.0;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_form_error.recaptcha {
  text-align: center;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_check_icon {
  position: absolute;
  top: 8px;
  left: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  cursor: pointer;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_check_icon.icon-check-on {
  left: 2px;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_privacy_text {
  font-family: 'Futura LT W01 Book';
  font-size: 14px;
  padding-left: 30px;
  box-sizing: border-box;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_privacy_text p {
  margin: 0;
}
.oc_contact_form .oc_contact_form_section .oc_contact_form_element .g-recaptcha {
  display: table;
  margin: 0 auto;
}
.oc_contact_form .oc_form_button {
  display: table;
  margin: 25px auto;
  padding: 15px 35px;
  font-family: 'Futura LT W01 Heavy';
  font-size: 18px;
  color: #462e2a;
  border: 3px solid #462e2a;
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.oc_contact_form .oc_form_button:hover {
  color: #f5efd7;
  background-color: #eb8f00;
  border-color: #eb8f00;
}
.oc_contact_form .oc_form_thanks_text_container {
  display: none;
}
.oc_contact_form .oc_form_thanks_text_container .oc_form_thanks_text {
  font-family: 'Futura LT W01 Book';
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .oc_contact_form {
    margin: 30px auto 60px auto;
  }
  .oc_contact_form .oc_contact_form_section .oc_contact_form_element {
    width: 100%;
    padding: 5px;
  }
  .oc_contact_form .oc_contact_form_section .oc_contact_form_element .oc_contact_form_title {
    font-size: 18px;
  }
  .oc_contact_form .oc_contact_form_section .oc_contact_form_element .g-recaptcha {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  .oc_contact_form .oc_form_button {
    margin: 20px auto;
    padding: 5px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .oc_contact_form .oc_form_thanks_text_container .oc_form_thanks_text {
    font-size: 15px;
  }
}
.poc_title {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 44px;
}
.poc_products_gallery {
  width: 100%;
  margin: 10px auto 0px auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.poc_products_gallery:after {
  content: '';
  clear: both;
  display: table;
}
.poc_products_gallery .poc_products_gallery_element {
  width: 50%;
  float: left;
  height: 350px;
  min-height: 350px;
  max-height: 250px;
  -moz-box-direction: column;
  -ms-flexbox-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 3px;
  box-sizing: border-box;
}
.poc_products_gallery .poc_products_gallery_element .poc_products_gallery_image {
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.poc_products_gallery .poc_products_gallery_element .poc_products_gallery_element_description {
  display: block;
  width: 100%;
  font-size: 0;
  padding: 30px 0px;
  box-sizing: border-box;
}
.poc_products_gallery .poc_products_gallery_element .poc_products_gallery_element_description .poc_products_gallery_element_title {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Leckerli One', cursive;
  font-size: 30px;
  line-height: 30px;
  color: #eb8f00;
  width: 70%;
  text-align: left;
  padding: 0 2.5%;
  box-sizing: border-box;
  text-transform: lowercase;
}
.poc_products_gallery .poc_products_gallery_element .poc_products_gallery_element_description .poc_products_gallery_element_code {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Futura LT W01 Book';
  font-size: 18px;
  width: 30%;
  text-align: right;
  padding: 0 2.5%;
  box-sizing: border-box;
}
.poc_products_container {
  width: 90%;
  max-width: 1480px;
  margin: 65px auto;
}
.poc_products_container:after {
  display: table;
  content: '';
  clear: both;
}
.poc_products_container .poc_product_element {
  position: relative;
  width: 25%;
  float: left;
  padding: 3px;
  box-sizing: border-box;
}
.poc_products_container .poc_product_element .poc_product_image {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
.poc_products_container .poc_product_element .poc_product_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1.0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.poc_products_container .poc_product_element .poc_product_title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 40px;
  font-family: 'Leckerli One', cursive;
  text-align: center;
  opacity: 1.0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.poc_products_container .poc_product_element .poc_product_title.poc_beige_color {
  color: #f5efd7;
}
.poc_products_container .poc_product_element .poc_product_title.poc_orange_color {
  color: #eb8f00;
}
.poc_products_container .poc_product_element .poc_product_title.poc_brown_color {
  color: #462e2a;
}
.poc_products_container .poc_product_element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.poc_products_container .poc_product_element.poc_product_double {
  width: 50%;
}
.poc_products_container .poc_product_element.poc_product_double .poc_product_image {
  padding-bottom: 37%;
}
.poc_products_container .poc_product_element:hover .poc_product_overlay {
  opacity: 0.0;
}
.poc_products_container .poc_product_element:hover .poc_product_title {
  opacity: 0.0;
}
.poc_products_gallery_pagina {
  margin-top: 135px;
}
.poc_products_gallery_primo {
  margin-top: 187px;
}
