@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap&subset=latin-ext');
@import url('font/stylesheet.css');


body {
    font-family: 'dinregular', sans-serif !important;
    background: #fff;
    overflow-x: hidden;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}

.miniLink {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.miniLink a {
    color: #444 !important;
    font-size: 12px;
}

.miniLink li {
    color: #444 !important;
    font-size: 12px;
    text-transform: uppercase;
}

.bg-dark {
    background: transparent !important;
}

a {
    text-decoration: none;
}

.metin a {
    color: #444 !important;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media (max-width: 575px) {
    .hidden-xs-down,
    .hidden-sm-down,
    .hidden-md-down,
    .hidden-lg-down,
    .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm,
    .hidden-unless-md,
    .hidden-unless-lg,
    .hidden-unless-xl {
        display: none !important;
    }
}


/* Breakpoint SM */

@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm-down,
    .hidden-md-down,
    .hidden-lg-down,
    .hidden-xl-down,
    .hidden-xs-up,
    .hidden-sm-up,
    .hidden-unless-xs,
    .hidden-unless-md,
    .hidden-unless-lg,
    .hidden-unless-xl {
        display: none !important;
    }
}


/* Breakpoint MD */

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md-down,
    .hidden-lg-down,
    .hidden-xl-down,
    .hidden-xs-up,
    .hidden-sm-up,
    .hidden-md-up,
    .hidden-unless-xs,
    .hidden-unless-sm,
    .hidden-unless-lg,
    .hidden-unless-xl {
        display: none !important;
    }
}


/* Breakpoint LG */

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-down,
    .hidden-xl-down,
    .hidden-xs-up,
    .hidden-sm-up,
    .hidden-md-up,
    .hidden-lg-up,
    .hidden-unless-xs,
    .hidden-unless-sm,
    .hidden-unless-md,
    .hidden-unless-xl {
        display: none !important;
    }
}


/* Breakpoint XL */

@media (min-width: 1200px) {
    .hidden-xl-down,
    .hidden-xs-up,
    .hidden-sm-up,
    .hidden-md-up,
    .hidden-lg-up,
    .hidden-xl-up,
    .hidden-unless-xs,
    .hidden-unless-sm,
    .hidden-unless-md,
    .hidden-unless-lg {
        display: none !important;
    }
}


/* STYLE */

.tumalan {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
}

.turkuaz {
    float: left;
    width: 100%;
    /* height: 35px; */
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

#beyaz {
    float: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.slayt {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 0 0 0;
    position: relative;
    z-index: 0;
    text-align: center;
}

.slayt h3 {
    margin-top: -315px;
    font-size: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-weight: bold;
}

.slayt p {
    text-shadow: 1px 1px 1px #333;
}

.sayfabanner {
    float: left;
    width: 100%;
    height: 350px;
    background-size: cover !important;
}

.sayfabanner .bg-dark {
    width: 100%;
    height: 180px;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
}

.maviserit {
    float: left;
    width: 100%;

    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009c39+36,009c39+53,a1d54f+53,009c39+53,000000+53,000000+100,009c39+100 */
    background: #009c39; /* Old browsers */
    background: -moz-linear-gradient(left, #009c39 36%, #009c39 53%, #a1d54f 53%, #009c39 53%, #000000 53%, #000000 100%, #009c39 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #009c39 36%, #009c39 53%, #a1d54f 53%, #009c39 53%, #000000 53%, #000000 100%, #009c39 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #009c39 36%, #009c39 53%, #a1d54f 53%, #009c39 53%, #000000 53%, #000000 100%, #009c39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009c39', endColorstr='#009c39', GradientType=1); /* IE6-9 */

    margin: -60px 0 0 0;
    position: relative;
    z-index: 2;
    top: 0px;
}

.tezgah {
    float: left;
    width: 100%;
    height: 83px;
    margin: -150px 0 0 0;
    position: relative;
    z-index: 4;
    padding: 7px;
}

a .tezgahp {
    color: #fff;
    font-size: 15px;
}

a .tezgahp:hover {
    background: #FF8900;
}

.tezgahp img {
    width: 50%;
    height: auto;
    margin: 0 0 7px 0;
}

.tezgahp {
    float: left;
    width: 14.25%;
    height: 135px;
    border-right: 1px solid #292929;
    text-align: center;
    padding: 22px;
}

.tezgahic {
    float: left;
    width: 100%;
    height: 115px;
    background: #000;
}

.beyazborder {
    float: left;
    width: 100%;
    height: 7px;
    background: url("http://digitalkure.com/tecnoplas/assets/css/img/beyaz.png");
    margin: -20px 0 -20px 0;
    position: relative;
    z-index: 2;
}

.sosyalmedya {
    float: right;
    width: auto;
    height: 50px;
    padding: 2px 0 0 0;
    /* margin-left: 30px; */
}

.sosyalmedya a {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    padding: 3px;
    margin: 0 2px 0 2px;
}

.sosyalmedya a:hover {
    /* background: #FF8900; */
    color: #fff;
}

.metin {
    float: right;
    width: auto;
    /* height: 50px; */
    padding: 7px 41px;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    /* margin-right: 20px; */
    /* border-left: 1px solid #b9b9b9; */
    border-right: 1px solid #b9b9b9;
    position: relative;
}

.sitemenu {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
}

.menuduzenle {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}

.menuduzenle ul,
.menuduzenle li {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuduzenle ul {
    position: relative;
    /* top: 40px; */
    z-index: 6;
}

.menuduzenle ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
}

.menuduzenle ul li.hover,
.menuduzenle ul li:hover {
    position: relative;
    z-index: 6;
    cursor: default;
}

.menuduzenle ul ul, .bigAltMenu {
    visibility: hidden;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.menuduzenle ul ul li {
    float: none;
    width: 270px;
}

.menuduzenle ul li:hover > ul {
    visibility: visible;
}

.menuduzenle ul li:hover > .bigAltMenu {
    visibility: visible;
}

.menuduzenle a {
    display: block;
    line-height: 1em;
    text-decoration: none;
}

.menuduzenle {
    font-weight: 600;
    position: relative;
    top: 16px;
    /* float: left; */
    z-index: 999;
}

.menuduzenle > ul {
    *display: inline-block;
}

.menuduzenle:after,
.menuduzenle ul:after {
    content: '';
    display: block;
    clear: both;
}

.menuduzenle ul ul {
    left: 0;
    position: absolute;
    width: 100%;
    min-width: 200px;

}


.menuduzenle ul ul:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px;
    z-index: -1;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.menuduzenle ul ul a {
    background: #fff;
    color: #444;
    line-height: 150%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none !important;
}

.menuduzenle ul ul ul {
    border-top: 0 none;
}

.menuduzenle ul ul li:hover > a {
    background: #e1e1e1;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    padding-left: 25px;
}

.menuduzenle ul a:hover {
    border-bottom: 7px solid #e1e1e1;

}

.menuduzenle ul li .active {
    border-bottom: 7px solid #009c38;
}



.menuduzenle ul li.katalog a {
    background: #009c39 !important;
    color: #fff !important;
    border-radius: 10px;
    transition: .3s;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 0;
}

.menuduzenle ul li.katalog a:hover {
    background: #e1e1e1 !important;
    border: none !important;
    color: #444 !important;
}

.menuduzenle a {
    color: #222;
    font-weight: 300;
}

.menuduzenle > ul > li > a {
    font-weight: 500;
    font-size: 15px;
    padding: 13px 10px 14px 10px;
    position: relative;
    top: 2px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 7px solid transparent;
}

.logo {
    float: left;
    width: 100%;
    height: auto;
    /* padding: 10px; */
}

.logo img {
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.hizmetleri {
    float: left;
    width: 100%;
    height: 490px;
    margin-bottom: -130px;
    position: relative;
    top: -20px;
    z-index: 9999;
}

.hekimleri {
    float: left;
    width: 100%;
    height: 490px;
    background: #fff;
    /* padding: 12px; */
}

.hizmetleri h1,
.hekimleri h1 {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 17px;
    color: #212121;
}

#owl-demo {
    float: left;
    width: 100%;
    height: auto;
}

#owl-demo .item {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 300;
    /* background: #fff; */
    text-align: center;
    /* padding:15px !important; */
    /* background: #fff; */
    /* padding: 15px 15px 15px 15px; */
    border-radius: 50%;

}

#owl-demo .item div {
    transition: .3s;
}

#owl-demo .item div:hover {
    background: #009c39;
}

#owl-demo .item:hover h2 {
    background: #000
}

#owl-demo .item h2 {
    background: #676767;
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

#owl-demo .item img { /* width: 60%; */
    max-width: 100%;
    margin: 0 auto; /* margin-top: 20px; */
}


#owl-demo .item div {
    background: #fff;
    border-radius: 50%;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}


#hekimkaydir {
    float: left;
    width: 100%;
    height: 400px;
}

.hekimfoto {
    float: left;
    width: 70%;
    height: 340px;
    background: #212121;
}

.hekimfoto img {
    float: left;
    width: 100%;
    height: auto;
    max-height: 102%;
}

.ikonlari {
    float: right;
    width: 30%;
    height: 340px;
    background: #808080;
}

.hekimadi {
    float: left;
    width: 70%;
    height: 72px;
    padding: 20px;
    font-size: 17px;
    border: 1px solid #ddd;
    background: #fff;
}

.gitgel {
    float: right;
    width: 30%;
    height: 75px;
    text-align: center;
    font-size: 21px;
    margin: -60px 0 0 0;
    position: relative;
    z-index: 3;
}

.gerigel,
.ilerigit {
    float: left;
    width: 50%;
    height: auto;
    font-size: 21px;
    padding: 20px;
    cursor: pointer;
    background: #222;
    color: #fff;
}

.gerigel:hover,
.ilerigit:hover {
    background: #222;
    color: #fff;
}

.ikontek {
    float: left;
    width: 100%;
    height: 115px;
    padding: 25px 10px;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #757574;
}

a .ikontek {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

a .ikontek:hover {
    background: #09732f;
    color: #fff;
}

#hekimkaydir .item h1 {
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
}

.BayiAltf {
    float: left;
    width: 100%;
    height: 230px;
    background: url("../img/randevu.jpg") fixed bottom center;

    padding: 0 0 50px 0;

}

.BayiAltf h2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 35px 0 5px 0;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.BayiAltf p {
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 17px;
    font-weight: 200;
    text-align: center;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
    background: #e2e2e2;
    margin: 35px 0 0 0;
}

.copyright {
    float: left;
    width: 100%;
    height: auto;
    background: #399FCB;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 15px 0 15px 0;
}

#videokaydir .item {
    float: left;
    height: 240px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0 8px 20px 8px;
}

#videokaydir .item img {
    float: left;
    width: 100%;
    height: 150px;
}

#videokaydir .item h2 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.videogaleri h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 22px;
    text-align: center;
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0 20px 0;
}

.videobuton {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.kurumsallink {
    float: left;
    width: 100%;
    height: auto;
    color: #fff
}

.kurumsallink h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 17px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 15px;
}

.kurumsallink a {
    float: left;
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 13px;
    color: #f5f5f5;
}

.sosyalmedyalink {
    float: left;
    width: 100%;
    height: auto;
    color: #fff
}

.sosyalmedyalink h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 15px 0 17px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 15px;
}

.sosyalmedyalink a {
    float: left;
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 17px;
    color: #f5f5f5;
}

.sosyalmedyalink a:hover {
    color: #eb8206;
}

.ilerigeri {
    float: right;
    width: 125px;
    height: 50px;
    text-align: right;
    font-size: 40px;
}

.ileri {
    float: right;
    margin-left: 5px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: -38px;
}

.geri {

    float: right;
    margin-left: 5px;
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: -38px;


    cursor: pointer;
}


/*-----------------*/

.sayfa {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 17px;
    font-weight: 200;
    background: #fff;
    margin: -50px 0 25px 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.sayfa h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 23px;
    margin: 0 0 10px 0;
}

.sayfa img {
    max-width: 100%;
    margin: 0 0 10px 0;
}

.sayfaana {
    float: left;
    width: 100%;
    height: auto;
    /* padding: 20px; */
    position: relative;
    z-index: 0;
    font-size: 17px;
    font-weight: 200;
    background: #fff;
    margin: 20px 0 25px 0;
    /* -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08); */
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    /* box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08); */
    /* margin-top: -30px; */
}

