/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
a:focus, a:hover{
    text-decoration: none !important;
}
a:focus{
  color:inherit;
}
a{
  outline: none !important;
}
::selection {
    background: #FF001A;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
 }

 50% {
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
 }

 100% {
  -webkit-transform: scale(1.8);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
 }
}

@keyframes pulse {
 0% {
  -ms-transform: scale(1);
      transform: scale(1);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
 }

 50% {
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
 }

 100% {
  -ms-transform: scale(1.8);
      transform: scale(1.8);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
 }
}

@-webkit-keyframes pulse-red {
 0% {
  -webkit-transform: scale(1);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 0, 26, 0.8);
          box-shadow: inset 0 0 1px 1px rgba(255, 0, 26, 0.8);
 }

 50% {
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 0, 26, 0.8);
          box-shadow: inset 0 0 1px 1px rgba(255, 0, 26, 0.8);
 }

 100% {
  -webkit-transform: scale(1.8);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(214,57,55, 0);
          box-shadow: inset 0 0 1px 1px rgba(214,57,55, 0);
 }
}

@keyframes pulse-red {
 0% {
  -ms-transform: scale(1);
      transform: scale(1);
  box-shadow: inset 0 0 1px 1px rgba(255, 0, 26, 0.8);
 }

 50% {
  box-shadow: inset 0 0 1px 1px rgba(255, 0, 26, 0.8);
 }

 100% {
  -ms-transform: scale(1.8);
      transform: scale(1.8);
  box-shadow: inset 0 0 1px 1px rgba(214,57,55, 0);
 }
}
body{
  font-family: 'Proxima Nova Light', sans-serif;
  font-style: italic;
  margin: 0;
  background-color: #000;
  font-size: 16px;
  overflow-x: hidden;
}
header{
  color: #fff;
  background-color: #000;
  height:100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#header-top{
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(30,30,30,1) 35%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 35%);
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 35%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1e1e1e',GradientType=1 );

  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
}
#header-top ul{
  padding: 0;
  margin: 0;
}
#header-top ul li{
  display: inline;
  font-style: normal;
  font-size: 14px;
}
#header-top ul li a{
  border-right: 1px solid #585858;
  display: inline-block;
  padding: 6px 10px;
  color: #999;
}
#header-top ul li:last-child a{
  border-right: none;
}
#header-top ul li a:hover{
  text-decoration: none;
  color: #FFF;
}
#header-top ul li i{
  font-size: 18px;
  margin-right: 10px;
}
h1, h2, h3, h4, h5, h6, hgroup {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer{
  background: #212121;
  background: -moz-linear-gradient(left,  #212121 0%, #000000 100%);
  background: -webkit-linear-gradient(left,  #212121 0%,#000000 100%);
  background: linear-gradient(to right,  #212121 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#000000',GradientType=1 );
  padding: 40px 0;
  font-style: normal;
  text-transform: uppercase;
  height: auto;
}
footer .top{
  background: -moz-linear-gradient(-45deg,  rgba(53,53,53,0) 29%, rgba(53,53,53,0) 31%, rgba(53,53,53,0.49) 49%, rgba(53,53,53,0.65) 55%, rgba(53,53,53,0.65) 68%, rgba(53,53,53,0.33) 84%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(53,53,53,0) 29%,rgba(53,53,53,0) 31%,rgba(53,53,53,0.49) 49%,rgba(53,53,53,0.65) 55%,rgba(53,53,53,0.65) 68%,rgba(53,53,53,0.33) 84%,rgba(0,0,0,0) 100%);
  background: linear-gradient(135deg,  rgba(53,53,53,0) 29%,rgba(53,53,53,0) 31%,rgba(53,53,53,0.49) 49%,rgba(53,53,53,0.65) 55%,rgba(53,53,53,0.65) 68%,rgba(53,53,53,0.33) 84%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00353535', endColorstr='#00000000',GradientType=1 );
  padding: 30px 10%;
  text-align: right;
  font-family: 'Proxima Nova', sans-serif;
  margin-bottom: 20px;
}
footer .top img{
  float: left;
}
footer .top .learn-more-btn{
  font-style: italic !important;
  font-size: 20px !important;
  margin-bottom: 30px !important;
  font-family: 'Proxima Nova Light', sans-serif !important;
}
footer .top .learn-more-btn .glyphicon{
  top: 4px;
  margin-left: 22px;
}
footer .bottom .menu-container h3{
  color: #fff;
  /* font-size: 14px; */
  font-family: 'Proxima Nova', sans-serif;
}
footer .bottom{
  height: auto;
}
footer .bottom .menu-container ul .sub-menu{
  display: none;
}
footer ul{
  padding: 0!important;
  list-style: none;
}
footer a{
  color: #ccc;
  /* font-size: 10px; */
  /* line-height: 19px; */
  font-family: 'Proxima Nova Light', sans-serif;
  letter-spacing: 0;
  font-size: 13px !important;
}
footer a:hover, footer a:active, footer a:focus{
  color: #ccc;
  text-decoration: none;
}
footer .foot{
  padding: 14px 0;
}
footer .foot ul li{
  display: inline-block;
}
footer .foot ul:not(.social) li a{
  padding: 0 10px;
  font-family: 'Proxima Nova', sans-serif;
  border-right: 1px solid #aaa;
  font-size: 10px !important;
}
footer .foot ul:not(.social) li:nth-child(1) a {padding-left: 0 !important;}
footer .foot ul li:last-child a{
  border-right: none;
  padding: 0;
}
footer .foot .social{
  float: right;
  position: relative;
  bottom: 0;
}
footer .foot .social li{
  display: inline-block;
}
footer .foot .social li a{
  font-size: 20px !important;
  color: #fff;
  margin-left: 10px;
  margin-top: 50px !important;
}

.text-light{
  font-family: 'Proxima Nova Thin', sans-serif!important;
  font-weight: normal!important;
}
.separator{
  height: 1px;
  background-color: #FF001A;
}
.info-icon{
  position: relative;
}
.info-icon:hover, .info-icon:active, .info-icon:visited, .info-icon:focus{
  color: #fff!important;
  text-decoration: none!important;
}
.info-icon{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(150,150,150,0.7);
  color: #fff;
  font-family: "Book Antiqua", serif;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.info-icon::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  content: "i";
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.info-icon.active{
  background: #FF0001A;
}
.info-icon.active::after{
  color: #FF001A;
  -webkit-animation: none;
  animation: none;
}
.info-icon.red{
  background: #FF001A;
}
.info-icon.red::after{
  -webkit-animation: pulse-red 2s infinite;
  animation: pulse-red 2s infinite;
}
.info-icon.red.active::after{
  color: #FF001A;
  -webkit-animation: none;
  animation: none;
}
.info-icon .info-box{
  position: absolute;
  left: 34px;
  bottom: -14px;
  width: 220px;
  font-family: 'Proxima Nova', sans-serif;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.info-icon .info-box.active{
  opacity: 1;
}
.info-icon .info-box .title{
  font-size: 18px;
  text-transform: uppercase;
  margin: 8px 0 0 0;
}
.info-icon .info-box .copy{
  font-size: 12px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .5);
  padding: 10px;
  border-radius: 0.5em;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  margin: 0;
}
#nav-toggle {
  border-bottom: 100px solid #333;
  border-right: 60px solid transparent;
  height: 0;
  width: 106px;
  display: inline-block;
  position: relative;
}
#nav-toggle a{
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 46px;
  margin-left: 25px;
  color: #fff;
  font-size: 24px;
}
#nav-toggle a:hover{
  text-decoration: none;
}
.header-logo-left{
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
  margin-right: 10px;
  float: right;
}

.header-logo-left input[type="text"]{
	background-color: transparent;
    border: 1px solid #555;
    border-right: none;
    height: 25px;
    font-size: 13.5px;
    color: #888;
    padding-left: 5px;
    width: 170px;
    float: left;
}

.header-logo-left button{
	background-color: transparent;
	background-image: url(../img/selector/search-icon.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 3px;
    border: 1px solid #555;
    border-left: none;
    height: 25px;
    width: 25px;
    float: left;
    margin-left: -5px;
}


.store-search input:focus{
	outline: none;
}

.header-logo-left img{
  height: 40px;
}
#nav-right-wrap{
  float: right;
  height: 100%;
  text-align: right;
  margin-right: 20px;
  z-index: 3;
  position: relative;
}
#logo-dainese{
  display: block;
  position: absolute;
  left: 116px;
  top: 54px;
}
#logo-agv{
  opacity: 0.3;
}
nav{
  background: -moz-linear-gradient(left,  rgba(51,51,51,1) 20%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 20%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(51,51,51,1) 20%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00000000',GradientType=1 );
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 200;
  transition: height 300ms;
}
.header-menu-mobile .sub-menu{
  margin-top: 70px;
}
#experience-title{
  display: none;
  position: absolute;
  top: 70px;
  color:#FF001A;
  font-size: 16px;
  margin-left: 30px;
}
nav.collapsed{
  height:0;
  overflow: hidden;
}
.header-menu-mobile a{
 font-size: 14px;
}
nav ul{
  padding-left: 72px;
}
nav ul li{
  display: inline-block;
}
nav ul li a{
  color: #fff;
  padding: 13px 20px;
  display: block;
  font-family: 'Proxima Nova Bold';
  font-weight: normal;
  transition:color 200ms;
}
nav ul li.current-menu-item a{
  color:#ff001a;
  text-decoration: none;
}

nav ul li a:hover{
  color: #fff;
  text-decoration: none;
}

nav ul .menu-item{
  position: relative;

}
nav ul .menu-item:hover >a{
    color:#ff001a;
}
nav ul .menu-item .sub-menu{
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  width: 1000px;
}
nav ul li .sub-menu li{
  display: inline-block!important;
}
nav ul li .sub-menu li a{
  color:#FFF;
  padding-top: 6px;
}
nav ul li .sub-menu li:hover a{
  color: #FF001A;
}
nav ul li .sub-menu li a::before{
  display: inline-block;
  height: 6px;
  position: relative;
  margin-right: 10px;
  top: 3px;
}
nav ul li .sub-menu li:nth-child(1) a::before{
  content: url(../img/moto-bike-icon.png);
  width: 28px;
}
nav ul li .sub-menu li:nth-child(1) a:hover::before{
  content: url(../img/moto-bike-hover-icon.png);
}
nav ul li .sub-menu li:nth-child(3) a::before{
  content: url(../img/biking-icon.png);
  width: 28px;
}
nav ul li .sub-menu li:nth-child(3) a:hover::before{
  content: url(../img/biking-hover-icon.png);
}
nav ul li .sub-menu li:nth-child(2) a::before{
  content: url(../img/winter-sporting-icon.png);
  width: 20px;
}
nav ul li .sub-menu li:nth-child(2) a:hover::before{
  content: url(../img/winter-sporting-hover-icon.png);
}
nav ul li .sub-menu li:nth-child(4) a::before{
  content: url(../img/equestrain-icon.png);
  width: 20px;
}
nav ul li .sub-menu li:nth-child(4) a:hover::before{
  content: url(../img/equestrain-hover-icon.png);
}
nav ul li .sub-menu li a::after{
  display: none;
}
nav ul .menu-item:hover .sub-menu{
  display: block;
}
#page-toggle{
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 50;
  padding: 10px;
}
#page-toggle li{
  display: block;
  width: 14px;
  height: 14px;
  margin: 16px 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #818384;
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
#page-toggle li:hover, #page-toggle li.active{
  background-color: #ff001a;
}
#page-toggle li.active{
  opacity: 1;
}
body.page{
  overflow: auto;
}
.page{
  height: 100vh;
  width: 100vw;
  max-width:100%;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.page .bg-overlay{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.content{
  position: relative;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.page-title{
  position: absolute;
  top: 8vh;
  font-size: 22px;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
  min-width: 240px;
  letter-spacing: 1.2px;
  z-index: 100;
}

/* for Scrolling animations */
.page-title .heading-top{
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 450ms;
  /*transition-delay: 200ms;*/
}
.page-title.animate .heading-top{
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.page-title.animate.anim-fast .heading-top{
  transition: all 0ms;
 transition-delay: 0ms;
}
.page-title .heading-bottom{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  transition: all 800ms;
  /*transition-delay: 200ms;*/
}
.page-title.animate .heading-bottom{
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.page-title.animate.anim-fast .heading-bottom{
  transition: all 0ms;
 transition-delay: 0ms;
}

.page-title .separator{
  width:0;
  transition: all 800ms;
  transition-delay: 100ms;
}

.page-title.animate .separator{
  width:100%;
}
.page-title.animate.anim-fast .separator{
  transition: all 0ms;
 transition-delay: 0ms;
}

.copy, .anim-flag{
  opacity: 0;
   -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 1250ms;
  transition-delay: 200ms;
}
.anim-flag.anim-delay-1{
 transition-delay: 300ms;
}
.anim-flag.anim-delay-2{
 transition-delay: 400ms;
}
.copy.animate, .anim-flag.animate{
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (orientation: portrait){
  .copy, .anim-flag{
    transition-delay: 0ms;
  }
  .anim-flag.anim-delay-1{
   transition-delay: 100ms;
  }
  .anim-flag.anim-delay-2{
   transition-delay: 200ms;
  }
}



.detail-page .title-tint{
  top:0;
    margin-top: 140px;
}
.title-tint{
  position: absolute;
  margin-top: -20px;
  z-index: 0;
  opacity: 0.45;
}
.title-tint img{
    width: 120%;
}
.text-holder{
  position: relative;
  z-index: 2;
}
.page-title .heading-top{
  font-family: 'Proxima Nova Thin', sans-serif;
  text-align: left;
  margin: 0 0 -5px 30px;
}

@media screen and (orientation: portrait){
  @media screen and (max-width: 748px){

    .heading .heading-top{
      margin-bottom: 2px !important;
    }

  }
}


.btt-fade{
  position: absolute;
  z-index: 1;
  /* bottom:25%; */
  bottom: 0;
  height:70%;
  width:100%;
  pointer-events:none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.btt-fade--full-height{
  position: absolute;
  z-index: 1;
  bottom:0%;
  height:100%;
  width:100%;
  pointer-events:none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.btt-fade-from-top--reverse{/* reverses direction of the gradient background top is black to bottom transparent */
  position: absolute;
  z-index: 1;
  top:0%;
  height:18%;
  width:100%;
  pointer-events:none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.btt-fade-from-top-to-grey {/* fades from translucent grey(at the bottom) to a translucent black(at the top) */
  position: absolute;
  z-index: 0;
  top:0%;
  height:30%;
  width:100%;
  pointer-events:none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
  background: -moz-linear-gradient(bottom, rgba(33,33,33,0.9) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(33,33,33,0.9) 0%, rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(33,33,33,0.9) 0%, rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.btt-full-fade{
  position: absolute;
  z-index: 1;
  bottom:0%;
  height:80%;
  width:100%;
  pointer-events:none;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+75 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 75%, rgba(0,0,0,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 75%,rgba(0,0,0,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 75%,rgba(0,0,0,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.rtl-fade{
  position: absolute;
  z-index: 1;
  right: 0;
  height:100%;
  width:50%;
  pointer-events:none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
.ltr-fade{
  position: absolute;
  z-index: 1;
  left: 0;
  height:100%;
  width:50%;
  pointer-events:none;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.col-sm-4.col-sm-offset-7{
  z-index: 2;
}
.t-shadow{
  background-color: rgba(0,0,0,.3);
  box-shadow: 0 0 55px 55px rgba(0,0,0,.3);
  border-radius: 55px;
}
.page-title .heading-top-centered{
  text-align: center;
  margin-left: 0;
}
.heading .heading-bottom{
  font-family: 'Proxima Nova Bold', sans-serif;
  text-align: right;
  margin: -1px 0 0 0;
}

@media screen and (orientation: portrait){
  @media screen and (max-width: 748px){

    .page-title .heading-bottom{
      margin-top: 4px !important;
    }

  }
}

.page-title.center{
  font-size: 40px;
  display: block;
  text-align: center;
  position: relative;
  top: 0;
}
.page-title.center .heading-top, .page-title.center .heading-bottom{
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.page-title.center.small-sub .heading-bottom{
  font-size: 24px;
  margin-top: -18px;
}
.btn, .btn:hover, .btn:active{
  font-family: 'Proxima Nova Bold', sans-serif;
  color: #FF001A!important;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.btn.red, .btn.red:hover, .btn.red:active{
  background: #FF001A!important;
  color: #fff!important;
  font-family: 'Proxima Nova Light', sans-serif;
}
.btn.red {
  -webkit-transition: color 0.5s; /* Safari */
  transition: color 0.5s;
}
.btn.red:hover, .btn.red:focus{/* dim text color on :hover/:focus */
  color: #fff!important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.info-wrapper{
  background-position: center;
  background-repeat: no-repeat;
}
.info-wrapper .info-icon{
  -webkit-transition: left .2s, top .2s;
  transition: left .2s, top .2s;
  z-index: 12;
}

.d-scroller-thumb .overlay .date{
  position: absolute;
  top: 6px;
  right: 30px;
  color: #FF001A;
  font-size: 40px;
  font-family: "Proxima Nova Bold", sans-serif;
  text-align: right;
}
.d-scroller-thumb .overlay .date .text-light{
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: -11px;
  margin-right: 6px;
  text-transform: uppercase;
}
.learn-more-btn{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
}
.learn-more-btn:hover{
  color: #FF001A;
  text-decoration: none;
}
.glyphicon-menu-hamburger{
  opacity: .7
}
.glyphicon-menu-hamburger:hover{
  opacity: 1
}
.learn-more-btn .glyphicon{
  color: #FF001A;
  position: relative;
  top: 3px;
}
.btn-wrapper{
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
}
.page .entry{
  margin-top: 3%;
  margin-bottom: 3%;
  z-index: 1;
}
.page .entry h2{
  margin: 30px 0;
}
.page .entry p{
  line-height: 26px;
}
.page .entry blockquote, .page .entry blockquote p{
  border-left: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  color: #999;
  margin: 30px 0;
}
.page .entry blockquote p strong{
  color: #fff;
  font-weight: normal;
  font-style: italic;
  font-family: 'Proxima Nova Bold';
}
.product-page {
  background: url(../img/black-bg.jpg) top left no-repeat;
  background-size: cover;
}
.product-page .featured-product-wrapper{
  margin-top: 21vh;
  margin-left: 1vw;
  width: 40vw;
  height: 40vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-page .left{
  z-index: 1;
}
.product-page .right .page-title{
  position: static;
  margin-top: 30vh;
  max-width: 400px;
}
.product-page  .right .page-title .heading-top{
  text-align: left;
  margin-left: -40px;
}
.product-page .right .page-title .separator{
  width: 130%;
  margin-left: -60%;
}
.product-page .right .page-title .heading-bottom{
  text-align: left;
}
.product-page .right h1.heading{
  text-transform: uppercase;
  font-size: 32px;
  color: #FF001A;
}
.product-page .right h3.sub-heading{
  color: #FF001A;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 20px;
}
.product-page .right p.copy{
  font-family: 'Proxima Nova Light', sans-serif;
  /* font-size: 15px; */
  padding-right: 15vw;
  line-height: 1.3em;
}
.page.event-page .left{
  text-align: right;
  text-transform: uppercase;
}
.page.event-page .left h1{
  font-size: 100px;
  margin-top: 20vh;
  margin-bottom: 0;
  color: #FF001A;
}
.page.event-page .left p{
  font-family: 'Proxima Nova Light', sans-serif;
  margin-top: -20px;
  font-size: 22px;

}
.page.event-page .right{
  text-align: left;
  padding-right: 20%;
  font-size: 15px;
  /* TODO: confirm this rule is not used elsewhere > color:#333;*/

  font-family: 'Proxima Nova Light', sans-serif;
}
.page.event-page .right .title .text-light{
  display: block;
}
.page.event-page .right .title{
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: normal;
  margin-top: calc(20vh + 14px);
  margin-bottom: 10px;
  /* TODO: confirm this rule is not used elsewhere > font-size: 26px;*/
  font-size: 32px;
}
.page.event-page .right p{
  /* font-size: 16px; */
  text-transform: none;
  /* TODO: confirm this rule is not used elsewhere > margin: 14px 0;*/
  margin: 24px 0 30px 0;
  /* padding-right: 20%; */
}

.page.collection{
  background-position: center;
  background-size: cover;
  background-color: #212121;
}
.page.collection .page-title{
  min-width: 216px;
  margin-top: 20vh;
}

.page.detail-page .page-title{
  top: 0;
  margin-top: 215px !important;
}

.page.history .page-title{
  top: 0;
  margin-top: 135px !important;
}
.collection.detail-page-header.detail-page.thumbnailed-panel .text-holder{
  position: relative;
  top:0;
}
.page.collection.product-page .page-title{
  min-width: 800px!important;
}
.page.collection.product-page .page-title .heading-bottom{
  font-size: 50px!important;
  margin-top: -10px;
}
.page.collection.product-page .entry{
  padding-right: 10%;
}

.full-vid{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-vid video{
  object-fit: cover;

}

/**
  * Experience & parent styles
  */
#page-1 .content{
  height: calc(100vh - 100px);
  margin-top: 100px;
}
#page-1 #main-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#page-1 .bg-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page-1 .heading{
  position: absolute;
  top: 0;
  margin-top: 18%;
  font-size: 50px;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
  max-width: 500px;
}
#page-1 .heading p{
  margin: 0;
  padding: 0 60px;
}
#page-1 .heading .separator{
  height: 2px;
  background-color: #FF001A;
}

@media screen and (orientation: portrait){
  @media screen and (max-width: 748px){

    #page-1 .heading .separator{
      margin: 10px 0px;
    }

  }
}

#page-1 .heading .heading-top{
  margin-bottom: -14px;
  margin-right: -24px;
  font-family: 'Proxima Nova Thin', sans-serif;
  text-align: left;
}
#page-1 .heading .heading-bottom{
  margin-top: -10px;
  margin-right: 0px;
  font-weight: bold;
  padding-right: 30px;
  font-family: 'Proxima Nova Bold', sans-serif;
}
#page-1.bike .heading .heading-bottom{
    margin-right: 90px;
}

#page-1 .heading.heading-biking .heading-bottom{
  margin-right: -78px;
}
#page-1 .heading.heading-winter-sporting{
  max-width: 800px;
}
#page-1 .heading.heading-winter-sporting .heading-top{
  text-align: left;
}
#page-1 .heading.heading-winter-sporting .text-body{
  margin: 0 100px 0 0;
}
#page-1 .heading.heading-equestrian .heading-bottom{
  margin-right: -110px;
}
#page-1 .heading .text-body{
  text-transform: none;
  font-size: 15px;
  font-style: italic;
  max-width: 70%;
  margin: 0 30px 0 0;
  padding: 0;
  text-align: left;
  float: right;
  line-height: 20px;
}

#page-2 .content .page-span-title{
  position: absolute;
  top: 51vh;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: italic;
  letter-spacing: 1.2px;
}
#page-2 .content .page-span-title h1{
  margin: 0;
  font-size: 40px;
}
#page-2 .content .page-span-title h3{
  margin: -4px 0 0 0;
}

#page-3 .content .biker-wrapper{
  position: absolute;
  bottom: 0;
  left: calc(50% - 260px);
  width: 520px;
  height: 809px;
  z-index: 3;
}
#page-3 .content .page-text-right h3{
  font-size: 20px;
}
#page-3 .content .biker-wrapper .dir-btn{
  width: 23px;
  height: 51px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  z-index: 11;
}
#page-3 .content .biker-wrapper .dir-btn:active{
  outline: none;
}
#page-3 .content .biker-wrapper .dir-btn-left{
  background-image: url(../img/home-shop-nav-left.png);
  left: -40px;
}
#page-3 .content .biker-wrapper .dir-btn-right{
  background-image: url(../img/home-shop-nav-right.png);
  right: -40px;
}
#page-3 .content .page-text {
  font-family: 'Proxima Nova Light', sans-serif;
  font-style: italic;
  position: absolute;
  top: 40vh;
  letter-spacing: 1.2px;
  /* font-size: 14px; */
}
#page-3 .content .page-text .page-text-title {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
#page-3 .content .page-title{
  min-width: 290px;
}
#page-3.experience.winter-sports .content .page-title{
  min-width: 320px;
}
#page-3.experience.equestrian .content .page-title{
  min-width: 280px;
}
#page-3.experience .content .page-title{
  /*min-width: 230px;*/
  min-width: 270px;
}
#page-3.experience .content .page-title .heading-bottom{
  margin-left: 15px;
}
#page-3.experience .content .page-title.center .heading-top{
  margin: 0 0 0 22%;
  text-align: left;
}
#page-3.experience .content .page-title.center .heading-bottom{
  margin: -14px 22% 0 0;
  text-align: right;
}
#page-3 .content .page-text .page-text-title-top {
  margin-bottom: 2px;
}
#page-3 .content .page-text-left .separator{
  margin-bottom: 20px;
}
#page-3 .content .page-text-left{
  width: 460px;
  margin-left: 4vw;
  z-index: 3;
}
#page-3 .content .page-text-right{
  position: absolute;
  right: 5vw;
  top: 70vh;
  text-transform: uppercase;
}
#page-3 .content .page-text-right h3 {
  margin: 0 0 6px 0;
  color: #FF001A;
}
#page-3 .content a {
  color: #FF001A;
}

