@font-face {
	font-family: Oswald;
	src: url(../font/Oswald.ttf);
}
body{
	margin: 0;
	padding: 0;
	background-image: url(https://www.transparenttextures.com/patterns/clean-gray-paper.png);
	background-color: #ffffff;
}
#header{
	width: 100%;
	height: 355px;
	background-image: url(../images/header.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	border-bottom: solid 8px rgba(233, 223, 25, 0.64);
}
#hd-trans{
	width: 100%;
	height: 88px;
	background-color: rgba(0, 0, 0, 0.85);
	box-shadow: 0 0 172px #474411;
}
#hd-nav-container{
	width:860px;
	margin: auto;
	box-shadow:0 3px 15px #2B2B2B;
	position: relative;
	top:45px;
}
#logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	float: left;
}
.clear{
	clear: both;
}
#navigator{
	float: left;
	width: 700px;
	height: 70px;
	background-color: #E9DF19;
}
#navigator ul{
	padding-left: 20px;
	margin: 0;
}
#navigator ul li{
	list-style: none;
	float: left;
	text-align: center;
}
#navigator ul li a{
	color: #4A4A4A;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Oswald;
	letter-spacing: 1px;
	font-weight: 500;
	height: 70px;
	transition:all 245ms;
	text-align: center;
	display: block;
	font-size: 15px;
	line-height: 70px;
	text-decoration: none;
}
h1{
	font-family: Oswald;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}
#navigator ul li a:hover{
	background-color: #2A291A;
	color: #ffffff !important;
	transition:all 245ms;
}
.active{
	background-color: #2A291A;
	color: #ffffff !important;
	transition:all 245ms;
}
.social{
	float: right;
	display: block;
	height: 70px;
}
.social img{
	padding: 20px;
}
#container{
	width:860px;
	min-height: 425px;
	height: auto;
	margin-left:auto;
	margin-right: auto;
	margin-top: 100px;
	z-index: ;
}
.yellow{
	color:#DBD800;
	font-weight: font-weight: 500;
}
#container h2{
	text-align: center;
    color: #ffffff;
    width: 435px;
    margin: auto;
    font-weight: 400;
    border-radius: 5px;
    padding: 27px;
    font-size: 24px;
    font-family: Oswald;
    background-color: rgba(0, 0, 0, 0.55);
}
.urun_kutu{
    width: 255px;
    height: 128px;
    margin-top: 45px;
    line-height: 128px;
    text-align: center;
    float:left;
    font-style: italic;
    margin-bottom: 18px;
    font-family: Oswald;
}
.urun_kutu a:hover{
	transition:all 240ms;
	font-weight: bold;
	font-size: 34px !important;
}
.urun_kutu a{
	text-shadow: 0 1px 0px #000000;
	color: #ffffff;
	display: block;
	font-size: 29px;
	transition:all 240ms;
	text-decoration: none;
}
#footer{
	width: 100%;
	height: 91px;
	background-color: #000000;
	margin-top: 35px;
}
#footer span{
	color: #ffffff;
	text-align: center;
	display: block;
	font-family: Oswald;
	font-weight: 100;
	font-size: 14px;
}
.fancybox img{
	border-radius: 5px;
    border-bottom: solid 2px #E9DF19;
    text-decoration: none;
}
.fancybox{
	text-decoration: none !important;
	position: relative;
}
.fancybox span{
	position: absolute;
	left: 0;
	bottom:10px;
	font-family: oswald;
	text-align: center;
	font-size: 16px;
	color: #2A2A2A;
}
#navigator ul li:hover #nav_open{
	display:block;
	opacity: 1;
}
#nav_open{
	width: 278px;
	padding: 0 !important;
	display: none;
	position: absolute;
	z-index: 999;
	transition:all 340ms ease;
	box-shadow: inset 0px 6px 10px #CCC901;
	border-bottom: solid 3px #C2AE03;
	background-color: #E9DF19;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#nav_open li{
	list-style: none;
	float: none !important;
	text-align: left;
	border-bottom: solid 1px #D0CD03;
}
#nav_open li a{
	height: 49px !important;
	line-height: 49px !important;
}
#nav_open li:hover{
	border-left: solid 2px #01B312;
}
#nav_open li a{
	color: #4A4A4A;
	padding-left: 20px !important;
    padding-right: 15px !important;
	font-family: Oswald;
	letter-spacing: 1px;
	font-weight: 500;
	height: 70px;
	transition:all 245ms;
	text-align: left !important;
	display: block;
	font-size: 15px;
	line-height: 70px;
	text-decoration: none;
}