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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------- BASE STYLES --*/

#wrapper{
	width:100%;
}

img{
	width:100%;
}

.at_head{
	position:absolute;
	margin-left:4.4%;
	margin-top:20%;
	font-family:Kessel105-Thin;
	font-size:4.6vw;
	letter-spacing:1px;
	color:rgb(255,255,255);
}

.text01, .text02{
	position:absolute;
	font-family: ModulusRegular;
	font-size:1.9vw;
	letter-spacing:1px;
	line-height:125%;
	color:rgb(255,255,255)
}

.text01{ 
	position:absolute;
	width:30%;
	height:29%;
	margin-top:28%;
	margin-left:4.4%;
}

.text02{ 
	position:absolute;
	width:30%;
	height:26%;
	margin-top:40%;
	margin-left:4.4%;
}

.button_dp{
	visibility: hidden;
	position: absolute;
	margin-top: 62%;
	margin-left: 4.4%;
	width: 22%;
}

.container_dp{
	position: absolute;
	width: 100%;
	background-color: #282828;
	border-radius: 100px;
}

.dp_news{
	padding-top: 7%;
	padding-bottom: 7%;
	font-family: ModulusRegular;
	font-size:2vw;
	letter-spacing:1px;
	text-align: center;
	color: #FFFFFF;
}

.dp_news a:link, a:visited{ 
	text-decoration:none;
	color: #ffffff;
}

.dp_news a:hover, a:active{
	text-decoration:none;
	color: #B1B1B1;
}

.ModulusRegular{
	position:absolute;
	width:100%;
	margin-top:4%;
	margin-left:-2%;
	font-family: ModulusRegular;
	font-size:2.4vw;
	letter-spacing:1px;
	color:rgb(150,150,150);
}

.ModulusRegular li{
	float:left;
	margin-left:8%;
}

.ModulusRegular a:link, a:visited{ 
	text-decoration:none;
	color:rgb(150,150,150);
}

.ModulusRegular a:hover, a:active{
	text-decoration:none;
	color:rgb(121,226,223);
}









