@font-face {font-family: "Din"; font-style: normal; font-weight: normal; src: url('fonts/din-regular.eot'); src: url('fonts/din-regular.eot?#iefix') format("embedded-opentype"), url('fonts/din-regular.woff') format("woff"), url('fonts/din-regular.ttf') format("truetype"), url('fonts/din-regular.svg#PFDinTextPro-Regular') format("svg")}
@font-face {font-family: "Din"; font-style: normal; font-weight: bold; src: url('fonts/din-bold.eot'); src: url('fonts/din-bold.eot?#iefix') format("embedded-opentype"), url('fonts/din-bold.woff') format("woff"), url('fonts/din-bold.ttf') format("truetype"), url('fonts/din-bold.svg#PFDinTextProBold') format("svg")}

::selection {
	background-color: #0099FF;
	color: #FFF;
}

body {
	margin: 0;
	font-family: 'Din', Arial, sans-serif;
	font-size: 20px;
}

body, header {
	background-color: #191919;
	background-image: url('images/bg-home-body.jpg');
	background-attachment: fixed;
}

#content {
	padding: 1px 0;
	background-color: #FFF;
	box-shadow: 0 0 20px #000;
	overflow: hidden;
}

p, h1, h2 {
	margin: 2em;
	line-height: 165%;
	font-weight: normal;
	cursor: default;
}

header {

}

header .puma-social-logo {
	display: block;
	text-align: center;
	overflow: hidden;
}

header .puma-social-logo img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

footer {
	cursor: default;
	background-color: #FFF;
	font-size: .8em;
	color: #999;
	text-align: center;
	padding: .5em 0 1em;
}

footer img {
	margin: 5px 0;
	width: 20%;
}

@media all and (min-width: 960px) {
	.wrapper {
		max-width: 960px;
		margin: 0 auto;
	}
}

.social {
	position: relative;
	z-index: 2;
	font-size: 1.4em;
	background-color: #FFF;
	height: 50px;
	text-align: center;
	padding-left: 30px;
}

.fb-like {

}

h1 {
	margin: .5em 1em;
	line-height: 140%;
	text-align: center;
}

p {
	margin: 0;
	padding: 2em;
	color: #222;
	font-size: 1.2em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

h2 {
	color: #666;
	font-size: 2em;
}

.parallax-box {
	height: 32em;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.parallax-box {
		background: #FFF;
	}
}

.parallax-box blockquote {
	cursor: default;
	color: #FFF;
	font-size: 3em;
	text-shadow: 0 0 10px #000;
	margin: 0;
	padding: 1em;
}


@media all and (max-width: 800px) {
	body {
		font-size: 12px;
	}
}

@media all and (max-width: 480px) {
	body {
		font-size: 11px;
	}

	h1 {
		font-size: 1.31em;
	}
}

.pair {
	height: 514px;
	margin-bottom: 10px;
	background-position: top;
	cursor: pointer;
}

.pair span {
	display: block;
	height: 514px;
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: bottom;
	-webkit-transition: opacity 250ms ease-in-out;
	-moz-transition: opacity 250ms ease-in-out;
	transition: opacity 250ms ease-in-out;
	opacity: 0;
}

.pair:hover span {
	opacity: 1;
}