﻿body {
    margin: 0;
    padding: 0;
    background: url(../images/bg.png) top center fixed;
    font-family: Candara;
}

#holder {
    position: relative;
    width: 1040px;
    height: auto;
    margin: 0 auto;
}

/*header*/

#header {
    position: relative;
    display: block;
    width: 1040px;
    height: 200px;
}

#logo {
    position: absolute;
    margin: 23px 0 0 15px;
}

#navige {
    position: absolute;
    background: url(../images/bgn2.png) no-repeat;
    width: 800px;
    height: 54px;
    top: 106px;
    right: 0px;
}

    #navige ul {
        margin: 0;
        padding: 0;
    }

    #navige li {
        position: relative;
        display: inline-block;
        padding-top: 12px;
        margin: 0 10px;
    }

    #navige a {
        text-decoration: none;
        color: white;
        padding: 10px 20px;
        font-size: 14pt;
        transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

        #navige a:hover {
            color: #000;
            transition: color 0.2s;
            -moz-transition: color 0.2s;
            -webkit-transition: color 0.2s;
            -o-transition: color 0.2s;
            text-shadow: 0px 0px 0px #000;
            -webkit-text-shadow: 0px 0px 0px #000;
        }

#sosyal {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 160px;
    height: 100px;
}

    #sosyal img {
        position: relative;
        display: inline-block;
        margin: 5px 0px 0 5px;
    }

    #sosyal p {
        font-size: 10pt;
    }

.sos {
    margin-left: 10px;
}

#logoek {
    position: absolute;
    left: -65px;
}

    #logoek img {
        height: 47px;
        margin-bottom: 3px;
        margin-right: 5px;
    }

    #logoek a {
        height: 47px;
        margin-bottom: 3px;
        margin-right: 5px;
    }

/*header*/

/*content*/

#content {
    position: relative;
    display: block;
    width: 1040px;
    height: auto;
    margin-top: -20px;
}

#anasayfa {
    position: relative;
    display: block;
    width: 1040px;
    height: 650px;
}

#slid {
    position: absolute;
    width: 745px;
    height: 365px;
    left: 30px;
}

#duyuru {
    position: absolute;
    width: 755px;
    height: 56px;
    left: 30px;
    top: 320px;
    background: #0d4076;
    z-index: 999;
}

    #duyuru h3 {
        color: white;
        font-size: 14pt;
        font-weight: normal;
        margin: 13px 0 0 10px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

#palsag {
    position: absolute;
    width: 265px;
    height: 365px;
    background: url(../images/palbg.png) left no-repeat;
    right: 0px;
    top: 0;
}

    #palsag p {
        color: white;
        margin: 5px 0 0 5px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

    #palsag img {
        max-width: 150px;
        max-height: 150px;
    }

#br {
    position: absolute;
    top: 25px;
    left: 100px;
}

#bl {
    position: absolute;
    top: 5px;
    left: 100px;
}

#bu {
    position: absolute;
    bottom: 34px;
    right: 20px;
}

#bd {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

#kurumcek {
    position: absolute;
    width: 335px;
    height: 250px;
    background: url(../images/sagcon.png) no-repeat;
    top: 380px;
    left: 32px;
}

    #kurumcek h3 {
        position: relative;
        color: white;
        font-size: 12pt;
        font-weight: normal;
        margin: 15px 0 0 15px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

    #kurumcek p {
        font-size: 11pt;
        margin: 12px !important;
        font-family: Candara !important;
        font-size: 12pt !important;
        text-align: justify;
    }

    #kurumcek a {
        text-decoration: none;
        color: #0d4076;
    }

#paletbil {
    position: absolute;
    width: 650px;
    height: 250px;
    background: url(../images/sagcon.png) no-repeat;
    right: 0;
    top: 380px;
}

    #paletbil h3 {
        position: relative;
        color: white;
        font-size: 12pt;
        font-weight: normal;
        margin: 15px 0 0 15px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

    #paletbil img {
        position: absolute;
        right: 15px;
        top: 0px;
    }

