@font-face {
    font-family: 'poetsenone';
    src: url('../fonts/poetsenone-regular-webfont.eot');
    src: url('../fonts/poetsenone-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poetsenone-regular-webfont.html') format('woff2'),
         url('../fonts/poetsenone-regular-webfont.woff') format('woff'),
         url('../fonts/poetsenone-regular-webfont.ttf') format('truetype'),
         url('../fonts/poetsenone-regular-webfont.svg#poetsenoneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'afbattersea';
    src: url('../fonts/ufonts.com_afbattersea-webfont.eot');
    src: url('../fonts/ufonts.com_afbattersea-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_afbattersea-webfont.html') format('woff2'),
         url('../fonts/ufonts.com_afbattersea-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_afbattersea-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_afbattersea-webfont.svg#afbattersearegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    min-width:1000px;
}
* { text-decoration:none; outline:none; padding:0; margin:0; color:#526e1c; transition:.3s; list-style:none }
#container {
	position:absolute;
	left:0; right:0; top:0; bottom:0;
}
.row {
	width:100%;
}
.area {
	width:1000px;
    min-width:1000px;
	margin:0 auto;	
	text-align:center;
}
.logo > img {
	height:120px;	
}
.logotitle > img {
	height:60px;	
}
header .area { padding-top:20px; }
header.index {
	height:900px;	
}

nav {
	font-family:'poetsenone';
	font-size:0;	
}
nav > div {
	display:inline-block;
	vertical-align:top;
	font-size:16px;	
}
nav > div > a {
	display:block;
	padding:3px 10px;
	border-right:1px solid #526e1c;
	border-left:1px solid #526e1c;	
}

nav > div > a:hover {
	color:#7d9848;	
}
nav > div:first-child > a {
	border-left:2px solid #526e1c;	
}
nav > div:last-child > a {
	border-right:2px solid #526e1c;	
}
#yaprak {
	position:absolute;
	right:50px;
}
#yaprak > img {
	height:120px;
}
#indexbackground {
	position:absolute;
	left:0; right:0;	
	background:url(../images/indexbg.png) repeat-x bottom #9fd4ff;
	background-size:contain;
	z-index:-1;
	width:auto;
    min-width:1000px;
	height:650px;
	text-align:center;
	padding-top:250px;
}
#indexbackground > .govde {
    min-width:1000px;
	text-align:center;
	margin-top:-80px;
}

#pagesbackground {
	position:fixed;
	left:0; right:0;	
	background:url(../images/pagesbg.png) repeat-x bottom #e9f5ff;
	background-size:contain;
	z-index:-1;
	width:auto;
	height:700px;
	text-align:center;
}

#olivesbackground {
	position:fixed;
	left:0; right:0;	
	background:url(../images/olivesbg.png) no-repeat bottom ;
	background-size:cover;
	z-index:-1;
	width:auto;
	height:400px;
	text-align:center;
}
.weed {
    position:absolute;
}
.weed > img  {
    height:150px;
}
#weedleft {
    left:0; top:0; z-index:-1;
}
#weedright {
   right:0; top:0; z-index:-1;
}
.pagesbox {
    background:rgba(255, 255, 255,0.0);
    margin:50px 0px;
    font-family:Arial;
    font-weight:normal;
    font-style:italic;
}
.pagesbox h3 {
    margin-bottom:5px;
}
.pagesbox p {
    margin-bottom:15px;
}

.gonderButton {
    background:#fff;
    border:1px solid #ccc;
    padding:5px 10px ;
    display:inline-block;
    cursor:pointer;
}
.gonderButton:hover {
    background:#ddd;
}

.productbox {
    font-size:0;
}
.productbox > a {
     width:calc(50% - 10px);
     display:inline-block;
     background:rgba(255, 255, 255,0.5);
     margin-bottom:20px;
     height:150px;
     vertical-align:top;
}
.productbox > a:hover {
     background:rgba(255, 255, 255,1);
}

.productbox > a > div {
     font-size:32px;
     display:inline-block;
     vertical-align:middle;
    font-family: 'poetsenone';
}


