@charset "UTF-8";
/* CSS Document */

@CHARSET "ISO-8859-1";
@font-face {
	    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

}
@font-face {
    font-family: 'aleobold';
    src: url('fonts/aleo-bold-webfont.eot');
    src: url('fonts/aleo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-bold-webfont.woff2') format('woff2'),
         url('fonts/aleo-bold-webfont.woff') format('woff'),
         url('fonts/aleo-bold-webfont.ttf') format('truetype'),
         url('fonts/aleo-bold-webfont.svg#aleobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aleolight';
    src: url('fonts/aleo-light-webfont.eot');
    src: url('fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff'),
         url('fonts/aleo-light-webfont.ttf') format('truetype'),
         url('fonts/aleo-light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'fontawesome';
	src:url('fonts/fontawesome.eot');
	src:url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontawesome.svg#fontawesome') format('svg'),
		url('fonts/fontawesome.woff') format('woff'),
		url('fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
.formCaptcha{
	display:none;	
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

a{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#ccc;
	text-decoration:none;
}
/* Custom CSS --------------------------------------- */
body{
	 font-family: 'OpenSans-Regular';
	color: #333;
	background-color: #000;
	text-align:center;
	padding: 0;
	background: url(images/top.jpg); 
	background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.images/top.jpg', sizingMethod='scale');
-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top.jpg', sizingMethod='scale');
}
#wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	position: relative;
	background: url(images/back-white.png); 
	background-repeat:repeat;
	margin-top:170px;
	width:80%;
	padding:50px;
}
#wraptop1{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	position: relative;
	margin-top:0px;
	width:80%;
	padding:0px;
	text-align:left;
}
#wraptop{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	position: relative;
	margin-top:10px;
	width:80%;
	padding:20px;
	text-align:left;
}
#wrapblog{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:10px;
	background:white;
	text-align:center;
}
/* Added */
#mainnav{
	position: fixed;
	top:0px;
	left:0%;
	margin:auto;
	display: block;
	width:100%; 
	background:#1b1d1c;	
	height:100px; 
	z-index:99999999;
	
}
.logo{
	float:left;
	width:200px;
	margin-top:0px;
	margin-left:0px;

}
.logo img{
	width:100%;
}
.socialnav{
	float:left;
	width:10%;
	margin-top:24px;
	margin-left:2%;
	z-index:-9;

}
.socialnav img{
	width:28%;
	height:auto;
	float:left;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
	margin-left:1%;
	margin-right:4%;
	margin-top:0px;
}
.socialnav img:hover{
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter:alpha(opacity=50);
}
.sample-form{
	width:40%;
	margin-left:auto;
	margin-right:25px;
	margin-bottom:20px;
	text-align:center;	
	margin-top:0px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	min-height:300px;
	float:right;
	background:white;
}
.page-title{
	color:#1b1d1c;
	font-family: 'OpenSans-Bold', sans-serif;
}
.sample-form h1, h1{
	color:#1b1d1c;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size:4em;	
	line-height:1.3;
		margin-top:20px;
		margin-bottom:20px;

}
h2{
	color:#1b1d1c;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size:3em;	
	line-height:1.3;
		margin-top:20px;
		margin-bottom:20px;

}
h3{
	color:#1b1d1c;
	font-family: 'OpenSans-Bold', sans-serif;
	font-size:1.5em;	
	line-height:1.4;
		margin-top:20px;
		margin-bottom:20px;
		font-style:italic;

}
.sample-form h2{
	color:#999;
	font-family: 'OpenSans', sans-serif;
	font-size:2em;	
	line-height:1.3;
		margin-top:20px;
		margin-bottom:20px;

}
input, textarea, select {
  background-color: whitesmoke;
  border:none;
  font-size: 13px;
  min-height: 40px;
  width:90%;
  padding:10px;
-webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
-moz-box-shadow:    inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
box-shadow:         inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
border-radius:0px;
	color:#1b1d1c;
}

.form-row input, .form-row select {
  margin-left:-20px;
  background-color: whitesmoke;
  font-size: 13px;
   border:none;
 min-height: 30px;
  margin-top:10px;
  margin-bottom:10px;
	-webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
	box-shadow:         inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
	border-radius:0px;
	color:#1b1d1c;
}
.form-row textarea{
  background-color: whitesmoke;
  border:none;
  font-size: 13px;
  min-height: 90px;
  margin-top:10px;
  margin-left:-20px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom:10px;
-webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
-moz-box-shadow:    inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
box-shadow:         inset 1px 1px 2px 1px rgba(0, 0, 0, 0.55);
border-radius:0px;
	color:#1b1d1c;
 }
.form-row .button{
	float:left;
	clear:both;
	width:40%;
	font-size: 14px;
	line-height:1.7;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:normal;
	background:#990000;
	padding-top:7px;
	padding-bottom:7px;
	width:160px;
	margin-top:10px;
	margin-left:10px;
}
.form-row .button:hover{
	background:#1b1d1c;
}
.form label {
  font-size: 16px;
  line-height: 24px;
  margin-right: 20px;
  display: block;
  width: 150px;
  float: left;
  padding-top: 8px;
}

#whitebox2{
	width:35%;
	margin-left:25px;
	margin-right:auto;
	text-align:left;	
	margin-top:-20px;
	padding:20px;
	height:auto;
	float:left;
	
}
#whitebox2 p{
	font-size: 18px;
	line-height:1.4;
	color:#1b1d1c;
	padding:0px;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:0px;
	margin-right:0px;
}
#whitebox2 h4{
	font-size: 32px;
	font-weight:bold;
	line-height:1.4;
	color:#000000;
}
#whitebox2 h3{
	font-size: 20px;
	font-weight:bold;
	line-height:1.4;
	color:#000000;
}
#whitebox2 img{
	margin-top:-105px;
	margin-right:-95px;
	margin-left:auto;
	width:300px;
	float:right;
}
#whitebox2 .button{
	font-size: 14px;
	line-height:1.7;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-weight:normal;
	background:#1b1d1c;
	padding-top:7px;
	padding-bottom:7px;
	width:130px;
	float:right;
	margin-top:10px;
}
#whitebox2 .button:hover{
	background:#999;
}
#mainnav{
	position: fixed;
	top:0px;
	left:0%;
	margin:auto;
	display: block;
	width:100%; 
	background:#000;	
	height:120px; 
	z-index:99999999;
	
}
.contact{
		color:white;	
		margin-top:20px;
		float:right;
		font-size:1.2em;
		text-align:right;
}
@media (max-width: 999px) {
#wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	position: relative;
	background: url(images/back-white.png); 
	background-repeat:repeat;
	margin-top:50px;
	width:80%;
	padding:50px;
}
.sample-form{
		width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;	
	margin-top:0px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	min-height:300px;
	float:none;
	clear:both;
	background:white;
}
#whitebox2{
	width:90%;
	margin-left:auto;
	margin-right:auto;
		float:none;
	clear:both;text-align:left;	
	margin-top:-20px;
	padding:20px;
	height:auto;
	float:none;
	clear:both;
	
}
#mainnav{
	position:relative;
	top:0px;
	left:0%;
	margin:auto;
	display: block;
	width:100%; 
	background:#1b1d1c;	
	min-height:270px; 
	z-index:99999999;
	
}
.logo{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear:both;
	width:300px;
	padding-top:10px;

}
.logo img{
	width:100%;
}
.contact{
		color:white;	
		margin-top:20px;
		width:90%;
	margin-left:auto;
	margin-right:auto;
		float:none;
	clear:both;
		font-size:1.2em;
		text-align:center;
}
}