#bilgi {
    position: relative;
    width: 450px;
    height: 190px;
    margin: 10px;
    overflow-y: scroll;
}

    #bilgi p {
        text-align: justify;
        margin: 5px;
        font-size: 11pt;
    }

    #bilgi::-webkit-scrollbar {
        width: 8px;
        background-color: #cccccc;
        border-radius: 10px;
    }

    #bilgi::-webkit-scrollbar-thumb {
        background-color: #0d4076;
        border-radius: 10px;
    }

        #bilgi::-webkit-scrollbar-thumb:hover {
            background-color: #0d4076;
            border: 1px solid #333333;
        }

        #bilgi::-webkit-scrollbar-thumb:active {
            background-color: #0d4076;
            border: 1px solid #333333;
        }

    #bilgi::-webkit-scrollbar-track {
        border: 1px gray solid;
        border-radius: 10px;
        box-shadow: 0 0 6px gray inset;
        -webkit-box-shadow: 0 0 6px gray inset;
    }

#uyuru {
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 999999;
}

    #uyuru ul {
        position: absolute;
    }

    #uyuru li {
        list-style: none;
        width: 600px;
        background: red;
    }

/*content*/

/*footer*/

#footer {
    position: relative;
    display: block;
    width: 1040px;
    height: 75px;
}

#logom {
    position: absolute;
    margin: 10px 0 0 36px;
}

#altsos {
    position: absolute;
    top: 15px;
    left: 130px;
    color: #043365;
}

    #altsos a {
        color: #043365;
        text-decoration: none;
    }

#altnavi {
    position: absolute;
    top: 22px;
    left: 90px;
}

    #altnavi li {
        position: relative;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    #altnavi a {
        color: #043365;
        text-decoration: none;
        transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
    }

        #altnavi a:hover {
            color: #000;
            transition: color 0.2s;
            -moz-transition: color 0.2s;
            -webkit-transition: color 0.2s;
            -o-transition: color 0.2s;
        }

#altsag {
    position: absolute;
    width: 235px;
    height: 60px;
    right: 0;
    top: 5px;
}

#solk {
    position: absolute;
}

    #solk img, a, p {
        margin: 0;
        padding: 0;
    }

    #solk p {
        font-size: 9pt;
        margin-left: 10px;
    }

    #solk img {
        margin-left: 4px;
        margin-top: 7px;
    }

#ara {
    position: absolute;
    width: 2px;
    height: 54px;
    background: url(../images/cibih.png);
    left: 100px;
}

#sagk {
    position: absolute;
    right: 0;
}

    #sagk img, p, a {
        margin: 0;
        padding: 0;
    }

    #sagk p {
        font-size: 9pt;
    }

    #sagk img {
        margin-top: 5px;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
    }

/*footer*/

/*iletisim*/

#ilet {
    position: relative;
    display: block;
    height: 250px;
}

#iletsag {
    position: absolute;
    width: 650px;
    height: 250px;
    background: url(../images/sagcon.png) no-repeat;
    right: 0;
}

    #iletsag h3 {
        position: relative;
        color: white;
        font-size: 12pt;
        font-weight: normal;
        margin: 15px 0 0 15px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

#iletsol {
    position: absolute;
    width: 335px;
    height: 250px;
    background: url(../images/sagcon.png) no-repeat;
}

    #iletsol h3 {
        position: relative;
        color: white;
        font-size: 12pt;
        font-weight: normal;
        margin: 15px 0 0 15px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

    #iletsol span {
        color: #043365;
        font-weight: bold;
        margin-left: 15px;
    }

    #iletsol a {
        text-decoration: none;
        color: #043365;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

    #iletsol p {
        margin-bottom: 5px;
        color: #043365;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

.hop {
    margin-top: 15px;
}

#isol {
    position: absolute;
    width: 300px;
    top: 50px;
}

.ilbox {
    width: 300px;
    height: 30px;
    margin: 10px 7px;
}

#isag {
    position: absolute;
    width: 300px;
    right: 20px;
    top: 50px;
}

.msjbox {
    width: 300px;
    height: 90px;
    margin: 10px 15px 10px 0px;
}

.buton {
    width: 305px;
    height: 30px;
    background: #043365;
    color: white;
}

    .buton:hover {
        background: white;
        color: #043365;
    }

/*iletisim*/

