@charset "UTF-8";
/**********************************/
/**********************************
ALSRA © 2015
******** Authors **************
Development and Responsive Design by: atyaf.co
E-mail: info@atyaf.co
Site: www.atyaf.co
************************************/
/**********************************/
/* custom fonts */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/droid/DroidKufi-Regular.eot);
  src: url(../fonts/droid/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/droid/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/droid/DroidKufi-Regular.woff) format('woff'), url(../fonts/droid/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/droid/DroidKufi-Bold.eot);
  src: url(../fonts/droid/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/droid/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/droid/DroidKufi-Bold.woff) format('woff'), url(../fonts/droid/DroidKufi-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/droid/DroidNaskh-Regular.eot);
  src: url(../fonts/droid/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/droid/DroidNaskh-Regular.woff2) format('woff2'), url(../fonts/droid/DroidNaskh-Regular.woff) format('woff'), url(../fonts/droid/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/droid/DroidNaskh-Bold.eot);
  src: url(../fonts/droid/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/droid/DroidNaskh-Bold.woff2) format('woff2'), url(../fonts/droid/DroidNaskh-Bold.woff) format('woff'), url(../fonts/droid/DroidNaskh-Bold.ttf) format('truetype');
}
/* End custom fonts */
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.p20 {
  padding: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.p10 {
  padding: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.m20 {
  margin: 20px;
}
.mt10 {
  margin: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.m30 {
  margin: 30px;
}
body,
html {
  height: 100%;
  direction: rtl;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
body,
html {
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
* {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
img {
  overflow: hidden;
}
textarea {
  resize: vertical;
}
/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
/* Clear Floats */
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* End hide from IE Mac */
.none {
  display: none;
}
/* End Clearfix */
.fix {
  clear: both;
  height: 0px;
  margin: 0;
  overflow: hidden;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}
a:link {
  color: #26201d;
}
a:hover {
  color: #59554d;
}
a:visited {
  color: #26201d;
}
a:visited:hover {
  color: #59554d;
}
.container {
  margin: auto;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
}
.jcarousel ul li {
  float: right;
}
.jcarousel-v {
  position: relative;
  overflow: hidden;
}
.jcarousel-v ul {
  position: relative;
}
.trans,
:before,
:after,
button,
input,
.layout-6 .featured .item .category,
.layout-6 .featured .item .thumb img,
.layout-6 .more .item .category,
.asra-page .items-box *,
.layout-12 * {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* HEADER */
#header .container {
  background: transparent url("../images/header-bg.png") right bottom no-repeat;
}
#header .social {
  text-align: left;
}
#header .social .live {
  float: left;
  display: block;
  height: 34px;
  color: #ffffff;
  padding: 0 15px;
  line-height: 34px;
  background-color: #a60303;
}
#header .social .live:hover {
  background-color: #8d0303;
}
#header .social ul {
  float: left;
  margin-right: 10px;
}
#header .social ul li {
  display: inline-block;
}
#header .social ul li a {
  display: block;
  width: 44px;
  height: 34px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  background-color: #59554d;
}
#header .social ul li a:hover {
  background-color: #26201d;
  color: #f3f36f;
}
/* NAVBAR */
.navbar {
  background-color: #26201d;
}
.navbar .container {
  position: relative;
}
.navbar .menu a.home {
  display: block;
  font-size: 16px;
  line-height: 82px;
  color: #ffffff;
  padding: 0 10px;
  margin-top: -10px;
  position: relative;
  background-color: #59554d;
}
.navbar .menu a.home:before,
.navbar .menu a.home:after {
  border: 5px solid transparent;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
}
.navbar .menu a.home:before {
  border-bottom-color: #59554d;
  border-left-color: #59554d;
  right: -10px;
}
.navbar .menu a.home:after {
  border-bottom-color: #59554d;
  border-right-color: #59554d;
  left: -10px;
}
.navbar .menu a.home:hover {
  background-color: #f3f36f;
  color: #000000;
}
.navbar .menu a.home:hover:before {
  border-bottom-color: #f3f36f;
  border-left-color: #f3f36f;
}
.navbar .menu a.home:hover:after {
  border-bottom-color: #f3f36f;
  border-right-color: #f3f36f;
}
.navbar .menu .menu-toggle {
  float: right;
  display: block;
  font-size: 24px;
  color: #ffffff;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.navbar .menu .menu-toggle.active {
  color: #f3f36f;
}
.navbar .menu > ul > li {
  position: relative;
}
.navbar .menu > ul > li:hover > a {
  color: #f3f36f;
}
.navbar .menu > ul > li:hover > a:before {
  width: 100%;
  right: 0;
}
.navbar .menu > ul > li:hover ul {
  display: block;
}
.navbar .menu > ul > li > a {
  display: block;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 82px;
  position: relative;
}
.navbar .menu > ul > li > a:before {
  width: 0;
  height: 10px;
  background-color: #59554d;
  position: absolute;
  right: 50%;
  top: 0;
  content: '';
}
.navbar .menu > ul > li ul {
  padding: 10px 0;
  background-color: #59554d;
}
.navbar .menu > ul > li ul:before {
  border: 10px solid transparent;
  border-bottom-color: #59554d;
  position: absolute;
  bottom: 100%;
  right: 30px;
  width: 0;
  height: 0;
  content: '';
}
.navbar .menu > ul > li ul li a {
  display: block;
  color: #ffffff;
  padding: 6px 20px;
}
.navbar .menu > ul > li ul li a:hover {
  background-color: #4c4942;
}
.navbar .search {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  overflow: hidden;
}
.navbar .search .button {
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: none !important;
  border: none !important;
  text-shadow: none !important;
}
.navbar .search .button:hover {
  color: #f3f36f;
}
.navbar .search .button .ic-2 {
  display: none;
}
.navbar .search input[type='text'] {
  position: absolute;
  left: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1;
}
.navbar .search.active .button {
  color: #26201d !important;
}
.navbar .search.active .button .ic-1 {
  display: none;
}
.navbar .search.active .button .ic-2 {
  display: inline-block;
}
.navbar .search.active input[type='text'] {
  width: 100%;
  padding: 5px 10px;
}
.navbar .frequency {
  float: left;
  font-weight: 700;
  color: #59554d;
  direction: ltr;
}
/* LATEST */
.layout-1 {
  height: 44px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  background-color: #a60303;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.layout-1 .header {
  float: right;
  color: #f3f36f;
  font-weight: 700;
  line-height: 44px;
  padding: 0 10px;
}
.layout-1 .content ul li a {
  display: block;
  color: #ffffff;
  line-height: 44px;
}
.layout-1 .content ul li a:hover {
  text-decoration: underline;
}
.layout-1 a[class*="btn"] {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
}
.layout-1 a[class*="btn"].btnUp {
  left: 45px;
}
.layout-1 a[class*="btn"].btnDown {
  left: 0;
}
/* LAYOUT 2 */
.layout-2 {
  padding: 10px;
  background-color: #eeeeee;
}
.layout-2 .featured img {
  width: 100%;
}
.layout-2 .featured .title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
}
.layout-2 .featured .info {
  height: 60px;
  overflow: hidden;
}
.layout-2 .more .item img {
  width: 100%;
}
.layout-2 .more .item .title {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
/* LAYOUT 3 */
.layout-3 .featured {
  position: relative;
}
.layout-3 .featured img {
  width: 100%;
}
.layout-3 .featured .details .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  height: 17px;
  overflow: hidden;
}
.layout-3 .featured .details .title a {
  color: #f3f36f;
}
.layout-3 .featured .details .title a:hover {
  color: #ffffff;
}
.layout-3 .featured .details .datetime {
  font: normal 12px Tahoma, Arial;
  margin: 10px 0;
  color: #999999;
}
.layout-3 .featured .details .datetime i {
  display: inline-block;
}
.layout-3 .featured .details .info {
  color: #ffffff;
  height: 40px;
  overflow: hidden;
}
.layout-3 .featured .owl-prev,
.layout-3 .featured .owl-next {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 24px;
  margin-top: -12px;
  text-shadow: 1px 1px 0 #000000;
}
.layout-3 .featured .owl-prev {
  right: 10px;
}
.layout-3 .featured .owl-next {
  left: 10px;
}
.layout-3 .more {
  margin-top: 10px;
}
.layout-3 .more .widget-header {
  display: none;
  margin-bottom: 10px;
}
.layout-3 .more .item {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
}
.layout-3 .more .item img {
  width: 100%;
}
.layout-3 .more .item .details {
  text-align: center;
  width: 100%;
  height: 100%;
}
.layout-3 .more .item .details a {
  color: #ffffff;
}
.layout-3 .more .item .details a:hover {
  color: #f3f36f;
}
.layout-3 .more .item:hover .details {
  display: block;
}
.layout-3 .ads {
  margin-bottom: 25px;
}
/* WIDGET */
.widget .widget-header,
.widget .widget-header2 {
  height: 42px;
  background-color: #26201d;
}
.widget .widget-header .title,
.widget .widget-header2 .title {
  color: #f3f36f;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  margin-right: 12px;
}
.widget .widget-header2 {
  border-bottom: 5px solid #59554d;
}
.widget .widget-header2 .title {
  font-size: 14px;
  line-height: 37px;
}
.widget .widget-body {
  background-color: #eeeeee;
}
/* LAYOUT 5 */
.layout-5 .item .box {
  border-bottom: 1px solid #cccccc;
}
.layout-5 .item .box:last-child {
  border-bottom: 0;
}
.layout-5 .item .box > a,
.layout-5 .item .box > div {
  display: block;
  padding: 10px;
  color: #333333;
  position: relative;
}
.layout-5 .item .box > a:hover,
.layout-5 .item .box > div:hover {
  background-color: #f6f6f6;
  color: #59554d;
}
.layout-5 .item .box > div .details {
  margin-left: 40px;
}
.layout-5 .item .box .thumb {
  float: right;
}
.layout-5 .item .box .sound {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  background-color: #26201d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.layout-5 .item .box .sound:hover {
  background-color: #59554d;
}
.layout-5 .item .box .icon-play,
.layout-5 .item .box .icon-pause {
  right: 10px;
}
.layout-5 .item .box .icon-download {
  left: 10px;
}
.layout-5 .item .jp-progress {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  direction: ltr;
  cursor: pointer;
  background-color: #cccccc;
}
.layout-5 .item .jp-seek-bar {
  height: 4px;
  cursor: pointer;
}
.layout-5 .item .jp-play-bar {
  height: 4px;
  cursor: pointer;
  background-color: #59554d;
}
.layout-5 .item .box .details {
  margin-right: 61px;
}
.layout-5 .item .box .details .title {
  height: 40px;
  margin-top: 5px;
  overflow: hidden;
}
.layout-5 .owl-dots {
  position: absolute;
  top: -32px;
  left: 10px;
}
.layout-5 .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  margin-right: 5px;
  display: inline-block;
  background-color: #59554d;
}
.layout-5 .owl-dots .owl-dot.active {
  background-color: #fff;
}
/* LAYOUT 6 */
.layout-6 .widget-body {
  background-color: transparent;
}
.layout-6 .featured {
  margin-top: 10px;
}
.layout-6 .featured .item {
  position: relative;
  margin-bottom: 20px;
}
.layout-6 .featured .item .category {
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 10px;
  padding: 5px 5px 5px 0;
  background-color: #59554d;
}
.layout-6 .featured .item .category:before,
.layout-6 .featured .item .category:after {
  position: absolute;
  right: 100%;
  content: '';
}
.layout-6 .featured .item .category:before {
  border: 5px solid transparent;
  border-bottom-color: #59554d;
  border-right-color: #59554d;
  width: 0;
  height: 0;
  top: 0;
}
.layout-6 .featured .item .category:after {
  width: 10px;
  height: 15px;
  bottom: 0;
  background-color: #59554d;
}
.layout-6 .featured .item .category:hover {
  background-color: #26201d;
}
.layout-6 .featured .item .category:hover:before {
  border-bottom-color: #26201d;
  border-right-color: #26201d;
}
.layout-6 .featured .item .category:hover:after {
  background-color: #26201d;
}
.layout-6 .featured .item .thumb {
  overflow: hidden;
}
.layout-6 .featured .item .details {
  padding: 10px;
  position: absolute;
  right: 0;
  left: 20px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout-6 .featured .item .details .title {
  font-size: 12px;
  height: 34px;
  overflow: hidden;
}
.layout-6 .featured .item .details .title a {
  color: #ffffff;
}
.layout-6 .featured .item .details .title a:hover {
  color: #f3f36f;
}
.layout-6 .more .item {
  position: relative;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.layout-6 .more .item:hover {
  background-color: #26201d;
}
.layout-6 .more .item:hover a.box {
  color: #ffffff;
}
.layout-6 .more .item .category {
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 5px 5px 0;
  background-color: #59554d;
}
.layout-6 .more .item .category:before,
.layout-6 .more .item .category:after {
  position: absolute;
  right: 100%;
  content: '';
}
.layout-6 .more .item .category:before {
  border: 5px solid transparent;
  border-bottom-color: #59554d;
  border-right-color: #59554d;
  width: 0;
  height: 0;
  top: 0;
}
.layout-6 .more .item .category:after {
  width: 10px;
  height: 15px;
  bottom: 0;
  background-color: #59554d;
}
.layout-6 .more .item .category:hover {
  background-color: #26201d;
}
.layout-6 .more .item .category:hover:before {
  border-bottom-color: #26201d;
  border-right-color: #26201d;
}
.layout-6 .more .item .category:hover:after {
  background-color: #26201d;
}
.layout-6 .more .item a.box {
  color: #333333;
}
.layout-6 .more .item .thumb {
  overflow: hidden;
  float: right;
}
.layout-6 .more .item .details {
  padding: 10px;
  height: 65px;
  overflow: hidden;
  margin-right: 90px;
}
.layout-6 .more .item .details .title {
  font-size: 12px;
  height: 34px;
  overflow: hidden;
}
/* LAYOUT 7 */
.layout-7 .widget-body {
  padding: 10px;
}
.layout-7 form input[type='text'] {
  width: 100%;
  font: normal 12px Tahoma, Arial;
  color: #333333;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #cccccc;
}
.layout-7 form input[type='text']:focus {
  border: 2px solid #59554d;
  -webkit-box-shadow: inset 2px 2px 2px #e6e6e6;
  -moz-box-shadow: inset 2px 2px 2px #e6e6e6;
  box-shadow: inset 2px 2px 2px #e6e6e6;
}
.layout-7 form .button {
  text-align: left;
}
.layout-7 form .button button {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  background-color: #26201d;
}
.layout-7 form .button button:hover {
  background-color: #59554d;
}
/* BIG ADS */
.big-ads {
  margin: 20px 0;
}
.big-ads img {
  width: 100%;
}
/* SECTION 4 */
.section4 {
  padding: 15px 0;
  margin-bottom: 25px;
  background-color: #26201d;
}
/* LAYOUT 8 */
.layout-8 .widget-header {
  background-color: #59554d;
}
.layout-8 .widget-body {
  padding: 10px;
  position: relative;
}
.layout-8 .item {
  position: relative;
}
.layout-8 .item:hover .details {
  display: none;
}
.layout-8 .item img {
  width: 100%;
}
.layout-8 .item .details {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout-8 .item .details .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  height: 17px;
  overflow: hidden;
}
.layout-8 .item .details .title a {
  color: #f3f36f;
}
.layout-8 .item .details .title a:hover {
  color: #ffffff;
}
.layout-8 .item .details .info {
  color: #ffffff;
  height: 40px;
  overflow: hidden;
}
.layout-8 [class*="owl-carousel-"] {
  margin: auto;
  width: 87%;
}
.layout-8 .owl-prev,
.layout-8 .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  background-color: #26201d;
  color: #ffffff;
  font-size: 24px;
}
.layout-8 .owl-prev i,
.layout-8 .owl-next i {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -12px;
  margin-top: -12px;
}
.layout-8 .owl-prev:hover,
.layout-8 .owl-next:hover {
  background-color: #59554d;
}
/* LAYOUT 9 */
.layout-9 {
  margin-bottom: 25px;
}
.layout-9 .featured {
  position: relative;
  margin: 10px;
}
.layout-9 .featured img {
  width: 100%;
}
.layout-9 .featured .details {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout-9 .featured .details .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  height: 46px;
  overflow: hidden;
  line-height: 24px;
}
.layout-9 .featured .details .title a {
  color: #ffffff;
}
.layout-9 .featured .details .title a:hover {
  color: #f3f36f;
}
.layout-9 .featured .details .info {
  font-size: 12px;
  color: #ffffff;
  height: 36px;
  overflow: hidden;
}
.layout-9 .more {
  margin-top: 10px;
}
.layout-9 .more .item {
  display: inline-block;
  position: relative;
}
.layout-9 .more .item img {
  width: 100%;
}
.layout-9 .more .item .thumb {
  overflow: hidden;
}
.layout-9 .more .item .details {
  padding: 10px;
  position: absolute;
  right: 0;
  left: 20px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout-9 .more .item .details .title {
  font-size: 12px;
  height: 34px;
  overflow: hidden;
}
.layout-9 .more .item .details .title a {
  color: #ffffff;
}
.layout-9 .more .item .details .title a:hover {
  color: #f3f36f;
}
/* LAYOUT 10 */
.layout-10 {
  margin-bottom: 25px;
}
.layout-10 ul li {
  padding: 10px;
  position: relative;
}
.layout-10 ul li .jp-controls {
  float: right;
  margin-left: 5px;
}
.layout-10 ul li .jp-controls a {
  display: block;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background-color: #59554d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.layout-10 ul li .jp-controls a.icon-pause {
  background-color: #26201d;
}
.layout-10 ul li .name {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
}
.layout-10 ul li .jp-duration {
  float: left;
  font: normal 11px Tahoma, Arial;
  line-height: 30px;
  color: #666666;
}
.layout-10 ul li .jp-progress {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  direction: ltr;
  cursor: pointer;
  background-color: #cccccc;
}
.layout-10 ul li .jp-progress .jp-seek-bar {
  height: 2px;
  cursor: pointer;
}
.layout-10 ul li .jp-progress .jp-play-bar {
  height: 5px;
  cursor: pointer;
  background-color: #26201d;
}
.layout-10 ul li .jp-state-playing .jp-duration {
  color: #b2202c;
}
.layout-10 ul li .jp-state-playing .jp-progress {
  background-color: #cccccc;
}
.layout-10 ul li .jp-state-playing .jp-progress .jp-play-bar {
  background-color: #b2202c;
}
/* LAYOUT 11 */
.layout-11 {
  margin-bottom: 25px;
}
.layout-11 .featured .thumb {
  position: relative;
  margin-bottom: 10px;
}
.layout-11 .featured .thumb i {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -12px -12px 0 0;
}
.layout-11 .featured .details .title {
  font-weight: 700;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
}
.layout-11 .featured a:hover {
  color: #59554d;
}
.layout-11 .slider li {
  margin-bottom: 8px;
}
.layout-11 .slider li:last-child {
  margin-bottom: 0;
}
.layout-11 .slider li a {
  display: block;
  position: relative;
}
.layout-11 .slider li a i {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -12px -12px 0 0;
}
.layout-11 .slider [class*="jcarousel-control-"] {
  display: block;
  width: 100%;
  height: 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  background-color: #59554d;
}
.layout-11 .slider [class*="jcarousel-control-"].jcarousel-control-prev {
  margin-bottom: 10px;
}
.layout-11 .slider [class*="jcarousel-control-"].jcarousel-control-next {
  margin-top: 10px;
}
.layout-11 .slider [class*="jcarousel-control-"]:hover {
  background-color: #26201d;
}
.layout-11 .slider [class*="jcarousel-control-"].inactive,
.layout-11 .slider [class*="jcarousel-control-"].inactive:hover {
  color: #4e4a43;
  cursor: default;
  background-color: #59554d;
}
/* LAYOUT 12 */
.layout-12 {
  margin-bottom: 15px;
}
.layout-12 .featured {
  position: relative;
}
.layout-12 .featured:hover i {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.layout-12 .featured:hover .details {
  background-color: rgba(38, 32, 29, 0.71);
  height: 100%;
}
.layout-12 .featured i {
  font-size: 48px;
  color: #ffffff;
  position: absolute;
  right: 50%;
  top: 25%;
  margin-right: -24px;
}
.layout-12 .featured .details {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.layout-12 .featured .details p.title {
  padding: 10px;
  color: #ffffff;
  font-size: 13px;
}
.layout-12 ul.more li {
  float: right;
  overflow: hidden;
  position: relative;
}
.layout-12 ul.more li a {
  display: block;
}
.layout-12 ul.more li a:hover .details {
  /*display: block;*/
}
.layout-12 ul.more li .details {
  /*display: none;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: rgba(38, 32, 29, 0.71);
}
.layout-12 ul.more li:hover .details {
  top: 0;
}
.layout-12 ul.more li .details p.title {
  padding: 10px;
  color: #ffffff;
  font-size: 12px;
}
/* LAYOUT 13 */
.layout-13 {
  margin-bottom: 25px;
}
.layout-13 .widget-body {
  padding: 15px 0;
  text-align: center;
}
.layout-13 img {
  display: inline-block;
}
/* FOOTER */
#footer {
  background-color: #26201d;
}
#footer .container {
  padding: 30px 0;
}
#footer .widgets .footer-widget .widget-header {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#footer .widgets .footer-widget.links ul {
  padding-right: 20px;
}
#footer .widgets .footer-widget.links ul li {
  float: right;
  width: 50%;
  margin-bottom: 5px;
}
#footer .widgets .footer-widget.links ul li a {
  font-size: 12px;
  color: #ffffff;
}
#footer .widgets .footer-widget.links ul li a:hover {
  color: #f3f36f;
}
#footer .widgets .footer-widget.links ul li i {
  margin-left: 5px;
}
#footer .widgets .footer-widget.contactus ul li {
  font-size: 12px;
  color: #59554d;
  margin-bottom: 5px;
}
#footer .widgets .footer-widget.search .widget-body {
  margin-bottom: 30px;
}
#footer .widgets .footer-widget.search form {
  height: 35px;
  position: relative;
}
#footer .widgets .footer-widget.search form input[type='text'] {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #999999;
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  padding: 0 10px 0 35px;
}
#footer .widgets .footer-widget.search form input[type='text']:focus {
  border-color: #f3f36f;
}
#footer .widgets .footer-widget.search form button {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  color: #999999;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
#footer .widgets .footer-widget.search form button:hover {
  color: #f3f36f;
}
#footer .widgets .footer-widget.search form button i {
  display: block;
  margin-top: 2px;
}
#footer .tags-search {
  margin-bottom: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
}
#footer .footer .copyright {
  float: right;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
