/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

div.imgWrap{  
    float:left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
}  
div.description{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottombottom:0px; /* position will be on bottom */  
    left:0px;  
    width:100%;  
    /* styling bellow */  
    background-color:black;  
    font-family: 'tahoma';  
    font-size:15px;  
    color:white;  
    opacity:0.6; /* transparency */  
    filter:alpha(opacity=60); /* IE transparency */  
}  
p.description_content{  
    padding:10px;  
    margin:0px;  
}
.show_more_main {
margin: 15px 25px;
}
.show_more {
background-color: #cf2e2e;
border: 1px solid;
border-color: #ffffff;
color: #fff;
font-size: 14px;
outline: 0;
}
.show_more {
cursor: pointer;
display: block;
padding: 10px 0;
text-align: center;
font-weight:bold;
}
.loding {
background-color: #505050;
border: 1px solid;
border-color: #ffffff;
color: #fff;
font-size: 12px;
display: block;
text-align: center;
padding: 10px 0;
outline: 0;
font-weight:bold;
}
.loding_txt {
background-image: url(loading_16.gif);
background-position: left;
background-repeat: no-repeat;
border: 0;
display: inline-block;
height: 16px;
padding-left: 20px;
}
.table_title {
background-color: #cf2e2e;
color: #fff;
font-size: 14px;
}
.shorten {
  width: 270px;
  height: 100px !important;
}
.shorten h3
{
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
}
.shorten span a
{
	color: #d70404 !important;
}
.test
{
	color: rgba(246, 211, 10, 1);
	background-color: #e81616
}

.positioner {
  width: 10%;
  height: 10%;
  position: absolute;
  left: 0;
  top: 0;  
}

.icon {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  border: 4px solid white;
  background: red;
}