<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Play:400,700');
@import url('font-awesome.css');
@import url('animate.css');


body {
    font-family: 'Play', sans-serif;
    line-height: 1.6em;
    font-weight: 400;
    background: #f5f5f5;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #006699;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}



p {
    position: relative;
    line-height: 2em;
}

.sayfa {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

ul, li {
    padding: 0px;
    margin: 0px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(62,62,62, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.GIF);
}

.rright
{
    text-align:right;
}



.uste-git {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #00aeff;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

    .uste-git:hover {
        background: #FFF;
        color: #3cadee;
    }


.ustalan {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}




    .ustalan .ustte {
        position: relative;
        border-bottom: 1px solid #3cadee;
        padding: 12px 0px;
        background: #ffffff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        z-index: 5;
    }

        .ustalan .ustte .alt-sol {
            position: relative;
        }

        .ustalan .ustte .info-col {
            position: relative;
            float: left;
            min-width: 80px;
            margin-left: 50px;
        }


    .ustalan .bilgi-col {
        padding-left: 45px;
        padding-top: 25px;
    }

        .ustalan .bilgi-col .ikonlar {
            position: absolute;
            left: 0px;
            top: 19px;
            width: 45px;
            line-height: 32px;
            opacity: 0.50;
            font-size: 32px;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .ustalan .bilgi-col:hover .ikonlar {
        }

        .ustalan .bilgi-col li {
            position: relative;
            line-height: 24px;
            margin: 0px 0px;
        }

            .ustalan .bilgi-col li a {
            }

        .ustalan .bilgi-col strong {
            font-weight: 600;
        }

    .ustalan .altta {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        background: #006699;
        z-index: 5;
    }



.navbr {
    position: relative;
    font-family: 'Play', sans-serif;
    font-weight: 600;
    margin-right: -25px;
}

    .navbr &gt; li {
        position: relative;
        float: left;
    }

.anamenu {
    margin-right: -15px;
}

    .anamenu .navbr &gt; li &gt; a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 10px 25px;
        color: #26325F;
        font-family: 'Play', sans-serif;
        font-weight: 300;
        opacity: 1;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .anamenu .navbr &gt; li &gt; a:hover {
            color: #3b5998;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }









.anamenu-scrol .anamenu .navbr &gt; li.dropdown &gt; a:before {
    top: 29px;
}



.anamenu .navbr &gt; li.dropdown.share &gt; a:before {
    display: none;
}

.anamenu .navbr &gt; li:hover &gt; a,
.anamenu .navbr &gt; li.current &gt; a,
.anamenu .navbr &gt; li.current-menu-item &gt; a {
    opacity: 1;
}

    .anamenu .navbr &gt; li:hover &gt; a:after {
        opacity: 1;
    }

.anamenu .navbr &gt; li.dropdown:hover &gt; a:after {
}

.anamenu .navbr &gt; li &gt; ul {
    position: absolute;
    left: 0px;
    top: 150%;
    width: 220px;
    padding: 0px;
    z-index: 999;
    display: none;
    background: #3cadee;
    list-style-type: none;
    transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
}

    .anamenu .navbr &gt; li &gt; ul &gt; li {
        position: relative;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.90);
        list-style-type: none;
    }

        .anamenu .navbr &gt; li &gt; ul &gt; li &gt; a {
            position: relative;
            display: block;
            padding: 8px 15px 8px;
            font-weight: 400;
            font-size: 13px;
            color: #FFF;
            text-transform: capitalize;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }



        .anamenu .navbr &gt; li &gt; ul &gt; li:hover &gt; a {
            color: #FFF;
            background: #6fcbe0;
        }

        .anamenu .navbr &gt; li &gt; ul &gt; li.dropdown &gt; a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 10px;
            top: 8px;
            width: 10px;
            height: 20px;
            display: block;
            color: #ffffff;
            line-height: 20px;
            font-size: 16px;
            text-align: center;
            z-index: 5;
        }

        .anamenu .navbr &gt; li &gt; ul &gt; li.dropdown:hover &gt; a:after {
        }

        .anamenu .navbr &gt; li &gt; ul &gt; li &gt; ul {
            position: absolute;
            left: 120%;
            top: 0px;
            width: 200px;
            padding: 0px;
            z-index: 100;
            display: none;
            background: #5dc0f2;
            list-style-type: none;
        }

            .anamenu .navbr &gt; li &gt; ul &gt; li &gt; ul &gt; li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.20);
                list-style-type: none;
            }

                .anamenu .navbr &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
                    position: relative;
                    display: block;
                    padding: 8px 15px 8px;
                    line-height: 22px;
                    font-weight: 400;
                    font-size: 13px;
                    text-transform: capitalize;
                    color: #ffffff;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .anamenu .navbr &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
                    background: #6fcbe0;
                }