#page-3 .content a:hover {
  color: #ff2b3e;
  text-decoration: none;
}

#page-3 .content .page-text-right p{
  margin: 0 0 -4px 0;
}
#page-3 .content .page-text-right .btn{
  margin-top: 20px;
}

#page-4 .content .left{
  z-index: 1;
}

#page-3 .team-desc-store{
	bottom: 0px;
}

#page-5 .content{
  background-image: url('https://dainese-view.thron.com/api/xcontents/resources/delivery/getThumbnail/dainese/1600x900/e7be487f-fa1a-4dcd-9cd6-37a7ab0172ed.jpg');
}

#page-5 .content .column{
  padding: 0 2%;
}
#page-5 .content .column .media-container{
  /*min-height: 450px;*/
  position: relative;
  margin-top: 24vh;
  padding: 20px;
  /*height: 57vh;*/
  width:100%;
  /*padding-bottom: 90%;*/
  height: auto;
  /*border: 1px solid red;*/
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
@media screen and (min-aspect-ratio: 8/4) {
  #page-5.moto-gp .content{
    height: 120vh;
  }
  #page-5.moto-gp{
    height: 120vh;
  }
}

#page-5 .content .column .media-container .img-container{
  width: 100%;
  /*height: 300px;*/
  padding-bottom: 65%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.5);
  /*border:1px solid red;*/
}
#page-5 .content .column .media-container h2{
  color: #FF001A;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 16px;
}
#page-5 .content .column .media-container p{
  font-family: 'Proxima Nova Light', sans-serif;
  /* font-size: 12px; */
  line-height: 1.2em;
  padding-bottom: 25px;
  /*border: 1px solid red;*/
}
#page-5 .content .column .media-container a{
  color: #fff;
  font-size: 14px;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  margin-top: 20px;
  position: absolute;
  bottom: 16px;
  width: 90%;
}
#page-5 .content .column .media-container a:hover{
  text-decoration: none;
}
#page-5 .content .column .media-container a:hover{
  color: #FF001A;
}
#page-5 .content .column .media-container a .fa{
  float: right;
}

