/* #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: Open Sans, sans-serif; */ font-family: 'PT Serif', serif; font-size:15px; line-height:24px; color:#333;	/* background: #fff url('../images/bg-repak.jpg'); */ }

/* Typography
------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-weight: 400; }
h1 { font-size: 24px; line-height: 30px;   margin-bottom: 8px;}
h2 { font-size: 20px; line-height: 24px;   margin-bottom: 8px;}
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: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  {}
.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; }


/* 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:700;}
em {font-style: italic;}
 
/* i
------------------------------------- */ 
img {border:none; padding:0; margin:0; display:block;}
  
  
/* GRID
------------------------------------- */

.container{	position:relative;	width:1140px; margin:0 auto; padding: 0px;}
.grid{ position:relative; width:1140px; padding:0px; margin:0px; /* background:#ddd; */ }
.grid:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.col-1-1, .col-1-2, .col-1-3 , .col-2-3 , .col-1-4 , .col-3-4 , .col-1-5, .col-4-5, .col-2-5, .col-3-5, .col-1-6 , .col-5-6, .col-1-10{
	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-1 {width:1140px;}
.col-1-2 {width:570px;}
.col-1-3 {width:380px;}
.col-2-3 {width:760px;}
.col-1-4 {width:285px; }
/* .col-2-4 -> col-1-2 */ 
.col-3-4 {width:855px;}
.col-1-5 {width:228px;}
.col-2-5 {width:456px;}
.col-3-5 {width:684px;}
.col-4-5 {width:912px;}
.col-1-6 {width:190px; }
/* .col-2-6 -> col-1-3 */
/* .col-4-6 -> col-2-3 */ 
.col-5-6 {width:950px; } 
.col-1-10 {width:114px;}

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

.img {}
	.img img {max-width:100%;}
.img-k {position:relative; width:100%; height:144px;}
	.img-k img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; vertical-align: middle; max-width:100%;	max-height:100%;} 
/* .content img{float:left; width:100%; margin:0; padding:0;} */


.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;}

#headerkapsam {position: relative; padding:0px; margin:0px auto; width:100%; }

#headerustkutu {position:absolute; top:0px; left;0; z-index:50; width:100%; }
#header {background: rgba(0,0,0,0.5); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

