html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input ,textarea
{
    margin: 0;
    font-family: "Asap", sans-serif;
    font-size: 12pt;
    font-weight:400;
    color: #454545;
    position: relative;
    z-index: 1;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
}
body {	
    background: #fff;
    overflow-x: hidden;

}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#2f4058;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#2f4058;
}
br {
  	content:"";
  	margin:0;
  	display:block;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#2f4058;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#2f4058;
}
* {
  box-sizing:border-box;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#c6c6c6;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#c6c6c6;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#c6c6c6;
}
:-moz-placeholder { /* Firefox 18- */
  color:#c6c6c6;
}
.clear {
    clear:both;
}
h2 {
	font-size: 48px;
    line-height: 1em;
    font-weight: bold;
}
.container {
    position: relative;
    width:1250px;
    margin: 0 auto;
}
.header {
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 100px;
    float: left;
}
.header:before {
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    left:0;
    top:0;
    background: linear-gradient(0deg, rgba(247,247,247,1) 68%, rgba(255,255,255,1) 84%, rgba(247,247,247,1) 100%);
    background:#fff;
}
.header .logo {
    float: left;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 99999999999;
}
.header .logo a {
    float: left;
}
.header .logo a img {
    float: left;
}
.header ul.menu {
    float: left;
    display: flex;
    width: calc(100% - 460px);
    align-content: center;
    justify-content: center;
}
.header ul.menu li {
    float: left;
    position: unset;
}
.header ul.menu li a {
    line-height:50px;
    padding: 0 12px;
    position: relative;
    float: left;
    font-weight:700;
    font-size: 13pt;
    margin-top: 25px;
    color:#000;
    transition: all .1s ease-in;
    padding-bottom: 25px;
}
.header ul.menu li a:hover {
    color:#454545;
}
.header ul.menu li a:before {
    content:"";
    position: absolute;
    width:0;
    height: 3px;
    background: #3caa36;
    bottom:25px;
    left:50%;
    transition: all .1s ease-in;
}
.header ul.menu li a:hover:before {
    width:100%;
    bottom:25px;
    left:0;
}
.header ul.menu li a i {
    color:#000;
    font-size: 14pt;
}
.header ul.menu li ul.submenu {
    display: block;
    position: absolute;
    width: 100%;
    left: -1000%;
    background: #fff;
    top:0;
    animation-delay: 3.5s;
    transition: all .1s;
    padding: 30px 0;
    z-index: -1;
}
.header ul.menu li ul.submenu:before {
    content:"";
    position: absolute;
    left:-1000px;
    top:0;
    width:1000px;
    height: 100%;
    background: #fff;
}
.header ul.menu li ul.submenu:after {
    content:"";
    position: absolute;
    right:-1000px;
    top:0;
    width:1000px;
    height: 100%;
    background: #fff;
}
.header ul.menu li:hover ul.submenu {
    display: block;
    animation-delay: 3.5s;
    transition: all .3s;
    left: 0;
    background: #fff;
    top: 100px;
}
.header ul.menu li ul.submenu .container {
    display: flex;
    width: 990px;
}
.header ul.menu li ul.submenu li {
    flex: 1;
    width: calc(100% / 3 - 30px);
    height: 300px;
    float: left;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    transition: all .1s ease-in;
    box-shadow: 0 0 0 1px #ebdcdc;
}
.header ul.menu li ul.submenu li a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: normal;
    margin-top: 0;
}
.header ul.menu li ul.submenu li:after {
    content: "";
    position: absolute;
    top: -100%;
    right: 0px;
    background: rgb(67 67 67);
    background: linear-gradient(0deg, rgb(67 67 67) 30%, rgb(99 99 99) 60%, rgb(67 67 67) 90%);
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all .1s ease-in;

}
.header ul.menu li ul.submenu li:hover:after {
    top:0;
}
.header ul.menu li ul.submenu li a .resim {
    float: left;
    width: 100%;
    text-align: center;
    height: 200px;
    padding:40px 20px 30px 20px;
    transition: all .1s ease-in;
}
.header ul.menu li ul.submenu li a .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .1s ease-in;
}
.header ul.menu li ul.submenu li a:hover img {
    zoom: 1.1;
}

.header ul.menu li ul.submenu li a .adi {
    width: 100%;
    height: 100px;
    float: left;
    text-align: center;
    position: relative;
    font-weight: 900;
    font-size:18pt;
    line-height: 100px;
    transition: all .1s ease-in;
}
.header ul.menu li ul.submenu li a:hover .adi {
    color: #fff;
}
.header ul.menu li ul.submenu li a .adi:before {
    content:"";
    position: absolute;
    top:0;
    left:40px;
    width: calc(100% - 80px);
    background: #ebdcdc;
    height: 1px;
}
.header ul.menu li ul.submenu li a:hover .adi:before {
    background: #666;
}
.header ul.menu li ul.submenu li a:before {
    display: none;
}











