@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
@import 'vendor/bootstrap.css';
@import 'vendor/bootstrap-theme.css';
@import 'libs/font-awesome.min.css';
@import 'libs/jquery.custom-scrollbar.css';
*:focus {
  outline: none !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.vertical-align.helper-align {
  margin-top: -50px;
}
.vertical-align-absolute {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.no-scroll {
  overflow: hidden;
}
.message-error,
.empty-message {
  top: 50%;
  padding: 0;
  margin: 0 auto;
  font-size: 24px;
  max-width: 600px;
  text-align: center;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateY(-50%);
}
.h-100 {
  height: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('libs/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('libs/slick/fonts/slick.eot');
  src: url('libs/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('libs/slick/fonts/slick.woff') format('woff'), url('libs/slick/fonts/slick.ttf') format('truetype'), url('libs/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 15px 0 0 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 !important;
  margin: 0 5px !important;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 5px;
  width: 80px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active {
  background: #ffffff;
}
@font-face {
  font-family: 'Varela Round';
  src: url('../fonts/VarelaRound-Regular.ttf');
}
@font-face {
  font-family: 'fun-font-normal';
  src: url('../fonts/tillana/Tillana-Regular.ttf');
}
@font-face {
  font-family: 'fun-font-bold';
  src: url('../fonts/tillana/Tillana-SemiBold.ttf');
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font: 14px/1.2 'Varela Round', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.ricolino,
html.ricolino body {
  background: #00447c url('../img/fondo-ricolino.png') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
p,
h1,
label,
input {
  font-family: 'Varela Round', Arial, sans-serif !important;
}
@font-face {
  font-family: 'Ricolino';
  src: url('../fonts/Ricolino/RicolinoScript-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Ricolino/RicolinoScript-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Ricolino/RicolinoScript-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Ricolino/RicolinoScript-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Ricolino/RicolinoScript-Bold.svg#54ed979392e34f2da85b5a8ec89a8f81') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Vero';
  src: url('../fonts/Vero/skater_girls_rock-webfont.woff2') format('woff2'), url('../fonts/Vero/skater_girls_rock-webfont.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Champagne';
  src: url('../fonts/Ricolino/Champagne n Limousines.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Ricolino/Champagne n Limousines.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Ricolino/Champagne n Limousines.woff') format('woff'), /* Modern Browsers */ url('../fonts/Ricolino/Champagne n Limousines.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Ricolino/Champagne n Limousines.svg#4e399d2ab94c45fe49fcd26d7ee0c800') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.ricolino {
  font-family: 'Ricolino', cursive;
  font-style: normal;
  font-weight: 700;
}
.vero {
  font-family: 'Vero', sans-serif;
  font-style: normal;
  font-weight: 700;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font: 14px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html.ricolino,
html.ricolino body {
  background: #00447c url('../img/fondo-ricolino.png') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
html.vero,
html.vero body {
  background: #970309 url('../img/fondo-vero.png') no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#main-logo {
  display: block;
}
#main-logo img {
  width: 300px;
  height: auto;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  #main-logo img {
    width: 225px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  #main-logo img {
    width: 200px;
  }
}
@media only screen and (max-width : 767px) {
  #main-logo {
    position: relative;
    z-index: 99;
  }
  #main-logo img {
    width: 180px;
  }
}
#main-header {
  height: 120px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.2);
  border: none;
  z-index: 9;
}
#main-header .navbar-brand {
  height: 120px;
}
#main-header ul {
  height: 120px;
}
#main-header ul li {
  list-style: none;
  padding: 0;
  display: block;
  height: 100%;
  float: left;
  width: 180px;
  padding-top: 35px;
  margin: 0 15px 0 0;
}
#main-header ul li.last {
  margin-right: 0;
}
#main-header ul li a {
  font-family: 'Ricolino', cursive;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 1px #2c2c2c;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(5, 14, 36, 0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(5, 14, 36, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(5, 14, 36, 0.35);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-family: 'Varela Round', sans-serif;
}
#main-header ul li a:hover,
#main-header ul li a.active {
  background: rgba(0, 0, 0, 0.5) none;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.35);
  -moz-box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.35);
  box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.35);
  text-decoration: underline;
}
#main-header ul li.active {
  background: url("../img/shine.png") center 40px no-repeat;
  background-size: 100%;
}
#main-header ul li.active a {
  background: rgba(0, 0, 0, 0.5) none;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.35);
  -moz-box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.35);
  box-shadow: 0px 10px 20px 0px rgba(5, 14, 36, 0.35);
  text-decoration: underline;
}
@media only screen and (max-width : 767px) {
  #main-header ul li.active a {
    color: #383838;
    background: rgba(255, 255, 255, 0.9) none;
  }
}
@media only screen and (max-width : 767px) {
  #main-header ul li:first-of-type a {
    padding-top: 50px;
  }
}
#main-header .navbar-toggle,
#main-header .navbar-toggle.collapsed {
  background: transparent;
  border: none;
}
#main-header .navbar-toggle .icon-bar,
#main-header .navbar-toggle.collapsed .icon-bar {
  background-color: #fff;
}
#main-header .navbar-collapse {
  border-top: none;
}
#main-header .navbar-collapse li a {
  font-size: 20px;
  font-family: 'Ricolino', cursive;
}
#main-header .navbar-collapse li img {
  height: auto;
  margin-top: -3px;
  width: 15px;
}
#main-header .navbar-collapse li img:first-child {
  margin-left: 4px;
  margin-right: 6px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  #main-header {
    height: 100px;
  }
  #main-header .navbar-brand {
    height: 100px;
  }
  #main-header ul {
    height: 40px;
  }
  #main-header ul li {
    height: 40px;
    width: 160px;
    margin-right: 10px;
    padding-top: 30px;
  }
  #main-header ul li a {
    font-size: 150%;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  #main-header {
    height: 90px;
  }
  #main-header .navbar-brand {
    height: 90px;
  }
  #main-header ul {
    height: 35px;
  }
  #main-header ul li {
    height: 35px;
    width: 160px;
    margin-right: 10px;
    padding-top: 27.5px;
  }
  #main-header ul li a {
    font-size: 130%;
    line-height: 35px;
    -webkit-border-radius: 17.5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 17.5px;
    -moz-background-clip: padding;
    border-radius: 17.5px;
    background-clip: padding-box;
  }
}
@media only screen and (max-width : 767px) {
  #main-header {
    height: 50px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(5, 14, 36, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(5, 14, 36, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(5, 14, 36, 0.2);
  }
  #main-header .navbar-brand {
    height: 50px;
  }
  #main-header ul {
    height: auto;
    margin-top: 0;
  }
  #main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    width: 100%;
  }
  #main-header ul li a {
    background-color: #00447c;
    border: none;
    text-shadow: 0 1px 1px #2c2c2c;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  #main-header ul li a:hover,
  #main-header ul li a.active {
    background: #072139 none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
  }
}
.page {
  height: 100%;
  padding-bottom: 60px;
  margin-top: -120px;
  padding-top: 120px;
}
.page .container {
  height: 100%;
}
.page .container .row {
  height: 100%;
}
.page #content {
  height: 100%;
}
.page #content .region {
  height: 100%;
}
.page #content .region #block-system-main {
  height: 100%;
}
.page #content .region .content {
  color: #FFF;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 180px;
}
.page #content .region .content .product-carousel {
  margin: 0 -20px;
  padding: 0;
}
.page #content .region .content .home-wrapper {
  height: 100%;
}
.page #content .region .content .product-page {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.page #content .region .content .product-page h1 {
  margin-top: 0;
}
.page #content .region .content .product-page h1 img {
  width: 250px;
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .product-page h1 img {
    margin: 0 auto;
    display: block;
  }
}
.page #content .region .content .product-page .social-links {
  top: 140px;
  right: 20px;
  position: absolute;
}
.page #content .region .content .product-page .social-links li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.page #content .region .content .product-page .social-links li a {
  color: #FFF;
  width: 55px;
  height: 55px;
  display: block;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.page #content .region .content .product-page .social-links li a i {
  font-size: 24px;
  margin: 15px 0;
}
.page #content .region .content .product-page .social-links li a.fb {
  background: #405e94;
}
.page #content .region .content .product-page .social-links li a.tw {
  background: #66cbf9;
}
.page #content .region .content .product-page .social-links li a.ins {
  background: #b64096;
}
.page #content .region .content .product-page .social-links li a.yt {
  background: #ea514b;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .page #content .region .content .product-page .social-links {
    top: 120px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .page #content .region .content .product-page .social-links {
    top: 110px;
  }
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .product-page .social-links {
    margin: 0 0 15px 0;
    text-align: center;
    position: static;
    width: 100%;
  }
}
.page #content .region .content .product-page > .product {
  height: 100%;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .page #content .region .content .product-page > .product {
    width: 100%;
    padding-right: 250px;
  }
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .product-page > .product {
    padding-right: 0;
  }
}
.page #content .region .content .product-page .product-description p {
  font-family: 'fun-font-normal', sans-serif !important;
}
.page #content .region .content .product-page .product-shot,
.page #content .region .content .product-page .product-description {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .product-page .product-shot,
  .page #content .region .content .product-page .product-description {
    width: 100%;
    display: block;
    padding: 0 20px;
  }
}
.page #content .region .content .product-page .product-shot {
  height: 80%;
  margin-top: 5%;
  background: center center no-repeat;
  background-size: contain;
}
.page #content .region .content .product-page .product-shot img {
  width: auto;
  margin: 0 auto;
  max-width: 90%;
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .product-page .product-shot {
    margin: 20px 0;
    text-align: center;
  }
}
.page #content .region .content .product-page .product-description {
  padding-right: 210px;
}
.page #content .region .content .product-page .product-description h1 {
  font-size: 42px;
  margin: 0 0 30px 0;
  font-family: 'Ricolino', cursive;
  font-style: normal;
  font-weight: 700;
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .product-page .product-description h1 {
    margin: 0 0 10px;
  }
}
.page #content .region .content .product-page .product-description p {
  line-height: 140%;
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px), only screen and (max-width : 767px) {
  .page #content .region .content .product-page .product-description {
    padding-right: 0;
  }
}
.page #content .region .content .pres-wrapper .pres-carousel {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres {
  width: 48%;
  height: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres .logo {
  margin: 0 auto;
  height: 230px;
  max-width: 700px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .page #content .region .content .pres-wrapper .pres-carousel li.pres .logo {
    width: 330px;
    height: auto;
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px), only screen and (max-width : 767px) {
  .page #content .region .content .pres-wrapper .pres-carousel li.pres .logo {
    width: 200px;
    height: auto;
  }
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres .description {
  margin: 20px auto 0;
  font-size: 16px;
  font-family: 'fun-font-normal', sans-serif;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .pres-wrapper .pres-carousel li.pres .description {
    padding: 0 20px;
  }
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres .btn-info {
  width: 230px;
  margin: 15px auto 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px;
  text-align: center;
  font-family: 'Varela Round', sans-serif;
  text-transform: uppercase;
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres .nutri-info {
  top: 0;
  left: 50%;
  opacity: 0;
  height: 100%;
  width: 500px;
  overflow: auto;
  margin-left: -250px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: translate3d(0, 450px, 0);
  -moz-transform: translate3d(0, 450px, 0);
  -o-transform: translate3d(0, 450px, 0);
  -ms-transform: translate3d(0, 450px, 0);
  transform: translate3d(0, 450px, 0);
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres .nutri-info img {
  width: auto;
  height: 87%;
  margin: 0 auto;
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres .nutri-info .btn-info {
  margin-top: 5px;
}
.page #content .region .content .pres-wrapper .pres-carousel li.pres.active .nutri-info {
  opacity: 1;
  z-index: 3;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width : 992px) and (max-width : 1199px), only screen and (min-width : 768px) and (max-width : 991px) {
  .page #content .region .content .pres-wrapper {
    width: 100%;
    position: relative;
    transform: translateY(0);
    padding-right: 250px;
  }
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .pres-wrapper {
    padding-right: 0;
    position: relative;
    transform: translateY(0);
  }
}
.page #content .region .content .community-section h1 {
  margin: 0 0 20px;
}
.page #content .region .content .community-section .posts-carousel {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
.page #content .region .content .community-section .posts-carousel .slick-prev {
  left: 0;
}
.page #content .region .content .community-section .posts-carousel .slick-next {
  right: 0;
}
.page #content .region .content .community-section .posts-carousel li a {
  color: #FFF;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.page #content .region .content .community-section .posts-carousel li a .social-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
}
.page #content .region .content .community-section .posts-carousel li a .copy-out {
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -o-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.page #content .region .content .community-section .posts-carousel li a:after {
  content: '';
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -o-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.page #content .region .content .community-section .posts-carousel li a.degrade:hover:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.page #content .region .content .community-section .posts-carousel li a.degrade:hover .copy-out {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width : 767px) {
  .page #content .region .content .community-section .posts-carousel li a:after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page #content .region .content .community-section .posts-carousel li a .copy-out {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .page #content .region .content {
    padding: 0 15px 180px;
  }
}
@media only screen and (max-width : 767px) {
  .page #content .region .content {
    padding: 0;
    height: auto;
  }
}
@media only screen and (max-width : 767px) {
  .page {
    height: auto;
    padding-top: 190px;
    padding-bottom: 0;
  }
}
.page.no-vertical {
  height: auto;
  padding-top: 0;
  margin: 80px 0 0;
  position: relative;
}
.page.no-vertical .container {
  height: auto;
}
.page.no-vertical .container .row {
  height: auto;
}
.page.no-vertical #content {
  height: auto;
}
.page.no-vertical #content .region {
  height: auto;
}
.page.no-vertical #content .region #block-system-main {
  height: auto;
}
.page.no-vertical #content .region .content {
  height: auto;
}
.page.no-vertical #content .region .content > .vertical-align {
  top: 0;
  transform: translateY(0);
}
.page.no-vertical .brands-slides {
  bottom: 0;
}
.product-assets {
  right: 0;
  top: 50%;
  z-index: 2;
  padding: 0;
  width: 270px;
  list-style: none;
  position: absolute;
  margin: -145px 0 0 0;
}
.product-assets li {
  width: 100%;
  background: url('../img/passive-btn-small.png') no-repeat left top;
}
.product-assets li a {
  color: #FFF;
  display: block;
  padding: 27px 0;
  padding-left: 80px;
  font-family: 'Varela Round', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.product-assets li.active a {
  background: url('../img/active-branch.png') no-repeat 30px 17px;
}
@media only screen and (max-width : 767px) {
  .product-assets li.active {
    border-bottom: 1px solid #FFF;
  }
  .product-assets li.active a {
    background: transparent;
  }
}
.product-assets.top {
  top: 121px;
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
  .product-assets {
    margin: 0;
    top: 210px;
    width: 210px;
  }
  .product-assets li a {
    padding-left: 60px;
    background-position: 20px 17px;
  }
}
@media only screen and (max-width : 767px) {
  .product-assets {
    top: 0;
    margin: 0;
    width: 100%;
    position: relative;
  }
  .product-assets li {
    width: 50%;
    float: left;
    background-position: right center;
  }
  .product-assets li a {
    padding: 20px 0;
    letter-spacing: 0;
    text-align: center;
  }
}
.home-carousel,
.product-carousel,
.promo-carousel,
.posts-carousel {
  margin: 0 -20px;
  padding: 0;
  opacity: 0;
  list-style: none;
  -webkit-transition: 450ms 350ms;
  -moz-transition: 450ms 350ms;
  -o-transition: 450ms 350ms;
  transition: 450ms 350ms;
}
.home-carousel li,
.product-carousel li,
.promo-carousel li,
.posts-carousel li {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
.home-carousel li.promo a,
.product-carousel li.promo a,
.promo-carousel li.promo a,
.posts-carousel li.promo a {
  display: block;
}
.home-carousel li.promo img,
.product-carousel li.promo img,
.promo-carousel li.promo img,
.posts-carousel li.promo img {
  width: 100%;
}
.home-carousel li.video,
.product-carousel li.video,
.promo-carousel li.video,
.posts-carousel li.video {
  cursor: pointer;
  position: relative;
}
.home-carousel li.video .yt-player img,
.product-carousel li.video .yt-player img,
.promo-carousel li.video .yt-player img,
.posts-carousel li.video .yt-player img {
  width: 100%;
}
.home-carousel li.video .yt-player::before,
.product-carousel li.video .yt-player::before,
.promo-carousel li.video .yt-player::before,
.posts-carousel li.video .yt-player::before {
  top: 0;
  bottom: 0;
  opacity: 1;
  left: 20px;
  right: 20px;
  content: '';
  position: absolute;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: url("../img/icon_play_2x.png") center center no-repeat rgba(0, 0, 0, 0.7);
  border: 3px solid #fff;
  background-size: 80px;
}
.home-carousel li.video:hover .yt-player::before,
.product-carousel li.video:hover .yt-player::before,
.promo-carousel li.video:hover .yt-player::before,
.posts-carousel li.video:hover .yt-player::before {
  background: url("../img/icon_play_2x.png") center center no-repeat rgba(0, 0, 0, 0);
  background-size: 0;
}
.home-carousel li > p,
.product-carousel li > p,
.promo-carousel li > p,
.posts-carousel li > p {
  font-weight: 500;
  font-size: 10px;
  margin: 10px 0 0;
  letter-spacing: 1px;
}
.home-carousel li > p a,
.product-carousel li > p a,
.promo-carousel li > p a,
.posts-carousel li > p a {
  color: #FFF;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.home-carousel li > p:hover,
.product-carousel li > p:hover,
.promo-carousel li > p:hover,
.posts-carousel li > p:hover {
  font-weight: 700;
}
.home-carousel.active,
.product-carousel.active,
.promo-carousel.active,
.posts-carousel.active {
  opacity: 1;
}
.home-carousel li img {
  border: 3px solid #fff;
}
@media only screen and (max-width : 767px) {
  .home-carousel {
    padding: 0 20px;
  }
}
.promo-carousel {
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.page-container {
  width: 100%;
  height: 70%;
  overflow: auto;
  color: #383838;
  background: #FFF;
  max-width: 650px;
  line-height: 150%;
  padding: 20px 30px;
  margin: 0 auto;
  font-family: 'Varela Round';
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.page-container h1 {
  color: red;
  margin: 0 0 20px !important;
}
.page-container p {
  margin: 20px 0;
}
.page-container p span {
  color: red;
  font-size: 140%;
  font-family: 'Ricolino';
}
.page-container p:first-of-type {
  margin-top: 0;
}
.page-container p:last-of-type {
  margin-bottom: 0;
}
.page-container.page-small {
  height: 425px;
}
@media only screen and (max-width : 767px) {
  .page-container.page-small {
    height: auto;
  }
}
.form-style .form-item {
  clear: both;
  overflow: hidden;
}
.form-style .form-item label {
  width: 20%;
}
.form-style .form-item input[type="text"],
.form-style .form-item input[type="email"],
.form-style .form-item .form-textarea-wrapper {
  width: 78%;
  margin: 0;
  float: right;
}
.form-style .form-item input[type="text"],
.form-style .form-item input[type="email"],
.form-style .form-item textarea {
  padding: 4px 10px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #dadada;
}
.form-style .form-item textarea {
  height: 100px;
}
@media only screen and (max-width : 767px) {
  .form-style .form-item label,
  .form-style .form-item input[type="text"],
  .form-style .form-item input[type="email"],
  .form-style .form-item .form-textarea-wrapper {
    width: 100%;
  }
}
.form-style .form-actions {
  margin-top: 30px;
  text-align: center;
}
.form-style .form-actions input {
  width: 160px;
  color: #777;
  font-size: 16px;
  padding: 6px 7px;
  letter-spacing: 1px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid #DADADA;
}
.pres-wrapper {
  padding-right: 210px;
  position: relative;
}
.pres-wrapper .return-btn {
  color: white !important;
  background: url('../img/passive-btn-small.png') no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px;
  text-align: center;
  font-family: 'Varela Round', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pres-wrapper .return-btn svg {
  fill: white;
  width: 44px;
  height: 24px;
  margin-right: 4px;
}
@media only screen and (max-width : 767px) {
  .pres-wrapper .return-btn {
    float: right;
    margin-bottom: 15px;
    position: relative;
  }
}
.pres-wrapper .slick-arrow {
  text-indent: 100%;
}
.pres-wrapper .slick-next {
  right: 25px;
}
.pres-wrapper .slick-prev {
  left: -20px;
}
.pres-wrapper .pres-carousel .slick-list {
  min-height: 300px;
}
.brands-list .slick-arrow {
  display: none !important;
}
.arrow-left,
.arrow-right {
  top: 50%;
  z-index: 9;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-family: "slick";
  font-size: 30px;
  position: absolute;
  margin-top: -15px;
}
.arrow-left {
  left: 10px;
}
.arrow-left.home {
  left: 0;
}
.arrow-left:before {
  content: "←";
}
.arrow-right {
  right: 10px;
}
.arrow-right.home {
  right: 0;
}
.arrow-right:before {
  content: "→";
}
.brands-slides {
  left: 0;
  bottom: 60px;
  position: absolute;
  width: 100%;
  height: 140px;
  background: url('../img/140.png') repeat left top;
}
.brands-slides .container {
  height: 100%;
  position: relative;
}
.brands-slides .container h3 {
  margin: 0;
  top: -42px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  width: 230px;
  height: 42px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  padding: 3px 10px;
  text-shadow: 0 1px 1px #2c2c2c;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  font-family: 'Ricolino', cursive;
  font-style: normal;
  font-weight: 700;
}
.brands-slides .container h3 span {
  display: block;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
.brands-slides .container .brands-list {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.brands-slides .container .brands-list .no-scroll {
  height: 156px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.brands-slides .container .brands-list ul {
  margin: 0;
  height: 140px;
  padding: 10px 0;
  white-space: nowrap;
}
.brands-slides .container .brands-list ul * {
  height: 120px;
}
.brands-slides .container .brands-list ul li {
  display: inline-block;
  vertical-align: middle;
}
.brands-slides .container .brands-list ul li a {
  display: block;
  width: 191px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .brands-slides .container .brands-list ul li a {
    width: 143px;
    height: 90px;
  }
}
.brands-slides .container .brands-list ul li a img {
  height: 50%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .15s;
}
.brands-slides .container .brands-list ul li a:hover img {
  height: 60%;
}
.brands-slides .container .brands-list ul li:last-of-type {
  margin: 0;
}
@media only screen and (max-width : 767px) {
  .brands-slides .container .brands-list ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width : 767px) {
  .brands-slides {
    height: 110px;
  }
  .brands-slides .container .brands-list .no-scroll {
    height: 126px;
  }
  .brands-slides .container .brands-list ul {
    height: 110px;
  }
  .brands-slides .container .brands-list ul * {
    height: 90px;
  }
}
@media only screen and (max-width : 767px) {
  .brands-slides {
    bottom: 0;
    display: block;
    margin-top: 80px;
    position: relative;
  }
}
#main-header ul li:nth-of-type(3) {
  display: none;
}
.vero #main-header ul li a {
  font-family: 'Vero', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.vero .page #content .region .content h1,
.vero .page-container p span {
  font-family: 'Vero', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.vero .brands-slides .container h3 {
  font-family: 'Vero', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.vero #main-header ul li:nth-of-type(3) {
  display: block;
}
#footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 80%;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
#footer.no-vertical {
  width: 100%;
  position: static;
}
@media only screen and (max-width : 767px) {
  #footer {
    position: static;
  }
}
.vex .vex-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.vex .vex-content {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  background: none;
}
.vex .vex-content .video {
  position: absolute;
  width: 100%;
  padding: 56.25% 0 0;
  height: 0;
  top: 50%;
  background: black;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.vex .vex-content .video .vex-dialog-message {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vex .vex-content .video .vex-dialog-message .image-wrapper,
.vex .vex-content .video .vex-dialog-message .video-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.vex .vex-content .video .vex-dialog-message .image-wrapper {
  background: url('../img/transparent.png') center center no-repeat transparent;
  background-size: contain;
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.vex .vex-content .video .vex-dialog-message .image-wrapper span {
  display: none;
}
.vex .vex-content .vex-close {
  display: none;
}
@media only screen and (max-width : 767px) {
  .vertical-align {
    top: 0;
    position: relative;
    transform: translateY(0);
  }
}
.no-footer {
  margin-top: 90px;
}
@media only screen and (max-width : 767px) {
  .home-padding {
    padding: 0 20px;
  }
  .home-padding.home-margin {
    margin: 115px 0 175px;
  }
}
.product-carousel li.promo img {
  width: 65%;
  margin: 20px auto;
  display: block;
}
