@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-reg-webfont.eot');
    src: url('../fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-reg-webfont.woff2') format('woff2'),
         url('../fonts/lato-reg-webfont.woff') format('woff'),
         url('../fonts/lato-reg-webfont.ttf') format('truetype'),
         url('../fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-bol-webfont.eot');
    src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bol-webfont.woff2') format('woff2'),
         url('../fonts/lato-bol-webfont.woff') format('woff'),
         url('../fonts/lato-bol-webfont.ttf') format('truetype'),
         url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-lig-webfont.eot');
    src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-lig-webfont.woff2') format('woff2'),
         url('../fonts/lato-lig-webfont.woff') format('woff'),
         url('../fonts/lato-lig-webfont.ttf') format('truetype'),
         url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'lato', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #222121;
	line-height: 1.4;
	background: #093e91 url(../images/background.png);
}

/* Banner */

#banner {
	position: relative;
	background: #fff url(../images/banner-image.jpg) no-repeat 15% top;
	padding: 22px 24px 18px 24px;
	text-align: right;
	min-height: 550px; 
	margin-bottom: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}

#banner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #11479f;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 12px 23px;
	margin: 0;
	text-align: left;
}

#banner .form {
	position: relative;
	display: inline-block;
	width: 32.55395683453237%; /* 362px */
	padding: 15px 21px;
	background: #393939;
	text-align: left;
	background: rgba(57,57,57,0.90);
}

#banner .form .title {
	text-align: center;
	color: #fff;
	font-size: 27.2px;
	font-weight: bold;
	border-bottom: 1px solid #8a8a8a;
	padding-bottom: 12px;
	line-height: 1.6;
	margin: 0 0 22px;
}

#banner .form .title span {
	display: block;
	font-size: 15.9px;
	font-weight: normal;
	color: #7aa6ff;
}

#banner .form .field {
	margin-bottom: 18px;
}

#banner .form .field label.error {
	display: block;
	color: #fff;
}

#banner .form .field .textbox,
#banner .form .field textarea {
	display: block;
	height: 36px;
	width: 100%;
	font-family: 'latolight', Arial, sans-serif;
	font-size: 18px;
	color: #636363;
	margin: 0;
	padding: 7px 11px;
	border: 0;
	font-size: 16px;
	color: #636363;
}

#banner .form .field textarea {
	resize: none;
	overflow: auto;
	height: 108px;
}

#banner .form .submitBtn {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 36px;
	cursor: pointer;
	border: 0;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(186,186,186,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(186,186,186,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(186,186,186,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa',GradientType=0 );
}




/* Welcome */

#welcome {
	text-align: justify;
}

#welcome .image {
	float: right;
	width: 33.62068965517241%; /* 390px */
	margin-top: -45px;
	margin-bottom: 20px;
	margin-left: 33px;
}

#welcome .image img {
	display: block;
	width: 100%;
	background: #e3e3e3;
	padding: 3px;
}

/* Gallery */

#gallery {
	margin-bottom: 30px;
}

#gallery .images {
	position: relative;
	margin: 0;
	padding: 25px 41px;
	background: #e3e3e3;
}

#gallery .images li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery .images li img {
	display: block;
	width: 100%;
	padding: 3px;
	background: #fff;
}

#gallery .owl-carousel .owl-nav.disabled {
	display: block;
}

#gallery .images .owl-prev,
#gallery .images .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 18px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999em;
}

#gallery .images .owl-prev {
	left: 10px;
	background-image: url(../images/prev-slide-arrow.png);
}

#gallery .images .owl-next {
	right: 10px;
	background-image: url(../images/next-slide-arrow.png);
}

/* Services */

#services {
	padding-bottom: 14px;
}

/* Miscelleneous */

p {
	margin: 0 0 25px;
}

h1 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 12px;
	color: #11479f;
}

h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 12px;
	color: #11479f;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.checklist {
	margin: 0;
	padding: 0;
}

.checklist li {
	margin: 0 0 3px;
	padding: 0 0 3px 31px;
	list-style: none;
	font-size: 17px;
	background: url(../images/blue-check.png) no-repeat 0 3px;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}