#page-6 .content .d-scroller-tile h1{
  font-size: 38px;
  margin-top: -50px;
  /*margin-left: 20vh;*/  /* squagle 20170216 --  why is this here? */
  margin-bottom: 18px;
}
#page-6 .content .d-scroller-tile a{
  margin-left: 28vh;
}
.d-scroller-thumbnails{
  width: auto !important;
  z-index: 10;
}
#page-6.experience .content .d-scroller-thumbnails-wrapper, #page-9.wod .content .d-scroller-thumbnails-wrapper, .d-scroller-thumbnails-wrapper
{
  z-index: 10;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(30,30,30,1) 31%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 31%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(30,30,30,1) 31%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1e1e1e',GradientType=0 );
}
body.page-template-template-experience #page-9.wod .content .d-scroller-thumbnails-wrapper,
  body.page-template-template-experience #page-9 .content .d-scroller-thumbnails-wrapper{/* MOTO: removing color fade over thumbnails */
  background: none;
}
body.page-template-template-experience #page-9.wod .content .btt-fade {/* MOTO: modifying the fade over the large background image */
  bottom: 0%;/* move the element behind the thumbnail images */
  height: 100%;/* re-size element to full height, for better readability to all text elements in the section */
}

/* need to override this section because p height may change and it doesn't push the slider down far enough*/
@media screen and (orientation: portrait){
  @media screen and (max-width: 768px){
     #page-7.moto-gp{
      position: relative;
      height: auto !important;
    }
    #page-7.moto-gp .content{
      position: relative;
      height: auto !important;
    }
    #page-7.moto-gp .content #d-scroll-tile-1{
      position: relative;
      height: auto !important;
    }
    #page-7.moto-gp .content .d-scroller-thumbnails-wrapper{
      position: relative;
      height: auto !important;
    }
  }
}



#page-8 .content .page-title{
  min-width: 260px;
}
#page-8 .content .copy{
  text-align: right;
  margin-top: 30vh;
}
#page-8 .content .copy .page-heading{
  font-size: 32px;
  margin-bottom: 12px;
}
#page-8 .content .copy .page-heading .text-light{
  display: block;
}
#page-8 .content .copy p{
  margin: 24px 0 30px 0;
  font-size: 16px;
  padding-left: 20%;
}

#page-9{
  background-size: cover;
}
#page-9 .content{
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  /*color: #434343;*/
}
#page-9.experience .content .title{
  font-style: normal;
  font-size: 60px;
  font-family: 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-right: -20px;
}
#page-9 .content .subtitle{
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #5a5959;
}
#page-9 .content .subtitle p{
  margin: 0;
  font-size: 13px;
  letter-spacing: 2px;
}
#page-9 .content .subtitle .separator{
  background: #5a5959;
  height: 2px;
}
#page-9 .content .copy{
  font-size: 15px;
  font-family: 'Proxima Nova', sans-serif;
  /*margin: 14px 0;*/
}
#page-9 .content .shop-btn{
  display: block;
  color: #FF001A;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-right: 10px;
}
#page-9 .content .shop-btn:hover{
  text-decoration: none;
}

/**
  * Technology & Innovation
  */
#page-1.tech-innov .content .heading {
  max-width: 500px;
}

