
.SliderFeature {
    margin: 0;
    padding: 10px;
    position: relative;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding-bottom: 0;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    vertical-align: top;
    width: 45%;
}
.SliderFeature .LeftCol {
    padding-right: 25px !important;
    text-align: justify;
    vertical-align: top;
    width: 60%;
}
.SliderFeature .LeftPanel {
    height: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    background: url(Images/g.png) repeat-x left bottom;
    z-index:100;
    display:inline-block;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    color: #fff;
    font: bold 16px 'Roboto', sans-serif;
    margin: 0;
    text-transform:uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	padding:15px 15px 10px;
	z-index: 2;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 25%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
.SliderFeature .LeftCol .text div {
    display: inline-block;
    padding: 0px;
}
.SliderFeature .ArticleList li a {
    color: #404040;
    font: bold 15px 'Roboto', sans-serif;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.SliderFeature .ArticleList li {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    float:left;
}
.SliderFeature .ArticleList li:last-child{
	margin: 0;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #0078af;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
    float: left;
    height: 65px;
    margin-right: 10px;
    text-align: left;
    width: 85px;
}
.SliderFeature .Header {
    /* display: none; */
    margin: 15px 0;
}
.SliderFeature .Header .lblHeader {
    /* display: none; */
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(to right, #00A056, #006D3A);
    padding: 8px 20px;
    border: 1px solid #006D3A;
    transition: .3s all linear;
    border-radius: 25px;
}