.header .head-sag {
    float: right;
}
.header .head-sag .dil {
    float: left;
    width:100px;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.header .head-sag .dil:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #c1c1c1;
    top: 25px;
    left: 50%;
}
.header .head-sag .dil li {
    float: left;
    width: 50%;
    text-align: center;
}
.header .head-sag .dil li a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    font-size: 12pt;
    position: relative;
    top: 20px;
}
.header .head-sag .social {
    float: left;
    width:50px;
    height: 100px;
    position: relative;
    background: #008136;
    cursor: pointer;
}
.header .head-sag .arama {
    float: left;
    width:50px;
    height: 100px;
    position: relative;
    background: #176f3c;
    cursor: pointer;
}
.header .head-sag .arama:before,
.header .head-sag .social:before {
    content:"";
    position: absolute;
    width:100%;
    height:100px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 68%, rgb(255 255 255 / 20%) 84%, rgba(255, 255, 255, 0) 100%);
    left:0;
    top:0;
    z-index:-10;
}
.header .head-sag .arama:after,
.header .head-sag .social:after {
    content:"";
    position: absolute;
    top:-100px;
    left:0;
    width:100%;
    height: 100%;
    background: #03612a;
    z-index: -11;
    transition: all .1s ease-in;
}
.header .head-sag .arama:hover:after,
.header .head-sag .social:hover:after {
    top:0;
}
.header .head-sag .social img,
.header .head-sag .arama img {
    width: 50px;
    height: 100px;
    object-fit: none;
}
.slider {
    width: 100%;
    float: left;
    overflow: hidden;
}
.slider img {
    width: 100%;
    float: left;
}
.slider .slider-text {
    position: absolute;
    bottom:80px;
    right: 0;
    width: 180px;
    display: none;
}
.slider .slider-text strong {
    color:#fff;
    font-size: 20pt;
    width: 100%;
    float: left;
    font-weight:500;
    text-align: right;
}
.slider .slider-text span {
    color:#fff;
    font-size: 20pt;
    width: 100%;
    float: left;
    font-weight: 100;
    text-align: right;
}
.slider .pagination {
    padding: 0 120px;
    text-align: right;
    top:2px;
}
.slider-ileri, .slider-geri {
    position: absolute;
    right: 0;
    cursor: pointer;
}
.slider-ileri i {
    background: rgb(0, 129, 54);
    background: linear-gradient(0deg, rgba(0, 129, 54, 1) 68%, rgba(6, 158, 69, 1) 84%, rgba(0, 129, 54, 1) 100%);
    width: 50px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18pt;
    position: absolute;
    right: 0;
    bottom:0;
}
.slider-geri i {
    background: rgb(3 97 42);
    background: linear-gradient(0deg, rgb(3 97 42) 68%, rgb(11 137 63) 84%, rgb(3 97 42) 100%);
    width: 50px;
    height: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18pt;
    position: absolute;
    right: 50px;
    bottom:0;
}
.urun-gruplari {
    float: left;
    width: 100%;
    padding:80px 0 80px 0;
    background: #fff;
    overflow: hidden;
}
.urun-gruplari .sol {
    float: left;
    width: 270px;
    padding: 90px 40px 90px 0;
    /*background: #f8f8f8;*/
    position: relative;
    margin-top: 75px;
    height: 390px;
}
.urun-gruplari .sol:before {
    content:"";
    position: absolute;
    left:-3000px;
    top:0;
    width:3000px;
    height: 100%;
    /*background: #f8f8f8;*/
}
.urun-gruplari .sol .baslik {
    font-size: 32pt;
    font-weight: 900;
    color: #16813c;
}
.urun-gruplari .sol .baslik strong {
    font-size: 32pt;
    font-weight: 900;
    color: #3caa36;
}
.urun-gruplari .sol p {
    float: left;
    width: 100%;
    line-height: 28px;
    padding-right: 10px;
}
.urun-gruplari .sag {
    float: left;
    width:980px;
    position: relative;
}
.urun-gruplari .sag:before {
    content: "";
    position: absolute;
    right: -3030px;
    top: 75px;
    width: 3000px;
    height: 390px;
    /*background: #f8f8f8;*/
}

.urun-gruplari .sag a {
    width: calc(100% / 3 - 30px);
    height: 540px;
    /* box-shadow: 0 0 0 1px #0000000a; */
    float: left;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    transition: all .1s ease-in;
    background: rgb(0, 129, 54);
    background: linear-gradient(0deg, rgb(244 244 244) 68%, rgb(204 204 204) 84%, rgb(244 244 244) 100%);
}
.urun-gruplari .sag a:hover {
    box-shadow: 0 0 0 1px #0000000a;
}
.urun-gruplari .sag a:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/urun-bg.png) no-repeat;
    width: 259px;
    height: 217px;
    z-index: 9;
}
.urun-gruplari .sag a:after {
    content: "";
    position: absolute;
    top: -100%;
    right: 0px;
    background: rgb(0, 129, 54);
    background: linear-gradient(0deg, rgba(0, 129, 54, 1) 68%, rgba(6, 158, 69, 1) 84%, rgba(0, 129, 54, 1) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all .1s ease-in;

}
.urun-gruplari .sag a:hover:after {
    top:0;
}
.urun-gruplari .sag a .resim {
    float: left;
    width: 100%;
    text-align: center;
    height:350px;
    padding: 30px;
    transition: all .1s ease-in;
}
.urun-gruplari .sag a:hover .resim {
    padding: 10px;
}
.urun-gruplari .sag a .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .1s ease-in;
}
.urun-gruplari .sag a:hover img {
    zoom: 1.1;
}