.anamenu .navbr &gt; li.dropdown:hover &gt; ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    list-style-type: none;
}

.anamenu .navbr li &gt; ul &gt; li.dropdown:hover &gt; ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    list-style-type: none;
}

.anamenu .navbar-collapse &gt; ul li.dropdown .buton {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 30px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.anamenu .navbr .sosyal-medya li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 6px 12px;
    font-size: 13px;
    color: #ffffff;
}

.urn {
    list-style-type: none;
}

.sosyal-medya li a:hover {
    opacity: 0.85;
}

.sosyal-medya .facebook a {
    background: #3b5998;
}

.sosyal-medya .twitter a {
    background: #00aced;
}

.sosyal-medya .instagram a {
    background: #125688;
}

.sosyal-medya li a .fa {
    position: relative;
    font-size: 14px;
    padding-right: 10px;
}

.kategori-ad {
    position: relative;
    max-width: 1170px;
    margin-bottom: 30px;
}

    .kategori-ad h2 {
        position: relative;
        font-size: 22px;
        font-weight: 700;
        color: #353535;
        letter-spacing: 1px;
    }





.sayfa-kalip {
    position: relative;
    padding: 20px 0px 40px;
}



.altalan {
    position: relative;
    color: #cddcea;
    margin-top: 40px;
    background: #f5f5f5;
}

    .altalan p {
        line-height: 2.2em;
        margin-bottom: 20px;
    }

    .altalan .altalan-bg {
        position: relative;
        padding: 20px 0px 0px;
        line-height: 2em;
        background: rgba(204, 204, 204, 0.25);
    }

        .altalan .altalan-bg a {
        }

.altalan-bg {
    border-top: 1px solid #f5f5f5;
}

.altalan .altalan-bg .column {
    position: relative;
    margin-bottom: 30px;
}

.altalan-bg .column h2 {
    position: relative;
    font-size: 16px;
    line-height: 1.4em;
    padding: 0px 0px 18px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #3cadee;
}

    .altalan-bg .column h2:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 1px;
        margin: 0 auto;
    }

.altalan .alt-bilgi {
    font-size: 12px;
}


.altalan .altalan-bg a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .altalan .altalan-bg a:hover {
        color: #ffffff;
    }

.altalan-bg .urunler-bilgi li {
    position: relative;
    margin-bottom: 12px;
    list-style-type: none;
    color: #000;
}

    .altalan-bg .urunler-bilgi li a {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 37px;
        color: rgba(62,62,62, 1) !important;
    }

        .altalan-bg .urunler-bilgi li a:hover {
            color: #006699 !important;
        }


.altalan-bg .adresler li {
    position: relative;
    margin-bottom: 12px;
    list-style-type: none;
    color: #000;
}

    .altalan-bg .adresler li a {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 37px;
        color: rgba(62,62,62, 1) !important;
    }

        .altalan-bg .adresler li a:hover {
            color: #006699 !important;
        }

.altalan .sosyal-medya a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid rgba(0,0,0,0.50);
    text-align: center;
    background: rgba(255, 255, 255, 0.50);
    margin-right: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .altalan .sosyal-medya a:hover {
        background: #3cadee;
    }


.alt-copy {
    position: relative;
    background: #006699;
    padding: 10px 0px;
    font-size: 13px;
    text-align: center;
}

    .alt-copy .copyright {
        position: relative;
        line-height: 20px;
        padding: 5px 0px;
    }

        .alt-copy .copyright a {
            position: relative;
        }

        .alt-copy .copyright strong {
            font-weight: 300;
        }



.altalan-bg .sosyal-medya-bilgi .feed {
    position: relative;
    padding: 0px 0px 0px 30px;
    margin-bottom: 20px;
}

    .altalan-bg .sosyal-medya-bilgi .feed:last-child {
        border: none;
    }

.altalan-bg .sosyal-medya-bilgi .feed-content {
    margin-bottom: 5px;
}

.altalan-bg .sosyal-medya-bilgi .feed a {
    position: relative;
    color: #ffffff;
}

.altalan-bg .sosyal-medya-bilgi .feed .time {
    position: relative;
    font-size: 12px;
}

.altalan-bg .sosyal-medya-bilgi .feed strong {
    font-weight: 400;
}

.altalan-bg .sosyal-medya-bilgi .feed .icon {
    position: absolute;
    width: 30px;
    height: 20px;
    left: 0px;
    top: 5px;
    line-height: 20px;
    font-size: 16px;
}



.bilgi-kalip {
    position: relative;
    background: #ffffff;
    padding: 20px 0px 30px;
}




