/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* 	apply a natural box layout model to all elements 
	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.heading-l {
  font-size: 22px;
  font-size: 2.2rem;
}
.heading-m {
  font-size: 20px;
  font-size: 2rem;
}
.heading-s {
  font-size: 18px;
  font-size: 1.8rem;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-q94xj1');
  src: url('../fonts/icomoon.eot?#iefix-q94xj1') format('embedded-opentype'), url('../fonts/icomoon.ttf?-q94xj1') format('truetype'), url('../fonts/icomoon.woff?-q94xj1') format('woff'), url('../fonts/icomoon.svg?-q94xj1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_down:before {
  content: "\e900";
}
.icon-arrow_left:before {
  content: "\e901";
}
.icon-arrow_right:before {
  content: "\e902";
}
.icon-arrow_up:before {
  content: "\e903";
}
.icon-cultivar:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-logo:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
.Button {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  min-height: 46px;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  width: auto;
}
/************************************************************/
/************************************************************/
.input-error {
  border: 1px solid #ff0000;
}
input,
textarea {
  border: none;
  max-width: 100%;
}
/************************************************************/
/************************************************************/
.icon {
  display: inline-block;
}
.no-svg .icon {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .no-svg .icon {
    display: inline-block;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*
	An extension of andyl's hack – https://gist.github.com/andyl/6360906
	in a mixin version.
*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  background: url('/img/bootstrap3-320px.png') repeat-y top center;
}
@media only screen and (min-width: 480px) {
  body {
    background: url('/img/bootstrap3-480px.png') repeat-y top center;
  }
}
@media only screen and (min-width: 768px) {
  body {
    background: url('/img/bootstrap3-750px.png') repeat-y top center;
  }
}
@media only screen and (min-width: 992px) {
  body {
    background: url('/img/bootstrap3-970px.png') repeat-y top center;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    background: url('/img/bootstrap3-1170px.png') repeat-y top center;
  }
}
/************************************************************/
/************************************************************/
#cookieMessageWrapper {
  background: #cccccc;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 6;
  padding: 10px;
}
#cookieMessage {
  display: block;
  margin: 0 auto;
  max-width: 918px;
}
.txt_cookies {
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.txt_cookies a:hover {
  background: transparent;
  text-decoration: underline;
}
#cookieClose {
  text-transform: lowercase;
  text-decoration: underline;
  cursor: pointer;
}
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
/* Base styles */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
}
html,
body {
  height: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.img-responsive {
  display: block;
  width: 100%;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@media print {
  /************************************************************/
  /************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #cccccc;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
body::after {
  content: 'vSmart';
  display: none;
}
.container,
.container-fluid {
  max-width: 320px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-rendering: geometricPrecision;
  width: 100%;
  height: 100%;
  font-family: Ducati Extended;
  background-color: #fafafa;
}
.solo-movil {
  display: block;
}
.solo-pc {
  display: none;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     Header Styles                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hamburger {
  z-index: 90;
  height: 24px;
  width: 24px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.hamburger .line {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 18px;
  border-radius: 5px;
  background: #0f0f0f;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger .line::before,
.hamburger .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0f0f0f;
  border-radius: 5px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger .line::before {
  top: -5px;
}
.hamburger .line::after {
  top: 5px;
}
.hamburger.open .line {
  background-color: transparent;
}
.hamburger.open .line::before {
  transform: rotate(45deg) translate(4px, 4px);
}
.hamburger.open .line::after {
  transform: rotate(-45deg) translate(3px, -3px);
}
nav#site-navigation {
  position: fixed;
  width: 100%;
  top: 85px;
  padding: 0 10px;
  z-index: 9999;
}
nav#site-navigation .menu-menu-1-container {
  background: #fff;
  height: 0;
  overflow: hidden;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu {
  padding: 20px 45px;
  position: relative;
  font-family: Ducati Condensed;
  font-weight: 600;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu {
  width: 100%;
  padding: 20px 45px;
  transition: all 0.3s ease;
  background: #ebebeb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0%;
  right: 0;
  margin-right: -100vw;
  z-index: 99999;
  height: 100%;
  padding: 0;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > li {
  padding: 0 45px;
  background: #fff;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > li:first-child {
  padding-top: 20px;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > li:last-child {
  padding-bottom: 20px;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu.open {
  margin-right: 0vw;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  position: inherit;
  box-shadow: none;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item a {
  font-size: 14px;
  margin-bottom: 1.2em;
  letter-spacing: 0.3px;
  text-transform: none;
  padding: 0px;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu.open {
  height: auto;
}
nav#site-navigation .menu-menu-1-container ul#primary-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding: 20px 0;
  width: 100%;
  color: #0f0f0f;
  text-decoration: none;
  -webkit-transition: color .3s;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}
nav#site-navigation .menu-menu-1-container.open {
  height: auto;
  animation-name: overheight;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  max-height: 533px;
}
.overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  height: 0vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay.opaque {
  opacity: 1;
  height: 100vh;
}
.d-topbar-header {
  z-index: 99999;
  position: absolute;
  top: 0;
  left: auto;
  display: none;
  width: 100%;
  opacity: 1;
  transition: opacity .3s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}
.d-topbar-header .body {
  font-family: "ducati-condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  max-width: 1330px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px;
  height: 70px;
}
.d-topbar-header .body .scrambler {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d-topbar-header .body .scrambler svg {
  fill: #fafafa;
}
.d-topbar-header .body .scrambler > svg {
  width: 80px;
  height: auto;
  display: block;
  fill: #666;
}
.buttons-right {
  height: 100px !important;
}
header#masthead {
  width: 100%;
  padding: 10px;
  position: fixed;
  z-index: 9999;
  transition: all 0.3s ease;
}
header#masthead > div {
  position: relative;
}
header#masthead > div .header-wrapper {
  height: 75px;
  display: flex;
  background-color: #fff;
  padding: 20px 0;
  justify-content: space-between;
  transition: all 0.3s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
header#masthead > div .header-wrapper .headercol {
  width: 33%;
  position: inherit;
  transition: all 0.3s ease;
}
header#masthead > div .header-wrapper .headercol .header-items {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header#masthead > div .header-wrapper .headercol .header-items .item {
  margin: 0 22px;
  display: none;
}
header#masthead > div .header-wrapper .headercol .header-items .item a {
  font-family: Ducati Condensed;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
header#masthead > div .header-wrapper .headercol .header-items .item .triangle {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 20px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform .3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header#masthead > div .header-wrapper .headercol .header-items .item .triangle > .icon {
  width: 100%;
  height: auto;
  fill: rgba(187, 188, 188, 0.4);
  display: block;
}
header#masthead > div .header-wrapper .site-branding {
  flex: auto;
  text-align: center;
  position: relative;
}
header#masthead > div .header-wrapper .site-branding .custom-logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header#masthead > div .header-wrapper .site-branding .custom-logo-link .custom-logo {
  transition: all 0.3s ease;
  position: relative;
  margin-top: 0;
  width: 40px;
  opacity: 1;
}
header#masthead > div .header-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#ebebeb)), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  /* background: linear-gradient(to bottom, rgba(255,255,255,0.5), #ebebeb),linear-gradient(#fafafa, #fafafa); */
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
header#masthead > div .srp-models {
  /* display: none; */
  position: absolute;
  top: 110px;
  transition: all 0.6s ease, top 0.3s ease;
  height: 0;
  background: #fff;
  width: 100%;
  border-top: 0px;
  overflow: auto;
}
header#masthead > div .srp-models .menu-models {
  height: auto;
  background-color: #fafafa;
  position: relative;
}
header#masthead > div .srp-models .menu-models .intro-banner {
  position: absolute;
  left: 353px;
  background-repeat: no-repeat;
  height: 100%;
  background-size: cover;
  background-position: center;
}
header#masthead > div .srp-models .menu-models .intro-banner .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
header#masthead > div .srp-models .menu-models .intro-banner .content .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #fafafa;
  text-transform: none;
  margin-bottom: 20px;
}
header#masthead > div .srp-models .menu-models .intro-banner .content .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #fafafa;
  text-transform: none;
}
header#masthead > div .srp-models .menu-models .items {
  position: static;
  width: 353px;
}
header#masthead > div .srp-models .menu-models .items .item {
  display: flex;
  height: 76px;
  padding: 0 50px;
  justify-content: space-between;
  align-items: center;
  border-right: 2px solid;
  border-color: transparent;
  cursor: pointer;
}
header#masthead > div .srp-models .menu-models .items .item .family {
  font-family: Ducati Condensed;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 {
  z-index: 45;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.98);
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  left: 353px;
  width: calc(100% - 353px);
  background-color: #fafafa;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items {
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  text-align: left;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item a {
  font-family: Ducati Condensed;
  text-transform: uppercase;
  color: #bbbcbc;
  font-size: 14px;
  font-weight: 600;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item a.overview {
  color: #000000;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet {
  position: absolute;
  left: 200px;
  top: 0;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet .overview-banner {
  position: relative;
  width: 100%;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet .overview-banner .picture {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #bbbcbc;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet .overview-banner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: 0 68px 60px;
  max-width: 520px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet .overview-banner .content .title {
  font-family: Ducati Extended;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #fafafa;
  text-transform: none;
  margin-bottom: 20px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet .overview-banner .content .txt {
  font-family: Ducati Extended;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #fafafa;
  text-transform: none;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active {
  opacity: 1;
  height: auto;
  z-index: 9999999;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active .picture,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active .content {
  height: auto;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .picture {
  height: 400px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .picture img {
  height: 100%;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .content {
  height: 400px;
  display: flex;
  align-items: flex-end;
  top: 0;
  margin: 0;
  max-width: inherit;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .subcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  opacity: 1;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .subcontent .info-left {
  flex-basis: 65%;
  padding: 20px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .subcontent .info-left .title {
  font-family: Ducati Extended;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 5px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .subcontent .info-left .txt {
  font-family: Ducati Extended;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-transform: none;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .subcontent .buttons-right {
  flex-basis: 35%;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.active.subinfo .subcontent .buttons-right a {
  margin: 10px auto;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content {
  height: 0px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture .specs,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content .specs {
  display: flex;
  color: #fff;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture .specs .spec,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content .specs .spec {
  padding: 30px;
  position: relative;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture .specs .spec::after,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content .specs .spec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #bbbcbc;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture .specs .spec:last-child::after,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content .specs .spec:last-child::after {
  height: 0px;
  width: 0px;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture .specs .spec p,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content .specs .spec p {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.7px;
  text-transform: none;
  margin-bottom: 5px;
  color: #fafafa;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture .specs .spec span,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content .specs .spec span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: 1.1px;
  color: rgba(250, 250, 250, 0.5);
  text-transform: uppercase;
  font-family: Ducati Condensed;
  font-weight: 600;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .picture img,
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .content img {
  height: 0;
}
header#masthead > div .srp-models .menu-models .items .item .menu-models_lv2 .items .item .model-sheet.subinfo .subcontent {
  height: 0;
  opacity: 0;
}
header#masthead > div .srp-models.open {
  height: 67vh;
  border-top: 1px solid rgba(187, 188, 188, 0.5);
}
header#masthead > div .srp-models.compress {
  top: 74px;
}
header#masthead.compress {
  padding-top: 15px;
}
header#masthead.compress > div .header-wrapper {
  height: 74px;
}
header#masthead.compress > div .header-wrapper .headercol .item {
  margin-top: -150px;
  opacity: 0;
}
header#masthead.compress > div .site-branding .custom-logo-link .custom-logo {
  width: 50px;
  margin-top: -70px;
  opacity: 0;
}
header#masthead.compress .button-header.redbutton {
  margin-top: 0px;
  opacity: 1;
}
header#masthead .button-header.redbutton {
  opacity: 0;
  margin-top: 120px;
  position: absolute;
  transition: all 0.3s ease;
  left: unset;
  right: 40px;
  top: 10px;
}
header#masthead .button-header.redbutton span {
  line-height: 14px !important;
  display: block;
  font-weight: 700;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     Footer Styles                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.site-footer {
  background-color: #0f0f0f;
  width: 100%;
}
.site-footer .site-info {
  margin-top: 40px;
}
.site-footer .site-info > div,
.site-footer .site-info > ul {
  margin-bottom: 40px;
}
.site-footer .site-info .logo {
  text-align: center;
}
.site-footer .site-info .logo svg {
  fill: #666;
  width: 150px;
}
.site-footer .site-info .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-info .footer-links .item {
  width: 200px;
  font-size: 14px;
  text-align: center;
}
.site-footer .site-info .footer-links .item a {
  color: #666;
  font-family: Ducati Condensed;
  font-weight: 600;
  letter-spacing: 1px;
}
.site-footer .site-info .copyright {
  font-size: 14px;
  color: #666;
  padding: 0 30px;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .site-info .socials {
  display: flex;
  justify-content: center;
  line-height: 40px;
}
.site-footer .site-info .socials a .ico {
  max-width: 25px;
  height: 20px;
  width: auto;
  display: block;
  fill: #666;
  margin: 0 20px;
}
.site-footer .site-info .scrambler {
  font-size: 13px;
  text-align: center;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .site-info .scrambler svg {
  margin-left: 15px;
  fill: #666;
  width: 102px;
  height: 37px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                      Home Styles                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.txtslide-cont {
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
.txtslide-cont div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
  padding: 20px;
}
.txtslide-cont div h1 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.txtslide-cont div h2 {
  font-weight: 700;
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1;
}
.txtslide-cont div p {
  display: none;
}
.txtslide-cont div .subtxt {
  margin-top: 20px;
}
section {
  margin-bottom: 50px;
}
section.serie-section {
  margin-bottom: 100px;
}
section.serie-section.specs {
  margin-bottom: 100px;
}
section.serie-section.info .tabs-info {
  flex-basis: 100%;
  padding: 0;
}
section.serie-section.info .tabs-info .subinfo-wrapper {
  padding: 20px 0;
  display: none;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul {
  padding: 0 10px;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col {
  border-bottom: 1px solid #bbbcbc;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .header .title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.1;
  color: #666;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .body {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .8px;
  color: #0f0f0f;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .body.open {
  max-height: 300px;
  padding-bottom: 20px;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .body .readmore {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.15;
  text-decoration: none;
  color: #666;
  display: block;
  padding: 25px 0;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .info-modal {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  display: none;
  padding: 40px;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .info-modal > div {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  color: #0f0f0f;
  padding: 40px 0;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .info-modal > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0f0f0f;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .info-modal .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  z-index: 10;
  padding: 10px !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .info-modal .close-modal svg {
  fill: #666;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .info-modal.displayed {
  display: block;
}
section.serie-section.info .tabs-info .subinfo-wrapper ul .info-col .ico {
  text-align: center;
  width: 15px;
  height: 15px;
  fill: #666;
  margin: 0 17px;
}
section.serie-section.info .tabs-info .subinfo-wrapper.active {
  display: block;
}
section.serie-section .text {
  padding: 0 40px;
  width: 60%;
  margin-left: 0;
}
section.serie-section .text h2.title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px;
}
section.serie-section .text.desc {
  margin-bottom: 20px;
}
section.info-columns {
  padding: 5px 0px;
}
section.info-columns .srp-col-3 {
  margin: 10px auto;
  width: calc(100% - 20px);
  box-shadow: 0px 0px 15px #cacaca;
  border-radius: 2px;
}
section.info-columns .srp-col-3 > a {
  display: flex;
}
section.info-columns .srp-col-3 > a .mobile {
  width: 150px;
  height: 150px;
}
section.info-columns .srp-col-3 > a .info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 25px;
}
section.info-columns .srp-col-3 > a .info-wrapper h4 {
  font-size: 14px;
  line-height: 1.15;
  margin-bottom: 13px;
  color: #666;
  text-transform: uppercase;
  font-family: Ducati Condensed;
  font-weight: 600;
  letter-spacing: 0.8px;
}
section.info-columns .srp-col-3 > a .info-wrapper p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  font-weight: 900;
  font-family: Ducati Extended;
}
section.info-columns .srp-col-3 > a > img {
  border-radius: 2px 2px 0px 0px;
}
section.slide .srp-slidecont img {
  border-radius: 2px;
}
section.slide .srp-slidecont .info-wrapper {
  padding: 0 10px;
}
section.slide .srp-slidecont .info-wrapper h3 {
  font-weight: 700;
  margin-bottom: 13px;
  color: #0f0f0f;
  margin-top: 35px;
  font-size: 24px;
  line-height: 1.4;
}
section.slide .srp-slidecont .info-wrapper p {
  font-size: 18px;
  line-height: 1.5;
}
section.slidermid-cont {
  max-width: inherit;
}
section.slidermid-cont > h2 {
  font-size: 25px;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: #000;
}
section.slidermid-cont .slider-mid .slide-wrapper {
  position: relative;
}
section.slidermid-cont .slider-mid .slide-wrapper img {
  border-radius: 2px;
}
section.slidermid-cont .slider-mid .slide-wrapper .info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.slidermid-cont .slider-mid .slide-wrapper .info-wrapper > span {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
section.slidermid-cont .slider-mid .slide-wrapper .info-wrapper h3 {
  font-size: 32px;
  margin-top: 25px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}
section.slidermid-cont .slider-mid .slide-wrapper .info-wrapper a {
  font-weight: 700;
  position: relative;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fafafa;
  outline: none;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  height: 53px;
  width: 100%;
  max-width: 190px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-top: 40px;
  border: 1px solid #fff;
}
section.test-pill .wrapper {
  padding: 0px 10px;
  margin: 0 10px;
  box-shadow: 0px 0px 15px #cacaca;
}
section.test-pill .wrapper .text {
  padding: 40px 20px;
}
section.test-pill .wrapper .text .category {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  margin: 0 0 13px 0;
}
section.test-pill .wrapper .text .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 11px 0;
}
section.test-pill .wrapper .text .description {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
section.test-pill .wrapper .text .d-link {
  font-weight: 400;
  margin-top: 15px;
  font-size: 14px;
  color: #c00;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-family: Ducati Condensed;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1px;
}
section.video-section .video-source {
  border-radius: 2px;
  -webkit-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
section.video-section .video-source .video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.video-section .video-source .video-poster .video-poster-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
section.video-section .video-source iframe {
  margin: auto !important;
  display: block;
  width: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     Product Styles                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*--------------------- Specs slide ---------------------*/
.list {
  -webkit-box-shadow: 4px 12px 17px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 4px 12px 17px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.list .model {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.list .model .up,
.list .model .down {
  transition: all 0.4s cubic-bezier(0.9, -0.4, 0.12, 1.37);
  padding: 10px 0;
  cursor: pointer;
}
.list .model .up svg,
.list .model .down svg {
  display: block;
  width: 9px;
  height: 4px;
  margin: auto;
  fill: #fafafa;
}
.list .model .up {
  opacity: 0.5;
}
.list .model .up svg {
  display: block;
  width: 9px;
  height: 4px;
  margin: auto;
}
.list .model .models {
  height: 24px;
  overflow: hidden;
}
.list .model .models .label {
  display: block;
  transition: all 0.4s cubic-bezier(0.9, -0.4, 0.12, 1.37);
  text-transform: capitalize;
}
.list .item {
  text-align: center;
  position: relative;
  padding: 10px 0px 14px 0px;
}
.list .item .valuewrap {
  height: 24px;
  overflow: hidden;
}
.list .item .valuewrap .value {
  display: block;
  transition: all 0.4s cubic-bezier(0.9, -0.4, 0.12, 1.37);
  font-family: Ducati Extended;
  font-weight: 600;
  line-height: 25px;
  font-size: 14px;
}
.list .item .desc {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  color: #666;
  font-family: Ducati Condensed;
  font-weight: 600;
}
.list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 4%;
  height: 1px;
  background: #bbbcbc;
}
.list .item:last-child::after {
  height: 0px;
  width: 0px;
}
/*---------------------- Tabs top ----------------------*/
.tabs .tabs-img img {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.tabs .tabs-img img.active {
  height: auto;
  opacity: 1;
}
.tabs .tabs-info {
  padding: 0px 10px;
}
.tabs .tabs-info .tabs-container {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.tabs .tabs-info .tabs-container li {
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Ducati Condensed;
  text-decoration: none;
  color: #bbbcbc;
  width: 25%;
  margin-top: 20px;
  text-align: center;
  opacity: 0.7;
  font-weight: 700;
  transition: all 0.3s ease;
}
.tabs .tabs-info .tabs-container li.active {
  opacity: 1;
  color: #666;
}
.tabs .tabs-info .info-container {
  position: relative;
}
.tabs .tabs-info .info-container .info {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.tabs .tabs-info .info-container .info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.0;
  color: #0f0f0f;
  margin: 27px 0 20px 0;
}
.tabs .tabs-info .info-container .info img.mobile {
  margin: 0 0 20px 0;
}
.tabs .tabs-info .info-container .info p {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1.1px;
  color: #0f0f0f;
  margin: 0 0 25px 0;
}
.tabs .tabs-info .info-container .info.active {
  height: auto;
  opacity: 1;
}
.tabs .tabs-info .colors {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.tabs .tabs-info .colors img {
  width: 28px;
  border-radius: 2px;
  border: 1px solid #bbbcbc;
  padding: 3px;
  opacity: 0.5;
}
.tabs .tabs-info .colors img .active {
  width: 36px;
  opacity: 1;
}
.tabs .tabs-info .specs-wrapper {
  opacity: 0;
  height: 0;
}
.tabs .tabs-info .specs-wrapper.active {
  opacity: 1;
  height: auto;
}
.tabs .tabs-info .specs-wrapper .spec-info {
  text-align: center;
}
.tabs .tabs-info .specs-wrapper .spec-row {
  padding: 30px;
}
.tabs .tabs-info .specs-wrapper .spec-row .spec-col.label {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  color: #666;
  text-align: center;
  margin-bottom: 11px;
}
.tabs .tabs-info .specs-wrapper .spec-row .spec-col.info {
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  color: #0f0f0f;
  text-align: center;
}
/*---------------------- Tabs bot ----------------------*/
.tabs-top {
  background-color: #fff;
}
.tabs-bot {
  position: relative;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.tabs-bot .tabsback {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 320px;
  z-index: 0;
  max-height: 680px;
  width: 100%;
  max-width: 2000px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tabs-bot .info_wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.tabs-bot .info_wrapper .imagetitle {
  width: 40%;
  margin: auto;
  padding: 40px 0;
  max-width: 300px;
}
.tabs-bot .info_wrapper .product-wrapper {
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease;
}
.tabs-bot .info_wrapper .product-wrapper .colors {
  opacity: 0;
}
.tabs-bot .info_wrapper .product-wrapper .colors img {
  margin: 0 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tabs-bot .info_wrapper .product-wrapper.active {
  opacity: 1;
  height: auto;
}
.tabs-bot .info_wrapper .product-wrapper.active .colors {
  opacity: 1;
}
.tabs-bot .info_wrapper .product-wrapper.active .colors img.active {
  width: 36px;
  opacity: 1;
}
.tabs-bot .pills {
  display: flex;
  justify-content: center !important;
}
.tabs-bot .pills .tab {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  border: solid 1px #696969;
  background-color: transparent;
  /* color: #bbbcbc; */
  min-width: 120px;
  min-height: 37px;
  /* line-height: 35px; */
  margin: 0 10px;
  padding: 0 1em;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tabs-bot .pills .tab span {
  font-family: Ducati Condensed;
  font-weight: 600;
}
.tabs-bot .pills.white .tab {
  border: solid 1px #fff;
  color: #fff;
}
.tabs-bot .pills.white .tab:hover,
.tabs-bot .pills.white .tab.active {
  color: #0f0f0f;
  background-color: #fff;
  opacity: 1;
}
.tabs-bot .pills.black .tab {
  border: solid 1px #bbbcbc;
  color: #bbbcbc;
}
.tabs-bot .pills.black .tab:hover,
.tabs-bot .pills.black .tab.active {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
/*-------------------- Gallery prod  --------------------*/
.gallery {
  max-width: inherit;
}
.gallery .gallery-wrapper {
  overflow: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.gallery .gallery-wrapper .image-cont {
  display: inline-block;
  font-size: 40px;
  width: 60%;
  margin-right: 20px;
}
.gallery .gallery-wrapper::-webkit-scrollbar {
  width: 1em;
  height: 10px;
}
.gallery .gallery-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.gallery .gallery-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #c00;
}
/*------------------ Gallery modal  ------------------*/
.image-cont img {
  transition: all 0.3s ease;
}
.image-cont img:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  justify-content: center;
  align-items: center;
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.modal.open {
  display: flex;
}
/* Modal Content (image) */
.modal-content {
  display: block;
  width: auto;
  max-width: 80vw;
  max-height: 80vh;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
#priceModal .modal-content,
#infoModal .modal-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#priceModal .modal-content h2,
#infoModal .modal-content h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
#priceModal .modal-content p,
#infoModal .modal-content p {
  width: 80%;
  text-align: center;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     Generic elems                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.greybutton::before {
  border: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
  background-image: linear-gradient(to bottom, #ffffff, #e5e5e5) !important;
}
.redbutton {
  display: block;
  width: 180px;
  padding: 13px 0;
  position: relative;
  color: #fff !important;
  max-width: 180px;
  text-align: center;
}
.redbutton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0000));
  background-image: linear-gradient(to bottom, #ff0000, #cc0000);
  z-index: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.redbutton span {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  vertical-align: 1px;
  font-family: Ducati Condensed;
  font-weight: 700;
  letter-spacing: 1px;
}
.redbutton.over-red {
  text-align: left;
  color: #c00;
}
.redbutton.over-red::before {
  content: none;
}
.greybutton {
  display: block;
  width: 180px;
  padding: 13px 0;
  position: relative;
  color: #666 !important;
  max-width: 180px;
  text-align: center;
  font-family: Ducati Condensed;
  font-weight: 700;
}
.greybutton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #666;
  background: none;
  background-color: transparent;
  z-index: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.greybutton span {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.07;
  vertical-align: 1px;
  letter-spacing: 1px;
}
.greybutton.over-red {
  text-align: left;
  color: #c00;
}
.greybutton.over-red::before {
  content: none;
}
.itemback {
  position: relative;
}
.itemback a {
  color: #bbbcbc !important;
}
.itemback svg#triangle-left {
  fill: #ebebeb;
  margin-right: 12px;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 47px;
  margin-left: 20px;
  -webkit-transform: scaleY(-1) rotate(-90deg);
  transform: scaleY(-1) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform .3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a.scrambler {
  font-family: Ducati Condensed;
  font-weight: 600;
  letter-spacing: 1px;
}
@keyframes overheight {
  100% {
    overflow: inherit;
  }
}
@keyframes quitborder {
  100% {
    border-top: 0px;
  }
}
@media only screen and (min-width: 480px) {
  body::after {
    content: 'hSmart';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 480px;
  }
  /************************************************************/
  /************************************************************/
}
@media only screen and (min-width: 768px) {
  body::after {
    content: 'vTablet';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 750px;
  }
  /************************************************************/
  /************************************************************/
  .overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    height: 0vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .overlay.opaque {
    opacity: 1;
    height: 100vh;
  }
  header {
    position: fixed;
  }
  .solo-movil {
    display: none;
  }
  .solo-pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  /*                      Home Styles                      */
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .txtslide-cont {
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
  }
  .txtslide-cont > div {
    width: 100%;
    height: 100%;
    max-width: 1330px;
    margin: auto;
    position: relative;
  }
  .txtslide-cont > div .buttons-right {
    width: auto !important;
    bottom: 70px;
    right: 30px;
    height: auto;
    flex-direction: row;
  }
  .txtslide-cont > div .buttons-right .redbutton {
    position: relative;
    bottom: 0;
    margin: 0 10px;
  }
  .txtslide-cont > div .buttons-right .greybutton {
    position: relative;
    bottom: 0;
    margin: 0 10px;
  }
  .txtslide-cont > div .buttons-right .greybutton::before {
    border: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
    background-image: linear-gradient(to bottom, #ffffff, #e5e5e5) !important;
  }
  .txtslide-cont > div > div {
    position: relative;
    width: 100%;
    padding: 10px;
    padding-bottom: 25px;
  }
  .txtslide-cont > div > div h1 {
    font-size: 16px;
    font-family: Ducati Condensed;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .txtslide-cont > div > div h2 {
    font-size: 48px;
  }
  .txtslide-cont > div > div p {
    display: block;
    font-size: 18px;
    letter-spacing: .8px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .single .slider {
    margin-bottom: 10px;
  }
  section {
    margin: auto;
    margin-bottom: 100px;
    max-width: 1330px;
  }
  section.slider {
    max-width: inherit;
    padding: 0;
  }
  section.slider .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.slider .owl-dots .owl-dot {
    margin: 0 5px;
    width: 11px;
    transition: all 0.15s ease;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 100%;
  }
  section.slider .owl-dots .owl-dot.active {
    background-color: #fff;
    width: 15px;
    height: 15px;
  }
  section.info-columns {
    padding: 0px 10px;
    display: flex;
  }
  section.info-columns .srp-col-3 {
    margin: 0px 10px;
  }
  section.info-columns .srp-col-3 a {
    flex-direction: column;
    justify-content: space-evenly;
  }
  section.info-columns .srp-col-3 a .mobile {
    width: 150px;
    height: 150px;
  }
  section.info-columns .srp-col-3 a .info-wrapper {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  section.slide .srp-slidecont {
    position: relative;
  }
  section.slide .srp-slidecont .info-wrapper {
    padding: 0 10px;
    position: absolute;
    top: 0;
    width: 35%;
    height: 100%;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
  }
  section.slide .srp-slidecont .info-wrapper h3 {
    color: #fff;
  }
  section.slide .srp-slidecont .info-wrapper p {
    color: #fff;
  }
  section.slidermid-cont > h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
  }
  section.test-pill .wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 15px #cacaca;
    border-radius: 2px;
    overflow: hidden;
  }
  section.test-pill .wrapper .text {
    width: 50%;
    padding: 28px 40px;
  }
  section.test-pill .wrapper img {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 970px;
  }
  /************************************************************/
  /************************************************************/
  .redbutton.over-red {
    text-align: center;
    color: #fff;
  }
  .redbutton.over-red::before {
    content: "";
  }
  .solo-movil {
    display: none;
  }
  .solo-pc {
    display: block;
  }
  nav#site-navigation {
    top: 180px;
    padding: 0 20px;
    z-index: 9999;
    transition: top 0.3s ease;
    max-width: 1330px;
    left: 50%;
    transform: translateX(-50%);
  }
  nav#site-navigation .menu-menu-1-container {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu {
    display: flex;
    padding: 20px 50px;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item {
    padding-right: 50px;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu {
    margin-right: 0;
    top: 100px;
    display: flex;
    overflow: hidden;
    height: 0;
    padding: 0px 50px;
    transition: all 0.3s ease;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item {
    width: 25%;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item > a {
    font-size: 13px;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    height: auto;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a {
    margin-bottom: 8px;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu.open {
    height: calc(100vh - 350px);
    padding: 20px 50px;
    border-top: 1px solid rgba(187, 188, 188, 0.5);
    overflow: auto;
  }
  nav#site-navigation .menu-menu-1-container.open {
    height: 101px;
    animation-name: overheight;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
  nav#site-navigation.compress {
    top: 89px;
  }
  header#masthead {
    width: 100%;
    padding: 0 20px;
    padding-top: 70px;
    position: fixed;
  }
  header#masthead > div .header-wrapper {
    height: 110px;
    -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(187, 188, 188, 0.5);
  }
  header#masthead > div .header-wrapper .headercol .header-items .item {
    display: block;
  }
  header#masthead > div .header-wrapper .site-branding .custom-logo-link .custom-logo {
    width: 55px;
  }
  header#masthead > div .header-wrapper.border {
    border-bottom: 1px solid rgba(187, 188, 188, 0.5);
  }
  .hamburger {
    margin: 0 22px;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  /*                     Product Styles                    */
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .home-section {
    padding: 0 20px;
  }
  .home-section.slidermid-cont {
    padding: 0;
  }
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  /*                     Product Styles                    */
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .serie-section {
    padding: 0 20px;
    position: relative;
  }
  .serie-section.gallery {
    padding: 0 30px;
  }
  .serie-section .list {
    max-width: 1290px;
    margin: auto;
    position: relative;
    bottom: 51px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 4px 12px 17px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 4px 12px 17px 0 rgba(0, 0, 0, 0.05);
  }
  .serie-section .list > div {
    padding: 15px 0px;
    width: 20%;
  }
  .serie-section .list .item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    transform: translateY(-50%);
    background: #bbbcbc;
  }
  .tabs {
    display: flex;
    justify-content: center;
  }
  .tabs > div {
    flex-basis: 50%;
  }
  .tabs .tabs-info .tabs-container {
    padding: 30px 0;
    margin-top: 80px;
  }
  .tabs .tabs-info .info-container .info {
    padding: 0 75px;
  }
  .tabs-bot .tabsback {
    height: 530px;
  }
  .tabs-bot .info_wrapper .product-wrapper .tabs-img {
    flex-basis: 70%;
  }
  .tabs-bot .info_wrapper .product-wrapper .tabs-info {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 30px;
  }
  .tabs-bot .info_wrapper .product-wrapper .tabs-info .desc {
    margin-top: 60px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.8px;
  }
  .tabs-bot .info_wrapper .product-wrapper .tabs-info .desc h3 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
  }
  .tabs-bot .info_wrapper .product-wrapper .tabs-info .desc p {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.8px;
  }
  .tabs-bot .info_wrapper .product-wrapper .tabs-info .colors {
    position: absolute;
    bottom: 23%;
    width: 100%;
    justify-content: left;
  }
  .serie-section.tabs-top .tabs-info {
    display: flex;
    flex-direction: column;
  }
  .serie-section.specs .tabs-info {
    flex-basis: 100%;
  }
  .serie-section.specs .tabs-info .specs-wrapper {
    display: flex;
  }
  .serie-section.specs .tabs-info .specs-wrapper > div {
    flex-basis: 50%;
    padding: 20px;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-img {
    padding: 0px;
    position: relative;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row .spec-col.label {
    text-align: left;
    margin: 0;
    line-height: 1.5;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row .spec-col.info {
    text-align: right;
    margin: 0;
    padding-left: 60px;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row.top {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row.top .label {
    text-align: right;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row.top svg {
    display: block;
    width: 119px;
    top: 200px;
    right: -60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    height: 10px;
    fill: #bbbcbc;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row.bot {
    justify-content: center;
    padding-top: 20px;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row.bot .info {
    padding-left: 20px;
  }
  .serie-section.specs .tabs-info .specs-wrapper .spec-row.bot svg {
    display: block;
    width: 120px;
    bottom: 42px;
    position: absolute;
    height: 11px;
    fill: #bbbcbc;
  }
  .serie-section.info .tabs-info .subinfo-wrapper ul {
    display: flex;
  }
  .serie-section.info .tabs-info .subinfo-wrapper ul .info-col {
    flex-basis: 50%;
    padding: 15px !important;
    border-bottom: none !important;
  }
  .serie-section.info .tabs-info .subinfo-wrapper ul .info-col .header {
    border-bottom: 1px solid #bbbcbc;
    padding: 25px 0;
  }
  .serie-section.info .tabs-info .subinfo-wrapper ul .info-col .header .ico {
    display: none;
  }
  .serie-section.info .tabs-info .subinfo-wrapper ul .info-col .body {
    max-height: inherit !important;
    min-height: 250px;
    font-size: 14px !important;
    padding: 30px 0 !important;
  }
  .serie-section.info .tabs-info .subinfo-wrapper ul .info-col .body .readmore {
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }
}
@media only screen and (min-width: 1200px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 1170px;
  }
  /************************************************************/
  /************************************************************/
  header {
    max-width: 1330px;
    margin: auto;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .info .tabs-info .subinfo-wrapper ul .info-col {
    flex-basis: 25%;
  }
  .d-topbar-header {
    display: block;
  }
  header#masthead > div .srp-models.open {
    height: calc(100vh - 180px);
    max-height: 535px;
  }
  .txtslide-cont {
    height: 100vh;
  }
  .txtslide-cont > div .buttons-right {
    position: absolute !important;
    width: auto !important;
    bottom: 70px;
    right: 30px;
    height: auto;
    flex-direction: row;
  }
  .txtslide-cont > div .buttons-right .redbutton {
    position: relative;
    bottom: 0;
    margin: 0 10px;
  }
  .txtslide-cont > div .buttons-right .greybutton {
    position: relative;
    bottom: 0;
    margin: 0 10px;
  }
  .txtslide-cont > div .buttons-right .greybutton::before {
    border: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) !important;
    background-image: linear-gradient(to bottom, #ffffff, #e5e5e5) !important;
  }
  .txtslide-cont > div > div {
    width: 50%;
  }
  .txtslide-cont > div > div.dotter {
    position: relative;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu {
    background: #fff;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > li {
    padding: 0 0px;
    background: #fff;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > li:first-child {
    padding-top: 0px;
  }
  nav#site-navigation .menu-menu-1-container ul#primary-menu > .menu-item > .sub-menu > li:last-child {
    padding-bottom: 0px;
  }
  .txtslide-cont > div > div p {
    padding-bottom: 20px;
  }
  .owl-dots {
    opacity: 0;
  }
}
