/* RESET 
---------------------------------------------- */
@charset "utf-8"; /* CSS Document */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;background:transparent;margin:0;padding:0} body{line-height:1} ol,ul{list-style:none} blockquote,q{quotes:none} blockquote:before,blockquote:after,q:before,q:after{content:none} ins{text-decoration:none} del{text-decoration:line-through} table{border-collapse:collapse;border-spacing:0} a{font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0} .group:after{content:"";display:table;clear:both;}

/* UNIVERSAL 
---------------------------------------------- */
html, body{
	overflow-x: hidden;
	background: #404040;
	position: relative;
}
*{	
	box-sizing: border-box;
}
h1{
	font-family: urw-din-semi-condensed, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 76px;
	text-transform: uppercase;
	color: #272727;
	margin-bottom: 33px;
}
h2{
	font-family: "Tungsten A", "Tungsten B";
	font-style: normal;
	font-weight: 700;
	font-size: 119px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-bottom: 20px;
}
h3{
	font-family: "Tungsten A", "Tungsten B";
	font-weight: 100;
	font-style: normal;
	font-size: 100px;
	line-height: 90px;
	color: white;
	margin: 15px 0px;
	letter-spacing: 14px;
	text-transform: uppercase;
}
h4{
	font-family: 'Roboto Mono', monospace;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: white;
	margin-bottom: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
h5{
	font-family: 'Roboto Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    letter-spacing: 4px;
}
h6{
	font-family: mrs-eaves, serif;
	font-weight: 400;
	font-style: italic;
	font-size:38px;
	line-height: 41px;
	margin: 20px 0px;
	color: #272727;
	position: relative;
}
p{
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    color: white;
    margin-bottom: 20px;
}
p sup{
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 9px;
    line-height: 9px;
    color: white;
    position: relative;
    top: -7px;
}
ol, ul{
	margin-bottom: 25px;
	margin-left:40px;
}
ul li{
	font-family: 'Roboto Mono', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	list-style-type:circle;
	color:#272727;
	margin-bottom: 5px;
}
hr{
	width: 300px;
	height: 3px;
	border: none;
	background:white;
	margin: 10px 0px;
}
a.btn{
	display: inline-block;
    font-family: 'Roboto Mono', monospace;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 3px;
    color: black;
    background: transparent;
    padding: 18px 33px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease all;
    margin: 10px 7px 10px 0px;
    border: 2px solid #AAE900;
    background: #AAE900;
}
a.btn.secondary{
	background:transparent;
	color: white;
}
a.btn:hover{
	background:white;
	color: black;
	border:2px solid white;
}
a.inline{
	font-family: 'Roboto Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    letter-spacing: 3px;
    transition:0.3s ease all;
    margin-top: 10px;
    display: block;
}
a.inline:hover{
	color: #AAE900;
}
.clearfix{
	clear: both
}
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
	font-size:0;
}
p a{
	color: white;
	transition:0.3s ease all;
}
p a:hover{
	cursor: pointer;
	opacity: 0.6;
}
.top-arrow{
    position: fixed;
    z-index: 10;
    right: 0px;
    bottom: 0px;
}
.top-arrow:hover{
	cursor: pointer;
}
.button{
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px;
    background:transparent;
    transition:0.3s ease all;
    max-width: 200px;
}
.button.top{
	opacity: 0;
}
.button:hover{
	cursor: pointer;
}
div.play:hover .top{
	opacity: 1;
}
div.play:hover .bottom{
	opacity: 0;
}
div.play:hover .button{
	background: rgba(176, 246, 0, 0.24);
}
div.play:active .button{
	background: rgba(255, 255, 255, 0.24);
}

