/********* HABERLER HEADER SECTION ***********/
.haberler-header-section {
    padding-top: 100px !important;
}

@media screen and (max-width: 991px) {
    .haberler-header-section {
        padding-top: 65px !important;
    }
}
/*****************************************/

/****** BREADCRUMB ******/
.haberler-breadcrumb {
    font-size: 18px;
    padding: 10px 0 20px 0;
}

.haberler-breadcrumb span {
    padding: 0 10px;
    color: #BABABA;
}

.haberler-breadcrumb a {
    padding: 0 10px;
    color: #999;
    text-decoration: none;
}

.haberler-breadcrumb a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .haberler-breadcrumb {
        font-size: 16px;
        padding: 5px 0 10px 0;
    }
}
/************************/

/******* HABERLER HEADERS ********/
.haberler-h1-style1 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 !important;
}
@media screen and (max-width: 767px) {
    .haberler-h1-style1 {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.haberler-h2-style1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    color: #F36F21;
}
@media screen and (max-width: 767px) {
    .haberler-h2-style1 {
        font-size: 28px;
    }
}
.haberler-h3-style1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .haberler-h3-style1 {
        font-size: 18px;
    }
}
/****************************/

/************** HABERLER SIMPLE TEXTS *****************/
.haberler-text-style1 {
    font-size: 18px;
}
.haberler-text-style1 a {
    color: #404040;
}
.haberler-text-style1 a:hover {
    color: #f36f21;
}

@media screen and (max-width: 767px) {
    .haberler-text-style1 {
        font-size: 12px;
    }
}
/**************************************************/

/*************** HABERLER ANA SAYFA ***************/
.haber-block-div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 300px;
    height: 280px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
@media screen and (max-width: 480px) {
    .haber-block-div {
        margin: 15px 0;
    }
}
.haberler-paragraph-1 {
    margin-top: 20px;
}
.haberler-img-1 {
    padding: 20px 20px 0 20px;
}
@media screen and (max-width: 991px) {
    .haberler-img-1 {
        width: 100%;
    }
    .haberler-img-1 img {
        margin: 0 auto;
    }
    .haberler-paragraph-1 {
        margin: 20px auto;
    }
}
.haberler-img-1 img {
    max-height: 300px;
}
@media screen and (max-width: 991px) {
    .haber-block-div {
        padding-bottom: 20px;
    }
}
.haberler-date {
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px;
}
.haberler-header {
    width: 100%;
    height: 110px;
    background: #f36f21;
    position: absolute;
    bottom: -2px;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.haberler-little-box {
    display: inline-block;
    width: 300px;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    border: 2px solid #5e3075;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px;
    margin: 10px;
}
.haberler-little-box a {
    color: #5e3075;
}
.haberler-little-box a:hover {
    color: #5e3075;
}
/**************************************************/