#page-2.tech-innov .content .page-title {
  margin-top: 30vh;
}
#page-3.tech-innov .content .page-title{
  min-width: 200px;
}
#page-3.tech-innov .d-scroller-tile{
  background-position: center;
}
#page-3.tech-innov .content .page-title.center{
  margin-top: 35vh;
}
#page-3.tech-innov .content .copy{
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#page-3.tech-innov .content .btn.red{
  float: none;
  padding: 12px 20px;
}
#page-4.tech-innov .content {
  background: #000000;
  background: -moz-linear-gradient(-45deg,  #000000 0%, #141414 21%, #141414 61%, #000000 100%);
  background: -webkit-linear-gradient(-45deg,  #000000 0%,#141414 21%,#141414 61%,#000000 100%);
  background: linear-gradient(135deg,  #000000 0%,#141414 21%,#141414 61%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}
#page-4.tech-innov .content .page-title{
  min-width: 246px;
}
#page-4.tech-innov .content .featured-product-wrapper{
  margin-top: 19vh;
  margin-left: 4vw;
  width: 40vw;
  height: 40vw;
  background: url(../img/dainese-materials-jacket-1.png) top left no-repeat;
  background-size: contain;
}
#page-4.tech-innov .content .right .heading{
  color: #fff;
  font-family: 'Proxima Nova Bold', sans-serif;
  font-style: normal;
  font-size: 18px;
  margin-top: 24vh;
}
#page-5.tech-innov .content{
  background-position: center;
}
#page-5.tech-innov .content .page-title{
  min-width: 246px;
}
#page-5.tech-innov .content .page-title.center{
  margin-top: 50vh;
}
#page-5.tech-innov .content .copy{
  text-align: left;
  max-width: 40%;
  margin: 20px auto;
}
#page-6.tech-innov .content .page-title{
  min-width: 246px;
}
#page-6.tech-innov .content .page-title.center{
  margin-top: 30vh;
}
#page-6.tech-innov .content .page-title.center .heading-top{
  margin-left: -10%;
  margin-bottom: -20px;
}
#page-6.tech-innov .content .page-title.center .heading-bottom{
  margin-right: -10%;
}
#page-6.tech-innov .content .copy{
  text-transform: none;
  text-align: left;
  margin-top: 20px;
}

/**
  * Word of Dainese
  */
.page.wod .content .page-title:not(.center){
  min-width: 260px!important;
}
.page.wod .content .btn{
  font-style: normal;
}
.page.wod .content .page-title.center{
  margin-top: 35vh;
}
.page.wod .content .copy{
  text-align: center;
  padding:20px 0;
  text-transform: none;
}

/**
  * About us
  */
#page-1.about-us{
  background: #111111;
  /*background: -moz-linear-gradient(-45deg,  #111111 0%, #212121 36%, #212121 58%, #111111 100%);
  background: -webkit-linear-gradient(-45deg,  #111111 0%,#212121 36%,#212121 58%,#111111 100%);
  background: linear-gradient(135deg,  #111111 0%,#212121 36%,#212121 58%,#111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=1 );*/
  background-size: contain;
  min-height: 100vh;
  height: auto;
}
#page-1.about-us .slider-pages{
  height: 100vh!important;
}
#page-1.about-us .content .page-title{
  min-width: 220px;
  margin-top: 30vh;
}
#page-2.about-us{
  background-color: #111111;
  height: auto;
  background-position: center;
}
#page-2.about-us .content{
  width: 80%;
  height: auto;
  margin: 40px auto;
}
#page-2.about-us .entry{
    margin-top: 2%;
}
#page-2.about-us .content p{
  line-height: 26px;
}
.location-list{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
 background-color: #111;
}
.location-list .title{
  font-family: 'Proxima Nova Light';
  font-size: 16px;
  line-height: 36px;
}
.location-list p{
  text-align: center;
  line-height: 9px;
  font-size: 12px;
  font-family: 'Proxima Nova Bold', serif;
}
.location-list >div{
  opacity:.4;
}
.location-list >div:first-child{
  opacity:1;
}

/**
  * Athlete
  */
#page-2.athlete{
  height: auto;
}

/**
  * Event
  */
#page-1.event .left h1{
  margin-top: 60vh;
}
#page-1.event .right .title{
  margin-top: 61vh;
}

/**
  * Careers
  */

.page.careers .entry{
  margin-top: 2%;
  margin-bottom: 1%;
}
#job-spinner{
  display: none;
}
.job-detail{
  margin-bottom: 2%;
}
#job-expander{
  display: none;
}
.page.careers#page-2{
  height: auto;
}
.page.collection .cell-wrap{
  padding: 0;
}
.page.collection .job-detail ul{
    list-style-position: inside;
    padding-left:0;
  }
.page.collection .job-detail ul li{
  list-style-position:outside;
  margin-bottom: 12px;
  margin-left: 20px;
  padding-left: 5px;
  list-style-image: url('../img/square_bullet.png');
}
.apply-outer{
  max-width: 1100px;
}
.apply-overlay{
  display: none;
  position: fixed;
  top:0;
  right: 0;
  width: 100%;
  height:100%;
  z-index: 500;
  background-color: rgba(0,0,0,.8)
}
.apply-pane{
  width:100%;
  box-sizing: border-box;
  *{
    box-sizing: border-box;
  }
  padding-left: 20px;
  padding-right: 20px;

}
.inner-scroll-pane{
  width: 100%;
}

.phone-block{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.phone-block:first-child{
  padding-left: 0px !important;
}
button.close{
  color:#FFF;
  opacity: .9;
  font-weight: normal;
  font-size: 25px;
  font-style: normal;
}
button.close:hover{
  opacity: 1;
  color:#FFF;
}
.apply-container{
  margin-top: 50px;

  background-color: #000;
  padding: 30px;
  /*
    display:block;
    width:50%;

    text-align: center;
    margin:0 auto;
    margin-top: 5%;
    */
}
.apply-container form{
  text-align: left;
}
.page.collection .detail .subtitle{
  font-family: 'Proxima Nova Bold', serif;
  font-size: 16px;
  padding-bottom: 6px;
  margin-top: 25px;
  margin-bottom: 20px;
  }
.page.collection .detail .title{
  font-family: 'Proxima Nova Bold', serif;
  font-size: 20px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.page.collection .detail .title{
  font-family: 'Proxima Nova Bold', serif;
  font-size: 16px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.page.collection .jobs .title{
  font-family: 'Proxima Nova Bold', serif;
  border-bottom: 1px solid #FF001A;
  font-size: 20px;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.page.collection .jobs .position{
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 4px;
  margin-bottom: 24px;
}
.page.collection .jobs .position a{
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.page.detail-page-header.detail-page .page-title.center.small-sub {
    margin-top: 20% !important;
}

/**
  * D-Air pages
*/
#page-1.page.dair_system{
    height: auto;
  }
  .dair_system#page-1 .content{
    height: auto;
  }
.page.dair_system{
  height: auto;
  padding-bottom:30px
}
.dair_logo{
  position: relative;
  left:0;
  right:0;
  margin-top: -18%;
  /* background: #202020; */
}
.dair_logo object{
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  width: 350px;
  height: 154px;
}
.page.dair_system{
  background: #202020;
}
.dair_system#page-2 .container{
  margin-top: 200px;
}
.dair_system .page-title{
    margin-top: 0;
}
.dair_system#page-3{
  background-image: url(../img/hex_bg.jpg);
  background-size: 100% auto;
}
.why-different{
  width: 100%;
  margin-top: 200px;
}
.why-different object{
  display: block;
  margin: 0 auto;
  text-align: center;
  width:55%;
}
.hex-container{
  margin-top: 180px;
}
.hex-container .row{
    margin: 40px
}
.hex-row{
  white-space: nowrap;
}
.hex_number{
  display: inline-block;
  vertical-align: top;
}
.hex_number object{
  display: block;
  width:95px;
  height: 84px;
}
.hex_number object svg{
  width:100%;
  }
.hex_text{
  white-space: normal;
  margin-left: 2em;
  display: inline-block;
  white-space:normal;
}
.efficiency_text{
  margin-top: 200px;
  width: 40%;
  margin-left: 7%;
}
.efficiency_chart{
   width: 100%;
  margin-top: 40px;
}
.efficiency_chart object{
  display: block;
  margin: 0 auto;
  text-align: center;
  width:75%;
}

.research_chart{
   width: 100%;
  margin-top: 200px;
  background-color: #111;
  padding-top: 40px;
  padding-bottom: 40px;
}
.research_chart object{
  display: block;
  margin: 0 auto;
  text-align: center;
  width:60%;
}
.research_year_chart{
   width: 100%;
  margin-top: 50px;
}
.research_year_chart object{
  display: block;
  margin: 0 auto;
  text-align: center;
  width:70%;
}
/**
  * Detailed Products
  */
.page.dp{
  font-style: italic;
  background: #111111;
  background: -moz-linear-gradient(left,  #111111 0%, #212121 36%, #212121 61%, #111111 99%);
  background: -webkit-linear-gradient(left,  #111111 0%,#212121 36%,#212121 61%,#111111 99%);
  background: linear-gradient(to right,  #111111 0%,#212121 36%,#212121 61%,#111111 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=1 );
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.page.dp .page-title{
  margin-top: 15vh;
}
.page.dp .title{
  font-family: 'Proxima Nova Bold';
  color: #FF001A;
}
#page-1.dp{
  background-size: cover;
}
#page-2.dp .title{
  font-size: 70px;
  line-height: 70px;
}
#page-2.dp .copy{
  margin-top: 40vh;
  line-height: 30px;
}
#page-3.dp .title{
  font-size: 130px;
}
#page-3.dp .title span{
  display: block;
  font-size: 28px;
  color: #fff;
  text-transform: none;
  width: 300px;
  font-family: 'Proxima Nova Light';
}
#page-3.dp .copy{
  font-size: 28px;
  width: 500px;
  margin-top: 80vh;
}

/**
  * History
  */
.page.wod.history .featured-product .right .page-title{
  max-width: 80%!important;
  line-height: 50px!important;
  margin-top: 18vh!important;
}
.page.wod.history .featured-product .right .page-title .heading-bottom{
  margin-top: 10px!important;
}
.page.wod.history .featured-product .right .entry{
  max-width: 70%;
  margin: 20px 0 0 20px;
}
.nodesktop{
  display: none;
}
.hidden{
  display: none;
}
/**
  * History
  */
