﻿




* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    background-color: var(--r_beyaz);
    color: var(--r_kurumsal);
    font-family: var(--f_kurumsal);
    font-weight: normal;
    font-size: 12px;
    line-height: 1.8em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box !important;
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.padding0 {
    padding: 0 !important;
}

.margin0 {
    margin: 0;
}

.radius {
    border: 2px solid rgba(255, 255, 255, 0.60);
    border-radius: 100%;
}

.full-width {
    max-width: 1600px;
    width: 99%;
    margin: 0 auto;
}

.parallax-container {
    height: auto !important;
    position:relative !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
}
    .parallax-container .row {
        margin: 0 !important;
        padding: 0 !important;
    }


.yukari_cik_btn {
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    display: none;
    /*width: 60px;
    height: 40px;*/
    width: auto;
    height: auto;
    z-index: 99999999 !important;
    border-radius: 10px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 !important;
    cursor: pointer;
}

    .yukari_cik_btn i {
        font-size: 4em !important;        
    }

.iki_yana_yasla {
    text-align:justify !important;
}


.hr_ozel1 {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top:3px double #85754e;
    color: #85754e;
    text-align: center;
}

    .hr_ozel1:after {
        content: "GAZİANTEP DÜŞÜNCE FORUMU";
        display: inline-block;
        position: relative;
        top: -1em;
        font-size: 2em;
        padding: 10px 1.5em;
        background: white;
        background-color: #fff;
        border:3px double #85754e;
        border-radius:5px;
        text-align:center;
    }
