/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*$c_marker: #f6e000;*/
/*$c_marker: #8bc1bc;*/
/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);*/
@font-face {
  font-family: 'Droid Arabic Naskh';
  src: url("../fonts/DroidNaskh-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/DroidNaskh-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Regular.woff") format("woff"), url("../fonts/DroidNaskh-Regular.svg#DroidNaskh-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Droid Arabic Naskh Bold';
  src: url("../fonts/DroidNaskh-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/DroidNaskh-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Bold.woff") format("woff"), url("../fonts/DroidNaskh-Bold.svg#DroidNaskh-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url("../fonts/DroidKufi-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidKufi-Regular.woff") format("woff"), url("../fonts/DroidKufi-Regular.svg#DroidKufi-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Droid Arabic Kufi Bold';
  src: url("../fonts/DroidKufi-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/DroidKufi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidKufi-Bold.woff") format("woff"), url("../fonts/DroidKufi-Bold.svg#DroidKufi-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-feature-settings: "liga" on;
  -ms-font-feature-settings: "liga" on;
  -o-font-feature-settings: "liga" on;
}

@font-face {
  font-family: 'gbgd icons';
  src: url("../fonts/gbgdicons-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/gbgdicons-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gbgdicons-Regular.woff") format("woff"), url("../fonts/gbgdicons-Regular.ttf") format("truetype"), url("../fonts/gbgdicons-Regular.svg#e291646382390ed99f2bf1a1c89c74c7") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.gbi {
  display: inline-block;
  font-family: 'gbgd icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gbi_twitter:before {
  content: "\E000";
}

.gbi_fb:before {
  content: "\E001";
}

.gbi_share:before {
  content: "\E002";
}

.gbi_nl:before {
  content: "\E003";
}

.gbi_rss:before {
  content: "\E004";
}

.gbi_search:before {
  content: "\E007";
}

.gbi_pulldown:before {
  content: "\E00A";
}

.gbi_playvideo:before {
  content: "\E00E";
}

.gbi_quote:before {
  content: "\E010";
}

.gbi_send:before {
  content: "\E013";
}

.gbi_print:before {
  content: "\E014";
}

.gbi_close:before {
  content: "\E012";
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap_all {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 320px) {
  .wrap_all {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .wrap_all {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 995px) {
  .wrap_all {
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_all:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 320px) {
  .wrap_box {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.54545%;
  }
  .wrap_box:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 640px) {
  .wrap_box {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.27273%;
  }
  .wrap_box:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 995px) {
  .wrap_box {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.51515%;
  }
  .wrap_box:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.wrap_content {
  padding-right: 10px;
}

header {
  height: 210px;
}
@media (min-width: 320px) {
  header {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    margin-right: 4.54545%;
  }
}
@media (min-width: 640px) {
  header {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
    margin-right: 2.27273%;
  }
}
@media (min-width: 995px) {
  header {
    width: 98.48485%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
    margin-bottom: 1.51515%;
    margin-right: 1.51515%;
  }
}

@media (min-width: 320px) {
  .header_3_1, .header_3_2, .header_3_3 {
    display: none;
  }
}
@media (min-width: 640px) {
  .header_3_1, .header_3_2, .header_3_3 {
    width: 25%;
    display: initial;
  }
}
@media (min-width: 995px) {
  .header_3_1, .header_3_2, .header_3_3 {
    width: 33.333%;
    display: initial;
  }
}

@media (min-width: 320px) {
  .mict_bar_open, #en .header_3_1, #ar .header_3_2, #ku .header_3_1 {
    width: 100%;
    display: initial;
  }
}
@media (min-width: 640px) {
  .mict_bar_open, #en .header_3_1, #ar .header_3_2, #ku .header_3_1 {
    width: 50%;
    display: initial;
  }
}
@media (min-width: 995px) {
  .mict_bar_open, #en .header_3_1, #ar .header_3_2, #ku .header_3_1 {
    width: 33.333%;
    display: initial;
  }
}

@media (min-width: 320px) {
  .hp_box_content, .footer_content, .a_box_content {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
  }
}
@media (min-width: 640px) {
  .hp_box_content, .footer_content, .a_box_content {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
  }
}
@media (min-width: 995px) {
  .hp_box_content, .footer_content, .a_box_content {
    width: 98.48485%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
  }
}

.hp_box_1c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_1c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_box_1c {
    width: 47.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_1c {
    width: 31.81818%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
    margin-bottom: 1.51515%;
    height: 300px;
  }
}

.hp_box_list {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_list {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    padding-bottom: 4.54545%;
  }
}
@media (min-width: 640px) {
  .hp_box_list {
    width: 47.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
    padding-bottom: 2.27273%;
  }
}
@media (min-width: 995px) {
  .hp_box_list {
    width: 31.81818%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
    margin-bottom: 1.51515%;
    padding-bottom: 1.51515%;
  }
}

.a_box_list {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_list {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    padding-bottom: 4.54545%;
  }
}
@media (min-width: 640px) {
  .a_box_list {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    padding-bottom: 4.54545%;
  }
}
@media (min-width: 995px) {
  .a_box_list {
    width: 47.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
    padding-bottom: 2.27273%;
  }
}

.hp_box_2c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_2c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    height: 600px;
  }
}
@media (min-width: 640px) {
  .hp_box_2c {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_2c {
    width: 65.15152%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
    margin-bottom: 1.51515%;
    height: 300px;
  }
}

.hp_box_3c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_3c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
    height: 600px;
  }
}
@media (min-width: 640px) {
  .hp_box_3c {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_3c {
    width: 98.48485%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
    margin-bottom: 1.51515%;
    height: 300px;
  }
}

.hp_image_1c_frame {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 320px) {
  .hp_image_1c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .hp_image_1c_frame {
    width: 48.83721%;
    float: right;
    margin-left: 2.32558%;
  }
}
@media (min-width: 995px) {
  .hp_image_1c_frame {
    width: 48.83721%;
    float: right;
    margin-left: 2.32558%;
  }
}

.a_image_1c_frame {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 320px) {
  .a_image_1c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .a_image_1c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 995px) {
  .a_image_1c_frame {
    width: 48.83721%;
    float: right;
    margin-left: 2.32558%;
  }
}

@media (min-width: 320px) {
  .hp_image_1c {
    width: 305px;
  }
}
@media (min-width: 640px) {
  .hp_image_1c {
    width: 305px;
  }
}
@media (min-width: 995px) {
  .hp_image_1c {
    width: 305px;
  }
}

.hp_image_2c_frame {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 320px) {
  .hp_image_2c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .hp_image_2c_frame {
    width: 48.83721%;
    float: right;
    margin-left: 2.32558%;
  }
}
@media (min-width: 995px) {
  .hp_image_2c_frame {
    width: 66.15385%;
    float: right;
    margin-left: 1.53846%;
  }
}

@media (min-width: 320px) {
  .hp_image_2c {
    width: 625px;
  }
}
@media (min-width: 640px) {
  .hp_image_2c {
    width: 625px;
  }
}
@media (min-width: 995px) {
  .hp_image_2c {
    width: 625px;
  }
}

.hp_image_3c_frame {
  overflow: hidden;
}
@media (min-width: 320px) {
  .hp_image_3c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .hp_image_3c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 995px) {
  .hp_image_3c_frame {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 320px) {
  .hp_image_3c {
    width: 945px;
  }
}
@media (min-width: 640px) {
  .hp_image_3c {
    width: 945px;
  }
}
@media (min-width: 995px) {
  .hp_image_3c {
    width: 945px;
  }
}

@media (min-width: 320px) {
  .hp_image_video {
    width: 305px;
  }
}
@media (min-width: 640px) {
  .hp_image_video {
    width: 625px;
  }
}
@media (min-width: 995px) {
  .hp_image_video {
    width: 625px;
  }
}

.hp_box_2c_inside {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_2c_inside {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_box_2c_inside {
    width: 48.83721%;
    float: left;
    margin-left: 0;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_2c_inside {
    width: 48.83721%;
    float: left;
    margin-left: 0;
    height: 300px;
  }
}

.hp_video .hp_box_2c_inside {
  height: 300px;
}
@media (min-width: 320px) {
  .hp_video .hp_box_2c_inside {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .hp_video .hp_box_2c_inside {
    width: 51.16279%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 995px) {
  .hp_video .hp_box_2c_inside {
    width: 51.16279%;
    float: left;
    margin-left: 0;
  }
}

.hp_video_content {
  position: relative;
}
@media (min-width: 320px) {
  .hp_video_content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_video_content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-left: 4.7619%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_video_content {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-left: 4.7619%;
    height: 300px;
  }
}

.a_box_2c_inside {
  overflow: hidden;
  min-height: 300px;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_2c_inside {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .a_box_2c_inside {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 995px) {
  .a_box_2c_inside {
    width: 48.83721%;
    float: left;
    margin-left: 0;
  }
}

.hp_box_3c_inside {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .hp_box_3c_inside {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .hp_box_3c_inside {
    width: 48.83721%;
    float: left;
    margin-left: 0;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .hp_box_3c_inside {
    width: 32.30769%;
    float: left;
    margin-left: 0;
    height: 300px;
  }
}

.a_box_maincolumn {
  position: relative;
  float: right;
  position: relative;
  min-height: 300px;
}
@media (min-width: 320px) {
  .a_box_maincolumn {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .a_box_maincolumn {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .a_box_maincolumn {
    width: 66.667%;
  }
}

.a_box_sidebar {
  position: relative;
  float: right;
  position: relative;
  min-height: 300px;
}
@media (min-width: 320px) {
  .a_box_sidebar {
    width: 100%;
  }
}
@media (min-width: 640px) {
  .a_box_sidebar {
    width: 50%;
  }
}
@media (min-width: 995px) {
  .a_box_sidebar {
    width: 33.333%;
  }
}

.a_box_1c {
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) {
  .a_box_1c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
  }
}
@media (min-width: 640px) {
  .a_box_1c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
  }
}
@media (min-width: 995px) {
  .a_box_1c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
  }
}

.dossier_header_box {
  overflow: hidden;
  position: absolute;
}
@media (min-width: 320px) {
  .dossier_header_box {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    height: 300px;
  }
}
@media (min-width: 640px) {
  .dossier_header_box {
    width: 48.83721%;
    float: right;
    margin-left: 2.32558%;
    height: 300px;
  }
}
@media (min-width: 995px) {
  .dossier_header_box {
    width: 32.30769%;
    float: right;
    margin-left: 1.53846%;
    height: 300px;
  }
}

.archive_box {
  /*	overflow: hidden;*/
}
@media (min-width: 320px) {
  .archive_box {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
  }
}
@media (min-width: 640px) {
  .archive_box {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
  }
}
@media (min-width: 995px) {
  .archive_box {
    width: 98.48485%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
  }
}

@media (min-width: 320px) {
  .archive_3_1 {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .archive_3_1 {
    width: 51.16279%;
    float: right;
  }
}
@media (min-width: 995px) {
  .archive_3_1 {
    width: 33.84615%;
    float: right;
  }
}

@media (min-width: 320px) {
  .archive_3_2 {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .archive_3_2 {
    width: 51.16279%;
    float: right;
  }
}
@media (min-width: 995px) {
  .archive_3_2 {
    width: 33.84615%;
    float: right;
  }
}

@media (min-width: 320px) {
  .archive_3_3 {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .archive_3_3 {
    width: 48.83721%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 995px) {
  .archive_3_3 {
    width: 32.30769%;
    float: left;
    margin-left: 0;
  }
}

.article_wrapper {
  overflow: hidden;
}
@media (min-width: 320px) {
  .article_wrapper {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
  }
}
@media (min-width: 640px) {
  .article_wrapper {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
  }
}
@media (min-width: 995px) {
  .article_wrapper {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
  }
}

@media (min-width: 320px) {
  .author_header_box {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
  }
}
@media (min-width: 640px) {
  .author_header_box {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
    margin-bottom: 4.54545%;
  }
}
@media (min-width: 995px) {
  .author_header_box {
    width: 97.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
    margin-bottom: 2.27273%;
  }
}

@media (min-width: 320px) {
  .footer_1c {
    width: 45.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
  }
}
@media (min-width: 640px) {
  .footer_1c {
    width: 22.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
  }
}
@media (min-width: 995px) {
  .footer_1c {
    width: 15.15152%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
  }
}

@media (min-width: 320px) {
  .footer_2c {
    width: 95.45455%;
    float: right;
    margin-right: 2.27273%;
    margin-left: 2.27273%;
  }
}
@media (min-width: 640px) {
  .footer_2c {
    width: 47.72727%;
    float: right;
    margin-right: 1.13636%;
    margin-left: 1.13636%;
  }
}
@media (min-width: 995px) {
  .footer_2c {
    width: 31.81818%;
    float: right;
    margin-right: 0.75758%;
    margin-left: 0.75758%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: Droid Arabic Naskh, serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #3f3f3f;
}

#rtl {
  direction: rtl;
  text-align: right;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  display: inline;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.wrap_all {
  overflow: visible;
  position: relative;
}

.mict_bar {
  position: absolute;
  width: 10px;
  height: 100%;
  background: #c6411c;
}

.mict_bar_open {
  /*	display: initial;*/
  display: none;
  position: absolute;
  height: 100%;
  background: #c6411c;
  z-index: 15;
  box-sizing: content-box;
}
@media (min-width: 320px) {
  .mict_bar_open {
    padding: 0 0px 0 0;
  }
}
@media (min-width: 640px) {
  .mict_bar_open {
    padding: 0 7px 0 0;
  }
}
@media (min-width: 995px) {
  .mict_bar_open {
    padding: 0 12px 0 0;
  }
}

@media (min-width: 320px) {
  #rtl .mict_bar_open {
    padding: 0 0px 0 0;
  }
}
@media (min-width: 640px) {
  #rtl .mict_bar_open {
    padding: 0 0 0 7px;
  }
}
@media (min-width: 995px) {
  #rtl .mict_bar_open {
    padding: 0 0 0 12px;
  }
}

.mict_bar_close {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 2.4rem;
}
.mict_bar_close a {
  color: #fff;
}

#rtl .mict_bar_close {
  right: auto;
  left: 2px;
}

.mict_bar_open .gbi:hover {
  color: #fff;
}

.mict_bar_head {
  background: url("../images/mict_head_ltr.svg") no-repeat;
  width: 160px;
  height: 160px;
}

#rtl .mict_bar_head {
  background: url("../images/mict_head_rtl.svg") no-repeat;
}

.mict_bar_text {
  padding: 0 19px 20px 19px;
  margin: -10px 0 0 0;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #fff;
}
.mict_bar_text a {
  color: #fff;
}

.mict_top, .mict_bottom {
  position: absolute;
  width: 25px;
  height: 50px;
  background: url("../images/mict_vert.svg") no-repeat;
  left: -22px;
}

#rtl .mict_top, #rtl .mict_bottom {
  background: url("../images/mict_vert.svg") no-repeat;
  right: -33px;
  left: auto;
}

.mict_top {
  top: 10px;
}

.mict_bottom {
  bottom: 10px;
}

.wrap_box {
  position: relative;
  float: right;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 6px 3px rgba(100, 100, 100, 0.2);
}

#rtl .wrap_box {
  float: left;
}

.header_3_1, .header_3_2, .header_3_3 {
  height: 105px;
  position: relative;
  float: left;
  border-bottom: 1px solid #d8d8d8;
}

#rtl .header_3_1, #rtl .header_3_2, #rtl .header_3_3 {
  float: right;
}

@media (min-width: 320px) {
  .header_3_1 {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 640px) {
  .header_3_1 {
    padding: 0 7px 0 0;
  }
}
@media (min-width: 995px) {
  .header_3_1 {
    padding: 0 7px 0 0;
  }
}

@media (min-width: 320px) {
  #rtl .header_3_1 {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 640px) {
  #rtl .header_3_1 {
    padding: 0 0 0 7px;
  }
}
@media (min-width: 995px) {
  #rtl .header_3_1 {
    padding: 0 0 0 7px;
  }
}

.header_3_2 {
  text-align: right;
  direction: rtl;
}
@media (min-width: 320px) {
  .header_3_2 {
    padding: 0;
    border-left: none;
    border-right: none;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 640px) {
  .header_3_2 {
    padding: 0 7px 0 7px;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }
}

.header_3_3 {
  padding: 0 15px 0 7px;
  text-align: right;
  direction: rtl;
}

#rtl .header_3_3 {
  padding: 0 7px 0 15px;
  text-align: left;
  direction: ltr;
}

.header_content {
  border-top: 4px solid #7a8365;
  width: 100%;
  height: 105px;
  padding: 0.5em 0 0 0;
}

.header_content:hover .gbi_pulldown {
  color: #ea6cac;
}
.header_content:hover .gbi_pulldown a {
  color: #ea6cac;
}

.header_content:hover .h_language {
  color: #ea6cac;
}
.header_content:hover .h_language a {
  color: #ea6cac;
}

#en .header_3_1 .header_content,
#ar .header_3_2 .header_content,
#ku .header_3_1 .header_content,
.header_content:hover {
  border-top-width: 10px;
}

#en .header_3_1,
#ku .header_3_1,
#ar .header_3_2 {
  border-bottom: none;
}

.h_logo, .footer_logo {
  width: 92px;
  height: 40px;
  position: absolute;
}

.h_logo {
  top: 15px;
  background: url("../images/niqash_green.svg") no-repeat;
}

.h_strapline {
  color: #9ba28c;
  width: 66%;
  position: absolute;
  top: 63px;
}

.header_3_1 .h_strapline {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.header_3_1 .h_strapline .h_projectname {
  font-weight: bold;
}

.header_3_2 .h_strapline, .header_3_3 .h_strapline {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.header_3_2 .h_strapline .h_projectname, .header_3_3 .h_strapline .h_projectname {
  font-family: Droid Arabic Kufi Bold;
}

#rtl .header_3_1 .h_strapline, .header_3_2 .h_strapline {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
#rtl .header_3_1 .h_strapline .h_projectname, .header_3_2 .h_strapline .h_projectname {
  font-family: Droid Arabic Kufi Bold;
}

#rtl .header_3_3 .h_strapline {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
#rtl .header_3_3 .h_strapline .h_projectname {
  font-weight: bold;
}

@media (min-width: 640px) {
  #en .header_3_2 .h_projectslogan,
  #ku .header_3_2 .h_projectslogan,
  #ar .header_3_1 .h_projectslogan,
  .header_3_3 .h_projectslogan {
    display: none;
  }
}
@media (min-width: 995px) {
  #en .header_3_2 .h_projectslogan,
  #ku .header_3_2 .h_projectslogan,
  #ar .header_3_1 .h_projectslogan,
  .header_3_3 .h_projectslogan {
    display: inline;
  }
}

.h_language {
  position: absolute;
  top: 13px;
  color: #9ba28c;
}

.header_3_1 .h_language {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  right: 8px;
}

.header_3_2 .h_language, .header_3_3 .h_language {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  left: 8px;
}

#rtl .header_3_1 .h_language, .header_3_2 .h_language {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  left: 8px;
  right: auto;
}

#rtl .header_3_3 .h_language {
  font-family: "Helvetica Neue", Helvetica, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  right: 8px;
  left: auto;
}

.header_content .gbi_pulldown {
  position: absolute;
  left: 8px;
  bottom: 3px;
  color: #9ba28c;
  font-size: 2.5rem;
}

#rtl .header_3_3 .gbi_pulldown {
  right: 8px;
  left: auto;
}

.h_nav_box {
  position: relative;
  z-index: 5;
}

.h_social_box, .h_spacer, .h_nav_box {
  float: left;
  height: 35px;
  width: 100%;
}

#rtl .h_social_box, .h_spacer, .h_nav_box {
  float: right;
}

.h_social, .footer_social .gbi {
  float: left;
  position: relative;
  color: #7a8365;
  font-size: 3rem;
  padding: 5px 0.3em 0 0;
}
.h_social a, .footer_social .gbi a {
  color: #7a8365;
}

#rtl .h_social, #rtl .footer_social .gbi {
  float: right;
  padding: 5px 0 0 0.3em;
}

.footer_social .gbi {
  color: #fff;
  padding: 5px 0 0 0.3em;
}

#rtl .footer_social .gbi {
  padding: 5px 0.3em 0 0;
}

.h_search .gbi:hover, .h_social_box .gbi:hover, .footer_social .gbi:hover {
  color: #ea6cac;
}
.h_search .gbi:hover a, .h_social_box .gbi:hover a, .footer_social .gbi:hover a {
  color: #ea6cac;
}

.share_box_open {
  display: none;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  position: absolute;
  z-index: 10;
  background: #fff;
  color: #7a8365;
}
.share_box_open a {
  color: #7a8365;
}
.share_box_open .gbi_share_list {
  font-size: 2em;
  color: #9ba28c;
  float: none;
}
.share_box_open .gbi_close_list {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  color: #7a8365;
  font-size: 2rem;
}
.share_box_open .gbi_close_list a {
  color: #7a8365;
}

#rtl .share_box_open .gbi_close_list {
  left: 10px;
  right: auto;
}