.kategori-baslik {
    position: relative;
    padding: 40px 0px 40px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
}

    .kategori-baslik:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(38,43,47,0.30);
    }

    .kategori-baslik h1 {
        font-size: 32px;
        margin-bottom: 15px;
        font-family: 'Play', sans-serif;
        text-shadow: 2px 2px rgba(26, 26, 26, 0.50);
    }

    .kategori-baslik .conty {
        position: relative;
        z-index: 5;
    }



.owrl {
    position: relative;
    width: 100%;
}


.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
}

.owrl:hover .overlay {
    opacity: 1;
    cursor: pointer;
    text-align: center !important;
}

.overlay .text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center !important;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    .overlay .text h1 {
        line-height: 1em;
        padding: 10px 0;
    }

    .overlay .text h3 {
        font-size: 16px;
        color: #FFF !important;
        border-top: 1px solid #ff6a00;
        padding: 10px 0;
    }

.sosyal_paylasim {
    margin-top: 50px;
}

.facebooks {
    float: left;
    margin-right: 5px;
}

.twiters {
    float: left;
}

.maps {
    display: block;
    margin-top: -15px;
}



html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

    #swipebox-slider .slide {
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

        #swipebox-slider .slide .swipebox-video-container {
            background: 0 0;
            max-width: 1140px;
            max-height: 100%;
            width: 100%;
            padding: 5%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #swipebox-slider .slide .swipebox-video-container .swipebox-video {
                width: 100%;
                height: 0;
                padding-bottom: 56.25%;
                overflow: hidden;
                position: relative;
            }

                #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
                    width: 100% !important;
                    height: 100% !important;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

    #swipebox-slider .slide-loading {
        background: url(../img/loader.gif) center center no-repeat;
    }

#swipebox-bottom-bar, #swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

    #swipebox-bottom-bar.visible-bars {
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0);
    }

#swipebox-top-bar {
    top: -50px;
}

    #swipebox-top-bar.visible-bars {
        -webkit-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-next.disabled, #swipebox-prev.disabled {
    opacity: .3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring .3s;
    animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring .3s;
    animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0 10px -8px #656565;
    box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0 10px -8px #656565;
    box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@media screen and (min-width:800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}

@media screen and (max-width:599px) {
    .carr {
        font-size: 16px !important;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #006699;
    background: #006699;
    opacity: .95;
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica,Arial,sans-serif;
}



.bilgi {
    font-size: 10px !important;
    min-height: 100px;
    vertical-align: middle;
}

.back {
    background: #ddd;
    color: #656565 !important;
    font-size: 18px;
    text-align: center;
}

/* nt-example1 */

#nt-example1 {
    max-width: 620px;
    margin: auto;
}

#nt-example1-container {
    text-align: center;
}

    #nt-example1-container i {
        font-size: 36px;
        margin: 8px;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        #nt-example1-container i:hover {
            color: #333;
        }

#nt-example1 li {
    overflow: hidden;
    height: 40px;
    line-height: 30px;
    list-style: none;
    font-size: 15px;
    text-align: left;
}

i.giris-ikon {
    color: #ffd800;
    padding: 20px;
}

.icon {
    position: relative !important;
    margin: 0 auto;
    text-align: center;
}

.basliklar {
    font-size: 30px;
    text-align: center;
}

.icc {
    margin-top: 20px;
}

.dss {
    margin-bottom: 20px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect:hover .overlay {
        background-color: rgba(170,170,170,0.4);
        cursor: pointer;
    }

    .hovereffect h2, .hovereffect img {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .hovereffect:hover img {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        margin: 50px 0 0 0;
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        font-weight: normal;
        height: 85%;
        width: 85%;
        position: absolute;
        top: -20%;
        left: 8%;
        padding: 70px;
    }

    .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: rgba(0,0,0,0.4);
    }

.bilgi {
    border-top: 1px solid #f5f5f5;
    text-align: center;
}

.ar {
    text-align: right;
}

.iletisim .form-alan h3 {
    margin-bottom: 40px;
}

.frm.iletisim-form {
}

.frm .formlar {
    position: relative;
    margin-bottom: 25px;
}

    .frm .formlar .icon {
        position: absolute;
        right: 28px;
        top: 16px;
        height: 50px;
        color: #6fcbe0;
        font-size: 16px;
    }

.frm input[type="text"],
.frm input[type="email"],
.frm input[type="password"],
.frm select,
.frm textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #cccccc;
    padding: 10px 25px;
    background: #ffffff;
    color: #010101;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.frm textarea {
    height: 160px;
    resize: none;
    font-size: 14px;
    background: #ffffff;
}

    .frm input:focus,
    .frm select:focus,
    .frm textarea:focus {
        border-color: #6fcbe0;
    }

.iletisim {
    background: #284365;
}



.ikon {
    background: #3cadee;
    color: #FFF;
    text-align: center;
    min-width: 40px;
    padding: 12px 0;
    margin-right: 15px;
    border-radius: 4px;
}