/* HEADER 
---------------------------------------------- */
.header{
	display: block;
	position: relative;
	z-index: 2;
	background:black;
}
.header .wrap{
	max-width: 1130px;
	width: 90%;
	position: relative;
	display: block;
	margin: 0 auto;
}
.header img.lines{
	position: absolute;
	z-index: 3;
	pointer-events: none;
}
.header img.lines.left{
	top: -761px;
    left: -782px;
}
.header img.lines.right{
    top: -891px;
    right: -807px;
}
.header img.stx{
	position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
}
.header img.logo{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    z-index: 2;
}
.header .videos.mobile{
	display: none;
}
.header .videos.mobile .video{
	opacity: 1 !important;
}
.header .videos.desktop{
	display: block;
}
.videos{
	background:black;
}
.videos .play p{
    display: block;
    font-family: 'Roboto Mono', monospace;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 3px;
    color: black;
    padding: 14px 19px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease all;
    border: 2px solid #AAE900;
    background: #AAE900;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 170px;
    margin: 0 auto;
}
.videos .play p img{
	position: relative;
    top: 1px;
}
.videos .play p:hover{
	cursor: pointer;
	background:white;
	border:2px solid white;
}
.videos .video{
	opacity: 0;
	pointer-events: none;
}
.videos .video.active{
	opacity: 1;
	pointer-events: all;
}
.videos .video video{
	width: 100%;
}
.videos .video#video-two{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.videos .video#video-three{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.videos .video#video-four{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.videos .video#video-five{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.videos.mobile video{
    background: transparent url(../images/mobile-poster.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

/* INTRO 
---------------------------------------------- */
.intro{
	display: block;
	position: relative;
	margin-bottom:250px;
	z-index: 2;
}
.intro .wrap{
	display: block;
	position: relative;
	background:#1C1C1C;
	padding: 30px 0px 20px 0px;
	webkit-box-shadow: 0px 24px 23px -6px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 24px 23px -6px rgba(0,0,0,0.50);
    box-shadow: 0px 24px 23px -6px rgba(0,0,0,0.50);
}
.intro img.cert{
	position: relative;
	display: block;
	margin: 0 auto;
}
.intro span.lines{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 93px;
	padding-bottom: 20px;
}
.intro span.lines:before{
	content:" ";
	height:4px;
	width:304px;
	background:#AAE900;
	display: block;
	position: absolute;
	left:150px;
	top:73px;
}
.intro span.lines:after{
	content:" ";
	height:4px;
	width:304px;
	background:#AAE900;
	display: block;
	position: absolute;
	right:150px;
	top:73px;
}
.intro h2{
	text-align: center;
	font-size: 119px;
}
.intro ul.controls{
	background: #AAE900;
	width: 1018px;
	margin: 0 auto;
	display: block;
	border:1px solid black;
	outline: 5px solid #AAE900;
	padding: 24px 0px;
	position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.intro .controls-mobile{
	display: none;
    width: 220px;
    padding: 7px 40px 7px 7px;
    margin: 0 auto;
    color: black;
    font-style: normal;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    background: #AAE900 url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 189px 12px;
    border: 2px solid black;
    outline: 4px solid #AAE900;
    font-family: 'Roboto Mono', sans-serif;
    font-size: 16px;
    font-weight: 500;
    appearance: none;
    letter-spacing: 2px;
    transition:0.3s ease all;
}
.intro .controls-mobile:hover{
	cursor: pointer;
	background: white url(../images/down-arrow.png);
	background-repeat: no-repeat;
    background-size: 12px;
    background-position: 189px 12px;
    border: 2px solid black;
    outline: 4px solid white;
}
.intro ul.controls li{
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 8px 19.4px;
	margin: 0px 6px 0px 6px;
	text-decoration: underline;
	text-transform: uppercase;
	background:#AAE900;
	transition:0.3s ease all;
}
.intro ul.controls li span{
	font-size: 14px;
    font-style: italic;
    padding-right: 7px;
    position: relative;
    display: inline-block;
    float: left;
}
.intro ul.controls li span:after{
    content: "";
    width: 31px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 1px;
    left: -2px;
    background: #AAE900;
}
.intro ul.controls li:hover{
	cursor: pointer;
	background:black;
	color: #AAE900;
	text-decoration: none;
}
.intro img.triangle{
	position: absolute;
	bottom:-106px;
	left:0px;
	right:0px;
	margin: 0 auto;
	pointer-events:none;
	width:1440px;;
}

/* PRODUCTS 
---------------------------------------------- */
.products{
	display: block;
	position: relative;
	background-image: linear-gradient(#404040, black);
}
.products .bg{
	position: absolute;
	pointer-events: none;
	z-index: 0;
	left: -800px;
    top: -400px;
}
.products .bg-two{
	position: absolute;
    pointer-events: none;
    z-index: 0;
    right: -600px;
    top: 2800px;
}
.products .item{
	position: relative;
	display: block;
	z-index: 1;
	width: 1440px;
	margin: 0 auto;
	padding-bottom: 240px;
}

/* SLIDER */
.products .item .product.slider{
	width: 440px;
	position: relative;
	display: inline-block;
	float: left;
}
.products .item .product .next{
	transition:0.3s ease all;
	position: absolute;
    left: 0;
    right: 0;
    bottom:-20px;
    margin: 0 auto;
}
.products .item .product .next:hover{
	cursor: pointer;
	transform: scale(0.85);
}
.products .item .product .next.rotate{
	transform: scale(0.85) rotate(360deg);
}
.products .item .product.slider .slick-prev{
	display: none !important;
}

/* DETAILS */
.products .details{
	display: inline-block;
	float: left;
	width: 350px;
	margin-left: 30px;
	position: relative;
}
.products .details .title h5{
	display: inline-block;
	float: left;
}
.products .details .title span{
	width: 0px;
	height:2px;
	background:#AAE900;
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 5px;
	position: relative;
	top:4px;
	transition:0.3s ease all;
	transition-delay: 0.5s;
}
.products .details .title.active span{
	width: 112px;
}
.products .details p{
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
    color: black;
    font-style: italic;
    padding: 4px 5px;
    background: #AAE900;
    display: inline;
    font-size: 12px;
    position: relative;
    top: 17px;
}
.products .details h5.price{
	padding-bottom: 45px;
}
.products .details .colorways{
	display: block;
	position: relative;
	margin-bottom: 35px
}
.products .details .colorways h5{
	padding-bottom: 15px;
}
.products .details .colorways div{
	width: 25px;
	height:25px;
	border:5px solid white;
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 10px;
}
.products .details .colorways div.white{
	background:white;
}
.products .details .colorways div.white:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    top: -1px;
    left: -1px;
}
.products .details .colorways div.gray{
	background:#9C9C9F;
}
.products .details .colorways div.black{
	background:#333333;
}
.products .details .colorways div.red{
	background:#971725;
}
.products .details .colorways div.blue{
	background:#0F0FEB;
}
.products .details .colorways div.navy{
	background:#002C6E;
}
.products .details ul{
	margin: 12px 0px 20px 8px;
}
.products .details ul li{
	text-transform: uppercase;
	list-style-type: none;
	color: white;
	font-size: 12px;
	position: relative;
	line-height: 15px;
}
.products .details ul li:before{
	content:"_";
	position: absolute;
	left:-8px;
	bottom:3px;
}
.products .details sup{
	font-size: 5px;
	position: relative;
    top: -4px;
    padding-left: 1px;
}
.products .details img.cert{
	position: absolute;
    bottom: -4px;
    right: 0px;
}

/* GALLERY */
.products .gallery{
	display: inline-block;
	float: left;
	width: 550px;
	position: relative;
	margin-left: 70px;
}
.products .gallery .slick-prev{
	display: none !important;
}
.products .gallery .slides{
	z-index: 2;
}
.products .gallery .slick-list{
	-webkit-box-shadow: 13px 18px 21px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 13px 18px 21px 3px rgba(0,0,0,0.75);
    box-shadow: 40px 24px 23px 22px rgba(0,0,0,0.55);
}
.products .gallery .next{
    position: absolute;
    top: 228px;
    left: -33px;
    border-radius: 100%;
    background:transparent;
    transition:0.3s ease all;
    z-index: 3;
}
.products .gallery .next:hover{
	cursor: pointer;
	background: #aae900;
}
.products .gallery .dots{
	position: absolute;
    bottom: -28px;
    left: -28px;
    z-index: 1;
}

/* REVIEW 
---------------------------------------------- */
.review{
    display: block;
    position: relative;
    padding: 170px 0px 70px 0px;
    background: #000000 url(../images/listing-bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.review img.triangle{
	width: 100%;
    bottom: -11vw;
    position: absolute;
    z-index: 5;
    pointer-events: none;
}
.review .title{
	width: 242px;
	margin: 0 auto;
	display: block;
}
.review .title h5{
	display: inline-block;
	float: left;
}
.review .title span{
	display: inline-block;
	float: left;
	width: 112px;
	height: 2px;
    background: #AAE900;
    display: inline-block;
    float: left;
    margin: 0px 10px 0px 5px;
    position: relative;
    top: 4px;
}
.review h3{
	text-align: center;
	margin-bottom: 70px;
	mix-blend-mode: difference;
}
.listing{
	width: 1277px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.listing .col{
	width: 21%;
    margin: 0px 2%;
    display: inline-block;
    float: left;
    margin-bottom: 80px;
    height:140px;
}
.listing .col.large{
	width: 30%;
}
.listing .col:first-of-type{
	margin-left: 130px;
}
.listing .col .image{
	display: inline-block;
	float: left;
}
.listing .col .image img{
	width: 92px;
}
.listing .col .image.top img{
	position: relative;
	top:20px;
}
.listing .col.large .image img{
	width: 187px;
    top: 20px;
    position: relative;
}
.listing .col .data{
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.listing .col .data h5{
	margin-top: 10px;
	letter-spacing: 2px;
}
.listing .col .data h5:first-of-type{
	margin-top: 40px;
	letter-spacing: 2px;
} 
.listing .col .data a{
	display: block;
	font-family: 'Roboto Mono', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #AAE900;
    letter-spacing: 3px;
    transition: 0.3s ease all;
    margin-top: 10px;
    display: block;
}
.listing .col .data a:hover{
	cursor: pointer;
	color: white;
}
.listing .col br{
		display: none;
	}

/* FORM
---------------------------------------------- */
.form {
    display: block;
    position: relative;
    background: #333333;
    padding-top: 100px;
}
.form h2 {
    color: white;
    font-weight: 400;
    font-size: 60px;
    line-height: 80px;
    font-family: 'Tungsten A', 'Tungsten B', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 5;
    position: relative;
}
.form .wrap {
    padding-top: 10px;
    padding-bottom: 50px;
}
.form .buttons {
    text-align: center;
    margin-top: 80px;
}
.form .buttons .btn {
    font-size: 20px;
    box-sizing: content-box;
}
.form .buttons .btn.one {
    margin-right: 20px;
}
form {
    text-align: center;
}
.form .col {
    width: 50%;
    margin: 50px auto;
}
.form input {
    background: white;
    border: 2px solid #ccc;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
	font-size: 12px;
	letter-spacing: 0.13em;
	font-weight: 500;
    color: #000;
    padding: 8px 21px;
    height: 45px;
    border-radius: 0;
}

.form input[type=submit]{
    width: 148px;
    cursor: pointer;
    background: black;
    border: none;
    color: white;
    border-radius: 30px;
    transition:0.3s ease all;
}
.form input[type=submit]:hover{
	cursor: pointer;
	background:white;
	color: black;
}
input[type=submit]:active {
    background: 0 0;
}
.form input[type=text]:focus {
    border: 2px solid #000;
}
textarea, input {
    outline: none;
}
.error {
    color: red;
    text-align: center;
    margin-top: 20px;
    line-height: 22px;
    z-index: 5;
    position: relative;
}
.success {
    color: #967b44;
    text-align: center;
    margin-top: 30px;
    line-height: 22px;
    font-size: 24px;
}
.signup .success h3 {
    font-size: 40px;
}
.signup .signup-form {
    max-width: 830px;
    z-index: 5;
    position: relative;
}
.signup input[type=checkbox]+label {
    color: white;
}
.signup h3 {
    text-align: center;
    color: #000;
    font-size: 80px;
    line-height: 85px;
}
.signup a {
    color: white;
    transition:0.3s ease all;
}
.signup a:hover {
    color: #AAE900;
}
.signup .nice-select {
    background: white;
    line-height: 41px;
    color: #7b797c;
    height: 45px;
    font-family: "Gotham Narrow A", "Gotham Narrow B";
    font-size: 12px;
    letter-spacing: 0.13em;
}
.signup .nice-select .current {
    border: 2px solid #ccc;
    padding-left: 21px;
}
.signup .form-table-submit {
    padding-top: 0;
}
.signup input[type=checkbox]+label:before {
    border: 2px solid #AAE900;
}
.signup input[type=checkbox]+label:before:hover{
	cursor: pointer;
}
.signup input[type=checkbox]:checked+label:before {
    border: 2px solid #AAE900;
    background: url(/_core/images/icon-check.png) no-repeat center center #ed1c24;
}
.signup .signup_privacy {
    margin-top: 20px;
}
@media only screen and (min-width:701px) {
    .contest-entry.newsletter-form .signup-form #signup_email {
		display: inline-block;
		width: 48.5%;
		margin-right: 3%;
		float: left;
	}
	.contest-entry.newsletter-form .signup-form #nice-signup_country {
		margin-right: 0;
	}
}
.contest-entry {
    padding: 70px 0;
    margin-top: 100px;
}
.contest-entry .wrap {
    width: 815px;
    text-align: center;
}
.contest-entry h4.title {
    margin-bottom: 30px;
}
.contest-entry p {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #555;
}
.contest-entry .position {
    display: none;
}
.contest-entry .position.active {
    display: block;
}
.contest-entry.newsletter-form .signup-form input[type=text], .contest-entry.sponsorship-form .signup-form input[type=text] {
    margin-bottom: 18px;
    display: inline-block;
    width: 48.5%;
    float: left;
}
.contest-entry.newsletter-form .signup-form .agreements .row, .contest-entry.sponsorship-form .signup-form .agreements .row {
    text-align: center;
}
.contest-entry.newsletter-form .signup-form #signup_firstname, .contest-entry.newsletter-form .signup-form #signup_email, .contest-entry.sponsorship-form .signup-form #signup_firstname {
    margin-right: 3%}
.contest-entry.newsletter-form .signup-form #nice-signup_country {
    margin-right: 3%}
