.duyuru a.page-url,
.ihale a.page-url {
    float: none;
    margin: 0;
    color: #212529;
}

.footer p {
    max-width: 300px;
}

.yayın {
    float: none;
}

.haber-sol {
    width: 920px;
    float: left;
}

.haber-sag {
    float: right;
    border-left: 1px dotted #5e5e5e;
    padding-left: 20px;
}

.haber-alt .sutun2 {
    width: 30%;
}

.yayın .sayfa-menü {
    margin-top: 20px;
}

.sayfa {
    padding-bottom: 0;
    /*margin-top:530px;*/
}

.footer {
    margin-top: 30px;
}

.show-all-news {
    color: #fff;
    text-decoration: none;
}

.cal1 .clndr .clndr-table tr .adjacent-month {
    color: #6e6e6e;
}

.cal1 .clndr .clndr-table tr .event {
    color: #dc3545;
}

.cal1 .clndr .clndr-table tr .day:hover {
    color: #6e6e6e;
}

.cal1 .clndr .clndr-table tr .event:hover {
    color: #dc3545;
}

.cal1 .clndr .clndr-table tr .day {
    position: relative;
}

.event-title {
    display: none;
}

.event:hover>.event-title {
    display: block;
    position: absolute;
    background: #dc3545;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    left: 0;
    z-index: 2;
    width: 150px;
    font-size: 12px;
    text-align: center
}

.cal1 .clndr .clndr-table tr .day,
.cal1 .clndr .clndr-table tr .day .day-contents {
    cursor: default;
}

.cal1 .clndr .clndr-table tr .event,
.cal1 .clndr .clndr-table tr .event .day-contents {
    cursor: pointer;
}

.kısa-menu a {
    display: block;
    height: 100%;
}

a.bold-link {
    font-weight: bold;
}

.metin img {
    float: none;
}

.metin table tr th,
.metin table tr td {
    border: 1px solid #5e5e5e;
}

.form-group {
    margin-bottom: 20px;
}

.banner-1,
.banner-2,
.banner-3 {
    background-size: cover;
}

.slider-1 h2 {
    width: 100%;
}

body.search {
    position: inherit;
    float: none;
    margin: 0;
}

.cereals {
    margin: 540px 0 0 360px;
    display: flex;
    max-width: 1300px;
}

.cereals .cereal-type-icon {
    width: 12%;
}

.cereals .cereal-type-icon>div:not(.cereal-title),
.cereals .cereal-item>div:not(.cereal-title) {
    font-family: 'Barlow Condensed';
    height: 40px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cereals .cereal-title {
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 20px;
}

.cereals .cereal-item {
    margin-right: 1%;
    min-width: 10%;
    border-right: 1px dotted rgb(255, 255, 255);
    padding-right: 1%;
}

.cereals .prices {
    display: flex;
}

.cereals .prices .price {
    margin-right: 6%;
    font-size: 18px;
}

.cereals .cereal-type-image {
    position: relative;
}

.cereals .cereal-type-image span {
    position: absolute;
    left: 11px;
    color: #fff;
    top: 7px;
}

.cereals .prices.buy .price {
    color: #FFFF00;
}

.cereals .prices.sell .price {
    color: #03EDFF
}

.cereals .cereal-item>.prices:last-child {
    margin-bottom: 0;
}

.cereals .cereal-type-icon>.cereal-type-image:last-child {
    margin-bottom: 0 !important;
}

.cereal-last {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cereal-last h6 a {
    color: #fff;
    font-size: 20px;
}

.weather-box {
    width: 511px;
}

.weather-box img {
    display: inline-block;
    vertical-align: top;
    width: 294px;
    height: 90px;
    margin-left: 20px;
    border-radius: 15px;
}

.weather-box-triangle {
    display: inline-block;
    background: rgb(204, 48, 72);
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    width: 91px;
    position: relative;
    font-size: 13px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 90px;
    font-family: 'Barlow Condensed';
}

.weather-box-triangle:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 45px 15px;
    border-color: transparent transparent transparent rgb(204, 48, 72);
}

.home-banner{

    margin: 20px 0 0 360px;
    clear: both;
}

@media screen and (max-width: 1919px) {
    .cereals {
        margin-left: 10px;
    }
    
    .home-banner{

    margin: 20px 0 0 0;
    text-align: center;
    clear: both;
}
}
@media screen and (max-width: 1200px) {
    .weather-box {
      width: 0px;
      float: left;
   }
   
   
    
   
   .weather-box-triangle{
       float: left;
   }
   .home-banner{
       width: 980px;
   }
   .home-banner img{
       margin-top:20px;
   }
   .weather-box img{
        width: 470px;
        height: 150px;
   }
   .weather-box-triangle{
       display: none;
   }
}
@media screen and (max-width: 768px) {
    
    .sayfa {
        margin-top:0px;
    }
    .cereals {
        margin: 1099px 0 0 28px;
        width: 500px;
        overflow-x: scroll;
    }
    .cereals .cereal-type-icon {
        min-width: 130px;
    }
    .cereals .cereal-item {
        min-width: 129px;
        border-right: 1px dotted rgb(159, 159, 159);
    }
    .cereals .cereal-title,
    .cereal-last h6 a{
        color: #000;
    }
}