#sign-up-modal{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0,0,0,.8);
}
#sign-up-container{
  position: absolute;
  color:#FFF;
  width:100%;
  left:0;
  right:0;
  max-width: 400px;
  margin:0 auto;
  padding: 30px;
  top:50%;
  background-color: #000;
  transform: translateY(-50%);
}
#sign-up-container  #input_1_4_6_label{
  display: none !important;
}
#sign-up-container .gform_wrapper{
  margin: 5px 0px !important;
}
#sign-up-container .gform_wrapper ul li.gfield{
  margin-top: 5px !important;
}
#sign-up-container h1{
  color:#FFF;
}
#close-sign-up{
  background-color: transparent;
  position: absolute;
  top:0;
  right:0;
  font-size: 35px;
  font-style: normal;
  color:#FFF;
  opacity: .9;
  border:none;
}
#close-sign-up:hover{
  opacity: 1;
}
#sign-up-container .validation_error{
  padding: 5px 0px !important;
  margin-bottom: 5px !important;
  border-top: 1px solid #FF001A !important;
  border-bottom: 1px solid #FF001A !important;
  line-height: 18px !important;
}
#sign-up-container .gform_wrapper li.gfield.gfield_error{
  padding: 0px 0px !important;
  border-top: 0px solid #C89797 !important;
  border-bottom: 0px solid #C89797 !important;
}
#sign-up-container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  padding-top: 5px !important;
}
#sign-up-container .gfield .gfield_error .gfield_contains_required .field_sublabel_below .field_description_below{
  padding-top: 0px !important;
}
#sign-up-container .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{
  margin-top: 5px !important;
}
#sign-up-container .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
  padding-top: 0px !important;
}

/**
  Store Locator
*/
#wpsl-result-list #wpsl-stores {
    line-height: 18px !important;
    /*margin-left: 10px !important;*/
   padding: 0px;
}

/* Scrollbar styles */
#wpsl-stores::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

#wpsl-stores::-webkit-scrollbar-track {
	border: 1px solid #666;
	border-radius: 10px;
}

#wpsl-stores::-webkit-scrollbar-thumb {
	background: #666;  
	border-radius: 10px;
}

#wpsl-stores::-webkit-scrollbar-thumb:hover {
	background: #555;  
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.isolated-thumbs {
  min-height: 280px;
  /*margin-top: -40px;*/
  margin-top: 10px;
}

.isolated-thumbs .d-scroller-thumbnails-wrapper {
  position: relative;
}


h1.athlete {
  font-size: 1.85em;
}

h1.four0four{
  font-size: 1em;
  margin: 0;
}

h1.four0fourNum{
    padding: 0 9em 0 0;
    margin: 0 0 -0.3em 0;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #FF001A;
}
.collection-template-default.single.single-collection .btt-full-fade{
  display: none;
}
.product-details--mobile-responsive {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 60em){
  .product-details--mobile-responsive {
  top: auto;
  transform: none;
  }
}


.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

.featherlight .featherlight-content {

  overflow: hidden !important;
}
.featherlight-image {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 90vh;
}

/* SEARCH PAGE */
.search-product-slider {
	background-color: #fff;
}

.search-product-slider .row{
    width: auto;
    display: inline-block;
    left: 50%;
    position: relative;
}

.search-product-slider .row .slider-product{
	width: calc(100% - 64px);
	height: 300px;
	overflow: hidden;
	float: left;
}

.slider-product #allProductLabel{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: none;
}

.slider-product #allProductLabel a{
	color: #222;
}

.slider-product #allProductLabel a:hover{
	color: #444;
}

.search-product-slider ul{
	height: 300px;
    padding-left: 0px;
}

.search-product-slider ul li{
	list-style: none;
	text-align: center;
	float: left;
}

.search-product-slider ul li img{
	max-width: 175px;
    max-height: 175px;
    margin: 0 auto;
    display: block;
}

.search-product-slider ul li div{
	width: 180px;
	margin: 0px 10px;
	height: 100%;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
}

.search-product-slider ul li div:hover{
	border: 1px solid #333;
	margin-top: -1px;
}

.search-product-slider ul li div h3{
    margin: 0px 5px;
    font-family: "proxima_novalight";
	margin: 5px 0px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}

.search-product-slider ul li div span{
	color: #666;
	font-size: 18px;
}

.search-product-slider .arrow{
	height: 300px;
	width: 32px;
	float: left;
    margin: 0px 20px;
}

.search-product-slider .arrow img{
	top: 50%;
	margin-top: -16px;
    position: absolute;
    cursor: pointer;
}

.search-product-slider .arrow img:hover{
	opacity: 0.7;
}


/*search page*/
.page-wrap-search{
	top: 150px;
    margin-bottom: 110px;
	position: relative;
	background: #222;
}

.main-content-search{
    padding-top: 10px;
	padding-bottom: 30px;
}

.main-content-search .row{
	overflow: hidden;
}

.main-content-search .imgPreview{
	float: left;
	max-width: 250px;
}

.main-content-search .imgPreview img{
	max-width: 250px;
	display: block;
	margin: 0 auto;
}

.main-content-search .content-search{
	overflow: hidden;
	width: auto;
	padding-left: 15px;
	text-shadow: none;
	font-style: italic;
}

.main-content-search .content-search.noImg{
	padding-left: 0px!important;
}

.main-content-search .content-search .content-date{
	overflow: hidden;
	width: 100%;
}

.main-content-search .content-search .date-day{
    float: left;
    color: #FF001A;
    font-size: 40px;
    line-height: 35px;
    font-family: 'Proxima Nova Bold';
}

.main-content-search .content-search .date{
	font-size: 13px;
	text-transform: uppercase;
	color: #ddd;
    float: left;
    padding-left: 15px;
}

.main-content-search .content-search .title{
	color: #fff;
    font-family: 'Proxima Nova Bold';
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	text-transform: none;
}

.main-content-search .content-search .title.noDate{
	margin-top: 0px;
}

.main-content-search .content-search .par-content{
	color: #ddd;
	font-size: 15px;
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FF001A;
}

.main-content-search .content-search .learn-more{
	padding: 5px;
	background: #FF001A;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.main-content-search .content-search .learn-more:hover{
	opacity: 0.9;
}

.title-type-search{
	padding-left: 0px;
}

.title-type-search h2{
	color: #fff;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}



/* News page needs z-index override to fix mobile issue */
/* could not compile sass due to ruby issue with compass or I would change it there */
#page-news .entry{
  z-index: 200 !important;
}



/* Mobile overrides since I can't compile sass due to above issue */
/*@media screen and (orientation: portrait){*/
  /*@media screen and (max-width: 748px){*/

    #shop-the-moto-scrubber .dainese-range-slider-wrapper{
      bottom: 10px !important;
    }

    .home-featured-product-section--responsive .dainese-range-slider-wrapper{
      bottom: 40px;
    }

    .home-featured-product-section--responsive .store-link{
      margin-bottom: -35px;
    }


    /* .age.experience{

    }  */

  /*}*/
