@charset "utf-8";

body.landing{
  background: url('../images/background_2500px.jpg') no-repeat center 0px fixed;  
  background-color: #a8c5f1;
  background-size: cover;
  padding-top: 60px;
}

.landing h1{
	color: #9379d0;
}

.landing footer{
	padding-top: 80px;
}

a.terms-conditions{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration:underline;
}

.center-childs{
	display: table;
}

.center-childs > *{
	display:table-cell;
	vertical-align: middle;
	width:20%;
	padding: 0 10px;
}

.navigation-row-element{
	height:100px;
	display: table;
}

.navigation-row-element > *{
	display:table-cell;
	vertical-align: middle;
}

.area-group > *{
	width:50%;
	padding: 0 10px;
}

/* CAL-447 */
span.terms-conditions{
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #808080;	
}