.h_share_box {
  margin: 0 -1px;
  border-right: 1px solid #d8d8d8;
}

#rtl .h_share_box {
  border-left: 1px solid #d8d8d8;
  border-right: none;
}

.a_share_box {
  border-left: 1px solid #d8d8d8;
  right: 0;
}
.a_share_box .share_box_list {
  padding: 0 0 0.5em 10px;
}

#rtl .a_share_box {
  border-right: 1px solid #d8d8d8;
  border-left: none;
  left: 0;
  right: auto;
}
#rtl .a_share_box .share_box_list {
  padding: 0 10px 0.5em 0;
}

.a_share_bottom {
  bottom: 0;
  border-top: 1px solid #d8d8d8;
}

.share_box_list {
  width: 200px;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid #d8d8d8;
}

.share_list_header {
  width: 100%;
  padding: 0.5em 0 0 0;
  font-weight: bold;
}

.share_list_item {
  width: 100%;
}

.share_entry {
  height: 20px;
  width: 190px;
  background: #eaeaea;
  border: 0;
  margin: 5px 1px;
  padding: 0 5px;
}

.h_newsletter_box {
  float: left;
  position: relative;
  margin: 12px 0 0 0;
  color: #7a8365;
}
.h_newsletter_box a {
  color: #7a8365;
}

