/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}
/*justify paragraph content*/
p {
  text-align: justify;
}
@font-face {
  font-family: 'ficons';
  src: url('../fonts/ficons.eot?kpqq31');
  src: url('../fonts/ficons.eot?kpqq31#iefix') format('embedded-opentype'), url('../fonts/ficons.ttf?kpqq31') format('truetype'), url('../fonts/ficons.woff?kpqq31') format('woff'), url('../fonts/ficons.svg?kpqq31#ficon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ficon {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ficon:before {
  font-size: 24px;
  line-height: 24px;
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-world-photos:before {
  content: "\e92b";
}
.icon-disable-voice:before {
  content: "\e928";
}
.icon-voice:before {
  content: "\e929";
}
.icon-tick:before {
  content: "\e92a";
}
.icon-photo-album:before {
  content: "\e927";
}
.icon-globe:before {
  content: "\e926";
}
.icon-academics:before {
  content: "\e919";
}
.icon-arrow-up:before {
  content: "\e91a";
}
.icon-awards:before {
  content: "\e91b";
}
.icon-book:before {
  content: "\e91c";
}
.icon-certificate:before {
  content: "\e91d";
}
.icon-close:before {
  content: "\e91e";
}
.icon-home2:before {
  content: "\e91f";
}
.icon-honorary:before {
  content: "\e920";
}
.icon-medals:before {
  content: "\e921";
}
.icon-menu:before {
  content: "\e922";
  color: #000;
}
.icon-play-down:before {
  content: "\e923";
}
.icon-profile:before {
  content: "\e924";
}
.icon-search-2:before {
  content: "\e925";
}
.icon-calendar:before {
  content: "\e917";
}
.icon-time:before {
  content: "\e918";
}
.icon-printer:before {
  content: "\e915";
}
.icon-arrow-thick-left:before {
  content: "\e90f";
}
.icon-arrow-thick-right:before {
  content: "\e910";
}
.icon-email:before {
  content: "\e911";
}
.icon-letter-size-dec:before {
  content: "\e912";
}
.icon-letter-size-inc:before {
  content: "\e913";
}
.icon-share:before {
  content: "\e914";
}
.icon-download:before {
  content: "\e90d";
  color: #231f20;
}
.icon-view:before {
  content: "\e90e";
  color: #231f20;
}
.icon-home:before {
  content: "\e90c";
}
.icon-arrow-medium-left:before {
  content: "\e900";
}
.icon-arrow-medium-right:before {
  content: "\e901";
}
.icon-arrow-thin-left:before {
  content: "\e902";
}
.icon-arrow-thin-right:before {
  content: "\e903";
}
.icon-dot:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-play-left:before {
  content: "\e916";
}
.icon-play:before {
  content: "\e906";
}
.icon-qoute-ltr:before {
  content: "\e907";
}
.icon-qoute-rtl:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90b";
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Bold-webfont.eot');
  src: url('../fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-BoldItalic-webfont.eot');
  src: url('../fonts/opensans/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/opensans/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/opensans/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-SemiboldItalic-webfont.eot');
  src: url('../fonts/opensans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/opensans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/opensans/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
  src: url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/OpenSans-Light-webfont.eot');
  src: url('../fonts/opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/opensans/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/opensans/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: 100;
  font-style: italic;
}
/* Arabic Font */
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/droidkufi/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi/DroidArabicKufi.woff') format('woff'), url('../fonts/droidkufi/DroidArabicKufi.ttf') format('truetype'), url('../fonts/droidkufi/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url('../fonts/droidkufi/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/droidkufi/DroidArabicKufi-Bold.woff') format('woff'), url('../fonts/droidkufi/DroidArabicKufi-Bold.ttf') format('truetype'), url('../fonts/droidkufi/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/** 
 * CLEARFIX
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/* ------------------------ */
.hidden {
  display: none;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  text-shadow: none;
}
.text-hide-sp {
  font: 0/0 a;
  color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  text-shadow: none;
  position: absolute;
  z-index: -1;
}
.upper {
  text-transform: uppercase;
}
.list-unstyled {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
/* ----------- Other Mixins ------------- */
.element-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.shine-effect figure,
.shine-effect .figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.shine-effect figure::before,
.shine-effect .figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.shine-effect figure:hover::before,
.shine-effect .figure:hover::before {
  animation: shine .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes icircle {
  0% {
    opacity: 1;
  }
  8% {
    opacity: 1;
  }
  20% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes icircle {
  0% {
    opacity: 1;
  }
  8% {
    opacity: 1;
  }
  20% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.circle-effect figure,
.circle-effect .figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.circle-effect figure::before,
.circle-effect .figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.circle-effect figure:hover::before,
.circle-effect .figure:hover::before {
  animation: circle .75s;
}
.circle-effect.infinite figure::before,
.circle-effect.infinite .figure::before {
  -webkit-animation: icircle 3.75s;
  animation: circle 3.75s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.flash-effect figure:hover img,
.flash-effect .figure:hover img {
  opacity: 1;
  animation: flash .5s;
}
/* Blur */
.blur-effect figure img,
.blur-effect .figure img {
  filter: blur(3px);
  transition: 0.3s ease-in-out;
}
.blur-effect figure:hover img,
.blur-effect .figure:hover img {
  filter: blur(0);
}
/* Gray Scale */
.grayscale-effect figure img,
.grayscale-effect .figure img,
.grayscale-effect figure .img,
.grayscale-effect .figure .img {
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.grayscale-effect figure:hover img,
.grayscale-effect .figure:hover img,
.grayscale-effect figure:hover .img,
.grayscale-effect .figure:hover .img {
  filter: grayscale(0);
}
.grayscale-effect .owl-item.active.c .img {
  filter: grayscale(0);
}
/* Zoom Out */
.zoomout-effect figure img,
.zoomout-effect .figure img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
.zoomout-effect figure:hover img,
.zoomout-effect .figure:hover img {
  transform: scale(1);
}
/* Zoom In */
.zoomin-effect figure img,
.zoomin-effect .figure img,
.zoomin-effect figure .img,
.zoomin-effect .figure .img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.zoomin-effect figure:hover img,
.zoomin-effect .figure:hover img,
.zoomin-effect figure:hover .img,
.zoomin-effect .figure:hover .img {
  transform: scale(1.1);
}
/* Zoom Animation */
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zooming {
  animation-name: zooming;
  animation-duration: 50s;
  animation-iteration-count: infinite;
}
/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.rolling-3d a {
  perspective: 1000px;
}
.rolling-3d a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.rolling-3d a span:before {
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  /*transition: background 0.3s;*/
}
.rolling-3d a:hover span,
.rolling-3d a:focus span,
.rolling-3d a.active span,
.rolling-3d a.current span {
  -ms-transform: rotateX(90deg) translateY(-22px);
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
.rolling-3d a:hover span::before,
.rolling-3d a:focus span::before,
.rolling-3d a.active span::before,
.rolling-3d a.current span::before {
  border-top: 3px solid #c2be34;
  color: #c2be34;
}
.rolling-3d > li {
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  transition: transform 0.3s linear, opacity 0.5s linear;
  transition-delay: 1.5s;
}
.rolling-3d > li.item0 {
  transition-delay: 0.5s;
}
.rolling-3d > li.item1 {
  transition-delay: 0.6s;
}
.rolling-3d > li.item2 {
  transition-delay: 0.7s;
}
.rolling-3d > li.item3 {
  transition-delay: 0.8s;
}
.rolling-3d > li.item4 {
  transition-delay: 0.9s;
}
.rolling-3d > li.item5 {
  transition-delay: 1s;
}
.rolling-3d > li.item6 {
  transition-delay: 1.1s;
}
.rolling-3d > li.item7 {
  transition-delay: 1.2s;
}
.rolling-3d > li.item8 {
  transition-delay: 1.3s;
}
.rolling-3d > li.item9 {
  transition-delay: 1.4s;
}
.rolling-3d > li.item10 {
  transition-delay: 1.5s;
}
/* Effect 4: bottom border enlarge */
.loaded .rolling-3d > li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.sanimation.s-zoom-in {
  opacity: 0;
  transform: scale(0.6);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-zoom-in.in-view {
  opacity: 1;
  transform: translate(0) scale(1);
}
.sanimation.s-zoom-in-up {
  opacity: 0;
  transform: translateY(100px) scale(0.6);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-zoom-in-up.in-view {
  opacity: 1;
  transform: translate(0) scale(1);
}
.sanimation.s-fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-down {
  opacity: 0;
  transform: translateY(-100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-down.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-left {
  opacity: 0;
  transform: translate(100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-left.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-right {
  opacity: 0;
  transform: translate(-100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-right.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-up-right {
  opacity: 0;
  transform: translate(-100px, 100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up-right.in-view {
  opacity: 1;
  transform: translate(0);
}
.sanimation.s-fade-up-left {
  opacity: 0;
  transform: translate(100px, 100px);
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.sanimation.s-fade-up-left.in-view {
  opacity: 1;
  transform: translate(0);
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff url('/portal/content/images/preloader.gif') center center no-repeat;
  z-index: 10000;
  opacity: 1;
  transition: opacity 1s linear;
}
#nprogress .bar {
  background: #c2be34;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #c2be34, 0 0 5px #c2be34;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
  display: none;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #c2be34;
  border-left-color: #c2be34;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  color: #5d5d5d;
  font-weight: 400;
  font-family: "Open Sans", "Droid Arabic Kufi", sans-serif;
  font-size: 13px;
  line-height: 1.6;
}
body .header,
body .footer,
body main {
  opacity: 0;
}
body.loaded .header,
body.loaded .footer,
body.loaded main {
  opacity: 1;
}
body.font-small {
  font-size: 12px;
  line-height: 1.5;
}
body.font-large {
  font-size: 14px;
  line-height: 1.7;
}
a {
  text-decoration: none;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #455560;
  font-weight: 600;
}
h1.sharp,
h2.sharp,
h3.sharp,
h4.sharp,
h5.sharp,
h6.sharp,
.h1.sharp,
.h2.sharp,
.h3.sharp,
.h4.sharp,
.h5.sharp,
.h6.sharp {
  color: #f9af5d;
}
h1,
.h1 {
  font-size: 3.5385em;
}
h2,
.h2 {
  font-size: 2.1538em;
}
h3,
.h3 {
  font-size: 2.1538em;
}
h4,
.h4 {
  font-size: 1.5385em;
}
h5,
.h5 {
  font-size: 1.2308em;
}
h6,
.h6 {
  font-size: 1.0769em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  margin: 1em 0;
}
::-webkit-input-placeholder {
  color: #bdbdbd;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
}
:-ms-input-placeholder {
  color: #bdbdbd;
}
/* Lists */
.bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Utilities */
.align-center {
  text-align: center;
}
/*buttons*/
.btn-default {
  padding: 8px 15px;
  background-color: #c2be34;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}
.btn-default.round {
  border-radius: 25px;
}
.btn-default:hover {
  -webkit-box-shadow: 0 2px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 2px 0px rgba(50, 50, 50, 0.5);
}
.btn-sbumit,
.btn-reset {
  border-radius: 18px;
  border: none;
  outline: none;
  padding: 8px 30px;
}
.btn-reset {
  background-color: #a9a9a9;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  width: 85.9375%;
}
.container.reduced {
  width: 78.125%;
}
/* Header */
.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  position: relative;
}
.header .tobbar {
  height: 100px;
}
.header .logo,
.header .logo a {
  width: 335px;
  height: 70px;
}
.header .logo a {
  background: url('/portal/content/images/logo.png') top left no-repeat;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  display: block;
}
.header .logo a img {
  display: none;
}
.header .logo {
  float: left;
  margin: 15px 0;
  transform: translate3d(0, -100px, 0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
}
.header .lang-search-bar {
  float: right;
  height: 70px;
  margin: 15px 0;
  transform: translate3d(0, -100px, 0);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
}
.header .lang-search-bar ul {
  list-style: none;
  height: 100%;
  padding: 0;
}
.header .lang-search-bar ul li {
  float: left;
  position: relative;
}
.header .lang-search-bar ul li.language span {
  color: #5b5d5f;
  font-family: "Droid Arabic Kufi", "Open Sans", sans-serif;
  margin: 10px 14px;
  display: block;
}
.header .lang-search-bar ul li.language a {
  color: #c1bf3e;
  font-family: "Droid Arabic Kufi", "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: bold;
  margin: 9px 14px;
  display: block;
  transition: all 0.3s ease-in;
}
.header .lang-search-bar ul li.language a:hover {
  color: #383703;
}
.header .lang-search-bar ul li:before {
  content: "|";
  color: #d5d5d5;
  position: absolute;
  top: 10px;
  left: -2px;
}
.header .lang-search-bar .social-icons a {
  padding: 10px 14px;
  display: block;
  color: #5b5d5f;
}
.header .lang-search-bar .social-icons a.twitter:hover {
  color: #000000;
}
.header .lang-search-bar .social-icons a.youtube:hover {
  color: #E62B24;
}
.header .lang-search-bar .social-icons a.instagram:hover {
  color: #FF803F;
}
.header .lang-search-bar .social-icons a .ficon {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.header .lang-search-bar .social-icons a .ficon:before {
  font-size: 20px;
  line-height: 20px;
}
.header .lang-search-bar .social-icons a:hover .ficon {
  transform: scale(1.3);
}
.header .search-section .search {
  color: #fff;
  background-color: #cdcc64;
  border: none;
  border-radius: 20px;
  height: 35px;
  padding: 0 35px 0 15px;
  outline: 0;
  width: 110px;
  font-size: 0.9em;
  margin: 0 10px;
  transition: width 0.6s;
}
.header .search-section .search::-webkit-input-placeholder {
  color: #fff;
}
.header .search-section .search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.header .search-section .search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.header .search-section .search:-ms-input-placeholder {
  color: #fff;
}
.header .search-section .search-btn {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
}
.header .search-section .search-btn .ficon:before {
  font-size: 16px;
  line-height: 16px;
}
/* Menu */
.main-menu {
  height: 50px;
  border-top: 1px solid #b2b2b2;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 0;
  right: 0;
}
.main-menu .container {
  height: 100%;
}
.main-menu .container .navmain {
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.main-menu .container .navmain > ul {
  display: flex;
  width: 100%;
}
.main-menu .container .navmain > ul > li {
  flex: 1 1 100%;
  position: relative;
}
.main-menu .container .navmain > ul > li.home-item {
  flex: 1 1 50%;
}
.main-menu .container .navmain > ul > li.home-item a i {
  transition: all 0.3s ease-in;
}
.main-menu .container .navmain > ul > li.home-item a i:before {
  color: #c2be34;
  line-height: 50px;
  transition: all 0.3s ease-in;
}
.main-menu .container .navmain > ul > li.home-item:hover a i {
  transform: scale(1.2);
}
.main-menu .container .navmain > ul > li.home-item:hover a i:before {
  color: #fff;
}
.main-menu .container .navmain > ul > li > a {
  color: #b4b4b4;
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 50px;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
  font-size: 1.1em;
}
.main-menu .container .navmain > ul > li:hover ul.level-two {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  box-shadow: 1px 3px 6px 1px rgba(50, 50, 50, 0.7);
  padding: 0 15px;
}
.main-menu .container .navmain ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.main-menu .container .navmain ul li {
  z-index: 1000;
}
.main-menu .container .navmain ul.level-two {
  position: absolute;
  top: 48px;
  left: -30px;
  right: -30px;
  z-index: 1001;
  max-height: 0;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  transition: 350ms;
  background: rgba(194, 190, 52, 0.9);
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
.main-menu .container .navmain ul.level-two li {
  border-width: 0 0 1px;
  padding: 10px 4px;
  position: relative;
}
.main-menu .container .navmain ul.level-two li:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%, rgba(255, 255, 255, 0.02) 98%, rgba(255, 255, 255, 0) 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%, rgba(255, 255, 255, 0.02) 98%, rgba(255, 255, 255, 0) 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, #ffffff 50%, rgba(255, 255, 255, 0.02) 98%, rgba(255, 255, 255, 0) 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.main-menu .container .navmain ul.level-two li:last-child::after {
  content: none;
}
.main-menu .container .navmain ul.level-two li a {
  text-decoration: none;
  color: #ffffff;
  margin: 5px 0;
  display: block;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s ease-in;
}
.main-menu .container .navmain ul.level-two li:hover a {
  color: #ffee96;
}
/*Mobile Menu*/
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity .25s, visibility .25s, width .25s;
  z-index: 50;
}
.mobile-menu:before {
  content: '';
  background: rgba(0, 0, 0, 0.85);
  left: -55%;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  position: fixed;
  transition: left .25s ease;
}
.mobile-menu:after {
  content: '';
  background: rgba(0, 0, 0, 0.85);
  right: -55%;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  position: fixed;
  transition: all .25s ease;
}
.mobile-menu .mobile-menu-nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  z-index: 100;
}
.mobile-menu .mobile-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
.mobile-menu .mobile-menu-nav ul li {
  display: block;
  height: calc(7.69230769%);
  position: relative;
  opacity: 0;
}
.mobile-menu .mobile-menu-nav ul li.selected {
  height: auto;
}
.mobile-menu .mobile-menu-nav ul li a {
  display: block;
  position: relative;
  color: #a9a9a9;
  text-decoration: none;
  overflow: hidden;
  font-size: .32em;
  font-weight: 100;
  padding: 10px 0;
  /*&:hover:after,
                    &:focus:after,
                    &:active:after {
                        width: 100%;
                        color: @brand-green;
                    }

                    &:after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 50%;
                        width: 0;
                        transform: translateX(-50%);
                        height: 1px;
                        background: @brand-green;
                        transition: .35s;
                    }*/
}
.mobile-menu .mobile-menu-nav ul li a:hover,
.mobile-menu .mobile-menu-nav ul li a:focus,
.mobile-menu .mobile-menu-nav ul li a:active {
  color: #FFF;
  background-color: #c2be34;
}
.mobile-menu .mobile-menu-nav ul li ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.mobile-menu .mobile-menu-nav ul li ul.level-two {
  display: none;
  padding: 7px 0 0 0;
}
.mobile-menu .mobile-menu-nav ul li ul li {
  position: relative;
  border: none;
  animation: fadedown .5s ease forwards;
  animation-delay: .15s;
  margin: -1px 0 0 0;
}
.mobile-menu .mobile-menu-nav ul li ul li a {
  color: #c2be34;
  padding: 7px 0;
  font-size: .26em;
}
.mobile-menu .mobile-menu-nav ul li ul li a:hover {
  color: #000;
}
.menu-open #top-bar,
.menu-open .main-slider,
.menu-open .sub-header,
.menu-open main,
.menu-open .footer {
  filter: blur(20px);
}
.menu-open .mobile-menu {
  opacity: .9;
  visibility: visible;
  height: 100%;
  overflow-y: scroll;
}
.menu-open .mobile-menu:before {
  left: 0;
}
.menu-open .mobile-menu:after {
  right: 0;
}
.menu-open .mobile-menu li {
  animation: menufade .5s ease forwards;
  animation-delay: .30s;
}
.menu-open .mobile-menu li:nth-of-type(2) {
  animation-delay: .35s;
}
.menu-open .mobile-menu li:nth-of-type(3) {
  animation-delay: .40s;
}
.menu-open .mobile-menu li:nth-of-type(4) {
  animation-delay: .45s;
}
.menu-open .mobile-menu li:nth-of-type(5) {
  animation-delay: .50s;
}
.menu-open .mobile-menu li:nth-of-type(6) {
  animation-delay: .55s;
}
.menu-open .mobile-menu li:nth-of-type(7) {
  animation-delay: .60s;
}
.menu-open .mobile-menu li:nth-of-type(8) {
  animation-delay: .65s;
}
.menu-open .mobile-menu li:nth-of-type(9) {
  animation-delay: .70s;
}
.menu-openbody {
  height: 100%;
}
@keyframes menufade {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* Scroll */
.scrollToTop {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  background-color: #757575;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: none;
  -webkit-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.75);
}
.scrollToTop:before {
  font-size: 24px;
  content: "\e91a";
  line-height: 2;
  font-family: 'ficons';
}
.ar-ae .scrollToTop {
  left: auto;
  right: 25px;
}
/* Book */
.book {
  width: 160px;
  height: 220px;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 0 auto;
  position: relative;
  /* HARDCOVER FRONT */
  /* reverse */
  /* HARDCOVER BACK */
  /* reverse */
  /* thickness of cover */
  /* page */
  /* 	3. opening cover, back cover and pages*/
  /* 	4. position, transform & transition */
  /* HARDCOVER front */
  /* HARDCOVER back */
  /* thickness of cover */
  /* HARDCOVER front */
  /* thickness of cover */
  /* BOOK SPINE */
  /*events*/
}
.book ::before,
.book ::after {
  content: "";
}
.book ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.book .title {
  display: block;
  font-size: 0.8em;
  margin: 10px 5px;
  font-weight: bold;
  text-align: center;
  max-height: 50px;
  overflow: hidden;
}
.book .btn-view {
  display: inline-block;
  color: #c2be34;
  font-size: .9em;
  transition: color .3s;
  font-weight: bold;
  text-decoration: none;
}
.book .btn-view i {
  color: #c2be34;
  display: block;
}
.book .btn-view i:before {
  content: "\e90e";
}
.book .btn-view:hover {
  color: #5d5d5d;
}
.book .btn-view:hover i {
  color: #5d5d5d;
}
.book .description {
  display: block;
  margin: 10px 5px;
  font-size: .6em;
  max-height: 85px;
  overflow: hidden;
  padding: 0 15px;
  text-align: center;
}
.book .hardcover_front li:first-child {
  background-color: #e0e0e0;
  backface-visibility: hidden;
}
.book .hardcover_front li:first-child img {
  text-align: center;
  width: 100%;
  height: 100%;
  color: #a5a22b;
  font-size: 1.1em;
  font-weight: bold;
  overflow: hidden;
}
.book .hardcover_front li:last-child {
  background: #fffbec;
}
.book .hardcover_back li:first-child {
  background: #fffbec;
}
.book .hardcover_back li:last-child {
  background: #fffbec;
}
.book .book_spine li:first-child {
  background: #eee;
}
.book .book_spine li:last-child {
  background: #333;
}
.book .hardcover_front li:first-child:after,
.book .hardcover_front li:first-child:before,
.book .hardcover_front li:last-child:after,
.book .hardcover_front li:last-child:before,
.book .hardcover_back li:first-child:after,
.book .hardcover_back li:first-child:before,
.book .hardcover_back li:last-child:after,
.book .hardcover_back li:last-child:before,
.book .book_spine li:first-child:after,
.book .book_spine li:first-child:before,
.book .book_spine li:last-child:after,
.book .book_spine li:last-child:before {
  background: #999;
}
.book .page > li {
  background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}
.book .hardcover_front {
  transform: rotateY(-34deg) translateZ(8px);
  z-index: 100;
  transition: all 0.8s ease, z-index 0.6s;
}
.book .hardcover_back {
  transform: rotateY(-15deg) translateZ(-8px);
}
.book .page li:nth-child(1) {
  transform: rotateY(-28deg);
}
.book .page li:nth-child(2) {
  transform: rotateY(-30deg);
  text-align: center;
}
.book .page li:nth-child(3) {
  transform: rotateY(-32deg);
}
.book .page li:nth-child(4) {
  transform: rotateY(-34deg);
}
.book .page li:nth-child(5) {
  transform: rotateY(-36deg);
}
.book .hardcover_front,
.book .hardcover_back,
.book .book_spine,
.book .hardcover_front li,
.book .hardcover_back li,
.book .book_spine li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.book .hardcover_front,
.book .hardcover_back {
  transform-origin: 0% 100%;
}
.book .hardcover_front li:first-child {
  cursor: default;
  user-select: none;
  transform: translateZ(2px);
}
.book .hardcover_front li:last-child {
  transform: rotateY(180deg) translateZ(2px);
}
.book .hardcover_back li:first-child {
  transform: translateZ(2px);
}
.book .hardcover_back li:last-child {
  transform: translateZ(-2px);
}
.book .hardcover_front li:first-child:after,
.book .hardcover_front li:first-child:before,
.book .hardcover_front li:last-child:after,
.book .hardcover_front li:last-child:before,
.book .hardcover_back li:first-child:after,
.book .hardcover_back li:first-child:before,
.book .hardcover_back li:last-child:after,
.book .hardcover_back li:last-child:before,
.book .book_spine li:first-child:after,
.book .book_spine li:first-child:before,
.book .book_spine li:last-child:after,
.book .book_spine li:last-child:before {
  position: absolute;
  top: 0;
  left: 0;
}
.book .hardcover_front li:first-child:after,
.book .hardcover_front li:first-child:before {
  width: 2px;
  height: 100%;
}
.book .hardcover_front li:first-child:after {
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.book .hardcover_front li:first-child:before {
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
.book .hardcover_front li:last-child:after,
.book .hardcover_front li:last-child:before {
  width: 4px;
  height: 160px;
}
.book .hardcover_front li:last-child:after {
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
}
.book .hardcover_front li:last-child:before {
  box-shadow: 0px 0px 30px 5px #333;
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
}
.book .hardcover_back li:first-child:after,
.book .hardcover_back li:first-child:before {
  width: 4px;
  height: 100%;
}
.book .hardcover_back li:first-child:after {
  transform: rotateY(90deg) translateZ(-2px) translateX(2px);
}
.book .hardcover_back li:first-child:before {
  transform: rotateY(90deg) translateZ(158px) translateX(2px);
}
.book .hardcover_back li:last-child:after,
.book .hardcover_back li:last-child:before {
  width: 4px;
  height: 160px;
}
.book .hardcover_back li:last-child:after {
  transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
}
.book .hardcover_back li:last-child:before {
  box-shadow: 10px -1px 80px 20px #666666;
  transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
}
.book .page,
.book .page > li {
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}
.book .page {
  width: 100%;
  height: 98%;
  top: 1%;
  left: 3%;
  z-index: 10;
}
.book .page > li {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transition-property: transform;
  transition-timing-function: ease;
}
.book .page > li:nth-child(1) {
  transition-duration: 0.6s;
}
.book .page > li:nth-child(2) {
  transition-duration: 0.6s;
}
.book .page > li:nth-child(3) {
  transition-duration: 0.4s;
}
.book .page > li:nth-child(4) {
  transition-duration: 0.5s;
}
.book .page > li:nth-child(5) {
  transition-duration: 0.6s;
}
.book:hover > .hardcover_front,
.book.hover > .hardcover_front {
  transform: rotateY(-145deg) translateZ(0);
  z-index: 0;
}
.book:hover > .page li:nth-child(1),
.book.hover > .page li:nth-child(1) {
  transform: rotateY(-30deg);
  transition-duration: 1.5s;
}
.book:hover > .page li:nth-child(2),
.book.hover > .page li:nth-child(2) {
  transform: rotateY(-35deg);
  transition-duration: 1.8s;
}
.book:hover > .page li:nth-child(3),
.book.hover > .page li:nth-child(3) {
  transform: rotateY(-118deg);
  transition-duration: 1.6s;
}
.book:hover > .page li:nth-child(4),
.book.hover > .page li:nth-child(4) {
  transform: rotateY(-130deg);
  transition-duration: 1.4s;
}
.book:hover > .page li:nth-child(5),
.book.hover > .page li:nth-child(5) {
  transform: rotateY(-140deg);
  transition-duration: 1.2s;
}
/*EQUAL HEIGHT COLUMNS WITH MARGINS IN MULTIPLE ROWS and VARIABLE NO OF BOXES*/
.equalHMVWrap {
  display: flex;
  flex-wrap: wrap;
}
/* Footer */
.footer .footer-nav {
  margin: 20px 0;
}
.footer .footer-nav .no-childs {
  display: inline-block;
  list-style: none;
  margin: 0 30px;
  padding: 0;
  vertical-align: top;
}
.footer .footer-nav .no-childs li {
  padding: 5px 0;
}
.footer .footer-nav .no-childs li a {
  color: #a5a22b;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.3s ease-in;
}
.footer .footer-nav .no-childs li a:hover {
  color: #383703;
}
.footer .footer-nav .has-childs {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.footer .footer-nav .has-childs > li {
  display: inline-block;
  padding: 2px 60px 0 40px;
  border-left: 1px solid #e4e4e4;
  vertical-align: top;
  height: 100%;
}
.footer .footer-nav .has-childs > li > a {
  color: #a5a22b;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.footer .footer-nav .has-childs > li > a:hover {
  color: #383703;
}
.footer .footer-nav .has-childs > li ul {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  vertical-align: top;
}
.footer .footer-nav .has-childs > li ul.twocols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer .footer-nav .has-childs > li ul li {
  padding-bottom: 8px;
}
.footer .footer-nav .has-childs > li ul li a {
  color: #646464;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.footer .footer-nav .has-childs > li ul li a:hover {
  color: #a5a22b;
}
.footer .footer-nav .has-childs.second > li {
  border-left: none;
  border-right: 1px solid #e4e4e4;
}
.footer .footer-nav .has-childs.second > li:first-child {
  padding-left: 0;
}
.footer .footer-nav .social-title {
  color: #a5a22b;
  font-size: 1.1em;
  font-weight: 600;
}
.footer .footer-nav .social-icons li {
  float: left;
  margin: 6px 40px 0 0;
}
.footer .footer-nav .social-icons li a {
  display: block;
}
.footer .footer-nav .social-icons li a i {
  color: #929292;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.footer .footer-nav .social-icons li a i:before {
  font-size: 36px;
  line-height: 36px;
}
.footer .footer-nav .social-icons li a.twitter:hover i {
  color: #000000;
}
.footer .footer-nav .social-icons li a.youtube:hover i {
  color: #E62B24;
}
.footer .footer-nav .social-icons li a.instagram:hover i {
  color: #FF803F;
}
.footer .footer-nav .social-icons li a:hover i {
  transform: scale(1.3);
}
.footer .footer-info {
  border-top: 1px solid #cdcdcd;
  padding: 20px 0 30px;
}
.footer .footer-info .copy-right,
.footer .footer-info .site-name {
  margin: 0;
  padding: 0;
}
.footer .footer-info .copy-right {
  float: left;
  width: 75%;
  font-size: 0.9em;
}
.footer .footer-info .site-name {
  float: right;
  width: 25%;
  text-align: right;
  font-size: 0.9em;
}
.footer .footer-info .site-name label {
  text-align: center;
  display: inline-block;
}
.footer .footer-info .site-name label .sheikh-name {
  display: block;
  animation-name: siteName;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.footer .footer-info:after {
  content: " ";
  display: table;
  clear: both;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes siteName {
  0% {
    color: #cdcdcd;
  }
  25% {
    color: #696868;
  }
  50% {
    color: #c2be34;
  }
  50% {
    color: #a5a22b;
  }
  100% {
    color: #cdcdcd;
  }
}
@keyframes siteName {
  0% {
    color: #cdcdcd;
  }
  25% {
    color: #696868;
  }
  50% {
    color: #c2be34;
  }
  50% {
    color: #a5a22b;
  }
  100% {
    color: #cdcdcd;
  }
}
.loaded .header .logo,
.loaded .header .lang-search-bar {
  transform: translate3d(0, 0, 0);
}
#iagdtd_frame {
  display: none;
}
.internetexplorer .rolling-3d a span::before,
.ie7 .rolling-3d a span::before,
.ie8 .rolling-3d a span::before,
.ie9 .rolling-3d a span::before,
.ie10 .rolling-3d a span::before {
  content: " ";
}
.internetexplorer .rolling-3d a:hover span,
.ie7 .rolling-3d a:hover span,
.ie8 .rolling-3d a:hover span,
.ie9 .rolling-3d a:hover span,
.ie10 .rolling-3d a:hover span,
.internetexplorer .rolling-3d a:focus span,
.ie7 .rolling-3d a:focus span,
.ie8 .rolling-3d a:focus span,
.ie9 .rolling-3d a:focus span,
.ie10 .rolling-3d a:focus span,
.internetexplorer .rolling-3d a.active span,
.ie7 .rolling-3d a.active span,
.ie8 .rolling-3d a.active span,
.ie9 .rolling-3d a.active span,
.ie10 .rolling-3d a.active span,
.internetexplorer .rolling-3d a.current span,
.ie7 .rolling-3d a.current span,
.ie8 .rolling-3d a.current span,
.ie9 .rolling-3d a.current span,
.ie10 .rolling-3d a.current span {
  transform: none;
  color: #c2be34;
  border-top: 3px solid #c2be34;
}
.internetexplorer .media-widget .zoomin-effect figure img,
.ie7 .media-widget .zoomin-effect figure img,
.ie8 .media-widget .zoomin-effect figure img,
.ie9 .media-widget .zoomin-effect figure img,
.ie10 .media-widget .zoomin-effect figure img,
.internetexplorer .media-widget .zoomin-effect .figure img,
.ie7 .media-widget .zoomin-effect .figure img,
.ie8 .media-widget .zoomin-effect .figure img,
.ie9 .media-widget .zoomin-effect .figure img,
.ie10 .media-widget .zoomin-effect .figure img,
.internetexplorer .media-widget .zoomin-effect figure .img,
.ie7 .media-widget .zoomin-effect figure .img,
.ie8 .media-widget .zoomin-effect figure .img,
.ie9 .media-widget .zoomin-effect figure .img,
.ie10 .media-widget .zoomin-effect figure .img,
.internetexplorer .media-widget .zoomin-effect .figure .img,
.ie7 .media-widget .zoomin-effect .figure .img,
.ie8 .media-widget .zoomin-effect .figure .img,
.ie9 .media-widget .zoomin-effect .figure .img,
.ie10 .media-widget .zoomin-effect .figure .img {
  transform: none;
  transition: none;
}
.internetexplorer .media-widget .zoomin-effect figure:hover img,
.ie7 .media-widget .zoomin-effect figure:hover img,
.ie8 .media-widget .zoomin-effect figure:hover img,
.ie9 .media-widget .zoomin-effect figure:hover img,
.ie10 .media-widget .zoomin-effect figure:hover img,
.internetexplorer .media-widget .zoomin-effect .figure:hover img,
.ie7 .media-widget .zoomin-effect .figure:hover img,
.ie8 .media-widget .zoomin-effect .figure:hover img,
.ie9 .media-widget .zoomin-effect .figure:hover img,
.ie10 .media-widget .zoomin-effect .figure:hover img,
.internetexplorer .media-widget .zoomin-effect figure:hover .img,
.ie7 .media-widget .zoomin-effect figure:hover .img,
.ie8 .media-widget .zoomin-effect figure:hover .img,
.ie9 .media-widget .zoomin-effect figure:hover .img,
.ie10 .media-widget .zoomin-effect figure:hover .img,
.internetexplorer .media-widget .zoomin-effect .figure:hover .img,
.ie7 .media-widget .zoomin-effect .figure:hover .img,
.ie8 .media-widget .zoomin-effect .figure:hover .img,
.ie9 .media-widget .zoomin-effect .figure:hover .img,
.ie10 .media-widget .zoomin-effect .figure:hover .img {
  transform: none;
}
.internetexplorer .book .hardcover_front,
.ie7 .book .hardcover_front,
.ie8 .book .hardcover_front,
.ie9 .book .hardcover_front,
.ie10 .book .hardcover_front,
.internetexplorer .book .hardcover_front li,
.ie7 .book .hardcover_front li,
.ie8 .book .hardcover_front li,
.ie9 .book .hardcover_front li,
.ie10 .book .hardcover_front li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform-style: preserve-3d;
}
.internetexplorer .book .hardcover_front:first-child img,
.ie7 .book .hardcover_front:first-child img,
.ie8 .book .hardcover_front:first-child img,
.ie9 .book .hardcover_front:first-child img,
.ie10 .book .hardcover_front:first-child img,
.internetexplorer .book .hardcover_front li:first-child img,
.ie7 .book .hardcover_front li:first-child img,
.ie8 .book .hardcover_front li:first-child img,
.ie9 .book .hardcover_front li:first-child img,
.ie10 .book .hardcover_front li:first-child img {
  text-align: center;
  width: 100%;
  height: 220px;
  color: #a5a22b;
  font-size: 1.1em;
  font-weight: 700;
  overflow: hidden;
}
.internetexplorer .book .hardcover_back,
.ie7 .book .hardcover_back,
.ie8 .book .hardcover_back,
.ie9 .book .hardcover_back,
.ie10 .book .hardcover_back,
.internetexplorer .book .hardcover_back li,
.ie7 .book .hardcover_back li,
.ie8 .book .hardcover_back li,
.ie9 .book .hardcover_back li,
.ie10 .book .hardcover_back li {
  height: 100%;
}
.internetexplorer .book .book_spine,
.ie7 .book .book_spine,
.ie8 .book .book_spine,
.ie9 .book .book_spine,
.ie10 .book .book_spine,
.internetexplorer .book .book_spine li,
.ie7 .book .book_spine li,
.ie8 .book .book_spine li,
.ie9 .book .book_spine li,
.ie10 .book .book_spine li {
  height: 100%;
}
.internetexplorer .book .page > li,
.ie7 .book .page > li,
.ie8 .book .page > li,
.ie9 .book .page > li,
.ie10 .book .page > li {
  background: -ms-linear-gradient(left, #e1ddd8 0, #fffbf6 100%);
}
.internetexplorer .book:hover > .page li:nth-child(3),
.ie7 .book:hover > .page li:nth-child(3),
.ie8 .book:hover > .page li:nth-child(3),
.ie9 .book:hover > .page li:nth-child(3),
.ie10 .book:hover > .page li:nth-child(3),
.internetexplorer .book.hover > .page li:nth-child(3),
.ie7 .book.hover > .page li:nth-child(3),
.ie8 .book.hover > .page li:nth-child(3),
.ie9 .book.hover > .page li:nth-child(3),
.ie10 .book.hover > .page li:nth-child(3) {
  transform: rotateY(-145deg);
  -ms-transform: rotateY(-145deg);
  z-index: 2;
}
.internetexplorer .book:hover > .page li:nth-child(4),
.ie7 .book:hover > .page li:nth-child(4),
.ie8 .book:hover > .page li:nth-child(4),
.ie9 .book:hover > .page li:nth-child(4),
.ie10 .book:hover > .page li:nth-child(4),
.internetexplorer .book.hover > .page li:nth-child(4),
.ie7 .book.hover > .page li:nth-child(4),
.ie8 .book.hover > .page li:nth-child(4),
.ie9 .book.hover > .page li:nth-child(4),
.ie10 .book.hover > .page li:nth-child(4) {
  transform: rotateY(-150deg);
  -ms-transform: rotateY(-150deg);
  z-index: 1;
}
.internetexplorer .book:hover > .page li:nth-child(5),
.ie7 .book:hover > .page li:nth-child(5),
.ie8 .book:hover > .page li:nth-child(5),
.ie9 .book:hover > .page li:nth-child(5),
.ie10 .book:hover > .page li:nth-child(5),
.internetexplorer .book.hover > .page li:nth-child(5),
.ie7 .book.hover > .page li:nth-child(5),
.ie8 .book.hover > .page li:nth-child(5),
.ie9 .book.hover > .page li:nth-child(5),
.ie10 .book.hover > .page li:nth-child(5) {
  transform: rotateY(-160deg);
  -ms-transform: rotateY(-160deg);
}
/* Open Search */
/*.search-open {
    overflow: hidden;

    .open-search {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
}

.open-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s,visibility .25s,width .25s;
    z-index: 50;

    .search-area {
        width: 100%;
        background: #fff;
        height: 16%;
        position: relative;

        ul {
            padding: 0;
            margin: 0;

            li {
                list-style-type: none;
                width: auto;
                margin: 3% 0;
                display: inline-block;
                float: left;

                &.search-field {
                    width: 80%;
                    position: relative;

                    input {
                        &::-webkit-input-placeholder { 
                            color: #c2be34;
                        }

                        &::-moz-placeholder { 
                            color: #c2be34;
                        }

                        &:-ms-input-placeholder {
                            color: #c2be34;
                        }

                        &:-moz-placeholder { 
                            color: #c2be34;
                        }


                        &.search-field-open {
                            width: 100%;
                            height: 50px;
                            border: none;
                            float: left;
                            outline: none;
                            font-family: @font-base;
                            font-weight: 100;
                            color: #c2be34;
                            font-size: 30px;
                            position: relative;
                            text-indent: 60px;
                        }
                    }

                    &:before {
                        content: "\e925";
                        font-family: @ficons-font-family;
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 50px;
                        height: 50px;
                        font-size: 3em;
                        z-index: 1;
                        transform: scaleX(-1);
                        filter: FlipH;
                        -ms-filter: "FlipH";
                        text-align: right;
                        line-height: 1.3;
                        color: rgba(0,0,0,0.1);
                    }
                }


                .filter-list {
                    float: left;
                    width: 200px;
                    height: 45px;
                    text-indent: 10px;
                    color: #858585;
                    margin: 3% 0;
                    border: none;
                    outline: none;
                    font-size: 16px;
                    background: url('@{img}arrow-down.png') no-repeat right #eeefef;
                    -webkit-appearance: none;
                    background-position-x: 175px;
                }

                .speak-now {
                    width: 30px;
                    height: 50px;
                    margin: 3% 20px;
                    float: left;
                    font-size: 0;
                    color: #b8b8b8;
                    transition: all .3s ease-out;

                    .ficon:before {
                        font-size: 30px;
                        line-height: 1.8;
                    }

                    &:hover {
                        color: #c2be34;
                    }
                }
            }
        }

        .advance-search {
            width: 72.5%;
            position: absolute;
            top: 100%;
            background: #fafafa;
            border: 1px solid #e1ddd8;

            ul {
                &.suggestions, &.quicklinks {
                    margin: 0;
                    padding: 20px;

                    li {
                        display: block;
                        margin: 0;
                        width: 100%;
                        padding: 5px 20px;
                        font-size: 14px;

                        &:first-child {
                            padding: 5px 0;
                            color: #787878;
                            font-size: 12px;
                            font-weight: 600;
                        }

                        a {
                            text-decoration: none;
                            color: #858585;
                            transition: all .3s ease-out;

                            &:hover {
                                color: #c2be34;
                            }
                        }
                    }
                }

                &.quicklinks {
                    border-top: 1px solid #e1ddd8;
                }
            }
        }



        .close-btn {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 1%;
            top: 37%;
            display: block;
            font-size: 0;
            color: rgba(0,0,0,0.1);
            transition: all ease-out .3s;
            cursor: pointer;

            &.icon-close:before {
                font-size: 36px;
                line-height: 1.1;
            }

            &:hover {
                color: #c2be34;
            }
        }
    }
}*/
.keyword-suggestions-container {
  position: relative;
}
.keyword-suggestions-container .keyword-suggestions {
  background: #fff;
  border: 1px solid #ccc;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.keyword-suggestions-container .keyword-suggestions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.keyword-suggestions-container .keyword-suggestions ul li {
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
}
.keyword-suggestions-container .keyword-suggestions ul li a {
  display: block;
  color: #000;
  font-size: 1.3em;
  padding: 5px 0;
  outline: none;
}
.keyword-suggestions-container .keyword-suggestions ul li:hover,
.keyword-suggestions-container .keyword-suggestions ul li.selected {
  background-color: #eee;
}
/* Lightbox */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
#jquery-lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
#jquery-lightbox .lightbox-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
#jquery-lightbox a img {
  border: none;
}
#jquery-lightbox .album-title {
  line-height: 2em;
  color: #f3f3f3;
  border-bottom: 2px solid #c2bf3d;
  display: inline-block;
  padding: 2px 20px;
  margin: 10px 0;
}
#lightbox-container-image-box {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
#lightbox-container-image-box:after {
  content: "";
  display: table;
  clear: both;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-loading a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
#lightbox-nav #lightbox-nav-btnPrev,
#lightbox-nav #lightbox-nav-btnNext {
  height: 100%;
  cursor: pointer;
  display: block;
}
#lightbox-nav #lightbox-nav-btnPrev {
  width: 34%;
  left: 0;
  float: left;
  /*background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#lightbox-nav #lightbox-nav-btnPrev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#lightbox-nav #lightbox-nav-btnNext {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#lightbox-nav #lightbox-nav-btnNext:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#lightbox-container-image-data-box {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#lightbox-container-image-data-box:after {
  content: "";
  display: table;
  clear: both;
}
#lightbox-container-image-data-box #lightbox-container-image-data {
  padding: 0 4px;
  color: #ccc;
}
#lightbox-container-image-data-box #lightbox-image-details {
  width: 100%;
  text-align: left;
  line-height: 1.1em;
  text-align: center;
}
#lightbox-container-image-data-box #lightbox-image-details-caption {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
}
#lightbox-container-image-data-box #lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding: 1em 0;
  font-size: 0.9em;
  color: #b9b836;
  text-align: center;
}
#lightbox-secNav {
  position: absolute;
  top: -45px;
  right: 15px;
}
#lightbox-secNav #lightbox-secNav-btnClose {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#lightbox-secNav #lightbox-secNav-btnClose:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* End Lighbox */
.main-popup {
  list-style: none;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFF;
  z-index: 2;
  border-radius: 5px;
  width: 40%;
  -webkit-box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.2);
  box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.2);
  visibility: hidden;
  opacity: 0;
  transform: scale(0.2);
  transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}
.main-popup li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.main-popup li.close {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.main-popup li.close:hover a {
  color: red;
}
.main-popup li a {
  color: #7b7b7b;
}
.main-popup li.current,
.main-popup li:hover {
  background: none;
}
.main-popup li.current a,
.main-popup li:hover a {
  color: #afa638;
}
.main-popup.open {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
/* Main Slider */
.main-slider {
  position: relative;
  overflow: hidden;
}
.main-slider .recent-news-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 38;
  transition: transform 0.5s linear;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.5s;
}
.main-slider .owl-carousel,
.main-slider .owl-stage-outer,
.main-slider .owl-stage,
.main-slider .owl-item,
.main-slider .item {
  height: 100%;
}
/*Home Slider*/
.home-banners.owl-carousel .owl-item .item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top !important;
  background-size: cover !important;
}
.home-banners.owl-carousel .owl-item .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .3s;
  animation: fadeOut;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+20,000000+50,000000+80,000000+100&0.9+0,0.2+20,0.05+50,0.2+80,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}
.home-banners.owl-carousel .owl-item .item .caption-container {
  position: absolute;
  z-index: 2;
  width: 40%;
  bottom: 130px;
  margin: 30px auto;
  left: 7.03125%;
}
.home-banners.owl-carousel .owl-item .item .caption-container.center-bottom {
  left: 0;
  text-align: center;
  right: 0;
}
.home-banners.owl-carousel .owl-item .item .caption-container.right-bottom {
  left: auto;
  right: 8.03125%;
}
.home-banners.owl-carousel .owl-item .item .caption-container.right-top {
  left: auto;
  right: 8.03125%;
  top: 25%;
  bottom: auto;
}
.home-banners.owl-carousel .owl-item .item .caption-container.left-top {
  top: 25%;
  bottom: auto;
}
.home-banners.owl-carousel .owl-item .item .caption-container .date-time {
  color: #bdb839;
  font-size: 1.1em;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.2s;
}
.home-banners.owl-carousel .owl-item .item .caption-container .title {
  color: #f9f9f9;
  margin-top: 15px;
  font-size: 2.5em;
  line-height: 1.5em;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
}
.home-banners.owl-carousel .owl-item .item .caption-container .title:before {
  content: "\e907";
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  color: #fff;
  font-family: 'ficons';
  margin-right: 10px;
}
.home-banners.owl-carousel .owl-item .item .caption-container .title:after {
  content: "\e908";
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  color: #fff;
  font-family: 'ficons';
  margin-left: 10px;
}
.home-banners.owl-carousel .owl-item.active .item .caption-container .date-time {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
.home-banners.owl-carousel .owl-item.active .item .caption-container .title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.home-banners.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 140px;
  width: 100%;
}
.home-banners.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 5px 7px;
}
.home-banners.owl-carousel .owl-dots button.owl-dot span {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  width: 10px;
  height: 10px;
  display: block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.home-banners.owl-carousel .owl-dots button.owl-dot.active span,
.home-banners.owl-carousel .owl-dots button.owl-dot:hover span {
  transform: scale(1.4);
  background: #c2be34;
}
/*Recent News*/
.recent-news.owl-carousel {
  margin: 0 auto;
  width: 85.9375%;
}
.recent-news.owl-carousel .owl-item {
  height: 120px;
  transition: background 0.5s ease;
}
.recent-news.owl-carousel .owl-item .item {
  height: 100%;
}
.recent-news.owl-carousel .owl-item .item article,
.recent-news.owl-carousel .owl-item .item h4,
.recent-news.owl-carousel .owl-item .item a {
  height: 100%;
  margin: 0;
  padding: 0;
}
.recent-news.owl-carousel .owl-item .item a {
  display: block;
  color: #fff;
  font-size: 0.8em;
}
.recent-news.owl-carousel .owl-item .item a .image-container {
  width: 40%;
  max-height: 80%;
  margin: 14px 3% 0;
  float: left;
  border: 5px solid rgba(142, 135, 116, 0.4);
  overflow: hidden;
}
.recent-news.owl-carousel .owl-item .item a .text-container {
  float: left;
  width: 52%;
  margin-top: 12px;
  line-height: 24px;
  font-weight: 400;
}
.recent-news.owl-carousel .owl-item .item a .text-container .title {
  display: block;
  cursor: pointer;
}
.recent-news.owl-carousel .owl-item .item a .text-container .date-time {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  color: #cdcc64;
}
.recent-news.owl-carousel .owl-item:hover {
  background-color: rgba(191, 187, 56, 0.8);
}
.recent-news.owl-carousel .owl-item:hover a .image-container {
  border-color: #aca72c;
}
.recent-news.owl-carousel .owl-item:hover a .text-container .date-time {
  color: #e2dddd;
}
.recent-news.owl-carousel .owl-nav .owl-prev,
.recent-news.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 100%;
  color: #86827b;
  position: absolute;
  top: 0;
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.recent-news.owl-carousel .owl-nav .owl-prev:before,
.recent-news.owl-carousel .owl-nav .owl-next:before {
  font-size: 24px;
  line-height: 24px;
}
.recent-news.owl-carousel .owl-nav .owl-prev:before,
.recent-news.owl-carousel .owl-nav .owl-next:before {
  font-size: 60px;
  line-height: 120px;
}
.recent-news.owl-carousel .owl-nav .owl-prev:hover,
.recent-news.owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
}
.recent-news.owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.recent-news.owl-carousel .owl-nav .owl-prev:before {
  content: "\e902";
}
.recent-news.owl-carousel .owl-nav .owl-next {
  right: -60px;
}
.recent-news.owl-carousel .owl-nav .owl-next:before {
  content: "\e903";
}
/*recent Sections*/
.recent-sections {
  padding: 20px 0;
  background: url('/portal/content/images/recents-bg.png') top left no-repeat;
  background-size: cover;
}
.recent-sections .recent-widget {
  width: 33%;
  display: inline-block;
  padding: 0 5%;
  vertical-align: top;
}
.recent-sections .recent-widget .header-title {
  margin: 0 0 15px 0;
}
.recent-sections .recent-widget .header-title a {
  color: #353535;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.recent-sections .recent-widget .header-title a:hover {
  color: #a5a22b;
}
.recent-sections .recent-widget .image-title {
  margin: 0;
  position: relative;
  padding: 6px;
}
.recent-sections .recent-widget .image-title a {
  display: block;
  overflow: hidden;
}
.recent-sections .recent-widget .image-title .imag-overlay {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  display: none;
  background-color: rgba(182, 180, 50, 0.15);
}
.recent-sections .recent-widget .image-title .imag-overlay:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: -6px;
  border-top: 100px solid transparent;
  border-left: 100px solid #b9b836;
  z-index: -1;
}
.recent-sections .recent-widget .image-title .imag-overlay:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  right: -6px;
  border-bottom: 100px solid transparent;
  border-right: 100px solid #b9b836;
  z-index: -1;
}
.recent-sections .recent-widget .image-title:hover .imag-overlay {
  display: block;
}
.recent-sections .recent-widget .date-time {
  color: #c2be34;
  font-size: 1.1em;
  margin: 15px 0 3px;
  display: block;
  padding: 0 6px;
}
.recent-sections .recent-widget .text-title {
  margin: 0;
  font-size: 1.3em;
  padding: 0 6px;
}
.recent-sections .recent-widget .text-title a {
  color: #303030;
  text-decoration: none;
}
.recent-sections .recent-widget .text-title a:hover {
  color: #a09c13;
}
.recent-sections .recent-widget .intro {
  margin: 3px 0 15px;
  padding: 0 6px;
}
.recent-sections .recent-widget .btn-more {
  background-color: #b3b232;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  margin-left: 6px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.recent-sections .recent-widget .btn-more:hover {
  box-shadow: 0 2px 3px 0 rgba(50, 50, 50, 0.5);
}
.recent-sections .recent-widget.separator {
  border-right: 1px solid #e5e5e5;
}
.recent-sections .recent-widget .owl-stage-outer {
  min-height: 520px;
}
.recent-sections .recent-widget .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  right: 6px;
}
.recent-sections .recent-widget .owl-dots button.owl-dot {
  display: inline-block;
  zoom: 1;
  margin: 5px 7px;
}
.recent-sections .recent-widget .owl-dots button.owl-dot span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #cbc6ba;
  z-index: 1;
  width: 10px;
  height: 10px;
  display: block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.recent-sections .recent-widget .owl-dots button.owl-dot.active span,
.recent-sections .recent-widget .owl-dots button.owl-dot:hover span {
  transform: scale(1.4);
  background: #c2be34;
}
.recent-sections .mb-10 {
  margin-bottom: 15px !important;
}
/*Home Content*/
.home-content {
  overflow: hidden;
  /*Selections*/
}
.home-content .publications-widget {
  background: url('/portal/content/images/publications-bg.jpg') top left no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home-content .publications-widget .header-title {
  margin: 0;
  padding: 40px 20px 0;
  text-align: center;
  font-size: 3em;
}
.home-content .publications-widget .header-title a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.home-content .publications-widget .header-title a:hover {
  color: #ffee96;
}
.home-content .publications-widget .categories {
  list-style: none;
  text-align: center;
}
.home-content .publications-widget .categories li {
  display: inline-block;
  margin: 5px 10px;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}
.home-content .publications-widget .categories li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 20px;
  display: block;
}
.home-content .publications-widget .categories li:hover,
.home-content .publications-widget .categories li.current {
  background-color: #fff;
}
.home-content .publications-widget .categories li:hover a,
.home-content .publications-widget .categories li.current a {
  color: #c1bf3e;
}
.home-content .publications-widget .publications {
  padding: 0 5%;
}
.home-content .publications-widget .publications .owl-item .item {
  padding: 50px 0;
}
.home-content .publications-widget .publications .owl-nav .owl-prev,
.home-content .publications-widget .publications .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  color: #c2be34;
  background-color: #f3f2d9;
  position: absolute;
  top: calc(50% - 35px);
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease-in;
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-content .publications-widget .publications .owl-nav .owl-prev:before,
.home-content .publications-widget .publications .owl-nav .owl-next:before {
  font-size: 24px;
  line-height: 24px;
}
.home-content .publications-widget .publications .owl-nav .owl-prev:before,
.home-content .publications-widget .publications .owl-nav .owl-next:before {
  font-size: 32px;
  line-height: 70px;
}
.home-content .publications-widget .publications .owl-nav .owl-prev:hover,
.home-content .publications-widget .publications .owl-nav .owl-next:hover {
  transform: scale(1.1);
}
.home-content .publications-widget .publications .owl-nav .owl-prev {
  left: -90px;
  -webkit-box-shadow: -3px 0 10px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -3px 0 10px 0 rgba(50, 50, 50, 0.3);
  box-shadow: -3px 0 10px 0 rgba(50, 50, 50, 0.3);
}
.home-content .publications-widget .publications .owl-nav .owl-prev:before {
  content: "\e900";
}
.home-content .publications-widget .publications .owl-nav .owl-next {
  right: -90px;
  -webkit-box-shadow: 3px 0 10px 0 rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 0 10px 0 rgba(50, 50, 50, 0.3);
  box-shadow: 3px 0 10px 0 rgba(50, 50, 50, 0.3);
}
.home-content .publications-widget .publications .owl-nav .owl-next:before {
  content: "\e901";
}
.home-content .media-widget {
  padding: 20px 0;
  overflow: hidden;
}
.home-content .media-widget .photos,
.home-content .media-widget .videos {
  display: inline-block;
  width: 50%;
  position: relative;
}
.home-content .media-widget .photos .header-title,
.home-content .media-widget .videos .header-title {
  position: absolute;
  bottom: 100px;
  left: 0;
  margin: 10px 30px;
  z-index: 2;
}
.home-content .media-widget .photos .header-title a,
.home-content .media-widget .videos .header-title a {
  color: #f3f3f3;
  border-bottom: 2px solid #c2bf3d;
  text-decoration: none;
}
.home-content .media-widget .photos .header-title a:hover,
.home-content .media-widget .videos .header-title a:hover {
  color: #fff;
  border-bottom-color: #b4b4b4;
}
.home-content .media-widget .photos .image-title,
.home-content .media-widget .videos .image-title {
  margin: 0;
  padding: 0;
}
.home-content .media-widget .photos .image-title a,
.home-content .media-widget .videos .image-title a {
  display: block;
}
.home-content .media-widget .photos .extra,
.home-content .media-widget .videos .extra {
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 30px;
  height: 80px;
  overflow: hidden;
}
.home-content .media-widget .photos .extra .date-time,
.home-content .media-widget .videos .extra .date-time,
.home-content .media-widget .photos .extra a,
.home-content .media-widget .videos .extra a {
  color: #d8d8d8;
}
.home-content .media-widget .photos .extra .date-time,
.home-content .media-widget .videos .extra .date-time,
.home-content .media-widget .photos .extra .desciption,
.home-content .media-widget .videos .extra .desciption {
  display: block;
  margin: 8px 0;
  font-size: 1em;
  color: #ababab;
}
.home-content .media-widget .photos .extra a,
.home-content .media-widget .videos .extra a {
  text-decoration: none;
  font-size: 1.3em;
}
.home-content .media-widget .photos .extra a:hover,
.home-content .media-widget .videos .extra a:hover {
  color: #c8c448;
}
.home-content .media-widget .photos .bg-overlay,
.home-content .media-widget .videos .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.1+50,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}
.home-content .media-widget .videos {
  padding-right: 5px;
  float: left;
}
.home-content .media-widget .videos .play {
  width: 80px;
  height: 80px;
  display: block;
  background-color: rgba(193, 186, 77, 0.9);
  border-radius: 50%;
  position: absolute;
  top: 48%;
  left: 45%;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  -webkit-box-shadow: 0px -2px 10px 1px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px -2px 10px 1px rgba(50, 50, 50, 0.7);
  box-shadow: 0px -2px 10px 1px rgba(50, 50, 50, 0.7);
  text-align: center;
  color: #fff;
}
.home-content .media-widget .videos .play .ficon:before {
  line-height: 80px;
  font-size: 30px;
}
.home-content .media-widget .videos .play:hover {
  box-shadow: 0 0 10px 8px rgba(50, 50, 50, 0.7);
}
.home-content .media-widget .videos .owl-carousel {
  height: 100%;
}
.home-content .media-widget .videos .owl-carousel .item,
.home-content .media-widget .videos .owl-carousel .owl-stage-outer,
.home-content .media-widget .videos .owl-carousel .owl-stage,
.home-content .media-widget .videos .owl-carousel .owl-item,
.home-content .media-widget .videos .owl-carousel article,
.home-content .media-widget .videos .owl-carousel h4.image-title {
  height: 100%;
}
.home-content .media-widget .videos .owl-carousel .owl-item img {
  min-height: 100%;
  width: 100%;
}
.home-content .media-widget .videos .owl-carousel .image-title a {
  height: 100%;
  text-align: center;
}
.home-content .media-widget .photos {
  padding-left: 5px;
  float: right;
}
.home-content .media-widget .photos .owl-carousel {
  overflow: hidden;
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-prev,
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: rgba(193, 186, 77, 0.9);
  position: absolute;
  top: calc(50% - 40px);
  border-radius: 50%;
  text-align: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-prev:before,
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-next:before {
  font-size: 24px;
  line-height: 24px;
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-prev:before,
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-next:before {
  font-size: 32px;
  line-height: 80px;
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-prev {
  left: -35px;
  -webkit-box-shadow: 5px 0 10px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 5px 0 10px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 5px 0 10px 0 rgba(50, 50, 50, 0.75);
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-prev:before {
  content: "\e900";
  position: relative;
  left: 10px;
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-prev:hover {
  box-shadow: 5px 0 10px 2px rgba(50, 50, 50, 0.75);
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-next {
  right: -35px;
  -webkit-box-shadow: -5px 0 10px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -5px 0 10px 0 rgba(50, 50, 50, 0.75);
  box-shadow: -5px 0 10px 0 rgba(50, 50, 50, 0.75);
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-next:before {
  content: "\e901";
  position: relative;
  right: 10px;
}
.home-content .media-widget .photos .owl-carousel .owl-nav .owl-next:hover {
  box-shadow: -5px 0 10px 2px rgba(50, 50, 50, 0.75);
}
.home-content .media-widget:after {
  content: "";
  display: table;
  clear: both;
}
.home-content .biography-widget {
  background: url('/portal/content/images/biography-bg.jpg') top left no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home-content .biography-widget .header-title {
  margin: 0;
  padding: 40px 20px 0;
  text-align: center;
  font-size: 3em;
}
.home-content .biography-widget .header-title a {
  color: #353535;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.home-content .biography-widget .header-title a:hover {
  color: #ffee96;
}
.home-content .biography-widget .categories {
  list-style: none;
  text-align: center;
}
.home-content .biography-widget .categories li {
  display: inline-block;
  margin: 5px 10px;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}
.home-content .biography-widget .categories li a {
  color: #7b7b7b;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 6px 20px;
}
.home-content .biography-widget .categories li:hover,
.home-content .biography-widget .categories li.current {
  background-color: #afa638;
}
.home-content .biography-widget .categories li:hover a,
.home-content .biography-widget .categories li.current a {
  color: #ffffff;
}
.home-content .biography-widget .biography {
  padding: 10px 0 40px 0;
  height: 600px;
}
.home-content .biography-widget .biography .owl-carousel {
  height: 100%;
}
.home-content .biography-widget .biography .owl-carousel .item,
.home-content .biography-widget .biography .owl-carousel .owl-stage-outer,
.home-content .biography-widget .biography .owl-carousel .owl-stage,
.home-content .biography-widget .biography .owl-carousel .owl-item,
.home-content .biography-widget .biography .owl-carousel article,
.home-content .biography-widget .biography .owl-carousel h4.image-title {
  height: 100%;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item {
  position: relative;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item .item-container {
  display: block;
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  height: auto;
  background-color: #fff;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item .item-container > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item .item-container > div .caption-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item .item-container > div .caption-container .title {
  font-size: 1.3em;
  color: #fff;
  line-height: 1.4em;
  padding: 0 10% 5px;
  margin: 10px 10px 60px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item .item-container > div .caption-container .title:after {
  background-color: #bdb839;
  width: 26%;
  height: 3px;
  content: " ";
  position: absolute;
  bottom: 40px;
  left: 37%;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item .item .item-container > div .caption-container .date-time {
  color: #bdb839;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.c {
  z-index: 3;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.c .item .caption-container .title {
  opacity: 1;
  transition-delay: 0.5s;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.c .item .caption-container .date-time {
  opacity: 1;
  transition-delay: 0.5s;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.c .item .item-container {
  left: -50%;
  right: -50%;
  top: 15px;
  bottom: 15px;
  -webkit-box-shadow: 0 0 20px 1px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0 0 20px 1px rgba(50, 50, 50, 0.7);
  box-shadow: 0 0 20px 1px rgba(50, 50, 50, 0.7);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.cc .item .item-container {
  top: 0;
  bottom: 0;
  left: -25%;
  right: -25%;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.p .item {
  position: relative;
  z-index: 2;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.p .item .item-container {
  left: -50%;
  right: 25%;
  top: 40px;
  bottom: 40px;
  overflow: hidden;
  height: auto;
  transition: all 0.1s linear;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.p .item .caption-container .title {
  opacity: 0.4;
  font-size: 1em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.p .item .caption-container .date-time {
  opacity: 0.4;
  font-size: 0.8em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.pp .item .caption-container .title {
  opacity: 0.2;
  font-size: 0.8em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.pp .item .caption-container .date-time {
  opacity: 0.2;
  font-size: 0.6em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.pp .item .item-container {
  left: -25%;
  right: 25%;
  top: 60px;
  bottom: 60px;
  transition: all 0.1s linear;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.n {
  z-index: 2;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.n .item .caption-container .title {
  opacity: 0.4;
  font-size: 1em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.n .item .caption-container .date-time {
  opacity: 0.4;
  font-size: 0.8em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.n .item .item-container {
  left: 25%;
  right: -50%;
  top: 40px;
  bottom: 40px;
  transition: all 0.1s linear;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.nn .item .caption-container .title {
  opacity: 0.2;
  font-size: 0.8em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.nn .item .caption-container .date-time {
  opacity: 0.2;
  font-size: 0.6em;
}
.home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.nn .item .item-container {
  left: 25%;
  right: -25%;
  top: 60px;
  bottom: 60px;
  transition: all 0.1s linear;
}
.home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container {
  height: 100%;
  margin: 0 4px;
  border: 4px double #c2be34;
}
.home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  filter: none;
}
.home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container > div .caption-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}
.home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container > div .caption-container .title {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.5em;
  padding: 0 5% 5px;
  margin: 10px 10px 30px;
  font-weight: 400;
}
.home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container > div .caption-container .title:after {
  background-color: #bdb839;
  width: 26%;
  height: 3px;
  content: " ";
  position: absolute;
  bottom: 20px;
  left: 37%;
}
.home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container > div .caption-container .date-time {
  color: #bdb839;
  font-size: 1em;
}
.home-content .biography-widget .biography .owl-nav .owl-prev,
.home-content .biography-widget .biography .owl-nav .owl-next {
  color: #f5f5f5;
  position: absolute;
  top: calc(50% - 35px);
  text-align: center;
  padding: 0 15px;
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'ficons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.home-content .biography-widget .biography .owl-nav .owl-prev:before,
.home-content .biography-widget .biography .owl-nav .owl-next:before {
  font-size: 24px;
  line-height: 24px;
}
.home-content .biography-widget .biography .owl-nav .owl-prev:before,
.home-content .biography-widget .biography .owl-nav .owl-next:before {
  font-size: 40px;
  line-height: 70px;
}
.home-content .biography-widget .biography .owl-nav .owl-prev:hover,
.home-content .biography-widget .biography .owl-nav .owl-next:hover {
  box-shadow: 0 2px 5px 2px rgba(50, 50, 50, 0.75);
  background: rgba(0, 0, 0, 0.25);
}
.home-content .biography-widget .biography .owl-nav .owl-prev:hover:before,
.home-content .biography-widget .biography .owl-nav .owl-next:hover:before {
  font-weight: 600;
}
.home-content .biography-widget .biography .owl-nav .owl-prev {
  left: 60px;
}
.home-content .biography-widget .biography .owl-nav .owl-prev:before {
  content: "\e902";
}
.home-content .biography-widget .biography .owl-nav .owl-next {
  right: 60px;
}
.home-content .biography-widget .biography .owl-nav .owl-next:before {
  content: "\e903";
}
.home-content .biography-widget .selectedCategory,
.home-content .publications-widget .selectedCategory {
  display: none;
}
/*Loaded*/
.loaded .main-slider .recent-news-container {
  transform: translate3d(0, 0, 0);
}
/*Lightbox*/
#lightbox-secNav {
  top: 15px;
  right: 21px;
  z-index: 10;
}
#lightbox-nav #lightbox-nav-btnPrev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: block !important;
  height: 100% !important;
  background: url(/portal/content/images/prev.png) left 50% no-repeat !important;
}
#lightbox-nav #lightbox-nav-btnNext {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: block !important;
  height: 100% !important;
  background: url(/portal/content/images/next.png) right 50% no-repeat !important;
}
@media screen and (max-width: 1440px) {
  .h2,
  h2 {
    font-size: 1.6em;
  }
  .h3,
  h3 {
    font-size: 1.8em;
  }
  h4,
  .h4 {
    font-size: 1.4em;
  }
  .main-menu .container .navmain > ul > li > a {
    padding: 0 1%;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-size: 2em;
  }
  .home-content .publications-widget .header-title,
  .home-content .biography-widget .header-title {
    font-size: 2.6em;
  }
  .recent-sections .recent-widget {
    padding: 0 3%;
  }
  .left-area .news-widget .owl-carousel .owl-item .item h4 a {
    font-size: 0.75em;
  }
  .right-area .items-list > li:nth-child(odd) {
    padding: 15px 20px 20px 20px;
  }
  .right-area .items-list > li .item {
    padding-left: 0;
  }
  .right-area .items-list > li .item h4 {
    font-size: 1.2em;
  }
  .right-area .items-list > li .item h4 a {
    font-weight: 600;
  }
  .right-area .items-list > li .item h4 a img {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .footer .footer-nav .has-childs > li {
    padding: 2px 40px 0 40px;
  }
  .ar-ae .right-area .items-list > li:nth-child(odd) {
    padding: 15px 20px 20px 20px;
  }
  .ar-ae .right-area .items-list > li:nth-child(even) {
    padding: 15px 20px 20px 20px;
  }
  .ar-ae .right-area .items-list > li .item {
    padding-right: 0;
  }
  .ar-ae .footer .footer-nav .has-childs > li {
    padding: 2px 40px 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo {
    margin-left: 34%;
  }
  .header .lang-search-bar {
    margin-top: 20px;
    height: 50px;
  }
  .header .lang-search-bar ul li.social-icons,
  .header .lang-search-bar ul li.search-section,
  .header .lang-search-bar ul li:before {
    display: none;
  }
  .header .lang-search-bar ul li.language a {
    color: #333;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
  }
  .btn-view {
    padding: 0 !important;
  }
  .main-menu {
    background: none;
    border: none;
  }
  .main-menu .container {
    width: 100%;
  }
  .main-menu .container .navmain {
    display: none;
  }
  .open-menu {
    position: absolute;
    left: 4%;
    top: -60px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
  }
  .open-menu:hover {
    opacity: .7;
  }
  .open-menu span {
    background: #c2be34;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .30s ease;
    cursor: pointer;
  }
  .open-menu span:nth-of-type(2) {
    top: 8px;
  }
  .open-menu span:nth-of-type(3) {
    top: 16px;
  }
  .menu-open .open-menu {
    position: fixed;
    top: 40px;
  }
  .menu-open .open-menu .top {
    transform: translateY(6px) translateX(0) rotate(45deg);
    background: #c2be34;
  }
  .menu-open .open-menu .middle {
    opacity: 0;
    background: #c2be34;
  }
  .menu-open .open-menu .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #c2be34;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container {
    width: 50%;
    bottom: 30%;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container.left-top,
  .home-banners.owl-carousel .owl-item .item .caption-container.right-top {
    top: 5%;
    bottom: auto;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .date-time {
    text-align: center;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .title {
    text-align: center;
    font-size: 1.8em;
  }
  .recent-sections {
    padding: 10px 0;
  }
  .recent-sections .recent-widget {
    padding: 5% 2.5%;
  }
  .recent-sections .recent-widget .header-title {
    font-size: 1.5em;
  }
  .recent-news.owl-carousel .owl-item .item a .text-container .title {
    line-height: 1.4;
  }
  .home-content .media-widget .videos .header-title,
  .home-content .media-widget .photos .header-title {
    bottom: 80px;
  }
  .home-content .media-widget .videos .extra,
  .home-content .media-widget .photos .extra {
    bottom: 0;
  }
  .home-content .media-widget .videos .extra a,
  .home-content .media-widget .photos .extra a {
    font-size: 1.2em;
  }
  .home-content .media-widget .videos .extra .desciption,
  .home-content .media-widget .photos .extra .desciption {
    display: none;
  }
  .footer .footer-nav .has-childs > li {
    padding: 2px 55px 0 40px;
    /*&:first-child {
                    border-left: none;
                }*/
  }
  .footer .footer-nav .has-childs > li:last-child {
    padding-right: 0;
  }
  .footer .footer-nav .social-icons {
    width: 100%;
  }
  .footer .footer-info .copy-right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-info .site-name {
    width: 100%;
    text-align: center;
  }
  .lg-info-box {
    max-height: 55vh;
    width: 55vh;
  }
  .lg-info-box .box-content {
    max-height: 55vh;
  }
  .ar-ae .home-content .publications-widget .publications .owl-nav .owl-prev {
    right: -50px;
  }
  .ar-ae .home-content .publications-widget .publications .owl-nav .owl-next {
    left: -50px;
  }
  .ar-ae .open-menu {
    left: auto;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .header .logo {
    margin-left: 27%;
  }
  .home-content .media-widget .videos .play {
    top: calc(50% - 50px);
    width: 65px;
    height: 65px;
  }
  .home-content .media-widget .videos .play .ficon:before {
    line-height: 70px;
  }
  .home-content .media-widget .videos .extra,
  .home-content .media-widget .photos .extra {
    height: 56px;
  }
  .home-content .media-widget .videos .extra a,
  .home-content .media-widget .photos .extra a {
    font-size: 1.1em;
  }
  .home-content .media-widget .videos .header-title,
  .home-content .media-widget .photos .header-title {
    bottom: 54px;
  }
  .home-content .media-widget .videos .header-title a,
  .home-content .media-widget .photos .header-title a {
    font-size: 1em;
  }
  .right-area .page-header {
    font-size: 2em;
  }
  .wrapper-404 .container-404 .header-404 {
    padding-top: 50%;
  }
  .wrapper-404 .container-404 .header-404 a {
    width: 75%;
    height: 80px;
  }
  .wrapper-404 .container-404 .header-404 a.log {
    background-size: 100%;
  }
  .wrapper-404 .container-404 .content-area-404 h1 {
    font-size: 16em;
  }
  .ar-ae .home-content .publications-widget .publications .owl-nav .owl-prev {
    right: -50px;
  }
  .ar-ae .home-content .publications-widget .publications .owl-nav .owl-next {
    left: -50px;
  }
  .ar-ae .open-menu {
    left: auto;
    right: 5%;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container {
    width: 50%;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.left-top,
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.right-top {
    top: 5%;
    bottom: auto;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.center-bottom,
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.right-bottom,
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.left-bottom {
    bottom: 30px;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container .date-time {
    text-align: center;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container .title {
    text-align: center;
    font-size: 1.8em;
  }
  .ar-ae .recent-sections .recent-widget {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .home-content .media-widget .videos {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .home-content .media-widget .videos .play {
    top: calc(50% - 50px);
  }
  .home-content .media-widget .photos {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
  }
}
@media screen and (max-width: 1024px) {
  .h4,
  h4 {
    font-size: 1.2em;
  }
  .mobile-menu .mobile-menu-nav ul li {
    height: calc(100% /9);
  }
  .mobile-menu .mobile-menu-nav ul li a {
    font-size: .4em;
  }
  .mobile-menu .mobile-menu-nav ul li a.current {
    color: #c2be34;
  }
  .mobile-menu .mobile-menu-nav ul li ul li a {
    padding: 14px 0;
    font-size: .32em;
  }
  .home-content .publications-widget,
  .home-content .biography-widget {
    text-align: center;
  }
  .home-content .publications-widget .selectedCategory,
  .home-content .biography-widget .selectedCategory {
    display: inline-block;
    background-color: #afa638;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    padding: 8px 55px 8px 21px;
    text-decoration: none;
    margin: 10px auto;
    text-align: left;
    z-index: 2;
    position: relative;
  }
  .home-content .publications-widget .selectedCategory:before,
  .home-content .biography-widget .selectedCategory:before {
    content: "\e922";
    font-size: 16px;
    font-weight: 100;
    width: 24px;
    height: 20px;
    position: absolute;
    right: 11px;
    top: 7px;
    font-family: 'ficons';
  }
  .home-content .publications-widget .categories,
  .home-content .biography-widget .categories {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
    z-index: 2;
    border-radius: 5px;
    width: 40%;
    -webkit-box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.2);
    box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.2);
    visibility: hidden;
    opacity: 0;
    transform: scale(0.2);
    transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
  }
  .home-content .publications-widget .categories li,
  .home-content .biography-widget .categories li {
    display: block;
    padding: 5px 0;
    margin: 0;
  }
  .home-content .publications-widget .categories li a,
  .home-content .biography-widget .categories li a {
    color: #7b7b7b;
  }
  .home-content .publications-widget .categories li.current,
  .home-content .biography-widget .categories li.current,
  .home-content .publications-widget .categories li:hover,
  .home-content .biography-widget .categories li:hover {
    background: none;
  }
  .home-content .publications-widget .categories li.current a,
  .home-content .biography-widget .categories li.current a,
  .home-content .publications-widget .categories li:hover a,
  .home-content .biography-widget .categories li:hover a {
    color: #afa638;
  }
  .home-content .publications-widget .categories.open,
  .home-content .biography-widget .categories.open {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: transform 0.4s, opacity 0.4s;
  }
  .home-content .publications-widget .selectedCategory {
    background-color: #fff;
    color: #afa638;
    width: 25%;
  }
  .home-content .publications-widget .publications .owl-nav .owl-next {
    right: -60px;
  }
  .home-content .publications-widget .publications .owl-nav .owl-prev {
    left: -60px;
  }
  .home-content .biography-widget .categories {
    top: 45px;
  }
  .home-content .biography-widget .biography .owl-nav {
    display: none;
  }
  .home-content .biography-widget .biography .owl-carousel.custom .owl-item.active.c .item .item-container {
    left: -60%;
    right: -60%;
  }
  .sub-header {
    min-height: 145px;
  }
  .sub-header .header-banner {
    min-height: 145px;
  }
  .breadcrumbs_div .container {
    display: block;
  }
  .breadcrumbs_div .breadcrumbs {
    width: 70%;
  }
  .container {
    width: 92.9375%;
    display: flex;
    flex-direction: column;
  }
  .container .right-area {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .container .right-area .items-list.publications-list > li .item {
    padding-left: 10px;
    padding-top: 45px;
  }
  .container .right-area .item-detail .video-container .youtube-video {
    width: 100%;
    min-height: 410px;
  }
  .container .left-area {
    display: none;
    order: 2;
    width: 100%;
  }
  .utilities {
    width: 17%;
    float: right;
  }
  .main-slider .recent-news-container {
    z-index: 1;
  }
  .full-area .biography .categories {
    display: none;
  }
  .full-area .biography .biography-details {
    margin-bottom: 50px;
  }
  .full-area .biography .biography-details h2.accordion {
    display: block;
  }
  .biography-details h2.accordion {
    width: 100%;
    background-color: #f2f2f2;
    color: #929292;
    font-size: 1.2em;
    padding: 15px 15px;
    transition: all 0.6s ease-in-out;
    height: 55px;
    margin: 5px 0;
    display: block;
  }
  .biography-details h2.accordion.current {
    background-color: #c2be34;
    color: #fff;
  }
  .biography-details h2.accordion i.ficon {
    display: block;
    width: 40px;
    float: left;
  }
  .biography-details h2.accordion span {
    display: block;
    width: 80%;
    float: left;
    text-align: left;
  }
  .footer .footer-nav .no-childs {
    margin: 0 30px 0 0;
  }
  .footer .footer-nav .has-childs {
    padding: 0 40px 0 0;
  }
  .footer .footer-nav .has-childs:last-child {
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e4e4e4;
  }
  .footer .footer-nav .has-childs:last-child li {
    text-align: center;
    padding: 0;
    border-left: none;
  }
  .footer .footer-nav .has-childs:last-child li ul.social-icons li:last-child {
    padding: 0;
    margin: 6px 0 0 0;
  }
  #lightbox-container-image #lightbox-image {
    width: 100%;
  }
  #lightbox-nav #lightbox-nav-btnPrev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    display: block !important;
    height: 180.063px !important;
    background: url(/portal/content/images/prev.png) left 15% no-repeat !important;
  }
  #lightbox-nav #lightbox-nav-btnNext {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    display: block !important;
    height: 267.462px !important;
    background: url(/portal/content/images/next.png) right 9% no-repeat !important;
  }
  .right-area .item-detail .item-title {
    font-size: 1.8em;
    line-height: 1.4;
  }
  .right-area .page-header {
    font-size: 1.6em;
  }
  .right-area .items-list > li:nth-child(odd) {
    padding: 15px 20px 20px 0;
  }
  .right-area .items-list > li .item {
    padding-left: 200px;
  }
  .right-area .items-list > li .item h4 a img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 190px;
  }
  .left-area {
    display: none;
  }
  .left-area .news-widget .owl-carousel .owl-item .item {
    padding-right: 14px;
  }
  .ar-ae .header .logo {
    margin-left: 0;
    margin-right: 31%;
  }
  .ar-ae .header .lang-search-bar ul li.language {
    border-radius: 50%;
  }
  .ar-ae .header .lang-search-bar ul li.language a {
    padding: 5px 0 0 0;
    font-size: 1.2em;
    font-weight: 600;
  }
  .ar-ae .home-content .publications-widget .selectedCategory,
  .ar-ae .home-content .biography-widget .selectedCategory {
    padding: 8px 21px 8px 55px;
    text-align: right;
  }
  .ar-ae .home-content .publications-widget .selectedCategory:before,
  .ar-ae .home-content .biography-widget .selectedCategory:before {
    right: auto;
    left: 11px;
    top: 6px;
  }
  .ar-ae .home-content .media-widget .videos .header-title {
    font-size: 1.8em;
  }
  .ar-ae .utilities {
    float: left;
  }
  .ar-ae .full-area .page-header {
    font-size: 2em;
  }
  .ar-ae .full-area .biography .biography-details .detail ul.equalHMVWrap li:nth-of-type(even) .item {
    margin-right: 0;
  }
  .ar-ae .right-area {
    padding-right: 0;
  }
  .ar-ae .right-area .items-list > li:nth-child(odd) {
    padding: 15px 0 20px 20px;
  }
  .ar-ae .right-area .items-list > li :nth-child(even) {
    padding: 15px 0 20px 20px;
  }
  .ar-ae .right-area .items-list > li .item {
    padding-right: 200px;
  }
  .ar-ae .right-area .items-list > li .video h4 a .image-frame .icon-play {
    padding: 0;
  }
  .ar-ae .right-area .items-list > li .video .focus {
    padding: 0;
  }
  .ar-ae .left-area {
    padding-left: 0;
  }
  .ar-ae .left-area .news-widget .owl-carousel .owl-item .item {
    padding-left: 14px;
    padding-right: 0;
  }
  .ar-ae .biography-details h2.accordion i.ficon {
    float: right;
  }
  .ar-ae .biography-details h2.accordion span {
    float: right;
    text-align: right;
  }
  .ar-ae .footer .footer-nav .no-childs {
    margin: 0;
    border-left: 1px solid #e4e4e4;
    border-right: none;
    padding-left: 30px;
  }
  .ar-ae .footer .footer-nav .has-childs {
    padding: 0;
  }
  .ar-ae .footer .footer-nav .has-childs > li {
    border-right: none;
    padding-right: 40px;
  }
  .ar-ae .footer .footer-nav .has-childs:last-child {
    padding: 20px 0 0 0;
  }
  .ar-ae .footer .footer-info .site-name {
    text-align: center;
  }
  .ar-ae .btn-default {
    margin-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 1.8em;
  }
  .mobile-menu .mobile-menu-nav ul li {
    height: calc(100% /11);
  }
  .home-content .publications-widget .selectedCategory {
    width: 220px;
  }
  .home-content .publications-widget .publications .owl-nav .owl-next {
    right: -35px;
  }
  .home-content .publications-widget .publications .owl-nav .owl-prev {
    left: -35px;
  }
  .home-content .biography-widget {
    /*.biography {
                .owl-carousel {
                    &.custom {
                        .owl-item {
                            &.active {
                                &.c {
                                    .item {
                                        .item-container {
                                            left: -60%;
                                            right: -60%;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }*/
  }
  .home-content .biography-widget .categories {
    top: 15px;
  }
  .sub-header {
    min-height: 145px;
  }
  .sub-header .header-banner {
    min-height: 145px;
  }
  .breadcrumbs_div .container {
    display: block;
  }
  .breadcrumbs_div .breadcrumbs {
    width: 70%;
  }
  .container .right-area {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
  .container .right-area .items-list.publications-list > li .item {
    padding-left: 10px;
    padding-top: 45px;
  }
  .container .right-area .item-detail .video-container .youtube-video {
    width: 100%;
    min-height: 410px;
  }
  .container .right-area .album ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .container .left-area {
    order: 2;
    width: 100%;
  }
  .utilities {
    width: 24%;
  }
  .main-slider .recent-news-container {
    z-index: 1;
  }
  .full-area .biography .categories {
    display: none;
  }
  .full-area .biography .biography-details h2.accordion {
    display: block;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li {
    width: 100%;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li:nth-of-type(even) .item {
    margin-left: 0;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li:nth-of-type(odd) .item {
    margin-left: 0;
  }
  .full-area .biography .biography-details .detail.animated ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid #c2be34;
  }
  .biography-details h2.accordion {
    width: 100%;
    background-color: #f2f2f2;
    color: #929292;
    font-size: 1.2em;
    padding: 15px 15px;
    transition: all 0.6s ease-in-out;
    height: 55px;
    margin: 5px 0;
    display: block;
  }
  .biography-details h2.accordion.current {
    background-color: #c2be34;
    color: #fff;
  }
  .biography-details h2.accordion i.ficon {
    display: block;
    width: 40px;
    float: left;
  }
  .biography-details h2.accordion span {
    display: block;
    width: 80%;
    float: left;
    text-align: left;
  }
  .right-area .item-detail .item-title {
    font-size: 1.6em;
  }
  .right-area .item-detail .full-text .video-related-holder {
    /*object {
                        height: 200px !important;
                    }*/
  }
  .right-area .page-header {
    font-size: 1.4em;
  }
  .right-area .items-list > li:nth-child(odd),
  .right-area .items-list > li:nth-child(even) {
    padding: 15px;
  }
  .right-area .items-list > li .item {
    padding-left: 0;
  }
  .right-area .items-list > li .item h4 a img {
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .right-area .items-list > li .video {
    padding-left: 0;
  }
  .right-area .items-list > li .video h4 a .image-frame {
    position: relative;
    height: 180px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .right-area .videos li .video .duration {
    margin-left: 20px;
  }
  .right-area .content-body {
    padding: 20px 0 0 0;
  }
  #lightbox-container-image #lightbox-image {
    width: 100%;
  }
  #lightbox-secNav {
    top: 15px;
    right: 21px;
    z-index: 10;
  }
  #lightbox-nav #lightbox-nav-btnPrev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    display: block !important;
    height: 100% !important;
    background: url(/portal/content/images/prev.png) left 50% no-repeat !important;
  }
  #lightbox-nav #lightbox-nav-btnNext {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    display: block !important;
    height: 100% !important;
    background: url(/portal/content/images/next.png) right 50% no-repeat !important;
  }
  #jquery-lightbox .album-title {
    font-size: 1.3em;
    line-height: 1.7em;
  }
  .recent-sections .recent-widget {
    padding: 5% 2%;
  }
  .recent-sections .recent-widget .header-title {
    font-size: 1.25em;
  }
  .recent-sections .recent-widget .text-title {
    font-size: 1.1em;
  }
  .recent-sections .recent-widget .date-time {
    font-size: .9em;
  }
  .recent-news.owl-carousel .owl-item .item a {
    font-size: .85em;
  }
  .special-pager li {
    margin-right: 3px;
  }
  .special-pager .info,
  .special-pager .fi-pageme-info {
    font-size: 1.1em;
    margin-right: 0;
  }
  .ar-ae .header .logo {
    margin-left: 0;
    margin-right: 25%;
  }
  .ar-ae .header .lang-search-bar ul li.language {
    border-radius: 50%;
  }
  .ar-ae .header .lang-search-bar ul li.language a {
    padding: 5px 0 0 0;
    font-size: 1.2em;
    font-weight: 600;
  }
  .ar-ae .home-content .publications-widget .selectedCategory,
  .ar-ae .home-content .biography-widget .selectedCategory {
    padding: 8px 21px 8px 55px;
    text-align: right;
  }
  .ar-ae .home-content .publications-widget .selectedCategory:before,
  .ar-ae .home-content .biography-widget .selectedCategory:before {
    right: auto;
    left: 11px;
    top: 6px;
  }
  .ar-ae .home-content .publications-widget .selectedCategory {
    width: 200px;
    padding: 8px 21px 8px 42px;
  }
  .ar-ae .utilities {
    float: left;
  }
  .ar-ae .full-area .page-header {
    font-size: 2em;
  }
  .ar-ae .right-area {
    padding-right: 0;
  }
  .ar-ae .right-area .items-list > li .item {
    padding-right: 0;
  }
  .ar-ae .right-area .items-list > li .video {
    padding-right: 0;
  }
  .ar-ae .left-area {
    padding-left: 0;
  }
  .ar-ae .biography-details h2.accordion i.ficon {
    float: right;
  }
  .ar-ae .biography-details h2.accordion span {
    float: right;
    text-align: right;
  }
  .ar-ae .footer .footer-nav .no-childs {
    margin: 0;
    border-left: 1px solid #e4e4e4;
    border-right: none;
    padding-left: 30px;
  }
  .ar-ae .footer .footer-nav .has-childs {
    padding: 0;
  }
  .ar-ae .footer .footer-nav .has-childs > li {
    border-right: none;
    padding-right: 40px;
  }
  .ar-ae .footer .footer-nav .has-childs:last-child {
    padding: 20px 0 0 0;
  }
  .ar-ae .footer .footer-info .site-name {
    text-align: center;
  }
  .ar-ae .btn-default {
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .ar-ae .full-area .biography .biography-details .detail ul.equalHMVWrap li:nth-of-type(even) .item {
    margin-right: 0;
  }
  .ar-ae .full-area .biography .biography-details .detail ul.equalHMVWrap li:nth-of-type(odd) .item {
    margin-left: 0;
  }
  .ar-ae .right-area {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .logo {
    margin-left: 20%;
  }
  .mobile-menu .mobile-menu-nav ul li {
    height: calc(10%);
  }
  .recent-sections .recent-widget {
    width: 100%;
    padding: 5% 5%;
  }
  .recent-sections .recent-widget.separator {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .recent-news.owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
  .recent-news.owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
  .container .right-area .listing li .item {
    padding: 0;
  }
  .container .right-area .listing li .item h4 a img {
    max-width: 100%;
    position: unset;
    margin: 0;
    margin-bottom: 25px;
  }
  .sub-header,
  .sub-header .header-banner {
    min-height: 120px;
  }
  .fi-pageme-info {
    width: 100%;
    text-align: right;
  }
  .full-area .biography .biography-details .detail ul li .item .item-image {
    position: unset;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .full-area .biography .biography-details .detail ul .text ul {
    margin-left: 20px;
  }
  .full-area .biography .biography-details .detail ul li .item {
    padding-left: 0;
  }
  .breadcrumbs_div .breadcrumbs {
    width: 60%;
  }
  .utilities {
    margin: 10px 0 0;
    width: 38%;
  }
  .utilities li a {
    padding: 3px;
  }
  .left-area .news-widget .owl-carousel .owl-item .item {
    padding-right: 0;
  }
  .footer {
    overflow: hidden;
  }
  .footer .footer-nav .no-childs {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin: 0;
  }
  .footer .footer-nav .no-childs li {
    padding: 7px 10px;
    display: block;
  }
  .footer .footer-nav .has-childs {
    padding: 0;
  }
  .footer .footer-nav .has-childs > li {
    padding: 5px 20px 5px 0;
    display: inline-block;
    border-left: none;
    text-align: left;
    height: auto;
  }
  .footer .footer-nav .has-childs:last-child {
    margin: 0;
  }
  .footer .footer-nav .has-childs:last-child li {
    float: none;
    display: inline-block;
  }
  .footer .footer-nav .has-childs.second {
    display: none;
  }
  .right-area .items-list.publications-list > li {
    width: 100%;
  }
  .right-area .listing.album-listing li {
    display: block;
    width: 100%;
    height: auto !important;
  }
  .right-area .album ul li {
    width: 100%;
  }
  .right-area .videos li .video {
    padding-left: 0;
  }
  .right-area .videos li .video h4 a .image-frame {
    position: relative;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .header .logo {
    margin-right: 0;
    margin-left: 17%;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-size: 1.3em;
    margin-top: 5px;
    font-weight: 500;
  }
  .form-widget .control-group .input-small,
  .form-widget .control-group .input-xlarge,
  .form-widget .control-group .input-xxlarge {
    width: 100%;
  }
  .form-widget .control-group .input-small.phone {
    width: 25%;
  }
  .form-widget .control-group .input-small {
    width: 47%;
  }
  .right-area .sitemap .level-0 .level-0-item {
    width: 100%;
  }
  .ar-ae .container .right-area .listing li .item {
    padding-left: 0;
    padding-right: 0;
  }
  .ar-ae .footer .footer-nav .no-childs {
    border-left: none;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .ar-ae .footer .footer-nav .has-childs li {
    padding-right: 0;
    padding-left: 20px;
    text-align: right;
  }
  .ar-ae .footer .footer-nav .has-childs:last-child {
    padding: 20px 0 0 0;
  }
  .ar-ae .footer .footer-nav .has-childs:last-child li {
    text-align: center;
  }
  .ar-ae .left-area .news-widget .owl-carousel .owl-item .item {
    padding-left: 0;
  }
  .ar-ae .fi-pageme-info {
    width: 100%;
    text-align: left;
  }
  .ar-ae .header .logo {
    margin-left: 0;
    margin-right: 17%;
  }
  .ar-ae .recent-sections .recent-widget {
    width: 100%;
  }
  .ar-ae .breadcrumbs_div .breadcrumbs {
    width: 59%;
  }
  .ar-ae .full-area .biography .biography-details .detail ul li .item {
    padding-left: 0;
    padding-right: 0;
  }
  .ar-ae .utilities {
    width: 41%;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.8em;
  }
  #nprogress {
    background-size: 60%;
  }
  .header .tobbar {
    height: 85px;
  }
  .header .logo {
    width: 55%;
    height: 55px;
    margin: 19px 0 10px 22%;
  }
  .header .logo a {
    width: 100%;
    height: 55px;
    background-size: 100%;
  }
  .header .lang-search-bar {
    margin-top: 10px;
  }
  .header .lang-search-bar ul li.language a {
    font-weight: 500;
    font-size: 1.2em;
    margin: 5px 10px 0 0;
  }
  .open-menu {
    left: 5%;
    top: -67px;
    height: 20px;
    width: 30px;
  }
  .mobile-menu .mobile-menu-nav ul li {
    height: calc(100% /9);
  }
  .mobile-menu .mobile-menu-nav ul li a {
    font-size: .35em;
  }
  .menu-open .open-menu {
    top: 34px;
  }
  .recent-news.owl-carousel .owl-nav {
    display: none;
  }
  .recent-news.owl-carousel .owl-item .item a .text-container {
    margin-top: 20px;
  }
  .recent-news.owl-carousel .owl-item .item a .text-container .title {
    line-height: 1.4;
    font-size: .9em;
  }
  .recent-news.owl-carousel .owl-item .item a .text-container .date-time {
    font-size: .75em;
    line-height: 1.1;
  }
  .home-banners.owl-carousel .owl-controls {
    bottom: 10px;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container {
    bottom: 20px;
    margin: 20px auto;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container.center-bottom,
  .home-banners.owl-carousel .owl-item .item .caption-container.right-bottom,
  .home-banners.owl-carousel .owl-item .item .caption-containerleft-bottom {
    bottom: 20px;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container.left-top,
  .home-banners.owl-carousel .owl-item .item .caption-container.right-top {
    top: 10%;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-size: 1.3em;
    margin-top: 5px;
    font-weight: 500;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .date-time {
    display: none;
  }
  .main-slider .recent-news-container {
    display: none;
  }
  .home-content .biography-widget .categories,
  .home-content .publications-widget .categories {
    width: 70%;
  }
  .home-content .publications-widget .header-title {
    font-size: 1.8em;
    line-height: 1.3;
  }
  .home-content .publications-widget .publications {
    padding: 0 5%;
  }
  .home-content .publications-widget .publications .owl-nav {
    display: none;
  }
  .home-content .biography-widget .header-title {
    font-size: 1.8em;
    line-height: 1.3;
  }
  .home-content .biography-widget .biography .owl-carousel .owl-item.active.cc .item .item-container {
    left: -55%;
    right: -55%;
  }
  .home-content .biography-widget .biography .owl-carousel .owl-item.active.cc .item .item-container > div .caption-container .title {
    font-size: 1em;
    margin: 10px 10px 18px;
  }
  .home-content .biography-widget .biography .owl-carousel .owl-item.active.cc .item .item-container > div .caption-container .title:after {
    display: none;
  }
  .home-content .biography-widget .biography .owl-carousel .owl-item.active.n .item .caption-container .title,
  .home-content .biography-widget .biography .owl-carousel .owl-item.active.p .item .caption-container .title {
    opacity: 0;
  }
  .home-content .media-widget .photos .header-title,
  .home-content .media-widget .videos .header-title {
    font-size: 1.5em;
    bottom: 45px;
    margin: 5px 30px;
  }
  .home-content .media-widget .photos .extra,
  .home-content .media-widget .videos .extra {
    bottom: 0;
    height: 38px;
  }
  .home-content .media-widget .photos .extra a,
  .home-content .media-widget .videos .extra a {
    font-size: 1em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }
  .home-content .media-widget .photos .extra .date-time,
  .home-content .media-widget .videos .extra .date-time {
    display: none;
  }
  .home-content .media-widget .photos .owl-carousel .owl-nav,
  .home-content .media-widget .videos .owl-carousel .owl-nav {
    display: none;
  }
  .home-content .media-widget .videos .play {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
  }
  .home-content .media-widget .videos .play .ficon:before {
    line-height: 50px;
    font-size: 21px;
  }
  .breadcrumbs_div {
    height: 0;
    background: none;
  }
  .breadcrumbs_div .breadcrumbs {
    display: none;
  }
  .scrollToTop {
    right: 15px;
  }
  /* Sub pages */
  .sub-header {
    min-height: 78px;
  }
  .sub-header .header-banner {
    min-height: 78px;
  }
  .container {
    width: 95.5%;
  }
  .container .right-area {
    margin-top: 10px;
  }
  .container .right-area .page-header {
    font-size: 1.6em;
  }
  .container .right-area .listing li .item {
    margin: 0;
    padding-left: 0;
  }
  .container .right-area .listing li .item h4 {
    font-size: 1.1em;
  }
  .container .right-area .listing li .item h4 a img {
    max-width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin: 0 auto 15px;
  }
  .container .right-area .listing.album-listing li {
    width: 100%;
  }
  .container .right-area .listing.album-listing li .item {
    padding-top: 0;
  }
  .container .right-area .item-detail .item-title {
    font-size: 1.6em;
    line-height: 1.4;
  }
  .container .right-area .item-detail .video-container .youtube-video {
    min-height: 200px;
  }
  .container .right-area .items-list > li {
    width: 100%;
  }
  .container .right-area .items-list > li:nth-child(even) {
    padding: 15px 0 20px 0;
  }
  .container .right-area .items-list > li .item h4 {
    font-size: 1.4em;
    line-height: 1.3;
  }
  .container .right-area .videos li .video {
    padding-left: 0;
  }
  .container .right-area .videos li .video h4 a {
    font-size: .85em;
    line-height: 1.3;
  }
  .container .right-area .videos li .video h4 a .image-frame {
    position: relative;
    margin-bottom: 15px;
  }
  .container .right-area .sitemap .level-0 .level-0-item {
    width: 100%;
    padding: 0 0 18px 0;
    margin: 8px 0;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .container .right-area .sitemap .level-0 .level-0-item > a {
    padding: 0;
    font-size: 1.2em;
  }
  .container .right-area .album ul li {
    width: 100%;
    margin-right: 0;
  }
  .container .left-area {
    padding-right: 0;
  }
  .container .left-area .news-widget .owl-carousel .owl-item .item h4 a .title {
    font-size: 1.2em;
  }
  .utilities {
    width: 45%;
    margin: auto;
    text-align: center;
    float: none;
    padding: 10px 0 0 0;
  }
  .utilities li {
    display: none;
  }
  .utilities li:last-child {
    position: fixed;
    right: 15px;
    bottom: 85px;
    background: #c2be34;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.75);
  }
  .utilities li:last-child a {
    color: #FFF;
    line-height: 3.6;
  }
  .form-widget .control-group {
    margin: 0;
  }
  .form-widget .control-group .rfv {
    margin: 0 10px;
  }
  .form-widget .control-group .input-xlarge,
  .form-widget .control-group .input-xxlarge {
    width: 100%;
  }
  .form-widget .control-group .input-small {
    width: 50%;
  }
  .form-widget .control-group .input-small.phone {
    width: 17%;
  }
  .form-widget .control-group .input-small.countrycode {
    width: 24%;
  }
  .form-widget .filter-controls .control-group .input-small {
    width: 30%;
  }
  .form-widget .filter-controls .control {
    width: 100%;
  }
  #ctl00_ctl08_txtMobile {
    width: 100%;
  }
  .important-links-container .important-links-list li.important-links-item {
    width: 50%;
    height: 200px;
    padding: 0 30px;
    line-height: 8.5;
  }
  .important-links-container .important-links-list li.important-links-item .important-links-item-link .important-links-item-link-photo {
    max-height: 47%;
  }
  .important-links-container .important-links-list li.important-links-item .important-links-item-link label {
    height: 80px;
  }
  .important-links-container .important-links-list li.important-links-item.third {
    border-right: 1px solid #d9d9d9;
  }
  .important-links-container .important-links-list li.important-links-item:nth-child(2n),
  .important-links-container .important-links-list li.important-links-item.second {
    border-right: none;
  }
  .full-area .biography .categories li {
    width: 100%;
    overflow: visible;
    height: 63px;
  }
  .full-area .biography .categories li a {
    padding: 5px;
    text-align: right;
  }
  .full-area .biography .categories li a .ficon {
    display: inline-block;
    width: 18%;
    float: left;
    padding-top: 4px;
  }
  .full-area .biography .categories li a span {
    display: inline;
    padding-top: 0;
    width: 60%;
    position: relative;
    line-height: 0;
    left: -30px;
  }
  .full-area .biography .biography-details h2.accordion {
    font-size: 1.1em;
  }
  .full-area .biography .biography-details .detail ul li .item {
    padding-left: 0;
  }
  .full-area .biography .biography-details .detail ul li .item h4 {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .full-area .biography .biography-details .detail ul li .item .text img {
    width: 100% !important;
  }
  .full-area .biography .biography-details .detail ul li .item .text .content-img {
    margin-bottom: 25px;
  }
  .full-area .biography .biography-details .detail ul li .item .item-image {
    max-width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li .item {
    padding-left: 0;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li .item .item-image {
    max-width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li .item h4 {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li .item .intro {
    font-size: 1em;
  }
  .full-area .biography .biography-details .detail ul.equalHMVWrap li .item .text {
    padding: 0;
  }
  .right-area .item-detail .subtitle {
    font-size: 1.1em;
  }
  .right-area .item-detail .related-photos {
    width: 100%;
  }
  .right-area .item-detail .full-text .video-related-holder {
    width: 100% !important;
    /*object {
                        height: 220px !important;
                    }*/
  }
  .right-area .item-detail .full-text .related-video-bg .text-related-video {
    margin: 8px 0;
  }
  /* Zoom effect for floating objects*/
  .zoom {
    transform-origin: 0 0;
    animation: loopzoom 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) infinite alternate;
  }
  @keyframes loopzoom {
    0% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }
  .wrapper-404 .container-404 {
    width: 90%;
  }
  .wrapper-404 .container-404 .header-404 {
    padding-bottom: 5px;
  }
  .wrapper-404 .container-404 .content-area-404 {
    padding-bottom: 30px;
  }
  .wrapper-404 .container-404 .content-area-404 h1 {
    font-size: 13em;
    padding: 5px 0 5px 0;
  }
  .wrapper-404 .container-404 .content-area-404 ul.help-link-404 li {
    padding: 0 12px;
  }
  .wrapper-404 .container-404 .socil-share {
    padding: 15px 0 0 0;
  }
  .wrapper-404 .container-404 .socil-share ul.social-icons li a .ficon:before {
    font-size: 30px;
  }
  .special-pager .info,
  .special-pager .fi-pageme-info {
    display: none;
  }
  .special-pager li a {
    padding: 8px 10px;
  }
  .lg-info-box {
    max-height: 55vh;
    width: 40vh;
    position: fixed;
  }
  .ar-ae .header .logo {
    margin-right: 22%;
  }
  .ar-ae .header .lang-search-bar {
    margin-left: 10px;
  }
  .ar-ae .header .lang-search-bar ul li.language a {
    padding: 5px 10px 0 0;
    font-size: 1em;
  }
  .ar-ae .utilities {
    float: none;
  }
  .ar-ae .utilities li:last-child {
    right: auto;
    left: 15px;
  }
  .ar-ae .utilities li:last-child a {
    color: #FFF;
    line-height: 3.6;
  }
  .ar-ae .container .right-area .listing li .item {
    padding-right: 0;
  }
  .ar-ae .full-area .biography .biography-details .detail ul li .item {
    padding-right: 0;
  }
  .ar-ae .full-area .biography .biography-details .detail ul.equalHMVWrap li .item {
    padding-right: 0;
  }
  .ar-ae .full-area .biography .biography-details .detail ul.equalHMVWrap li .item .text {
    font-size: 1em;
  }
  .ar-ae .right-area .videos li .video {
    padding-right: 0;
  }
  .ar-ae .scrollToTop {
    right: auto;
    left: 15px;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-weight: 500;
    font-size: 1.4em;
  }
  .ar-ae .home-content .publications-widget .publications .owl-nav .owl-next {
    left: -10px;
  }
  .ar-ae .home-content .publications-widget .publications .owl-nav .owl-prev {
    right: -10px;
  }
  .ar-ae .important-links-container .important-links-list li.important-links-item {
    border-bottom: 1px solid #d9d9d9;
  }
  .ar-ae .important-links-container .important-links-list li.important-links-item .important-links-item-link label {
    height: 70px;
  }
  .ar-ae .important-links-container .important-links-list li.important-links-item.third {
    border-left: 1px solid #d9d9d9;
    border-right: none;
  }
  .ar-ae .important-links-container .important-links-list li.important-links-item:nth-child(2n),
  .ar-ae .important-links-container .important-links-list li.important-links-item.second {
    border-left: none;
  }
}
@media screen and (max-width: 375px) {
  .header .logo {
    margin: 19px 0 10px 22.5%;
  }
  .header .lang-search-bar ul li.language a {
    font-size: 1.1em;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-size: 1.12em;
  }
  .container .right-area .items-list > li .item h4 {
    font-size: 1.3em;
  }
  .wrapper-404 .container-404 .header-404 {
    padding-top: 40%;
  }
  .wrapper-404 .container-404 .content-area-404 h1 {
    font-size: 10em;
  }
  .wrapper-404 .container-404 .content-area-404 ul.help-link-404 li a {
    font-size: 1em;
  }
  .ar-ae .header .logo {
    margin-right: 23%;
  }
  .ar-ae .header .lang-search-bar {
    margin-top: 8px;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container .title {
    font-size: 1.2em;
  }
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.left-top,
  .ar-ae .home-banners.owl-carousel .owl-item .item .caption-container.right-top {
    top: auto;
    bottom: 4%;
  }
  .ar-ae .home-content .media-widget .videos .play {
    left: calc(50% - 18px);
  }
}
@media screen and (max-width: 360px) {
  .home-content .biography-widget .categories,
  .home-content .publications-widget .categories {
    width: 80%;
  }
  .footer .footer-nav .no-childs li {
    padding: 5px 4%;
  }
  .footer .footer-nav .has-childs > li ul li {
    padding: 0 5px;
  }
  /* Sub pages */
  .utilities {
    width: 50%;
  }
  .ae-ar .recent-news.owl-carousel .owl-nav .owl-prev {
    right: -28px;
  }
}
@media screen and (max-width: 320px) {
  .header .lang-search-bar ul li.language a {
    font-size: .85em;
  }
  .header .tobbar {
    height: 75px;
  }
  .header .logo {
    height: 42px;
  }
  .open-menu {
    top: -72px;
  }
  .menu-open .open-menu {
    top: 21px;
  }
  .home-banners.owl-carousel .owl-item .item .caption-container.left-top,
  .home-banners.owl-carousel .owl-item .item .caption-container.right-top {
    top: 5%;
  }
  .home-content .publications-widget .header-title {
    font-size: 1.8em;
  }
  .home-content .biography-widget .header-title {
    font-size: 1.8em;
  }
  .home-content .biography-widget .biography .owl-carousel.normal .owl-item .item-container > div .caption-container .title {
    font-size: 1.1em;
  }
  .home-content .media-widget .photos .header-title a,
  .home-content .media-widget .videos .header-title a {
    font-size: .8em;
  }
  /* Sub pages */
  .utilities {
    width: 55%;
  }
  .form-widget .control-group .input-small.phone {
    width: 23.9%;
  }
  .wrapper-404 .container-404 .content-area-404 h1 {
    font-size: 9em;
  }
  .wrapper-404 .container-404 .content-area-404 ul.help-link-404 li {
    padding: 0 8px;
  }
  .special-pager li {
    margin-right: 5px;
  }
  .special-pager li a {
    padding: 6px 6px;
  }
  .right-area .item-detail .full-text .video-related-holder {
    /*object {
                        height: 180px !important;
                    }*/
  }
  .ar-ae.menu-open .open-menu {
    top: 28px;
  }
  .ar-ae .header .lang-search-bar ul li.language {
    margin-top: 5px;
  }
  .ar-ae .header .lang-search-bar ul li.language a {
    padding: 0;
    margin: 0;
  }
}
