/* UNIVERSAL 
---------------------------------------------- */
@font-face {
  font-family: 'Gotham Narrow SSm A';
  src: url("../../fonts/gothamnarrow-medium-webfont.eot");
  src: local("☺"), url("../../fonts/gothamnarrow-medium-webfont.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url("../../fonts/Gotham-Medium.eot");
  src: local("☺"), url("../../fonts/Gotham-Medium.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten A';
  src: url("../../fonts/Tungsten-Medium.otf");
  src: local("☺"), url("../../fonts/Tungsten-Medium.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten Light';
  src: url("../../fonts/Tungsten-Light.otf");
  src: local("☺"), url("../../fonts/Tungsten-Light.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {		
  font-family: 'Osgard Pro';		
  src: url("../../fonts/osgard_pro-webfont.ttf");		
  src: local("☺"), url("../../fonts/osgard_pro-webfont.woff") format("woff");		
  font-weight: normal;		
  font-style: normal; 		
}
html{z-index: -1;height: 100%;overflow-x: hidden;}
body{margin: 0;padding:0px;background: #e7eff2;overflow-x: hidden;}
img{border: none;}
#scrollable b{font-weight: 600;}
#scrollable a{text-decoration: none;transition: all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;}
#scrollable a:hover {cursor: pointer;}
#scrollable .header p{color: white;font-size: 27px;line-height: 30px;letter-spacing: 0.7px;margin-bottom:0px;font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;}
#scrollable h1{margin: 0;padding: 0;font-size: 162px;color: #333333;padding: 10px 0px;text-transform: uppercase;font-family: "Tungsten A", "Tungsten B";font-weight:800}
#scrollable h2{margin-bottom: 0px;font-size: 71.6px;font-family: "Tungsten A", "Tungsten B";font-weight: 400;letter-spacing: 8px;color:white;}
#scrollable h3{margin: 0;padding: 0;font-size: 36px;color: #333333;text-transform: uppercase;letter-spacing: 2px;font-family: "Tungsten A", "Tungsten B";text-transform: none;font-weight: 300;line-height: 44px;}
#scrollable h4{margin: 0;padding: 0;font-size: 18px;color: #8a8a8a;text-transform: uppercase;font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;font-weight: 600;letter-spacing: 1.5px;}
#scrollable h5{margin: 0;padding: 0;font-size: 25px;color: #333333;text-transform: uppercase;font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;}
#scrollable h6{margin: 0;padding: 0;font-size: 101px;letter-spacing:33px;color: white;padding: 10px 0px;text-transform: uppercase;font-family: "Tungsten A", "Tungsten B";font-weight:100}
#scrollable h2 span{color:#c92bf8;}
sup{font-size: 17px;vertical-align: super;}
/* #scrollable{position: absolute;} */
.clearfix{clear: both}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;font-size:0;}
section,article,header,footer,nav,aside,hgroup,figure,figcaption {display: block;padding: 0;margin: 0;}
.scrolling{position: relative!important;z-index: 1!important;-webkit-overflow-scrolling: touch;}
#wrapper{width:1600px;margin:0 auto;}
#scrollable a.btn{
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding:16px 45px;
  border-radius: 28px;
  letter-spacing: 1px;
  text-align: center;
  background: #ed1c24;
  border: 2px solid #ed1c24;
}

#scrollable a.btn:hover{
	background: #737776;
  color: #ffffff;
  border: 2px solid #737776;
}

#scrollable .container{
	margin: 0 auto;
	max-width: 1800px;
	width: 100%;
	display:block;
	float: none;
	position: relative;
}

#scrollable .success h5{
	color: #121212;
  margin: 50px 0 400px 0px;
}

a.fancy-button {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  padding: 14px 21px;
  letter-spacing: 1px;
  text-align: center;
  background: transparent;
  border: none;
  width: auto;
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  color: #333333;
  margin-bottom: 0px;
  font-size: 32px;
  font-family: "Tungsten A", "Tungsten B";
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 2;
  cursor: pointer;
  pointer-events: all;
}

