/* #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;}

body {margin:0; padding:0; font-family: 'Poppins', sans-serif; /* font-family:'Montserrat', sans-serif; font-family:Open Sans, sans-serif;*/  font-size:15px; line-height:22px; color:#333; /* background:#fff url('../images/bg-repak.jpg'); */}

/* Typography
------------------------------------- */
h1, h2, h3, h4, h5, h6 {margin-top:0; font-weight:500;}
h1 {font-size:24px; line-height:30px; margin-bottom:16px; font-weight:700;}
h2 {font-size:20px; line-height:24px; margin-bottom:16px; font-weight:600;}
h3 {font-size:18px; line-height:22px; margin-bottom:8px;}
h4 {font-size:16px; line-height:20px; margin-bottom:8px;}
h5 {font-size:14px; line-height:18px; margin-bottom:8px;}
h6 {font-size:12px; line-height:a6px; margin-bottom:8px;}

p {margin-top:0; margin-bottom:6px;}

/* Links
------------------------------------- */
a {color:#000; text-decoration:none; outline:0;}
a:hover {color:#0FA0CE;}

/* Buttons
------------------------------------- */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {}
.button {background:#555555; border:none; color:#fff; display:inline-block; font-size:14px; font-weight:bold; text-decoration:none; cursor:pointer; margin-bottom:20px;
	line-height:normal; padding:5px; margin:5px 0px 0px 0px;}
	.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, 
		.button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {}

/* 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-left:0; margin-top:0;}
ul ul, ul ol, ol ol, ol ul {margin:0 0 0 5px;}
li {margin-bottom:8px;}

/* Tables
------------------------------------- */
th, td {padding:12px 15px; text-align:left; border-bottom:1px solid #E1E1E1;}
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:500;}
em {font-style:italic;}
 
/* img
------------------------------------- */ 
img {border:none; padding:0; margin:0; display:block;}
  
/* GRID
------------------------------------- */
.container {position:relative;	width:1140px; margin:0 auto; padding:0px;}
.grid {position:relative; width:100%; padding:0px; margin:0px; /* 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:#eee; */}
.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 12px; padding:0;}
	.content:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}

/* 998-1139 | 	768-997 | 767-480 | 0-479 */ 
	
@media only screen and (min-width:998px) and (max-width:1139px) {
	.container {width:90%;}
	.content {margin:0px 10px;}
}
@media only screen and (min-width:768px) and (max-width:997px) {
	.container {width:96%;}
	.content {margin:0px 8px;}
}
@media only screen and (min-width:0px) and (max-width:767px) {
	.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 6px;}
}

.img {}
	.img img {max-width:100%;}
.img-k {position:relative; width:100%; padding-top:75%;}/* 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 {visibility:hidden; 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; visibility:hidden; padding:0 !important; margin:0 !important;}

.bg-fff {background:#fff;}

.siteicerik {margin-top:32px; margin-bottom:16px;}

	ul#dilmenu {list-style:none;  margin:0px; padding:0; float:right;  }
		ul#dilmenu li{float:left; margin:0px;  padding:0; font-weight:600;}
		ul#dilmenu li a{float:left; margin:0px; padding:0px 6px; color:#000; font-size:15px; line-height:24px;}
		ul#dilmenu li a.dilselectt{background:#000; color:#fff;}
		

	ul.sosyalust {position:absolute; right:60px; top:26px; list-style:none; margin:0; padding:0 10px; list-style:none; border-left:1px solid #ddd; border-right:1px solid #ddd;}
		ul.sosyalust li {position:relative; float:left; display:block; color:#333; font-size:15px; line-height:44px; width:30px; font-weight:400; margin:0; padding:0; text-align:center;}
		ul.sosyalust li span { }
		ul.sosyalust li a {color:#333;}
		ul.sosyalust li a:hover {color:#333;}

#header {}

#logo {position:relative; width:160px; margin:10px auto; background:#fff;}
	#logo img {max-width:100%;}

.kutuTel {position:absolute; color:#333; top:26px; padding:0; font-size:14px; line-height:24px;}	
	.kutuTel span.icon-phone1 {font-size:14px; line-height:36px; width:36px; margin:5px 10px; text-align:center; float:left; color:#333; border:2px solid #333; 
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}
	.kutuTel span.icon-whatsapp {font-size:36px; line-height:36px; width:36px; margin:5px 10px; text-align:center; float:left; color:#333; }	
	.kutuTel span.kutuTelDetay {float:left; color:#333; font-weight:500; letter-spacing:1px;}
	.kutuTel i {color:#666; font-weight:300;}
	
#aramaformum {display:none; position:absolute; right:0; bottom:-52px; z-index:10; margin:20px 0 0 0; width:20%; padding:6px; height:30px; border:1px solid #eee; background:#333;} 
	#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:#fff; background:#333; padding:0px; margin:0; border:none; cursor:pointer;}  

#aramaiconum {position:absolute; right:0; top:26px; color:#000; padding:0 20px;} 
	#aramaiconum  span.icon-search{font-size:16px; line-height:20px; float:left; color:#000; padding: 12px 0px; cursor:pointer; display:block;}
		
#menuKap {margin-bottom:10px;}
#menuKap .content {border-top: 1px solid #eee; border-bottom: 1px solid #eee;}	
	#sf-kutu{float:right; position:relative; left:-50%; text-align:left;}
	.sf-menu {position:relative; left:50%; margin:0;}

/* responsivmenu
**************************** */		
#menuac {position:absolute; left:0; top:16px; margin:0; padding:10px; background-color:#bf1e2d; display:none; color:#fff; cursor:pointer; z-index:2;
	-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}	
