﻿
:root {
    --mobil-buton-1-background: #3b8608;
    --mobil-buton-1-color: white;
    --mobil-buton-2-background: #674261;
    --mobil-buton-2-color: white;
    --mobil-buton-3-background: #1071b6;
    --mobil-buton-3-color: white;
    --mobil-buton-4-background: #900666;
    --mobil-buton-4-color: white;
    --mobil-buton-5-background: #3f3f3f;
    --mobil-buton-5-color: white;
}

.ls-wrapper .ls-in-out p{
color: rgb(0, 0, 0) !important;
}
.discus-mobil-bottom .col:nth-child(1) a {
    background-color: var(--mobil-buton-1-background);
    color: var(--mobil-buton-1-color);
}

.discus-mobil-bottom .col:nth-child(2) a {
    background-color: var(--mobil-buton-2-background);
    color: var(--mobil-buton-2-color);
}

.discus-mobil-bottom .col:nth-child(3) a {
    background-color: var(--mobil-buton-3-background);
    color: var(--mobil-buton-3-color);
}

.discus-mobil-bottom .col:nth-child(4) a {
    background-color: var(--mobil-buton-4-background);
    color: var(--mobil-buton-4-color);
}

.discus-mobil-bottom .col:nth-child(5) a {
    background-color: var(--mobil-buton-5-background);
    color: var(--mobil-buton-5-color);
}

