@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham_book_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/Gotham-Medium.otf')  format('opentype'),
	     url('../fonts/Gotham-Medium.woff') format('woff'), 
		 url('../fonts/Gotham-Medium.ttf')  format('truetype'), 
		 url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),  
 	url('../fonts/GothamBold.woff') format('woff'), 
  	url('../fonts/GothamBold.ttf')  format('truetype'), 
  	url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xjgasd');
  src:  url('../fonts/icomoon.eot?xjgasd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xjgasd') format('truetype'),
    url('../fonts/icomoon.woff?xjgasd') format('woff'),
    url('../fonts/icomoon.svg?xjgasd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family:"Headline One HPLHS";
	src:url("../fonts/HEADOH__.eot?") format("eot"),
	url("../fonts/HEADOH__.woff") format("woff"),
	url("../fonts/HEADOH__.ttf") format("truetype"),
	url("../fonts/HEADOH__.svg#HeadlineOneHPLHS") format("svg");
	font-weight:normal;
	font-style:normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rywHeaderType:before {
  content: "\e900";
  color: #073c8d;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.clearfix:after, .container:after {
	content: '';
	display: block;
	clear: both;
}
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
}
strong{
	font-weight:900;
	font-family: "proxima-nova-condensed",sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin: 0 0 15px; }
blockquote, q, i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }

blockquote, q{ quotes: none; }
q:before, q:after, 
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle;
}
table th {
	border: 0;
	padding: 5px 7px;
	text-align: center;
}
table td {
	padding: 5px 10px;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle; 
	border:0;
}
#life-run .img-holder img{width:100%;}
label { vertical-align: middle; }
h1, h2, h3, h4, h5, h6 { 
	color: #fff;
	font-weight:400;
}
h1 {
	font-size:38px;
	 font-family: "proxima-nova-condensed",sans-serif;
	line-height:1;
	color: #000;
}
h1 strong {
	 font-family: "proxima-nova-condensed",sans-serif;
	 font-weight:900;
}
h2 {
	font-size:28px;
	line-height:30px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
h3 {
	font-size:24px;
	line-height:28px;
	 font-family: "proxima-nova-condensed",sans-serif;
}
h4 {
	font-size:20px;
	line-height:1;
	 font-family: "proxima-nova-condensed",sans-serif;
}
h5 {
	font-size: 12px;
	line-height:16px;
}
h6 {
	font-size: 8px;
	line-height:12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #d8001a; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #d8001a; }
a, p a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, p a:hover {
	color:#E31837;
	text-decoration: none;
}
ul, ol {
	list-style: none;
	padding: 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
a,
a:hover,
a:active,
a:focus{
	outline:none !important;
}
.relv{position:relative;}
.alignleft { float: left;}
.alignright { float: right; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="url"],select,textarea{
	border:1px solid #fff;
	color: #fff;
	outline: 0 ;
	padding: 0 12px;
	width: 100%;
	height:40px;
	background-color: rgba(84,21,5,0);
	margin-bottom:15px;
	border:1px solid #fff;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	line-height:21px;
	text-transform:uppercase;
	}	
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="tel"]:focus,input[type="url"]:focus{
	border-color:#E31837;
}
input[type="submit"]{
	max-width: 180px;
	min-width:inherit;
	padding:0;
	height: 36px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0);
	border: solid 2px #fff;
	cursor:pointer;
	line-height:36px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	text-transform:uppercase;
}
input[type="submit"]:hover{
	background:#fff;
	color:#e31837;
}
textarea{
	min-height:110px;
	resize:none;
	padding: 15px;
	}
input::-webkit-input-placeholder {
   color: #fff;
   opacity: 1;
}

input:-moz-placeholder {
  color: #fff;  
  opacity: 1;
}

input::-moz-placeholder { 
   color: #fff;  
   opacity: 1;
}

input:-ms-input-placeholder {  
   color: #fff;
   opacity: 1;
}
input, button, textarea{
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
#applyFilterOptions.expand, button,
.ssf-panel{
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.instagram{
	background: #0a548b;
}
.in-color{
	background-image:url(../images/BGTile.gif);
}
.in-post .post-holder.slime{
	background: linear-gradient(270deg, #071305, #0a8719, #cfde4c);
	background-size: 600% 600%;
	-webkit-animation: slime 30s ease infinite;
	-moz-animation: slime 30s ease infinite;
	animation: slime 30s ease infinite;
}
@-webkit-keyframes slime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes slime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes slime { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.in-post .post-holder.dahlia{
	background: linear-gradient(270deg, #530590, #006a66, #04cfcd);
	background-size: 600% 600%;
	-webkit-animation: dahlia 30s ease infinite;
	-moz-animation: dahlia 30s ease infinite;
	animation: dahlia 30s ease infinite;
}
@-webkit-keyframes dahlia {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes dahlia {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes dahlia { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.in-post .post-holder.raspberryberet{
	background: linear-gradient(270deg, #790114, #f7268a, #ff9000);
	background-size: 600% 600%;
	-webkit-animation: raspberryberet 30s ease infinite;
	-moz-animation: raspberryberet 30s ease infinite;
	animation: raspberryberet 30s ease infinite;
}
@-webkit-keyframes raspberryberet {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes raspberryberet {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes raspberryberet { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.in-post .post-holder.brilliantblue{
	background: linear-gradient(270deg, #e84a19, #0050ff, #001e60);
	background-size: 600% 600%;
	-webkit-animation: brilliantblue 30s ease infinite;
	-moz-animation: brilliantblue 30s ease infinite;
	animation: brilliantblue 30s ease infinite;
}
@-webkit-keyframes brilliantblue {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes brilliantblue {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes brilliantblue { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
#loading-image{
	position:fixed;
	display:none;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:9999;
	text-align:center;
	background:rgba(0,0,0,0.8);
}
#loading-image img{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateX(-50%) translateY(-50%);
}
.store-locator__actions-bar table{
	margin:0;
}
#applyFilterOptions.expand, button{
	line-height: 24px;
}
.everun-logodark{
	margin:0 auto;
	max-width:472px;
	height:auto;
}
.section-1 .img-holder{
	max-width:550px;
	margin:0 auto;
}
.section-2 .img-holder{
/*	max-width:523px; */
	max-width:841px; 
	margin:0 auto;
}
.section-3 .img-holder{
	max-width:454px;
	margin:0 auto;
}
.section-4 .img-holder img{
	max-width:454px;
	margin:0 auto;
}
.btn{
	min-width: 180px;
	height: 40px;
	background-color: rgba(0,0,0,0);
	border: solid 2px #000;	
	box-sizing: initial !important;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	 line-height:40px;
	margin: 0;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform:none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
.btn:hover{
	background-color:#fff;
	color:#E31837;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-white{
	min-width: 230px;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.3);
	border: solid 2px #fff;
	color:#fff;
	line-height:53px;
	font-size:20px;
	text-transform:uppercase;
	font-family: "proxima-nova-condensed", sans-serif;
	font-weight: 400;
}
body{ 
	min-width:320px;
	background-color: #fff;
	color: #3c3835;
	font:400 18px/24px "proxima-nova", sans-serif;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
#main.stories{
	background-color: #ebebeb;
}
#wrapper{
	width:100%;
	overflow:hidden;
	margin:0;
	position:relative;
	}
.container{
	max-width:1570px;
	margin:0px auto ;
	padding:0 20px;
}
/*header*/
#header{
    width: 100%;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	z-index:9999;
}
.top-search{
	width:100%;
	overflow:hidden;
	background:#000;
	padding:52px 0;
	display:none;
	z-index: 9999;
	position:relative;
}
.top-search .topsearch-holder{
	text-align:center;
	position:relative;
}
.top-search form{
	margin:0;
}
.top-search .topsearch-holder .input-holder{
	width:100%;
	margin:0;
	padding-right:30px;
}
.top-search .topsearch-holder input[type="search"]{
	 font:900 80px/85px "proxima-nova-condensed", sans-serif;
	 color:#fff;
	 text-transform:uppercase;
	 background:#000;
	 max-width:100%;
	 border:none;
	 text-align:center;
	 width:100%;
	 padding-right:0px;
	 outline:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.topsearch-holder .click-btn{
	position:absolute;
	right:7px;
	top:38%;
	color:#fff;
}
.slideshow360{
	overflow: hidden;
}
.header-holder{
	z-index:999;
	background:#fff;
	padding:20px 0 12px;
    width: 100%;
	position:relative;
}
body.active .header-holder{
	background:#191919;
	top:0;
	position:relative;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
.search-holder{
	float:left;
	padding:0;
}
.search-holder .search-icon {
    display:inline-block;
	vertical-align:super;
	color:#000;
}
.search-holder .search-icon:hover,
.menu-opener:hover:after,
#sidebar ul li a:hover .icon-arrows-ccw{
	color:#e31837;
}
#footer .arrow-up:hover{
	opacity:0.5;
	transition: all 0.3s ease;
}
.search-holder .search-icon i{
    font-size:22px;
	left: -3px;
	 top: -2px;
    position: relative;
}
.language-holder {
   display:inline-block;
   margin-left:105px;
}
.language-holder.mobile,
.search-box {
   display:none;
}
.language-holder select{
	margin:0;
	padding:0 5px;
	width: 150px;
	height: 30px;
	color:#000;
	font-size:13px;
	line-height:25px;
	font-weight:400;
	font-family: "proxima-nova",sans-serif;
	border-radius: 3px;
	background-color: rgba(0,0,0,0);
	border-bottom:2px solid #000;
	box-shadow:inset 0 2px 0 #000 !important;
	border-left:2px solid #000;
	border-right:2px solid #000;
	transition:all ease 0.3s;
	 -webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	 appearance:none !important;
}
.language-holder select option{
	padding:6px 10px;
	box-shadow:none;
}
.language-holder .select-style {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    background:url("../images/arrow-down.png") no-repeat 93% 50%;
}
body.active .language-holder .select-style {
    background:url("../images/arrow-down-white.png") no-repeat 93% 50%;
}
.language-holder .select-style select {
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

body.active .language-holder select{
	border-color:#fff;
	color:#fff;
}
.logo-holder{
	position:absolute;
	left:50%;;
	top:20px;
	text-align:center;
	width:161px;
	margin:0 0 0 -64px;
}
.logo-holder .logo{
	background:url(../images/sauconylogored.svg) no-repeat;
	height:38px;
	width:161px;
	display:block;
	margin:0 auto;
	text-indent:-9999px;
	background-size:cover;
}
body.active .logo-holder .logo{
	background:url(../images/sauconywhite.svg) no-repeat;
}
.logo a{
	display:block;
	height:100%;
}
.menu-holder {
    float: right;
}
/*Menu Trigger*/
.menu-opener{
	display:block;
	position:relative;
	z-index:99;
	outline:none;
	margin-top: 1px;
	float:right;
	padding-top:0;
	transition:none !important;
}
.menu-opener i{
	background:url(../images/ico-menu-area.png) no-repeat 0 0;
	width: 24px;
	height: 24px;
	display:inline-block;
	vertical-align:middle;
}
.menu-opener span{
	line-height:16px;
	font-family: "proxima-nova",sans-serif;
	font-size:15px;
	text-transform:uppercase;
	line-height:18px;
	color:#000;
	padding:0 20px;
	transition:none !important;
	display:inline-block;
	vertical-align:middle;
}	
.menu-opener:hover span{
	color:#f00;
}
.menu-opener:hover i{
	background-position:-26px 0;
}
body.active .menu-opener i{
	background:url(../images/ico-menu-area.png) no-repeat -2px -30px;
	transition:none !important;
}
body.active .menu-opener span{
	color:#fff;
}
body.active .menu-opener:hover span{
	color:#fff;
}
#nav ul li .sub-menu-opener{
	display:none;
}	
#nav > ul > li:hover .sub-menu{
	display:none;
}
#nav{
	background:rgba(0,0,0,0.8);
	overflow:auto;
	float:right;
	right:auto !important;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	width:100%;
	text-align:center;
	height:100vh;
	display:none;
	}
	
.search-icon{
	-moz-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
body.active .search-icon{
	color:#fff;
}
#nav ul.menu {
 	margin:30px 0;
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%) translateY(-50%); /* Chrome, Safari, Opera */
	-moz-transform: translateX(-50%) translateY(-50%);
}
body.active #nav ul.menu {
	overflow:hidden;
}
#nav > ul > li{
	display:block;
	margin-right:0;
	position:relative;
	margin-left:0;
	}
#nav > ul > li > a{
	line-height:50px;
	display:block;
	color:#fff;
	font:900 50px/80px "proxima-nova" , sans-serif;
	text-transform:uppercase;
	opacity:0;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	 -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
#nav > ul > li:nth-child(1) > a{
	/*-webkit-transition-delay: 400ms;
    transition-delay: 400ms;*/
}
#nav > ul > li:nth-child(2) > a{
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}
#nav > ul > li:nth-child(3) > a{
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}
#nav > ul > li:nth-child(4) > a{
	-webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}
#nav > ul > li:nth-child(5) > a{
	-webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
#nav > ul > li:nth-child(6) > a{
	-webkit-transition-delay: 650ms;
	transition-delay: 650ms;
}
body.active #nav > ul > li > a{
	opacity:1;
}
#nav > ul > li.active a,
#nav > ul > li a:hover{
	color:#5d5d5d;
}
#nav ul li .sub-menu-opener{
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	}
#nav ul li .sub-menu-opener:before{
	position: absolute;
	top: 20px;
	right: 24px;
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	}
#nav ul li .sub-menu-opener:after{
	position: absolute;
	top: 24px;
	right: 20px;
	width: 10px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	}
#nav ul li .sub-menu-opener:hover:before,
#nav ul li.open .sub-menu-opener:before{
	top: 24px;
	height: 0;
	}
