/* BASE */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
figure, figcaption{
	display:block;
}
@charset "utf-8";

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../font/roboto.woff) format('woff');
}

html,
body {
	height: 100%;
	width: 100%;
}
html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.22;
	font-size: 100%;
	color: #f7f7f7;
	text-align:center;
}

body {
	background: #111;
}
body:before {
	content: "";
	position: fixed;
	top: -1em;
	left: 0;
	width: 100%;
	height: 1em;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	z-index: 100
}
body:after {
	content: "";
	position: fixed;
	bottom: -1em;
	left: 0;
	width: 100%;
	height: 1em;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	z-index: 100
}
video {
	width: 100% !important;
	height: auto !important;
}
.header{
	position:relative;
	top:0;
	z-index:2;
	width:100%;
	background: #e4458f;
	padding:20px 0 10px 0;
}
.header-inner{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:15px 50px;

}

.header-inner img{
	width:100%;
}

figure{
	position:relative;
	z-index:1;
	background: #fff;
	border-top:10px solid #fff;
	border-bottom:6px solid #fff;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .4);
	box-shadow: 0 0 1em rgba(0, 0, 0, .4);
}

h1{
	color:#e4458f;
	font-size:60px;
	text-align:center;
	margin:10px 0;
	font-weight: bold;
}

h2{
	color:#fefefe;
	font-size:35px;
	text-align:center;
	margin:0 0 20px 0;
}

.text{
	text-align: justify;
	font-size:23px;
	color:#bbb;
	padding:70px 80px;
	text-shadow: 0px 1px 1px #000;
}

.text p{
	margin:20px 0;
}

.footer{
	position:relative;
	width:100%;
	border-top:10px solid #fff;
	background: #E4458F;
	padding:120px 0 60px 0;
}

.footer-inner{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:15px 50px;

}

.footer-inner .logo{
	width:100%;
}

.footer ul{
	list-style-type: none;
	text-align: center;
	margin:30px 0 0 0;
}

.footer ul li{
	display:inline-block;
	margin:100px 15px 0 15px;
}

.footer ul li a img{
	opacity:.8;
}

.footer ul li a:hover img{
	opacity:.9;
}
