html, body {
	height: 100%;
	margin:auto;
	font-family: 'yeni-font';
	background-color: rgb(190, 172, 172);
}
ul, li, h1 p {
	margin: 0;
	list-style: none;
	border: 0;
}
a {
	text-decoration:none;
	color: #0CC;
}

/* header */

.header {
	height:auto;
	overflow: visible;
	width: 900px;
	margin: auto;
}
#top {
	width: 100%;
}

.logo{
	margin-left: 340px;
	z-index: 99;
	display: block;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	width: 200px;
	padding: 10px;
	text-align: center;
	position: absolute;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.95);
	-moz-box-shadow:    0px 0px 12px 0px rgba(0, 0, 0, 0.95);
	box-shadow:         0px 0px 12px 0px rgba(0, 0, 0, 0.95);
}
ul.social{
	float: right;
	height: 40px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 220px;
	border:0px;
}
ul.social a{
	float:left;
	margin:8px;
	border:0px;
}
ul.social a img{
    border:0px;
}
.navbar{
	height: 60px;
	padding-top: 70px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}
.navbar ul li{
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	display: inline-block;
	}

.navbar ul li a{
	font-family: 'navbar-font', Arial, sans-serif;
	font-size: 31px;
	font-weight: normal;
	color: #414141;
	display:block;
	height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing:2px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.navbar li.active > a, .navbar li > a:hover {
	transition:0.2s;
	color: rgb(187, 25, 51);
}
.navbar ul li ul {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
}
.navbar ul li ul li {
	display: block;
	float: none;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navbar ul li ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	letter-spacing:0.7px;
	height: 20px;
	line-height: 20px;
}
.navbar ul li ul li a:hover {
	color: #EF1421;
	background-color: #FFF;
}
.navbar ul li:hover ul  {
	display: block;
	background-color: #666;
	z-index: 999;
}
#slayt {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	height: 500px;
	padding: 0px;
}
h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#main {
	width: 970px;
	padding: 150px 15px 30px 15px;
	background-color: rgb(255, 255, 255);
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	border-radius: 50px 50px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.shop {
	width: 1000px;
	position: relative;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic;
}

.shop .box {
	padding: 25px;
	float: none;
	height: 260px;
	width: 950px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
}


