html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	text-decoration: none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
html{
	height:100%;
}
body{
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#272727;
	background-color: #fff;
}
a{
	color:#e50000;
	text-decoration:none;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	transition:	all .7s;
}
a:hover{
	color:#000;
}
.s9{height:9px;}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s45{height:45px;}
.s60{height:60px;}
.s90{height:90px;}
.clr{clear:both;}
.center{ text-align:center;}
.table{display:table;}
.row{display:table-row;}
.cell{display:table-cell;}
h1{
	font-size:63px;
	line-height: 69px;
	font-weight:100;
	text-align:center;
	text-shadow:0 7px 7px rgba(0,0,0,.7);
	text-transform:uppercase;
}
h2{
	font-size:54px;
	line-height: 54px;
	font-weight:100;
	text-align:center;
	text-shadow:0 2px 3px rgba(0,0,0,.3);
	text-transform:uppercase;
}
h3{
	font-size:36px;
	font-weight:100;
	text-align:center;
}
h4{
	font-size:27px;
	font-weight:300;
	text-align:center;
}
h5{
	font-size:24px;
	font-weight:300;
	text-align:center;
}
.wrapper{
	max-width:1600px;
	padding:0 54px;
	margin:0 auto;
}
.homebg{
	height:100%;
	position:relative;
	background:radial-gradient(#ffffff 0%, #C0CDD5 100%);
}