#footer .footer a.atyaf {
  float: left;
}
.primary {
  margin-bottom: 20px;
}
.secondary {
  margin-bottom: 20px;
}
/* LAYOUT 4 */
.layout-4 {
  direction: rtl;
  padding: 30px 0;
  margin-bottom: 30px;
  background: transparent url("../images/asra-bg.jpg") center scroll no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.layout-4 .item {
  margin-bottom: 10px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.layout-4 .item.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.layout-4 .item a {
  display: block;
}
.layout-4 .details {
  height: 50px;
  padding: 0 20px;
  background-color: #1e1a17;
}
.layout-4 .details > div {
  float: right;
  font-size: 18px;
  line-height: 50px;
}
.layout-4 .details > div.name {
  margin-left: 20px;
}
.layout-4 .details > div .pref {
  margin-left: 5px;
  color: #ffffff;
}
.layout-4 .details > div .text {
  color: #f3f36f;
}
.layout-4 .details > div .text a {
  color: #f3f36f;
}
/* ASRA PAGE */
.asra-page .items-box {
  margin-top: 30px;
}
.asra-page .items-box:hover .item-box {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.asra-page .items-box .item-box {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.2);
  -moz-box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.2);
  box-shadow: 2px 2px 1px rgba(204, 204, 204, 0.2);
}
.asra-page .items-box .item-box:hover {
  background-color: #26201d;
  border-color: #a7a7a7;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.asra-page .items-box .item-box:hover a {
  color: #ffffff;
}
.asra-page .items-box .item-box a {
  display: block;
}
.asra-page .items-box .item-box .thumb {
  overflow: hidden;
}
.asra-page .items-box .item-box .thumb img {
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.asra-page .items-box .item-box .details {
  padding: 10px;
}
.asra-page .items-box .item-box .details .name {
  font-weight: 700;
  overflow: hidden;
}
/* ASEER PAGE */
.aseer-page .item-box {
  padding: 20px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.aseer-page .item-box .aseer-name {
  margin-top: 0;
  margin-bottom: 20px;
}
.aseer-page .item-box table {
  background-color: #ffffff;
}
.aseer-page .info {
  padding: 15px 20px;
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 79px, transparent 79px, transparent 81px, transparent 81px), linear-gradient(#eeeeee 0.1em, transparent 0.1em);
  background-size: 100% 2.2em;
}
.aseer-page .info p {
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 20px;
}
/* SEASONS PAGE */
.seasons-page .item-box,
.seasons-page .item-box img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.seasons-page .item-box {
  position: relative;
  border: 1px solid #696969;
  margin-bottom: 20px;
}
.seasons-page .item-box a {
  display: block;
}
.seasons-page .item-box a:hover .details {
  background-color: #f3f36f;
}
.seasons-page .item-box a:hover .details:before {
  border-left-color: #f3f36f;
  border-top-color: #f3f36f;
}
.seasons-page .item-box a:hover .details .title {
  color: #26201d;
}
.seasons-page .item-box .details {
  position: absolute;
  bottom: 20px;
  right: -10px;
  padding: 10px;
  background-color: #26201d;
}
.seasons-page .item-box .details:before {
  border: 5px solid transparent;
  border-left-color: #26201d;
  border-top-color: #26201d;
  position: absolute;
  top: 100%;
  right: 0;
  content: '';
}
.seasons-page .item-box .details .title {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.seasons-page .item-box .interviewer {
  position: absolute;
  top: 5px;
  left: 0;
  color: #26201d;
  padding: 4px 5px;
  font: normal 10px Tahoma, 'Arial', sans-serif;
  background-color: #ffffff;
}
/* PROGRAM PAGE */
.program-page .item-box {
  padding: 20px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
}
.program-page .item-box .aseer-name {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  background-color: #fff;
}
.program-page .item-box table {
  background-color: #ffffff;
}
.program-page .item-box table.program-table td {
  text-align: center;
}
.program-page .item-box table.program-table td.active {
  text-align: right;
}
.program-page .content {
  margin-top: 20px;
}
.playlist .jp-interface .jp-controls {
  width: 17.6%;
}
.playlist .jp-interface .jp-progress {
  width: 82.4%;
}
/* LAYOUT 14 */
.layout-14 .widget-body {
  padding: 20px 20px 0;
}
.layout-14 .item {
  position: relative;
  border: 1px solid #696969;
  margin-bottom: 20px;
}
.layout-14 .item a {
  display: block;
}
.layout-14 .item a:hover .details {
  background-color: #f3f36f;
}
.layout-14 .item a:hover .details:before {
  border-left-color: #f3f36f;
  border-top-color: #f3f36f;
}
.layout-14 .item a:hover .details .title {
  color: #26201d;
}
.layout-14 .item img {
  width: 100%;
}
.layout-14 .item .details {
  position: absolute;
  bottom: 20px;
  right: -10px;
  padding: 10px;
  background-color: #26201d;
}
.layout-14 .item .details:before {
  border: 5px solid transparent;
  border-left-color: #26201d;
  border-top-color: #26201d;
  position: absolute;
  top: 100%;
  right: 0;
  content: '';
}
.layout-14 .item .details .title {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
.layout-14 .item .interviewer {
  position: absolute;
  top: 5px;
  left: 0;
  color: #26201d;
  padding: 4px 5px;
  font: normal 10px Tahoma, 'Arial', sans-serif;
  background-color: #ffffff;
}
/* NEW CODE 31-03-2016 */
.layout-2 .layout-2_1 .thumb img {
  width: 100%;
}
.layout-2 .layout-2_1 .title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
}
.layout-2 .layout-2_1 .info {
  height: 60px;
  overflow: hidden;
}
.layout-2 .layout-2_2 .post_box:nth-child(1) {
  height: 218px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.layout-2 .layout-2_2 .post_box:nth-child(1) .thumb {
  float: right;
  margin-left: 10px;
}
.layout-2 .layout-2_2 .post_box:nth-child(1) .details {
  margin-right: 215px;
}
.layout-2 .layout-2_2 .post_box:nth-child(2) {
  height: 198px;
}
.layout-2 .layout-2_2 .post_box:nth-child(2) .thumb {
  float: left;
  margin-right: 10px;
}
.layout-2 .layout-2_2 .post_box:nth-child(2) .details {
  margin-left: 215px;
}
.layout-2 .layout-2_2 .post_box .thumb {
  width: 205px;
}
.layout-2 .layout-2_2 .post_box .details .title {
  font-size: 22px;
  line-height: 34px;
}
.layout-2 .layout-2_3 .post_box .details .title {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}
.layout-3 .layout-3_more_1 .post_box {
  position: relative;
}
.layout-3 .layout-3_more_1 .post_box img {
  width: 100%;
}
.layout-3 .layout-3_more_1 .post_box .details {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout-3 .layout-3_more_1 .post_box .details .title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #f3f36f;
  height: 17px;
  overflow: hidden;
}
.layout-3 .layout-3_more_1 .post_box .details .title:hover {
  color: #ffffff;
}
.layout-3 .layout-3_more_1 .post_box .details .datetime {
  font: normal 12px Tahoma, Arial;
  margin: 10px 0;
  color: #999999;
}
.layout-3 .layout-3_more_1 .post_box .details .datetime i {
  display: inline-block;
}
.layout-3 .layout-3_more_1 .post_box .details .info {
  color: #ffffff;
  height: 40px;
  overflow: hidden;
}
.layout-3 .layout-3_more_2 .post_box {
  position: relative;
}
.layout-3 .layout-3_more_2 .post_box:first-child {
  margin-bottom: 5px;
}
.layout-3 .layout-3_more_2 .post_box img {
  width: 100%;
}
.layout-3 .layout-3_more_2 .post_box .details {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}
.layout-3 .layout-3_more_2 .post_box .details .title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #f3f36f;
  height: 17px;
  overflow: hidden;
}
.layout-3 .layout-3_more_2 .post_box .details .title:hover {
  color: #ffffff;
}
.layout-3 .layout-3_more_2 .post_box .details .datetime {
  font: normal 12px Tahoma, Arial;
  margin: 10px 0;
  color: #999999;
}
.layout-3 .layout-3_more_2 .post_box .details .datetime i {
  display: inline-block;
}
.layout-3 .layout-3_more_2 .post_box .details .info {
  color: #ffffff;
  height: 40px;
  overflow: hidden;
}
/* NEW CODE 16-04-2016 */
.sfile-page{}
.sfile-page .featured{}
.sfile-page .featured .single{margin-bottom: 30px}
.sfile-page .featured .single .thumb img{width: 100%}
.sfile-page .featured .single .post-details h2{
  font-size: 20px;
  line-height: 30px;
}
.sfile-page .featured .single .post-details .description{
  font: normal 12px Tahoma;
  margin-top: 5px
}
.sfile-page .featured .items{}
.sfile-page .featured .items .item{
  margin-bottom: 30px;
}
.sfile-page .featured .items .item .thumb{
  float: right;
  margin-left: 10px;
}
.sfile-page .featured .items .item .thumb img{width: 100%}
.sfile-page .featured .items .item .post-details h2{
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.sfile-page .more-posts{}
.sfile-page .more-posts .item{margin-bottom: 2%}
.sfile-page .more-posts .item .thumb img{width: 100%}
.sfile-page .more-posts .item .post-details{}
.sfile-page .more-posts .item .post-details h2{
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0 0;
}
.sfile-page .media-container{
  padding: 10px;
  background-color: #ECECEC;
}
.sfile-page .media-container .widget-header{
  margin-bottom: 10px
}
.sfile-page .media{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbbbb;
}
.sfile-page .media:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sfile-page .media .item{
  position: relative;
  margin-bottom: 10px;
}
.sfile-page .media .item i{
  font-size: 32px;
  position: absolute;
  top: 50%;
  right: 50%;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
  margin: -16px -16px 0 0;
}
.sfile-page .media .item .details{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  background: #000;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#000),color-stop(1,rgba(0,0,0,0)));
background: -ms-linear-gradient(bottom,#000,rgba(0,0,0,0));
background: -moz-linear-gradient(center bottom,#000 0,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(rgba(0,0,0,0),#000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)',endColorstr='#000000',GradientType=0);
}
.sfile-page .media .item .details h2{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  height: 47px;
overflow: hidden;
}
.sfile-page .media .item .details h2 a{
  color: #ffffff;
}
