@charset "UTF-8";

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}



 
html, body{

}
body {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
	font-size: 100%;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	/* [disabled]height: 80%; */
	width: auto;
}

div, body{
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
	font-family: 'Roboto', sans-serif;
	/* [disabled]height: inherit; */
}
.wrapper {
	height: 100%;
	/* [disabled]font-size: 48px; */
	font-family: 'Roboto', sans-serif;
	padding-left: 30px;
}

.msg {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]width: 90%; */
	/* [disabled]height: 40%; */
	/* [disabled]display: block; */
	position: absolute;
	/* [disabled]background-color: rgba(0,0,0,0.6); */
	opacity: 0.4;
	color: #fff;
	/* [disabled]padding: 0.5em; */
	left: 14%;
	top: 11%;
	font-family: 'Roboto', sans-serif;
}
.msg1 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* [disabled]width: 75%; */
	height: 15%;
	bottom: 0;
	display: block;
	position: absolute;
	/* [disabled]background-color: rgba(0,0,0,0.6); */
	opacity: 0.5;
	color: #fff;
	padding: 0.5em;
	left: 16%;
	top: 40%;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}


.msg2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* [disabled]width: 35%; */
	/* [disabled]height: 60%; */
	bottom: 29%;
	/* [disabled]display: block; */
	position: absolute;
	/* [disabled]background-color: rgba(0,0,0,0.6); */
	opacity: 0.5;
	color: #fff;
	padding: 0.7em;
	font-family: 'Roboto', sans-serif;
	/* [disabled]overflow: hidden; */
	right: 10%;
}

.msg3 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* [disabled]width: 35%; */
	/* [disabled]height: 60%; */
	bottom: 18%;
	/* [disabled]display: block; */
	position: absolute;
	/* [disabled]background-color: rgba(0,0,0,0.6); */
	opacity: 0.5;
	color: #fff;
	padding: 0.7em;
	font-family: 'Roboto', sans-serif;
	/* [disabled]overflow: hidden; */
	right: 10%;
}

.msg4 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* [disabled]width: 35%; */
	/* [disabled]height: 30%; */
	display: block;
	position: absolute;
	/* [disabled]background-color: rgba(0,0,0,0.6); */
	opacity: 0.5;
	color: #fff;
	/* [disabled]padding: 0.5em; */
	left: 5.8%;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	bottom: 7.2%;
}

.msg5 {
    box-sizing: border-box;
    /* [disabled]width: 35%; */
    /* [disabled]height: 60%; */
    bottom: 7.2%;
    /* [disabled]display: block; */
    position: absolute;
    /* [disabled]background-color: rgba(0,0,0,0.6); */
    opacity: 0.5;
    color: #FCF8F8;
    padding-top: 0.7em;
    padding-right: 0.7em;
    padding-left: 0.7em;
    /* [disabled]padding-bottom: 0.7em; */
    font-family: 'Roboto', sans-serif;
    /* [disabled]overflow: hidden; */
    right: 10%;
}

h1 {
    font-size: 6.1em;
    opacity: 1;
    letter-spacing: 0.075em;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	opacity: 40%;
	letter-spacing: 0.075em;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: right;
	opacity: 70%;
	/* [disabled]font-style: normal; */
	letter-spacing: 0.075em;
}
h4 {
	font-size: 1.8em;
	font-weight: normal;
	text-align: right;
	opacity: 70%;
	font-style: normal;
	letter-spacing: 0.112em;
}
h5 {
    font-size: 1em;
    font-weight: 100;
    text-align: right;
    opacity: 0.7;
    font-style: normal;
    letter-spacing: 0.112em;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}





* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	/* [disabled]padding-bottom: 10px; */
	/* [disabled]padding-left: 20px; */
	opacity: 1;
}
