/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 12, 2014, 11:46:55 AM
    Author     : nmi pjsangat
*/

#tracking_widget_slideshow{
    max-width: 825px;
    padding: 0px;
}
#tracking_widget_slideshow .tracking_widget_slideshow_title_ext{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 7px 0;
    border-color: transparent #510808 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #510808 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    border-style: inset;
    -webkit-transform: rotate(360deg);
    position: absolute;
    bottom: -7px;
    left: 0px;
}
#tracking_widget_slideshow .tracking_widget_slideshow_title{
    background-color: #cc0001;
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
    padding: 3px 10px;
    float: left;
    position: absolute;
    left: -15px;
    top: 7px;
    z-index: 2;
    font-weight: bold;
}
#tracking_widget_slideshow .owl-wrapper-outer .owl-item .item .item_details{
    background: rgba(0, 0, 0, 0.64);
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding: 12px;
}

#tracking_widget_slideshow .owl-wrapper-outer .owl-item .item .item_details .item_details_title {
    font-size: 18px;
    font-weight: bold;
}

#tracking_widget_slideshow .owl-wrapper-outer .owl-item .item .item_details .item_details_desc {
    margin-top: 5px; 
    max-width: 620px;
    float: left;
}

#tracking_widget_slideshow .owl-wrapper-outer .owl-item .item .item_details .item_view_more {
    float: right;
    bottom: 0px;
    margin-top: 5px;
}
#tracking_widget_slideshow .owl-wrapper-outer .owl-item .item .item_details .item_view_more a{
    color: #fff;
}
#tracking_widget_slideshow .owl-wrapper-outer .owl-item .item .item_details .item_view_more a .glyph_button{
    color: rgb(161, 0, 0);
}