/** Generic style **/
* {
	max-height: 100000px;
}
body {
	margin: 0;
	color: #000;
	font: 20px/20px 'proxima-nova', Arial, Helvetica, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-out 0s;
}
input, textarea, select {
	font: 100% 'proxima-nova', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
header, footer, article, section, hgroup, nav, figure, aside {
	display: block;
}
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="search"], input[type="email"], textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"]:hover {
	cursor: pointer;
}
#wrapper {
	position:relative;
	overflow:hidden;
}
.header {
	padding:95px 0 125px
}
.header img {
	display:block;
	max-width:100%;
	margin:0 auto
}
.cont {
	padding:118px 1% 42px;
	background:#141414;
	color:#fff
}
.cont h1 {
	border-bottom: 1px solid #343434;
	color: #fff;
	display: table;
	font-size: 110px;
	font-weight: 300;
	left: -11px;
	margin: 0 auto 60px;
	padding: 0 48px 69px;
	position: relative;
}
.cont p {
	font-size: 20px;
	letter-spacing: -0.2px;
	margin: 0 0 28px -7px;
	text-align: center;
}
.cont p a {
	display:inline-block;
	margin-right:35px;
	color:#fff
}
.cont p a:hover {
	text-decoration:underline
}
.footer {
	padding:35px 50px
}
.footer p {
	color: #141414;
	font-size: 16px;
	left: -3px;
	letter-spacing: 0.2px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
@media screen and ( max-width:999px ) {
.header {
	padding:60px 0 85px
}
.cont {
	padding:45px 0 40px
}
.header img {
	max-width:90%;
	height:auto
}
.cont h1 {
	font-size:80px;
	line-height:90px;
	text-align:center;
	margin:0 auto 35px;
	padding:0 35px 35px
}
.cont p {
	font-size:16px;
	line-height:20px
}
.cont p a {
	margin-right:0
}
.cont p span {
	display:block
}
.footer {
	padding:20px 30px
}
}
@media screen and ( max-width:480px ) {
.cont h1 {
	font-size: 50px;
	line-height: 60px;
	margin: 0 auto 25px;
	padding: 0 25px 25px;
	text-align: center;
}
.header {
	padding:40px 0 45px
}
}
