@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); /* font-family: 'Open Sans', sans-serif; */

html, body{
/*height:100%;*/
margin:0;
padding:0;
min-height:100%;
font-size:16px;
font-family: 'Open Sans', sans-serif;
background-color:#000;
}

.wrapper{
	/*min-height:100%;
	height:auto !important;
	height:100%;
	marging:0 auto -94px 0 !important;*/
	margin-top:00px;
	background-color:#fff;
	border:1px solid #ccc;
}

.pushWrapper{
	height:94px;
	clear:both;
	background-color:red;
}

.footer{
	height:80px;
	vertical-align:middle;
	font-size:12px;
	padding:20px 0 0;
	color:#fcfcfc;
}

.clear10{
	clear:both;
	display:block;
	height:10px;
}
.clear20{
	clear:both;
	display:block;
	height:20px;
}
.thisContent{
	padding:20px 0;
}
.content{
	padding:10% 0px 40%;
	width:100%;
}

.form-group INPUT{
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	padding:8px 10px;
	color: #2c2c2c;
	border:1px solid #ccc;
	height:42px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 42px;
    text-align: center;
    pointer-events: none;
	color:#bbb;
}

.btn-submit {
  background: #595959;
  background-image: -webkit-linear-gradient(top, #ca1111, #9e0e0e);
  background-image: -moz-linear-gradient(top, #ca1111, #9e0e0e);
  background-image: -ms-linear-gradient(top, #ca1111, #9e0e0e);
  background-image: -o-linear-gradient(top, #ca1111, #9e0e0e);
  background-image: linear-gradient(to bottom, #ca1111, #9e0e0e);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn-submit:hover {
  background: #1c1c1c;
  background-image: -webkit-linear-gradient(top, #9e0e0e, #ca1111);
  background-image: -moz-linear-gradient(top, #9e0e0e, #ca1111);
  background-image: -ms-linear-gradient(top, #9e0e0e, #ca1111);
  background-image: -o-linear-gradient(top, #9e0e0e, #ca1111);
  background-image: linear-gradient(to bottom, #9e0e0e, #ca1111);
  text-decoration: none;
  color:#fff;
}

.logo{
	padding:30px 0;
	text-align:center;
}
.together{
	white-space:nowrap;
}

.titleBanner{
	border-top:0px solid red;
	background:url(../images/titleBannerBg.jpg) top center no-repeat #1f1e1c;
	
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
	vertical-align:top;
	
	height:130px;
	overflow:hidden;
	border-bottom:0px solid #e3c383;
	
	 /*background: url(../images/titleBannerBg.jpg) no-repeat 97% center #000; default, Android, Sf < 6 */
	 
	 background-position: calc(100% + 50px) calc(100% - 0px);
	 
	 position:relative;
	
}