﻿body {
    overflow-x: hidden;
    font-family: 'Nunito Sans', sans-serif !important;
}

.mobile-navigation {
    display: none;
}

.btn-red {
    background: #eb4f0c !important;
    border: none !important;
    color: #fff !important;
    transition: .5s;
    font-weight: bold;
}

.btn-brown {
    background: #b97232 !important;
    border: none !important;
    color: #fff !important;
    transition: .5s;
    font-weight: bold;
}

.btn-blue {
    background: #008fd2 !important;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
    transition: .5s;
}

    .btn-blue:hover, .btn-red:hover, .btn-brown:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.text-brown {
    color: #b97232 !important;
}

.text-blue {
    color: #008fd2;
}

.text-red {
    color: #eb4f0c;
}

.bg-brown {
    background: #b87332 !important;
}

.wrap {
    max-width: 1280px;
    margin: auto;
}

.wrap2 {
    max-width: 768px;
    margin: auto;
}

a {
    text-decoration: none !important;
}

.top {
    background: #b87332;
    height: 50px;
}

    .top nav a {
        color: #fff;
        line-height: 0;
        padding: 14px 30px;
        float: left;
        height: 50px;
        text-align: center;
        transition: .4s;
    }

        .top nav a:hover {
            background: #9e622b;
        }

        .top nav a img {
            height: 25px;
            margin-right: 5px;
        }

.top_nav_active {
    background: #9e622b;
}

.burger_menu {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #00abed;
    transition: .5s;
    text-align: center;
    line-height: 40px;
}

.burger_menu2 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eb4f0c;
    transition: .5s;
    text-align: center;
    line-height: 40px;
}

.burger_menu3 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #b87332;
    text-align: center;
    transition: .5s;
    line-height: 40px;
}

    .burger_menu:hover, .burger_menu2:hover, .burger_menu3:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.navigation_logo nav a {
    float: left;
    line-height: 40px;
    padding-right: 40px;
    font-size: 17px;
    color: #4a4a4a;
}

    .navigation_logo nav a:hover {
        text-shadow: 1px 0 #cacaca;
    }

.search-modal .form-control {
    height: 55px;
}

.search-modal button {
    padding: .375rem 1.4rem !important;
}

.homeBlog figure {
    overflow: hidden;
}

.homeBlog .tag {
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 10px;
    background: #eb4f0c;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
}

.g-baslik {
    color: #008fd2;
    font-size: 22px;
    font-weight: 700;
}

.author-thumb {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
}

    .author-thumb img {
        max-height: 35px;
    }

.author-name {
    font-weight: 800;
    font-size: 14px;
    position: relative;
    top: -6px;
    color: #000 !important;
}

.author-date {
    font-weight: 700;
    opacity: .6;
    font-size: 14px;
    position: relative;
    color: #000 !important;
    top: -6px;
}

.page-link {
    border: none !important;
    font-size: 20px;
    margin: 0 5px;
    color: #4a4a4a;
    font-weight: 600;
    width: 40px;
    text-align: center;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #f1f1f1 !important;
    border-radius: 100%;
    color: #4a4a4a;
}

.page-link:hover {
    z-index: 2;
    background-color: #f1f1f1 !important;
    border-radius: 100%;
    color: #4a4a4a;
}

.pagi-next .page-link {
    background-color: #00abed !important;
    border-radius: 100%;
    z-index: 5;
    color: #fff !important;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
}

.homeBlogCategoryThumb .text-dark {
    font-size: 13px;
    line-height: 3px;
}

.homeBlogCategoryThumb .text-blue {
    line-height: 18px;
}

.homeBlogCategoryThumb small {
    font-size: 12px;
    opacity: .4;
    color: #000;
    font-weight: 700;
}

.homeBlogCategoryThumb figure {
    overflow: hidden;
}

.homeBlogCategoryThumb {
    transition: .5s;
}

    .homeBlogCategoryThumb:hover {
        opacity: .5;
    }

.emailing {
    background: repeat url(/img/dots.png);
}

/* Important stuff */
ul.dropdown {
    display: none;
    position: absolute;
    right: 22px;
    top: 24px;
    margin-top: .5em;
    width: 200px;
    border: 1px solid rgba(0,0,0,.15);
    padding: 0;
    border-radius: 4px;
    z-index: 5;
    background: #fff;
    padding: 10px;
}

    ul.dropdown li {
        list-style-type: none;
        width: 100%;
        float: left;
        transition: .5s;
    }

        ul.dropdown li:hover {
            padding-left: 5px;
        }

        ul.dropdown li a {
            text-decoration: none;
            display: block;
            font-size: 15px !important;
        }

.area {
    padding-top: 20px;
    transition: .5s;
}

    .area:hover {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }

