/*HABERLER*/


.haberler_container { padding:20px 0px 70px 0px; margin-bottom: 30px}
.haberler_container h1 {text-align: left}
.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(2,1fr); grid-gap: 15px}
.haber_div {
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: 48% 52%; 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; overflow: hidden; height: 250px; }
.haber_div div img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.haber_div p { padding: 10px; text-align: left; margin-bottom: 20px }

.menu_bolumu {
    -webkit-tap-highlight-color: transparent; /* iOS/Android tarayicilar */
}

.menu_bolumu:hover .header_urunler_container {display: grid}

.header_urunler_container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px;
    padding-top: 70px;
	display: none;
	max-width: 1400px;
}

.header_urun_div {
    background-color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 4px;
	overflow: hidden
}

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


.header_urun_div:hover img {opacity: 0.9}

.header_urun_div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}


label {cursor: pointer}
p {margin-bottom: 20px; margin-top: 0px; }
p, li{line-height: 24px; text-align: justify; break-inside: avoid; margin-top: 10px}
ul{padding: 0 0 24px 17px; margin: 0;}
.kipkirmizibuton {padding: 10px;
    color: red;}
.kolon_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
	text-align: justify;
}

.kolon_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
	text-align: justify;
}


.foto_kolon_2 {display: flex; margin-bottom: 20px}
.foto_kolon_2 img {max-width: 50% !important}

/*ANASAYFA BANNER*/
.anasayfa_banner_container {
    background-color: #fff;
   
    margin: auto;
}

.anasayfa_banner_container:nth-of-type(4) {
    border-top-left-radius: 200px;
    margin-top: -200px;
    background-color: #fff;
    padding-top: 40px;
}

.anasayfa_banner_container:nth-of-type(4) img{width: 100%; max-width: none; border-radius: 10px}


.anasayfa_banner_container .div_980
{
	display: grid; 
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
	padding-top: 40px;
    padding-bottom: 20px;
	max-width: 1400px;
	margin: auto;
}

.anasayfa_banner_container .div_980 > div
{
	position: relative;
}

.anasayfa_banner_container .div_980 > div:hover img
{
opacity: 0.9;
}



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

.anasayfa_hakkimizda_container a:hover {

    background-color: #4b4239;

}

.anasayfa_banner_container img
{
	max-width: 100%; height: auto;   border-radius: 10px;
}

.anasayfa_banner_container span {
	line-height: 45px;
    color: #222;
    font-size: 17px;
    font-weight: 600;
	display: block;

}

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


/*Anasayfa Hakkimizda bölümü**/
.anasayfa_hakkimizda_container {
    background-color: #665e55;
	padding-left: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffffb0;
    font-size: 18px;
    background-image: url(images/anasayfa-bg-icon.webp);
    background-repeat: no-repeat;
    background-position: 17vw 309px;
    background-attachment: fixed;
    min-height: 500px;
    BACKGROUND-SIZE: 15vw;
 
}
.anasayfa_hakkimizda_container .div_980 {
    max-width: 800px;
    text-align: left;
}

.anasayfa_hakkimizda_container h1 {
    border: none;
    color: #fff;
    text-align: left;
    font-size: 30px;
}

.anasayfa_hakkimizda_container h1::first-letter
{
font-size: 100%
}

.anasayfa_hakkimizda_container a {
    border: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: auto;
    background-color: #95887a;
    padding: 10px;
	padding-bottom: 13px;
    border-radius: 3px;
   
    display: inline-block;
}

/***/



/*WHATSAPP POPUP*/
@keyframes alttan_cik {
  from {bottom: 0; opacity: 0;}
  to {bottom: 20px; opacity: 1}
}
#w_container {position: fixed; right: 20px; bottom: 20px; width: 320px; overflow: hidden; border-radius: 10px;  box-shadow: 0px 0px 10px 0px #9b9b9b82; z-index: 100; text-align: left; display: none;
animation-name:alttan_cik; animation-duration: 0.5s; }
#w_close {position: absolute; width: 30px; height: 30px; opacity: 0.4; right: 10px;  top: 10px; background-image: url(images/whatsapp_close.png); background-repeat: no-repeat; background-position: center; cursor: pointer}
#w_close:hover{opacity: 1}

.w_header{   background-color: rgb(22,57,112);
    background: linear-gradient(52deg, rgb(52 52 52) 37%, rgb(82 79 76) 72%, rgb(0 0 0 / 72%) 100%);
    padding: 24px 20px;
    color: #fff;
    display: grid;
    grid-template-columns: 72px auto;
	    line-height: 22px;
    align-items: center;
	}
.w_header span {display: block; font-size: 13px}	
	
.w_photo {position: relative; height: 52px; width: 52px;   }
.w_photo div {
    height: 50px;
    width: 50px;
    background-image: url(images/whatsapp_photo2.webp);
    background-size: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}
