﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

section {
    display: block;
}

.arkaplan {
    margin-top: 15px;
    position: relative;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

ul, li {
    list-style-type: none;
}

figure {
    overflow: hidden;
}

    figure a {
        display: block;
    }

        figure a img {
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        figure a:hover img {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -o-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }


.orta_blok {
    background: #f8f8f8;
}

.iletisimalt {
    background: rgba(0, 0, 0, 0.80);
    min-height: 200px;

}

.altbilgi {
    background: rgba(86, 136, 170, 0.50);
    padding:15px 0;
}

.altbilgi {
    color: #3b3b3b;
    text-align: center;
    
}






.adresler {
    text-align: center;
    font-size: 20px;
    display: block;
}

.adresler1 {
    text-align: center;
    font-size: 14px;
    display: block;
    color: #FFF;
    margin-bottom:15px;
}

    .adresler1 a {
        color: #FFF;
    }

        .adresler1 a:hover {
            color: #000;
            text-decoration: none;
        }

.adresler1 li {
    padding-top:15px;
}

.adresler2
{
    background:#de1313;

}

.ikonlar {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 14px 20px;
    margin-top: 30px;
    font-size: 24px;
    text-align:center;
}

.sosyalikon {
    color: #FFF;
    padding: 22px;
    margin: 20px 0;
    font-size: 24px;
    background: #006699;
}

.cop {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 11px;
    background: #006699;
    color: #ffffff;
}


.scroll-to-top {
    position: fixed;
    bottom: 6px;
    right: 6px;
    width: 60px;
    height: 60px;
    color: #FFF;
    background: #de1313;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

    .scroll-to-top:hover {
        background-color: #000;
        color: #FFF;
    }

.fa-ikon {
    margin-right: 15px;
    width: 30px;
    border-right: 1px solid #eee;
}

.slayt {
    margin: -25px 0px;
}

.logo {
    position: absolute;
    margin-top: -31px;
}

.sosyal_medya_ust {
    float: right;
    padding:10px 0;
}


.facebook {
    padding: 25px 30px;
}

.twitter {
    padding: 25px;
}

.instagram {
    padding: 25px;
}

@media (max-width: 768px) {
    .slayt {
        display: none;
    }

    .logo {
        width: 300px;
        height: auto;
        margin-top: -20px;
    }

    .adresler1 ul > li {
    }
}

@media (max-width: 768px) {

    .navbar-brand {
        float: left;
        padding: 1px 15px;
        font-size: 18px;
        line-height: 20px;
        width: 250px;
        margin-top:1px;
    }

    .scroll-to-top {
        display:none;
    }

    
}

.ckk {
    background: #000;
    color: #FFF;
    padding: 15px 0;
    position: fixed;
    font-size: 15px;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    line-height:1.7em;
}

    .ckk a {
        color: #FFF !important;
    }

        .ckk a:hover {
            color: #0094ff !important;
        }
