@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Tempus';
	src: url('fonts/TempusSansITC.eot');
	src: url('fonts/TempusSansITC.eot?#iefix') format('embedded-opentype'),  url('fonts/TempusSansITC.woff2') format('woff2'),  url('fonts/TempusSansITC.woff') format('woff'),  url('fonts/TempusSansITC.ttf') format('truetype'),  url('fonts/TempusSansITC.svg#svgFontName') format('svg');
}
@font-face {
	font-family: 'Cantarell-Regular';
	src: url('fonts/Cantarell-Regular-webfont.eot');
	src: url('fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Cantarell-Regular-webfont.woff') format('woff'), url('fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('fonts/Cantarell-Regular-webfont.svg#svgFontName') format('svg');
}
 @charset "utf-8";
/* CSS reset */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	-webkit-text-size-adjust: 100%;
	font-weight: 100;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
section, header {
	display: block;
}
/*Main*/
a, p, #header, #footer, .nav a, button[type="submit"] {
	-webkit-transition: all .5s;
	transition: all .5s; 	
}
body {
	background-color: #040404;
	background-repeat: no-repeat;
	background-image: url(../images/backGround.jpg);
	background-attachment: fixed;
	background-position: center -400px;
	height: 100%;
}
#purpose h1 {
	color: #CFCFCF;
	font-family: Tempus, Arial, Helvetica;
	font-size: 75px;
	margin-top: 12%;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#purpose h2 {
	color: #CFCFCF;
	font-family: Tempus, Arial, Helvetica;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 260px;
	padding-top: 10px;
}
#purpose ul {
	font-family: Cantarell-Regular, Arial, Helvetica;
	font-size: 16px;
	}
#purpose p {
	color: #CCCCCC;
	font-family: Cantarell-Regular, Arial, Helvetica;
	font-size: 30px;
	text-align: left;
	margin-bottom: 10px;
}
.slider div {
	font-family: Tempus, Arial, Helvetica;
	color: #a5c502;
	}
.green {
	color: #a5c502;
}
.small {
	font-size: 24px;
	font-weight: bold;
	vertical-align: 25%;
}
.realSmall {
	font-size: 16px;
	vertical-align: 4%;
}
.copy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.emailPhone {
	text-decoration: none;
	color: #CCC;
}
.emailPhone:hover {
	color: #a5c502;
}
.top {
	width: 100%;
	margin-bottom: -85px;
	top: 0px;
}
.side {
	width: 0px;
	height: 260px;
	margin-bottom: -260px;
	top: 0px;
}
.open {
	width: 230px;
	height: 260px;
	margin-bottom: -260px;
	background-color: rgba(30,30,30,0.8);
	overflow: hidden;
	border-radius: 0px 0px 20px 0px;
	top: 0px;
}
#header {
	background-color: rgba(30,30,30,0.8);
	-webkit-box-shadow: 0px 15px 10px -15px #111;
	-moz-box-shadow: 0px 15px 10px -15px #111;
	box-shadow: 0px 15px 10px -15px #111;
	position: fixed !important;
	z-index: 1 !important;
	overflow: hidden;
	border: 1px solid #000;
}
#menuBttn {
	position: fixed;
	z-index: 1;
	left: 5px;
	top: 5px;
	/*margin-bottom: -45px;*/
	color: #CCC;
	z-index: 1;
	font-family: Tempus, Arial, Helvetica;
	font-size: 14px;
}
.show {opacity: 1.0;}
.hide {opacity: .0;}
.closeButton {
	position: absolute;
	display: none;
	top: 18px;
	right: 20px;
}
#topNav {
	max-width: 1420px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	text-align: center;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
.nav {
	max-width: 100%;
	height: 50px;
	list-style-type: none;
	display: block;
	float: none;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.nav:after {
	content: '';
	width: 100%; /* Ensures justification for single lines */
	display: inline-block;
}
ul.nav {
	list-style-type: none;
	text-align: justify;
	font-size: 0.1px; /* IE 9/10 fix */
}
.nav li {
	display: inline;
	margin: auto;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav a {
	color: #A2A2A2;
	font-size: 40px;
	text-decoration: none;
	font-family: Tempus, Arial, Helvetica;
	text-shadow: 1px 1px 2px #000;
	vertical-align: middle;
}
.nav a:hover {
	color: rgba(0,0,0,0.6);
	text-shadow: 2px 2px 7px rgba(255,255,255,0.1), -2px -2px 7px rgba(255,255,255,0.1);
}
.card {
	max-height: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
#content {
	height: auto;
	width: auto;
}
.container {
	max-width: 1420px;
	color: #CCCCCC;
	text-align: center;
	display: block;
	padding-top: 102px;
	padding-bottom: 700px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
}
a.active {
	color: #a5c502 !important;
	text-shadow: 2px 2px 7px rgba(255,255,255,0.1), -2px -2px 7px rgba(255,255,255,0.1);
}

a.choice{
    font-family: Tempus, Arial, Helvetica;
    font-size: 18px;
	color: #a5c502;
	text-decoration: none;
}
a.choice:hover {
	color: rgba(53,62,54,1.00);
	text-shadow: 2px 2px 7px rgba(255,255,255,0.1), -2px -2px 7px rgba(255,255,255,0.1);
}

#district{
width: 100%;
	margin-top:50px;
}

.l {
display: inline;
text-align: left;
}

.r {
text-align: right;
margin-left: 20%;
}



.scrollto {
	outline: none;
	max-width: 1420px;
	margin-right: auto;
	margin-left: auto;
}
.cards {
	font-family: Cantarell-Regular, Arial, Helvetica;
	overflow: visible;
	background-color: rgba(30,30,30,0.6);
	-webkit-box-shadow: 0px 15px 10px -15px #111;
	-moz-box-shadow: 0px 15px 10px -15px #111;
	box-shadow: 0px 15px 10px -15px #111;
	margin-bottom: 10px;
	border: 1px solid #000;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	font-size: 20px;
}
.left .cards {
	margin-right: 5px;
}
.right .cards {
	margin-left: 5px
}
.cards table {
	text-align: left;
}
.cards td {
	padding-left: 15px;
}
.left {
	width: 50%;
	min-width: 310px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.right {
	width: 50%;
	min-width: 310px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.autoSize {
	max-height: 100%;
	max-width: 100%;
	min-width: 40px;
	min-height: 40px;
}
.logoBox {
	margin-right: 25%;
	margin-left: 25%;
	margin-top: 13%;
}
.logo {
	max-height: 100%;
	max-width: 100%;
}
/*form*/
#cForm {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
#cForm > p {
	font-size: 18px;
	margin-bottom: 15px;
	}
#cForm > h1 {
	font-size: 24px;
	}
input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #708701;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: #111;
	font-size: 18px;
	color: #CCC;
}
input[type=text].short {width:100px;}

