
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/*a:visited,
a:link {
  color: inherit;
}*/
/* Reset CSS END
 * --------------------------------------- */
/* Theme Colors*/
@keyframes scroll {
  100% {
    background-position: -8000px;
  }
}
@keyframes loader {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -30800px;
  }
}
@keyframes loader2 {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -52800px;
  }
}
/* STYLING */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	background:#A8A4A1;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	text-align:center;
	font-weight:100;
}

html,body{
	height:100%;
}

.wrapper{
	position:relative;
	display:table;
	width:100%;
	height:100%;
	
}

.container{
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.logo{
	position:relative;
	display:inline-block;
	width:100%;
	padding-bottom:25px;
}

.logo img{
	width:90%;
	max-width:700px;
}
.texts{
	position:relative;
	display:inline-block;
	width:100%;
	padding:0 15px;
}

.texts h1{
	padding-bottom:15px;
	
}

.texts p a{
	font-weight:300;
	line-height:25px;
	text-decoration:underline;
	color:#fff;
}

.lang{
	position: fixed;
	top:35px;
	right:35px;
	color:#464648;
	font-weight:800;
	font-size:20px;
	z-index:10;
}

.lang a{
	color:#464648;
	text-decoration:none;	
}
