﻿

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('font-awesome.css');
@import url('../font/flaticon.css');
@import url('animate.css');

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
} 
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #5f5f5f;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.logo_sml
{
    width:200px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #00b8fe;
}

    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.8em;
}



p {
    position: relative;
    line-height: 2em;
}

.strike-through {
    text-decoration: line-through;
}

.hzmt
{
    margin-bottom:15px;
}

.pd15{
    padding:15px;
}

.sayfa {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}





.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.GIF);
}



.uste-git {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background: #00b8fe;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

    .uste-git:hover {
        background: #ffffff;
        color: #13569e;
    }


.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;
}

.anamenu-scrol {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #00b8fe;
    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 .logo {
        padding:10px 0;
    }

    .anamenu-scrol.now-visible {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }



.ustalan .ustte {
    position: relative;
    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;
        text-align:center;
        padding:15px 0;
    }

        .ustalan .ustte .info-col .icn {
            color:#00b8fe;
        }

        .ustalan .ustte .info-col .icn-alt a {
            color:#5f5f5f;
        }



.ustalan .altta {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #13569e;
    z-index: 5;
}

.urunler-bilgi > ul > li {
            margin-left:15px;
        }


.urunler-bilgi > ul > li > a:before {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            margin-left:-15px;
            top: 3px;
            height: 20px;
            display: block;
            line-height: 20px;
            font-size: 16px;
            text-align: center;
            z-index: 5;
        }

.anamenu {
    position: relative;
}

    .anamenu .navbar-collapse {
        padding: 0px;
    }

    .anamenu .navbr {
        position: relative;
        margin: 0px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
    }

        .anamenu .navbr > li {
            position: relative;
            float: left;
            padding: 0px;

        }

.anamenu-scrol .anamenu .navbr > li {
    margin-right: 0px;

}

.anamenu .navbr > li > a {
    position: relative;
    display: block;
    padding: 15px 25px;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    font-family: 'Lato', 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 > li > a:hover {
    background:#00b8fe;
    color:#FFF;
}
.anamenu-scrol .anamenu .navbr > li > a {
    color: #2a2a2a;
    padding: 25px;
    text-align:center;
}

.anamenu .navbr > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 8px;
    top: 14px;
    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 > li.dropdown > a:before {
    top: 24px;
}



.anamenu .navbr > li.dropdown.share > a:before {
    display: none;
}

.anamenu .navbr > li:hover > a,
.anamenu .navbr > li.current > a,
.anamenu .navbr > li.current-menu-item > a {
    color:#FFF;
    border-color: #00b8fe;
    opacity: 1;
}

    .anamenu .navbr > li:hover > a:after {
        opacity: 1;
    }

.anamenu .navbr > li.dropdown:hover > a:after {
    color: #f5f5f5;
}

.anamenu .navbr > li > ul {
    position: absolute;
    left: 0px;
    top: 150%;
    width: 200px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #00b8fe;
    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 > li > ul > li {
        position: relative;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.50);
    }

        .anamenu .navbr > li > ul > li > a {
            position: relative;
            display: block;
            padding: 8px 15px 8px 15px;
            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 > li > ul > li:hover > a {
            background:#13569e;
            color:#FFF;
        }

        .anamenu .navbr > li > ul > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 10px;
            top: 10px;
            width: 10px;
            height: 20px;
            display: block;
            color: #ffffff;
            line-height: 20px;
            font-size: 16px;
            text-align: center;
            z-index: 5;
        }

        .anamenu .navbr > li > ul > li.dropdown:hover > a:after {
            color: #FFF;
        }

        .anamenu .navbr > li > ul > li > ul {
            position: absolute;
            left: 120%;
            top: 0px;
            width: 200px;
            padding: 0px;
            z-index: 100;
            display: none;
            background: #00b8fe;
        }

            .anamenu .navbr > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.20);
            }

                .anamenu .navbr > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 8px 15px 8px 15px;
                    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 > li > ul > li > ul > li:hover > a {
                    color: #13569e;
                }

.anamenu .navbr > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.anamenu .navbr li > ul > li.dropdown:hover > 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;
}

.anamenu .navbar-collapse > ul li.dropdown .buton {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 30px;
    color:#FFF;
    cursor: pointer;
    z-index: 5;
    display: none;
}



.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: #ffffff;
    background:url(../img/bg.jpg) right bottom no-repeat
}

    .altalan p {
        line-height: 2.2em;
        margin-bottom: 20px;
    }

    .altalan .altalan-bg {
        position: relative;
        padding: 50px 0px 0px;
        color: #000;
        background: rgba(19, 86, 158, 0.10);
        line-height: 2em;
    }

        .altalan .altalan-bg .column {
            position: relative;
            margin-bottom: 30px;
        }

