﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    color: rgba(0,0,0,0.87);
}

body {
    line-height: 1;
    background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-color: #eee;
}

button {
    background-color: Transparent;
    cursor: pointer;
    outline: none;
    border: none;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }

:hover {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

a:active {
    text-decoration: none;
}

IMG {
    border: none;
    display: block;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

.hidden {
    display: none;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.clear {
    clear: both;
}

.dkap {
    height: 100%;
    display: table;
    overflow: hidden;
    width: 100%;
}

    .dkap .dic {
        display: table-cell;
        vertical-align: middle;
    }

ul {
    list-style-type: none;
}

.ortala {
    width: 64%;
    position: relative;
    margin: 0 auto;
}

header {
    width: 100%;
    margin-bottom: 11px;
}

    header > .ic {
        position: relative;
        width: 100%;
    }

    header .ic .logo {
        width: 15%;
        margin-left: 18%;
        float: left;
        margin-top: 4px;
    }

    header .ic .sag {
        width: 55%;
        float: right;
    }

    header .ic .menu {
        width: 38%;
        padding-right: 18%;
        float: right;
        border-bottom: 1px solid #183b9f;
        font-weight: 400;
        font-size: 15px;
    }
        header .ic .menu .arama {display:none;}

        header .ic .menu ul.amenu {
            bottom: 0;
        }

            header .ic .menu ul.amenu > li {
                float: left;
                width: 18.44444%;
                margin-right: 0.5%;
                margin-left: 0.5%;
                text-align: center;
                color: #6a6a6a;
                position: relative;
            }

                header .ic .menu ul.amenu > li:first-child {
                    margin-left: 0;
                    text-align: left;
                    width: 10.61111%;
                }

                header .ic .menu ul.amenu > li:last-child {
                    margin-right: 0%;
                    text-align: right;
                    width: 10.61111%;
                }

        header .ic .menu ul:after, header .ic:after, header .ic .sag .arama:after, .anahead2 ul:after, .anaalt:after, .urunler:after, .menuktyazi:after, .urundetay:after, .resimler:after, .sirket-profili ul:after, .iletisim:after, .iletisim .form .str:after, .videolar:after, .dosyalar:after, .uygulamalar:after {
            display: block;
            content: '';
            clear: both;
        }

        header .ic .menu ul.amenu > li > a {
            padding: 11px 0;
            display: block;
            position: relative;
        }

            header .ic .menu ul.amenu > li > a > i {
                font-size: 9px;
                color: #183b9f;
                margin-left: 5px;
                top: -1px;
                position: relative;
            }

            header .ic .menu ul.amenu > li:hover > a:after, header .ic .menu ul.amenu > li > a.aktif:after {
                border-bottom: 6px solid #183b9f;
                content: '';
                display: block;
                position: absolute;
                bottom: -3px;
                width: 100%;
                z-index: 10;
            }

        header .ic .menu .amenu .icm {
            background-color: #fff;
            position: absolute;
            top: 39px;
            width: 267px;
            left: -50%;
            margin-left: -4px;
            z-index: 9;
            display: none;
        }

        header .ic .menu ul.amenu > li:hover .icm {
            display: block;
        }

        header .ic .menu ul.alt {
            padding: 39px 20px 12px 20px;
        }

        header .ic .menu .amenu .icm li {
            text-align: left;
            color: #183b9f;
            border-bottom: 1px solid #183b9f;
            padding: 1px 0;
        }

            header .ic .menu .amenu .icm li:last-child {
                border-bottom: none;
            }

            header .ic .menu .amenu .icm li a {
                line-height: 23px;
                font-size: 16px;
                display: block;
                padding: 1px;
                position: relative;
            }

                header .ic .menu .amenu .icm li a:hover {
                    background-color: #de391b;
                    color: #fff;
                }

                    header .ic .menu .amenu .icm li a:hover::before {
                        content: "\e902";
                        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;
                        position: absolute;
                        font-size: 9px;
                        top: 9px;
                        left: -11px;
                        color: #183b9f;
                    }

    header .ic .sag {
        width: 37%;
        padding-right: 18%;
        float: right;
        font-weight: 400;
        font-size: 16px;
        position: relative;
        margin-bottom: 7px;
        margin-top: 19px
    }

        header .ic .sag > .ic {
            width: 100%;
            position: relative;
        }

        header .ic .sag .arama {
            float: right;
            margin-top: 2px;
            width: 223px;
            margin-right: 2px;
        }

            header .ic .sag .arama .ic {
                width: 100%;
                position: relative;
            }

                header .ic .sag .arama .ic input {
                    width: 100%;
                    line-height: 24px;
                    border: 1px solid #c0c0c0;
                    text-indent: 10px;
                }

                header .ic .sag .arama .ic button {
                    position: absolute;
                    right: 5px;
                    top: 3px;
                    border-radius: 22px;
                    height: 22px;
                    width: 22px;
                    color: #fff;
                    font-size: 10px;
                    background-color: #de391b;
                }

        header .ic .sag .usagamenu {
            position: absolute;
            width: 200px;
            right: -235px;
        }

            header .ic .sag .usagamenu li {
                float: left;
                line-height: 33px;
                font-size: 33px;
                margin-right: 5px;
            }

                header .ic .sag .usagamenu li.dil {
                    font-size: 16px;
                    color: #6a6a6a;
                    margin-left: 21px
                }

.anaslayt .bx-wrapper .bx-pager.bx-default-pager a {
    color: #000;
    font-size: 16px;
    text-indent: 0;
    background: none;
    color: #fff;
    position: relative;
    line-height: 28px;
    top: 0px;
    font-weight: 200;
    height: auto;
    width: 20px;
}

    .anaslayt .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: none;
        font-size: 28px;
        font-weight: 900;
        top: -6px;
        position: relative;
        width: 38px;
    }

    .anaslayt .bx-wrapper .bx-pager.bx-default-pager a:hover, .anaslayt .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: none;
    }

    .anaslayt .bx-wrapper .bx-pager.bx-default-pager a.active:after {
    }

.anaslayt .ic {
    position: absolute;
    height: 100%;
    left: 18%;
    width: 27%;
}

    .anaslayt .ic .baslik {
        font-size: 58px;
        color: #fff;
        font-weight: 900;
        line-height: 1.1;
    }

    .anaslayt .ic .link {
        color: #fff;
        font-size: 18px;
        margin-top: 10px;
    }

.anaslayt .bx-wrapper .bx-prev {
    left: 12% !important;
}

.anaslayt .bx-wrapper .bx-next {
    right: 12% !important;
}

.anaslayt .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: 18%;
    width: auto;
    border-bottom: 1px solid #fff;
    padding-top: 0px;
}

    .anaslayt .Beyaz .baslik, .anaslayt .Beyaz .link, .anaslayt .bx-wrapper .bx-pager.bx-default-pager.Beyaz a {
        color: #fff;
    }

    .anaslayt .Mavi .baslik, .anaslayt .Mavi .link, .anaslayt .bx-wrapper .bx-pager.bx-default-pager.Mavi a {
        color: #1e368c
    }

    .anaslayt .Gri .baslik, .anaslayt .Gri .link, .anaslayt .bx-wrapper .bx-pager.bx-default-pager.Gri a {
        color: #6a6a6a
    }

    .anaslayt .bx-wrapper .bx-pager.Beyaz {
        border-bottom: 1px solid #fff;
    }

    .anaslayt .bx-wrapper .bx-pager.Mavi {
        border-bottom: 1px solid #1e368c;
    }

    .anaslayt .bx-wrapper .bx-pager.Gri {
        border-bottom: 1px solid #6a6a6a;
    }

