/*ÜYE PANELI*/

.button2
{
	padding: 10px; 
	padding-left: 15px; 
	padding-right: 15px; 
	background-color: #154B84; 
	color: #fff !important;
	text-align: center;
	border-radius: 3px; 
	display: inline-block; 
	margin-right: 5px; 
	line-height: 18px;
	cursor: pointer
}

.button2:hover 
{
	background-color: #0D3968;
}

.button3
{
	padding: 10px; 
	padding-left: 15px; 
	padding-right: 15px; 
	background-color: #0563C7; 
	color: #fff !important;
	text-align: center;
	border-radius: 3px; 
	display: inline-block; 
	margin-right: 5px; 
	line-height: 18px;
	cursor: pointer
}

.button3:hover 
{
	background-color: #0058B5;
}

/**/

/*ÜYE BASVURU FORMU*/

.basvuru_div
{
  position: relative;
  margin-bottom: 30px;
	text-align:left;
	max-width: 500px;
}

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

.basvuru_div a {font-weight: 700}

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

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


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

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

.basvuru_div textarea::placeholder
{
	
}


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

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

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

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


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

 .basvuru_div input[type="number"]:focus {
	background-color:#fff; color:#000;	
}


.basvuru_div em 
{
font-size: 14px; display: block; margin-bottom: 4px;
}

.basvuru_div em + *
{
margin-bottom: 14px !important
}



/**/



/*üye menü*/
.uye_menu_logo
{
	padding-top: 20px; margin-bottom: 30px; text-align: left; text-indent: 20px
}


.uye_menu_div 
{   
	position: fixed; width: 280px;
	background-color: #2e3951;
    height: 100%;
}


.uye_menu_div a {
    padding: 12px;
    border-bottom: 1px solid #3a4a6e;
    color: #e3e3e3;
    text-align: left;
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-indent: 30px;
    background-repeat: no-repeat;
    background-position: 13px 12px;
	position: relative;
}
.uye_menu_div a:hover
{
	background-color: #222; color: #fff;
}	

.icon1 {background-image:url("admin/images/icons/icon1.png") }
.icon2 {background-image:url("admin/images/icons/icon2.png") }
.icon3 {background-image:url("admin/images/icons/icon3.png") }
.icon4 {background-image:url("admin/images/icons/icon4.png") }
.icon5 {background-image:url("admin/images/icons/icon5.png") }
.icon6 {background-image:url("admin/images/icons/icon6.png") }
.icon7 {background-image:url("admin/images/icons/icon7.png") }
.icon8 {background-image:url("admin/images/icons/icon8.png") }
.icon9 {background-image:url("admin/images/icons/icon9.png") }
.icon10 {background-image:url("admin/images/icons/icon10.png") }
.icon11 {background-image:url("admin/images/icons/icon11.png") }
.icon12 {background-image:url("admin/images/icons/icon12.png") }
.icon13 {background-image:url("admin/images/icons/icon13.png") }

.sayfa_container {
    display: grid;
    grid-template-columns: 280px auto;
    grid-column-gap: 50px;
    max-width: 1600px;
    padding-right: 20px;
	padding-bottom: 150px;
}

.sayfa_container h1
{
	text-align: left; font-size: 28px
}