.fancy-button::before, .fancy-button::after {
  position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
  background: #1fa2dc;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	pointer-events: none;
}

.fancy-button::before {
  top: 0;
}
  
.fancy-button::before {
  opacity: 1;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

@media (min-width: 640px) {
  .fancy-button:hover::before,
  .fancy-button:hover::after,
  .fancy-button:focus::before,
  .fancy-button:focus::after {
  	-webkit-transform: scale(0.85);
  	-moz-transform: scale(0.85);
  	transform: scale(0.85);
  }
  
  .fancy-button:hover::before,
  .fancy-button:focus::before {
  	top: 100%;
  	opacity: 0;
  }
}

.arrow-btn {
  padding: 20px;
  text-transform: uppercase;
  background-color: #333333;
  color: white;
  font-family: 'Tungsten';
  font-size: 30px;
  letter-spacing: 2px;
}
.arrow-btn::after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  color: #27789c;
}

.modalDialog .col {
  text-align: center;
}

.modalDialog .col .arrow-btn {
 padding: 10px;
 font-size: 25px; 
}

.fit img {
  width: 100%;
}

#scrollable .tm {
  font-family: "Gotham Narrow SSm A" !important;
  font-size: 20px;
  color: #333333;
}

#scrollable .product-item{
	display: inline-block;
}
#scrollable .product-item .action.primary.tocart{
	border: none !important;
	box-shadow: none !important;
}
#scrollable .product-item .action.primary.tocart:hover{
	padding-right: 0px;
	padding-left: 0px;
}
#scrollable a:visited{
	color: #333333;
}
#scrollable .alink:visited{
	color: #333333;
}
#scrollable a.arrow-btn:hover {
    color: #848484;
}
#scrollable a.arrow-btn:visited{
	color: white;
}
#scrollable a.video-button:visited{
	color: white;
}

/* HEADER 
---------------------------------------------- */
#scrollable .header {
  position: relative;
  width: 100%;
  margin-bottom: -8px;
}

#scrollable .header video {
  width: 100%;
}

#scrollable .header img {
  width: 100%;
  display: none;
}

#scrollable .header .manny {
	display: block;
	margin: 0px auto;
	padding-top: 80px;
	max-width: 100%;
}

#scrollable .header .info {
  position: absolute;
  top: 125px;
  right: 200px;
}

#buy-action {
	position: fixed;
  top: 0;
  right: 0px;
  z-index: 10;
}

#buy-action a{
  font-family: 'Tungsten';
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
	height:72px;
	width: 72px;
	background:#333333;
	transition:0.3s ease all;
	display: inline-block;
	float: right;
	position: relative;
}

#buy-action .buy, #buy-action .dealer {
  display: none;
  width: auto;
  color: white;
  padding: 18px 15px;
  background: #1fa2dc;
  letter-spacing: 2px;
}

#buy-action .close {
  display: none;
}

#buy-action .close:hover, #buy-action .buy:hover, #buy-action .dealer:hover {
  background: #13668b;
  color: #1fa2dc;
}

#buy-action a:hover{
	background: #1fa2dc;
}

#buy-action a img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 26px;
}

/* SLIDER
---------------------------------------------- */
.slider {
  display: inline-block;
  width: 34%;
  margin: 0 7%;
  vertical-align: top;
}

.slider p.price{
	margin: 20px 0px 0px 0px;
	font-weight: 600;
}

.slider .dots {
  height: 30px;
}

.slider .dots .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  cursor: pointer;
  border: solid 1px #1fa2dc;
  box-shadow: 0px 0px 0px 1px #1fa2dc;
  background-color: transparent;
  transition: box-shadow .2s linear, background-color .2s linear, transform .2s linear;
}

.slider .dots .dot:hover {
  box-shadow: 0px 0px 0px 2px #1fa2dc;
}

