@charset "utf-8";
/* CSS Document */
@import url('section.css');
@import url('footer.css');
@font-face {
	font-family: Lane-Narrow;
	src: url(../font/LANENAR_.ttf);
}
* {
	margin: 0;
	padding: 0;
}
.clr {
	clear: both;
}
body {
	width: 100%;
}
.wrapper {
	width: 100%;
}
.container {
	width: 70%;
	margin: 0 auto;
}
#masthead {
	height: 435px;
	overflow: hidden;
	width: 100%;
}
#masthead_overlay {
	position: relative;
	z-index: 2;
	top: 0;
	margin-top: 0px;
	height: 330px;
	width: 100%;
	overflow: hidden;
}
#masthead_overlay p {
	float: left;
}
.overview_img {
	width: 100%;
	float: left;
}
.sub_holder {
	max-width: 100%;
	margin: 0 auto;
	margin-top: -24px;
}
img.masthead {
	border: 1px solid #ddd;
	background: #fff;
}
#masthead_overlay .sub_holder {
	position: relative;
	height: inherit;
}
#masthead_overlay h1 {
	position: absolute;
	padding-top: 110px;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
#masthead_overlay h2 {
	margin-bottom: 10px;
	padding-top: 70px;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #363839;
}
#masthead_overlay p {
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	width: 94%;
	text-align: left;
	line-height: 25px;
}
#masthead_overlay #sections {
	padding: 0;
	margin: 0;
}
#masthead_overlay #sections li {
	list-style: none;
	display: none;
	height: 350px;
	position: absolute;
	width: 100%;
	pointer-events: all;
}
#masthead_overlay #sections li li {
	display: block;
	height: auto;
	position: static;
	font-family: 'Arial';
	font-size: 16px;
}
.overview_copy {
	position: absolute;
	width: 40%;
	color: #fff;
	top: 70px;
}
.overview_copy a {
	color: #fff;
	text-decoration: none;
}
.overview_copy a:hover {
	color: #f0f0f0;
}
.invert * {
	color: #000 !important;
}
.overview_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	margin-right: 0%;
	margin-bottom: -10px;
}
.overview_img img {
	width: 100%;
	height: auto;
}
.masthead_features {
	margin: 20px 0;
	padding-bottom: 1px;
}
.masthead_features li {
	padding: 1px 0 2px 29px;
	margin: 12px 0 10px;
	font-size: 100%;
	color: #fff;
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
}
.masthead_features li.docs {
	background-position: 1px -40px;
}
.masthead_features li.sign {
	background-position: 1px -80px;
}
.masthead_features li.award {
	background-position: 1px -120px;
}
.masthead_features li.house {
	background-position: 1px -159px;
}
.masthead_features li.target {
	background-position: 1px -200px;
}
.masthead_features li.heart {
	background-position: 1px -240px;
}
.masthead_features li.camera {
	background-position: 1px -280px;
}
.masthead_features li.phone {
	background-position: 1px -320px;
}
.masthead_features li.time {
	background-position: 1px -360px;
}
#masthead_nav {
	position: absolute;
	bottom: 8px;
	left: 47%;
	z-index: 99999;
	opacity: .8;
}
#masthead_nav li {
	list-style: none;
	display: inline-block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	margin-right: 4px;
}
#masthead_nav li a {
	display: none;
}
#masthead_nav li.selected a {
	background-position: center top;
}
.button {
	margin-left: -7px;
}
.button a {
	width: 70px;
	height: 20px;
	background-color: #000;
	background-image: url(../images/button-arrow.png);
	background-repeat: no-repeat;
	background-position: 10% 50%;
	display: block;
	text-align: right;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	font-family: 'Arial';
	font-weight: normal !important;
	font-size: 12px;
}
.button a:hover {
	background-color: #f00903;
	color: #FFF;
}
.success_message {
  width: 94.8%;
  height: 25px;
  font-size: 16px;
  color: #fff;
  padding: 12px 0 10px 50px;
  font-family: 'Calibri';
  background-color: #324B2E;
  border-radius: 7px;
  border: 1px solid #4F8A10;
  background-image: url(../images/sucess.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  margin: 5px 0px;
}
.error_message {
	width: 94.8%;
	height:25px;
	font-size: 16px;
	color: #D8000C;
	padding: 12px 0 10px 50px;
	font-family: 'Calibri';
	background-color: #FFBABA;
	border-radius: 7px;
	border: 1px solid #D8000C;
	background-image:url(../images/error.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	margin:5px 0px;
}

.cross
{
	font-size: 17px;
	float: right;
	margin: 0 15px 0 0;
	font-weight: bold;
	cursor: pointer;
}

.cross:hover
{
	text-decoration: underline;
}

