@charset "utf-8";
/* CSS Document */


input.NR-contact {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #ee4b28;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease-in-out;
	font-family: duciejazz;
	font-size: 1em;
}

textarea.NR-contact-hidden {
	display: none;
	/*
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px ;
	margin: 0px;
	width: 1px;
	height: 1px;
	*/
}

textarea {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #ee4b28;
	margin: 5px 5px 5px 5px;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease-in-out;
	font-family: duciejazz;
	font-size: 1em;
}

textarea.NR-contact-message {
	height: 170px;
}

input.NR-contact:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #027878;
	margin: 5px 5px 5px 5px;
	outline: none;
	
}

textarea:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 3px solid #027878;
	margin: 5px 5px 5px 5px;
	outline: none;
	
}

textarea.NR-contact-hidden:focus {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	outline: none;