.w_photo span {  
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #008069}
	
.w_body {
    background-color: #efeae2;
    position: relative;
    overflow: auto;
    max-height: 260px;
	display: grid;
	padding-top: 25px
}	

.w_bg {
position: absolute; top:0; right: 0; bottom: 0; left: 0; opacity: 0.4; margin: auto;
background-image: url(images/whatsapp_bg.png);     padding: 20px 20px 20px 10px; height: 150px;
}

.w_bubble:before {    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;}

.w_bubble:nth-of-type(3)
{font-weight: 600; font-size: 14px; width: 60%; max-width: inherit;background-color: #fff}

.w_bubble {     padding: 7px 14px 6px;
    background-color: #ffffff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
	min-width: 166px;
    max-width: calc(100% - 166px);
    margin-left: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
	font-size: 15px;}
.w_bubble a {   
    background-repeat: no-repeat;
    padding: 5px;
    background-position: left;
    text-indent: 25px;
    display: block;
    line-height: 14px;
	color: #825422;
}
.w_bubble a:hover{color: #665e55}


.w_bubble a.email{ background-image: url(images/icons/mail.webp);}
.w_bubble a.download{ background-image: url(images/icons/download.webp);}
.w_bubble a.call{ background-image: url(images/icons/call.webp);}
.w_bubble a.app{ background-image: url(images/icons/app.webp);}

.w_bubble > b {   color: rgb(0 0 0 / 40%); font-size: 14px; line-height: 24px}	
.w_bubble p {margin: auto; line-height: 20px;}	
.w_bubble span {    display: block;
    text-align: right;
    font-size: 12px;
    opacity: 0.5;
  
    margin-right: -5px;
    line-height: 18px;}

.w_footer {   
   background: #fff;
   padding: 20px;
   }
.w_footer a {
 	display: block;
     border-radius: 30px;
    border: none;
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
	text-align: center;
    cursor: pointer;
    position: relative;
    padding: 14px;
    background-image: url(images/icon-whatsapp.svg);
    background-color: #665e55;
	
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 16px;
}

.w_footer a:hover {background-color: #01c11e}

#header_whatsapp
{
	opacity: 1;
	width: 25px;
    height: 25px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    padding: 15px;
    background-image: url(images/icon-whatsapp.svg);
    background-color: #01c11e;
    background-size: 30px;
    background-position: center;
	background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 0;
    margin-bottom: 5px;
    
	display: none;
	cursor: pointer;
}


/**/



/*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;
	height: 44px; top: 0;
}

.sticky + * {
    margin-top: 110px !important;
}


 .sticky { background-color: #fff;}

.sticky #header_ust_div {
    height: 44px; min-height: inherit !important;
    min-height: auto;
	padding: 0px 10px;
}
.sticky .header_blur {display: none}





.sticky #header_logo {
    height: 42px;
    top: 1px;
    width: 220px;
    background-size: contain;
    left: 60px;
    /* margin: auto; */
    right: auto;
}

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

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

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


/**/

/*ANASAYFA HEADER*/



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

 #header_menu .menu_baslik a:hover{
    color: #222 !important;
    background-color: #fff;
    border-radius: 3px;
}






 .callbacks .div_980
{
    background-color:rgb(56 50 21 / 50%) !important;
    width: 100%; max-width: 100%;
}




/**/


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

#anasayfa #header_ust_div {position: absolute}
#anasayfa .tek_link {color: #fff}
#anasayfa .menu_baslik {color: #fff; background-image: url(images/asagi_ok2.png);}
#anasayfa .header_sosyal a {filter: invert(1)}
#anasayfa .sag_blok span{color: #000; background-color: #fff}
#anasayfa #header_logo {filter: brightness(7); margin-left: 30px}
#anasayfa header {border: none}

#anasayfa .sticky + * { margin-top: 0px !important;}
#anasayfa .sticky #header_logo {filter: none}
#anasayfa .sticky .tek_link {color: #222}
#anasayfa .sticky  .menu_baslik {color: #222; background-image: url(images/asagi_ok.png);}
#anasayfa .sticky .header_sosyal a {filter: none}
#anasayfa .sticky .sag_blok span {background-color: #000; color: #fff}


header 
{
	position: relative; z-index: 400; border-bottom: 1px solid #eee;
}





#header_ust_div {
    min-height: 110px;
    z-index: 9;	
    left: 0;
    right: 0;
    width: 100%;
	
	display: grid;
	grid-template-columns: 400px auto 130px;
	grid-column-gap: 20px;
	margin: auto;
    box-sizing: border-box;
	padding: 10px 30px;
}



#header_logo {
    width: 395px;
    height: 93px;
 
    background-image: url(images/gizem-omeroglu-logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    top: 10px;
    
}

#header_logo.en
{
    background-image: url(images/gizem-omeroglu-logo-en.webp);   
}


#header_logo.beyaz { background-image: url(images/.webp);}



#header_logo:hover
{
	opacity:0.9; filter:alpha(opacity=90); 
}

.header_sosyal {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 6px;
	margin-right: 6px;
	
}

.header_sosyal a{
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: cover;
}

.header_sosyal .facebook {background-image: url(images/icons/facebook.png); }
.header_sosyal .linkedin {background-image: url(images/icons/linkedin.png); }
.header_sosyal .doktor-takvimi {background-image: url(images/icons/doktor-takvimi.png); }
.header_sosyal .instagram {background-image: url(images/icons/instagram.png);}



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

.sag_blok .dil_secenekleri
{
	position: relative
}

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

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

.diller a {
    width: 350px;
    height: 40px;
    display: inline-block;
    background-color: #ffe8cf;
    border-radius: 5px;
    margin: 2px;
    text-align: center;
    line-height: 40px;
    opacity: 1 !important;
}

.sag_blok span {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    padding: 3px;
    margin-right: 3px;
    box-sizing: border-box;
    border-radius: 8px;
}
.sag_blok span, .sag_blok a {opacity: 0.7}
.sag_blok span:hover, .sag_blok a:hover {opacity: 1}





/*ANASAYFA ÜRÜNLER*/
.anasayfa_listeler_container {
    padding-bottom: 50px;
    padding-top: 7px;
   
}
.anasayfa_listeler_container .anasayfa_listeler
{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-column-gap:0.8vw;
	grid-row-gap: 0.8vw;
	margin: auto;
}
.anasayfa_listeler_container .anasayfa_listeler > div {
	    background-color: #fff;
	padding: 30px;
    color: #665e55;
    font-size: 17px;
    position: relative;
    min-height: 110px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9; border-radius: 10px; font-weight: 600; }

.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 {
    filter: grayscale(1);
    box-shadow: 0px 0px 12px #0000001f;
}
.anasayfa_listeler_container img {
    max-width: 130px;
    opacity: 1;
    display: block;
    margin: auto;
}


.anasayfa_urunler_container {padding-bottom: 20px}
.anasayfa_urunler_container .div_980
{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap:0.8vw;
	grid-row-gap: 0.8vw;
	margin: auto;
}

.anasayfa_urunler_container .div_980 > div {padding: 30px;  color: #1d1d1b; background-color: #eee; font-size: 18px; position: relative; min-height: 110px;    box-sizing: border-box; border-radius: 10px;}
.anasayfa_urunler_container .div_980 > div:hover {background-color: aliceblue} 
.anasayfa_urunler_container .div_980  a {position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;} 
	
.anasayfa_urunler_container .div_980 span{
position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 24px; padding: 3px;
}

















.referanslar_div
{
	    float: left;
    margin: 6px;
    padding: 5px;
    height: 185px;
    width: 232px;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    margin-bottom: 6px;
}

.referanslar_div:hover
{
	border-color: #ffe1d1; 
}

.referanslar_logo_div
{
	    display: block;
    height: 137px;
    overflow: hidden;
    border: solid 1px #fff;
    position: relative;
}

.referanslar_logo_div img
{
	position:absolute;  max-height:120px; max-width:140px !important; margin: auto;  top: 0; left: 0; right: 0; bottom: 0; 
}

.referanslar_aciklama
{
	text-align:center;
	color: #666666;
	margin-top: 7px;
}












.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: 1px solid rgb(238, 238, 238);   max-width: 100% !important; width: 100%; 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; width: auto;}

table tr:nth-child(1) {
    background-color: #d5d5d5 !important;
    font-size: 90%;
    font-weight: bold;
}
table tr:nth-child(even) { background-color:#fff; }
table tr:nth-child(odd){ background-color:#F0F0F0;  }

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





/**/

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

#email_formu
{
	padding:10px;
}

#email_formu span
{
	display:block;
}

#email_formu input[type=text]
{
	padding:10px;
	width:300px;
	border:1px solid #ccc;
	background-color:#eee;
}

#email_formu input[type=submit]
{
	padding:10px;
	border:1px solid #ccc;
	background-color:#333;
	color:#fff;
}



html {scroll-behavior: smooth;}

body {
	margin: 0px;
	
	font-family: 'Plus Jakarta Sans', sans-serif;
	background-color:#fff;
	color: #222;
	font-size:16px;

		
}

::selection {
	background: #665e55; /* Safari */
	color:#ffffff;
	}
::-moz-selection {
	background: #665e55; /* 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:#000; font-size:28px; font-weight:600; clear:both; }


h1::first-letter {
    font-size: 140%;
}	
h2 { color:#111;   font-size:22px;  font-weight:800;
clear:both; 
display: inline;

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



}

h3 {
    font-size: 16px;
    font-weight: 600;
    clear: both;
	margin: auto; margin-bottom: 10px;
	 border-bottom: 1px solid #825422;
    display: inline-block;
    padding: 6px 0px;
	
	}

h4 a { background-color:#0052af; color: #fff; border: none; border-radius: 5px; padding: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: #f1e9e2;

text-align: left;

z-index: 3;


}

#footer_div .div_980
{
  margin: auto;
   font-size:15px; 
   color:#eee; position:relative;
       display: grid;
    grid-template-columns: repeat(5,1fr);
	grid-gap:30px; 
}

#footer_div .div_980 > div
{
	width:100%; padding-top:15px; padding-bottom:15px;   min-height:140px; line-height: 20px;  color:#ccc;
}

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

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

}

#footer_div .div_980 > div > h3
{
color: #825422;
margin-bottom: 10px;
font-size: 15px;
font-weight: 700;
margin-top: 40px;
display: block;
}

.footer_imza {width: 100%; padding-top: 50px; padding-bottom: 50px; background-color: #fff; }
.footer_imza .imza_div_980 {display: grid; grid-template-columns: 50% 50%; max-width: 1400px; margin: auto; text-align: left}

.footer_imza .imza
{
	
	display: grid;
	grid-template-columns: 418px auto; margin: auto;
}

.footer_imza .imza img {padding: 30px 30px 30px 0px; margin: auto;}

.footer_imza .imza > div
{
	border-left: 1px solid #ccc; padding-left: 30px; display: grid; margin: auto;
}

.footer_imza .imza a {
    display: grid;
    margin-bottom: 10px;
    max-width: 300px;
    grid-template-columns: 36px auto;
}

.footer_imza .imza a::before {
    content: "";
   background-color: #665e55;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    text-indent: -9999px;
    
    background-size: 100%;
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:center;
	margin-top: 1px;
    
}

.f_email::before{   -webkit-mask-image: url(images/icon-e-mail.svg);     -webkit-mask-size: 20px; width: 24px;    height: 24px; }
.f_telefon::before{ -webkit-mask-image: url(images/icon-dialog.svg);   -webkit-mask-size: 24px;  width: 24px;    height: 24px;}
.f_adres::before{ -webkit-mask-image: url(images/icon-location.svg);   -webkit-mask-size: 24px;  width: 24px;    height: 24px;}



.footer_sosyal {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 5px;
	width: 236px;
	margin: auto;
}

.footer_sosyal a{
	width: 40px;
	height: 40px;
	background-image: url(images/icons/social.webp?v=3);
	background-repeat: no-repeat;
	border-radius: 10px;
}

.footer_sosyal .linkedin {background-position: left  0px}
.footer_sosyal .instagram {background-position: -42px 0px}
.footer_sosyal .twitter {background-position: -83px  0px}
.footer_sosyal .facebook {background-position: -125px  0px}
.footer_sosyal .youtube {background-position: -166px  0px}
.footer_sosyal .kariyer {background-position: -294px  0px; width: 100px}



#footer_copyright
{
position: relative;
	background-color: #E2E2E2;
    color: #999;
    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:#aaa; position: absolute; right: 10px
}






.footer_menu_sutun_sag
{
	width:100%; padding-top:15px; padding-bottom:15px; padding-left:10px; padding-right:10px; float:right;
	line-height: 20px;  color:#ccc;
}

.footer_menu_sutun_sag a
{
	width:80%; padding-top:4px; padding-bottom:2px; color:#ccc;  margin-bottom:1px;  display:inline-block; border-bottom:dotted 1px #999999;
}

	


.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_liste_menu {
    position: absolute;
    background-color: #fff;
    width: 750px;
	height: 240px;
   
    display: none;
    margin: auto;
    left: 0;
    right: 0;
    padding: 30px;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 10px;
	
}

.header_liste_menu  > div
{
	 display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3px;
    grid-row-gap: 5px;
	grid-template-rows: 100px;
}

.header_liste_menu h2
{
	color: #0aa5df;
	grid-column-start: 1;
    grid-column-end: 4;
	padding: 0;
	font-weight: 400;
	font-size: 20px;
}


.header_liste_menu a
{
	position: absolute; 
	top: 0; right: 0; left: 0; bottom: 0;
	z-index: 2;
}

.header_liste_menu  div
{
	position: relative;
}

.header_liste_menu div div div 
{
	display: grid;
	grid-template-columns: 33% 67%;
	text-align: left;
	font-size: 15px;
	margin-bottom: 20px;
	
}


.header_liste_menu div div:hover img
{
	max-width: 100%;
}

.header_liste_menu div div:hover span
{
	font-weight: 600;
}



.header_liste_menu span {
    border-bottom: 1px solid #dbdbdb;
    line-height: 75px;
    height: 54px;
    font-size: 16px;
    
    color: #333;
}

.header_liste_menu img
{
	max-width: 100%; height: auto;
	-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; 
}



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

    opacity: 1.0;

    display: block;
	z-index: 2;
}
#header_menu
{
	     
    
    font-weight: 400;
    color: #333;

    float: right;
    display: inline-table;

    margin: auto;


}

.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-size:15px; font-weight:600;   	 
	
	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; 


}



.tek_link
{
	font-size:16px; 
	background-color:transparent; 
	color:#222; 
	padding-left:15px;	padding-right:15px; 
	line-height: 38px;

}


.tek_link:hover
{
	border-bottom: 1px solid
}

.farkli_link {
    background-color: #665e55;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 10px;
}



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

}

.menu_bolumu:hover
{
	border-bottom: 1px solid #000
}

.menu_bolumu:hover .cssmenu {display: block}










.menu_baslik {
    padding-right: 17px;
    background-image: url(images/asagi_ok.png);
    background-position: right 19px;
    background-repeat: no-repeat;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
	cursor: pointer;
}



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




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




#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:-1px;
  padding: 0px; 
   margin-left:-19px; 

  clear:both; display:none;	position:absolute; 
  width:280px; height:auto; 
  z-index:2;
      border: 1px solid #ccc;

}

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


	
}