#rtl .h_newsletter_box {
  float: right;
}

.h_newsletter_closed {
  position: absolute;
  border-left: 1px solid #9ba28c;
  height: 25px;
  width: 117px;
}

#rtl .h_newsletter_closed {
  border-right: 1px solid #9ba28c;
  border-left: none;
}

.h_newsletter_closed:hover, .h_newsletter_closed:hover .gbi_pulldown {
  color: #ea6cac;
}
.h_newsletter_closed:hover a, .h_newsletter_closed:hover .gbi_pulldown a {
  color: #ea6cac;
}

.h_newsletter_type {
  float: left;
  margin: 6px 10px 0 10px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

#rtl .h_newsletter_type {
  float: right;
}

.h_newsletter_pulldown {
  float: left;
  color: #9ba28c;
  font-size: 2.5rem;
  margin: -3px 0 0 0;
}

#rtl .h_newsletter_pulldown {
  float: right;
}

.h_newsletter_open {
  display: none;
  position: absolute;
  border-left: 1px solid #9ba28c;
  height: 45px;
  background: #fff;
  width: 200px;
  color: #7a8365;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

#rtl .h_newsletter_open {
  border-right: 1px solid #9ba28c;
  border-left: none;
}

.h_newsletter_entry {
  height: 20px;
  width: 170px;
  background: #eaeaea;
  border: 0;
  margin: 2px 10px 7px 10px;
  padding: 0 5px;
}