/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body{
        margin-bottom: 50px;
    }
    .table {
        max-height: calc(100vh - 150px);
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {  }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Example
// Apply styles starting from medium devices and up to extra large devices*/
@media (min-width: 768px) and (max-width: 1199.98px) {  }

    .discus-body{
        padding-top:30px;
        padding-bottom:30px;
    }
    .discus-body .row{
        margin-bottom:30px;
    }
    .discus-body .row:last-child {
        margin-bottom: 0px !important;
    }
   .discus-body .row .col-md-4 {
    padding-bottom: 30px;
}

.discus-social-top {
    background: #fff;
    padding: 0px 0px 0px;
    border-top: 8px solid #03a24e;
    overflow: hidden;
    position: relative;
}
.discus-social-top:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 60%;
    background: #03a24e;
    height: 100%;
    -webkit-transform: skewx(-45deg);
    -ms-transform: skewx(-45deg);
    transform: skewx(25deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.col-md-9.discus-social-header {
    text-align: right;
}
.discus-header {
    background: #ffcb08;
    padding: 5px 0px !important;
}
div.discus-header {
    padding: 0px !important;
}

.discus-footer-bot {
    font-size: 12px;
    background-color: #1b1717;
    padding: 6px 0px;
}

.discus-bg-full {
    padding-top: 20px !important;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
}

.btn-primary {
     color: #fff !important;
    background-color: #f68220 !important;
    border-color: #e06701 !important;
}

.discus-header .btn-outline-secondary {
    color: #939597 !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}
.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
    color: #4c4c4c;
 
}

.discus-card-custom-img {
    width: initial !important;
    max-width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-body {
    padding: 0.5rem !important;
}
.discus-footer-karayel img {
    height: 17px;
}

.discus-footer-logo {
    padding: 0px;
    max-width: 240px;
    max-height: 210px;
}


h2.discus-title {
    margin-bottom: 12px !important;
}

.discus-header .btn-outline-secondary {
    color: #fff;
    background-color: #643523;
    border-color: #643523;
}

a {
    color: #7b7b7b;
}

.breadcrumb-item a {

    font-size:13px;
}

@media (max-width: 767px)
{
.mobilkara {
    position: fixed;
    z-index: -1;
    bottom: 50px;
}
.mobilkara img {
    width: 60%;
    margin: 10px auto;
}
}

.breadcrumb {
     background-color: transparent !important;
}

.jumbotron {
    background-color: #f7f7f7 !important;
}

.table td, .table th {
    border: 1px solid #dee2e6 !important;
}

.table{
    background-color: #f3f2f2;
}

.navik-menu.separate-line > ul > li > a {
    padding: 0 17px;
}


.jumbotron .discus-shadow{
    background-color: #00000085;
    padding: 135px 0px 45px 0px;
}

    /* Siteye göre değiştirilebilecek alanlar */
    .mobile-button {
         height: 100%; 
    }
    a.discus-mobil-buton-title {
        height: 38px;
    }
    
    i.fas.fa-5x {
        color: #095286;
        font-size: 35px;
    }

        i.fab.fa-5x {
        color: #095286;
        font-size: 35px;
    }


    .mobile-button {
        border: 0px solid #fff;
        background: #fff;
    }


    .discus-mobil-6 .mobile-button {
    box-shadow: 0 0 0px 0 rgba(1, 1, 1, .75) !important;
    border-bottom:solid 3px #ffcc00;
    padding-bottom: 0px !important;
}



    .breadcrumb-item span{
        font-size:12px;
    }


    .discus-only-title a.discus-only-link span {
    font-size: 18px !important;
    letter-spacing: 3px !important;
    }
    /* Siteye göre değiştirilebilecek alanlar */



    @media (min-width: 992px) {
    
       .navik-header .logo img {
        max-width: 250px !important;
        max-height: 85px !important;
        height: 70px !important;
}
                            
     .navik-header .logo{
        margin-top:-10px;
}
                            
}
    .navik-header.sticky .logo{
        margin:5px;
}
    .navik-header.sticky .logo {
     padding: 0px !important; 
     margin-top: -10px;
}
           .navik-header.sticky .logo img {
        max-width: 250px !important;
        max-height: 85px !important;
        height: 70px !important;
}












 div.kutu {
  margin-bottom: 20px !important;
}
.news-div {
    overflow: hidden;
    position: relative;
}
.news-div a {
    display: block;
}
.news-images {
    width: 100%;
    margin-top:15px;
    border:5px solid #f6f6f6;
    min-height: 260px;
    max-height: 260px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: 50% 50%;
    transition: background-size .2s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom:2px;
}



.news-images_dikey {
    width: 100%;
    margin-top:15px;
    border:5px solid #f6f6f6;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: 50% 50%;
    transition: background-size .2s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom:2px;
}
.news-div h2 {
    border-radius: 0px 0px 3px 3px;
    bottom: 0;
    border-top:5px solid #b9b9b6;
    width: 100%;
    left: 0;
    background: rgba(3 162 78);
    padding: 9px 9px;
    color: white;
    margin: 0;
    font: 17px Sans-Serif;
    line-height: 1.4;
        letter-spacing: 4px;
}
.news-div h2:hover {
    border-radius: 0px 0px 3px 3px;
    bottom: 0;
    border-top:5px solid #febc00;
    width: 100%;
    left: 0;
    background: #febc00;
    padding: 9px 9px;
    color: white;
    margin: 0;
    font: 17px Sans-Serif;
    line-height: 1.4;
        letter-spacing: 4px;
}


.discus-footer-dark {
    border-top: solid 5px #febc00;
    background: #000000 !important;
}


.discus-footer-dark .sosyalicon i {
    font-size: 21px;
    color: #fff;
    padding: 5px;
    margin-top: 14px;
}

.discus-footer-dark .widgets.footer-widgets .widget-title::after {
    background: #ffcc00 !important;
}

.cizgi {
    float: left;
    height: 14px;
    width: 100%;

    background: url(/Upload/File/2019/9/1/cizgii.png) repeat-x;
        }

        hr {
    border-top: 1px solid #424d58;
        }
       
    .discus-index-text-container-left {
    height: 63vh !important;
}

    .discus-owl-brand {
    /* background-color: white; */
    /* padding-bottom: 30px; */
    border: 0px;
    background-color: #f7f7f7 !important;
}


    .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

    .discus-effect {
    transition-duration: .5s;
}

    .discus-effect:hover {
        transform: scale(1.2);
    }

     .bg-dark-light {
   background: #ececec !important;
}


      @media (max-width: 1200px){
    .navik-menu > ul > li > a {
    border-bottom: 1px solid #ccc;
        }}

                            

                            

                            

                            