/*HABERLER*/


.haberler_container {
    background-color: aliceblue;
    padding: 20px 0px 70px 0px;
}

.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 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
}

.haber_div {
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    color: #0d4275;
    display: block;
}


.haber_div:hover {
    color: #222
}

.haber_div:hover img {
    width: 106%;
    left: -1%;
}



.haber_div .icon_more {
    position: absolute;
    bottom: 0;
    right: 0;
    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;

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


.haber_div p {
    padding: 10px;
    text-align: left;
    margin-bottom: 20px
}

.haber_div span {
    display: block;
    margin-bottom: 10px;
    color: #929292;
    font-weight: 600;
    font-size: 13px;
}

/**/


/**/
.blog_detay_container {
    display: grid;
    grid-template-columns: 66% auto;
    grid-gap: 30px;
    padding-bottom: 30px;

}

.blog_container {

    grid-gap: 30px;
    text-align: left;
}

.haber_tarihi {
    background-color: antiquewhite;
    padding: 5px;
    font-size: 13px;
    display: inline-block;
}

.foto_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
    height: fit-content;
}

.foto_container a:first-child {
    grid-column: span 3;
}

.foto_container img {
    max-width: 100%
}

/**/


.grid_3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 100%;
}

.div_750 li {
    line-height: 28px;
}

label {
    cursor: pointer
}

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

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


/*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: 200px;
    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;
    padding: 10px;
}

.sertifikalar img {
    margin-bottom: 10px
}


#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%;
    max-width: 800px;
    border-spacing: 0;
}


.table_class {
    border: 1px solid rgb(238, 238, 238);
}

.table_class a {
    color: #000;
    border-bottom: 1px solid #000;
}

.table_class a:hover {
    border-bottom: 1px solid #d10a11
}

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




.tr_class1 {
    background-color: #fff;
}

.tr_class2 {
    background-color: #f9f9f9;
}

.tr_class0:hover,
.tr_class1:hover {
    background-color: #eee;
}

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



.anasayfa_ozlu_soz {
    position: relative;
    width: 100%;
    height: 46vw;
    color: #343a42;
    background-image: url(images/iskele-dokum.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 200px;
    margin-top: -199px;

}

.anasayfa_ozlu_soz p {
    position: absolute;
    z-index: 2;
    font-size: 36px;
    max-width: 510px;
    text-align: left;
    right: 0;
    left: 0;
    margin: auto;
    top: 44px;
    bottom: 0;
    height: 99px;
}

/**/

.gizle {
    display: none;
}

.goster {
    display: block !important
}


* {
    font-family: 'Google Sans Flex', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    background-color: #fff;
    color: #333;
    font-size: 17px;
}

::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: #1a3e70;
    font-size: 28px;
    font-weight: 700;
    clear: both;
}

h1::after {
    content: " ";
    margin-top: 5px;
    width: 80px;
    height: 3px;
    background-color: #cd1626;
    display: block;
    border-radius: 20px;
}


h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    clear: both;
    margin-top: 0px;


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

    display: inline-block;

}

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

h3 {

    color: #333;
    font-size: 16px;
    font-weight: 600;
    clear: both;
    margin: auto;
    background-color: #E7E7E7;
    padding: 14px;
    padding-left: 21px;

    margin-bottom: 3px;
    display: inline-block;

}

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: #343a42;
    z-index: 3;
    padding-top: 5px;
    text-align: left;

}

#footer_div .div_980 {
    margin: auto;

    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: #ccc;
    margin-bottom: 1px;
    display: inline-block;

    box-sizing: border-box;
}

#footer_div .div_980>div a:hover {
    color: #fff;

}

#footer_div .div_980>div>h3 {
    display: block;
    color: #fff;
    margin-bottom: 10px;

    font-weight: 600;
    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 solid #ededed;
    background-color: #fff;
}

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

.h_row_2 {
    margin: auto;
    display: grid;
    grid-template-columns: 56% 44%;
    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;
    background-size: 100px;
}

