html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
	margin:0px; 
	padding:0px; 
	text-decoration:none; 
	list-style:none;
	outline:none; 
	border:none; 
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
}
body {	
	background: #F3F1F3;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000;
}
br {
  	content:"";
  	margin:10px;
  	display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#000;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c6c6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c6c6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c6c6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c6c6c6;
}
.clear {
    clear: both;
}
.header	{
	width:100%;
	height:110px;
	background:#fff;
	}
.container {
    width:960px;
	margin:0 auto;
}
.header .bottom .logo img {
	margin-top: 10px;
    z-index: 9999;
    position: relative;
}
.header .top	{
	height:40px;
	background:#aac14d;
	}
.header .top .telefon	{
    line-height: 40px;
    float: left;
    color: #fff;
    font-size: 12pt;
    position: absolute;
	}
.header .top .telefon span	{
    border-right: 1px dashed #fff;
    padding-right: 10px;
    font-size: 10pt;
	margin-right: 6px;
	}
.header .top .sosyal	{
	line-height:40px;
	float:right;
	}
.header .top .sosyal ul li	{
	float:left;
	}
.header .top .sosyal ul li a	{
    padding: 0px 9px;
    display: inline-block;
    border-right: dashed 1px;
    text-align: center;
    width: 33px;
	color:#fff;
	font-size:10pt;
}
.header .bottom .menu	{
    float: right;
    margin-top: 16px;
	}
.header .bottom .menu ul li	{
	float:left;
	}
.header .bottom .menu ul li a	{
    color: #00793c;
    padding: 10px 20px;
    display: block;
    font-size: 12pt;
    font-weight: 600;
	}
.header .bottom .menu ul li a:hover	{
    background: #b0cb47;
    color: #fff;
}
.slider {
    width: 100%;
    overflow: hidden;
}
.slider .swiper-slide img {
    width: 100%;
    height: auto;
    margin: 0;
}
.alan	{
	background:#fffefc;
	width:100%;	
	margin-top:40px;
	}
.alan .sol	{
	float:left;
	width:63%;
	}
.alan .sag	{
	float:left;
	width:37%;
	}
.alan .sag img	{
	float:right;
	}	
.alan .sol .baslik	{
    font-size: 35px;
    letter-spacing: 4px;
    text-transform: uppercase;
	font-weight:bold;
	}
.alan .sol .baslik::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #35aa40;
    display: block;
    }
.alan .sol .yazi	{
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
	}
.alan .sol .devami {
    float: right;
    padding: 7px 20px 2px 20px;
    color: #fff;
    background: #30a940;
}	

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
    height: 326px;
    overflow: hidden;;
}
.grid1 {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.grid1 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 20px 15px 20px 0;
    width: 296px;
    background: #30a940;
    text-align: center;
    cursor: pointer;
}
.grid1 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid1 figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
    word-spacing: -0.15em;
    font-weight: 700;
    font-size: 17pt;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    padding: 5px 0 0px 0;
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
	margin: 0;
}

.grid1 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Common style */
.grid figure {
	position: relative;
    float: left;
    overflow: hidden;
	margin: 20px 15px 20px 0;
    width: 310px;
	height:270px;
    background: #30a940;
    text-align: center;
    cursor: pointer;
}
.grid figure:nth-child(3) {
	margin: 20px 0 20px 0;
}
.grid1 figure:nth-child(3) {
	margin: 20px 0 20px 0;
}


.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 700;
    font-size: 16pt;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    padding: 10px 0 13px 0;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
	
figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.kategoriler {
    width: 100%;
    float: left;
    margin-top: 40px;
    background: #e8e8e8;
	padding:40px 0;
}
.kategoriler .baslik	{
    font-size: 35px;
    letter-spacing: 4px;
    text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	}
.kategoriler .baslik::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #35aa40;
    display: block;
    margin: 0 auto;
    
}
.altalan {
    width: 100%;
    float: left;
    padding: 40px 0;
	background:#fff;
}
.altalan .sol, .altalan .sag {
    width: 50%;
    float: left;
}
.altalan .sol .baslik, .altalan .sag .baslik {
    font-size: 25px;
    letter-spacing: 4px;
	font-weight:bold;
	padding: 30px;
}
.altalan .sol .baslik::after, .altalan .sag .baslik::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #35aa40;
    display: block;
	margin-top: 10px;
}
.altalan .sol .icerik, .altalan .sag .icerik {
    padding: 0 0 0 30px;
}
.altalan .sol img {
    transform: rotate(-5deg);
    width: 380px;
    border: 5px solid #30a940;
    margin-left: 30px;
}
.altalan .altalan1 {
    width: 100%;
    float: left;
    margin-top:80px;
}
.altalan .altalan1:nth-child(1) {
    margin-top:0;
}

