@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Oswald:300,700|Titillium+Web:400,700);

/* Resets */

.pfsPage img {
	max-width: 100%;
	height: auto;
}

.pfsPage ul, .pfsPage li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Text */

.pfsPage h1, .pfsPage h2, .pfsPage h3{
	color: #333; 
	margin: 0px; 
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif; 
	font-weight: bold;
}

.pfsPage h1 {
	font-size: 36px; 
	line-height: 40px;
}

.pfsPage h2 { 
	font-size: 30px; 
	line-height: 36px; 
}

.pfsPage h3 { 
	font-size: 20px; 
	line-height: 26px;
}

.pfsPage h4 { 
	font-size: 20px; 
	line-height: 26px;
	margin: 0px; 
	padding: 0px;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	color: #999999;
}

body {
	margin: 0px; 
	padding: 0px;
	font-family: 'Titillium Web', sans-serif; 
	font-size: 14px; 
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #999;
	background-color: #fff;
}

.pfsPage p {
	margin: 8px 0 0 0;
	line-height: 20px;
}

.pfsPage a {
	color: #82b5d2;
	text-decoration: underline;
}
.pfsPage a: visited {
	
}
.pfsPage video {
	display: block;
}

.pfsPage a.btn { 
	font-size: 14px; 
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none; 
	line-height: 44px;
	letter-spacing: .05em;
	display: block;
	width: 76px;
	height: 44px;
	border-radius: 24px;
	color: #333; 
	border: 2px solid #333; 
	padding: 0 30px;
	transition: background-color .5s;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 auto;
}

.pfsPage a.btn:hover {
	background-color: #000;
	color: #fff;
}

/* ------ Nav menu style ------ */

 
/*----- Menu -----*/

.pfsPage .pfsMenu ul {
    display: table;
    margin: 15px auto;
}
 
.pfsPage .pfsMenu li {
    margin:0px 15px 0px 0px;
    float:left;
    list-style:none;
    font-size:1em;
}

.pfsPage .pfsMenu a{
	color:#2c2c58;
	background: #fff;
	padding:10px 15px;
	margin:2px;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
}
.pfsPage section {
	clear: both;
	overflow: hidden;
	background-color: #EDEDEF;
}
.pfsPage section.overview, .pfsPage section.trace-videos {
	background-color: #FFFFFF;
}
.pfsPage .columns {
	clear: both;
}

.pfsPage {
	width: 1200px;
	margin: 0 auto;
}

.pfsPage .left {
	padding: 30px 0 0;
	width: 50%;
	float: left;
}

.pfsPage .right {
	width: 50%;
	float: right;
}

.pfsPage .content {
	padding: 30px;
}
.pfsPage .name, .pfsPage .type {
	text-align: center;
}
.pfsPage .type h3 {
	margin-top: 15px;
}

/* Overview */
.pfsPage section.overview .content {
    padding-left: 0;
}

.pfsPage section.overview .left {
    position: relative;
}

.pfsPage section.overview .left img {
    position: absolute;
    right: 30px;
    top: 36px;
}

/* How It Works */
.pfsPage .trace-videos .title {
	background-color: #82B5D2;
	color: #FFFFFF;
	margin: 15px 0;
}
.pfsPage .trace-videos .title h2 {
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
}

.pfsPage .videoList {
    width: 100%;
}

/* Footwear & Performance */
.pfsPage section.fap .left {
	padding: 0;
}
.pfsPage section.fap .right {
	position: relative;
	height: 337px;;
}
.pfsPage section.fap .right img {
	bottom: 0;
	position: absolute;
}

.pfsPage ul.shoelist {
	margin: 20px 0;
}
.pfsPage ul.shoelist li {
	display: inline-block;
	margin-right: 10px;
}
.pfsPage ul.shoelist li img {
	width: 225px;
}

.pfsPage section.shoes {
	padding: 30px 0;
	background-color: #FFFFFF;
}
/* The Science */


/* Events */
.pfsPage section.events {
	background-color: #FFFFFF;
}
.pfsPage .events {
	margin-bottom: 40px;
}

.events .left {
	width: 38%;
	margin-left: 2%;
}
.events .right {
	width: 58%;
	margin-left: 2%;
	padding-top: 40px;
}
.events ul {
	height: 500px;
	overflow-y: auto;
}
.events ul li {
	margin: 20px 0 10px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.filter label {
	font-weight: bold;
	color: #333333;
}
.row .label, .row .value {
	display: inline-block;
	vertical-align: text-top;
}
.row .label {
	width: 80px;
	font-weight: bold;
}
.row .value {
	width: 400px;
}

.row .value .address, .row .value .mapit {
	display: inline-block;
}
.row .value .mapit {
	width: 50px;
	margin-left: 10px;
}
/* Footer */

/* Responsive */


@media only screen and (max-width: 1200px) {
	.pfsPage {
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {
	.pfsPage section.overview .content {
		padding-left: 30px;
	}
	.pfsPage section.overview .left img {
        position: relative;
        right: auto;
        top: auto;
        margin: 30px 0 0 30px;
    }
	.pfsPage .left, .pfsPage .right {
		float: none;
		width: 100%;
	}
	.pfsPage section.fap .right img {
		width: 100%;
	}
	.pfsPage section.shoes {
		margin: 0 0 0 30px;
	}
}

@media only screen and (max-width: 700px) {
	.pfsPage .pfsMenu ul {
		display: block;
	}
	.pfsPage .pfsMenu li {
		float: none;
		width: 100%;
		display: block;
	}
	.pfsPage .pfsMenu li a {
		margin: 0;
		padding: 5px 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	.pfsPage section.overview .left {
    	text-align: center;
	}
	.pfsPage ul.shoelist li {
		display: block;
		text-align: center;
	}
}

.pfsPage li.slide div {
	margin: 0 15px;
}
.pfsPage .jcarousel-wrapper {
    position: relative;
}
.pfsPage .jcarousel-wrapper .jcarousel {
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.pfsPage .jcarousel-wrapper .jcarousel ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
}
.pfsPage .jcarousel-wrapper .jcarousel li {
    float: left;
}
.pfsPage .jcarousel-wrapper .next, .pfsPage .jcarousel-wrapper .prev {
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    top: 14%;
    z-index: 101;
}
.pfsPage .jcarousel-wrapper .next.inactive, .pfsPage .jcarousel-wrapper .prev.inactive {
    display: none;
}
.pfsPage .jcarousel-wrapper .prev {
    left: 2%;
}
.pfsPage .jcarousel-wrapper .next {
    right: 2%;
}
.pfsPage .jcarousel-wrapper .meatballs-container-outter {
    bottom: 0;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 103;
}
.pfsPage .jcarousel-wrapper .meatballs-container-outter .meatballs {
    display: inline-block;
}
.pfsPage .jcarousel-wrapper .meatballs-container-outter span {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 5px;
    text-indent: -9999px;
    width: 15px;
}
.pfsPage .jcarousel-wrapper .jcarousel-pagination {
    text-align: center;
}
.pfsPage .jcarousel-wrapper .jcarousel-pagination.inactive {
    display: none;
}
.pfsPage .jcarousel-wrapper .jcarousel-pagination a {
    display: inline-block;
    width: 15px;
	height: 15px;
	margin: 15px 5px;
	border-radius: 50%;
	background-color: #999;
    /*padding: 3px;*/
}
.pfsPage .jcarousel-wrapper .jcarousel-pagination a.active {
    background-color: #333;
}