.contest-entry.newsletter-form .signup-form #nice-signup_sport {
    margin-right: 3%}
.contest-entry.newsletter-form .signup-form #signup_dob {
    margin-right: 3%}
.contest-entry.newsletter-form .signup-form #signup_state {
    margin-right: 3%}
.contest-entry.sponsorship-form .signup-form #nice-signup_highest_playing, .contest-entry.sponsorship-form .signup-form #nice-signup_position2, .contest-entry.sponsorship-form .signup-form #signup_address, .contest-entry.sponsorship-form .signup-form #signup_state, .contest-entry.sponsorship-form .signup-form #signup_dob, .contest-entry.sponsorship-form .signup-form #signup_twitter, .contest-entry.sponsorship-form .signup-form #signup_reference_contact, .contest-entry.sponsorship-form .signup-form #signup_reference_email {
    margin-right: 3%}
#signup_administration_roles {
    display: none;
}
#signup_administration_roles.active {
    display: initial;
}
.contest-entry.sponsorship-form .signup-form #signup_email, .contest-entry.sponsorship-form .signup-form #signup_club_name, .contest-entry.sponsorship-form .signup-form .signup-choices {
    width: 100%}
.contest-entry.newsletter-form .signup-form .nice-select, .contest-entry.sponsorship-form .signup-form .nice-select {
    width: 48.5%;
    float: left;
    display: inline-block;
    clear: initial;
}
.contest-entry .signup-form .signup-choices .nice-select {
    width: 100%;
    display: block;
    clear: initial;
    margin: 20px 0 0;
}
.contest-entry .signup-form .signup-choices .nice-select li {
	display: block;
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.13em;
}
.signup-form .signup-choices {
    margin-bottom: 10px;
}
.contest-entry.newsletter-form .signup-form .privacy-policy {
    width: 100%;
    float: left;
}
.contest-entry.newsletter-form .wrap .offer-copy {
    font-size: 15px;
    font-weight: 600;
}
.contest-entry.newsletter-form .wrap .offer-copy strong {
    color: #ed1c24;
}
.contest-entry.sponsorship-form .sub-form-text {
    margin-top: 20px;
}