.emailing .form-control {
    height: 60px;
    background: #e8e4d9;
}

.emailing .btn {
    height: 60px;
    padding: 10px;
}

.emailing p {
    color: #999999;
    font-size: 18px;
}

.wrap-s {
    max-width: 600px;
    margin: auto;
}

.emailing nav a {
    padding: 0 20px;
}

.footer nav a {
    padding: 0 20px;
    transition: .5s;
    color: #f8f9fa !important;
}

    .footer nav a:hover {
        text-shadow: 1px 0 #cacaca;
    }

.iletisim-bilgileri a {
    transition: .5s;
}

    .iletisim-bilgileri a:hover {
        text-shadow: 1px 0 #cacaca;
    }

.modalNav a {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    transition: .5s;
    padding: 20px 0;
}

    .modalNav a:hover {
        text-shadow: 1px 0 #cacaca;
    }

.category_menu {
    display: none;
}

    .category_menu a {
        font-size: 20px;
        color: #333;
        float: left;
        padding: 15px 0;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
    }

.rotate {
    transform: rotateX(180deg);
    position: relative !important;
    top: 6px !important;
}

.where {
    width: 100%;
    background: #00abed;
    line-height: 50px;
}

    .where a {
        color: #fff;
    }

.where2 {
    width: 100%;
    background: #eb4f0c;
    line-height: 50px;
    padding: 4px 12px;
}

    .where2 h4 {
        color: #fff;
        margin-bottom: 0;
        line-height: 50px;
    }

    .where2 .btn {
        padding: 4px 10px !important;
        color: #b87332;
        font-weight: 600;
        font-size: 14px;
    }

.tag2 {
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    padding: 8px;
    width: 180px;
    text-align: center;
    background: #eb4f0c;
    color: #fff;
}

.blog-detay p {
    font-size: 18px !important;
    line-height: 27px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    color: #333333 !important;
    margin-bottom: 1rem !important
}

.blog-detay ul {
    list-style: disc !important;
    padding-left: 20px !important;
    line-height: 27px !important;
    color: #333333 !important;
}

.blog-detay span {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 18px !important;
    color: #333333 !important;
}

.blog-detay li {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 18px !important;
    list-style: disc !important;
    white-space: inherit !important;
}

.sm-paylas {
    border-top: 1px dashed #cacaca;
    border-bottom: 1px dashed #cacaca;
    padding: 15px 0;
}

.sm-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #cacaca;
    color: #fff;
    border-radius: 100%;
}

.sm-paylas nav a {
    float: left;
    padding: 0 10px;
}

.yazar-box {
    background: #f2f2f2;
    border-right: 4px solid #00abed;
    overflow: hidden;
    transition: .5s;
}

.authors .yazar-box:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.yazar-info {
    background: #f2f2f2;
}

.yazar-box h4 {
    font-size: 20px;
    margin-bottom: 1px;
}

.yazar-box p {
    font-size: 15px;
    letter-spacing: -.50px;
}

.yazar-info p {
    color: #666666;
    font-size: 15px;
}

.yazar-box table td:first-child {
    width: 160px;
}

.yazar-yazilari .yazar-info small {
    color: #999999;
}

.yazar-yazilari .yazar-info p {
    color: #333333;
    font-weight: 600;
}

.sm-links a {
    transition: .5s;
}

    .sm-links a:hover {
        opacity: .6;
    }

.emailing-header {
    font-size: 1.75rem !important;
    color: #eb4f0c !important;
}

/* Dropdown Menu */

.nav-container {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.35);
    padding: 1em;
    border: 1px solid #eee;
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

ul,
li {
    list-style: none;
    -webkit-padding-start: 0;
}

.categories a {
    text-decoration: none !important;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.categories .nav-item {
    padding: 1em 30px;
    display: inline;
    width: 100%;
}

.categories .nav-item-dropdown {
    position: relative;
}

    .categories .nav-item-dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
    }

.dropdown-trigger {
    position: relative;
}

    .dropdown-trigger:focus + .dropdown-menu {
        display: block;
        opacity: 1;
    }

    .dropdown-trigger::after {
        content: "›";
        position: absolute;
        color: #333;
        font-size: 22px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: -5px;
        right: -15px;
    }

.dropdown-menu {
    background-color: #fff;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 2.5rem;
    right: -10px;
    left: 25px;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    width: 250px;
}

    .dropdown-menu a {
        color: #666666;
    }

.dropdown-menu-item {
    cursor: pointer;
    padding: 1em;
    text-align: left;
}

    .dropdown-menu-item:hover {
        font-weight: bold;
        color: #eb4f0c !important;
        border-right: 4px solid #eb4f0c;
    }

/* Dropdown Menu */