.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: left;
    font-size: 14px;
    position: relative;
    display: grid;
    grid-template-columns: 40% 44% 16%;
    margin: auto;
    grid-gap: 0;
}

.h_row_1 .social_div {
    margin-top: -1px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
    float: 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;

}

.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: 120px;
    z-index: 9;

}


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


#anasayfa #header_logo {
    filter: grayscale(1) brightness(10);
}

#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(41 51 124 / 50%) !important;
    width: 100%;
}

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





#header_ust_div img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.header_call_us {
    font-weight: 600;
    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: #333;
}

.header_email_us {
    font-weight: 400;
    background-image: url('images/icon-pdf3.svg');
    background-size: 21px;
    background-repeat: no-repeat;
    margin-left: 45px;
    padding-left: 25px;
    display: inline-block;
    background-position: 0px -5px;
    color: #1a3e70;
}

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


#header_logo {
    width: 239px;
    height: 87px;
    position: relative;
    left: 0;
    float: left;
    background-image: url(images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    margin-top: -47px;
    -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: #1a3e70;
    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: #1a3e70;
    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: #1a3e70;
    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_photo.webp);
    background-size: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background-color: #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: #0dc143;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 0px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px #8a8a8a;

    cursor: pointer;
}

#header_whatsapp:hover {
    background-color: #03E346;
}

/**/

/**/

.dil_secenegi {

    font-size: 14px;

    padding: 5px 7px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    top: -3px;
    position: absolute;
    border-radius: 4px;
    right: 0;

}

.tr {
    background-color: #C70000;
}

.en {
    background-color: #124f93;
}






/* BITER Logo ve telefonun oldugu b�l�m*/






/* BASLAR Header b�l�m� men�*/
#header_menu_div {
    width: auto;
    height: 34px;
    margin-top: 35px;
    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;

    margin: auto;


}

.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;
    left: 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: 700;
    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: 700;
    background-color: transparent;
    color: #1a3e70;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;

}



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




#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: #1a3e70;
    border-top-left-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: #1a3e70;
    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 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: 295px;
    height: auto;
    z-index: 2;
    border: 1px solid #ccc;
    border-top: 2px solid #1a3e70;
}

.cssmenu a {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0px;
    margin-right: 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: 600 !important;
    line-height: 25px;
    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;
}









/**/


/*SAYFA BG BACKGROUND */

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

.bg .div_980 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    height: 40px;
    font-size: 30px;
    left: 0;
    text-align: left;
    right: 0;

    box-sizing: border-box;
    text-align: center;
}

.bg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(0.7);
    width: 100%;
}

.bg_img_div {
    position: relative;
    overflow: hidden;
    height: 21vw;
    width: 100%;

}

/* */

#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;
    text-align: left;

}

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


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

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


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



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

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

.div_750_inner_container {
    display: grid;
    grid-template-columns: 42% 42% auto;
    grid-column-gap: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.div_750_inner_container h1 {
    margin-bottom: 7px;
    font-size: 28px;
}

.urun_uzun_aciklama {
    grid-column-start: 1;
    grid-column-end: 4;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    margin-bottom: 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: 40px;
    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_cols3 {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 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: #242e3b;
    padding-top: 100px;
    padding-bottom: 160px;
    color: #c6c6c6;
    font-size: 18px;
    background-image: url(images/anasayfa-bg.webp?v=2);
    background-repeat: no-repeat;
    background-position: 10vw 304px;
    background-attachment: fixed;
    min-height: 345px;
    BACKGROUND-SIZE: 18vw;
    border-top-right-radius: 200px;
}

.anasayfa_cols2_container .div_980 {
    max-width: 600px;
    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: 32% 32% 32%;
    grid-gap: 2%;
    grid-row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}




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

}


.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: 45px;
    color: #343a42;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 700;
    text-shadow: none;
    padding-top: initial;
}


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

}

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

    border-radius: 5px;
}


.anasayfa_col span {

    display: block;
    width: 100%;

    color: #333;

    font-weight: 600;
    box-sizing: border-box;
    z-index: 1;
    text-align: center;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
    height: 50px;
    padding-top: 20px;
    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: auto;
    overflow: hidden;


}

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

}





