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

/* RESET 
-------------------------------------------- */
* {
	margin:0px;
	padding:0px;
	letter-spacing:0px;
}

@font-face {
    font-family: 'TurnpikeRegular';
    src: url('https://www.proenzaschouler.com/skin/frontend/default/proenza/c-fonts/turnpike-webfont.eot');
    src: url('https://www.proenzaschouler.com/skin/frontend/default/proenza/c-fonts/turnpike-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.proenzaschouler.com/skin/frontend/default/proenza/c-fonts/turnpike-webfont.woff') format('woff'),
         url('https://www.proenzaschouler.com/skin/frontend/default/proenza/c-fonts/turnpike-webfont.ttf') format('truetype'),
         url('https://www.proenzaschouler.com/skin/frontend/default/proenza/c-fonts/turnpike-webfont.svg#TurnpikeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINRegular';
    src: url('https://www.proenzaschouler.com/skin/frontend/default/proenza/fonts/din-webfont.eot');
    src: url('https://www.proenzaschouler.com/skin/frontend/default/proenza/fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.proenzaschouler.com/skin/frontend/default/proenza/fonts/din-webfont.woff') format('woff'),
         url('https://www.proenzaschouler.com/skin/frontend/default/proenza/fonts/din-webfont.ttf') format('truetype'),
         url('https://www.proenzaschouler.com/skin/frontend/default/proenza/fonts/din-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* GLOBAL FONTS 
-------------------------------------------- */
html {
	font-family: 'DINRegular', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:17px;
	text-align:left;
	text-transform: uppercase;
}

a, a:active, a:visited {
	color: #ccc;
	text-decoration: none;
}

h1 {
	font-family: 'TurnpikeRegular','Turnpike','Copperplate','Copperplate Gothic Bold',serif;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.2;
	margin: 20px 70px;
	position: relative;
	text-align: center;
	width: 500px;
}

a.shop {
	display:block;
	width:92px;
	height:13px;
	text-indent:-9999em;
	font-size:16px;
	line-height:18px;
	overflow:hidden;
	background: url('../img/ps-show-btn1.png') 0px 0px no-repeat;
	margin:4px 0 23px 0;
}


/* STRUCTURE
-------------------------------------------- */
.wrapper {
 	width:100%;
	height:100%;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	_margin-top:80px;
 }
 
.content {
 	width:640px;
 	padding: 20px 0;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:2;
	clear:left;
	background: #522e04;
	background: rgba(82,46,4,0.4);
}

.text, .back {
	clear: both;
	display: block;
	margin: 20px;
}

.back span {
	bottom: 2px;
	font-size: 0.7em;
	padding-right: 3px;
	position: relative;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-358px; /* half of container's height */
	float:left;
}

.video {
	width:640px;
	height:350px;
	padding:20px 0 6px 0;
	margin:0px;
}


.clear { clear: both; }