.slider .dots .dot.active {
  background-color: #1fa2dc;
  transform: rotate(-35deg);
  pointer-events: none;
}

.slider .slides {
  overflow: hidden;
  position: relative;
}

.slider .slides .slide {
  display: none;
  position: relative;
  top: 0;
  left: -500px;
  touch-action: none;
}

.slider .slides .slide.active {
  display: inline-block;
}

.slider .slides .slide:first-child {
  left: 0;
}

#scrollable .slider .slides .slide .title h2 {
  font-family: 'Tungsten';
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  font-size: 115px;
  letter-spacing: 0;
  line-height: 85px;
}

#scrollable .slider .slides .slide .title h2 .tm {
  vertical-align: text-top;
}

#scrollable .slider .slides .slide .title h3 {
  font-family: 'Osgard Pro';
  color: #333333;
  text-transform: lowercase;
  margin-left: 12px;
  margin-bottom: 8px;
  font-size: 53px;
}

#scrollable .slider .slides .slide .title h3 .tm {
  vertical-align: super;
}

.slider .slides .slide .description {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
  color: #333333;
  font-style: normal;
  line-height: 1.3;
  font-weight: 100;
  font-size: 15px;
}

#scrollable .slider .buttons a {
  margin-top: 30px;
  margin-right: 20px;
}

/* IMAGE FLIP 
---------------------------------------------- */
.image-flip {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 41%;
  margin: 0 5%;
}

.image-flip .image {
  width: fit-content;
  margin: 0 auto;

}

.image-flip .image {
  display: none;
}

.image-flip .image.active {
  display: block;
}

.image-flip .control.flip {
  position: absolute;
  bottom: 40px;
  right: 30%;
}

.image-flip .control.flip img{
  cursor: pointer;
  transition: transform .2s linear;
}

.image-flip .control.flip img:hover {
  transform: rotate(10deg)
}

/* LIGHTBOX
---------------------------------------------- */
#html5-elem-box{
        background: black!important;
}
#html5-elem-wrap{
        background:black!important;
}
#html5-watermark{
        display: none!important;
}
div.pp_default .pp_nav .currentTextHolder{
        display: none;
}
.plus a{
        display:block !important;
}
.top a.pp_previous{
        display: none;
}
.top a.pp_next{
        display: none;
}

/* GLOVE 
---------------------------------------------- */
.glove .title .main-img {
	width: 83%;
	height: auto;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.glove .title .main-img img {
  transition: all 0.7s;
}

.glove .title .main-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.glove .title .performance {
	text-align: right;
  margin-top: -490px;
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.glove .title .performance img {
	width: 49%;
}

.glove .slider {
  margin-top: 30px;
}

.glove .image-flip {
  margin-top: -120px;
}

.glove .image-flip .control.flip {
  bottom: 0;
  right: 23%;
}

.glove .bar {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-bottom: -48px;
}

.glove .colors {
  background-color: white;
  padding-bottom: 80px;
}

.glove .colors .title {
  width: 100%;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Tungsten A", "Tungsten B";
  font-weight: 400;
  letter-spacing: 30px;
  padding-top: 60px;
}
#scrollable .glove .colors .title p {
  width: 232px;
  margin: 0 auto;
}

.glove .colors .inner-colors {
  margin: 30px 5%;
  display: flex;
}

.glove .colors .inner-colors .break {
  display: inline-block;
  width: 50%;
}

.glove .colors .inner-colors .color {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.glove .colors .button {
  text-align: center;
  margin-top: 60px;
}

/* SHOULDER PADS 
---------------------------------------------- */
.shoulder {
  margin-bottom: 50px;
}

.shoulder .main-img {
  position: relative;
}

.shoulder .main-img .video-overlay {
  position: absolute;
  right: 25%;
  top: 25%;
}

#scrollable .shoulder .main-img .video-overlay h2 {
  color: white;
  font-family: 'Tungsten';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 115px;
  letter-spacing: 0;
  line-height: 85px;
}

#scrollable .shoulder .main-img .video-overlay h2 .tm {
  vertical-align: text-top;
  color: white;
}

