.padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

a,
a:hover {
    text-decoration: none;
}

.lato {
    font-family: 'Lato', sans-serif;
}

html {
    height: 100%;
}

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252427+35,191a1d+100 */
    background: #262729;
    /* Old browsers */
    background-image: url("../images/bodybg.png");
    background-size: 100% 906px;
    background-repeat: no-repeat;
    height: 100%;


}

.header {
    background-color: rgba(175, 61, 85, 0.7);
    background: rgba(175, 61, 85, 0.7);
    color: rgba(175, 61, 85, 0.9);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-light {
    background: none !important;
    opacity: 1 !important;
}

.light {
    font-weight: lighter;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #d7e542;
}

.logo {
    top: 15px;
}

.regular {
    font-weight: 500;
}

.content {
    margin-top: 80px;
}

.yazianasayfa {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #e1eff6;
    margin-top: 14px;

}

.buton .btn {
    font-family: 'Open Sans', sans-serif;
    color: #fdef10;
    font-size: 25px;
    background: none;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-top: 25px;
}

.buton .btn i {
    color: #fff;
    margin-right: 10px;
}

.cizgi {
    margin-top: 40px;
    margin-bottom: 40px;
}

.yazibaslik h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #e1eff6;
    margin-top: 0px;
}

.reklam {
    background: rgba(24, 25, 28, 0);
    background: -moz-linear-gradient(top, rgba(24, 25, 28, 0) 0%, rgba(25, 26, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24, 25, 28, 0)), color-stop(100%, rgba(25, 26, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(24, 25, 28, 0) 0%, rgba(25, 26, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(24, 25, 28, 0) 0%, rgba(25, 26, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(24, 25, 28, 0) 0%, rgba(25, 26, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(24, 25, 28, 0) 0%, rgba(25, 26, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18191c', endColorstr='#191a1d', GradientType=0);
    padding: 10px;
    min-height: 800px;
}

.reklamic {
    border: 1px solid #adad2d;
    text-align: center;
    height: 900px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    padding-top: 40px;
}

.content {
    padding-left: 0px;
    padding-right: 0px;
    background: rgba(38, 39, 42, 0);
    background: -moz-linear-gradient(top, rgba(38, 39, 42, 0) 34%, rgba(38, 39, 42, 0.2) 47%, rgba(25, 26, 29, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(34%, rgba(38, 39, 42, 0)), color-stop(47%, rgba(38, 39, 42, 0.2)), color-stop(100%, rgba(25, 26, 29, 1)));
    background: -webkit-linear-gradient(top, rgba(38, 39, 42, 0) 34%, rgba(38, 39, 42, 0.2) 47%, rgba(25, 26, 29, 1) 100%);
    background: -o-linear-gradient(top, rgba(38, 39, 42, 0) 34%, rgba(38, 39, 42, 0.2) 47%, rgba(25, 26, 29, 1) 100%);
    background: -ms-linear-gradient(top, rgba(38, 39, 42, 0) 34%, rgba(38, 39, 42, 0.2) 47%, rgba(25, 26, 29, 1) 100%);
    background: linear-gradient(to bottom, rgba(38, 39, 42, 0) 34%, rgba(38, 39, 42, 0.2) 47%, rgba(25, 26, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26272a', endColorstr='#191a1d', GradientType=0);
    ;
}

.footer {
    border-top: 1px solid #fff;

    background-color: #191a1d;
    padding-bottom: 15px;
}

.footerresim {
    margin-top: -85px;
}

.footerlinkler {
    margin-top: 15px;
}

.footerlinkler a {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 50px;

}

.copright {
    color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;

}

.cevrimici {
    position: fixed;
    right: 0px;
    bottom: 200px;
    z-index: 9999;
    width: 280px;
}

.cevrimici .isim {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.cevrimici .gorev {
    border: 1px solid #ccc;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cevrimici .gorev span {
    color: #e8fd58;
}

.yukaribtn {
    border: 1px solid #ecfd30;
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 150px;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    padding-left: 13px;
    padding-top: 8px;
    height: 40px;
    font-family: 'Lato', sans-serif;
    background-color: #191a1d;

}

.yukaribtn img {
    width: 50px;
    height: 50px;
    float: right;
    background-color: #191a1d;
    margin-top: -13px;
    margin-right: -5px;
    border-radius: 100%;
}

.input-file-container {
    position: relative;
    width: 300px;
    margin-left: 100px;
    margin-top: 70px;
}

.input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: none;
    border: 1px solid #bfc6cb;
    border-radius: 30px;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
    padding-left: 100px;
    color: #fdef10;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

.input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

.input-file:hover+.input-file-trigger,
.input-file:focus+.input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
    background: #34495E;
    color: #39D2B4;
}

.file-return {
    margin: 0;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}

.dosyayukleust {
    border: 1px solid #bfc6cb;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262628+0,262628+100&1+0,0.01+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#262628+80,262628+100&1+0,0.01+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(38, 38, 40, 1) 0%, rgba(38, 38, 40, 0.21) 80%, rgba(38, 38, 40, 0.01) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(38, 38, 40, 1) 0%, rgba(38, 38, 40, 0.21) 80%, rgba(38, 38, 40, 0.01) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(38, 38, 40, 1) 0%, rgba(38, 38, 40, 0.21) 80%, rgba(38, 38, 40, 0.01) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262628', endColorstr='#03262628', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding-bottom: 100px;
}

.input-file-container img {
    position: absolute;
    left: -17px;
    top: -10px;


}

.dosyayuklebtndis {
    position: absolute;
    z-index: 9999;
    margin-top: -20px;
}

.dosyayuklebtn {
    background-color: #1e1f22;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #bfc6cb;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fdef10;
    font-family: 'Open Sans', sans-serif;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 80px;


}

.dosyayuklebtn img {
    position: absolute;
    width: 80px;
    background-color: #1e1f22;
    border-radius: 100%;
    margin-right: -5px;
    margin-top: -55px;
    margin-left: 70px;
}

.ortareklam {
    margin-top: 100px;
}

.kahvenasilolsun {
    margin-top: -52px;
}

.kahvenasilolsun span {
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    background-color: #1e1f22;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.kahvenasilbloklar {
    border: 1px solid #bfc6cb;
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.kahvenasilbloklar img {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 45px;


}

.kahvenasilbloklar p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.geridonBtn {
    margin-top: 30px;
}

.geridonBtn a {
    background-color: #843446;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 20px;
    font-weight: 700;
}

.geridonBtn a i {
    margin-right: 15px;
}

.hazirlaniyordis p {
    color: #a0a6ae;
    font-size: 22px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.hazirlaniyoraltlogo {
    margin-top: -40px;
}

.hazirlaniyoraltlogo img {
    background-color: #191a1d;
    border-radius: 15px;
}

.iletisim {
    margin-top: 30px;
}

.iletisim label {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.sitelogosu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
}

.tarihifincan {
    width: 100%;
    margin-top: 30px;
    margin-left: 70px
}

.fb-comments span {
    background-color: #fff !important;
}

@media screen and (max-width: 767px) {
    .padding-left-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .padding-right-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .reklam {
        height: auto;
        min-height: 0px !important;
        margin-bottom: 50px;
    }

    .reklamic {
        border: none;
        text-align: center;
        height: auto;
        padding-top: 0px !important;
    }

    .footerresim {
        margin-top: 0px;
    }

    .content {
        margin-top: 15px !important;
    }

    .sitelogosu {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 120px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-left: 0px !important;
    }

    .kahveresmitk {
        position: relative;
        width: 96%;
        margin-left: 16px;
        margin-top: 70px;
    }

    .tarihifincan {
        margin-left: 0px !important;
    }

}

.comment_post h3 {
    font-weight: bold;
    font-size: 20px;
}

.post-content {
    overflow: hidden;
    padding: 5px;
    border: solid 1px #e0dadc;
    margin-bottom: 10px;
    font-size: 15px;
}

.avatar {
    float: left;
    margin-right: 10px;
}

.avatar img {
    border-radius: 50%;
}

.post-message p {
    margin: 0;
}

.post-top a {
    color: black;
    font-weight: bold;
}

#buton-click {
    position: relative;
    display: inline-block
}

.g {
    height: 38px;
    width: 100%;
    position: absolute;
    top: 0
}

/* Hamburger buton */
.hamburger {
    /* position: fixed; */
    top: 42px;
    right: 22px;
    z-index: 1001;
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}

.hamburger span {
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
}

/* MenÃƒÆ’Ã‚Â¼ paneli */
.menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #f3f3f3;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 9999;
    padding: 20px;
}

.menu.active {
    right: 0;
}

/* Saydam arka plan */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
}

.overlay.active {
    display: block;
}

/* Kapat (X) butonu */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding-bottom: 1px;
    line-height: 17px;
    font-weight: 300;
}

.menu ul {
    margin-top: 60px;
    padding: 0;
    list-style: none;
}

.menu ul li {
    margin: 10px 0;
}

.menu ul li a {
    text-decoration: none;
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.menu ul li a:hover {
    color: #af3d55;
    transition: all 0.3s ease;
    padding-left: 10px;
}

img.sitelogosu {
    width: 180px;
}

.head {
    margin-left: 20px;
}

.head a {
    color: #f0d736;
    font-size: 17px;
}

@media (max-width: 991px) {
    img.sitelogosu {
        width: 110px;
    }

    .header {
        padding-left: 0px;
        padding-right: 0px;
        height: 97px;
        display: flex;
        align-items: center;
    }

}