body,html {
	margin:0;
	padding:0;
	background:#f5f5f5;
	color:#111111;
	font-size:14px;
	line-height:18px;
	height:100%;
	min-height:100%;
	font-family:"SourceSansPro" sans-serif;
}

.space30 {
	display:block;
	height:30px;
}

.container {
	width:100%;
	padding:0 20px;
	max-width:960px;
	margin:0 auto;
	display:block;
	position:relative;
}

.small {
	max-width:860px;
}

.start_con {
	background:url(../img/giris.jpg) top center no-repeat;
	background-size:cover;
	position:relative;
	display:block;
	top: 0;
	width:100%;
	height:100%;
	text-align:center;
}

.start_con .slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	display:block;
	text-align: center;
	color: #fff;
	max-width: 860px;
	font-size:80px;
	line-height:80px;
	margin-top:-90px;
	margin-left: -375px;
	text-shadow:0 0 10px rgba(0,0,0,0.9);
}


.menu {
	position:absolute;
	top: 0;
	width:100%;
	padding:30px 0 0 30px;
}
.menu .logo {
	width: 150px;
	position: absolute;
	float: left;
}

.menu #nav{
	position: relative;
	display: block;
	width: 80%;
	text-align: center;
	margin:40px auto 10px;
	padding-left: 100px;
}

.menu #nav li{
	margin: 0 5px;
	display:inline-block;
}
.menu #nav a {
	display:block;
	font-size:16px;
	color: white;
	font-weight: bold;
}

.social {
float: right;
display: inline-block;
margin-top: 40px;
margin-right: 20px;
}

.social .icon {
	height:20px;
	width:20px;
	margin-left:10px;
	text-decoration:none;
	display:block;
	float:left;
	background-image:url(/img/icon-sosyal.svg);
	background-repeat:no-repeat;
	background-size:80px 40px;
	cursor: pointer;
}

.social .facebook {
	background-position:0 0;
}

.social .vimeo {
	background-position:-20px 0;
}

.social .instagram {
	background-position:-40px 0;
}

.social .facebook:hover {
	background-position:0 -20px;
}

.social .vimeo:hover {
	background-position:-20px -20px;
}

.social .instagram:hover {
	background-position:-40px -20px;
}

.history{
	display: block;
	width: 100%;
	padding: 40px;
	margin: 60px auto 0;
	background: url(../img/back-history.jpg) center center no-repeat;
	background-size: cover;
}

.history h1 {
	font-size:48px;
	line-height:56px;
	color:white;
	text-align:center;
	width:100%;
	max-width:760px;
	margin:60px auto 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.history p {
	max-width: 830px;
	color: white;
	text-align: center;
	margin: 0 auto 40px;
	font-size: 21px;
	line-height: 26px;
	}

.form_con {
	text-align: center;
	width:100%;
	margin:40px auto;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.address {
	text-align: center;
	font-size:18px;
	line-height:22px;
}

.map {
	display: block;
	margin-top: 60px;
width: 100%;
}

.bottom_con {
	width:100%;
	text-align:center;
	color:#333;
	font-size:12px;
	padding-bottom: 30px;
}

.btn {
	display:inline-block;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	font-size:22px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.btn-gonder {
	position:relative;
	display:block;
	margin:4px auto!important;
	width:100%;
	padding:14px;
	letter-spacing:3px;
	color:#fff;
	background:#871745;
	border:1px solid #871745;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.btn-gonder:hover {
	background:#f5f5f5;
	color:#871745;
}

input,textarea,select {
	width:100%;
	background:transparent;
	padding:14px;
	margin:7px 0;
	font-size:14px;
	color:#444;
	background: white;
	border:1px solid #871745;
	font-family:inherit;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

input:focus,textarea:focus,select:focus {
	outline:none;
	border:1px solid #444;
}

.uyari {
	font-size:16px;
	margin:-3px 0 5px;
	color:#ee1b2d;
}

.sonuc {
	text-align:center;
	color:#2e323f;
}

img {
	line-height:0;
}

.yukari_cik {
	cursor:pointer;
	width:32px;
	height:33px;
	position:fixed;
	bottom:20px;
	right:40px;
	text-align:center;
	display:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	background:rgba(255,255,255,1) url(/img/yukari.png) center center no-repeat;
	z-index:999999;
}

input#src_libart {
	border-color:#fff!important;
	color:#fff!important;
	-webkit-border-radius:40px 0 0 40px;
	-moz-border-radius:40px 0 0 40px;
	border-radius:40px 0 0 40px;
	padding-left:15px;
	width:25%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.up {
	cursor:pointer;
	width:32px;
	height:33px;
	position:fixed;
	bottom:20px;
	right:40px;
	text-align:center;
	display:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	background:rgba(255,255,255,1) url(/img/up.png) center center no-repeat;
	z-index:999999;
}

h1 {
	font-size:36px;
	line-height:40px;
	color:#871745;
	text-align:center;
	width:100%;
	max-width:760px;
	margin:60px auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h2 {
	font-size:21px;
	line-height:28px;
	color:#871745;
	text-align:center;
	width:100%;
	max-width:760px;
	margin:40px auto 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

p {
	display:block;
}

.iplikler{
	width: 330px;
	margin-right: 20px;

}

p#p1 {
	width:100%;
	max-width:500px;
	text-align:center;
	margin:0 auto 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


p#left {
	float:left;
	width:48%;
	margin-right:4%;
	display:block;
	margin-bottom:30px;
}

p#right {
	float:right;
	width:48%;
	display:block;
	margin-bottom:30px;
}

a {
	text-decoration:none;
	color:#1d1d3b;
}

a:hover {
	color:#871745;
	text-decoration:underline;
}

b {
	font-weight:700;
}

table td {
	vertical-align:top;
}

@media (max-width: 750px) {


.start_con .slogan {
	position: absolute;
	width: 100%;
	padding: 30px;
	top: 50%;
	left:auto;
	font-size: 36px;
	line-height: 40px;
	margin: -20px auto 0;
	text-shadow:0 0 10px rgba(0,0,0,0.9);
}


	p#left,p#right {
		width:100%!important;
		margin-right:0;
	}

	h1 {
		font-size:24px;
		line-height:30px;
	}
}


@media (max-width: 500px) {


.start_con .slogan {
	position: absolute;
	width: 100%;
	padding: 30px;
	font-size: 28px;
	line-height: 30px;
	top: 50%;
	left:auto;
	margin: -50px auto 0;
	text-shadow:0 0 10px rgba(0,0,0,0.9);
}
.iplikler{
	width: 100%;
	margin-bottom: 30px;
}

#nav{
	width: 100%!important;
	padding-left: 0!important;
	margin: 0!important;
	margin-top: 150px!important;

}
}