.sayfaana h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 23px;
    margin: 0 0 10px 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.sayfaana img {
    max-width: 100%;
    margin: 0 0 10px 0;
}

.sayfarandevu {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
    z-index: 999;
    font-size: 20px;
    font-weight: 200;
    background: #fff url("http://digitalkure.com/tecnoplas/assets/css/img/randevu.png") top left;
    border: 2px solid #ddd;
    margin: -50px 0 65px 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.sayfarandevu h1 {
    float: left;
    width: 100%;
    height: auto;
    font-size: 23px;
    margin: 0 0 10px 0;
}

.sayfarandevu img {
    max-width: 100%;
    margin: 0 0 10px 0;
}

.sayfarandevu label {
    float: left;
    width: 100%;
    height: auto;
}

.sagkisim {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    margin: -50px 0 0 0;
    /* -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08); */
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    /* box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08); */
}

.sorusorhekim {
    float: left;
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    background: #2AB200;
    padding: 15px;
    text-align: center;
    margin: -50px 0 0 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.sorusorhekim h2 {
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.sagkisim a {


}

.simple_button {
    float: left;
    width: 100%;
    height: auto;
    padding: 12px;
}

.sagkisim h1,
.tedavisag h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 7px 0;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

.hekimbilgi {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.hekimbilgi a {
    color: #43BBEF;
    font-size: 20px;
    margin: 0 3px 0 3px;
}

.hekimbilgi h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 7px 0;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

.altsayfalar {
    margin-top: -90px !important;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    margin: 20px 0 25px 0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.altsayfalar h2 {
    background: #009c39;
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
    color: #fff;
}

.altsayfalar ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin-left: -25px;

}

.altsayfalar ul li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    color: #212121;
    font-weight: 300;
    font-size: 16px;
}

.altsayfalar ul li a:hover {
    background: #09732f;
    color: #fff;
    border-color: transparent;
}


/*-----------------*/

.hekimvideolari {
    float: left;
    width: 100%;
    padding: 20px;
    min-height: 250px;
    height: auto;
    margin: 0 0 30px 0;
    background: #EEEAE7;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.hekimvideolari h1 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px;
    margin: 0 0 0 0;
    font-size: 18px;
    color: #fff;
    background: #43BBEF;
}

.kategoriler {
    float: left;
    width: 100%;
    height: auto;
    margin: -70px 0 40px 0;
}

.siksorulanlar {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

.sorubas {
    float: right;
    width: 100%;
    height: 60px;
    background: #fff;
    color: #222;
    margin: -60px 0 30px 0;
    padding: 12px;
    border-radius: 8px;
}

.kategoritek {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.kategoritek img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.kategoritek:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.kategoritek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
    font-size: 19px;
    text-align: center;
    color: #222;
}

.kategoritek:hover h1 {
    color: #43BBEF;
}


/*-----------------*/

.tedavitek {
    float: left;
    width: 100%;
    height: 390px;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.tedavitek img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 155px
}

.tedavitek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
    font-size: 19px;
    color: #222;
}

.tedavitek p {
    color: #222;
    font-weight: 300;
    font-size: 15px;
}

.tedavitektek {
    float: left;
    width: 100%;
    height: 295px;
    background: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.tedavitektek img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}

.tedavitektek h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
    font-size: 17px;
    color: #222;
}

.tedavitektek p {
    color: #222;
    font-weight: 300;
    font-size: 15px;
}

.sorutek {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 7px;
    background: #fff;
    margin: 0 0 0 0;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.cevaptek {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 7px;
    background: #43bbef;
    margin: 0 0 35px 0;
    padding: 15px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.soruicerik h1 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #43BBEF;
}

.soruicerik h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #fff;
}

.soruicerik p {
    float: right;
    width: 100%;
    height: auto;
    color: #222;
    font-weight: 300;
    font-size: 15px;
}

.cevaptek p {
    float: right;
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.soruicerik {
    float: right;
    width: 85%;
    height: auto;
}

.soruresim {
    float: left;
    width: 15%;
    height: 100%;
}

.soruresim img {
    float: left;
    width: 100%;
    height: auto;
}

.tedavisag {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 15px;
    margin: 25px 0 0 0;
}

.tedavisag img {
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#tedavisagkaydir {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 200;
    margin: 15px 0 0 0;
}

#tedavisagkaydir img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

#tedavisagkaydir strong {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
}

.hekimesorusag {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}

.hekimesorusag h1 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 17px;
    text-align: center;
    background: #43BBEF;
    margin: 0 0 15px 0;
    padding: 12px;
    color: #fff;
}


/*------------------*/

.ulastek {
    float: left;
    width: 100%;
    height: auto;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #E7711B;
    margin: 0 0 5px 0;
}


/*------------------*/

.sayfalama {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

.sayfalama a,
.sayfalama span {
    padding: 15px;
    margin-right: 1px;
    color: #082e70;
}

.sayfalama a:hover,
.sayfalama span.current {
    background: #fb8105;
    color: #fff;
    border: 2px solid #e0dfdf;
}

.sayfalama span.current {
    font-weight: bold;
}

.ab-booking-form {
    font-size: 17px;
}


/*------------------*/

.mobilelogo {
    position: relative;
    float: left;
    margin-top: -50px;
    height: auto;
    z-index: 9999;
}

.mobilelogo img {
    width: 150px;
    height: auto;


}

.mobilmenusu {
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px 0 0 0;
    background: #FF8900;
    text-align: center;
    font-size: 14px;
}

.mobile-menu {
    width: 100%;
    position: relative;
    padding: 0;
    height: 50px;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-menu a.dropdown-link {
    display: block;
    height: 50px;
    padding: 0 20px;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
}

.mobile-menu a.dropdown-link:hover {
    text-decoration: none;
}

.mobile-menu a.dropdown-link i {
    float: right;
    position: relative;
    top: 15px;
}

.mobile-dropdown {
    display: none;
    list-style-type: none;
    background: #FF8900;
    padding: 0;
    min-width: 125px;
    position: relative;
    z-index: 100;
    margin: 0;
}

.mobile-dropdown li {
    padding: 0;
    height: auto;
}

.sub-menu ul {
    list-style: none;
}

.mobile-dropdown li a {
    padding: 0;
    color: #FFFFFF;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
}

.mobile-dropdown li a:hover {
    text-decoration: none;
    background: #FF8900;
}

.mobile-dropdown ul {
    display: none;
    position: absolute;
    top: 19px;
    left: 0;
}

.mobile-dropdown li:hover ul {
    display: block;
    list-style-type: none;
    top: 10px;
    bottom: 10px;
    background: #555;
    padding: 0;
    min-width: 125px;
    position: relative;
    z-index: 100;
    margin: 0;
}


/* Style the video: 100% width and height to cover the entire window */

#myVideo {
    position: relative;
    right: 0;
    bottom: 150px;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
}


/* Add some content at the bottom of the video/page */

.content {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #f1f1f1;
    width: 100%;
    text-align: center;
    padding: 20px;
    padding-top: 210px;
}

.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content p {
    font-size: 40px;
    font-weight: bold
}

.content img {
    width: 300px;
    position: absolute;
    bottom: 30px;
    vertical-align: middle;
    left: 42%;
}

#footer {
    background: #009c39;
    padding: 10px 0 25px;
    position: relative;
    top: 0px
}

.active-link,
.bottom-mob,
.full-width-bottom {
    background-color: #0066B3
}

.footer {
    text-align: left;
    margin: 0 auto !important;
}

.left-large {
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    max-width: 1200px
}

#footer .item {
    float: left;
    margin-right: 2%;
    border-left: 1px solid #424242;
    padding-left: 15px;
    margin-bottom: 25px;
    width: 18%;
}

#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer li,
#footer p {
    color: #4f4f4f;
}

#footer .contact .social-media a {
    float: left;
    margin-right: 7px
}

#footer .subitem {
    width: 100%;
    float: left;
    margin-right: 5%;
    padding-left: 15px
}

#footer .item h3 {
    margin-bottom: 15px;
    font-size: 18px
}

#footer .item ul,
.full-width-bottom ul {
    margin-bottom: 10px
}

#footer .item ul {
    padding: 0
}

#footer .item ul li {
    color: #d6deea !important;
    font-size: 13px;
    list-style: none;
    line-height: 22px
}

#footer .item ul li a {
    color: #d6deea !important;
    font-size: 13px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

#footer .bottom {
    clear: both;
    font-size: 0;
    height: 0;
    display: block;
    padding: 30px;
    background: #ffffff;
}

#footer .bottom p,
#footer .bottom p a {
    color: #4f4f4f !important;
    font-size: 13px;
}

#footer .bottom p {
    display: inline-block;
    position: relative;
    top: -10px;
}

#footer .bottom p a {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    margin-right: 8px;
    margin-left: 8px
}

.full-width-bottom {
    color: #fff
}

.full-width-bottom h3 {
    font-weight: 400;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    margin-left: 1.3em
}

.full-width-bottom a,
.full-width-bottom ul li {
    color: #fff;
    font-size: 13px;
    line-height: 22px
}

.social-media-mob {
    margin-left: 4em;
    margin-top: 2em;
    padding-bottom: 2em
}

.bottom-mob {
    padding-top: 2em
}

.bottom-mob p {
    margin-left: 4em;
    margin-bottom: 0
}

.active-link {
    color: #fff !important
}

.dil { /* margin-left: 20px !important; */
    position: relative;
    top: -4px;
    list-style: none;
}

.dil a {
    font-size: 12px;
    display: inline-block;
    float: left; /* color:#aaa; *//* border:1px solid #eee; *//* padding: 5px !important; *//* margin-left: 10px; *//* width:45px; */
    margin-top: 10px;
}

.dil a img {
    float: left;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px;
    margin-right: 2px;
}

.slide_alt {
    background: #fff;
    color: #000;
    position: relative; /* z-index: 9999; *//* padding:50px 0; */
}

.slide_alt p {
    color: #000;
    font-size: 13px;
    padding-top: 10px;
}

.slide_alt h2 {
    background: #f7f7f7;
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #000;
    margin-top: 0 !important;
}


.markalar .item div {
    /* padding-top: 0px; */
    /* padding-bottom: 20px; */
}


.hizli-erisimSpace {
    background: #fff;
    /* box-shadow: -10px 7px 8px -5px #00000040; */
    margin-bottom: 15px;
    padding: !important;
    padding-top: 20px !important;
}

.hizli-erisimSpace .title {
    color: #f15c22;
    padding: 10px 10px 10px 15px;

    font-size: 18px
}

.hizli-erisim {
    position: relative;
    left: -5px;
    color: #fff;
    font-size: 15px
}

.hizli-erisim ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.hizli-erisim ul li {
    height: 104px;
    width: 100%;
    margin-bottom: 20px;
}

.hizli-erisim ul li a {
    display: block;
    padding-left: 114px;
    padding-top: 22px;
    height: 75px;
    width: 100%;
    color: #fff
}

.hizli-menu-bayiler {
    /*background: url("../images/icons/hizli-menu-bayiler.png") no-repeat top left;*/
    background: #f98200;
    display: inline-block;
    width: 100%;
    height: 104px;
}



.hizli-menu-mhizmetleri {
    /*background: url("../images/icons/hizli-menu-mhizmetleri.png") no-repeat top left;*/
    background: #f98200;
    display: inline-block;
    width: 100%;
    height: 104px;
}

.hizli-menu-winsa-katalog {
    /*background: url("../images/icons/hizli-menu-winsa-katalog.png") no-repeat top left;*/
    background: #f98200;
    display: inline-block;
    width: 100%;
    height: 104px;
}

.hizli-menu-mhizmetleri .mhiz {
    font-size: 15px
}

.hizli-menu-mhizmetleri .phone {
    font-size: 20px
}

.mediaSpace {
    line-height: 30px
}

.mediaSpace table {
    width: 100%;
    color: #79787b
}



.mediaSpace table td {
    padding: 10px;
    text-align: left
}

.ileri i {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px 5px 10px;
}

.geri i {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px 5px 10px;
}

.containerNew {
    background: #fff;
    padding: 70px 0;
    width: 1110px;
    margin-top: -30px;
    padding-bottom: 0;
    z-index: 999;
    position: relative;
}

@media (max-width: 500px) {
    .containerNew {
        background: #fff;
        padding: 20px;
        width: 100%;
        margin-top: 0px;
        padding-bottom: 0;
    }
}