#scrollable .shoulder .main-img .video-overlay h3 {
  font-family: 'Osgard Pro';
  color: white;
  text-transform: lowercase;
  letter-spacing: 6px;
  font-weight: 100;
  font-size: 53px;
}

.shoulder .main-img .video-overlay .video-button {
  color: white;
  margin-top: 30px;
}

.shoulder .main-img .video-overlay .video-button img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.shoulder .protection {
  margin-top: -280px;
  position: relative;
  pointer-events: none;
}

.shoulder .slider {
  margin-top: -200px;
  position: relative;
  float: right;
}

.shoulder .image-flip {
  margin-top: -135px;
  margin-bottom: 100px;
  text-align: center;
}

.shoulder .image-flip img {
  max-width: 85%;
}

.shoulder .image-flip .control.flip {
  bottom: -25px;
  left: -25%;
}

.shoulder .image-flip .control.flip img:hover {
  transform: rotate(-10deg)
}

/* ARM PADS
---------------------------------------------- */
.arm {
  position: relative;
}

.arm .title .main-img {
  display: flex;
  position: relative;
  z-index: 3;
}

.arm .title .main-img .half {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.arm .title .main-img .half img {
  width: 100%;
  transition: all 0.7s;
}

.arm .title .main-img .half:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.arm .title .comfort {
  position: relative;
  z-index: 4;
  text-align: right;
  margin-top: -415px;
  pointer-events: none;
}

.arm .slider {
  margin-top: -230px;
}

.arm .image-flip {
  margin-top: -310px;
}

.arm .control.flip {
  bottom: 170px;
  right: 30%;
}

.arm .gallery {
  position: relative;
  z-index: 5;
  width: 40%;
  max-width: 703px;
  position: absolute;
  bottom: -40px;
  overflow: hidden;
}

.arm .gallery .image {
  display: block;
  margin-top: -1px;
  overflow: hidden;
}

.arm .gallery .plus {
  position: absolute;
  top: 361px;
  right: 0;
  pointer-events: none;
  z-index: 5;
}

.arm .gallery .item {
  max-width: 100%;
}

.arm .gallery .item.top{
  height: 530px;
}

.arm .gallery .item.bottom {
  height: 531px;
  max-width: 652px;
}

.arm .gallery .item img {
  transition: all 0.7s;
  max-width: initial;
}

.arm .gallery .item img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.arm .gallery .plus:hover {
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}

.arm .bar {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-left: 38%;
  margin-bottom: -50px;
}

.arm .colors {
  position: relative;
  z-index: 1; 
  background-color: white;
  width: 100%;
  padding-bottom: 60px;
}

.arm .colors .title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Tungsten A", "Tungsten B";
  font-weight: 400;
  letter-spacing: 30px;
  padding-top: 60px;
  margin-left: 20%;
}

.arm .colors .title {
  margin-right: -30px;
}

.arm .colors .inner-colors {
   margin: 30px 5% 0 52%;
}

.arm .colors .inner-colors .color {
  display: inline-block;
  width: 40%;
  text-align: center;
}

/* PLAY 
---------------------------------------------- */
.play {
  position: relative;
  text-align: center;
  padding-top: 100px;
}

#scrollable .play h1 {
  text-transform: uppercase;
  line-height: .8;
}

#scrollable .play h1 .play-with {
  letter-spacing: 3px;
  margin-left: 2px;
}

.play h1 .play-with .play-effect {
  letter-spacing: -7px;
}

#scrollable .play h1 .blue {
  color: #1fa2dc;
  letter-spacing: 1px;
}

#scrollable .play h3 {
  font-family: 'Tungsten';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
}

.play .social {
  position: relative;
  z-index: 5;
}

.play .shadow {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  max-width: 100%;
}