.anahead2 { /*background-image:url(/images/anahead2-bg.jpg);*/
    background-repeat: no-repeat;
    min-height: 259px;
    background-color: rgba(0, 27, 132, 0.8)
}

    .anahead2 li {
        float: left;
        margin: 0 0.5%;
        width: 15.666667%
    }

        .anahead2 li a {
            border: 1px solid #fff;
            display: block;
            min-height: 208px;
            margin-top: 26px;
            text-align: center;
            color: #fff;
        }

            .anahead2 li a:hover {
                background-color: rgba(19, 30, 58, 0.5);
            }

            .anahead2 li a img {
                margin: 22px auto;
            }

            .anahead2 li a .baslik {
                font-weight: 500;
                font-size: 16px;
                margin-bottom: 18px;
            }

            .anahead2 li a .aciklama {
                font-size: 12px;
                font-weight: 300;
                line-height: 1.5
            }

footer {
    height: 96px;
    width: 100%;
    background-color: #dddddd;
    padding-top: 18px;
}

    footer .logo {
        float: left;
    }

    footer .menu {
        float: left;
        margin-top: 24px;
        margin-left: 16px;
    }

        footer .menu li {
            float: left;
            position: relative;
            margin: 0 17px;
        }

            footer .menu li:before {
                content: url(/images/footer-spr.png);
                left: -17px;
                position: absolute;
            }

            footer .menu li:first-child:before {
                display: none;
            }

            footer .menu li a:hover {
                color: #183b9f
            }

    footer .sosyal {
        float: right;
    }

        footer .sosyal li {
            float: left;
            margin-right: 2px;
        }

            footer .sosyal li:last-child {
                margin-right: 0px;
            }

