@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;
}
.menu-btn {
 min-width:70px; text-align:center; display:inline-block; margin:5px; font-weight:bold
}
.menu-btn:hover {
background:#9fd4ff
}
* { 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;	
}

.table {    width: 100%; font-family:Arial;
    max-width: 100%;    background-color: transparent;border-spacing: 0;
    border-collapse: collapse;box-sizing: border-box;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;border-left: 1px solid #ddd;}
    .table tr {
        display: table-row;
    vertical-align: inherit;
    border-color: inherit;
     background-color: #fff;

    }

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
 .table tbody tr td,.table tbody tr th {color:#464646; font-size:14px;}

.table thead tr th {background-color: #00652e; color: #fff;}
.urun-bilgileri {width:100%;float:left;}
.urun-bilgileri .table {width:900px; margin-left:auto; margin-right:auto; margin-bottom:20px; margin-top:20px;}
.urun-bilgileri .table button,.btngreen {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #00652E;
    border-color: #0E6B39;
    margin-top:-8px;
}
    .urun-bilgileri .table button:hover,.btngreen:hover {
        color: #fff;
        background-color: #09763B;
        border-color: #22824E;
    }

.table tr:nth-child(odd) {background-color: #F5F5F5;}
.table tr:nth-child(even) {background-color: #fff;}
.table tr:hover{
    background-color: #DFF3E3!important;
}

.urun-bilgileri .table tr th,.urun-bilgileri .table tr td  {
    padding-top: 15px;
    padding-left: 20px;
}

.form-control {
    margin-bottom: 10px;width: 100%!important;
}
.form-group {
    width: 100%;
}
.haber { min-height:150px;}
.haber .baslik {font-size:22px;}
.haber-alt {margin-bottom:20px;}
.haber-gorsel {border: solid 1px #A2B685; vertical-align: middle;
        display: table-cell;height:150px; background-color:#fff; width:150px; text-align:center;}
    .haber-gorsel img {    width: 150px;
    padding: 10px;}




@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;
  }
}
	
	
	
	
	
	