.filter-products{
	width:100%;
	background:#000;
	color:#fff;
	overflow:hidden;
	padding:0;
	line-height:40px;
}
.filter-products.single{
	text-align:center;
}
.filter-products .filter-holder{
	overflow:hidden;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.filter-products .slide{
	overflow:hidden;
}
.filter-products .filter-holder span{
	display:inline-block;
	margin:0 25px 0 0;
	color:#fff;
	vertical-align:middle;
	text-transform:uppercase;
	float:left;
	position:relative;
	top:1px;
}
.filter-products .filter-holder span:after{
	content:"";
	background:url(../images/filter-arrwo.png) no-repeat;
	display:inline-block;
	width:9px;
	height:70px;
	margin-left:30px;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.filter-holder ul {
    margin: 0;
	padding:0;
	line-height: 70px;
	text-align:left;
	text-transform:uppercase;
	position:relative;
	top:1px;
}
.filter-products .filter-holder li{
	display:inline-block;
	vertical-align:top;
	margin-right:36px;
}
.filter-products .btn-sidebar{
	border:none;
	margin:0;
	color:#fff;
	transition:none;
	float:right;
	padding:27px 41px 22px 0;
	font-size:15px;
}
.filter-products .btn-sidebar:hover{
	color:#e51937;
}
.filter-products .btn-sidebar .icon-angle-right{
	color:#fff;
}
.filter-products .filter-holder li a{
	color:#fff;
}
.filter-products .filter-holder li.active a{
	border-bottom:2px solid #fff;
	padding-bottom:6px;
	color:#fff;
}
.content-place{
	display:block;
	height:22px;
	overflow:hidden;
	clear:both;
}
.filter-products .filter-holder li a:hover{
	border-bottom:2px solid #fff;
	padding-bottom:6px;
	color:#fff;
	transition:none;
}
.filter-products .sort-holder{
	float:right;
	padding-top:13px;
}
.sort-holder select{
	margin:0;
	padding:0;
	width: 97px;
	height: 30px;
	color:#fff;
	font-size:15px;
	border-radius:none;
	border: none;
}
.sort-holder .select-style {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    background:url("../images/arrow-down-white.png") no-repeat 100% 58%;
}
.sort-holder .select-style select {
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style select:focus {
    outline: none;
}
/***Main***/
#main{
	position:relative;
	padding-top: 64px;
}
.products-page #main{
	padding-top:140px;
}
#our-product{
	background:url(../images/ourProductsBG.jpg) center center no-repeat;
	background-size:cover;
	height:700px;
	position:relative;
	text-align:center;
	color:#fff;
}
.caption{
	position: absolute;
	z-index:9;
    top: 50%;
    left: 50%;
	width:60%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.stories-banner .caption{
	min-height:303px;
}
.caption strong{
	font:900 110px/80px "proxima-nova-condensed", sans-serif;	
	text-transform:uppercase;
	letter-spacing:0;
}
.caption h2{
	margin:35px 0;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.caption a.btn{
	margin:0 15px 30px;
}
.section-6 .caption a.btn {
    margin:15px 13px;
    vertical-align: top;
}
#our-product .caption .btn-holder {
    margin: 0 auto;
    max-width: 680px;
}
/***Home Page***/
#banner{
	background:url(../images/everunBanner.jpg) center center no-repeat;
	background-size:cover;
	min-height:1010px;
	position:relative;
	text-align:center;
	color:#fff;
}
#banner .caption{
	position: absolute;
    top: 16%;
    left: 50%;
	width:60%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	min-height:inherit;
}
#breakthrough{
	position:relative;
	overflow:hidden;
}
#breakthrough .column-one {
    float: left;
    width: 40%;
}
#breakthrough .column-two {
    float: left;
    width: 60%;
	position:relative;
}
#breakthrough .column-two .img-holder{
	background:url(../images/breakthroughbgsm.png) 0 center no-repeat;
	background-size:cover;
	min-height:695px;
}
#breakthrough .caption-holder{
	position: relative;
    padding:129px 20px 20px 150px;
	overflow:hidden;
	width:100%;
}
#breakthrough .caption-holder strong{
	font-family: proxima-nova-condensed, sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size:70px;
	line-height:70px;
	text-transform:uppercase;
	color:#484f54;
	margin-bottom:25px;
	display:block;
	letter-spacing:2px;
	word-break:break-all;
}
#breakthrough.landingpage .caption-holder strong{
	font-size:90px;
	line-height:90px;
	font-style:normal;
	font-weight:400;
	font-family:"Headline One HPLHS";
}
#breakthrough .caption-holder p{
	font-size:24px;
	line-height:32px;	
	color:#484f54;
}
#blocks{
	clear:both;
}
#blocks .two-columns{
	margin:0;
}
#blocks .two-columns .col{
	padding:0;	
	position:relative;
	display:block;
	float:left;
	margin-right:0;
	height:541px;
}
#blocks .caption-holder{
	width:100%;
	padding:100px 195px 20px 150px;

}
#blocks .grey{
	background:#484f54;
	color:#efefef;
}
#blocks .white{
	background:#efefef;
	color:#484f54;
}
#blocks .caption-holder h2{
	font:400 60px/60px "Headline One HPLHS", sans-serif;	
	color:#efefef;
	margin-bottom:25px;
	display:block;
	letter-spacing:1px;
}
#blocks .caption-holder p{
	font-size:20px;
	line-height:30px;
}
#blocks .white h2{
	color:#484f54;
}
#blocks .video-wrapper.vid-one{
	background:url(../images/vid1.png) center center no-repeat;
	background-size:cover;
	min-height:540px;
}
#blocks .video-wrapper.vid-two{
	background:url(../images/vid2.png) center center no-repeat;
	background-size:cover;
	min-height:540px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
#video-controls{
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	z-index:999;
	width:50px;
	height:50px;
}
#video-controls.played .play-pause,
#life-run.svg-pause .play-paused{
	background-position:0 -52px;
	opacity:0;
	transition:none !important;
}
.video-wrapper:hover #video-controls .play-pause,
#life-run.svg-pause:hover .play-paused{
	opacity:1;
}
.play-pause,
.play-paused{
	background:url(../images/ico-play.png) no-repeat;
	width:50px;
	height:50px;
	border:none;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	display:block;
	outline:none !important;
	transition:none !important;
}
#find-astore{
	width:100%;
	background:#151515;
	overflow:hidden;
	padding:50px 0;
	text-align:center;
}
#find-astore a.btn{
	width: 230px;
	height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0,0,0,.2);
	border: solid 2px #fff;
	line-height:50px;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
}
#find-astore a.btn:hover{
	background:#fff;
	color:#151515;
}
/***Products Page***/
.content-holder{
	overflow:hidden;
	padding:50px 0;
}
#sidebar{
	float:left;
	width:13%;
	margin-right:4%;
}
#content{
	float:right;
	width:83%;
}
#sidebar ul{
	margin:0;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
#sidebar ul li{
	display:block;
	float:none;
	border-top:1px solid #b7b7b7;
	color:#000;
	text-transform:uppercase;
	padding:22px 0;
	text-align:left;
}
#sidebar ul li a{
	display:block;
}
#sidebar .cancel{
	font-weight: 400;
}
#sidebar .update{
	background:none;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size:18px;
	line-height:21px;
	text-transform:uppercase;
	color: #000;
	width:100%;
	text-align:left;
	border:none;
	box-shadow:none;
	cursor:pointer;
	outline:none !important;
}
#sidebar .update:hover,
#sidebar .update:hover .icon-arrows-ccw{
	color: #e51937;
}
#sidebar ul li i{
	font-size:20px;
	float:right;
	color:#000;
}
#sidebar ul li a.clear{
	color:#e51937;
}
#sidebar ul li a.clear i{
	color:#e51937;
	font-size:16px;
}
#sidebar ul li strong.clear a:hover{
	color:#000;
}
#sidebar ul li .row {
	margin-bottom:20px;
}
#sidebar ul li .row input[type="checkbox"]{
	display:none;
}
#sidebar ul li .row:last-child {
	margin-bottom:0;
}
#sidebar ul li .row label{
	font-size:16px;
	letter-spacing:0;
	padding-right:30px;
	word-break: break-all;
}
#sidebar ul li .row label strong{
	font-size:18px;
	font-weight:700;
}
#sidebar ul li .sub-cat{
    padding-left: 12px;
	margin-bottom:0;
}
span.wpcf7-form-control-wrap{
	float:left;
	margin-right:10px;
	width:100%;
}
.wpcf7-not-valid-tip{
	display:none !important;
}
span.wpcf7-form-control-wrap.offers{
	width:auto;
}
.wpcf7-form-control.wpcf7-not-valid{
	border:1px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	position:static !important;
	top:0 !important;
	left:16px !important;
	font-size: 15px !important;
	line-height: 39px !important;
}
.contact-form-btn{
	overflow:hidden;
	padding:25px 0 0;
}
.main-area.error{
	height:100%;
	color:#fff;
	padding:0;
	text-align:center;
	position:relative;
}
.main-area.error .error-holder{
	left: 0;
    position: absolute;
    top: 50%;
	padding:0 20px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.img-centred{
	margin:0 auto;
	display:inline-block;
	vertical-align:top;
	margin-bottom:30px;
}
.main-area.error .container{
	max-width:1200px;
}
.main-area.error h1,
.main-area.error h2{
	color:#fff;
	text-align:center;
	font-family: "proxima-nova-condensed",sans-serif;
}
.main-area.error .btn-white{
	display:inline-block;
	vertical-align:top;
	float: none;
	min-width:200px;
	line-height:44px;
	height: 46px;
}
.main-area.error h1{
	font-size:110px;
	line-height:110px;
	margin-bottom:30px;
}
.main-area.error h2{
	font-size:55px;
	line-height:55px;
	margin-bottom:30px;
}
.main-area.error .story-detail{
	text-align:center;
	min-height:300px;
}
.contact-form-btn .btn{
	background:#000;
	border-color:#000;
}
.contact-form-btn .btn:hover{
	color:#000;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	width:100%;
	display:block;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	right:0; 
	top: 1px;
	width: 20px; 
	height: 20px;
	border: 1px solid #b7b7b7;
	background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '\e810';
	font-family:"fontello";
	position: absolute;
	top: 6px; 
	right: 4px;
	font-size: 14px;
	line-height: 0.8;
	color: #000;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #b7b7b7;
	background-color: #fff;
}
[type="checkbox"]:disabled:checked + label:after {
	color: #999;
	background-color:#fff;
}
[type="checkbox"]:disabled + label {
	color: #aaa;
	background-color:#fff;
}
/* hover style just for information */
#sidebar label:hover:before {
	background-color:#ebebeb !important;
}
.breadcumbs{
	float:left;
	margin:0 0 30px 0;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight:700;
	font-style: normal;
	}
.breadcumbs li{
	float: left;
    margin-right: 9px;
    text-transform: uppercase;
	color:#000;
	font-size:30px;
	line-height:33px;
	}
.breadcumbs li:after{
	content: "/";
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
	}