.cssmenu a:hover
{
	 z-index:99999; 
}



.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:has(> ul){
background-image: url(images/sag_ok.png);
background-repeat: no-repeat;
background-position: 95%;
}



.cssmenu ul ul {
  margin-left:280px;
  margin-top:0px;
}
.cssmenu ul ul a {

}
.cssmenu ul ul ul {
  margin-left:0px;
  left: 100%;
}
.cssmenu li {
  float: left;
  padding: 0px 5px 0px 5px;
}

.cssmenu li a {
  color: #333;
  display: block;


  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
width: 100%;

}

.cssmenu li:hover {
  background-color: #eee;
  background-repeat:no-repeat;

  
}

.cssmenu li ul {
    display: none;
    height: auto;
    position: absolute;
    z-index: 200;
    width: 238px;
    border: 1px solid #ccc;
}
.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:100%; margin: auto; box-sizing: border-box; max-width: 1400px
}

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

.div_750_inner_container
{
	    display: grid;
    grid-template-columns:55% 27% 17%;
    grid-column-gap: 1%;
	margin-bottom: 30px;
	text-align: left;
	padding-top: 10px;
}

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



.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 }
iframe {max-width: 100%}

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

#urun_download a {
    display: inline-block;
    background-color: #665e55;
    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 BG BACKGROUND */

