@font-face {
    font-family: "geo706bc";
    src: url("../fonts/geo706bc.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "geo706kc";
    src: url("../fonts/geo706kc.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #e1e1e1;
    margin: 0;
    font: 12px Trebuchet MS, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

.technoone {
    position: fixed;
    z-index: 10000000000;
    right: 5px;
    bottom: 5px;
}

.technoone a {
    width: 18px;
    height: 75px;
}

/* Navbar */

.navbar {
    padding-bottom: 2px;
    background: url(../img/menualt.png) repeat-x bottom;
}

.navbar_ic {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.logo {
    margin-left: 35px;
}

.menu_btn {
    display: none;
}

.menu_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    height: 41px;
    margin: 50px 85px 0 0;
    padding: 0;
    list-style: none;
}

.menu_ul li {
    padding: 11px 13px;
    box-sizing: border-box;
}

.menu_ul li a {

    color: #333;
    font: 15px "geo706bc";
    text-decoration: none;
}

#aktifli {
    background: url(../img/menuok.png) no-repeat center 29px;
}

.menu_ul li:hover {
    background: url(../img/menuok.png) no-repeat center 29px;
}

.menu_ul li a:hover {
    color: #db251a;
}


/* Navbar */

/* index */

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swipe_div {
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    width: 60%;
    height: 395px;
    background: rgba(213, 213, 213, 255);
    margin: 6px auto 15px auto;
    text-align: center;
}

.alt_div {
    width: 59.25%;
    background: #fff;
    border: 1px solid #b9b9b9;
    padding: 24px 5px 5px 5px;
}

.div_3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80px;
}

.div_yan {
    position: relative;
    background: black;
    width: 30%;
    height: 184px;
    background: url(../img/altarka.png) no-repeat;
    padding: 10px 2px;
}

#pdf {
    display: block;
    width: 160px;
    height: 30px;
    background: url(../img/pdf-icon.png) no-repeat left top;
    margin: 50px 0 10px 10px;
    padding: 10px 0 0 35px;
    color: #a9aaaf;
    font: 13px "Trebuchet MS", Arial, Helvetica;
}

#pdf:hover {
    background: url(../img/pdf-icon.png) no-repeat left bottom;
}

.kutu_baslik {
    margin-left: 10px;
    color: #626262;
    font: 18px "geo706kc";
}

.kutu_resim {
    width: 73px;
    height: 95px;
    background: url(../img/altsolresim.png);
    position: relative;
    float: right;
    right: -25px;
    bottom: -25px;
    z-index: 123456;
}

.genel_bayilikler {
    display: flex;
    justify-content: center;
}

.genel_bayilikler_resim {
    position: absolute;
    opacity: 0;
    transition: 1s;
    left: 50%;
    transform: translateX(-50%);
}

#orta_kutu_3_icerik {
    margin: 20px 0 0 8px;
    font-size: 10px;
}

#adres_ikon {
    background: url(../img/adres_ikon.png) no-repeat center;
    margin-top: 7px;
}

#email_ikon {
    background: url(../img/email_ikon.png) no-repeat center;
}

#telefon_ikon {
    background: url(../img/telefon_ikon.png) no-repeat center;
}

#fax_ikon {
    background: url(../img/fax_ikon.png) no-repeat center;
}

.bize_ulasin_ikonlar {
    float: left;
    width: 20px;
    height: 16px;
    margin-right: 5px;
}

.alt_bilgi {
    display: flex;
    justify-content: space-between;
}

.haklar ul {
    width: 50%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0 !important;
}

.haklar ul li a {
    white-space: nowrap;
    margin-left: 10px;
    color: #000;
    font: 10px "Trebuchet MS", Arial, Helvetica;
}

.haklar ul li a:hover {
    color: #db251a;
}

.reserved {
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;

}



/* Swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: rgba(213, 213, 213, 0.5) !important;
    opacity: 0 !important;
    transition: 0.5s;
    color: black !important;
}

.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: rgba(213, 213, 213, 0.5) !important;
    opacity: 0 !important;
    transition: 0.5s;
    color: black !important;
}

.swiper-button-prev::after {
    font-size: 30px !important;
}

.swiper-button-next::after {
    font-size: 30px !important;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1 !important;
}

.progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 123456;
}

.progress-bar {
    width: 0;
    height: 100%;
    background: rgba(121, 121, 121, 0.7);
    transition: width 0.1s linear;
}

/* Swiper */

