
body .chronoforms .form
{
	font-size:1em!important;
}
.chronoforms .ui.form .field>label{
		
	clear:both!important;
	display:block;
	color:#FF6C0E!important;
	font-weight:bold;
}

	input{
		display:block;
		width:100%;
		border:none;
		border-bottom:2px solid $grey;
		margin-bottom:20px;
		padding:5px 10px;
		color:$grey;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;

		&:hover{
			background:fade-out($grey,0.90);
		}
		&:focus{
			border-bottom:2px solid $orange;
			background:fade-out($grey,0.90);
		}		
	}
	
	body .slider .slider-home .slick-slide img
{
  width:100%;
}