@charset "UTF-8";
/*************************************/
/******** POWERED BY ATYAF CO ********/
/*************** 2.0.0 ***************/
/*************************************/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.hidden, [hidden] {
  display: none !important; }

.pure-img {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  text-decoration: none; }

@font-face {
  font-family: "HelveticaRoman";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/helvetica/HelveticaNeueLTArabic-Roman.eot?") format("eot"), url("fonts/helvetica/HelveticaNeueLTArabic-Roman.woff") format("woff"), url("fonts/helvetica/HelveticaNeueLTArabic-Roman.ttf") format("truetype"), url("fonts/helvetica/HelveticaNeueLTArabic-Roman.svg#HelveticaRoman") format("svg"); }
@font-face {
  font-family: "HelveticaLight";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/helvetica/HelveticaNeueLTArabic-Light.eot?") format("eot"), url("fonts/helvetica/HelveticaNeueLTArabic-Light.woff") format("woff"), url("fonts/helvetica/HelveticaNeueLTArabic-Light.ttf") format("truetype"), url("fonts/helvetica/HelveticaNeueLTArabic-Light.svg#HelveticaLight") format("svg"); }
@font-face {
  font-family: "HelveticaBold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/helvetica/HelveticaNeueLTArabic-Bold.eot?") format("eot"), url("fonts/helvetica/HelveticaNeueLTArabic-Bold.woff") format("woff"), url("fonts/helvetica/HelveticaNeueLTArabic-Bold.ttf") format("truetype"), url("fonts/helvetica/HelveticaNeueLTArabic-Bold.svg#HelveticaBold") format("svg"); }
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
body {
  color: #000;
  font-size: 14px;
  font-family: "HelveticaRoman" , Arial, Helvetica, sans-serif;
  line-height: 1.428571429;
  direction: rtl;
  text-align: right; }

a:link {
  color: #333333; }
  a:link:hover {
    color: #69176c; }
a:visited {
  color: #333333; }
  a:visited:hover {
    color: #69176c; }

.m0 {
  margin: 0px; }

.mt0 {
  margin-top: 0px; }

.ml0 {
  margin-left: 0px; }

.mr0 {
  margin-right: 0px; }

.mb0 {
  margin-bottom: 0px; }

.p0 {
  padding: 0px; }

.pt0 {
  padding-top: 0px; }

.pl0 {
  padding-left: 0px; }

.pr0 {
  padding-right: 0px; }

.pb0 {
  padding-bottom: 0px; }

.m5 {
  margin: 5px; }

.mt5 {
  margin-top: 5px; }

.ml5 {
  margin-left: 5px; }

.mr5 {
  margin-right: 5px; }

.mb5 {
  margin-bottom: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pl5 {
  padding-left: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.m15 {
  margin: 15px; }

.mt15 {
  margin-top: 15px; }

.ml15 {
  margin-left: 15px; }

.mr15 {
  margin-right: 15px; }

.mb15 {
  margin-bottom: 15px; }

.p15 {
  padding: 15px; }

.pt15 {
  padding-top: 15px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.ml20 {
  margin-left: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.m25 {
  margin: 25px; }

.mt25 {
  margin-top: 25px; }

.ml25 {
  margin-left: 25px; }

.mr25 {
  margin-right: 25px; }

.mb25 {
  margin-bottom: 25px; }

.p25 {
  padding: 25px; }

.pt25 {
  padding-top: 25px; }

.pl25 {
  padding-left: 25px; }

.pr25 {
  padding-right: 25px; }

.pb25 {
  padding-bottom: 25px; }

.m30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.p30 {
  padding: 30px; }

.pt30 {
  padding-top: 30px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

.m35 {
  margin: 35px; }

.mt35 {
  margin-top: 35px; }

.ml35 {
  margin-left: 35px; }

.mr35 {
  margin-right: 35px; }

.mb35 {
  margin-bottom: 35px; }

.p35 {
  padding: 35px; }

.pt35 {
  padding-top: 35px; }

.pl35 {
  padding-left: 35px; }

.pr35 {
  padding-right: 35px; }

.pb35 {
  padding-bottom: 35px; }

.m40 {
  margin: 40px; }

.mt40 {
  margin-top: 40px; }

.ml40 {
  margin-left: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.p40 {
  padding: 40px; }

.pt40 {
  padding-top: 40px; }

.pl40 {
  padding-left: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.m45 {
  margin: 45px; }

.mt45 {
  margin-top: 45px; }

.ml45 {
  margin-left: 45px; }

.mr45 {
  margin-right: 45px; }

.mb45 {
  margin-bottom: 45px; }

.p45 {
  padding: 45px; }

.pt45 {
  padding-top: 45px; }

.pl45 {
  padding-left: 45px; }

.pr45 {
  padding-right: 45px; }

.pb45 {
  padding-bottom: 45px; }

.m50 {
  margin: 50px; }

.mt50 {
  margin-top: 50px; }

.ml50 {
  margin-left: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.p50 {
  padding: 50px; }

.pt50 {
  padding-top: 50px; }

.pl50 {
  padding-left: 50px; }

.pr50 {
  padding-right: 50px; }

.pb50 {
  padding-bottom: 50px; }

.m55 {
  margin: 55px; }

.mt55 {
  margin-top: 55px; }

.ml55 {
  margin-left: 55px; }

.mr55 {
  margin-right: 55px; }

.mb55 {
  margin-bottom: 55px; }

.p55 {
  padding: 55px; }

.pt55 {
  padding-top: 55px; }

.pl55 {
  padding-left: 55px; }

.pr55 {
  padding-right: 55px; }

.pb55 {
  padding-bottom: 55px; }

.m60 {
  margin: 60px; }

.mt60 {
  margin-top: 60px; }

.ml60 {
  margin-left: 60px; }

.mr60 {
  margin-right: 60px; }

.mb60 {
  margin-bottom: 60px; }

.p60 {
  padding: 60px; }

.pt60 {
  padding-top: 60px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.pb60 {
  padding-bottom: 60px; }

.m65 {
  margin: 65px; }

.mt65 {
  margin-top: 65px; }

.ml65 {
  margin-left: 65px; }

.mr65 {
  margin-right: 65px; }

.mb65 {
  margin-bottom: 65px; }

.p65 {
  padding: 65px; }

.pt65 {
  padding-top: 65px; }

.pl65 {
  padding-left: 65px; }

.pr65 {
  padding-right: 65px; }

.pb65 {
  padding-bottom: 65px; }

.eff, .eff *, .eff:before, .eff:after,
.main_header ._search label, .main_header .__menu > li > ul,
.__section.__1 ._live_ ._item ._icon, .__section.__1 ._live_ ._item ._details,
.__section.__1 ._social a .icon:before,
.__section.__8 .__col.__2 ._item,
._live_page ._live_main_menu .item .__channel ._channel i,
.__layout.__3 ._item {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

input.fixed {
  position: fixed;
  top: -999em;
  left: -999em;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

/* MAIN HEADER */
.main_header {
  padding-top: 20px;
  padding-bottom: 10px;
  background: #ffffff url("../images/header-bg.png") 0 0 no-repeat; }
  .main_header .__halabi_mobile_menu_button {
    float: right;
    margin-left: 20px;
    margin-top: 52px; }
  .main_header .__logo {
    margin: 0; }
  .main_header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .main_header .__menu > li {
    position: relative; }
    .main_header .__menu > li:hover > a {
      background-color: #69176c;
      color: #ffffff; }
    .main_header .__menu > li:hover > ul {
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-transform: translateY(0) skew(0deg);
      -o-transform: translateY(0) skew(0deg);
      -ms-transform: translateY(0) skew(0deg);
      -webkit-transform: translateY(0) skew(0deg);
      transform: translateY(0) skew(0deg); }
    .main_header .__menu > li > a {
      display: block;
      font-size: 16px; }
      .main_header .__menu > li > a.current {
        font-weight: 700;
        font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
      .main_header .__menu > li > a:hover {
        background-color: #69176c;
        color: #ffffff; }
    .main_header .__menu > li > ul {
      min-width: 200px;
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 10;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #69176c;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      transform: translateY(20px); }
      .main_header .__menu > li > ul > li > a {
        display: block;
        padding: 6px 24px;
        font-size: 14px;
        color: #ffffff; }
        .main_header .__menu > li > ul > li > a:hover {
          background-color: #551357; }
  .main_header ._search {
    height: 46px;
    position: relative;
    background: transparent url("../images/search_bg.png") 0 0 no-repeat; }
    .main_header ._search form {
      height: 46px; }
    .main_header ._search input[type="text"] {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      padding: 0 40px 0 20px;
      position: relative;
      z-index: 1; }
      .main_header ._search input[type="text"]:focus ~ label.text {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
      .main_header ._search input[type="text"]:focus ~ label.icon {
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    .main_header ._search label {
      position: absolute;
      font-size: 16px;
      z-index: 2; }
      .main_header ._search label.text {
        top: 8px;
        right: 40px; }
      .main_header ._search label.icon {
        right: 15px;
        top: 12px; }
  .main_header ._header__links .__links .header {
    position: relative;
    height: 38px;
    font-size: 15px;
    padding-left: 15px;
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle; }
    .main_header ._header__links .__links .header span {
      position: relative;
      z-index: 3; }
  .main_header ._header__links .__links .content {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8; }
    .main_header ._header__links .__links .content span {
      color: #cccccc;
      margin: 0 5px; }
    .main_header ._header__links .__links .content a {
      color: #4d4d4d;
      font-size: 13px; }
      .main_header ._header__links .__links .content a:hover {
        color: #69176c; }
  .main_header ._weather ._icon, .main_header ._weather ._details {
    display: table-cell;
    vertical-align: middle; }
  .main_header ._weather ._details .text1 {
    font-size: 12px;
    margin-bottom: 0; }
  .main_header ._weather ._details .text2 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: left; }
  .main_header ._weather ._details .text3 {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: -25px; }
  .main_header ._weather ._details .text4 {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: -8px; }

/* Sections */
.__section.__1 {
  background-color: #69176c;
  padding-top: 8px;
  padding-bottom: 8px; }

.__section.__1 {
  margin-bottom: 6px; }
  .__section.__1 ._live_ ._live_head {
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .__section.__1 ._live_ ._item {
    overflow: hidden;
    position: relative;
    border: 2px solid #ffffff; }
    .__section.__1 ._live_ ._item:hover ._thumb img {
      -moz-transform: scale(1.13);
      -o-transform: scale(1.13);
      -ms-transform: scale(1.13);
      -webkit-transform: scale(1.13);
      transform: scale(1.13); }
    .__section.__1 ._live_ ._item:hover ._details {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-transform: translateY(70%);
      -o-transform: translateY(70%);
      -ms-transform: translateY(70%);
      -webkit-transform: translateY(70%);
      transform: translateY(70%); }
    .__section.__1 ._live_ ._item:hover ._icon {
      -moz-transform: translate(50%, -50%) scale(1);
      -o-transform: translate(50%, -50%) scale(1);
      -ms-transform: translate(50%, -50%) scale(1);
      -webkit-transform: translate(50%, -50%) scale(1);
      transform: translate(50%, -50%) scale(1); }
    .__section.__1 ._live_ ._item ._thumb img {
      width: 100%;
      -webkit-transition: all linear 0.2s 0.4s;
      -moz-transition: all linear 0.2s 0.4s;
      -ms-transition: all linear 0.2s 0.4s;
      -o-transition: all linear 0.2s 0.4s;
      transition: all linear 0.2s 0.4s; }
    .__section.__1 ._live_ ._item ._icon {
      position: absolute;
      top: 50%;
      right: 50%;
      z-index: 3;
      color: #ffffff;
      font-size: 32px;
      -moz-transform: translate(50%, -50%) scale(0);
      -o-transform: translate(50%, -50%) scale(0);
      -ms-transform: translate(50%, -50%) scale(0);
      -webkit-transform: translate(50%, -50%) scale(0);
      transform: translate(50%, -50%) scale(0); }
    .__section.__1 ._live_ ._item ._details {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3;
      width: 100%;
      text-align: center;
      padding: 2px 0 6px;
      background-color: rgba(105, 23, 108, 0.6); }
      .__section.__1 ._live_ ._item ._details ._title {
        margin: 0;
        color: #ffffff;
        font-size: 12px; }
  .__section.__1 ._social {
    padding-top: 7px; }
    .__section.__1 ._social a {
      float: left;
      width: 53px;
      display: block;
      margin-right: 15px;
      text-align: center;
      position: relative;
      padding-bottom: 22px; }
      .__section.__1 ._social a:hover .text {
        -webkit-animation: social_text linear .1s forwards;
        -moz-animation: social_text linear .1s forwards;
        -o-animation: social_text linear .1s forwards;
        animation: social_text linear .1s forwards; }
      .__section.__1 ._social a:hover .icon:before {
        -moz-transform: translate(50%, -50%) scale(1);
        -o-transform: translate(50%, -50%) scale(1);
        -ms-transform: translate(50%, -50%) scale(1);
        -webkit-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1); }
      .__section.__1 ._social a:hover[class*="facebook"] .icon:before {
        background-color: #3b5998; }
      .__section.__1 ._social a:hover[class*="twitter"] .icon:before {
        background-color: #55acee; }
      .__section.__1 ._social a:hover[class*="youtube"] .icon:before {
        background-color: #cd201f; }
      .__section.__1 ._social a:hover[class*="radio"] .icon:before {
        background-color: #7ac143; }
      .__section.__1 ._social a:hover[class*="tv"] .icon:before {
        background-color: #ff9900; }
      .__section.__1 ._social a[class*="radio"] .icon i {
        width: 25px;
        height: 28px;
        background: transparent url("../images/icon-radio.png"); }
      .__section.__1 ._social a[class*="tv"] .icon i {
        width: 29px;
        height: 29px;
        background: transparent url("../images/icon-tv.png"); }
      .__section.__1 ._social a .icon {
        display: block;
        width: 53px;
        height: 53px;
        position: relative;
        background-color: #8e1f92;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .__section.__1 ._social a .icon:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          right: 50%;
          z-index: 1;
          content: '';
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -moz-transform: translate(50%, -50%) scale(0);
          -o-transform: translate(50%, -50%) scale(0);
          -ms-transform: translate(50%, -50%) scale(0);
          -webkit-transform: translate(50%, -50%) scale(0);
          transform: translate(50%, -50%) scale(0); }
        .__section.__1 ._social a .icon i {
          position: absolute;
          top: 50%;
          right: 50%;
          z-index: 2;
          color: #ffffff;
          font-size: 24px;
          -moz-transform: translate(50%, -50%);
          -o-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
          -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }
      .__section.__1 ._social a .text {
        color: #ffffff;
        font-size: 11px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%; }
@-webkit-keyframes social_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes social_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes social_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes social_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.__section.__2.loading {
  overflow: hidden;
  height: 150px; }
.__section.__2 .container {
  position: relative; }
.__section.__2 .header {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 2;
  background-color: #69176c;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26); }
  .__section.__2 .header, .__section.__2 .header a {
    color: #ffffff; }
  .__section.__2 .header a {
    display: block;
    padding: 6px 14px 8px; }
    .__section.__2 .header a::before {
      border: 6px solid transparent;
      border-left-color: #69176c;
      border-top-color: #69176c;
      content: '';
      position: absolute;
      top: 0;
      left: 100%; }
  .__section.__2 .header:hover {
    background-color: #ffffff; }
    .__section.__2 .header:hover, .__section.__2 .header:hover a {
      color: #69176c; }
    .__section.__2 .header:hover a::before {
      border-left-color: #ffffff;
      border-top-color: #ffffff; }
.__section.__2 ._loading_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.9); }
  .__section.__2 ._loading_container .loader {
    position: absolute;
    top: 50%;
    right: 50%;
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
    .__section.__2 ._loading_container .loader svg path, .__section.__2 ._loading_container .loader svg rect {
      fill: #ffffff; }
.__section.__2 ._item {
  float: right;
  position: relative;
  margin-left: 10px; }
  .__section.__2 ._item:last-child {
    margin-left: 0; }
  .__section.__2 ._item a {
    display: block;
    position: relative; }
    .__section.__2 ._item a:before {
      width: 100%;
      height: 50%;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1;
      content: '';
      background: rgba(105, 23, 108, 0);
      background: -webkit-linear-gradient(-90deg, rgba(105, 23, 108, 0), rgba(105, 23, 108, 0), #69176c);
      background: linear-gradient(180deg, rgba(105, 23, 108, 0), rgba(105, 23, 108, 0), #69176c); }
  .__section.__2 ._item ._thumb img {
    width: 100%; }
  .__section.__2 ._item .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    color: #ffffff;
    font-size: 32px;
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
  .__section.__2 ._item ._details {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 0 10px 10px; }
    .__section.__2 ._item ._details ._title {
      margin: 0;
      color: #ffffff;
      font-size: 14px;
      text-align: center; }
@-webkit-keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.__section.__2 .slick-arrow {
  position: absolute;
  width: 33px;
  height: 100%;
  top: 0;
  color: #ffffff;
  font-size: 32px;
  background-color: #323232; }
  .__section.__2 .slick-arrow.slick-prev {
    right: -33px; }
  .__section.__2 .slick-arrow.slick-next {
    left: -23px; }
  .__section.__2 .slick-arrow i {
    position: absolute;
    top: 50%;
    right: 50%;
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
.__section.__3 {
  overflow: hidden;
  min-height: 100px;
  position: relative; }
  .__section.__3 .header {
    position: absolute;
    right: 33px;
    top: 0;
    z-index: 3;
    background-color: #69176c;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26); }
    .__section.__3 .header, .__section.__3 .header a {
      color: #ffffff; }
    .__section.__3 .header a {
      display: block;
      padding: 6px 14px 8px; }
      .__section.__3 .header a::before {
        border: 6px solid transparent;
        border-left-color: #69176c;
        border-top-color: #69176c;
        content: '';
        position: absolute;
        top: 0;
        left: 100%; }
    .__section.__3 .header:hover {
      background-color: #ffffff; }
      .__section.__3 .header:hover, .__section.__3 .header:hover a {
        color: #69176c; }
      .__section.__3 .header:hover a::before {
        border-left-color: #ffffff;
        border-top-color: #ffffff; }
  .__section.__3 ._loading_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.9); }
    .__section.__3 ._loading_container .loader {
      position: absolute;
      top: 50%;
      right: 50%;
      -moz-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
      .__section.__3 ._loading_container .loader svg path, .__section.__3 ._loading_container .loader svg rect {
        fill: #ffffff; }
  .__section.__3 ._item {
    float: right;
    position: relative;
    margin-left: 7px; }
    .__section.__3 ._item:last-child {
      margin-left: 0; }
    .__section.__3 ._item a {
      display: block;
      position: relative; }
      .__section.__3 ._item a:before {
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        content: '';
        background: rgba(105, 23, 108, 0);
        background: -webkit-linear-gradient(-90deg, rgba(105, 23, 108, 0), rgba(105, 23, 108, 0.6), rgba(105, 23, 108, 0.6));
        background: linear-gradient(180deg, rgba(105, 23, 108, 0), rgba(105, 23, 108, 0.6), rgba(105, 23, 108, 0.6)); }
    .__section.__3 ._item ._thumb img {
      width: 100%; }
    .__section.__3 ._item .icon {
      position: absolute;
      top: 50%;
      right: 50%;
      z-index: 2;
      color: #ffffff;
      font-size: 32px;
      -moz-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    .__section.__3 ._item ._details {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      padding: 0 10px 10px; }
      .__section.__3 ._item ._details ._title {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        text-align: center; }
@-webkit-keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes section2_text {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
    .__section.__3 ._item.new::before, .__section.__3 ._item.exclusive::before {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      color: #69176c;
      font-size: 12px;
      padding: 2px 10px 8px;
      background-color: #ffffff; }
    .__section.__3 ._item.new::before {
      content: 'جديد'; }
    .__section.__3 ._item.exclusive::before {
      content: 'حصري'; }
  .__section.__3 .slick-arrow {
    position: absolute;
    width: 33px;
    height: 100%;
    top: 0;
    z-index: 2;
    color: #ffffff;
    font-size: 32px;
    background-color: rgba(105, 23, 108, 0.8); }
    .__section.__3 .slick-arrow:hover {
      background-color: #69176c; }
    .__section.__3 .slick-arrow.slick-prev {
      right: 0; }
    .__section.__3 .slick-arrow.slick-next {
      left: 0; }
    .__section.__3 .slick-arrow i {
      position: absolute;
      top: 50%;
      right: 50%;
      -moz-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
.__section.__4 ._item {
  position: relative; }
  .__section.__4 ._item ._thumb img {
    width: 100%; }
  .__section.__4 ._item ._details {
    position: absolute;
    right: 0;
    width: 100%;
    background-color: rgba(105, 23, 108, 0.8); }
    .__section.__4 ._item ._details ._datetime {
      font-size: 11px;
      color: #ffffff; }
    .__section.__4 ._item ._details ._title {
      margin: 0;
      line-height: 1.3; }
      .__section.__4 ._item ._details ._title a {
        color: #ffffff; }
  .__section.__4 ._item._s_1 ._details {
    bottom: 30px;
    padding: 20px; }
    .__section.__4 ._item._s_1 ._details ._title {
      font-size: 20px;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
  .__section.__4 ._item._s_2 ._details {
    bottom: 10px;
    padding: 10px; }
    .__section.__4 ._item._s_2 ._details ._title {
      font-size: 16px; }
.__section.__7 {
  padding-top: 30px;
  background-color: #222222; }
  .__section.__7 .container {
    position: relative; }
  .__section.__7 .__widget_header {
    position: relative;
    margin-top: -55px;
    margin-bottom: 20px; }
    .__section.__7 .__widget_header .__widget_header_name {
      display: inline-block;
      height: 46px;
      color: #ffffff;
      font-size: 21px;
      line-height: 46px;
      padding: 0 30px;
      margin: 0;
      background-color: rgba(105, 23, 108, 0.9); }
      .__section.__7 .__widget_header .__widget_header_name a {
        color: #ffffff; }
      .__section.__7 .__widget_header .__widget_header_name:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        content: ' ';
        background-color: rgba(105, 23, 108, 0.9); }
  .__section.__7 ._item {
    position: relative; }
    .__section.__7 ._item ._thumb {
      position: relative; }
      .__section.__7 ._item ._thumb a::before {
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        content: '';
        background: rgba(0, 0, 0, 0);
        background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), #000);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000); }
      .__section.__7 ._item ._thumb img {
        width: 100%; }
      .__section.__7 ._item ._thumb .icon {
        position: absolute;
        top: 50%;
        right: 50%;
        z-index: 3;
        color: #ffffff;
        font-size: 32px;
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
    .__section.__7 ._item ._details {
      padding: 10px;
      position: absolute;
      /* background-color: #ffffff; */
      bottom: 0;
      right: 0;
      z-index: 2;
      width: 100%; }
      .__section.__7 ._item ._details ._count {
        display: none;
        font-size: 11px;
        color: #69176c;
        font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
        margin-bottom: 0; }
      .__section.__7 ._item ._details ._title {
        margin: 0;
        font-size: 14px;
        line-height: 1.3; }
        .__section.__7 ._item ._details ._title, .__section.__7 ._item ._details ._title a {
          color: #ffffff; }
.__section.__8 .container {
  position: relative; }
.__section.__8 .__widget_header {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
  margin-bottom: 20px; }
  .__section.__8 .__widget_header .__widget_header_name {
    display: inline-block;
    height: 46px;
    color: #ffffff;
    font-size: 21px;
    line-height: 46px;
    padding: 0 30px;
    margin: 0;
    background-color: rgba(105, 23, 108, 0.9); }
    .__section.__8 .__widget_header .__widget_header_name a {
      color: #ffffff; }
    .__section.__8 .__widget_header .__widget_header_name:before {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 100%;
      top: 0;
      content: ' ';
      background-color: rgba(105, 23, 108, 0.9); }
.__section.__8 .slider_container {
  position: relative;
  background-color: #ffffff; }
  .__section.__8 .slider_container ._details {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    padding: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000); }
    .__section.__8 .slider_container ._details ._count {
      color: #ffffff; }
      .__section.__8 .slider_container ._details ._count i {
        float: right;
        margin-left: 10px; }
    .__section.__8 .slider_container ._details ._photographer {
      color: #ffffff; }
    .__section.__8 .slider_container ._details ._title {
      color: #ffffff;
      margin: 0; }
  .__section.__8 .slider_container ._slider {
    position: relative;
    z-index: 1; }
.__section.__8 .__col.__2 ._item .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
.__section.__8 .__col.__2 ._item img {
  width: 100%; }
.__section.__8 .__col.__2 ._item a {
  display: block; }
.__section.__8 .__col.__2 ._item {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }
  .__section.__8 .__col.__2 ._item._item_active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
.__section.__8 .slick-arrow {
  width: 40px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 5;
  color: #ffffff;
  font-size: 32px;
  line-height: 100px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .__section.__8 .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .__section.__8 .slick-arrow.slick-disabled {
    color: rgba(0, 0, 0, 0.14);
    background-color: rgba(0, 0, 0, 0.11); }
    .__section.__8 .slick-arrow.slick-disabled:hover {
      color: rgba(0, 0, 0, 0.14);
      background-color: rgba(0, 0, 0, 0.11); }
  .__section.__8 .slick-arrow.slick-prev {
    right: 20px; }
  .__section.__8 .slick-arrow.slick-next {
    left: 20px; }
.__section.__8 .loader {
  position: absolute;
  top: 50%;
  right: 50%;
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
.__section.__8._loading .__col.__2 ._item._item_active .loader {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
.__section.__10 {
  padding-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  background-color: #69176c; }
  .__section.__10:before {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 49%;
    content: '';
    border-right: 1px solid #561358;
    border-left: 1px solid #741977; }
.__section.__11 {
  padding: 10px 10px 0;
  background-color: #dedede; }
  .__section.__11 .__widget_header {
    position: relative;
    margin-bottom: 10px; }
    .__section.__11 .__widget_header .__widget_header_name {
      display: inline-block;
      height: 46px;
      color: #ffffff;
      font-size: 21px;
      line-height: 46px;
      padding: 0 30px;
      margin: 0;
      background-color: rgba(105, 23, 108, 0.9); }
      .__section.__11 .__widget_header .__widget_header_name a {
        color: #ffffff; }
      .__section.__11 .__widget_header .__widget_header_name:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 100%;
        top: 0;
        background-color: rgba(105, 23, 108, 0.9); }
  .__section.__11 ._item {
    position: relative; }
    .__section.__11 ._item ._thumb {
      position: relative; }
      .__section.__11 ._item ._thumb img {
        width: 100%; }
      .__section.__11 ._item ._thumb .icon {
        position: absolute;
        top: 50%;
        right: 50%;
        color: #ffffff;
        font-size: 32px;
        -moz-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
    .__section.__11 ._item ._details {
      padding: 15px;
      background-color: #ffffff; }
      .__section.__11 ._item ._details ._count {
        font-size: 11px;
        color: #69176c;
        font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
        margin-bottom: 0; }
      .__section.__11 ._item ._details ._title {
        margin: 0;
        font-size: 14px;
        line-height: 1.3;
        height: 57px;
        overflow: hidden; }
        .__section.__11 ._item ._details ._title a {
          color: #333333; }

._ads {
  text-align: center; }
  ._ads a {
    display: block; }
  ._ads img {
    display: inline-block; }

/* LAYOUTS */
.__layout.__1 {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 20px; }
  .__layout.__1 .__widget_header {
    margin-bottom: 15px; }
    .__layout.__1 .__widget_header .__widget_header_name {
      display: inline-block;
      font-size: 19px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      line-height: 23px;
      padding-right: 15px;
      border-right: 3px solid #69176c; }
      .__layout.__1 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__1 ._item {
    margin-bottom: 8px; }
    .__layout.__1 ._item ._thumb {
      position: relative; }
      .__layout.__1 ._item ._thumb img {
        width: 100%; }
      .__layout.__1 ._item ._thumb .cat {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 12px;
        padding: 0 6px 4px; }
    .__layout.__1 ._item ._details {
      margin-top: 6px; }
      .__layout.__1 ._item ._details ._title {
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        height: 22px;
        overflow: hidden; }
  .__layout.__1 .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 2; }
    .__layout.__1 .slick-dots li {
      display: inline-block;
      width: 9px;
      height: 9px;
      margin-right: 6px;
      text-indent: -999em;
      border: 1px solid #69176c;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .__layout.__1 .slick-dots li.slick-active {
        background-color: #69176c; }
.__layout.__2 {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 20px; }
  .__layout.__2 .__widget_header {
    margin-bottom: 15px; }
    .__layout.__2 .__widget_header .__widget_header_name {
      display: inline-block;
      font-size: 19px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      line-height: 23px;
      padding-right: 15px;
      border-right: 3px solid #ec1200; }
      .__layout.__2 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__2 ._item._1 ._thumb img {
    width: 100%; }
  .__layout.__2 ._item._1 ._details {
    margin-top: 8px; }
    .__layout.__2 ._item._1 ._details ._title {
      font-size: 16px;
      margin: 0;
      height: 37px;
      overflow: hidden; }
  .__layout.__2 ._item._2 {
    height: 67px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #f1f1f1; }
    .__layout.__2 ._item._2 ._thumb {
      width: 96px;
      height: 60px;
      display: table-cell;
      vertical-align: middle; }
    .__layout.__2 ._item._2 ._details {
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px; }
      .__layout.__2 ._item._2 ._details ._title {
        font-size: 15px;
        line-height: 1.4;
        margin: 0;
        height: 46px;
        overflow: hidden; }
.__layout.__3 {
  background-color: #404040;
  padding: 20px 10px; }
  .__layout.__3 .__widget_header {
    margin-bottom: 15px; }
    .__layout.__3 .__widget_header .__widget_header_name {
      display: inline-block;
      font-size: 19px;
      margin: 0;
      color: #ffffff;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      line-height: 23px;
      padding-right: 15px;
      border-right: 3px solid #ec1200; }
      .__layout.__3 .__widget_header .__widget_header_name a {
        color: #ffffff; }
  .__layout.__3 .__widget_body:hover ._item {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .__layout.__3 .__widget_body ._item:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    transform: scale(1.075); }
  .__layout.__3 ._item:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    transform: scale(1.075); }
  .__layout.__3 ._item ._thumb {
    position: relative;
    overflow: hidden; }
    .__layout.__3 ._item ._thumb img {
      width: 100%; }
    .__layout.__3 ._item ._thumb .icon {
      position: absolute;
      top: 50%;
      right: 50%;
      color: #ffffff;
      font-size: 32px;
      -moz-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
  .__layout.__3 ._item ._details {
    margin-top: 6px; }
    .__layout.__3 ._item ._details ._title {
      font-size: 11px;
      margin: 0;
      height: 28px;
      overflow: hidden;
      color: #ffffff; }
      .__layout.__3 ._item ._details ._title a {
        color: #ffffff; }
.__layout.__4 {
  width: 100%;
  display: table;
  background-color: #ffffff;
  border: 1px solid #efefef; }
  .__layout.__4 .__widget_header {
    margin-bottom: 15px;
    margin-top: 10px; }
    .__layout.__4 .__widget_header .__widget_header_name {
      font-size: 17px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      text-align: center; }
      .__layout.__4 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__4 ._col {
    display: table-cell;
    vertical-align: top; }
    .__layout.__4 ._col._1 {
      width: 105px;
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #26a6d1; }
    .__layout.__4 ._col._2 {
      padding: 20px;
      width: 80%;
      width: -moz-calc(100% - 105px);
      width: -webkit-calc(100% - 105px);
      width: -o-calc(100% - 105px);
      width: calc(100% - 105px); }
  .__layout.__4 ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .__layout.__4 ul.tabs li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      line-height: 34px;
      text-align: center; }
      .__layout.__4 ul.tabs li a.selected {
        background-color: #2c8fc0;
        font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
  .__layout.__4 ._item[data-type="graduation"] ._thumb:before {
    background-color: #00a651; }
  .__layout.__4 ._item[data-type="social"] ._thumb:before {
    background-color: social; }
  .__layout.__4 ._item[data-type="success"] ._thumb:before {
    background-color: #00aeef; }
  .__layout.__4 ._item[data-type="wedding"] ._thumb:before {
    background-color: #fff200; }
  .__layout.__4 ._item[data-type="born"] ._thumb:before {
    background-color: #ec008c; }
  .__layout.__4 ._item[data-type="engagement"] ._thumb:before {
    background-color: engagement; }
  .__layout.__4 ._item[data-type="birthday"] ._thumb:before {
    background-color: birthday; }
  .__layout.__4 ._item[data-type="prisoner"] ._thumb:before {
    background-color: #e61107; }
  .__layout.__4 ._item[data-type="memory"] ._thumb:before {
    background-color: memory; }
  .__layout.__4 ._item[data-type="death"] ._thumb:before {
    background-color: death; }
  .__layout.__4 ._item ._thumb {
    width: 68px;
    height: 68px;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .__layout.__4 ._item ._thumb img {
      width: 68px;
      height: 68px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .__layout.__4 ._item ._thumb:before {
      width: 14px;
      height: 14px;
      position: absolute;
      bottom: 2px;
      left: 2px;
      z-index: 3;
      content: '';
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .__layout.__4 ._item ._details {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    width: 80%;
    width: -moz-calc(100% - 68px);
    width: -webkit-calc(100% - 68px);
    width: -o-calc(100% - 68px);
    width: calc(100% - 68px); }
    .__layout.__4 ._item ._details ._name {
      color: #404040;
      font-size: 14px;
      margin: 0 0 5px;
      height: 20px;
      overflow: hidden;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
    .__layout.__4 ._item ._details ._date {
      color: #404040;
      font-size: 11px;
      margin-bottom: 0; }
    .__layout.__4 ._item ._details ._event {
      color: #404040;
      font-size: 12px;
      margin-bottom: 0; }
  .__layout.__4 .view-more a {
    display: inline-block;
    padding: 4px 10px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .__layout.__4 .view-more a:hover {
      background-color: #69176c;
      color: #ffffff; }
.__layout.__5 {
  background-color: #ffffff;
  border: 1px solid #efefef;
  position: relative;
  padding: 20px; }
  .__layout.__5 .__widget_header {
    margin-bottom: 15px;
    margin-top: 10px; }
    .__layout.__5 .__widget_header .__widget_header_name {
      font-size: 17px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      text-align: center; }
      .__layout.__5 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__5 .__widget_header_tabs {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .__layout.__5 .__widget_header_tabs ul.tabs {
      margin: 0 30px;
      padding: 0;
      list-style-type: none;
      display: flex;
      justify-content: space-between; }
      .__layout.__5 .__widget_header_tabs ul.tabs li {
        text-align: center; }
        .__layout.__5 .__widget_header_tabs ul.tabs li a {
          color: #c4c4c4; }
          .__layout.__5 .__widget_header_tabs ul.tabs li a.selected {
            color: #f02532; }
  .__layout.__5 ._item {
    margin-bottom: 30px; }
    .__layout.__5 ._item[data-type*="twitter"]:before {
      content: '\eac0';
      background-color: #55acee; }
    .__layout.__5 ._item[data-type*="facebook"]:before {
      content: '\eabb';
      background-color: #3b5998; }
    .__layout.__5 ._item[data-type*="google"]:before {
      content: '\eab7';
      background-color: #dc4e41; }
    .__layout.__5 ._item[data-type*="youtube"]:before {
      content: '\eac8';
      background-color: #cd201f; }
    .__layout.__5 ._item:before {
      float: right;
      width: 32px;
      height: 32px;
      color: #ffffff;
      font-size: 20px;
      font-family: 'alhalabi' !important;
      line-height: 32px;
      text-align: center;
      margin-left: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .__layout.__5 ._item .content {
      margin-right: 47px; }
      .__layout.__5 ._item .content ._datetime {
        color: #666f78;
        font-size: 10px;
        margin-bottom: 0; }
      .__layout.__5 ._item .content ._text {
        color: #666f78;
        font-size: 13px;
        margin-bottom: 0; }
      .__layout.__5 ._item .content ._img {
        margin-top: 10px; }
        .__layout.__5 ._item .content ._img img {
          display: inline-block; }
  .__layout.__5 ._tab_content {
    position: relative; }
.__layout.__6 {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 27px 20px 26px; }
  .__layout.__6 .__widget_header {
    margin-bottom: 20px; }
    .__layout.__6 .__widget_header .__widget_header_name {
      display: inline-block;
      font-size: 19px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      line-height: 23px;
      padding-right: 15px;
      border-right: 3px solid #92278f; }
      .__layout.__6 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__6 ._item {
    margin-bottom: 30px; }
    .__layout.__6 ._item ._thumb {
      position: relative; }
      .__layout.__6 ._item ._thumb img {
        width: 100%; }
      .__layout.__6 ._item ._thumb .cat {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 12px;
        padding: 0 6px 4px; }
    .__layout.__6 ._item ._details {
      padding-right: 20px; }
      .__layout.__6 ._item ._details ._title {
        font-size: 17px;
        margin: 0 0 5px; }
      .__layout.__6 ._item ._details ._datetime {
        color: #777777;
        font-size: 12px;
        margin-bottom: 0; }
        .__layout.__6 ._item ._details ._datetime i {
          float: right;
          margin-left: 5px;
          font-size: 16px; }
      .__layout.__6 ._item ._details ._desc {
        color: #777777;
        margin-bottom: 0;
        height: 62px;
        overflow: hidden; }
  .__layout.__6 .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 2; }
    .__layout.__6 .slick-dots li {
      display: inline-block;
      width: 9px;
      height: 9px;
      margin-right: 6px;
      text-indent: -999em;
      border: 1px solid #69176c;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .__layout.__6 .slick-dots li.slick-active {
        background-color: #69176c; }
.__layout.__7 {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 20px; }
  .__layout.__7 .__widget_header {
    margin-bottom: 20px; }
    .__layout.__7 .__widget_header .__widget_header_name {
      display: inline-block;
      font-size: 19px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      line-height: 23px;
      padding-right: 15px;
      border-right: 3px solid #92278f; }
      .__layout.__7 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__7 ._item {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f1f1f1; }
    .__layout.__7 ._item:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
    .__layout.__7 ._item ._thumb {
      position: relative;
      margin-bottom: 5px; }
      .__layout.__7 ._item ._thumb img {
        width: 100%; }
      .__layout.__7 ._item ._thumb .cat {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 12px;
        padding: 0 6px 4px; }
    .__layout.__7 ._item ._details ._title {
      font-size: 17px;
      margin: 0 0 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-bottom: 7px; }
      .__layout.__7 ._item ._details ._title span {
        color: #ac0e00; }
    .__layout.__7 ._item ._details ._datetime {
      color: #777777;
      font-size: 12px;
      margin-bottom: 0; }
      .__layout.__7 ._item ._details ._datetime i {
        float: right;
        margin-left: 5px;
        font-size: 16px; }
    .__layout.__7 ._item ._details ._desc {
      color: #777777;
      margin-bottom: 0;
      height: 62px;
      overflow: hidden; }
.__layout.__8 .__widget_header {
  margin-bottom: 30px; }
  .__layout.__8 .__widget_header .__widget_header_name {
    margin: 0;
    font-size: 18px;
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
    .__layout.__8 .__widget_header .__widget_header_name a {
      color: #ffffff; }
.__layout.__8 ._item {
  height: 90px;
  margin-bottom: 15px; }
  .__layout.__8 ._item ._thumb {
    width: 90px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .__layout.__8 ._item ._thumb .icon {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 24px;
      height: 24px;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      text-align: center;
      background-color: #2196f3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .__layout.__8 ._item ._thumb img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .__layout.__8 ._item .sm2_button i[class*="pause"] {
    display: none; }
  .__layout.__8 ._item .sm2_button.sm2_playing i[class*="play"] {
    display: none; }
  .__layout.__8 ._item .sm2_button.sm2_playing i[class*="pause"] {
    display: block; }
  .__layout.__8 ._item .sm2_button.sm2_playing .icon {
    background-color: #cd201f; }
  .__layout.__8 ._item .sm2_button.sm2_paused i[class*="play"] {
    display: block; }
  .__layout.__8 ._item .sm2_button.sm2_paused i[class*="pause"] {
    display: none; }
  .__layout.__8 ._item ._details {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px; }
    .__layout.__8 ._item ._details ._datetime {
      color: #ffffff;
      font-size: 10px;
      margin-bottom: 2px;
      font-family: "HelveticaLight" , Arial, Helvetica, sans-serif; }
    .__layout.__8 ._item ._details ._title {
      font-size: 14px;
      line-height: 1.4;
      margin: 0;
      color: #ffffff; }
      .__layout.__8 ._item ._details ._title a {
        color: #ffffff; }
.__layout.__8_2 .__widget_header {
  margin-bottom: 30px; }
  .__layout.__8_2 .__widget_header .__widget_header_name {
    margin: 0;
    font-size: 18px;
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
    .__layout.__8_2 .__widget_header .__widget_header_name a {
      color: #ffffff; }
.__layout.__8_2 ._item {
  height: 90px;
  margin-bottom: 15px; }
  .__layout.__8_2 ._item ._thumb {
    width: 90px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .__layout.__8_2 ._item ._thumb .icon {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 24px;
      height: 24px;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      text-align: center;
      background-color: #2196f3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .__layout.__8_2 ._item ._thumb img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .__layout.__8_2 ._item .sm2_button i[class*="pause"] {
    display: none; }
  .__layout.__8_2 ._item .sm2_button.sm2_playing i[class*="play"] {
    display: none; }
  .__layout.__8_2 ._item .sm2_button.sm2_playing i[class*="pause"] {
    display: block; }
  .__layout.__8_2 ._item .sm2_button.sm2_playing .icon {
    background-color: #cd201f; }
  .__layout.__8_2 ._item .sm2_button.sm2_paused i[class*="play"] {
    display: block; }
  .__layout.__8_2 ._item .sm2_button.sm2_paused i[class*="pause"] {
    display: none; }
  .__layout.__8_2 ._item ._details {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px; }
    .__layout.__8_2 ._item ._details ._datetime {
      font-size: 10px;
      margin-bottom: 2px;
      font-family: "HelveticaLight" , Arial, Helvetica, sans-serif; }
    .__layout.__8_2 ._item ._details ._title {
      font-size: 14px;
      line-height: 1.4;
      margin: 0; }
.__layout.__9 .__widget_header {
  margin-bottom: 30px; }
  .__layout.__9 .__widget_header .__widget_header_name {
    margin: 0;
    font-size: 18px;
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
    .__layout.__9 .__widget_header .__widget_header_name a {
      color: #ffffff; }
.__layout.__9 ._item {
  height: 95px;
  margin-bottom: 15px; }
  .__layout.__9 ._item ._thumb {
    width: 95px;
    height: 95px;
    display: table-cell;
    vertical-align: middle; }
  .__layout.__9 ._item ._details {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px; }
    .__layout.__9 ._item ._details ._datetime, .__layout.__9 ._item ._details .author {
      color: #ffffff;
      font-size: 10px;
      margin-bottom: 2px;
      font-family: "HelveticaLight" , Arial, Helvetica, sans-serif; }
      .__layout.__9 ._item ._details ._datetime.author:hover, .__layout.__9 ._item ._details .author.author:hover {
        text-decoration: underline; }
    .__layout.__9 ._item ._details ._title {
      font-size: 14px;
      line-height: 1.4;
      margin: 0;
      color: #ffffff; }
      .__layout.__9 ._item ._details ._title a {
        color: #ffffff; }
.__layout.__10 .__widget_header {
  margin-bottom: 30px; }
  .__layout.__10 .__widget_header .__widget_header_name {
    margin: 0;
    font-size: 18px;
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
    .__layout.__10 .__widget_header .__widget_header_name a {
      color: #ffffff; }
.__layout.__10 ._item {
  height: 53px;
  margin-bottom: 30px; }
  .__layout.__10 ._item ._thumb, .__layout.__10 ._item ._thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .__layout.__10 ._item ._thumb {
    width: 53px;
    height: 53px;
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .__layout.__10 ._item ._thumb .icon {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 24px;
      height: 24px;
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      text-align: center;
      background-color: #2196f3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .__layout.__10 ._item .sm2_button i[class*="pause"] {
    display: none; }
  .__layout.__10 ._item .sm2_button.sm2_playing i[class*="play"] {
    display: none; }
  .__layout.__10 ._item .sm2_button.sm2_playing i[class*="pause"] {
    display: block; }
  .__layout.__10 ._item .sm2_button.sm2_playing .icon {
    background-color: #cd201f; }
  .__layout.__10 ._item .sm2_button.sm2_paused i[class*="play"] {
    display: block; }
  .__layout.__10 ._item .sm2_button.sm2_paused i[class*="pause"] {
    display: none; }
  .__layout.__10 ._item ._details {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px; }
    .__layout.__10 ._item ._details ._datetime {
      font-size: 10px;
      margin-bottom: 2px;
      font-family: "HelveticaLight" , Arial, Helvetica, sans-serif; }
    .__layout.__10 ._item ._details ._title {
      font-size: 14px;
      line-height: 1.4;
      margin: 0; }
.__layout.__4_2 {
  width: 100%;
  display: table;
  background-color: #ffffff;
  border: 1px solid #efefef; }
  .__layout.__4_2 .__widget_header {
    margin-bottom: 15px;
    margin-top: 10px; }
    .__layout.__4_2 .__widget_header .__widget_header_name {
      font-size: 17px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      text-align: center; }
      .__layout.__4_2 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__4_2 .__widget_body {
    padding: 20px; }
  .__layout.__4_2 ._item {
    margin-bottom: 20px; }
    .__layout.__4_2 ._item[data-type="graduation"] ._thumb:before {
      background-color: #00a651; }
    .__layout.__4_2 ._item[data-type="social"] ._thumb:before {
      background-color: social; }
    .__layout.__4_2 ._item[data-type="success"] ._thumb:before {
      background-color: #00aeef; }
    .__layout.__4_2 ._item[data-type="wedding"] ._thumb:before {
      background-color: #fff200; }
    .__layout.__4_2 ._item[data-type="born"] ._thumb:before {
      background-color: #ec008c; }
    .__layout.__4_2 ._item[data-type="engagement"] ._thumb:before {
      background-color: engagement; }
    .__layout.__4_2 ._item[data-type="birthday"] ._thumb:before {
      background-color: birthday; }
    .__layout.__4_2 ._item[data-type="prisoner"] ._thumb:before {
      background-color: #e61107; }
    .__layout.__4_2 ._item[data-type="memory"] ._thumb:before {
      background-color: memory; }
    .__layout.__4_2 ._item[data-type="death"] ._thumb:before {
      background-color: death; }
    .__layout.__4_2 ._item ._thumb {
      width: 68px;
      height: 68px;
      position: relative;
      display: table-cell;
      vertical-align: middle; }
      .__layout.__4_2 ._item ._thumb img {
        width: 68px;
        height: 68px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .__layout.__4_2 ._item ._thumb:before {
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: 2px;
        left: 2px;
        z-index: 3;
        content: '';
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .__layout.__4_2 ._item ._details {
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px;
      width: 80%;
      width: -moz-calc(100% - 68px);
      width: -webkit-calc(100% - 68px);
      width: -o-calc(100% - 68px);
      width: calc(100% - 68px); }
      .__layout.__4_2 ._item ._details ._name {
        color: #404040;
        font-size: 14px;
        margin: 0 0 5px;
        height: 20px;
        overflow: hidden;
        font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
      .__layout.__4_2 ._item ._details ._date {
        color: #404040;
        font-size: 11px;
        margin-bottom: 0; }
      .__layout.__4_2 ._item ._details ._event {
        color: #404040;
        font-size: 12px;
        margin-bottom: 0; }
.__layout.__4_3 {
  width: 100%;
  display: table;
  background-color: #ffffff;
  border: 1px solid #efefef; }
  .__layout.__4_3 .__widget_header {
    margin-bottom: 15px;
    margin-top: 10px; }
    .__layout.__4_3 .__widget_header .__widget_header_name {
      font-size: 17px;
      margin: 0;
      color: #404040;
      font-family: "HelveticaBold" , Arial, Helvetica, sans-serif;
      text-align: center; }
      .__layout.__4_3 .__widget_header .__widget_header_name a {
        color: #404040; }
  .__layout.__4_3 .__widget_body {
    padding: 20px; }
  .__layout.__4_3 ._item {
    margin-bottom: 20px; }
    .__layout.__4_3 ._item[data-type="graduation"] ._thumb:before {
      background-color: #00a651; }
    .__layout.__4_3 ._item[data-type="social"] ._thumb:before {
      background-color: social; }
    .__layout.__4_3 ._item[data-type="success"] ._thumb:before {
      background-color: #00aeef; }
    .__layout.__4_3 ._item[data-type="wedding"] ._thumb:before {
      background-color: #fff200; }
    .__layout.__4_3 ._item[data-type="born"] ._thumb:before {
      background-color: #ec008c; }
    .__layout.__4_3 ._item[data-type="engagement"] ._thumb:before {
      background-color: engagement; }
    .__layout.__4_3 ._item[data-type="birthday"] ._thumb:before {
      background-color: birthday; }
    .__layout.__4_3 ._item[data-type="prisoner"] ._thumb:before {
      background-color: #e61107; }
    .__layout.__4_3 ._item[data-type="memory"] ._thumb:before {
      background-color: memory; }
    .__layout.__4_3 ._item[data-type="death"] ._thumb:before {
      background-color: death; }
    .__layout.__4_3 ._item ._thumb {
      width: 68px;
      height: 68px;
      position: relative;
      display: table-cell;
      vertical-align: middle; }
      .__layout.__4_3 ._item ._thumb img {
        width: 68px;
        height: 68px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .__layout.__4_3 ._item ._thumb:before {
        width: 14px;
        height: 14px;
        position: absolute;
        bottom: 2px;
        left: 2px;
        z-index: 3;
        content: '';
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .__layout.__4_3 ._item ._details {
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px;
      width: 80%;
      width: -moz-calc(100% - 68px);
      width: -webkit-calc(100% - 68px);
      width: -o-calc(100% - 68px);
      width: calc(100% - 68px); }
      .__layout.__4_3 ._item ._details ._name {
        color: #404040;
        font-size: 14px;
        margin: 0 0 5px;
        height: 20px;
        overflow: hidden;
        font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
      .__layout.__4_3 ._item ._details ._date {
        color: #404040;
        font-size: 11px;
        margin-bottom: 0; }
      .__layout.__4_3 ._item ._details ._event {
        color: #404040;
        font-size: 12px;
        margin-bottom: 0; }
.__layout.__10_2 ._item ._details ._title {
  font-size: 24px; }
.__layout.__10_2 ._item ._thumb img {
  width: 100%; }
.__layout.__10_2 ._item .player audio {
  width: 100%; }

/* Main Footer */
.main_footer {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #ffffff; }
  .main_footer .__links .head {
    color: #5c6c7f;
    font-size: 15px;
    margin: 0 0 20px;
    font-family: "HelveticaBold" , Arial, Helvetica, sans-serif; }
  .main_footer .__links ul.links {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .main_footer .__links ul.links li a {
      display: block;
      color: #5c6c7f;
      font-size: 13px;
      padding-top: 4px;
      padding-bottom: 8px; }
      .main_footer .__links ul.links li a:hover {
        text-decoration: underline; }
  .main_footer .social {
    margin-top: 20px; }
    .main_footer .social a {
      display: inline-block;
      width: 32px;
      height: 32px;
      color: #ffffff;
      font-size: 16px;
      margin-left: 6px;
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .main_footer .social a[class*="facebook"] {
        background-color: #3b5998; }
        .main_footer .social a[class*="facebook"]:hover {
          background-color: #2e4677; }
      .main_footer .social a[class*="twitter"] {
        background-color: #55acee; }
        .main_footer .social a[class*="twitter"]:hover {
          background-color: #2b98ea; }
      .main_footer .social a[class*="youtube"] {
        background-color: #cd201f; }
        .main_footer .social a[class*="youtube"]:hover {
          background-color: #a51a19; }

.footer {
  height: 60px;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 5px solid #69176c; }
  .footer .container {
    position: relative; }
  .footer .copyright {
    color: #666f78;
    font-size: 13px;
    text-align: center;
    line-height: 60px; }
  .footer .atyaf {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px; }

.loader svg path,
.loader svg rect {
  fill: #69176c; }

._live_page ._live_main_menu .item .for_item:checked ~ .head:before {
  border: 8px solid transparent;
  border-top-color: #69176c;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 30px;
  z-index: 2;
  content: ''; }
._live_page ._live_main_menu .item .for_item:checked ~ ._content {
  display: block; }
._live_page ._live_main_menu .item .head {
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #69176c; }
  ._live_page ._live_main_menu .item .head > a, ._live_page ._live_main_menu .item .head > span {
    display: block;
    color: #ffffff;
    padding: 9px 0; }
._live_page ._live_main_menu .item label {
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
._live_page ._live_main_menu .item ul {
  list-style-type: none;
  padding: 0 0 10px;
  margin: 0;
  display: none; }
  ._live_page ._live_main_menu .item ul li a {
    display: block;
    font-size: 14px;
    padding: 6px 15px; }
    ._live_page ._live_main_menu .item ul li a._selected {
      background-color: #fafafa;
      color: #69176c; }
      ._live_page ._live_main_menu .item ul li a._selected i._1 {
        display: none; }
      ._live_page ._live_main_menu .item ul li a._selected i._2 {
        display: block; }
    ._live_page ._live_main_menu .item ul li a i {
      float: right;
      font-size: 16px;
      margin-left: 5px;
      margin-top: 4px; }
      ._live_page ._live_main_menu .item ul li a i._2 {
        display: none; }
._live_page ._live_main_menu .item .__channel:last-child ._quality {
  border-bottom: 2px solid #dddddd; }
._live_page ._live_main_menu .item .__channel._active ._channel, ._live_page ._live_main_menu .item .__channel._playing ._channel {
  background-color: #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  ._live_page ._live_main_menu .item .__channel._active ._channel a, ._live_page ._live_main_menu .item .__channel._playing ._channel a {
    color: #69176c; }
  ._live_page ._live_main_menu .item .__channel._active ._channel i, ._live_page ._live_main_menu .item .__channel._playing ._channel i {
    color: #69176c; }
._live_page ._live_main_menu .item .__channel ._channel {
  position: relative;
  color: #000000;
  font-size: 16px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e4e4e4; }
  ._live_page ._live_main_menu .item .__channel ._channel._active, ._live_page ._live_main_menu .item .__channel ._channel._playing {
    background-color: #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
    ._live_page ._live_main_menu .item .__channel ._channel._active:before, ._live_page ._live_main_menu .item .__channel ._channel._playing:before {
      position: absolute;
      left: 33px;
      top: 9px;
      font-size: 10px;
      font-weight: 100;
      color: #ed363c;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-animation: playing_channel linear .6s infinite;
      -moz-animation: playing_channel linear .6s infinite;
      -o-animation: playing_channel linear .6s infinite;
      animation: playing_channel linear .6s infinite; }
    ._live_page ._live_main_menu .item .__channel ._channel._active > a:first-child, ._live_page ._live_main_menu .item .__channel ._channel._playing > a:first-child {
      color: #69176c; }
      ._live_page ._live_main_menu .item .__channel ._channel._active > a:first-child i, ._live_page ._live_main_menu .item .__channel ._channel._playing > a:first-child i {
        color: #69176c; }
  ._live_page ._live_main_menu .item .__channel ._channel > a:first-child {
    display: block;
    padding: 6px 20px 6px 0; }
    ._live_page ._live_main_menu .item .__channel ._channel > a:first-child i {
      position: absolute;
      left: 10px;
      top: 8px;
      color: #9a9a9a;
      font-size: 18px; }
  ._live_page ._live_main_menu .item .__channel ._channel .mobile {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 36px;
    top: 0;
    z-index: 3;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    color: #a4c639; }
    ._live_page ._live_main_menu .item .__channel ._channel .mobile:active {
      background-color: #69176c;
      color: #ffffff; }
@-webkit-keyframes playing_channel {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }
@-moz-keyframes playing_channel {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }
@-o-keyframes playing_channel {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }
@keyframes playing_channel {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); } }
.search-page-results .search-tabs {
  background-color: #f8f8f8; }
  .search-page-results .search-tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .search-page-results .search-tabs ul li {
      display: inline-block; }
      .search-page-results .search-tabs ul li a {
        display: block;
        font-size: 16px;
        padding: 13px 20px;
        position: relative;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -ms-transition: width 0.2s;
        -o-transition: width 0.2s;
        transition: width 0.2s; }
        .search-page-results .search-tabs ul li a::before {
          width: 0;
          height: 3px;
          position: absolute;
          top: 100%;
          right: 50%;
          content: '';
          background-color: #69176c;
          -moz-transform: translateX(50%);
          -o-transform: translateX(50%);
          -ms-transform: translateX(50%);
          -webkit-transform: translateX(50%);
          transform: translateX(50%); }
        .search-page-results .search-tabs ul li a.selected::before {
          width: 100%; }

/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
.__halabi_mobile_menu ul.links > li a,
.__halabi_mobile_menu ul.links > li ._arrow:before,
.__halabi_mobile_menu ul.links > li > ul {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.__halabi_mobile_menu_button .navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto; }
  .__halabi_mobile_menu_button .navTrigger i {
    background-color: #69176c;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px; }
  .__halabi_mobile_menu_button .navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .__halabi_mobile_menu_button .navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  .__halabi_mobile_menu_button .navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  body._halabi_menu_open .__halabi_mobile_menu_button .navTrigger i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  body._halabi_menu_open .__halabi_mobile_menu_button .navTrigger i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  body._halabi_menu_open .__halabi_mobile_menu_button .navTrigger i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards; }
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }
@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }
.__halabi_mobile_menu {
  width: 260px;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 30;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25); }
  .__halabi_mobile_menu .__halabi_mobile_menu_button {
    text-align: left;
    padding-left: 20px; }
    .__halabi_mobile_menu .__halabi_mobile_menu_button .navTrigger {
      display: inline-block; }
    .__halabi_mobile_menu .__halabi_mobile_menu_button + ._search {
      margin-top: 0 !important; }
  body._halabi_menu_open .__halabi_mobile_menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    visibility: visible; }
    body._halabi_menu_open .__halabi_mobile_menu + .__halabi_mobile_menu_light {
      visibility: visible; }
  .__halabi_mobile_menu .site_logo {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: -2em; }
    .__halabi_mobile_menu .site_logo img {
      display: inline-block; }
    .__halabi_mobile_menu .site_logo + ._search {
      margin-top: 0 !important; }
  .__halabi_mobile_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .__halabi_mobile_menu ul.links > li {
    position: relative;
    border-bottom: 1px solid transparent; }
    .__halabi_mobile_menu ul.links > li:last-child {
      border-bottom: 0; }
    .__halabi_mobile_menu ul.links > li a {
      display: block;
      font-size: 14px;
      line-height: 40px; }
    .__halabi_mobile_menu ul.links > li > a {
      padding: 0 1em; }
    .__halabi_mobile_menu ul.links > li input[type="checkbox"]:checked ~ ul {
      display: block;
      visibility: visible; }
    .__halabi_mobile_menu ul.links > li input[type="checkbox"]:checked ~ ._arrow:before {
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .__halabi_mobile_menu ul.links > li ._arrow {
      visibility: hidden;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      font-weight: 100;
      border-right: 1px solid transparent; }
      .__halabi_mobile_menu ul.links > li ._arrow:before {
        font-family: 'alhalabi' !important;
        font-size: 20px;
        content: '\e207';
        position: absolute;
        top: 50%;
        right: 50%;
        margin: -14px -10px 0 0; }
    .__halabi_mobile_menu ul.links > li > ul {
      border-top: 1px solid transparent;
      border-bottom: 2px solid transparent;
      padding-top: 10px;
      padding-bottom: 10px;
      display: none;
      visibility: hidden; }
      .__halabi_mobile_menu ul.links > li > ul > li > a {
        padding: 0 2em; }
      .__halabi_mobile_menu ul.links > li > ul + ._arrow {
        visibility: visible; }
  .__halabi_mobile_menu ._divider {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
  .__halabi_mobile_menu .atyaf_logo {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em; }
    .__halabi_mobile_menu .atyaf_logo img {
      display: inline-block; }
  .__halabi_mobile_menu ._search {
    margin-top: -2em;
    width: 100%;
    padding: 20px; }
    .__halabi_mobile_menu ._search form {
      height: 42px;
      position: relative; }
    .__halabi_mobile_menu ._search input[type="text"], .__halabi_mobile_menu ._search input[type="search"] {
      width: 100%;
      border: none;
      height: 100%;
      padding-left: 15px;
      padding-right: 45px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .__halabi_mobile_menu ._search input[type="text"]:focus, .__halabi_mobile_menu ._search input[type="text"].not-empty, .__halabi_mobile_menu ._search input[type="search"]:focus, .__halabi_mobile_menu ._search input[type="search"].not-empty {
        outline: none; }
        .__halabi_mobile_menu ._search input[type="text"]:focus + label.text, .__halabi_mobile_menu ._search input[type="text"].not-empty + label.text, .__halabi_mobile_menu ._search input[type="search"]:focus + label.text, .__halabi_mobile_menu ._search input[type="search"].not-empty + label.text {
          right: 90%;
          visibility: hidden;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0); }
    .__halabi_mobile_menu ._search label {
      position: absolute;
      margin: 0;
      top: 50%;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .__halabi_mobile_menu ._search label.icon {
        font-size: 18px;
        right: 20px; }
      .__halabi_mobile_menu ._search label.text {
        font-weight: 100;
        font-size: 12px;
        right: 45px;
        min-width: 80px; }
    .__halabi_mobile_menu ._search + ._divider {
      margin-top: 0; }
  .__halabi_mobile_menu ._social {
    text-align: center; }
    .__halabi_mobile_menu ._social + ._divider {
      margin-top: 10px !important; }
    .__halabi_mobile_menu ._social a {
      font-size: 32px;
      display: inline-block;
      margin: 0 5px 10px; }
    .__halabi_mobile_menu ._social a[class*="facebook"] {
      color: #3b5998; }
    .__halabi_mobile_menu ._social a[class*="twitter"] {
      color: #55acee; }
    .__halabi_mobile_menu ._social a[class*="google"] {
      color: #dc4e41; }
    .__halabi_mobile_menu ._social a[class*="youtube"] {
      color: #cd201f; }
    .__halabi_mobile_menu ._social a[class*="android"] {
      color: #a4c639; }
    .__halabi_mobile_menu ._social a[class*="apple"] {
      color: #8e8e93; }
    .__halabi_mobile_menu ._social a[class*="pinterest"] {
      color: #bd081c; }
    .__halabi_mobile_menu ._social a[class*="whatsapp"] {
      color: #43d854; }
    .__halabi_mobile_menu ._social a[class*="feed"] {
      color: #f26522; }
  .__halabi_mobile_menu[data-theme="light"] {
    color: #3a3a3a;
    background-color: #ffffff; }
    .__halabi_mobile_menu[data-theme="light"] ul.links > li {
      border-bottom-color: #f8f8f8; }
      .__halabi_mobile_menu[data-theme="light"] ul.links > li a {
        color: #3a3a3a; }
        .__halabi_mobile_menu[data-theme="light"] ul.links > li a:hover {
          background-color: #f8f8f8; }
      .__halabi_mobile_menu[data-theme="light"] ul.links > li input[type="checkbox"]:checked + a {
        background-color: #f8f8f8; }
      .__halabi_mobile_menu[data-theme="light"] ul.links > li input[type="checkbox"]:checked ~ ._arrow {
        background-color: #f6f6f6; }
      .__halabi_mobile_menu[data-theme="light"] ul.links > li ._arrow {
        background-color: #fdfdfd;
        border-right-color: #f8f8f8; }
      .__halabi_mobile_menu[data-theme="light"] ul.links > li > ul {
        border-top-color: #f8f8f8;
        border-bottom-color: #efefef; }
    .__halabi_mobile_menu[data-theme="light"] ._divider {
      border-top-color: #eeeeee; }
    .__halabi_mobile_menu[data-theme="light"] ._search input[type="text"], .__halabi_mobile_menu[data-theme="light"] ._search input[type="search"] {
      background-color: #efefef; }
      .__halabi_mobile_menu[data-theme="light"] ._search input[type="text"]:focus, .__halabi_mobile_menu[data-theme="light"] ._search input[type="text"].not-empty, .__halabi_mobile_menu[data-theme="light"] ._search input[type="search"]:focus, .__halabi_mobile_menu[data-theme="light"] ._search input[type="search"].not-empty {
        background-color: #dedede;
        color: #444444; }
    .__halabi_mobile_menu[data-theme="light"] ._search label.icon {
      color: #333333; }
    .__halabi_mobile_menu[data-theme="light"] ._search label.text {
      color: #666666; }
  .__halabi_mobile_menu[data-theme="dark"] {
    color: #ffffff;
    background-color: #2b2b2b; }
    .__halabi_mobile_menu[data-theme="dark"] ul.links > li {
      border-bottom-color: #272727; }
      .__halabi_mobile_menu[data-theme="dark"] ul.links > li a {
        color: #d9d9d9; }
        .__halabi_mobile_menu[data-theme="dark"] ul.links > li a:hover {
          background-color: #353535; }
      .__halabi_mobile_menu[data-theme="dark"] ul.links > li input[type="checkbox"]:checked + a {
        background-color: #353535; }
      .__halabi_mobile_menu[data-theme="dark"] ul.links > li input[type="checkbox"]:checked ~ ._arrow {
        background-color: #353535; }
      .__halabi_mobile_menu[data-theme="dark"] ul.links > li ._arrow {
        background-color: #2f2f2f;
        border-right-color: #272727; }
      .__halabi_mobile_menu[data-theme="dark"] ul.links > li > ul {
        border-top-color: #272727;
        border-bottom-color: #272727; }
    .__halabi_mobile_menu[data-theme="dark"] ._divider {
      border-top-color: #252525;
      border-bottom-color: #313131; }
    .__halabi_mobile_menu[data-theme="dark"] ._search input[type="text"], .__halabi_mobile_menu[data-theme="dark"] ._search input[type="search"] {
      background-color: #232323; }
      .__halabi_mobile_menu[data-theme="dark"] ._search input[type="text"]:focus, .__halabi_mobile_menu[data-theme="dark"] ._search input[type="text"].not-empty, .__halabi_mobile_menu[data-theme="dark"] ._search input[type="search"]:focus, .__halabi_mobile_menu[data-theme="dark"] ._search input[type="search"].not-empty {
        background-color: #dedede;
        color: #444444; }
        .__halabi_mobile_menu[data-theme="dark"] ._search input[type="text"]:focus + label, .__halabi_mobile_menu[data-theme="dark"] ._search input[type="text"].not-empty + label, .__halabi_mobile_menu[data-theme="dark"] ._search input[type="search"]:focus + label, .__halabi_mobile_menu[data-theme="dark"] ._search input[type="search"].not-empty + label {
          color: #444444; }
    .__halabi_mobile_menu[data-theme="dark"] ._search label.icon {
      color: #666666; }
    .__halabi_mobile_menu[data-theme="dark"] ._search label.text {
      color: #666666; }

.__halabi_mobile_menu_light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: #000;
  opacity: .5;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

._halabi_page {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

body._halabi_menu_open {
  overflow: hidden; }

/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
@media (max-width: 375px) {
  .__section.__1 ._live_ ._live_head, .__section.__1 ._live_ ._item {
    margin-bottom: 15px; }
  .__section.__1 ._social a {
    width: 50px;
    margin-right: 10px; }
  .__section.__4 ._item._s_2 ._details {
    position: static; }
    .__section.__4 ._item._s_2 ._details ._title {
      height: 64px;
      overflow: hidden; }
  .__section.__8 .__widget_header {
    position: static; }
  .__section.__8 .slider_container ._details ._count, .__section.__8 .slider_container ._details ._photographer {
    display: none; }

  .__layout.__6 ._item ._thumb {
    margin-bottom: 10px; }
  .__layout.__8 ._item {
    width: 100% !important;
    float: none !important; }

  .footer .container {
    height: 60px; } }
@media (min-width: 479px) and (max-width: 767px) {
  .__section.__1 ._live_ {
    width: 100%;
    clear: both;
    text-align: center; }
    .__section.__1 ._live_ ._live_head {
      margin: 20px 0; }
    .__section.__1 ._live_ ._item {
      width: 131px;
      display: inline-block;
      margin-left: 20px; }
      .__section.__1 ._live_ ._item:last-child {
        margin-left: 0; }
  .__section.__1 ._social {
    width: 100%;
    clear: both;
    padding-top: 25px;
    text-align: center; }
    .__section.__1 ._social a {
      display: inline-block;
      float: none; }
  .__section.__6 .__col.__3 {
    display: none;
    width: 34.847%; }
  .__section.__9 .__col.__2 .__layout.__7, .__section.__9 .__col.__2 .__layout.layout_2_half {
    float: right;
    width: 50%; }

  .__layout.__9 ._item {
    float: right;
    width: 50%; } }
@media (max-width: 767px) {
  .main_header ._top {
    display: none; }
  .main_header .__col {
    display: none; }

  .__section.__2 .slick-arrow {
    display: none !important; }
  .__section.__4 .__col.__2 ._item {
    float: right;
    margin-bottom: 6px;
    width: 49.25%;
    margin-right: 0.75%; }
  .__section.__7 ._item {
    float: right;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2% !important; }
    .__section.__7 ._item:nth-child(2n) {
      margin-left: 0; }
    .__section.__7 ._item:last-child {
      display: none; }
    .__section.__7 ._item ._details {
      position: static;
      background-color: #2b2b2b; }
      .__section.__7 ._item ._details ._title {
        height: 57px;
        overflow: hidden; }
  .__section.__8 .__col.__2 ._item {
    float: right;
    width: 50%; }
  .__section.__8 .slider_container {
    min-height: auto; }
    .__section.__8 .slider_container ._details {
      padding: 10px 10px 20px; }
      .__section.__8 .slider_container ._details ._title {
        font-size: 14px; }
  .__section.__11 ._item {
    float: right;
    width: 49%;
    margin-left: 2%; }
    .__section.__11 ._item:nth-child(2n) {
      margin-left: 0; }

  .__layout.__1 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 15px; }
    .__layout.__1 ._item:nth-child(2n) {
      margin-left: 0; }
    .__layout.__1 ._item ._details ._title {
      height: 44px; }
  .__layout.__3 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 15px; }
    .__layout.__3 ._item:nth-child(2n) {
      margin-left: 0; }
    .__layout.__3 ._item ._details ._title {
      font-size: 16px;
      height: 38px; }
  .__layout.__4 ._item {
    margin-bottom: 10px; }
  .__layout.__5 ._tab_content {
    height: 378px;
    overflow: hidden; }
  .__layout.__5 ._tab_content_scroll {
    height: 378px;
    overflow: hidden; }
  .__layout.__8 {
    margin-bottom: 40px; }
    .__layout.__8 ._item {
      float: right;
      width: 50%; }

  .main_footer {
    display: none; }

  .footer .atyaf {
    left: 20px; }
  .footer .copyright {
    display: none; } }
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
@media (min-width: 768px) and (max-width: 991px) {
  .main_header ._top {
    display: none; }
  .main_header .__col {
    display: none; }

  .__section.__1 ._live_ {
    width: 100%;
    clear: both; }
    .__section.__1 ._live_ ._live_head {
      float: right;
      width: 86px;
      padding-top: 20px; }
    .__section.__1 ._live_ ._item {
      float: right;
      width: 131px;
      margin-left: 30px; }
  .__section.__1 ._social {
    width: 100%;
    clear: both;
    padding-top: 25px;
    text-align: center; }
    .__section.__1 ._social a {
      display: inline-block;
      float: none; }
  .__section.__4 .__col {
    float: right; }
    .__section.__4 .__col.__1 {
      width: 50.4%; }
    .__section.__4 .__col.__2 {
      width: 49.6%; }
      .__section.__4 .__col.__2 ._item {
        float: right;
        margin-bottom: 6px;
        width: 49.25%;
        margin-right: 0.75%; }
        .__section.__4 .__col.__2 ._item:nth-child(5), .__section.__4 .__col.__2 ._item:nth-child(6) {
          display: none; }
  .__section.__6 .__col {
    float: right; }
    .__section.__6 .__col.__1 {
      width: 75.6%;
      margin-left: 1.707%; }
    .__section.__6 .__col.__2 {
      width: 22.693%; }
    .__section.__6 .__col.__3 {
      display: none;
      width: 34.847%; }
  .__section.__7 ._item {
    float: right;
    width: 49%;
    margin-left: 2%; }
    .__section.__7 ._item:nth-child(2n) {
      margin-left: 0; }
  .__section.__8 .__col.__2 ._item {
    float: right;
    width: 33.3333333333%; }
    .__section.__8 .__col.__2 ._item:last-child {
      display: none; }
  .__section.__8 .slider_container {
    min-height: 440px; }
  .__section.__9 .__col.__2 .__layout.__7, .__section.__9 .__col.__2 .__layout.layout_2_half {
    float: right;
    width: 50%; }
  .__section.__11 ._item {
    float: right;
    width: 23.5%;
    margin-left: 2%; }
    .__section.__11 ._item:nth-child(4n) {
      margin-left: 0; }

  .__layout.__1 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 24.5px; }
    .__layout.__1 ._item:nth-child(2n) {
      margin-left: 0; }
    .__layout.__1 ._item ._details ._title {
      height: 38px; }
  .__layout.__3 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 24.5px; }
    .__layout.__3 ._item:nth-child(2n) {
      margin-left: 0; }
    .__layout.__3 ._item ._details ._title {
      font-size: 16px;
      height: 38px; }
  .__layout.__4 ._item {
    float: right;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px; }
    .__layout.__4 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__5 ._tab_content {
    height: 529px;
    overflow: hidden; }
  .__layout.__5 ._tab_content_scroll {
    height: 529px;
    overflow: hidden; }
  .__layout.__6 ._item {
    margin-bottom: 21px; }
    .__layout.__6 ._item ._thumb {
      float: right;
      width: 41.88%; }
    .__layout.__6 ._item ._details {
      float: right;
      width: 58.12%; }
  .__layout.__8 {
    margin-bottom: 40px; }
    .__layout.__8 ._item {
      float: right;
      width: 33.3333333333%; }
  .__layout.__9 ._item {
    float: right;
    width: 33.3333333333%; }

  .main_footer {
    display: none; }

  ._live_page ._live_main_menu .item {
    float: right;
    width: 33.3333333333%;
    border-left: 1px solid #e4e4e4; }
    ._live_page ._live_main_menu .item:last-child {
      border-left: 0; } }
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .main_header .__logo {
    float: right;
    margin-left: 3.85%; }
  .main_header ._top {
    display: none; }
  .main_header .__col {
    float: right; }
    .main_header .__col.__1 {
      width: 49%;
      padding-top: 33px; }
  .main_header ._search {
    width: 100%;
    margin-bottom: 20px; }
  .main_header ._header__links {
    width: 100%; }

  .__section.__1 ._live_ {
    width: 70%; }
    .__section.__1 ._live_ ._live_head {
      float: right;
      width: 86px;
      padding-top: 20px; }
    .__section.__1 ._live_ ._item {
      float: right;
      width: 131px;
      margin-left: 30px; }
  .__section.__4 .__col {
    float: right; }
    .__section.__4 .__col.__1 {
      width: 50.4%; }
    .__section.__4 .__col.__2 {
      width: 49.6%; }
      .__section.__4 .__col.__2 ._item {
        float: right;
        margin-bottom: 6px;
        width: 49.25%;
        margin-right: 0.75%; }
        .__section.__4 .__col.__2 ._item:nth-child(5), .__section.__4 .__col.__2 ._item:nth-child(6) {
          display: none; }
  .__section.__5 .__col {
    float: right; }
    .__section.__5 .__col.__1 {
      width: 45.847%;
      margin-left: 1.4605%; }
    .__section.__5 .__col.__2 {
      width: 26.385%;
      margin-left: 1.4605%; }
    .__section.__5 .__col.__3 {
      width: 24.847%; }
  .__section.__6 .__col {
    float: right; }
    .__section.__6 .__col.__1 {
      width: 75.6%;
      margin-left: 1.707%; }
    .__section.__6 .__col.__2 {
      width: 22.693%; }
    .__section.__6 .__col.__3 {
      display: none;
      width: 34.847%; }
  .__section.__7 ._item {
    float: right;
    width: 23.8%;
    margin-left: 1.6%; }
    .__section.__7 ._item:nth-child(4n) {
      margin-left: 0; }
  .__section.__8 .__col {
    float: right; }
    .__section.__8 .__col.__1 {
      width: 73.77%; }
    .__section.__8 .__col.__2 {
      width: 26.23%; }
      .__section.__8 .__col.__2 ._item {
        float: right;
        width: 50%; }
  .__section.__8 .slider_container {
    min-height: 440px; }
  .__section.__9 .__col {
    float: right; }
    .__section.__9 .__col.__1 {
      width: 45.847%;
      margin-left: 1.4605%; }
    .__section.__9 .__col.__2 {
      width: 52.6925%; }
      .__section.__9 .__col.__2 .__layout.__7, .__section.__9 .__col.__2 .__layout.layout_2_half {
        float: right;
        width: 50%; }
  .__section.__11 ._item {
    float: right;
    width: 23.5%;
    margin-left: 2%; }
    .__section.__11 ._item:nth-child(4n) {
      margin-left: 0; }

  .__layout.__1 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 24.5px; }
    .__layout.__1 ._item:nth-child(2n) {
      margin-left: 0; }
    .__layout.__1 ._item ._details ._title {
      height: 38px; }
  .__layout.__3 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 24.5px; }
    .__layout.__3 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__4 ._item {
    float: right;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px; }
    .__layout.__4 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__5 ._tab_content {
    height: 529px;
    overflow: hidden; }
  .__layout.__5 ._tab_content_scroll {
    height: 529px;
    overflow: hidden; }
  .__layout.__6 ._item {
    margin-bottom: 21px; }
    .__layout.__6 ._item ._thumb {
      float: right;
      width: 41.88%; }
    .__layout.__6 ._item ._details {
      float: right;
      width: 58.12%; }
  .__layout.__8 {
    margin-bottom: 40px; }
    .__layout.__8 ._item {
      float: right;
      width: 33.3333333333%; }
  .__layout.__9 ._item {
    float: right;
    width: 33.3333333333%; }

  .main_footer .__col {
    float: right; }
    .main_footer .__col.__1 {
      width: 14.616%; }
    .main_footer .__col.__2 {
      width: 17.0768%; }

  ._live_page ._live_main_menu .item {
    float: right;
    width: 33.3333333333%;
    border-left: 1px solid #e4e4e4; }
    ._live_page ._live_main_menu .item:last-child {
      border-left: 0; } }
/*@include keyframes(animation_name) {
  0%   {
    @include opacity(1);
    @include transform(scale(1));
  }
  50% {
    @include opacity(0.4);
    @include transform(scale(1.180));
  }
  100% {
    @include opacity(1);
    @include transform(scale(1));
  }
}

include this for element effected
@include animation('animation_name .3s 1');
*/
@media (min-width: 1200px) {
  .main_header .__halabi_mobile_menu_button {
    display: none; }
  .main_header .__logo {
    float: right;
    width: 7.539%;
    margin-left: 3.85%; }
  .main_header .__menu {
    margin-bottom: 15px;
    min-height: 34px; }
    .main_header .__menu > li {
      float: right; }
      .main_header .__menu > li > a {
        padding: 4px 20px 8px; }
  .main_header .__col {
    float: right; }
    .main_header .__col.__1 {
      width: 70%;
      padding-top: 33px; }
    .main_header .__col.__2 {
      width: 18.611%; }
  .main_header ._search {
    float: right;
    width: 41.77%; }
  .main_header ._header__links {
    float: right;
    width: 58.23%; }

  .__section.__1 ._live_ {
    width: 70%; }
    .__section.__1 ._live_ ._live_head {
      float: right;
      width: 86px;
      padding-top: 20px; }
    .__section.__1 ._live_ ._item {
      float: right;
      width: 131px;
      margin-left: 30px; }
  .__section.__4 .__col {
    float: right; }
    .__section.__4 .__col.__1 {
      width: 40%; }
    .__section.__4 .__col.__2 {
      width: 60%; }
      .__section.__4 .__col.__2 ._item {
        float: right;
        margin-bottom: 6px;
        width: 32.5833333333%;
        margin-right: 0.75%; }
  .__section.__5 .__col {
    float: right; }
    .__section.__5 .__col.__1 {
      width: 45.847%;
      margin-left: 1.4605%; }
    .__section.__5 .__col.__2 {
      width: 26.385%;
      margin-left: 1.4605%; }
    .__section.__5 .__col.__3 {
      width: 24.847%; }
  .__section.__6 .__col {
    float: right; }
    .__section.__6 .__col.__1 {
      width: 39.1%;
      margin-left: 1.68%; }
    .__section.__6 .__col.__2 {
      width: 22.693%;
      margin-left: 1.68%; }
    .__section.__6 .__col.__3 {
      width: 34.847%; }
  .__section.__7 ._item {
    float: right;
    width: 23.8%;
    margin-left: 1.6%; }
    .__section.__7 ._item:nth-child(4n) {
      margin-left: 0; }
  .__section.__8 .__col {
    float: right; }
    .__section.__8 .__col.__1 {
      width: 73.77%; }
    .__section.__8 .__col.__2 {
      width: 26.23%; }
      .__section.__8 .__col.__2 ._item {
        float: right;
        width: 50%; }
  .__section.__8 .slider_container {
    min-height: 533px; }
  .__section.__9 .__col {
    float: right; }
    .__section.__9 .__col.__1 {
      width: 45.847%;
      margin-left: 1.4605%; }
    .__section.__9 .__col.__2 {
      width: 52.6925%; }
      .__section.__9 .__col.__2 .__layout.__7, .__section.__9 .__col.__2 .__layout.layout_2_half {
        float: right;
        width: 50%; }
  .__section.__11 ._item {
    float: right;
    width: 23.5%;
    margin-left: 2%; }
    .__section.__11 ._item:nth-child(4n) {
      margin-left: 0; }

  .__layout.__1 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 24.5px; }
    .__layout.__1 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__3 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 15.5px; }
    .__layout.__3 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__4 ._item {
    float: right;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 35.5px; }
    .__layout.__4 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__5 ._tab_content {
    height: 529px;
    overflow: hidden; }
  .__layout.__5 ._tab_content_scroll {
    height: 529px;
    overflow: hidden; }
  .__layout.__6 ._item ._thumb {
    float: right;
    width: 41.88%; }
  .__layout.__6 ._item ._details {
    float: right;
    width: 58.12%; }
  .__layout.__8 ._item {
    float: right;
    width: 50%; }
  .__layout.__9 ._item {
    float: right;
    width: 50%; }

  .main_footer .__col {
    float: right; }
    .main_footer .__col.__1 {
      width: 14.616%; }
    .main_footer .__col.__2 {
      width: 17.0768%; }

  ._live_page ._live_main_menu._items_1 .item {
    float: right;
    width: 100%; }
    ._live_page ._live_main_menu._items_1 .item :last-child {
      border-left: 0; }
  ._live_page ._live_main_menu._items_2 .item {
    float: right;
    width: 50%;
    border-left: 1px solid #e4e4e4; }
    ._live_page ._live_main_menu._items_2 .item :last-child {
      border-left: 0; }
  ._live_page ._live_main_menu._items_3 .item {
    float: right;
    width: 33.3333333333%;
    border-left: 1px solid #e4e4e4; }
    ._live_page ._live_main_menu._items_3 .item :last-child {
      border-left: 0; }
  ._live_page ._live_main_menu._items_4 .item {
    float: right;
    width: 25%;
    border-left: 1px solid #e4e4e4; }
    ._live_page ._live_main_menu._items_4 .item :last-child {
      border-left: 0; } }
@media (min-width: 1390px) {
  .main_header .__halabi_mobile_menu_button {
    display: none; }
  .main_header .__logo {
    float: right;
    width: 7.539%;
    margin-left: 3.85%; }
  .main_header .__menu {
    margin-bottom: 15px;
    min-height: 34px; }
    .main_header .__menu > li {
      float: right; }
      .main_header .__menu > li > a {
        padding: 4px 24px 8px; }
  .main_header .__col {
    float: right; }
    .main_header .__col.__1 {
      width: 70%;
      padding-top: 33px; }
    .main_header .__col.__2 {
      width: 18.611%; }
  .main_header ._search {
    float: right;
    width: 50.77%; }
  .main_header ._header__links {
    float: right;
    width: 49.23%; }

  .__section.__1 ._live_ {
    width: 70%; }
    .__section.__1 ._live_ ._live_head {
      float: right;
      width: 86px;
      padding-top: 20px; }
    .__section.__1 ._live_ ._item {
      float: right;
      width: 131px;
      margin-left: 30px; }
  .__section.__4 .__col {
    float: right; }
    .__section.__4 .__col.__1 {
      width: 40%; }
    .__section.__4 .__col.__2 {
      width: 60%; }
      .__section.__4 .__col.__2 ._item {
        float: right;
        margin-bottom: 6px;
        width: 32.5833333333%;
        margin-right: 0.75%; }
  .__section.__5 .__col {
    float: right; }
    .__section.__5 .__col.__1 {
      width: 45.847%;
      margin-left: 1.4605%; }
    .__section.__5 .__col.__2 {
      width: 26.385%;
      margin-left: 1.4605%; }
    .__section.__5 .__col.__3 {
      width: 24.847%; }
  .__section.__6 .__col {
    float: right; }
    .__section.__6 .__col.__1 {
      width: 39.1%;
      margin-left: 1.68%; }
    .__section.__6 .__col.__2 {
      width: 22.693%;
      margin-left: 1.68%; }
    .__section.__6 .__col.__3 {
      width: 34.847%; }
  .__section.__7 ._item {
    float: right;
    width: 23.8%;
    margin-left: 1.6%; }
    .__section.__7 ._item:nth-child(4n) {
      margin-left: 0; }
  .__section.__8 .__col {
    float: right; }
    .__section.__8 .__col.__1 {
      width: 73.77%; }
    .__section.__8 .__col.__2 {
      width: 26.23%; }
      .__section.__8 .__col.__2 ._item {
        float: right;
        width: 50%; }
  .__section.__8 .slider_container {
    min-height: 608px; }
  .__section.__9 .__col {
    float: right; }
    .__section.__9 .__col.__1 {
      width: 45.847%;
      margin-left: 1.4605%; }
    .__section.__9 .__col.__2 {
      width: 52.6925%; }
      .__section.__9 .__col.__2 .__layout.__7 {
        float: right;
        width: 50%; }

  .__layout.__1 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 12.5px; }
    .__layout.__1 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__3 ._item {
    float: right;
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 8.5px; }
    .__layout.__3 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__4 ._item {
    float: right;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 35.5px; }
    .__layout.__4 ._item:nth-child(2n) {
      margin-left: 0; }
  .__layout.__5 ._tab_content {
    height: 529px;
    overflow: hidden; }
  .__layout.__5 ._tab_content_scroll {
    height: 529px;
    overflow: hidden; }
  .__layout.__6 ._item ._thumb {
    float: right;
    width: 41.88%; }
  .__layout.__6 ._item ._details {
    float: right;
    width: 58.12%; }
  .__layout.__8 ._item {
    float: right;
    width: 50%; }
  .__layout.__9 ._item {
    float: right;
    width: 50%; }

  .main_footer .__col {
    float: right; }
    .main_footer .__col.__1 {
      width: 14.616%; }
    .main_footer .__col.__2 {
      width: 17.0768%; } }

/*# sourceMappingURL=style.css.map */
