@charset "utf-8";
@media (min-width:790px) and (max-width:10000px){
html { 
   width:100%; 
   height:100%; 
}
#home-box {
	display: block;
	width: 100%;
	height:100vh;
	overflow: hidden;
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
	background-attachment: fixed;
	background-image: url(../images/home-image-02-clear.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    background-color: rgba(0, 9, 54, 1);
}

div.home-top-right {
	float: right;
	size: auto;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 10px 10% 0px 0px;
}
div.home-top-right a {
	size: auto;
	display: block;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/phone-icon-01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 14pt auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.home-top-right a:hover {
	color: #0C0;
	text-decoration: none;
	text-shadow: 0px 0px 4px #000;	
}
div.home-nav {
	size: auto;
	float: right;
	overflow: hidden;
}
div.home-nav ul {
	size: auto;
	display: block;
	overflow: hidden;
	list-style-type: none;
	border-right: 1px solid #999;
	padding: 0px;
	margin: 0px;
}
div.home-nav li {
	margin: 0px;
	padding: 0px;
	size: auto;
	overflow: hidden;
	display: inline;
	text-align: center;
	float: left;
}
div.home-nav a {
	font-size: 10pt;
	line-height: 14pt;
	color: #999;
	text-decoration: none;
	display: block;
	size: auto;
	margin: 0px;
	padding: 20px 8px 2px 8px;
}
div.home-nav a:hover {
	color: #0C0;
	text-decoration: none;
}
div.home-logo {
	width: 220pt;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 0px 10%;
}
div.home-logo a img {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
div.home-landing {
	margin: auto;
	padding: 0px;
	height: auto;
	width: auto;
}
div.home-landing h1 {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	font-size: 40pt;
	text-shadow: 0px 0px 8px #000;
	overflow: hidden;
	margin: 0%;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
	line-height: 60pt;
	font-weight: lighter;
}
div.home-footer {
	margin: auto;
	padding: 5pt 0pt 5pt 0pt;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: auto;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
}
div.home-footer ul {
	display: block;
	text-align: center;
	width: auto;
	overflow: hidden;
	margin: auto;
	height: auto;
	padding: 0px;
}
div.home-footer li {
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
}
div.home-footer strong a {
	color: #FFF;
	text-decoration: none;
	font-size: 12pt;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 180px;
	background-color: rgba(0, 0, 0, 0.58);
	min-height: 30px;
	border: 1px solid #666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.home-footer strong a:hover {
	color: #0C0;
	background-color: rgba(2, 36, 6, 1);  
	}

div.home-footer p a{
	text-decoration: none;
	color: #999;
}
div.home-footer p {
	text-decoration: none;
	color: #999;
}
}

@media screen and (max-width: 789px) { 

#home-box {
	display: block;
	width: 100%;
	height:100vh;
	overflow: hidden;
	position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
	background-attachment: fixed;
	background-image: url(../images/home-image-02-clear.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
  background-color: rgba(0, 9, 54, 1);
}

div.home-top-right {
	float: right;
	size: auto;
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 10px 10px 0px 0px;
}
div.home-top-right a {
	size: auto;
	display: block;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-size: 14pt;
	line-height: 14pt;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	background-image: url(../images/phone-icon-01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 14pt auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.home-top-right a:hover {
	color: #0C0;
	text-decoration: none;
	text-shadow: 0px 0px 4px #000;	
}
div.home-nav {
	size: auto;
	float: right;
	overflow: hidden;
}
div.home-nav ul {
	size: auto;
	display: block;
	overflow: hidden;
	list-style-type: none;
	border-right: 1px solid #999;
	padding: 0px;
	margin: 0px;
}
div.home-nav li {
	margin: 0px;
	padding: 0px;
	size: auto;
	overflow: hidden;
	display: inline;
	text-align: center;
	float: left;
}
div.home-nav a {
	font-size: 10pt;
	line-height: 14pt;
	color: #999;
	text-decoration: none;
	display: block;
	size: auto;
	margin: 0px;
	padding: 20px 8px 2px 8px;
}
div.home-nav a:hover {
	color: #0C0;
	text-decoration: none;
}
div.home-logo {
	width: 220pt;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 0px 10px;
}
div.home-logo a img {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
div.home-landing {
	margin: auto;
	padding: 0px;
	height: auto;
	width: auto;
}
div.home-landing h1 {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	font-size: 28pt;
	text-shadow: 0px 0px 8px #000;
	overflow: hidden;
	margin: 0%;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
	line-height: 35pt;
	font-weight: lighter;
}
div.home-footer {
	margin: auto;
	padding: 5pt 0pt 5pt 0pt;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: auto;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
}
div.home-footer ul {
	display: block;
	text-align: center;
	width: auto;
	overflow: hidden;
	margin: auto;
	height: auto;
	padding: 0px;
}
div.home-footer li {
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
}
div.home-footer strong a {
	color: #FFF;
	text-decoration: none;
	font-size: 14pt;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 195px;
	background-color: rgba(0, 0, 0, 0.58);
	min-height: 45px;
	border: 1px solid #666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.home-footer strong a:hover {
	color: #0C0;
	background-color: rgba(2, 36, 6, 1);  
	}

div.home-footer p a{
	text-decoration: none;
	color: #999;
}
div.home-footer p {
	text-decoration: none;
	color: #999;
}
}
@media screen and (max-width: 649px) { 

#home-box {
	display: block;
	width: 100%;
	height:auto;
	overflow: hidden;
	position: none;
  left: 0px;
  top: 0px;
  z-index: 9999;
	background-attachment: scroll;
	background-image: url(../images/home-image-02-clear.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size: 100% auto;
  background-color: rgba(0, 9, 54, 1);
}
div.home-top-right {
	float: right;
	width: 50%;
	display: block;
	overflow: hidden;
	background-color: #008252;
	padding: 0px;
	margin: 0px;
}
div.home-top-right a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0px 10px 0px 0px;
	padding: 10px 25px 10px 10px;
	background-image: url(../images/phone-icon-01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14pt auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.home-top-right a:hover {
	color: #0C0;
	text-decoration: none;
	text-shadow: 0px 0px 4px #000;	
}
div.home-nav {
	float: left;
		width: 50%;
	display: block;
	overflow: hidden;
	background-color: #008252;
	padding: 0px;
	margin: 0px;
}
div.home-nav ul {
	display: block;
	overflow: hidden;
	list-style-type: none;
	border-right: none;
	padding: 0px;
	margin: 0px;
}
div.home-nav li {
	margin: 0px;
	padding: 0px;
	size: auto;
	overflow: hidden;
	display: inline;
	text-align: center;
	float: left;
}
div.home-nav a {
	font-size: 10pt;
	line-height: 14pt;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px;
}
div.home-nav a:hover {
	color: #0C0;
	text-decoration: none;
}
div.home-logo {
	float: none;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 100px 0px 100px 0px;
	margin: auto;
}
div.home-logo a img {
	display: block;
	overflow: hidden;
	margin: auto;
	padding: 0px;
	height: auto;
	width: auto;
	max-width: 300px;
	border: none;

}
div.home-landing {
	margin: auto;
	padding: 0px;
	height: auto;
	width: auto;
}
div.home-landing h1 {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	font-size: 18pt;
	text-shadow: 0px 0px 8px #000;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
	padding-left: 10%;
	line-height: 30pt;
	background-color: #008252;
}
div.home-footer {
	margin: auto;
	padding: 5pt 0pt 5pt 0pt;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: auto;
	font-size: 8pt;
	position: relative;
	width: auto;
		background-color: #008252;
}
div.home-footer ul {
	display: block;
	text-align: center;
	width: auto;
	overflow: hidden;
	margin: 0px;
	height: auto;
	padding: 0px;
}
div.home-footer li {
	display:block;
	overflow: hidden;
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
	margin: 0px;
}
div.home-footer strong a {
	color: #FFF;
	text-decoration: none;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
	display: block;
	margin: 2px 20px 2px 20px;
	padding: 10px;
	height: auto;
	min-height: 18pt;
	width: auto;
	background-color: #004429;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.home-footer strong a:hover {
	color: #FFF;
	background-color: #005F3B;  
	}

div.home-footer p a{
	text-decoration: none;
	color: #999;
}
div.home-footer p {
	display: block;
	overflow: hidden;
	padding: 20px;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #999;
}
}
@media screen and (max-width: 380px) { 

div.home-logo {
	float: none;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding: 160px 0px 20px 0px;
	margin: auto;
}
	div.home-landing h1 {
	font-size: 12pt;
}
}
