/********************************/
/** Begin Contact Form - Menu **/
/******************************/
.contact-position{
	width: 100%;
	float: left;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.overlay-message{
  text-decoration: none;
	font-family: 'Montserrat', helvetica, arial, sans-serif;  
  background-color: transparent;
  margin: 1px;
  font-weight: 400;
  opacity: 1;

}

.spacing{
	padding: 0px 0px 25px 0px;
	opacity: 0.5;
	letter-spacing: 0.15em;
	text-transform: uppercase;	
	font-size: 14px;
	color: rgba(40, 176, 192, 0.75);		
}

.send-message-btn{
	width: 40%;
}

.raleway-bold{
	margin: 0;
}

/** Begin Form Styles **/
.col-xs-5{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

textarea.form-control {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: none;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-group {
  margin-bottom: 15px;
}

.has-error .form-control {
  border:2px solid red;
/**  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);**/
}
.has-error .form-control:focus {
  border:2px solid red;
/**  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
}

.has-warning .form-control {
  border-color: #8a6d3b;
/**  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);**/
}
.has-warning .form-control:focus {
  border-color: #66512c;
/**  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;**/
}

textarea.input-lg {
  height: 100px;
}


.has-feedback .form-control {
  padding-right: 42.5px;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control {
  display: block;
  
  width: 88%;
  height: 50px;
  
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-family: 'lato' helvetica, sans-serif;
  line-height: 1.428571429;
  color: rgba(40, 176, 192, 1.0);
  background-color: rgba(0,0,0,0.2);
  background-image: none;
  border: none;
  
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
  
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  color: rgba(40, 176, 192, 1);
  background-color: rgba(0,0,0,0.5);  
/**-webkit-box-shadow: inset 0 1px 1px rgba(40, 176, 192, 0.5), 0 0 8px rgba(40, 176, 192, 0.5);
box-shadow: inset 0 1px 1px rgba(40, 176, 192, 0.5), 0 0 8px rgba(40, 176, 192, 0.5); **/

}

.form-control:-moz-placeholder {
  color: rgba(40, 176, 192, 0.25);
}

.form-control::-moz-placeholder {
  color: rgba(40, 176, 192, 0.25);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(40, 176, 192, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: rgba(40, 176, 192, 0.25);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

.line-btn-one{
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	float: left;
	list-style-type: none;
	text-decoration: none;	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	height: auto;
	background-color: transparent;
	border: solid 1px rgba(40,176,192,0.5);	
	border-radius: none;
 	box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
 	cursor: pointer;
}


.line-btn-one:hover{
	background-color: rgba(40,176,192,1);
	border: solid 1px rgba(40,176,192,1);
	color: rgba(9,34,44,0.75);		
}

.line-btn-one:active{
   -moz-box-shadow:    inset 2px 2px 0px #2F869B;
   -webkit-box-shadow: inset 2px 2px 0px #2F869B;
   box-shadow:         inset 2px 2px 0px #2F869B;
}

/*************************************/
/** End Contact Form Styles - Menu **/
/***********************************/



/*********************************/
/** Begin Contact Form - About Page **/
/*******************************/

.contact-position{
	width: 100%;
	float: left;
	height: auto;
	overflow: auto;
	padding: 0;
	margin: 0;
}

.overlay-message-two{
  text-decoration: none;
  font-family: 'Montserrat', helvetica, arial, sans-serif;  
  background-color: transparent;
  margin: 0;
  font-weight: 400;
}

.spacing-two{
	padding: 0px 0px 15px 0px;
	letter-spacing: 0.15em;
	text-transform: uppercase;	
	font-size: 14px;
	color: #62d2ff;		
}

.col-xs-5-two{
	position: relative;
	min-height: 1px;
	padding: 20px 0 0 0;
}

textarea.form-control-two {
  height: auto;
}

.input-lg-two {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: none;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control-two {
  padding-right: 42.5px;
}

.form-group-two {
  margin-bottom: 15px;
}

.has-error .form-control-two {
  border-top: none;
  border-right: none;
  border-bottom: solid 2px red;
  border-left: none;
}

.has-error .form-control-two:focus {
  border-top: none;
  border-right: none;
  border-bottom: solid 2px rgba(127,127,127,0.5);
  border-left: none;
}

.has-warning .form-control-two {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control-two:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

textarea.input-lg-two {
  height: 100px;
}


.has-feedback .form-control-two {
  padding-right: 42.5px;
}

.has-feedback .form-control-two {
  padding-right: 42.5px;
}

.form-control-two {
  display: block;
  
  width: 100%;
  height: 50px;
  
  padding: 10px 0 10px 0%;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.1em;
  font-family: 'lato' helvetica, sans-serif;
  line-height: 1.428571429;
  color: #7f8283;
  background-color: rgba(98,210,255,0.0);
  background-image: none;
  border-top: none;
  border-right: none;
  border-bottom: solid 2px rgba(127,127,127,0.5);
  border-left: none;
  
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-two:focus {
  color: #7f8283;
  border-bottom: solid 2px #7f8283;
  background-color: rgba(255,255,255,0.0);  
}

.form-control-two:-moz-placeholder {
  color: rgba(127,127,127,0.65);
}

.form-control-two::-moz-placeholder {
  color: rgba(127,127,127,0.65);
}

.form-control-two:-ms-input-placeholder {
  color: rgba(127,127,127,0.65);
}

.form-control-two::-webkit-input-placeholder {
  color: rgba(127,127,127,0.65);
}

.form-control-two[disabled],
.form-control-two[readonly],
fieldset[disabled] .form-control-two {
  cursor: not-allowed;
  background-color: #eee;
}

.line-btn-two{
	color: rgba(77,197,245,0.75);
	font-weight: 600;
	font-size: 14px;
	float: left;
	list-style-type: none;
	text-decoration: none;	
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	height: auto;
	background-color: transparent;
	border: solid 1px rgba(77,197,245,0.75);		
	border-radius: none;
 	cursor: pointer;
}

.line-btn-two:hover{
	background-color: rgba(77,197,245,1);
	border: solid 1px rgba(77,197,245,1);
	color: #ffffff;;		
}

.line-btn-two:active{
   -moz-box-shadow:    inset 2px 2px 0px #2F869B;
   -webkit-box-shadow: inset 2px 2px 0px #2F869B;
   box-shadow:         inset 2px 2px 0px #2F869B;
}

.send-message-btn-two{
	width: 40%;
	display: inline-block;
}

.message-button-spacing{
	margin: 0;
}

/*********************************/
/** End Contact Form - About Page **/
/*******************************/

/** Begin Media Queries **/
@media (max-width:725px){
	
	#contactForm{
		margin: 30px 0 20px 0%;	
		border-top: 1px solid rgba(40, 176, 192, 0.25);	
	}

	.overlay-message{
		text-align: center;
	}
	
	.spacing{
		padding: 15px 0 15px 0;
	}

	.form-control{
		width: 92.5%;
	}
	
	.send-message-btn{
		width: 75%;
		margin: 0 0 0 12.5% !important;
	}
	
}

@media (max-width:590px){
	.send-message-btn-two{
		width: 100%;
	}
}

@media (max-width:400px){
	.form-control{
		width: 90%;
	}		
}

@media (max-width:315px){
	.form-control{
		width: 85%;
	}		
}
