@charset "utf-8";
/* CSS Document */

html, body { margin: 0; padding: 0; width:100%; height: 100%; font-size: 24px; line-height: 30px;font-family: "Segoe-UI",sans-serif; }
.bigCont {
	background-color: rgb(240,246,252);
	height: 100%;
}
.innerCont {
	margin: 0 auto;
	max-width: 1100px;
	box-sizing: border-box;
	padding: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	min-height: 100%;
	background-color: #fff;
	position: relative;
}
.logo {
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 300px;
	height: 220px;
	background-image: url(../img/logo.png);
}
.video {
	width: 640px;
	margin: 10px auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
	line-height: 0;
}
.lines {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/lines.png);
	background-size:auto;
	position: absolute;
	bottom:0;
	left: 0;
}
.footer {
	position: relative;
	color: rgb(35,65,146);
	padding: 10px;
}
.footLinks div {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 5px
}
.fLeft { text-align: right; }
.fRight { line-height: 25px;}
.footer a {
	color: rgb(35,65,146);
	font-weight: 700;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}
.fbLink { 
	width: 185px;
	height: 55px;
	background-image: url(../img/fb-btn.png);
	display: inline-block;
}