.ust_taraf 
{
	display: grid;
    grid-template-columns: auto auto;
	text-align: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.button_ekle {
    background-color: #396bbb;
    display: inline-block;
    width: auto;
    margin: 0 auto auto 0;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

 .button_ekle:hover
{
	 background-color: #2B64BF;	
}

.ust_taraf form 
{
	display: inline-block;
	text-align: right
}

/*YONETIM PANELI*/
.yonetim_paneli
{ 
	display: grid; 
	grid-template-columns: 24% 24% 24% 24%;
	grid-column-gap: 1.33%;
	grid-row-gap: 20px;
	margin-top: 20px
}

.yonetim_paneli div
{
	height: 200px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
}


/**/


/*TABLE*/
.table_class { border: 1px solid rgb(238, 238, 238); font-size:14px;}
.table_class a {
   
  
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    width: 100%;

	font-weight:600;
}
.table_class a:hover {color:#004fcd;}


.table_class td { border-bottom: dotted rgb(238, 238, 238); border-width: thin; padding: 5px !important}
.tr_class0 { background-color:#faf9f9; }
.tr_class1 { background-color:#fff; }
.tr_class2 { background-color: rgba(0, 0, 0, 0.06);

    font-size: 13px;
    color: #7b7b7b; }
.tr_class_red {     background-color: rgba(255, 0, 0, 0.14); }	
	
.tr_class0:hover, .tr_class1:hover
{
	background-color:#eee; 
}

.td_aktif { width: 11px;
    height: 11px;
    background-color: #78e4ac;

    border-radius: 19px;}
.td_pasif { width: 11px;
    height: 11px;
    background-color: #ddd;

    border-radius: 19px; }
.td_duzenle {  background-color: rgba(0,0,0,0.00) !important;  background-image:url(admin/images/edit.png); width:16px !important; height:16px; background-repeat:no-repeat; display: block; border:none !important}
.td_sil { background-color: rgba(0,0,0,0.00) !important;background-image:url(admin/images/delete_icon.png); width:16px !important; height:16px; background-repeat:no-repeat; display: block; border:none !important}

/**/



/*FORM*/
input[type=text], input[type=password]  {
    border: solid 1px #999999;
    background-color: #DDD;
    width: 250px;
    padding: 10px;
    font-size: 14px;
    color: #333333;
    border-radius: 3px;}

input[type=text].textbox2 {
    border: solid 1px #999999;
    background-color: #DDD;
    width: 70px;
    padding: 10px;
    font-size: 14px;
    color: #333333;
    border-radius: 3px;}

.textbox_hayir
{
background-color: #FFDBDB !important;
}

.textbox_evet
{
background-color: #e8ffec !important;
}

textarea {
font-size: 14px;
    border: solid 1px #999999;
    background-color: #dddd;
    height: 180px;
    width: 272px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

textarea.textarea2 {
font-size: 14px;
    border: solid 1px #999999;
    background-color: #dddd;
    height: 64px;
    width: 272px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

select{    color: #333333;
    border: solid 1px #999999;
    background-color: #DDD;
    width: 272px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;}
	
select.select2{    color: #333333;
    border: solid 1px #999999;
    background-color: #DDD;
    width: 372px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;}	

label {cursor: pointer}

input[type=submit] {
    padding:10px 40px; 
    background-color:#2e3951; 
	color: #fff;
    
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}


/**/

/**/



.kullanici {
    background-image: url(images/user.png);
    background-repeat: no-repeat;
    background-position: 8px 5px;
    background-color: #5880c0;
    width: 140px;
    height: 35px;
    right: 5px;
    font-size: 14px;
    margin-top: 60px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
}

.kp {
    text-indent: 37px;
    line-height: 35px;
    text-align: left;
    color: #fff;
}

.kullanici:hover{
background-color: #164194;
}



.kullanici > a
{
  width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}


.kullanici .kullanici_menu{
    position: absolute;
	display: none;
    margin-top: 36px;
    background-color: #f6f6f6;
    width: 200px;
    border: 1px solid #ccc;
    right: 0;
    border-radius: 3px;
	z-index: 9;

}



 .kullanici .kullanici_menu a
{
    display: block;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.kullanici .kullanici_menu a:hover
{
	background-color: #fff;
}


/**/
.uye_ol_giris_yap_body
{
	background-color:#fafafa;
	background-image: url(images/uye-ol-bg.webp); 
	background-size: contain;

}
.uye_ol_giris_yap_body .container
{
    
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
	top: 0;
}

.uye_giris_formu {
	width: 332px;
	background-color: #fff;
	color: #636363;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 7px;

	text-align: center;
}

.uye_giris_formu input[type=text], .uye_giris_formu input[type=password]  
{
	width: 280px;
    padding: 15px;
    background-color: #eee;
    border: 1px solid #ddd;
}

.uye_giris_formu h1 {
	color: #333;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	background-image: url(images/uye_ol_icon_h1.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	text-indent: 30px;
	margin: 15px 10px;
}

.uye_giris_formu table
{
	width: 300px;
	margin: auto;
}

.uye_giris_formu table td {padding: 0px; border: none}

.uye_giris_formu input:focus
{
	    background-color: #fff;
    color: #000;
}




.uye_giris_formu input[type=submit], input[type=button]  
{
	padding: 12px;
    background: #4065a1;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 312px;
    box-sizing: border-box;
}

.uye_giris_formu a {color:#000;}



#sifremi_unuttum {width:200px; margin-top:5px}
#sifremi_unuttum_form {display: none}

.input_hata {background-color: #ffe7e7 !important; color:#000 !important; background-image: url(admin/images/not_ox.jpg); background-repeat: no-repeat; background-position: 277px 9px;}

.input_tamam {background-color: #E7FFF7 !important; color:#000 !important; background-image: url(admin/images/check.png); background-repeat: no-repeat; background-position: 273px 7px;}

.input_loading {    background-color: #ccc !important;
    color: #ababab !important;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: 272px 6px;
    background-size: 23px;}




/**/


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



/**/






#slayt_bg {
    margin: auto;
    border-bottom-left-radius: 150px;
    overflow: hidden;
	background-color: #ddd;
}

.sertifikalar
{
display: grid;
grid-template-columns: 24% 24% 24% 24%;
grid-column-gap: 1.33%;
grid-row-gap: 20px;
}

.sertifikalar > div
{
background-color: #fff; min-height: 250px; text-align: center; border: 1px solid #ccc; border-radius: 3px;
}


#fiyatteklifi_div  img
{
	max-width: 100%
}

.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 {width: 100%; }
td {border: 1px solid #ddd; padding: 10px; }

.table_class { border: 1px solid rgb(238, 238, 238); }
.table_class a {color:#000; }

.table_class td { border-bottom: dotted rgb(238, 238, 238); border-width: thin;}




.tr_class1,  table tr:nth-child(odd) { background-color:#fff; }
.tr_class2,  table tr:nth-child(even){ background-color:#f9f9f9;  }
.tr_class0:hover, .tr_class1:hover
{
	background-color:#eee; 
}

.tr_class0, .table_class thead tr  { background-color:#e4e6e9; }



.anasayfa_ozlu_soz
{
	position: relative; width: 100%; height:64vw;
	
	 background-image: url(images/ruzgar-enerjisi.jpg);background-size: cover; background-repeat: no-repeat; border-top-left-radius: 150px; margin-top: -199px;

}

.anasayfa_ozlu_soz p
{
position: absolute; z-index: 2; font-size: 36px; margin-top: 6vw; margin-left: 250px; max-width: 400px; text-align: left
}

/**/

/**/

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

/**/


/* HATA MESAJLARI UYARI DIV */

.uyari_mesaji {
    position: fixed;
    margin: auto !important;
    right: 0;
    width: 60%;
    height: 0;
    bottom: 85px;
    top: 0;
    left: 0;
    box-shadow: 0 0 120px 900px #3333333b;
    z-index: 9;
    max-width: 400px;
}

.uyari_mesaji span
{
	padding: 30px; display:block;	
		color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight:600;
	
box-shadow: 2px 2px #666;
color:#000;
}

.hata_mesaji
{
	background-color:#fff;
	border: 5px solid #f7b9b9;
}		

.bilgi_mesaji 
{
	background-color:#fff	;
	border: 5px solid #B9F7BC;
}

.kapat_butonu
{
	position:absolute; margin-top:-34px; right:-34px; 
	width:35px; height:35px;   
	background-image:url(images/kapat.png); background-repeat:no-repeat;  background-size: 100%;
	cursor:pointer;
}

/**/

#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: 'Albert Sans', sans-serif;
	background-color:#f6f6f6;
	color: #333;
	font-size:16px;

		
}

::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:#164194; font-size:24px; font-weight:700; clear:both;  }

	
h2 { color:#000;   font-size:18px;  font-weight:600;
clear:both; 

margin: auto;

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

display: inline-block;

}

h4 a { background-color:#164194; 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: #ededed;
z-index: 3;
padding-top: 5px;
text-align: left;

}

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

#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
{
font-weight: 700

}

#footer_div .div_980 > div > h3 {
display: block;
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 20px;
    background: none;
    padding: inherit;
    border: none;
}
#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;
}

/* BASLAR Logo ve telefonun oldugu bölüm*/
header 
{
	border-bottom:1px dotted #ccc; 
}

.orta_bolum {text-align: right; padding-top: 2px}

.h_row_2 
{
	margin: auto;
    display: grid;
    grid-template-columns: 66% 34%;
    grid-gap: 0;
    height: 28px;
    position: absolute;
    width: 100%;
}
.h_row_2 .div_1
{
	background-image:url(images/kose.png); background-repeat: no-repeat; background-position: right
}

.h_row_2 .div_2
{
	background-color: #f9f9f9;
	    border-bottom: 1px solid #f3f3f3;
}


.h_row_1 { width:100%; padding-top:4px; padding-bottom:2px;  color:#fff}
.h_row_1 .div_980 { text-align:right; font-size: 14px; position:relative;  
	display: grid;
    grid-template-columns: 99%; margin: auto;
    grid-gap: 0;
	color: #003687;
	font-weight: 600;
	
	}
.h_row_1 .social_div {margin-top: -1px; text-align: right;}

.h_row_1 .social_div a
{
    font-size: 14px;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: -1px;
    margin-bottom: 2px;
    margin-top: 0px;
    text-align: center;
    color: #333;
    border: 1px solid #ddd;
}

.h_row_1 .social_div a:hover
{
	background-color:#333;
}

.h_row_1 .social_div a.selected
{
	background-color: #333; color: #fff;
}
#header_ust_div
{
	
	background: #fff;
    width: 100%;
    min-height: 135px;
    z-index: 9;
    
}


.header_blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
 
    filter: none;
}

#anasayfa .header_blur {
    background-color: rgb(0 0 0 / 30%);
    filter: blur(14px);
}

#anasayfa #header_ust_div
{
	position: 	absolute;
	background: none;
}


#anasayfa #header_logo {
    box-shadow: 0px 0 11px 1px white
}

#anasayfa #header_menu .menu_baslik {background-image: url(images/asagi_ok2.png)}

#anasayfa #header_menu .menu_baslik a, #anasayfa #header_menu .tek_link
{
	color: #fff;	
}



#anasayfa .callbacks .div_980
{
    background-color: rgb(43 48 96 / 60%) !important;
    width: 100%;
}

#anasayfa .callbacks .div_p{color:#fff; text-align: center; left: 0; right: 0;}





#header_ust_div img:hover
{
	opacity:0.8; filter:alpha(opacity=80); 
}
.header_call_us {font-weight: 400;  background-image:url('images/icon-call-us.svg'); background-size: 12px; background-repeat:no-repeat; padding-left:16px;display: inline-block;background-position: 0px 2px;     color: #666; }

.header_email_us {font-weight: 400;  background-image:url('images/icon-e-mail2.svg'); background-size: 12px; background-repeat:no-repeat; margin-left:20px; padding-left:16px;display: inline-block;background-position: 0px 2px;     color: #666;  }

.header_call_us:hover, .header_email_us:hover{
color: #333;
}

#anasayfa #header_logo
{
margin-top: 0px;
}


#header_logo
{
	width:302px; height:90px;  background-color: #fff; position:relative; left:0; float:left; background-image:url(images/feps_logo_v2.png); background-repeat:no-repeat; background-position:center;z-index:10;
	 margin-top: 0px; margin-left: 0px;

	-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; 



}




#header_facebook
{
	background-color: #666;
    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-facebook.svg);
    -webkit-mask-size: 20px;
	border: none;
    margin-bottom: -2px;
	margin-right: 8px;
}

#header_facebook:hover {background-color: #4267b2}

#header_youtube
{
	    background-color: #333;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 22px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-youtube.svg);
    -webkit-mask-size: 22px;
    border: none;
    margin-bottom: -5px;
    margin-right: 8px;
}


#header_linkedin
{
	background-color: #666;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-linkedin.svg);
    -webkit-mask-size: 21px;
    border: none;
    margin-bottom: -2px;
    margin-right: 8px;
}
#header_linkedin:hover{background-color: #0a66c2}




#header_instagram
{
	background-color: #666;
    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-instagram.svg);
    -webkit-mask-size: 20px;
	border: none;
    margin-bottom: -2px;
	margin-right: 11px;
}
#header_instagram:hover{background-color: #c331a3}


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





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


/*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 13px 0px #8a8a8a; z-index: 999999999999; 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: #2a394c;
    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.jpg);
    background-size: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;}
.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: 382px;
	display: flex;
}	

.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 {     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: 25px;
    margin-bottom: 25px;
	font-size: 15px;}
.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: #0dc143;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 16px;
}

.w_footer a:hover {background-color: #008069}

#header_whatsapp
{
	width: 35px;
    height: 35px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    padding: 15px;
    background-image: url(images/icon-whatsapp.svg);
    background-color: #2a394c;
    background-size: 40px;
    background-position: center;
	background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 13px 0px #8a8a8a;

	cursor: pointer;
}

#header_whatsapp:hover{
background-color: #0dc143;
}

/**/

#header_dil_secenegi
{
	position: absolute;
height: 28px;
width: 66px;
background-image: url(images/dunya_beyaz.png);
background-position: left;
background-repeat: no-repeat;
right: 5px;
margin-top: 0px;
font-size: 12px;
color: #222;
float: right;
z-index: 9; cursor:pointer;
}

#header_dil_secenegi:hover #diller
{
	display:block;
}

#secili_dil
{
	width: 40px;
height: 30px;
background-image: url(images/asagi_ok2.png);
background-position: 32px 8px;
background-repeat: no-repeat;
color: #fff;
font-size: 14px;
font-weight: 600;
margin-top: 4px;
}

#diller
{
position: absolute;
width: 140px;
right: 0px;
background-color: #e1e1e1;
padding: 10px;
border: 1px solid #666;
border-radius: 5px;
display: none;
margin-top: -29px;
padding-bottom: 4px;
padding-right: 5px;
}

#diller a
{
width: 60px;
height: 18px;


font-size: 12px;
font-weight: 600;
color: #333;
margin-right: 6px;
text-align: left;

margin-bottom: 6px;
padding: 1px;
text-align: center;
float: left;
}

#diller a.selected_dil
{
	color: #fff;
background-color: #333;
}

#diller a:hover
{
	color: #fff;
background-color: #333;
}



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






/* BASLAR Header bölümü menü*/
#header_menu_div
{
	    width: auto;
    height: 34px;
    margin-top: 35px;
	margin-right: 160px;
    right: 0px;
    opacity: 1.0;
    position: relative;
    display: block;
	z-index: 9;
}
#header_menu
{
	     
    font-size: 12px;
    font-weight: 400;
    color: #333;
    position: absolute;
    margin-top: 7px;
    right: 0;
    display: inline-table;

    


}

.menu_icon
{
	width: 36px;
    height: 28px;
    background-image: url(images/menu_icon.png);
    background-position: 0px 2px;
    background-repeat: no-repeat;
 
    display: none;
    cursor: pointer;
    right: 10px;
    position: absolute;
	
}

#header_menu_div input
{
	display:none;
}
	
#header_menu #anasayfa
{
	background-image:url(images/home.png); background-repeat:no-repeat; width:17px; height:20px; padding-left:0px; padding-right:10px; background-position:center;
}

#header_menu #anasayfa:hover
{
	background-image:url(images/home2.png); 
}

#header_menu a
{
	 font-size:16px; font-weight:600;   	 
	padding-top:7px; padding-bottom:7px; 	margin:0; margin-right:6px;	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 a:hover
{
	 color:#fff;

}

#header_menu span
{
	font-size:14px; font-weight:600;   	 
		margin:0; margin-right:6px;	float:left; 
}

#header_menu .tek_link
{
	font-size:16px; font-weight:600; 
	background-color:transparent; 
	color:#164194; 
	padding-top:7px; padding-bottom:7px;	padding-left:15px;	padding-right:15px; margin:0;
	
}



#header_menu .tek_link:hover {
    background-color: #164194;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.farkli_link {
       color: #fff;
    background-color: #164194;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 17px;
    padding-right: 11px;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: -2px;
    background-image: url(images/download.png);
    background-position: 7px 4px;
    background-repeat: no-repeat;
    background-size: 16px;
    border-radius: 3px;
    display: block;
    width: 96px;
  
}


 .farkli_link:hover
{
background-color: #0064d5;
}


#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:13px;	padding-right:6px;	margin:0;	
	height:33px;
	
}

.menu_bolumu:hover {
    background-color: #164194;
    border-top-right-radius: 10px;
}

.menu_baslik
{
	padding-top:7px; padding-left:6px;	padding-right:11px;
	background-image:url(images/asagi_ok.png); background-position:right 16px; background-repeat:no-repeat;
	height:25px;
}


#header_menu .menu_baslik a
{
	 color:#164194;
	 padding-top:0px;
}




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

#header_menu .menu_bolumu:hover .cssmenu
{
	display:block;  
}


#header_menu .menu_bolumu:hover .menu_baslik 
{
	background-image:url(images/asagi_ok2.png); 
}

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

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

.cssmenu a
{
	float:left; 
	width:100%;
	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-position:left; background-color:inherit; 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: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;
  font-weight:300 !important;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
width: 100%;

}

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

  background-position:3px;
  font-weight: 600 !important;


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



#sayfa_detay
{
	
	font-weight:400; color: #000;
	margin-bottom: 20px;
	
}

#sayfa_detay .link
{
	background-image:url(images/duyuru_ok.png); background-position:left; background-repeat:no-repeat;
	padding-left:15px; border-bottom:1px dashed #ccc; color:#003366; width:740px; padding-top:10px; padding-bottom:10px; display:block;
}

#sayfa_detay .link:hover
{
	background-color:#f5f5f5;
}


#sayfa_detay .u_products_div
{
	position:relative;
	float:left;
	width:286px; height:140px;
	margin-right:7px;
	margin-bottom:7px;
}

#sayfa_detay .u_products_div .u_products_baslik
{
	position:absolute; 
	display:block;
	width:280px;height:20px; bottom:0px; margin-bottom:-51px;
	padding:3px;
	background-color:#444;
	color:#fff;
	text-align:center;
	overflow:hidden;
	
	-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; 
}

#sayfa_detay .u_products_div:hover .u_products_baslik
{
	background-color:#00549C;
	height:70px;
	   
	 -webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; 

}

#sayfa_detay .u_products_resim_div
{
	float:left;
	position:relative;
	width:286px; height:180px;
	margin-right:7px; margin-bottom:7px;
	
	background-color:#fff;
	overflow:hidden;
}

#sayfa_detay .u_products_resim_div img
{
	max-width: 291px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
}





#sayfa_detay img
{
	max-width: 100%; height: auto;
}



#sayfa_detay a img:hover
{
	opacity:0.8;
}




#sayfa_detay .sayfa_galerisi_div
{
	position:relative;
	float:left;
	width:186px; height:131px;
	margin-right:7px;
	margin-bottom:7px;
}

#sayfa_detay .sayfa_galerisi_div .sayfa_galerisi_baslik
{
	position:absolute; 
	display:block;
	width:181px;height:0px; bottom:0px; margin-bottom:4px;
	padding:3px;
	background-color:#005695;
	color:#fff;
	text-align:center;
	overflow:hidden;
	
	-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; 
}

#sayfa_detay .sayfa_galerisi_div:hover .sayfa_galerisi_baslik
{
	background-color:#91b728;
	height:40px;
	   
	 -webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; 

}

#sayfa_detay .sayfa_galerisi_resim_div
{
	float:left;
	position:relative;
	width:186px; height:120px;
	margin-right:6px; margin-bottom:6px;
	border: 1px solid #eee;	
	background-color:#fff;
	overflow:hidden;
}

#sayfa_detay .sayfa_galerisi_resim_div img
{
	max-width: 250px;
	margin: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	max-height: 180px;
}

.div_980
{
	width:980px; display:inline-block;
}

.div_750
{
	width:772px;     min-height: 500px;  display:inline-block; margin-left:-5px;  padding-left:17px; text-align: left
}

.div_750 a
{
    color: #164194;
    font-weight: 800;
    text-decoration: underline !important;
}


.div_750_inner_container
{
	    display: grid;
    grid-template-columns: 60% 39%;
    grid-column-gap: 1%;
	margin-bottom: 30px;
}


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


.urun_ornek_renkler
{
	display: block; 
}
.urun_ornek_renkler a
{
	width: 100px; height: 100px; position: relative
}

.urun_ornek_renkler img
{
	max-width: 100px; max-height: 100px; position: relative
}


.div_230
{
	position:relative; float:left; display:inline-block;  width:230px;
}



/*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%;

  padding: 0;
  margin: auto;

  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
    overflow: hidden
  }
  

.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: 0;
    right: auto;
    top: 0;
    bottom: 0;
    z-index: 2;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px;
}




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





.callbacks li span
{
	color: #fff;
	    font-size: 18px;
    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%;
  border: 0;
  float:left;
	animation-duration: 8s;
	animation-timing-function: cubic-bezier(0, 1.7, 0, 1);
  }



.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  bottom:0;
  left: 0;
  margin:auto;
  ity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/oklar.gif") no-repeat left top;
  opacity:0.5;

  }
  
.callbacks_nav:hover
{
	opacity:0.8;
}

.callbacks_nav:active {
  ity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


.callbacks .icon_more
{
    background-color: #444;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 80px;
    height: 59px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-more.svg);
    -webkit-mask-size: 80px;
    border: none;
    margin-left: -10px;
    margin-right: 8px;
}












/*BITER  Anasayfa - Duyurular*/ 

.anasayfa_marka_bayi_buton {display: inline-block;
    padding: 21px;
    color: #fff;
    background: #666;
    margin-bottom: 20px;
    border-radius: 5px;}
.anasayfa_marka_bayi_buton:hover {background-color: #164194}

.anasayfa_cols3
{
    margin: auto;
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    grid-column-gap: 2%;
	grid-row-gap: 20px;

    margin-bottom: 20px;
}

.anasayfa_cols3 .anasayfa_col > div {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
	
}

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




.anasayfa_cols
{
    margin: auto;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.33%;
	grid-row-gap: 20px;
	margin-top: 18px;
}

.anasayfa_cols a
{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;

}



.anasayfa_cols2_container {
    background-color: #343a42;
    padding-top: 100px;
    padding-bottom: 160px;
    color: #aaa;
    font-size: 18px;
    background-image: url(images/yildiz_bg.png);
    background-repeat: no-repeat;
    background-position: 2vw 180px;
    background-attachment: fixed;
    min-height: 500px;
    BACKGROUND-SIZE: 18vw;
	    border-top-right-radius: 150px;
}

.anasayfa_cols2_container .div_980 {max-width: 800px; text-align: left;}

.anasayfa_cols2_container h1{border: none; color: #fff; text-align: left; font-size: 30px}
.anasayfa_cols2_container a{    border: none;
    color: #000000;
    text-align: center;
    font-size: 20px;
    margin: auto;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    width: 150px;
    display: inline-block;}


.anasayfa_cols2
{
    margin: auto;
	
    display: grid;
    grid-template-columns: 33% auto;
    grid-gap: 25px;
	grid-row-gap: 20px;
	margin-top: 30px;
    margin-bottom: 10px;
}


.anasayfa_cols2 .bannerlar
{
	 display: grid;
	 grid-template-columns:repeat(2,1fr);
	 grid-gap: 25px;
}



.anasayfa_cols2 .anasayfa_col > div img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
	

}


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

}

.anasayfa_cols2 .anasayfa_col span {
    position: relative;
    line-height: 26px;
    color: #343a42;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 95%;
}

.anasayfa_col 
{
	position: relative;
    width: 100%;
	text-align: left;

}

.anasayfa_col iframe
{
max-width: 100%;
    height: 100%;

    border-radius: 5px;
}


.anasayfa_col span
{
position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 1;
    text-align: center;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
    line-height: 220px;
    text-shadow: 0 0 10px #fff;
    bottom: 0;
    top: 0;
    margin: auto;
    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;
}



.anasayfa_col_baslik {color: #9b1915;
    font-size: 18px; display: block; font-weight: 600; letter-spacing: -1px }


.anasayfa_col_icerik
{
	position: relative; margin-top: 10px;
}



.anasayfa_col > div
{
	position: relative;
width: 100%;
height: 100%;
overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
border: 1px solid #ddd;

}
.anasayfa_col > div img
{
	display: block;
	    width: 100%; max-width:100%;	height:auto;
	left:0; right:0; top:0;  bottom: 0;
margin: auto; 
}



.anasayfa_col:hover img
{
	opacity:0.9;

}


.haberler
{
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}

.haberler h2 {margin-bottom: 20px; font-size: 20px; color: #343a42}

.haberler a
{
	width: 100%; display: block; margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding: 10px; box-sizing: border-box;	color: #0e4983;
}

.haberler a:hover {color: #000}


/* BASLAR Iletisim Sayfasi*/

.icon_location 
{
	background-color: #164197;
    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;
}

.icon_telephone 
{
	background-color: #164197;
    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;
}

.icon_fax
{
	background-color: #999;
    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;
}

.icon_dialog
{
	background-color: #164197;
    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: #164197;
    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;
}


.icon_more 
{
	background-color: #999;
    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-more2.svg);
    -webkit-mask-size: 20px;
}



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

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

/* 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: #164194 ; color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 14px;
  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 #164194;
    color: #164194;
    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;
}

.iletisim_formu_div h3 {display: block}

.iletisim_formu_div a:hover {
    text-decoration: underline;
}


.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_menu_header {
    background-color: #ebebeb;
    font-size: 18px;
    font-weight: 600;
    color: #2a394c;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 13px;
    border-bottom: 1px solid #fff;
    text-align: left;
    text-indent: 18px;
}
.sd_menu {  border-bottom: 1px solid #e5e5e; margin-bottom: 30px; text-align: left}
.sd_menu_div {    
	position: relative;
box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border-left: 2px #e5e5e5 solid;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;}
	
.sd_menu_div a {     
position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.sd_menu_div.selected
{

    border-left: 2px #164194 solid;
	background-color:#fff; color:#000;

}
.sd_menu_div:hover { background-color:#efefef; padding-top:10px; display:block; border-left:2px #b1b1b1  solid;}

.sd_menu_div img {
    max-width: 40px;
}

.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(3,1fr);
	grid-gap: 15px;

	margin-bottom: 30px;

    
}
.urun_div
{
	position: relative;
	overflow: hidden;
	height: 270px;
	width: 100%;
	background-color: #fff;
	border: 1px dotted #ddd;

}



.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; 
box-shadow:0px 0px 10px 0px #ccc;
border: 1px solid #164194;
}	

.urun_div a
{
	
position: relative;
display: block;
height: 100%;

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

.urun_div img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    /* max-height: 93%; */
    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;
    min-height: 100%;
}

.urun_div img:hover
{

}


.urun_div span
{
    position: absolute;
    display: block;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    
    z-index: 1;
    background-color: #fff;
    text-align: center;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
    line-height: 50px;
    bottom: 0;
    margin: auto;
    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;
    border-top: 1px solid #e7e7e7;
}

.urun_div:hover span {
        height: 60px;
    line-height: 60px;
    border-top: #333 1px solid;
    color: #ffffff;
    background-color: #2a394c;
   
}


.urun_buyuk_resim_a
{
	    position: relative;
    display: block;

    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: 32% 32% 32%;
    grid-column-gap: 2%;
    grid-template-rows: 148px;
    grid-auto-rows: 148px;
    grid-row-gap: 20px;
    text-align: center;
	margin-top: 10px;
}

.urun_kucuk_resimler_div a
{
    position: relative;
    overflow: hidden;
	background-color: #FFF;
	    border: 1px solid #ebebeb
}

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

    right: 0;
    width: 100%;
    height: 100%;
}





.breadcrumps
{
	    display: block;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumps .div_980 {

    text-align: left;
}

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

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







/*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*/

.galeri_ana_container
{
	margin: auto; min-height:600px; margin-bottom: 25px
}

.galeri_ana_container > div
{
	
display: grid;
grid-template-columns: 32.67% 32.67% 32.67%;
grid-gap: 1%;
grid-row-gap: 4px;

}

.galeri_div
{
  
    overflow: hidden;
    height: 230px;
    border: 1px solid #f3f3f3;
    width: 100%;
    margin: inherit;
    margin-bottom: 9px;
	position: relative;
}

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

.galeri_div span
{
	position: absolute;
    left: 0;
    right: 0;
    color: #333;
    bottom: 0;
    margin: auto;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255,255,255,0.90);
	border-top: 1px solid #ccc;

}

.galeri_div:hover span
{
	 background-color: rgba(0,0,0,0.90); color: #fff;

}

.galeri_div img {
    max-width: 115%;
	max-height: 185%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 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; 
}


.galeri_div:hover img
{
	 max-width: 120%;
	max-height: 190%; 

}

.galeri_container
{
    display: grid;
    grid-template-columns: 32.67% 32.67% 32.67%;
	grid-column-gap: 1%;
 
}


.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_ozlu_soz p {font-size: 42px}
	.urun_div {height: 310px}
	.galeri_ana_container > div {  grid-template-columns: 24.25% 24.25% 24.25% 24.25%;}
	.galeri_div { height: 230px; }
	
	.div_980 {width:1400px}
	.div_750 {width: 1080px}
	.div_230 {width: 300px;}

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

@media only screen and (min-width: 1301px) and (max-width: 1500px) 
{
	.callbacks .div_p {font-size: 32px; line-height: normal; height: 170px}
	.anasayfa_col span {line-height: 200px}
	
	.h_row_2 {grid-template-columns: 73% 27%;}
	.h_row_1 .div_980 {      grid-template-columns: 99% }
	.urun_div {height: 300px}
	.galeri_ana_container > div {  grid-template-columns: 24.25% 24.25% 24.25% 24.25%;}
	.galeri_div { height: 230px; }
	.div_980 {width:1300px}
	.div_750 {width: 1050px}
	

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


@media only screen and (min-width: 1200px) and (max-width: 1300px) 
{

	
	.callbacks .div_p {font-size: 28px; line-height: normal; }
	.h_row_2 {grid-template-columns: 70% 30%;}
	.h_row_1 .div_980 {      grid-template-columns: 99%;}
	.anasayfa_col span {line-height: 170px;}
	.galeri_div { height: 230px; }
	.div_980 {width:1200px}
	.div_750 {width: 950px}

	
	.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: 1199px) 
{
	.anasayfa_ozlu_soz
	{
	 height: 700px
	}
	
	.anasayfa_ozlu_soz p
	{
	 font-size: 36px; margin-top: 370px; margin-left: 200px;
	}
	
	.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: 12px; padding-right: 12px;}
	#header_menu .farkli_link {margin-left: 5px; padding-left: 30px; padding-right: 10px;}
	
	.menu_bolumu {padding-right: 2px}
	.anasayfa_col span {line-height: 160px;}
	.div_980
	{
		width:1020px; position:relative
	}
	
	.div_750 { width:770px; margin:auto; padding-left:10px; padding-right:10px; }
	.div_750 img { max-width:100%; height:auto; }
	

	
	.ac_kapa_div
	{
		background-position:480px 0px;
	}
	
	#footer_alt_div {grid-template-columns: 25% 25% 25% 25%;}
	
	#footer_copyright { min-width:1023px;}	
	#footer_alt_div { 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) 
{
.anasayfa_cols2  {grid-template-columns: 100%;}


	.anasayfa_cols2_container {
	background-attachment: inherit;
    padding-top: 176px;
    BACKGROUND-SIZE: 30vw;
    border-top-right-radius: 100px;
    background-position: center 20px;
	}
	
	#anasayfa #header_ust_div {position: relative;}
	#anasayfa #header_logo {filter: none}
	#anasayfa .callbacks .div_980 {
    background-color: rgb(52 58 66) !important;
}
	
	.anasayfa_ozlu_soz
	{
	 height: 300px; border-top-left-radius: 100px;
	}
	
	.anasayfa_ozlu_soz p {
    font-size: 36px;
    margin-left: 0;
    margin-top: -105px;
    width: 100%;
    color: #fff;
    max-width: initial;
    text-align: center;
}
	
	.urun_uzun_aciklama {    grid-column-start: 1;
    grid-column-end: 1;}
	
	.callbacks .div_p {position: relative;
    font-size: 24px;
    line-height: normal;
   
    left: auto;
    right: auto;
	    padding-top: 20px;
    padding-bottom: 23px;
	height: auto;
	min-height: 80px;
	
	}
	
	.callbacks li {position: inherit !important; max-height: inherit}


.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; padding: 10px;
	font-size: 32px; 
	margin: auto;
	left: auto;
	
}



.callbacks img {
    max-width: inherit;

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

  }

	
	.orta_bolum {text-align: left}
	
	


	
	.sertifikalar{
grid-template-columns: 49% 49%;
grid-column-gap: 2%;
grid-row-gap: 20px;
}
	
	.iletisim_container{	grid-template-columns: 100%;	grid-column-gap: 0%;}
	#googlemaps {height: 400px}
	
	.flickity-prev-next-button {display: none !important}
	
	.anasayfa_cols2 .bannerlar {grid-template-columns: repeat(2,1fr); grid-gap: 10px}
	.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 {display: block}
	.urun_kucuk_resimler_div img {position: relative;}

	.urun_ornek_renkler a, .urun_ornek_renkler img {width: 140px; height: 140px}
	.galeri_container  {grid-template-columns:100%}
	.galeri_ana_container > div {grid-template-columns:100%;     grid-gap: 0%;}
	.galeri_div{ width: 100%; height: 310px;}
	
	

	.urunler_container
	{
		grid-template-columns: 100%; 
		grid-column-gap: 0%;
	}
	
	.h_row_1 {padding-top: 2px}
	.h_row_1 .social_div {margin-top:3px}
	.h_row_1 .div_980 { text-align: center;     font-size: 18px;
    grid-template-columns: auto 160px;}
	.kullanici {margin-top: 3px}

	.h_row_2 {height: 50px;   grid-template-columns: 0% 100%;}
	#header_facebook,#header_instagram, #header_linkedin  {width: 24px; height: 24px; -webkit-mask-size: 24px; }
	#header_whatsapp  {    width: 30px;
    height: 30px;
    background-size: 30px;
    right: 20px;
    bottom: 10px;  margin-bottom: 5px}
	.urun_buyuk_resim_a {height: auto;
    width: 100%;
    padding: 0;}
	.urun_kucuk_resim_a {width: 48%}
	
	.galeri_div{ width: 100%; height: 250px;}
	#slayt_bg {margin-top: 0px; border-bottom-left-radius: 0px;}
	
#body_div {padding-bottom: 0px; }	
.urun_div { width:100%; height: 310px }	

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

.div_750 {  width:95%;  margin:auto; display:block; padding-left:0px  }

.div_750 img {  }
.div_230 {  width: 100%; margin: auto; float:none; display:block }
.sd_menu_header {width: 95%;
padding-left: 0;
font-size: 18px;
text-align: center;
margin: auto;
margin-top: 9px;
border-radius: 3px;}
.sd_menu_footer { width:95%; margin:auto; }
.sd_menu { width: 95%; display: none;
margin: auto;}
.sd:hover .sd_menu, .sd:active .sd_menu {display:block }

.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: 18px; font-size: 16px; }
.header_email_us { display:none; }

#header_ust_div { position:static; }
#header_ust_div .div_980 { margin: auto; width: 100%}


#header_dil_secenegi { display:none }

#header_logo {
    float: none;
    display: block;
    margin: auto;
    height: 110px;
    margin-top: 52px !important;
    margin-bottom: 0px;
}
#header_logo:hover {margin-left: auto;}



#header_menu_div { margin-top:34px; height: auto; left:auto; width:100%; position:relative; }
#header_menu { left:auto; position:relative; right:0px;}

#header_menu .menu_bolumu .menu_baslik 
{
	background-image: url(images/ac-kapa-artema.png);
background-position: 98% 18px;
background-repeat: no-repeat;
}



#header_menu_div input 
{
	display:none;
}

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

#header_menu_div input:checked ~ .menu_icon
{
	background-image:url(images/menu_icon.png);	
	background-position: 0 -26px;
	
}

#header_menu_div input:checked #header_menu { display:block; width:100%;}

#header_menu { display:none; width:100%;}

#header_menu_div .menu_icon
{
	display:block;
	margin-top: -30px;
}





#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: center;
background-color: #164194;
margin-top: 5px;
border-radius:3px;
}
.menu_baslik { background-image:none}

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

.cssmenu .liste_header, .cssmenu ul li, .cssmenu liste_footer {width:100%}
.cssmenu ul li { background-color: #666;  }
.cssmenu li a { line-height: 35px; }


#header_menu a{ width:100%; padding:0px; text-align:center; font-size:18px !important; color:#fff; }
#header_menu .tek_link { color: #fff;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 0px;
padding-right: 0px;
background-color: #164194;
margin-top: 5px;
} 



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_div .div_980 {grid-template-columns: 50% 50%}


}
