.timeline-month_name {
    color: white;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    float: left;
    font-size: 40px;
    font-weight: 300;
    width: 100px !important;
    text-align: right;
    line-height: 15px;
    margin-bottom: -30px !important;
    margin-top: 50px;
}

#timeline-etkinlikler, #timeline-icerikler {
    max-width: 1280px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

#timeline-icerikler{
	padding-bottom:20px;
}

#timeline-event-frame {
    background-color: #a32135;
}

.timeline-day_number {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.month_title {
    padding-right: 0 !important;
    margin-bottom: -65px;
    margin-right: -5px;
    margin-left: 10px;
}

.timeline-day-item {
    display: inline-block;
    color: white;
    width: 35px;
    padding: 0 2px 0 0;
    cursor: pointer !important;
}

.timeline-day_name {
    font-weight: 300;
    font-size: 10px;
    line-height: 5px;
    margin-top: -5px;
    text-align: center;
}

.timeline-day-hover:hover {
    background-color: #616161;
}

.timeline-day-hover {
    height: 85px;
    text-align: center;
}

.timeline-etkinlik-icerik {
    float: left;
    width: 250px;
    padding: 10px;
    margin-top: 20px;
    display: none;
}

.timeline-etkinlik-image > img {
    width: 100% !important;
}

.timeline-etkinlik-image {
    width: 230px;
    position: relative;
}


.timeline-etkinlik-baslik {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
    color: white;
    margin-right: 5px;
    margin-bottom: 0;
}

.timeline-etkinlik-tarih {
    font-size: 11px;
    font-weight: 300;
    color: #e4e4e4;
}

#timeline-icerikler_cerceve {
    background-color: #616161;
    margin-bottom: -80px;
}


@media screen and (max-width: 760px) {
    #timeline-icerikler_cerceve {
        height: 100% !important;
        display: -webkit-box;
    }

    #timeline-icerikler {
        /*min-height: 350px;*/
    }
}

#timeline-etkinlikler .owl-stage-outer {
    padding-top: 10px;
    position: relative;
    z-index: 99;
}

#timeline-actions .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
}

#timeline-actions .owl-nav > button > span {
    position: absolute;
}

#timeline-actions .owl-nav > button {
    color: white !important;
    font-size: 50px !important;
    height: 90px;
}

#timeline-actions .owl-nav > .owl-prev {
    float: left;
}

#timeline-actions .owl-nav > .owl-prev > span {
    top: 0;
    left: -30px;
}

#timeline-actions .owl-nav > .owl-next > span {
    top: 0;
    right: -30px;
}

#timeline-actions .owl-nav > .owl-next {
    float: right;

}

#timeline-actions .owl-nav > .owl-prev:hover > span {
    background-color: #670b19;
    width: 30px;
    text-align: center;
    color: white;
    margin-left: -7.5px;
    height: 95px;
}

#timeline-actions .owl-nav > .owl-next:hover > span {
    background-color: #670b19;
    width: 30px;
    text-align: center;
    color: white;
    margin-right: -7px;
    height: 95px;
}


#timeline-actions .owl-stage-outer > .owl-stage > .center {
    background-color: #670b19;
    color: white;
    height: 85px;
    width: 35px !important;
    margin-right: 10px !important;
}

#timeline-icerik-action{
    /*min-height: 480px;*/
    max-height: 480px;
}


#timeline-icerik-action .owl-next .fa, #timeline-icerik-action .owl-prev > .fa {
    font-size: 30px;
    display: contents;
    color: white;
}

#timeline-icerik-action .owl-next:hover, #timeline-icerik-action .owl-prev:hover {
    background-color: transparent;
}

#timeline-icerik-action .owl-nav {
    z-index: -1;
    bottom:0;
    text-align: left;
    position: absolute;
    left: -33px;
    right: -33px;
    top:40%;
}


#timeline-icerik-action .owl-nav .owl-prev{

}

#timeline-icerik-action .owl-nav .owl-next{
    position: absolute;
    right: 0;
    z-index: 10000;
    left: auto;
}

.timeline_year_no{
    color: white;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    float: left;
    font-size: 35px;
    font-weight: bold;
    width: 100px !important;
    position: relative;
    bottom: -85px;
    border-top: 2px solid;
    left: -13px;
    padding-left: 2px;
    line-height: 60px;
}

.timeline-etkinlik-img{
    opacity: 1 !important;
}