/*GazeteSu*/

.gazetesu .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.gazetesu .owl-nav{
    top: 58%;
}
.gazetesu button{
      background: #fff !important;
      border-radius: 50% !important;
}
.gazetesu button.owl-next{
    position: absolute;
    right: 0;
    top:-90px;
    width: 50px;
    height: 50px;
    background: #fff !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.44);
    border: none;
}
.gazetesu button.owl-next.disabled{
    display: none;
}
.gazetesu button.owl-prev{
    position: absolute;
    display: block;
    left: -20%;
    top:-90px;
    width: 50px;
    height: 50px;
    background: #fff !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.44);
    border: none;
}
.owl-nav .owl-prev.disabled {
    display: none;
}
.owl-nav .owl-next {
    right: 0;
}
.gazetesu button.owl-prev.disabled{
    display: none;
}
.gazetesu button span{
    color:#333 !important
}
.gazetesu .item-picture{
    width: 100%;
    height: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    background-position: center center;
    margin: 0;
    border-radius: 8px;
}
.gazetesu .item-gazetesu .item-body p{
    height: 50px;
    color: #313131;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gazetesu .item-gazetesu .item-body span{
    color: #313131;
}
.gazetesu .item-body .item-title{
    color: #313131;
    height: 115px;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    font-family: "Crimson Text", serif;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}
.gazetesu .item-body .item-date {
    display: inline-block !important;
    padding-left: 25px;
}
.gazetesu .fa-calendar-alt:before {
    content: "\f073";
    display: block;
}

/*İhaleler*/

.procurement-notice .ihale-text{
  font-weight: 400;
}
.procurement-notice .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.procurement-notice .ihale-text p strong{
    font-weight: 400 !important;
}
.procurement-notice .ihale-text p{
    margin-bottom: 0 !important;
    padding-bottom: 6px;
    font-size: 16px;
}
.procurement-notice .ihale-text img{
    padding-bottom: 10px;
    max-width: 100%;
    height: auto;
}
.procurement-notice .text-date{
    font-size: 14px;
}
.procurement-notice .date{
    color: #002776;
}
.procurement-notice .card-title{
    min-height: 52px;
    line-height: 22px;
    font-weight: 500 !important;
    color: #002776;
}
/*İhale Detay*/
.procurement-notice-detail img{
   margin: 10px 0;
   max-width: 100%;
   height: auto;
}
.procurement-notice-detail p strong{
    font-weight: 400 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)  { 
    .gazetesu .item-picture{
        height: 320px;
    } 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .gazetesu .item-picture{
        height: 210px;
    } 
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .gazetesu .item-picture{
        height: 190px;
    } 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .gazetesu .item-picture{
        height: 230px;
    } 
}

@media (max-width: 1870px) { 
    .gazetesu button.owl-prev {
        left: 0;
    }
    .gazetesu button.owl-next {
        right: 0;
    }
}

@media (max-width: 575px) { 
    .gazetesu button.owl-prev {
        left: 15px;
    }
    .gazetesu button.owl-next {
        right: 15px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .gazetesu .item-picture{
        height: 280px;
    } 
}