/*}*/
.page.about-us .content.h-tile {background-position: center !important;}
.mm-hasnavbar-top-1 .mm-panels {top: 0 !important;}
.mm-navbars-top {display: none;}
.page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .copy.col-sm-6.col-sm-offset-3.animate {margin-left: 40%;}
.page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel .col-sm-12 .btn.red {margin-left: 45%;}
.page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .heading-bottom {display: none;}
.featherlight .featherlight-content {
  padding: 5px 5px 5px !important;
  border-bottom: 0 !important;
  border-radius: 4px;
}
#menu-item-4607 .sub-menu {left: -640px;}
#page-news .d-scroller-tile {background-position: 100%;}
/* .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .btn.red {margin-left: 45% !important;} */
/*.custom-360 .vjs-control-bar, .custom-360 .vjs-control, .custom-360 .vjs-control-content, .custom-360 .vjs-current-time, .custom-360 .vjs-current-time-display, .custom-360 .vjs-time-divider, .custom-360 .vjs-duration, .custom-360 .vjs-time-controls, .custom-360 .vjs-duration-display, .custom-360 .vjs-remaining-time, .custom-360 .vjs-remaining-time-display, .custom-360 .vjs-progress-control, .custom-360 .vjs-fullscreen-control, .custom-360 .vjs-control-content, .custom-360 .vjs-control-text, .custom-360 .vjs-volume-control, .custom-360 .vjs-control-text, .custom-360 .vjs-volume-level, .custom-360 .vjs-volume-handle, .custom-360 .vjs-mute-control, .custom-360 .vjs-error-display {
  display: flex !important;
}
.custom-360 .vjs-chapters-button, .custom-360 .vjs-playback-rate, .custom-360 .vjs-subtitles-button, .custom-360 .vjs-captions-button, .custom-360 .vjs-live-control, .custom-360 .vjs-fullscreen-control {display: none !important;}
.custom-360 .vjs-default-skin .vjs-controls, .custom-360 .vjs-default-skin .vjs-control-text, .custom-360 .vjs-default-skin .vjs-play-control, .custom-360 .vjs-default-skin .vjs-time-controls, .custom-360 .vjs-default-skin .vjs-current-time, .custom-360 .vjs-default-skin .vjs-duration, .custom-360 .vjs-default-skin .vjs-remaining-time, .custom-360 .vjs-time-divider, .custom-360 .vjs-default-skin .vjs-time-control, .custom-360 .vjs-default-skin .vjs-time-control span, .custom-360 .vjs-secondary-controls, .custom-360 .vjs-default-skin.vjs-paused .vjs-play-control div, .custom-360 .vjs-default-skin.vjs-playing .vjs-play-control div, .custom-360 .vjs-default-skin .vjs-rewind-control, .custom-360 .vjs-default-skin .vjs-rewind-control div, .custom-360 .vjs-default-skin .vjs-mute-control, .custom-360 .vjs-default-skin .vjs-mute-control div, .custom-360 .vjs-default-skin .vjs-mute-control.vjs-vol-0 div, .custom-360 .vjs-default-skin .vjs-mute-control.vjs-vol-1 div, .custom-360 .vjs-default-skin .vjs-mute-control.vjs-vol-2 div, .custom-360 .vjs-default-skin .vjs-volume-control {
	left: 0% !important;
    visibility: visible !important;
    opacity: 1 !important;
}*/
.circuito-svg {
  margin-top: 29% !important;
  margin-right: 10%; 
  margin-left: 3%;
}
.circuito-svg object {max-width: 350px;}
.custom-360 {background-color: #121212 !important;}
/*#videojs-panorama-player .vjs-big-play-button {
    margin-top: 20%;
    margin-left: 40%;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}*/
#videojs-panorama-player .vjs-control-bar {top: 106%;}
#page-1 .heading h1.introHeader {
  font-size: 1em;
  line-height: 1.5em;
}
h2.seo-add {
  line-height: 1.5em;
  font-size: 26px;
}
.page.tech-innov.tile.centered-tile.tech-inno--landing-page.page-3 h3 {
  font-size: 54px;
    line-height: 1.2;
    font-family: 'Proxima Nova Light', sans-serif;
}
.page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.page-6.thumbnailed-panel h3 {
  font-size: 54px;
    line-height: 1.2;
    font-family: 'Proxima Nova Light', sans-serif;
}
.page-title h2.seo-add .heading-bottom {font-family: 'Proxima Nova Light', sans-serif;}
.page.wod.centered-tile.centered-tile-empty.wod--landing-page.page-2 .text-holder .heading-top {font-size: 54px;}
.page.wod.wod--landing-page.page-3 .text-holder .heading-top {font-size: 54px;}
.page.wod.tile.centered-tile.wod--landing-page.page-4 .text-holder .heading-top {font-size: 54px;}
.page.wod.tile.centered-tile.wod--landing-page.page-4 .text-holder .heading-bottom {
  font-family: 'Proxima Nova Light', sans-serif;
  margin-top: -5px;
}
.d-scroller-thumbnails-wrapper{
  z-index: 10;
  background: rgba(30,30,30,0.7) !important;
  background: rgba(30,30,30,0.7) !important;
  background: rgba(30,30,30,0.7) !important;
  filter: none !important;
  padding: 0 0 !important;
}
.d-scroller-thumbnails .d-scroller-thumb {
  height: 180px !important;
}
.carousel-left {top: 0;}
.carousel-right {top: 0;}
.carousel-left .left-arrow {
  top: 35%;
  opacity: .8;
}
.carousel-right .right-arrow {
  top: 35%;
  opacity: .8;
}
.page.experience.athlete-page.tile.moto-gp.thumbnailed-panel .d-scroller-thumbnails-wrapper {top: 73%;}
.page.wod.tile.centered-tile.collections-page.moto-gp#page-9 .text-holder .text-light {font-size: 54px;}
.page.experience.tech-innovation-page.moto-gp#page-8 .content {position: absolute;}
.page.experience.tech-innovation-page.winter-sports#page-8 .content {position: absolute;}
.page.wod.tile.centered-tile.collections-page.winter-sports#page-9 .text-holder .text-light {font-size: 54px;}
.page.experience.tech-innovation-page.bike#page-8 .content {position: absolute;}
.page.wod.tile.centered-tile.collections-page.bike#page-9 .text-holder .text-light {font-size: 54px;}
.page.wod.tile.centered-tile.collections-page.equestrian#page-9 .text-holder .text-light {font-size: 54px;}
.glyphicon-menu-hamburger {margin-top: 55px !important;}
.page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .page-title .heading-bottom {display: block !important;}
.page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .text-holder .heading-bottom {display: none !important;}
nav.collapsed {height: 0 !important;}
.page.experience.athlete-page.tile.annniver.thumbnailed-panel#page-6 .btn.red {margin-left: 0;}
footer .menu-footer h3 a {
    font-family: 'Proxima Nova Light', sans-serif;
    font-size: 18px;
    color: #ffffff;
}
footer .menu-footer ul li a {
    color: #fff;
    font-size: 13px;
    font-family: 'Proxima Nova Bold', sans-serif;
}
footer .menu-footer .col-md-2 {
  width: 12%;
  margin-left: 4%;
  margin-right: 0;
  padding: 0;
}
@media (max-width: 900px) {
  footer .menu-footer .col-md-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: center;
  }
}
#page-3.tech-innov .content .copy {text-transform: none;}
.shop-menu-container .top-level {margin-left: -35px;}
.page.about-us .introHeader {line-height: 1.5;}
.page.about-us .introHeader .heading-top {
  font-size: 26px;
}
.page.about-us .introHeader .heading-bottom {
  font-size: 26px;
  font-family: 'Proxima Nova Light', sans-serif;
}
.page.store-locator.collection.h-section-slider .introHeader .heading-bottom {
  font-size: 26px;
  font-family: 'Proxima Nova Light', sans-serif;
}
.page.store-locator.collection.h-section-slider .introHeader .heading-top {
  font-size: 26px;
}
.page.store-locator.collection.h-section-slider .introHeader {line-height: 1.5;}
.page.careers.collection .introHeader {line-height: 1.5;}
.page.careers.collection .introHeader .heading-top {
  font-size: 26px;
}
.page.careers.collection .introHeader .heading-bottom {
  font-size: 26px;
  font-family: 'Proxima Nova Light', sans-serif;
}
.video-js .vjs-control-bar .vjs-VR-control {font-size: 1em !important;}
#store-locator .top-item .sub-head-and-text {margin-top: 20vh;}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel .heading-top {opacity: 1 !important;}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel .page-title .separator {
  margin-top: 20px;
  width: auto;
}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel .page-title .heading-bottom {
    opacity: 1;
    margin-top: -50px;
}
#store-locator h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold', sans-serif;
    font-style: italic;
    letter-spacing: 1.2px;
    font-size: 2.4em;
}

#store-locator .p-content {
    font-size: 0.9em;
    margin-top: 30px;
    margin-bottom: 40px;
    line-height: 1.3em;
}

#store-locator .top-item .sub-head-and-text #locator-form #wpsl-search-input:focus, #store-locator .top-item .sub-head-and-text #locator-form #wpsl-search-input:active{
	outline: none;
}

#store-locator #wpsl-checkbox-filter label {
	font-weight: normal;
}

#store-locator #checkbox-onlyD-Stores #c18{
    display: none!important;
}

#store-locator #checkbox-onlyD-Stores label{
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 0.9em;
}

#store-locator #checkbox-onlyD-Stores input[type="checkbox"] + label:before {
    border: 1px solid #eee;
    content: "\00a0";
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

#store-locator #checkbox-onlyD-Stores input[type="checkbox"]:checked + label:before {
  color: #eee;
  content: "\2713";
  text-align: center;
}

#store-locator #checkbox-onlyD-Stores input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

#checkbox-image-container {
	width: 100%;
}

#checkbox-image-container h3.title{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
    font-family: 'Proxima Nova Light', sans-serif;
    margin-bottom: 25px;
}

#checkbox-image-container .container-checkbox-block{
    display:inline-block;
    overflow: hidden;
    float: left;
}

#checkbox-image-container .container-checkbox-block>div{
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
    font-family: 'Proxima Nova Bold', sans-serif;
	margin: 0px 10px!important;
	display: block;
	max-width: 150px;
    float: left;
}

#checkbox-image-container .container-block{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#checkbox-image-container .container-block-2{
	width: auto;
	display: inline-block;
}

#checkbox-image-container .container-checkbox-block>div label{
	cursor: pointer;
	color: #888;
	text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.8);
}

#checkbox-image-container .container-checkbox-block>div:hover label{
	color: #ff001a;
}

#checkbox-image-container .container-checkbox-block>div label.active{
	color: #ff001a;
}

#checkbox-image-container .container-checkbox-block>div img{
	height: 40px;
	width: auto;
	display: block;
	margin: 0 auto;
}

#checkbox-image-container input[type=checkbox] {
    display:none;
}

#checkbox-image-container .container-checkbox-block>div label.deselect{
	color:#888!important;
}

.exp360 .sub-head-and-text {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 80px;
    color: #fff;
}

.exp360 .sub-head-and-text h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Proxima Nova Thin', sans-serif;
    font-style: italic;
    letter-spacing: 1.2px;
    font-size: 2em;
}

#page-360 {height: auto;}/*
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel .content .copy {
  font-size: 18px !important;
  line-height: 25px !important;
  opacity: 1 !important;
  margin-bottom: 30px !important;
  margin-top: 20px;
}
.page.collection.detail-page-header.detail-page .page-title .heading-top {opacity: 1 !important;}
.page.collection.detail-page-header.detail-page .page-title .separator {
  width: auto;
  margin-top: 20px; 
}

