﻿body {
    margin: 0;
    padding: 0;
    /* background-color: #F5F5F5; */
    background-color: #FFF;
    /* font-family: 'Segoe UI',Arial,sans-serif;
    font-size: 12px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-top: 2px solid #ccc;
}

.upMenuContact {
    float: left;
    text-align: right;
    width: 650px;
    margin-top: 2px;
    color: #828282;
}

    .upMenuContact a {
        color: #828282;
        text-decoration: none;
    }

        .upMenuContact a:hover {
            color: #828282;
            text-decoration: underline;
        }

    .upMenuContact i {
        margin: 0 3px 0 10px;
    }


a, li {
    transition: all 0.4s ease;
}

.temizle {
    clear: both;
}

#header {
    background-color: #fff;
    border-bottom: 2px solid #D4D4D4;
    position: relative;
    z-index: 999;
}

.container {
    width: 960px;
    margin: 0px auto;
}

#logo img {
    padding: 10px;
    padding-left: 0;
}


#headerRight {
    float: right;
    width: 726px;
}

#headerLeft {
    float: left;
    width: 180px;
}

#menu {
    position: relative;
    z-index: 99;
}

    #menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #menu ul li {
            float: left;
            margin: 10px;
            margin-left: 2px;
            border-bottom: 2px solid #8E8E8E;
            margin-bottom: 0;
            margin-right: 2px;
            margin-top: -25px;
        }

            #menu ul li:hover {
                border-bottom: 2px solid #f00;
                margin-top: 0;
            }

            #menu ul li:last-child {
                margin-right: 0;
            }

            #menu ul li a {
                text-decoration: none;
                color: #353535;
                display: inline-block;
                padding-bottom: 32px;
                background-color: #fff;
                padding-top: 10px;
                width: 102.5px;
                text-align: center;
                font-weight: 500;
            }

    #menu i {
        margin-bottom: 10px;
    }

.yanetkia a {
    padding-bottom: 17px !important;
}

#menuWrapper {
    position: absolute;
    width: 100%;
}

#upMenu {
    margin-top: 5px;
}

#upMenuLanguage {
    text-align: right;
}

    #upMenuLanguage a {
        background-color: #F5F5F5;
        padding: 5px;
        width: 15px;
        text-align: center;
        color: #736C6C;
        text-decoration: none;
        border-bottom: 2px solid #ccc;
        border-left: 2px solid #ccc;
        border-right: 2px solid #ccc;
    }

        #upMenuLanguage a:last-child {
            border-left: 0;
        }

        #upMenuLanguage a:hover {
            background-color: rgba(0, 0, 0, 0.62);
            color: #fff;
            border-bottom: 2px solid #333;
            border-left: 2px solid #333;
        }

            #upMenuLanguage a:hover:last-child {
                border-left: 0;
                border-right: 2px solid #333;
            }

.slider {
    text-align: center;
    width: 960px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
    background-color: #F5F5F5;
}

.slider2 {
    text-align: center;
    width: 960px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}


#footer {
    font: 90%/1.4 Arial,Helvetica,sans-serif;
    background-color: #fff;
    border-bottom: 2px solid #E6E6E6;
    border-top: 2px solid #E6E6E6;
    /* margin-top: 30px; */
    position: relative;
    z-index: 9;
}

#footerWrapper {
    width: 960px;
    margin: 0px auto;
    padding: 10px;
    color: #828282;
    text-align: center;
    height: 60px;
}

#footerWrapperLeft {
    float: left;
    width: 500px;
}

    #footerWrapperLeft a {
        color: #828282;
        text-decoration: none;
        font-weight: 500;
    }

        #footerWrapperLeft a:hover {
            text-decoration: underline;
        }


#footerWrapperRight {
    float: right;
    width: 300px;
    padding: 10px;
    color: #828282;
    text-align: right;
}

    #footerWrapperRight i {
        font-size: 12px;
        padding: 3px;
        width: 14px;
        display: inline-block;
        text-align: center;
        margin-left: 2px;
    }

.fa-instagram {
    background-color: #3A5795;
    color: #fff;
    padding: 5px;
}

.fa-twitter {
    background-color: #00ACED;
    color: #fff;
    padding: 5px;
}

.fa-linkedin {
    background-color: #0274B3;
    color: #fff;
    padding: 5px;
}

.fa-youtube {
    background-color: #FE0000;
    color: #fff;
    padding: 5px;
}

#slides {
}