/* index */

/* Kurumsal */

.kurumsal_banner {
    background-image: url(../img/kurumsal-banner.jpg);
    height: 200px;
    position: relative;
    top: 0;
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.main_kurumsal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

.ust_div {
    margin-top: -80px;
    margin-bottom: 10px;
    padding: 10px;
    color: #505050;
    border: 1px solid #b9b9b9;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    width: 58.5%;
    background: #fff;
}

#kurumsal_yazi {
    width: 75%;
}

.kurumsal_resim {
    width: 25%;
    height: 300px;
    background: url(../img/kurumsal_sol.jpg) no-repeat;
}


/* Kurumsal */

/* Bayilikler */

.view-first {
    position: relative;
}

.view-first img {
    width: 120px;
    height: 120px;
    transition: all .2s ease-in;
}

div.mask-hover img,
.view:hover img {
    width: 50px;
    height: 50px;
}

.view {
    position: relative;
    text-align: center;
    cursor: default;
    width: 150px;
    height: 150px;
    float: left;
    margin: 0px 5px;
    overflow: hidden;
}

.view .mask {
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
}

.view .title {
    text-align: center;
    position: relative;
    font-size: 12px;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
}

.view .title div {
    color: #666;
}

.view .text {
    position: relative;
    margin: 5px 0;
    text-align: center;
    color: #999;
}

.bayilik_ust_div {
    justify-content: unset;
}

.bayilikler_banner {
    background-image: url(../img/bayilikler-banner.jpg);
    height: 200px;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Bayilikler */

/* İletişim */

.iletisim_banner {
    background-image: url(../img/iletisim-banner.jpg);
    height: 200px;
    position: relative;
    top: 0;
    z-index: 0;
    width: 110%;
    background-repeat: no-repeat;
    background-position: center;
}

.iletisim_ust_div {
    display: flex;
    flex-direction: column;
}

.iletisim {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.textbox {
    width: 320px;
    padding: 2px 4px;
    outline: 0;
}

.textarea {
    width: 320px;
    height: 80px;
    padding: 2px 4px;
    outline: 0;
    resize: vertical;
}

.submit {
    width: 100%;
    background: #333;
    padding: 5px;
    color: #fff;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.submit:hover {
    background: #d0d0d0;
    color: #333;
}

/* İletişim */

/* Site Haritası */

#cont {
    margin: auto;
    width: 800px;
    text-align: left;
}

.ust_div a:link,
.ust_div a:visited {
    color: #0180AF;
    text-decoration: underline;
}

.ust_div a:hover {
    color: #666;
}

.ust_div h1 {
    background-color: #fff;
    padding: 20px;
    color: #00AEEF;
    text-align: left;
    font-size: 32px;
    margin: 0px;
}

.ust_div h3 {
    font-size: 12px;
    background-color: #B8DCE9;
    margin: 0px;
    padding: 10px;
}

.ust_div h3 a {
    float: right;
    font-weight: normal;
    display: block;
}

.ust_div th {
    text-align: center;
    background-color: #00AEEF;
    color: #fff;
    padding: 4px;
    font-weight: normal;
    font-size: 12px;
}

.ust_div td {
    font-size: 12px;
    padding: 3px;
    text-align: left;
}

.ust_div tr {
    background: #fff;
}

.ust_div tr:nth-child(odd) {
    background: #f0f0f0;
}

#footer {
    background-color: #B8DCE9;
    padding: 10px;
}

.pager,
.pager a {
    background-color: #00AEEF;
    color: #fff;
    padding: 3px;
}

.lhead {
    background-color: #fff;
    padding: 3px;
    font-weight: bold;
    font-size: 16px;
}

.lpart {
    background-color: #f0f0f0;
    padding: 0px;
}

.lpage {
    font: normal 12px verdana;
}

