@charset "utf-8";
/* CSS Document */

.mandatory{
	color:#ee1c25;
}
.leftside{width:25%; float:left;}
.rightside{width:55%; float:left;}

.leftsidef{width:55%; float:left;}
.rightsidef{width:40%; float:left;}

.txtRedBold1 {
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    height: 35px;
    background-color: #009646;
    margin-top: 10px;
    line-height: 3;
}

.txtRedBold {
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    height: 40px;
    background-color: #009646;
    margin-top: 10px;
    line-height: 3;
}


#enqform
{width:100%;
}
#enqforms
{width:100%;
}
#enqformnew
{width:100%;
}

input.text {
	width:70%;
}
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: #005CAB;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-color:#005CAB;
    border-radius: 4px;
    
    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: #003C8A;
    
    text-decoration: none;
}

#enqforms input.fldbut {  
 width:70px;
 height:30px;
    background: #005CAB;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-color:#005CAB;
    border-radius: 4px;
    
    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;}
			
#enqforms input.fldbut:hover{
  background: #003C8A;
    
    text-decoration: none;
}

#enqformnew input.fldbut {  
 width:70px;
 height:30px;
    background: #005CAB;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-color:#005CAB;
    border-radius: 4px;
    
    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;}
			
#enqformnew input.fldbut:hover{
  background: #003C8A;
    
    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 .field, #enqforms .field, #enqformnew .field{
	width: 100%;
	height: 31px;
	float:left;
	line-height:30px;
	padding:0 2px;
	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;
}

#enqformnew .field1{
	width: 65%;
	height: 31px;
	/*float:left;*/
	line-height:30px;
	padding:0 2px;
	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;
}

#enqformnew .field2{
	width: 54%;
	height: 31px;
	/*float:left;*/
	line-height:30px;
	padding:0 2px;
	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;
}

#enqformnew .field3{
	width: 76%;
	height: 31px;
	/*float:left;*/
	line-height:30px;
	padding:0 2px;
	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;
}
#enqformnew .field1{
	width: 65%;
	height: 31px;
	/*float:left;*/
	line-height:30px;
	padding:0 2px;
	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;
}

#enqformnew .fields{
	width: 35%;
	height: 31px;
	float:left;
	line-height:30px;
	padding:0 2px;
	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;
}

/*.field{
	width: 80%;
	height: 31px;
	float:left;
	line-height:30px;
	padding:0 2px;
	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 textarea {*/
/*	width: 80%;*/
/*	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;*/
/*}*/


#enqforms .txtcont {
	width: 80%;
	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;
}
/*#enqforms textarea {*/
/*	width: 95%;*/
	
/*	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;*/
/*}*/


#enqformnew .txtcont {
	width: 96%;
	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;
}
#enqformnew textarea {
	width: 95%;
	
	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;
}

.selfield{
	width: 100%;
	height: 36px;
	/*float:left;*/
	line-height:30px;
	padding:0 2px;
	margin-right:5px;
	margin-bottom:10px;
	display:inline-block;
	border:1px solid #d1d1d1;
	color:#999;
	background-color:#FFF;;
	-webkit-appearance:select;	

	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;
	
}
.indtype{
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);	
	padding:5px;
	background-color:rgba(3, 141, 230, 0.45);
	height: 42px;
	width: 72%;
	color:red;
}

#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: 15px;
	float: left;
	width: 280;
	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;
}


/*DESIGN*/
@media only screen and (max-width: 995px) {
.comment_form
{width:100%;

padding:0px;
margin:0px;
float:left;
}
.row1
{width:48%;
height:45px;
float:left;
margin:10px;
}

.row2
{width:48%;
height:45px;
float:left;
margin:10px;
}

.row3
{width:98%;
height:45px;
float:left;
margin:10px;
}
.leftside{width:100%;}
.rightside{width:100%;}
.selfield{width:100%;}
@media (min-width: 250px) and (max-width: 480px) {
.row1, .row2, .row3, .comment_form, #enqform input, #enqform textarea
{width:95%;
float:left;
padding:0px;
margin:5px;}
.leftside{width:100%;}
.rightside{width:100%;}

.leftsidef{width:100%;}
.rightsidef{width:100%;}
.selfield{width:100%;}
}


@media (min-width: 320px) and (max-width: 480px) {
.row1, .row2, .row3, .comment_form, #enqform input, #enqform textarea
{width:95%;
float:left;
padding:0px;
margin:5px;}
.leftside{width:100%;}
.rightside{width:100%;}

.leftsidef{width:100%;}
.rightsidef{width:100%;}
.selfield{width:100%;}
}

@media (min-width: 768px) and (max-width: 1024px) {
.row1, .row2, .row3,#enqform input, #enqform textarea
{width:95%;
float:left;
padding:0px;
margin:5px;}
}
 
/*DESIGN*/
