/* #Reset & Basics 
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after,	q:before, q:after { content: ''; content: none; } 
	table { border-collapse: collapse; border-spacing: 0; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	/* font-size:14px; */
}

body {  
	margin:0; padding:0; 
	font-family: 'Poppins', sans-serif;
	font-size: .9rem; /* (tarayıcının varsayılan font-size değeri 16px. Öyleyse 1rem = 16px. Ancak bu değer html içindeki font size ile değiştirilebilir.) */
	font-weight: 400;
	line-height: 1.5; 
	color:#333;	/* background: #fff url('images/bg-repak.jpg'); */ }
	
	

/* Typography
------------------------------------- */
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
h1{
	font-size: 1.8rem;
}

h2{
	font-size: 1.6rem;
}

h3{
	font-size: 1.4rem;
}

h4{
	font-size: 1.2rem;
}

h5{
	font-size: 1.1rem;
}

h6{
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
  font-size: 80%;
}

/* Links
------------------------------------- */

a{ color: #000; text-decoration: none; outline: 0; }
a:hover {  color: #f4a137; }

/* Buttons
------------------------------------- */
button, input[type="submit"], input[type="reset"], input[type="button"] {}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, 
	button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus  { }
.button{ background: #ccc; border: none; color: #333; display: inline-block; font-size: .8rem; font-weight: 500; text-decoration: none; cursor: pointer; 
	  line-height: normal; padding: 5px; margin:5px 0px 10px 0px; }
.button:hover, .button:focus {color:#ccc; background: #333;}
/* #hr
================================================== */	
	hr.cizgi{ display: block; height:1px; margin:10px 0px; padding: 0; clear: both; border:none; border-bottom:1px solid #ddd;}
	hr.nokta{ display: block; height:1px; margin:10px 0px; padding: 0; clear: both; border:none; border-bottom:1px dashed #ddd;}
	  

/* Forms
------------------------------------- */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	padding:6px 6px; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color:#fff; border:1px solid #D1D1D1;	box-sizing:border-box;}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
	-webkit-appearance:none; -moz-appearance:none; appearance:none;}
textarea {width:80%; padding-top:6px; padding-bottom:6px;}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border:1px solid #33C3F0; outline:0;}
label, legend {display:block; padding-top:6px; padding-bottom:6px; font-weight:400;}
fieldset {padding:0; border-width:0;}
input[type="checkbox"], input[type="radio"] {display:inline;}


/* Lists
------------------------------------- */
ul { list-style: circle inside; }
ol { list-style: decimal inside; }
ol, ul { padding: 0 0 0 16px; margin: 0;}
ul ul, ul ol, ol ol, ol ul { margin: 0; }
li { margin:0; }


/* Tables
------------------------------------- */
th,
td { padding: 3px; text-align: left;  border-bottom: 1px solid #ddd; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }


/* Spacing
------------------------------------- */
button, .button {cursor: pointer;}
strong {font-weight:700;}
em {font-style: italic;}
 
 
img {border:none; padding:0; margin:0; display:block;}
  
/* GRID
------------------------------------- */
.container {position:relative;	width:1140px; margin:0 auto; padding:0;}
.grid {position:relative; width:100%; padding:0; margin:0; /* background:#ddd; */}
	.grid:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}

.col-1-12, .col-2-12, .col-3-12, .col-4-12, .col-5-12, .col-6-12, .col-7-12, .col-8-12, .col-9-12, .col-10-12, .col-11-12, .col-12-12, .col-1-5, .col-2-5, .col-3-5, .col-4-5 {
	position:relative; float:left; /* border:1px solid rgba(221,221,221,1);	box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	background-color:#ddd; */}
.col-1-12 {width:8.33%;}
.col-2-12 {width:16.66%;}
.col-3-12 {width:25%;}
.col-4-12 {width:33.33%;}
.col-5-12 {width:41.66%;}
.col-6-12 {width:50%;}
.col-7-12 {width:58.33%;}
.col-8-12 {width:66.66%;}
.col-9-12 {width:75%;}
.col-10-12 {width:83.33%;}
.col-11-12 {width:91.66%;}
.col-12-12 {width:100%;}
/* --- */
.col-1-5 {width:20%;}
.col-2-5 {width:40%;}
.col-3-5 {width:60%;}
.col-4-5 {width:80%;}
/* .col-5-4 -> .col-12-12 */

.content {position:relative; /* background:#fff; */ margin:0px 16px; padding:0;}
	.content:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}

/* 998-1139 | 	600-997 | 0-599 */ 
	
@media only screen and (min-width:998px) and (max-width:1139px) {
	.container {width:90%;}
	.content {margin:0px 12px;}
}
@media only screen and (min-width:0px) and (max-width:997px) {

	.container {width:96%;}
	.col-1-12 {width:100%;}
	.col-2-12 {width:100%;}
	.col-3-12 {width:100%;}
	.col-4-12 {width:100%;}
	.col-5-12 {width:100%;}
	.col-6-12 {width:100%;}
	.col-7-12 {width:100%;}
	.col-8-12 {width:100%;}
	.col-9-12 {width:100%;}
	.col-10-12 {width:100%;}
	.col-11-12 {width:100%;}
	.col-12-12 {width:100%;}
	
	.col-1-5 {width:100%;}
	.col-2-5 {width:100%;}
	.col-3-5 {width:100%;}
	.col-4-5 {width:100%;}
	
	.content {margin:0px 12px;}
}

.img {}
	.img img {max-width:100%;}
.img-k {position:relative; width:100%; padding-top:100%; overflow:hidden;}/* 100% -> 1:1 Aspect Ratio | 75% -> 4:3 Aspect Ratio | 62.5% -> 8:5 Aspect Ratio */
	.img-k img {position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; vertical-align:middle; /*height:100%;*/ width:auto; max-width:100%;} 

.clearfix:after {display:block; font-size:0; content:" "; clear:both; height:0;}
* html .clearfix {zoom:1;} /* IE6 */ 
*:first-child+html .clearfix {zoom:1;} /* IE7 */

.clear {clear:both; padding:0 !important; margin:0 !important;}

.bg-fff{background:#fff;}


#headerustkap {position: relative; width: 100%; margin: 0 auto; padding: 0; background: #fff; z-index: 10; border-bottom: 1px solid #eee; }
#headerust {position: relative;}
ul.headerustmenu {position: relative; float:left; margin:0; padding:0; list-style:none; border-left:1px solid #eee;}
	ul.headerustmenu li {position:relative; float:left; display:block; padding:0 10px; font-size:.8rem; line-height:3;  margin:0; border-right:1px solid #eee; color:#666;}
	ul.headerustmenu li a {padding:0; margin:0; color:#666; }
	ul.headerustmenu li i {padding-right:5px;}
	ul.headerustmenu li a:hover {color:#666;}
	ul.headerustmenu li:first-child {}
	
ul.headerustmenu2 {position: relative; float:right; margin:0; padding:0; list-style:none; border-left:1px solid #eee;}
	ul.headerustmenu2 li {position:relative; float:left; display:block; padding:0 10px; font-size:.8rem; line-height:3;  margin:0; color:#666;}
	ul.headerustmenu2 li a {padding:0; margin:0; color:#666; }
	ul.headerustmenu2 li i {padding:0 2px;}
	ul.headerustmenu2 li a:hover {color:#666;}
	ul.headerustmenu2 li:last-child {}
	
ul#dilmenu {position: relative; float:right; padding:0 5px; margin:0; list-style:none; }
	ul#dilmenu li {position:relative; float:left; display:block; padding:0 4px; font-size:.8rem; line-height:3; margin:0; color:#666;}
	ul#dilmenu li a {padding:0 3px; margin:0; color:#666;}
	ul#dilmenu li a.dilselectt {background:#333; color:#fff;}

#aramaiconum {position: relative; float:right; padding:0 14px; margin:0; color:#666; font-size:.8rem; line-height:5.5rem; cursor:pointer;}

#aramaKap {display:none; position: relative; width:100%; margin:0 auto; padding:0; z-index:5; background:rgba(0,0,0,.8); }	
#aramaformum {position:relative; margin:10px 25%; z-index:10; width:45%; padding:6px; border:1px solid #eee; background:#fff;
	-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;} 
	#aramaformum .input {float:left; width:80%; height:30px; padding:0px 2%; margin:0px; font-size:15px; line-height:30px; border:none; color:#aaa;}  
	#aramaformum .search-but {float:right; width:16%; font-size:20px; line-height:30px; height:30px; color:#333; background:#fff; padding:0px; margin:0; border:none; cursor:pointer;}  

@media only screen and (min-width:998px) and (max-width:1139px) {

}

@media only screen and (min-width:600px) and (max-width:997px) {

}

@media only screen and (min-width:0px) and (max-width:599px) {
 ul.headerustmenu li#headerustmenuMail{display:none;}
}


#headerkap {width:100%; margin:0 auto; padding:0; z-index:10;}

.headerF{
  position: fixed;
  top: 0;
  background:rgba(246,246,246,1);
  
}

.headerR {
  position: relative; 
  background:rgba(255,255,255,.8);
}

/* 
HEADER 2 ***************************************
*/
#header {position:relative; margin-top:0px; z-index:6;}
	
#logo {position:relative; float:left; width:300px; padding:0; margin:10px 0 0 0; z-index:11;}
 #logo img {max-width:100%;}

#sf-kutu {position:relative; float:right; }
	#sf-kutu .sf-menu {position:relative; margin:0;}


/* responsivmenu
**************************** */		
#menuac {position:relative; float:right; margin:20px 0 0 20px; padding:8px 4px; text-align:center; display:none; color:#222; cursor:pointer; z-index:3;
	-webkit-border-radius:0px; -moz-border-radius:0px; -ms-border-radius:0px; -o-border-radius:0px; border-radius:0;}	
#menuac span {font-size:1.6rem; line-height:1;}
	
	
	

	
@media only screen and (min-width:998px) and (max-width:1139px) {

}

@media only screen and (min-width:600px) and (max-width:997px) {
#menuac {display:block;}
#sf-kutu {display:none;}
}

@media only screen and (min-width:0px) and (max-width:599px) {
#logo {width:200px; margin:20px 0 0 0;}
#menuac {display:block;}
#sf-kutu {display:none;}
}


#anablok {float:left;}
#yanblok {float:right;}
.mainNav {margin-bottom:20px;}	
h3.yanmenuh3 {position:relative; width:100%; margin:-1rem 0 0 0; font-weight:600; padding:0; text-align:left; color:#fff; font-size:1rem; line-height:1; background:#666666; z-index:9;}
	h3.yanmenuh3 span {padding:0 12px;}
	h3.yanmenuh3 a {color:#fff;}

@media only screen and (min-width:998px) and (max-width:1139px) {
}

@media only screen and (min-width:600px) and (max-width:997px) {
#anablok {float:right;}
#yanblok {display:none;}
#yanblok {float:left;}
h3.yanmenuh3 {margin:0;}
}

@media only screen and (min-width:0px) and (max-width:599px) {
#anablok {float:right;}
#yanblok {display:none;}
#yanblok {float:left;}
h3.yanmenuh3 {margin:0;}
}




/* SLAYT
**************************** */
#slaytkap {position:relative;  background: #fff; width:100%; margin:0px auto 10px auto; padding:0; }
#slaytim {position:relative; width:100%; padding:0;}

	#slaytim .slaytimg {position:relative; width:100%; padding:0; margin:0;}
	#slaytim .slaytimg img {width:100%; max-width:1920px; z-index:5; margin:0 auto; padding:0;}

	#slaytim .bilgikutusu {position:absolute; top:20%; left:0; width:100%; z-index:6;
		  /*-webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; border-radius:12px; */ }
	#slaytim .bilgikutusu h2 {background:rgba(0,0,0,.3); display:inline-block; font-size:40px; line-height:60px; margin:0px; padding:0 5px; color:#fff; text-shadow:1px 1px 4px #000; font-family: 'PT Serif', serif; font-weight:400; letter-spacing:2px; }
	#slaytim .bilgikutusu p { background:rgba(0,0,0,.3); display:inline-block; font-weight:300; font-size:16px; line-height:24px; margin:0px; padding:0 5px; color:#fff; text-shadow:1px 1px 4px #000;}
	#slaytim .bilgikutusu a.button_slayt {padding:6px 10px; margin-top:16px; border:2px solid #fff; font-weight:400; color:#fff; text-shadow:1px 1px 4px #000;} 

	.owl-item.active .bilgikutusu {animation:1s .1s fadeInUp both;}
	.owl-item.active .bilgikutusu h2 {animation:1s .2s fadeInUp both;}
	.owl-item.active .bilgikutusu p {animation:2s .4s fadeInUp both;}
	.owl-item.active .bilgikutusu a.button_slayt {animation:1s .9s flipInX both;}
	
	#slaytim .owl-dots {display:none;}
	#slaytim .owl-nav {}
	#slaytim .owl-nav button.owl-prev, #slaytim .owl-nav button.owl-next {position:absolute; top:50%; transform:translateY(-50%); opacity:0; font-size:16px; line-height:16px; 
		width:50px; height:50px; color:#fff; background:rgba(255,255,255,0.3);	
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;
		-webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; border-radius:12px;
		}
	#slaytim .owl-nav button.owl-prev {left:50px;}
	#slaytim .owl-nav button.owl-next {right:50px;}	
	#slaytim .owl-nav button.owl-prev:hover, #slaytim .owl-nav button.owl-next:hover {background:rgba(0,0,0,0.8); color:#fff;}
	
	#slaytim:hover .owl-nav button.owl-prev {opacity:0.8; left:10px;}
	#slaytim:hover .owl-nav button.owl-next {opacity:0.8; right:10px;}
	
@media only screen and (min-width:998px) and (max-width:1243px) {

}	
@media only screen and (min-width:768px) and (max-width:997px) {
	#slaytim .bilgikutusu h2 {font-size:24px; line-height:36px;}
	#slaytim .bilgikutusu p {font-size:16px; line-height:24px;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	#slaytim .bilgikutusu h2 {font-size:20px; line-height:30px;}
	#slaytim .bilgikutusu p {font-size:12px; line-height:18px;}
}
@media only screen and (min-width:0px) and (max-width:479px) {
	#slaytim .bilgikutusu h2 {font-size:20px; line-height:30px;}
	#slaytim .bilgikutusu p {display:none;}
}	

/* FOOTER AÇIKLAMALAR
**************************** */		
.ikonKap {padding:32px 0 10px 0; border-radius:5px;}
.ikonm {text-align:center; padding-bottom:20px;}
.ikonm span {float:left; width:30%; font-size:2rem; line-height:2; color:#000;}
.ikonm .cont {float:right; width:70%; text-align:left; height:9rem} 
.ikonm h4 {font-size:1rem; line-height:1.5rem; color:#000; font-weight:500; margin-bottom:8px;}
.ikonm p {font-size:.9rem; line-height:1.5rem; color:#666; font-weight:400; margin:0; }
.ikonm p.metin {font-size:.9rem; line-height:1.5rem; color:#666; font-weight:400; margin:0; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow:hidden;}

.slider-pattern {position:absolute; left:0; right:0; height:100%; width:100%; background:rgba(0,0,0,.2); z-index:25;}
	.slider-pattern1 {position:absolute; left:0; right:0; height:100%; width:100%; background:rgba(0,0,0,.2); z-index:3;}
	.slider-pattern2 {position:absolute; left:0; right:0; height:100%; width:100%; background: rgba(0,0,0,.2) url('../images/3.png') center top; z-index:3;}
	.slider-pattern3 {position:absolute; left:0; right:0; height:100%; width:100%; background: rgba(0,0,0,.2) url('../images/5.png') center top; z-index:3;}
	
h2.anasayfah2 {position:relative; color:#333; font-weight:600; margin:30px 0 20px 0; text-align:center; font-size:1.5rem; line-height:2.5;}
	h2.anasayfah2 a {color:#333;}
	h2.anasayfah2:after {position:absolute; content:""; background-color:#555; bottom:0; left:50%; margin-left:-80px; width:160px; height:2px;}		
	

h2.ickath2 {position:relative; color:#333; font-weight:600; margin:30px 0 30px 0; text-align:left; font-size:1.5rem; line-height:3rem;}
	h2.ickath2 a {color:#333;}
	h2.ickath2:after {position:absolute; content:""; background-color:#555; bottom:0; left:0; width:160px; height:2px;}
	
h2.icsayfah2 {position:relative; color:#333; font-weight:600; margin:30px 0 30px 0; text-align:left; font-size:1.5rem; line-height:3rem;}
	h2.icsayfah2 a {color:#333;}
	h2.icsayfah2:after {position:absolute; content:""; background-color:#666666; bottom:0; left:0; width:160px; height:2px;}		
	
/* anasayfurunkat modul  */

.anasayfurunkutu{ margin-top:16px; margin-bottom:16px;}	
.anasayfurunkutuIc {background: #333; color :#fff; -webkit-transition: background .5s;	transition: background .5s; cursor:pointer; }
.anasayfurunkutuIc:hover {background: #666666;}

.anasayfurunkutuImg{width:60%; float:left;}
.anasayfurunkutuImg img {width:100%; 	
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	}		
.anasayfurunkutuCap{width:40%; float:left;}	
	.anasayfurunkutuCap h3 {padding:32px; padding-bottom:0; margin:0;}
	.anasayfurunkutuCap h3 a {font-size:1.5rem;	line-height:2; font-weight:500; color :#fff; }
.anasayfurunkutuIc:hover .anasayfurunkutuCap h3 a {color: #fff;}
.anasayfurunkutuIc:hover .anasayfurunkutuImg img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	}

/* MARKALAR
**************************** */
#markaowl {}
	#markaowl .owl-nav {}
	#markaowl .owl-dots {display:none;}
	#markaowl .owl-nav button.owl-prev, #markaowl .owl-nav button.owl-next	{position:absolute; top:40%; transform:translateY(-50%); opacity:0; font-size:16px; line-height:16px; 
		width:50px; height:50px; color:#fff; background:rgba(0,0,0,0.5);
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;
		-webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; border-radius:12px;}
	#markaowl .owl-nav button.owl-prev {left:50px;}
	#markaowl .owl-nav button.owl-next {right:50px;}	
	#markaowl .owl-nav button.owl-prev:hover, #markaowl .owl-nav button.owl-next:hover {background:rgba(14,35,67,.8); color:#fff;}
	
	#markaowl:hover .owl-nav button.owl-prev {opacity:0.8; left:10px;}
	#markaowl:hover .owl-nav button.owl-next {opacity:0.8; right:10px;}	
		
		.markakutu {width:100%;  height:150px; position:relative;}
		.markakutu .imgim {width:100%; position: relative; padding-top:75%; overflow:hidden;} 	
		.markakutu .imgim img {  max-height: 90%; max-width: 90%; width: auto; height: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;border:1px solid #ddd;} 
		.markakutu h5 {font-size:.8rem; font-weight:15px; text-align:center;}
		
/* DUYURU
**************************** */
#duyuru {text-align:center; margin:20px 0px;}
#duyuru h1, #duyuru h2, #duyuru h3 {color:#000; font-size:22px; line-height:32px; padding:0px 20px; border:none; font-weight:400;}					
	#duyuru a{margin:5px 16px 5px 0px; text-align:center; border-width:1px; border-style:solid; border-color:#2194b9 #07b9f2 #07b9f2 #2194b9; color:#FFFFFF !important; 
		text-shadow:none; background:#02a8dd; padding:5px 12px; font-size:12px; text-decoration:none; line-height:19px; display:inline-block;
		-webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px;}

#bannerkap {position:relative; background:#fff; width:100%; margin:0 auto; padding:0; text-align:center;}
#bannerkap .img img { margin:0 auto; width:100%; }

/* gezgin */
p.gezgin {margin:0; padding:0px 6px; font-size:12px; line-height:32px; background:#eee;}	


@media only screen and (min-width:998px) and (max-width:1139px) {
	.anasayfurunkutuCap h3 {padding:16px;}
	.anasayfurunkutuCap h3 a {font-size:1rem;	line-height:2; }
}

@media only screen and (min-width:600px) and (max-width:997px) {
.anasayfurunkutu {width:50%;}
	.anasayfurunkutuCap h3 {padding:8px; }
	.anasayfurunkutuCap h3 a {font-size:1rem;	line-height:2; }
}

@media only screen and (min-width:0px) and (max-width:599px) {
	
.anasayfurunkutu {width:100%;}
.anasayfurunkutuImg{width:60%;}
.anasayfurunkutuCap{width:40%;}	
	.anasayfurunkutuCap h3 {padding:8px;}
	.anasayfurunkutuCap h3 a {font-size:.9rem;	line-height:2; }	
	
h2.ickath2, h2.icsayfah2  {margin:20px 0 20px 0; font-size:1.2rem; line-height:1.8rem;}
p.gezgin {display:none;}
}



/* kategori gorunumu */

.box {text-align:center; margin-top:12px; margin-bottom:12px;}
	.box .capt {width:100%; /* urunkap width*/	position:relative;	display:table; margin:12px 0 0 0;
	height:3rem;  
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; /* metni 3 satırla sınırlıyor ve sonuna nokta koyuyoruz. */
	} 	

	.box h3 {color:#333; line-height:1.5rem; font-size:1.2rem; /* display:table-cell; vertical-align:middle; */ text-align:center; padding:0px 10px;	margin:0; font-weight:500; } /* alt kat baslik */ 
	.box h3 a {color:#333;}
	.box h3 a:hover {color:#666666;}	

	.box h4 {color:#777; line-height:1.5rem; font-size:1rem; /* display:table-cell; vertical-align:middle; */ text-align:center; padding:0px;	margin:0; font-weight:500; } /* alt say baslik */ 
	.box h4 a {color:#777;}
	.box h4 a:hover {color:#666666;}	

    .box .img-k {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:2px solid #ddd;
	}

/* kategori gorunumu */

.box2 {margin-top:12px; margin-bottom:12px;}
	.box2 .img-k {margin-bottom:16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:2px solid #ddd;
	}


	.box2 h3 {color:#333; font-weight:600; line-height:1.5rem; font-size:1.2rem; margin-bottom:20px; display:inline-block; font-weight:500;} /* alt kat baslik */ 
	.box2 h3 a {color:#333;}
	.box2 h3 a:hover {color:#666666;}	

	.box2 h4 {color:#777; font-weight:600; line-height:1.5rem;	font-size:1rem; margin-bottom:20px;  display:inline-block; font-weight:500;} /* alt sayfa baslik */ 
	.box2 h4 a{color:#777;}
	.box2 h4 a:hover {color:#666666;}
	
@media only screen and (min-width:998px) and (max-width:1139px) {
	.box {width:33.33%;}

}
@media only screen and (min-width:600px) and (max-width:997px) {
	.box {width:33.33%;}
	.box .capt {
	height:2.4rem;  
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; /* metni 3 satırla sınırlıyor ve sonuna nokta koyuyoruz. */
	}
	.box h3,.box h4, .box2 h3,.box2 h4 {
	line-height:1.2rem; font-size:.9rem;	
	}
	
	.box2 .col-4-12 {width:30%;}
	.box2 .col-8-12 {width:70%;}
}

@media only screen and (min-width:0px) and (max-width:599px) {
	.box {width:50%;}
	.box .capt {
	height:2.4rem;  
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; /* metni 3 satırla sınırlıyor ve sonuna nokta koyuyoruz. */
	}
	.box h3,.box h4, .box2 h3,.box2 h4 {
	line-height:1.2rem; font-size:.9rem;	
	}
	.box .img-k,.box2 .img-k{background:#f5f5f5;}
	
	.box2 .col-4-12 {width:30%;}
	.box2 .col-8-12 {width:70%;}

}

/* sayfa gorunumu - ürün sayfası */

ul.gals {position:relative;  margin:20px 0px; padding:0px; list-style:none; float:left; width:100%;}
	ul.gals li {position:relative; background:#f8f8f8; color:#222; float:left; padding:0px; margin:0px 10px 10px 0px; width:100%; cursor:pointer; border:1px solid #eee; width:25%;}
	ul.gals li img {max-width:100%; margin:0 auto;}
	ul.gals li.current {border:1px solid #bbb;}
	.gtab-content {display:none; padding:0px; float:right; width:100%;}
	.gtab-content.current {display:inherit;}
	.gtab-content img {max-width:100%; margin:0 auto;}

	/* ürün detay tab */	
	ul.tabs {width:100%; margin:0px 0px 20px 0px; padding:0px;  list-style: none; }
		ul.tabs li{float:left; list-style:none; background: #fff; color: #333; padding: 8px; margin:0 10px 0 0 ; cursor: pointer; border:1px solid #eee; }
		ul.tabs li.current{ color: #333; border:1px solid #000;}
		.tab-content{ position:relative; width:100%; display: none; border:none; padding:20px 0px; }
		.tab-content.current{ display: inherit;	}
	

/* sayfa gorunumu - 5 */

	/* owl5 */
	.owlimg {width:100%;}
	.owlimg  img{max-width:100%; margin:0 auto;}
	
	#owl5 .owl-nav	{}
	#owl5 .owl-nav button.owl-prev, #owl5 .owl-nav button.owl-next	{position:absolute; top:40%; transform:translateY(-50%); opacity:0; font-size:16px; line-height:16px; 
		width:50px; height:50px; color:#fff; background:rgba(0,0,0,0.5);
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;
		-webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; border-radius:12px;}
	#owl5 .owl-nav button.owl-prev {left:50px;}
	#owl5 .owl-nav button.owl-next {right:50px;}	
	#owl5 .owl-nav button.owl-prev:hover, #owl5 .owl-nav button.owl-next:hover {background:rgba(14,35,67,.8); color:#fff;}
	
	#owl5:hover .owl-nav button.owl-prev {opacity:0.8; left:10px;}
	#owl5:hover .owl-nav button.owl-next {opacity:0.8; right:10px;}	

	.galeri1 {position:relative; margin-bottom:24px; float:left;}
	.galeri1.kolon1 {width:100%;}
	.galeri1.kolon2 {width:50%;}
	.galeri1.kolon3 {width:33.33%;}
	.galeri1.kolon4 {width:25%;}
	.galeri1.kolon5 {width:20%;}
	
	.galeri1ac {position:absolute; top:0; left:0; opacity:0;  background:rgba(0,0,0,0.8); width:100%; height:100%; z-index:1; padding:10%; text-align:center; box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box; }
	.galeri1ac h5 {font-size:13px; color:#fff;}
	.galeri1ac p {font-size:12px; color:#fff;}
	.galeri1ac span {position:absolute; right:0px; bottom:0px; font-size:32px; color:#fff;  cursor:pointer; padding:20px;}
	.galeri1:hover .galeri1ac {opacity:1;} 


/* owl1 - anasayfa modul */  
	
	.owl-secme {margin-top:20px; margin-bottom:10px;}
	.owl-secme .owl-nav	{}
	.owl-secme .owl-nav	button.owl-prev, .owl-secme .owl-nav button.owl-next {position:absolute; top:30%; font-size:16px; width:20px; height:30px; 
		background:rgba(0,0,0,0.5); color:#fff; cursor:pointer;}
	.owl-secme .owl-nav	button.owl-prev {left:-10px;}
	.owl-secme .owl-nav	button.owl-next {right:-10px;}	
	.owl-secme .owl-nav	button.owl-prev:hover, .owl-secme .owl-nav button.owl-next:hover {background:rgba(0,0,0,0.7); color:#fff;}

	.owl-secme .box {width:100%;}

	
/* form */	

#contactform {padding-bottom:30px;}
	#contactform input {width:90%; line-height:1.2; font-size:.9rem;}
	#contactform textarea {width:90%; height:180px;}
	#contactform label {font-weight:500;}
	#contactform label.error {position:absolute; text-indent:-9999px;}
	#contactform input.error, #contactform textarea.error, #contactform select.error  {border:1px solid red;}
	#contactform img {float:left;	margin:5px;}

	
@media only screen and (min-width:998px) and (max-width:1139px) {

}
@media only screen and (min-width:768px) and (max-width:997px) {

}
@media only screen and (min-width:480px) and (max-width:767px) {
	.galeri1.kolon1, .galeri1.kolon2, .galeri1.kolon3, .galeri1.kolon4, .galeri1.kolon5  {width:50%;}
}
@media only screen and (min-width:0px) and (max-width:479px) {
	.galeri1.kolon1, .galeri1.kolon2, .galeri1.kolon3, .galeri1.kolon4, .galeri1.kolon5  {width:50%;}
}
	
/* MAİLFORM
**************************** */

	#mailform {color: #fff; padding:32px 0 0 0;}
	#mailform .col-12-12, #mailform .col-8-12,  #mailform .col-4-12 {margin-bottom:32px;}
	#mailform p {color:#fff;}
	#mailform a {color:#fff;}
	
	#mailform h4 {position:relative; color:#fff; font-weight:500; margin-bottom:2rem; font-size:1.2rem; line-height:1.5;}
	#mailform h4 a{color:#fff;}
	#mailform h4:after {position:absolute; content:""; background:rgba(255,255,255,0.8); bottom:-10px;left:0; width:50px; height:2px;}
	
#mailformum {position: relative; padding:0; height:50px; margin:0; width:80%; box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;}
	#mailformum .input{ float:left; padding:0px 2%; width:75%; height:50px; line-height:50px; background:#fff; color:#555; border:1px solid #ddd;
				border-radius: 3px; /* Standart */
				-moz-border-radius: 3px; /* Firefox */
				-webkit-border-radius: 3px; /* Safari ve Chrome */}
	#mailformum .ok-but {float:left; padding:0; width:25%; height:50px; display:inline-block; border:none; cursor:pointer; background:rgba(34,34,34,0.6);}
	#mailformum .ok-but:hover {background:rgba(12,14,16,1);}
	#mailformum label.error {position:absolute; text-indent:-9999px;}
	#mailformum input.error {border:1px solid red;}



	
/* FOOTER
**************************** */
	
#footerkap {position: relative; width:100%; margin:32px auto 0 auto; background: #333;}
	
	#footer {color: #fff; padding:32px 0 20px 0;}
	#footer .col-4-12, #footer .col-3-12, , #footer .col-8-12   {margin-bottom:32px;}
	#footer p {color:#eee; margin:0 0 6px 0; font-size:.9rem; line-height:2;}
	#footer a {color:#eee;}
	
	#footer h4 {position:relative; color:#fff; font-weight:500; margin-bottom:2rem; font-size:1.1rem; line-height:1.5;}
	#footer h4 a{color:#fff;}
	#footer h4:after {position:absolute; content:""; background:#fff; bottom:-10px;left:0; width:50px; height:2px;}
	
	img.footer-logo {width:240px; margin-bottom:20px; background:#fff; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px;}
	
	ul.sosyal-link {list-style:none; margin:16px 0 0 0; padding:0; float:left;}
	ul.sosyal-link li {position:relative; display:block; float:left; list-style:none; width:2rem; height:2rem;
		margin:0 2px 2px 2px; padding:0; background:rgba(12,14,16,0.6); color:#fff; text-align:center; -webkit-transition:all 0.15s ease-out; -moz-transition:all 0.15s ease-out;	transition:all 0.15s ease-out;
		-webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px;
		}
	ul.sosyal-link li a {color:#fff; display:block; font-size:1rem; line-height:2rem;}
	ul.sosyal-link li a span {color:#fff;}
	ul.sosyal-link li:hover {background:rgba(12,14,16,1);}
	
#footeraltkap {position:relative; background:#2c2d2e; width:100%; margin:0px auto; padding:6px 0px;}
	#footeralt {color:#eee;}	
	#footeralt p {margin:0; color:#eee; font-size:.9rem; line-height:2;}
	#footeralt p a {color:#eee;}

@media only screen and (min-width:998px) and (max-width:1139px) {

}

@media only screen and (min-width:600px) and (max-width:997px) {
#mailformum {width:60%;} 
ul.sosyal-link {float:left;} 
}

@media only screen and (min-width:0px) and (max-width:599px) {
#mailformum {width:90%;}
ul.sosyal-link {float:left;} 
}

#top {
    position: fixed;
	bottom: 40px;    
	right: 20px;
    display: none;
	color:#fff;
	background:#333;
	font-size:2rem;
	padding:.5rem;
	cursor:pointer;
}