/* BASLAR Iletisim Sayfasi*/

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






.iletisim_container {
    display: grid;
    grid-template-columns: 35% 64%;
    grid-column-gap: 1%;
    min-height: 450px;
    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: #1a3e70;
    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 #1a3e70;
    color: #263b8c;
    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;
    padding-bottom: 20px;
}

.iletisim_formu_div h1 {
    margin-bottom: 0;
}

.iletisim_formu_div h2 {
    padding: 20px;
    background: none;
    margin: 0;
    padding: 10px 0px;
}

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

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

.iletisim_formu_div input[type='text'] {
    border: 1px solid #d4d4d4;
    color: #000;
    padding: 10px;
    width: 284px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 5px;

}

.iletisim_formu_div input[type='text']:focus,
.iletisim_formu_div textarea:focus {
    background-color: aliceblue;
}


.iletisim_formu_div textarea {
    border: 1px solid #d4d4d4;
    background-color: #FFFFFF;
    color: #000;
    max-width: 100%;
    width: 400px;
    padding: 12px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 5px;
}




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

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

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

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


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



/* BITER Iletisim Sayfasi*/







*:focus {
    outline: none;
}


/*BASLAR Sayfa Detay Men�*/
.sd {
    margin-right: 15px;
}

.sd_menu_header {

    font-size: 18px;
    font-weight: 700;
    color: #1a3e70;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 13px;

    text-align: left;
    text-indent: 18px;
    background-image: url(images/asagi_ok.png);
    background-repeat: no-repeat;
    background-position: 1%;
    cursor: pointer;
}

.sd_menu {
    border-bottom: 1px solid #e5e5e;
    margin-bottom: 30px
}

.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: 16px;
    font-weight: 600;
    color: #333;

    border-bottom: 1px solid #eee;
}

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

.sd_menu_div.selected {


    background-color: #efefef;
    color: #000;

}

.sd_menu_div:hover {
    background-color: #efefef;
}

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

.urun_arama_container {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    text-align: left;
    font-size: 90%
}

.urun_arama_container #form1 {
    grid-column-start: 1;
}

.urun_arama_container h2 {
    margin-bottom: 10px;
    margin: inherit
}

.urun_arama_container input[type='submit'] {
    width: 60px;
    height: 30px;
    border: none;
    color: #FFFFFF;
    font-size: 11px;
    background-color: #003565;
    cursor: pointer;
    border-radius: 5px
}

.urun_arama_container input[type='text'] {
    width: 100%;
    max-width: 260px;
    padding: 10px;
    line-height: 18px;
    border: #ddd solid 1px;
    background-color: #eee;
    border-radius: 5px
}

.urun_arama_container input[type='text']:focus {
    background-color: #fff
}

.urun_arama_container select {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 5px
}

.urun_arama_container div>div {
    padding-bottom: 15px
}

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

.anasayfa {
    grid-template-columns: repeat(5, 1fr);
}



.urun_div {
    position: relative;
    overflow: hidden;

    width: 100%;
    background-color: #fff;

    box-sizing: border-box;



}

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

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

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

