@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic&subset=latin,latin-ext);
body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	background:url(../images/bg.png)no-repeat top center;
	/* background-size:cover; */
}
ul,li,a{
	text-decoration:none;
	list-style:none;
	color:inherit;
}
strong,b{
	font-weight:bold;
}
.center{
	width:1200px;
	height: auto;
	margin:0 auto;
}
.logo{
	width:505px;
	height:346px;
	margin:0 auto;
	margin-top:40px;
}
.sloganbg{
	float:left;
    width: 100%;
	height:75px;
	background:url(../images/sloganbg.png)no-repeat top center;
	margin-top:40px;
	margin-bottom: 40px;
}
.slogan{
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    margin: 27px 0;
}
.hizmetler{
	width: 1120px;
	height:236px;
	margin:0 auto;
}
.hizmetler a{
	float:left;
	width:173px;
	margin-right: 16px;
	height:236px;
}
.hizmetler a:last-child{
	margin-right:0
}
.sosyal{
	width:320px;
	height:60px;
	margin:0 auto;
	background: #fff;
	border-radius:10px;
	float: left;
	margin-left: 440px;
	border: solid 1px #0c2f53;
	line-height: 60px;
}
.sosyal > a{
	display: inline-block;
	background: #0c2f53;
	font-size: 14px;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	margin: 8px 0;
	margin-left: 5px;
}
.sosyal > a:hover {
    background: #196fc7;
}
.sosyal span{
    float: right;
    color: #0c2f53;
    font-size: 22px;
    margin: 5px 0;
    margin-right: 15px;
    line-height: 25px;
    font-weight: bold;
}
.copyriht{
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin: 15px 0 12px;
}
section{
	float:left;
	width:100%;
	min-height:250px;
	background: #fff;
	margin-top: -40px;
}
h2.sayfabaslik{
	float: left;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	margin: 27px 0;
}

.urunlerimiztab{
	float:left;
	width:100%;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
.urunlerimiztablink{
	width: 100%;
	float: left;
	text-align:center;
	font-size:0;
}
.urunlerimiztablink a{
    display:inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 19px 20px;
    position: relative;
    font-weight: bold;
    background: #184466;
}
.urunlerimiztablink a.aktif{
    border-bottom: solid 4px #f10000;
}
.urunlerimiztabic{
	float:left;
	width:100%;
	margin-top: 30px;
}
.urunlerimiztabslayt{
	float:left;
	width:100%;
	height: 280px;
}
.urun{
	float:left;
	width: 274px;
	height: 228px;
	margin: 4px;
	overflow: hidden;
}
.urun:nth-child(5n) {
	margin-right: 0;
}
.urunimg{
	float:left;
	width: 254px;
	height: 170px;
	border: solid 1px #5e768c;
	padding: 5px;
}
.urunimg img{
	width: 100%;
	height: 100%;
}
.urun span{
	float: left;
	width: 100%;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	margin-top: 10px;
}
.urun:hover {
    -webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.1);
}


.feedback{
	position: fixed;
	right: 20px;
	bottom:0;
	width: 290px;
	z-index: 9999;
	background: #0b2e4f;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0, .1);
	/* display:none; */
}
.feedback a {
	display:block;
	padding: 12px 15px;
	width: auto;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	font-size: 16px;
	text-align: center;
	border-radius: 3px 3px 0 0;
	position: relative;
	background-color: #3c5872;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
.feedback .form {
	clear:both;
	padding: 10px 15px 15px 15px;
	display: none;
	color: #fff;
}
.feedback .form .form-control {
	border: none;
	/* height: 36px; */
	box-shadow: none;
	border-radius: 3px;
	background-color: white;
	width: 95%;
	padding: 7px;
	color: #000;
	margin-bottom: 6px;
}
.feedback .form .form-control-small {
	float: left;
    background-color: white;
    margin-bottom: 6px;
    width: 46%;
    padding: 7px;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    color: #000;
}
.feedback .form .refresh_button {
    float: left;
	display: block;
    background: none;
    margin: 0 2% 6px 2%;
    width: 10%;
    padding: 7px 5px;
    border-radius: 3px;
    color: #fff;
}
.feedback .form .security_code {
    float: left;
    display: block;
    margin-bottom: 6px;
    width: 30%;
    height: 30px;
    border-radius: 3px;
}
.feedback  select{width: 100%!important;}
.feedback .form .btn {
	padding: 8px 12px;
	font-size: 18px;
	margin-top: 5px;
	border: none;
	margin-bottom: 13px;
}
.feedback .form-group {
	margin-top: 10px;
}
.feedback a span {
	position: absolute;
	right: 5px;
	top: -1px;
	font-size: 30px;
	display: none;
	width: 32px;
	height: 32px;
}
.feedback a span {
	display: block;
}
.feedback.open a span {
	display: block;
}

header .formy .dropdown-menu .btn, #kampus-modal .btn, .feedback .btn, .on-kayit .btn {
    background-color: rgba(255,255,255, .2);
    padding: 12px 16px;
    color: #fff;
    font-size: 17px;
}

header .formy .dropdown-menu .form-control, header .formy .dropdown-menu .form-control:focus, #kampus-modal .form-control, #kampus-modal .form-control:focus, .feedback .form-control, .feedback .form-control:focus {
    border: none;
    color: #652965;
    font-size: 16px;
    background-color: #f8f6f9;
}