.urun-gruplari .sag a .adi {
    width: 100%;
    height: 180px;
    float: left;
    text-align: center;
    position: relative;
    font-weight: 900;
    font-size: 25pt;
    line-height: 40px;
    padding: 55px 40px;
    color: #43aa42;
    transition: all .1s ease-in;
}
.urun-gruplari .sag a:hover .adi {
    color: #fff;
}
.urun-gruplari .sag a .adi:before {
    content:"";
    position: absolute;
    top:0;
    left:40px;
    width: calc(100% - 80px);
    background: #ebdcdc;
    height: 1px;
}
.urun-gruplari .sag a:hover .adi:before {
    background: #069843;
}
.kurumsal {
    float: left;
    width: 100%;
    background: #fff;
    margin-top:80px;
}
.kurumsal .orta {
    right: 0;
    top: 0;
    position: absolute;
    width: calc(100% - 490px);
    height: 520px;
    z-index: -1;
}
.kurumsal .orta img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kurumsal .sol {
    float: left;
    width: calc(20%);
    padding: 60px 0;
    position: relative;
}
.kurumsal .sol:before {
    content:"";
    position: absolute;
    left:0;
    width:500px;
    height: 100%;
    top:0;
    background: #ffffff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
.kurumsal .sol .ustbaslik {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 36pt;
    color: #3caa36;
}
.kurumsal .sol .baslik {
    font-size: 32pt;
    font-weight: 900;
    color: #16813c;
}
.kurumsal .sol .baslik strong {
    font-size: 32pt;
    font-weight: 900;
    color: #3caa36;
}
.kurumsal .sol p {
    float: left;
    width: 100%;
    line-height: 28px;
}
.kurumsal .sol a {
    float: left;
    font-weight: 700;
    font-size: 13pt;
    margin-top: 10px;
}
.cevredostu {
    float: left;
    width: 100%;
    padding:0 0;
    background: #f9f9f9;
}
.cevredostu .cvr {
    float: left;
    width:150px;
}
.cevredostu .sag {
    position: absolute;
    width: calc(50%);
    padding: 60px 0;
    border-radius: 0;
    top: 140px;
}
.cevredostu .sag .ustbaslik {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 900;
    font-size: 36pt;
    color: #3caa36;
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 80px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.cevredostu .sag .baslik {
    font-size: 32pt;
    font-weight: 900;
    color: #16813c;
    width: 100%;
    float: left;
}
.cevredostu .sag .baslik strong {
    font-size: 32pt;
    font-weight: 900;
    color: #3caa36;
}
.cevredostu .sag p {
    float: left;
    width: 70%;
    line-height:24px;
    text-align: center;
    margin-left: 130px;
}
.cevredostu .sag a {
    float: left;
    font-weight: 700;
    font-size: 13pt;
    margin-top: 10px;
}
.cevredostu .sag-resim {
    position: relative;
    right: 0;
    top: 0;
    z-index: -1;
    height: 440px;
    overflow: hidden;
    width: 100%;
}
.cevredostu .sag-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.haberler-alan {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #f4f4f4;
}
.haberler-alan .baslik {
    font-size: 32pt;
    font-weight: 900;
    color: #16813c;
}
.haberler-alan .baslik strong {
    font-size: 32pt;
    font-weight: 900;
    color: #3caa36;
}
.haberler-alan p {
    float: left;
    width: 100%;
    padding-top:10px;
}
.haberler-alan .haberler {
    float: left;
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}
.haberler-alan .haberler a {
    float: left;
    width: 100%;
}
.haberler-alan .haberler a .resim {
    float: left;
    width: 100%;
    height: 220px;
    position: relative;
}
.haberler-alan .haberler a .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.haberler-alan .haberler a .haberbaslik {
    font-size: 14pt;
    font-weight: 800;
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.haberler-alan .haberler a .resim:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/haberler-bg.png) no-repeat;
    width:390px;
    height:220px;
    z-index: 9;
}
.haberler-alan .haberpagination {
    position: absolute;
    right: 0;
    top: 40px;
}
.haberler-alan .haberpagination .swiper-pagination-bullet {
    background: #16813c;
}
.tasarim,
.kalip,
.seri-uretim,
.sevkiyat {
    float: left;
    width:calc(50% - 45px);
    height: 300px;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .1s ease-in;
}
.tasarim:hover,
.kalip:hover,
.seri-uretim:hover,
.sevkiyat:hover {
    background-position: center center;
}
.tasarim:hover a:before, 
.kalip:hover a:before, 
.seri-uretim:hover a:before, 
.sevkiyat:hover a:before {
    opacity:0;
}
.tasarim:hover a,
.kalip:hover a,
.seri-uretim:hover a,
.sevkiyat:hover a {
    font-size: 0;
}

.kalip,
.sevkiyat {
    margin-left: 30px;
}
.seri-uretim,
.sevkiyat {
    margin-top: 30px;
}

.tasarim a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 300px;
    padding-right: 50px;
    font-weight: 900;
    font-size: 32pt;
    color: #fff;
    position: relative;
    transition: all .1s ease-in;

}
.kalip a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 300px;
    padding-left: 50px;
    font-weight: 900;
    font-size: 32pt;
    color: #fff;
    transition: all .1s ease-in;

}
.seri-uretim a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 300px;
    padding-right: 50px;
    font-weight: 900;
    font-size: 32pt;
    color: #fff;
    transition: all .1s ease-in;

}
.sevkiyat a {
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 300px;
    padding-left: 50px;
    font-weight: 900;
    font-size: 32pt;
    color: #fff;
    transition: all .1s ease-in;

}
.altgrup {
    float: left;
    width: 100%;
    position: relative;
    background: #f4f4f4;
}
.altgrup .altlogo {
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgb(229 229 229);
    background: linear-gradient(0deg, rgb(229 229 229) 68%, rgba(255, 255, 255, 1) 84%, rgb(229 229 229) 100%);
    padding: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 195px;
    border-radius: 50%;
    border: 10px solid #3caa36;
    box-shadow: 0 0 100px 20px #10612e;
}
.altgrup .altlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tasarim a:before,
.kalip a:before,
.seri-uretim a:before,
.sevkiyat a:before
 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
    z-index: -1;
}
.baski-teknikleri {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #f4f4f4;
}
.baski-teknikleri .baslik {
    font-size: 32pt;
    font-weight: 900;
    color: #16813c;
    width: 100%;
    text-align: center;
}
.baski-teknikleri .baslik strong {
    font-size: 32pt;
    font-weight: 900;
    color: #3caa36;
}
.baski-teknikleri .altbaslik {
    font-size:24pt;
    font-weight: 900;
    width: 100%;
    margin-top: 20px;
    float: left;
}
.baski-teknikleri p {
    float: left;
    width: 100%;
    padding-top: 10px;
    letter-spacing: -.5px;
}
.baski-teknikleri ul {
    float: left;
    width: 100%;
    padding: 0 50px;
    position: relative;
    margin-top: 70px;
}
.baski-teknikleri ul:before {
    content:"";
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background: #e0e1e1;
}
.baski-teknikleri ul li {
    float: left;
    width:51%;
    padding-right: 50px;
}
.baski-teknikleri ul li .teknik-baslik {
    float: left;
    width:100%;
    text-align: right;
    font-size: 24pt;
    font-weight: 900;
    width: 100%;
    position: relative;
}
.baski-teknikleri ul li .teknik-icerik {
    float: left;
    width:100%;
    text-align: right;
    line-height: 28px;
}

.baski-teknikleri ul li:nth-child(even) {
    float: right;
    padding-left: 50px;
}
.baski-teknikleri ul li:nth-child(even) .teknik-baslik {
    float: left;
    width:100%;
    text-align: left;
}
.baski-teknikleri ul li:nth-child(even) .teknik-icerik {
    float: left;
    width:100%;
    text-align: left;
}