#menuac span {font-size:18px; line-height:22px;}

.anablok {float:left; margin-bottom:20px;}
.menublok {float:right; margin-bottom:20px;}

@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) {
	.sf-menu {display:none;}
	#logo {width:120px;}
	#menuac {display:block;}
	.anablok {float:right;}
	.menublok {display:none;}
	.menublok .content {border-bottom:5px solid rgba(40,56,145,0.9); border-top:5px solid rgba(40,56,145,0.9);}
	#aramaiconum {top:14px;} 
	#aramaformum {width:36%;}
	.kutuTel {left:60px; top:14px;}
	.kutuTel span.kutuTelDetay {display:none;}
	ul.sosyalust {width:90px; top:5px;}
	ul.sosyalust li {line-height:30px;}
}
@media only screen and (min-width:0px) and (max-width:479px) {
	.sf-menu {display:none;}
	#logo {width:120px;}
	#menuac {display:block;}
	.anablok {float:right;}
	.menublok {display:none;}
	.menublok .content {border-bottom:5px solid rgba(40,56,145,0.9); border-top:5px solid rgba(40,56,145,0.9);}
	#aramaiconum {top:14px;} 
	#aramaformum {width:36%;}
	.kutuTel {left:60px; top:14px;}
	.kutuTel span.kutuTelDetay {display:none;}
	ul.sosyalust {display:none;}

}	
	

/* SLAYT
**************************** */
#slaytim {position:relative; width:100%; padding:0;}

	.slaytimg {position:relative; width:100%; padding:0; margin:0;}
	.slaytimg img {width:100%; max-width:1440px; z-index:24; margin:0 auto;}

	.bilgikutusu {position:absolute; bottom:0; left:0; width:100%; z-index:99; background:rgba(0,0,0,0.8); padding:12px 0; 
		/* background:rgba(143,6,13,.8); -webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; border-radius:12px; */ }
	.bilgikutusu h2 {font-size:24px; line-height:36px; margin:0px; padding:0; color:#fff; text-shadow:1px 1px 4px #000; font-family: 'PT Serif', serif; font-weight:400; letter-spacing:2px;}
	.bilgikutusu p {font-weight:300; font-size:20px; line-height:30px; margin:0px; padding:0; color:#fff; text-shadow:1px 1px 4px #000;}
	.bilgikutusu p a.button_slayt {color:#fff;} 

	.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;}
	
	.slider-pattern {position:absolute; left:0; right:0; height:100%; width:100%; background:rgba(0,0,0,.5); z-index:25;}
	
	#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:1139px) {

}	
@media only screen and (min-width:768px) and (max-width:997px) {
	#slaytim .bilgikutusu h2 {font-size:30px; line-height:45px;}
	#slaytim .bilgikutusu p {font-size:20px; line-height:30px;}
	.col-slayt, .col-haber {width:100%;}
}
@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:16px; line-height:24px;}
}
@media only screen and (min-width:0px) and (max-width:479px) {
	#slaytim .bilgikutusu h2 {font-size:14px; line-height:18px;}
	#slaytim .bilgikutusu p {display:none;}
}	
	