.signup-form {
    margin: 0 auto;
    padding: 20px 65px;
}
.signup-form .nice-select {
    width: 100%}
.signup-form input[type=text] {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}
.signup-form .signup-choices {
    margin-left: 0;
}
.signup-form .signup-choices li {
    display: inline-block;
    padding: 0 10px;
}
.signup-form .agreements {
    padding: 0 15px 30px;
    font-size: 14px;
}
.signup-form .agreements .row {
    text-align: left;
    margin-bottom: 10px;
}

.signup input[type=checkbox] {
    position: absolute;
    width: 19px;
    height: 18px;
    z-index: 9999;
    opacity: 0;
}

.signup input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
	vertical-align: middle;
	font-family: 'Gotham Narrow SSm A','Gotham Narrow SSm B',sans-serif;
    font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	font-size: 14px;
	line-height: 21px;
}

.signup input[type=checkbox]+label:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #888;
    border-radius: 20px;
}
.signup input[type=checkbox]+label:before {
    border: 2px solid #AAE900;
}
.signup input[type=checkbox]:checked+label:before {
    border: 2px solid #AAE900;
    background: url(/_core/images/icon-check.png) no-repeat center center #AAE900;
}

.nice-select .list {
    display: none;
}

.nice-select.open .list {
	display: block;
	max-height: 350px;
    overflow: scroll;
}