.altalan-bg .column h2 {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    padding: 0px 0px 18px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #13569e;
}

    .altalan-bg .column h2:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,0.50);
        margin:0 auto;
    }

.altalan .alt-bilgi {
    font-size: 14px;
}

.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;
}

    .altalan-bg .urunler-bilgi li a {
        position: relative;
        display: block;
        font-size: 14px;
        color: #13569e;
        line-height: 24px;
    }

        .altalan-bg .kurums li a:hover {
            color: #00b8fe;
        }


        .altalan-bg .kurums li {
    position: relative;
    margin-bottom: 12px;
}

    .altalan-bg .kurums li a {
        position: relative;
        display: block;
        font-size: 14px;
        color: #13569e;
    }

        .altalan-bg .urunler-bilgi li a:hover {
            color: #00b8fe;
        }

        

.altalan .sosyal-medya a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
    color: #FFF;
    padding:15px 20px;
    background:#00b8fe;
    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;
    border-radius:7px;
}

    .altalan .sosyal-medya a:hover {
        color: #ffffff;
        background: #13569e;
    }


.alt-copy {
    position: relative;
    background: #3b5998;
    padding: 10px 0px;
    font-size: 13px;

}

    .alt-copy .copyright {
        position: relative;
        line-height: 20px;
        padding: 5px 0px;
    }

        .alt-copy .copyright a {
            position: relative;
            color: #c0d2e5;
        }

        .alt-copy .copyright strong {
            font-weight: 400;
            color: #c0d2e5;
        }






.bilgi-kalip {
    position: relative;
    background: #ffffff;
    padding: 20px 0px 30px;
}




.kategori-baslik {
    position: relative;
    padding: 50px 0px 30px;
    margin-bottom:15px;
    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: 'Lato', 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;
    background-color: #000;
}

.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 {
    color: #00aeff !important;
    line-height:1em;
    padding:10px 0;
}

.overlay .text h3 {
    font-size:16px;
    color: #FFF !important;
    border-top:1px solid #55be2b;
    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;
    }
}

#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95;
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica,Arial,sans-serif;
}

.right
{
    float:right !important;
    margin-top:-30px;
}

.right-col
{
    float:right !important;
}

.bilgi
{
    line-height:60px;
}
.ikon
{
    padding:10px;
    font-size:20px;
}

.back
{
    background:#ddd;
    color:#656565 !important;
    font-size:18px;
    text-align:center;
}

.krmsl
{
    background:#f9f9f9;
    border:1px solid #DDD; 
    padding:15px;
}

.resim
{
    margin:-15px;
    right:0;
}

/* 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;
}

.hiz
{
    margin:15px 0;
    text-align:center;
}

.servis
{
    background:#13569e;
    color:#FFF;
}


.servis .resim
{
    margin-top:0px;
    position:relative;
}

.servis
{
    background-color: #13569e;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../img/service2.jpg);

}

.servis .form1
{
    background:#13569e;
}

.hiz .caption
{
    margin-top:15px;
}

.bslk
{
    text-align:center;
}

.form-alan {
   margin-top:30px;
}

.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;
    }

    .iletisimikon {
    margin-top: -10px;
}

    .iletisimikon li {
        list-style-type: none;
        line-height: 60px;
        border-bottom: 1px solid #f5f5f5;
    }

.ilt {
    background: #00b8fe;
    color: #FFF;
    border-radius: 4px;
    padding: 15px;
    min-width: 50px;
    text-align: center;
    margin-right: 15px;
}

.iletisim
{
    margin:20px 0;
}

.mapps
{
    background:#f5f5f5;
}

.contac
{
    background:rgba(255,255,255,0.20);
    padding:30px 0;
}

.watsappp{
    width:100%;
    position:relative;
    background:#1bb61a;
    color:#FFF;
    padding:15px 10px;
    z-index:99;
    margin:15px 0 0 0;
    font-size:large;
    display:none;
}

.watsappp a{
    color:#FFF;
}

.watsappp a:hover{
    color:rgba(255, 255, 255, 0.49);
}


.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;
}

.crc
{
    padding:15px 0;
}
.crc li
{
    list-style-type:disc;
    margin-left:15px;
}



.sct {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.sct:hover .image {
  opacity: 0.3;
}

.sct:hover .middle {
  opacity: 1;
}

.text {
  background-color: #00b8fe;
  color: white;
  font-size: 30px;
  padding: 32px;
  border-radius:4px;
}

.ckk
{
    background:#006699;
    color:#FFF;
    padding:15px 0;
    position:fixed;
    font-size:13px;
    width:100%;
    bottom:0;
    z-index:99999;
}

.ckk a
{
    color:#FFF !important;
}

.ckk a:hover
{
    color:#336699;
}