/****Form****/

form {
	padding-top: 3px;
	position: relative;
	padding-right: 0px;
}

form input[type="radio"] {
	height: auto;	
	width: auto;
}

form input, form select {
   	border: 1px solid #342b2b;
   	/*background-color: #242121;*/
	background-color: #333;
	padding: 12px 8px 9px;
	width: 100%;
	height: 41px;
	/*color: #827e7c;*/
	color: #EEE;
	float:left;
	font: 12px/20px Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

form textarea {
	height: 166px;
	overflow: auto;
   	/*background-color: #242121;*/
	background-color: #333;
   	border: 1px solid #342b2b;
	 padding: 11px 8px 9px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color:#827e7c;
	margin: 0;
	
}

form label {
	position:relative;
	display: block;
	min-height: 50px;
	/*width: 620px;*/
	width: 310px;
	float: left;
	clear: left;
}

form .error, form .empty {
	color: #fff;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 13px;
	float:left;
}



form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	text-align: right;
	padding-top: 35px;

}


 .btns a.btn {
 	text-transform: capitalize;
	margin: 0 0px 0 20px  !important;

    cursor: pointer;

}



form .message {
	width: 100%;

}


.message br {
	height: 0;
	line-height: 0;
}

form .success {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #342b2b;
   	background-color: #242121;
  	/*width: 620px;*/
  	width: 310px;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}



.success_wrapper {
	position: relative;	
}

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



form label {
	float: none !important;	
	width: 100%;
}

form input {
	margin-bottom: 10px;
}

form label.message {
	width: 100% !important;
}

form .success {
	width: 100%;
}

.btns {
	padding-right: 0;
}

form label.email {
	width: 100%;
	margin: 0;
}

  .dl1 span {
  	width: auto !important;
  }


}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}
  .btns {
		padding-bottom: 0;  
  }

.dl1 {
	margin-bottom: 30px;
}

  form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
 
  form textarea {
		height: 200px !important;  
  }
}

#coach_alt_label, #coach_alt_phone {
	display: none;
}