.h_newsletter_subscribe {
  float: left;
  padding: 0 15px;
  font-weight: bold;
}

#rtl .h_newsletter_subscribe {
  float: right;
}

.h_newsletter_cancel {
  float: left;
  margin: 0 -10px;
}

#rtl .h_newsletter_cancel {
  float: right;
}

.h_newsletter_confirm {
  display: none;
  position: absolute;
  border-left: 1px solid #9ba28c;
  height: 45px;
  background: #fff;
  width: 200px;
  color: #7a8365;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 5px 12px;
}

#rtl .h_newsletter_confirm {
  border-right: 1px solid #9ba28c;
  border-left: none;
}

.h_nl_confirm_close {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  color: #7a8365;
  font-size: 1.7rem;
}
.h_nl_confirm_close a {
  color: #7a8365;
}

#rtl .h_nl_confirm_close {
  right: auto;
  left: 20px;
}

.h_newsletter_confirm .gbi:hover, .h_newsletter_open .gbi:hover {
  color: #7a8365;
}

.h_nav_main, .h_nav_side {
  float: left;
  height: 35px;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #d8d8d8;
}
.h_nav_main a, .h_nav_side a {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #7a8365;
  float: left;
  padding: 0 1em 0 0;
}
.h_nav_main .active a, .h_nav_side .active a {
  color: #ea6cac;
}

#rtl .h_nav_main, #rtl .h_nav_side {
  float: right;
}
#rtl .h_nav_main a, #rtl .h_nav_side a {
  float: right;
  padding: 0 0 0 1em;
}

.h_nav_side {
  float: right;
  border-bottom: none;
}
.h_nav_side a {
  color: #9ba28c;
}
.h_nav_side a:hover {
  color: #ea6cac;
  text-decoration: none;
}

#rtl .h_nav_side {
  float: left;
}

@media (min-width: 320px) {
  .h_nav_side {
    display: none;
  }
}
@media (min-width: 640px) {
  .h_nav_side {
    display: inline;
  }
}
@media (min-width: 995px) {
  .h_nav_side {
    display: inline;
  }
}

h_nav_side_item {
  float: right;
}

#rtl h_nav_side_item {
  float: left;
}

.h_search {
  height: 35px;
  position: relative;
  float: left;
  width: 145px;
  color: #ea6cac;
}

#rtl .h_search {
  float: right;
}

.h_search_line {
  border-bottom: 1px solid #7a8365;
  width: 120px;
  height: 35px;
  bottom: 0;
}

.searchfield {
  border: 0;
  width: 120px;
  background: none;
  position: absolute;
  bottom: 10px;
}

.gbi:hover {
  /*	color: $c_marker;*/
}

.gbi_search {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #7a8365;
  font-size: 3rem;
}

#rtl .gbi_search {
  right: auto;
  left: 0;
}

footer {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #fff;
  width: 100%;
  background: #7a8365;
  min-height: 105px;
  float: left;
}
footer a {
  color: #fff;
}

#rtl footer {
  float: right;
}

.footer_1c, .footer_2c {
  min-height: 85px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.footer_1c {
  border-left: 1px solid #d8d8d8;
  padding: 0 10px;
  /*	float: right;*/
}

#rtl .footer_1c {
  border-left: none;
  border-right: 1px solid #d8d8d8;
}

.footer_social {
  position: absolute;
  bottom: 0;
  right: 0;
}

#rtl .footer_social {
  left: 0;
  right: auto;
}

.footer_title {
  position: absolute;
  top: 0;
  left: 105px;
}

#rtl .footer_title {
  right: 105px;
  left: auto;
}

.footer_logo {
  top: 0px;
  background: url("../images/niqash_white.svg") no-repeat;
}

.copyright {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #7a8365;
  float: right;
  /*	padding: 10px 0 10px 45px;*/
  padding: 10px;
}

#rtl .copyright {
  float: left;
}

.hp_box_color_a {
  background: #fff;
  color: #3f3f3f;
  border-top: 1px solid #9ba28c;
  border-bottom: 1px solid #9ba28c;
}

.hp_box_color_b {
  background: #ebebeb;
  color: #3f3f3f;
}

.hp_box_color_c {
  background: #7a8365;
  color: #fff;
}

.hp_box_color_d {
  background: #fff;
  color: #7a8365;
}

.hp_feature h2 {
  /*		height: 4em;*/
  /*		margin-bottom: 1em;*/
  overflow: hidden;
  color: #7a8365;
}
.hp_feature h2 a {
  color: #7a8365;
}
.hp_feature .hp_feature_text {
  overflow: hidden;
}

.hp_box_color_c .hp_feature h2 {
  color: #fff;
}
.hp_box_color_c .hp_feature h2 a {
  color: #fff;
}

.hp_feature {
  padding: 8px 10px 0 0px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.hp_feature h2 {
  font-family: Droid Arabic Naskh, serif;
  font-size: 2rem;
  line-height: 3rem;
  height: 4.4em;
  margin-bottom: 0.8em;
}
.hp_feature .author {
  padding: 0 0 1.3em 0;
}
.hp_feature .hp_feature_text {
  height: 6em;
}

#rtl .hp_feature {
  padding: 8px 0px 0 10px;
}
#rtl .hp_feature .hp_feature_text {
  height: 7.5em;
}