.breadcumbs li:last-child:after{
	display:none;
}
.breadcumbs li.current_item{
	color:#b7b7b7;
	font-size:30px;
	font-weight:700;
	font-family: proxima-nova-condensed, sans-serif;
}
.five-columns{
	position:relative;
}
.five-columns:after{
	content:"";
	display:block;
	clear:both;
}
.five-columns .two-columns .col:first-child{
	border-left:0;
	margin-right:0;
}
.five-columns .two-columns .col{
	border-left: 1px solid #b7b7b7;
	margin-bottom:0;
	padding:0;
}
.five-columns .col{
	width:20%;
	margin-left:-4px;
	margin-bottom:20px;
	vertical-align:top;
	padding:0 15px;
	display:inline-block;
	position:static !important;
}
.five-columns .col.col-large{
	width:33.3%;
}
.top-products{
	clear:both;
}
.top-products .img-holder{
	margin-bottom:10px;
	border:1px solid #b7b7b7;
	text-align:center;
	position:relative;
}
.top-products .img-holder:after{
	content: "";
    display: block;
    padding-top: 100%;
}
.top-products .img-holder img{
	left: 50%;
    position: absolute;
    top: 50%;
	z-index:-1;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.top-products .img-color-holder{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.top-products .img-holder:hover .img-color-holder{
	opacity:1;
	cursor:pointer;
	z-index:999;
}
.top-products h2{
	display:block;
	color:#000;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
}
.top-products span{
	display:block;
	color:#b7b7b7;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	font-family: proxima-nova-condensed, sans-serif;
}
.two-columns{
	overflow:hidden;
}
.two-columns .col{
	float:left;
	width:50%;
	position:relative;
	height: 635px;
	margin-left:0;
}
.two-columns .col:first-child{
	float:left;
	margin-left:0;
}
.two-columns .col-holder{
	position:relative;
}
.easyzoom{
	text-align:center;
}
.easyzoom img{
	margin:0 auto;
}
.gallery-section,
.gallery-section .carousel .mask .slide,
.gallery-section .carousel .mask,
.gallery-section .carousel,
.gallery-section .carousel .slideset,
.gallery-section .easyzoom{
	height:100%;
}
.gallery-section .carousel .mask .slide{
	width:100%;
	margin:0;
	padding:0;
}
.product-review{
	overflow:hidden;
	border:1px solid #b7b7b7;
	width:auto;
	position:absolute;
	background:#fff;
	z-index:99;
	margin:20px 16px 0 11px;
	display:none;
	left:0;
}
.post-opener{
	display:block;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.top-products .post-opener.selected .img-holder:before{
	content:"";
	 position:absolute;
	 top:0;
	 left:0;
	 right:0;
	 bottom:0;
	 background:rgba(0,0,0,0.4);
	 z-index:9;
	 display:none;
}
.top-products .post-opener.selected .img-holder:before{
	display:block;
}
.product-review .icon-close{
	color:#000;
	font-size:28px;
	line-height:28px;
	font-weight:normal;
}
.top-products .img-holder{
	position:relative;
}
.product-review .btn-close{
	position:absolute;
	top:-1px;
	right:-1px;
	z-index:99999;
	border:1px solid #b7b7b7;
	padding:20px 15px;
	background:#fff;
}
.product-review .btn-close:hover{
	background:#000;
}
.product-review .btn-close:hover .icon-close{
	color:#fff;
}
.product-review .text-holder{
	padding:0 81px 60px 40px;
	margin-top:71px;
	height:563px;
	overflow:auto;
}
.product-review .text-holder .btn-holder{
	margin-bottom:50px;
}
.product-review .text-holder h1{
	font:900 28px/32px "proxima-nova", sans-serif;	
	text-transform:uppercase;
	margin-bottom:2px;
}
.product-review .text-holder span.sub-heading{
	font-size:20px;
	display:block;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#000;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.product-review .text-holder p{
	font-size:16px;
	margin-bottom:20px;
}
.product-review .text-holder strong{
	font:900 16px/20px "proxima-nova", sans-serif;	
	text-transform:uppercase;
	margin-bottom:15px;
	display:block;
	color:#000;
}
.product-review .text-holder ul{
	list-style:outside;
	list-style-type:disc;
	padding-left:20px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.product-review .text-holder ul li{
	font-size:16px;
}
.product-review .text-holder .share-holder span{
	text-transform:uppercase;
	font-size:20px;
	margin-right:10px;
	float:left;
	max-width:100px;
	color:#000;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.product-review .text-holder .share-holder{
	margin-bottom:15px;
	overflow:hidden;
}
.product-review .text-holder .share-holder ul{
	list-style:none;
	padding-left:0;
	padding:0;
	margin:0;
	overflow:hidden;
}
.product-review .text-holder .share-holder ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	font-size:22px;
}
.product-review .text-holder a.btn{
	text-transform:uppercase;
	border-radius: 3px;
	width: 170px;
	height:26px;
	line-height:21px;
	padding:12px 5px 5px 5px;
}
.gallery-holder{
	position:relative;
	height:713px;
}
.gallery-section .carousel .pagination{
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9999;
	background:#fff;
	display:block !important;
	}
.gallery-section .carousel .pagination li{
		float:left;
		margin:0;
		display:block;
		width:68px;
}
.gallery-section .carousel .pagination li a:hover, 
.gallery-section .carousel .pagination li.active a{
	background:none;
}
.gallery-section .carousel .pagination li a{
    display: inline-block;
    margin: 0;
    vertical-align: top;
	width:68px;
	border-top:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	border-left:0;
	border-bottom:0;
	text-align:center;
	padding:5px;
	height:68px;
	margin-right:-5px;
	border-radius:0;
	display:table;
}
.gallery-section .carousel .pagination li .img-area1{
	display:table-cell;
	vertical-align:middle;
}
.gallery-section .carousel .pagination li img{
	width:70px;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 13px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
		overflow:visible !important; 
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#vintage{
	background:url(../images/featuredBG.png) center center no-repeat;
	background-size:cover;
	height:700px;
	position:relative;
	text-align:left;
	color:#fff;
	clear:both;
}
.orignals-main .text-column{
	padding:134px 0 10px;
}
.orignals-main .text-column a.btn:hover{
	border-color:#fff;
}
.text-column{
	float:left;
	width:38%;
	position:relative;
	padding:134px 0;
}
.image-column{
	float:right;
	width:62%;
	position:relative;
	padding-top:50px;
	text-align:center;
}
/*.image-column .img-holder{
	left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.tex-caption{
	position: absolute;
    top: 50%;
    left: auto;
	width:32%;
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}*/
#vintage.black .text-column h1,
#vintage.black .text-column .title{
	margin-top:83px;
}
#vintage.vintage-inner-main .text-column h1,
#vintage.vintage-inner-main .text-column .title{
	margin-top:0;
}
.text-column h1,
.text-column .title{
	font-size:110px;
	line-height:100px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	letter-spacing:0;
	margin-bottom:22px;
	margin-top:0;
	text-transform:uppercase;
}
.text-column .text-holder:before,
.white .text-column .text-holder:before{
	content:"";
	background:url(../images/originalsFullColour.png) no-repeat;
	background-size:cover;
	height: 37px;
    width: 152px;
	display:block;
	margin-bottom: 25px;
}
.white .text-column .text-holder:before{
	content:"";
	background:url(../images/originalsWhite.svg) no-repeat;
	background-size:cover;
}
.text-column h2{
	font-size:40px;
	line-height:40px;
	letter-spacing:0;
	color:#000;
	margin-bottom:30px;
	text-transform:uppercase;
}
.text-column a.btn{
	color:#000;
	border-color:#000;
	background:none;
}
.text-column a.btn:hover{
	background:#fff;
	color:#e31837;
}
.white .text-column h1,
.white .text-column h2,
.white .text-column a.btn,
.white .text-column .title{
	color:#fff;
}
.white .text-column a.btn{
	border-color:#fff;
}
.white .text-column a.btn:hover{
	color:#e31837;
}
.text-column .icon-holder {
    height: 37px;
    width: 149px;
}
#single-vintage{
	background:url(../images/vintage-single.png) center center no-repeat;
	background-size:cover;
	height:750px;
	position:relative;
	text-align:left;
	clear:both;
	overflow:hidden;
}
#single-vintage.inner-single{
	height:701px;
}
.text-column p{
	font-size:24px;
	line-height:32px;
	font-weight:300;
}
#single-vintage .text-column{
	padding:100px 0;
}
#single-vintage .image-column .img-holder img{
	max-width:880px;
}
.vintage-single .black{
	background:#000;
	color:#fff;
}
#blocks.vintage-single .col{
	min-height:541px;
}
#blocks.vintage-single .col.text1{
	position:relative;
	text-align: center;
	white-space: nowrap;
	min-height:541px;
}
#blocks .col.image-block-inner{
	min-height:541px !important;
}
#blocks.vintage-single .col{
	background-size:cover;
	background-position:50% 50%;
}
#blocks.vintage-single .col h2{
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-size:55px;
	line-height:58px;
	text-transform:uppercase;
	letter-spacing: -1px;
}
#blocks.vintage-single .col.text1:after{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
#blocks.vintage-single .col.text1 .caption-holder{
	display: inline-block;
	vertical-align: middle;
	padding:20px;
	white-space:normal;
	text-align:left;
	max-width:600px;
	margin:0 auto;
}
.three-columns.colors-box .carousel .btn-prev:hover, 
.three-columns.colors-box .carousel .btn-next:hover{
	color: #fff;
}
.three-columns.colors-box{
	overflow: hidden;
	background: #151515;
}
.three-columns.colors-box .carousel .mask .slide{
	width: 25%;
	min-height: 640px;
}
.three-columns.colors-box .carousel .slideset{
	font-size: 0;
}
.three-columns.colors-box .carousel .btn-prev,
.three-columns.colors-box .carousel .btn-next{
	 position: static;
	 display: inline-block;
	 vertical-align: top;
	 float: none;
	 left: auto;
	 right:  auto;
	 margin: 0 0 2px;
}
.three-columns.colors-box .carousel  .pagination{
	display: block;
	position: static;
	display: inline-block;
	vertical-align: middle;
	float: none;
	left: auto;
	right: auto;
	overflow: hidden;
	padding: 12px 0 0;
	margin: 0 10px;
}
.three-columns.colors-box .carousel .pagination li{
	float: left;
	margin: 0 5px;
}
.slider-controls-area{
	overflow: hidden;
	text-align: center;
	padding: 10px;
}
.carousel {
	position: relative;
	overflow: hidden;
	min-height:541px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
}
.carousel .mask .slideset {
	width:100% !important;
	float: left;
	white-space:nowrap;
	letter-spacing:-4px;
}
.carousel .mask .slide {
	width:100%;
	letter-spacing:0;
	white-space:normal;
	display:inline-block;
	vertical-align:top;
	min-height:541px;
	background-size:cover;
	background-position:50% 50%;
	position:relative;
}
.carousel .btn-prev,
.carousel .btn-next,
.slideshow .btn-prev,
.slideshow .btn-next{
	position:absolute;
	top:50%;
	font-size:30px;
	line-height:30px;
	width:30px;
	height:30px;
	font-weight:700;
	margin-top:-15px;
	color:#e6203d;
	z-index:99;
}
.carousel .btn-prev:hover,
.carousel .btn-next:hover,
.slideshow .btn-prev:hover,
.slideshow .btn-next:hover{
	color:#000;
}
.carousel .btn-next,
.slideshow .btn-next{
	right:0;
}
.carousel [class*=" icon-"]:before,
.carousel [class^="icon-"]:before,
.slideshow [class*=" icon-"]:before,
.slideshow [class^="icon-"]:before{
	width:30px;
	height:30px;
	margin:0;
	font-size:40px;
	line-height:30px;
}
.carousel .pagination,
.slideshow .pagination{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:30px;
	right:0;
	left:0;
	z-index:99;
	overflow:hidden;
	text-align:center;
	white-space:normal;
}
.carousel .pagination li,
.slideshow .pagination li{
	display:inline-block;
	vertical-align:top;
	margin:0 1.8% 5px;
}
.carousel .pagination li a,
.slideshow .pagination li a{
	display:inline-block;
	vertical-align:top;
	width:8px;
	height:8px;
	border:2px solid #e51937;
	border-radius:100%;
}
.carousel .pagination li a:hover,
.carousel .pagination li.active a,
.slideshow .pagination li a:hover,
.slideshow .pagination li.active a{
	background:#e51937
}
#blocks.vintage-single .white,
#blocks.vintage-single .white h2 {
	color:#000;
}
.vintage-single .caption-holder h2{
	font-size:55px;
	line-height:50px;
}
#player-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 999;
}
.video-overlay{
	background:url(../images/headerVideoNoiseOverlay.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
#player-overlay video {
	display: block;
	width: 100%;
	height: 100%;
}
#life-run.inner.run-page-inner{
	height:auto;
	min-height:inherit;
	background:none;
}
#life-run.run-page-inner #player-overlay{
	position:static;
}
#life-run.run-page-inner #player-overlay video{
	height:auto;
}
.featured-info{
	overflow:hidden;
	background:url(../images/img7.jpg) no-repeat;
	background-size:cover;
	background-position: 50% 50%;
	text-align:center;
	padding:60px 0 45px;
}
.featured-info h2{
	color:#fff;
	text-transform:uppercase;
	font-size:55px;
	line-height:58px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	margin:0 0 60px;
}
.featured-info ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.featured-info ul li{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 -4px;
	padding:0 4% 10px;
	font-size:20px;
	line-height:23px;
	font-weight:400;
	letter-spacing:0;
	text-transform:uppercase;
	font-family: "proxima-nova-condensed",sans-serif;
	color:#fff;
}
.featured-info ul li .image-holder{
	width:300px;
	height:300px;
	margin:0 auto 50px;
	display:table;
	text-align:center;
	background-color: rgba(178,49,8,0);
	-webkit-box-shadow: inset 0 0 139px rgba(255,255,255,.07);
	-moz-box-shadow: inset 0 0 139px rgba(255,255,255,.07);
	box-shadow: inset 0 0 139px rgba(255,255,255,.07);
	border: solid 3px #e51937;
	border-radius:100%;
}
.featured-info.landing ul li .image-holder{
	border-color:#D2F15E;
	overflow:hidden;
}
.featured-info ul li .image-holder .image-area{
	display:table-cell;
	vertical-align:middle;
}
.featured-products{
	overflow:hidden;
	padding:70px 0 55px;
	text-align:center;
}
.featured-products h1{
	color:#000;
	text-transform:uppercase;
	font-size:55px;
	line-height:58px;
	margin:0 0 60px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
}
.featured-products .title{
	color:#000;
	text-transform:uppercase;
	font-size:22px;
	line-height:25px;
	display:block;
	letter-spacing:1px;
	font-weight:400;
	text-transform:uppercase;
	font-family: "proxima-nova-condensed",sans-serif;
	margin:0 0 20px;
}
.featured-products .post{
	overflow:hidden;
	text-align:center;
}
.featured-products .post .image-area{
	overflow:hidden;
	margin:0 0 30px;
	text-align:center;
}
.featured-products .post .image-area img{
	margin:0 auto;
	display:block;
}
.featured-products .carousel{
	min-height:inherit;
}
.featured-products .carousel .mask {
	margin:0 0 50px;
}
.featured-products .carousel .mask .slideset{
	white-space:nowrap;
	letter-spacing:-4px;
}
.featured-products .carousel .mask .slide{
	min-height:inherit;
}
.featured-products .carousel .mask .slide{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
}
.featured-products .carousel .pagination{
	position:static;
	bottom:0;
}
.featured-products .carousel .pagination li{
	margin:0 18px 3px;
}
.product-colors{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.product-colors li{
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	margin:0 3px 5px;
	background:#2b3a4e;
	border-radius:100%;
}
.product-colors li.leather{
	background:#917c55;
}
.product-colors li.finlandia{
	background:#5d6a5e;
}
.product-colors li.gray-olive{
	background:#a9a48d;
}
.product-colors li.burnt-umber{
	background:#963429;
}
.product-colors li a{
	display:block;
	height:100%;
	cursor:pointer;
}
.main-controls{
	overflow:hidden;
	background:#ebebeb;
	position:relative;
	border-top:1px solid #d7d7d7;
}
.main-controls .carousel,
.main-controls .carousel .mask .slide{
	min-height:inherit;
}
.main-controls .container{
	padding:0 70px;
	position:relative;
}
.main-controls:after{
	content:'';
	background:#d7d7d7;
	height:1px;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	position:absolute;
	z-index:9;
}
.main-controls .posts{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:99;
	overflow:hidden;
	text-align:center;
}
.main-controls .posts li{
	display:block;
	width:100%;
	text-align:center;
	white-space:normal;
	position:relative;
}
.main-controls .posts li a{
	display:block;
	padding:0;
	height:100%;
	border-right:1px solid #d7d7d7;
	min-height:110px;
	min-height: 142px;
}
.main-controls .posts li .normal{ display:block;}
.main-controls .posts li .hover{ display:none;}

.main-controls .posts li:hover .normal{ display:none;}
.main-controls .posts li:hover .hover{ display:block;}

.main-controls .posts li.active a{
	background:#fff;
	border-bottom:1px solid #fff;
	border-top:none;
}

.main-controls .posts li.active .hover{ display:block;}
.main-controls .posts li.active .normal{ display:none;}

.main-controls .posts li a:hover{
	background:#fff;
}
.carousel .main-controls .btn-next,
.carousel .main-controls .btn-prev{
	position:absolute;
	top:0;
	margin:50px 0 0;
	font-size:50px;
	line-height:50px;
	display:block;
	color: #000;
}
.carousel .main-controls .btn-next{
	right:0;
}
.carousel .main-controls .btn-prev{
	left:0;
}
.main-controls .posts li .image-holder{
	min-height:70px;
}
.main-controls .posts li img{
	margin:0 auto;
}
.main-controls .posts .title{
	display:block;
	color:#000;
	text-align:center;
	padding:15px 0 5px;
	text-transform:uppercase;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	font-size:18px;
	line-height:21px;
	position:absolute;
	bottom:8px;
	left:0;
	width:100%;
}
.btn-sidebar{
	display:none;
	text-transform:uppercase;
	color:#000;
	font-size:18px;
	line-height:21px;
	padding:25px 5px;
	position:relative;
	border-bottom:1px solid #b7b7b7;
}
#sidebar.is-active .btn-sidebar .icon-angle-right{
	transform: rotate(-90deg);
	color: #e31837;
}
.btn-sidebar:hover .icon-angle-right{
	color: #e31837;
}
.btn-sidebar .icon-angle-right{
	 transform: rotate(90deg);
	 position:absolute;
	 top:50%;
	 right:0;
	 font-size:30px;
	 line-height:30px;
	 color:#000;
	 margin:-15px 0 0;
}

/***Footer***/
#footer{
	background:#000;
	width:100%;
	overflow:hidden;
	color:#fff;
}
#footer.fixed-footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:99;
}
#footer .news-letter{
	background:#3b3b3b;
	overflow:hidden;
	padding:19px 0 10px;
}
#footer .news-letter .sign-text{
	float:left;
	max-width:29%;
	margin-right:3px;
}
#footer .news-letter span{
	font-size:26px;
	line-height:48px;
	letter-spacing:0;
	text-transform:uppercase;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
