.ufk_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-template-rows: 254px;
    grid-auto-rows: 254px;
    grid-row-gap: 0.65vw;
    text-align: center;
    margin-top: 5px;
	margin-bottom: 50px;
    position: relative;
}
.daha_fazla {    width: 100px;
    background-color: #f9f9f9;
    color: #333;
    top: auto !important;
    margin: auto;
    padding: 5px;
    border: 1px solid #ccc;
	    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
	    font-size: 14px; cursor: pointer;
		border-radius: 10px;
	}

.daha_fazla:hover {background-color: #3e788e; color: #fff}

.ufk_container > div {
    position: relative;
	overflow: hidden;
}

.ufk_container span {display: block; text-align: left; color: #333; padding-top: 5px; }

.ufk_container > div a {position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}

.ufk_container .img_container
{
height: 80%;
    overflow: hidden;
    border: 1px solid #aeaeae;
}

.ufk_container  img { max-width: 110%;
    max-height: 103%;}


/**/
.e_bulten_div {
    background-color: #fbd8ea;
    padding-top: 20px;
    padding-bottom: 30px;
}

.e_bulten_div input[type="text"]
 {
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 284px;
    margin-bottom: 8px;
}

.e_bulten_div input[type="button"] {
    padding: 8px;
    background-color: #333;
    color: #fff;
    border: none;
    width: 100px;
    border-radius: 3px;
	margin-top: 8px;
	cursor: pointer;
}

.e_bulten_div input[type="button"]:hover
{
	background-color: #be3c8f;
}

.e_bulten_div #loading
{
display: none; background-image: url(images/loading.gif);    background-repeat: no-repeat;
    background-size: 71px;
    height: 71px;
}


.e_bulten_div #sonuc
{
font-size: 16px;
    font-weight: bold;
    color: #e4005b;
}

.e_bulten_div .div_980 {text-align: left}
/*************/

/*HABERLER*/


.haberler_container {background-color: #eee; padding:20px 0px 70px 0px; }
.haberler_container .div_980{position: relative}
.haberler_container .div_980 a{padding: 10px;
    position: absolute; box-sizing: border-box;
    right: 0;}
.haberler_container .haberler {display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 15px}
.haber_div {
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    display: block;
    position: relative;
    color: #555;
}
.haber_div:hover {background-color: aliceblue; color:#222}
.haber_div .icon_more {position: absolute; bottom: 0px;    z-index: 0;}
.haber_div a {position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 2 }
.haber_div div {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.haber_div div img {
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    position: absolute;
}
.haber_div p { padding: 10px; padding-bottom: 30px; text-align: left; }
.haber_div em {
    text-align: right;
    width: 100%;
    display: block;
    padding-top: 10px;
    color: #e4005f;
}
.haber_container {padding-bottom: 30px}

.haberler_container .mavi {color: #00a9c1 !important}
/**/

/**/
.blog_container
{
padding-bottom: 30px;
max-width: 800px; 
margin:auto;
}

.blog_container .haber_buyuk_resim_a
{
	margin-bottom: 15px
}

.blog_container .yazar {
    text-align: right;
    width: 100%;
    display: block;
    padding-top: 10px;
	padding-bottom: 10px;
    color: #e4005f;
}

/**/


/*******************/
.haber_buyuk_resim_a
{
	 position: relative;
    display: flex;
    overflow: hidden;
	text-align: center;

}

.haber_buyuk_resim_a img
{
    max-width: 100%;
    margin: auto;
 

}



.haber_kucuk_resimler_div
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
	margin-top: 10px;
	margin-bottom: 20px
}

.haber_kucuk_resimler_div a
{
    position: relative;
    overflow: hidden;
	background-color: #FFF;
	
	height: 135px;	
}

.haber_kucuk_resimler_div a img
{
     max-width: 100%;
 position: absolute; 
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0; border-radius: 0px !important;
}





/***********/

.grid_2 {display: grid; grid-template-columns: 50% auto; grid-gap: 20px }
.grid_2 p {text-align: justify}
.grid_2 img {max-width: 100%; margin-bottom: 10px }

.grid_3 {display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 20px; margin-top: 20px }
.grid_3 img {max-width: 100%; }


label {cursor: pointer}
p {margin-bottom: 20px; margin-top: 0px; }
p, li{line-height: 24px; }
ul{padding: 0 0 24px 17px; margin: 0;}

.kolon_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
	text-align: left;
}


.kolon_2 p {break-inside: avoid}





/*SAYFA_GALERISI*/
.sayfa_galeri_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin-top: 20px;

}

.sayfa_galeri_container div {
        position: relative;
 
 

}

.sayfa_galeri_container a {
    position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1;
}

.sayfa_galeri_container img {
     top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 0;
	max-width: 100%; height: auto;
}

.sayfa_galeri_container div:hover {opacity: 0.9; }

/**/


/*COOKIE ÇEREZ POLITIKASI*/
.cookie_popup {display: none;}
.cookie_popup_goster {display: block;
position: fixed;
bottom: 0;
background-color: #090909d1;
color: #fff;
z-index: 10;
width: 100%;
text-align: center;
padding: 10px;}

.cookie_popup_goster a {color: yellow; font-weight: bold}

.tamam_buton {display: block;
padding: 6px;
border: 1px solid #ccc;
width: 100px;
margin: auto; margin-top: 10px; margin-bottom: 10px;
background-color: #666; color: #FFF; cursor: pointer;
}

/**/


/**/
.sticky
{
	position: fixed;
    width: 100%;
	z-index: 500;
	top: 0;

	
}

.sticky #header_ust_div {
    height: 44px;
    min-height: auto;
    box-shadow: 0px 0px 7px #00000030;
}

.sticky #header_logo
{
	    height: 44px;
    margin-top: 0px;
    background-size: 100px;
	width: 110px;
}

.sticky #header_menu_div
{
	margin-top: 3px;
}

.sticky .sag_blok
{
	margin-top: 3px
}

.sticky #results
{
	inset:44px 0px 0px;
}


/**/




/* BASLAR Logo ve telefonun oldugu bölüm*/
header 
{
	position: relative; z-index: 400;

}

#header_ust_div
{
    width: 100%;
    min-height: 130px;
    z-index: 9;   
	background-color: #fff;
}

#header_ust_div .div_980 {
    display: grid;
    grid-template-columns: 19% auto 125px;
    grid-column-gap: 10px;
    margin: auto;
}

#header_logo {
    width: 295px;
    height: 100px;
	background-size: 100%;
    position: relative;
    background-image: url(images/logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    margin-top: 20px;

}

#header_logo:hover
{
	opacity:0.7; filter:alpha(opacity=70); 
}

.sag_blok
{
	display: flex; margin-top: 46px; flex-direction: row-reverse;
}

.sag_blok .dil_secenekleri
{
	position: relative
}

.sag_blok .dil_secenekleri .diller
{
	display: none;
  
    position: fixed;
    background-color: #615e60eb;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 200px;
	border-radius: 0;
	z-index: 9999;
}

.diller p{text-align: center; font-size: 28px; color: #fff}

.diller a {
    width: 169px;
    /* height: 40px; */
    display: inline-block;
    background-color: #ffffff;
    border-radius: 12px;
    margin: auto;
    text-align: center;
    line-height: 66px;
    margin-right: 10px;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.sag_blok span {
    cursor: pointer;
    display: block;
    width: 40px;
    background-color: #f4aacc;
    color: #333;
	font-weight: 600;
    font-size: 14px;
    line-height: 38px;
    margin-right: 2px;
}

.sag_blok .search_div {margin-right: 3px; z-index: 999;}



.sag_blok .search_div input {
    padding: 0px 10px;
    background-color: #f4aacc;
    border: none;
    color: #fff;
    width: 90px;
    background-image: url(images/ara.png);
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: 18px;
    text-indent: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 38px;
    box-sizing: border-box;
}
.sag_blok .search_div input:focus
{
	
   
    text-indent: 1px;
	background-position: 190%;
	background-color: #333;

	
}

.sag_blok .search_div input:focus::placeholder
{
	color: #fff;
	
}



.sag_blok .search_div input::placeholder {
color: #fff;
}
	


.sag_blok a:hover{background-color: #cad9df21; color: #fff}


/*sag Blok Arama sonuçlari*/
#results {
    display: none;
    position: fixed;
    background-color: #4a4a4ae8;
    inset: 120px 0px 0px;
    z-index: 16;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

#results * {border-radius: 0 !important}

.search_urun_a 
{
display: grid;
    grid-template-columns: 20% 78%;
    color: #fff;

    padding: 10px;
    text-align: left;
    grid-column-gap: 2%;
}

.search_urun_a img {
    max-width: 100%;
    height: auto;
}

.search_urunler_div_container
{
max-width: 500px;
    margin: auto;
    
    margin-top: 10px;
	    padding-bottom: 200px;
}
.kayit_bulunamadi
{
	padding: 20px;
    background-color: #fff;
    display: inline-block;
    margin-top: 30px;
    width: 250px;
    border-radius: 10px !important;
}

.kapat {cursor:pointer; color:yellow; font-weight:bold}

/*ANASAYFA ÜRÜNLER*/
.anasayfa_listeler_container {
    padding-bottom: 40px;
    padding-top: 40px;
   
}
.anasayfa_listeler_container .anasayfa_listeler
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap:20px;
	margin: auto;
}
.anasayfa_listeler_container .anasayfa_listeler > div {
    color: #333;
    font-size: 15px;
    position: relative;
    min-height: 110px;
    box-sizing: border-box;
	padding-bottom: 15px;
}

.anasayfa_listeler_container .anasayfa_listeler  a {position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;} 
.anasayfa_listeler_container .anasayfa_listeler > div:hover {
    opacity: 0.9;
}


.anasayfa_listeler_container img {
    width: 100%;
	height: auto;
	border-radius: 5px;
    opacity: 1;
    display: block;
    margin: auto;
}

.anasayfa_listeler_container p
{
	text-align: left;
	padding: 10px 0px
}

.anasayfa_listeler_container  p span
{
	font-family: "Bree Serif", serif;
	display: block; font-size: 20px; line-height: 32px;
	color: #e4005b;
	
}

.anasayfa_listeler_container .ayrinti
{
	position: absolute;
	bottom: 0;
	line-height: 30px; width: 120px; text-align: center; background-color: #f8c9df;
	font-size: 13px;
	border: 1px solid #999;
	color: #333; border-radius: 3px
}












.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


table { border: thin solid #aaa; font-size: 14px;  max-width: 100% !important; margin-top: 22px; margin-bottom: 22px }
table a {color:#000; }
table a:hover {border-bottom:1px solid #d10a11}
table td, table th { border-bottom: dotted rgb(238, 238, 238); border-width: thin; padding: 8px 10px; width: auto; text-align: left}

table tr:nth-child(1) { background-color:#f7c1d8 !important; font-weight: bold;}
table tr:nth-child(even) { background-color:#fbe4f0; }
table tr:nth-child(odd){ background-color:#f9d4e4;  }

thead tr  { background-color:#999; color:#fff }





/**/

.gizle { display:none;}
.goster { display:block !important }


* {font-family: 'Open Sans', sans-serif;}
html {scroll-behavior: smooth;}

body {
	margin: 0px;
	
	
	background-color:#fff;
	color: #222;
	font-size:15px;

		
}

::selection {
	background: #333; /* Safari */
	color:#ffffff;
	}
::-moz-selection {
	background: #333; /* Firefox */
	color:#ffffff;
}
a { color:#000 }
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; }
a:active {text-decoration: none;}

h1 {

	color:#333; font-size:26px; font-weight:700; clear:both; }

	
h2 { color:#e4005f;   font-size:22px;  font-weight:500;
clear:both; 
margin-top: 15px; margin-bottom: 7px;


min-width: 100px;
text-align: left;
}

h2#downloads {padding-top: 50px}


h4 a { background-color:#0052af; color: #fff; border: none; border-radius: 5px; padding:10px}

h3 {
	
color: #222;
    font-size: 18px;
    font-weight: 600;
    clear: both;
    display: block;


	margin: auto; margin-bottom: 10px;
	
	}
h4 {margin: auto; color: rgb(215, 25, 33); font-size: 14px; font-weight: 400;}


#ana_div { min-height:100%;position:relative;  }

#body_div {  text-align:center;     }

#footer_div
{
position:relative;
width: 100%;
background-color: #f39ec0;
background-image: url(images/footer_bg2.webp);
background-repeat: no-repeat; 
background-position: right bottom;
background-size: contain;
text-align: left;

z-index: 3;


}

#footer_div .div_980 {
    margin: auto;
    font-size: 15px;
    color: #eee;
    position: relative;
    display: grid;
    grid-template-columns: 21% 25% 15% 18%;
}

#footer_div .div_980 > div
{
	width:100%;    line-height: 20px;  color:#222; margin-top: 20px; margin-bottom: 20px;
}

#footer_div .div_980 > div a
{
	    width: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    margin-bottom: 1px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
}	

#footer_div .div_980 > div a:hover
{
text-shadow: 0 0 black;

}

#footer_div .div_980 > div  h3
{
color: #222;
margin-bottom: 10px;
font-size: 15px;
font-weight: 700;
	padding-top: 20px;

}

.ucan {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    margin: auto;
    width: 288px;
    right: 266px;
    top: 70px;
    z-index: 2;
    color: #e5005b;
    text-align: left;
    padding-top: 10px;
}

.footer_logo {
    width: 511px !important;
    height: 71px;
	max-width: 200%;
    background-image: url(images/alpler-medikal-logo.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0px !important;
}

#footer_copyright
{
position: relative;

   
    font-size: 13px;
    width: 100%;
    text-align: left;
    text-indent: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 6px;
    box-sizing: border-box;
	margin-top: 35px;
}

#footer_copyright a
{
	color:#333; position: absolute; right: 10px
}



.footer_menu_baslik2
{
	margin-top:40px;
}





/* BITER Logo ve telefonun oldugu bölüm*/








/* BITER Logo ve telefonun oldugu bölüm*/






/* BASLAR Header bölümü menü*/



#header_menu_div
{
	    width: auto;
    height: 34px;
    margin-top: 46px;

    opacity: 1.0;
    position: relative;
    display: block;
	z-index: 17;
}
#header_menu
{
	     
   
    font-weight: 400;
    color: #333;
    position: absolute;
    margin-top: 7px;
    right: 0;
    display: inline-table;

    margin: auto;


}

#header_menu > *
{
background-color: #f4aacc;
	color:#333; 
font-size: 14px;
margin-right: 3px;
}

#header_menu > *:hover
{
	
	box-shadow: 0px 0px 11px 6px #fff;
}

.menu_icon
{
	width: 36px;
    height: 28px;
    background-image: url(images/icons/social.webp);
    background-position: -254px 2px;
    background-repeat: no-repeat;
    
    display: none;
    cursor: pointer;
    left: 10px;
    position: absolute;
	
}

#header_ust_div input[type='checkbox']
{
	display:none;
}
	


#header_menu a
{
	font-weight:600;   	 
	line-height: 38px; 		float:left;
	-webkit-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease; 


}



#header_menu .tek_link
{
	

		padding-left:15px;	padding-right:15px;
}


#header_menu .farkli_link {background-color: #00a9c1; color: #fff;}
#header_menu .farkli_link2 {background-color: #f29100; color: #fff;}





#header_menu #selected_a
{
	background: #333; color:#FFFFFF;	
}
#header_menu:hover #selected_a
{
	background: #333;
}




/*BASLAR MENÜ BÖLÜMÜ */
.menu_bolumu
{
	float:left; 
	padding-left:19px;	padding-right:11px;

}






.menu_baslik {
    padding-right: 17px;
    background-image: url(images/asagi_ok.png);
    background-position: right 19px;
    background-repeat: no-repeat;
    height: 38px;

    font-weight: 600;
    line-height: 38px;
    margin: 0;
	cursor: pointer;
}

.menu_bolumu:hover .menu_baslik {
color: #000;	
}

#header_menu .menu_baslik a
{
	 color:#333;
	
}




#header_menu .menu_baslik:hover a
{
	background:none;
}



#header_menu .menu_bolumu:hover .menu_baslik 
{
	
}

#header_menu .menu_bolumu:hover .menu_baslik a
{
	 color: #fff ;

}

#header_menu .menu_bolumu:hover .menu_baslik span
{
	 color: #fff ;

}



img.grayscale{ 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
img.grayscale:hover{ 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

/*BITER MENÜ BÖLÜMÜ*/



/* CSS DROP DOWN */
.cssmenu {
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
    margin-left: -20px;
    clear: both;
    display: none;
    position: absolute;
    width: 272px;
    height: auto;
    z-index: 2;
    border: 1px solid #f4aacc;
    overflow: hidden;
}

.cssmenu a
{
	float:left; 
	width:100%;
	font-size: 14px;
	padding-left:15px;	padding-right:24px;	margin-left:0px;
	background-position:left; background-repeat:repeat; 
	border-bottom:1px solid  #eee;

	
}

.cssmenu a:hover
{
	background-repeat:repeat-y; background-color:inherit;
}



.cssmenu > ul {
  margin-top: 0px !important; 

}
.cssmenu ul {
  list-style: none;
  padding: 0; 
}

.cssmenu ul li{
 width: 100%;
  border:none;
 
  list-style: none;
  margin: 0;
  padding: 0; 
  background-color:#fff;
}

.cssmenu li:hover > a {
  color:#fff;
}

.cssmenu ul ul {
  margin-left:202px;
  margin-top:0px;
}
.cssmenu ul ul a {
  line-height: 20px; 
}
.cssmenu ul ul ul {
  margin-left:0px;
  left: 100%;
}
.cssmenu li {
  float: left;
  padding: 0px 5px 0px 5px;
}

.cssmenu li a {
    color: #000;
    display: block;
    line-height: normal !important;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cssmenu li:hover {
  
  background-repeat:no-repeat;
  padding-left:0px;
  
}
.cssmenu li a:hover {
  color: #000 !important;
  text-decoration: none;
  background-repeat:no-repeat;
  background-color:#eee; 





}
.cssmenu li ul {
  display: none;
  height: auto;
  position: absolute;

  z-index: 200;

}
.cssmenu li:hover > ul {
  display: block;
}


.cssmenu li ul a {
  display: block;
}

.cssmenu p {
  clear: left;
}
.cssmenu .active > a {
  color: #000;
}
.cssmenu .active > a:hover {
  color: #000;
}



.cssmenu .acilir_ok
{
	background-image:url(images/menu_sag_ok.png); background-position:right; background-repeat:no-repeat;

}
	

	
	
/**/



.kategoriler_div
{
	position: relative;
	overflow: hidden;
	height: 242px;
	width: 32%;
	margin-bottom: 10px;
	border: 1px dotted #ddd;
	margin-left: 4px;
    margin-right: 4px;
}



.kategoriler_div:hover img
{
	opacity:0.8 !important; -webkit-transition: all 0.5s ease;
-ms-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
}	

.kategoriler_div a
{
	color: #000; font-weight:600;
position: relative;
display: block;
height: 100%;
background-color: #fff;

-webkit-transition	: all 0.3s ease;
-ms-transition		: all 0.3s ease;
-moz-transition		: all 0.3s ease;
-o-transition		: all 0.3s ease;
transition			: all 0.3s ease; 
}

.kategoriler_div a img
{
	position: absolute;
margin: auto;
left: 0;
right: 0;

top: 0;
max-width: 100%;
height: auto;
z-index: 1;

-webkit-transition	: all 0.3s ease;
-ms-transition		: all 0.3s ease;
-moz-transition		: all 0.3s ease;
-o-transition		: all 0.3s ease;
transition			: all 0.3s ease; 
}

.kategoriler_div img:hover
{
	opacity:0.9; filter:alpha(opacity=90);
}


.kategoriler_div a span
{
position: absolute;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
    z-index: 2;
    display: table;
    background-color: rgba(255, 255, 255, 0.93);
    text-align: center;
    bottom: 0;
    font-size: 15px;
    right: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
}









/**/



/* */

#kategori_detay
{
	min-height: 400px; padding-bottom: 50px;
}

#kategori_detay a
{
	background-image:url(images/ok_ikon.png); background-position:left; background-repeat:no-repeat;
	
	border-bottom:1px dashed #ccc; 
	color:#333; 
	font-weight:bold;  
	padding-top:10px; 
	padding-bottom:10px; 
	padding-left:15px;
	clear:both; 
	display:block;
	text-align: left;
}

#kategori_detay a:hover
{
	background-color:#efefef;
}













.div_980
{
	width:980px;  margin: auto;
}

.div_750
{
	width:772px;     min-height: 500px;  display:inline-block;   padding-left:15px;
}

.div_750_inner_container
{
	    display: grid;
    grid-template-columns:50% 50%;
    grid-column-gap: 1%;

	text-align: left;
	padding-top: 10px;
}


.div_750_inner_container h1 {margin-top: 40px; margin-bottom: 7px; font-size: 28px; font-weight: 800}

.div_750_inner_container iframe {max-width: 100%; }

.urun_uzun_aciklama
{
grid-column-start: 1; grid-column-end: 4;     border-top: 1px solid #e7e7e7;
    margin-top: 15px; padding-top: 25px; margin-bottom: 15px; 
}

.video_container
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.video_container iframe {width: 100%; max-height: 400px; border: 1px solid #ccc }

#urun_download {border-top: 1px solid #eee; padding-top: 25px}

#urun_download a {
    display: inline-block;
    background-color: #222;
    color: #fff;
    background-image: url(images/download.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 10px 15px 10px 15px;
    text-indent: 26px;
    border-radius: 5px;
	-webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#urun_download a:hover {background-color: #333;
}


.sayfa_container
{
	display: grid;
	grid-template-columns: auto;
	grid-column-gap: 15px;
	margin: auto;
	text-align: left;
	padding-top: 15px;padding-bottom: 40px;
	min-height: 500px;
}

.sayfa_container img, .urun_detay_container img
{
	max-width: 100%; height: auto;  width: 100%;
}


.sayfa_container a img:hover, .urun_detay_container a img:hover
{
	opacity:0.8;
}


/*ANASAYFA SLAYT*/

#slayt_bg { margin: auto;    }

.slider_980_container
{
	position:absolute; top:0px; right: 0px; left: 0px; z-index:2; height:100%;
}


/* Callback example */

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
	max-width: 1300px;
  padding: 0;
  margin: auto;

  }

.callbacks li {
position: relative;
  width: 100%;
  left: 0;
  top: 0; 
  margin: auto;
    overflow: hidden;
	
display: grid;
grid-template-columns: 100%;
  }
  

  

.callbacks .div_980
{
	    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.callbacks li:hover .div_980 {}

.callbacks .div_p {
    position: absolute;
    font-size: 32px;
    margin: auto;
    left: 50%;
    top: 70px;
    z-index: 2;
    color: #e5005b;
    font-weight: initial;
    text-align: left;
    padding-top: 10px;
}


.callbacks .div_p div {font-family: "Bree Serif", serif; 	line-height: 42px; margin-bottom: 15px}
.callbacks .div_p strong {font-family: "Bree Serif", serif; display: block; font-size: 48px; }





.callbacks li  a
{
	
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}


.callbacks li span
{
	color: #333;
	    font-size: 24px;
    display: block;
    margin-bottom: 5px;


    letter-spacing: 0px;
	font-weight: 300;
	    line-height: initial;

}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;

  border: 0;
  float:right;
	animation-duration: 8s;
	animation-timing-function: cubic-bezier(0, 1.7, 0, 1);
  }

















/* BASLAR Iletisim Sayfasi*/

.icon_location 
{
	background-color: #222;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-location.svg);
    -webkit-mask-size: 20px;
	margin-top: auto; 
	margin-bottom: auto;
}

.icon_telephone 
{
	background-color: #222;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-telephone.svg);
    -webkit-mask-size: 20px;
	    margin-top: auto;
    margin-bottom: auto;
}

.icon_fax
{
	background-color: #222;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-fax.svg);
    -webkit-mask-size: 20px;
	    margin-top: auto;
    margin-bottom: auto;
}

.icon_dialog
{
	background-color: #222;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-dialog.svg);
    -webkit-mask-size: 24px;
}

.icon_email
{
	background-color: #222;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-e-mail2.svg);
    -webkit-mask-size: 20px;
	    margin-top: auto;
    margin-bottom: auto;
}


.icon_more {
    background-color: #575756;
    background-repeat: no-repeat;
    background-position: 50px;
    display: block;
    text-indent: -9999px;
    width: 36px;
    height: 38px;
    -webkit-mask-position-x: -8px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-more3.svg);
    -webkit-mask-size: 40px;
    opacity: 0.5;
    right: 0px;
}



.iletisim_container
{
	display:grid;
	grid-template-columns: 40% 59%;
	grid-gap: 20px;
	
	margin: auto;
	margin-bottom: 20px
}

/*GOOOOOOOOOOOOOOOGLE MAPS BASLAR*/
#googlemaps
{
    height: auto;
    display: inline-block; min-height: 500px
}

/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0px;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: #222 ; color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 15px;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 22px;
  left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
     content: ".";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #222;
    color: #222;
    font-weight: bold;
    font-size: 30px;
    line-height: 0px;
    text-indent: -4px;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}


#content a {color: #fff}

/*GOOOOOOOOOOOOOOOGLE MAPS BITER*/



.iletisim_formu_div
{
  position: relative;
  margin-bottom: 30px;
	text-align:left;
}

.iletisim_formu_div > div div {
    padding: 5px;
    line-height: 28px;
    display: grid;
    grid-template-columns: 36px auto;
	
}





.iletisim_formu_div input[type="text"] {
    padding: 12px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    box-sizing: border-box;
}

.iletisim_formu_div textarea{
    padding: 12px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    box-sizing: border-box;
   
}

.iletisim_formu_div select{
    padding: 12px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
	box-sizing: border-box;
}

.iletisim_formu_div textarea::placeholder
{
	
}


.iletisim_formu_div .g-recaptcha {margin-bottom: 5px;}

.iletisim_formu_div input[type="submit"] {
    background-color: #3e7cab;
    border: 0;
    padding: 10px;
    width: 150px;
    color: #fff;
    border-radius: 3px; cursor: pointer;
}

.iletisim_formu_div input[disabled="disabled"]{
 background-color: #999; cursor: no-drop;
}
.iletisim_formu_div input[disabled="disabled"]:hover{
 background-color: #999 !important;
}

.iletisim_formu_div input[type="submit"]:hover{
 background-color: #2F6F9F;
}


.iletisim_formu_div input[type="text"]:focus, .iletisim_formu_div textarea:focus
{
	background-color:#eee; color:#000;	
}






/* BITER Iletisim Sayfasi*/







*:focus {
    outline: none;
}


/*BASLAR Sayfa Detay Menü*/
.sd{
	border-radius: 10px;
    overflow: hidden;
}

.sd_menu_header {
    font-size: 16px;
    font-weight: 600;
    color: #0ba5e3;
    padding: 12px;
    padding-left: 18px;
    box-sizing: border-box;
    line-height: 37px;
    background-image: url(images/asagi_ok.png);
    background-repeat: no-repeat;
    background-position: 5px;
	cursor: pointer;
}

.sd_menu_header2 { 
    background-color: #222;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-left: 18px;
    box-sizing: border-box;
}

.sd_profile {background-color: #e4e6e7; background-image: url(images/icons/profile-photo.jpg); background-repeat: no-repeat; background-position: center; height: 140px}
.sd_profile_name {padding: 10px; text-align: center; background-color: #f1f1f1; font-size: 13px}

.sd_menu {  margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
   
    background-color: #fff;  }
.sd_menu_div {    
	position: relative;
box-sizing: border-box;
  
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;

    border-bottom: 1px solid #eee;
    }
.sd_menu_div2 {    
	position: relative;
box-sizing: border-box;
    background-color: #222;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
   
    border-bottom: 1px solid #5e8d9f;
   }	
	
.sd_menu_div a, .sd_menu_div2 a {     
position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.sd_menu_div.selected
{
    border-left: 2px #0aa5df  solid;
	background-color:#efefef; color:#000;
}

.sd_menu_div2.selected
{
 
	background-color:#4b8ba3; color:#fff;
}

.sd_menu_div:hover { background-color:#eefbff; padding-top:10px; display:block;  }
.sd_menu_div2:hover { background-color:#494949; padding-top:10px; display:block;}


.sd_menu_div .span_class {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    margin-left: 7px;
	top: 6px;
}



/*BITER Sayfa Detay Menü*/ 




.urunler_container
{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	margin-bottom: 30px;
}

.urun_detay_container p {text-align: left}
.urun_detay_container li {text-align: left; line-height: 34px}

.urun_div {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding: 13px;
    box-sizing: border-box;
    border: 1px solid #eee;
	border-radius: 10px;
   
}

.one_cikar_1 {border: 1px solid #09a6df;}


.kategori_icon {
	background-image: url(images/icon-kategori.webp);
	background-repeat: no-repeat;
	background-position: 98% 2%;
	}


.urun_div:hover 
{
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease; 
opacity: 0.95;

box-shadow: 0px 0px 20px 0px #00000020;
}	

.urun_div a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.urun_div > div
{
	position: relative;
	width: 100%;

	box-sizing: border-box;
	overflow: hidden;
}

.urun_div img
{

margin: auto;
left: 0;
right: 0;
top: 0;

max-width: 100%;
max-height: 100%;
 height: auto;
z-index: 0;

-webkit-transition	: all 0.3s ease;
-ms-transition		: all 0.3s ease;
-moz-transition		: all 0.3s ease;
-o-transition		: all 0.3s ease;
transition			: all 0.3s ease; 
}




.urun_div p
{ 
    line-height: normal;
	display: block;
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 1;
    text-align: left;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
   
    bottom: 0;
    margin: auto;
    padding: 8px;
	    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.urun_div p > span {display:block; color: #999; font-weight: 400; font-size: 13px; margin-top: 4px}



.kod_no {color: #999; margin-bottom: 20px; margin-top: -7px}
.urun_buyuk_resim_a
{
	 position: relative;
    display: flex;
    overflow: hidden;
	text-align: center;

}




.urun_buyuk_resim_a img
{
	  
    max-width: 100%;
	max-height: 100%;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}




.urun_kucuk_resimler_div
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    margin-top: 10px;
}

.urun_kucuk_resimler_div a
{
    position: relative;
    overflow: hidden;
	background-color: #FFF;

	border-radius: 10px;
	display: flex;
	
}

.urun_kucuk_resimler_div img
{
	
        margin: auto;
    top: 0;
    bottom: 0;
    left: 0;

    right: 0;
  
}

.urun_menu {
    width: 100%;
    max-width: 375px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 8%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.urun_menu a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
    padding-top: 72px;
    line-height: 16px;
    min-width: 66px;
    cursor: pointer;
}
.urun_menu a.pdf{ background-image: url(images/icons/1.png);}
.urun_menu a.call{ background-image: url(images/icons/2.png);}
.urun_menu a.whatsapp{ background-image: url(images/icons/3.png)}




#fiyat_teklifi
{
	background-color: #fff;
    border-radius: 5px;
    width: 390px;
	z-index: 999;
}

#fiyat_teklifi img {max-width: 30%; height: auto; display: block; float: left; padding-right: 10px; padding-bottom: 10px}

#fiyat_teklifi input[type="text"] {
    padding: 12px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
}

#fiyat_teklifi .g-recaptcha {margin-bottom: 5px;}

#fiyat_teklifi input[type="submit"] {
    background-color: #3e7cab;
    border: 0;
    padding: 10px;
    width: 150px;
    color: #fff;
    border-radius: 3px; cursor: pointer;
}

#fiyat_teklifi input[disabled="disabled"]{
 background-color: #999; cursor: no-drop;
}
#fiyat_teklifi input[disabled="disabled"]:hover{
 background-color: #999 !important;
}

#fiyat_teklifi input[type="submit"]:hover{
 background-color: #2F6F9F;
}











.breadcrumps {
    display: block;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumps .div_980 {

    text-align: left; margin: auto;
}

.breadcrumps a
{
	 color:#222; font-weight:600;
}

.breadcrumps a:hover
{
	border-bottom:1px ;  color:#000;
}








/*BITER Sayfa Detay Menü*/ 




.sayfalama_off
{
width:22px; height:22px; padding-top:3px; float:left; margin:2px;color:#FFFFFF; font-weight:bold; text-decoration:none; background: #ccc;
}


.sayfalama_on
{
width:22px; height:22px; padding-top:3px; float:left; margin:2px;color:#FFFFFF;  font-weight:bold; text-decoration:none; background: #333;
}

/*GALERI*/

.albumler_menu
{
	text-align: left; padding-top: 20px
}

.albumler_menu a {
    display: inline-block;
    padding: 16px;
    margin-right: 10px; margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.albumler_menu a.selected {
    background-color: #f7f7f7;
}

.albumler_menu a:hover {
    background-color: aliceblue;
}
.galeri_container
{
	margin: auto; min-height:600px; margin-bottom: 25px;
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-auto-rows: 200px;
    grid-gap: 10px;
}


.galeri_div
{
  position: relative;
	overflow: hidden;
   
}

.galeri_div a
{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.galeri_div span {
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 200px;
    background-color: #0000004f;
	    font-weight: 600;
    font-size: 20px;
}



.galeri_div img {
    max-width: 110%;
    max-height: 250%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}


.galeri_div:hover img
{
	opacity: 0.9;

}




.geri_butonu
{
	padding:10px; background-color:#BB0003; color:#fff;
}
/**/

.textbox_1
{
	border-color:#C0C9D1; background-color: #FFFFFF; border-width: thin; border-style:solid; color:#666666;  font-size:13px;  height:22px; width:210px
}

.textbox_2
{
	border-color:#C0C9D1; background-color: #FFFFFF; border-width: thin; border-style:solid; color:#666666;  font-size:13px;  height:22px; width:150px
}

.textbox_3
{
	border-color:#C0C9D1; background-color: #FFFFFF; border-width: thin; border-style:solid; color:#666666;  font-size:13px;  height:22px; width:60px
}

.selectbox_3
{
	border-color:#C0C9D1; background-color: #FFFFFF; border-width: thin; border-style:solid; color:#666666;  font-size:13px;  height:26px; width:50px
}

.selectbox_2
{
	border-color:#C0C9D1; background-color: #FFFFFF; border-width: thin; border-style:solid; color:#666666;  font-size:13px;  height:26px; width:80px
}

.textarea_1
{
	border-color:#C0C9D1; background-color: #FFFFFF; border-width: thin; border-style:solid; color:#666666;  font-size:13px;  height:42px; width:350px
}

.button_1
{
	 background-color: #333; border-width: thin; border-style:solid; color:#fff;  font-size:13px;  height:32px; width:120px
}

.video_div
{
	float:left; width:300px; height: 225px; display: flex; position:relative; border-radius: 10px; overflow: hidden;
}

.video_div a { position: absolute; margin: auto; width: 100%; height: 100%; background-image: url(images/play-icon.png); background-position: center; background-repeat: no-repeat; background-color: rgba(110,170,213,0.58)}


.video_div img
{
	 width: 100%; height: auto; max-width: 100%; overflow: hidden; 
}

.video_div a:hover
{
	opacity: 0.8; 
}




@media only screen and (min-width: 1501px) and (max-width: 7000px) 
{

	


	.galeri_ana_container > div {      grid-template-columns: repeat(4,1fr);    grid-gap: 20px;   	}

	
	.div_980 {width:1300px}
	


	
	.callbacks li > div > div {background: none !important}
	
	
}

@media only screen and (min-width: 1351px) and (max-width: 1500px) 
{
	
	
	.galeri_container { grid-auto-rows: 180px;  grid-gap: 10px;}
	
	.div_750_inner_container h1 {font-size: 29px}
	
	
	.callbacks .div_p {font-size: 32px; line-height: normal; height: 170px}

	
	.anasayfa_col span {line-height: 200px}
	


	
	.galeri_ana_container > div {      grid-template-columns: repeat(4,1fr);    grid-gap: 20px;    	}

	.div_980 {width:1300px}
	
	

	

	.callbacks li > div > div {background: none !important}
	
}


@media only screen and (min-width: 1240px) and (max-width: 1350px) 
{
	.haber_div div {height: 250px;}
	
	#header_ust_div .div_980 { grid-template-columns: 16% auto 125px}
	#header_logo {width: 190px}
	.galeri_container {  grid-template-columns: repeat(4,1fr);}
	.div_750_inner_container {grid-template-columns: 38% 37% 19%;}
	.div_750_inner_container h1 {font-size: 28px}
	
	
	
	.galeri_ana_container > div {      grid-template-columns: repeat(4,1fr);    grid-gap: 20px;   	}

	
	.callbacks .div_p {font-size: 28px; line-height: normal; }
	
	
	.anasayfa_col span {line-height: 170px;}
	
	.div_980 {width:1200px}
	

	
	.callbacks li > div > div {background: none !important}
	.callbacks li > div p { margin-bottom: 7vw}
	#footer_alt_div {grid-template-columns: 25% 25% 25% 25%;}
	
}


@media only screen and (min-width: 1024px) and (max-width: 1239px) 
{
	.haber_div div {height: 215px;}
	
	.galeri_container { grid-template-columns: repeat(4,1fr);  grid-auto-rows: 180px;}
	#footer_div .div_980 {grid-template-columns: repeat(4,1fr)}
	.div_750_inner_container {grid-template-columns: 37% 36% 21%;}
	.div_750_inner_container h1 {font-size: 26px}
	.urun_menu {padding: 17px}
	#header_ust_div .div_980 { grid-template-columns: 10% auto 125px}
	.menu_baslik {font-size: 14px}
	
	.sd_menu_div {font-size: 14px}
	
	
	
	.urunler_container {grid-template-columns: repeat(3,1fr)}
	

	.urun_div span {font-size: 14px}

	
	.callbacks .div_p {font-size: 24px; line-height: normal; height: 145px}
	#header_menu a {font-size: 14px}
	#header_menu  .tek_link {font-size: 14px; padding-left: 5px; padding-right: 5px;}
	
	#header_logo {width: 160px;  }
	.menu_bolumu {padding-right: 2px}
	.anasayfa_col span {line-height: 160px;}
	.div_980
	{
		width:1020px; position:relative
	}
	

	
	.ac_kapa_div
	{
		background-position:480px 0px;
	}
	

	
	#footer_copyright { min-width:1023px;}	

	
	.footer_menu_sutun {width:236px}
	.footer_menu_sutun a{width:217px}
	.callbacks li > div > div {background: none !important}
}




@media only screen and (min-width: 100px) and (max-width: 1023px) 
{
	
	.ufk_container{display: block}
.ufk_container > div {margin-bottom: 20px}
.ufk_container .img_container {    display: inline-flex;}
.ufk_container img {max-width: 100%; max-height: 100%; height: auto;}
.ufk_container span {text-align: center}
	
	.sag_blok .search_div input {width: 40px;   background-position: center}
	.sag_blok .search_div input:focus {width: 80px}
	
	
	.haberler_container .haberler {display: block}
	.haber_div div img {position: relative}
	.haber_div div {height: auto}
	
	#footer_div {
background-image: none;
}


	.ucan {

    top: auto;
    bottom: 100px;
}
	
	
	.anasayfa_listeler_container {padding-top: 20px; padding-bottom: 20px}
	.grid_2 {display: block}
	.grid_3 {display: block}
	
	.urun_menu a {font-size: 18px; margin-bottom:0px}
	
	
	
.menu_bolumu:hover .cssmenu
{
	display: none
}
	
	
.anasayfa_listeler_container .anasayfa_listeler {grid-template-columns: repeat(2, 1fr);}
#results {border-radius: 0}	

.sticky .sag_blok {top: 0px}	
.sticky #header_menu_div {margin-top: 0px;}	
.sag_blok .dil_secenekleri .diller {padding: 31px; }
.sag_blok .dil_secenekleri .diller a {	width: 95%; }

.video_container {grid-template-columns: 100%}



	
.urun_menu {display: grid;  grid-gap: 20px; margin-bottom: 0}	
.sayfa_galeri_container {    grid-template-columns: 100%; }


.kolon_2 {column-count: auto}




.sag_blok
{

margin-top:0px; 
position: absolute;
top: 3px;
right: 21px;
}
	

#results
{
    position: fixed;
    inset: 41px 0px 0px;
	overflow: scroll;
}	
	#footer_div .div_980 {grid-template-columns: 50% 50%}
	
	
	.urun_uzun_aciklama {    grid-column-start: 1;
    grid-column-end: 1;}
	
.callbacks .div_p {position: relative;
    font-size: 24px;
    max-width: 100%;
    padding: 20px;
	margin-top: 10px;
	box-sizing: border-box;
	height: auto;
	left: 0; top: 0;
	}
	.callbacks li span {font-size: 16px}

	
.callbacks li {position: inherit !important; max-height: inherit; display: flex;flex-flow: column-reverse;}
.callbacks_nav { display:none; cursor:move}
.callbacks li > div
{
	   position: relative;
	   display:inline-block;
	   width:100%;
	   text-align:center;
}  

.callbacks .div_980 {position: relative;
    min-width: auto;
	background-color: #333 !important;
	}

.callbacks li > div > div
{
	width: 100%; top: auto;
	border: none;
	height: auto;
	margin: auto;
	background: bottom;
}



.callbacks li > div p
{
	text-align: center; width: 100% !important;
	position: relative; 
	font-size: 32px; 
	margin: auto;
	left: auto;
	max-width: initial;

    padding: 10px;
	box-sizing: border-box;
}



.callbacks img {
    max-width: inherit;

  float:none;
  
  
    left: 0;
   
    right: 0;
    margin: auto;

  }

	

	
	


	

	
	.iletisim_container{	grid-template-columns: 100%;	grid-column-gap: 0%;}
	.iletisim_formu_div table {min-width: auto}
	#googlemaps {height: 400px}
	
	.flickity-prev-next-button {display: none !important}
	
	.anasayfa_cols2 {grid-template-columns: 49% 49%; grid-column-gap: 2%}
	.anasayfa_cols3 {grid-template-columns: 49% 49%; grid-column-gap: 2%}

	.anasayfa_col span { line-height: 60vw;   }
	.anasayfa_col > div {border-radius: 5px}
	.div_750_inner_container {grid-template-columns: 100%;     grid-column-gap: 0%;}
	.urun_kucuk_resimler_div {}
	.urun_kucuk_resimler_div img {position: relative;}


	.galeri_container {    grid-template-columns: repeat(2,1fr);   grid-auto-rows: 160px;}
	.galeri_ana_container > div {grid-template-columns:100%;     grid-gap: 0%;}
	
	
	

	.urunler_container
	{
		grid-template-columns: repeat(2,1fr);
		 margin-top: 20px;
	}
	


	
	
	.urun_buyuk_resim_a {height: auto;
    width: 100%;
    padding: 0;}
	.urun_kucuk_resim_a {width: 48%}
	
	
	#slayt_bg {margin-top: 0px}
	
#body_div {    padding-top: 100px; }	
.urun_div { width:100%; height: auto;  }	
.urun_div > div {height: auto;  line-height: 0; text-align: center}
.urun_div img {position: static; max-width: 100%; max-height: 100%}

.urun_div a span
{
		font-size: 15px;
margin: auto;
left: 0;
right: 0;
text-align: center;
}





h4 { font-size:20px}

iframe {max-width:100%;  }
.div_980 { width:95% }
.sayfa_container {grid-template-columns: 100%; grid-column-gap: 0; min-height: auto; max-width: 90%; margin: auto}




.sd_menu_header {
    font-size: 18px;
    margin: auto;
    cursor: pointer;
    background-color: #eee;
    background-position: 20px;
    text-indent: 21px;
    border-radius: 10px;
}

.sd_menu {  display: none;
margin: auto;}


.sd_menu a { width: 100% !important; padding-left: 0px !important; padding-right: 0px !important;     font-size: 15px !important; text-align: center; background:none }
.sd_menu a.selected { border:none; width:100%;}
.sd_menu .ek {padding-left:0; width:100%; }
.sd_menu .ek:hover {padding-left:0; width:100%; }





 #header_iletisim
{
	display:none
}

.anasayfa_cols { grid-template-columns: 100%;
    grid-column-gap: 0;
    grid-row-gap: 12px; }

.header_call_us {     background-position: 0px 0px;
    margin-left: 10px;
    padding-left: 28px;
    background-size: 20px; font-size: 16px; }
.header_email_us { display:none; }

#header_ust_div {
    position: fixed;
    min-height: 100px;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 12px #e9e9e9;
}
#header_ust_div .div_980 { margin: auto; width: 100%; display: block}


#header_dil_secenegi { display:none }

#header_logo {
    margin: auto;
    margin-bottom: 0px;
    position: absolute;
    width: 200px;
    background-size: 100%;
    left: 0;
    right: 0;
}
#header_logo:hover {margin-left: auto;}



#header_menu_div {


    width: 100%; height: 100%;
    position: fixed;
overflow: scroll;
    background-color: #f4aacc;
    z-index: 99999;
    padding-top: 50px;
	box-sizing: border-box;
    margin-top: 0;
	}
	#header_menu > * {border-bottom: 1px solid rgb(251 199 223)}
	#header_menu > *:hover {box-shadow: none}

#header_menu .menu_bolumu .menu_baslik 
{
	background-image: url(images/ac-kapa-artema.png);
background-position: 98% 2px;
background-repeat: no-repeat;
	color: #fff;
	padding-right: 0;
	font-size: 18px;
}



#header_ust_div input[type='checkbox']
{
	display:none;
}

#header_ust_div input + .menu_icon + *
{
	display:none;
}
#header_ust_div input:checked + .menu_icon + *
{
	display:block;
}

#header_ust_div input:checked ~ .menu_icon
{
	
	background-position: -252px -26px;
	
}

#header_ust_div input:checked + .menu_icon + #header_menu_div  #header_menu { display:block; width:100%;}

#header_menu { display:none; width:100%;  left:auto; position:relative; right:0px;    }

#header_ust_div .menu_icon
{
	display:block;
	margin-top: 7px;
	z-index: 999999;
}





#header_menu .menu_baslik a { color:#fff; border-radius:3px; }
#header_menu .menu_baslik span { color:#fff; font-size: 18px;
width: 100%; }
.menu_bolumu
{
	display: inline-table;
	float: left;
	
padding-left: 0;
padding-right: 0;
margin: 0;
cursor: pointer;
height: 40px;
width: 100%;
text-align: left;
	text-indent: 50px;


}
	
.menu_bolumu:hover
{
background: #000;
}
	
.menu_baslik { background-image:none}

	
.cssmenu
{
	position:static; width:auto; margin-left: 0px; margin-top: 0px; padding-bottom: 5px; border-radius: 0px;
}

.cssmenu .liste_header, .cssmenu ul li, .cssmenu liste_footer {width:100%}
.cssmenu ul li {  }
.cssmenu li a { line-height: 35px !important; }


#header_menu a{ width:100%; padding:0px; text-align:left; font-size:18px !important;  }
#header_menu .tek_link { color: #fff;

padding-left: 0px;
padding-right: 0px;

	text-align: left;
	text-indent: 50px;

} 



h1 { font-size:24px }


#mcts1 { width: 88% !important;}


#kategori_detay .link { width:95%; font-size:18px; }


body { font-size:18px }
img { max-width:100%; height:auto}
#iletisim_formu {  }
.iletisim_textbox1, .iletisim_textarea1 { width:100%; box-sizing: border-box;}
.iletisim_formu_div { width:auto; border-radius:0px; font-size:17px }
.ac_kapa_div { display:none}




#footer_alt_div
{
	display: block;
	-moz-column-count: 2;
	column-count:2;
	width:100%;
}
.footer_menu_sutun
{
	width:auto;	
	display: inline-block;
	float:none;
}

.footer_menu_baslik, .footer_menu_baslik2
{
	font-size:16px;
}


.footer_menu_sutun a
{
    width: 100%;
	font-size:16px;
}

.footer_menu_sutun_sag {
    width: auto;
	float:none;
    font-size: 13px;
}

#footer_copyright
{
	font-size:13px;
	
}

#footer_copyright a
{
	font-size:13px
}


}