@media (min-width: 320px) {
  .hp_feature11 .hp_feature, .hp_feature21 .hp_feature {
    padding: 8px 10px 0 10px;
  }
}
@media (min-width: 640px) {
  .hp_feature11 .hp_feature, .hp_feature21 .hp_feature {
    padding: 8px 10px 0 0px;
  }
}
@media (min-width: 995px) {
  .hp_feature11 .hp_feature, .hp_feature21 .hp_feature {
    padding: 8px 10px 0 0px;
  }
}

@media (min-width: 320px) {
  .hp_feature11 .hp_box_date, .hp_feature21 .hp_box_date {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 640px) {
  .hp_feature11 .hp_box_date, .hp_feature21 .hp_box_date {
    padding: 0;
  }
}
@media (min-width: 995px) {
  .hp_feature11 .hp_box_date, .hp_feature21 .hp_box_date {
    padding: 0;
  }
}

@media (min-width: 320px) {
  .hp_feature11 .hp_authorline, .hp_feature21 .hp_authorline {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 640px) {
  .hp_feature11 .hp_authorline, .hp_feature21 .hp_authorline {
    margin: 0;
  }
}
@media (min-width: 995px) {
  .hp_feature11 .hp_authorline, .hp_feature21 .hp_authorline {
    margin: 0;
  }
}

/*.hp_feature02 .hp_feature {
	@include breakpoint ($large) {
		h2 {
			font-family: $f_feature_head_l;
			font-size: $f_feature_head_l_size;
			line-height: $f_feature_head_l_lh;
		}
	}
	@include breakpoint ($medium) {
		h2 {
			font-family: $f_feature_head_l;
			font-size: $f_feature_head_l_size;
			line-height: $f_feature_head_l_lh;
		}
	}
}
.hp_feature02 .hp_feature_text {
	float: left;
	@include breakpoint ($medium) {
		width: 50%;
	}
	@include breakpoint ($large) {
		width: 50%;
	}
}
#rtl .hp_feature02 .hp_feature_text {
	float: right;
}*/
.overline {
  font-family: Droid Arabic Naskh, serif;
  color: #7a8365;
  margin-bottom: 0.2em;
  height: 1.4em;
  overflow: hidden;
}

.author {
  letter-spacing: 0.4em;
  /*	display: block;*/
}
.author a {
  color: #3f3f3f;
}

.hp_box_color_c .author a, .hp_box_color_c .overline {
  color: #fff;
}

#rtl .author {
  letter-spacing: 0em;
}

.hp_box_date, .hp_box_category {
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  bottom: 9px;
  color: #7a8365;
}
.hp_box_date a, .hp_box_category a {
  color: #7a8365;
}

.hp_box_date {
  font-family: "Helvetica Neue", Helvetica, non-serif;
}

.hp_box_category {
  font-family: Droid Arabic Kufi, non-serif;
}

.hp_box_color_a .hp_box_date, .hp_box_color_a .hp_box_category {
  bottom: 8px;
}

.hp_box_color_c .hp_box_date, .hp_box_color_c .hp_box_category {
  color: #fff;
}
.hp_box_color_c .hp_box_date a, .hp_box_color_c .hp_box_category a {
  color: #fff;
}

/*.hp_box_date {
	left: 10px;
}
#rtl .hp_box_date {
	right: 10px;
	left: auto;
}*/
.hp_box_category {
  right: 10px;
}

#rtl .hp_box_category {
  left: 10px;
  right: auto;
}

.hp_box_color_a .hp_box_category {
  right: 0;
}

#rtl .hp_box_color_a .hp_box_category {
  left: 0;
}

.hp_syndication {
  background: url("../images/syndication.jpg") no-repeat;
  padding: 6px 100px 0 10px;
  color: #000;
}
.hp_syndication a {
  color: #000;
}
.hp_syndication a:hover {
  text-decoration: none;
  color: #ea6cac;
}

#rtl .hp_syndication {
  padding: 6px 10px 0 100px;
}

.hp_syndication:hover .hp_syndication_label_text {
  color: #ea6cac;
}

.hp_syndication_text {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.hp_syndication_label {
  position: absolute;
  bottom: 12px;
  width: 200px;
}

.hp_syndication_label_text {
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 2.6rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 0;
  display: inline;
}

.hp_meet {
  background: #7a8365;
  padding: 8px 100px 0 10px;
  color: #fff;
}
.hp_meet a {
  color: #fff;
}
.hp_meet a:hover {
  text-decoration: none;
}

#rtl .hp_meet {
  padding: 8px 10px 0 100px;
}

.hp_meet:hover {
  background: #ea6cac;
}

.hp_meet_text {
  position: relative;
  z-index: +1;
  font-family: Droid Arabic Naskh, serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.hp_meet_image_frame {
  position: absolute;
  top: 0;
}

.hp_meet_label {
  position: absolute;
  bottom: 8px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.hp_resources {
  background: url("../images/resources.jpg") no-repeat;
}

.hp_resources_box {
  background: #3f3f3f;
  width: 50%;
  height: 100%;
  padding: 8px 10px;
  color: #fff;
}
.hp_resources_box a {
  color: #fff;
}

.hp_resources:hover .hp_resources_box {
  background: #ea6cac;
}

.hp_resources_text {
  font-family: Droid Arabic Naskh, serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.hp_resources_label {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 0 0 2em 0;
}

.hp_focus {
  color: #fff;
}
.hp_focus a {
  color: #fff;
}
.hp_focus a:hover {
  text-decoration: none;
}

.hp_focus_image_frame {
  position: absolute;
  top: 0;
}

.hp_focus_box {
  background: #7a8365;
  width: 100%;
  height: 50%;
  padding: 7px 10px;
  color: #fff;
  position: relative;
  z-index: +1;
}
.hp_focus_box a {
  color: #fff;
}

.hp_focus:hover .hp_focus_box {
  background: #ea6cac;
}

.hp_focus_text {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 3.4rem;
  line-height: 3.4rem;
  position: absolute;
  bottom: 8px;
}

.hp_focus_label {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 0 0 2em 0;
}

.hp_video .hp_box_2c_inside {
  /*z-index: +1;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;*/
}

.hp_video_image_frame {
  position: absolute;
}

.hp_video_content {
  z-index: +1;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  color: #fff;
}
.hp_video_content a {
  color: #fff;
}
.hp_video_content a:hover {
  text-decoration: none;
  color: #ea6cac;
}

.hp_video_content:hover {
  color: #ea6cac;
}
.hp_video_content:hover a {
  color: #ea6cac;
}

.hp_video_title {
  font-family: Droid Arabic Naskh, serif;
  font-size: 2.1rem;
  line-height: 2.5rem;
  position: absolute;
  top: 8px;
  width: 90%;
}

.hp_video_caption {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  position: absolute;
  bottom: 8px;
  width: 90%;
}

.hp_video_play {
  background: url("../images/play.svg") no-repeat;
  width: 62px;
  height: 62px;
  /*	font-size: 62px;*/
  margin: 119px auto;
}

.hp_slideshow {
  color: #3f3f3f;
}
.hp_slideshow a {
  color: #3f3f3f;
}
.hp_slideshow a:hover {
  text-decoration: none;
}

.hp_slideshow_content {
  /*	height: 100%;*/
  padding: 8px 10px;
  color: #3f3f3f;
}
.hp_slideshow_content a {
  color: #3f3f3f;
}
.hp_slideshow_content a:hover {
  text-decoration: none;
}

.hp_slideshow_content:hover {
  /*	background: $c_marker;*/
  color: #ea6cac;
}
.hp_slideshow_content:hover a {
  color: #ea6cac;
}

.hp_slideshow_title {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin: 0 0 1.3em 0;
}

.hp_slideshow_caption {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.hp_map {
  border-top: 1px solid #9ba28c;
  border-bottom: 1px solid #9ba28c;
  height: 300px;
}

.hp_map_image_frame {
  position: absolute;
  top: 0;
}

.hp_map_title {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #7a8365;
  position: absolute;
  bottom: 8px;
}

.hp_twitter {
  background: #3f3f3f;
  color: #fff;
  padding: 8px 10px;
}

.hp_seemore {
  height: 30px;
  clear: both;
  border-top: 1px solid #d8d8d8;
  color: #7a8365;
}
.hp_seemore a {
  color: #7a8365;
}
.hp_seemore a:hover {
  text-decoration: none;
}

.hp_seemore_text {
  float: right;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 8px;
}

#rtl .hp_seemore_text {
  float: left;
}

.hp_seemore .gbi_pulldown {
  float: right;
  font-size: 3rem;
  margin: -5px 0 0 0;
}

#rtl .hp_seemore .gbi_pulldown {
  float: left;
}

.hp_seemore a:hover {
  color: #ea6cac;
}
.hp_seemore a:hover a {
  color: #ea6cac;
}

.hp_box_list_border {
  border-top: 1px solid #d8d8d8;
  height: 1px;
}

.list_seemore {
  border-top: none;
  margin-top: -10px;
}

.hp_box_list {
  border-bottom: 1px solid #9ba28c;
}

.hp_list_image_frame {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 13px 0 0;
}

#rtl .hp_list_image_frame {
  float: right;
  margin: 0 0 0 13px;
}

.hp_list_image {
  height: 100px;
}

.hp_list_text {
  position: relative;
  height: 100px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #3f3f3f;
}
.hp_list_text a {
  color: #3f3f3f;
}

.hp_list_date {
  /*	right: 0;*/
  bottom: -2px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  color: #7a8365;
}
.hp_list_date a {
  color: #7a8365;
}

.hp_list_overline {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #7a8365;
  /*	padding: 0 0 0.2em 0;*/
}
.hp_list_overline a {
  color: #7a8365;
}

.list_image .hp_list_date {
  left: 113px;
}

#rtl .list_image .hp_list_date {
  left: auto;
  right: 113px;
}