.slides_container {
    width: 400px;
    height: 162px;
    overflow: hidden;
    position: relative;
    display: none;
}

    .slides_container a {
        width: 400px;
        height: 162px;
        display: block;
    }

        .slides_container a images {
            display: block;
        }

#slides .next, #slides .prev {
    position: absolute;
    top: 107px;
    left: -39px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next {
    left: 585px;
}

.pagination {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
}

    .pagination li {
        float: left;
        margin: 0 1px;
        list-style: none;
    }

        .pagination li a {
            display: block;
            width: 12px;
            height: 0;
            padding-top: 12px;
            background-image: url(http://win.pcdestek.com/otoplan1/images/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -12px;
        }

.homeNews {
    position: relative;
    z-index: 9;
}

.homeSlide {
    width: 400px;
    position: absolute;
    margin-top: -109px;
    background-color: rgba(0, 0, 0, 0.62);
    color: #fff;
    margin-left: 553px;
    height: 100px;
}

.homeNewsContent {
    padding: 10px;
    position: relative;
    margin-top: -15px;
}

.homeBtn {
    text-align: right;
    padding: 10px;
    position: absolute;
    width: 90%;
    margin-top: -15px;
}

    .homeBtn a {
        background-color: rgba(255, 0, 0, 0.55);
        padding: 2px 10px;
    }

        .homeBtn a:hover {
            background-color: rgba(255, 0, 0, 1);
            padding: 2px 10px;
        }

.homeNews a {
    color: #fff;
    text-decoration: none;
}

.homeBtn a:hover {
}

.homeNewsImg img {
    float: left;
    max-width: 100px;
    margin: 10px;
    margin-left: 0;
    margin-top: 0;
    max-height: 50px;
}

.homeNewsContentTitle {
    background-color: rgba(0, 0, 0, 0.62);
    padding: 7px;
    margin-bottom: 10px;
}

    .homeNewsContentTitle h4 {
        margin: 0;
    }

.page {
    margin-top: 70px;
    margin-bottom: 70px;
}

.pageLeftMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    float: left;
    width: 270px;
}

    .pageLeftMenu ul li {
        border-bottom: 1px solid #f5f5f5;
    }

        .pageLeftMenu ul li a {
            padding: 5px;
            display: block;
            text-decoration: none;
            color: #333;
        }

            .pageLeftMenu ul li a:hover {
                background-color: #7c0707;
                color: #fff;
            }

            .pageLeftMenu ul li a i {
                margin-right: 5px;
                margin-left: 5px;
            }

.pageRight {
    float: right;
    width: 681px;
}

.pageRightWrapper {
}