.shop .box img {
	height: 100%;
	max-width: 400px;
	float: left;
	border-radius: 7px;
	transition: all 0.2s ease;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	border: none;
}
.shop .box img:hover {
	opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */	
}
.shop .box h2 {
	font-size: 22px;
	line-height: 22px;
	float: right;
	height: 22px;
	width: 500px;
	padding: 0;
	margin: 0;
}
.shop .box p {
	margin-top: 5px;
	padding: 0px;
	float: right;
	width: 500px;
	font-size: 17px;
	line-height: 22px;
	overflow: hidden;
	max-height: 240px;
	text-align: start;
}
.ic-baslik {
	font-weight: bold;
	line-height: 30px;	
}
.tarih {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.shop .box p span a {
	width: 100%;
	text-align: right;
	color: #03C;
	float: left;
}

.urun-ana {
	float: left;
	height: 298px;
	width: 428px;
	border-radius: 15px;
	border: 1px solid rgb(221, 221, 221);
	overflow: hidden;
	margin-top: 5px;
	margin-right: 26px;
	margin-bottom: 20px;
	margin-left: 26px;

}
.urun-ana img {
    max-width: 428px;
	height: 100%;
	border: none;
	border-radius: 15px;
	transition: all 0.2s ease;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.urun-ana img:hover {
	opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.urun-ana h2 {
	padding: 5px;
	height: 40px;
	width: 270px;
	position: absolute;
	background-color: rgb(214, 216, 205);
	text-align: center;
	line-height: 40px;
	margin-top: -70px;
	border-radius: 10px;
	margin-left: 80px;
	font-size: 20px;
}
.urunler {
	float: left;
	width: 900px;
	margin-left: 30px;
	height: auto;
}
.urunler h1 {
	width: 100%;
	font-size: 20px;
	margin-top: 100px;
}
.sezon {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.sezon img {
	max-width: 120px;
	height: auto;
	border: none;	
}
.resim {
	float: left;
	height: 300px;
	width: 280px;
	overflow: hidden;
	margin-left: 12px;
	margin-top: 15px;
	padding: 0;
}
.resim img {
	border: 1px solid rgb(221, 221, 221);
	float: left;
	height: 200px;
	width: 278px;
	border-radius: 8px;
}
.resim h4 {
	font-size: 17px;
	line-height: 20px;
	color: rgb(51, 51, 51);
	padding: 5px;
	float: left;
	width: 270px;
	margin-top: 5px;
	text-align: center;
}

.urunler h2 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: rgb(48, 45, 45);
	font-size: 22px;
    border-bottom: 1px solid rgb(204, 204, 204);
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	letter-spacing: 0.6px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 845px;
	float: left;
}
.urunler h2 a {
	color: #09F;
}
.urunler h2 a:hover {
	color: rgb(187, 25, 51);
}


.content {
	float: left;
	width: 670px;
	margin-left: 250px;
	height: auto;
}
.content p {
	font-size: 17px !important;
	line-height: 22px;
	color: #333;
	letter-spacing:0.7px;
	text-align: start;
	width: 600px;
	margin-left: 50px;
}

.content img {
	margin-left: 50px;
	margin-bottom: 20px;
	max-width: 600px;
	height: auto;
	border-radius: 20px ;
}

.sidebar {
	float: left;
	width: 270px;
	position: absolute;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
}
.sidebar ul li {
	padding: 7px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: rgb(131, 123, 130);
	border-radius: 8px;
}
.sidebar ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	padding: 5px;
	letter-spacing: 0.5px;
}
.sidebar li.active, .sidebar li:hover{
	background-color: rgb(73, 68, 73);
	transition:0.2s;
}
.sidebar ul li:hover li {
	display: block;
}
.sidebar ul li ul li {
	display: none;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 15px;
}
.sidebar ul li ul li a {
	font-size: 13px;
	height: 20px;
	padding: 5px;
	margin: 0px;
}
h2{
    font-size:19px;
	margin-top:15px;
	margin-bottom:10px;
}
h3{
	font-size:13px;
	margin:0;
	font-weight: normal;
}
p{
    font-size:12px;
	line-height:14px;
	margin:0;
}


/* orta bölüm */
.orta{
	width:1000px;
	height:auto;
	margin: auto;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
	padding-top: 30px;
}

.orta h1 {
	font-size: 17px;
	line-height: 40px;
	color: #FFF;
	background-color: #313031;
	height: 40px;
	width: auto;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
	letter-spacing:0.8px;
	font-weight: normal;
	border-top-left-radius:0.5em;
	border-top-right-radius:0.5em;
}

.orta h1 a {
	font-size: 12px;
	float: right;
	clear: both;
	margin-right: 20px;
	line-height: 40px;
	color: #CCC;
}

#main .map {
	height: 300px;
	width: 100%;
	margin-top: 30px;
	float: left;
}


.firmtitle {
	float: left;
	width: 220px;
	overflow: hidden;
	height: auto;
	margin-left: 60px;
	margin-right: 100px;
	color: #626262;
	font-family: Verdana, Geneva, sans-serif;
}


.firmtitle h1 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	color: #626262;
}
.firmtitle h3 {
	font-size: 15px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
}
.firmtitle p {
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
}

.message {
	float: left;
	height: auto;
	width: 500px;
	margin-left: 70px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
.message h1 {
	font-size: 18px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	color: rgb(98, 98, 98);
}
.message label {
	color: #626262;
	width: 60%;
	display: block;
	float: left;
	font-size: 14px;
}
.message input[type='text'] {
	height: 26px;
	width: 60%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 20;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	float: left;
	border-radius: 3px;
	border: 1px solid #CCC;
}
.message textarea {
	height: 110px;
	width: 60%;
	overflow: auto;
	resize: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 20;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
	float: left;
	border-radius: 3px;
	border: 1px solid #CCC;
}
.message input[type='submit'] {
	cursor: pointer;
	float: left;
	clear: left;
	height: 30px;
	width: 120px;
}

.footer {
	background-color: #313031;
	height: 380px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(187, 25, 51);
}
.footnote .copy {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-align: center;
	background-color: #313031;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 60px;
	float: left;
}
.footnote {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #CCC;
}

.footnote .adres {
	float: left;
	padding: 30px 0 0 0;
	color: #999;
	font-size: 11px;
	width: 340px;
}
.footnote .adres .social {
	float: left;
	padding:0;
	margin: 0;
}
.footnote .adres .social li {
	display: block;
}
.footnote .map {
	margin-top: 30px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 600px;
	border: 0;
	margin-left: 50px;
}
.footnote h1 {
	font-size: 15px;
	line-height: 15px;
	color: #999;
	text-align: left;
	font-weight: normal;
	width: 100%;
	float: left;
}
.footnote p {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	letter-spacing: 0.6px;
	width: 100%;
	margin-bottom: 10px;
}
.footnote div p span {
	font-weight: bold;
	color: #DBDBDB;
	margin-bottom: 3px;
}
