@font-face {
    font-family: 'overpassbold';
    src: url("../fonts/overpass-bold-webfont.eot");
    src: url("../fonts/overpass-bold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-bold-webfont.woff2") format("woff2"), url("../fonts/overpass-bold-webfont.woff") format("woff"), url("../fonts/overpass-bold-webfont.ttf") format("truetype"), url("../fonts/overpass-bold-webfont.svg#overpassbold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'overpassextrabold';
    src: url("../fonts/overpass-extrabold-webfont.eot");
    src: url("../fonts/overpass-extrabold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-extrabold-webfont.woff2") format("woff2"), url("../fonts/overpass-extrabold-webfont.woff") format("woff"), url("../fonts/overpass-extrabold-webfont.ttf") format("truetype"), url("../fonts/overpass-extrabold-webfont.svg#overpassextrabold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'overpasslight';
    src: url("../fonts/overpass-light-webfont.eot");
    src: url("../fonts/overpass-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-light-webfont.woff2") format("woff2"), url("../fonts/overpass-light-webfont.woff") format("woff"), url("../fonts/overpass-light-webfont.ttf") format("truetype"), url("../fonts/overpass-light-webfont.svg#overpasslight") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'overpassregular';
    src: url("../fonts/overpass-regular-webfont.eot");
    src: url("../fonts/overpass-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-regular-webfont.woff2") format("woff2"), url("../fonts/overpass-regular-webfont.woff") format("woff"), url("../fonts/overpass-regular-webfont.ttf") format("truetype"), url("../fonts/overpass-regular-webfont.svg#overpassregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

section article .event .item {
    margin-bottom: 20px
}

section article .event .item.past a .date {
    background-color: #DCDCDC
}

section article .event .item a {
    display: block;
    color: #363636;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #C5C5C5
}

section article .event .item a .date {
    background-color: #EE2E24;
    color: #ffffff;
    width: 77px;
    height: 77px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 15px 0
}

section article .event .item a .date b {
    display: block;
    font: 30px "overpassbold"
}

section article .event .item a .text {
    padding: 10px 0 0 90px;
    line-height: 18px;
    height: 150px
}

@media only screen and (max-width: 480px) {
    section article .event .item a .text {
        height: auto
    }
}

section article .event .item a .text b {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px
}

section article .event .item a .text ul.bilgi {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 13px;
    color: #8F8F8F
}

section article .event .item a .text ul.etiket {
    list-style: none;
    padding: 0;
    margin: 0
}

section article .event .item a .text ul.etiket li {
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    background: #E8EFF1;
    margin-bottom: 3px;
    padding: 2px 10px;
    margin-right: 3px;
    transition: .4s
}

section article .event .item a .text ul.etiket li:hover {
    background: #0181A4;
    color: #ffffff
}

section article .event .item a .text u {
    color: #0181A4;
    font-size: 14px;
    transition: .4s
}

section article .event .item a:hover .text u {
    letter-spacing: 1px
}

section article .event .img img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}