.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #75a729;
  color: #fff;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 999999;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #4f4f4f;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/demo/alghanim/ar/assets/images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 99999;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/demo/alghanim/ar/assets/images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  z-index: 8040;
  background: #75a729;
  color: #fff;
  text-align: center;
  line-height: 2.8125em;
  font-size: 1em;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fancybox-close:before {
  font-family: 'al-ghanim' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'r';
}
.fancybox-close:hover,
.fancybox-close:focus {
  text-decoration: none;
  color: #fff;
}
.fancybox-nav {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/demo/alghanim/ar/assets/images/blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fancybox-nav:hover,
.fancybox-nav:focus {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fancybox-prev {
  left: -100px;
}
.fancybox-prev:before {
  font-family: 'al-ghanim' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'n';
}
.fancybox-next {
  right: -100px;
}
.fancybox-next:before {
  font-family: 'al-ghanim' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'm';
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: scroll !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #4f4f4f;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  padding: 10px;
}
@media (min-width: 1200px) {
  .fancybox-close:hover {
    background: #75a729;
    color: #fff;
  }
}
.mobileText {
  display: none;
}
@media screen and (min-width: 500px) and (max-device-width: 767px) and (orientation: landscape) {
  .orientation_landscape {
    overflow: hidden !important;
  }
  .orientation_landscape #nav-icon3 {
    display: none;
  }
  .orientation_landscape .mobileText {
    margin: 0;
    padding: 3.125em;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.375em;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 100vh;
    overflow: hidden;
    background: #1a1a1d;
    display: table;
  }
  .orientation_landscape .mobileText .rotate-icon {
    display: inline-block;
    margin: 0 0 1.25em 0;
    width: 12.5em;
    height: 12.5em;
  }
  .orientation_landscape .mobileText p {
    color: #fff;
    line-height: 1.5em;
    margin: 0;
    font-size: 1.25em;
  }
  .orientation_landscape #nav-icon3 {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .safari.orientation_landscape {
    overflow: hidden !important;
  }
  .safari.orientation_landscape #nav-icon3 {
    display: none;
  }
  .safari.orientation_landscape .mbileText {
    margin: 0;
    padding: 3.125em;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 100vh;
    overflow: hidden;
    background: #1a1a1d;
    display: table;
  }
  .safari.orientation_landscape .mbileText .rotate-icon {
    display: inline-block;
    margin: 0 0 1.25em 0;
    width: 6.25em;
    height: 6.25em;
  }
  .safari.orientation_landscape .mbileText p {
    color: #fff;
    line-height: 1.5em;
    font-size: 1.25em;
    margin: 0;
  }
  .safari.orientation_landscape #nav-icon3 {
    display: none;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .mobileText {
    display: none;
  }
}
