/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/**************** Home 1 *****************/
/************* Responsive ***************/
@media (max-width: 1676px) and (min-width: 992px) {
  #slideshow .ApColumn {
    width: 100%;
  }
  #slideshow .ApColumn .block {
    width: 50%;
    clear: inherit;
    padding: 5em 2em;
    min-height: 361px;
    float: left;
  }
  .rtl #slideshow .ApColumn .block {
    float: right;
  }
  #slideshow .ApColumn .block h4 a {
    font-size: 50px;
  }
}