.bg {
    position: relative;
	background-color: #666;
	
}



.bg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
   filter: brightness(0.9);
    width: 100%;
	
	-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;
}

.bg img:hover {

   filter: none;
  
}

.bg_img_div {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;


}






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

.float_right {float: right; margin-left: 20px; margin-bottom: 20px; width: 50%;}



.urun_detay_container img
{
	max-width: 100%; height: auto;  border: 1px solid #eee;  box-sizing: border-box;
}

.sayfa_container img
{
	max-width: 100%; height: auto;  box-sizing: border-box;
}



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



/*ANASAYFA SLAYT*/

#slayt_bg {
  

    overflow: hidden;
}

.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%;
	
  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;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 44px;
	z-index: 2;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-table;
	max-width: 450px;
	box-sizing: border-box;
	line-height: normal;
	border-bottom: 2px solid #fff;
	color: #fff;
	text-align: center;
	letter-spacing: 0px;
}


.callbacks .div_p p {line-height: normal; text-align: center}




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


.callbacks li span
{
	color: #fff;
	    font-size: 20px;
    display: block;
    margin-bottom: 5px;
	margin-top:10px;

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

}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
max-width: 1904px;
  border: 0;
  float:right;
	animation-duration: 8s;
	animation-timing-function: cubic-bezier(0, 1.7, 0, 1);
  }














