@font-face {
    font-family:"Oswald-Bold";
    src: url("/templates/giris/fonts/Oswald-Bold.ttf");
	font-weight: bold;
}
@font-face {
    font-family:"Oswald-Regular";
    src: url("/templates/giris/fonts/Oswald-Regular.ttf");
	font-weight: normal;
}

html {
    height: 100%;
    margin: 0;
}
body {
	min-height: 100%;
	display: block;
	margin: 0;
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Oswald-Regular', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	padding-top: 0;
	background-image: url(../images/icmimari.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	background-position: right top;
}

article,body,html,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
ul {
	margin:0;
	padding:0;}
#logo {
	display:none;

}
#logo a {
	color:#666;
	text-decoration: none;
}

#logo:hover {	}
#menu {
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #FC0;
	position: absolute;
	left: 0px;
	top: 17%;
	/*height: 280px;*/
	font-family: 'Oswald-Bold', sans-serif;
}
ul.menu {
	padding-left:10px;
	padding-bottom:15px;
	padding-top:15px;}
.menu li {
	font-size: 30px;
	line-height: 45px;
	color: #999;
	
	list-style-type: none;
}
.menu li a {
	color: #999;transition-duration:1s;
	text-decoration: none;
}
.menu li:active a {
	color: #666;
}
.menu li a:hover {
	color: #666;
}
#sosyal {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FC0;
	position: absolute;
	left: 0px;
	top: 43%;
	padding-left: 10px;
	padding-top:15px;
	padding-bottom:15px;
}
#sosyal img {
	height: 28px;
	width: 28px;
}
ul.sosyal li {
	list-style-type: none;
	padding-bottom:2px;
	padding-top:2px;
}
#content {
	/*display:none;*/
	position: fixed;
	top: 2400px;
}
.slogan {
	height: 6.48%;
	width: 19.7%;
	position: absolute;
	left: 10px;
	top: 72%;
}
.ithaki {
	position: absolute;
	right: 10px;
	bottom: 10px;
	opacity: 0.7;
	font-size: 10px;
}
.ithaki a {
	color: #ffffff;
	text-decoration: none;
}
.sitename {
	display:none;
}