.pageRightBaslik {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.pageRightBaslik2 {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.pageRightIcerik {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px;
}

.pageRightResim {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

    .pageRightResim img {
        width: 100%;
    }

.leftMenuFixed {
    position: fixed !important;
    top: 70px;
    background-color: #fff;
}

.menuFixed {
    position: fixed !important;
    top: 0;
}

.pageOne {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px;
}

.pageOneTxt {
    width: 100%;
    padding: 5px;
}

.pageOneTextsLeft {
    float: left;
    width: 260px;
    text-align: right;
    margin-right: 20px;
    padding: 5px;
}

.pageOneTextsRight {
    float: left;
    width: 620px;
}

.pageOneTexts {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
}

.iletisimLeft {
    float: left;
    width: 300px;
}

.iletisimRight {
    float: right;
    width: 580px;
    background-color: #FBFBFB;
    padding: 15px;
    border: 1px solid #ECECEC;
}

.iletisimBox {
    text-align: center;
}

.iletisimtxtLeft {
    float: left;
    width: 265px;
    padding: 5px;
    padding-left: 0;
}

.iletisimtxtRight {
    float: left;
    width: 300px;
}

.iletsmtxt {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    outline: none;
}

.iletisimrghttxt {
    margin-bottom: 10px;
}

.iletisimRighttxts {
    padding-top: 20px;
}

.iletisimrghtbtn {
    text-align: right;
    padding: 10px;
    padding-right: 14px;
}

    .iletisimrghtbtn a {
        background-color: #094fa4;
        color: #fff;
        text-decoration: none;
        padding: 10px 30px;
        height: 15px;
        display: inline-block;
        width: 42px;
    }

.bolgeMudurlukleriKutu {
    float: left;
    width: 280px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 11px;
    margin: 5px;
    height: 75px;
}

.haberArsiv {
    background-color: #fff;
}

.haberArsivSol {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .haberArsivSol a {
        padding: 5px;
        display: block;
        border-bottom: 1px solid #E4E4E4;
        color: #333;
        text-decoration: none;
    }

        .haberArsivSol a:hover {
            background-color: #7c0707;
            color: #fff;
        }

.pageLeft {
    width: 255px;
    float: left;
}

.haberbox {
    float: left;
    width: 292PX;
    margin: 10px;
}

.haberResim {
    height: 120px;
    overflow: hidden;
    position: relative;
}

    .haberResim img {
        width: 100%;
        position: relative;
        margin-top: -50px;
    }

        .haberResim img:hover {
            opacity: 0.8;
        }

.haberTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    padding: 5px;
}

    .haberTitle i {
        margin-right: 5px;
    }

.haberWrapper {
    height: 170px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E6E6E6;
    background-color: #F9F9F9;
}

.haberContent {
    padding: 5px;
}

.digerHaberlerBaslik {
    padding: 5px;
    font-weight: bold;
}

.urunImg {
    border: 1px solid #E4E4E4;
}

    .urunImg img {
        width: 100%;
    }

input#ContentPlaceHolder1_imgResim {
    width: 100%;
}

.urunBilgileri {
    background-color: #fff;
    border: 1px solid #E4E4E4;
}

.etkenMaddeBaslik {
    margin: 15px;
    padding: 5px;
    background-color: #F5F5F5;
    margin-bottom: 0;
    font-weight: bold;
}

.etkenMaddeIcerik {
    margin: 15px;
    margin-top: 0;
    padding: 5px;
}

.prospektusvekullanım {
    margin: 15px;
}

    .prospektusvekullanım a {
        display: inline-block;
        background-color: #ECECEC;
        padding: 5px;
        color: #565656;
        text-decoration: none;
        width: 220px;
        border: 1px solid #ccc;
    }

        .prospektusvekullanım a:hover {
            background-color: #5F5E5E;
            color: #FFFFFF;
        }

.popUp {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    display: none;
}


.popUpWrapper {
    width: 800px;
    margin: 0px auto;
    background-color: #E4E4E4;
    padding: 7px;
    margin-top: 10px;
    max-height: 600px;
    overflow: auto;
}

.popUpWrapperIc {
    background-color: #fff;
    padding: 10px;
}

.urunWrap {
    padding: 10px;
    border: 1px solid #ccc;
    height: 230px;
    margin: 5px;
    position: relative;
}

.urunDetay {
    position: absolute;
    bottom: 18px;
    width: 87%;
    text-align: right;
}

.urunBaslik {
    background-color: #C51119;
    padding: 5px;
    border: 1px solid #E4E4E4;
    color: #fff;
    font-weight: bold;
}

.urunDetay a {
    background-color: #484848;
    display: inline-block;
    padding: 2px 25px;
    color: #fff;
    text-decoration: none;
}


.evetSaglik {
    background-color: #086512;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
}

.hayirSaglik {
    background-color: #f00;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
}

.urunAraSol {
    float: left;
    width: 200px;
    text-align: right;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

.urunAraOrta {
    float: left;
    width: 500px;
    padding-right: 0;
    margin-bottom: 5px;
}

.urunAraSag {
    float: left;
    width: 100px;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 5px;
}

    .urunAraSag a {
        background-color: #7c0707;
        color: #fff;
        text-decoration: none;
        padding: 5px 15px;
        display: inline-block;
        margin-top: -5px;
        height: 21px;
    }

.txtUrunAraCl {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    outline: none;
}

.txtUrunAraCl2 {
    width: 97%;
    border: 1px solid #ccc;
    padding: 7px;
    outline: none;
}

.urunSayfalama {
    margin: 20px;
    text-align: center;
}

    .urunSayfalama a {
        margin: 5px;
        background-color: #7c0707;
        color: #fff;
        padding: 5px 15px;
        text-decoration: none;
    }

.alt_adres {
    float: right;
    text-align: right;
    width: 300px;
}

.alt_adres2 {
    float: left;
    text-align: left;
    width: 200px;
}

.alt_adres3 {
    float: right;
    width: 420px;
}

#footerWrapper a {
    color: #828282;
    text-decoration: none;
}

.homeSlideBaslik {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 10px;
    font-weight: bold;
}

.homeNewsContentText {
    height: 60px;
    position: relative;
}


.bx-viewport {
    height: auto !important;
}

.urunSol {
    float: left;
    width: 680px;
}

.urunTedaviGrubu {
    background-color: #f5f5f5;
    margin-top: 5px;
    padding: 5px;
}

.urunSag {
    float: right;
    width: 200px;
    text-align: center;
}

    .urunSag img {
        max-width: 100%;
        max-height: 213px;
    }

.galeri {
    width: 144px;
    height: 149px;
    float: left;
    border: 1px solid #e1e1e1;
    padding: 9px;
    margin-top: 33px;
}

.galeriresim {
    width: 152px;
    height: 153px;
    float: left;
    overflow: hidden;
}

    .galeriresim img {
        width: 113px;
        height: 145px;
        margin-top: -2px;
    }

.sertifikawrp {
    width: 154px;
    float: left;
    text-align: center;
    margin: 5px;
    background-color: #e0e0e0;
}

    .sertifikawrp img {
        height: 120px;
        max-width: 85px;
    }

.kurumsalFilm a {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #003882;
    padding: 5px;
    color: #fff;
    text-decoration: none !important;
}

.securityTxt {
    width: 200px;
    position: absolute;
}

.iletisimPopUp2 {
    background-color: rgba(0, 0, 0, 0.61);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.iletisimPopUpWrapper2 {
    width: 550px;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #efefef;
    margin-top: 130px;
    margin-bottom: 50px;
}

.iletisimUyari {
    padding: 20px;
    text-align: center;
    padding-top: 0;
}

.iletisimPopUp {
    background-color: rgba(0, 0, 0, 0.61);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.iletisimPopUpWrapper {
    width: 550px;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #efefef;
    margin-top: 130px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.iletisimPopUpIcerik {
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 40px;
    margin-bottom: 10px;
}

.iletisimPopUpIcerikSol {
    float: left;
    width: 260px;
    padding: 5px;
    padding-top: 7px;
    text-align: right;
}

.iletisimPopUpIcerikSag {
    float: left;
    width: 380px;
}

.pencereKapat {
    text-align: right;
    margin-top: 5px;
}

    .pencereKapat a {
        background-color: #E2E2E2;
        padding: 5px;
        text-decoration: none;
        position: relative;
        color: #6E6E6E;
    }

        .pencereKapat a:hover {
            color: #000;
        }

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

body {
    margin: 0 auto;
}

.drpIletisim {
    width: 668px;
}

.drpIletisim2 {
    width: 310px;
}

.aramaLinkler a {
    color: #333;
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
    margin-bottom: 2px;
    text-decoration: none !important;
}

    .aramaLinkler a:hover {
        color: #fff;
        background-color: #7c0707;
    }

.headerSearch {
    width: 220px;
    float: right;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.txtHeaderSearch {
    border: 0;
    padding: 5px;
    width: 174px;
}

.headerSearch a {
    background-color: #7c0707;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 6px;
}

.headerSearchWrapper {
    overflow: hidden;
    height: 0;
}

a.slidesjs-previous.slidesjs-navigation {
    position: absolute;
    top: 260px;
    left: 15px;
    z-index: 99999;
    height: 37px;
}

a.slidesjs-next.slidesjs-navigation {
    position: absolute;
    top: 260px;
    right: 15px;
    z-index: 99999;
    height: 37px;
}

    a.slidesjs-previous.slidesjs-navigation img, a.slidesjs-next.slidesjs-navigation img {
        height: 37px;
        width: 17px;
    }

.iletisimSubeler {
    float: left;
    width: 272px;
    padding: 20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: none !important;
    right: auto;
    left: 10px;
    font-size: 25px;
    top: 64px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: none !important;
    right: auto;
    left: 30px;
    font-size: 25px;
    top: 64px;
}

.aspNetDisabled {
    cursor: no-drop;
}

.isilanlaribox {
    border: 1px solid #ddd;
    margin: 5px;
    padding: 10px;
}

.isilanlaribaslik {
    margin-bottom: 5px;
    font-size: 16px;
}

.isilanlariwrapper {
    margin-top: 20px;
}

.isilanlaribilgi {
    color: #333;
    margin-bottom: 10px;
}

.isilanlariincele a {
    background-color: #003882;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.isilanlariincele {
    margin-top: 5px;
    text-align: right;
}

    .isilanlariincele a:hover {
        background-color: #2763b3;
    }

.yesilUyari {
    margin-top: 100px;
    background-color: #4a9e11;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 100px;
}


.isilanlariboxsol {
    float: left;
    width: 120px;
    text-align: center;
    padding-top: 18px;
}

.isilanlariboxsag {
    float: left;
    width: 520px;
}

.isilanlaribilgi {
    float: left;
    width: 50%;
}


.text-right {
    text-align: right;
}

.isilanlariboxsol img {
    height: 70px;
}