.play .plus {
  display: block;
  margin: 0 auto -123px;
  position: relative;
  z-index: 5;
}

/* FORM 
---------------------------------------------- */
#scrollable .form{
	display: block;
	position: relative;
	overflow: hidden;
	background:white url('../../images/surgeon-700-protective/plus-bg.png?3') center;
	background-size: 108px;
	background-color: white;
	padding-top: 245px;
}
#scrollable .form .contest-entry p{
	color: #333333;
    margin-bottom: 0px;
    font-size: 60px;
    font-family: "Tungsten A", "Tungsten B";
    font-weight: 400;
    letter-spacing: 8px;
}
#scrollable .form .top{
	background:rgba(255, 255, 255, 0.18);
	z-index: 1;
	position: relative;
}
#scrollable .form .top h4{
	font-size: 15px;
    color: white;
    display: inline-block;
    float: left;
    margin-right:20px;
    top: 12px;
    position: relative;
}
#scrollable .form .social-wrap{
	display: inline-block;
	float: left;
}
#scrollable .form .social-wrap a img{
	display: inline-block;
	float: left;
	opacity: 1;
	transition:0.3s ease all;
}
#scrollable .form .social-wrap a img:hover{
	opacity: 0.8;
}
#scrollable .form .social-wrap a img.twitter{
	margin: 0 20px;
}
#scrollable .form .container{
	max-width: 232px;
	margin: 0 auto;
	padding:31px 0px;
}
#scrollable .form .bottom{
	padding:85px 0px 50px 0px;
	z-index: 2;
	position: relative;
}
#scrollable .form .bottom p{
	color: #231f20;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
    line-height: 35px;
    font-weight: 600;
}
#scrollable .form .bottom p:last-of-type{
	font-size: 44px;
	font-style: italic;
	margin-bottom: 30px;
    line-height: 44px;
    font-weight: 800;
}
#scrollable .form{
	display:block;
	position:relative;
	text-align: center;
}
#scrollable .form .col {
	width:50%;
	margin: 50px auto;
}
#scrollable .form input{
	background: transparent;
    border: 2px solid #d6d6d6;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    xtext-transform: uppercase;
    font-size: 14px;
    color: #7B797C;
/*     width: 213px; */
    padding: 12px 8px;
    color:#33333A;
    border-radius: 0px;
}
#scrollable .form .nice-select.open{
	background:none;
}
#scrollable ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1; /* Firefox */
}
#scrollable :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}
#scrollable ::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
}
#scrollable input[type=submit]{
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  color: #231f20;
  padding: 14px 21px;
  border-radius: 28px;
  letter-spacing: 1px;
  text-align: center;
  background: transparent;
  border: none;
  width: auto;
  transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  color: #333333;
  margin-bottom: 0px;
  font-size: 32px;
  font-family: "Tungsten A", "Tungsten B";
  font-weight: 400;
  letter-spacing: 2px;
  z-index: 2;
}
#scrollable .form-submit {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  pointer-events: all;
}
#scrollable .form input[type=text]:focus {
   border: 2px solid #33333A;
   outline: none;
}
#scrollable textarea, input {
   outline: none;
}
#scrollable .error{
	color: red;
    text-align: center;
    margin-top: 20px;
    line-height: 22px;	
}
#scrollable .success{
	color: #967b44;
    text-align: center;
    margin-top: 30px;
    line-height: 22px;
    font-size: 24px;
}
#scrollable .signup .signup-form{
	width:830px;
	margin-bottom: 80px;
}
#scrollable .signup input[type="checkbox"] + label{
	color:#333333;
}
#scrollable .signup a{
	color:#333333;
}
#scrollable .signup a:hover{
	color:#1fa2dc;
}
#scrollable .signup .nice-select{
	background: transparent;
    line-height: 43px;
    color: #7B797C;
    height: 45px;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    xtext-transform: uppercase;
    font-size: 14px;
}
#scrollable .signup .nice-select .current{
	border: 2px solid #d6d6d6;
	padding-left:8px;
	color: #333333;
}
#scrollable .signup .nice-select .list{
	border:2px solid #d6d6d6;
	border-top:none;
}
#scrollable .signup .form-table-submit{
	padding-top:0px;
}
#scrollable .signup input[type="checkbox"] + label:before{
	border: 2px solid #1fa2dc;
}
#scrollable .signup input[type="checkbox"]:checked + label:before{
	border: 2px solid #333333;
    background: url(/_core/images/icon-check.png) no-repeat center center #231f20;
}
#scrollable .signup .signup_privacy{
	margin-top:20px;
}
#scrollable .contest-entry.newsletter-form .signup-form #signup_email {
	display: inline-block;
	width: 48.5% !important;
	margin-right: 3%;
	float: left;
}
#scrollable .contest-entry.newsletter-form .signup-form #nice-signup_country {
	margin-right: 0 !important;
}