.anaalt .ic {
    height: 100%
}

    .anaalt .ic:after {
        clear: both;
        display: block;
        content: '';
    }

.anaalt .sol {
    float: left;
    width: 60%;
}

    .anaalt .sol img {
        margin-left: -67px;
    }

.anaalt .sag {
    position: absolute;
    left: 60%;
    width: 40%;
    height: 100%;
}

    .anaalt .sag .str {
        padding-left: 80px;
    }

    .anaalt .sag .baslik {
        color: #1e378d;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .anaalt .sag .aciklama {
        font-size: 13px;
        margin-bottom: 23px;
        position: relative;
        padding-left: 70px;
    }

    .anaalt .sag .str:first-child .aciklama:before {
        content: "\e905";
    }

    .anaalt .sag .str:last-child .aciklama:before {
        content: "\e906";
    }

    .anaalt .sag .str .aciklama:before {
        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;
        font-size: 39px;
        position: absolute;
        color: #1e378d;
        left: 15px;
    }

.banner {
    position: relative;
}

    .banner .ic {
        position: absolute;
        top: 31%;
        width: 100%;
    }

    .banner .ic {
        position: absolute;
        top: 31%;
        width: 100%;
    }

    .banner .baslik {
        font-weight: 900;
        font-size: 45px;
        color: #fff;
        position: relative;
        margin-left: 12px;
    }

        .banner .baslik:before {
            position: absolute;
            color: #c9c9c9;
            font-size: 45px;
            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: "\e901";
            left: -45px;
            top: -1px;
        }

    .banner .ana-bnnr {
        width: 100%;
    }
    .banner .ana-bnnr img {
        width: 100%;
    }

.urunler {
    margin: 80px 0;
}

    .urunler .uruncard {
        width: 18%;
        margin: 1%;
        float: left;
        float: left;
        text-align: center;
        font-size: 15px;
        color: #424242;
    }

        .urunler .uruncard > a > .ic {
            border: 1px solid #000;
            padding: 3px;
            background-color: none
        }

            .urunler .uruncard > a > .ic:hover {
                background-color: rgba(0, 27, 132, 0.8);
                color: #fff;
            }

                .urunler .uruncard > a > .ic:hover img {
                    opacity: 0.8;
                }

        .urunler .uruncard img {
            width: 100%;
        }

        .urunler .uruncard .baslik {
            margin: 9px 0;
        }
.uygulamalar .uygulamacard {
    width: 31.3333333%;
    margin: 1%;
    float: left;
    float: left;
    text-align: center;
    font-size: 15px;
    color: #424242;
}

    .uygulamalar .uygulamacard > a > .ic {
        border: 1px solid #000;
        padding: 3px;
        background-color: none;
    }

        .uygulamalar .uygulamacard > a > .ic:hover {
            background-color: rgba(0, 27, 132, 0.8);
            color: #fff;
        }

    .uygulamalar .uygulamacard img {
        width: 100%;
    }

    .uygulamalar .uygulamacard > a > .ic:hover img {
        opacity: 0.8;
    }

    .uygulamalar .uygulamacard .baslik {
        margin: 9px 0;
    }
.menuktyazi {
    float: right;
    width: 68.29%;
    margin-right: 5.3%;
    margin-top: 8px;
    line-height: 1.4;
}
.resimlerkategori.menuktyazi {
    width:100%;
    float:none;
    margin-bottom:16px
}
.menuktyazi li {
    float: left;
    margin: 0 6px;
    position: relative;
}

    .menuktyazi li a:hover, .menuktyazi li a.aktif {
        color: #de391b
    }

        .menuktyazi li:after {
            content: '|';
            position: absolute;
            right: -8px;
            top: -1px;
            color: #bbbbbb;
        }

        .menuktyazi li:last-child:after {
            display: none;
        }

/*.urunbaslik {
    width: 100%;
    position: relative;
    margin: 80px auto 40px;
    display:inline-flex

}
    .urunbaslik span {
        float: left;
        white-space: nowrap;
        
    }

    .urunbaslik:before {
        content: '';
        height: 1px;
        width: 17%;
        left: -100%;
        background-color: #3e4596;
        display: block;
        margin-top: 6px;
        float:left;
        margin-right:1%;
    }
    .urunbaslik:after {
        content: '';
        height: 1px;
        background-color: #3e4596;
        display: block;
        margin-top: 6px;
        float: left;
        width:99%;
        margin-left:1%;
    }*/
.urundetay {
    margin-bottom: 37px;
}

.urunbaslik {
    margin: 80px 0 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3e4596;
    font-size: 32px;
    font-weight: 500;
}

    .urunbaslik span:first-child {
        color: #676767;
    }

    .urunbaslik span:last-child {
        color: #183b9f;
    }

