@charset "utf-8";

/*

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/


/*  GENERAL  ============================================================================= */
.form-row {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin: 0px 0px 20px 0px;
}
	.form-row strong {
		display: inline-block;
		width: 100%;
	}
	
.form-notification {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background: #f4f4f4;
	color: #808080;
	border: 1px solid #c1c1c1;
	font-family: 'LatoWeb';
}



/*  FIELDS  ============================================================================= */
input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	font-family: 'LatoWeb';
}

textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 250px;
	font-family: 'LatoWeb';
}

select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	font-family: 'LatoWeb';
}


/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}


input[type='submit'], button[type='submit'], .btn, .button {
	background: #ffc065;
	width: 100%;
	padding: 10px 15px !important;
	float: left;
	font-size: 14px !important;
	font-family: montserratbold;
	display: inline-block;
	color: #5a5a5a!important;
	border: 2px solid #efa843;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}


input[type='submit']:hover {
	background: #f3ab44;
}






form#keywordSearch ::-webkit-input-placeholder {
	color: #fff;
	-webkit-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	letters-spacing: .7px;
	font-family: 'LatoWeb';
}
form#keywordSearch ::-moz-placeholder {
	color: #fff;
	-webkit-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	letters-spacing: .7px;
	font-family: 'LatoWeb';
}
form#keywordSearch :-ms-input-placeholder {
	color: #fff;
	-webkit-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	letters-spacing: .7px;
	font-family: 'LatoWeb';
}
form#keywordSearch :-moz-placeholder {
	color: #fff;
	-webkit-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	letters-spacing: .7px;
	font-family: 'LatoWeb';
}




/*input.button,
input.button:focus {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 14px;
	color: #fff;
	outline-style: none;
	transition: all 0.3s ease;
	background: #5a5a5a;
}

input.button:hover {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 14px;
	color: #fff;
	outline-style: none;
	background: #000;
	transition: all 0.3s ease;
}
*/

/*  CAPTCHA  ============================================================================= */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	font-family: 'LatoWeb';
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: 'LatoWeb';
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size: 12px;
	line-height: 25px;
	font-family: 'LatoWeb';
}

.CaptchaAnswerPanel {
	margin:0 auto;
	padding:2px 0px 2px 0px !important;
	font-family: 'LatoWeb';
	max-width: 310px;
}

.CaptchaWhatsThisPanel {
	line-height: 26px;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	font-family: 'LatoWeb';
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 