.page.collection.detail-page-header.detail-page .page-title .heading-bottom {
  opacity: 1 !important;
  margin-top: -50px;
}*/
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel #d-scroll-tile-1 .separator {margin-top: 0px !important;}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel #d-scroll-tile-1 .heading-bottom {margin-top: 0px !important;}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel #d-scroll-tile-1 .text-holder .heading-top {margin-bottom: 15px;}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel #d-scroll-tile-1 .text-holder .copy.col-sm-6.col-sm-offset-3 {
  opacity: 1 !important;
  margin-top: -35px;
  margin-bottom: 35px;
}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel #d-scroll-tile-1 .text-holder .copy.col-sm-6.col-sm-offset-3.animate {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page.page.collection.detail-page-header.detail-page.thumbnailed-panel #d-scroll-tile-1 .text-holder .page-title.center.small-sub.animate {
  margin-bottom: -4vh !important;
}
.page.collection.detail-page-header.detail-page .page-title .heading-top {opacity: 1 !important;}
.page.collection.detail-page-header.detail-page .page-title .separator {
  width: auto;
  margin-top: 0px; 
}
.page.collection.detail-page-header.detail-page .page-title .heading-bottom {
  /* margin-top: -50px; */
  opacity: 1 !important;
}
.protection-template-default.single.single-protection.postid-2473.dainese .page-title.center.small-sub {margin-top: 23% !important;}
.protection-template-default.single.single-protection.postid-2473.dainese .page-title.center .heading-bottom {margin-top: -18px !important;}
.protection-template-default.single.single-protection.postid-2472.dainese .page-title.center.small-sub {margin-top: 50vh !important;}
.protection-template-default.single.single-protection.postid-2472.dainese .page-title.center.small-sub .heading-bottom {margin-top: -18px !important;}
.protection-template-default.single.single-protection.postid-2520.dainese .page-title.center.small-sub .heading-bottom {margin-top:  -18px !important;}
.protection-template-default.single.single-protection.postid-2952.dainese .page-title.center.small-sub .heading-bottom {margin-top:  -18px !important;}
.protection-template-default.single.single-protection.postid-2957.dainese .page-title.center.small-sub .heading-bottom {margin-top:  -18px !important;}
.protection-template-default.single.single-protection.postid-3057.dainese .page-title.center.small-sub .heading-bottom {margin-top:  -18px !important;}
.protection-template-default.single.single-protection.postid-4451.dainese .page-title.center.small-sub .heading-bottom {margin-top:  -18px !important;}
.protection-template-default.single.single-protection.postid-2963.dainese .page-title.center.small-sub .heading-bottom {margin-top:  -18px !important;}
.page.experience.athlete-page.tile.thumbnailed-panel#page-news .article-title {text-transform: initial;}
.page.store-detail {background-image: none !important;}
.page.about-us#page-2 {background-image: none !important;}
#page-wrap {overflow-y: none !important;}
.team-desc-store {
  position: absolute;
  bottom: 0px;
  left: 5%;
  width: 40%;
}
@keyframes bounceHome {
   0% {
    top: 73%;
  }
  100% {
    top: 75%;
  }
}
.home-helper-icon {
    width: 40px !important;
    position: absolute;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0 !important;
    right: 0;
    cursor: pointer;
    animation: bounceHome 1s alternate infinite;
}
.gotomap, .gototour {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-top: 0;
}
.wpsl-opening-hours {color: #fff;}
.events-right-button {
    position: absolute;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    float: right;
    margin-left: -10%;
    width: 100%;
    text-align: right;
    cursor: pointer;
    margin-top: 90px;
}
.wpsl-store-location .wpsl-product{
	text-align: center;
}
.wpsl-store-location .wpsl-product>div{
	display: none;
}
.products-store .img-prod{
	float: left;
}
#store-locator .top-item .sub-head-and-text #locator-form #wpsl-search-btn:focus, #store-locator .top-item .sub-head-and-text #locator-form #wpsl-search-btn:active{ outline: none; }
/* fix header in store page */
/*.wpsl_stores-template-default.single.single-wpsl_stores.postid-2069.dainese header {margin-top: -25px !important;}*/
@media (max-width: 1024px) {
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .d-scroller-thumbnails-wrapper {margin-top: 110% !important;}
}

@media (max-width: 960px) {
  .tech-innovation-page.experience .h-pagination-wrapper {top: 100vh !important;}
  #page-8 .content .copy {text-align: left !important;}
  #page-8 .content .copy p {padding-left: 0 !important;}
  #page-9.collections-page.tile.immersive-experience .text-holder {
    top: -66%!important;
  }
}

@media (max-width: 880px) {
   .store-search fieldset{
    width: 140px;
   }
  nav ul li a{
      padding: 13px 5px;
      font-size: 10.2px!important;
   }
  #page-9.collections-page.tile.immersive-experience .text-holder {
    top: -66%!important;
  }
}

@media (min-height: 650px) and (max-width: 960px){
  #page-9.collections-page.tile.immersive-experience .text-holder {
    top: -25%!important;
  }
}

@media (max-width: 767px) {

	#page-2.store-detail{
		padding-top: 0px;
	}
	.produtcs-store-title{
		text-align: center;
	}
	.products-store{
		margin-bottom: 30px;
	}
	.products-store .img-prod{
		width: 33%;
		height: 50px;
		float: left;
		text-align: center;
		margin-top: 20px;
	}
	.products-store .img-prod img{
		display: inline-block;
		padding-right: 0px!important;
	}
  #dainese_innerIcons #bikeTrigger img{ width: 70px!important; padding: 5px 15px; }
  #wpsl-result-list{
  	padding: 0px 15px;
  }
  #wpsl-result-list .locator-hdr{
  	text-align: center;
  }
  #wpsl-result-list .wpsl-product{
  	text-align: left!important;
  	width: 100%;
  }
  #wpsl-result-list .store-info .wpsl-store-name{
  	padding: 0px 15px;
  }
  #wpsl-result-list .wpsl-store-name a{
    margin-left: -10px;
  }
  #wpsl-result-list .store-info .wpsl-store-name, #wpsl-result-list .store-info .wpsl-store-address{
  	margin-bottom: 10px;
  }
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .content {top: 50px;}
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .content .copy {margin-top: 80px;}
  h2.seo-add {font-size: 20px;}
  .event-page.tile .d-scroller-tile.visible > div.right {margin-top: -30px!important;}
  .page.experience.event-page .heading-top.heading-top-centered {text-align: right;}
  .page.experience.trending.moto-gp {height: auto;}
  .control-text-mobile {display: block;}
  .control-text-mobile {display: block;}
  .featured-tech .full-vid {display: none;}
  .featured-tech .dainese-range-slider-wrapper {display: none;}
  #page-5 .content {background-position: center;}
  .collection.detail-page-header.detail-page.thumbnailed-panel .d-scroller-tile {background-position: center;}
  #page-1 .heading .heading-bottom {text-align: left !important;}
  .page.detail-page-header.detail-page.collection .d-scroller-thumbnails-wrapper {
    position: absolute !important;
    top: 10%;
  }
  .experience .full-vid {display: none;}
  #masterVid {display: block;}
  #page-3.experience .content .page-title .heading-bottom {
    text-align: left;
    margin-left: 30px !important;
  }
  .page-title .heading-bottom {
    margin-left: 25px;
    text-align: left;
  }
  .thumbnailed-panel .learn-more-btn {
    padding: 10px;
    background: #FF001A;
    margin-left: -12vh !important;
  }
  .thumbnailed-panel .learn-more-btn .glyphicon {color: #fff;}
  .experience.event-page.tile .page-title .heading-bottom, .athlete-page.tile.moto-gp .page-title .heading-bottom {margin-left: 10px !important;}
  #page-9.collections-page.tile .d-scroller-thumbnails-wrapper {top: 65%;}
  #page-9.collections-page.tile.immersive-experience .text-holder{
    top: -20%!important;
  }
  #page-9.collections-page.tile.immersive-experience .d-scroller-thumbnails-wrapper{
    top: inherit;
    bottom: 0px;
    position: absolute;
  }
  .h-pagination-wrapper {top: 100vh !important;}
  #page-8 {min-height: 105vh !important;}
  .detail-page h1.athlete {font-size: 40px;}
  .content.video-scrub.h-tile {
    background: url(/wp-content/uploads/2017/04/back.png) no-repeat;
    background-size: contain !important;
    background-position: center 23vh;
  }
  .page.experience.featured-tech.featured-technology-page--responsive.moto-gp {height: 80vh;}
  .page.wod.tile.centered-tile.collections-page.bike {height: 85vh !important;}
  .page.experience.event-page.tile.bike {height: 75vh;}
  .page.wod.tile.centered-tile.collections-page.equestrian {height: 85vh !important;}
  .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel .content.h-tile {
    background-size: cover !important;
    background-position: center !important;
    height: 100vh !important;
  }
  .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel .btn.red {display: block;}
  .page-title.center.small-sub.animate { /* display: none; */ }
  .page-title.center.small-sub.ann-iv {display: block;}
  .page-title.center.small-sub.ann-iv.anniv-pagez .athlete {font-size: 35px;}
  .page.shop-the-look-section--responsive .content {
    background-position: center !important;
    background-size: auto 100% !important;
  }
  .page.experience.product-page.featured-product.home-featured-product-section--responsive .page-title .heading-bottom {margin-left: 15px !important;}
  .page.experience.trending.moto-gp .page-title .heading-bottom {margin-left: 22px !important;}
  .responsive-presentation-image.experience--tech-innovation .page-title .heading-bottom {margin-left: 15px !important;}
  .responsive-presentation-image.experience--tech-innovation .page-heading {font-size: 30px;}
  .responsive-presentation-image.experience--collections .page-title .heading-bottom {margin-left: 30px !important;}
  .page.wod.tile.centered-tile.collections-page.moto-gp .page-title .heading-bottom {margin-left: 25px !important;}
  .page.experience.featured-tech.featured-technology-page--responsive.moto-gp .page-title .heading-bottom {margin-left: 25px !important;}
  .page .bg-overlay {background-position: top left !important;}
  /*.athlete-page .d-scroller-tile.visible {
    background-size: cover !important;
    background-position: top !important;
  }*/
  .page.wod--landing-page.page-3 .d-scroller-tile.visible {
    background-size: cover !important;
    background-position: center !important;
  }
  .page.about-us .content.h-tile {
    background-image: url(/wp-content/uploads/2017/04/AboutUs_mobile-1.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 100vh !important;
    margin-top: 0 !important;
  }
  .page.image-gallery {
        height: 300px !important;
    }
  #mixedContent {display: none;}
  #mixedContentMobile {display: block !important;}
  
  #page-5 .content{
    background-image: none!important;
    background-image: inherit !important;
  }
  .page.experience.event-page.tile.moto-gp .d-scroller-tile {position: relative !important;}
  .page.experience.athlete-page.tile.moto-gp.thumbnailed-panel .d-scroller-tile.visible {
    background-size: cover !important;
    background-position: left !important;
  }
  .panel-controller {
    position: absolute !important;
    width: auto !important;
    right: 0 !important;
    top: 50vh !important;
    left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .panel-controller a {opacity: 0.75 !important;}
  .panel-controller img {
    width: 100% !important;
    height: auto !important;
  }
  .panel-controller .left {
    left: 20px;
    position: absolute;
  }.panel-controller .right {
    right: 20px;
    position: absolute;
  }
  #page-9 .heading-bottom {margin-left: 50px !important;}
  .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .copy.col-sm-6.col-sm-offset-3.animate {margin-left: 0 !important;}
  .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver {height: 100vh !important;}
  .page.experience.athlete-page.tile.annniver.thumbnailed-panel .d-scroller-tile.visible {
    background-size: cover !important;
    background-position: center !important;
  }
  .page.experience.athlete-page.tile.annniver.thumbnailed-panel .content .d-scroller-tile a {margin-left: 0 !important;}
  .page.tech-inno--landing-page.page-6 .d-scroller-tile.visible {
    background-size: cover !important;
    background-position: center !important;
  }
  .page.tech-innov.red-slide.tech-inno--landing-page.page-1 .heading {margin-top: 10% !important;}
  .page.tech-innov.red-slide.tech-inno--landing-page.page-1 {height: 75vh !important;}
  #page-2 .content .page-span-title h3 {display: none;}
  #page-5 .heading-bottom {margin-left: 60px !important;}
  #page-7 .heading-bottom {margin-left: 75px !important;}
  #page-news .d-scroller-tile {
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  #page-7 .page-title.animate {margin-left: -50px !important;}
  .page.experience.trending.winter-sports .content {background-image: inherit !important;}
  .page.experience.trending.bike .content {background-image: inherit !important;}
  .page.experience.trending.winter-sports .heading-bottom {margin-left: 20px !important;}
  .page.experience.trending.bike .heading-bottom {margin-left: 83px !important;}
  .page.experience.event-page.tile.bike .heading-bottom {margin-left: 110px !important;}
  #sign-up-container {
  	overflow: scroll;
	height: 100%;
	top: 0;
	transform: none;
  }
  .red-dot-resp {background-image: url(https://dainese-view.thron.com/api/xcontents/resources/delivery/getThumbnail/dainese/774x543/60d65c85-6904-474f-b2f7-4a4e71600d2d?v=22&quality=80) !important;}
  /* .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.anniver .btn.red {margin-left: 0 !important;} */
  #page-3.tech-innov .d-scroller-thumbnails-wrapper {margin-top: 20px;}
  .text-holder {
    transform: translateY(-50%) !important;
    margin-top: -50px;
  }
  .panel-controller .control-text {display: none !important;}
  .control-text-mobile {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    width: 100%;
    text-align: center;
    top: 110px;
    position: absolute;
    padding: 5px;
    z-index: 999;
    font-family: "Proxima Nova Thin", sans-serif;
    text-transform: uppercase;
  }
  .page-text.page-text-right.cart-links {text-align: center;}
  .content {
    background-size: cover !important;
    background-position: center !important;
  }
  #page-8 .content .copy {margin-top: 0 !important;}
  #page-1.tech-inno--landing-page {height: 100vh !important;}
  .collection.detail-page-header .page-title {margin-top: 150px !important;}
  #store-locator .top-item .sub-head-and-text #locator-form #wpsl-search-btn{
  	margin-top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .page.tech-innov.tile.centered-tile.tech-inno--landing-page.page-3 .text-holder {
    top: -40%;
    transform: translateY(0%);
  }
  #page-3.tech-innov .content .copy {
    width: 100%;
    text-align: center;
  }
  #page-3.tech-innov .content .text-holder .page-title {min-width: 100% !important;}

  .page.experience.athlete-page.tile.moto-gp.thumbnailed-panel .text-holder {
    top: -55% !important;
    transform: translateY(-55%) !important;
  }
}