/* MEDIA QUERIES 
---------------------------------------------- */
@media (max-width: 1260px){
  /* Doubling the selector overcomes specificity without needing !important. */
 .slider.slider {
   width: 90%;
   margin-top: 10px;
   margin-bottom: 20px;
 }
 
 .image-flip.image-flip {
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
 }
 
 .shoulder .image-flip {
   margin: 0 !important;
 }
 
 .glove .image-flip .control.flip {
   right: 30%;
 }

 .shoulder .image-flip .control.flip {
   left: -5%;
 }
 
 .arm .image-flip .control.flip {
   right: 38%;
 }
 
 .glove .title .main-img {
   width: 100%;
 }
 
 .title.title .title-img {
   width: 100%;
   margin-top: 0;
   text-align: center;
 }
 
 .title.title .title-img img {
   max-width: 100%;
   height: auto;
 }
 
 .title.title .title-img.performance {
   margin-top: -16%;
  }
 
 .title.title .title-img.performance img {
   width: auto;
  }
 
 .title.title .title-img.protection {
   margin-top: -17%;
  }
 
 .title.title .title-img.comfort {
   margin-top: -18.2%;
  }
 
 .shoulder .main-img .video-overlay {
   text-align: center;
   height: 180px;
   margin: auto;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
 }
 
 .shoulder .main-img .video-overlay .video-button {
   margin-top: 0;
 }
 
 .arm .gallery {
   display: flex;
   width: 100%;
   max-width: 100%;
   bottom: 0;
   position: relative;
   overflow: visible;
 }
 
 .arm .gallery .image {
   margin: 0;
   padding: 0;
   width: 50%;
   height: auto;
   display: inline-block;
 }
 
 .arm .gallery .plus {
   top: -50px;;
   width: 100%;
   text-align: center;
 }
 
 .arm .gallery .plus img {
   max-width: 100%;
 }
 
 .arm .bar {
   margin-top: -50px;
   margin-left: 0;
   z-index: 6;
 }
 
 .arm .colors .title {
   margin-left: 0;
 }
 
 .arm .colors .inner-colors {
   width: 56%;
   margin: 30px 0 0 20%;
   text-align: center;
 }
 
}

@media (max-width: 1024px){
  #scrollable .header .info {
    top: unset;
    right: unset;
    bottom: 130px;
    left: 100px;
  }
}

@media (max-width: 830px){
  #scrollable .signup-form {
	    margin: 0 auto !important;
	    padding: 20px 0px !important;
	}
	#scrollable .contest-entry.newsletter-form .signup-form input[type="text"]{
		width:100% !important;;
	}
	#scrollable .contest-entry.newsletter-form .signup-form .nice-select{
		width:100% !important;
	}
	#scrollable .signup .signup-form {
	    width: 80%;
	}
	#scrollable .contest-entry.newsletter-form .signup-form #signup_email{
	 	width:100% !important;
	}
	#scrollable .form .bottom{
		padding-top: 50px;
	}
}

