	/* Form contact
	-----------------------------------------------------------------------------*/
	.itsites-wrapp {
		/*overflow: hidden;*/
		/*display: none;*/
		/*position: fixed;*/
		/*top: 5%; left: 50%;*/
		/*width: 500px; margin-left: -250px;*/
		/*background: #FFF;*/
		/*border-radius: 10px;*/
		/*z-index: 101;*/
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.itsites-wrapp input, .itsites-wrapp textarea {
		border: 1px #919090 solid;
		width: 100% !important; height: 30px;
		padding: 5px 10px; margin: 0px;
		display: block;
		margin-bottom: 12px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.valid {
		border: 1px rgba(0, 128, 0, 0.53) solid !important;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(32, 192, 45, 1);
		-moz-box-shadow: 0px 0px 6px 0px rgba(32, 192, 45, 1);
		box-shadow: 0px 0px 6px 0px rgba(32, 192, 45, 1);
	}
	input.error, textarea.error {
		border: 1px rgb(255, 56, 56) solid !important;
		-webkit-box-shadow: 0px 0px 6px 0px rgba(227,18,18,1);
		-moz-box-shadow: 0px 0px 6px 0px rgba(227,18,18,1);
		box-shadow: 0px 0px 6px 0px rgba(227,18,18,1);
	}

	.text-field:focus { outline: none;}
	.itsites-wrapp input,
	.itsites-wrapp textarea,
	.itsites-wrapp label {
		display: block;
		background: #FFF;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.itsites-wrapp .send {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		color: #FFF;
		line-height: 30px;
		width: 120px !important; height: 30px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
		padding: 0;
		text-transform: uppercase;
		font-weight: bold;
		border: 1px #3F3F3F solid;
		border-radius: 5px;
		background: #6D6D6D;
		position: relative;
	}

	.submit-button-block { position: relative; float: left;}
	.submit-button-block .loading-animation {
		position: absolute;
		display: none;
		top: 0px; left: 50%;
		width: 30px; height: 30px;
		margin-left: 70px;
		background: url('images/loading.GIF');
	}

	#form-output {
		padding: 10px 0;
		display: none;
		text-align: center;
	}
	#form-output span.success { color: green; border: 0; background: none;}
	#form-output span.error, label.error { color: red;}
	label.error { display: none !important;}

	 form {
		padding: 20px 5% 10px; margin: 0;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		position: relative;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
