﻿/* 
    Created on : 26.Tem.2019, 11:31:05
    Author     : Merve
*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;
}

a {
    color: #555;
}

    a:hover {
        text-decoration: none;
        color: #00afd1;
    }

/*Header*/
.header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0;
}

.sticky {
    opacity: .95;
}

.headerTop {
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    color: #888;
    background-color: #fff;
}

    .headerTop a {
        color: #aaa;
    }

.iletisimBilgileri .list-inline-item:not(:last-child) {
    margin-right: 3px;
}

    .iletisimBilgileri .list-inline-item:not(:last-child):after {
        content: "|";
        margin-left: 3px;
    }

.iletisimBilgileri a:hover {
    color: #00afd1;
}

.socialMedia li.list-inline-item {
    margin: 0;
}

.socialMedia li a {
    font-size: 13px;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.socialMedia li:last-child a {
    border-right: 1px solid #f2f2f2;
}

.socialMedia .sFacebook:hover {
    background-color: #507CBE;
    color: #fff;
}

.socialMedia .sTwitter:hover {
    background-color: #63CDF1;
    color: #fff;
}

.tooltip {
    font-size: 12px;
}

.headerBottom {
    background: url(../img/overlay.png) repeat;
    background-color: #444444;
    color: #fff;
}
/*HeaderEnd*/
/*Menü*/
.mobilMenu {
    background-color: #fff;
    padding: 8px 12px;
    float: right
}

    .mobilMenu i {
        vertical-align: middle;
        color: #bbb;
    }

.siteMenu {
    padding: 0;
}

.menu .navbar-nav {
    width: 100%;
}

.menu ul li a {
    padding: 28px 15px 28px 15px;
    color: #999;
    font-size: 14px;
    display: block;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sticky .menu ul li a {
    padding: 20px 15px;
}

.menu ul li a:hover, .menu ul li a.active {
    color: #fff;
    border-color: #fff;
}

.menu ul li {
    position: relative;
    overflow: hidden;
}

.menu > ul > li > a:after {
    position: absolute;
    bottom: 2px;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    width: 5px;
    opacity: 0;
    margin: 0 0 -3px -2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.menu > ul > li > a.active:after {
    opacity: 1;
}
/*MenüEnd*/
.headingBackground {
    position: relative;
    padding: 50px 0;
    background-image: url(../img/iletisim2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .headingBackground:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: rgba(0,0,0,0.35);
    }

.pageHeading {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    margin-bottom: 0;
}

.icerikSayfasi {
    padding: 30px 0;
}

.classic-title {
    margin-bottom: 16px;
    padding-bottom: 13px;
    border-bottom: 1px solid #eee;
    line-height: 22px;
}

    .classic-title span {
        border-bottom: 1px solid #00afd1;
        padding-bottom: 8px;
    }

.uyeButton .btnVeta {
    padding: 10px 55px;
    font-size: 18px;
    margin-top: 5px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
            height: 200px;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                padding: 10px;
                margin: 10px;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px);
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            pointer-events: none;
            background: #ccc;
        }

.footer {
    background-color: #222;
    padding-top: 60px;
    border-top: 4px solid #555;
    color: #ccc;
    font-size: 13px;
}

    .footer .socialMedia li a {
        border-left: 0px;
        color: #fff
    }

    .footer .socialMedia li:last-child a {
        border-right: 0px
    }

.contact-widget {
    background: url(../img/map.png) center bottom no-repeat;
}

.footer-widget {
    margin-bottom: 45px;
}

    .footer-widget h4 {
        color: #eee;
        text-transform: uppercase;
        padding-bottom: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }

        .footer-widget h4 .head-line {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 50px;
            height: 3px;
            background-color: #333;
            margin: 0;
        }

    .footer-widget ul, ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.contact-widget span {
    font-weight: 700;
}

.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

.footer a {
    color: #aaa;
}

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

    .copyright-section p {
        font-size: 11px;
    }

ul.footer-nav {
    float: right;
}

    ul.footer-nav li:first-child {
        margin-left: 0;
    }

    ul.footer-nav li {
        display: inline-block;
        float: left;
        margin-left: 15px;
    }

        ul.footer-nav li a:hover {
            color: #fff;
        }

        ul.footer-nav li a {
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

@media (min-width: 1200px) {
}

@media (max-width: 1199.98px) {
}

@media (min-width: 992px) {
    .siteMenu {
        float: right;
    }

    .mobilMenu {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .headerBottom {
        padding: 15px 0;
    }

    .menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 15px;
        background: url(../img/overlay.png) repeat;
        background-color: #444444;
        ;
        z-index: 9999;
    }

        .menu ul li a, .sticky .menu ul li a {
            padding: 10px;
        }
}

@media (max-width: 767.98px) {
}

@media (max-width:575.98px) {
}
