/* Remove this when pasting into your Stylesheet! */


/* END Remove This */



#contact p, label, legend {
	font: "Open Sans", Calibri, sans-serif;
	font-weight:300;
	color: #fff;
}

#contact h1 { margin: 10px 0 10px;  color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact {
	display: block;
	width: 750px;
	padding: 15px;
	margin-top: 8px;
	margin-bottom: 50px;
}

/* Form style */

mark.validate {
	display: inline-block;
	margin: 0px 0px -7px 7px;
	width: 32px;
	height: 32px;
	background: transparent none;
}
mark.valid {
	background: url(../img/success.png) no-repeat top left;
	background-size: 32px 32px;
	background-repeat: no-repeat;
}
mark.error {
	background: url(../img/error.png) no-repeat top left;
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

#contact label {
	display: inline-block;
	float: left;
	height: 1em;
	line-height: 1em;
	padding: 6px 0 0;
	width: 155px;
	font-size: 1.4em;
	margin: 5px 0;
	clear: both;
}

#contact label small {
	font-size: 0.75em;
	color: #ccc;
}

#contact .verify {
	width: 125px;
}

#contact label.verify {
	padding: 0px 0px 0px 0px;
	margin: 2px 10px 2px 0;
	width: 85px;
	text-align: right;
}
#contact label.verify img {
	width:85px;
	height:45px;
	padding:1px;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#contact fieldset label img { 
	width:80px; 
}

#contact input, #contact textarea, #contact select {
	width: 80%;
	color:#3c3c3c;
	font-family: 'Open Sans', Calibri, sans-serif;
  font-weight:300;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: rgba(0,0,0,0.1);
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}
#contact select {
	margin: 8px 0;
}

#contact textarea {
	width: 80%;
}
#contact input:focus, #contact textarea:focus, #contact select:focus {
	background-color: rgba(255,255,255,0.5);
	color:#000;
	outline: none;
	position: relative;
	z-index: 5;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
#contact input:focus::-webkit-input-placeholder, #contact textarea:focus::-webkit-input-placeholder,#contact select:focus::-webkit-input-placeholder {
	color:#000;
}
#contact input.error, #contact textarea.error, #contact select.error {
	box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	background-color: rgba(255,0,0,0.2);
}
#contact input.oldu {
	color:#fff;
	box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
	background-color: rgba(0, 255, 0, 0.2);
}
#contact textarea.oldu {
	color:#fff;
	box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
	-webkit-box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
	background-color: rgba(0, 255, 0, 0.2);
}
#contact input.error::-webkit-input-placeholder, #contact textarea.error::-webkit-input-placeholder, #contact select.error::-webkit-input-placeholder {
	font-weight:300;
	color:#fff;
}
#contact input.submit {
	background-image: url(../img/gonder.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	font-family: 'Open Sans', Calibri, sans-serif;
	float:left;
	width: 227px;
	border: none;
	cursor:pointer;
	background-color: rgba(0,0,0,0.2);
	color:white;
	font-size:14px;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top:0px;
	font-weight:300;
}
#contact input.submit:hover {
	background-image: url(../img/gonder.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	background-color: #282828 !important;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#contact input.submit:active, #contact input.submit:focus {
	top: 2%;
}
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset {
	padding: 0px;
	border: none;
}
#contact legend {
	padding: 7px 10px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 0 !important;
	margin-bottom: 20px;
}

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 1em 0; padding: 0; display: block; background: transparent none; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page { text-align:center; }
#contact #success_page h1 { color:#fff; }

acronym { border-bottom:1px dotted #ccc; }
#iletisim {
}
#contact header #iletisim #sol {
	float: left;
	width: 600px;
	padding: 5px;
}
#contact header #iletisim #sag {
	padding: 5px;
	float: left;
	width: 120px;
}
#contact header #iletisim #clear {
	clear: left;
}
