/*
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-56It';
font-family:'HelveticaNeueW01-75Bold';
font-family:'HelveticaNeueW01-76Bold';	// bold italic
 */
body,html {
	padding: 0;
	margin: 0;
}
body {
	/*font-family: "Helvetica Neue";*/
	padding: 100px 0;
	font-size: 13px;
	line-height: 18px;
}

body,input,button {
	font-family:'HelveticaNeueW01-55Roma';
}

a {
	color: black;
}

i,em {
	font-style: normal;
	font-family:'HelveticaNeueW01-56It';
}

b,strong {
	font-weight: normal;
	font-family:'HelveticaNeueW01-75Bold';
}

hr {
	background: black;
	height: 5px;
	border: none;
}

nav {
	position: fixed;
	background: black;
	left: 0;
	top: 0;
	right: 0;
	-webkit-transition: top 0.2s ease-in-out;
	-moz-transition: top 0.2s ease-in-out;
	-ms-transition: top 0.2s ease-in-out;
	-o-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}
nav .inner {
	width: 1024px;
	margin: 0 auto;
}
nav ul {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 23px;
}
nav ul li {
	border-bottom: 1px solid #222222;
}
nav ul li:first-child {
	border-bottom: none;
}
nav ul li:first-child a {
	font-weight: normal;
	font-family:'HelveticaNeueW01-75Bold';
	color: white;
}
nav ul li:first-child a i{
	background: white;
	display: inline-block;
	color: black;
	font-style: normal;
	width: 20px;
	text-align: center;
	margin-right: 5px;
}

nav a {
	color: #ccc;
	display: block;
	text-decoration: none;
	line-height: 24px;
	padding: 5px 0;
	font-size: 14px;
}
button {
	position: absolute;
	bottom: -40px;
	left: 50%;
	background: black;
	border: none;
	color: white;
	font-size: 17px;
	text-transform: uppercase;
	width: 200px;
	margin-left: -100px;
	height: 42px;
	cursor: pointer;
}

#content {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}

header {
	background: black;
	color: #ccc;
	padding: 44px 380px 44px 88px;
	font-size: 36px;
	line-height: 50px;
	font-weight: 200px;
}
header h1 {
	color: white;
	font-weight: normal;
	margin: 0 -300px 44px 0;
}
header h1 strong {
	background: white;
	color: black;
	display: inline-block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	text-align: center;
}

h2 {
	padding: 42px 88px 18px 88px;
	margin: 0;
	font-weight: normal;
	font-size: 36px;
	line-height: 50px;
}

section .right,
section .left {
	width: 380px;
	margin: 0 0 0 88px;
	float: left;
}


section:after,
nav:after {
    content:"";
    display:table;
    clear:both;
}

form {
	margin: 50px auto;
	width: 300px;
}
input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	margin: 0;
	padding: 0;
}
input[type="password"] {
	border: none;
	padding: 0 10px;
   -moz-box-shadow:    inset 0 0 4px #ccc;
   -webkit-box-shadow: inset 0 0 4px #ccc;
   box-shadow:         inset 0 0 4px #ccc;
   float: left;
   width: 200px;
   margin-right: 10px;
   border: 1px solid #ccc;
}
input[type="submit"] {
	padding: 0 20px;
	background: black;
	border: none;
	color: white;
}

img[data-vimeo] {
	cursor: pointer;
}
