
	.wrap-contact-info {
	  width: 100%;
	  /*background: rgba(0,0,0,0.7);*/
	  overflow: hidden;
	  padding:  0;
		margin: 0 auto;
		text-align: left;
	}



	input, select {
		outline: none;
		border: none;
		background-color: transparent;
	}


	textarea {
	  outline: none;
	  border: none;
		background-color: transparent;
	}

	textarea:focus, input:focus {
	  border-color: transparent !important;
	}

	input:focus::-webkit-input-placeholder { color:transparent; }
	input:focus:-moz-placeholder { color:transparent; }
	input:focus::-moz-placeholder { color:transparent; }
	input:focus:-ms-input-placeholder { color:transparent; }

	textarea:focus::-webkit-input-placeholder { color:transparent; }
	textarea:focus:-moz-placeholder { color:transparent; }
	textarea:focus::-moz-placeholder { color:transparent; }
	textarea:focus:-ms-input-placeholder { color:transparent; }

	input::-webkit-input-placeholder { color: #222; }
	input:-moz-placeholder { color: #222; }
	input::-moz-placeholder { color: #222; }
	input:-ms-input-placeholder { color: #222; }

	textarea::-webkit-input-placeholder { color: #222; }
	textarea:-moz-placeholder { color: #222; }
	textarea::-moz-placeholder { color: #222; }
	textarea:-ms-input-placeholder { color: #222; }



	/*------------------------------------------------------------------
	[  ]*/

	.contact2-form {
	  width: 100%;
	}


	/*------------------------------------------------------------------
	[  ]*/

	.wrap-input-info {
	  width: 48%;
	  position: relative;
	  border-bottom: 1px solid #222;
	  margin: 3vh auto;
	}

	.wrap-input-info30 {
		width: 30%;
		position: relative;
		border-bottom: 1px solid #222;
		margin: 3vh auto;
	  }

	.wrap-input-info-marchio {
	  width: 65%;
	  position: relative;
	  margin: 3vh auto;
	}


	.wrap-input-info-colli {
	  width: 30%;
	  position: relative;
	  border-bottom: 1px solid #222;
	  margin: 3vh auto;
	}


	.wrap-input-info2 {
		width: 98%;
		position: relative;
		border-bottom: 1px solid #222;
		margin: 2vh auto 10px auto;
	}

	.wrap-input-message {
	/*   width: 80%; */
	  position: relative;
	  border-bottom: 1px solid #222;
	  margin: 30px auto 10px auto;
	}



	.input-message {
	  display: block;
	  width: 100%;
	  font-size: 1em;
	  color: #222;
	  line-height: 1.2;
	}

	.focus-input-message {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	}

	.focus-input-message::before {
	  content: "";
	  display: block;
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  width: 0;
	  height: 2px;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;

		background: rgba(0,101,170);
		background: -webkit-linear-gradient(45deg, #238EB8, #238EB8);
		background: -o-linear-gradient(45deg, #238EB8, #238EB8);
		background: -moz-linear-gradient(45deg, #238EB8, #238EB8);
		background: linear-gradient(45deg, #238EB8, #238EB8);
	}

	.focus-input-message::after {
	  content: attr(data-placeholder);
	  display: block;
	  width: 100%;
	  position: absolute;
	  top: 0px;
	  left: 0;

	  font-size: 1em;
	  color: #222;
	  line-height: 1.2;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;
	}



	.input2 {
	  display: block;
	  width: 100%;
	  font-size: 1em;
	  color: #222;
	  line-height: 1.2;
	}

	.focus-input2 {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	}

	.focus-input2::before {
	  content: "";
	  display: block;
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  width: 0;
	  height: 2px;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;

	  background: rgba(0,101,170);
	  background: -webkit-linear-gradient(45deg, #238EB8, #238EB8);
	  background: -o-linear-gradient(45deg, #238EB8, #238EB8);
	  background: -moz-linear-gradient(45deg, #238EB8, #238EB8);
	  background: linear-gradient(45deg, #238EB8, #238EB8);
	}

	.focus-input2::after {
	  content: attr(data-placeholder);
	  display: block;
	  width: 100%;
	  position: absolute;
	  top: 0px;
	  left: 0;

	  font-size: 1em;
	  color: #222;
	  line-height: 1.2;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;
	}
	.input-info, .input-info-select {
	  display: block;
	  width: 100%;
	  font-size: 1em;
	  color: #222;
	  line-height: 1.2;
	}

	.focus-input-info {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  pointer-events: none;
	}

	.focus-input-info::before {
	  content: "";
	  display: block;
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  width: 0;
	  height: 2px;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;

	  background: rgba(0,101,170);
	  background: -webkit-linear-gradient(45deg, #238EB8, #238EB8);
	  background: -o-linear-gradient(45deg, #238EB8, #238EB8);
	  background: -moz-linear-gradient(45deg, #238EB8, #238EB8);
	  background: linear-gradient(45deg, #238EB8, #238EB8);
	}

	.focus-input-info::after {
	  content: attr(data-placeholder);
	  display: block;
	  width: 100%;
	  position: absolute;
	  top: 0px;
	  left: 0;

	  font-size: 1em;
	  color: #222;
	  line-height: 1.2;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;
	}


.radio_marchio{
	padding-top: 2vh;
}
.radio_marchio div{
	width: 45%;
	font-size: 120%;
}


		.focus-input-marchio {
		  position: absolute;
		  display: block;
		  width: 100%;
		  height: 100%;
		  top: 0;
		  left: 0;
		  pointer-events: none;
		}

		.focus-input-marchio::before {
		  content: "";
		  display: block;
		  position: absolute;
		  bottom: -2px;
		  left: 0;
		  width: 0;
		  height: 2px;

		  -webkit-transition: all 0.4s;
		  -o-transition: all 0.4s;
		  -moz-transition: all 0.4s;
		  transition: all 0.4s;

		  background: rgba(0,101,170);
		  background: -webkit-linear-gradient(45deg, #238EB8, #238EB8);
		  background: -o-linear-gradient(45deg, #238EB8, #238EB8);
		  background: -moz-linear-gradient(45deg, #238EB8, #238EB8);
		  background: linear-gradient(45deg, #238EB8, #238EB8);
		}

		.focus-input-marchio::after {
		  content: attr(data-placeholder);
		  display: block;
		  width: 100%;
		  position: absolute;
		  top: 0px;
		  left: 0;

		  font-size: 1em;
		  color: #222;
		  line-height: 1.2;

		  -webkit-transition: all 0.4s;
		  -o-transition: all 0.4s;
		  -moz-transition: all 0.4s;
		  transition: all 0.4s;
		}



	/*---------------------------------------------*/
	input.input2 {
	  height: 45px;
	}

	input.input2 + .focus-input2::after {
	  top: 16px;
	  left: 0;
	}

	textarea.input2 {
	  min-height: 80px;
	  padding-top: 13px;
	  padding-bottom: 13px;
	}

	textarea.input2 + .focus-input2::after {
	  top: 16px;
	  left: 0;
	}

	.input2:focus + .focus-input2::after {
	  top: -13px;
		color: #238EB8;
	}

	.input2:focus + .focus-input2::before {
	  width: 100%;
	}

	.has-val.input2 + .focus-input2::after {
	  top: -13px;
		color: #888;
	}

	.has-val.input2 + .focus-input2::before {
	  width: 100%;
	}


	input.input-message {
	  height: 45px;
	}

	input.input-message + .focus-input-message::after {
	  top: 16px;
	  left: 0;
	}

	textarea.input-message {
	  min-height: 80px;
	  padding-top: 48px;
	  padding-bottom: 13px;
	}

	textarea.input-message + .focus-input-message::after {
	  top: 16px;
	  left: 0;
	}

	.input-message:focus + .focus-input-message::after {
	  top: -13px;
		color: #238EB8;
	}

	.input-message:focus + .focus-input-message::before {
	  width: 100%;
	}

	.has-val.input-message + .focus-input-message::after {
	  top: -13px !important;
		color: #888 !important;
	}

	.has-val.input-message + .focus-input-message::before {
	  width: 100% !important;
	}




	/*---------------------------------------------*/
	.input-info, .input-info-select {
	  height: 45px;
	}

	.input-info + .focus-input-info::after {
	  top: 16px;
	  left: 0;
	}



		.input-info-select + .focus-input-info::after {
		  top: 16px;
		  left: 0;
		}

	textarea.input-info {
	  min-height: 80px;
	  padding-top: 13px;
	  padding-bottom: 13px;
	}

	textarea.input-info + .focus-input-info::after {
	  top: 16px;
	  left: 0;
	}

	.input-info:focus + .focus-input-info::after {
	  top: -13px;
		color: #238EB8;
	}

	.input-info:focus + .focus-input-info::before {
	  width: 100%;
	}

	.has-val.input-info + .focus-input-info::after {
	  top: -13px !important;
		color: #888 !important;
	}

	.has-val.input-info + .focus-input-info::before {
	  width: 100% !important;
	}




	/*------------------------------------------------------------------
	[ Button ]*/
	.container-contact2-form-btn {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  padding-top: 0px;
	}

	.wrap-contact2-form-btn {
	  display: block;
	  position: relative;
	  z-index: 1;
	  width: auto;
	  overflow: hidden;
	  margin: 0 auto;
	}

	.contact2-form-bgbtn {
	  position: absolute;
	  z-index: -1;
	  width: 300%;
	  height: 100%;
	  background: rgba(219,21,99,1);
	  background: -webkit-linear-gradient(-135deg, #238EB8, #238EB8, #238EB8, #238EB8);
	  background: -o-linear-gradient(-135deg, #238EB8, #238EB8, #238EB8, #238EB8);
	  background: -moz-linear-gradient(-135deg, #238EB8, #238EB8, #238EB8, #238EB8);
	  background: linear-gradient(-135deg, #238EB8, #238EB8, #238EB8, #238EB8);
	  top: 0;
	  left: -100%;

	  -webkit-transition: all 0.4s;
	  -o-transition: all 0.4s;
	  -moz-transition: all 0.4s;
	  transition: all 0.4s;
	}

	.contact2-form-btn {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0 20px;
	  min-width: 244px;
	  height: 50px;
	  font-size: 16px;
	  color: #222;
	  line-height: 1.2;
	}

	.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
	  left: 0;
	}

	/*------------------------------------------------------------------
	[ Responsive ]*/

	@media (max-width: 576px) {
	  .wrap-contact2 {
	    padding: 72px 15px 90px 15px;
	  }
	}



	/*------------------------------------------------------------------
	[ Alert validate ]*/

	.validate-input {
	  position: relative;
	}

	.alert-validate::before {
	  content: attr(data-validate);
	  position: absolute;
	  max-width: 70%;
	  background-color: #000;
	  border: 1px solid #238EB8;
	  padding: 4px 25px 4px 10px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  transform: translateY(-50%);
	  right: 0px;
	  pointer-events: none;
	  color: #238EB8;
	  font-size: 13px;
	  line-height: 1.4;
	  text-align: left;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity 0.4s;
	  -o-transition: opacity 0.4s;
	  -moz-transition: opacity 0.4s;
	  transition: opacity 0.4s;
	}

	.alert-validate::after{
	  content: "\f12a";
	  font-family: FontAwesome;
	  display: block;
	  position: absolute;
	  color: #238EB8;
	  font-size: 16px;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -moz-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	  transform: translateY(-50%);
	  right: 8px;
	}

	.alert-validate:hover:before{
	  visibility: visible;
	  opacity: 1;
	}

	@media (max-width: 992px) {
	  .alert-validate::before {
	    visibility: visible;
	    opacity: 1;
	  }
	}



	.wrap-input-privacy {
	  width: 100%;
	  position: relative;
	  color: #222;
	  margin: 40px auto;
		text-align: center;
	}


	 #show_more_info{
	   cursor: pointer;
	   color: #222;
		 margin:8vh auto 2vh auto;
		 font-size: 98%;
		 text-align: center;

	 }

	 #show_more_info:hover{
	   color: #238EB8;
	 }

	  #more_info a{
	    color: #222;
	  }

	  #more_info a:hover{
	    color: #238EB8;
	  }



	#more_info{
		margin: 15px auto;
	   	display: none;
	   	text-align: center;
	   	width: 100%;
		padding: 5vh 2vw;
		background-color: #dedede;
		font-size: 100%;
	 }