.katalogCss {
    /* padding-right: 0px; */
    /* padding-top: 10px; */
}

.katalogCss a img {
    margin-top: 0px;
    /* width: 100%; */
}

.nedenTecno {
    /* padding-left: 0px; */
    /* padding-right: 0px; */
    /* padding-top: 20px; */
    position: relative;
    /* left: -19px; */
    /* padding: 12px; */
}

.nedenTecno a h2 {
    background: none;
    padding: 0px;
    font-size: 28px;
    text-align: left;
    margin-top: 10px !important;
}

.hekimleri h2 {
    background: #e4e4e4;
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #000;
}

.bayiAgi {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;

}

.bayiAgi h2 {
    /* margin-top: 20px; */
}

.bayiAgi img {
    width: 100%;
    /* margin-top: 10px; */
}

.bayiAgi p {
    padding-bottom: 0;
    /* padding-top: 30px; */
}

.form {
    padding: 10px;
}

.btn-iletisim {
    color: #fff;
    background: #009c39;
    border: 1px solid #009c39;
}

.btn-iletisim:hover {
    color: #fff;
    background: #085d27;
    border: 1px solid #009c39;
}

.baslik {
    width: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.baslik h1 {
    /* color: #fff; */
    /* font-size: 50px; */
    color: #fff;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 4px 4px 5px #0f1a2e;
    /* margin-top: 20px; */
}

.baslikBayi {
    padding-top: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    background: #fdfdfd;
    color: #3e3e3e;
    font-size: 24px !important;
    font-weight: bold;
    padding-left: 10px;
    background: #eaeaea;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 19px !important;
    /* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
    -webkit-transition: all 0.2s;
}

.baslikBayi {
    color: #333;
    font-size: 20px;
}

.baslikBayi p {
    margin-bottom: 0 !important;
    font-size: 16px;
    padding-right: 10px;
}

.baslikBayi p i {
    margin-left: 10px;
}

.baslikBayi:hover {
    color: #009c39;
    background: #0f1c41 !important;
    color: #fff !important;
}

.bayiBg:hover .baslikBayi {color: #009c39;
    background: #0f1c41 !important;
    color: #fff !important;
}

.baslikBayi:hover p i {
    color: #009c39;
    margin-left: 20px;
    transition: .4s;
}

.bayiBg {
    background: #fff;
    /* box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); */
    border-radius: 5px;
    margin-bottom: 20px;
}

.bayiBg img {
    width: 100%
}

.imgDetay {
    border: 1px solid #f1f1f1;
    /* box-shadow: 2px 2px 20px rgba(0,0,0,0.25); */
}

.sidebarDetay {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
}

.menuBaslik {
    background: #009c39;
    text-align: center;
}

.menuBaslik p {
    color: #fff;
    padding: 10px;
}

.slider-card a {
    float: left;
}

.slider-card a img {
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-yazi p {
    font-size: 15px;
    text-align: justify;
}

.block1 {
    border-left: 1px solid #424242;
}

.block1 ul li {
    list-style: none;
    padding: 5px;
}

.social ul li a i {
    list-style: none;
    padding: 7px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.footer-baslik p {
    font-size: 20px;
}

.hizli-menu-bayiler1 i {
    font-size: 25px;
    float: left;
    padding: 18px;
    background: #f98200;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 25px;
    margin-left: 20px;
    margin-top: 26px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.20);
}

.hizli-erisim1 {
    position: relative;
    color: #fff;
    font-size: 15px
}

.hizli-erisim1 ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.hizli-erisim1 ul li {
    height: 104px;
    width: 100%;
    margin-bottom: 20px;
}

.hizli-erisim1 ul li a {
    display: block;
    padding-left: 114px;
    padding-top: 35px;
    height: 75px;
    width: 100%;
    color: #fff
}

.imBayi img {
    width: 100%;
    /* padding: 30px; */
}

.sayfabanner .baslik ul {
    position: relative;
    left: 50%;
    transform: translate(-15%, -50%);
}

.sayfabanner .baslik ul li {
    color: #fff;
    float: left;
    margin-left: 10px;
    list-style: none;
}

.sayfabanner .baslik ul li span {
    margin-left: 10px;
}

.sayfabanner .baslik ul li a {
    color: #fff;
}

.breadcrumb {
    border-radius: 0 !important;
    /* height: 100px; */
    text-align: center;
    /* line-height: inherit; */
    /* display: inline-block; */
    /* padding-top: 0; */
}

.breadcrumb li a {
    color: #fff;
}


.breadcrumb-item.active {
    color: #444 !important;
    /* font-weight: bold; */
    font-size: 12px;
    font-weight: bold;
}


.product-section-description .product-text {
    min-width: 560px;
}

.carousel-indicators {
    bottom: 70px !important;
}


.gizleMenu {
    display: none;
}

@media (max-width: 500px) {
    .gizleMenu {
        display: block;
    }

    .topnav {
        /* overflow: hidden; */
        /* background-color: #333; */
    }

    .topnav a {
        float: left;
        display: block;
        color: #333;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

    .topnav a:hover {
        background-color: #fff;
        color: black;
    }

    .topnav .icon {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .topnav a:not(:first-child) {
            display: none;
        }

        .topnav a.icon {
            float: right;
            display: block;
        }
    }

    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
    }
}


.marka_cont { /* border-top: 1px solid #eee */
    padding: 50px 0;
    background: #e9e9e9;
}


@media screen and (max-width: 790px) {


    .marka_cont {
        padding-top: 0 !important;
    }

    .metin {
        float: left;
        padding: 7px 15px;
    }

    .bayiAgi img {
        width: 100%;
    }

    .BayiAltf h2 {
        font-size: 30px;
    }

    .marka_cont {
        background: #fff;
    }


    .katalogCss a img {
        width: 160px;
    }

    .nedenTecno, .katalogCss {
        width: 100%;
    }


    .carousel-indicators {
        bottom: 0 !important;
    }

    .slayt h3 {
        margin-top: 0;
        font-size: 20px;
    }

    .carousel-caption {
        bottom: -10px;
    }

    .slayt p {
        font-size: 12px;
    }

    .digitalkure {
        display: none !important;
    }
}


.hizli-erisim .boxx {
    -webkit-transition: all 0.4s;
    background: #d9d9d9;
    display: inline-block;

    width: 100%;
    height: 104px;
    border-radius: 5px;
    font-size: 18px;

}

.hizli-erisim ul li a {
    display: block;
    padding-left: 114px;
    padding-top: 22px;
    height: 75px;
    width: 100%;
    color: #333;
}


.hizli-erisim .boxx:hover {
    background: #000
}

.hizli-erisim .boxx:hover a {
    color: #fff
}


.hizli-erisim .fa {
    font-size: 50px;
    float: left;
    line-height: 110px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgb(45, 45, 45);
    display: block;
    width: 100px;
    height: 104px;
    text-align: center
}

.btn i {
    margin-right: 5px;
}

.btn {
    font-weight: bold;
}

.digitalkure {
    float: right;
    display: inline-block;
    margin-top: -22px
}

.digitalkure img {
    -webkit-transition: all 0.4s;
    width: 90px;
    opacity: 0.5
}

.digitalkure:hover img {
    opacity: 1
}

.btn-warning {
    background-color: #009c39;
    border-color: #009c39 !important;
    color: #fff;

}

.btn-warning:hover {
    background-color: #333;
    border-color: #333 !important;
    color: #fff;

}

/*mobil bura*/
@media (max-width: 768px) {


    .footerAlt .text-right {
        text-align: left !important;}


    .footerAlt a:first-child {padding-left:0 !important}
    .sayfabanner {height:110px !important}
    .urunScroll {height:auto !important; }
    .variationDetailCt {margin-top:0 !important}
    .mobil-btn {
        position: fixed;
        z-index: 99999;
        background: #f38120 !important;
        bottom: -70px;
        left: 0;
        right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 15px;
        display: flex;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

    .mobil-btn a {
        line-height: normal;
        color: #fff;
        background: #2d2c2c;
        padding: 6px 13px;
        border-radius: 3px;
        width: 50%;
        text-align: center;
    }

    .mobil-btn a i {
        padding-right: 6px
    }

    .mobil-btn.btnShow {
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 9999999 !important;
        height: auto !important;
        bottom: 0;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

    .mobil-btn a + a {
        width: 50%;
        margin-left: 2%
    }
}


.gBaslik h1 {
    padding-top: 40px;
    font-size: 17px !important;
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 30px !important;
}

.haberlerYeni {
    padding-bottom: 50px;
    position: relative;
}

.haberBox {
    position: relative;
}

.haberBox img {
    width: 100%;
}

.haberBox h3 {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 5px 0;
}

.haberBox span {
    display: inline-block;
    font-size: 12px;
    color: #444;
    background: #f1f1f1;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.haberBox p {
    font-size: 13px;
    padding: 0;
    height: 71px;
    overflow: hidden;
    line-height: 23px;
}

.haberBox a:last-child {
    display: inline-block;
    color: #fff;
    padding: 7px;
    background: #009c39;
    font-size: 13px;
    transition: .3s;
    padding: 5px 20px;
}

.haberBox:hover a:last-child {
    background: #f1f1f1;
    color: #444;
}

a.tumBtn {
    color: #009c39;
    text-decoration: underline;
    padding: 20px 0;
    display: inline-block;
}

a.tumBtn:hover {
    text-decoration: none;
}

.boxYeni img, .boxYeni h2 {
    transition: .3s;
}

.boxYeni:hover img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.boxYeni:hover h2 {
    color: #009c39
}

.footerAlt {
    padding: 20px 0;
    background: #fff;
    color: #444;
    font-size: 12px;
}



.footerAlt a:first-child {
    color: #444;
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
    text-decoration: underline;
}

.footerAlt a img {
    transition: .3s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    height: 20px;
}

.footerAlt a:hover img {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.footer {
    background: #e9e9e9;
    padding: 50px 0;
}

.footerBox h4 {
    font-weight: 600;
    color: #4f4f4f;
    margin-bottom: 14px;
    font-size: 16px;
}

.footerBox .footer-links {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

.footerBox .footer-links li {
    line-height: 22px;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 1px 10px 1px;
}

.footerBox .footer-links li a {
    text-decoration: none;
    font-size: 13px;
    color: #4f4f4f;
}

.footer .footer-newsletter-subscribe-box {
    margin: 0px 0px 20px 0px;
}

.footer .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer a.social-icon span {

    color: #e2e2e2;

    list-style: none;

    padding: 7px;

    font-size: 20px;

    width: 50px;

    height: 50px;

    border: 1px solid #4f4f4f;

    border-radius: 100%;

    text-align: center;

    line-height: 35px;

    text-align: center;

    /* font-size: 14px !important; */
}

.footer .footer-section-text {
    font-size: 12px;
    text-align: justify;
    margin: 25px 0px 7px 0px;
}

.footer .email-box {
    width: 100%;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #a5a5a5;
    position: relative;
}

.footer .email-form {
    width: 100%;
    height: 40px;
    padding: 5px 70px 5px 10px;
    border: 0px solid transparent;
    background: transparent;
    -webkit-appearance: none;
}

.footer .email-box .aboneolbtn {
    position: absolute;
    right: 1px;
    top: 0;
    background: #333;
    color: #fff !important;
    z-index: 1;
    display: block;
    top: 1px;
    bottom: 1px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
}


.searchCt {
    float: left;
    border-radius: 10px;
    position: relative;
    margin: 4px 10px 0 10px;
    border: 1px solid #c6c6c6;
}

.searchCt input.searchBox {
    border: none;
    background: #fff;
    color: #333;
    padding: 6px 10px;
    width: 270px;
    outline: none;
    border-radius: 10px 10px 10px 10px;
}

.searchCt .searchBtn {
    color: #fff;
    background: #c6c6c6;
    font-size: 14px;
    padding: 8px 6px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    text-decoration: none;
    border-radius: 0px 10px 10px 0px;
}


.bigMenu {
    width: 100%;
    background: #182F55;
    padding: 0;
}


.landingLangCt {
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: all .6s;
    overflow: hidden;
    height: 0;
}

.landingLangCt.open {
    background: #182F55;
}


.landingLangCt > .icon-globe {
    display: none;
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 340px;
    color: #fff;
    opacity: .2;
}

.landingLangCt * {
    color: #eee;
}

.landingLangCt h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 30px 0 10px;
    padding: 20px 0 5px;
}

.landingLangCt li a {
    display: block;
    padding: 2px 0;
    color: #eee;
}

.landingLangCt li a:hover {
    text-decoration: underline;
}

.landingLangCt ul {
    list-style: none;
    padding-left: 0;
}

.landingLangCt .large-list {
    padding: 30px 20px 60px;
}

.closeLangCt {
    float: right;
    margin-top: 20px;
    border: 1px solid;
    padding: 10px 20px;
    margin-right: 20px;
    position: relative;
}

.closeLangCt:hover {
    background: #eee;
    color: #29375B;
}


.kapali {
    display: none;
    height: 0;
}

.acik {
    display: block;
}

.carousel-caption {
    position: absolute;
    bottom: -100px !important;
    right: 150px !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    text-align: right !important;

}

.bigAltMenu {
    /* width:100%; */
    background: #fff;
    width: 953px;
    padding: 5px;
    position: absolute;
    left: -342px;
    z-index: 9999;
    padding-top: 21px;
    padding-bottom: 5px;
}

.bigAltMenu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px;
    z-index: -1;
    box-shadow: 0 24px 41px rgba(0, 0, 0, 0.3);
}


.bigAltMenu img {
    width: 100%;
}

.bigAltMenu span {
    display: block;
    font-size: 12px;
    background: #00af43;
    color: #fff;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
}

.bigMenuLink {display: block;position: relative;overflow: hidden;text-align: center;border-bottom: 0 !important;}

.bigMenuLink:hover img {
    transform: scale(1.2);
    transition: .3s;
}

#education {

    padding: 60px 0;
    background-size: cover !important;

}

.careerCt .box {
    padding: 50px 0;
}

.box img {
    float: right;
    margin-left: 40px;
}


/*ZER CSS*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap&subset=latin-ext');


html,
body {
    text-align: left;
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
    line-height: 1.35;
    color: #424242;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.column:before,
.column:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

a:focus {
    color: inherit;
    outline: none;
}

/*.container {max-width:100%;width:100%;padding:0px 0px 0px 0px;}
.container-fixed {max-width:807px;width:100%;margin:0px auto 0px auto;}*/
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.header .row {
    padding: 0px 0px 0px 0px;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.header .headerup {
    float: right;
    max-width: 640px;
    color: #fff;
    margin-bottom: 3px;
}

.header .headerup .social {
    background: #0f1d40;
    margin-left: -25px;
    margin-top: 10px;
    float: left;
    padding: 9px;
    margin-right: 14px;
}

.header .headerup .social li {
}

.header .headerup .social li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.header .headerup .social li a:hover {
    color: #01af40;
}

.header .headerup .lnk {
    font-size: 12px;
    float: left;
    color: #656565;
    padding: 7px 40px;
    margin: 16px 0 0;
    border-left: 1px solid #ccc;
}

.searchCt {
    float: left;
    border-radius: 10px;
    position: relative;
    margin: 2px 10px 0 10px;
    border: 1px solid #c6c6c6;
    margin-left: 30px;
}

.searchCt input.searchBox {
    border: none;
    background: #fff;
    color: #333;
    padding: 6px 10px;
    width: 272px;
    outline: none;
    border-radius: 10px 10px 10px 10px;
    height: 38px;
}

.searchCt .searchBtn {
    color: #fff;
    background: #c6c6c6;
    font-size: 14px;
    padding: 8px 6px;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    text-decoration: none;
    border-radius: 0px 10px 10px 0px;
}

.searchCt .searchBtn:before {
    color: #fff;
}

.header .headerup .langCt {
    float: left;
    padding-right: 10px;
    position: relative;
}

.header .headerup .langCt .lnk {
    padding-right: 0;
}

.header .headerup .langCt .dd:before {
    content: "";
    display: inline-block;
    float: right;
    border: 3px solid transparent;
    border-top-color: #c6c6c6;
    margin-top: 9px;
    margin-left: 2px;
}

.header .headerup .langCt .langList {
    left: auto;
    right: 0;
    margin-top: -1px;
    text-align: center;
}

.header .headerup .langCt .icon-globe, .header .headerup .icon-icon-profile {
    font-size: 16px;
    position: relative;
    float: left;
    margin-right: 4px;
    top: -1px;
}

.header .headerup .langCt:hover .icon-globe {
    webkit-transform-origin: 50% 50%;
    -webkit-animation: rotate 3s linear infinite;
}

.catalogBtn {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background: #01af40;
    display: block;
    float: right;
    text-align: right;
    padding: 21px 6px 4px;
    margin-top: -18px;
    transition: all .3s;
}

.catalogBtn:hover {
    background: #ccc;
    color: #333;
}

.header .headertop {
    margin-top: 10px;
    clear: both;
}

.header .logo {
    width: 120px;
    max-width: 100%;
}

.header ul {
    padding: 0;
    list-style: none;
}

.header .navigationitemscontainer {
    position: relative;
    margin-top: 30px;
    padding-left: 0;
}

.header ul.navigationitems {
    list-style-type: none;
    padding: 0px 100px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
    float: left;
}

.header ul.navigationitems > li {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: auto;
    border-bottom: 11px solid #fff;
    padding: 15px 15px 23px 15px;
}

.header ul.navigationitems > li > a {
}

/*
.header ul.navigationitems li:first-child {padding-left:0px;text-align:left;justify-content:left;}
.header ul.navigationitems li:last-child {padding-right:0px;text-align:left;justify-content:right;}
*/

.header ul.navigationitems > li.active {
    border-bottom: 4px solid green;
    padding: 15px 15px 30px 15px;
}

.header ul.navigationitems > li:hover {
    border-bottom: 11px solid #e1e1e1;
    padding: 15px 15px 23px 15px;
}

.header ul.navigationitems > li a {
    color: #070705;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .7px;
}

.header ul.navigationitems > li ul.sub {
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 69px;
    text-align: left;
    width: 500px;

    padding: 10px 0;
    display: none;
}

.header ul.navigationitems > li:hover ul.sub {
    display: block;
}

.header ul.navigationitems > li ul.sub li a {
    display: block;
    padding: 10px 30px;
    background: #fff;
    transition: all .3s;
}

.header ul.navigationitems > li ul.sub li a:hover {
    background: #ddd;
    padding-left: 35px;
}

ul.megaMenu {
    position: absolute;
    background: #fff;
    z-index: 999;
    padding: 15px;
    left: -310px;
    width: 1140px;
    top: 69px;

    display: none;
}

.header ul.navigationitems > li ul.sub:before, ul.megaMenu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50px;
    z-index: -1;
    box-shadow: 0 0 40px #333;
}

ul.megaMenu:after {
    content: "";
    z-index: -1;
    background: #FFF;
    display: block;
    height: 60px;
    left: 0;
    right: 0;
    top: 0px;
    position: absolute;
}

.navigationitems li:hover .megaMenu {
    display: block;
}

ul.megaMenu li {
    width: 20%;
    float: left;
}


ul.megaMenu li span {
    display: block;
    font-size: 12px;
    background: #00af43;
    color: #fff;
    padding: 5px;
    position: relative;
}

ul.megaMenu li a {
    position: relative;
    padding-top: 51%;
    display: block;
    margin: 10px;
    overflow: hidden;
}

ul.megaMenu li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

ul.megaMenu li a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

li.overlay:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: fixed;
    top: 148px;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.navigationitems > li.parent:hover ~ .overlay:before {
    /*opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.megaMenu {
        left: -280px;
        width: 940px;
    }

    ul.megaMenu li {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.megaMenu {
        left: -250px;
        width: 750px;
    }

    ul.megaMenu li {
        width: 33.33%;
    }
}

.header .headertop .header-actions {
    text-align: right;
    height: 100%;
}

.header .headertop .header-actions .header-actions-container {
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.header .headertop .header-actions .header-actions-container a {
    text-decoration: none;
    font-size: 25px;
    margin-left: 15px;
}

.header .headertop .header-actions .header-actions-container a span {
    color: #000000;
}

/*.header .headertop .header-actions .header-actions-container a:hover {opacity:0.8;}
.header .headertop .header-actions .header-actions-container a:hover span {color:#C2C2C2;}*/

.header .headertop .header-actions .header-actions-container a.mLangBtn span {
    color: #7a7a7a;
}

.headernavigationmobile {
    background-color: #333333;
    padding: 0px 0px 0px 0px;
}

.headernavigationmobile ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

.headernavigationmobile ul li {
    border-bottom: 1px solid #555555;
    padding: 20px 20px 20px 20px;
}

.headernavigationmobile ul li a {
    color: #C2C2C2;
    font-weight: 600;
}

.mSearchCt {
}

.mSearchCt .mSearchTxb {
    display: block;
    background: #fff;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: -1px;
    position: relative;
    z-index: 99;
}

.landingLangCt {
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: all .6s;
    overflow: hidden;
    height: 0;
}

.landingLangCt.open {
    background: #182F55;
}


.landingLangCt > .icon-globe {
    display: none;
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 340px;
    color: #fff;
    opacity: .2;
}

.landingLangCt * {
    color: #eee;
}

.landingLangCt h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 5px 0 10px;
    padding: 0px 0 5px;
}

.landingLangCt li a {
    display: block;
    padding: 2px 0;
    color: #eee;
}

.landingLangCt li a:hover {
    text-decoration: underline;
}

.landingLangCt ul {
    list-style: none;
    padding-left: 0;
}

.landingLangCt .large-list {
    padding: 30px 20px 60px;
}

.closeLangCt {
    float: right;
    margin-top: 20px;
    border: 1px solid;
    padding: 10px 20px;
    margin-right: 20px;
    position: relative;
}

.closeLangCt:hover {
    background: #eee;
    color: #29375B;
}

@media (max-width: 768px) {

    .owl-carousel-hp-slider .owl-dots {
        display: none !important;
        visibility: hidden !important;
    }

    .header {
        margin-bottom: 0px;
        border-bottom: 1px solid #CCCCCC;
        padding: 0px 0px 10px 0px;
    }

    .header .headertop {
        padding: 0px 10px 0px 10px;
        height: 55px;
    }

    .header .headertop .header-logo .logo {
        width: 65px;
    }

    .mobile-footer-space-between {
        margin-top: 40px;
    }

    .header .logo {
        width: 110px;
        max-width: 100%;
    }
}


/* Slider */

.owl-carousel-hp-slider {
    width: 100%;
    max-width: 1900px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
}

.owl-carousel-hp-slider .hp-slider-item {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.owl-carousel-hp-slider .hp-slider-item img {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.owl-carousel-hp-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

.owl-carousel-hp-slider .owl-nav, .owl-carousel-hp-brand-slider .owl-nav {
    width: 100%;
    font-size: 30px;
}

.owl-carousel-hp-slider .owl-prev, .owl-carousel-hp-slider .owl-next,
.owl-carousel-hp-brand-slider .owl-prev, .owl-carousel-hp-brand-slider .owl-next {
    position: absolute;
    height: 90px;
    width: 30px;
    display: block;
    color: #FFFFFF;
    background: none !important;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.owl-carousel-hp-slider .owl-prev {
    left: 35px;
}

.owl-carousel-hp-slider .owl-next {
    right: 35px;
}

.owl-carousel-hp-brand-slider .owl-prev {
    left: -35px;
}

.owl-carousel-hp-brand-slider .owl-next {
    right: -35px;
}

.owl-carousel-hp-slider .owl-prev span, .owl-carousel-hp-slider .owl-next span,
.owl-carousel-hp-brand-slider .owl-prev span, .owl-carousel-hp-brand-slider .owl-next span {
    color: #FFFFFF;
    font-size: 90px;
    line-height: 90px;
}

.owl-carousel-hp-slider .container {
    position: relative;
}

.owl-carousel-hp-slider .container .slideTxt {
    position: absolute;
    bottom: 120px;
    right: -100px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    text-shadow: 0px 0 7px #333;
    transition: all .9s;
    transition-delay: .4s;
    opacity: 0;
}

.owl-carousel-hp-slider .active .container .slideTxt {
    right: 0;
    opacity: 1;
}

@media (max-width: 768px) {
    .owl-carousel-hp-slider .owl-dots {
        display: none !important;
        visibility: hidden !important;
    }

    .owl-carousel-hp-slider .container .slideTxt {
        bottom: 20px;
        right: -20px;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }

    .owl-carousel-hp-slider .active .container .slideTxt {
        right: 20px;
        opacity: 1;
    }

    .owl-carousel-hp-slider .owl-prev {
        left: 0;
    }

    .owl-carousel-hp-slider .owl-next {
        right: 0;
    }

    .hp-brand-slider .hp-section-content {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.visible-on-mobile {
    color: #EBEBEB;
}

/* Home Brand List Detail */
.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.brandDetailsCt {
    height: 0;
    overflow: hidden;
    transition: all .3s;
}

.brandDetailsCt .detailCt p {
}

.brandDetailsCt .imgCt img {
    max-width: 100%;
}

a.brandCloseBtn {
    display: block;
    text-align: right;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.showBrandProductsBtn {
    text-decoration: underline;
}

.footer {
    width: 100%;
    background-color: #e2e2e2;
    margin-top: 60px;
    padding: 60px 0px 35px 0px;
}

.footer .footercontent {
}

.footer .footer-links {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
}

.footer .footer-links li {
    line-height: 22px;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 1px 10px 1px;
    text-transform: uppercase;
}

.footer .footer-links li a {
    text-decoration: none;
    font-size: 13px;
    color: #4f4f4f;
}

.footer .footer-links li:last-child {
    border-bottom: 0px solid transparent;
}

.footer .footer-links li a:hover {
    color: #999999;
}

.footer .footer-section-title {
    font-weight: 600;
    color: #4f4f4f;
    margin-bottom: 14px;
}

.footer .footer-section-text {
    font-size: 12px;
    text-align: justify;
    margin: 25px 0px 7px 0px;
}

.footer .footer-newsletter-subscribe-box {
    margin: 0px 0px 20px 0px;
}

.footer a.social-icon {
    text-decoration: none;
}

.footer a.social-icon span {
    font-size: 20px;
    background: #4f4f4f;
}

.footer a.social-icon:hover span {
    color: #ffffff;
}

.footer .social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .social-icons .social-icon {
}

.footerbottomcta {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 12px;
    overflow-x: hidden;
}

.footerbottomcta a {
    color: #666666;
    text-decoration: underline;
}

.footerbottomcta .language-selection-footer {
    text-align: right;
    padding-right: 30px;
}

.footerbottomcta .footer-seperator {
    margin-left: 10px;
    margin-right: 10px;
}

.footerbottomcta .language-selection-footer a {
    text-decoration: none;
}

.footerbottomcta .language-selection-footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footerbottomcta .language-selection-footer a.active {
    font-weight: 600;
}

.footerbottomcta .language-selection-footer a.active:hover {
    opacity: 1;
    text-decoration: none;
}

.footer-logo {
    font-size: 31px;
    float: left;
    margin-right: 20px;
    left: 10px;
    position: relative;
}

.footer-logo:hover {
    opacity: 0.8;
}

.footer .email-box {
    width: 100%;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #a5a5a5;
    position: relative;
}

.footer .email-form {
    width: 100%;
    height: 40px;
    padding: 5px 70px 5px 10px;
    border: 0px solid transparent;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
}

.footer .email-box .aboneolbtn {
    position: absolute;
    right: 1px;
    top: 0;
    background: #333;
    color: #fff !important;
    z-index: 1;
    display: block;
    top: 1px;
    bottom: 1px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    outline: none;
}

/* hp cta three */

.hpcontent {
    padding: 40px 0px 0px 0px;
}

.hp-three-cta .hp-three-cta-item {
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    text-decoration: none;
}

.hp-three-cta {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.hp-three-cta-header {
    padding: 0 15px 4px 15px;
    font-weight: 500;
    color: #000;
    border-radius: 0px 0px 4px 4px;
    margin: 0px 0px 20px 0px;
    background: none !important;
    font-size: 22px;
}

.hp-three-cta .cta-image {
    width: 100%;
    max-width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.hp-three-cta .cta-paragraph {
    margin: 10px 0px 6px 0px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    text-align: center;
    padding: 0px 15px 0px 15px;
}

.hp-three-cta .cta-menu-items {
    list-style-type: none;
    padding: 0px 15px 0px 15px;
    margin: 10px 0px 0px 0px;
    display: none;
}

.hp-three-cta .cta-menu-items li {
    margin: 0px 0px 3px 0px;
}

.hp-three-cta .cta-menu-items li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.hp-three-cta .cta-menu-items li a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.cta-header-green-theme .hp-three-cta-header {
    background-color: #007c66;
}

.cta-header-green-theme .cta-menu-items li a {
    color: #007c66;
}

.cta-header-blue-theme .hp-three-cta-header {
    background-color: #02ace2;
}

.cta-header-blue-theme .cta-menu-items li a {
    color: #02ace2;
}

.cta-header-gold-theme .hp-three-cta-header {
    background-color: #e3a41f;
}

.cta-header-gold-theme .cta-menu-items li a {
    color: #e3a41f;
}

@media (max-width: 767px) {
    .hp-three-cta-header {
        padding: 0 15px 0px 15px;
        margin: 0px 0px 0px 0px;
        font-size: 20px;
    }

    .hp-three-cta .cta-paragraph {
        margin: 0px 0px 6px 0px;
        font-size: 13px;
        padding: 0px 15px 0px 15px;
    }
}

@media (min-width: 768px) {

    .hp-three-cta {
        margin: 0px 0px 0px 0px;
    }

    .hp-three-cta .hp-three-cta-item {
    }

    .hp-three-cta .cta-paragraph {
        padding: 0px 0px 0px 0px;
    }

    .hp-three-cta .cta-menu-items {
        padding: 0px 0px 0px 0px;
    }

    .hp-three-cta .cta-image {
        border-radius: 0px 0px 0px 0px;
    }

    .hp-three-cta-header {
        border-radius: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .visible-on-mobile {
        display: none;
        visibility: hidden;
    }

}

/* hp brand slider */

.hp-brand-slider {
}

.hp-brand-slider .hp-brand-slider-item {
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 50%;
}

.hp-brand-slider .hp-brand-slider-item img {
    width: 100%;
}

.hp-brand-slider .hp-brand-slider-item:hover {
    opacity: 0.8;
}

.hp-section {
    margin: 30px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
}

.hp-section-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.hp-section-content {
    margin: 12px 0px 0px 0px;
}

.hp-section.hp-brand-slider {
    padding: 0;
}

.hp-brand-slider .hp-section-content {
    background: #e9e9e9;
    padding-top: 45px;
    padding-bottom: 45px;
}

.hp-section-more-cta {
    margin: 20px 0px 0px 0px;
}

.hp-section-more-cta a {
    color: #606060;
    font-size: 13px;
    text-decoration: none;
}

.hp-section-more-cta a .icon-icon-more {
    font-size: 30px;
    bottom: -8px;
    left: 6px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.hp-section-more-cta a:hover {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .hp-section {
        margin: 60px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
}

/* hp news */

.hp-news {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.hp-news-item {
    margin: 0px 0px 60px 0px;
    padding: 0px 0px 0px 0px;
}

.hp-news-item:last-child {
    margin: 0px 0px 10px 0px;
}

.hp-news-item .hp-news-image {
    width: 100%;
    max-width: 100%;
    border-radius: 5px 5px 5px 5px;
}

.hp-news-item .hp-news-image:hover {
    opacity: 0.9;
}

.hp-news-item .hp-news-title {
    color: #000;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
}

.hp-news-item .hp-news-title a {
    text-decoration: none;
    color: inherit;
}

.hp-news-item .hp-news-title:hover {
    opacity: 0.8;
}

.hp-news-item .hp-news-paragraph {
    color: #000;
    margin: 12px 0px 6px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: justify;
    padding: 0px 0px 0px 0px;
}

.hp-news-item .hp-news-paragraph a {
    text-decoration: none;
    color: inherit;
}

.hp-news-item .hp-news-paragraph:hover {
    opacity: 0.8;
}

.hp-news-item .hp-section-more-cta {
    margin-top: 10px;
    display: none;
}

.hp-news-item .hp-section-more-cta a {
}

.hp-news-item .inner-news > a {
    display: block;
    position: relative;
    padding-top: 54%;
    overflow: hidden;
}

.newsBadge {
    z-index: 1;
    background-color: rgba(1, 175, 64, .9);
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
}

@media (min-width: 768px) {
    .hp-news {
        margin: 0px -10px 0px -10px;
        padding: 0px 0px 0px 0px;
    }

    .hp-news-item {
        padding: 0px 10px 10px 10px;
        margin: 0px 0px 0px 0px;
    }

    .hp-news-item .hp-news-title {
        padding: 10px 10px 0px 0px;
        margin: 3px 0px 0px 0px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hp-news-item .hp-news-image {
        margin: 0px 0px 0px 0px;
    }

    .hp-news-item .hp-news-paragraph {
        padding: 0px 0px 0px 0px;
    }
}

/* Breadcrumb */

.breadcrumb {
    padding: 12px 0px 12px 0px;
    border-radius: 0px;
    background: #f9f9f9;
    line-height: 25px;
}

.breadcrumb ul {
    list-style-type: none;
    margin-bottom: 0;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

.breadcrumb ul li a.active {
    font-weight: 500;
    opacity: 0.8;
}

.breadcrumb .icon-icon-breadcrumb {
    font-size: 12px;
}

/* Category */

.category-header {
    padding: 0px 15px 0px 15px;
    position: relative;
    height: 350px;
}

@media (max-width: 767px) {
    .category-header {
        height: 130px;
    }
}

.category-header .category-header-level-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.category-header .category-header-level-1 img {
    width: 100%;
    height: 100%;
}

.category-header .category-header-level-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("/zer/static/upload/category-header-overlay.png");
    background-repeat: repeat-x, no-repeat;
    background-position: center bottom;
    display: none;
}

.category-header .category-header-level-3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: table;
    overflow: hidden;
    display: none;
}

.category-header .category-header-level-3 .category-header-container {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    max-width: 810px;
    margin: 0px auto 0px auto;
    padding-bottom: 50px;
    /* font-family: 'Noto Serif', serif;*/
}

.category-header .category-header-level-3 .category-header-container .category-header-title {
    font-size: 30px;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

.category-header .category-header-level-3 .category-header-container .category-header-description {
    font-size: 18px;
    color: #FFFFFF;
    padding: 5px 0px 0px 0px;
    max-width: 810px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;

}

.categorycontainer {
    padding: 0px 15px 0px 15px;
}

.category-products {
    padding: 10px 15px 0px 15px;
}

.category-products .category-filter {
    padding: 0px 0px 0px 0px;
}

.category-products .category-listing {
    padding: 0px 0px 0px 0px;
}

.category-products .category-filter .filter-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 15px 0px;
}

.category-products .category-filter .filter-contents {
}

.category-products .category-filter .filter-contents ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.category-products .category-filter .filter-contents ul li {
    list-style-type: none;
    line-height: 13px;
    margin: 0px 0px 12px 0px;
}

.category-products .category-filter .filter-contents ul li a {
    color: #333333;
    font-size: 12px;
}

.category-products .category-filter .filter-contents ul li a.active {
    opacity: 0.6;
}

.owl-carousel-category-slider {
    margin: 20px 0px 20px 0px;
    width: 100%;
    max-width: 100%;
}

.owl-carousel-category-slider .category-slider-item {
    background: #EBEBEB;
    color: #C2C2C2;
    padding: 10px 10px 15px 10px;
    border-radius: 5px 5px 5px 5px;
}

.owl-carousel-category-slider .category-slider-item:hover {
    background-color: #E2E2E2;
}

.owl-carousel-category-slider .category-slider-item.active {
    background-color: #FFFFFF;
    border: 2px solid #E2E2E2;
}

.owl-carousel-category-slider .category-slider-item .category-slider-image {
    width: 100%;
}

.owl-carousel-category-slider .category-slider-item .category-slider-image .category-slider-image-object {
    max-width: 70%;
    width: 70%;
    margin: 0px auto 0px auto;
}

.owl-carousel-category-slider .category-slider-item .category-slider-item-title {
    display: table;
    text-align: center;
    color: #333333;
    font-size: 13px;
    height: 30px;
    line-height: 13px;
    overflow: hidden;
    width: 100%;
}

.owl-carousel-category-slider .category-slider-item a {
    color: inherit;
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel-category-slider .category-slider-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.owl-carousel-category-slider .owl-dots {
    display: block !important;
    visibility: visible !important;
    padding: 5px 0px 0px 0px;
}

.product-listing-item-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.product-listing-item-container .product-listing-item {
    border: 1px solid #CCCCCC;
    padding: 0;
    border-radius: 4px 4px 4px 4px;
    margin: 0px 0px 0px 3px;
}

.product-listing-item-container .product-listing-item a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
}

.product-listing-item-container .product-listing-item .product-image-container {
    padding: 0;
}

.product-listing-item-container .product-listing-item .product-image-container a {
    padding-top: 100%;
}

.product-listing-item-container .product-listing-item .product-image-container .product-image {
    width: auto;
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;

    max-height: 60%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .9s;
    -webkit-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
}

.product-listing-item-container .product-listing-item:hover .product-image-container .product-image {
    max-width: 90%;
    max-height: 90%;
}

.product-listing-item-container .product-listing-item .product-brand {
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 500;
}

.product-listing-item-container .product-listing-item .product-title {
    display: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 5px 0px 5px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    height: 32px;
    overflow: hidden;
}

.product-listing-item-container .product-listing-item .product-listing-cta {
    background-color: #DFDC03;
    border: 0px solid transparent;
    display: block;
    padding: 10px 10px 10px 10px;
    border-radius: 0 0 4px 4px;
    font-size: 11px;
    color: #000;
    margin-left: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-listing-item-container .product-listing-item .viewBtnCt {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.product-listing-item-container .product-listing-item:hover .product-image-container .viewBtnCt {
    opacity: 1;
    top: 50%;
}

.product-listing-item-container .product-listing-item .product-image-container a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.product-listing-item-container .product-listing-item:hover .product-image-container a:before {
    opacity: 1;
}

.product-listing-item-container .product-listing-item .viewBtnCt span.icon-icon-search {
    font-size: 55px;
    color: #fff;
    float: left;
}

.product-listing-item-container .product-listing-item .viewBtnCt span.icon-icon-search:before {
    color: #fff;
}

.product-listing-item-container .product-listing-item .viewBtnCt em {
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    margin-top: 6px;
    float: left;
    line-height: 21px;
    text-shadow: 0 0 3px #777;
}

@media (min-width: 768px) {
    .categorycontainer {
        padding: 0px 0px 0px 0px;
    }

    .category-products {
        padding: 20px 15px 0px 15px;
    }

    .product-listing-item-container {
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 25px;
    }
}

/* Product Page */

.product-detail {
}

.product-detail .product-title {
}

.product-detail .product-title h1 {
    font-size: 30px;
    color: #606d00;
}

.product-detail-content img {

}

.product-detail .product-detail-right {
    margin: 30px 0px 0px 0px;
    /*font-family: 'Noto Serif', serif;*/
    letter-spacing: 1px;
    font-weight: normal;
}

.product-detail .product-detail-right .product-detail-paragraph {
    margin: 0px 0px 40px 0px;
    color: #000;
    line-height: 26px;
    font-size: 17px;
}

.product-detail .product-detail-right .product-detail-badge {
}

.product-detail .product-detail-right .product-detail-badge .icon-yerli-uretim {
    font-size: 30px;
    color: #e11f27;
}

.product-detail .current-product-image {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 100%;
    background: #e9e9e9;
    margin-bottom: 25px;
    transition: all .3s;
}

.product-detail .current-product-image .current-product-image-object {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product-detail .product-image-thumbnails {
    width: 100%;
    margin: 6px 0px 0px 0px;
}

.product-detail .product-image-thumbnails .product-image-thumbnail {
    border: 1px solid #CCCCCC;
    max-width: 24%;
    width: 24%;
    display: inline-block;
    margin: 0px 4px 0px 0px;
}

.product-detail .product-image-thumbnails .product-image-thumbnail .product-image-thumbnail-object {
    width: 100%;
}

.product-detail .teklif-al {
    margin: 50px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    border-radius: 5px 5px 5px 5px;
    background-color: #efefef;
}

.product-detail .teklif-al .package-type {
    font-weight: 800;
    color: #000000;
    margin: 5px 0px 5px 0px;
}

.product-detail .teklif-al .in-package-qty {
    font-weight: 500;
    color: #333333;
}

.product-detail .teklif-al .product-quote-cta {
    background-color: #d8502b;
    border: 0px solid transparent;
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 4px 4px 4px 4px;
    font-size: 13px;
    color: #FFFFFF;
    margin: 20px 0px 0px 0px;
}

.product-detail .similar-products {
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.product-detail .similar-products .similar-products-title {
    font-size: 20px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
}

.product-detail .similar-products .product-listing-item-container {
    width: 100%;
}

.product-detail .owl-carousel-similar-products {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.addToBasketBtn {
    font-size: 24px;
    color: #606d00;
    border-bottom: 2px solid #c2d200;
    display: block;
    line-height: 40px;
    text-decoration: none !important;
    margin-top: 40px;
}

.addToBasketBtn i {
    float: right;
    color: #000;
    font-size: 30px;
    margin-top: 6px;
}


.barcodeCt {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    line-height: 25px;
}


.barcodeCt img {
    max-width: 350px;
    width: 100%;
}

.variationDetailCt {
    overflow: hidden;
    margin-top: 125px;
}

.variationDetailCt .list {
    list-style: none;
    padding-left: 0;
}

.variationDetailCt .list li {
    padding: 1px;
    float: left;
}

.variationDetailCt .list li div {
    background: #ececec;
    border-radius: 7px;
    padding: 12px 18px;
    font-size: 15px;
    overflow: hidden;
    letter-spacing: 0;
    color: #121210;
}

.variationDetailCt .list li div span {
    float: left;
}

.variationDetailCt .list li div em {
    float: right;
    font-style: normal;
    font-weight: bold;
}

.variationOnAir {
    margin: 0;
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin-top: 24px;
    position: relative;
}


.variationOnAir li .diger_resim {

    position: absolute;
    top: 0px;
    z-index: 999;
    width: 80px;
    margin-left: -13px;
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 80px;
    border: 2px solid #838e09;
    -webkit-transition: all 0.4s;
    opacity: 0;
}

.variationOnAir li .diger_resim img {height:100%;
    position: relative;top:-10px;}
.variationOnAir li:hover .diger_resim {    opacity: 1;}

.variationOnAir li {
    background: #c1d100;
    border: 3px solid #c1d100;
    color: #fff;
    min-width: 63px;
    height: 63px;
    margin-right: 15px;
    text-align: center;
    padding: 12px 10px;
    margin-bottom: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    width: 70px;
    height: 70px;
    float: left;
    line-height: 20px;
}

.variationOnAir li:hover, .variationOnAir li.active {
    background: #838e0a;
}

.variationOnAir li a {
}

.variationOnAir li span {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.variationOnAir li em {
    color: #fff;
    font-style: normal;
    display: block;
    margin-top: -4px;
}

.variationOnAir li.active span, .variationOnAir li.active em {
    color: #ffffff;
}


@media (min-width: 768px) {

    .product-detail .product-detail-right {
        margin: 0px 0px 0px 0px;
    }
}

@media (min-width: 992px) {
    .product-detail .product-detail-right, .newTabDetailCt {
        margin: 0px 0px 0px 0px;
        padding-left: 60px;
    }

    .variationOnAir {
        display: block;
    }
}

@media (min-width: 1200px) {
    .product-detail .product-title h1 {
        margin-bottom: 40px;
        margin-top: 50px;
    }
}

@media (max-width: 600px) {
    .category-second-header-title img {
        width: 100%;
    }
}

.category-sub-category-listing-item {
    margin-bottom: 30px;
}

.category-sub-category-listing-item img {
    width: 100%;
}

.category-second-header {
    margin: 30px 0px 0px 15px;
}

.category-second-header-title {
    padding: 0px 0px 0px 0px;
}

.category-second-header-text {
    padding: 40px 5% 0px 5%;
    text-align: justify;
    font-size: 16px;
    line-height: 1.4;
}

.category-second-header-text img {margin-bottom:20px}

.category-second-header-bottom-line {
    padding: 0px 0px 30px 0px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    border-bottom: 3px solid #CCCCCC;
}

/* Kurumsal Yeni */
.corporatePage {
    padding-top: 30px;
}

.corpNav {
    padding: 0;
    list-style: none;
    border-top: 5px solid #00ad47;
    margin-top: 24px;
}

.corpNav li:first-child {

}

.corpNav li a.active {
    background: #00ad47;
    border-bottom: none;
}

.corpNav li a {
    color: #000;
    display: block;
    border-bottom: 2px solid #00ad47;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
}

.corpNav li a.active {
    color: #fff;
}

.corpNav li a:hover {
    color: #fff;
    background: #0b7f0e;
}

.motto {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.corpDetail img {
    margin-bottom: 40px;
    display: block;
    max-width: 100%;
    height: auto;
}

.corpDetail p {
    font-size: 18px;
    margin-bottom: 17px;
    color: #222;
}

.kronolojikCt {
    text-align: center;
}

.awardDetail .row {
    margin-right: -7px;
    margin-left: -7px;
}

.awardDetail .row > div {
    border-top: 1px solid #999999;
    padding-top: 55px;
    color: #000;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 30px;
}

.awardDetail .row img {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
}

.awardDetail .row .year {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.awardDetail .row .corp {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.awardDetail .row .by {
    display: block;
    font-size: 18px;
}

.awardDetail .row .award {
    display: block;
    font-size: 18px;
    font-style: italic;
}

@media (min-width: 768px) {
    .awardDetail .row > div {
        height: 450px;
        overflow: hidden;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .awardDetail .row > div {
        height: 410px;
        overflow: hidden;
        margin-bottom: 0;
    }
}

ul.tabList {
    padding-left: 0;
    list-style: none;
    text-align: right;
}

ul.tabList li a {
    color: #4c5c00;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    display: inline-block;
    border-bottom: 5px solid #fff;
    text-decoration: none;
}


ul.tabList li a.active {
    border-bottom: 5px solid #01af40;
}

@media (min-width: 768px) {
    .tab {
        display: none;
    }
}

.tab.active {
    display: block;
}

.formModal {
    max-width: 100%;
    width: 1170px;
    background: #e1e1e1;
    padding: 80px 35px;
    text-align: center;
}

@media (max-width: 767px) {
    .formModal {
        padding: 80px 10px 10px 10px;
    }
}

.formModal label {
    font-size: 14px;
    color: #000;
}

.formModal .form-group {
    margin-bottom: 30px;
}

.formModal .form-control {
    border-radius: 0;
    padding: 12px;
    height: 46px;
}

.formModal .form-group.inline {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .formModal .form-group.inline {
        display: inline-block;
    }

    .formModal .form-group.inline + .inline {
        padding-left: 10px;
    }
}

.formModal textarea.form-control {
    height: auto;
}

.formModal .form-group input + input {
    margin-top: 8px;
}

.formModal .btnTitle {
    cursor: default;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 402;
}

.formModal .btnTitle:hover {
    color: #fff;
}

.formModal .txt {
    color: #000;
    font-weight: bold;
    margin-bottom: 33px;
}

.formModal .btnForm {
    color: #fff;
    background: #19ad46;
    float: right;
}

#atikForm {
    background-image: url(/static/img/atikBg.jpg);
    background-position: center center;
    background-size: cover;
}

/* Kronolojik Liste */
ul.kronoList {
    padding: 0;
    list-style: none;
    position: relative;
}

ul.kronoList strong {
    color: #00ad47;
    font-size: 40px;
    font-weight: bold;
    display: block;
}

ul.kronoList li:nth-child(odd) {
    margin-right: 50%;
    padding-right: 40px;
    text-align: right;
}

ul.kronoList li:nth-child(even) {
    margin-left: 50%;
    padding-left: 40px;
    text-align: left;
}

ul.kronoList li:nth-child(odd):before {
    content: "";
    width: 30px;
    height: 30px;
    background: #00ad47;
    display: block;
    position: absolute;
    top: 12px;
    border-radius: 50%;
    right: -15px;
}

ul.kronoList li:nth-child(even):before {
    content: "";
    width: 30px;
    height: 30px;
    background: #00ad47;
    display: block;
    position: absolute;
    top: 12px;
    border-radius: 50%;
    left: -15px;
}

ul.kronoList li {
    position: relative;
}

ul.kronoList span {
    display: block;
    font-size: 25px;
    color: #000;
}

ul.kronoList li:after {
    /* width: 2px; */
    /* background: red; */
    /* content: ""; */
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.kronoList:before {
    content: "";
    width: 4px;
    position: absolute;
    top: 16px;
    background: #00ad47;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

@media (max-width: 499px) {
    ul.kronoList li:nth-child(odd) {
        margin-right: 50%;
        padding-right: 15px;
        text-align: right;
    }

    ul.kronoList li:nth-child(even) {
        margin-left: 50%;
        padding-left: 15px;
        text-align: left;
    }

    ul.kronoList li:nth-child(odd):before {
        content: "";
        width: 20px;
        height: 20px;
        background: #00ad47;
        display: block;
        position: absolute;
        top: 4px;
        border-radius: 50%;
        right: -10px;
    }

    ul.kronoList li:nth-child(even):before {
        content: "";
        width: 20px;
        height: 20px;
        background: #00ad47;
        display: block;
        position: absolute;
        top: 4px;
        border-radius: 50%;
        left: -10px;
    }

    ul.kronoList strong {
        color: #00ad47;
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

    ul.kronoList span {
        display: block;
        font-size: 15px;
        color: #000;
    }

}


.filterList {
    margin: 0 -10px;
    font-style:;
}

.filterList > li {
    padding: 10px;
}

.filterList > li .filterTitleCt {
    background: #fff;
    border: 1px solid #999;
    display: block;
    font-size: 12px;
    color: #666;
    padding: 14px;
    position: relative;
}

.filterList > li .filterTitleCt .title {
    display: block;
    position: relative;
}

.filterList > li .filterTitleCt .title:after {
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.filterList > li .filterTitleCt .filterNode li label {
    display: block;
    padding: 3px 0;
    margin-bottom: 0;
}

.filterList > li .filterTitleCt .filterNode li label input[type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.filterList > li .filterTitleCt .filterNode li label span {
    font-weight: 400;
    color: #444;
}

.filterList > li .filterTitleCt.hover .title:after {
    content: "\e903";
}

.filterList > li .filterTitleCt.hover .filterNode {
    display: block;
}

.filterBar .filterList {
}

@media (min-width: 768px) {
    .filterList > li .filterTitleCt:hover .filterNode {
        display: block;
    }

    .filterList > li .filterTitleCt:hover .title:after {
        content: "\e903";
    }

    .filterBar .filterList {
        display: block;
    }
}

.filterBar .filterNode {
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    top: 45px;
    padding: 20px;
    z-index: 2;
    display: none;
    border: 1px solid #aaa;
    border-top: 0;
}

.filterBar .sortCt {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    margin-top: 8px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .filterBar .sortCt {
        text-align: center;
        margin-bottom: 20px;
    }
}

.filterBar .sortCt .freeShipping {
    font-size: 12px;
    color: #db002b;
    font-weight: 900;
    margin-right: 55px;
}

.filterBar .sortCt .freeShipping .underline {
    border-bottom: 2px solid #ffa8b9;
}

.filterBar .sortLbl {
    font-weight: 500;
    color: #000;
}

@media (max-width: 479px) {
    .filterBar .sortLbl {
        display: block;
    }
}

.filterBar .sortList {
    display: inline-block;
    margin-left: 5px;
}

.filterBar .sortList a {
    color: #888;
    border-bottom: 2px solid transparent;
    margin-right: 14px;
}

.filterBar .sortList a.active {
    border-bottom: 2px solid #d5d5d5;
}

@media (max-width: 479px) {
    .filterBar .sortList a {
        border: none;
        margin-right: 0;
        font-size: 13px;
    }

    .filterBar .sortList a:before {
        content: "-";
        margin: 0 4px;
    }
}

.filterBar .moreFilterBtn {
    font-size: 16px;
    margin-top: -5px;
    display: block;
    float: none;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.filterBar .moreFilterBtn:after {
    font-size: 16px;
    margin-left: 6px;
    position: relative;
    top: 0px;
}

@media (min-width: 768px) {
    .filterBar .moreFilterBtn {
        float: right;
        border: none;
        background: none;
        text-align: right;
    }

    .filterBar .moreFilterBtn:after {
        display: none;
    }
}

body.filterOpened {
    overflow: hidden;
}

.filterBar ul {
    list-style: none;
    padding-left: 0;
}

.filterBar {
    margin-bottom: 30px;
    display: block;
}

.filterList > li .filterTitleCt .filterNode li label span a {
    padding-left: 20px;
    margin-left: -20px;
    position: relative;
    z-index: 1;
    color: #333;
}

.filterBar:after {
    content: "";
    clear: both;
    display: table;
}


.filterList > li .filterTitleCt .title:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e918";
    font-size: 24px;
}

.newsSearchCt input {
    background: #fff;
    border: 1px solid #999;
    display: block;
    font-size: 12px;
    color: #666;
    padding: 14px;
    width: 100%;
    float: left;
    margin-right: -5px;
    padding-right: 80px;
}

.newsSearchCt {
    overflow: hidden;
    position: relative;
    1: 50%;
    margin-bottom: 10px;
}

.newsSearchCt a {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}

.besin > table {
    width: 100%;
}

.yeniTabCt {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .newsSearchCt {
        width: 100%;
    }
}

/*ZER CSS*/

.category-header .category-header-level-3 {
    display: table;
}

.category-header .category-header-level-3 .category-header-container {
    vertical-align: middle;
    padding-bottom: 0;
    text-align: left;
}

.category-header .category-header-level-3 .category-header-container .category-header-title {
    padding: 0 15px;
}

.category-header .category-header-level-3 .category-header-container .category-header-title p {
    color: #303b59;
    font-size: 46px;
    font-weight: 900;
    text-shadow: 4px 4px 5px #947283;
    max-width: 540px;
    line-height: 1;
    letter-spacing: 2px;
}

.goCareerBtn {
    background: #00af43;
    color: #fff;
    font-size: 18px;
    padding: 11px 32px;
    width: 100%;
    max-width: 350px;
    border-radius: 0;
    text-shadow: -1px 1px 3px #222;
    font-weight: 600;
    margin-top: 30px;
}

.goCareerBtn:hover {
    opacity: .95;
    color: #fff;
}

.careerCt .box {
    padding: 50px 0;
}

.box .title {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.box p {
    font-size: 16px;
    color: #424242;
    padding-left: 80px;
    margin-bottom: 15px;
}

.box img {
    float: right;
    margin-left: 40px;
}

#education {
    background: url(/static/upload/careerBg2.jpg) center center no-repeat;
    padding: 60px 0;
    background-size: cover;
}

#education p, #education .title {
    color: #fff;
}

#mesleki {
    background: #d6d6d6;
}

@media (max-width: 767px) {
    .category-header .category-header-level-3 .category-header-container .category-header-title p {
        font-size: 23px;
        max-width: 270px;
        margin-bottom: 5px;
    }

    .goCareerBtn {
        font-size: 12px;
        max-width: 200px;
        padding: 8px 25px;
        margin-top: 0;
    }

    .careerCt .box {
        padding: 10px 0;
    }

    #education {
        padding: 30px 0;
        background-size: cover;
    }

    .box p {
        padding-left: 20px;
        font-size: 15px;
    }

    .box img {
        float: none;
        margin-left: 0;
        max-width: 100%;
    }
}


.logoitem {
}

.logoitem div {
    background: #F5F5F5;
    margin: 0px 5px 5px 0px;
}

.logoitem div img {
    width: 100%;
}

.logoitem div:hover {
    background: #C2C2C2;
}

.hp-news-media-page {
}

.hp-news-media-page .hp-news-item {
}

.hp-news-media-page .hp-news-item .inner-news {
    border: 1px solid #CCCCCC;
    padding-bottom: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.hp-news-media-page .hp-news-item .inner-news .hp-news-title {
    padding-left: 15px;
    padding-right: 15px;
}

.hp-news-media-page .hp-news-item .inner-news .hp-news-paragraph {
    padding-left: 15px;
    padding-right: 15px;
    max-height: 30px;
    overflow: hidden;
}

.hp-news-media-page .hp-news-item .inner-news .hp-section-more-cta {
    padding-left: 15px;
    padding-right: 15px;
}

.hp-news-item .innerFix {
    display: block;
    position: relative;
    padding-top: 54%;
    overflow: hidden;
}

.hp-news-detail-page .hp-news-item {
    margin-bottom: 20px !important;
}

.category-listing-title {
    padding: 10px 15px 10px 15px;
    margin-bottom: 2px;
    font-weight: 800;
    font-size: 16px;
}

.grow {
    transition: all .5s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.animated-shadow {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease-in-out;
}

.animated-shadow:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.viewBtnCt {
    border: 1px solid #000000;
    padding: 4px 4px 4px 4px;
    /* width: 60%; */
}

.viewBtnCtInner {
    padding: 10px 14px 8px 14px;
    font-weight: 800;
    text-align: center;
}

.product-listing-item-container .product-listing-item {
    border-radius: 0px 0px 0px 0px !important;
}

.product-listing-item-container .product-listing-item .product-listing-cta {
    border-radius: 0px 0px 0px 0px;
    background-color: #E2E2E2;
    text-align: left;
}

.hp-news-item .hp-news-image {
    border-radius: 0px 0px 0px 0px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
}

.loginpage {
    background: #FFFFFF;
    padding: 60px 0px 30px 0px;
    border-radius: 5px 5px 5px 5px;
}

.loginpage .subtitle {
    text-align: center;
    letter-spacing: 1.4px;
    font-size: 20px;
    font-weight: 300;
}

.loginpage .bordered-block {
    padding: 10px 20px 10px 20px;
}

.loginpage .connectOthersTxt {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0px 15px 0px;
}

.loginpage .issurance {
}

.loginpage .issurance .issurancetitle {
    font-size: 16px;
    font-weight: 500;
}

.loginpage .issurance .issurancesubtitle {
    font-size: 14px;
    font-weight: 300;
}

.loginpage .issurance .issurancebenefits {
    margin: 25px 0px 25px 15px;
    list-style-type: disc;
    line-height: 23px;
}

/* account page */

.my-account {
    background: #FFFFFF;
    padding: 60px 40px 30px 0px;
    border-radius: 5px 5px 5px 5px;
}

@media screen and (max-width: 767px) {
    .my-account {
        padding-right: 0;
    }
}

.my-account ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.my-account .my-account-tabs .user-profile {
    padding: 10px 10px 10px 10px;
    background: #EBEBEB;
    border-radius: 5px 5px 5px 5px;
}

.my-account .my-account-tabs ul {
    margin-top: 20px;
}

.my-account .my-account-tabs ul li {
    border-bottom: 1px solid #CCCCCC;
    padding: 7px 0px 7px 0px;
}

.my-account .my-account-tabs ul li:last-child {
    border-bottom: 0px solid #FFFFFF;
}

.my-account .my-account-tabs .user-profile .logout {
    color: #000000;
}

.my-account .profile-page-inline-title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    color: #666666;
}

.user-profile {
    display: block;
    height: 70px;
    overflow: hidden;
}

.user-profile .user-profile-left {
    float: left;
    width: 20%;
    height: 70px;
    padding-top: 10px;
    padding-left: 5px;
}

.user-profile .user-profile-right {
    float: left;
    width: 80%;
    height: 70px;
    padding-left: 5px;
}

.user-profile .name {
    font-size: 18px;
    font-weight: 800;
    display: block;
    color: #666666;
}

.user-profile .logout {
    font-size: 13px;
    color: #666666;
}

.user-profile .user-profile-left .deco-user-profile-icon {
    font-size: 30px;
}

.my-account .emailpreferencesgroup {
    border-bottom: 1px solid #CCCCCC;
    padding: 0px 0px 30px 0px;
}

.my-account .smspreferencesgroup {
    padding: 30px 0px 30px 0px;
    margin-bottom: 10px;
}

.my-account .emailpreferences {
    background: transparent;
    border: 1px solid #CCCCCC;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.my-account .smspreferences {
    background: transparent;
    border: 1px solid #CCCCCC;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}

.my-account #savePrefencesButton {
    margin-bottom: 20px;
}

.red-bottom-badge {
    color: #E00023;
}

.my-account-slider {
    padding: 0px 0px 0px 20px;
}

.my-account-slider .owl-carousel-my-account-slider {
}

.my-account-slider .owl-carousel-my-account-slider .my-account-slider-item {
    border: 1px solid #CCCCCC;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    text-align: center;
}

.my-account-slider .owl-carousel-my-account-slider .my-account-slider-item.active-slider-item {
    background: #333333;
    border: 1px solid #333333;
}

.my-account-slider .owl-carousel-my-account-slider .my-account-slider-item a {
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
    color: #333333;
}

.my-account-slider .owl-carousel-my-account-slider .my-account-slider-item.active-slider-item a {
    color: #FFFFFF;
    font-weight: bold;
}

.my-account-slider .owl-carousel-my-account-slider .my-account-slider-item.active-slider-item:after {

    content: '';
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #333333;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}

.my-account-slider .owl-stage {
    padding-bottom: 15px;
    right: -9px;
}

.my-account strong {
    font-weight: 600 !important;
}

.sepetcontainer strong {
    font-weight: 600 !important;
}

#checkoutcontainer strong {
    font-weight: 600 !important;
}

.sepetcontainer .headtitles {
    font-weight: 600;
}

.sepetcontainer .productimagecart {
    border: 1px solid #CCCCCC;
}

.product-sku-code {
    color: #999999;
    font-size: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.order-detail-photo {
    border: 1px solid #CCCCCC;
}

.my-account-tabs ul li a {
    color: #666666;
}

.my-account-tabs ul li a:hover {
    color: #333333;
}

.my-account-tabs ul li.active a {
    color: #666666;
    font-weight: 700;
}

.btn-primary {
    background-color: #01af40;
    border-color: #01af40;
}

.btn-primary:hover {
    background-color: #01792c;
    border-color: #01792c;
}

.btn-new {
    background-color: #FFFFFF;
    color: #01af40;
    border: 1px solid #01af40;
}

.btn-new:hover {
    background-color: #FFFFFF;
    color: #01792c;
    border: 1px solid #01792c;
}

.connectOthersTxt {
    color: #01792c;
}

.issurancetitle {
    color: #01792c;
}

.error {
    color: rgb(229, 5, 39);
}

.error label {
    padding-top: 4px;
    padding-left: 2px;
    color: #E00023;
}

.errorlineheader {
    display: block;
    padding-bottom: 5px;
    font-size: 110%;
    font-weight: 600;
}

.errorline {
    display: block;
    padding-bottom: 5px;
}

.issurancebenefits {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.searchresultheader {
}

.searchresultheader .pageTitle {
    margin-left: 15px;
}

.searchresultheader .pageTitle h1 {
    font-size: 20px;
}

.searchresultheader .pageTitle .resultTxt {
}

.noproductsfound {
    margin-left: 15px;
    font-size: 16px;
}

/* TV */

.tv-container {
}

.tv-container .tv {
}

.tv-container .tv .video-listing {
}

.tv-container .tv .video-listing .video-item {
    margin-bottom: 30px;
}

.tv-container .tv .video-listing .video-item .video-detail-container {
    padding: 15px 5px 5px 5px;
}

.tv-container .tv .video-listing .video-item .video-title {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    line-height: 15px;
    max-height: 32px;
    height: 32px;
    overflow: hidden;
}

.tv-container .tv .video-listing .video-item .video-link {
}

.tv-container .tv .video-listing .video-item .video-image-container {
    position: relative;
    background: #000000;
    border-radius: 5px 5px 5px 5px;
}

.tv-container .tv .video-listing .video-item .videoimage {
    opacity: 0.8;
    border-radius: 5px 5px 5px 5px;
}

.video-statistics {
    margin-top: 5px;
}

.video-statistics .video-watch-count {
    color: #666666;
    margin-right: 20px;
}

.video-statistics .video-created {
    color: #666666;
}

.tv-container .tv .video-listing .video-item .video-image-container .video-duration {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
}

.tv-container .tv .video-listing .video-item .video-image-container .video-cta {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    background: rgba(102, 102, 102, .5);
    border-radius: 7px;
    padding: 0 10px;
}

.tv-container .embedframe {
    height: 300px !important;
}

.tv-container .tv .video-listing .video-item .video-image-container .video-cta img {
    width: 60px;
    height: 60px;
}

.video-detail-page-title {
    margin-top: 10px;
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    line-height: 20px;
}

.video-detail-page-view-count {
    color: #666666;
    margin-top: 4px;
}

.video-detail-page-description {
    font-size: 12px;
    margin-top: 15px;
}

.video-suggestions {
    border-radius: 5px 5px 5px 5px;
}

.video-suggestions .suggestion-item {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #CCCCCC;
}

.video-suggestions .suggestion-item:last-child {
    border-bottom: 0px solid transparent;
}

.video-suggestions .suggestion-item .col-video-suggestion {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.video-suggestions .suggestion-item .suggestion-image-container {
    background: red;
    position: relative;
    border-radius: 4px 4px 4px 4px;
    background: #000000;
}

.video-suggestions .suggestion-item .suggestion-video-duration {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    font-size: 10px;
}

.video-suggestions .suggestion-item .suggestion-videoimage {
    width: 100%;
    opacity: 0.7;
}

.video-suggestions .suggestion-item .suggestion-video-title {
    font-size: 13px;
    line-height: 15px;
    color: #333333;
    font-weight: 500;
    padding-top: 3px;
}

.video-suggestions .suggestion-item .suggestion-video-statistics {
    margin-top: 10px;
}

.video-suggestions .suggestion-item .suggestion-video-created {
    font-size: 11px;
    color: #666666;
}

.video-suggestions .suggestion-item .suggestion-video-watch-count {
    font-size: 11px;
    color: #666666;
    margin-right: 20px;
}

.video-suggestions .suggestion-item .col-video-suggestion-right {
    padding: 0px 0px 0px 15px;
}

.related-video-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 15px 0px 15px 0px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.items-in-video-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 15px 15px 15px 15px;
    margin: 50px 0px 15px 0px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

@media (min-width: 768px) {
    .video-listing {
        margin-left: -10px;
    }

    .tv-container .embedframe {
        height: 500px !important;
    }
}

.pagination {
    display: block;
    text-align: center;
}

.pagination ol {
    padding: 0px 0px 0px 0px;
    display: block;
    list-style: none;
    list-style-type: none;
    margin: 0px auto 0px auto;
}

.pagination ol li {
    display: inline-block;
    margin-right: 8px;
}

.pagination ol li a {
    text-decoration: none;
    color: #01af40;
    padding: 9px 15px 9px 15px;
    display: block;
}

.pagination ol li.active {
    background: #01af40;
    color: #FFFFFF;
    border-radius: 50%;
}

.pagination ol li.active a {
    color: #FFFFFF;
    font-weight: 600;
}

.pagination ol li:hover {
    background: #666666;
    color: #FFFFFF;
    border-radius: 50%;
}

.pagination ol li:hover a {
    color: #FFFFFF;
    font-weight: 600;
}

.pagination ol li.active:hover {
    background: #01af40;
}


.urun_detay {
    padding: 50px 0
}

.urun_detay .card-header {
    background: #fff;
    padding: 20px 0
}

.urun_detay .card-header-tabs {
    margin-top: -10px;
    margin-left: 10px;
}

.urun_detay .nav-tabs .nav-link {
    border: 0;
    color: #068434;
    font-weight: bold;
}

.urun_detay .nav-tabs .active {
    color: #032f13;
}

.current-product-image_cont {
    background: #eee;
    text-align: center;
    padding: 50px 0;
    height: 561px;
    overflow: hidden;
}

.current-product-image_cont img {
    /*width: 100%;*/
    margin: 0 auto;
}


.besindegerleri table {
    width: 90%;
    border: 0 !important;
}

.besindegerleri table td {
    border: 0 !important;
    text-align: left;
    padding: 3px;
}

.besindegerleri tbody tr:nth-child(odd) {
    background-color: #fbfbfb;
}

.besindegerleri tbody tr:nth-child(even) {
    background-color: #e4e4e4;
}

.besindegerleri tbody tr {
    background-image: url(noise.png);
}


.besindegerleri table td.baslik {
    margin-top: 0 !important;
    position: relative;
    top: 16px;
}

}


.besindegerleri table baslik strong, .besindegerleri table baslik b {
    margin-top: 10px !important;
}

.besindegerleri {
    background: #fbfbfb;
}

#bayigirisi {
    background: url('https://zergroup.com/view/default/images/underCons2.jpg');
    background-size: 100%
}


.diyalog1 h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    display: block
}


#em_no {
    line-height: 40px;
}


.menu_alt {
    width: 30%;
    max-width: 20%;
    margin-bottom: 0 !important;
    padding: 4px !important;
}

.ar {
    direction: rtl
}

.ar .logo img {
    float: right !important;
}

.ar .searchCt input.searchBox {
    padding-right: 40px;
}

.ar .menuduzenle ul li {
    float: right;}


.ar .owl-carousel .owl-item {
    float: right !important;}


.ar .bigAltMenu {
    left: -442px;
}

.ar .metin {
    float: left;}

.ar .menuduzenle {float: left;}

.ar .turkuaz .metin:first-child {
    padding-left: 4px !important;}

.ar .nedenTecno a h2 {
    text-align: right;}
.fancybox-skin {padding:0 !important}

.ar .tab-content>.active {
    text-align:right;
}

.ar .footerBox h4 {
    text-align: right;
}

.ar .footer .footer-links li {
    text-align:right;
}

.ar .variationDetailCt .list li div span {float:right}

.ar .variationDetailCt .list li div em {float:left;}

.ar .footerAlt .col-md-6.text-right {text-align:left !important}
.ar .col-md-6 {text-align:right;}

.zer_yag {background: url('../../images/zer-yag.jpg') !important;}

.zer_zeytin {background: url('../../images/zer-zeytin.jpg') !important;}





.gida_evim {background: url('../../images/gida_evim.jpg');position: relative;width: 100%;height: 100%;padding: 20px;background-size: cover;padding: 100px;}


.gida_evim p {color:#fff;}
.gida_evim h2 {color:#fff;}


.selcuklar {background: url('../../images/selcuklar-bg2.jpg');position: relative;width: 100%;height: 100%;padding: 20px;background-size: cover !important;padding: 50px;min-height: 400px;padding-top: 100px;}


.selcuklar p {color:#fff;}
.selcuklar h2 {color:#fff;font-size: 27px;font-weight: 900;}






.zer_salca{background: url('../../images/zer_salca.jpg');}



.abc_salca {background: url('../../images/abc_salca.jpg');}




.imBayi {background: #eee;height:200px;padding:20px;padding-top:50px}
.imBayi img {width: 80%;height:auto !important}



.ar .menu_alt {width:20%;max-width:20%;}




.abc_salca .col-md-8 {padding-right:100px}


.pier_agro {background: url('../../images/pier_agro.jpg');position: relative;width: 100%;height: 100%;padding: 20px;background-size: cover;padding: 130px;text-align: right;width: 100%;}


.pier_agro  p {color:#fff;}
.pier_agro  h2 {color: #000;font-size: 28px;}


.besin_degerleri .baslik {
    top: 0;
    transform: none;
}



.btn_acik {padding: 10px;display: inline-block;background: #009c38;color: #fff !important;font-weight: bold;margin-top: 20px;border-radius: 8px;}

.form-control {border-radius: 0 !important; border:1px solid #aaa;-webkit-border-radius: 0 ;}
.btnContactFrom {
    outline: none !important;}
.btnContactFrom:hover {color:#fff}


.ar .contactCt {
    background: url(../../images/contactBgNew2ar.jpg) center top no-repeat !important;

}


.arama_baslik {
    margin-bottom: 60px;}


.urunScroll {height: 253px;}

.urun_baslik {height:40px;}



#suggesstion-box {
    position: absolute;
    z-index: 10;
    background: #fff;
    display: none;
    padding: 10px;
    top: 70px;
    width: 406px;
    padding-top: 0;
    height: 280px;
    overflow: scroll;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
}
#suggesstion-box a {font-size: 14px;display: block;padding: 10px 10px;border-bottom: 1px solid #eee;line-height: 21px;}


.besindegerleritablo table tr td {padding: 1px 5px;margin:0;border-bottom:1px solid #eee;font-size:14px;}
.besindegerleritablo table tr td p {line-height: auto;margin-bottom:0;}


.kvkstyle img {width:30px !important;margin-right: 10px;}
.kvkstyle a {color:#000;font-weight: bold;position: relative;top:-5px;}

