/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
/*******************************************************************/
.blog_container {
  margin-bottom: 20px;
}
.blog_container .blog-image {
  float: left;
  margin-right: 8px;
}
.rtl .blog_container .blog-image {
  float: right;
}
.rtl .blog_container .blog-image {
  margin-left: 8px;
  margin-right: inherit;
}
.blog_container h5 {
  margin: 0;
  height: 35px;
  overflow: hidden;
  margin-bottom: 6px;
}
.blog_container h5 a {
  text-transform: uppercase;
  color: #59bd56;
  line-height: 1.42857;
  font-weight: normal;
  font-family: "Museo300";
  font-size: 13px;
}
.blog_container h5 a:hover {
  text-decoration: underline;
}
.blog_container .blog-shortinfo {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}
