html, body{
	height: 100%;
}

body:before {
	position: absolute;
	top: 0;
	height: 10px;
	left: 0;
	width: 100%;
	background: #CE1400;
	background: rgba(206,20,0,1);
	content: "";
	margin: 0;
	padding: 0;
	z-index: 999999;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -151px;
}

#appsH {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#appsH a {
	text-decoration: none;
}

#appsH a:hover {
	text-decoration: underline;
}

#appsH .red {
	color: rgba(206,20,0,1);
}


#hero {
	background-image: url(../images/Hero-DSC_3850-blur.jpg);
	background-repeat:no-repeat;
/*
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;	
*/
/*
	background-position-x: 0%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(245, 245, 242);
*/
}

.hero{
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
/* 	text-shadow: 0px -1px 2px rgba(0,0,0,0.5); */
/* 	text-shadow: 0px 1px 1px #4d4d4d; */
	text-shadow: 0px -1px 2px #4d4d4d;	

	margin-left: 5px;
}

h1.hero{
	margin-top: 70px;
	font-weight: bold;
	font-size: 55pt;
	line-height: 60pt;
}

h2.hero{
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
/* 	font-weight: 100; */
	font-size: 24pt;	
	margin-bottom: 100px;	
}

#hero a{
	text-decoration: none;
}

.contact a{
	text-decoration: none;	
}


@media screen and (max-width: 640px) {
	h1.hero{
		font-size: 40px;
		line-height: 48px;
	}
}

@media only screen and (min-width : 1224px) {
/* Styles */
	
}


/*
#hBackground {
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	display: block;
	
	background-image: url(../images/Hero-DSC_3850-blur.jpg);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: fixed;
	background-position-x: 50%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(245, 245, 242);
}

#hBackground h1, h2{
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.5)
}

#hBackground h1{
	font-weight: bold;
}

#hBackground h2{
	font-weight: 100;
}
*/


.navbar{
	margin-bottom: 0px;
/*
margin:0;
padding:0;
*/
	
}

.navbar li {	
	display:inline;
	padding:20px;
	margin:0;	
	width: 100px;
}

.navbar li a{
	font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 	font-weight: 400; */
	font-weight: 700;
	font-size: 17px;
	color: #797979;		
	text-decoration: none;
}

.applead {
/* 	font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", 'Open Sans', Helvetica, Arial, sans-serif;	
/* 	font-weight: 300; */
/* 	font-style: italic; */
	font-size: 28px;
	line-height: 34px;
/* 	margin-top: 20px; */
	margin-bottom: 40px;
	color: #072B61;
}

.center {
	text-align: center;
}

h3{
	font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 	font-weight: 400; */
	font-weight: 700;
}

h4{
	font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;	
}

h5{
	font-family: 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	
}
#footer{
	border-top-color: rgb(235,235,235);
	border-top-width: 1px;
	border-top-style: solid;
	background-color:rgb(51,51,51);
	padding-top: 25px;	
/* 	padding-bottom: 25px;		 */
/* 	margin-top: 70px; */
	color: #d1d1d1;	
}

#footer, .push {
	height: 175px;
	clear: both;

}

#footer a{
	text-shadow: 0px 1px 1px #4c4c4c;
	color: white;
/*  	color: #d1d1d1; */
	text-decoration: none;
	font-weight: bold;	
}

#footer p{
/* 	text-shadow: 0px 1px 1px #4d4d4d; */
/* 	color: #d1d1d1; */
	color: rgb(113, 113, 113);

}

.border{
   border:1px solid #464646;
}
}

.framed{
	padding: 5px;
	border: 1px solid rgba(220,220,220,1);
	box-shadow: rgb(204, 204, 204) 0px 2px 4px 0px;
	background-color: white;

/*
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
*/
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
/*
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
}
*/
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning1_32.png');
    -webkit-background-size: 40px auto ;

    -moz-background-size: 40px auto ;

    background-size: 32px auto ;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {

.warning{
	background-image:url('../images/warning1_32@2x.png');

}

}
/*
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}
*/