.lcount {
    background-color: #00AEEF;
    color: #fff;
    padding: 2px;
    margin: 2px;
    font: bold 12px verdana;
}

a.aemphasis {
    color: #009;
    font-weight: bold;
}

/* Site Haritası */

/* fiyatListesi */

.fiyat_listesi_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fiyat_listesi_bayiler {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 60%;
    border: 1px solid gray;
}

.fiyat_listesi_bayiler a img {
    width: 150px;
    height: 100px;
    border: 1px solid black;
}

.fiyat_listesi_bayiler a {
    margin: 10px;
}

.fiyat_listesi_main h3 {
    font-size: 20px;
    color: red;
    font-weight: 700;
}

/* fiyatListesi */

/* Hss Uc */

.hss_uclari {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.hss_uclari p {
    font-size: 20px;
    color: red;
}

.hss_uclari p span {
    color: black;
}

.hss_uclari_ic {
    padding: 10px 30px;
    border: 1px solid black;
}

.secenekler_btn {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.secenekler_btn button {
    border: none;
    background-color: #00AEEF;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.secenekler_btn button:hover {
    background-color: #228eb6;
}

/* Hss Uc */

/* ALCON */

.alcon_uclari_ic {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 50%;
    height: 125vh;
}

.alcon_uclari_ic img {
    position: absolute;
    top: 20px;
}

.hss_uclari_ic img {
    opacity: 0;
    transition: opacity 0.5s;
}

.hss_uclari_ic img.active {
    opacity: 1;
}

/* ALCON */

/* EGE GRUBU (FİLEX) */

.egeGrubuTable td {
    font-size: 14px;
}

.ege_grubu_resim {
    position: unset !important;
    opacity: 1 !important;
}

/* EGE GRUBU (FİLEX) */

/* ASMAKİLİTLER */

.asmaKilitler_resim {
    position: unset !important;
    opacity: 1 !important;
}

/* ASMAKİLİTLER */

/* GUVENLİKMKZ */

.gvn_div.active {
    opacity: 1 !important;
}

.gvn_div_alt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    background: white;
}

.gvn_div_alt div {
    margin: 20px;
}

.gvn_div_alt div img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.gvn_div_alt div p {
    font-size: 14px;
    color: unset;
}

.gvn_div_alt div b {
    font-size: 14px;
    color: unset;
}

.gvn_mlz_ic {
    height: 200vh;
}

/* GUVENLİKMKZ */

.table_id_qick {
    display: table !important;
}

/* ÜRÜN GRUPLARI */

#urun_gruplari_banner {
    background-image: url(../img/urun-gruplari-banner.jpg);
    height: 200px;
    position: relative;
    top: 0;
    z-index: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.urun_gruplari_ust_div {
    display: flex;
    flex-direction: column !important;
}

.urun_gruplari_baslik {
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

.urun_gruplari_galeri {
    display: flex;
    flex-wrap: wrap;
}

.urun_grup_resim_div {
    margin-right: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid #bbb;
    padding: 0px 0px 0 0px;
    transition: .5s;
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.urun_grup_resim_div a img {
    transition: 0.5s;
}

.urun_grup_resim_div:hover {
    border-color: #995858;
}

.urun_grup_resim_div:hover a img {
    opacity: 0.5;
}

/* ÜRÜN GRUPLARI */

.yazilar {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    z-index: 23456789;
}

.yazilar_img_1 {
    position: absolute;
    top: 10px;
    right: 30px;
    color: white;
    z-index: 23456789;
}

.yazilar_img_2 {
    position: absolute;
    bottom: 50px;
    right: 70px;
    color: white;
    z-index: 23456789;
}

.yazilar_img_3 {
    position: absolute;
    bottom: 50px;
    right: 70px;
    color: black;
    z-index: 23456789;
}

.yazilar_img_4 {
    position: absolute;
    bottom: 50px;
    right: 100px;
    color: white;
    z-index: 23456789;
}

.yazilar_img_5 {
    position: absolute;
    bottom: 50px;
    right: 100px;
    color: white;
    z-index: 23456789;
    text-align: right;
}

.swiper-slide p,
.swiper-slide b {
    opacity: 0;
}