body {
	margin:0;	padding:0;	font-family:'Lato-Regular', Arial, Helvetica, sans-serif;	font-size:14px;
}
@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light.eot');
	src: url('../fonts/Lato-Light.eot?#FooAnything') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular.eot');
	src: url('../fonts/Lato-Regular.eot?#FooAnything') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#FooAnything') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
A:Focus {
	outline:none;
}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
p {
	line-height:18px;	padding-bottom:10px;
}
h1 {
	font-family:'Lato-Light', Arial, Helvetica, sans-serif;
}
h2, h3, h3, h5, h6 {
	font-family:'Lato-Light', Arial, Helvetica, sans-serif;
}
ul {
	list-style:none;
}
.head_wrap {
	width:1100px; 	margin:0 auto; 	height:101px;
}
.menu_wrap {
	width:100%; background:#083665; height:53px;
}
.menu {
	width:1100px; margin:0 auto; height:53px;
}
.menu ul {
	padding:18px 0 0 0;
}
.menu ul li {
	padding:0px 0 0 0; 	font-family: 'Roboto-Regular'; 	font-size:13px;	text-transform:uppercase;
}
.menu ul li a {
	float:left;	padding:0 36px 0 0;	color:#fff;
}
.menu ul li a:hover {
	color:#8bc4fa;
}
.menu ul li a.active {
	color:#8bc4fa;
}
.bannerwrap {
	background:url(../images/banner-bg.jpg) #1f70b9 no-repeat;	width:100%;	height:319px;
}
.banner {
	margin: auto; width:100%;	z-index:0;
}
.banner_btn a {
	width:270px; height:30px; padding:7px 0 0 0px;	background-color: #85c319;	position:absolute;	top:275px;	left:496px;	display:block;	z-index:1000;	border-radius:15px;	-moz-border-radius:15px;
	-webkit-border-radius:15px;	-ms-border-radius:15px;	color:#fff;	font-family:'Lato-Light', Arial, Helvetica, sans-serif;	font-size:18px;	text-transform:uppercase;	font-weight:bold;	text-align:center;
}

.banner_btnnew a {
	width:270px; height:30px; padding:7px 0 0 0px;	background-color: #85c319;	position:absolute;	top:225px;	left:496px;	display:block;	z-index:1000;	border-radius:15px;	-moz-border-radius:15px;
	-webkit-border-radius:15px;	-ms-border-radius:15px;	color:#fff;	font-family:'Lato-Light', Arial, Helvetica, sans-serif;	font-size:18px;	text-transform:uppercase;	font-weight:bold;	text-align:center;
}
.banner_btn a:hover {
	background-color: #c39919;
}
.banner_btnnew a:hover {
	background-color: #c39919;
}

.banner-inner {
	margin:0px auto 0; width:100%; z-index:0; padding:0px; font-size:30px; font-weight:bold; color:#fff; 
}


.welcome, .Gallery {
	margin:auto; width:1100px; padding:20px 0 20px 0;
}

.heading {
	font-size:24px; font-weight:bold; padding:0px 0 15px 0; text-transform:uppercase;
}

.welcome-text {
	float:left; width:612px; padding:0 10px 0 0;
}

.welcome-text p{
	line-height:30px;
}
.video {
	float:left; width:478px; padding:0 0px 0 0;
}

.Gallery_wrap {
	width:100%; background:#e9e9e9;
}

.grid {
	width:1100px;
	margin:0px auto 45px;
	}
.module {
	width:323px;
	height:185px;
	margin-right:65px;
	margin-top:45px;
	float:left;
	position:relative;
}
.module:nth-child(3n) {
	margin-right: 0;
}
.figure {
	width:323px;
	height:185px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: table;
}
.figcaption div {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 20px;
	opacity: 0;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.figcaption div:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 40%;
	text-align: center;
	margin: auto;
	width: 0%;
}
.figure img {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.figure:hover .figcaption {
	background: rgba(51,51,51,0.6);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.figcaption:hover div {
	opacity: 1;
	top: 0;
}
.figcaption:hover div:after {
	width: 50%;
}
.figure:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}
.Figure-text {
	color:#fff; position: absolute; bottom:0; text-transform:uppercase; text-align:center; width:100%; height:30px; padding-top:10px; background:#527276; opacity: 0.8; text-shadow: 2px 1px #000; font-size:18px;}

.Footer_wrap {
	width:100%; background:#082644; color:#fff; font-size:14px;
}

.Footer{
	width:1100px; margin:0 auto; padding:10px 0 50px 0;
}

.Footer a{
	color:#fff;
	text-decoration:none;
}

.container-fluid {
	padding-left:0px !important;
	padding-right:0px !important;
	
}

