.rtl .navigation .nav-child {
  left: auto;
  right: 0;
}
.rtl .navigation .nav > li > .nav-child:before {
  left: auto;
  right: 12px;
}
.rtl .navigation .nav > li > .nav-child:after {
  left: auto;
  right: 13px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.body {
  margin-top: 0;
}
.header-crumbs {
  margin-top: 70px;
  position: relative;
  width: 100%;
}
#content-wrapper #content {
  background: -moz-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.9) 40%, rgba(243, 243, 243, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.9) 40%, rgba(243, 243, 243, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.9) 40%, rgba(243, 243, 243, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f3f3', endColorstr='#e6f3f3f3', GradientType=0);
  overflow: auto;
  overflow-x: auto;
  overflow-y: auto;
}
#content-wrapper #content #category-list,
#content-wrapper #content #article-list {
  transform: initial !important;
}
#content-wrapper #content .photos {
  max-width: 100% !important;
  margin: 0 0 !important;
}
#content-wrapper #content .photos .inner {
  margin-left: -30px !important;
  margin-right: -30px !important;
  min-width: 100% !important;
  width: auto !important;
}
