@charset "utf-8";

@font-face {
  font-family: 'PMLight';
  src: url('fonts/PMLight.eot?#iefix') format('embedded-opentype'),  url('fonts/PMLight.otf')  format('opentype'),
	     url('fonts/PMLight.woff') format('woff'), url('fonts/PMLight.ttf')  format('truetype'), url('fonts/PMLight.svg#ProximaNovaA-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@mixin vertical-align($position: relative) {
	position: $position;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

html { 
	background: url(images/bg_full.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body, html {
	height: 100%;
	overflow: hidden;
}

.landing_body {
	text-align: center;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.landing_body .logo_slogan {
	position: relative;
  	top: 45%;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
}

.slogan_text {
	font-family: "PMLight", Arial;
	font-size: 34px;
	color: #FFFFFF;	
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 3%;
	margin-right: 3%;
}

a:link {
		color: #FFFFFF;
}

a:visited {
		color: #FFFFFF;
}

.header {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #00ADEE;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: "PMLight", Arial;
	padding-top: 6px;
	padding-bottom: 6px;
}

.footer {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 10px;
}

.footer_logos {
	display: block;
	text-align: center;
	padding-bottom: 40px;	
}

.footer_logo {
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
	padding-left: 30px;	
	margin-bottom: 10px;
}

.footer_line {
	border-top: 1px solid #858594;
	display: block;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 1px;
	margin-bottom: 9px;
}

.footer_copyright {
	display: block;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	color: #858594;	
	font-family: "PMLight", Arial;
}

@media screen and (max-height: 700px) {
	.landing_body .logo_slogan {
		position: relative;
		top: 40%;
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
	}
	.footer_logos {
		display: block;
		text-align: center;
		padding-bottom: 15px;	
	}
	.slogan_text {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 24px;	
	}
}

@media screen and (max-width: 420px) {
	.logo_slogan img {
		margin-left: 7%;
		margin-right: 7%;
		width: 86% !important;
		height: auto !important;	
	}
	#footer_citified img {
		width: 60px !important;
		height: auto !important;	
	}
	#footer_vv img {
		width: 100px !important;
		height: auto !important;	
	}
}