@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=latin-ext');
body {background-image: url(../imges/bg.png);background-repeat: repeat;background-color: #f5f5f5;font-family: 'Roboto', sans-serif;font-size: 14px;}
header{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FFF;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.tepe{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
    overflow: hidden;
}
.logo{
	width:265px;
	height:135px;
	float:left;
}
.myk_logo{
	width:120px;
	height:135px;
	float:right;
}
.logo img, .myk_logo img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
nav{
	width:100%;
	height:46px;
	background-color:#e25151;
	float: left;
}
nav ul{
	width:1000px;
	height:46px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}
nav ul li{
	display: table-cell;
	border-right: 1px solid #e77373;
	height: 100%;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
nav ul li span{color:#FFF;display:inline-block;width:100%;text-align:center;height:100%;padding: 0px 20px;}
nav ul li:last-child{border:none;}
nav ul li:hover{
	background-color:#29282b;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
main{
	width:1000px;
	min-height: calc(100% - 377px);
	height:auto;
	margin:30px auto;
	background-color:#ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	padding:20px;
	border-radius:2px;
	overflow: hidden;
}
.main_left{
	width:300px;
	height:auto;
	float:left;
}
.main_right{
	width:640px;
	height:auto;
	float:right;
}
h1{
	color: #e25151;
	font-size:16px;
	margin-bottom:10px;
}
.left_kutu{
	width: 100%;
	height:auto;
	overflow:hidden;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #ffc2c2;
	font-size:22px;
	margin-bottom:20px;
	padding:20px;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
.left_kutu:hover{
	color:#ffffff;
	background-color:#e25151;
	border-color:#e25151;
	-webkit-transition: all 200ms ease 0s;
	-moz-transition: all 200ms ease 0s;
	-ms-transition: all 200ms ease 0s;
	-o-transition: all 200ms ease 0s;
	transition: all 200ms ease 0s;
}
footer{
	width: 100%;
    height: 116px;
    background-color: #FFF;
    text-align: center;
    padding: 20px 0px;
    line-height: 1.4;
}
a:last-child .left_kutu{margin-bottom:0px;}
.harita{
	width:100%;
	height:350px;
	margin-bottom:15px;
}