.form input[type=submit]{
	padding:8px 21px;
	-webkit-appearance: none!important;
}

/* FOOTER 
---------------------------------------------- */
.footer{
	text-align: center;
	background:#121212;
}
.footer p{
	margin: 20px 5px;
	font-size: 14px;
	display: inline-block;
}

/* MEDIA QUERIES 
---------------------------------------------- */
@media only screen and (max-width: 1320px) {
	.products .gallery{
		width: 450px;
		margin-left: 30px
	}
	.products .gallery .next{
		top:169px;
	}
	h3{
	    font-size: 90px;
	    letter-spacing: 10px;
	}
}
@media only screen and (max-width: 1230px) {
	.listing{
		width: 90%;
	}
	.listing .col:first-of-type{
		margin: 0px;
	}
	.listing .col{
		width: 33%;
		margin: 0px 0px 80px 0px;
	}
	.listing .col.large .image img{
	    width: 92px;
	    top: 32px;
	    position: relative;
	}
	.listing .col.large{
		width: 33%;
	}
}
@media only screen and (max-width: 1200px) {
	.intro h2{
		font-size: 10.6vw;
		letter-spacing: 0.6vw;
	}
	.products .item .product.slider{
		width: 320px;
	}
	.products .gallery{
		width: 400px;
	}
	.products .gallery .next {
	    top: 139px;
	}
}
@media only screen and (max-width: 1100px) {
	.products .gallery{
	    float: none;
	    margin: 0 auto;
	    width: 500px;
	    margin-left: 150px;
	    margin-top: 50px;
	}
	.products .item .product.slider{
		width: 45%;
	}
	.products .details{
		width: 50%;
		margin-left: 5%;
	}
	.products .item{
		width: 800px;
	}
	.products .gallery .next{
		top:195px;
	}
}
@media only screen and (max-width: 1024px) {
	.intro ul.controls{
		width: 700px;
	}
	.intro ul.controls li{
		padding: 8px 45.4px;
	}
	.intro img.triangle{
		bottom: -7.3vw;
		width: 100%;
	}
	.header img.logo{
		width: 160px;
		top:31px;
	}
	.header img.stx{
		top: 30px;
		width: 70px;
	}
}
@media only screen and (max-width: 900px) {
	.products .item .product.slider{
	    display: block;
	    float: none;
	    margin: 0 auto;
	    width: 60%;
	}
	.products .details {
	    width: 50%;
	    margin: 60px auto 0px;
	    display: block;
	    float: none;
	}
	.products .item{
		width: 100%;
	}
	.products .gallery{
		width: 80%;
		margin-left: 10%;
	}
	.review{
		padding-top: 100px;
	}
	.review h3{
		font-size: 58px;
		padding: 0 30px;
		margin-bottom: 30px;
		line-height: 60px;
	}
	.contest-entry{
		margin-top: 0px;
	}
	.listing .col{
		width: 50%;
	}
	.listing .col br{
		display: block;
	}
	.listing .col .data h5:first-of-type{
		line-height: 16px;
	}
	.listing .col.large{
		width: 50%;
	}
}
@media only screen and (max-width: 830px) {
	.listing .col{
		width: 50%;
		padding: 0 5%;
	}
	.button{
		max-width: 150px;
		bottom:20px;
	}
}
@media only screen and (max-width: 740px) {
	.intro img.cert{
		width: 60px;
	}
	.intro span.lines:before {
	    content: " ";
	    height: 3px;
	    width: 103px;
	    background: #AAE900;
	    display: block;
	    position: absolute;
	    left: 96px;
	    top: 51px;
	}
	.intro span.lines:after {
	    content: " ";
	    height: 3px;
	    width: 103px;
	    background: #AAE900;
	    display: block;
	    position: absolute;
	    right: 96px;
	    top: 51px;
	}
	.intro ul.controls{
		display: none;
	}
	.intro .controls-mobile{
		display: block !important;
	}
	.nice-select.controls-mobile{
		display: none !important;
	}
	.intro{
		margin-bottom: 50px;
	}
	.products .item{
		padding-bottom: 30vw;
	}
	.footer{
		padding: 20px;
	}
	.footer p {
	    margin: 2px;
	    font-size: 14px;
	    display: block;
	}
}
@media only screen and (max-width: 655px) {
	.listing .col:first-of-type{
		margin-bottom: 20px;
	}
	.listing .col{
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	.listing .col br{
		display: none;
	}
	.review{
		background-image:none;
		padding-top: 0px;
	}
	.listing .col.large{
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.form h2{
		font-size: 50px;
		line-height: 55px;
		padding: 0 20px;
	}
	.contest-entry.newsletter-form .signup-form input[type=text]{
		width: 100%;
		margin-right: 0px;
	}
	.contest-entry.newsletter-form .signup-form .nice-select{
		width: 100%;
	}
	.signup-form{
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 600px) {
	.header img.logo {
	    width: 120px;
	    top: 20px;
	}
	.header img.stx {
	    top: 20px;
	    width: 50px;
	}
	.videos .play p{
		padding: 5px 10px;
		font-size: 11px;
		width: 134px;
	}
	.top-arrow{
		width: 60px;
		bottom: -14px;
	}
	.header img.lines.left{
	    width: 500px;
		left: -250px;
		top: -255px;
	}
	.header img.lines.right{
		width: 500px;
		top: -310px;
		right: -311px;
	}
	.products .bg{
	    width: 800px;
		left: -200px;
		top: -200px;
	}
	.products .bg-two{
		width: 800px;
		right: -150px;
	}
}
@media only screen and (max-width: 500px) {
	.products .item .product.slider{
		width: 80%;
	}
	.products .details{
		width: 80%;
	}
	.products .gallery .next{
		top: 100px;
		width: 50px;
		left: -22px;
	}
	.button{
		max-width: 130px;
		bottom:10px;
	}
	.signup-form .signup-choices li {
	    display: block;
	    text-align: left;
	}
}
@media only screen and (max-width: 450px) {
	h3 {
	    font-size: 70px;
	    letter-spacing: 7px;
	    line-height: 70px;
	}	
}




