/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

select#destemail {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#666;
	-webkit-font-smoothing:antialiased;
	position: relative; /* Enable absolute positioning for children and pseudo elements */
	width: 100%;
	padding: 10px 10px;
	border: 2px solid rgba(19,94,140, .5);
	border-radius:3px;
	-webkit-border-radius: 3px;    
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	outline: none;
	cursor: pointer;
	background: #FFFFFF url('../img/arrow_down.png') no-repeat 98% !important;
	background-size: 16px 16px !important;
	background-repeat: no-repeat !important;
	-webkit-appearance:none;
}

.ie7 select#destemail,
.ie8 select#destemail,
.ie9 select#destemail,
.ie10 select#destemail,
.ie11 select#destemail, {
	background: #FFFFFF !important;
}

#contactus input[type="text"],textarea {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	-webkit-font-smoothing:antialiased; 
	border: 2px solid rgba(19,94,140, .5);
	border-radius:3px;
	-webkit-border-radius: 3px;    
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	margin-top:20px;
}

input.btn.btn-slider {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:600;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	background:#135e8c;
	color:#fff;
	padding:8px 25px;
	text-transform:uppercase;
	min-width:100px;
	border-radius:3px;
	-webkit-border-radius: 3px;    
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}

input#name {
	padding:20px 10px !important; 
}

input#email {
	padding:20px 10px !important; 
}

textarea#message {
	padding:10px 10px !important; 
}

input#scaptcha {
	font-size:16px !important;
	color:#666 !important; 
	padding: 20px 10px !important;  
	-webkit-font-smoothing:antialiased;
	height:40px !important;
	width:23% !important;
	-webkit-font-smoothing:antialiased;
	background:#FFF;
	font-family : 'Montserrat', sans-serif;
	font-size: 0.8em;
	line-height:140%;
	color : #000; 
	padding : 3px; 
	border : 1px solid #d0d0d0;
	margin-top:20px;
}

#contactus fieldset {
   width:100%;
   padding:30px;
 }

#contactus legend, h2 {
   font-family : 'Montserrat', sans-serif;
   font-size: 16px;
   font-weight:500;
   color:#222;
}

#contactus label {
   font-family : 'Montserrat', sans-serif;
   font-size:16px;
   font-weight: 500;
   text-transform:uppercase;
   color:#3398d8;
}



#contactus input[type="text"] {
  height:33px;
  width:100%;
  background:#FFF;
}

#contactus #scaptcha {
  width:60px;
  height:18px;
  z-index:9999999999999 !important;
}

#contactus input[type="submit"] {
}

#contactus textarea {
	height:120px;
	width:100%;
	background:#FFF;
 }

#contactus input[type="text"]:focus,textarea:focus {
	color: #009;
	border: 1px solid #d0d0d0;
	background:#EEEEEE;
	font-weight:bold;
}

#contactus .container {
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error {
   font-family: 'Montserrat', sans-serif; 
   font-size: 12px;
   color: #3398d9 !important;
}

#contactus fieldset#antispam {
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend {
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation {
   font-family : 'Montserrat', sans-serif;
   font-size: 12px;
   color:#888;   
   padding-top:5px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
   display:none;
   width:10px;
   height:3px;
}

#fg_crdiv {
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}

#fg_crdiv p {
    display:none;
}