ul.cabukilet{position:relative; float:right; margin:0px; padding:0px; list-style:none; letter-spacing:1px;}
	ul.cabukilet li{ position:relative; float:left;  display:block; font-size:18px; line-height:44px; font-weight:600; margin:0px; padding:0px 12px; color:#fff;  }
	ul.cabukilet li span {margin:0px; padding:0px;}
		ul.cabukilet li span.icon-phone, ul.cabukilet li span.icon-envelop {color:#fff;  margin-right:6px; }
	ul.cabukilet li a{color:#fff;}
	ul.cabukilet li a:hover{color:#fff;}

/* dil menu
**************************** */	
	ul#dilmenu{position:relative;  list-style:none; float:right; margin:10px 0px 0px 0px;  padding:0; }
		ul#dilmenu li{float:left; margin-left:8px; height:24px; background:none; padding:0; }
		ul#dilmenu li img{width:24px;}
		ul#dilmenu li a{color:#eee;}
		ul#dilmenu li a:hover{color:#fff;}

#logo {position: relative; float:left; padding:0px; margin:10px; }
	#logo img{max-width:100%;}

.sf-menu { position:absolute; top:20px; right:50px; font-size:18px;}

#aramaiconum{position:absolute; top:12px; right:0px;  color:#fff; padding:0 20px; } 
	#aramaiconum  span.icon-search{font-size:16px; line-height:20px; float:left; color:#fff; padding: 14px 0px; cursor:pointer; display:block;}

#aramaformum{display:none; position: absolute; margin:0; right:0; bottom:-50px; z-index:50; width:200px; padding:10px; height:30px; background: rgba(0,0,0,0.5); /* border:2px solid #82c040; */} 
	#aramaformum .input{ float:left; width:80%; height:30px; padding:0px 2%; background:#f9f9f9; margin: 0px; font-size:15px; line-height:30px; border:none; color:#aaa;  }  
	#aramaformum  .search-but{float:right; width:16%; height:30px; background:#41a11f; color:#f9f9f9; padding: 0px; margin:0; border:none; cursor:pointer; } 
	
/* responsivmenu
**************************** */		
#menuac{display:none; position:absolute; top:7px; right:64px; background-color:#41a11f; display:none; color:#fff; padding: 10px; cursor: pointer; z-index:60;}			
#menukapat{position:absolute; z-index:71;  top:20px; right:10px; background-color:#ff5d11; color:#fff; padding: 8px; cursor: pointer;}			

#respmenkutu {position:relative; width:100%; display:none; background:#000; margin:0; padding:16px 0px;}
	ul.respmen{ position:relative; margin:0px; padding:0px 20px; list-style:none; }
	ul.respmen ul{padding:0px; list-style:none; }
	
	ul.respmen li{ margin-left:0px; margin-bottom:3px; background:none; padding:0; }
	ul.respmen li li{margin-left:12px; }
	ul.respmen li a{font-size:14px; padding:6px 4px 6px 12px; color:#fff; font-weight:700; line-height:16px; background: transparent url('../images/icon_ok.png') no-repeat left center; display:block;}
	ul.respmen li a:hover{background: transparent url('../images/icon_ok.png') no-repeat left center;  color:#02a8dd; margin-left:5px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;	transition: all 0.2s ease-in-out; }
	ul.respmen li a.select { color:#02a8dd; text-decoration:underline;}
	ul.respmen li a img{float:right;}
	ul.respmen li li a{font-size:12px; color:#eee; font-weight:400; padding:3px 3px 3px 10px; background: transparent url('../images/icon_ok2.png') no-repeat left center;}
	ul.respmen li li a:hover{background: transparent url('../images/icon_ok2.png') no-repeat left center;  color:#02a8dd; margin-left:5px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;	transition: all 0.2s ease-in-out; }
	ul.respmen li li a.select { color:#02a8dd; text-decoration:underline;}	
	ul.respmen li li li a{font-size:13px; background: none; color:#555; padding:3px;}


/* SLAYT
**************************** */
#slaytkap{position: relative; width:100%; padding:0; margin:0 auto; z-index:49; background:#333;}

	.slaytimg {position: relative; width:100%; padding:0; margin:0; text-align:center;}
	.slaytimg img{width:100%; max-width:1440px; margin:0 auto;}
	
	#slaytkap .owl-nav	{}
	#slaytkap .owl-prev, #slaytkap .owl-next	{position:absolute; top:45%;  opacity: 0;  color:#ccc; padding:16px; font-size:16px; background: rgba(0,0,0,0.2); color:#fff; cursor: pointer; display:block; 
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
	}
	#slaytkap .owl-prev	{left:50px; }
	#slaytkap .owl-next	{right:50px; }
	#slaytkap .owl-prev:hover, #slaytkap .owl-next:hover	{background: rgba(0,0,0,0.7); color:#fff; }
	
	#slaytkap:hover .owl-prev { opacity: 0.8; left: 10px; }
	#slaytkap:hover .owl-next { opacity: 0.8; right: 10px; }

.slidetext-k{ position:absolute; bottom:50px; }
	.slidetext-k h3{ color:#fff; line-height:40px; font-size:36px; margin-bottom:20px; text-shadow: 3px 2px 1px #000;}
	.slidetext-k p{ color:#fff; margin:5px 0; font-size:22px; line-height:28px; text-shadow: 3px 2px 1px #000;}	

#headbannerkap{position: relative; width:100%; height:160px; padding:0; margin:0 auto; background: transparent url('../images/head-bg.jpg') repeat-x center center; }


/* owl1 - anasayfa modul */  
	
	#owl1 .owl-nav{}
	#owl1 .owl-prev{position:absolute; left:-3px; top:40%; }
	#owl1 .owl-next{position:absolute; right:-3px; top:40%; }
	#owl1 .owl-prev, #owl1 .owl-next{border:1px solid #ccc; color:#ccc; padding:5px 8px; background:#fff; cursor: pointer; display:block; float:left; margin-left:3px;}
	#owl1 .owl-prev:hover, #owl1 .owl-next:hover{background: rgba(228,97,104,0.9); color:#fff; border:1px solid #e46168;}


	.lite_baslik_kutu2{position: relative; text-align:center; margin-top: 16px; margin-bottom: 16px;}
	.lite_baslik_kutu2: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_kutu2 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_kutu2:after { display: none; }
    .lite_baslik_kutu2 h2 {margin-bottom: 40px; font-size: 24px;   line-height:30px;  font-weight: 700; text-transform: uppercase;  color: #333; position: relative; border:none; }
	.lite_baslik_kutu2 p { font-size: 20px; line-height:24px; color: #666; }
	
#blok {text-align:center; margin:20px 0px;}
#blok h2{color:#000; font-size:22px; line-height:32px; padding:0px 60px; border:none;}					
	.duyuru-button{margin: 15px auto 15px auto; text-align:center; color:#FFFFFF !important; text-shadow:none; background:#41a11f; border-color: #fff #fff #fff #fff; border-width: 1px; border-style: solid; padding: 5px 12px; font-size: 16px; text-decoration: none; line-height: 20px; display: inline-block;-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}

ul.solmenum{ margin:4px 0px 20px 0px; padding:0; list-style:none; }
	ul.solmenum li{margin:0px 0px 3px 0px; background:none; padding:0; list-style:none;}
	ul.solmenum li a{margin-bottom:6px; padding:6px; color:#fff; font-size:16px; line-height:20px; background:#3a4936; display:block; border-left:10px solid #263522;
			-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	}
	ul.solmenum li ul {margin:0;}
	ul.solmenum li ul li{}
	ul.solmenum li ul li a{margin-bottom:4px; padding:2px 6px; color:#333; font-size:16px; line-height:20px; background:#f5f5f5; display:block; border-left:10px solid #eee; 
			-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
			-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;	
	}
	ul.solmenum li ul li a:hover{ background:#3a4936; color:#fff; border-left:10px solid #263522;}
/* kategori gorunumu */

.box {text-align:center; margin-top:12px; margin-bottom:12px;}
	.box .img-k{background:#f9f9f9;}
	.box .capt{	width:100%; /* urunkap width*/	height:80px; position:relative;	display: table;	} 	

	.box h3{ color:#000; line-height:20px;	font-size:15px;	display: table-cell; vertical-align: middle; text-align: center; padding:0px 10px;	margin:0; } /* alt sayfa baslik */ 
	.box h3 a{color:#000; }
	.box h3 a:hover {color:#00a1df; }	

	.box h4{ color:#333; line-height:20px;	font-size:15px;	display: table-cell; vertical-align: middle; text-align: center; padding:0px 10px;	margin:0; } /* alt sayfa baslik */ 
	.box h4 a{color:#333; }
	.box h4 a:hover {color:#00a1df; }			

/* kategori gorunumu */

.box2 {margin-top:12px; margin-bottom:12px;}
	.box2 .img-k{background:#f9f9f9;}


	.box2 h3{color:#000;} /* alt sayfa baslik */ 
	.box2 h3 a{color:#000; }
	.box2 h3 a:hover {color:#00a1df; }	

	.box2 h4{color:#333;} /* alt sayfa baslik */ 
	.box2 h4 a{color:#333; }
	.box2 h4 a:hover {color:#00a1df; }	

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

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

.slideg {position:relative; width:100%; height:300px; background:#f1f1f1;}
	.slideg img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; vertical-align: middle; max-width:100%;	max-height:100%;} 

	ul.side-nav {margin:10px 0px 0px 0px; padding:0; width:100%; list-style:none; }
		ul.side-nav li{position:relative; background:none; width:80px; height:80px; float:left; margin: 5px 10px 5px 0px; padding:0; list-style:none; border:1px solid #ccc; }
		ul.side-nav li img{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; vertical-align: middle; max-width:100%;	max-height:100%;}
	ul.side-nav li.activenode{border:1px solid #000;}
	.shown{}
	#zoom{position: absolute; bottom:0; right:0;  z-index:2;}
		#zoom a{display:block; font-size:30px; }


/* sayfa gorunumu - 5 */

	/* owl5 */
	.owlimg {width:100%; }
	.owlimg  img{max-width:100%; margin:0 auto;}
	
	#owl5 .owl-nav{}
	#owl5 .owl-prev{position:absolute; left:0px; top:44%; } 
	#owl5 .owl-next{position:absolute; right:0px; top:44%; }
	#owl5 .owl-prev, #owl5 .owl-next{ /* border:1px solid #ccc; */ color:#ccc; padding:16px; background: rgba(255,255,255,0.5);cursor: pointer; display:block; float:left; }
	#owl5 .owl-prev:hover, #owl5 .owl-next:hover{background: rgba(228,97,104,0.9); color:#fff;}	

	.galeri_1 {}
	.galeri_1 p {text-align:center; font-size:12px; color:#bbb; margin:6px 0px;}
	
		
/* GEZGİN
**************************** */
p.gezgin{margin:0; font-size:12px; line-height:20px; background: #f1f1f1; padding:10px;}
		
/* Sayfalama */
ul.pagination{ list-style:none; margin:16px auto; width:280px;}
	ul.pagination li{ display:inline;  background:none; padding:0; list-style:none;}
	ul.pagination li a{ display:block; float:left; padding:4px 9px; margin-left:7px; border:1px solid #efefef; }
	ul.pagination li.current a{ background:#3a3a3a; color:#fff;}	
	ul.pagination li a:hover{ background:#e2091e; color:#fff; 		
		-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;	transition: all 0.2s ease-in-out;}

/* FOOTER
**************************** */
	
#footerkap {position: relative; background: #333; width:100%; margin:32px auto 0px auto; padding:18px 0px; border-top:1px solid #444; border-bottom:1px solid #444;}
	
	#footer{margin-top:16px; margin-bottom:16px; color:#eee;}
	#footer a{color:#eee;}
	#footer .col-1-5, #footer .col-1-4 {margin-bottom:20px; color:#eee;} 
	#footer h4{position:relative; color:#eee; font-weight:700; margin-bottom:30px;}
	#footer h4 a{color:#eee;}
	#footer h4:after{position:absolute; content:""; background-color:#41a11f;bottom:-14px;left:0; width:50px; height:3px;}
	
	ul.footer-menu{ }
	ul.footer-menu li{ color:#eee;}
	ul.footer-menu li a { color:#eee; }

	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; background:#444; color:#eee; text-align:center;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;	transition: all 0.3s ease-out;	
	}
	
	ul.sosyal-link li a { color:#eee; }
	ul.sosyal-link li:hover{ background:#000; color:#fff; }

	
	#mailformum{position: relative; width:80%;  height:30px;  border:1px solid #f5f5f5;  background:#fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } 
	#mailformum .input{ float:left; width:82%; height:30px; padding:0px 1%;  margin: 0px; font-size:15px; line-height:30px; border:none; color:#aaa; }  
	#mailformum  .ok-but{float:right; width:16%; height:30px; background:#fff; color:#41a11f; 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: #222; width:100%; margin:0px; padding:12px 0px;}
	#footeralt{ color:#ddd;}
	#footeralt a{ color:#ddd;}	
	
	.footer-logo {width:80%; max-width:200px; margin-bottom:16px;/* -webkit-filter: grayscale(100%);  filter: grayscale(100%);*/  }

	
#sosyalpaylaskutu {	position: fixed; z-index:50; padding:8px 3px 3px 3px;    bottom: 180px;  right: 0px;	width:40px; border:1px solid #ddd;
background-color:#eee;	-webkit-border-radius: 8px 0px 0px 8px;	-moz-border-radius: 8px 0px 0px 8px; border-radius: 8px 0px 0px 8px; }
#sosyalpaylaskutu p{ width:100%; text-align:center; font-size:10px; margin:5px 0px 10px 0px;}
#sosyalpaylaskutu a{display:block; width:100%; text-align:center; font-size:20px; margin-bottom:10px;}	
	
	
@media only screen and (min-width: 1180px){
#respmenukutu{ display:block;}
#menuac{ display:none;}
}

@media only screen and (min-width: 998px) and (max-width: 1179px) {
	
.container{	width:960px; }
.grid{ width:960px; padding: 0px; }
.col-1-1 {width:960px;}
.col-1-2 {width:480px;}
.col-1-3 {width:320px;}
.col-2-3 {width:640px;}
.col-1-4 {width:240px;}
/* .col-2-4 -> col-1-2 */ 
.col-3-4 {width:720px;}
.col-1-5 {width:192px;}
.col-2-5 {width:384px;}
.col-3-5 {width:576px;}
.col-4-5 {width:768px;}
.col-1-6 {width:160px;}
/* .col-2-6 -> col-1-3 */
/* .col-4-6 -> col-2-3 */ 
.col-5-6 {width:800px;} 
.col-1-10 {width:96px;} 
.content { margin:0px 12px;}
.img-k {height:118px;}

#respmenkutu{ display:none;}
#menuac{ display:none;}

#logo img{max-width:240px;}
	
.sf-menu {top:16px; font-size:16px;}
.sf-menu a {padding: 5px 10px;}

#aramaiconum {top:8px; }

.slidetext-k h3{ line-height:30px; font-size:24px;}
.slidetext-k p{ font-size:18px; line-height:24px; }	

}	

@media only screen and (min-width: 768px) and (max-width: 997px) {
.container{	width:720px; }
.grid{ width:720px; padding: 0px; }
.col-1-1 {width:720px;}
.col-1-2 {width:360px;}
.col-1-3 {width:240px;}
.col-2-3 {width:480px;}
.col-1-4 {width:180px;}
/* .col-2-4 -> col-1-2 */ 
.col-3-4 {width:540px;}
.col-1-5 {width:144px;}
.col-2-5 {width:288px;}
.col-3-5 {width:432px;}
.col-4-5 {width:576px;}
.col-1-6 {width:120px;}
/* .col-2-6 -> col-1-3 */
/* .col-4-6 -> col-2-3 */ 
.col-5-6 {width:600px;} 
.col-1-10 {width:72px;} 
.content { margin:0px 10px;}
.img-k {height:88px;}

#respmenkutu{ display:none;}
#menuac{ display:block;}

#logo img{max-width:240px;}
	
.sf-menu {display:none;}

#aramaiconum {top:6px;}

.slidetext-k{ bottom:20px; }
.slidetext-k h3{ line-height:24px; font-size:20px; margin-bottom:10px; }
.slidetext-k p{ font-size:15px; line-height:18px; }	

}


@media only screen and (min-width: 480px) and (max-width: 767px) {
.container{	width:420px; }
.grid{ width:420px; padding: 0px; }
.col-1-1 {width:420px;}
.col-1-2 {width:420px;}
.col-1-3 {width:420px;}
.col-2-3 {width:420px;}
.col-1-4 {width:420px; }
/* .col-2-4 -> col-1-2 */ 
.col-3-4 {width:420px;}
.col-1-5 {width:420px;}
.col-2-5 {width:420px;}
.col-3-5 {width:420px;}
.col-4-5 {width:420px;}
.col-1-6 {width:420px;}
/* .col-2-6 -> col-1-3 */
/* .col-4-6 -> col-2-3 */ 
.col-5-6 {width:420px;} 
.col-1-10 {width:420px;} 
.content { margin:0px 10px;}
.img-k { height:150px;}

#respmenkutu{ display:none;}
#menuac{ display:block;}

#logo img{max-width:240px;}
	
.sf-menu {display:none;}

#aramaiconum {top:6px;}  

#slaytkap {padding-top:152px; background: transparent url('../images/head-bg.jpg'); }
.slaytimg {border-top:2px solid #000;}
	#slaytkap .owl-prev, #slaytkap .owl-next	{top:60%;}

#headbannerkap{height:152px;}	
	
#sosyalpaylaskutu { bottom: 40px;}	

.slidetext-k h3{ line-height:24px; font-size:20px; margin-bottom:10px; }
.slidetext-k p{display:none;}

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.container{	width:300px; }
.grid{ width:300px; padding: 0px; }
.col-1-1 {width:300px;}
.col-1-2 {width:300px;}
.col-1-3 {width:300px;}
.col-2-3 {width:300px;}
.col-1-4 {width:300px;}
/* .col-2-4 -> col-1-2 */ 
.col-3-4 {width:300px;}
.col-1-5 {width:300px;}
.col-2-5 {width:300px;}
.col-3-5 {width:300px;}
.col-4-5 {width:300px;}
.col-1-6 {width:300px;}
/* .col-2-6 -> col-1-3 */
/* .col-4-6 -> col-2-3 */ 
.col-5-6 {width:300px;} 
.col-1-10 {width:300px;}
.content { margin:0px 10px;}
.img-k {height:150px;}

#respmenkutu{ display:none;}
#menuac{ display:block; top:7px; right:40px; padding: 6px; }

ul.cabukilet{float:left;}
ul.cabukilet li{ font-size:15px; padding:0px 6px;}

#logo img{max-width:180px;}
	
.sf-menu {display:none;}

#aramaiconum {top:0px; padding:0 10px;}  

#slaytkap {padding-top:140px; background: transparent url('../images/head-bg.jpg'); }
.slaytimg {border-top:2px solid #000;}
	#slaytkap .owl-prev, #slaytkap .owl-next	{top:60%;}
	
#headbannerkap{height:140px;}

#sosyalpaylaskutu { bottom: 40px;}	

.slidetext-k h3{ line-height:24px; font-size:20px; margin-bottom:10px; }
.slidetext-k p{display:none;}
}