﻿/*	GENEL ALAN	*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Changa+One:400i');




body {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-size: 12px;
	line-height: 1.6;
	font-weight:400;
	color: #5d5a5a;
	background:#eee;
}

.main{
	max-width:580px;
	padding:0 !important;
	margin: 50px auto 30px auto;
	background: #f9f9f9;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.main .container{
	max-width:580px;
}

a{
	color:#00F;
	cursor:pointer;
	font-weight:700;
}
a:hover{
	color:#00C;
}

.fw{
	width:100%;
	font-size:16px;
	font-weight:700;
}

.fw-3{
	font-weight:300;
}
.mb-3{
	margin-bottom:30px;
}


/*	ÜST ALAN */

.ust-alan{
	font-family: 'Changa One', cursive;
	font-style:italic;
	background:#117ec3;
	color:#fff;
	margin-bottom:30px;

	font-size:24px;
	text-align:center;
	line-height:24px;
	padding:15px 0;
}
.ust-alan .gri{
	color:#ddd;
}

.ust-alan .modul{
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-weight:300;
	font-size:18px;
}
.ust-alan img{
	margin:5px 0 0 30px;
	margin-right:-60px;
}



.form-control{
	border-radius:0 !important;
	box-shadow:none !important;
	border:1px solid #ebebeb;
	border-left:4px solid #ebebeb;
}

.btn{
	border-radius:0 !important;
}
.btn-info{
	background:#117ec3;
	border:1px solid #117ec3;
}
.link {
	margin:5px;
	padding:5px 10px;
}
.link a{
	margin:0 5px;
}

footer{
	color:#616161;
	background:#fff;
	line-height:18px;
	padding-left:20px;
	padding:20px 10px;
	margin:0;
	border-top:1px solid #ddd;
	font-size:12px;

}

footer a{
	color:#5d5a5a;
	font-weight:700;
}