.lite_baslik{position:relative; text-align:center; margin-bottom:0px; margin-top:40px;}
	.lite_baslik:after, .lite_baslik_kutu2 h2:after {content:""; width:230px; height:1px; background:#ccc; position:absolute; bottom:-20px; left:0; right:0; margin:0 auto;}
	.lite_baslik h2:before {content:"\ea2f"; font-family:'icomoon' !important; width:40px; height:30px; background:#FFF none repeat scroll 0% 0%; 
		position:absolute; bottom:-37px; color:#333; left:0px; right:0px; margin:0px auto; font-weight:400; z-index:50;}
	.lite_baslik:after {display:none;}
    .lite_baslik h2 {margin-bottom:40px; font-size:24px; line-height:24px; font-weight:600; text-transform:uppercase; color:#333; position:relative; border:none;}
	.lite_baslik p {font-size:16px; line-height:24px; color:#666;}
	
	
	 
	h2.anasayfah2sol {position:relative; color:#333; font-weight:400; margin:0 0 30px 0; text-align:left; font-size:24px; line-height:36px;}
	h2.anasayfah2sol a {color:#333;}
	h2.anasayfah2sol:after {position:absolute; content:""; background-color:#bf1e2d; bottom:-12px; left:0; width:200px; height:2px;}

	p.anasayfap {text-align:center; font-size:14px;}
	
/* DUYURU
**************************** */
#duyuru {text-align:center; margin:30px 0px; background:#f5f5f5;  padding-top:20px; padding-bottom:20px; 
border:1px solid #eee; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
-webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; border-radius:3px}
#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; color:#FFFFFF !important; 
		text-shadow:none; background:#bf1e2d; 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;}

/* MARKALAR OWL
**************************** */
#markaowl {}
		.markakutu {width:100%;  height:180px; position:relative;}
		.markakutu .imgim {width:100%; padding-top:100%; position: relative;} 	
		.markakutu .imgim img {  max-height: 72%; max-width: 72%; width: auto; height: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;} 
		.markakutu h5 {font-size:13px; font-weight:15px; text-align:center;}
	#markaowl .owl-nav {}
	#markaowl .owl-nav button.owl-prev, #markaowl .owl-nav button.owl-next {position:absolute; top:40%; font-size:12px; line-height:12px; 
		width:30px; height:30px; color:#000; );	
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;
		}
	#markaowl .owl-nav button.owl-prev {left:-20px;}
	#markaowl .owl-nav button.owl-next {right:-20px;}	

/* HABERLER OWL
**************************** */
#haberowl {}
		.haberkutu {width:100%; position:relative;}	
		.haberkutu img {} 
		.haberkutu h4 {font-size:13px; font-weight:15px; text-align:center;}
	#haberowl .owl-nav {}
	#haberowl .owl-nav button.owl-prev, #haberowl .owl-nav button.owl-next {position:absolute; font-size:18px; line-height:18px; 
		width:24px; height:24px; color:#333; );	
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;
		}
	#haberowl .owl-nav button.owl-prev {top:-60px; right:24px;}
	#haberowl .owl-nav button.owl-next {top:-60px; right:0px;}	
		
/* İCON KUTULARI
**************************** */		
.iconkutmkap {margin-top:20px; margin-bottom:20px;}
	
a.iconkutm {display:block; text-align:center; background:#eee; color:#333; margin-top:5px; margin-bottom:5px; padding:20px 0px; border:1px solid #ddd; 	
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
	border-radius:3px; /* Standart */ -moz-border-radius:3px; /* Firefox */ -webkit-border-radius:3px; /* Safari ve Chrome */
	-webkit-transition:background .10s;	transition:background .10s;}
a.iconkutm:hover {background:#bf1e2d; color:#fff;}
a.iconkutm:hover i {font-size:40px;}
	
	a.iconkutm i {font-size:24px; line-height:60px; float:left; clear:both; text-align:center; width:100%;}
	a.iconkutm span {font-size:16px; line-height:20px; height:40px; float:left; clear:both; text-align:center; width:100%;}
	
	
/* 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;}

	 {width:100%;}
	
/* owl2 - anasayfa modul */  
	
	.owl-secme2 {margin-top:20px; margin-bottom:40px;}
	.owl-secme2 .owl-nav	{}
	.owl-secme2 .owl-nav	button.owl-prev, .owl-secme2 .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-secme2 .owl-nav	button.owl-prev {left:-10px;}
	.owl-secme2 .owl-nav	button.owl-next {right:-10px;}	
	.owl-secme2 .owl-nav	button.owl-prev:hover, .owl-secme2 .owl-nav button.owl-next:hover {background:rgba(0,0,0,0.7); color:#fff;}

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

/* BANNER
**************************** */
#bannerkap {position:relative; width:100%; padding:0; margin:0px auto 10px auto; background:#222;}
	#bannerkap img {width:100%; max-width:1440px; margin:0 auto;}

h2.katgosterh2 {color:#565a6f;}	
h2.sayfagosterh2 {color:#333;}
	

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

.box {text-align:center; margin-top:12px; margin-bottom:12px;}
	.box .capt {width:100%; /* urunkap width*/	height:40px; position:relative;	display:table; margin:12px 0 0 0; } 	

	.box h3 {color:#565a6f; line-height:27px; font-size:18px; display:table-cell; vertical-align:middle; text-align:center; padding:0px 10px;	margin:0; font-weight:500; border-top:2px solid #565a6f;} /* alt sayfa baslik */ 
	.box h3 a {color:#565a6f;}
	.box h3 a:hover {color:#333;}	

	.box h4 {color:#333; line-height:24px;	font-size:16px;	display:table-cell; vertical-align:middle; text-align:center; padding:0px;	margin:0; font-weight:500; border-top:2px solid #ddd;} /* alt sayfa baslik */ 
	.box h4 a {color:#333;}
	.box h4 a:hover {color:#bf1e2d;}			

/* kategori gorunumu */

.box2 {margin-top:12px; margin-bottom:12px;}
	.box2 .img-k {margin-bottom:16px;}


	.box2 h3 {color:#565a6f; font-weight:600; font-size:18px; margin-bottom:20px; display:inline-block;} /* alt sayfa baslik */ 
	.box2 h3 a {color:#565a6f;;}
	.box2 h3 a:hover {color:#333;}	

	.box2 h4 {color:#333; font-weight:600; font-size:16px; margin-bottom:20px;  display:inline-block;} /* alt sayfa baslik */ 
	.box2 h4 a{color:#333;}
	.box2 h4 a:hover {color:#bf1e2d;}
	
/* kategori gorunumu */	

.boxAna {text-align:center; margin-top:12px; margin-bottom:12px;}
	.boxAna .capt {width:100%; /* urunkap width*/	height:40px; position:relative;	display:table; margin:12px 0 0 0; border:1px solid #ddd; } 	

	.boxAna h3 {color:#bf1e2d; line-height:27px;	font-size:18px;	display:table-cell; vertical-align:middle; text-align:center; padding:0px 10px;	margin:0; font-weight:500;} /* alt sayfa baslik */ 
	.boxAna h3 a {color:#bf1e2d;}
	.boxAna h3 a:hover {color:#333;}	

	.boxAna h4 {color:#333; line-height:24px;	font-size:16px;	display:table-cell; vertical-align:middle; text-align:center; padding:0px;	margin:0; font-weight:500;} /* alt sayfa baslik */ 
	.boxAna h4 a {color:#333;}
	.boxAna h4 a:hover {color:#bf1e2d;}	
	
.makalebox {margin-top:12px; margin-bottom:12px;}
	.makalebox .img-k {margin-bottom:16px; background:#eee;}
	.makalebox h3 {color:#565a6f; font-weight:600; font-size:18px; margin-bottom:20px; display:inline-block;} /* alt sayfa baslik */ 
	.makalebox h3 a {color:#565a6f;;}
	.makalebox h3 a:hover {color:#333;}	
	
	
@media only screen and (min-width:998px) and (max-width:1139px) {

}
@media only screen and (min-width:768px) and (max-width:997px) {
	.box .capt {height:48px;}
	.box h3,.box h4, .box2 h3,.box2 h4{font-size:14px; line-height:16px;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.box {width:50%;}
	.box h3,.box h4, .box2 h3,.box2 h4{font-size:14px; line-height:16px;}
	.box .img-k,.box2 .img-k{background:#f5f5f5;}
	
	.makalebox {width:50%;}
}
@media only screen and (min-width:0px) and (max-width:479px) {
	.box {width:50%;}
	.box .capt {height:48px;}
	.box h3,.box h4, .box2 h3,.box2 h4{font-size:14px; line-height:16px;}
	.box .img-k,.box2 .img-k{background:#f5f5f5;}
	
	.makalebox {width:50%;}
}

#contactform, #urunform {}
	#contactform input, #urunform input {width:70%;}
	#contactform input[type=checkbox] {width:30px;}
	#contactform  textarea, #urunform  textarea {width:90%;}
	#contactform label.error, #urunform label.error {position:absolute; text-indent:-9999px;}
	#contactform input.error, #contactform textarea.error, #urunform input.error, #urunform textarea.error {border:1px solid red;}
	#contactform img,  #urunform img {float:left;	margin:5px;}

/* 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:50%; transform:translateY(-50%); opacity:0; font-size:16px; line-height:16px; 
		width:50px; height:50px; color:#fff; background:rgba(255,255,255,0.5);
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;}
	#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;} 

@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%;}
}
	
	
#sosyalpaylaskutu {float:right;}
#sosyalpaylaskutu p {font-size:24px;}
#sosyalpaylaskutu p i {font-size:14px;}

/* FOOTER AÇIKLAMALAR
**************************** */		
#footerikonkap {position:relative; border-top:1px solid #eee; width:100%; margin:16px auto 0px auto; padding:16px 0px;}
.footerikon {text-align:center; text-align:center;}
.footerikon .imgim {width:100%; height:100px; } 	
.footerikon .imgim img {max-height:100%; margin:0 auto;} 	
.footerikon h5 {font-size:16px; line-height:24px; color:#333; margin-top:10px; font-weight:500;}
.footerikon p {font-size:14px; line-height:20px; color:#666; font-weight:400; padding:0px; height:80px;}	
.footerikon:hover h5 a {color:#c11e2c;}

		
/* FOOTER
**************************** */
#footerkap {position:relative; background:#3b4044; width:100%; margin:16px auto 0px auto; padding:16px 0px;}
	
	#footer {margin-top:16px; margin-bottom:16px; color:#ccc; font-size:13px;}
	#footer .col-1-5, #footer .col-2-5 {margin-bottom:20px;} 
	#footer h4 {position:relative; color:#f5f5f5; font-weight:500; margin-bottom:30px;}
	#footer h4 a {color:#f5f5f5;}
	#footer h4:after {position:absolute; content:""; background-color:#bf1e2d; bottom:-12px; left:0; width:30px; height:2px;}
	
	#footer a, #footer p {color:#ccc;}
	
	.footer-logo {width:120px; -webkit-filter:grayscale(100%); filter:grayscale(100%); margin-bottom:16px;}
	
	ul.footer-menu {list-style:none;}
	ul.footer-menu li {}
	ul.footer-menu li a {}

	ul.sosyal-link {list-style:none; margin:0; padding:0;}
	ul.sosyal-link li {position:relative; display:block; float:left; list-style:none; font-size:18px; line-height:30px; width:30px; height:30px; 
		margin:2px; padding:0; background:#2c2d2e; color:#ccc; text-align:center;}
	ul.sosyal-link li a {color:#ccc; -webkit-transition:all 0.15s ease-out; -moz-transition:all 0.15s ease-out;	transition:all 0.15s ease-out;}
	
	#mailformum {position:relative; width:80%; height:30px; border:none; background:#eee;} 
	#mailformum .input {float:left; width:82%; height:30px; padding:0px 1%; margin:0px; font-size:15px; line-height:30px; border:none; background:transparent; color:#ccc;}  
	#mailformum  .ok-but {float:right; width:16%; height:30px; background:transparent; color:#bf1e2d; padding:0px; margin:0; border:none; cursor:pointer;} 
	#mailformum label.error {position:absolute; text-indent:-9999px;}
	#mailformum input.error {border:1px solid red;}

#footeraltkap {position:relative; background:#2c2d2e; width:100%; margin:0px auto; padding:6px 0px;}
	#footeralt {color:#ccc;}	
	#footeralt p {margin:0; color:#ccc; font-size:12px;}
	#footeralt p a {color:#ccc;}


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

}
@media only screen and (min-width:768px) and (max-width:997px) {
	#footer .col-2-5, #footer .col-1-5 {width:100%;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
 .footerikon {width:33.33%;}
}
@media only screen and (min-width:0px) and (max-width:479px) {
 .footerikon {width:50%;}
}	
	
.displayNone {display:none;}