.footer {
    width: 100%;
    float: left;
    padding-top: 80px;
}
.footer .footer-ust .sosyal .baslik {
    float: left;
    font-size: 14pt;
    line-height: 33px;
}
.footer .footer-ust .sosyal .baslik strong {
    font-size: 14pt;
    font-weight: 700;
}
.footer .footer-ust .sosyal ul {
    float: left;
    margin-left:15px;
}
.footer .footer-ust .sosyal ul li {
    float: left;
    margin-left:5px;
}
.footer .footer-ust .sosyal ul li a {
    float: left;
}
.footer .footer-ust .sosyal ul li a i {
    float: left;
    background: #424242;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 9pt;
}
.footer .footer-ust .telefon {
    margin-left: 35px;
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0 25px 0 50px;
    background: #3caa36;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.footer .footer-ust .telefon span {
    color: #fff;
}
.footer .footer-ust .telefon::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 20px;
    background: url(../images/telicon.png) no-repeat;
    width: 20px;
    height: 20px;
}
.footer .footer-ust .sosyal {
    float: right;
}
.footer .footer-ust {
    float: left;
    width: 100%;
    position: relative;
}
.footer .footer-ust:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: calc(100% / 2);
    height: 1px;
    background: #e0e1e1;
}
.footer .footer-orta {
    float: left;
    width: 100%;
    margin-top: 70px;
}
.footer .footer-orta .footer-logo {
    float: left;
    width: 320px;
    margin-right: 200px;
}
.footer .footer-orta .footer-logo img {
    float: left;
}
.footer .footer-orta .foot-menu {
    float: left;
    width: calc(100% / 2 - 260px);
}
.footer .footer-orta .foot-menu .baslik {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 24pt;
}
.footer .footer-orta .foot-menu ul {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.footer .footer-orta .foot-menu ul li {
    float: left;
    width:50%;
}
.footer .footer-orta .foot-menu ul li a {
    width: 100%;
    float: left;
    line-height:30px;
}
.footer .footer-alt {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.footer .footer-alt strong {
    font-weight: 700;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    z-index: 2400;
    padding: 0;
    background: #17cd06;
    color: #fff;
    width: 60px;
    right: 20px;
    border-radius: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .3s ease-in;
}
.whatsapp i {
	width: 60px;
    height: 60px;
    text-align: center;
    padding: 15px;
    font-size: 23pt;
	color:#fff;
}
.banner {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.banner .adi {
    width: 70%;
    float: left;
    font-weight: 700;
    font-size:24pt;
    margin-top: 60px;
}
.banner .adi strong {
    font-weight:700;
    font-size:24pt;
}
.banner .adi span {
    font-weight: 300;
    font-size:24pt;
}
.banner ul.map {
    float: left;
    margin-top: 10px;
    width: 70%;
}
.banner ul.map li a, .banner ul.map li, .banner ul.map i  {
    color: #b9b9b9;
    float: left;
    transition: all .1s ease-in;
    font-size: 11pt;
    font-weight: 200;
    text-transform: uppercase;
}
.banner ul.map li a:hover  {
    color: #454545;
}
.banner ul.map i {
    padding: 0 10px;
}
.banner .paylas {
    position: absolute;
    right: 0;
    top: 45px;
    background: url(../images/paylas.png) no-repeat;
    width: 210px;
    height: 70px;
    background-position: right;
}
.banner .paylas ul {
    float: right;
    border:1px solid hsl(180deg 1.64% 88.04%);
    margin-top: 30px;
    width: 214px;
    margin-right: 40px;
}
.banner .paylas ul li {
    float: left;
    width: 52px;
    line-height: 38px;
    margin-left: 1px;
    text-align: center;
    position: relative;
}
.banner .paylas ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: 24px;
    background: #454545;
    opacity: .3;
}
.banner .paylas ul li:nth-child(4):after {
    display:none;
}
.banner .paylas ul li a {
    width: 100%;
    height: 100%;
    float: left;
    font-size:12pt;
}
.banner .paylas ul li a i {
    color: #454545;
}
.sayfa {
    width: 100%;
    float: left;
}
.sayfa .urun-detay {
    width: 100%;
    float: left;
    position: relative;
  }
.sayfa .urun-detay:before {
    content: "";
    position: absolute;
    left: calc(-3000px + 50%);
    top: 0px;
    width: 3000px;
    height:calc( 100% );
    background: #f4f4f4;
}
  .sayfa .urun-detay .resim {
    width:50%;
    float: left;
    height: 600px;
    overflow: hidden;
  }
  .sayfa .urun-detay .resim .gallery a:before,
  .sayfa .urun-detay .resim .gallery a:after {
    display: none!important;
  }
  .sayfa .urun-detay .resim .gallery {
    width: 100%;
    float: left;
    height: 600px;
    margin-top: 0;
    padding: 60px;
  }
  .sayfa .urun-detay .resim .gallery a {
    padding: 0;
    width: 100%;
    float: left;
    height: 100%;
  }
  .sayfa .urun-detay .resim .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sayfa .urun-detay .bilgiler {
    float: left;
    width: calc(50% - 60px);
    margin-left: 60px;
  }
  .sayfa .urun-detay .bilgiler .adi {
    font-weight: 600;
    font-size: 20pt;
    width: 100%;
    float: left;
  }
  .sayfa .urun-detay .bilgiler .kodu {
    background: linear-gradient(46deg, rgb(225 32 38) 35%, rgb(144 11 15) 100%);
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
    float: left;
    color: #fff;
    padding: 0 20px;
    width: auto;
    margin-top: 10px;
  }
  .sayfa .urun-detay .bilgiler .altbilgi {
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    float: left;
    font-weight: 400;
    font-size: 12pt;
  }
  .sayfa .urun-detay .bilgiler .altbilgi b {
    font-weight: 700;
  }
  .sayfa .urun-detay .bilgiler .altbilgi p {
    float: left;
    width: 100%;
    padding-bottom: 10px;
  }
  .sayfa .urun-detay .resim .urun-slider {
    width: 100%;
    overflow: hidden;
}
.sayfa .urun-detay .bilgiler .kod {
    float: right;
    background: #fff;
}
.sayfa .urun-detay .bilgiler .kod span {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: 300;
    font-size: 24pt;
}
.sayfa .urun-detay .bilgiler .kod strong {
    float: left;
    width: 100%;
    text-align: right;
    font-weight:700;
    font-size: 24pt;
}
.sayfa .urun-detay .bilgiler .urunadi {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16pt;
}
.sayfa .urun-detay .bilgiler .urunadi span {
    font-weight: 300;
    font-size:20pt;
    float: left;
}
.sayfa .urun-detay .bilgiler .urunadi strong {
    float: left;
    font-weight:700;
    font-size:20pt;
}

.sayfa .urun-detay .bilgiler .ozellikler {
    float: right;
    width: 100%;
    display: flex;
    margin-top:40px;
}
.sayfa .urun-detay .bilgiler .ozellikler .ozellik {
    flex:1;
    text-align: center;
    position: relative;
}
.sayfa .urun-detay .bilgiler .ozellikler .ozellik:before {
    content:"";
    position: absolute;
    right:0;
    top:0px;
    width: 1px;
    height:120px;
    background: #e0e1e1;
}
.sayfa .urun-detay .bilgiler .ozellikler .ozellik:last-child:before {
    display: none;
}
.sayfa .urun-detay .bilgiler .ozellikler .ozellik .ozellikbaslik {
    line-height: 60px;
    border-bottom: 1px solid #e0e1e1;
    font-weight: 300;
    font-size: 11pt;
}
.sayfa .urun-detay .bilgiler .ozellikler .ozellik .ozellikicerik {
    line-height: 60px;
    font-weight: 600;
}
.sayfa .urun-detay .bilgiler .aciklama {
    float: right;
    text-align: right;
    margin-top: 40px;
    background: #454545;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 11pt;
    color: #fff;
}
.sayfa .urun-detay .bilgiler .teknik-ozellikler {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 40px;
    display: flex;
}
.sayfa .urun-detay .bilgiler .teknik-ozellikler .teknik {
    display: flex;
    margin-right: 15px;
    background: #f4f4f4;
}
.sayfa .urun-detay .bilgiler .teknik-ozellikler .teknik img {
    width: 100%;
    padding:15px;
}
.sayfa .benzer-urunler {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 60px 0;
}
.sayfa .benzer-urunler:before {
    content: "";
    position: absolute;
    left: calc(-3000px);
    top: 0px;
    width: 3000px;
    height:calc( 100% );
    background: #fff;
}
.sayfa .benzer-urunler:after {
    content: "";
    position: absolute;
    right: calc(-3000px);
    top: 0px;
    width: 3000px;
    height:calc( 100% );
    background: #fff;
}

.sayfa .benzer-urunler .baslik {
    font-size: 24pt;
    font-weight: 900;
    width: 100%;
    float: left;
    text-align: center;
}
.sayfa .benzer-urunler .benzer {
    float: left;
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}
.sayfa .benzer-urunler .benzer a {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 20px;
    transition: all .1s ease-in;
}
.sayfa .benzer-urunler .benzer a:hover {
    background: #454545;
}
.sayfa .benzer-urunler .benzer a .resim {
    float: left;
    width: 100%;
    height: 160px;
    padding: 10px;
    transition: all .1s ease-in;
}
.sayfa .benzer-urunler .benzer a:hover .resim {
    padding: 0;
}
.sayfa .benzer-urunler .benzer a .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .benzer-urunler .benzer a .urun-kodu {
    float: left;
    width: 100%;
    margin-top: 10px;
    transition: all .1s ease-in;
}
.sayfa .benzer-urunler .benzer a .urun-kodu span {
    float: left;
    font-weight: 300;
    font-size:18pt;
    transition: all .1s ease-in;
}
.sayfa .benzer-urunler .benzer a .urun-kodu strong {
    float: left;
    font-weight:700;
    font-size:18pt;
    transition: all .1s ease-in;
}
.sayfa .benzer-urunler .benzer a .urunadi {
    float: left;
    width: 100%;
    margin-top: 10px;
    transition: all .1s ease-in;
}
.sayfa .benzer-urunler .benzer a:hover .urun-kodu,
.sayfa .benzer-urunler .benzer a:hover .urun-kodu span,
.sayfa .benzer-urunler .benzer a:hover .urun-kodu strong,
.sayfa .benzer-urunler .benzer a:hover .urunadi {
    color: #fff;
}



.sayfa .urun-detay .bilgiler .kisabilgiler {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.sayfa .urun-detay .bilgiler .kisabilgiler h3 {
    font-family: "Asap", sans-serif !important;
    font-size: 15pt;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.sayfa .urun-detay .bilgiler .kisabilgiler p {
    font-size: 11pt !important;
    font-family: "Asap", sans-serif !important;
    margin-bottom: 10px !important;
    float: left !important;
    width: 100% !important;
}
.sayfa .urun-detay .bilgiler .kisabilgiler .icerik {
    font-weight: 300;
    font-size: 10pt;
    float: left;
    width: 100%;
    line-height: 16pt;
}
.sayfa .urun-detay .bilgiler .kisabilgiler .baslik {
    font-weight: 600;
    font-size: 13pt;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.urunpagination {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    right: 20px;
}
.urunpagination .swiper-pagination-bullet{
    background: #333;
}


















.sayfa .sol {
    width: 890px;
    float: left;
}
.sayfa .sol .resim {
    float: left;
    width: 100%;
    height:350px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.sayfa .sol .resim img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.sayfa .sol .baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    color: #222;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sayfa .sol .aciklama {
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 400;
    font-size: 12pt;
}
.sayfa .sol .aciklama p {
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    font-weight: 400;
    font-size: 12pt;
}
.sayfa .sol .aciklama p b,
.sayfa .sol .aciklama p strong,
.sayfa .sol .aciklama b,
.sayfa .sol .aciklama strong {
    font-weight: 700;
    font-size: 14pt;
}
.sayfa .sol .aciklama p ul,
.sayfa .sol .aciklama p ol,
.sayfa .sol .aciklama ul,
.sayfa .sol .aciklama ol {
    font-weight: 400;
    font-size: 12pt;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    line-height: 20pt;
    padding-left: 40px;
}
.sayfa .sol .aciklama p ul li,
.sayfa .sol .aciklama ul li {
    float: left;
    width: 100%;
    list-style: disc;
}
.sayfa .sol .aciklama p ol li,
.sayfa .sol .aciklama ol li {
    float: left;
    width: 100%;
    list-style: decimal;
}
.sayfa .sol .aciklama a.katalog {
    width: 220px;
    height: 310px;
    float: left;
    border-radius:30px;
    overflow: hidden;
    position: relative;
}
.sayfa .sol .aciklama a.katalog i {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 250px;
    border-bottom: 5px solid #fff;
    text-align: center;
    font-size: 50pt;
    background: #8886a2;
}
.sayfa .sol .aciklama a.katalog span {
    float: left;
    width: 100%;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background: #7c7b95;
}
.sayfa .sol .aciklama a.katalog small {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.sayfa .sag {
    float: right;
    width: 300px;
    margin-left:60px;
}
.sayfa .sag ul.solmenu {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    border-bottom: 5px solid #ffffff;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 30px 26px 26px 26px;
    background: #4c4c4d;
}
.sayfa .sag ul.solmenu li {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}
.sayfa .sag ul.solmenu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14pt;
    font-weight: bold;
    padding:0 20px;
    position: relative;
    transition: all .1s ease-in;
    width: 100%;
    line-height: 35px;
    color:#fff;
}
.sayfa .sag ul.solmenu li a:hover {
    padding:0 0 0 30px;
}
.sayfa .sag .baslik {
    font-size: 24pt;
    color: #fff;
    float: left;
    width: 100%;
    height: 90px;
    background: #454545;
    padding: 30px 0;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sayfa .sag .menu-alt {
    width: 100%;
    float: left;
    background: #4c4c4d;
    height: auto;
    background-size: cover;
    padding: 20px 40px 60px 40px;
}
.sayfa .sag .menu-alt .sayfa-iletisim-baslik {
    font-weight: 600;
    font-size: 19pt;
    float: left;
    width: 100%;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sayfa .sag .menu-alt .aciklama {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 10pt;
    color: #fff;
}
.sayfa .sag .menu-alt a.git {
    float: left;
    width: 100%;
    height: 55px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-top: 20px;
    line-height: 53px;
    color: #ffffff;
    padding: 0 30px;
    transition: .3s;
}
.sayfa .sag .menu-alt a.git:hover {
    background: #ffffff;
    color: #000;
}
.sayfa .sag .menu-alt a.git i {
    float: right;
    color: #ffffff;
    line-height:51px;
    font-size: 16pt;
	transition: all .1s ease-in;
}
.sayfa .sag .menu-alt a.git:hover i {
    float: right;
    color: #000;
    margin-right: -10px;
}
#arrowclk {
    display: none;
}
.sayfa .tam1 {
    float: left;
    width: 100%;
}
.sayfa .tam1 .gallery,
.sayfa .sol .gallery {
    float: left;
    width: 100%;
}
.sayfa .tam1 .gallery a,
.sayfa .sol .gallery a {
    width:calc(20% - 24px);
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}
.sayfa .tam1 .gallery a:nth-child(5n+1),
.sayfa .sol .gallery a:nth-child(5n+1) {
    margin-left: 0;
}
.sayfa .tam1 .gallery a img,
.sayfa .sol .gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfa .tam {
    float: left;
    width: 100%;
}
.sayfa .tam a.katalog {
    float: left;
    width:100%;
    font-weight:600;
    font-size: 18pt;
    margin-bottom: 20px;
}
.sayfa .tam a.katalog .resim {
    width: 50%;
    float: left;
    height: 300px;
}
.sayfa .tam a.katalog .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .tam a.katalog .baslik {
    float: left;
    width: 50%;
    font-weight: 800;
    font-size: 32pt;
    line-height: 300px;
}

.sayfa .sol .tarih {
    float: left;
    background: #f4f4f4;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 10pt;
    margin-bottom: 10px;
}
.sayfa .tam .duyuru {
    float: left;
    width: calc(100% / 3 - 40px);
    margin-left: 60px;
    margin-top: 60px;
}
.sayfa .tam .duyuru:nth-child(3n+1) {
    margin-left: 0;
}
.sayfa .tam .duyuru .resim {
    float: left;
    width: 100%;
    height: 200px;
}
.sayfa .tam .duyuru .resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sayfa .tam .duyuru:nth-child(-n + 3) {
    margin-top:0;
}
.sayfa .tam .duyuru .tarih {
    position: absolute;
    color: #fff;
    top: 20px;
    padding: 4px 7px;
    right: 20px;
    background: #3caa36;
    font-size: 9pt;
}
.sayfa .tam .duyuru .baslik {
    font-size: 14pt;
    font-weight: 800;
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.sayfa .tam .iletisim-bilgileri {
    float: left;
    width: 40%;
    background: #f4f4f4;
    padding: 50px 30px;
    height: 600px;
}
.sayfa .tam .iletisim-bilgileri .adres,
.sayfa .tam .iletisim-bilgileri .telefon,
.sayfa .tam .iletisim-bilgileri .faks,
.sayfa .tam .iletisim-bilgileri .web,
.sayfa .tam .iletisim-bilgileri .eposta {
    float: left;
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #e9e8e8;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    font-size: 13pt;
}
.sayfa .tam .iletisim-bilgileri .adres i,
.sayfa .tam .iletisim-bilgileri .telefon i,
.sayfa .tam .iletisim-bilgileri .faks i,
.sayfa .tam .iletisim-bilgileri .web i,
.sayfa .tam .iletisim-bilgileri .eposta i {
    background: #e9e8e8;
    border-radius: 50%;
    color: #454545;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16pt;
    margin-right: 10px;
}
.sayfa .tam .harita {
    float: left;
    width: calc(60% - 60px);
    margin-left: 60px;
}
.sayfa .tam .urunler a {
    float: left;
    width: calc(100% / 3 - 20px);
    background: #f4f4f4;
    padding: 20px;
    margin-left: 30px;
    margin-top: 30px;
    transition: all .1s ease-in;
}
.sayfa .tam .iletisim-bilgileri .konumupaylas {
    margin-left: 0;
    float: right;
    height: 50px;
    line-height: 50px;
    background: #3caa36;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    display:none;
}
.sayfa .tam .iletisim-bilgileri .konumupaylas a {
    color: #fff;
    font-weight: 600;
}

.sayfa .tam .urunler a:nth-child(3n+1) {
    margin-left: 0;
}
.sayfa .tam .urunler a:nth-child(-n + 3) {
    margin-top:0;
}
.sayfa .tam .urunler a:hover {
    background: #454545;
}
.sayfa .tam .urunler a .resim {
    float: left;
    width: 100%;
    height: 300px;
    padding:50px;
    transition: all .1s ease-in;
}
.sayfa .tam .urunler a:hover .resim {
    padding:30px;
}
.sayfa .tam .urunler a .resim img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sayfa .tam .urunler a .urun-kodu {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 900;
    font-size: 18pt;
    transition: all .1s ease-in;
}
.sayfa .tam .urunler a .urun-kodu span {
    float: left;
    font-weight: 300;
    font-size:18pt;
    transition: all .1s ease-in;
}
.sayfa .tam .urunler a .urun-kodu strong {
    float: left;
    font-weight:700;
    font-size:18pt;
    transition: all .1s ease-in;
}
.sayfa .tam .urunler a .urunadi {
    float: left;
    width: 100%;
    margin-top: 10px;
    transition: all .1s ease-in;
}
.sayfa .tam .urunler a:hover .urun-kodu,
.sayfa .tam .urunler a:hover .urun-kodu span,
.sayfa .tam .urunler a:hover .urun-kodu strong,
.sayfa .tam .urunler a:hover .urunadi {
    color: #fff;
}
.respmen,.mobmen{
  display:none;
}
.respmen {
  display:none;
}
#arrowclk, #mobmenac1, #mobmenac2 {
    display: block;
    right: 0;
    color: #fff;
    line-height: 90px;
    top: 0;
    position: absolute;
    width: 90px;
    background: #575454;
    text-align: center;
}
@media(max-width:1200px) {
  .header  {
    display:none;
  }
  .respmen,.mobmen{
    display:block;
  }
  .respmen {
    display:block;
  }
  #arrowclk, #mobmenac1, #mobmenac2 {
    display: block;
  }
  body {
    background:#fff;
  }
  .respmen {
    background-color:#fff;
    color: #454545;
    position: fixed;
    width: 75%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    left: -75%;
    display:block !important;
    z-index:9999999999;
    cursor: pointer;
    text-align: center;
  }
  .menlog {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 10px;
    height: 100px;
  }
  .menlog a {
    float: left;
    max-width: 100%;
    height: 100px;
  }
  .menlog img {
    position: relative;
    z-index: 9999;
    object-fit: scale-down;
    padding: 0 15px;
    width: 100%;
    height: 100%;
  }
  .respmen ul.menu {
    width: 100%;
    float: left;
    margin-top: 10px;
    display: block;
    background: no-repeat;
    height: auto;
    text-align: left;
    border-top: none;
    padding-top: 0;
  }
  .respmen ul.menu li {
    color: #fff;
    font-size: 15px;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
  }
  .respmen ul.menu li a {
    color: #454545;
    font-size: 16pt;
    line-height: 50px;
    font-weight: 600;
    width: 100%;
    float: left;
    text-align: center;
  }
  .respmen ul.menu li ul.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0;
    left: 0;
    display: none;
    z-index: 999999999;
    background: #231f20;
    top:35px;
    padding: 10px 26px 26px 26px;
    width: 100%;
    border-top: 5px solid #134a75;
  }
  .respmen ul.menu li:hover > ul.submenu,
  .respmen ul.menu li ul.submenu:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .respmen ul.menu li ul.submenu li {
    clear: both;
    width: 100%;
  }
  .respmen ul.menu li ul.submenu li a {
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid #3b3637;
    line-height: 35px;
    font-weight: 700;
    padding: 0;
  }
  .respmen ul.menu li ul.submenu li a:hover {
    padding-left: 10px;
  }

  .res-secenek {
    border-bottom: 1px solid #3f5265;
  }
  .respmen .fa-angle-right {
    float: right;
    margin-right: 3%;
  }
  .resport {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgb(255 255 255 / 87%);
    display: none;
    z-index: 9998;
  }
  .mobmen {
    display: block;
    height: 100px;
    color: #fff;
    width: 100%;
    z-index: 9998;
    position: relative;
    padding: 0;
  }
  .mobmen div a {
    float: left;
    height: 50px;
    margin-top:25px;
    margin-left: 20px;
  }
  .mobmen img {
    margin-left: 0;
    float: left;
    position: relative;
    z-index: 9999;
    object-fit: scale-down;
    width: 100%;
    height: 100%;
  }
  .mobmen .fa-bars {
    font-size: 30px;
    margin-right: 0;
    margin-top: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    width: 70px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(3 97 42);
    background: linear-gradient(0deg, rgb(3 97 42) 68%, rgb(11 137 63) 84%, rgb(3 97 42) 100%);
  }
  .container {
    width: 100%;
    padding: 0 30px;
    max-width: 100%!important;
  }
  .footer {
    padding: 50px 0 0 0;
  }
  .footer .footer-ust .sosyal {
    margin-top: 20px;
  }
  .footer .footer-orta {
    margin-top: 0;
  }
  .footer .footer-orta .footer-logo {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .footer .footer-orta .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }
  .footer .footer-orta .foot-menu {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .footer-orta .foot-menu ul {
    float: left;
    width: 100%;
    margin-top:10px;
  }
  .footer .footer-ust:before {
    display: none;
  }
  .banner .map {
    display: none;
  }
  .banner .paylas {
    display: none;
  }
  .urun-gruplari .sol {
    width: 100%;
    padding: 0;
    margin-top: 0;
    height: auto;
}
.urun-gruplari .sag {
    width: 100%;
}
.urun-gruplari .sag a {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0;
    margin-top: 30px;
}
.urun-gruplari {
    padding: 30px 0 30px 0;
}
.urun-gruplari .sag a .adi {
    height: auto;
    line-height: 30px;
    padding: 0;
    font-size: 20pt;
    padding-bottom: 20px;
}
.urun-gruplari .sag a .adi:before {
    display: none;
}
.cevredostu .sag-resim {
    display: none!important;
}
.cevredostu .sag {
    width: 100%;
    padding: 0;
}
.tasarim, .kalip, .seri-uretim, .sevkiyat {
    float: left;
    width: 100%;
    height: 200px;
    margin-left: 0;
}
.kalip, .sevkiyat {
    margin-left: 0;
    margin-top: 30px;
}
.seri-uretim, .sevkiyat {
    margin-top: 30px;
}
.altgrup .altlogo {
    display:none;
}
.haberler-alan {
    padding: 30px 0;
}
.baski-teknikleri {
    display:none;
}
.sayfa .tam .urunler a {
    width: calc(100%);
    padding: 20px;
    margin-left: 0;
    margin-top: 30px;
}
.sayfa .tam .urunler a:nth-child(-n + 3) {
    margin-top: 30px;
}
.sayfa .tam .urunler a:nth-child(-n + 1) {
    margin-top: 0;
}
.sayfa .tam .urunler a .resim {
    float: left;
    width: 100%;
    height: 250px;
    padding: 20px;
    transition: all .1s ease-in;
}
.banner .adi {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 20pt;
    margin-top: 60px;
}
.sayfa .benzer-urunler {
    display: none;
}
.sayfa .urun-detay .resim {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
}
.sayfa .urun-detay .resim .gallery {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 0;
    padding: 60px 0;
}
.sayfa .urun-detay:before {
    content: "";
    position: absolute;
    left: calc(-3000px + 100% + 30px);
    top: 0px;
    width: 3000px;
    height: 350px;
    background: #454545;
}
.sayfa .urun-detay .bilgiler {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
.sayfa .urun-detay .bilgiler .urunadi span {
    font-weight: 700;
    font-size: 16pt;
    float: left;
}
.sayfa .urun-detay .bilgiler .ozellikler .ozellik .ozellikbaslik {
    line-height: normal;
    border-bottom: 1px solid #e0e1e1;
    font-weight: 300;
    font-size: 11pt;
    height: 60px;
    padding: 20px 0;
}
.sayfa .urun-detay .bilgiler .teknik-ozellikler .teknik img {
    width: 100%;
    padding:0;
}
.sayfa .urun-detay .bilgiler .teknik-ozellikler .teknik {
    background: #fff;
}
.footer .footer-orta .foot-menu ul li a {
    font-size: 10pt;
}
.sayfa .tam .iletisim-bilgileri {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px 0px;
    height: auto;
}
.sayfa .tam .iletisim-bilgileri .adres, .sayfa .tam .iletisim-bilgileri .telefon, .sayfa .tam .iletisim-bilgileri .faks, .sayfa .tam .iletisim-bilgileri .web, .sayfa .tam .iletisim-bilgileri .eposta {
    float: left;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #e9e8e8;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    font-size: 13pt;
}
.sayfa .tam .harita {
    float: left;
    width: 100%;
    margin-left: 0;
    height: 400px!important;
}
.sayfa .tam .harita iframe {
    height: 400px!important;
}
.sayfa .tam a.katalog .resim {
    width: 100%;
    float: left;
    height: auto;
}
.sayfa .tam a.katalog .baslik {
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 24pt;
    line-height: normal;
    margin-top: 20px;
}
.sayfa .tam .duyuru {
    float: left;
    width: calc(100%);
    margin-left:0;
    margin-top:30px;
}
.sayfa .tam .duyuru:nth-child(-n + 3) {
    margin-top: 30px;
}
.sayfa .tam .duyuru:nth-child(-n + 1) {
    margin-top: 0;
}
.sayfa .tam .duyuru .baslik {
    font-size: 15pt;
    font-weight: 800;
    padding: 10px 0px 0px 0px;
    float: left;
    background: #fff;
    width: 100%;
    color: #454545;
}
.sayfa .sag .menu-alt {
    display:none;
}
.sayfa .sol {
    width: 100%;
    float: left;
}
.sayfa .sag {
    float: right;
    width: 100%;
    margin-left: 0;
}
.sayfa .sol .resim {
    height: auto;
}
.sayfa .tam1 .gallery a, .sayfa .sol .gallery a {
    width: calc(100% / 3 - 20px);
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}
.sayfa .tam1 .gallery a:nth-child(5n+1), .sayfa .sol .gallery a:nth-child(5n+1) {
    margin-left:30px;
}
.sayfa .tam1 .gallery a:nth-child(3n+1), .sayfa .sol .gallery a:nth-child(3n+1) {
    margin-left: 0;
}
.sayfa .sag .baslik {
    text-align: left;
    padding-left: 20px;
}
.sayfa .sag ul.solmenu li a {
    font-size: 12pt;
    font-weight: 400;
    padding: 0;
    line-height: 35px;
}
.kurumsal .orta {
    display: none!important;
}
.kurumsal {
    padding: 30px 0;
}
.kurumsal .sol {
    float: left;
    width: calc(100%);
    padding-top: 0;
    background: #ffffff;
}
.slider .pagination,
.slider-ileri, .slider-geri {
    display: none;
}
.respmen .dil {
    float: left;
    width: 80%;
    height: 60px;
    position: relative;
    cursor: pointer;
    background: #f1f1f1;
    margin-left: 10%;
    margin-top: 20px;
}
.respmen .dil:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background: #c1c1c1;
    top: 10px;
    left: 50%;
}
.respmen .dil li {
    float: left;
    width: 50%;
    text-align: center;
}
.respmen .dil li a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    font-size: 14pt;
    position: relative;
}
.sayfa .tam .iletisim-bilgileri .konumupaylas {
    display:block;
}
.urun-gruplari .sag a .resim {
    height: 220px;
}


















}