@charset "utf-8";
/* CSS Document */
.txtRedBold{
font-family: Arial, Helvetica, sans-serif;
padding:1px;
font-size: 12px;
font-weight:bold;
border:1px solid #D90200;
text-align:center;
color:#FFFFFF;
height:25px;
background-color:#D90200;
margin-top:10px;
}



input.text {
	width:50%;
}
input.text_short {
	width:98.2%;
}
input[type="text"]:nth-child(2n+0) {
	margin-right:0px;	
}


input.name {
	
	padding:0 5px 0 37px !important;
	background-position:5px -252px;
	background-repeat:no-repeat;
}
input.email {

	padding:0 5px 0 37px !important;
	background-position:5px -294px;
	background-repeat:no-repeat;
}
input.subject {
	
	padding:0 5px 0 37px !important;
	background-position:5px -122px;	
}

input.phone {
	
	padding:0 5px 0 37px !important;
		background-position:5px -440px;	
}
#enqform input.fldbut {  
 width:70px;
 height:30px;
    background: #252a2f;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #252a2f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	}
			
#enqform input.fldbut:hover{
  background: #f40000;
    border: solid 1px #f40000;
    text-decoration: none;
}
#enqform input.name, #enqform input.email, #enqform input.phone, #enqform input.subject{
	background-image:url(../images/sprites.png);
	
	
	background-repeat:no-repeat;
}
#enqform input{
	width: 95%;
	height: 31px;
	float:left;
	line-height:30px;
	padding:0 5px;
	margin-right:5px;
	margin-bottom:20px;
	display:inline-block;
	border:1px solid #e6e6e6;
	color:#666;
	background-color:#fff;
	-webkit-appearance:textfield;	

	box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-ms-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-o-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	behavior: url(js/PIE.htc);
	position:relative;
}


#enqform textarea {
	width: 84%;
	height: 100px;
	line-height:30px;
	padding:0 5px;
	margin-right:5px;
	margin-bottom:10px;
	display:inline-block;
	border:1px solid #e6e6e6;
	color:#666;
	background-color:#fff;
	-webkit-appearance:textfield;	

	box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-ms-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);
	-o-box-shadow:1px 1px 3px 1px rgba(0,0,0,.05);

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	behavior: url(js/PIE.htc);
	position:relative;
}


#enqform ._placeholder.hidden {
	display: none;
	
}

#enqform ._placeholder.focused {
	opacity: 0.3;
	
}
#enqform .message ._placeholder {
	height: 100% !important;
}
#enqform label {
	position:relative;
	display: block;
	min-height: 40px;
	float: left;
	width: 220px;
	margin-right:10px;
}


#enqform label+label {
	margin-right:10px;
}


#enqform label.message {
	width: 100%;
	margin-left: 0;
}


#enqform .invalid .error-message, #enqform .empty .empty-message {
	opacity: 1;
}

.phone {
	position: relative;
}



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

#enqform.success .success-message {
	display: block;
	opacity: 1;
}

.success_wrapper {
	position: relative;	
}

::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
@media only screen and (max-width: 995px) {
.comment_form{width:100%;}

#enqform label {
	float: none !important;	
	width: 100%;
	margin-left: 0 !important;
}

#enqform input {
	margin-bottom: 10px;
}


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

}

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

  #enqform textarea {
		height: 100px !important; 
		width:97%;
  }
  #enqform input{width:97%; }

   #enqform {
 	padding-right: 0;
 }
  
}
@media only screen and (max-width: 479px) {

  #enqform textarea {
		height: 100px !important; 
		width:97%; 
  }
  #enqform input{width:97%; }
}