.altalan .sag img {
    transform: rotate(5deg);
    width: 380px;
    border: 5px solid #30a940;
    margin-left: 30px;
}
.footer	{
	background:#fff;
	width:100%;
	float:left;	
	}
.footer .menu {
    width: 100%;
    background: #00833e;
	height:50px;
}	
.footer .menu ul li {
    float:left;
}	
.footer .menu ul li a {
    line-height: 50px;
    padding: 10px 20px;
    border-right: 1px solid #339864;
    color: #fff;
}	
.footer .logo {
    width: 100%;
    float: left;
    text-align: center;
    margin: 60px 0px;
}	
.altalan .sol .devami, .altalan .sag .devami {
    float: right;
    padding: 7px 20px 2px 20px;
    color: #fff;
    background: #30a940;
    margin-right: 30px;
    margin-top: 10px;
}	
.copyright	{
	float:left;	
	line-height:50px;
	}
.kalitefix	{
	float:right;	
	line-height:50px;
	}
.kalitefix a	{
	color:#000;
	}
.kalitefix img {
    margin-top: 3px;
}	
.alt {
    width: 100%;
    float: left;
    background: #e8e8e8;
}	
.sayfa {
    width: 100%;
    float: left;
}
.sayfa .resim {
    width: 100%;
    height:270px;
    float: left;
    position: relative;
}
.sayfa img {
    width: 100%;
    height: 100%;
    float: left;
}	
.sayfa>.container>.icerik>.baslik {
    color: #ffffff;
    font-size: 30pt;
    font-weight: 800;
    text-transform: capitalize;
    text-shadow: 1px 1px 19px rgb(255, 255, 255);
    position: absolute;
    top: 200px;
    left: 50px;
}	
.sayfa .icerik p {
    float: left;
    margin-top: 20px;
    text-align: justify;
}	
.sayfa .icerik {
    float: left;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
	margin-top:20px;
	position:relative;
	width:100%;
}	
.sayfa .icerik .altbaslik {
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: bold;
    padding: 0;
	text-align:left;
	margin-top:20px;
	float:left;
	width:100%;
}	
.sayfa .icerik .altbaslik::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #35aa40;
    display: block;
}	
.sayfa .icerik strong {
    font-weight: 700;
}	
.sayfa .icerik .yaz .yazi1 {
    float: left;
    padding-right: 50px;
    margin: 20px 0 0 0;
    font-weight: 400;
}	
.sayfa .icerik .yaz .yazi2 {
    margin: 20px 0 0 0;
}	
.sayfa .icerik .yaz {
    width:100%;
	float:left;
}	
.sayfa>.container>.icerik>.baslik1 {
    color: #000;
    font-size: 30pt;
    font-weight: 800;
    text-transform: capitalize;
    text-shadow: 1px 1px 19px rgb(255, 255, 255);
    text-align: center;
}	
.gallery a {
    width: 296px;
    border: 1px solid #f3f1f3;
    padding: 10px;
    position: relative;
    height: 346px;
    float: left;
	margin:16px 0 0 0;
}
.gallery a:nth-child(3n+2) {
	margin:16px 16px 0 16px;
}
.gallery img {
    width: 276px;
    height: 276px;
	border-radius: 10px;
}
.gallery .adi {
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 17pt;
}
.bayiol	{
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    background: #33a866;
    position: fixed;
    top:110px;
    z-index: 2400;
    margin-left: -300px;
    padding: 0;
    transition: all .3s ease-in;
	}
.bayiol	.form{
    padding: 15px 0;
}
.bayiol:hover	{
    margin-left:0;
	}
.bayiol	.baslik{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    float: left;
    color: #fff;
    padding: 20px;
    background: #b1cd46;
    margin-bottom: 5px;
	}
