.teklif_input {
	display: block;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dadada;
	background: none;
	color: #959595;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.teklif_input:hover {
	color:#000;
}
.teklif_input_adres {
	display: block;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dadada;
	height: 100px;
	background: none;
	color: #959595;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.teklif_input_adres:hover {
	border-color: #d5350f;
	background-color:#d5350f;
	color:#fff;
}
.teklif_input_text {
	display: block;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dadada;
	height: 250px;
	background: none;
	color: #959595;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.teklif_input_text:hover {
	border-color: #d5350f;
	background-color:#d5350f;
	color:#fff;
}
.teklif_buton {
	border-color: transparent;
	background-color: #f85c37;
	color: #fff;
	padding: 14px 20px!important;
	font-size: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 15px;
	outline: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: baseline;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	line-height: 1em;
	cursor: pointer;
 -webkit-transition: all .25s ease;
 transition: all .25s ease;
}
.teklif_buton:hover {
	background-color: #d5350f;
}
