#owl-demo .item a.title{
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 480px;
height: 100%;
padding: 15px;
line-height: 1.3em;
font-size: 1.3em;
color: #fff;
font-family: 'Playfair Display', serif;
letter-spacing: 1px;
background: #44485A url(../images/bg_menu.png);
}
#owl-demo .item a.title .haberlabel {
margin-top: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #FFF;
color: #FFF;
}
#owl-demo .item a.title p.ttext{
font-size: 18px;
line-height: 24px;
font-weight: 600;
color: #FFF;
margin-top: 30px;
}
#owl-demo .item a.title p.subtext{
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: #fff2ee;
margin-top: 10px;
}
#owl-demo .item a.title:hover{
background-color: #999999;
/* background-color: #ffc048; */
}
#owl-demo .item a.title:hover p{
}
#owl-demo .item a.title:hover .haberlabel{
}
#owl-demo .item a.title:after {
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
line-height: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
margin: 0 2px;
background: #c93253;
}
.owl-theme .owl-controls .owl-page.active span.owl-numbers {
background: #D32F2F;
}
#owl-demo .item img {
display: block;
width: 650px;
height: 350px;
}
#owl-demo .item .image:before {
  /*  bottom: 0;
    content: "";
    display: block;
    height: 70%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-image: -webkit-gradient(-180deg,transparent 18%,#202125 100%);
    background-image: -webkit-linear-gradient(-180deg,transparent 18%,#202125 100%);
    background-image: -moz-linear-gradient(-180deg,transparent 18%,#202125 100%);
    background-image: -ms-linear-gradient(-180deg,transparent 18%,#202125 100%);
    background-image: -o-linear-gradient(-180deg,transparent 18%,#202125 100%);
    background-image: linear-gradient(-180deg,transparent 18%,#202125 100%);*/
}
.owl-theme .owl-controls .owl-buttons div {
background: none;
padding: 3px;
}
.owl-theme .owl-controls .owl-buttons div .fa {
font-size: 24px;
color: #FFF;
}
.owl-buttons {
position: absolute;
top: 10px;
right: 10px;
}
.owl-pagination {
position: absolute;
bottom: 10px;
left: 10px;
}
.owl-theme .owl-controls .owl-page span {
background: #ED1B24;
margin: 5px;
}
.owl-theme .owl-controls {
margin-top: 0;
}