body, html, table, tr, td, th, tbody, tfooter, fieldset, legend, h1, h2, h3, form, button {
    padding: 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
    list-style-type: none;
    outline: none;
}

html {
}

body {
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:link, a:active, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

.sol {
    float: left;
}

.sag {
    float: right;
}

.temizle {
    clear: both;
}

.logo{
	width:320px;
	height:60px;
	background:rgba(174,18,19,0.6);
	text-align:right;
	padding-top:10px;
	padding-right:30px;
	margin-top:100px;
}


.menu {
   margin-top:100px;
   margin-right:100px;
}

    .menu ul {
        padding: 0;
        margin: 0;
    }

        .menu ul > li {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 10px;
        }

            .menu ul > li > a {
				background:rgba(174,18,19,0.6);
                font-family: 'Oxygen', sans-serif;
				color:#FFF;
				padding:10px;
				font-size:16px;
				font-weight:300;
				display:block;
				width:180px;
				text-align:center;
                -webkit-transition: background 0.3s ease-in-out;
                -moz-transition: background 0.3s ease-in-out;
                -ms-transition: background 0.3s ease-in-out;
                -o-transition: background 0.3s ease-in-out;
                transition: background 0.3s ease-in-out;
				
            }

                .menu ul > li > a:hover {
                   	-moz-box-shadow:    inset 0 0 10px #000000;
  					-webkit-box-shadow: inset 0 0 10px #000000;
   					box-shadow:         inset 0 0 10px #000000;
                    text-decoration: none;
					background:rgba(199,0,0,0.7);
                    -webkit-transition: background 0.3s ease-in-out;
                    -moz-transition: background 0.3s ease-in-out;
                    -ms-transition: background 0.3s ease-in-out;
                    -o-transition: background 0.3s ease-in-out;
                    transition: background 0.3s ease-in-out;
                }

.slogan{
	margin-right:100px;
	margin-top:100px;
}

.content{
	margin:0px auto;
	width:100%;
	margin-top:100px;
}

.anasayfa{
	width:600px;
	height:400px;
	font-family: 'Oxygen', sans-serif;
	font-weight:700;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background:#890403;
	color:#FFF;
	margin-left:10%;
}

.anasayfa span{
	font-family: 'Oxygen', sans-serif;
	font-weight:700;
	font-size:24px;
}

.gorsel{
	margin-right:10%;
}

@media screen and (max-width:1366px) {
	.gorsel {
		margin-right:0px;
	}
	.gorsel img{
		width:400px;
	}
	
	.anasayfa{
	width:600px;
	height:400px;
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background:#890403;
	color:#FFF;
	margin-left:60px;
	}
}	