/*insan kaynaklari*/

.formtb, .markstil {
    width: 300px;
    height: 30px;
    margin: 5px 0px;
}

.bunela {
    width: 300px;
    height: 30px;
    margin: 5px 0px;
}

.yukbut {
    width: 300px;
    height: 30px;
    margin: 5px 0px;
}

#ikres {
    position: absolute;
    width: 300px;
    height: 300px;
    right: 30px;
    top: 50px;
}

    #ikres img {
        width: 300px;
        height: 300px;
    }

/*insan kaynaklari*/

/*kurumsal*/

#kurum {
    position: relative;
    display: block;
    width: 1040px;
    height: auto;
    min-height: 550px;
    margin-bottom: 20px;
}

#palhak {
    position: relative;
    display: block;
    width: 1040px;
    height: auto;
    min-height: 380px;
    margin-bottom: 20px;
}

.kures {
    position: relative;
    display: block;
    width: 1040px;
    height: 300px;
    margin-bottom: 20px;
}

#kuryan {
    position: absolute;
}

    #kuryan ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #kuryan li {
        background: url(../images/yann.png) no-repeat;
        width: 220px;
        height: 48px;
        margin: 2px 10px;
        padding-top: 13px;
    }

    #kuryan a {
        text-decoration: none;
        color: white;
        padding: 7px 20px;
        margin: 0 0 0 18px;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
        transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        -o-transition: color 0.2s;
    }

        #kuryan a:hover {
            color: black;
            transition: color 0.2s;
            -moz-transition: color 0.2s;
            -webkit-transition: color 0.2s;
            -o-transition: color 0.2s;
        }

#kuric {
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 0 0 220px;
    background: white;
    padding: 10px;
    box-shadow: rgba(4,51,101,0.2) 0px 5px 5px;
}

    #kuric p {
        position: relative;
        text-align: justify;
        color: #043365 !important;
        font-family: Candara !important;
        font-size: 12pt !important;
    }

    #kuric h3 {
        color: #043365;
        margin-top: 0;
    }

/*kurumsal*/

/*urunler*/

#urun {
    position: relative;
    display: block;
    width: 1040px;
    height: auto;
    min-height: 270px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.urunic {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 250px;
    margin: 5px 20px;
    background: #043365;
    border: 5px solid #043365;
    transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    border-radius: 5px;
}

    .urunic img {
        width: 200px;
        height: 200px;
        background: white;
    }

    .urunic p {
        color: white;
        margin: 5px;
        text-align: center;
        text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }

    .urunic span {
        font-size: 10pt;
    }

    .urunic:hover {
        box-shadow: rgba(4,51,101,0.5) 0px 6px 5px;
        transition: box-shadow 0.2s;
        -moz-transition: box-shadow 0.4s;
        -webkit-transition: box-shadow 0.2s;
        -o-transition: box-shadow 0.2s;
    }

/*urunler*/

/*palet hakkında*/

#kuric img {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
    clear: right;
}

.paletli {
    min-height: 300px !important;
}

/*palet hakkında*/

/*sertifikalar*/

.myMarquee {
    width: 602px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    left: 150px;
    top: -25px;
}

.scroller {
    display: block;
    width: 880px;
    height: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 10s;
    -moz-animation-name: scroll;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: scroll;
}

    .scroller div {
        font-family: georgia, serif;
        font-size: 16px;
        line-height: 100px;
        float: left;
        width: auto;
        color: #000;
        font-weight: bold;
        padding: 0 10px;
        margin-right: 10px;
    }

        .scroller div a {
            color: #fff;
            text-decoration: none;
            text-shadow: 0px 1px 0px #000;
            -webkit-text-shadow: 0px 1px 0px #000;
        }

@keyframes scroll {
    0% {
        left: 640px;
    }

    100% {
        left: -640px;
    }
}

@-moz-keyframes scroll {
    0% {
        left: 640px;
    }

    100% {
        left: -640px;
    }
}

.scroller:hover {
    animation-play-state: paused;
    -o-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}


@-webkit-keyframes scroll {
    0% {
        left: 640px;
    }

    100% {
        left: -640px;
    }
}

/*sertifikalar*/