.hp_list_author {
  background: #ebebeb;
  padding: 8px 100px 0 10px;
  height: 150px;
  color: #3f3f3f;
  border: none;
}
.hp_list_author a {
  color: #3f3f3f;
}
.hp_list_author a:hover {
  text-decoration: none;
}

#rtl .hp_list_author {
  padding: 8px 10px 0 100px;
}

.hp_list_author:hover {
  background: #ea6cac;
}

.list_author_name {
  position: absolute;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.list_author_number {
  position: absolute;
  bottom: 8px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.a_header_box {
  position: relative;
  float: left;
  /*	width: 100%;*/
  background: #7a8365;
  min-height: 300px;
  padding: 0 0 80px 0;
}

#rtl .a_header_box {
  float: right;
}

.a_header {
  color: #fff;
}
.a_header a {
  color: #fff;
}
@media (min-width: 320px) {
  .a_header {
    padding: 8px 10px 0 10px;
    font-family: Droid Arabic Kufi, non-serif;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .a_header h1 {
    font-family: Droid Arabic Naskh, serif;
    font-size: 2.1rem;
    line-height: 2.9rem;
    padding: 0 0 1em 0;
  }
  .a_header .author {
    padding: 0 0 1.3em 0;
  }
  .a_header .a_intro_text {
    padding: 0 0 0.9em 0;
  }
}
@media (min-width: 640px) {
  .a_header {
    padding: 8px 10px 0 10px;
    font-family: Droid Arabic Kufi, non-serif;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .a_header h1 {
    font-family: Droid Arabic Naskh, serif;
    font-size: 2.1rem;
    line-height: 2.9rem;
    padding: 0 0 1em 0;
  }
  .a_header .author {
    padding: 0 0 1.3em 0;
  }
}
@media (min-width: 995px) {
  .a_header {
    padding: 8px 10px 0 10px;
    font-family: Droid Arabic Kufi, non-serif;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  .a_header h1 {
    font-family: Droid Arabic Naskh, serif;
    font-size: 3.1rem;
    line-height: 4.1rem;
    padding: 0 0 1em 0;
  }
  .a_header .author {
    padding: 0 0 1.3em 0;
  }
}

.a_overline {
  color: #bcc1b2;
}

.author_header_box {
  background: #ebebeb;
  color: #3f3f3f;
}
.author_header_box a {
  color: #ea6cac;
}
.author_header_box h1 {
  width: 100%;
  float: left;
  padding-bottom: 2em;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.author_header_box .a_body {
  width: 100%;
}
@media (min-width: 320px) {
  .author_header_box .a_body {
    padding: 10px;
  }
}
@media (min-width: 640px) {
  .author_header_box .a_body {
    padding: 10px;
  }
}
@media (min-width: 995px) {
  .author_header_box .a_body {
    padding: 10px 10px 10px 0;
  }
}
.author_header_box .author_details {
  font-family: Droid Arabic Kufi, non-serif;
}

#rtl .author_header_box h1 {
  float: right;
}
@media (min-width: 995px) {
  #rtl .author_header_box .a_body {
    padding: 10px 0 10px 10px;
  }
}

.a_body a {
  color: #3f3f3f;
  border-bottom: 1px dotted #ea6cac;
}

.a_body a:hover {
  color: #ea6cac;
  text-decoration: none;
}

.a_details_box {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 40px;
  padding: 0 10px;
}

.a_tool_box {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.tool_header {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8a9278;
}

#rtl .tool_header {
  right: 0;
  left: auto;
}

.tool_bottom {
  position: relative;
  float: left;
  border-top: 1px solid #d3d6cc;
  margin: 1em 0 20px 0;
}

#rtl .tool_bottom {
  float: right;
}

.tool_bottom .gbi {
  color: #7a8365;
}
.tool_bottom .gbi a {
  color: #7a8365;
}

.tool_bottom .gbi:hover, .tool_header .gbi:hover {
  color: #ea6cac;
}
.tool_bottom .gbi:hover a, .tool_header .gbi:hover a {
  color: #ea6cac;
}

.a_tool_email {
  float: left;
  width: 21px;
  height: 40px;
  background: url("../images/email.svg");
  margin: 0 10px 0 0;
}

.a_tool_print {
  float: left;
  width: 26px;
  height: 40px;
  background: url("../images/print.svg") 0 0;
  margin: 0 10px 0 0;
}

#rtl .a_tool_email, #rtl .a_tool_print {
  float: right;
  margin: 0 0 0 10px;
}

.a_tool {
  float: left;
  margin: -5px 10px 0 0;
  font-size: 3.8rem;
  color: #fff;
}
.a_tool a {
  color: #fff;
}

#rtl .a_tool {
  float: right;
  margin: -5px 0 0 10px;
}

.a_tool_social {
  float: right;
  margin: 0 0 0 10px;
  font-size: 3rem;
  color: #fff;
}
.a_tool_social a {
  color: #fff;
}

