* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
    text-rendering: geometricprecision;
}
.SingleTab {
    margin: 0px 0px 10px 0px;
    width: 100%;
    background: white;
	border:1px solid #eee;
}
.SingleTab .Header {
	border-top: 1px solid #c90606;
	width: 100%;
}
.SingleTab .Header span.text {
    padding: 0px 20px;
    display: inline-block;
    position: relative;
    background: #c9060f; /* Old browsers */
    background: linear-gradient(141deg, #de081b 0%, #ee2606 51%, #c90606 75%);
    margin-right: 20px;
}
.SingleTab .Header span.text:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #c9060f; /* Old browsers */
    right: -8px;
    top: 0;
    width: 20px;
    height: 100%;
    transform: skewX(150deg);
    -o-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    -webkit-transform: skewX(150deg);
}
.SingleTab .Header .HeaderWrap .text > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.SingleTab .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.SingleTab .Header .HeadWraper li {
    display: inline-block;
    float: left;
}
.SingleTab .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
    background: #cecece none repeat scroll 0 0;
    margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
    margin-right: 6px;
}
.SingleTab .Wrap {
  	height: 215px;
  	padding: 6px;
}
.SingleTab .Wrap .first {/* display: inline-block; */margin-bottom: 5px;}
.SingleTab .Wrap .first .image {
    float: left;
    height: 85px;
    margin-right: 10px;
    width: 110px;
    object-fit: cover;
}
.SingleTab .Wrap .first .title {
    margin: 0;
    padding: 0;
}

.SingleTab .Wrap .first .title .new{
  	padding-left: 8px;
    background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
    color: transparent;
  	
}
.SingleTab .Wrap .first p {
    margin: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: justify;
    font-size: 13px;
}
.SingleTab .Wrap .first .title a{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: -webkit-auto;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    line-height:1.5;
}
.SingleTab .Wrap .next .title{
	vertical-align: text-top;
	display: -webkit-inline-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: -webkit-auto;
}
.SingleTab .Wrap .first .title a:hover {
    color: #333;    
}
.SingleTab .Wrap a:hover {
    color: #036fa5;    
}
.SingleTab .Wrap .clear {
    clear: both;
}
.SingleTab .Wrap .next {
    color: #036fa5;
    list-style: outside none square;
    margin-top: 5px;
    padding-left: 20px;
}
.SingleTab .Wrap .next li {
    padding: 5px 0;
}
.SingleTab .Wrap .next li a {
    text-decoration: none;
}
.SingleTab .Wrap .next li a .new{
    padding-left: 7px;
    background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
    color: transparent;
}