.resimler {
    width: 50%;
    float: left;
}

    .resimler .resim {
        margin-bottom: 8px;
        width: 31.33333%;
        margin: 0 1% 2% 1%;
        float: left;
        position:relative;

    }
        .resimler .resim span {
            position: absolute;
            width: 34px;
            height: 34px;
            border-radius: 17px;
            background-color: #183a9e;
            color: #fff;
            line-height: 34px;
            text-align: center;
            right: 5px;
            bottom: 5px;
        }
        .resimler .resim:hover span {
            background-color: #fff;
            color: #183a9e;
        }

        .resimler .tekresim {
            margin-bottom: 8px;
            width: 100%;
            margin: 0;
            float: left;
        }
        .resimler .tekresim span {display:none;}

        .resimler .resim:nth-child(3n) {
            margin-right: 0
        }

    .resimler .resim img {
        width: 100%;
    }

    .resimler .ic {
        border: 1px solid #000;
    }


.urundetay .detay {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.urundetay .anaresim {margin-bottom:15px}
.urundetay .anaresim img {
    width: 98%;
    margin: 0 1%;
}
.urundetay .icerik {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.urundetay .sag {
    width: 50%;
    margin-right: 0%;
    float: left;
}
.urundetay .tablo, .urundetay .ozellikler {
    overflow-x: auto;
    overflow-y: hidden;
}
    .urundetay table {
        width: 100% !important;
        margin-bottom: 16px;
    }
.urundetay table:last-child {
    margin-bottom: 0px;
}

    .urundetay table td {
        border: 1px solid #3e4596;
        text-align: center;
        vertical-align: middle;
        padding: 8px 0;
    }

.urundetay .baslik {
    margin: 13px 0;
    color: #fff;
    padding: 4px 0;
    text-align: left;
}

.urundetay .icerik .baslik, .urundetay .sag .baslik {
    background-color: #173698;
    padding: 0 8px;
    line-height: 28px;
}
    .urundetay .sag > div:first-child .baslik {
        margin-top:0
    }
    .urundetay .yukseklik .baslik {
        background-color: #09184b
    }

.urundetay .kullanim {
    padding-left: 12px;
    border-left: 2px solid #3e4596;
    margin-bottom: 15px;
    margin-top: 21px;
}

    .urundetay .kullanim .baslik {
        font-size: 20px;
        color: #4a4a4a;
        margin-bottom: 19px;
    }

.urundetay .detay > .baslik {
    font-size: 32px;
    font-weight: 500;
    color: #3e4596;
    position: relative;
    display: initial;
    margin-bottom: 21px;
}

    .urundetay .detay > .baslik i {
        position: absolute;
        right: -41px;
        top: 7px;
        font-size: 35px;
    }

.urundetay .detay .belge {
    margin-bottom: 15px;
    background-color: #de391b;
    color: #fff !important;
    padding: 7px 16px;
}

.uyari {
    padding: 10%;
    margin: 8% 0;
    text-align: center;
    font-size: 32px;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #fff;
}

.icerikbanner {
    background-image: url(/images/icerik-banner.png);
    height: 150px;
}

    .icerikbanner h1 {
        color: #fff;
        font-size: 44px;
        font-weight: 900;
        margin-left: 10px;
    }

    .icerikbanner i {
        position: absolute;
        left: -40px;
        font-size: 42px;
        color: #fff;
        top: 2px;
    }

.icerik .resimler {
    width: 100%;
    margin-bottom: 15px;
}

.ortala > .icerik {
    padding: 23px 10px;
}

.icerik {
    line-height: 1.4;
    color: #6a6a6a;
    font-size: 15px;
}

    .icerik .videolar {
        width: 100%;
        margin-bottom: 15px;
    }

    .icerik p {
        margin-bottom: 8px;
    }

.sirket-profili p {
    margin: 15px 0;
}

.icerik h3 {
    margin: 7px 0;
    font-weight: 500;
    color: #121498;
    font-weight: 16px;
}

.sirket-profili {
    background-image: url(/images/sirket-profili-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 30%;
}

    .sirket-profili ul {
        margin: 30px 0;
        width: 50%;
    }

        .sirket-profili ul li {
            float: left;
            width: 32%;
            margin-right: 1.3333%;
            margin-bottom: 12px;
        }

        .sirket-profili ul:nth-child(2) li {
            float: left;
            width: 48%;
            margin-right: 2%;
            margin-bottom: 12px;
        }

        .sirket-profili ul li:first-child {
            color: #121498;
            font-weight: 900;
            width: 100%;
            font-size: 16px;
            margin-bottom: 30px;
        }

.iletisimbanner {
    height: 150px;
    background-image: url(/images/iletisim-banne.png);
    margin-top: 45px;
    margin-bottom: 70px;
}

.iletisim > .sol {
    width: 55%;
    float: left;
}

.iletisim > .sag {
    width: 45%;
    float: left;
}

.iletisim .ustbaslik {
    position: absolute;
    top: -184px;
    font-size: 45px;
    color: #fff;
    font-weight: 900;
}

    .iletisim .ustbaslik span {
        line-height: 80px;
    }

    .iletisim .ustbaslik i {
        float: right;
        font-size: 80px;
    }

.iletisim .adresler .adres {
    position: relative;
    margin-bottom: 45px;
}

    .iletisim .adresler .adres .bilgiler {
        position: relative;
        margin-bottom: 15px;
    }

    .iletisim .adresler .adres .baslik {
        font-weight: 900;
        color: #203995;
        float: left;
        width: 24%;
        padding-left: 8%;
        margin-right: 2%;
        position: absolute;
        height: 100%;
        line-height: 32px;
    }

        .iletisim .adresler .adres .baslik span:before {
            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: "\e904";
            position: absolute;
            left: 8px;
            font-size: 32px;
        }

    .iletisim .adresler .adres .ic {
        position: relative;
        left: 40%;
        width: 60%;
        border-left: 1px solid #203995;
    }

        .iletisim .adresler .adres .ic .str {
            padding-left: 8px;
            margin-bottom: 3px;
            line-height: 1.3;
        }

    .iletisim .adresler .adres .harita iframe {
        width: 100%;
    }

.iletisim .form {
    margin-left: 10%;
    width: 85%;
}

    .iletisim .form .str {
        margin-bottom: 15px;
    }

    .iletisim .form label {
        width: 20%;
        float: left;
        line-height: 27px;
        font-weight: 500;
        font-size: 14px;
        color: #203995
    }

    .iletisim .form .ic {
        width: 80%;
        float: left;
    }

    .iletisim .form input, .iletisim .form textarea {
        width: 100%;
        border: 1px solid #424242;
        line-height: 25px;
    }

    .iletisim .form textarea {
        height: 170px;
    }

    .iletisim .form button, .cv button {
        background-color: #1f3892;
        color: #fff;
        padding: 13px 20px;
        font-weight: 700;
        letter-spacing: 2px;
    }

.iletisim .uyari {
    padding: 10%;
    margin: 0 10%;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #fff;
}

.cv {
    margin-top: 70px;
    color: #203995
}

    .cv .baslik {
        font-weight: 900;
        color: #203995;
        line-height: 32px;
    }

.s2 {
    width: 20%;
    float: left;
    line-height: 27px;
    font-weight: 500;
    font-size: 14px;
    color: #203995;
}

.s8 {
    width: 80%;
    float: left;
}

.str:after {
    display: block;
    content: '';
    clear: both;
}

.cv input, .cv textarea, .cv select {
    border: 1px solid #424242;
    max-width: 333px;
    width: 91%;
    padding: 6px;
}

.cv .str select {
    max-width: 348px;
    width: 93%;
    padding: 6px;
}

.cv .str {
    margin-bottom: 12px;
}

    .cv .str .s25 {
        width: 24.5%;
    }

    .cv .str .s33 {
        width: 32.8333333333%;
    }

    .cv .str .s1, .cv .str .s2, .cv .str .s25, .cv .str .s3, .cv .str .s33, .cv .str .s4, .cv .str .s5, .cv .str .s6, .cv .str .s7, .cv .str .s8, .cv .str .s9, .cv .str .s10 {
        float: left;
    }

.dosyalar {
    margin-bottom: 60px;
}

    .dosyalar .dosya {
        float: left;
        width: 20%;
        text-align: center;
    }

        .dosyalar .dosya:hover {
            background-color: rgba(19, 30, 58, 0.5);
            color: #fff;
        }

        .dosyalar .dosya a {
            display: block;
        }

        .dosyalar .dosya img {
            width: 60%;
            margin: 20px auto;
        }

.videolar .video {
    margin-bottom: 8px;
    width: 31.33333%;
    margin: 0 1% 2% 1%;
    float: left;
    position: relative;
}

    .videolar .video .ic {
        padding: 75% 0 0 0;
        position: relative;
    }

    .videolar .video iframe {
        width: 100%;
    }

    .videolar .video.youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .videolar .video.vimeo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videolar .videotek {
    width: 98%;
}
.urundetay .videolar .videotek {
    width: 98%;
    margin: 0 1%;
}
.urundetay .videolar .video .ic {
    border: 1px solid #fff;
}
.mmenu {
    display: none;
}
.aramasonuc .uyari {margin:4% 0;}
.asonuclar .asonuc {
    margin-bottom:6px;
    line-height:18px;
}
    .asonuclar .asonuc a:hover {
        color: #de391b;
    }
    .asonuclar .asonuc i {
        margin-right: 6px;
        line-height: 18px;
        font-size:14px
    }
    .asonuclar .asonuc span {
        line-height: 18px;
    }
.galerilink {
    background-color: #173698;
    margin: 13px 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    display: block;
}

    .galerilink:hover {
        background-color: #de391b
    }
.cboxPhoto {
    background-color:#fff !important;
}
.sonnnn {
    line-height: 1px;
}

@media (max-width: 1440px) {
    .ortala {
        width: 90%;
    }

    header > .ic {
        width: 95%;
        margin-left: 5%;
    }

    header .ic .logo {
        margin-left: 0;
        margin-top: 19px;
    }

    header .ic .menu {
        width: 60%;
        padding-right: 5%;
        margin-top: 16px;
    }

    header .ic .sag {
        width: auto;
        padding-right: 5%;
        margin-top: 6px;
    }



        header .ic .sag .usagamenu:after {
            clear: both;
            content: '';
            display: block;
        }

        header .ic .sag .usagamenu {
            right: 0;
            position: relative;
            width: auto;
        }
            header .ic .sag .usagamenu li {
                float: right;
                margin-right: 0;
                margin-left: 6px;
            }

                header .ic .sag .usagamenu li.dil {
                    margin-left: 0;
                    margin-right: 21px;
                }
        header .ic .sag .arama {margin-top:6px;}
    .anaslayt .bx-wrapper .bx-prev {
        left:2% !important;
    }
    .anaslayt .bx-wrapper .bx-next {
        right: 2% !important;
    }
    .anaslayt .ic {left:5%;width:33%}
        .anaslayt .ic .baslik {
            font-size: 50px;
        }
    .anaslayt .bx-wrapper .bx-pager {left:5%}
    .banner .ana-bnnr {
        height:150px;
        background-image:url(/images/icerik-banner.png)
    }
    .banner .ic {top:37%;}
    .banner .ana-bnnr img {
        display: none;
    }
    .menuktyazi li {float:right;}
    .iletisim .sag .ustbaslik {margin-left:26px;}
}

@media (max-width: 1280px) {
    .urunler .uruncard {
        width:23%;
    }
    .urundetay .resimler .resim {
        width: 48.5%;
    }
        .urundetay .resimler .resim:nth-child(3n) {
            margin-right: 1%;
        }
        .urundetay .resimler .resim:nth-child(2n) {
            margin-right: 0;
        }
    .resimler .tekresim {
        width: 100%;
    }
    .anaslayt .ic .baslik {
        font-size: 36px;
    }
    .anaslayt .ic .link {
        font-size: 16px;
    }
    .anaalt .sol img {
        margin-left: -40px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .ortala {
        width: 96%;
    }

    header > .ic {
        width: 98%;
        margin-left: 2%;
    }

   

    header .ic .menu {
        padding-right: 2%;
    }

    header .ic .sag {
        padding-right: 2%;
    }




    .anaslayt .bx-wrapper .bx-prev {
        left: 1% !important;
    }

    .anaslayt .bx-wrapper .bx-next {
        right: 1% !important;
    }




    .anaslayt .bx-wrapper .bx-pager {
        left: 2%
    }
    header .ic .menu {
        width: 67%;
    }
    .anaslayt .bx-wrapper .bx-pager {display:none;}
    .anahead2 {height:278px;}
    .anahead2 li a {
        height: 226px;
    }
    .icerikbanner h1, .banner .baslik {
        padding-left: 32px;
        margin-left:0;
    }
        .icerikbanner i, .banner .baslik:before {
            left: 0;
        }
    .banner .baslik:before {left:0;}
    .ortala > .icerik {padding:23px 0;}
    footer {padding-bottom:18px;height:auto;}
    footer .menu {
        margin-top: 0
    }
    footer .menu li {
        float: none;
        margin-bottom:6px;
    }
        footer .menu li:last-child{
            margin-bottom:0;
        }
        footer .ortala:after {
            clear: both;
            display: block;
            content: '';
        }
        footer .menu li:before {display:none;}
        footer .sosyal li {
            margin-right: 10px;
        }
    .urundetay .videolar .videotek {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .anaslayt .ic .baslik {
        font-size: 28px;
    }
    .anaslayt .ic .link {
        font-size: 14px;
    }
    .anahead2 li {
        width: 32.333333%;
        margin: 0;
        margin-right: 1%;
    }
    .anahead2 li:nth-child(3n) {
        margin-right: 0%;
    }
        .anahead2 li:nth-child(-n+3) {
            margin-bottom:1%;
        }



        .anahead2 {
            height: auto;
            padding: 26px 0;
        }
            .anahead2 li a {margin-top:0;}
    .anaalt .sag {position:relative;left:0;height:auto;float:left;}
        .anaalt .sag .str {padding-left:0;}
        .anaalt .sag .str:first-child {margin-top:13px;}
            .anaalt .sag .str .aciklama:before {
                font-size: 86px;
                color: #ddd;
                opacity: 0.3;
                right: 0;
                left: auto;
                top: -23px;
            }
    .urundetay {width:100%;margin:0;margin-bottom:36px;}
    .urundetay .resimler {width:100%;margin:0}
        .urundetay .resimler .resim, .urundetay .resimler .resim:nth-child(3n) {
            width: 49%;
            margin: 0;
            margin-bottom: 2%;
            margin-right: 2%;
        }
            .urundetay .resimler .resim:nth-child(2n) {margin-right:0}
            .sirket-profili {
                padding-right: 0;
                background-image: none;
            }
        .sirket-profili ul {width:75%;}
    .videolar .video {
        width:49%;
        margin:0 2% 2% 0;
    }
    .videolar .video:nth-child(2n){
        margin-right:0;
    }
    .videolar .videotek {width:100%;margin:0}
    .urunler .uruncard {
        width: 48%;
    }
    .iletisim > .sol {
        float: right;
        width: 100%;
    }
    .iletisim > .sag {
        float: right;
        width:100%;
    }
    .iletisim .sag .ustbaslik {
        position: relative;
        top: 0;
        background-image: url(/images/iletisim-banne.png);
        margin-top: 45px;
        margin-bottom: 70px;
        margin-left: 0;
        padding: 25px 45px;
    }
    header .ic .menu {
        width: 98%;
        padding: 0;
        float: none;
        display:none;
    }
        header .ic .menu:before {
            clear: both;
            display: block;
            content: '';
        }
        header .ic .menu ul.amenu > li, header .ic .menu ul.amenu > li:last-child, header .ic .menu ul.amenu > li:first-child {
            width: 98%;
            padding:0.3% 1%;
            text-align: left;
            margin: 0;
        }
            header .ic .menu ul.amenu > li:first-child {
                padding-top:0.6%;
            }
            header .ic .menu .amenu .icm {
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                margin: 0;
            }
        header .ic .menu ul.alt {padding:6px 18px;}
        header .ic .menu ul.amenu > li:hover .icm {display:none}
        header .ic .menu ul.amenu {
            background-color: #ededed;
        }
            header .ic .menu ul.amenu > li > a {
                padding: 11px 8px;
                background-color: #f7f7f7;
            }
                header .ic .menu ul.amenu > li:hover > a:after, header .ic .menu ul.amenu > li > a.aktif:after {
                    display:none;
                }
                header .ic .menu ul.amenu > li > a.aktif, header .ic .menu ul.amenu > li > a:hover {
                    background-color: #fff;
                }
    header .ic .menu {margin-top:0;}
    header .ic .sag .usagamenu {float:right;}
    header .ic .sag .arama {
        float: right;
        margin-top: 3px;
    }
        header .ic .sag .arama {display:none;}
        header .ic .sag .usagamenu li {
            float: left;
        }
        header .ic .sag .usagamenu li.dil {margin-right:0;margin-left:16px;}

    header .ic .sag {
        position: absolute;
        width: 98%;
        padding:0;
    }
    .mmenu {
        display: block;
        position: absolute;
        right: 14px;
        top: 56px;
        cursor: pointer;
    }
    header .ic .menu .arama {
        display: block;
        background-color: #ededed;
        padding: 0.3% 1%;
    }
        header .ic .menu .arama .ic {
            width: 100%;
            position: relative;
        }

            header .ic .menu .arama .ic input {
                width: 100%;
                line-height: 24px;
                border: 1px solid #c0c0c0;
                text-indent: 10px;
            }

            header .ic .menu .arama .ic button {
                position: absolute;
                right: 5px;
                top: 3px;
                border-radius: 22px;
                height: 22px;
                width: 22px;
                color: #fff;
                font-size: 10px;
                background-color: #de391b;
            }
    .anaalt .sag .aciklama {padding-left:0}
    .urundetay .anaresim img {
        width:100%;margin:0;
    }
    .urundetay .icerik {
        width: 100%;
        margin-right:0;
        margin-bottom:2%
    }
    .urundetay .sag {width:100%;}
    .uygulamalar .uygulamacard {
        width: 48%;
    }
}

@media (max-width: 640px) {
    .anahead2 li a .aciklama {padding:0 16px;}
    .urunler {
        margin: 40px 0;
    }
    .resimler .resim, .resimler .resim:nth-child(3n) {
        width: 49%;
        margin: 0;
        margin-right: 2%;
        margin-bottom:2%;
    }
    .resimler .tekresim {
        width: 100%;
    }
    .resimler .resim:nth-child(2n) {
        margin-right: 0%;
    }
    .dosyalar .dosya {
        width:33.33333%
    }
    .anaalt .sol {width:100%;}
    .anaalt .sag {width:100%;}
    .anaalt .sol img {
        margin-left: -20px;
    }
    .anaalt .sag .str {width:46%;margin:0 2%; float:left;text-align:center;}
        .anaalt .sag .str:first-child {margin-top:0;}
    .anaslayt .ic {
        width: 40%;
    }
        .anaslayt .ic .baslik {
            font-size: 24px;
        }
    .anaslayt .ic .link {display:none;}
    .bx-controls {display:none;}
    .sirket-profili ul {width:100%;}
}

@media (max-width: 400px) {
    .iletisim .adresler .adres .baslik span:before {left:0}
    .iletisim .adresler .adres .baslik {
        width: 88%;
        height: auto;
        position: relative;
        padding-left: 11%;
        margin-bottom: 16px;
        border-bottom: 1px solid #203995;
        padding-bottom: 8px;
    }
    .iletisim .adresler .adres .ic {
        position: relative;
        left: 0;
        width: 100%;
        border-left: none;
        
    }
    .iletisim .form label, .iletisim .form .ic {
        width: 100%
    }
    footer .logo {
        width: 60%;
    }
    .iletisim .form .str:last-child label, .cv .str:last-child .s2 {
        display: none;
    }
    footer .menu {margin-top:16px;margin-left:8px}
        footer .menu li {margin-left:0}
    footer .sosyal {position:absolute;right:0}
        footer .sosyal li {float:none;margin-bottom:8px}
    .videolar .video {width:100%;margin:0;margin-bottom:2%;}
    
    .icerikbanner h1, .icerikbanner i, .banner .baslik:before {
        font-size: 26px;
        top: 0;
    }
    .icerikbanner h1, .banner .baslik {
        padding-left: 24px;
        font-size: 26px;
    }
    .iletisim .ustbaslik, .iletisim .ustbaslik i, .iletisim .ustbaslik span {
        font-size: 26px;
        line-height:26px;
    }
        .iletisim .ustbaslik i {margin-left:12px;float:right;}
    .iletisimbanner {height:80px;}

    .icerikbanner, .banner .ana-bnnr {
        height: 80px;
    }
    .iletisim .ustbaslik {
        top: -123px;
    }
    .anaslayt {
        display:none;
    }
    .urunbaslik span:first-child {
        display: none;
    }
    .urunbaslik span b {display:none;}
    .anahead2 li, .anahead2 li:nth-child(4) {
        width: 49%;
        
        margin:0 0 2% 0;

    }
        .anahead2 li a, .anahead2 li:nth-child(4) a, .anahead2 li:nth-child(5) a {
            margin: 0
        }
        .anahead2 li:nth-child(2n){
            margin-left:2%;
        }
        .anaalt .sag .str {
            width: 100%;
            margin: 0
        }
    .dosyalar {margin-bottom:30px;}
    .cv .str .s1, .cv .str .s2, .cv .str .s25, .cv .str .s3, .cv .str .s33, .cv .str .s4, .cv .str .s5, .cv .str .s6, .cv .str .s7, .cv .str .s8, .cv .str .s9, .cv .str .s10 {
        width:100%;
    }
    .cv input, .cv textarea, .cv select, .cv .str select {
        width: 100%;max-width:none;padding:6px 0;
    }
    header .ic .logo {
        width: 69%;
        margin-bottom: 19px;
    }
        header .ic .logo img {width:100%}

}

@media (max-width: 325px) {
}

@media print {
    body *, footer, footer .logo * {
        visibility: hidden;
    }

    header, .logo *, .anaalt *, .urunler *, .urundetay *, .icerikbanner *, .ortala > .icerik *, .iletisimbanner *, .iletisim *, .urunbaslik * {
        visibility: visible;
    }
footer, footer .logo *, .anaslayt, .anahead2, iframe, iframe *, .videolar *, .iletisim > .sag *, .icerik .resimler {
        display: none;
    }
    .banner .ana-bnnr, .icerikbanner * {
        height: auto;
    }
    .urundetay .icerik {
        width: 48%;
        margin-right: 2%;
        float: left;
    }
    .urundetay .sag {
        width: 50%;
        margin-right: 0%;
        float: left;
    }
    header .ic .logo {margin:0}
    .urunbaslik {margin:0}
    .urundetay .icerik {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .urundetay .sag {
        width: 100%;
        margin-right: 0%;
        float: left;
    }
}

.pagebreak {
    page-break-before: always;
}