.urun_div img {

    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 5px;

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

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




.urun_div p {
    line-height: normal;
    display: block;
    width: 100%;
    color: #1a3e70;
    font-size: 16px;
    font-weight: 700;
    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: 15px;
    margin-top: 4px;
    position: absolute;
    top: 5px;
    right: initial;
}

.urun_div:hover img {
    -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.90;

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









.kod_no {
    color: #999;
    margin-bottom: 20px;
    margin-top: -7px;
    font-size: 20px
}

.urun_buyuk_resim_a {
    min-height: 450px;
    position: relative;
    display: flex;

    overflow: hidden;

    text-align: center;
    background-color: #fff;



}

.urun_buyuk_resim_a img {

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

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

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

    border-radius: 10px;
    display: flex;

}

.urun_kucuk_resimler_div img {

    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;

    right: 0;

}

.urun_menu {
    /* background-color: #f9f9f9; */
    padding: 20px 0px 0px 15px;
    box-sizing: border-box;
    /* border-radius: 10px; */
    border-left: 1px solid #ddd;
}

.urun_menu a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-repeat: no-repeat;
    line-height: 40px;
    cursor: pointer;
    background-size: 36px;
    margin-bottom: 14px;
    text-indent: 42px;
}

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



.breadcrumps {
    display: block;

    font-size: 15px;
    text-align: center;

    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd
}

.breadcrumps .div_980 {

    text-align: left;
}

.breadcrumps a {
    color: #1a3e70;
    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;

    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: #222;
    bottom: 0;
    margin: auto;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    background-color: #FFFFFF;


}



.galeri_div img {
    max-width: 125%;
    max-height: 250%;
    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: repeat(5, 1fr);
    grid-gap: 10px;

}


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

    .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) {

    #footer_div .div_980 {
        padding: 0px 30px
    }

    .anasayfa_cols2_container .div_980 {
        max-width: 600px
    }

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


    .h_row_2 {
        grid-template-columns: 47% 53%;
    }

    .h_row_1 .div_980 {
        grid-template-columns: 38% 45% 17%
    }

    .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) {

    .bg_img_div {
        height: 270px
    }


    #footer_div .div_980 {
        padding: 0px 30px
    }

    .anasayfa_cols2_container .div_980 {
        max-width: 500px
    }

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

    .h_row_2 {
        grid-template-columns: 47% 53%;
    }

    .h_row_1 .div_980 {
        grid-template-columns: 36% 46% 18%
    }

    .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) {



    .bg_img_div {
        height: 220px
    }

    #footer_div .div_980 {
        padding: 0px 20px
    }

    .anasayfa_cols2_container .div_980 {
        max-width: 500px
    }

    .urun_arama_container {
        grid-template-columns: repeat(3, 1fr)
    }

    .urunler_container {
        grid-template-columns: repeat(3, 1fr)
    }

    .h_row_2 {
        grid-template-columns: 47% 53%;
    }

    .h_row_1 .div_980 {
        grid-template-columns: 36% 44% 20%
    }

    .anasayfa_ozlu_soz {
        height: 700px
    }

    .anasayfa_ozlu_soz p {
        font-size: 36px;
        margin-top: 370px;
        margin-left: 200px;
    }

    .callbacks .div_p {
        font-size: 30px;
        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;
        padding-left: 30px;
        padding-right: 10px;
    }

    #header_logo {
        width: 190px;
        background-size: 190px;
    }

    .menu_bolumu {
        padding-right: 2px
    }

    .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) {

    .bg_img_div {
        height: 40vw;
    }

    .bg img {

        filter: brightness(0.8);
        width: 200%;
        max-width: initial;
    }

    .urun_menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .blog_detay_container,
    .haberler {
        grid-template-columns: 100%;
    }


    .sd {
        margin: 0
    }

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

    .urunler_container {
        grid-template-columns: repeat(2, 1fr);

    }

    #iletisim_formu input[type='text'],
    #iletisim_formu textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .kolon_2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .grid_3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .urun_arama_container {
        grid-template-columns: repeat(1, 1fr);
    }

    .anasayfa_cols2_container {
        background-attachment: inherit;
        padding-top: 206px;
        BACKGROUND-SIZE: 44vw;
        border-top-right-radius: 100px;
        background-position: center 40px;
        height: 380px;
    }

    #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: 430px;
        border-top-left-radius: 100px;
    }

    .anasayfa_ozlu_soz p {
        font-size: 29px;
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        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: 45px;
        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 {
        grid-template-columns: 100%;
        grid-gap: 10px
    }

    .anasayfa_cols3 {
        grid-template-columns: 49% 49%;
        grid-column-gap: 2%
    }


    .anasayfa_col>div {
        border-radius: 5px
    }

    .div_750_inner_container {
        grid-template-columns: 100%;
        grid-column-gap: 0%;
    }

    .urun_kucuk_resimler_div {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .urun_kucuk_resimler_div img {
        position: relative;
    }

    .urun_ornek_renkler a,
    .urun_ornek_renkler img {
        width: 140px;
        height: 140px
    }

    .galeri_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .galeri_ana_container>div {
        grid-template-columns: 100%;
        grid-gap: 0%;
    }

    .galeri_div {
        width: 100%;
        height: 310px;
    }





    .dil_secenegi {
        padding: 8px
    }

    .h_row_1 {
        padding-top: 2px
    }

    .h_row_1 .social_div {
        margin-top: 3px;
        margin-left: auto;
        display: block;

    }

    .h_row_1 .div_980 {
        text-align: left;
        font-size: 19px;
        grid-template-columns: 0% 54% 46%;
    }

    .h_row_2 {
        height: 34px;
        grid-template-columns: 0% 100%;
    }

    #header_facebook,
    #header_instagram,
    #header_linkedin {
        width: 24px;
        height: 24px;
        -webkit-mask-size: 24px;
    }

    #header_whatsapp {
        width: 20px;
        height: 20px;
        background-size: 30px;
        right: 20px;
        bottom: 10px;
        margin-bottom: 5px
    }

    #w_container {
        width: 260px
    }

    .urun_buyuk_resim_a {
        height: auto;
        width: 100%;
        padding: 0;
        min-height: auto;
    }

    .urun_kucuk_resim_a {
        width: 48%
    }

    .galeri_div {
        width: 100%;
        height: 210px;
    }

    #slayt_bg {
        margin-top: 0px;
        border-bottom-left-radius: 50px;
    }

    #body_div {
        padding-bottom: 0px;
    }

    .urun_div {
        width: 100%;
    }

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





    h4 {
        font-size: 20px
    }

    iframe {
        max-width: 100%;
    }

    .div_980 {
        width: 95%
    }

    .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 {
        background-color: aliceblue;
        background-position: 99%;
        border: 1px solid;
        text-indent: 0;
        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 4px;
        margin-left: 10px;
        padding-left: 28px;
        background-size: 18px;
        font-size: 16px;
        line-height: 30px;

    }

    .header_email_us {
        background-size: 26px;
        padding-left: 29px;
        margin-left: 7px;
        margin-top: 3px;
    }

    #header_ust_div {
        position: static;
        min-height: 200px;
    }

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




    #header_logo {
        float: none;
        display: block;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    #header_logo:hover {
        margin-left: auto;
    }



    #header_menu_div {
        margin-top: 42px;
        height: auto;
        left: auto;
        width: 100%;
        position: relative;
    }

    #header_menu {
        left: auto;
        position: relative;
        right: 0px;
    }

    #anasayfa #header_menu .menu_baslik {
        background-image: url(images/ac-kapa-artema.png);
    }

    #header_menu .menu_bolumu .menu_baslik {
        background-image: url(images/ac-kapa-artema.png);
        background-position: 98% 2px;
        background-repeat: no-repeat;
        padding-left: 0px;
        background-size: 34px;
        padding: 0;
        line-height: 40px;
        height: 40px;
    }



    #header_menu_div input {
        display: none;
    }

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

    #header_menu_div input:checked+.menu_icon+* {
        display: flow-root;
    }

    #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: #1a3e70;
        margin-top: 1px;
        border-radius: 0px;
    }

    .menu_bolumu:hover {
        border-radius: 0px
    }

    .menu_baslik {
        background-image: none
    }

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

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

    .cssmenu .liste_header,
    .cssmenu ul li,
    .cssmenu liste_footer {
        width: 100%
    }

    .cssmenu ul li {
        background-color: #393c48;
    }

    .cssmenu li a {
        line-height: 35px;
    }


    #header_menu a {
        width: 100%;
        padding: 0px;
        text-align: left;
        text-indent: 35px;
        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: #1a3e70;
        margin-top: 1px;
    }



    h1 {
        font-size: 24px
    }





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


    body {
        font-size: 18px
    }

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

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



}

/* --- Referanslar page grid styles --- */
.referans_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.referans_item {
    text-align: center;
}

.referans_item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .referans_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* End of Referanslar grid styles */