/*BITER  Anasayfa - Duyurular*/ 

.anasayfa_part1
{
	background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.anasayfa_part1 .div_980
{
	    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
	max-width: 100%;
	grid-template-rows: 333px 333px;
}

.anasayfa_part1 .div_980 img
{
	filter: grayscale(1);	
	-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; 
}

.anasayfa_part1 .div_980 span {
    display: table;
    background-color: #37639599;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 316px;
	font-size: 20px;
		-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; 
    
}

.anasayfa_part1 .div_980 div
{
	    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.anasayfa_part1 .div_980 div:hover span
{
	 height: 30px;
    top: 0;
    line-height: 60px;
}

.anasayfa_part1 .div_980 div:hover img
{
	filter: none;
}

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




/* BASLAR Iletisim Sayfasi*/

.icon_location 
{
	background-color: #665e55;
    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: 4px;
}

.icon_telephone 
{
	background-color: #665e55;
    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: 4px;
}

.icon_fax
{
	background-color: #665e55;
    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: 4px;
}

.icon_dialog
{
	background-color: #665e55;
    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;
	    margin-top: 4px;
}

.icon_email
{
	background-color: #665e55;
    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-mail.svg);
    -webkit-mask-size: 20px;
	    margin-top: 4px;
}


.icon_more {
    background-color: #575756;
    background-repeat: no-repeat;
    background-position: 50px;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 45px;
    -webkit-mask-position-x: -8px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-more.svg);
    -webkit-mask-size: 50px;
	    margin-top: 4px;
}



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

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

