#background {
	 background:url('background-clean.jpg') no-repeat;
 opacity: 1;
    margin: 0;
    padding: 0;
    z-index: -1;
background-size:     cover;                  
    background-repeat:   no-repeat;
    background-position: center center; 
background-attachment:fixed;

}
@font-face {
font-family: Yaldevi;
src: url(Yaldevi-VariableFont_wght.ttf);
}
.baslik{
	width:180px;
	height:60px;
	background-image:url('damla.jpg');
	float:left;
 	margin-left:100px;
	margin-top:10px;

}
header{
position:fixed;
display:block;
z-index:1000;
top:0;
width: 100%;

}
.menu{

	text-align:right;
	padding-top:30px;
padding-bottom:30px;
padding-right:150px;
}
.serit{
width:1440px;
height:auto;
background-color:#FFF;
box-shadow: 1.5px 1.5px 1.5px #888888;
}
.iletisim{
width:1440px;
height:50px;
 background-color:#398E70;
position:block;
}
.sembol{
width:24px;
height:24px;

}

.a{
	padding:10px;
	font-family:Yaldevi;
	text-decoration:none;
	color:	#142F43;
	font-weight:bolder;
}
.a:hover{
	color:#FFF;
	background-color:#142F43;
	border-radius:3px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:background-color 1s;
-moz-transition:background-color 1s;
-o-transition:background-color 1s;
transition:background-color 1s
}
a{
text-decoration:none;
padding-left:0px;
font-family:Yaldevi;
color:#FFF;
font-size:14px;
}
a:hover{
text-decoration:underline;
}
#slideshow { 
  
  position: relative; 

width:100%;
  height: 650px; 
box-shadow: 10px 10px 8px #888888; 
}





#slideshow > div { 
  position: absolute; 
  top: 10px; 
  left: 0px; 
  right: 0px; 
  bottom: 10px; 
}
.urunler{
width:1000px;
height:auto;
background-color:#FFF;
margin-left:auto;
margin-right:auto;
margin-top:-20px;
padding-bottom:5px;
}

h2{
color:	#142F43;
font-weight:bolder;
font-family:Yaldevi;
padding-top:30px;
text-align:center;
}
h3{
color:	#142F43;
font-weight:bolder;
font-family:Yaldevi;
text-align:center;

}
p{
font-family:Yaldevi;
font-size:14px;
padding-left:40px;
color:#142F43;
text-align:left;
padding-right:40px;
}
.iletisims span{
color:#142F43;
padding-left:40px;
font-size:14px;
}
.fiyatlistesi{
width:1000px;
height:auto;
background-color:#FFF;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}
.hakkimizda{
width:1000px;
height:auto;
padding-bottom:10px;
background-color:#FFF;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}
.iletisims{
width:1000px;
height:auto;
padding-bottom:10px;
background-color:#FFF;
margin-left:auto;
margin-right:auto;
margin-top:10px;
}
.copyright{
width:%100;
height:50px;
 background-color:#142F43;
position:block;
text-align:center; 
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background:#FFF;
border-radius:5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #142F43; 
border-radius:5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #142F43; 
}