/* sizi arayalim formu */
.saf-Form-hidden { display: none; }
.saf-Form { box-sizing: border-box; max-width: 998px; margin-left: auto; margin-right: auto; }
.saf-Form .textfield { width: 100%; margin-bottom: 0; }
.saf-Form *, .saf-Form *:before, .saf-Form *:after { box-sizing: inherit; }
.saf-Form_Title { font-family: 'Montserrat', sans-serif; font-size: 26px; font-weight: 300; margin-bottom: 10px; padding-left: 10px; padding-right: 10px; }
.saf-Form_Fields { list-style: none; margin: 0; padding: 0; }
.saf-Form_Field { display: block; float: left; padding-left: 10px; padding-right: 10px; padding-bottom: 15px; margin-bottom: 15px; width: 100%; }
@media (min-width: 572px) {
	.saf-Form_Field {
		width: 50%;
	}
	.saf-Form_Field:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 992px) {
	.saf-Form_Field { 
		width: 33%;
	}
	.saf-Form_Field:nth-child(2n+1) {
		clear: inherit;
	}
	.saf-Form_Field:nth-child(3n+1) {
		clear: both;
	}
}
.saf-Form_Label { display: block; width: 100%; margin-bottom: 5px; font-size: 13px; line-height: 1; }
input[type="text"].saf-Form_Input,
input[type="email"].saf-Form_Input,
textarea.saf-Form_Input,
select.saf-Form_Input {
	display: inline-block;
	background-color: #ffffff;
	border: 2px solid #dddddd;
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 12px 12px;
	color: #939393;
}
.saf-Form_Input--full { width: 100%; }
/*.saf-Form_Select {  }
.saf-Form_Select--full {}
.saf-Form_Select--date {}*/
.saf-Form_Textarea { width: 100%; height: 100px; resize: none; }
.saf-Form_Clearfix { overflow: auto; zoom: 1; }
.saf-Form_Buttons { clear: both; text-align: center; width: 100%; }
.saf-Form_Button {
	font-weight: bold;
	padding: 12px 20px;
	background-color: #e0e0e0;
	color: #606060;
	border: none;
	border-radius: 8px;
	margin: 0px 0px 5px 0px;
	cursor: pointer;
}
.saf-Form_Error { display:block; font-size: 12px; color: red; padding: 2px 0; }
.saf-Form-Result { clear: both; font-size: 25px; text-align: center; }

.saf-HeaderButton {
	display: none;
	position:absolute;
	right: 128px;
	top: 0;
	font-family:'Hind Siliguri', sans-serif;
	font-weight: bold;
	font-size: 0;
	color: #353535 !important;
	background-color: #d9d9d9;
	background-image: url(images/sizi-arayalim-buton/saf-HeaderButton__phone.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-size: 0;
	width: 94px;
	height: 24px;
	padding-left: 32px;
	line-height: 25px;

	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}
	/* sizi arayalim sadece Turkce sitede gorunsun */
	[lang="tr-TR"] .saf-HeaderButton {
		display: block;
	}

.wf-active .saf-HeaderButton {
	font-size: 13px;
	background-size: 14px;
}

.saf-HeaderButton_after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 0; height: 0;
	border-bottom: 24px solid #d9d9d9;
	border-right: 39px solid transparent;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.saf-HeaderButton:hover {
	background-color: #cac7c7;
	color: #353535;
}
.saf-HeaderButton:hover .saf-HeaderButton_after {
	border-bottom-color: #cac7c7;
}
/* end sizi arayalim formu */