/* 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: #665e55 ; 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 #665e55;
    color: #665e55;
    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;

text-align:left;
font-weight: 600;	
}

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




.iletisim_textbox1
{
	border: 1px solid #d4d4d4;
    color: #666666;
    padding: 10px;
    width: 284px;
}	

.iletisim_textarea1
{
	border: 1px solid #d4d4d4;
    background-color: #FFFFFF;
    color: #333;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}	

.iletisim_textbox1:focus, .iletisim_textarea1:focus
{
	background-color:#333; color:#fff;	
}


.iletisim_buton
{
	width:100px; height:35px; border-radius:3px; cursor:pointer; border:none;  color:#FFFFFF; font-size:13px; background-color:#333
}	




/* 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: #825422;
    padding: 12px;
    padding-left: 18px;
    box-sizing: border-box;

    background-image: url(images/asagi_ok.png);
    background-repeat: no-repeat;
    background-position: 5px;
}

.sd_menu_header2 { 
    background-color: #665e55;
    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 {  
    border-radius: 10px;
    overflow: hidden;
	margin-right: 25px;
   text-align: left;
    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;

    }
.sd_menu_div2 {    
	position: relative;
box-sizing: border-box;
    background-color: #665e55;
    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
{
   
	background-color:#f1e9e2; 
}

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

.sd_menu_div:hover { background-color:#ebeef3; padding-top:10px;  }
.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%;

    box-sizing: border-box;



   
}
.urun_div span {
    display: block;
    padding: 15px 10px ;
	font-weight: 700;
	font-size: 18px; 
}
.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;

width: 100%;
max-height: 100%;
 height: auto;
z-index: 0;
	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_div p
{ 
    line-height: normal;
	display: block;
    width: 100%;
    color: #005578;
    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;

}

.haber_buyuk_resim_a
{
	 position: relative;
    display: flex;
    overflow: hidden;
	text-align: center;
	height: 440px;
}

.haber_buyuk_resim_a img
{
    max-width: 100%;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
	position: absolute;
}


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

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


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

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


	display: flex;
	
}

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

    right: 0;
  
}

.urun_menu {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.urun_menu a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    background-repeat: no-repeat;
    padding-top: 7px;
    line-height: 32px;
    cursor: pointer;
    background-size: 40px;
    margin-bottom: 14px;
    text-indent: 48px;
}
.urun_menu a.fiyat_teklifi{ background-image: url(images/icons/002-copy-writing.png);}
.urun_menu a.iletisim{ background-image: url(images/icons/003-contact-mail.png);}
.urun_menu a.whatsapp{ background-image: url(images/icons/004-whatsapp.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;
}

.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: #665e55; 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%;}


.daha_fazla_foto_yukle
{
	    cursor: pointer;
    text-align: center;
    width: 111px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    font-size: 14px;
    border-radius: 5px;
    margin: auto;
    color: #666;
}

.daha_fazla_foto_yukle:hover{
background-color: #333; color: #fff;
}




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

.breadcrumps .div_980 {

    text-align: left; margin: auto;
}

.breadcrumps a
{
	 color:#1e3964; 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: 230px;
    grid-gap: 10px;
}


.galeri_div
{
  position: relative;
	overflow: hidden;
	border-radius: 5px;
   
}

.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:257px; height:167px; position:relative;
}

.video_div a {  z-index:-1;}
.video_div a:hover {  z-index:1;}

.video_img_div
{
	 width:250px; height:160px; overflow:hidden; 
}

.video_play_div
{
	position:absolute; background-image:url(images/video_play.png); background-position:center; background-repeat:no-repeat;
	width:250px; height:160px;
  opacity: 0.8;
}

.video_play_div:hover
{
	opacity: 0; 
}

.video_img_div img
{
	
	max-width:250px; border:none; 

}

.video_aciklama
{
	width:250px; height:50px;
	font-size:13px;
}

.video_play_div
{
	
}

.img_div {overflow:hidden; margin-bottom: 4px; }


@media only screen and (min-width: 1501px) and (max-width: 7000px) 
{
	.anasayfa_hakkimizda_container { background-position: 11vw 309px;}
	.galeri_ana_container > div {      grid-template-columns: repeat(4,1fr);    grid-gap: 20px;   	}
	.callbacks li > div > div {background: none !important}

}

@media only screen and (min-width: 1351px) and (max-width: 1500px) 
{
	.anasayfa_hakkimizda_container { background-position: 9vw 309px;}
	.galeri_container { grid-auto-rows: 180px;  grid-gap: 10px;}	
	.div_750_inner_container h1 {font-size: 29px}

	.callbacks .div_p {font-size: 60px; line-height: normal; }
	.callbacks .div_p2 {    font-size: 28px;    height: 82px;}
	
	.sag_blok .search_div input:focus, .sag_blok .search_div:hover input {width: 220px}

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

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


@media only screen and (min-width: 1240px) and (max-width: 1350px) 
{
	.anasayfa_hakkimizda_container { background-position: 7vw 309px;}
	#header_ust_div {grid-template-columns: 380px auto 130px; padding: 10px}
	.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}

	#header_logo {width: 350px; background-size: 100%}
	.sag_blok .search_div input {width: 160px}
	.sag_blok .search_div input:focus, .sag_blok .search_div:hover input {width: 180px}
	
	.callbacks .div_p2 {    font-size: 24px;    height: 78px;}
	
	.galeri_ana_container > div {      grid-template-columns: repeat(4,1fr);    grid-gap: 20px;   	}


	.callbacks .div_p {font-size: 50px; line-height: normal; }

	.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) 
{
	.bg_img_div {height: 250px}
	
	.anasayfa_hakkimizda_container { background-position: 5vw 309px;}
	#header_ust_div {grid-template-columns: 260px auto 130px; padding: 10px}
	#header_logo {width: 250px; background-size: 100%}
	#anasayfa #header_logo {margin-left: 10px}
	.sag_blok .search_div input:focus, .sag_blok .search_div:hover input {width: 130px}
	.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}

	.menu_baslik {font-size: 14px}
	.sag_blok .search_div input {width: 120px}
	.sag_blok .search_div input:focus { width: 130px;}
	.sd_menu_div {font-size: 14px}
	
	.callbacks .div_p2 {    font-size: 20px;    height: 70px;}
	
	.urunler_container {grid-template-columns: repeat(3,1fr)}

	.urun_div span {font-size: 14px}

	
	.callbacks .div_p {font-size: 40px; line-height: normal; }
	#header_menu a {font-size: 14px}
	#header_menu  .tek_link {font-size: 14px; padding-left: 12px; padding-right: 12px;}
	#header_menu .farkli_link {margin-left: 5px;}
	
	.menu_bolumu {padding-right: 2px}


	
	.sayfa_container {grid-template-columns: 25% auto}
	
	.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) 
{
	.flickity-page-dots .dot
	{
		width: 6px !important;
		height: 6px !important;
		margin: 0 2px !important;
	}

	
	.div_980 {width: 95%}
	.bg {background:none}
	.bg_img_div {height:auto}
	.bg img {position: relative}
	.float_right {float: none; margin: 0; width: 100%;}
	
	.sayfa_container > div {grid-template-columns: 100%}
	
	#anasayfa #header_logo {filter: none; margin-left: auto}
	#anasayfa .header_sosyal a {filter: none}
	#anasayfa .sag_blok span {color: #fff; background-color: #000}
	#anasayfa .sticky + * { margin-top: 150px !important;}
	#anasayfa .sticky .tek_link {color: #fff}
	
	.cssmenu {
		display: block;
		width: 100%;
		position: relative;
		margin-left: auto;
		border: none;
	}
	.cssmenu a {padding-left: 0px; padding-right: 5px}
	.cssmenu li ul {position: inherit; display: block; width: 100%; margin-left: 0px; box-sizing: border-box}
	.cssmenu ul ul li {padding-left: 30px; box-sizing: border-box}
	
	
	

	.menu_bolumu:hover .menu_baslik 
	{    color: #fff !important;  }
	.menu_bolumu:hover {border-radius: 0; background-color: inherit}
	
	#header_menu .menu_baslik a:hover 
	{
    color: #fff;
    background-color: #222;
    border-radius: 0;
	}
	.anasayfa_banner_container {padding: 0}

	

	header {height:  150px;}
	.header_blur {display: none}
	.anasayfa_banner_container .div_980 {grid-template-columns: repeat(2,1fr)}
	.anasayfa_hakkimizda_container {
    background-attachment: local;
    background-size: 166px;
    background-position: 28vw 33px;
    padding: 200px 40px 100px 40px;
    border-radius: 0;
		min-height: 0;
}
	.anasayfa_banner_container:nth-of-type(4) { margin-top: 0;padding-top: 0px; }
	
	
	.sticky{position: fixed}
	.sticky + * { margin-top: 151px !important}

	
	.sticky #header_logo {
    height: 42px;
    top: 1px;
    width: 48px;
    background-size: cover;
    background-position: left;
    margin-top: 0px;
     left: 0px; 
     right: 0px; 
}
	.sticky #header_ust_div .menu_icon {   margin-top: 7px;}
	
	
	.sag_blok .search_div input:focus {width: 120px}
	
	
	
	.callbacks .div_980 {
    background-color:#313d50  !important;
		min-height: 130px
	}
	
	
	
	.footer_imza .imza_div_980, .footer_imza .imza {grid-template-columns: 100%}
	.footer_sosyal { margin-top: 50px;}
	
.menu_bolumu:hover .cssmenu
{
	display: none
}
	p, li {text-align: inherit}	
	
.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%; }
.anasayfa_part1 .div_980 {    grid-template-columns: repeat(2,1fr);    grid-template-rows: 150px 150px 150px;   grid-gap: 5px;}	
.anasayfa_part1 .div_980 span {line-height: 150px;    font-size: 16px;}	
.anasayfa_listeler_container img {max-width: 100px}	
.video_container {grid-template-columns: 100%}


#w_container {width: 300px}
#header_whatsapp  {   width: 30px;
    height: 30px;
    background-size: 40px;
    right: 10px;
    bottom: 10px; }
	
.urun_menu {display: grid;  grid-gap: 20px; margin-bottom: 0}	
.sayfa_galeri_container {    grid-template-columns: 100%; }


.kolon_2 {column-count: auto}
.kolon_3 {column-count: auto}	
.foto_kolon_2 {display: grid; }
.foto_kolon_2 img {max-width: 100% !important}

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

.sag_blok
{

margin-top:0px; 
position: absolute;
top: 3px;
right: 3px;
	z-index: 10;
}
	
.sag_blok .search_div input {width: 21px; background-position:50%; background-color: #fff;}	
.sag_blok .search_div input:focus {background-position:93%}		
#results
{
    position: fixed;
    inset: 41px 0px 0px;
	overflow: scroll;
}	
	.anasayfa_urunler_container .div_980 {grid-template-columns: 100%; grid-column-gap: 0}
	.anasayfa_part2 .div_980, .anasayfa_part3 .div_980 {grid-template-columns: 100%; grid-column-gap: 0}
	#footer_div .div_980 {grid-template-columns: repeat(2,1fr); padding: 0px 10px}
	#footer_div .div_980 > div > h3 {margin-top: 20px}
	.footer_imza .imza > div {
    border-top: 1px solid #ccc;
	border-left: 0px;


    padding-top: 15px;
}
	.footer_imza .imza img {
    padding: 0px 30px 30px 30px;
    max-width: 81%;
}
	
	
	.urun_uzun_aciklama {    grid-column-start: 1;
    grid-column-end: 1;}
	
.callbacks .div_p {
		position: relative;
		transform: none;
		left: auto;
		top: auto;
		font-size: 33px;
		max-width: 90%;
		padding-top: 20px;
		margin-top: 0px;
		box-sizing: border-box;
		height: 100px;
		border-bottom: 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: #665e55 !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: 26px; 
	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;

  }

	
.callbacks li a {position: fixed}
	
	


	

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




	.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: repeat(2,1fr);   }
	
	
	

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


	
	
	.urun_buyuk_resim_a {height: auto;
    width: 100%;
    padding: 0;}
	.urun_kucuk_resim_a {width: 48%}
	
	
	#slayt_bg { border-radius: 0px}
	

.urun_div { width:100%; height: auto;  }	



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





h4 { font-size:20px}

iframe {max-width:100%;  }

.sayfa_container {grid-template-columns: 100%; 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
}



.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 { margin: auto; width: 100%; display: block}


#header_dil_secenegi { display:none }

#header_logo {
    margin: auto;
    margin-top: 56px;
    margin-bottom: 0px;
    position: absolute;
    width: 300px;
    background-size: 100%;
    height: 66px;
    left: 0;
    right: 0;
    background-position: top;
}
#header_logo:hover {margin-left: auto;}



#header_menu_div {


    width: 100%; height: 100%;
    position: fixed;
overflow: scroll;
    background-color: #746B61;
    z-index: 99;
    padding-top: 50px;
	box-sizing: border-box;
    margin-top: -10px;
	left: 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; 
	
	}
	#header_menu > * {border-bottom: 1px solid #665e55;}

#header_menu .menu_bolumu .menu_baslik 
{
	background-image: url(images/ac-kapa-artema.png) !important;
background-position: 98% 5px ;
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: -256px -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: 0px;
	z-index: 100;
}





#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: 40px;


}
	

	
	
	
.menu_baslik { background-image:none}


	



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

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

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

} 

.farkli_link {margin-left: 0px}


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
}


}