#footer .news-letter .form-holder{
	overflow:hidden;
	padding:2px 0 0;
}
#footer .news-letter form{
	margin:0;
}
#footer .form-holder .row {
	float:left;
    padding: 0 15px;
    vertical-align: top;
    width: 39.5%;
}
#footer .form-holder .row:nth-child(3){
	width:20.3%;
}
#footer .form-holder .row input[type="submit"]{
	width:100%;
}
#footer .form-holder .row input[type="submit"]:hover{
	color:#808080;
	font-weight: 400;
}
#footer input[type="text"]:focus,
#footer input[type="email"]:focus, 
#footer input[type="password"]:focus, 
#footer input[type="tel"]:focus, 
#footer input[type="url"]:focus {
    border-color: #808080;
}
#footer .news-letter input{
	margin:0;
	display:inline-block;
	vertical-align:top;
}
#footer .news-letter .privacy{
	float:right;
	text-align:right;
	max-width:310px;
	margin-left: 3px;
}
#footer .news-letter a{
	font-size:16px;
	color:#fff;
	line-height:47px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
}
#footer .news-letter a .icon-right-open-big{
	width:3px;
}
#footer .news-letter a:hover{
	color:#808080;
	transition: all 0.3s ease;
}
#footer .copy-write{
	padding:15px 0;
	overflow:hidden;
	background:#000;
}
#footer .copy-write .footer-nav{
	float:left;
	margin:0;
}
#footer .copy-write .footer-nav li{
	display:inline-block;
	vertical-align:middle;
	margin-right:42px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	 line-height:40px;
}
#footer .copy-write li a{
	color:#fff;
}
#footer .copy-write li a:hover{
	color:#808080;
}
#footer .copy-write .social-nav{
	float:right;
	margin:0;
}
#footer .copy-write .social-nav li{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin-left:20px;
	border-radius:100%;
	border:2px solid #fff;
	height:40px;
	width:40px;
	text-align:center;
	transition: all 0.3s ease;
}
#footer .copy-write .social-nav li:hover,
#footer .copy-write .social-nav li:hover a{
	border-color:#808080;
	color:#808080;
	transition: all 0.3s ease;
}
#footer .copy-write .social-nav li a{
	line-height:37px;
	display:block;
	transition: all 0.3s ease;
}
#footer .arrow-up{
	float:right;
	margin-left:50px;
}
.stories-banner{
	overflow:hidden;
	padding:50px 10px 30px;
	position:relative;
}
.banner-overlay{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#images{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.stories-banner .image-holder{
	overflow:hidden;
	position:relative;
	background-size:cover;
	min-height:861px;
}
.stories-banner .caption{
	text-align:center;
}
.stories-banner .image-holder img{
	max-width:100%;
	height:auto;
	display:block;
}
.stories-banner h1{
	margin:0 0 50px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900 !important;
	font-size:80px;
	line-height:83px;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
}
.stories-banner time{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:20px;
	color:#fff !important;
	padding:0 0 25px;
	margin:0 0 20px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.stories-banner time:after{
	content:'';
	height:3px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.btn-more{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:18px;
	line-height:21px;
	color:#e51937;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.btn-more.white{
	color:#fff;
}
.btn-more .icon-right-open-big{
	color:#e51937;
}
.btn-more.white .icon-right-open-big{
	color:#fff;
}
.btn-more:hover,
.btn-more:hover .icon-right-open-big{
	color:#000;
}
.stories-holder{
	overflow:hidden;
	margin:0 -10px;
}
.stories-holder .post{
	width:33.3%;
	display:inline-block;
	vertical-align:top;
	margin:0 0 30px -4px;
	padding:0 15px;
}
.stories-holder .post .post-holder{
	overflow:hidden;
	background:#fff;
	position:relative;
}
.stories-holder .post .post-holder .btn-more{
	position:absolute;
	bottom:55px;
	width: 145px;
	left:50%;
	margin:0 0 0 -64px;
}
.stories-holder .post .image-holder{
	overflow:hidden;
}
.stories-holder .post .image-holder img{
	width:100%;
	height:auto;
	display:block;
}
.stories-holder .post .text-block{
	overflow:hidden;
	text-align:center;
	padding:50px 7% 65px;
}
.stories-holder time{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:20px;
	color:#000;
	padding:0 0 23px;
	margin:0 0 20px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.stories-holder time:after{
	content:'';
	height:2px;
	background:#ebebeb;
	position:absolute;
	bottom:0;
	left:50%;
	width:50px;
	margin:0 0 0 -25px;
}
.stories-holder h2{
	margin:0 0 40px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900 !important;
	font-size:28px;
	line-height:31px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
}
.site-pager{
	margin:0;
	padding:40px 0 30px;
	list-style:none;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.site-pager li{
	display:inline-block;
	vertical-align:top;
	margin:0 1% 2px;
}
.site-pager li a, .site-pager li span.current{
	display:block;
	width:8px;
	height:8px;
	background:#d3d3d3;
	border-radius:100%;
	text-indent:-9999px;
}
.site-pager li:hover a, .site-pager li span.current{
	background:#e51937 !important;
}
.site-pager li.current a{
	background:#757575;
}
.site-pager li:hover a.nextpostslink, 
.site-pager li:hover a.previouspostslink {
	background:none !important;
}
.site-pager li a.nextpostslink, .site-pager li a.previouspostslink {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 24px;
	height: auto;
	line-height: 5px;
	text-indent: 0;
	width: auto;
	color:red;
}
.site-pager li a.nextpostslink:hover, 
.site-pager li a.previouspostslink:hover {
	background:none;
	color:#000;
}
.story-detail{
	overflow:hidden;
	max-width:1010px;
	margin:0 auto;
	font-size:20px;
	line-height:30px;
	padding:40px 0 0;
}
.story-detail .slideshow .slide{
	background-size:cover;
}
.story-detail .carousel,
.story-detail .carousel .mask .slide{
	min-height:inherit;
}
.story-detail p{
	margin:0 0 70px;
}
.story-detail p a{
	color:#e51937;
	text-decoration:underline;
}
.story-detail p a:hover{
	text-decoration:none;
}
.story-detail .slideshow{
	margin-bottom:70px;
}
.story-detail .video-holder{
	overflow:hidden;
	position:relative;
	min-height:569px;
	margin:0 0 70px;
}
.story-meta{
	overflow:hidden;
	margin:60px 0;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.story-meta span{
	display:block;
	text-transform:uppercase;
	font-size:18px;
	line-height:21px;
	margin:0 0 5px;
}
.story-meta span a{
	color:#e51937;
}
.story-meta span a:hover{
	color:#000;
}
.story-meta span time{
	color:#e51937;
}
.share-area{
	overflow:hidden;
	text-align:center;
	background:#000;
	padding:47px 0;
}
.share-area .social-title{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	line-height:33px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.social-networks{
	display:inline-block;
	vertical-align:middle;
	margin:0;
	padding:0;
	list-style:none;
}
.social-networks li{
	float:left;
	margin:0 5px;
}
.social-networks li a{
	color:#fff;
	font-size:27px;
	line-height:27px;
	display:inline-block;
	vertical-align:middle;
}
.social-networks .at-icon-wrapper.at-share-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	margin:0 5px !important;
	padding:0 !important;
}
.share-holder .at-icon-wrapper.at-share-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	margin:0 !important;
	padding:0 !important;
}
.share-holder .at-icon-wrapper.at-share-btn .at-icon{
	fill:#000 !important;
	height:26px !important;
	width:26px !important;
}
.social-networks li a:hover{
	 color: #e51937;
}
.featured-stories{
	overflow:hidden;
	text-align:center;
	background:#ebebeb;
	padding:100px 0 60px;
}
.featured-stories  .s-title1{
	margin:0 0 50px;
	font-size:30px;
	line-height:33px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
}
.ico-grids{
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
	background:url(../images/ico-grids.png) no-repeat;
	transition:none;
	margin:23px 0;
}
.ico-grids:hover{
	background-position:0 -26px;
}
.store-locatoe{
	overflow:hidden;
}
.store-locatoe img{
	display:block;
	width:100%;
	height:auto;
}
.orignal-slider{
	overflow:hidden;
}
.orignal-slider .carousel{
	position:static;
}
.orignal-slider .carousel.not-enough-slides .btn-prev,
.orignal-slider .carousel.not-enough-slides .btn-next{
	display:none;
}

.orignal-slider .carousel .mask{
	border-left:1px solid #d7d7d7;
}
.orignal-slider .carousel .slide{
	width:16.6%;
}
.orignal-slider .carousel .btn-prev, 
.orignal-slider  .carousel .btn-next{
	display:block;
	width:50px;
	height:50px;
	margin-top:-25px;
	color:#000;
}
.orignal-slider .carousel .btn-prev:hover, 
.orignal-slider  .carousel .btn-next:hover{
	color:#e6203d;
}
.orignal-slider .carousel [class*=" icon-"]:before, 
.orignal-slider .carousel [class^="icon-"]:before{
	font-size:50px;
	line-height:50px;
	margin:0 auto;
	height: 50px;
	width: 50px;
}
.orignal-slider .carousel .btn-prev{
	left:5px;
}
.orignal-slider .carousel .btn-next{
	right:5px;
}
.orignal-slider .carousel .pagination{
	position:static;
	margin:0;
}
.orignal-slider .carousel .pagination li{
	margin:0;
}
.orignal-slider .carousel .pagination li a{
	width:100%;
	height:100%;
	border-radius:0;
	border:none;
}
.main-area{
	overflow:hidden;
	background:#ebebeb;
}
.inner-content{
	overflow:hidden;
	margin-bottom:25px;
}
.inner-content .heading-holder{
	overflow:hidden;
	text-align:center;
	padding:90px 0 55px;
}
.inner-content h1{
	margin-bottom:10px;
	font-size:40px;
	line-height:43px;
	text-transform:uppercase;
	color:#000;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
}
span.wpcf7-form-control-wrap.Message{
	width:100%;
	margin:0;
	height: 110px;
	overflow:hidden;
}
#fancybox-close{
	right: 14px !important;
	top: -12px !important;
}
.inner-content h2{
	margin-bottom:8px;
	font-size:24px;
	line-height:27px;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
}
.inner-content .post{
	overflow:hidden;
	margin-bottom:15px;
	font-size:20px;
	line-height:30px;
	color:#000;
	text-align:left;
	font-weight:300;
}
.inner-content .post p{
	margin-bottom:20px;
}
.inner-content .container{
	max-width:1010px;
}
.inner-content .story-detail{
	padding-top:0;
}
.inner-content .story-detail .text-box{
	margin:0 auto;
	max-width:747px;
}
.inner-content .story-detail .text-box p{
	margin-bottom:20px;
}
.tagline-holder{
	padding:30px 0 40px;
}
.tagline-holder h2{
	margin-bottom:0;
	font-family: proxima-nova-condensed, sans-serif;
}
.map-holder{
	overflow:hidden;
	margin-bottom: 70px;
}
.contact-block{
	overflow:hidden;
	margin-bottom:20px;
}
.inner-content .email{
	text-decoration:underline;
}
.inner-content address{
	font-style:normal;
}
.inner-content address span{
	display:block;
}
.required-title{
	text-transform:uppercase;
	font-size:18px;
	line-height:21px;
	color:#3b3b3b;
	padding:15px 0;
	display:block;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.required{
	color:red;
}
.contact-form{
	overflow:hidden;
}
.contact-form .col{
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #b7b7b7;
}
.contact-form input[type="text"],
.contact-form input[type="email"]{
	overflow:hidden;
	width:100%;
	border:none;
	margin:0;
	color:#3b3b3b;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus{
	border-left:1px solid #b7b7b7;
	color:#3b3b3b;
}
.contact-form textarea{
	margin:0;
	border:none;
	padding:15px;
	color:#3b3b3b;
	padding-top:0;
	position: relative;
}
.contact-form .input-area{
	overflow:hidden;
}
.contact-form  label{
	float:left;
	max-width:275px;
	padding:9px 15px;
	text-transform:uppercase;
	font-size:18px;
	line-height:21px;
	color:#3b3b3b;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.checkbox-col{
	overflow:hidden;
	position:relative;
}
.contact-form .label{
	max-width:inherit;
	overflow:hidden;
	padding:0;
	width:90%;
	float:left;
}
span.wpcf7-list-item{
	margin-left:0 !important;
}
span.wpcf7-list-item input{
	float: left;
	margin-top: 5px;
}
.contact-form .label a{
	text-decoration:underline;
	color:#3b3b3b;
}
.contact-form .label a:hover{
	text-decoration:none;
}
.contact-form [type="checkbox"]:not(:checked) + label::before, 
.contact-form [type="checkbox"]:checked + label::before{
	right:auto;
	left:0;
}
.contact-form [type="checkbox"]:not(:checked) + label::after, 
.contact-form [type="checkbox"]:checked + label::after{
	right:auto;
	left:4px;
}
.contact-form [type="checkbox"]:not(:checked) + label, 
.contact-form [type="checkbox"]:checked + label{
	padding-left:40px;
}
/* New Styles */ 

/*#breakthrough.lotr .caption-holder,
#breakthrough.lotr{
	background:#ebebeb;
	overflow:hidden;
}*/
#breakthrough.lotr{
	background-size:cover;
    min-height: 695px;
	background-repeat:no-repeat;
}
#breakthrough.lotr .caption-holder strong,
#breakthrough .caption-holder p{
	color:#fff;
}
#breakthrough .caption-holder.area-normal p{
	color:#484f54;
}
#breakthrough.lotr .column-two .img-holder {
    /*background: url(../images/img24.jpg) no-repeat;*/
	background-position: 0 50%;
	background-size:cover;
    min-height: 695px;
}

#blocks.vintage-single.lotr .col h2,
#breakthrough.lotr .caption-holder strong{
	font-style:italic;
}
#blocks.vintage-single.lotr .col h2,
#blocks.vintage-single.lotr .caption-holder p{
	color:#000;
}
#life-run.inner .container.run-inner2{
	height:auto;
	top:0;
	bottom:0;
	background:#0D0D0D;
	margin:0;
	max-width:inherit;
	transition:all 3s ease;
	-webkit-transition:all 3s ease;
}
#life-run.inner.remove-b .container.run-inner2{
	background:none;
}
#life-run.inner img-holder{
	max-width:841px;
	height:auto;
	margin:0 auto;
}

.vintage-single .black1 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
#blocks.vintage-single.lotr .black1 .caption-holder h2,
#blocks.vintage-single.lotr .black1 .caption-holder p{
	color:#fff;
}
#breakthrough.lotr .caption-holder{
	padding:129px 20px 20px 100px;
}
#life-run.inner{
	/*background:url(../images/img28.jpg) no-repeat;*/
	background-size:cover;
	background-position:50% 50%;
	min-height:1010px;
	position:relative;
	text-align:center;
	overflow:hidden;
}
#life-run.inner .container{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	z-index:999;
	height:300px;
	margin-top:-150px;
}
video#videobg { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	/*background: url(../images/img28.jpg) no-repeat;*/
	background-size: cover;
	transition: 1s opacity;
}

.pd-banner{
	overflow:hidden;
}
.pd-banner-container{
	margin:0 auto;
	max-width:1440px;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	padding:10px 20px 0;
}
.pd-banner-container .columns{
	overflow:hidden;
}
.pd-banner-container .columns .col{
	float:left;
	width:50%;
	position:relative;
}
.swiftspin:after{
	content:"";
	background:url(../images/ico-360.png) no-repeat;
	position:absolute;
	top:98px;
	right:0;
	width:103px;
	height:19px;
}
.swiftspin{
	padding:55px 0 0;
}
.pd-banner-container h2{
	color:#000;
	text-transform:uppercase;
	font-style:italic;
	font-family: proxima-nova-condensed, sans-serif;
	font-style: italic;
	font-weight: 700;
	 font-size:80px;
	 line-height:83px;
	 margin-bottom:25px;
	 letter-spacing: -1px;
	 padding:0 0 0 5px;
}
.overview-holder{
	overflow:hidden;
	position:relative;
	padding:40px 0 0;
	margin-top:40px;
}
.overview-holder:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#b7b7b7;
	width:50px;
	height:2px;
}
.overview-holder ul{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:18px;
	line-height:21px;
	text-transform:uppercase;
}
.overview-holder ul li{
	display:block;
	overflow:hidden;
	position:relative;
	padding:0 0 0 15px;
	margin-bottom:5px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.overview-holder  h3{
	color:#000;
	text-transform:uppercase;
	font-size:20px;
	line-height:23px;
	font-style:italic;
	font-family: proxima-nova-condensed, sans-serif;
	font-style: italic;
	font-weight: 700;
}
.pd-title{
	color:#000;
	text-transform:uppercase;
	font-size:20px;
	line-height:23px;
	font-style:italic;
	font-family: proxima-nova-condensed, sans-serif;
	font-style: italic;
	font-weight: 700;
	display:block;
	position:absolute;
	bottom:18px;
	left:0;
	width:100%;
	padding:0 5px;
}
.overview-holder ul li:after{
	background:#000;
	border-radius:100%;
	width:5px;
	height:5px;
	position:absolute;
	top:8px;
	left:0;
	content:'';
}
.pd-text{
	padding:50px 7.2% 77px 0;
}
.show-desktop{
	display:block;
}
.show-mobile{
	display:none;
}
.pd-banner .pagination{
	margin:0 auto;
	padding:0;
	list-style:none;
	overflow:visible;
	text-align:center;
	background:#ebebeb;
	border-right:1px solid #d7d7d7;
	position:static;
	clear:both;
	max-width:1400px;
}
.pd-banner .pagination li{
	display:inline-block;
	vertical-align:top;
	width:16.666%;
	background:#ebebeb;
	margin:0 0 0 -5px;
}
.pd-banner .pagination li a{
	display:block;
	text-align:center;
	border-left:1px solid #d7d7d7;
	width:100%;
	height:100%;
	border-radius:0;
	background:#ebebeb;
	border-right:none;
	border-top:none;
	border-bottom:none;
	position:relative;
	padding:8px 0 15px;
	position:relative;
	transition:none !important;
}
.pd-banner .pagination li a:hover,
.pd-banner .pagination li.active a{
	background-color:#fff;
}
.pd-banner .pagination li.active a:after{
	background:#fff;
	height:2px;
	left:0;
	position:absolute;
	width:100%;
	content:"";
	top:-1px;
}
.pd-banner .pagination .hover{
	display:none;
}
.pd-banner .pagination .normal{
	display:block;
	background-color:#fff;
}
.pd-banner .pagination li a:hover .hover,
.pd-banner .pagination li.active .hover{
	display:block;
	transition:none !important;
}
.pd-banner .pagination li a:hover .normal,
.pd-banner .pagination li.active .normal{
	display:none;
	transition:none !important;
}

.pd-banner .carousel  .pagination li a:hover, 
.pd-banner .carousel  .pagination li.active a,
.pd-banner .slideshow  .pagination li a:hover, 
.pd-banner .slideshow  .pagination li.active a{
	background:#fff;
	border:none;
	border-left:1px solid #d7d7d7;
}
.pd-banner .carousel  .pagination li.active a:after,
.pd-banner .slideshow  .pagination li.active a:after{
	background:#fff;
	width:100%;
	height:2px;
	position:absolute;
	top:-2px;
	left:0;
	content:'';
}
.pagination-holder{
	background:#ebebeb;
	border-top:1px solid #d7d7d7;
	clear:both;
	width:100%;
}

/*  New styles */  

#hero {
  height: 595px;
  overflow: hidden;
  position: relative;
}