@media (max-width: 1350px) {
.circuito-svg object {width: 300px;}
    nav ul li a{
    	padding: 13px;
    }
}

@media (max-width: 1250px) {
	.store-search fieldset{
		margin-left: 0px!important;
	    width: 170px;
	}
}

@media (max-width: 1150px) {
  .circuito-svg {
    margin-left: 5%;
    margin-right: 10%;
    margin-top: 35% !important;
  }
  .circuito-svg object {width: 250px;}
  nav ul li a{
  	font-size: 12px!important;
  }
}

@media (max-width: 1080px) {
  nav ul li a {padding: 13px 10px;}
  nav ul{
  	padding-left: 10px;
  }
}

@media screen and (max-width: 993px){
	.page.event-page .right{
		margin-top: 180px!important;
	]}
}

@media (max-width: 980px) {
	.page.event-page .left{
		margin-top: -420px!important;
    	margin-left: 50px!important;
	}
	.page.event-page .right{
		margin-top: -300px!important;
    	margin-left: 50px!important;
	}
	.page.event-page .right .title{
   		margin-left: 100px!important;
	}
	.page.event-page .right .btn.red{
		margin-left: 100px!important;
	}
  .circuito-svg {
    margin-left: 0%;
    margin-right: 15%;
  }
	nav ul li a{
	    padding: 13px 5px;
	    font-size: 11px!important;
   }
  #checkbox-image-container ul{
  	padding: 0px;
  }
  #checkbox-image-container ul li:nth-of-type(4){
  	clear: both;
  }
  #checkbox-image-container ul li:nth-of-type(1){
  	padding-left: 45px;
  }
}

@media (max-width: 768px) {
	.mm-navbars-top{
		display: block!important;
	}
	.mm-menu .mm-btn:after, .mm-menu .mm-btn:before{
		border-color: #000!important;
	}
	.mm-hasnavbar-top-1 .mm-panels {
	    top: 40px !important;
	}
}

@media (max-width: 820px) {
	
#checkbox-image-container .container-checkbox-block{
	width: 100%;
	text-align: center;
}

#checkbox-image-container .container-checkbox-block>div{
	margin: 0px!important;
	width: 33%;
	display: inline-block;
}
  .slider-pages .home-helper-icon {
    margin-top: 30px;
  }
  .circuito-svg {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .circuito-svg object {
    width: 400px;
    margin-top: 20%;
  }
  .custom-360-2 {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  #videojs-panorama-player {margin-top: 50px !important;}
}
@media screen and (max-width: 650px) {
  #dainese_innerIcons #bikeTrigger img{ width: 60px!important; padding: 8px 20px 3px 10px; }
	.page.event-page .right{
		margin-top: 0px!important;
	}
	.page.event-page .left{
		margin-top: -350px!important;
	}
}

@media screen and (max-width: 550px) {
	.page.event-page .left{
    	margin-top: -280px!important;
	}

  #page-9.collections-page.tile.immersive-experience .text-holder{
    top: 0%!important;
  }
}

@media screen and (max-width: 460px){
	.page.event-page .left{
    	margin-left: 20px!important;
	}
	.page.event-page .right{
    	margin-left: 0px!important;
	}
	.page.event-page .right .title{
		font-size: 15px!important;
	}
}

/* FABIO - FIX FRONTEND RESPONSIVE MOBILE PAGINA EXPERIENCE */
@media screen and (max-width: 430px) {
  .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.page-6.thumbnailed-panel h3{
    font-size: 40px;
  }
	.page.event-page .left{
    	margin-top: -230px!important;
	}	
	#page-7 .page-title.animate {
    margin-left: 0px !important;
   }
#wpsl-result-list .wpsl-product .space{
    margin-right: 5px;
}
	#page-1 .heading{
		margin-top: -5%!important;
	}
	.red-slide .heading{
		font-size: 18px!important;
	}
	.page.wod.tile.centered-tile.collections-page.moto-gp#page-9 .text-holder .text-light {
	    font-size: 34px!important;
	}
	#page-9.collections-page.tile .text-holder{
		margin-top: -20px!important;
	}
	#checkbox-image-container li img{
		width: 30px;
	}
	#checkbox-image-container li{
		font-size: 0.6em;
	}

  #page-9.collections-page.tile.immersive-experience .text-holder h3 span.text-light{
    font-size: 25px!important;
  }
}

@media (max-width: 380px) {
  .circuito-svg object {
    width: 300px;
  }
  
   #store-locator .top-item .sub-head-and-text #locator-form #wpsl-search-btn{ width: auto; }
   .page.store-locator #wpsl-search-input{
      width: 150px!important;
   }
}

@media (max-width: 330px) {
  .circuito-svg object {
    width: 280px;
    margin-top: 40%;
  }
}

@media screen and (max-width: 318px){
	.page.event-page .left{
    	margin-top: -130px!important;
	}
	.page.event-page .right, .event-page.tile .d-scroller-tile.visible > div.right, .athlete-page.tile .d-scroller-tile.visible > div.right{
    	margin-top: -150px!important;
	}
}

@media (max-height: 680px) {
  /*.d-scroller-thumbnails .d-scroller-thumb {
    width: 200px !important;
    height: 80px !important;
    margin-top: -5px;
  }*/
  .d-scroller-tile {padding-bottom: 100px}
}
@media (max-height: 680px) {
  .page.event-page .right p {display: none;}
  .page.event-page .right .btn.red {margin-top: 10px;}
  .page.tech-innov.tile.centered-tile.tech-inno--landing-page.page-3 .copy.col-sm-6.col-sm-offset-3 {display: none;}
  .page.tech-innov.centered-tile.tile.tech-inno--landing-page.thumbnailed-panel.page-6.thumbnailed-panel .copy.col-sm-6.col-sm-offset-3 {display: none;}
  .page.experience.athlete-page.tile.thumbnailed-panel .article-title {visibility: hidden;}
  .page.experience.athlete-page.tile.thumbnailed-panel .heading-bottom {visibility: visible;}
  .page.experience.athlete-page.tile.thumbnailed-panel .btn.red {
    visibility: visible;
    margin-top: -140px !important;
  }
  .page.wod.wod--landing-page.page-3 .copy.col-sm-6.col-sm-offset-3 {display: none;}
  .page.wod.wod--landing-page.page-3 .col-sm-12 {margin-top: 15px;}
  .page.wod.tile.centered-tile.wod--landing-page.page-4 .copy.col-sm-6.col-sm-offset-3 {display: none;}
	#page-9.collections-page.tile .text-holder{
		margin-top: 50px!important;
	}
  #page-9.collections-page.tile.immersive-experience .text-holder{
    margin-top: -20px!important;
  }
}
@media (max-height: 650px) {
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .content .copy {margin-bottom: 5px !important;}
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .content .copy {margin-top: 0 !important;}
}
@media (max-height: 540px) {
  .d-scroller-thumbnails .d-scroller-thumb {height: 130px !important;}
	#page-9.collections-page.tile .text-holder{
		margin-top: 20px!important;
	}
	#page-7 .page-title{
		margin-top: -50px;
	}
}
@media (max-height: 490px) {
	#page-9.collections-page.tile .text-holder{
		margin-top: -20px!important;
	}
}
@media (max-height: 610px) {
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .d-scroller-thumbnails .d-scroller-thumb {height: 150px;}
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .text-holder {top: -10% !important;} 
}
@media screen and (max-height: 610px) and (max-width: 767px) {
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .text-holder {
    top: 100% !important;
  }
  .page.page.collection.detail-page-header.detail-page.thumbnailed-panel .text-holder .page-title.center{
    display: block!important;
    margin-top: -50px!important;
  }
}

.store-search fieldset{
	display: none;
}
