/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
.content_scene_cat {
  position: relative;
  padding: 0 0px 20px;
}

.heading-counter {
  float: right;
  margin-top: 10px;
}
.rtl .heading-counter {
  float: left;
}

#subcategories {
  margin-bottom: 15px;
}

.subcategories {
  position: relative;
  overflow: hidden;
}
.subcategories .image {
  overflow: hidden;
}
.subcategories .image img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  display: inline-block;
}
.subcategories .image a {
  display: block;
  background-color: black;
  overflow: hidden;
}
.subcategories .cat-name a {
  position: absolute;
  font-size: 16px;
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin: auto;
  color: white;
  height: 40px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(63, 65, 77, 0.7) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(63, 65, 77, 0.7) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(63, 65, 77, 0.7) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(63, 65, 77, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(63, 65, 77, 0.7) 100%);
}
.subcategories .cat-desc {
  overflow: hidden;
  height: 53px;
  display: none;
}
.subcategories:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.subcategories:hover .cat-name a {
  letter-spacing: 1px;
}