#rtl .a_tool_social {
  float: left;
  margin: 0 10px 0 0;
}

.a_details {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #d3d6cc;
  padding: 12px 0;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #fff;
}
.a_details a {
  color: #fff;
}

#rtl .a_details {
  float: right;
}

.a_date {
  float: left;
}

#rtl .a_date {
  float: right;
}

.a_category {
  float: right;
}

#rtl .a_category {
  float: left;
}

.a_image_2c_frame {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) {
  .a_image_2c_frame {
    height: 145px;
  }
}
@media (min-width: 640px) {
  .a_image_2c_frame {
    height: 145px;
  }
}
@media (min-width: 995px) {
  .a_image_2c_frame {
    height: 300px;
  }
}

#rtl .a_image_2c_frame {
  float: right;
}

@media (min-width: 320px) {
  .a_image_2c {
    width: 305px;
  }
}
@media (min-width: 640px) {
  .a_image_2c {
    width: 305px;
  }
}
@media (min-width: 995px) {
  .a_image_2c {
    width: 625px;
  }
}

.a_colorwheel_box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) url("../images/colorwheel.svg");
}

#rtl .a_colorwheel_box {
  left: 0;
  right: auto;
}

.a_caption {
  float: left;
  width: 100%;
  /*	min-height: 40px;*/
  border-bottom: 1px solid #d3d6cc;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #7a8365;
  padding: 6px 0 20px 0;
}

#rtl .a_caption {
  float: right;
}

.a_body {
  float: left;
  width: 100%;
  padding: 1em 0 0 0;
}

#rtl .a_body {
  float: right;
}

.a_subhead {
  /*	background: $c_b_bg;*/
  /*	padding: 0.75rem;*/
  font-family: Droid Arabic Naskh, serif;
  font-size: 1.7rem;
  line-height: 2.3rem;
  border-bottom: 1px solid #d3d6cc;
  padding: 0 0 0.5em 0;
}

.a_pullquote {
  float: left;
  font-family: Droid Arabic Naskh, serif;
  font-size: 2.1rem;
  line-height: 2.7rem;
  color: #7a8365;
  width: 50%;
  padding: 0.5em 1em 1em 0;
}

#rtl .a_pullquote {
  float: right;
  padding: 0.5em 0 1em 1em;
}

.a_pullquote .gbi_quote {
  font-size: 4rem;
  color: #9ba28c;
}

.a_box_list {
  border-bottom: 1px solid #9ba28c;
}

.a_related_box {
  padding: 8px 10px 0 10px;
  background: #ebebeb;
  color: #3f3f3f;
}
.a_related_box a {
  color: #3f3f3f;
}
.a_related_box a:hover {
  color: #ea6cac;
  text-decoration: none;
}
.a_related_box a:hover .hp_list_overline {
  color: #ea6cac;
}

.a_list_header {
  float: left;
  width: 100%;
  padding: 0 0 1em 0;
  color: #7a8365;
  font-family: Droid Arabic Naskh, serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

#rtl .a_list_header {
  float: right;
}

.a_list_item {
  float: left;
  min-height: 60px;
  border-top: 1px solid #cbcbcb;
  padding: 10px 0;
  width: 100%;
  display: inline;
  margin: 0;
}

#rtl .a_list_item {
  float: right;
}

.a_list_image_frame {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

#rtl .a_list_image_frame {
  float: right;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}

.a_list_image {
  height: 75px;
}

.a_list_text {
  /*	float: left;*/
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.a_author_box {
  height: 150px;
  background: #7a8365;
  padding: 8px 0 0 10px;
  color: #fff;
}
.a_author_box a {
  color: #fff;
}
.a_author_box a:hover {
  /*		text-decoration: none;*/
}

#rtl .a_author_box {
  padding: 8px 10px 0 0;
}

.a_author_name {
  position: absolute;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.a_author_twitter {
  position: absolute;
  bottom: 8px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.a_image_05c_frame {
  position: absolute;
  top: 0;
  right: 0;
  height: 150px;
  overflow: hidden;
  width: 50%;
}

#rtl .a_image_05c_frame {
  left: 0;
  right: auto;
}

.a_image_05c {
  width: 150px;
}

.a_author_related_box {
  padding: 0px 10px 0 10px;
  border-bottom: 1px solid #9ba28c;
  color: #7a8365;
}
.a_author_related_box a {
  color: #7a8365;
}
.a_author_related_box a:hover {
  color: #ea6cac;
  text-decoration: none;
}
.a_author_related_box a:hover .hp_list_overline {
  color: #ea6cac;
}

.a_author_related_box .a_list_item {
  border-top: 1px solid #d3d6cc;
}

.a_syndication_box {
  background: url("../images/syndication.jpg") 0 -60px no-repeat;
  height: 150px;
  color: #fff;
}
.a_syndication_box a {
  color: #fff;
}

.a_syndication_text {
  padding: 8px 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 50%;
  height: 100%;
}

.hp_syndication_sidebar, .hp_meet_sidebar {
  height: 300px;
}

.dotline_top, .dotline_bottom {
  position: absolute;
  background: url("../images/dotline.svg");
  height: 8px;
  width: 326px;
  top: -4px;
}

.dotline_bottom {
  top: auto;
  bottom: -4px;
}

.archive_box {
  min-height: 105px;
  background: #3f3f3f;
  color: #fff;
}
.archive_box a {
  color: #fff;
}

.search_box {
  background: #ebebeb;
  color: #3f3f3f;
}
.search_box a {
  color: #3f3f3f;
}

.archive_3_1 {
  padding: 15px 15px 0 15px;
}

@media (min-width: 320px) {
  .archive_3_2 {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 640px) {
  .archive_3_2 {
    padding: 15px 15px 0 15px;
  }
}
@media (min-width: 995px) {
  .archive_3_2 {
    padding: 15px 15px 0 0;
  }
}

@media (min-width: 320px) {
  .archive_3_3 {
    padding: 0 15px 0 15px;
  }
}
@media (min-width: 640px) {
  .archive_3_3 {
    padding: 15px 15px 0 0;
  }
}
@media (min-width: 995px) {
  .archive_3_3 {
    padding: 15px 15px 0 0;
  }
}

@media (min-width: 995px) {
  #rtl .archive_3_2 {
    padding: 15px 0 0 15px;
  }
}

@media (min-width: 640px) {
  #rtl .archive_3_3 {
    padding: 15px 0 0 15px;
  }
}
@media (min-width: 995px) {
  #rtl .archive_3_3 {
    padding: 15px 0 0 15px;
  }
}

.archive_head {
  font-family: Droid Arabic Naskh, serif;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: -10px -3px 0 -3px;
}

.static_head {
  float: left;
  width: 100%;
  font-family: Droid Arabic Naskh, serif;
  font-size: 2.5rem;
  line-height: 3rem;
  height: 105px;
  border-bottom: 1px solid #d3d6cc;
}

#rtl .static_head {
  float: right;
}

.archive_pulldown_box {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.3rem;
  line-height: 2rem;
}

#rtl .archive_pulldown_box {
  float: right;
}

.archive_pulldown_closed {
  position: absolute;
  height: 30px;
  width: 100%;
  border-left: 1px solid #fff;
}

#rtl .archive_pulldown_closed {
  border-left: none;
  border-right: 1px solid #fff;
}