button[type="submit"] {
	font-family: Cantarell-Regular, Arial, Helvetica;
	background: #adc72a;
	background-image: -webkit-linear-gradient(top, #90a529, #748511);
	background-image: -moz-linear-gradient(top, #90a529, #748511);
	background-image: -ms-linear-gradient(top, #90a529, #748511);
	background-image: -o-linear-gradient(top, #90a529, #748511);
	background-image: linear-gradient(to bottom, #90a529, #748511);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
button[type="submit"]:hover {
      background: #cbe635;
  background-image: -webkit-linear-gradient(top, #cbe635, #8da12c);
  background-image: -moz-linear-gradient(top, #cbe635, #8da12c);
  background-image: -ms-linear-gradient(top, #cbe635, #8da12c);
  background-image: -o-linear-gradient(top, #cbe635, #8da12c);
  background-image: linear-gradient(to bottom, #cbe635, #8da12c);
  text-decoration: none;
}
#captcha_image {width: 150px;}
#captcha_reload {	
	vertical-align: top;
	background-color: #333;
	text-decoration: none;
	font-size: 12px;
	color: #96B601;
	border-radius: 3px 3px 3px 3px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #666;
}
#captcha_reload:hover {
	background-color: #444;
}

/*Footer*/
#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	background-color: rgba(30,30,30,0.9);
	-webkit-box-shadow: 0px 15px 10px 15px #111;
	-moz-box-shadow: 0px 15px 10px 15px #111;
	box-shadow: 0px 15px 10px 15px #111;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#footer h1 {
	color: #A8A8A8;
	font-family: Tempus, Arial, Helvetica;
	font-size: 26px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
 @media screen and (min-width: 0px) and (max-width: 900px) {
.left, .right {
	width: 100%;
}
.left .cards {
	margin-right: 0px;
}
.right .cards {
	margin-left: 0px;
}
.nav a {
	font-size: 28px;
}
p, #footer h1 {
	font-size: 20px;
}
}
@media screen and (min-width: 0px) and (max-width: 800px) {
#footer h1 {
	font-size: 12px;
	padding-top:2px;
	padding-bottom:2px;
}
.logoBox {
	margin-right: 20%;
	margin-left: 20%;
}
.logoBox {
	margin-top: 70px;
}
.nav {
	height: 40px;
	padding-top:10px;
	padding-bottom:10px;
}
.container {
	padding-top: 71px;
}
.logoBox {
	margin-top: 20px;
}
#purpose h1 {
	margin-top: 20px;
}


}
@media screen and (min-height: 0px) and (max-height: 500px) {
.logoBox {
	margin-right: 35%;
	margin-left: 35%;
}
.logoBox {
	margin-top: 20px;
}
#purpose h1 {
	font-size: 75px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#purpose h2 {
	color: #CFCFCF;
	font-family: Tempus, Arial, Helvetica;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 200px;
	padding-top: 10px;
}
}

@media screen and (min-width: 0px) and (max-width: 500px) {
.realSmall {
	font-size: 10px;
	vertical-align: 6%;
}
.cards {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.small {
	font-size: 18px;
	vertical-align: 20%;
}
.closeButton {
	display: block;
}
#purpose h1 {
	font-size: 42px;
}
#purpose h2 {
	font-size: 24px;
}
#header {
	-webkit-box-shadow: 14px 5px 10px -15px #111;
	-moz-box-shadow: 14px 5px 10px -15px #111;
	box-shadow: 14px 5px 10px -15px #111;
}
#nav {
	margin-right: 0px;
	margin-left: 0px;
}
.nav {
	padding-top: 10px;
	margin-top: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.nav a {
	font-size: 26px;
	line-height: 40px;
}
.nav li {
	display: block;
	margin-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
}
}