.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 695px;
  position: absolute;
  z-index: -1;
}

#hero-mobile {
  display: none;
  background: url(../images/trainers.png) no-repeat center top/cover;
  height: 350px;
  margin-bottom: 30px;
}
.first-section {
  padding: 50px 0 20px 0;
}

#hero .layer{
	min-height:895px;
}
 


.layer-1 {
  background-image: url(../images/BGBalls.png);
  background-position: 50% 50%;
}

.layer-2 {
  background-image: url(../images/trainers.png);
  background-position: 100% 50%;
}
body{
	position:relative;
	top:0;
	transition: top ease 250ms;
}
body.search-active{
	top:189px;
	position:relative;
	transition: top ease 250ms;
}

#image-reel .reel-preloader{
	background-color:#000;
}

/* slideshow basic styles */
.slideshow {
	position: relative;
	overflow:hidden;
}
.slideshow .slideset{
	overflow:hidden;
	height:541px;
	position:relative;
	width:100% !important;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}
.pd-banner .slideshow .slideset{
	height:783px;
} 
.slideshow.story .slideset{
	height:518px;
} 
.slideshow.story.inner .slideset .slide{
	background-size:contain;
} 
.stories-fade {
  opacity: 0;
}
.mc4wp-response {
    text-align: center;
	clear:both;
	padding-top:10px;
}
.incolor-holder{
	overflow:hidden;
	padding:20px 0 35px;
}
.incolor-holder .header-area{
	overflow:hidden;
	text-align:center;
	max-width: 61%;
	margin: 0 auto;
	padding: 80px 0 48px;
}
.incolor-holder .header-area h1{ 
	font-size:82px;
	line-height:82px;
	letter-spacing: -1px;
	font-family: "proxima-nova-condensed",sans-serif;
	color:#2dd543;
    text-transform: uppercase;
    font-weight: 900;
    background: -webkit-linear-gradient(left, #8c7236, #2ed63e, #2d8497);
	background: linear-gradient(left, #8c7236, #2ed63e, #2d8497);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.incolor-holder .header-area h1 span{
	display:block;
	font-weight: 400;
}
.incolor-posts{
	overflow: hidden;
	margin: 0 -30px;
}
.in-post{
	width: 59%;
	position: relative;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -4px;
}
.in-post:nth-child(4n+2){
	width: 41%;
}
.in-post:nth-child(4n+3){
	width: 41%;
}
.in-post:nth-child(4n+2) .post-holder,
.in-post:nth-child(4n+3) .post-holder{
	min-height: 349px;
}
.in-post .color-options{
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	color: #fff;
	text-transform: uppercase;
    font-family: "proxima-nova-condensed",sans-serif;
 	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
}
.in-post .color-options li{
	overflow: hidden;
}
.in-post .title{
	display: block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 4px;
}
.in-post .post-holder{
	overflow: hidden;
	min-height: 495px;
	padding: 50px;
	background: blue;
}
.btn-morepost{
	position: absolute;
	bottom: 52px;
	left: 85px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.btn-morepost:hover{
	opacity: 0.4;
}
.incolor-holder-selected{
	overflow: hidden;
}
.slider .col-caption{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.7);
	-webkit-transition: all 0.5s ease; 
    transition: all 0.5s ease;
}
.slider {
	overflow: hidden;
}
.slider .slide{
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	min-height: 700px;
}
.slider  .slick-list.draggable{
	padding: 0 !important;
}
.slider .slide.slick-center .col-caption{
	background: rgba(0,0,0,0);
	-webkit-transition: all 0.5s ease; 
    transition: all 0.5s ease; 
}
.vintage-single.incolor .slide{
	background-size: cover;
}
.run-main .vintage-single.incolor .slide{
	background-size: cover;
	background-position:center center;
}
.slider .slick-arrow{
	display: block;
	bottom: 50px;
	top: auto;
	width: 40px;
	height: 14px;
	-webkit-transition: none;
    transition: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    cursor: pointer;
    z-index: 99;
    outline: none !important;
}
.slider .slick-prev{
	background: url(../images/slider-arrows-red.png) no-repeat -1px -1px;
	left: 50%;
	margin: 0 0 0 7%;
	outline: none !important;
}
.slider .slick-next{
	background: url(../images/slider-arrows-red.png) no-repeat -71px -1px;
	right: 50%;
	margin: 0 -14% 0 0;
	outline: none !important;
}
.slider .slick-prev:hover{
	background-position: -1px -22px;
}
.slider .slick-next:hover{
	background-position: -71px -22px;
}
.three-columns .color-options{
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	color: #fff;
	text-transform: uppercase;
    font-family: "proxima-nova-condensed",sans-serif;
 	font-weight: 700;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 43px;
}
.three-columns .slick-slider .slick-dots{
	display: none !important;
}
.three-columns.colors-box .slick-slider .slick-dots{
	display: block !important;
}
.three-columns.colors-box  .slick-dots{
	overflow: hidden;
	margin: 0;
	padding: 21px 0 6px;
	list-style: none;
	text-align: center;
	line-height: normal;
}
.three-columns.colors-box .slider .slick-arrow{
	bottom: 0;
}
.three-columns.colors-box .slider .slick-prev{
	left: 33%;
	margin: 0 0 13px 7%;
	background: url(../images/ico-arrows-color.png) no-repeat -1px -2px;
	width: 17px;
	height: 24px;
}
.three-columns.colors-box .slider .slick-next{
	right: 54%;
	margin: 0 -14% 13px 0;
	background: url(../images/ico-arrows-color.png) no-repeat -48px -2px;
	width: 17px;
	height: 24px;
}
.three-columns.colors-box .slider .col-caption{
	background: none;
}
.three-columns.colors-box  .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	height: 10px;
}
.three-columns.colors-box  .slick-dots li.slick-active button{
	background: #e6203d;
}
.three-columns.colors-box  .slick-dots li button{
	background: none;
	border:2px solid #e6203d;
	border-radius:100%;
	text-indent: -9999px;
	overflow: hidden;
	box-shadow: none;
	width: 8px;
	height: 8px;
	padding: 0; 
	cursor: pointer;
}
.three-columns .color-options li{
	overflow: hidden;
}
.text-area.in-color{
	overflow: hidden;
	max-width: 300px;
	margin: 0 auto;
	padding: 50px 10px;
	background: none;
	position: absolute;
	top: 0;
	left: 5%;
}
.three-columns{
	position: relative;
	overflow: hidden;
}
.text-area.in-color .title{
	display: block;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 4px;
}
.three-columns .caption-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 15px 42px 50px;
	z-index: 9;
	color: #fff;
	max-width: 70%;
	font-size: 26px;
	line-height: 29px;
	text-transform: uppercase;
	font-weight: normal;
}
.three-columns .caption-title sup{
	left: 0;
    position: relative;
    top: -8px;
    font-size: 16px;
	line-height: 16px;
}
.vintage-single.incolor .col{
	color: #fff;
}
.vintage-single.incolor .col.inner-black,
#blocks .col.inner-black .caption-holder h2{
	color: #000;
}
.instagram-holder{
	overflow: hidden;
}
.instagram-featured{
	overflow: hidden;
	text-align: center;
	padding:65px 0 0;
}
.instagram-featured .header{
	overflow: hidden;
	color: #fff;
}
.instagram-featured .header h1,
.instagram-featured .header h2{
	color: #fff;
}
.instagram-featured .container{
	max-width: 1070px;
}
.instagram-featured h1{
	font-size: 80px;
	line-height: 80px;
	font-family: proxima-nova-condensed,sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.instagram-featured h2{
	font-size: 28px;
	line-height: 30px;
	font-family: proxima-nova-condensed,sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.instagram-featured .video-holder{
	overflow: hidden;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
}
.angle-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 30px;
	background: #e51937;
}
.angle-div.top-right{
	left: auto;
	right: 0;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.angle-div.top-right:after{
	bottom: 0;
	top: auto;
}
.angle-div.bottom-right{
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.angle-div.bottom-left{
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
}
.angle-div.bottom-left:after{
	bottom: 0;
	top: auto;
}
.angle-div:after{
	content: "";
	background: #e51937;
	width: 30px;
	height: 3px;
	position: absolute;	
	top: 0;
	left: 0;
}
.instagram-text{
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 70px;
}
.instagram-text p{
	font-weight: 300;
}
.instagram-text p span{
	display: block;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}
.instagram-posts{
	position: relative;
	border-top: 5px solid #e51937;
	background:#151515;
}
.instagram-posts .posts-area{
	overflow: hidden;
}
.instagram-posts .post{
	float: left;
	width: 16.6%;
	position: relative;
}
.instagram-posts .post.video:after{
	content: "";
	background:url(../images/ico-play.png) no-repeat scroll;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	pointer-events:none;
}
.instagram-posts .post img{
	width: 100%;
	height: auto;
	display: block;
}
.ico-instagram{
	position: absolute;
	top: -47px;
	left: 50%;
	width: 50px;
	height: 43px;
	margin: 0 0 0 -25px;
}
.insta-icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
}
#find-astore a.btn.insta:hover{
	background: #e51937;
	color: #fff;
	border-color: #e51937; 
}
.strava-banner{
	overflow: hidden;
	min-height: 700px;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
.strava-banner-content{
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 35px;
	font-weight: 400;
}
.strava-banner-content p{
	margin-bottom: 35px;
}
.ico-runman{
	width: 178px;
	height: 73px;
	margin-bottom: 60px;
}
.strava-banner h1{
	color: #fff;
	font-size: 80px;
	margin-bottom: 15px;
	line-height: 80px;
	font-weight: 900;
	text-transform: uppercase;
}
.strava-content{
	background: url(../images/bg-strava.jpg);
	border-top: 3px solid #fc4c02;
	position: relative;
	z-index: 9;
}
.strava-content:after{
	content: "";
	display: block;
	clear: both;
}
.strava-tag{
	background: #fc4c02;
	padding: 12px 3px;
	text-align: center;
	width: 145px;
	display: block;
	border-radius: 3px;
	margin: -26px auto 0;
}
.strava-tag img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.strava-content .container{
	max-width: 1040px;
}
.strava-intro{
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}
.strava-intro h2{
	color: #fff;
	font-size: 55px;
	margin-bottom: 50px;
	line-height: 55px;
	font-weight: 900;
	text-transform: uppercase;
}
.strava-table{
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	width: 100%;
	line-height: 33px;
	font-weight: 400;
	font-family: "proxima-nova-condensed",sans-serif;
	margin-bottom: 40px;
}
.strava-table-head{
	overflow: hidden;
}
.strava-table th.col{
	font-weight: 900;
	color: #000;
	font-size: 28px;
	line-height: 31px;
}
.strava-table th.col .col-holder{
	padding: 17px 5px;
	background-size: cover;
}
.strava-table th.col .col-holder{
	background-image: url(../images/bg-rank1.jpg);
	background-size: cover !important;
}
.strava-table th.col:nth-child(2) .col-holder{
	background-image: url(../images/bg-rank2.jpg);
}
.strava-table th.col:nth-child(3) .col-holder{
	background-image: url(../images/bg-rank3.jpg);
}
.strava-table th.col:nth-child(4) .col-holder{
	background-image: url(../images/bg-rank4.jpg);
}
.strava-table .col{
	width: 20%;
	padding: 1px;
	vertical-align: middle;
}
.strava-table  .col:nth-child(2){
	width: 35%;
}
.strava-table  .col:nth-child(3){
	width: 25%;
}
.strava-table .col:nth-child(4){
	width: 20%;
}
.strava-table tr.black td.col .col-holder{
	background-color: #3b3b3b;
	color: #fff;
}
.strava-table tr.black td.col:nth-child(even) .col-holder,
.strava-table tr.black td.col:nth-child(even) .col-holder,
.strava-table tr.black td.col:nth-child(even) .col-holder{
	background-color: #373737;
}
.strava-table .black td.col .col-holder{
	background-color: #3b3b3b;
	color: #fff;
}
.strava-table .black td.col .col-holder{
	background-color: #3b3b3b;
	color: #fff;
}
.strava-table td.col:first-child .col-holder{
	padding: 8px;
}
.strava-table  td.col .col-holder{
	overflow: hidden;
	background-color: #ebebeb;
	padding: 22px 5px;
	color: #000;
	letter-spacing: -1px;
	height: 100%;
}
.strava-table  td.col:nth-child(even) .col-holder{
	background: #d7d7d7;
}
.ico-award{
	display: inline-block;
	vertical-align: middle;
	background: url(../images/award.svg) no-repeat;
	background-size: cover;
	width: 43px;
	height: 61px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	font-style: normal;
	font-weight: 700;
	font-family: "proxima-nova-condensed",sans-serif;
	padding: 0 3px;
}
.strava-table .ico-award.yellow{
	background: url(../images/awardGold.svg) no-repeat;
	color: #3b3b3b;
}
.strava-table .ico-award.white{
	background: url(../images/awardSilver.svg) no-repeat;
	color: #3b3b3b;
}
.strava-table .ico-award.dark-yellow{
	background: url(../images/awardBronze.svg) no-repeat;
	color: #3b3b3b;
}
.strava-tagline{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 28px;
	line-height: 31px;
	padding-bottom: 75px;
	text-transform: uppercase;
}
.strava-tagline i{
	font-style: normal;
	font-weight: 900;
}
.winner-holder{
	overflow: hidden;
	background-color: #e51937;
	background-image: url(../images/articleTexture.png);
	background-position: 57% 96%;
	background-repeat: no-repeat;
	padding: 70px 0;
}
.winner-holder .image-holder{
	float: left;
	width: 30%;
	margin: 0 7.5% 0 0;
}
.winner-holder .text{
	overflow: hidden;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	padding-top: 70px;
}
.winner-holder h1{
	margin-bottom: 25px;
	color: #fff;
	font-size: 75px;
	line-height: 75px;
	font-weight: 700;
	font-family: "proxima-nova-condensed",sans-serif;
	text-transform: uppercase;
}
.winner-holder p{
	margin-bottom: 40px;
}
.winner-holder .container{
	max-width: 1270px;
}
.winner-holder .btn{
	background:none; 
}
.winner-holder .btn:hover{
	background: #fff;
}
.mobile-ranking-text{
	display: none;
}
.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	background: rgba(0,0,0,0.85);
	background-clip: padding-box;
	font-family: "proxima-nova-condensed",sans-serif;
	width: 100%;
	left: 0 !important;
	right: 0 !important;
	height: 100%;
	top:0 !important;
}
.modal-box .modal-body {
	width: 1010px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
	display: none !important;
}
.modal-box .close {
	line-height: 1;
	font-size: 3.7em;
	position: absolute;
	top: 5%;
	right: 2%;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	font-family: 'Lucida Grande';
	border: 1px solid #fff;
	font-weight: 300;
	cursor: pointer;
}
.modal-box .close:hover {
	color: #fff;
	background: #e51937;
	border-color: #e51937;
}
.modal-columns{
	overflow: hidden;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-family: proxima-nova-condensed,sans-serif;
	background: #151515;
}
.modal-columns .col{
	float: left;
	width: 50%;
}
.modal-columns .col .image-holder{
	overflow: hidden;
}
.modal-columns .by{
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 400;
}
.modal-columns .by a{
	color: #e51937;
}
.modal-columns .text-area{
	overflow: hidden;
	padding: 10%;
	font-family: "proxima-nova-condensed",sans-serif;
}
.modal-columns .text-area .text-block-area{
	min-height: 360px;
	padding-bottom: 10px;
}
.modal-columns .btn{
	border-color: #fff;
	color: #fff;
	border-radius: 3px;
}
.modal-columns .btn:hover{
	background: #e51937;
	color: #fff;
	border-color: #e51937;
}
.color-slider{
	overflow:  hidden;
	background: #ebebeb;
	padding: 30px 10px 25px;
	text-align: center;
}
.color-slider .colour-holder{
	max-width: 770px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
    position: relative;
	min-height: auto;
}
.color-slider .colour-holder .btn-prev, 
.color-slider .colour-holder .btn-next{
    color: #e6203d;
    font-size: 45px;
    font-weight: 700;
    height: 45px;
    line-height: 36px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 45px;
    z-index: 99;
}
.color-slider .colour-holder .btn-next{
	right:0;
}
.color-slider .colour-holder  .btn-prev{
	left: 0;
}
.color-content{
	overflow: hidden;
	text-align: center;
	margin: 0 40px;
}
.color-boxes{
	overflow: hidden;
	text-align: center;
}
.color-boxes li{
	width: 31px;
	height: 31px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.color-slider h1{
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}
#our-product.logedin{
	display:block;
}
.run-banner{
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	background-attachment:fixed;
	height:100vh;
	z-index:-1;
}
.run-banner > img {
    height: auto;
    width: 100%;
}
#main.run-main{
	padding:64px 0 0;
}
.caption-holder-aea{
	overflow:hidden;
}
.img-area-run{
	display:block;
	display:none;
}
.img-area-run img{
	width:100%;
	height:auto;
}
.run-banner .icon-rywHeaderType{
	position: relative;
	display: block;
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
}
.run-banner .icon-rywHeaderType:before{
	font-size: 1000px;
	line-height: 1000px;
	font-family: icomoon;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.8;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.insta-fields-area{
	overflow: hidden;
	background: #151515;
	border-top: 5px solid #e51937;
	position: relative;
}
.insta-fields-area:after{
	content: "";
	background: url(../images/ico-insta-new.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 47px;
	margin: 0 0 0 -23px;
}
.insta-fields-area .head-area{
	overflow: hidden;
	text-align: center;
	padding: 80px 0 40px;
}
.insta-fields-area .image-container{
	overflow: hidden;
}
.insta-fields-area .image-container img{
	display: block;
	width: 100%;
	height: auto;
}
.insta-fields-area  h2{
	font-size: 55px;
	line-height: 58px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 900;
	color: #fff;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#sb_instagram .sbi_load_btn {
    margin-top: 45px !important;
	background-color: rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    color: #fff !important;
    font-size: 20px !important;
    height: 46px !important;
    text-transform: uppercase !important;
    width: 230px;
}
#sb_instagram .sbi_load_btn:hover {
    background: #e51937 !important;
    border-color: #e51937 !important;
    color: #fff !important;
}
#sbi_lightbox .sbi_lb-dataContainer{
	background:#151515 !important;
}
#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption{
	color:#fff !important;
}
#sbi_lightbox .sbi_lb-caption a {
    color: #fff !important;
}
#sbi_lightbox .sbi_lb-number {
    color: #fff !important;
}
#sbi_lightbox .sbi_lightbox_action.sbi_share  a {
    color: #fff !important;
}
#sbi_lightbox .sbi_lightbox_action.sbi_instagram  a {
    color: #fff !important;
}
#sbi_lightbox #sbi_lightbox .sbi_lightbox_action a{
	color:#fff !important;
}
#sbi_lightbox .sbi_lb-data .sbi_lb-close{
	color:#e51937 !important;
	opacity:1 !important;
}
#sbi_lightbox .sbi_lb-data .sbi_lb-close:hover{
	color:#fff !important;
	opacity:1 !important;
}
#sbi_lightbox .sbi_lightbox_username p {
    color: #fff !important;
}
.sbi_lb-commentBox a{
	color: #fff !important;
}
.sbi_lb-commentBox span{
	color: #fff !important;
}
.two-columns.run-page .col{
	background:#0D0D0D !important;
}
.two-columns.run-page .col h2{
	display:none !important;
}
.two-columns.run-page .caption-holder p{
	font-family: 'GothamBold';
	font-size:25px !important;
	margin-bottom:30px;
	text-transform: uppercase;
}
.run-main .hide-mobile{
	display:block;
}
.run-main .hide-desktop{
	display:none;
}
.run-main .insta-fields-area{
	background:#0D0D0D !important;
}
.run-main .insta-fields-area h2{
	font-family: 'GothamBold';
}
.run-main #find-astore{
	background:#0D0D0D !important;
}
#life-run.inner.for-mobile{
	display:none;
}
.home-mobile-image{
	display:none !important;
	position:relative;
	height:510px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.table-holder{
	overflow:hidden;
	padding:50px 0;
	text-align:left;
}
.table-holder table{
	margin:0 auto;
}
.table-holder table td{
	text-align:left;
}
@media only screen and (min-width:1921px) {
	.slideshow .slide {
		background-size:cover;
		background-repeat:no-repeat;
	}
}
@media only screen and (max-width: 1920px) {
	.layer-2{
		background-position: 0 50%;
	}
}

@media only screen and (max-width: 1720px) {
	#blocks .caption-holder{
		padding-right:100px;
	}
}
@media only screen and (max-width: 1620px) {
	#breakthrough .caption-holder,
	#blocks .caption-holder{
		padding-left:100px;
		padding-top:70px;
	}
	.orignals-main .text-column{
		 padding: 134px 0 10px 4%;
	}
	.image-column{
		width: 58%;
	}
	#single-vintage .text-column{
		padding:100px 0 100px 4%;
	}
	#breakthrough.lotr{
		background-position:70% center;
	}
}
@media only screen and (max-width: 1524px) {
	#footer .news-letter span{
		font-size:20px;
	}
	#single-vintage .image-column .img-holder img{
		max-width:100%;
		height:auto;
	}
	.featured-info ul li .image-holder{
		width:240px;
		height:240px;
	}
}
@media only screen and (max-width: 1520px) {
	#sidebar {
		margin-right: 2%;
		width: 16%;
	}
	#content{
		width:82%;
	}
}
@media only screen and (max-width: 1500px) {
	.video-wrapper{
		min-height:430px;
	}
}
@media only screen and (max-width: 1480px) {

	#footer .news-letter span{
		font-size:16px;
	}
	#breakthrough .caption-holder,
	#blocks .caption-holder{
		padding-left:30px;
		
	}
	#blocks .caption-holder{
		padding-right:30px;
		
	}
	#breakthrough.lotr .caption-holder {
		padding: 80px 20px 20px 30px;
	}
	#breakthrough.lotr{
		background-position:75% center;
	}
}
@media only screen and (max-width: 1280px) {
	.text-column h1,
	.text-column .title{
		font-size:80px;
		line-height:70px;
	}
	.slider .slick-prev{
		margin: 0 0 0 5%;
	}
	.slider .slick-next{
		margin: 0 -14% 0 0;
	}
	.text-column h2{
		font-size:30px;
	}
	#footer .form-holder .row{
		padding: 0 5px;
	}
	/*#vintage, #jazz, #grid-sd, #grid-eight, #grid-eightyfive, #grid-nine, #shaddow, #shaddow-six, #shaddow-orignal{
		height:600px;
		overflow:hidden;
	}*/
	.incolor-holder-selected .three-columns .column,
	.slideshow.incolor, 
	.slideshow.incolor .slideset{
		min-height: 600px;
	}
	#blocks.vintage-single .col{
		min-height:400px;
	}
	
	.run-main #blocks.vintage-single .col{
		min-height:541px;
	}
	.run-main #blocks.vintage-single .slideshow .slideset{
		height:541px;
	}
	#breakthrough.lotr{
		background-position:78% center;
	}
	
}
@media only screen and (max-width: 1220px) {
	.run-banner .icon-rywHeaderType{
		width: 600px;
		height: 600px;
	}
	.run-banner .icon-rywHeaderType:before{
		font-size: 600px;
		line-height: 600px;
	}
	#blocks.vintage-single .col.text1 .caption-holder{
		max-width:inherit;
		padding:40px 20px;
	}
	.pd-banner-container h2{
		 font-size: 55px;
		letter-spacing: 0;
		line-height: 58px;
	}
	#blocks.vintage-single .col.text1{
		height:auto !important;
		min-height:inherit;
	}
	.slideshow .slideset{
		height: 541px;
	}
	.video-wrapper iframe,
	.video-wrapper object,
	.video-wrapper embed,
	.video-wrapper video {
		width: 100%;
	}
	.slideshow .slide{
		top:0;
	}
	.caption{
		width:95%;
	}
	.five-columns .two-columns .col{
		position:relative;
	}
	.gallery-section .carousel .mask .slide{
		text-align:center;
	}
	#gallery-pager{
		position:static;
	}
	.product-review .text-holder{
		border-top: 1px solid #b7b7b7;
		border-left: none;
	}
	.two-columns .col{
		height:auto !important;
	}
	#blocks.vintage-single .slideshow .slideset{
		height:450px;
	}
	.five-columns .two-columns .col{
		padding:0;
	}
	.easyzoom--adjacent .easyzoom-flyout {
		left:0;
		margin-left: 0;
	}
	.five-columns .two-columns .col:first-child{
		border:none;
		margin:0;
		padding-bottom:0 !important;
	}
	.gallery-section .carousel .pagination li a{
		border-bottom:1px solid #b7b7b7;
	}
	.gallery-section .carousel .pagination li {
		margin: 0 0 -1px;
	}
	.gallery-section{
		margin:0;
	}
	.bx-wrapper{
		margin:70px auto;
	}
	.two-columns .col{
		width:100%;
		margin-left:0;
	}
	#blocks .col.image-block-inner{
		min-height:450px;
	}
	.slideshow .slide {
		background-size:cover;
		background-repeat:no-repeat;
	}
	#breakthrough .column-two,
	#breakthrough .column-one{
		width:100%;
		margin-left:0;
	}
	.product-review .text-holder{
		height:auto;
		overflow:hidden;
	}
	.product-review .text-holder .btn-holder{
		margin-bottom:0;
	}
	#footer .news-letter .sign-text{
		max-width:22%;
	}
	.gallery-section .carousel .pagination{
		position:static;
	}
	.gallery-section .carousel .pagination li a{
		margin:0;
		width:100%;
	}
	.gallery-section .carousel .pagination li{
		width:20%;
	}
	.gallery-section .carousel .pagination{
		margin:0 -1px 0 0;
	}
	.gallery-section .carousel .pagination li img{
		max-width:70px;
		margin:0 auto;
		width:auto;
	}
	.run-main .hide-mobile{
		display:none;
	}
	.run-main .hide-desktop{
		display:block;
	}
	#breakthrough.lotr{
		min-height:600px;
	}
}
@media only screen and (max-width: 1180px) {
	/*.run-banner{
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}*/
	.run-banner{
		height: auto;
		position:relative;
		background-image:none;
	}
	.img-area-run{
		overflow:hidden;
		display:block;
	}
}
@media only screen and (max-width: 1110px) {
	.three-columns .caption-title{
		max-width: 100%;
		padding: 30px 15px;
	}
	.three-columns.colors-box .slider .slick-prev{
		left: 26%;
	}
	.three-columns.colors-box .slider .slick-next{
		right: 47%;
	}
	.filter-products .filter-holder li{
		 margin-right: 10px;
	}
	.image-column{
		padding-top: 183px;	
	}
	.main-controls .posts li a{
		min-height:107px;
	}
	.top-products h2{
		font-size:17px;
	}
	.incolor-holder .header-area h1{
		font-size: 60px;
		line-height: 60px;
	}
	.modal-box .modal-body{
		width: 100%;
		padding: 0 2%;
	}
	.modal-columns .text-area .text-block-area{
		min-height: inherit;
	}
	.modal-box .close{
		width: 40px;
		height: 40px;
		font-size: 2.1em;
	}
	.modal-columns{
		font-size: 16px;
		line-height: 18px;
	}
	.modal-columns .by{
		margin-bottom: 13px;
	}
}
@media only screen and (min-width:1020px) {
	a[href^=tel] {
		cursor: default;
		pointer-events: none;
		}
}
@media only screen and (max-width: 1020px) {
	
	.filter-holder .side-slide  ul{
		 line-height: 40px;
	}
	.filter-products .filter-holder .side-slide  li{
		overflow:hidden;
		float:none;
		display:block;
		text-align:center;
		line-height: 40px;
	}
	.slider .slick-prev{
		margin: 0 0 0 3.5%;
	}
	.slider .slick-next{
		margin: 0 -15% 0 0;
	}
	#sidebar ul li{
		text-align:left;
	}
	.slider .slick-arrow{
		bottom: 29px;
	}
	.text-area.in-color{
		max-width: 249px;
	}
	.side-slide{
		width:100%;
		overflow:hidden;
		text-align:center;
	}
	.slide .filter-products .filter-holder li{
		float:none;
		display:block;
		overflow:hidden;
		text-align:center;
		line-height: 47px;
	}
	.filter-products .filter-holder li{
		line-height: 69px;
	}
	.btn-sidebar .icon-angle-right{
		margin: -16px 0 0;
	}
	.filter-products .filter-holder li.active a{
		padding-bottom:4px;
	}
	.five-columns .two-columns .col:first-child{
		padding-bottom:0 !important;
	}
	.slide-left,
	.slide-right{
		opacity:1 !important;
		position:static !important;
	}
	.slide-left{
		right:0 !important;
	}
	#vintage.vintage-inner-main{
		height:auto;
	}
	.slide-right{
		left:0 !important;
	}
	.stories-holder h2{
		font-size:20px;
		line-height:23px;
		margin: 0 0 20px;
	}
	.filter-holder > ul{
		font-size:15px;
		line-height:58px;
	}
	.filter-products .filter-holder span{
		font-size:15px;
	}
	.stories-banner h1{
		font-size:60px;
		line-height:63px;
	}
	.stories-banner .image-holder{
		min-height: 800px;
	}
	#blocks .two-columns .col,
	.image-column,
	.text-column{
		width:100%;
	}
	.orignal-slider .carousel .slide{
		width:25%;
	}
	#single-vintage .text-column{
		padding:80px 0 0;
	}
	.image-column{
		padding:0;
	}
	#blocks.vintage-single .col.text1{
		min-height:inherit;
	}
	.carousel .pagination,
	.slideshow .pagination{
		display:none;
	}
	.pagination-holder .pagination{
		display:block;
	}
	.gallery-section .carousel .pagination{
		display:block;
	}
	.featured-products .carousel .btn-prev, 
	.featured-products .carousel .btn-next{
	}
	.carousel .btn-prev, 
	.carousel .btn-next,
	.slideshow .btn-prev,
	.slideshow .btn-next{
		display:block;
	}
	.carousel .btn-prev,
	.slideshow .btn-prev{
		left:0;
	}
	.carousel .btn-next,
	.slideshow .btn-next{
		right:0;
	}
	.filter-products .filter-holder span{
		padding:0 0 0 15px;
	}
	.featured-info ul li{
		padding: 0 5px 10px;
		text-align: center;
		width: 100%;
	}
	.featured-info ul li .image-holder{
		margin:0 auto 20px;
	}
	.featured-products .carousel .mask .slide{
		width:100%;
	}
	.video-wrapper,
	#single-vintage,
	#single-vintage.inner-single{
		min-height:auto;
		height:auto;
	}
	#single-vintage{
		padding-bottom:20px;
	}
	#footer .news-letter{
		text-align:center;
	}
	#footer .news-letter .sign-text,
	#footer .news-letter .form-holder,
	#footer .news-letter .privacy{
		float:none;
		max-width:100%;
		margin-bottom:15px;
		text-align:center;
		padding:0;
		margin-left: 0;
		margin-right: 0;
	}
	#footer .news-letter a{
		font-size:14px;
		line-height:37px;
	}
	#footer .news-letter span {
		font-size: 26px;
		line-height:26px;
		display:block;
	}
	#sidebar,
	#content{
		margin:0 0 15px;
		width:100%;
		float:none;
		overflow:hidden;
	}
	#sidebar ul li:nth-child(3){
		clear:both;
	}
	#sidebar ul li.cancel{
		overflow:hidden;
		width:100%;
		padding-left:10px;
		padding-right:10px;
		margin:0;
	}
	#sidebar ul li.updates{
		float:left;
		width:50%;
		padding-left:10px;
		padding-right:10px;
		border-left: 1px solid #b7b7b7;
	}
	.content-holder{
		padding:0;
	}
	.side-slide{
		margin:-1px 0 0;
		display:none;
	}
	.btn-sidebar{
		display:block;
	}
	.gallery-section {
		margin: 100px 0 0;
	}
	#gallery-pager a{
		width:25%;
	}
	.product-review .two-columns .col{
		height:auto !important;
	}
	.gallery-section{
		margin:0;
	}
	.bx-wrapper{
		min-height:210px;
		margin: 100px auto;
	}
	.in-post{
		width: auto;
		padding: 0 ;
		margin: 0 -20px;
		display: block;
		text-align: center;
	}
	.btn-morepost{
		left: 50%;
		margin: 0 0 0 -7px;
		bottom: 35px;
	}
	.incolor-holder{
		padding: 20px 0 0;
	}
	.in-post .post-holder,
	.in-post:nth-child(4n+2) .post-holder, 
	.in-post:nth-child(4n+3) .post-holder {
	    min-height: inherit;
	}
	.incolor-posts{
		margin: 0 -20px;
	}
	.in-post .post-holder{
		padding: 50px 15px;
	}
	.in-post:nth-child(4n+2){
		width: auto;
	}
	.in-post:nth-child(4n+3){
		width: auto;
	}
}
@media only screen and (max-width: 980px) {
	.instagram-posts .post{
		width: 25%;
	}
	.three-columns.colors-box .slider .slick-prev{
		left: 1%;
	}
	.three-columns.colors-box .slider .slick-next{
		right: 20%;
	}
	.winner-holder .image-holder{
		width: 100%;
		margin: 0 auto;
		float: none;
		overflow: hidden;
		text-align: center;
	}
	.winner-holder{
		text-align: center;
	}
	.caption strong{
		font:900 89px/80px "proxima-nova-condensed", sans-serif;
	}
	.pd-banner .slideshow .slideset{
		height: 1419px;
	}
	.featured-products .title{
		font-size:20px;
		line-height:23px;
		margin:0 0 10px;
		min-height: 32px;
	}
	.product-colors li{
		width:10px;
		height:10px;
		margin:0 1px 5px;
	}
	.product-review .two-columns .col{
		width:100%;
		height:auto !important;
		border-left: 0;
	}
	.product-review .text-holder{
		border-top:0;
	}
	.product-review .gallery-section{
		border-bottom:1px solid #b7b7b7;
		position:relative;
	}
	#gallery-pager{
		position:relative;
	}
	.product-review .text-holder{
		border-left:none;
	}
	#breakthrough .column-one,
	#breakthrough .column-two{
		width:100%;
	}
	#breakthrough .caption-holder, #blocks .caption-holder{
		padding-top:50px;
	}
	#breakthrough .column-two .img-holder{
		min-height:400px;
	}
	#blocks .two-columns .col,
	#blocks .video-wrapper.vid-one,
	#blocks .video-wrapper.vid-two{
		min-height:auto;
		height:auto !important;
	}
	#blocks .caption-holder h2,
	#breakthrough .caption-holder strong,
	#breakthrough.landingpage .caption-holder strong{
		font-size:40px !important;
		line-height:40px !important;
		word-wrap: break-word;
	}
	#breakthrough.landingpage .caption-holder strong br{
		display:none !important;
	}
	.text-column h1,
	.text-column .title{
		font-size:70px;
		line-height:60px;
		letter-spacing:0;
	}
	.text-column h2{
		font-size:24px;
		line-height:24px;
		margin-bottom:15px;
		letter-spacing:0;
	}
	/*#vintage, #jazz, #grid-sd, #grid-eight, #grid-eightyfive, #grid-nine, #shaddow, #shaddow-six, #shaddow-orignal{
		height:500px;
	}*/
	.text-column{
		padding:80px 0;
	}
	/* New Styles */
	#breakthrough.lotr .column-two .img-holder{
		background-position:50% 50%;
	}
	.pd-banner-container .columns .col{
		width:100%;
	}
	.pd-banner-container{
		padding:40px 20px 0;
	}
	#breakthrough.lotr .caption-holder{
		padding:40px 20px 20px;
	}
	.pd-text{
		padding:0 0 40px;
	}
	.pd-title{
		font-size:12px;
		bottom:2px;
	}
	.three-columns .caption-title{
		padding: 20px 15px 20px 20px;
	}
	.slideshow.incolor .btn-prev, 
	.slideshow.incolor .btn-next{
		bottom: 29px;
	}
	.slideshow.incolor .btn-next{
		right: 20px;
	}
	.slideshow.incolor .btn-prev{
		right: 75px;
	}
	.incolor-holder-selected .three-columns .column, 
	.slideshow.incolor, .slideshow.incolor .slideset {
	    min-height: 500px;
	}
	.three-columns  .slideshow.incolor .slideset .slide .caption-title{
		max-width: 70%;
	}
	.three-columns  .caption-title{
		max-width: 100%;
	}
	.three-columns .column .text-area{
		max-width: 85%;
	}
	
}
@media only screen and (max-width: 920px) {
	.language-holder{
		margin-left:35px;
	}
	.pd-banner .slideshow .slideset{
		height: 1455px;
	}
}
@media only screen and (max-width: 609px) {
	#fancybox-content{
		width:250px !important;
	}
	#fancybox-close {
		right: -22px !important;
		top: -12px !important;
	}
}
@media only screen and (max-width: 767px) {
	#life-run.inner.not-mobile{
		display:none !important;
	}
	#life-run.inner.for-mobile{
		display:block;
	}
	.modal-columns .col{
		width: 100%;
	}
	.instagram-featured{
		padding:40px 0 0;
	}
	.modal-columns .col .image-holder img{
		width: 100%;
		height: auto;
		display: block;
	}
	.strava-banner{
		min-height: 504px;
	}
	.ico-runman{
		height: 50px;
	    margin-bottom: 15px;
	    width: 122px;
	}
	.strava-banner h1{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.strava-banner p{
		margin-bottom: 25px;
	}
	.strava-intro h2{
		font-size: 34px;
		line-height: 37px;
		 margin-bottom: 10px;
	}
	.strava-table .col {
		width: 30%;
	}
	.strava-table .col.data {
		width: 70%;
	}
	.strava-table .col .col-holder{
		background: none !important;
	}
	.strava-intro{
		font-size: 18px;
		line-height: 26px;
		padding: 25px 0 15px;
	}
	.strava-banner .btn-white{
		min-width: inherit;
	}
	.strava-banner-content{
		font-size: 20px;
		line-height: 25px;
	}
	.text-area.in-color{
		display: none;
	}
	.three-columns .caption-title{
		text-align: center;
	}
	.gallery-section .carousel .pagination li a{
		padding:13px 2px;
		height:auto;
	}
	.slider .slick-arrow {
	    bottom: 47px;
	}
	.three-columns .caption-title{
		bottom: 80px;
	}
	.slider .slick-prev{
		margin: 0 0 0 -55px;
	}
	.slider .slick-next {
	    margin: 0 -55px 0 0;
	}
	.pd-banner .slideshow .slideset{
		height: 1241px;
	}
	.swiftspin{
		padding:0;
	}
	.show-desktop{
		display:none;
	}
	.show-mobile{
		display:block;
	}
	.text-column .text-holder:before, 
	.white .text-column .text-holder:before{
		position:relative;
		left:50%;
		margin:0 0 20px -65px;
		height: 32px;
		width: 130px;
	}
	.orignals-main .text-column {
		padding: 40px 0 10px;
	}
	#vintage.black .text-column h1,
	#vintage.black .text-column .title {
		margin-top: 15px;
		margin-bottom: 12px;
	}
	#vintage.vintage-inner-main{
		height: 506px;
	}
	.swiftspin::after{
		background-size: cover;
		height: 12px;
		top: 0;
		width: 67px;
		right: 18px;
	}
	#banner.everun-inner .caption{
		width: 84%;
	}
	.logo-holder .logo{
		width:120px;
		background-size:cover;
		height: 29px;
	}
	#main{
		padding-top: 63px;
	}
	body.active .header-holder{
		position:relative;
	}
	#nav ul.menu{
		position:relative;
		top:inherit;
		left:inherit;
		transform: none;
		margin:0;
	}
	#nav{
		top:0;
		padding: 102px 0 0;
	}
	.caption-holder{
		text-align:center !important;
		padding:50px 30px !important;
	}
	.orignal-slider .carousel [class*=" icon-"]:before, 
	.orignal-slider .carousel [class^="icon-"]:before{
		font-size:30px;
		line-height:20px;
		margin:0 auto;
		height: 20px;
		width: 30px;
	}
	.orignal-slider .carousel .btn-prev, 
	.orignal-slider .carousel .btn-next {
		color: #000;
		display: block;
		height: 30px;
		margin-top: -23px;
		width: 30px;
	}
	.gallery-section .carousel .mask .slide{
		padding:20px 0 0;
	}
	.filter-products .filter-holder{
		overflow:visible;
	}
	.filter-holder .side-slide{
		width:100%;
		top:100%;
		margin:0;
		padding:0 ;
		overflow:visible;
		clear:both;
		text-align:center;
		position:relative;
	}
	.filter-products .container{
		padding:0;
	}
	.filter-holder .side-slide ul{
		border-top:2px solid #414141;
		padding:0 0 10px;
	}
	.filter-products .filter-holder .slide li{
		display:block;
		margin:0 0 5px;
	}
	.filter-holder .slide ul{
		overflow:hidden;
		text-align:center;
		line-height:19px;
	}
	.filter-holder .slide ul li{
		margin:0 0 10px !important;
	}
	.filter-products .filter-holder .slide ul li.active a{
		padding:0;
	}
	.filter-products .filter-holder .slide ul li{
		display:block;
	}
	.filter-products .filter-holder .slide ul li a:hover{
		border:none;
		color:#e51937;
	}
	.filter-products .filter-holder li:last-child{
		margin:0;
	}
	.filter-products .filter-holder{
		float:none;
		overflow:visible;
	}
	.filter-products .filter-holder:after{
		content:"";
		display:block;
		clear:both;
	}
	.filter-products .filter-holder span{
		max-width:58%;
		float:left;
		position:relative;
		margin:0;
		margin-right:0;
		margin-left:0;
	}
	.orignal-slider .carousel .slide{
		width:33.3%;
	}
	.stories-banner .image-holder{
		min-height: 440px;
		background-position:50% 50%;
	}
	.stories-banner time{
		font-size:18px;
		line-height:18px;
	}
	.btn-more{
		font-size:18px;
		line-height:21px;
	}
	.stories-banner{
		padding:0 0 15px;
	}
	.story-detail{
		padding:20px 0 0;
	}
	.stories-banner h1 {
		font-size: 35px;
		line-height: 38px;
		margin:0 0 45px;
	}
	.stories-holder .post{
		width:100%;
		margin:0 0 30px;
		display:block;
	}
	.stories-holder .post .post-holder{
		height:auto !important;
	}
	.stories-holder .post .post-holder .btn-more{
		position:static;
		margin:0;
		left:auto;
	}
	.story-detail{
		font-size:18px;
		line-height:29px;
		padding:10px 0 0;
	}
	.story-detail p ,
	.story-detail .slideshow{
		margin: 0 0 35px;
	}
	.story-detail .video-holder{
		min-height:350px;
		margin:0 0 35px;
	}
	.story-meta span{
		font-size:16px;
		line-height:19px;
	}
	.share-area .social-title{
		display:block;
		font-size:18px;
		line-height:21px;
		margin:0 0 10px;
	}
	.social-networks li a{
		font-size: 20px;
		line-height: 20px;
		margin:0 5px;
	}
	.social-networks{
		display:block;
		text-align:center;
	}
	.social-networks li{
		display:inline-block;
		vertical-align:middle;
		float:none;
		margin:0 5%;
	}
	.share-area{
		padding:25px 0;
	}
	.story-meta{
		margin:0 0 35px;
	}
	.featured-stories{
		padding: 35px 0 0;
	}
	.featured-stories  .s-title1{
		font-size:24px;
		line-height:27px;
		margin:0 0 35px;
	}
	.stories-holder time{
		font-size:16px;
		line-height:19px;
		margin:0 0 15px;
		padding:0 0 18px;
	}
	.stories-holder .btn-more{
		font-size:16px;
		line-height:19px
	}
	.stories-holder .post .text-block{
		padding:30px 10px 25px;
	}
	.site-pager{
		padding:8px 0 15px;
	}
	.site-pager li{
		margin: 0 5% 2px;
	}
	.container{
		padding:0 10px;
	}
	.featured-stories .container{
		padding:0 15px;
	}
	.container.stories-inner-page{
		padding:0;
	}
	.story-detail{
		padding:30px 20px;
	}
	.bx-wrapper{
		min-height:210px;
		margin: 100px auto 20px;
	}
	.main-controls .posts li img{
		display:none !important;
	}
	.main-controls .posts .title{
		padding: 17px 3px 15px;
		font-size: 12px;
		line-height: 15px;
		position:static;
	}
	.main-controls .posts li a{
		min-height: 64px;
	}
	.main-controls .btn-prev{
		left:-7px;
	}
	.main-controls .btn-next{
		right:-7px;
	}
	.main-controls .btn-next, .main-controls .btn-prev{
		margin:0;
		top:50%;
		font-size:38px;
		line-height:38px;
		margin:-19px 0 0;
	}
	.main-controls .container{
		padding:0 40px;
	}
	#blocks.vintage-single .col{
		text-align:center;
		font-size:18px;
		line-height:23px;
		min-height:180px;
	}	
	#blocks .col.image-block-inner{
		min-height:180px !important;
	}
	#blocks.vintage-single .col .slideshow .slideset{
		height:180px;
	}
	#blocks.vintage-single .col.text1 .caption-holder{
		text-align:center;
	}
	.run-main #blocks.vintage-single .col{
		min-height:180px;
	}
	.run-main #blocks.vintage-single .col.text1 {
		min-height: inherit;
	}
	
	#blocks.vintage-single .col h2,
	.featured-info h2,
	.featured-products h1,
	.pd-banner-container h2{
		font-size:34px;
		line-height:37px;
		margin:0 0 20px;
	}
	.pd-banner-container h2{
		font-size: 34px;
		line-height: 37px;
		margin:0 0 20px;
	}
	.featured-info ul li{
		font-size:16px;
		line-height:20px;
	}
	.carousel .mask .slide,
	.carousel{
		min-height:180px;
	}
	.top-search{
		display:none;
	}
	.featured-info ul li .image-holder{
		margin:0 auto 20px;
	}
	.featured-info,
	.featured-products{
		padding:30px 0 20px;
	}
	.featured-products .container{
		padding:0 10px;
	}
	.featured-products .carousel .mask{
		margin:0 0 15px;
	}
	.featured-products .post .image-area{
		max-width:250px;
		margin:0 auto 30px;
	}
	.logo-holder {
		left: auto;
		margin: 0;
		position: relative;
		text-align: center;
		top: auto;
		width: 120px;
		float:left;
		margin:0 0 0 9px;
	}
	.header-holder{
		padding:17px 0;
	}
	#nav ul.menu{
		padding-left:20px;
		padding-right:20px;
	}
	.menu-opener{
		margin-top:3px;
		 margin-right: 5px;
	}
	#nav > ul > li > a{
		font-size:25px;
		line-height:42px;
	}
	/*#life-run, #eve-run, #saucony, #in-colour, #our-product, #find-store, #stories{*/
	#eve-run, #saucony, #in-colour, #our-product, #find-store, #stories{
		height:510px;
	}
	
	#main.run-main {
		padding-top: 63px !important;
	}
	
	
	.img-area-run img{
		width:100%;
		height:auto;
	}
	.run-banner .icon-rywHeaderType{
	    width: 300px;
	    height: 300px;
	}
	.insta-fields-area h2 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.run-banner .icon-rywHeaderType::before {
	    font-size: 300px;
	    line-height: 300px;
	}
	.caption{
		width:100%;
		padding:0 22px;
	}
	.stories-banner .caption{
		min-height: 194px;
	}
	.caption h2{
		font-size:20px;
		line-height:24px;
	}
	.btn-white{
		height: 40px;
		line-height:38px;
		font-size:18px;
	}
	.caption .text-holder{
		padding:0 14px;
	}
	.caption .img-holder > strong {
		font-size: 40px;
		letter-spacing: -2px;
		line-height: 40px;
	}
	.caption a.btn{
		margin:0 0 5px;
	}
	.search-holder{
		display:none;
	}
	.language-holder.mobile {
	   display:block;
	   margin-left:0;
	   padding:0 40px;
	   margin-top:18px;
	   margin-bottom:12px;
	}
	.language-holder select{
		width:100%;
		font-size:12px;
	}
	.language-holder.mobile .select-style {
		padding: 0;
		margin: 0;
		border-radius: 3px;
		overflow: hidden;
		background-color: #fff;
		background:url("../images/arrow-down-white.png") no-repeat 93% 50%;
	}
	.search-box{
		display:block;
	}
	.search-box .input-holder{
		position:relative;
		padding:0 40px;
	}
	.search-box .input-holder input{
		width:100%;
		background:none;
		border:2px solid #fff;
		color:#fff;
		font-family: "proxima-nova",sans-serif;
		font-size:12px;
		text-transform:uppercase;
		padding-right:0;
		line-height:28px;
		border-radius:3px;
		padding:0 38px 0 9px;
	}
	.search-box .input-holder input::-webkit-input-placeholder {
	   color: #fff;
	   opacity: 1;
	}
	
	.search-box .input-holder input:-moz-placeholder {
	  color: #fff;  
	  opacity: 1;
	}
	
	.search-box .input-holder input::-moz-placeholder { 
	   color: #fff;  
	   opacity: 1;
	}
	
	.search-box .input-holder input:-ms-input-placeholder {  
	   color: #fff;
	   opacity: 1;
	}
	.search-box .input-holder .search-btn {
		background:none;
		color: #fff;
		font-family: "fontello";
		font-size: 15px;
		line-height: 15px;
		margin: 3px 0;
		padding: 0;
		position: absolute;
		right: 54px;
		text-align: center;
		top: 0px;
		border:none;
		width:auto;
		height: 28px;
	}
	#breakthrough .caption-holder strong{
		font-size:40px;
		line-height:40px;
	}
	.two-columns .col{
		width:100%;
	}
	#banner{
		min-height:500px;
	}
	#breakthrough .column-two .img-holder{
		background-position:center center;
	}
	#sidebar {
		margin-right:0;
		width: 100%;
	}
	#content {
		width: 100%;
		margin-top:30px;
	}
	.filter-products .sort-holder{
		display:none;
	}
	.filter-products .filter-holder{
		text-align:left;
	}
	.filter-products .filter-holder span{
		margin-right:15px;
		font-size:16px;
	}
	.filter-products .filter-holder li{
		margin-right:22px;
		font-size:16px;
	}
	.filter-products .filter-holder li:last-child{
		margin-right:0px;
	}
	.breadcumbs li,
	.breadcumbs strong,
	.breadcumbs li,
	.breadcumbs li.current_item{
		font-size:18px;
	}
	#sidebar ul{
		padding:0 10px;
	}
	.breadcumbs strong{
		display:block;
	}
	.five-columns .col{
		width:50%;
	}
	.five-columns .col.col-large{
		width:100%;
	}
	.product-review .text-holder{
		padding:30px 20px;
	}
	.top-products h2,
	.top-products span{
		font-size:16px;
		line-height:18px;
	}
	.product-review .text-holder h1{
		font-size:24px;
	}
	.product-review .text-holder span.sub-heading{
		font-size:18px;
	}
	.product-review .btn-holder{
		text-align:center;
	}
	#sidebar .cancel.bottom,
	#sidebar .updates.bottom{
		border-bottom:1px solid #b7b7b7;
	}
	#sidebar .updates{
		padding-left:20px;
	}
	#sidebar .updates,
	#sidebar .cancel {
		display: inline-block !important;
		margin-right: -5px;
		vertical-align: top;
		width: 50%;
	}
	/*#vintage, #jazz, #grid-sd, #grid-eight, #grid-eightyfive, #grid-nine, #shaddow, #shaddow-six, #shaddow-orignal{
		height:500px;
	}*/
	.text-column{
		width:100%;
		padding:40px 30px 0;
		text-align:center;
		float:none;
		position:inherit;
	}
	.image-column{
		float:none;
		width:100%;
		padding:0;
	}
	/*.image-column .img-holder > img {
		height: 177px;
	}*/
	.text-column .icon-holder{
		width:100%;
		text-align:center;
		height:auto;
		margin-bottom:16px;
	}
	.text-column h1,
	.text-column .title{
		font-size:36px;
		line-height:38px;
		margin-bottom:15px;
	}
	.text-column a.btn {
		border-color: #ffffff;
		bottom: 40px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
	}
	.text-column .icon-holder img{
		width:150px;
		height:38px;
	}
	#single-vintage .text-column{
		padding:40px 30px 0;
	}
	.text-column p{
		font-size:18px;
		line-height:28px;
	}
	#footer .form-holder .row{
		width:100%;
		margin-bottom:20px;
		padding:0;
	}
	#footer .form-holder .row:nth-child(3) {
		width: 100%;
		margin:0;
	}
	#footer .copy-write{
		padding:30px 0;
	}
	#footer .copy-write .footer-nav {
		float: none;
		width: 100%;
		margin-top:20px;
	}
	#footer .copy-write .footer-nav li{
		display:block;
	}
	#footer .arrow-up{
		margin-left:0;
	}
	#footer .copy-write .social-nav {
		float: none;
		text-align: left;
		width: 100%;
	}
	#footer .copy-write .social-nav li{
		margin-left:0;
		margin-right:20px;
	}
	/* NEw Sttyles */
	.pd-banner .pagination img{
		display:none !important;
	}
	.pd-title{
		position:static;
	}
	.pd-banner .pagination li a{
		padding:26px 10px;
	}
	#life-run.inner{
		min-height:504px;
	}
	#life-run.inner .caption h2{
		margin:25px 0;
	}
	#breakthrough .caption-holder p,
	#blocks .caption-holder p,
	.pd-banner-container{
		font-size:18px !important;
		line-height:22px !important;
	}
	#breakthrough.lotr .column-two .img-holder{
		min-height:410px;
	}
	#blocks.vintage-single.lotr .col.text1 .caption-holder,
	#blocks.vintage-single.lotr1 .col.text1 .caption-holder{
		text-align:left;
	}
	.overview-holder{
		margin-top: 30px;
		padding: 30px 0 0;
	}
	.overview-holder ul{
		font-size:16px;
		line-height:19px;
	}
	.incolor-holder .header-area h1 {
	    font-size: 38px;
	    line-height: 38px;
	}
	.in-post .post-holder{
		min-height: 291px;
		padding: 50px 15px;
	}
	.incolor-holder .header-area{
		max-width: 100%;
	}
	.incolor-holder .header-area{
		padding: 13px 0 30px;
	}
	.incolor-holder-selected .three-columns .column,
	.incolor-holder-selected .three-columns .column.centred{
		width: 100%;
	}
	.incolor-holder-selected .three-columns .column, 
	.slideshow.incolor, 
	.slideshow.incolor .slideset{
		min-height: 300px;
	}
	.three-columns .column .text-area{
		max-width: 100%;
		text-align: center;
	}
	.strava-table{
		border-bottom: 5px solid #8c8c8c;
		margin-bottom: 25px;
		padding: 0 5px;
	}
	.strava-tagline{
		padding-bottom: 25px;
	}
	.strava-table .col{
		width: 100% !important;
		font-size: 20px;
		line-height: 21px;
		min-height: 38px;
	}
	.strava-tagline{
		font-size: 24px;
		line-height: 27px;
	}
	.strava-table td.col .col-holder,
	.strava-table th.col .col-holder,
	.strava-table td.col:first-child .col-holder{
		padding: 8px 7px 6px 35% !important;	
	}
	.strava-table td.col:first-child .col-holder{
		padding: 4px 4px 4px 35% !important;	
	}
	.strava-table td:last-child{
		border: none;
	}
	.strava-table td.col .col-holder{
		color: #fff;
	}
	.strava-table, 
	.strava-table thead, 
	.strava-table tbody, 
	.strava-table th, 
	.strava-table td, 
	.strava-table tr { 
		display: block; 
		text-align: left;
	}
	.strava-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.strava-table tr { border-top: 5px solid #8c8c8c; }
	.strava-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #8c8c8c; 
		position: relative;
		padding-left: 50%; 
	}
	.strava-table td:before { 
		position: absolute;
		top: 10px;
		left: 0;
		width: 35%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
		color: #fff;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
	}
	.strava-table td:nth-of-type(1):before { content: "Rank"; }
	.strava-table td:nth-of-type(2):before { content: "Runners"; }
	.strava-table td:nth-of-type(3):before { content: "Distance"; }
	.strava-table td:nth-of-type(4):before { content: "Runs"; }
	.ico-award{
		width: 21px;
		height: 31px;
	}
	.ico-award{
		text-indent: -9999px;
		overflow: hidden;
		position: relative;
	}
	.mobile-ranking-text{
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		padding: 0 8px;
		font-size: 20px;
		line-height: 23px;
	}
	.winner-holder{
		padding: 40px 0;
		background-position: 25% -48%;
	}
	.winner-holder h1{
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 15px;
	}
	.winner-holder .text{
		font-size: 18px;
		line-height: 26px;
		padding-top: 30px;
	}
	.winner-holder p{
		margin-bottom: 30px;
	}
	.winner-holder .image-holder{
		padding: 0 13%;
	}
	.instagram-featured h1{
		font-size: 30px;
		line-height: 31px;
		 margin-bottom: 20px;
	}
	.instagram-featured h2{
		font-size: 20px;
		line-height: 23px;
		margin: 0 0 10px;
	}
	.instagram-text p span{
		margin-top: 0;
	}
	.angle-div{
		height:12px;
		width: 2px;
	}
	.angle-div:after{
		width: 12px;
		height: 2px;
	}
	.instagram-featured .video-holder{
		padding: 12px;
	}
	.instagram-text{
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 45px;
	}
	.instagram-posts .post{
		width: 33.3%;
	}
}
@media only screen and (max-width: 768px) {
	#hero {
		display: none;
	}
	#hero-mobile {
		display: block;
	}
	.inner-content h2 br{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.main-area.error h1,
	.main-area.error h2{
		color:#fff;
		text-align:center;
		font-family: "proxima-nova-condensed",sans-serif;
	}
	.error-page{
		height:auto !important;
	}
	.main-area.error{
		padding:150px 20px 100px;
		min-height: 780px;
	}
	.main-area.error .error-holder {
		left: auto;
		position: relative;
		top: auto;
		transform: none;
	}
	.main-area.error .btn-white{
		display:inline-block;
		vertical-align:top;
		float: none;
		min-width:200px;
		line-height:44px;
		height: 46px;
	}
	.main-area.error h1{
		font-size:50px;
		line-height:50px;
		margin-bottom:30px;
	}
	.main-area.error h2{
		font-size:30px;
		line-height:30px;
		margin-bottom:30px;
	}
	#our-product .caption .btn-holder{
		max-width:100%;
	}
	.section-6 .caption a.btn{
		min-width:auto;
		display:block;
		height:auto;
		line-height:18px;
		font-size:16px;
		padding:10px 0;
	}
	#breakthrough.lotr{
		min-height:450px;
	}
	#blocks.vintage-single .slideshow .slideset{
		height:450px !important;
	}
	#blocks.vintage-single .col.image-block-inner {
		min-height: 450px !important;
	}
}
@media only screen and (max-width: 500px) {
	.modal-box .modal-body{
		width: 280px;
		padding: 0;
	}
	.modal-columns {
	    font-size: 20px;
	    line-height: 23px;
	}
	.instagram-posts .post{
		width: 50%;
	}
	.slideshow.story .slideset{
		height:144px;
	}
	.pd-banner .slideshow .slideset {
		height: 1168px;
	}
	#banner .caption.everunlogo{
		width: 86%;
	}
	.story-detail .video-holder{
		min-height:169px;
		margin:0 0 35px;
	}
	#vintage{
		height:600px;
	}
	.inner-content h1{
		font-size:30px;
		line-height:33px;
	}
	.inner-content h2{
		font-size:18px;
		line-height:21px;
	}
	.inner-content .post{
		font-size:14px;
		 line-height:20px;
	}
	.inner-content .heading-holder{
		padding: 50px 0 30px;	
	}
	.contact-form label{
		font-size:15px;
		line-height:18px;
		padding:11px 15px;
	}
	.contact-form textarea{
		font-size:13px;
	}
	.contact-form input[type="text"], 
	.contact-form input[type="email"]{
		font-size:13px;
	}
	span.wpcf7-not-valid-tip{
		font-size:9px !important;
	}
	/* new styles */
	.pd-title {
		font-size: 10px;
		line-height:15px;
	}
	.pd-banner .pagination li:last-child .pd-title {
		line-height:15px;
	}
	.pd-banner .pagination li a {
		padding: 16px 2px;
		min-height: 62px;
	}
	.gallery-section .carousel .pagination li img{
		 max-width: 42px;
	}
	.filter-products .filter-holder span,
	.filter-products .filter-holder li{
		padding: 1px 0 0;
	}
	.filter-products .filter-holder span{
		padding:1px 0 0 15px;
	}
	.run-banner .icon-rywHeaderType::before {
		font-size: 150px;
		line-height: 150px;
	}
	.run-banner .icon-rywHeaderType {
		height: 150px;
		width: 150px;
	}
	.run-banner .icon-rywHeaderType:before{
		transform: translateX(-64%);
	}
}
@media only screen and (max-width: 480px) {
	.desktop-only-pic{
		background-image:none !important;
	}
	.home-mobile-image{
		display:block !important;
	}
	#blocks .life-run-slider .slideshow .slide{
		background-size:480px;
	}
	#blocks.vintage-single .col.life-run-slider .slideshow .slideset {
		height: 270px !important;
	}
	#footer .news-letter span{
		font-size:20px;
		letter-spacing:0;
	}
	.filter-products .filter-holder li{
		margin-right:10px;
	}
}
@media only screen and (max-width: 380px) {
	.filter-products .filter-holder span,
	.filter-products .filter-holder li{
		font-size:14px;
		padding: 1px 0 0;
	}
	.filter-products .filter-holder span{
		padding:1px 0 0 10px;
	}
	#sidebar li.cancel{
		padding-right:15px;
	}
	#sidebar .updates{
		padding-left:15px;
	}
}
@media only screen and (max-width: 340px) {
	.text-column{
		padding:40px 10px 0;
	}
	.slideshow .slideset {
		height: 1177px;
	}
}