.archive_pulldown_closed a:hover {
  color: #ea6cac;
}
.archive_pulldown_closed a:hover a {
  color: #ea6cac;
}

.archive_pulldown_open {
  display: none;
  position: absolute;
  min-height: 30px;
  width: 100%;
  border-left: 1px solid #fff;
  background: #3f3f3f;
  padding: 0 0 12px 0;
  z-index: 5;
}

#rtl .archive_pulldown_open {
  border-left: none;
  border-right: 1px solid #fff;
}

.search_box .archive_pulldown_open {
  background: #ebebeb;
}

.pulldown_item {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
}

#rtl .pulldown_item {
  float: right;
}

.search_box .pulldown_item {
  border-color: #3f3f3f;
}

.search_box .archive_pulldown_closed, #rtl .search_box .archive_pulldown_closed, .search_box .archive_pulldown_open, #rtl .search_box .archive_pulldown_open {
  border-color: #3f3f3f;
}

.archive_pulldown_text {
  float: left;
  padding: 0 10px;
}

#rtl .archive_pulldown_text {
  float: right;
}

.archive_pulldown_open_text {
  float: left;
  padding: 0 10px;
  width: 100%;
}

#rtl .archive_pulldown_text {
  float: right;
}

.archive_pulldown_open_text a {
  text-decoration: none;
}

.archive_pulldown_open_text a:hover {
  background: #fff;
  color: #3f3f3f;
}

.search_box .archive_pulldown_open_text a:hover {
  background: #3f3f3f;
  color: #fff;
}

.archive_pulldown {
  float: left;
  font-size: 2.5rem;
  margin: -6px 0 0 0;
}

#rtl .archive_pulldown {
  float: right;
}

.sortby_box {
  position: relative;
  float: left;
  padding: 0 20px 15px 20px;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #3f3f3f;
}
.sortby_box a {
  color: #3f3f3f;
}

#rtl .sortby_box {
  float: right;
}

.sortby_text {
  float: left;
  padding: 8px 0 0 0;
}

#rtl .sortby_text {
  float: right;
}

.sortby_select {
  border-top: 4px solid #fff;
  margin: -4px 0 0 0;
}

.dossier_box {
  height: 300px;
  overflow: hidden;
}

.dossier_header_box {
  position: absolute;
  padding: 15px 0;
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #3f3f3f;
}

.dossier_box_sidebar .dossier_header_box {
  width: 100%;
}

.dossier_head {
  font-family: Droid Arabic Naskh, serif;
  font-size: 3.1rem;
  line-height: 3.9rem;
  margin: -7px 10px;
  color: #fff;
}

.dossier_header_line {
  background: red;
  position: relative;
  float: right;
  height: 100%;
}
@media (min-width: 320px) {
  .dossier_header_line {
    border: none;
  }
}
@media (min-width: 640px) {
  .dossier_header_line {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 995px) {
  .dossier_header_line {
    border-right: 1px solid #fff;
  }
}

#rtl .dossier_header_line {
  float: left;
}

.dossier_label {
  position: absolute;
  bottom: 6px;
  left: 10px;
}

#rtl .dossier_label {
  right: 10px;
  left: auto;
}

.dossier_label_text {
  font-family: Droid Arabic Kufi, non-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 0;
  display: inline;
}
.dossier_label_text a {
  color: #fff;
}

/*
 * Navigataur: A pure CSS responsive navigation menu
 * Author: Mike King (@micjamking)
 */
/*
 	Notes:
 
 	- Media queries should be edited in both style sections if you require 
	  a different breakpoint for your navigation.
	  
	- Toggle class & menu anchor tags in list items have box-sizing: border-box 
	  style property to allow padding inside the container without conflicting with layout.	

*/
/*--------------------------------
 Functional Styles (Required)
---------------------------------*/
.h_nav_main {
  position: relative;
}

#toggle, .toggle {
  display: none;
}

.menu > li {
  list-style: none;
  float: left;
}

#rtl .menu > li {
  float: right;
}

/* Nicolas Gallagher micro clearfix */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

@media only screen and (max-width: 995px) {
  .menu {
    display: none;
    opacity: 0;
    width: 100%;
    position: absolute;
    right: 0;
  }

  #rtl .menu {
    right: auto;
    left: 0;
  }

  .menu > li {
    display: block;
    width: 100%;
    margin: 0;
  }

  .menu > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .toggle {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  #toggle:checked + div .menu {
    display: block;
    opacity: 1;
  }
}
/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/
.h_nav_main {
  /*	position: absolute;
    height: 4rem;
    padding: 0.9rem 0 0 0;
    bottom: 0;*/
}

#rtl .h_nav_main {
  /*  padding: 0.8rem 0 0 0;*/
}

/*.h_box_sticky .h_nav_main {
	padding: 1.1rem 0 0 0;
	margin: 0 0 0 155px;
}
#rtl .h_box_sticky .h_nav_main {
	padding: 1.1rem 0 0 0;
	margin: 0 155px 0 0;
}*/
.h_nav_main > h1 {
  /*float: left;
  padding: 30px 0 0;		
  font-style: italic;
  font-family: Georgia;
  font-size: 28px;
  color: #DFDFDF;*/
}

.menu > li > a {
  /*display: block;
  padding: 42px 20px;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;*/
  /*	font-size: $font_h_nav_size;*/
  /*  color: $h_nav_color;*/
  /*  padding:0 1.5rem 0.4rem 0;*/
  /*  border-bottom: 2px solid $h_nav_border_color;*/
}

#rtl .menu > li > a {
  /*  padding: 0 0 0 1.5rem;*/
}

.menu > li > a:hover, .menu > li > a:focus {
  /*background: #F2F2F2;
  box-shadow: inset 0px 5px #51C1F1;
  color: #51C1F1;
  padding: 50px 20px 34px;*/
  text-decoration: none;
  color: #ea6cac;
}

.h_nav_item {
  /*  float: left;
    margin: 0 0 0 1rem;
    padding: 0 0 0.6rem 0;*/
}

#rtl .h_nav_item {
  /*	float: right;
  	margin: 0 1rem 0 0;
  	padding: 0 0 0 0;*/
}

.toggle {
  z-index: 5000;
}

@media only screen and (max-width: 995px) {
  #rtl .h_nav_item {
    /*float: right;
    margin: 0 0 0 0;
    padding: 0 0 1rem 0;*/
  }

  .menu {
    background: #FFFFFF;
  }

  .menu > li > a {
    padding: 0.25em 0;
    /*		font-size: $font_feature_size;*/
    border-bottom: 1px solid #d8d8d8;
  }

  #rtl .menu > li > a {
    padding: 0.25em 0;
    direction: rtl;
  }

  .toggle:after {
    content: attr(data-open);
    display: block;
    font-family: Droid Arabic Kufi, non-serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #7a8365;
    /*		@include breakpoint ($small) {
    		  width: 305px;
    		}
    		@include breakpoint ($medium) {
    		  width: 308px;
    		}*/
    /*		height:4rem;*/
    padding: 0 1em 0.25em 0;
    background: #fff;
    text-align: left;
    /*-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #rtl .toggle:after {
    text-align: right;
    padding: 0 0 0.25em 1em;
  }

  .toggle:after:hover {
    color: #7a8365;
  }

  #toggle:checked + div .toggle:after {
    content: attr(data-close);
  }
}
