@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #000;
}
.mainContainer {
	z-index: 4;
	background: #000 url(../images/background.jpg) no-repeat center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	padding-bottom: 50px;
}
.loginContainer {
	right: 10px;
	position: absolute;
	width: 350px;
	z-index: 999;
	margin-top: 8%;
}
.footer {
	background: #F76D28;
	bottom: 0px;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	position: fixed;
	width: 100%;
	z-index: 2;
}
.row {
	width: 60%;
	margin: auto;
	padding: 5% 0;
}
.datafieldCol2 {
	width: 40%;
	float: left;
	text-align: right;
	padding-right: 60px;
	padding-left: 30px;
}
.datafieldCol3 {
	width: 40%;
	float: left;
	text-align: left;
	padding-left: 60px;
}
.imageIcon {
	border: solid 10px #F60;
	background-color: rgba(255, 255 255, 0.5);
	border-radius: 3%;
	width: 230px;
	height: 192px;
	margin: auto;
	transition: all 1s ease-in-out;
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0s, 0.5s;
	color: #FFF;
	text-align: center;
	padding: 40px 33px 0 25px;
	font-size: 27px;
}
.imageIcon:hover {
	border: solid 10px #F90;
	border-radius: 0;
	width: 230px;
	height: 192px;
	margin: auto;
	background-color: rgba(255, 255 255, 1);
	cursor: pointer;
	background: #000;
	color: #F60;
	transition: all 1s ease-in-out;
	transition-duration: 0.5s, 0.5s;
	transition-delay: 0s, 0.5s;
	padding: 40px 33px 0 25px;
	font-size: 27px;
}
.u568-2, .u568-7, .u691-2 {
	letter-spacing: 0px;
	padding-bottom: 0px;
	color: #F76D28;
	font-weight: 900;
	font-size: 55px;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}
#u568-5 {
	color: #9B9B9B;
}
#u568-6 {
	color: #E6E6E6;
}
#u568-9 {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: none;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	font-family: roboto, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCC;
	text-align: center;
}
h1:hover {
	color: #F90;
	cursor: pointer;
}
.demo-2 li {
	list-style-type: none;
}
.demo-2 {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	background-color: rgba(26,76,110,0.5)
}
.demo-2 p, .demo-2 h2 {
	color: #fff;
	padding: 10px;
	left: -20px;
	top: 20px;
	position: relative
}
.demo-2 p {
	font-family: 'Lato';
	font-size: 12px;
	line-height: 18px;
	margin: 0
}
.demo-2 h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	font-family: 'Lato'
}
.effect img {
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
	margin: -12px 0;
	-webkit-transition: bottom .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out
}
.effect img.top:hover {
	bottom: -96px;
	padding-top: 100px
}
h2.zero, p.zero {
	margin: 0;
	padding: 0
}