@media (max-width: 770px){
	#scrollable .form .contest-entry p{
	    font-size: 30px;
	    padding: 0 55px;
	    line-height: 32px;
	}
}

@media (max-width: 640px) {
  .main-logo {
    display: none;
  }
  
  #buy-action a {
    height: 50px;
    width: 50px;
  }
  
  #buy-action .buy, #buy-action .dealer {
    padding: 8px 15px;
  }
  
  #buy-action a img {
    top: 13px;
  }
  
  #scrollable .header {
    text-align: center; 
  }
  
  #scrollable .header .info {
    position: relative;
    bottom: 70px;
    left: unset;
  }
  
  #scrollable .slider .slides .slide .title h3 {
    font-size: 15vw;
  }
  
  #scrollable .slider .slides .slide .title h2 {
    font-size: 22vw;
  }
  
  .image-flip .image img{
    max-width: 100%;
  }
  
  /* Doubling the selector overcomes specificity without needing !important. */
  .image-flip.image-flip .control.flip {
    position: relative;
    width: 100%;
    right: unset;
    left: unset;
    top: unset;
    text-align: center;
  }
  
  .glove .image-flip .control.flip {
    bottom: 4vw;
  }
  
  .shoulder .image-flip .control.flip {
    bottom: -30px;
    width: 100%;
    margin-top: 0;
  }
  
  .arm .image-flip .control.flip {
    bottom: 32vw;
  }
  
  .arm .gallery {
   display: block;
   width: 100%;
 }
 
 .arm .gallery .image {
   width: 100%;
   display: block;
 }
 
 .arm .gallery .plus {
   top: 364px;
 }
 
 .arm .gallery .image.top img {
    transform: translatex(0%);
 }
 
 .glove .colors .inner-colors {
   display: block;
 }
  
 .glove .colors .inner-colors .break {
   display: block;
   width: 100%;
 }
 
 .arm .colors .inner-colors {
    width: 100%;
    margin: 30px 0 0 0;
 }
 
 .shoulder .main-img img {
   width: 150%;
 }

  #scrollable .shoulder .main-img .video-overlay h2 {
    font-size: 15vw;
    line-height: initial;
  }
  
  #scrollable .shoulder .main-img .video-overlay h3 {
    font-size: 6vw;
    line-height: 0.5;
  }
  
  .shoulder .main-img .video-overlay .video-button {
    font-size: 6vw;
    line-height: initial;
    padding: 10px 21px;
  }
  
  .shoulder .main-img .video-overlay .video-button img {
    display: none;
  }
  
  .slider .buttons {
    text-align: center;
  }
  
  .play .shadow {
    margin-top: -12vw;
  }
  
  #scrollable .form {
    padding-top: 150px;
  }
 
}

@media (max-width:504px){
	#scrollable .signup-form .signup-choices li {
  	display: table !important;
  	padding:0px !important;
  }
  
  #buy-action .buy, #buy-action .dealer {
    padding: 5px 15px;
  }
  
 #scrollable  #buy-action a {
    height: 45px;
    width: 45px;
  }
  
  #scrollable #buy-action a img {
    top: 10px;
  }
  
  #scrollable .slider .buttons a {
    display: block;
    margin-top: 30px;
    margin-right: 0;
  }
  
 #scrollable .play h1 {
    font-size: 30vw;
  }
  #scrollable .product-item{
	  width: 100%;
  }
  #scrollable .product-item-actions .actions-primary{
	  width: 100%;
  }
  #scrollable .product-item .action.primary.tocart{
	  width: 100%;
  }
}

@media (max-width:430px){
  #scrollable .header video {
    display: none;
  }
  
  #scrollable .header img {
    display: block;
  }
  
  .shoulder .main-img .video-overlay {
    height: 140px;
  }
  
	#scrollable .form .bottom p{
		font-size: 14px;
		line-height: 15px;
	}
	
	#scrollable .form .bottom p:last-of-type {
    font-size: 28px;
    margin-bottom: 0px;
  }
}