.bayiol .form input[type="text"]{
    width: 260px;
    height: 40px;
    padding: 0 15px;
    background: #fff;
    outline: none;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 20px;	
}
.bayiol .form input[type="submit"]{
    width: 260px;
    height: 40px;
    background: rgb(51, 168, 102);
    outline: none;
    border: 1px solid rgb(255, 255, 255);
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 20px 10px 20px;
    color: #fff;	
}
.bayiol .form input:hover[type="submit"]{
   	background: rgb(40, 125, 77);
	border: 1px solid rgb(40, 125, 77);
}
.bayiol .ac {
    width: 94px;
    height: 88px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background: rgb(177,207,69);
    background: -moz-linear-gradient(45deg, rgba(177,207,69,1) 0%, rgba(175,201,73,1) 20%, rgba(177,207,69,1) 45%, rgba(175,201,73,1) 72%, rgba(177,207,69,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(177,207,69,1) 0%,rgba(175,201,73,1) 20%,rgba(177,207,69,1) 45%,rgba(175,201,73,1) 72%,rgba(177,207,69,1) 100%);
    background: linear-gradient(45deg, rgba(177,207,69,1) 0%,rgba(175,201,73,1) 20%,rgba(177,207,69,1) 45%,rgba(175,201,73,1) 72%,rgba(177,207,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1cf45', endColorstr='#b1cf45',GradientType=1 );
    position: absolute;
    left: 300px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 1px #40ac3e;
}
.respmen,.mobmen{
    display:none;
}
.respmen {
	display:none;
}




@media(max-width:960px) {
.header {
	display:none;	
}
.top-menu {
	display:none;	
}
.swiper-pagination {
	display:none;	
}
body {
	background:#fff;
}
.respmen {
    background-color:#38a93e;
    color: #fff;
    padding: 2% 0;
    position: fixed;
    width: 75%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    left: -75%;
	display:block !important;
    z-index:9999;
    cursor: pointer;
}
.respmen ul li {
    color: #666;
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.res-secenek {
    border-bottom: 1px solid #3f5265;
}
.respmen .fa-angle-right {
    float: right;
    margin-right: 3%;
}
.resport {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.mobmen {
    display: block;
    height: 50px;
    color: #fff;
    background-color: #fff;
    width: 100%;
    z-index: 4;
}
.mobmen img {
    height: 50px;

}
.mobmen .fa-bars {
    font-size: 30px;
    margin-right: 10px;
    margin-top: 10px;
    color: #38a93e;
    cursor: pointer;
}
.respmen ul li a{
    color: #fff;
}
.respmen .mail {
    color: #fff;
    background: #666;
    text-align: center;
    width: 96%;
    float: left;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 12pt;
    margin: 0 2% 10px 2%;
    border-radius: 6px;
}
.respmen .telefon {
    color: #fff;
    background: #9c9d9e;
    text-align: center;
    width: 96%;
    float: left;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 12pt;
    margin: 10px 2% 10px 2%;
    border-radius: 6px;
}

.sosyal .face i, .sosyal .twitter i, .sosyal .instagram i, .sosyal .youtube i {
	background: rgba(255, 255, 255, 0.09);
	color: #ffffff;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    vertical-align: sub;
    width: 25%;
    float: left;
    transition: all 0.3s ease-in-out;
}
.sosyal {
    width: 96%;
    margin: 10px 2% 10px 2%;
}
.sosyal .face i{
    background: rgba(59, 89, 152, 1);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
	}
.sosyal .twitter i {
    background: rgba(29, 161, 242, 1);
}
.sosyal .instagram i {
	background: rgba(0, 53, 105, 1);
}
.sosyal .youtube i {
    background: rgba(59, 89, 152, 1);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.container {
    width:100%;
}
.footer .menu {
	display:none;
}
.grid {
    width: 100%;
    height: auto;
	padding: 0 10px;
}
.grid figure {
    width: 100%;
    height: auto;
}
.alan .sag {
	display:none;
}
.alan .sol {
	width:100%;
}
.altalan .altalan1 .sol img, .altalan .altalan1 .sag img	{
	display:none;
}
.altalan .altalan1 .sol, .altalan .altalan1 .sag	{
	width:100%;
}
.alan .sol .yazi {
    padding: 0 10px;
}
.alan .sol .baslik::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #35aa40;
    display: block;
    margin: 0 auto;
}
.alan .sol .baslik {
    text-align: center;
}
.alan .sol .devami {
    margin-right: 20px;
}
.kategoriler {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 0;
    background: #fff;
}
.altalan {
    padding: 0;
}
.altalan .altalan1 {
    margin-top: 0;
}
.altalan .sol .icerik, .altalan .sag .icerik {
    padding: 0 10px;
    text-align: justify;
}
.sayfa>.container>.icerik>.baslik {
	display:none;
}
.grid1 figure {
    margin: 20px 0 0 0;
    width: 100%;
}
.copyright {
    float: left;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.kalitefix {
    line-height: 30px;
    text-align: center;
    float: none;
}
.footer {
    margin-top: 20px;
}
.bayiol {
	display:none;
}





	
}




