.productbox > a > div > img {
    max-width:180px;
    max-height:130px;
    padding:10px 10px;
}

.productbox > a:nth-child(2n+1) {
    margin-right:10px;
}
.productbox > a:nth-child(2n+1) > div:first-child {
     width:200px;
     text-align:center;
}
.productbox > a:nth-child(2n+1) > div:last-child {
     width:calc(100% - 220px);
     text-align:left;
     padding-left:20px;
}


.productbox > a:nth-child(2n) {
    margin-left:10px;
}
.productbox > a:nth-child(2n) > div:first-child {
     width:calc(100% - 220px);
     padding-right:20px;
     text-align:center;
}
.productbox > a:nth-child(2n) > div:last-child {
     width:200px;
     text-align:left;
}




.productsbox {
    font-size:0;
    text-align:left;
    font-family:'poetsenone';
}
.productsbox > a {
    margin:10px;
     width:calc(25% - 17px);
     display:inline-block;
     background:rgba(255, 255, 255,0.2);
     vertical-align:top;
     text-align:center;
     border:1px solid #999;
     border-radius:10px;
     
}
.productsbox > a:hover {
     background:rgba(255, 255, 255,1);
     
}
.productsbox > a:nth-child(4n+1) {
    margin-left:0px;
}
.productsbox > a:nth-child(4n) {
    margin-right:0px;
}
.productsbox > a > div:first-child {
}
.productsbox > a > div:first-child > img {
     width:calc(100% - 50px);
     padding:25px;
     border-bottom:1px solid #999;
}

.productsbox > a > div:last-child {
    font-size:16px;
    height:50px;
    line-height:50px;
}




#soapbackground #weedleft img {
    height:250px;

}




.recipehead {
    font-size:0;
    margin-top:50px;
}
.recipehead > div {
    font-size:16px;
    display:inline-block;
    vertical-align:top;
    width:30%;
}
.recipehead > div:nth-child(1)  {
    text-align:left;
}
.recipehead > div:nth-child(2)  {
    padding:10px;
    width:calc(40% - 20px); 
}
.recipehead > div:nth-child(3)  {
    text-align:right;
}
.recipehead > div:nth-child(2) > div {
    background:#967446;
    padding:10px;
    border-radius:10px;
    transform: rotate(-5deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(-5deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-5deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-5deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-5deg) scale(1) skew(1deg) translate(0px);
    box-shadow:-2px 2px 2px #999;
}
.recipehead > div:nth-child(2) > div > img {
    width:100%;
    border-radius:8px;
}




.recipebody {
    font-size:0;
    margin-top:50px;
}
.recipebody p {
    margin-bottom:10px;
}
.recipebody > div {
    font-size:16px;
    display:inline-block;
    vertical-align:top;
    width:calc(50% - 10px);
}


.recipebody > div:first-child {
    text-align:left;
    padding-right:10px;
}

.recipebody > div:last-child {
    text-align:right;
    padding-left:10px;
}




.footer-blocks { font-size:0; }
.footer-blocks > div {
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	width:60%;
	box-sizing:border-box;
}
.footer-blocks div img {
	max-width:100%;
}
.footer-blocks > div:first-child {
	width:20%;
}
.footer-blocks > div:last-child {
	width:20%;
}
	
	
.guvercin {
	animation-name:guvercin;
	animation-duration:20s;
	animation-iteration-count:infinite;
	height:150px;	
}
@keyframes guvercin {
  0% {
	margin-left:-1000px;
  }
  10% {
	margin-top:0px;  
	height:150px;	
  }
  20% {
	margin-top:50px;
	height:200px;	
  }
  30% {
	margin-top:00px;
	height:150px;	  
  }
  40% {
	margin-top:50px; 
	height:200px; 
  }
  50% {
	margin-top:00px;
	height:150px;	  
  }
  60% {
	margin-top:50px; 
	height:200px; 
  }

  100% {
	  margin-left:3000px;
  }
}
	
	
	
	
	
	