.line {
    border-bottom: 1px solid #3cadee;
}

.sosyalikon {
    text-align: center;
}

    .sosyalikon li {
        background: #3cadee;
        color: #FFF;
        text-align: center;
        min-width: 40px;
        padding: 6px;
        margin-right: 15px;
        border-radius: 4px;
        float: left;
        list-style-type: none;
    }

        .sosyalikon li a {
            background: #3cadee;
            color: #FFF;
        }


.iletisimikon {
    margin-top: -10px;
}

    .iletisimikon li {
        list-style-type: none;
        line-height: 60px;
        border-bottom: 1px solid #f5f5f5;
    }

.ilt {
    background: #6fcbe0;
    color: #FFF;
    border-radius: 4px;
    padding: 15px;
    min-width: 50px;
    text-align: center;
    margin-right: 15px;
}

.isim {
    font-size: 13px !important;
}


.mmm {
    background: #f9f9f9;
}

.katalog {
    color: #ff0000;
    position: relative;
}

.katalog1 {
    color: #ff0000;
    font-size: 30px !important;
    position: relative;
    margin-top: -100px;
}

.frmlogo {
    margin-top: -60px;
    width: 120px;
}

.pad-on {
    padding: 20px 0 5px 0;
    border-bottom: 1px solid #006699;
}





.thumbnail-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.thumbnail-wrap:hover .back {
    opacity: 1;
    backface-visibility: visible;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.thumbnail-wrap:hover .front {
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.flipper .front, .flipper .back {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.flipper .front {
    backface-visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.flipper .back {
    backface-visibility: hidden;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: rotateY(160deg);
    -webkit-transform: rotateY(160deg);
    -ms-transform: rotateY(160deg);
    -moz-transform: rotateY(160deg);
    -o-transform: rotateY(160deg);
}

.thumbnail-img {
    position: relative;
}

.thumbnail-wrap .thumbnail-img {
    overflow: hidden;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: auto;
}

.thumbnail-wrap .thumbnail-conten {
    backface-visibility: hidden;
    bottom: 0;
    height: auto;
    position: absolute;
    opacity: 0;
    top: auto;
    width: 100%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -moz-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -o-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
    -ms-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
}

.thumbnail-wrap:hover .thumbnail-conten {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s, opacity 0.1s ease 0s;
}




.lgg {
    margin-top: -70px;
}

@media screen and (max-width:599px) {
    .logo {
        margin-top: 0px;
    }

    .dilmenu {
        display: block;
        height: 10px;
        margin-top: 10px;
    }

    .anamenu {
        margin-top: -75px;
        margin-right: 0;
    }

    .menum {
        height: 105px;
        border-bottom: 1px solid #E17A4F;
    }

    .ikon {
        background: #3cadee;
        color: #FFF;
        text-align: center;
        min-width: 25px;
        padding: 5px;
        margin-right: 5px;
        border-radius: 4px;
    }

    .altalan-bg .adresler li {
        position: relative;
        margin-bottom: 12px;
        list-style-type: none;
        color: #000;
    }

        .altalan-bg .adresler li a {
            position: relative;
            display: block;
            font-size: 13px;
            line-height: 20px;
            color: rgba(62,62,62, 1) !important;
        }

            .altalan-bg .adresler li a:hover {
                color: #006699 !important;
            }

    .altalan-bg .urunler-bilgi li {
        position: relative;
        margin-bottom: 12px;
        list-style-type: none;
        color: #000;
    }

        .altalan-bg .urunler-bilgi li a {
            position: relative;
            display: block;
            font-size: 13px;
            line-height: 20px;
            color: rgba(62,62,62, 1) !important;
        }

            .altalan-bg .urunler-bilgi li a:hover {
                color: #006699 !important;
            }


    .mbl_gzl, .adrs {
        display: none;
    }

    .frmlogo {
        padding: 15px 0 5px 0;
        margin:0;
    }

    .bilgi {
        min-height: 40px;
        font-size:25px !important;
    }

    .page-header {
        padding-bottom: 5px;
        margin: 10px 0px;
        border-bottom: 1px solid #eee;
    }
    h2
    {
        font-size:20px !important;
    }
}


.addrs
{
    margin-left:55px;
    margin-top:-47px;
}

.addrs1
{
    margin-left:65px;
    margin-top:-52px;
    line-height:30px!important;
}

.ckk
{
    background:#006699;
    color:#FFF;
    padding:15px 0;
    position:fixed;
    font-size:13px;
    width:100%;
    bottom:0;
    z-index:99999;
    line-height:1.7em;
}

.ckk a
{
    color:#f8f8f8!important;
}

.ckk a:hover
{
    color:#336699;
}



</pre></body></html>