﻿/* 
    Kristal
*/

body {font-family: 'Dax Tr';overflow-x: hidden;padding-top: 90px;font-size: 15px;}
    body.fixed { padding-top: 117px; }
a, a:hover, a:focus { outline: 0; text-decoration: none; }

/* Typography*/

/*
    Css Index 
    1- Header 
        1-1 Header .headleft (Logo)
        1-2 Header .headRight (Menu)
            1-2-a Navbar 
    2- Slider
    3- Sektorler
    4- Hakkında
    5- Haberler
    
    Css Rules 
    Font - Float - Text Position - Width/Height - Margin/Padding - Display - Background - Position - Css3 Elements 
*/

/* Standart Device ShortClass*/
.pr { position: relative; }
.pa { position: absolute; }
.di { display: inline-block; }
.db { display: block; }
.dbList { display: block !important; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tr { text-align: right; float: right; }
.tl { text-align: left; float: left; }
.mp { margin: 0; padding: 0; }
.bold { font-weight: 700; }
.light { font-weight: 300; }
.emb { padding: 20px; border: solid 1px #d8d8d8; margin-bottom: 10px; }

@media(min-width:1200px) {
    .d-pa { position: absolute; }
}

/* Phone Device ShortClass */

@media(max-width:767px) {
    .m-tl { text-align: left !important; }
    .m-tr { text-align: right !important; }
    .m-tc { text-align: center !important; }
    .m-di { display: inline-block !important; }
    .m-fn { float: none !important; }
    .m-din { display: none; }
}

/* Tablet Device ShortClass */

@media(min-width:767px) and (max-width:992px) {
    .t-tl { text-align: left !important; }
    .t-tr { text-align: right !important; }
    .t-tc { text-align: center !important; }
    .t-di { display: inline-block !important; }
    .t-fn { float: none !important; }
    .t-dn { display: none; }
}

/* Header */
#popNow img { width: 100%; }
.announce { padding: 10px; margin: 0 !important; font-size: 16px; background: #e30613; color: #fff; }
#popNow p.announce { margin: 0 !important; }
#header { width: 100%; top: 0; left: 0; position: fixed; z-index: 99; background: #fff; transition: box-shadow .3s ease; -moz-transition: box-shadow .3s ease; -webkit-transition: box-shadow .3s ease; -o-transition: box-shadow .3s ease;    border-top: 3px solid #ed1c24; }
    #header.fixedMenu { box-shadow: 0 0 10px rgba(0,0,0,.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); -o-box-shadow: 0 0 10px rgba(0,0,0,.2); }
        #header.fixedMenu .headeRight {margin-top: -40px;}

.logo { }
    .logo .img-responsive {z-index: 99;top: 50px;width: 180px;margin-left: 10px;}
    .logo:after { content: ""; position: absolute; bottom: -135px; width: 0; height: 0; border-style: solid; border-width: 50px 50px 0 50px; border-color: #ffffff transparent transparent transparent; left: calc(50% - 60px); z-index: 98; }
#header.fixedMenu .logo .img-responsive { transition: width .5s ease; -moz-transition: width .5s ease; -webkit-transition: width .5s ease; -o-transition: width .5s ease; }
#header.fixedMenu .logo .img-responsive {display: inline-block;left: 33px;top: 30px;width: 48%;}
#header.fixedMenu .logo:after { bottom: -72px; }
.headeRight {padding-top: 10px;}
.search {margin-top: -8px;margin-right: 20px;float: right;}
    .search .form-control { border: none; width: 110px; font-size: 12px; transition: 1s ease-in; -moz-transition: 1s ease-in; -webkit-transition: 1s ease-in; display: inline-block; box-shadow: none; background: none; color: #fff; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; /*margin-top: 5px;*/ background: url(../images/search.png) no-repeat right center; padding-right: 32px; padding-left: 0; text-align: right; }
        .search .form-control:focus { box-shadow: none; }
    .search #siteSearch { background: url(../images/search.png) no-repeat; width: 27px; height: 27px; border: 0; position: absolute; right: 20px; top: 8px; }
.diller { margin-right: 25px; line-height: 30px; }
    .diller a { color: #81868a; font-size: 14px; display: inline-block; vertical-align: middle; margin-left: 5px; }
        .diller a:hover,
        .diller a:focus,
        .dilelr a.active { color: #e30613; }
        .diller a:first-child:after { content: ''; height: 10px; width: 1px; background: #81868a; display: inline-block; vertical-align: middle; margin: 0 0 0 10px; }

/* Navbar Default */
.navbar {min-height: unset;margin-top: -10px;}
.navbar-default { background: none; box-shadow: none; border: none; border-radius: 0; }
    .navbar-default .navbar-nav > li { position: relative; }
        .navbar-default .navbar-nav > li a {color: #190303;font-size: 18px;font-weight: 500;padding: 5px 10px;transition: color .3s ease;-moz-transition: color .3s ease;-webkit-transition: color .3s ease;-o-transition: color .3s ease;}
        .navbar-default .navbar-nav > li:hover a,
        .navbar-default .navbar-nav > li:hover ul li:hover a { color: #E30613; }
        .navbar-default .navbar-nav > li:last-child a { padding-right: 0; }
        .navbar-default .navbar-nav > li > ul { display: none; position: absolute; background: #fff; list-style: none; margin: 0; padding: 20px 10px 10px; width: 220px; box-shadow: 5px 10px 10px rgba(0,0,0,.2); -moz-box-shadow: 5px 10px 10px rgba(0,0,0,.2); -webkit-box-shadow: 5px 10px 10px rgba(0,0,0,.2); -o-box-shadow: 5px 10px 10px rgba(0,0,0,.2); border-bottom: 5px #E30613 solid; }
        .navbar-default .navbar-nav > li ul li { border-top: 1px #eee solid; padding: 5px 0; width: 100%; float: left; position: relative; }
            .navbar-default .navbar-nav > li ul li a { font-weight: 500; font-size: 14px; color: #000; width: 100%; float: left; position: relative; }
            .navbar-default .navbar-nav > li ul li:first-child { border: none; }
        .navbar-default .navbar-nav > li:hover ul li a { color: #000; }
        .navbar-default .navbar-nav > li:hover ul { display: block; }
.navbar-right { float: right; position: relative; }
.navbar-default .navbar-nav > li.large > ul { left: unset !important; }
.large ul { position: absolute; }
.mobile-menu { display: none; }
/* Social */
.social { }
    .social a { background: url(../images/social.png) no-repeat; width: 30px; height: 30px; display: inline-block; text-indent: -999em; }
        .social a.tw { background-position: 0 0; }
        .social a.fb { background-position: -37px 0; }
        .social a.pi { background-position: -74px 0; }
        .social a.gp { background-position: -110px 0; }

/* slider */
#slider .item { position: relative; }
    #slider .item:after { position: absolute; top: 50px; right: calc(50% - 15px);/* background: #e30613;*/ width: 15px; height: calc(100% - 100px); content: ""; }
    #slider .item.cursor { cursor: pointer; }
#slider .dots { list-style: none; margin: 0; padding: 0; }
    #slider .dots li { display: inline-block; background: #c5c5c5; width: 11px; height: 11px; vertical-align: middle; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; margin-left: 11px; text-indent: -999em; cursor: pointer; }
        #slider .dots li.active { background: #de1f26; width: 22px; height: 22px; }
        #slider .dots li:hover { background: #de1f26; }
        #slider .dots li:first-child { margin: 0; }

#slider .owl-controls { display: none; }
.slideIcerik { width: 50%; z-index: 99; top: 50%; left: 0; margin-top: -150px; z-index: 100; }
.slideLeft { width: 100%; /*background: rgba(255,255,255,.9);*/ height: auto; padding: 45px 10px; }
    .slideLeft .img-responsive { width: auto !important; margin-top: 50px; }
.slideText { padding-left: 55px; }
    .slideText h2 { color: #e30613; font-size: 47px; font-weight: 600; }
.slideA { color: #190303; font-size: 46px; font-weight: 300; line-height: 54px; letter-spacing: -1px; }
.slideB { color: #b3b3b3; font-size: 46px; letter-spacing: -1px; font-weight: 600; }

.mobileText { position: relative; left: 0; bottom: 0; width: 100%; padding: 20px 5px; font-size: 18px; color: #e30613; background: #fff; font-weight: 600; display: none; }
    .mobileText p { margin: 0 !important; }

/* Kristal */
.catalogue { background: url(../images/catalogBg.jpg) no-repeat top right #e10613 /**/; padding-bottom: 50px; }
    .catalogue .wrapper { padding-right: 15px; }
    .catalogue h2 { color: #fff; font-size: 30px; padding-top: 25px; }
.cat-title { color: #fff; margin-top: 8px; height: 80px; display: table; width: 100%; }
    .cat-title .element { display: table-cell; vertical-align: middle; padding: 10px; color: #484848; }
    .cat-title:hover .element { background: #e30613; color: #fff; }
.item .cat-title { height: 22px; }
.catBg { left: 0; top: 0px; background: #e30613; }

#kristal { background: #484848; }


/* Katalog Carousel */
#catalogue-carousel { }
    #catalogue-carousel .img-responsive { width: auto; }
    #catalogue-carousel .owl-nav { position: absolute; top: -46px; right: 0; }
    #catalogue-carousel .owl-next,
    #catalogue-carousel .owl-prev { background: url(../images/owl-nav.png) no-repeat; width: 13px; height: 23px; display: inline-block; text-indent: -9999em; }
    #catalogue-carousel .owl-next { background-position: -29px 0; }
.productBg { background: #005aab; right: 0; top: 0; }
.rightRed { background: #e30613; right: 0; top: 0; position: absolute; display: none; }
.product { background: #005aab; }
    .product .wrapper { padding-left: 50px; }
    .product h3 { color: #fff; font-size: 30px; font-weight: 700; padding: 0 30px 0 0; margin: 5px 0 -20px; }
        .product h3 a { color: #fff; font-size: 26px; font-weight: 600; padding: 0; margin: 0; }
    .product .details { color: #484848; background: #fff; font-size: 16px; padding: 5px 15px; font-weight: 700; margin-bottom: 15px; }
    .product .img-responsive { margin-top: 25px; }
    .product .breadcrumb { background: none !important; padding: 25px 0 0 0; margin-bottom: -10px; }
        .product .breadcrumb li > a { color: #fff; }
        .product .breadcrumb li.active > a { color: #7c7c7c; }
#productCarousel img { width: 60%; }
#productCarousel .owl-nav { position: absolute; top: 30px; right: 0; }
#productCarousel .owl-next,
#productCarousel .owl-prev { background: url(../images/owl-nav.png) no-repeat; width: 13px; height: 23px; display: inline-block; text-indent: -9999em; }
#productCarousel .owl-next { background-position: -29px 0; }

/* News */
#news { margin: 44px auto; }
.haberBaslik { color: #484848; font-size: 18px; font-weight: 600; }
#haberler p { color: #aeaeae; margin: 15px 0; line-height: 24px; }
span.date { color: #d20612; font-weight: 600; }

/* RefC*/
#refC { background: #f9f9f9 !important; margin-top: 14px; }

.vid { min-height: 210px; position: relative; }
    .vid .img-responsive { width: 100%; }
    .vid .holder { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/play.png) no-repeat top 30% center; opacity: .7; transition: .5s ease-in; -moz-transition: .5s ease-in; -webkit-transition: .5s ease-in; }
    /* Bağlantılar */
    .vid:hover .holder { opacity: .9; }
#baglantilar { padding: 40px 0 20px; background: #484848; }
    #baglantilar .col-sm-3 { border-left: 1px solid #555; min-height: 240px; }
    #baglantilar .col-sm-12 { border-left: none !important; }
    #baglantilar div[class^=col-sm]:first-child { border: none; }
    #baglantilar h4 { color: #999; font-weight: 500; font-size: 16px; }
    #baglantilar ul.list li > a:hover { color: #f33b46; }
ul.list { margin: 0; padding: 0; list-style-type: none; }
    ul.list li > a { display: block; color: #fff; font-size: 13px; line-height: 22px; }
.bizeUlasin { border-top: solid 1px #555; }
    .bizeUlasin div { margin-bottom: 10px; color: #fff; padding-left: 30px; font-size: 13px; float: left; }
        .bizeUlasin div a { color: #fff; display: inline-block; }
    .bizeUlasin span { margin-top: 20px; }
    .bizeUlasin .adres { background: url(../images/loc.png) no-repeat top 5px left; padding-top: 5px; padding-bottom: 5px; width: 50%; }
    .bizeUlasin .bTel { background: url(../images/btel.png) no-repeat top 5px left; padding-top: 5px; padding-bottom: 5px; width: 25%; }
    .bizeUlasin .bMail { background: url(../images/mail.png) no-repeat top 5px left; padding-top: 5px; padding-bottom: 5px; width: 25%; }


/* Inner */
#inner { margin-bottom: 30px; }
    #inner .img-responsive { width: 100%; }
    #inner .hover-title { width: 100%; color: #fff; font-size: 32px; font-weight: 600; bottom: 10px; }
.innerContent { background: rgba(255,255,255,.9); width: 50%; top: 18%; padding-top: 30px; padding-bottom: 30px; }
    .innerContent .img-responsive { width: auto !important; height: auto !important; }
    .innerContent .innerText { font-size: 28px; line-height: 32px; margin-left: 20px; color: #190303; }
        .innerContent .innerText .red { color: #e30613; }
        .innerContent .innerText .gri { color: #b3b3b3; }
        .innerContent .innerText span { display: block; }
#master #kristal { margin-top: 0 !important; }
#urunFiltreleme { background: #f9f9f9; margin-top: -30px; padding: 20px 0 35px 0; }
    #urunFiltreleme h2 { color: #e30613; font-weight: 700; }
.selectBox { width: calc((100% / 4) - 10px); margin-right: 10px; color: #b5b5b5; height: 48px; }
    .selectBox:last-child { margin-right: 0 !important; }

span.customSelect { background: url(../images/selectBox.png) right 10px top 17px no-repeat, -webkit-linear-gradient(bottom, #f4f4f4, #fdfdfd); background: url(../images/selectBox.png) right 10px top 17px no-repeat, -moz-linear-gradient(bottom, #f4f4f4, #fdfdfd); background: url(../images/selectBox.png) right 10px top 17px no-repeat, -o-linear-gradient(bottom, #f4f4f4, #fdfdfd); background: url(../images/selectBox.png) right 10px top 17px no-repeat, -ms-linear-gradient(bottom, #f4f4f4, #fdfdfd); background: url(../images/selectBox.png) right 10px top 17px no-repeat, linear-gradient(to top, #f4f4f4, #fdfdfd); font-size: 16px !important; border: none; height: 44px !important; line-height: 40px !important; padding: 1px 5px 0 5px !important; color: #b5b5b5 !important; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3), inset 0 2px #fff, inset 0 0 2px rgba(255,255,255,.7); -moz-box-shadow: 0 2px 4px rgba(0,0,0,.3), inset 0 2px #fff, inset 0 0 2px rgba(255,255,255,.7); box-shadow: 0 2px 4px rgba(0,0,0,.3), inset 0 2px #fff, inset 0 0 2px rgba(255,255,255,.7); border: solid 1px rgba(217,217,217,.7); }

#masterLeft, #masterRight { float: right !important; }
/* Filtre Ürünler */
#masterUrunler { min-height: 300px; }
    #masterUrunler h2 { color: #000; font-size: 30px; }
.filtreUrun { margin-bottom: 35px; }
    .filtreUrun .wrapper { border: 1px solid #e3e3e3; }
    .filtreUrun .filtreBaslik { font-weight: 400; font-size: 16px; color: #fff; background: #b5b5b5; padding: 15px; margin: 0; transition: .3s ease-in; -moz-transition: .3s ease-in; -webkit-transition: .3s ease-in; }
        .filtreUrun .filtreBaslik:hover { background: #e30613; }
    .filtreUrun .img-responsive { padding: 20px 0 15px 0; }
.yeniurun { font-size: 12px; color: #fff; display: inline-block; background: #e30613; padding: 5px 10px; font-weight: 500; }

/* Footer */
#footer { padding: 25px 0 10px 0; font-size: 12px; }
    #footer .venus { color: #adadad; }
    #footer p { color: #949494; }






/*Master*/
.submenu { list-style: none; margin: 0 0 20px; padding: 0; }
    .submenu li a { color: #000; width: 100%; float: left; clear: left; position: relative; }
    .submenu li { border-top: 1px #eee solid; padding: 12px 0 8px; position: relative; float: left; width: 100%; }
        .submenu li:first-child { border: none; padding-top: 0; }
        .submenu li a:before { content: ''; width: 8px; height: 8px; background: #c5c5c5; display: inline-block; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; margin: 0 5px; vertical-align: middle; transition: background .3s ease; -moz-transition: background .3s ease; -webkit-transition: background .3s ease; -o-transition: background .3s ease; }
        .submenu li:hover a:before,
        .submenu li.active a:before { background: #E30613; width: 11px; height: 11px; margin-right: 3px; margin-left: 4px; }
.page-breadcrumb { background: none; padding: 8px 15px 5px; border-radius: 0; border: 1px #d8d8d8 solid; list-style: none; margin-bottom: 40px; }
    .page-breadcrumb li { display: inline-block; margin-right: 15px; background: url("../images/breadcrumb-arrow.png") 0 5px no-repeat; padding-left: 30px; }
        .page-breadcrumb li a { color: #666; transition: color .3s ease; -moz-transition: color .3s ease; -webkit-transition: color .3s ease; -o-transition: color .3s ease; }
        .page-breadcrumb li.active a,
        .page-breadcrumb li:hover a { color: #E30613; }
        .page-breadcrumb li:first-child { padding-left: 0; background: none; margin-right: 0; }
.address { border-left: 5px #E30613 solid; padding-left: 20px; margin-bottom: 30px; }
    .address hr { margin: 5px 0; }
    .address strong { font-weight: 500; color: #E30613; }
    .address a { color: #979797; }
    .address h3 { font-size: 17px; }

#contactForm { background: #eee; padding: 20px; }
    #contactForm label { font-weight: 500; color: #000; }
    #contactForm .form-control { border-radius: 0; border: none; box-shadow: inset 2px 2px 2px rgba(0,0,0,.2); -moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,.2); -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,.2); -ms-box-shadow: inset 2px 2px 2px rgba(0,0,0,.2); }
    #contactForm .thumbnail { border-radius: 0; }
    #contactForm .btn.btn-primary { background: #363185; border-radius: 0; }
#masterRight { margin-bottom: 40px; }
#cats .panel { border: none; border-radius: 0; border-color: #484848; transition: box-shadow .3s ease; -moz-transition: box-shadow .3s ease; -webkit-transition: box-shadow .3s ease; -o-transition: box-shadow .3s ease; }
#cats .prod { min-height: 270px; }
#cats .panel img { padding: 5px; }
#cats .panel-footer { border-radius: 0; border: 1px #d8d8d8 solid; background: none; padding: 0; height: 40px; display: table; width: 100%; }
    #cats .panel-footer a { color: #484848; padding: 5px; display: table-cell; vertical-align: middle; }
#cats .panel:hover { border-color: #E30613; /*box-shadow: 0 0 20px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.5);*/ }
    #cats .panel:hover .panel-footer { background: #E30613; border-color: #E30613; }
        #cats .panel:hover .panel-footer a { color: #fff; }

.productName { color: #E30613; margin: 0 0 20px; }
.productImage { border: 1px #d8d8d8 solid !important; display: block; padding: 20px 20px 0 20px; margin-bottom: 10px; }
#productText { /*background: #eee;*/ /*padding: 15px 20px;*/ }
.productText { margin-top: 0px; text-align:left;}
    #productText ul, .productText ul { padding: 0; margin: 0; list-style: none; }
        #productText ul li, .productText ul li { margin: 10px 0 0; }
            #productText ul li:first-child, .productText ul li:first-child { margin: 0; }
#productText h3, .productText h3 { margin-top: 0; color: #E30613; }
.productWrapper { background: #eee; padding: 7px 50px; margin-bottom: 10px; }

.show-table table { font-size: 14px; margin: 0 0 30px; }
    .show-table table th { vertical-align: middle !important; font-weight: normal; color: #fff; font-size: 14px; text-align: center; background: #E30613; }
    .show-table table tr:first-child th,
    .show-table table tr:nth-child(2) th { border-top: none !important; position: relative; }
    .show-table table tr th:before { content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.5); }
    .show-table table tr th:first-child:before { display: none; }
    .show-table table tr:nth-child(2) th { background: #b80510; }
        .show-table table tr:nth-child(2) th:first-child:before { display: block; }
    .show-table table th { padding: 4px !important; }
    .show-table table td { vertical-align: middle !important; text-align: center; padding: 8px 0 !important; }
        .show-table table td a:hover { color: #e30613; }

/*.show-table table td:first-child
        {
            text-align: left !important;
            width: 300px;
        }*/

#gallery { /*border-left: 1px #d8d8d8 solid;
    padding: 0 0 0 20px;*/ }
    #gallery .item { background: #fff; }
    #gallery img { padding: 5px; width: unset; max-width: 100% !important; display: inline-block !important; }
        #gallery img:hover { border-color: #E30613; }
    #gallery .owl-dots { display: none; }
    #gallery .owl-controls .owl-prev,
    #gallery .owl-controls .owl-next { background: none; width: 16px; height: 16px; position: absolute; left: -25px; top: 50%; margin-top: -8px; text-indent: -999em; transition: opacity .5s ease; -moz-transition: opacity .5s ease; -webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; }
    #gallery .owl-controls .owl-prev { background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjZTMwNjEzIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat; }
    #gallery .owl-controls .owl-next { left: auto; right: -25px; background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI2UzMDYxMyIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat; }
        #gallery .owl-controls .owl-prev:hover,
        #gallery .owl-controls .owl-next:hover { opacity: .2; }
    #gallery .owl-dots .owl-dot.active span, #gallery .owl-dots .owl-dot:hover span { background: #e30613; }

    #gallery p { margin: 0 !important; }
/*#gallery .owl-dots .owl-dot
        {
            background: none !important;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 10px 0 10px;
            border-color: #a8a8a8 transparent transparent transparent;
        }

            #gallery .owl-dots .owl-dot.active
            {
                border-color: #E30613 transparent transparent transparent;
            }

            #gallery .owl-dots .owl-dot span
            {
                display: none;
            }*/

.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav > .open { background: none !important; }
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .open > a {background: none !important;color: #E30613;}
.news h3 { margin-top: 0; }
.news .btn { background: #E30613; color: #fff; border-radius: 0; border: none; padding: 5px 10px 2px; }
    .news .btn:hover { background: #484848; }
.news .date { color: #666; }
.videos { font-size: 12px; position: relative; top: -2px; }
    .videos a { background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzM19fMTNfIj4KCQk8Zz4KCQkJPHBhdGggZD0iTTU3My43NSwyNjcuNzVMNDU5LDM0NC4yNWMwLTIzLjIxOC0xMC41NTctNDMuNzU4LTI2Ljg5LTU3Ljc5NmMzOC44ODEtMjMuNDI4LDY1LjE0LTY1LjYzNyw2NS4xNC0xMTQuMzI5ICAgICBjMC03My45MzgtNTkuOTM4LTEzMy44NzUtMTMzLjg3NS0xMzMuODc1Yy03My45MzcsMC0xMzMuODc1LDU5LjkzOC0xMzMuODc1LDEzMy44NzVjMCwzNy41MDQsMTUuNTEsNzEuMzE3LDQwLjM3Myw5NS42MjUgICAgIGgtNzAuMTUxYzE4LjMyMi0yMC4zMywyOS43NzgtNDYuOTcxLDI5Ljc3OC03Ni41YzAtNjMuMzgtNTEuMzctMTE0Ljc1LTExNC43NS0xMTQuNzVTMCwxMjcuODcsMCwxOTEuMjUgICAgIGMwLDM0LjU3OCwxNS42MjUsNjUuMjE2LDM5LjgxOCw4Ni4yNTRDMTYuMTk5LDI5MC41MjgsMCwzMTUuMzcxLDAsMzQ0LjI1djE1M2MwLDQyLjI0NywzNC4yNTMsNzYuNSw3Ni41LDc2LjVoMzA2ICAgICBjNDIuMjQ3LDAsNzYuNS0zNC4yNTMsNzYuNS03Ni41bDExNC43NSw3Ni41YzIxLjEzMywwLDM4LjI1LTE3LjExNywzOC4yNS0zOC4yNVYzMDZDNjEyLDI4NC44NjcsNTk0Ljg4MywyNjcuNzUsNTczLjc1LDI2Ny43NXogICAgICBNMTE0Ljc1LDI2Ny43NWMtNDIuMjQ3LDAtNzYuNS0zNC4yNTMtNzYuNS03Ni41czM0LjI1My03Ni41LDc2LjUtNzYuNXM3Ni41LDM0LjI1Myw3Ni41LDc2LjVTMTU2Ljk5NywyNjcuNzUsMTE0Ljc1LDI2Ny43NXogICAgICBNMzYzLjM3NSwyNjcuOTZjLTUyLjkzOCwwLTk1LjgzNS00Mi45MTctOTUuODM1LTk1LjgzNWMwLTUyLjkzOCw0Mi45MTctOTUuODM1LDk1LjgzNS05NS44MzVzOTUuODM1LDQyLjg5Nyw5NS44MzUsOTUuODM1ICAgICBTNDE2LjMxMiwyNjcuOTYsMzYzLjM3NSwyNjcuOTZ6IiBmaWxsPSIjZTMwNjEzIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) 0 0 no-repeat; color: #81868a; padding-left: 40px; line-height: 40px; display: block; text-indent: -9999px; }
    .videos:hover a { color: #E30613; }

.vid img { width: 100%; }
#advancedSearch { display: none; height: 100%; left: 0; opacity: 0; overflow: auto; top: -1500px; transition: all 0.5s ease 0s; width: 100%; z-index: 100000000; }
    #advancedSearch input.lg { background: #E30613 none repeat scroll 0 0; border: medium none; color: #fff; float: right; padding: 10px; position: relative; width: 100%; }
    #advancedSearch .r::before { border-color: transparent transparent #E30613; border-style: solid; border-width: 0 10px 10px; content: ""; height: 0; position: absolute; right: 150px; top: -10px; width: 0; }
    #advancedSearch.active { background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0; display: block; opacity: 1; padding: 50px 0 0; top: 0; }
    #advancedSearch .txt { color: #000; font-weight: 500; line-height: 40px; }
#closeSearch { background: #fff url("../images/closeSearch.png") no-repeat scroll center -2px; display: none; height: 37px; position: absolute; right: 0; text-indent: -999em; top: 0; width: 42px; }
#pattern { background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0; height: calc(100% - 38px); left: 0; top: 38px; width: 100%; z-index: 1000000; }
#searchTabs { list-style: outside none none; margin: 0; padding: 0; }
    #searchTabs li { background: #666 none repeat scroll 0 0; color: #fff; cursor: pointer; display: inline-block; padding: 5px 10px; }
        #searchTabs li:hover, #searchTabs li.active { background: #E30613 none repeat scroll 0 0; }
.searchPanel { margin-top: 20px; }
    .searchPanel .item { min-height: 225px; }
        .searchPanel .item:hover img { border-color: #363185; }
    .searchPanel h5 a { color: #333; font-weight: 400; }
searchPanel h5 a:hover { color: #E30613; }
.searchnow { margin: 40px 0 0; text-align: right; }
    .searchnow .input { background: #fff none repeat scroll 0 0; border: 1px solid #363185; color: #363185; padding: 10px 15px; width: 100%; }
    .searchnow .button { background: #363185 none repeat scroll 0 0; border: medium none; color: #fff; padding: 10px 15px; }
.panel-footer { min-height: 65px; }
.kat { width: 100%; margin-bottom: 20px; }
    .kat .catImg img { width: 100%; }
    .kat .cat-title { background: #f5f5f5; color: #333; margin-top: 0; text-align: center; }
    .kat .cat-down { background: #E30613; padding: 10px 15px; width: 100%; position: relative; float: left; text-align: center; }
        .kat .cat-down img { width: auto; display: inline-block; }
.table-striped > tbody > tr:hover { background: #dedede; }
.table-striped > tbody > tr td.checked { background: #333 !important; }
    .table-striped > tbody > tr td.checked a { color: #fff; }
.certs { margin-bottom: 20px; padding: 0 30px; }
/*.table-striped > tbody > tr:nth-of-type(2n+1){background:#e30613}*/

.footSocial { top: 40px; right: 0; display: none; position: absolute; margin: 0 !important; }
    .footSocial .social { width: 72px !important; margin: 0; padding: 0; }
    .footSocial .videos { margin: 0; padding: 0; }
.bizeUlasin h4 span { display: block; }
.bizeUlasin h4 a { display: none; }

.mobileH { display: none; }
.g-recaptcha { -webkit-transform: scale(0.85); -moz-transform: scale(0.85); -ms-transform: scale(0.85); -o-transform: scale(0.85); transform: scale(0.85); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; overflow: hidden; }

.img-holder { border: 1px #d8d8d8 solid; border-bottom: none; float: left; width: 100%; }


#mapsvg-2 { border: solid 1px #dedede;  }

#rect0,#rect7,#rect8, /*#path327,*/ #path332,#path6, #path333,#path163,#path1,#path240,#path22,#path23,#path216,#path217 /*, #path334*/ { display: none; }

#detayResim { padding-top:20px; }

    #detayResim h3 { color: #484848; font-size: 16px; font-weight: 600; margin: 0; }
    #detayResim .gallery img { border: solid 2px #484848; }
    #detayResim .img-responsive { width: auto; }
    /*#detayResim .owl-controls {top:100px}*/
    #detayResim .owl-item img { transform-style: unset; }
    #detayResim .owl-next,
    #detayResim .owl-prev { background: #e30613 url(../images/owl-nav.png) no-repeat; width: 13px; height: 23px; display: inline-block; text-indent: -9999em; top: 50px; position: absolute; padding: 16px; }
    #detayResim .owl-prev { left: -45px; background-position: 7px 4px; }
    #detayResim .owl-next { background-position: -20px 4px; right: -45px; position: absolute; padding: 16px; }

.fotoTitle { position: absolute; left: 10px; bottom: 10px; background: rgba(0,0,0,.8); padding: 5px; color: #fff; font-size: 14px; }
.Mtitile { display: block; }

    #filter{list-style:none; list-style-position:outside; padding:0}
    #filter > li {background:#e30613; font-weight:600; color:#fff; padding:5px 5px 3px}
    .subFilter {list-style:none; list-style-position:outside; padding:0}
    .subFilter > li{background:#eee; color:#333; padding:5px 5px 3px; font-weight:600}
    .feats  {list-style:none; list-style-position:outside; padding:0; border:1px solid #eee; padding:10px 10px 0; margin-bottom:10px}
    .feats li {width:50%; display:inline-block; margin-right:-4px}

    #filter label{font-weight:400}

    .filtButton{background:#484848; color:#fff; padding:10px; display:block; text-align:center; font-weight:600; cursor:pointer}
    .filtButton:hover{background:#e30613}

@media(min-width:1200px) {
    .prod:nth-child(3n):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; display: inline-table; }
    .certs:nth-child(6n):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; display: inline-table; }
    .certs { min-height: 250px; }
}

@media(max-width:1200px) {
    .certs:nth-child(even):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; /*left: -50%; width: calc(100% + 50%) !important;*/ display: inline-table; }
    .prod:nth-child(even):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; /*left: -50%; width: calc(100% + 50%) !important;*/ display: inline-table; }
    .certs { min-height: 250px; }
    .catalogue { padding-bottom: 16px; }
}


/* Responsive Start */
@media(max-width:360px) {
    .social, .videos { display: none !important; }
    .catalogue h2 { font-size: 20px; }
    #catalogue-carousel .owl-nav { top: -48px !important; }
    .product h3 { font-size: 20px !important; padding-right: 40px; }
        .product h3 a { font-size: 20px !important; }
    #cats .prod { min-height: 180px; }
    .kat { padding: 0 15px; }
    .mobileText { font-size: 14px; }
    .show-table table { font-size: 13px; }
}

@media(max-width:468px) {
    .show-table { overflow-x: scroll; }
        .show-table table { min-width: 468px; font-size: 13px; }
    .kat { padding: 0 15px; }
    .videoM { width: 100% !important; }
        .videoM img { width: 100% !important; }
    .mobileText { font-size: 16px; }
    .footSocial { padding-left: 0 !important; position: relative !important; width: 100%; display: block !important; top: 0; margin: 5px 0 10px !important; }
    .searchPanel .item { min-height: 195px !important; }
}

@media(max-width:767px) {
	
	.product h3 a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 0;
    margin: 0;
		margin-top: 40px;
	}
	
	h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
	}
	
    body { padding-top: 0; }
    #header { position: relative !important; height: 109px; }
    .logo { margin-top: 0; }
        .logo .img-responsive { display: inline-block !important; position: relative !important; width: 150px; }
        .logo:after { display: none !important; }
    .dl-menuwrapper { margin-top: 10px !important; }
    .searchPanel .item { min-height: 290px; }
    body.fixed #header .logo .img-responsive { width: 150px !important; }

    .headeRight { text-align: center; position: absolute; left: 0; top: 0; width: 100%; }
        .headeRight .fr { float: none !important; display: inline-block; }
    .diller.fr { width: auto; position: relative; margin-top: 80px; }
    .social.fr { width: 65px; display: none; }
    .diller { margin: 0; }
        .diller a { padding: 2px 10px; margin-left: 0; }
            .diller a:last-child { margin-left: -5px; }
            .diller a:first-child { margin-right: 10px; }
                .diller a:first-child:after { background: #81868a none repeat scroll 0 0; content: ""; display: inline-block; height: 10px; margin: 0 9px; position: absolute; vertical-align: middle; width: 1px; left: 28px; top: 11px; }

    .videos.fr { display: none; }
    .videos a { line-height: 25px; padding-bottom: 10px; padding-left: 32px; }
    .search { margin-bottom: 0; position: absolute; left: 10px; top: 20px; }
        .search .form-control { width: 28px; }

    .navbar-default { position: absolute; right: 10px; top: 20px; }
    .navbar { margin: -5px 0 10px; }
    .navbar-right { float: unset; position: unset; }
    .navbar-toggle { float: none !important; margin-right: 0; background: #E30613; border: none !important; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: rgba(0,0,0,.8); }
    .navbar-default .navbar-toggle .icon-bar { background: #fff; }
    .navbar-default .navbar-nav > li:hover ul { display: block !important; position: relative; width: 100%; float: left; padding: 0; margin-bottom: 10px; }
    .navbar-default .navbar-nav > li > a { background: none !important; box-shadow: none !important; }
    .navbar-right li ul li img { display: none; }

    .navbar-collapse { position: fixed; left: 0; top: 109px; width: 100%; background: #fff; }
    .navbar-default .navbar-nav > li { border-bottom: solid 1px #fafafa; float: left; width: 100%; }
        .navbar-default .navbar-nav > li:last-child { border-bottom: none; }
        .navbar-default .navbar-nav > li a { padding: 5px; }
    .collapse.in { display: none; }
    .mobile-menu { display: none; }
        .mobile-menu ul { width: 100%; margin: 0; border-top: 3px solid #e30613; text-align: center; position: relative; }
            .mobile-menu ul li { width: 100%; padding: 0; border-bottom: 1px solid #cecece; position: relative; float: left; }
                .mobile-menu ul li:hover, .mobile-menu ul li a:focus { background: none; }
                    .mobile-menu ul li:hover a { color: #e30613; }
                    .mobile-menu ul li:hover ul li a { color: #444444; }
                .mobile-menu ul li ul li:hover a { color: #e30613; }
                .mobile-menu ul li a { color: #190303; font-size: 16px; font-weight: 600; padding: 10px; transition: color .3s ease; -moz-transition: color .3s ease; -webkit-transition: color .3s ease; -o-transition: color .3s ease; }
                .mobile-menu ul li.active a { color: #e30613; }
                .mobile-menu ul li ul { border-top: solid 1px #cecece; padding: 0; list-style: none; background: #dedede; display: none; }
                    .mobile-menu ul li ul li { background: #eee; }
                        .mobile-menu ul li ul li a { padding: 10px 0; position: relative; width: 100%; float: left; font-size: 12px; color: #444444; }

    .navbar-nav { display: none; }

    /* Slider */
    #slider .item::after { display: none !important; }
    .slideIcerik { width: 100%; z-index: 99; position: relative; top: 0; display: none; }
    .slideLeft { position: relative !important; padding: 10px 0 95px; height: auto !important; }
        .slideLeft img { display: none !important; }
    .mobileText { display: block; }
    .catalogue { display: none; }
    #catalogue-carousel { padding: 0 35px; }
    .catalogue h2 { padding: 20px 35px 10px; }
    #catalogue-carousel .owl-nav { top: -56px; right: 25px; }

    #productCarousel { padding: 0 35px; }
        #productCarousel .owl-nav { right: 35px; }

    #baglantilar { padding: 0 35px; border-top: solid 1px #555; }
        #baglantilar div[class^="col-sm"] { border-right: none; }
        #baglantilar .col-sm-2 h4, #baglantilar .col-sm-3 h4 { background: url(../images/add.png) no-repeat right top; }
            #baglantilar .col-sm-2 h4.acti, #baglantilar .col-sm-3 h4.acti { background: url(../images/downto.png) no-repeat right top; }
        #baglantilar ul.list { display: none; }


    /* Catalogue */
    #kristal { margin-top: -20px; }
    .catBg,
    .productBg { display: none !important; }
    .catalogue { padding-left: 15px; }
    .cat-title { }
    #catalogue-carousel .item a:first-child .img-responsive { width: 100% !important; }
    #inner { display: none; }

    /* Product */
    .product { height: auto !important; padding-bottom: 15px; }
        .product h3 a { font-size: 18px; }
        .product .wrapper { padding-left: 15px; }
    .adres { display: none; }
    .bMail { display: none; }
    .bTel { max-height: 40px; overflow: hidden; width: 100% !important; }
    .bizeUlasin h4 { width: 100%; }
        .bizeUlasin h4 span { display: none; }
        .bizeUlasin h4 a { color: #999; cursor: pointer; width: 100%; position: relative; float: left; display: block; }
            .bizeUlasin h4 a:hover { color: #f33b46; }

    /* Bağlantılar */
    #baglantilar h4 { border-bottom: solid 1px #666; cursor: pointer; height: 30px !important; font-size: 15px; }
        #baglantilar h4:hover { color: #f33b46; }
    #baglantilar div[class^="col-sm"] { min-height: 1px !important; }
    #baglantilar ul.list li > a { padding: 1px 0; }
        #baglantilar ul.list li > a:focus { color: #f33b46; }
    #baglantilar .col-sm-3 { border: none; }
    .bizeUlasin { padding-left: 15px; border-top: none; }
    .footSocial { display: block; !important; }
        .footSocial .fr { display: block; !important; }
        .footSocial .videos { margin-right: 5px; }

    /* Footer */
    #footer,
    #footer .tr { float: none !important; text-align: center; }

    /* Master */
    #masterLeft { border-bottom: 3px solid #e30613; margin-bottom: 40px; float: left; position: relative; width: 100%; }
    #masterUrunler #masterLeft { display: none; }
    #masterRight { float: left; position: relative; width: 100%; }
    #inner { margin-bottom: 20px; }
        #inner .img-responsive { height: 90px !important; width: auto; }
        #inner .hover-title { margin-top: 30px; font-size: 18px; }
    .page-breadcrumb { display: block; background: #fafafa; }
    #masterDetay .page-breadcrumb { display: none; }
    #masterUrunler h2 { font-size: 30px; }
    /*.certs { min-height: 520px; }*/
    .certs:nth-child(even):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; /*left: -50%; width: calc(100% + 50%) !important;*/ display: inline-table; }
    #productText h3 { margin: 10px 0 0; }
    .productText h3 { margin: 10px 0 5px; }
    .hun { display: none; }
    .headeRight { padding-top: 0; }
    .mobileH { display: block; margin-top:0px; }
	#mapsvg-2 { border: solid 1px #dedede; padding: 20px 0; }
    .show-table table { margin: 0 0 20px; }

}

@media(min-width:768px) and (max-width:992px) {
    /* Header */
    body { padding-top: 0; }
    #header { position: relative !important; }
    .logo { margin: 0; }
        .logo:after { content: ""; bottom: -124px; border-style: solid; border-width: 40px 40px 0 40px; left: 70px; }
        .logo img { max-width: 220px; }

    .headeRight { margin-top: 15px; }
    .navbar.navbar-default { margin: 5px 0 0 -40% !important; }
    .navbar-default .navbar-nav li > a { font-size: 14px; }
    .searchPanel .item { min-height: 195px; }
    .productBg { display: block; }

    /* Slider */
    #slider { }
    .slideIcerik { margin-top: -110px; }
    .slideLeft { padding-top: 0; /*transform: scale(.5); -moz-transform: scale(.5); -webkit-transform: scale(.5);*/ height: auto !important; right: 0 !important; }
    .slideText { margin-top: 20px; padding-left: 30px; }
        .slideText h2, .slideA, .slideB { font-size: 22px; line-height: 36px; }
    .owl-carousel .owl-item .slideLeft img { margin-top: 55px; width: 150px !important; }

    /* Catalogue */
    .catalogue { margin: -20px 0 0; padding: 0 15px 20px !important; }
    .cat-title { margin-bottom: 10px; }
    #catalogue-carousel .item a:first-child .img-responsive { width: 100% !important; }
    .product h3 { padding: 0 30px 0 0; }

    #baglantilar .col-sm-3 { min-height: 340px; }
    #baglantilar a
    /* Product */
    #kristal { background: #484848; }
    .product { height: auto !important; padding-bottom: 25px; }
    .rightRed { display: block; }

    /* Master */
    .submenu li a { font-size: 13px; }
    #inner .hover-title { margin-top: 20px; }
    .certs:nth-child(2n):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; /*left: -50%; width: calc(100% + 50%) !important;*/ display: inline-table; }
    .prod:nth-child(2n):after { content: ""; height: 1px; position: relative; clear: both; line-height: 1%; /*left: -50%; width: calc(100% + 50%) !important;*/ display: inline-table; }
    .hun { display: none; }
    #inner .hover-title { font-size: 24px; }

    .container { width: 96%; }
	    #mapsvg-2 { border: solid 1px #dedede; padding: 20px 0; }

}

@media(min-width:993px) and (max-width:1200px) {
    body { padding-top: 0; }
    /* Header */
    #header.fixedMenu { height: 68px; }
    .logo { margin: 0; }
    #header.fixedMenu .logo { margin: 20px 0 0; }

    .logo:after { content: ""; bottom: -120px; border-style: solid; border-width: 40px 40px 0 40px; left: calc(50% - 40px); }
    /*.headeRight { margin-top: 15px; position: relative; right: -25px; }*/
    .navbar.navbar-default { margin: 12px 0 !important; }
    .navbar-default .navbar-nav li > a { font-size: 14px; }
    #inner { margin-top: 84px; }
        #inner .hover-title { margin-top: 30px; }
    .product h3 { padding: 0 30px 0 0; }
    .searchPanel .item { min-height: 195px; }

    #inner .hover-title { font-size: 24px; }
    #header.fixedMenu .headeRight { margin-top: -42px; }
    #header.fixedMenu .logo:after { bottom: -60px; }

    /* Slider */
    #slider { margin-top: 84px; }
    /*.slideIcerik { width: 70% !important; left: -105px !important; }*/
    .slideLeft { padding-top: 0; /*transform: scale(.5); -moz-transform: scale(.5); -webkit-transform: scale(.5); height: auto !important; top: -150px; width: 100% !important;*/ right: 0 !important; }
    .slideIcerik { margin-top: -120px; }
    .slideText { margin-top: 20px; }
        .slideText h2, .slideA, .slideB { font-size: 22px; line-height: 34px; }
    .slideLeft img { margin-top: 15px; }
}

@media(min-width:1200px) and (max-width:1500px) {
    .slideText h2, .slideA, .slideB { font-size: 36px; }
}

@media(max-width:414px) {
    .certs { width: 100% !important; }
}

@media(max-width:800px) {
    .Mtitile { display: block; }
    .show-table { overflow: unset !important; overflow-x: scroll !important; white-space: nowrap; }
    .feat { display: inline-block !important; }
}

@media(max-width:820px) {
    .proDesign .col-sm-5, .proDesign .col-sm-7 { width: 100%; }
}

@media(min-width:768px) {
    .navbar-right .large ul { display: block; }
        .navbar-right .large ul li { float: left; margin-right: -85px; text-align: center; }
    .navbar-default .navbar-nav > .large ul li { border: none; }
    .navbar-right .large ul li:last-child { margin-right: 0; }
    .navbar-right .large ul li img { width: 65%;/*float: left; */border: solid 1px #ccc; }
    .navbar-right .large ul li:hover img { border: solid 1px #e30613; }
    .navbar-right .large ul li a { padding: 10px 0 0; line-height: 16px; position: relative; float: left; width: 100%; }
}

@media(min-width:768px) {
    #baglantilar .col-sm-3 { width: 27.2%; }
}
