<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyleft 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: right;
}
.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 10px;
  right: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets {
  left: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-horizontal &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  right: 0;
  top: 0;
}
.swiper-container-vertical &gt; .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  right: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  right: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  left: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  right: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*
Theme Name: Rasanah-last
Theme URI: http://www.khafagy.com
Description:
Author: Khafagy LLC
Version: 6.9
License: Copyleft 2017 Khafagy LLC, All left reserved
Author URI: https://www.khafagy.com
Tags:  one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, dark, light, custom-colors, custom-header, custom-menu, theme-options, slider, portfolio, creative, gallery, corperate, slideshow, shortcodes, custmizable,
*/


/* @font-face {
 font-family: 'HelveticaNeueLT';
 src: url('css/fonts/HelveticaNeueLTArabic-Light.eot');
 src: url('css/fonts/HelveticaNeueLTArabic-Light.eot?#iefix') format('embedded-opentype'),
   url('css/fonts/HelveticaNeueLTArabic-Light.woff') format('woff'),
   url('css/fonts/HelveticaNeueLTArabic-Light.ttf') format('truetype');
 font-weight: 300;
 font-style: normal;
} */


/* This stylesheet generated by Transfonter (https://transfonter.org) on March 11, 2018 9:13 PM */

/* @font-face {
    font-family: 'Muna';
    src: url('css/fonts/Muna.woff2') format('woff2'),
        url('css/fonts/Muna.woff') format('woff'),
        url('css/fonts/Muna.ttf') format('truetype'),
        url('css/fonts/Muna.svg#Muna') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muna';
    src: url('css/fonts/MunaBold.woff2') format('woff2'),
        url('css/fonts/MunaBold.woff') format('woff'),
        url('css/fonts/MunaBold.ttf') format('truetype'),
        url('css/fonts/MunaBold.svg#MunaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Swissra';
    src: url('css/fonts/SwissraMedium-Regular.woff2') format('woff2'),
        url('css/fonts/SwissraMedium-Regular.woff') format('woff'),
        url('css/fonts/SwissraMedium-Regular.ttf') format('truetype'),
        url('css/fonts/SwissraMedium-Regular.svg#SwissraMedium-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Swissra';
    src: url('css/fonts/Swissra-Bold.woff2') format('woff2'),
        url('css/fonts/Swissra-Bold.woff') format('woff'),
        url('css/fonts/Swissra-Bold.ttf') format('truetype'),
        url('css/fonts/Swissra-Bold.svg#Swissra-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
} */


/* = General
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}
a {
    text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}
:focus {
  outline:none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* = Misc
-------------------------------------------------------------- */

html {

}
body {
  /* font-family:'HelveticaNeueLT' ,serif, arial; */
  /*font-family:'Droid Arabic naskh' ,serif, arial;*/
  font-family:'Droid Arabic naskh', serif, arial;
  /* font-family: 'Cairo', sans-serif; */
  font-size:14px;
  line-height:1.3em;
  padding:0;
  background: #f5f5f5;
}
input,textarea,input[type="text"]   {
  color: #666;
  height: 38px;
  background: #eaeaea;
  border: 0;
  box-shadow: none;
  line-height: 10px;
  font-size: 12px;
  font-family: 'Droid Arabic Kufi',serif,arial;

}
.footer-background {
}
#page {

}
.container {
  max-width:1230px;
  display: block;
  direction:rtl;
  padding:0;
  margin:0 auto;
}
#page .container {
  position:relative;
}

.content-area {
  position: relative;
  z-index: 9999;
}

#sidebar {
  /* width:320px;
  float:right;; */
}

.half,
.third,
.fourth,
.fifth {
  float:left;
  margin-right:10px;
}
.half.last,
.third.last,
.fourth.last,
.fifth.last,
.half:last-child,
.third:last-child,
.fourth:last-child,
.fifth:last-child  {
  margin-right:0 !important;
}
.half {
  width: 49%;
  margin-right: 2%;
}
.third {
  width:32%;
  margin-right:2%;
}

.fourth {
  width: 23.8%;
  margin-right: 1.5%;
}
.fifth {
  width: 16.8%;
  margin-right: 4%;
}
.half.no-margin {
  width: 50%;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height:1.5em ;
  font-weight:normal;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:#000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration:none;
  color:#3B5998;
}
h3.small-title,
h2.small-title{
  font-size:15px;
  color:#d21a1a;
}
h3.small-title a,
h2.small-title a{
  color:#d21a1a;
}
.alert {
  display:block;
  padding:8px 35px 8px 14px;
  margin-bottom:10px;
}
a.alert:hover {
  text-decoration:none;
}

script {
  display:none;
}

.banner728 {
  padding:5px 0;
  text-align:center;
  border:1px solid #acacac;
  background:#fff;
  height:90px;
  overflow:hidden;
  margin-bottom:15px;
}
.slider-banner {
  margin-bottom:25px;
  text-align:center;
}
iframe[src="about:blank"]{display:none;}

.home .content-area .widget-custom-ads {
  padding:20px;
  margin-bottom:30px;
  background-color: #fff;
  text-align: center;
}
.header-banners {
  text-align:center;
}
.header-banners .banner {
  /*margin-bottom:5px;*/
}
.primary-banners{
  text-align:center;
  margin-bottom:20px;
}

/* = Home page block
-------------------------------------------------------------- */
.home-block {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  direction: rtl;
}
.home-block.color-section {
  margin-bottom:0px;
}
.read-title-block {
  border-bottom: 4px solid #fff;
  overflow: hidden;
  max-width: 570px;
  margin: 0 auto 0 auto;
  padding-bottom: 15px;
  text-align: center;
}
.page-template .read-title-block {
  max-width: 600px;
}
#breadcrumbs .read-title-block {
  padding-bottom: 0;
  border-bottom: 0;
}
.read-title-block .block-title {
  font-size:31px;
  line-height:1em;
  padding: 4px 15px 0 15px;
  color: #000;
  position: relative;
}
#breadcrumbs .read-title-block .block-title {
  color: #fff;
}
.read-title-block .block-title h1 {
  line-height: 1;
}
.read-more{
  display: block;
  max-width: 100px;
  background-color: #2e2e2e;
  color: #fff;
  overflow: hidden;
  padding: 8px 25px;
  margin: 20px auto 0 auto;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
}


/* = Pagination
-------------------------------------------------------------- */
.pagination {
  border:0;
  box-shadow:none;
  background:#fff;
  padding-bottom: 20px;
}
.pagination ul {
  border: none;
  box-shadow: none;
  background: #fbfbfb;
  border: 1px solid #eee;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
}
.pagination ul &gt; li {
  display:inline-block;
  font-family:tahoma;
  /* margin-right:3px; */
  font-size:14px;
  font-weight:bold;
}
.pagination ul &gt; li &gt; a,
.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li &gt; span,
.pagination ul &gt; li:last-child &gt; span,
.pagination ul &gt; li:first-child &gt; span {
  color: #8c8c8c;
  border-radius: 0;
  border:0;
  padding:18px 10px;
  line-height:1em;
  display:block;
}

.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span,
.pagination ul &gt; li &gt; span.current {
  background-color: #4a489e;
  color: #fff;
}
.pagination ul &gt; li &gt; span.current {
  color: #fff;
}


/* = Form styling
-------------------------------------------------------------- */
.form {
  margin:20px 0;
}
.form .success {
  margin-bottom: 30px;
  padding:8px 15px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color: #4F8A10;
  background-color: #DFF2BF;
  font-family: 'Droid Arabic Kufi', arial;
  font-size:13px;
}
.form .errors {
  margin-bottom:30px;
}
.form .errors .single-error {
  padding:2px 15px;
  background:#ffecec;
  border:1px solid #f5aca6;
  border-radius:5px;
  color:#000;
  margin-bottom:10px;
}
.form .errors .single-error p{
  margin:0 !important;
}
.form .errors .single-error:last-child {
  margin-bottom:0;
}
.form .single-field {
  margin-bottom:15px;
}
.form .single-field:last-child {
  padding-bottom:0;
  margin-bottom:0;
  border-bottom:0;
}
.form .single-field .title {
  width:25%;
  margin-right:3%;
  float:left;
  font-family:'Droid Arabic kufi',arial;
  font-size:15px;
  font-weight:normal;
}
.form .single-field .the-field {
  overflow:hidden;
}
.form input[type="text"],
.form select,
.form textarea,
.form input[type="submit"] {
  font-family:'Droid Arabic kufi',arial;
}
.form input[type="text"],
.form select,
.form textarea{
  width:94%;
  padding:8px 6px;
  border:1px solid #E3E8EB;
  border-radius:4px;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 0 0px #E9EAEE;
  color:#999;
}
.form textarea {
  height:150px;
}
.form select {
  font-size:13px;
  line-height:1;
  padding:5px 6px;
}
.form .recapatcha {
  direction:ltr;
  float:left;
}
.form .single-field .the-field .date-row select{
  width:30%;
  float:left;
  margin-right:2%;
  padding:5px;
}
.form textarea {
  min-height:90px;
}
.form .error{
  border-color:#ff0000;
}
.form label {
  color:#333;
}
.form input[type="submit"] {
  background:#0c50a5;
  color:#fff;
  font-size:17px;
  border:0;
  padding:3px 15px;
}

/* = Follow icons
-------------------------------------------------------------- */

.follow-icons a{
  width:33px;
  height:33px;
  background: top center no-repeat;
  background-size: 32px;
  margin-right: 7px;
  float: left;
  display:block;
}
.follow-icons a:last-child {
  margin-right: 0;
}
.follow-icons a.facebook{
  background-image:url('../images/socials/facebock.png');
}
.follow-icons a.twitter{
  background-image:url('../images/socials/twetter.png');
}
.follow-icons a.google_plus{
  background-image:url('../images/socials/google_plus.png');
}
.follow-icons a.youtube{
  background-image:url('../images/socials/you.png');
}
.follow-icons a.rss{
  background-image:url('../images/socials/rss.png');
}
.follow-icons a.instagram{
  background-image:url('../images/socials/instagram.png');
}
.follow-icons a.telegram{
  background-image:url('../images/socials/telegram.png');
}
.follow-icons a.apple{
  background-image:url('../images/socials/apple.png');
}
.follow-icons a.android{
  background-image:url('../images/socials/android.png');
}
.follow-icons a.whatsapp{
  background-image:url('../images/socials/whatsapp.png');
}
.follow-icons a.snapchat{
  background-image:url('../images/socials/raan.png');
}
/* = Top bar
-------------------------------------------------------------- */
.search-box{
  width: 250px;
  background: #dcdcdc;
  position: relative;
  overflow: hidden;
  padding: 10px 8px;;
}
.search-box .field{
  padding: 1px 45px 6px 7px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  background: #f1f1f1;
  border: 0;
  box-shadow: none;
  line-height: 10px;
  font-size: 13px;
  color: #707070;
  font-family: 'Droid Arabic naskh' ,serif, arial;
  overflow: hidden;
  margin-bottom: 5px;
}
.search-box .submit{
  overflow: hidden;
  padding:0 48px;
  color: #fff;
  height: 34px;
  background:#82828e url('../images/header-search-button.jpg') no-repeat left center;
  border: 0;
  display: block;
  font-size: 15px;
  float: left;
}

/* = Top bar
-------------------------------------------------------------- */
#topbar{
  font-size:12px;
  margin:0;
  direction:rtl;
  color:#fff;
  /* overflow:hidden; */
  position: relative;
  background: #3c3b81;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#844ba0', endColorstr='#704ea3',GradientType=0 );
}
#topbar .small-links {
  float: left;
  overflow: hidden;
  padding: 10px 0;
}
#topbar .small-links li{
  padding: 0px 15px;
  list-style:none;
  float:left;
  border-right:1px solid #a6a8ad;
  line-height:1;
}
#topbar .small-links li:first-child {
  padding-left: 0;
}
#topbar .small-links li:last-child {
  border-right:0;
}
#topbar .small-links li a {
  color:rgba(255, 255, 255, .5);
  display: block;
}
#topbar .follow-icons {
  padding-top: 8px;
  overflow: hidden;
  float: right;
  margin-right: 45px;
}
#topbar .follow-icons a {
  width: 18px;
  height: 18px;
  background-size: 18px;
  opacity: .5;
}
#topbar .follow-icons a.facebook {
  background-image: url('../images/socials/01-facebook.png');
}
#topbar .follow-icons a.twitter {
  background-image: url('../images/socials/02-twitter.png');
}
#topbar .follow-icons a.youtube {
  background-image: url('../images/socials/03-youtube.png');
}
#topbar .follow-icons a.rss {
  background-image: url('../images/socials/05-rss.png');
}
#topbar .follow-icons a.google_plus {
  background-image: url('../images/socials/04-google-plus.png');
}

#topbar .login-button {
  overflow: hidden;
  float: right;
  display: block;
  background-color: rgba(255, 255, 255, .3);
  color: #fff;
  padding: 6px 13px;
  margin: 4px 30px 0px 0;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}

#topbar .languages-open {
  overflow: hidden;
  float: right;
  padding: 7px 30px 7px 2px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  background-image: url('../images/mobile-menu-1.png');
  display: none;
  cursor: pointer;
}
#topbar .languages-block {
  overflow: hidden;
  float: right;
  position: relative;
}
#topbar .languages-block .lang-link {
  overflow: hidden;
}
#topbar .languages-block a {
  overflow: hidden;
  float: left;
  background-image: url('../images/arabic-language.jpg');
  font-family: "JF Flat Regular", serif, arial;
  color: rgba(255, 255, 255, .6);
  padding: 7px 30px 7px 2px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 15px;
  margin-right: 15px;
  display: block;
}
#topbar .languages-block a:last-child{
  margin-right: 0;
}
#topbar .languages-block a.active{
  color: #fff;
}
#topbar .languages-block a.parsi {
  background-image: url('../images/persian-language.jpg');
}
#topbar .languages-block a.english {
  background-image: url('../images/english-language.jpg');
  font-family: tahoma;
}
#topbar .languages-block a.arabic {

}

#topbar .date {
  color: rgba(255, 255, 255, .5);;
  padding: 9px 20px 6px 0;
  float: right;
  line-height: 1.36;
}
/* = Header
-------------------------------------------------------------- */
#header {
  background:#fff;
  position:relative;
}
#header .container {
  position: relative;
}
#header .inner-header .search-box{
  float:right;
}

#header .logo {
  width:20%;
  display:block;
  overflow: hidden;
  z-index:99999;
  position: relative;
  float: left;
  padding: 15px 0 20px 0;
  margin-right: 1%;
}

#header .search-navigation-icone {
  float: right;
  overflow: hidden;
  position: relative;
  color: #3c3b81;
  font-weight: bold;
  width: 150px;
  height: 75px;
  font-size: 16px;
  display: none;
}
#header .search-navigation-icone .navigation-icone ,
#header .search-navigation-icone .search-icone{
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 30px;
  padding: 10px;
  padding-bottom: 40px;
  cursor: pointer;
}
#header .search-navigation-icone .navigation-icone {
  background-image: url('../images/mobile-menu.png');
  right: 0;
}
#header .search-navigation-icone .search-icone{
  background-image: url('../images/search-bottom.png');
  left: 0px;
}
#header .fixed-mun {
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 99999;
  top: 98px;
  background-color: #575aed;
  box-sizing: border-box;
  border-radius: 5px;
  left: 0;
}
#header .fixed-mun .sub-mun-block {
  /* position: fixed; */
  overflow: hidden;
  display: none;
}
#header .fixed-mun .child-block {
  overflow: hidden;
  float: left;
  margin-right: 80px;
  width: 24%;
  background-color: #5154dd;
}
#header .fixed-mun .child-block &gt; *{
  overflow: hidden;
  color: #c0c1ff;
  padding: 15px 30px;;
  display: block;
}
#header .fixed-mun .child-block &gt; *:first-child {
  margin-top: 30px;
}
#header .fixed-mun .child-block &gt; *:last-child {
  margin-bottom: 25px;
}
#header .fixed-mun .child-block &gt; *:hover {
  background-color: #474ac4;
  color: #fff;
}

/* = Header navigatoon
-------------------------------------------------------------- */
#header-navigation {
  width:79%;
  float: left;
  margin-top: 54px;
}
#header-navigation .nave-search-button {
  width: 30px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 54px;
  background: url('../images/header-search-button.png') no-repeat center center;
  background-size: 19px;
  cursor: pointer;

}
#header-navigation .search-box {
  position: absolute;
  right: 5px;
  top: 95px;
  z-index: 999999;
  display: none;
}
#header-navigation .navbar-inner {
  border-radius:0;
}
#header-navigation .selectnav {
  display: none;
  margin-top:8px;
  width:99%;
  border:0;
  border-radius:0;
  font-family:tahoma;
}
#header-navigation .nav-menu {
  margin:0;
  position: relative;
}
#header-navigation .nav-menu li{
  font-size:15px;
  /* position:relative; */
  float:left;
  list-style:none;
}
#header-navigation .nav-menu &gt; li:first-child {
  padding-left:0;
  border-left:0;
}
#header-navigation .nav-menu li a {
  display:block;
  text-decoration:none;
  text-decoration:none;
  -webkit-transition: background-color 250ms linear;
 -moz-transition: background-color 250ms linear;
 -o-transition: background-color 250ms linear;
 -ms-transition: background-color 250ms linear;
 transition: background-color 250ms linear;
}
#header-navigation .nav-menu &gt; li &gt; a {
  padding: 10px 10px 16px 10px;
  color: #6f6f6f;
}
#header-navigation .nav-menu &gt; li.active &gt; a,
#header-navigation .nav-menu &gt; li &gt; a:hover,
#header-navigation .nav-menu &gt; li.hover &gt; a,
#header-navigation .nav-menu &gt; li.current-menu-item &gt; a {
  background-color: #575aed;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
#header-navigation .nav-menu li .sub-menu {
  position:absolute;
  top:44px;
  left:-20px;
  margin:0;
  background: #5154dd;
  width: 100%;
  z-index: 999999;
  border-radius: 6px;
  padding-bottom: 15px;
  display:none;
  overflow: hidden;
}
#header-navigation .nav-menu li .sub-menu:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #575aed;
  display: block;
  overflow: hidden;
}
#header-navigation .nav-menu li:last-child .sub-menu {

}
#header-navigation .nav-menu li .sub-menu &gt; li{
  border:0;
  width: 30%;
  clear: both;
}
#header-navigation .nav-menu li .sub-menu &gt; li:first-child {
  margin-top: 30px;
}
#header-navigation .nav-menu li .sub-menu &gt; li a{
  color:#fff;
  padding: 13px;
  /* width:250px; */
  display: block;
}
#header-navigation .nav-menu .sub-menu &gt; li.active a,
#header-navigation .nav-menu .sub-menu &gt; li a:hover{
  color:#fff;
  background-color: #4547bc;
  text-decoration:none;
}

#header-navigation .posts-block {
  overflow: hidden;
  width: 70%;
  height: 205px;
  background: #575aed;
  padding-left: 40px;
  box-sizing: border-box;
  border-radius: 6px 0 0 6px;
  position: relative;
  z-index: 99999;
}

#header-navigation .posts-block .section-cat-post {
  overflow: hidden;
}
#header-navigation .posts-block .section-cat-post:not(:first-child){
  display: none;
}
#header-navigation .posts-block .section-cat-post .third {
  margin-right: 5%;
  width: 28%;
  box-sizing: border-box;
  margin-top: 35px;
  margin-bottom: 25px;
}


/* = Right Menu
-------------------------------------------------------------- */
#singler-page-menu {
  width:320px;
  margin-right: 70px;
  position:relative;
  float: left;
  position: relative;
}
#singler-page-menu .nav-menu li{
  font-size:18px;
  position:relative;
  border-bottom: 1px solid #dadada;
  list-style:none;
}
#singler-page-menu .nav-menu &gt; li::after {
  content: " ";
  position: absolute;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #a86cd0;
  top: 14px;
  left: 1px;
  display: block;
  overflow: hidden;
}
#singler-page-menu .nav-menu li a {
  display:block;
  text-decoration:none;
  -webkit-transition: background-color 250ms linear;
   -moz-transition: background-color 250ms linear;
   -ms-transition: background-color 250ms linear;
   -o-transition: background-color 250ms linear;
   transition: background-color 250ms linear;
}
#singler-page-menu .nav-menu &gt; li &gt; a {
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
}
#singler-page-menu .nav-menu li .sub-menu {
  display:none;
  padding-top: 10px;
  margin-bottom: 10px;
}
#singler-page-menu .nav-menu li .sub-menu li{
  border:0;
  font-size: 16px;
  padding-left: 25px;
}
#singler-page-menu .nav-menu li .sub-menu a{
  color:#6a6a6a;
  padding: 7px 13px;
  display: block;
  text-decoration:none;
}
#singler-page-menu .nav-menu .sub-menu a:hover{
  color:#fff;
  background-color: #ababab;
  border-radius: 4px;
}

/* = Break news
-------------------------------------------------------------- */
#alerts .warning{
  padding:8px 15px;
  margin-bottom:20px;
  font-size:17px;
  line-height:1.3em;
  word-spacing:3px;
  display:block;
  background:url('../images/warning.png') 99% center no-repeat;
  background-color:#ae1835;
  color:#fff;
  text-decoration:none;
  border-radius:5px;
}
#alerts .warning.red{
  padding:8px 8px 8px 45px;
}
#alerts .warning b {
  font-weight:normal;
  color:#ffa200;
}
#alerts .warning b {
  font-weight:normal;
  color:#fff;
}
#alerts .warning.red b {
  color:#ffa200;
}
#alerts .warning.gray{
  background:#666;
}
#alerts .warning.blue{
  background:#4183B3;
}
#alerts .warning.orange{
  background:#F48927;
}
#alerts .warning.green{
  background:#0e6029;
}
#alerts .warning.yellow b{
  color:#000;
}

/* = bread crumbs
-------------------------------------------------------------- */
#breadcrumbs {
  font-size:14px;
  padding:17px 0;
  list-style:none;
  background-color: #4a489e;
  color: #adabfd;
}
#breadcrumbs a{
  color:#adabfd;
  display:inline-block;
  padding-right:5px;
}
#breadcrumbs div{
  display:inline-block;
  padding-left:5px;
}
#single #breadcrumbs {
  text-align: center;
}
.single #breadcrumbs .main-title {
  text-align: center;
  color: #fff;
  font-size: 31px;
  line-height: 1;
  padding: 20px 15px 8px 15px;
  max-width: 1200px;
  margin: 0 auto;
}


/* = slider section
----------------------------------------------- */
.the-slider{
  padding-top: 60px;
  padding-bottom: 35px;
}
.the-slider .swiper-button-next,
.the-slider .swiper-button-prev {
  display: none;
}
.posts-slider {
  position:relative;
  overflow: hidden;
}
.posts-slider .single-post .thumbnail {
  position: relative;
}
.posts-slider .single-post .thumbnail::after {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background-image: url('../images/opacitytotop.png');
  background-size: cover;
}


/* main slides */
.posts-slider .main-slides{
  float: left;
  overflow: hidden;
  width: 50%;
  margin-right: 2.4%;
}
.posts-slider .main-slides .swiper-container {
  width: 100%;
  height:100%;
  direction:rtl;
  position:relative;
  padding-bottom:0;
}
.posts-slider .main-slides .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* Arrows */
.posts-slider .main-slides .swiper-button-prev,
.posts-slider .main-slides .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 25px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 20px 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-slider .main-slides .single-post {
  position:relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.posts-slider .main-slides .inner{
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 20px 17px 15px 17px;
  right: 0;
  left: 0;
}
.posts-slider .main-slides .inner .title{
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 3px;
  text-align: left;
}
.posts-slider .ditals{
  overflow: hidden;
}
.posts-slider .ditals &gt; * {
  color: rgba(255, 255, 255, .5);
  padding: 6px 0 3px 0;
  position: relative;
  font-size: 12px;
  float: left;
  font-family: "JF Flat Regular", serif, arial;
  /* margin-right: 5px; */
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1;
}

.posts-slider .ditals .category {
  background-color: #3c3b81;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}

.posts-slider .ditals .time {
  position: relative;
}
.posts-slider .ditals .author-block {
  float: right;
  color: #3c3b81;
}
.posts-slider .ditals .author-block span {
  color: #c2c2c2;
  border-right: 1px solid #c2c2c2;
  margin-right: 5px;
  padding-right: 5px;
  display: block;
  float: left;
}
.posts-slider .ditals .comments {
}
.posts-slider .ditals .views {
  background-image: url('../images/icon-view.png');
}

/* main slides */
.posts-slider .pagination {
  display: block;
  overflow: hidden;
  width: 47.6%;
  float: right;
}
.posts-slider .pagination &gt; a{
  display: block;
  background-color: #6d7281;
  overflow: hidden;
  float: left;
  position: relative;
  width: 48.72%;
}
.posts-slider .pagination &gt; a:nth-child(odd){
  margin-bottom: 3%;
  margin-right: 2.56%;
}
.posts-slider .pagination &gt; a:nth-child(3){
  margin-bottom: 0;
}
.posts-slider .pagination &gt; a:last-child{
  margin: 0;
}
.posts-slider .pagination &gt; a .thumbnail{
  overflow: hidden;
  position: relative;
  float: left;

}

.posts-slider .pagination &gt; a .inner{
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10px 15px;
}

.posts-slider .pagination &gt; a::after {
  position: absolute;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #3c3b81;
}
.posts-slider .pagination &gt; a.active::after,
.posts-slider .pagination &gt; a:hover:after {
  width: 100%;
  right: 0;
}

.posts-slider .pagination &gt; a .inner .title{
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  height: 55px;
  line-height: 1.5;
  margin-bottom: 6px;
  padding: 0 5px 0 0;
}
.posts-slider .pagination &gt; a:hover,
.posts-slider .pagination &gt; a.active{
  background: #515562;
}

.posts-slider .pagination &gt; a .inner .data-of-post{
  display: block;
  overflow: hidden;
  color: #888585;
  font-size: 12px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}
.posts-slider .pagination &gt; a.active .data-of-post,
.posts-slider .pagination &gt; a:hover .data-of-post{
  color: #cecece;
}



/*------------------------------------Start  ( Section )--------------------------*/
.section .single-post {
  display: block;
  overflow: hidden;
  position: relative;
}
.section .single-post .thumbnail {
  position: relative;
}
.section .single-post .text{
  overflow: hidden;
}
.section .single-post .text .the-title {
  color: #000;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  /*font-weight: bold;*/
}
.section .single-post .text .description{
  color: #747474;
  overflow: hidden;
  font-size: 18px;
  /* font-family: 'Droid Arabic Kufi', serif, arial; */
  /*font-weight: bold;*/
  line-height: 1.366;
  padding-bottom: 3px;
  max-height: 80px;
}
.section .single-post .details{
  /*float: left;*/
  overflow: hidden;
  padding: 5px 0;
}
.section .single-post .details &gt; *{
  position: relative;
  color: #b7b7b7;
  font-size: 12px;
  margin-right:10px;
  float: left;
  font-family: "JF Flat Regular", serif, arial;
  background-position: left;
  background-repeat: no-repeat;
  line-height: 1.36;
  /*height: 15px;*/
  padding: 0px 6px 0px 0px;
}
.section .single-post .details &gt; *:last-child{
  margin-right: 0;
  padding-right: 0;
}
.section .single-post .details .category {
  background-image: url('../images/tag-icon.png');
  padding-left: 20px;
  color: #3c3b81;
  background-size: 15px;
  font-weight: bold;
}
.section .single-post .details .comments {
  /*background-image: url('../images/icon-commect.png');*/
  margin-top: 1px;
}
.section .single-post .details .views {
  background-image: url('../images/icon-view.png');
}
.section .single-post .details .date{
  position: relative;
  margin-top: 1px;
}

.section .single-post .details .author-block {
  color: #3c3b81;
  font-weight: bold;
}
.section .single-post .details .author-block span {
  color: #b7b7b7;
  border-right: 1px solid #c2c2c2;
  margin-right: 5px;
  padding-right: 5px;
  display: block;
  font-weight: normal;
  float: left;
  line-height: 1;
  margin-top: 2px;
}

/* = Full Screen
----------------------------------------------- */
.full-screen .single-post {
  display: block;
  overflow: hidden;
  height: 510px;
  background: top center no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}
.full-screen .single-post::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/fullscreen.png');
  background-size: cover;
}
.full-screen .single-post::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url('../images/opacity16.png') center center repeat;
}
.full-screen .single-post .text {
  max-width: 1230px;
  direction: rtl;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
  margin: 0 auto;
}
.full-screen .single-post .text .the-title {
  color: #fff;
  /* font-family: 'Droid Arabic naskh' ,serif, arial; */
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px #000;
}
.full-screen .single-post .text .description {
  /* font-family: 'Droid Arabic Kufi', serif, arial; */
  color: #fff;
  height: auto;
  font-size: 17px;
  margin-bottom: 15px;
}
.full-screen .single-post .text .button-block {
  max-width: 70px;
  margin: 0 auto;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
/* = section-categories
------------------------------------------------------*/
.section-categories {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom:125px;
}
.section-categories .single-post {
  text-align: center;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.section-categories .single-post .thumbnail {

}
.section-categories .single-post .text {
  line-height: 1;
}
.section-categories .single-post .text .the-title {
  font-size: 16px;
  padding: 5px 20px 7px 20px;
  line-height: 1;
  color: #575aed;
  margin-bottom: 0;
  /* height: 78px; */
  /* margin-bottom: 20px;
  padding: 0px 40px; */
}
.section-categories .single-post .text .the-title span {
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
}
.section-categories .single-post .text .description {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.section-categories .single-post .text .button-block {
  font-size: 12px;
  padding: 2px 15px;
  color: #fff;
  border-radius: 4px;
  max-width: 66px;
  background-color: #3c3b81;
  margin: 0 auto;
}
/* #archive */
#archive .section-categories .read-title-block {
  border-bottom: 3px solid #fff;
  margin-bottom: 25px;
}
#archive .section-categories .single-post .thumbnail {
  max-width: none;
}
#archive .section-categories .single-post .text .the-title {


}

/* = section-users
------------------------------------------------------*/
.single-author {
  overflow: hidden;
  display: block;
  position: relative;
}
.section-users {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom:60px;
}
.section-users .single-post .text {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 150px 0px 0px 12px;
  background-image: url('../images/opaste-user.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.section-users .single-post .text .the-title {
  overflow: hidden;
  font-size: 13px;
  color: #fff;
}
.section-users .single-author .hover-block {
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: -260px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba( 0, 0, 0, .5 );
  transition: all .5s ease-in-out;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}
.section-users .single-author:hover .hover-block {
  bottom: 0;
}
.section-users .single-author .hover-block .author-name {
  font-size: 22px;
  color: #fff;
  margin: 0 10px 5px 10px;
}
.section-users .single-author .hover-block .count-post {
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  background-color: #3c3b81;
  padding: 2px 10px;
  margin-bottom: 40px;
  overflow: hidden;
  float: left;
}
.section-users .single-author .hover-block .author-posts {
  font-size: 14px;
  color: #fff;
  padding: 19px 10px;
  background-color: #000;
  clear: both;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.section-users .single-author .hover-block .author-posts span{
  color: rgba(255, 255, 255, .5);
  display: block;
  margin-bottom: 8px;
}
.section-users .single-author .hover-block .author-posts a{
  color: #fff;
  display: block;
}


/*------------------------------------Start  ( Section-a )--------------------------*/
.section-a {
  padding: 35px 0;
  overflow: hidden;
}
.section-a .single-post {
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 35px;
  padding: 0 15px;
}
.section-a .single-post:last-child {
  margin-bottom: 0;
}
.section-a .single-post .thumbnail{
  max-width: 180px;
  float: left;
  margin-right: 20px;

}
.section-a .single-post .text {
}
.section-a .single-post .text .small-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #f31e2d;
}

.section-a .single-post .text .the-title{
  font-size: 24px;
  color: #191919;
  height: 65px;
}
/* social-widgets
---------------------------------*/
.section-a .social-widgets {
  /* width: 44%;
  float: right;
  margin-bottom: 20px; */
  overflow: hidden;
}
.section-a .social-widgets .widget{
  width: 48%;
  float: left;
  padding: 0 1%;
}
.color-section .read-title-block {
  border: 0;
  margin-bottom: 0;
}
.color-section .single-background {
  background-color: #fff;
  padding-bottom: 25px;

}
.color-section .single-background .read-more{

}

/*= section-three-blocks
-----------------------------------------------------------------*/
.section-three-blocks {
  padding: 50px 0;
  background: url('../images/botton-body.png') right bottom no-repeat;
  background-size: 30%;
}

.section-three-blocks .read-title-block {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.section-three-blocks .read-title-block .block-title {
  border-bottom: 4px solid #fff;
  margin-bottom: 16px;
  float: left;
  padding-left: 0;
  font-size: 26px;
  padding-right: 50px;
}
.section-three-blocks .read-more {
  max-width: none;
  float: right;
  background: none;
  border-bottom: 2px solid #494949;
  border-radius: 0;
  color: #494949;
  padding: 0;

}
.section .section-three-blocks .single-post .details {
  padding-top: 0;
}
/*------------------------------------Start  ( Section-b )--------------------------*/
.section-b {
  overflow: hidden;
}
.section-b .single-post{
  width: 48.5%;
  margin-right: 3%;
  float: left;
}
.section-b .single-post:last-child {
  margin-right: 0;
}
.section-b .single-post .thumbnail {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #e8e8e8;
  margin-bottom: 5px;
  text-align: center;
}
.section-b .single-post .thumbnail .virgin {
  color: #3c3b81;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}
.section-b .single-post .text .the-title{
  font-size: 16px;
  height: 45px;
  margin-bottom: 6px;
}
.section-b .single-post .text .small-title{
  font-weight: bold;
  font-size: 12px;
  color: #ff2727;
  height: 20px;
}
/*------------------------------------Start  ( Section-cat-post )--------------------------*/
.section-cat-post .single-post{

}

.section-cat-post .single-post .thumbnail {

  margin-bottom: 5px;
}

.section-cat-post .single-post .text .the-title{
  font-size: 16px;
  height: 47px;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
}

/*==================Start Sports ( Section-c )=======================*/

.section-c .single-post{
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.section-c .single-post .thumbnail::after {
  content: " ";
  position: absolute;
  height: 40%;
  bottom: 0;
  right: 0;
  left: 0;
  background: url('../images/opacity60top.png') right bottom no-repeat;
}
.section-c .single-post .text{
  background-color: #fff;
  padding: 5px 10px 6px 10px;
}
.section-c .single-post .text .the-title{
  font-size: 18px;
  height: 50px;
  margin-bottom: 6px;
}
.section-c .single-post .details {
  padding-bottom: 0;
}
.section-c .single-post .details .time{
  float: right;
  margin-right: 0;
  padding-right: 0;
}


/*------------------------------------Start  ( .section-d )--------------------------*/

.section-d .single-post {
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 15px 50px 13px 17px;
  border: 1px solid #e8e8e8;
  background: #fff url('../images/translat.png') 4% 88% no-repeat;
}
.section-d .single-post:last-child {
  margin-bottom: 0;
}
.section-d .single-post .text .the-title {
  height: 51px;
  margin-bottom: 17px;
  font-size: 18px;
}
.section-d .single-post .text .button-block {
  background-color: #3c3b81;
  color: #fff;
  font-size: 12px;
  float: left;
  padding: 1px 15px 3px 15px;
  border-radius: 4px;
}
.section-d .single-post .details {
  margin-bottom: 3px;
}
/* = archive
--------------------------------------------------------------*/
#archive {
  /* background-color: #fff; */
}
#archive .section-a {
  background-color: #fff;
}
#archive .read-title-block {
  border: 0;
}
#archive .not-auther-page{
  margin-bottom: 55px;
}

#archive .five-post {
  overflow: hidden;
  display: block;
  margin-bottom: 70px;
}
#archive .five-post .ditals{
  overflow: hidden;
}
#archive .five-post .ditals &gt; * {
  color: rgba(255, 255, 255, .5);
  padding: 6px 0 3px 0;
  position: relative;
  font-size: 12px;
  float: left;
  /* margin-right: 5px; */
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1;
}

#archive .five-post .ditals .category {
  background-color: #3c3b81;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}
#archive .five-post .ditals .time {
  position: relative;
}
#archive .five-post .ditals .author-block {
  float: right;
  color: #3c3b81;
}
#archive .five-post .ditals .author-block span {
  color: #c2c2c2;
  border-right: 1px solid #c2c2c2;
  margin-right: 5px;
  padding-right: 5px;
  display: block;
  float: left;
}
#archive .five-post .single-post .thumbnail::after {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background-image: url('../images/opacitytotop.png');
  background-size: cover;
}
#archive .five-post .inner .title {
  color: #fff;
  overflow: hidden;
}
#archive .five-post .big-post{
  float: left;
  overflow: hidden;
  width: 50%;
  margin-right: 2.4%;
}
#archive .five-post .small-posts{
  display: block;
  overflow: hidden;
  width: 47.6%;
  float: right;
}

#archive .five-post .big-post .single-post {
  position:relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
#archive .five-post .big-post .inner{
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 20px 17px 15px 17px;
  right: 0;
  left: 0;
}
#archive .five-post .big-post .inner .title{
  font-size: 26px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  text-shadow: 0 0 2px #000;
}

#archive .five-post .small-posts a {
  display: block;
  background-color: #6d7281;
  overflow: hidden;
  float: left;
  position: relative;
  width: 48.72%;
  margin-bottom: 18px;
  margin-right: 2.56%;
}
#archive .five-post .small-posts a:last-child{
  margin-right: 0;
}
#archive .five-post .small-posts a .inner{
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 10px 15px;
}

#archive .five-post .small-posts a::after {
  position: absolute;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #3c3b81;
}
#archive .five-post .small-posts a.active::after,
#archive .five-post .small-posts a:hover:after {
  width: 100%;
  right: 0;
}
#archive .five-post .small-posts .inner .title {
  font-size: 18px;
  height: 55px;
  line-height: 1.5;
  margin-bottom: 6px;
  padding: 0 5px 0 0;
  text-shadow: 0 0 2px #000;
}





/* = Author box
-------------------------------------------------------------- */
#author-info {
  background:#606060;
  padding:25px 0;
  position:relative;
  overflow: hidden;
  margin-bottom: 35px;
}
#author-info .author-block {
  overflow: hidden;
  margin: 0 auto;
  max-width: 890px;
}
#author-info .author-avatar {
  float:left;
  overflow: hidden;
  margin-right:20px;
}
#author-info .author-text{
  overflow: hidden;
  line-height: 1.36;
  color:#fff;
  font-size:16px;
}
#author-info .author-text h2{
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}
#author-info .author-text .description-author {
  margin-bottom: 10px;
  height: 110px;
  overflow: hidden;
}
#author-info .author-text .description-author span {
  display: block;
  color: rgba(255, 255, 255, .4);
  margin-bottom: 5px;
}
#author-info .author-text .count-post span {
  color: rgba(255, 255, 255, .4);
}
/*= users-page
---------------------------------------------*/
#users-page {
  background-color: #fff;
  overflow: hidden;
  padding-top: 60px;
}
#users-page .fourth {
  margin-bottom: 50px;
  margin-right: 3%;
  width: 22.75%;
}
#users-page .section-users {
  padding-top: 0;
}
/*= About-page
---------------------------------------------*/
#about-page {
  background-color: #fff;
  overflow: hidden;
  padding-top: 60px;
}
#about-page .section-about {
  overflow: hidden;
  line-height: 1.5;
}
#about-page .section-about &gt; div {
  overflow: hidden;
  margin-bottom: 15px;
}
#about-page .section-about h2 {
  text-align: center;
  overflow: hidden;
  font-size: 25px;
  color: #333;
  max-width: 250px;
  padding: 5px 15px 10px 15px;
  border-bottom: 3px solid #dadada;
  margin: 0 auto;
  margin-bottom: 15px;
}
#about-page .section-about .description {
  overflow: hidden;
  font-size: 20px;
  color: #6a6a6a;

}
#about-page .section-about {
  overflow: hidden;

}
/* = section-advisers
------------------------------------------------------*/


.advisers-shortcode {
  background-color: #fff;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.advisers-shortcode .single-post {
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 47%;
  margin: 0 1.5% 15px 1.5%;
  float: left;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding: 15px;
  background: #f5f5f5;
}
.advisers-shortcode .single-post .thumbnail {
  overflow: hidden;
  float: left;
  margin-right: 15px;
  max-width: 180px;
}
.advisers-shortcode .single-post .thumbnail::after {
  content: " ";;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.advisers-shortcode .single-post .text {
  overflow: hidden;
}
.advisers-shortcode .single-post .text .the-title {
  overflow: hidden;
  font-size: 18px;
  max-height: 25px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 10px;
}
.advisers-shortcode .single-post .text .description {
  overflow: hidden;
  color: #6a6a6a;
  font-size: 16px;
  max-height: 60px;

}



/* = Activity-page
----------------------------------------------*/
#activity-page {
  background-color: #fff;
  overflow: hidden;
  padding: 60px 0;
}
.section-activity  {
  overflow: hidden;
  display: block;
  border-radius: 4px;
  border: 2px solid #ddd;
}
.section-activity .single-post {
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.section-activity .single-post:last-child {
  border-bottom: 0;
}

.section-activity .single-post .text {
  float: left;
  max-width: 75%;
  margin-right: 2%;
  border-right: 1px solid #ddd;
  padding: 10px 0;
}
.section-activity .single-post .text .description {
  max-height: 95px;
  padding-right: 50px;
}
.section .single-post .details .time {
  font-size: 14px;
}

.section-activity .single-post .botton-block {
  overflow: hidden;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -20px;
  padding: 10px 20px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #844ba0 0%,#7c4ca1 51%,#704ea3 100%);
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.section-activity .single-post .botton-block:hover {
  background: #844ba0;
}
.section-activity .single-post a.botton-block:focus {
  box-shadow: 0 0 0 3px rgba(128, 84, 230, .5);
}
/* = single post
-------------------------------------------------------------- */
#single {
  background-color: #fff;
  overflow: hidden;
}

#single .single-post{
  padding-bottom:25px;
  overflow: hidden;
}
#single .entry-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  background: #ccc;
}
#single .post-image {
  clear:both;
  width:100%;
  text-align: center;
  position: relative;
  background: #ccc;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#single .post-image::after,
#single .post-image::before {
  content: " ";
  position: absolute;
  top: 0;
  height: 440px;
  width: 35%;
  display: block;
  background: -moz-linear-gradient(right, rgba(204,204,204,1) 0%, rgba(204,204,204,0.65) 35%, rgba(255,255,255,0.28) 72%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(right, rgba(204,204,204,1) 0%,rgba(204,204,204,0.65) 35%,rgba(255,255,255,0.28) 72%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(204,204,204,1) 0%,rgba(204,204,204,0.65) 35%,rgba(255,255,255,0.28) 72%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00ffffff',GradientType=1 );
}
#single .post-image::after{
  left: 0;
  background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(204,204,204,0.65) 35%, rgba(255,255,255,0.28) 72%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,0.65) 35%,rgba(255,255,255,0.28) 72%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(204,204,204,1) 0%,rgba(204,204,204,0.65) 35%,rgba(255,255,255,0.28) 72%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00ffffff',GradientType=1 );
  /* width: 35% */
}
#single .post-image::before {
  right: 0;
}
/* #single .post-image img {
  width: 100%;
  height: 300px;
} */
#single .title-block {
  line-height:1.4em;
  max-width: 1230px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99999;
}
#single .title-block .main-title{
  font-size:38px;
  font-weight: bold;
  /* font-family: 'Droid Arabic naskh' ,serif, arial; */
  line-height:1.5;
  color:#fff;
  position: relative;
  padding-top: 120px;
  max-width: 550px;
  box-sizing: border-box;
  height: 300px;
  z-index: 99999;
  text-shadow: 1px 1px 2px #000;
}

#single .the-video {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  height: 0;
  margin-bottom:20px;
  overflow: hidden;
}
#single .the-video iframe,
#single .the-video object,
#single .the-video embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#single .post-image a {
  cursor: default;
}

#single .tools-box .views-comments {
  float: left;
  overflow: hidden;
  display: block;
  color: #b4b4b4;
  font-family: "JF Flat Regular", serif, arial;
  margin-top: 10px;
  margin-left: 35px;
}
#single .tools-box .views-comments .views,
#single .tools-box .views-comments .date,
#single .tools-box .views-comments .comments {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 18px;
  margin-bottom: 0;
}
#single .tools-box .views-comments .views {
  background-size: 11px;
  background-image: url('../images/icon-view2.png');
}
#single .tools-box .views-comments .date {
  background-image: url('../images/icon-date.png');
}
#single .tools-box .views-comments .comments {
  background-image: url('../images/icon-commect1.png');
}

/* tools */
.tools-box {
  overflow:hidden;
}
.tools-box .share-icons{
  overflow: hidden;
}
.tools-box .share-icons div {
  float:left;
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  background-size: 28px;
  background-position:top right;
  background-repeat:no-repeat;
  cursor: pointer;
}
.tools-box .share-icons div:last-child {
  margin-right:0;
}
.tools-box .share-icons div.facebook{
  background-image: url('../images/socials/facebock.png');
}
.tools-box .share-icons div.twitter{
  background-image: url('../images/socials/twetter.png');
}
.tools-box .share-icons div.whatsapp{
  background-image: url('../images/socials/whatsapp.png');
}
.tools-box .share-icons div.gplus{
  background-image: url('../images/socials/google_plus.png');
  display: none;
}
#singler-page-menu .tools-box .share-icons div {
  width: 41px;
  height: 41px;
  background-size: 41px;
}
#singler-page-menu .tools-box .share-icons{
  margin-bottom: 25px;
}
#single .tools-box,
#single .entry-content .small-title-details .details .tools-box {
  display: none;
}
#single .entry-content .gallery .gallery-item {
  /* width: 31.336% !important; */
  /* margin: 1% !important; */
  box-sizing: border-box;
  padding: 1%;
}
#single .entry-content .gallery .gallery-item img {
  height: 200px;
  border: none !important;
}
#singler-page-menu .tools-box {
  display: block;
}
#single .entry-meta .share-icons .pdf a{
  width:35px;
  height:25px;
  background:url('../images/post-pdf.png') no-repeat center center;
  background-size: 19px 25px;
  display:block;
}
#single .entry-meta .social-share li.print,
#single .entry-meta .social-share li.email,
#single .entry-meta .social-share li.pdf {
  float:right;
  padding-right:0;
}
#single .entry-content{
  margin-bottom: 18px;
  line-height: 1.5;
  font-size: 18px;
  color:#000;
  overflow: hidden;
}
#single .entry-content.book-block {
  padding: 20px 10px;
  border: 2px solid #ddd;
  border-radius: 5px;
}
#single .entry-content .small-title-details {
  overflow: hidden;
  margin-bottom: 15px;
}
#single .entry-content .small-title-details .small-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  color: #f31e2d;
  float: left;
  margin-right: 25px;
}
#single .entry-content .small-title-details .details {
  overflow: hidden;
  padding-top: 3px;
}
#single .entry-content .small-title-details .details &gt; * {
  overflow: hidden;
  color: #b7b7b7;
  display: block;
  line-height: 1.36;
  font-size: 14px;
  float: left;
  margin-right: 25px;
  font-family: "Cairo", serif, arial;
}
#single .entry-content .small-title-details .details .time {
  margin-top: 5px
}
#single .entry-content .small-title-details .details .print {
  width: 25px;
  height: 25px;
  background: url('../images/post-print.png') center center no-repeat;
  background-size: 25px;
  cursor: pointer;
}
#single .entry-content .small-title-details .details .author-block {
  color: #3c3b81;
  font-weight: bold;
}
#single .entry-content .small-title-details .details .author-block span {
  color: #b7b7b7;
  border-right: 1px solid #c2c2c2;
  margin-right: 5px;
  padding-right: 5px;
  display: block;
  font-weight: normal;
  float: left;
  line-height: 1;
  margin-top: 2px;
}

#single .entry-content p {
  margin-bottom:25px;
}
#single .entry-content blockquote{
  max-width:40%;
  float:right;
  margin:10px;
  background:#eee;
  padding:5px 10px;
  border-color:#396099;
  font-weight:bold;
}
#single .entry-content .about-author {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 400px;
}
#single .entry-content .about-author &gt; * {
  overflow: hidden;
}
#single .entry-content .auther-title-block {
  max-width: 65px;
  padding: 5px 20px 7px 20px;
  background-color: #575aed;
  color: #fff;
  font-size: 19px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
#single .entry-content .details-auther {
  overflow: hidden;
  background-color: #ececec;
  padding: 25px 15px 15px 15px;
  margin-top: -15px;
}
#single .entry-content .author-avatar-block {
  width: 66px;
  height: 66px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
}
#single .entry-content .author-avatar-block img {
  border: 0;
  max-width: 100%;
  display: block;
  padding: 0;
}
#single .entry-content .author-name-block {
  overflow: hidden;
  color: #000;
  font-size: 18px;
}
#single .entry-content .description-author {
  overflow: hidden;
  color: #666;
  font-size: 15px;
  height: 45px;
}
#single .entry-content .post-link a{
  color:#000;
}
#single .entry-content .reference-link {
  color: #4372CA;
  cursor: pointer;
  font-size: 12px;
}
#single .entry-content .references {
  padding-top: 10px;
  margin: 15px 0;
  border-top: 1px solid #ccc;
}
#single .entry-content .references .reference {
  line-height: 1.4;
  margin:0 0 8px 0;
  font-size: 15px;
  color: #333;
}
#single .entry-content .references .reference .number {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color:#ff0000;
  cursor: pointer;
}

#single .content-banner{
  margin-bottom:30px;
  text-align:center;
}
#single .entry-meta .tags{
  padding:15px;
  background:#eee;
  margin-top: 15px;
  overflow: hidden;
}
#single .entry-meta .tags .title{
  padding-bottom:10px;
  display:block;
  color:#afafaf;
  font-size:15px;
}
#single .entry-meta .tags a{
  background:#fff;
  color:#000;
  padding:10px;
  margin-bottom: 7px;
  border-left:5px solid #5a5ded;
  display:block;
  float:left;
  margin-right:13px;
  line-height:1em;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
#single .entry-meta .tags a:hover{
  background:#5a5ded;
  color:#fff;
}
#single .entry-meta .social-share {
  margin:0;
  padding:5px 0 10px 0;
}
#single .entry-meta .social-share li{
  list-style:none;
  padding:0 9px 3px 0;
  direction:ltr;
  float:left;
  max-width:200px;
  overflow:hidden;
}
#single .entry-meta .social-share li.twitter{
  margin-top:3px;
  width:72px;
}
#single .entry-meta .social-share li.twitter iframe{
  margin-right:-22px;
}
#single .entry-meta .social-share li.facebook{
  width:56px;
  margin-top:3px;
}
#single .entry-meta .social-share li.gplus{
  margin-top:0px;
}
#single .entry-meta .social-share li.twitter-follow {
  margin-top:3px;
}
#single .entry-meta .social-share li.print {
  float:right;
  padding-right:0;
}
#single .entry-meta .social-share li.print a{
  width:34px;
  height:34px;
  background:#377bc8 url('../images/post-print-icon.png') no-repeat center center;
  display:block;
  -webkit-transition: all 250ms linear;
 -moz-transition: all 250ms linear;
 -o-transition: all 250ms linear;
 -ms-transition: all 250ms linear;
 transition: all 250ms linear;
}
#single .entry-meta .social-share li.print a:hover{
  background-color:#f04e41;
}
#single .entry-meta .social-share li.short-link {
  float:right;
  max-width:250px;
}
#single .entry-meta .social-share li.short-link i {
  float:left;
  display:block;
  font-style:normal;
  padding:8px 10px 0 0;
  color:#999;
}
#single .entry-meta .social-share li.short-link .the-link{
  width:125px;
  height:26px;
  background:#e3e3e3;
  font-family:tahoma;
  text-align:center;
  float:left;
  padding-top:8px;
}
#single .entry-meta .banner {
  margin-bottom:25px;
}
#single #nav-single {
  margin-bottom:3px;
}
#single #nav-single a{
  color:#666;
  font-family:tahoma;
  font-size:11px;
}
#single #nav-single span {
  display:block;
}
#single #nav-single span.nav-previous {
  float:left;
}
#single #nav-single span.nav-previous {
  float:right;
}
#single .related-posts{
  margin-bottom:20px;
  background-color: #fff;
}

#single.book-box {

}
#single.book-box .single-post{

}
#single.book-box .entry-header{
  padding-top: 15px;
  background: none;
}

#single.book-box .post-image-book {
  max-width: 450px;
  max-height: 680px;
  margin: 15px auto;
  position: relative;
}
#single.book-box .post-image-book .image-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  opacity: .5;
  background-repeat: no-repeat;
}
#single .links-blocks {
  overflow: hidden;
  padding: 5px;
  margin-bottom: 15px;
}


#single .links-blocks a {
  overflow: hidden;
  display: block;
  max-width: 135px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
}
#single .links-blocks .lang-link {
  /* overflow: hidden; */
  float: left;
}
#single .links-blocks .lang-link &gt; a {
  float: left;
  margin-right: 10px;
  background-color: #0062cc;
}
#single .links-blocks .lang-link &gt; a:hover {
  background: #0069d9;
}
#single .links-blocks .lang-link &gt; a:focus {
  box-shadow: 0 0 0 3px rgba(0,123,255,.5);
}
#single .links-blocks .download-pdf a {
  float: right;
  background-color: #28a745;
}
#single .links-blocks .download-pdf a:hover {
  background: #218838;
}
#single .links-blocks .download-pdf a:focus {
  box-shadow: 0 0 0 3px rgba(40,167,69,.5);
}

/* = Images gallery
-------------------------------------------------------------- */
.images-gallery .main-image{
  margin-bottom:15px;
}
.images-gallery .thumbnail-image{
    cursor:pointer;
    margin-bottom:10px;
}
.images-gallery .thumbnail-image img{
    height:90px;
    overflow:hidden;
    width:95%;
}
/* = Images inside pages &amp; posts
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignnone,
img.alignright,
img.alignleft,
img.aligncenter,
.entry-content .attachment img,
.entry-content img {
	max-width: 98.9%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	display:inline-block;
	padding:0.5%;
	border:1px solid #ddd;
}
img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone,
.wp-caption,
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter {
  margin-bottom:15px;
}
img.alignright,
.wp-caption.alignright,
image-shortcode.alignright {
	display: inline;
	float: right;
	margin-left: 42px;
	margin-top: 4px;
}
img.alignleft,
.wp-caption.alignleft
image-shortcode.alignleft {
	display: inline;
	float: left;
	margin-right: 42px;
	margin-top: 4px;
}
img.aligncenter,
.wp-caption.aligncenter,
image-shortcode.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption {
	max-width: 100% !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #323437;
	font-size: 12px;
	margin: 0px;
	line-height:1em;
	font-family:tahoma;
	padding-top:5px;
	color:#999;
}
.wp-smiley {
	margin: 0;
}

/* = Comments &amp; Respond Form
----------------------------------------------- */
#comments {
  margin-bottom:20px;
}
#comments .main-title{
  padding:10px 12px;
  margin:0;
  background:#1f57a0;
  color:#fff;
  font-size:19px;
  line-height:1em;
  position:relative;
}
#comments .main-title .add-a-comment {
  position:absolute;
  top:7px;
  right:10px;
  color:#fff;
  padding:3px 3px 3px 20px;
  background:url('../images/add-reply-icon.png') left center no-repeat;
  font-size:13px;
}
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	padding: 2.6em 0 0;
	text-transform: uppercase;
}
.comment-buttons {
  margin-bottom:60px;
}
.comments-count,
a.add-comment {
  float:left;
  font-size:13px;
  vertical-align: middle;
  line-height:24px;
  clear:both;
}
.comments-count {
  background-position: 0 -370px;
  padding-left:41px;
  margin-right:23px;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 20px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
  line-height:1.636em;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	margin-bottom:20px;
  background: #fff;
  padding: 0 15px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist li.comment,
.commentlist li.pingback,
.commentlist li.trackback {
	margin: 0 auto 15px 0px;
	position: relative;
	padding:20px 0;
	font-size:13px;
	line-height:1.7em;
  border-bottom:1px solid #ddd;

}
.commentlist .comment .comment-content {
  margin-bottom:20px;
}
.commentlist .comment .comment-content p{
 word-wrap: break-word;
 overflow: hidden;
 color:#8c8c8c;
}
.commentlist &gt; li.comment:first-child,
.commentlist &gt; li.pingback:first-child,
.commentlist &gt; li.trackback:first-child {
	margin-top:0;
}
.commentlist &gt; li .children li.comment {
  border-bottom:0;
  background:#f0f0f0;
  margin-left:30px;
  padding:20px 10px;
}
.commentlist &gt; li .children li .children li.comment {
  background:#fff;
}
.commentlist &gt; li .children li .children li .children li.comment {
  background:#f0f0f0;
}
.commentlist &gt; li .children li .children li .children li .children li.comment  {
  background:#fff;
}

.commentlist .comment:before,
.commentlist .comment:after {
  display: table;
  content: "";
}
.commentlist .comment:after {
  clear: both;
}
.commentlist li{
	padding:0;
}
.commentlist li:last-child{
	margin-bottom:0;
}
.commentlist li.comment .children,
.commentlist li.pingback .children,
.commentlist li.trackback .children {
	margin-top:30px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist li.comment .comment-meta {
	line-height:1em;
}
.commentlist li.comment .comment-meta .comment-count{
	position:absolute;
	top:15px;
	right:15px;
	font-size:18px;
	color:#d1d1d1;
}
.commentlist li.comment .comment-author {
  margin-bottom:8px;
}
.commentlist li.comment .comment-author .author-name{
  font-size:15px;
  color:#377bc8;
}
.commentlist li.comment .comment-author .author-name a{
  text-decoration:none;
}
.commentlist li.comment .comment-author .author-name a:hover {
 background-position: 0 0;
}
.commentlist li.comment .edit-link {
  font-family:tahoma;
  font-size:12px;
}
.commentlist li.comment .edit-link a{
  color:#999;
}
.commentlist li.comment .comment-author .is-post-author{
  display:inline-block;
  padding:0 10px;
}
.commentlist li.comment time {
  font-size:12px;
  line-height:1em;
  font-family:tahoma;
  float:left;
  background:#f99500;
  color:#fff;
  margin-bottom:10px;
  height:13px;
  padding:4px 5px 5px 5px;
  margin-right:13px;
}
.commentlist li.comment .reply {
	float:left;
  margin-right:13px
}
.commentlist li.comment .reply a.comment-reply-link {
	background: #eee;
  color:#000;
  line-height:1em;
  padding:3px 10px;
  height:16px;
	display: block;
	font-size: 12px;
	text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
 -moz-transition: all 250ms ease-in-out;
 -o-transition: all 250ms ease-in-out;
 -ms-transition: all 250ms ease-in-out;
 transition: all 250ms ease-in-out;
}
.commentlist li.comment .reply a.comment-reply-link:hover{
	background-color: #f99500;
  color:#fff;
}
.commentlist li.comment .comment-like {
  float:right;
  margin:0;
  padding:0;
}
.commentlist li.comment .comment-like li{
  float:left;
  list-style:none;
  font-family:arial;
  font-size:17px;

}
.commentlist li.comment .comment-like li.like{
  color:#18ae49;
  margin-right:5px;
}
.commentlist li.comment .comment-like li.hate{
  color:#ae1835;
  margin-left:5px;
}
.commentlist li.comment .comment-like .button {
}
.commentlist li.comment .comment-like .button a{
  width:34px;
  height:22px;
  background: url('../images/comments-like-down.png') no-repeat top right;
  display:block;
}
.commentlist li.comment .comment-like .button.like-button a{
  background-image: url('../images/comments-like-up.png');
  margin-right:5px;
}
.commentlist li.comment .comment-awaiting-moderation {
  display:inline-block;
  padding-left:17%;
  color:#ff5f5f;
}
.commentlist li.comment a.comment-reply-link &gt; span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.commentlist li.comment .report_comment {
  float:right;
  width:220px;
  font-size:11px;
}
.commentlist li.comment .report_comment a {
  text-align:right;
  color:#ff6666;
  display:block;
}
.commentlist li.comment .report_comment span {
  display:block;
}
.commentlist li.comment .avatar {
	left: 10px;
	padding: 0;
	position: absolute;
	top: 20px;
	padding:5px;
	border:1px solid #E6E6E6;
	background:#fff;
}
.commentlist &gt; li.pingback:before {
	content: '';
}
.commentlist li.comment .ping-back-title {
  color:#A0A2A5;
  font-size:20px;
  background:none;
  margin-bottom:32px;;
}
/* Comment Form */
#respond {

	position: relative;
  overflow:hidden;
  background-color: #fff;
  padding: 10px;
}
#respond textarea{
  width:90%;
}
#respond input[type="text"]{
  width:70%;
}
#respond h3#reply-title{
  font-size:20px;
  margin-bottom:15px;
  color: #060606;
  font-weight: bold;
}
.comment #respond #reply-title .the-title{
  #font-size:24px;
}
#respond #cancel-comment-reply-link {
	text-decoration: none;
	float:right;
	color: #888;
	display: block;
	text-decoration: none;
	display:inline-block;
	background:#fff;
	padding:0 9px;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond .comment-notes{
	display:none;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
  margin-bottom:10px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
	font-size: 13px;
	min-width: 60px;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	display:none;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input,
#respond .comment-form-comment textarea {
	width:60%;
	border:0;
	box-shadow:0;
	background:#f0f0f0;
  padding:5px 10px;
  font-size:13px;
  font-family:'Droid Arabic kufi',arial;

}
#respond .comment-form-comment textarea {
	resize: vertical;
	width:95%;
  height:140px;
}
#respond input[type="submit"] {
  float:left;
  padding:5px 15px;;
  background:#f6a20e;
  color:#fff;
  font-family:'Droid Arabic kufi',arial;
  font-size:13px;
  text-decoration:none;
  border:0;
  -webkit-transition: all 250ms ease-in-out;
 -moz-transition: all 250ms ease-in-out;
 -o-transition: all 250ms ease-in-out;
 -ms-transition: all 250ms ease-in-out;
 transition: all 250ms ease-in-out;
}
#respond input[type="submit"]:hover {
  background:#393939;
}
#respond .comment-form-author span.required,
#respond .comment-form-email span.required{
  display:none;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
	margin-bottom:10px;
	color:#A0A2A5;
}
#respond .comment-notes a,
#respond .logged-in-as a{
	color:#A0A2A5;
}
#respond p {
	margin: 0;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 0 0 1.625em;
	width: auto;
}

#respond label {
	line-height: 2.2em;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

/* = mCustomScrollbar
---------------------------------------------*/
.mCSB_scrollTools {
  width: 10px;
}
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 1;
  background: #dce2e6;
  border-radius: 0;
  width: 100%;
}
.mCS-dir-rtl &gt; .mCSB_inside &gt; .mCSB_container {
  margin-right: 12px!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger {
  background-color: #b4b5b7;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #a0a2a5;
	width: 100%;
	text-align: center;
	font-family:tahoma;
	font-size:11px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px;
}
.widget_calendar #wp-calendar td a {
	font-weight:bold;
}
.widget_calendar #wp-calendar caption {
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	border-width: 1px 0;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	border-width: 1px 0;
}


#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* Google Plus*/
#google-plus-likes {
  max-width:100%;
  overflow:hidden;
  height:116px;
  direction:ltr;
  float:left;
}
#google-plus-likes .mask{
  margin:-1px -1px -1px -1px;
}
/* youtube video widget*/
#youtube-video-widget {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#youtube-video-widget iframe,
#youtube-video-widget object,
#youtube-video-widget embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Comics */
.widget-comics .thumbnail{
  padding:0;
  border:1px solid #000101;
}
.widget-comics .the-title{
  text-align:center;
}
/* = footer
-------------------------------------------------------------- */
#footer {
  background-color: #f5f5f5;
}
#footer a{
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#footer a:hover{
  text-decoration:underline;
}
#footer .upper-footer {
  padding: 30px 0 20px 0;
}
#footer .top-footer {
  border-bottom: 6px solid #fff;
  overflow: hidden;
}
#footer .logo {
  max-width: 215px;
  display: block;
  overflow: hidden;
  z-index: 99999;
  position: relative;
  float: left;
  padding: 15px 0;
  margin-right: 20px;
}
#footer .site-name {
  float: left;
  font-style: italic;
  font-size: 26px;
  color: #878787;
  padding: 35px 0;
}
#footer .languages-block {
  overflow: hidden;
  float: right;
  margin-top: 25px;
}
#footer .languages-block a {
  overflow: hidden;
  float: left;
  color: #626262;
  padding: 7px 30px 7px 2px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 15px;
  border-top: 5px solid transparent;
  margin-right: 15px;
  background-image: url('../images/arabic-language.jpg');

  font-family: "JF Flat Regular", serif, arial;

}
#footer .languages-block a:last-child{
  margin-right: 0;
}
#footer .languages-block a.active{
  border-top: 6px solid #5a5ded;
}
#footer .languages-block a.parsi {
  background-image: url('../images/persian-language.jpg');
}
#footer .languages-block a.english {
  background-image: url('../images/english-language.jpg');
  font-family: tahoma;

}

#footer .signup-form {
  float: left;
  font-family: 'Droid Arabic Kufi',serif,arial;
}
#footer .signup-form .field {
  display: block;
  float: left;
  margin-right: 7px;
  background: #fff;
  font-size: 15px;

}
#footer .signup-form label {
  margin-top: 6px;
  position:  relative;
  display:  block;
  margin-right: 5px;
  float:  left;
}
#footer .signup-form input {
  margin-bottom: 5px;
}
#footer .signup-form input[type=email] {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  height: 22px;
  padding: 5px;
}
#footer .signup-form input[type=submit] {
  background: #bfbfbf;
  color:#666;
  height: 33px;
}

#mc_embed_signup div.mce_inline_error {
  background: none !important;
  font-size: 15px !important;
  font-family: tahoma  !important;
  color:#ff0000 !important;
  font-weight: normal !important;
  max-width: 300px;
}

#footer .date {
  color: #b2b2b2;
  padding: 8px 0 7px 0;
  font-size: 12px;
  font-weight: normal;
  float: right;
  line-height: 1.36;
  clear: both;
}



#footer .follow-icons{
  overflow: hidden;
  clear: both;
  float: right;
}
#footer .follow-icons a {
  background-size: 29px;
  width: 29px;
  height: 29px;
  margin-bottom: 15px;

}

#footer .nav-menu {
  width:100%;
}
#footer .social-widgets {
  width: 44%;
  float: right;
  margin-bottom: 20px;
  overflow: hidden;
}
#footer .social-widgets .widget{
  width: 48%;
  float: left;
  padding: 0 1%;
}
#footer .nav-menu {
  width: 55%;
  overflow: hidden;
  float: left;
}
#footer .nav-menu,
#footer .nav-menu li {
  margin:0;
  padding:0;
  overflow:hidden;
  list-style:none;
}
#footer .nav-menu &gt; li{
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: 22%;
  margin-right: 3%;
  float: left;
  font-size: 19px;
}
#footer .nav-menu &gt; li a{
  display: block;
  color: #191919;
  margin-bottom: 15px;
}
#footer .nav-menu &gt; li a:hover{
  color:#ddd;
  text-decoration: none;
}
#footer .nav-menu li .sub-menu li {
  width: 100%;
  font-size: 15px;
}
#footer .nav-menu li .sub-menu li a {
  color: #5b5b5b;
  display: block;
  margin-bottom: 10px;
}
#footer .nav-menu li ul,
#footer .nav-menu li ul li{
  margin:0;
  padding:0;
}





#footer .small-links {
  float: left;
  overflow: hidden;
  padding: 10px 0;
}
#footer .small-links li{
  padding: 0px 15px;
  list-style:none;
  float:left;
  border-right:1px solid #222;
  line-height:1;
  font-size: 14px;
}
#footer .small-links li:first-child {
  padding-left: 0;
}

#footer .small-links li:last-child {
  border-right:0;
}
#footer .small-links li a {
  color: #000;
  display: block;
}




#footer .description{
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1.4;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 60px;
}

#footer .search-box {
  overflow: hidden;
  width: 250px;
  background-color: #eaeaea;
  float: right;
  margin-bottom: 25px;
}

#footer .sub-footer {
  padding:10px 30px ;
  font-size:12px;
  background-color: #fff;
}
#footer .sub-footer .copylefts {
  padding-top:7px;
  color:#8a8a8a;
  font-size: 15px;
  text-align: right;
  float: left;
}
#footer .sub-footer .logo-container{
  padding-top:5px;
  float:right;
  min-width:220px;
  margin-right: 35px;
}
#footer .sub-footer .logo-container .name{
  border-right:1px solid #aaa;
  padding-right:10px;
  margin-right:10px;
  float:left;
  font-size: 13px;
  color:#aaa;
}
#footer .sub-footer .logo-container .name a{
  color:#aaa;
}
#footer .sub-footer .logo-container .logo {
  width:134px;
  height: 5px;
  background:url('../images/khafagy-logo.png') no-repeat top right;
  display:block;
  overflow: hidden;
  margin:0 auto;
  float:left;
  margin-top:-8px;
}
#footer .sub-footer .logo-container .logo a{
  display:block;
  padding-top:200px;
}



/* = Misc
-------------------------------------------------------------- */
.no-border {
  border:0;
  border-bottom:0;
}


/* = @media Query
-----------------------------------------------------------------*/

/* = max-width: 1110px
-------------------------------------------------*/
@media (max-width: 1110px) {
  .full-screen .single-post .text,
  .container {
    padding: 0 10px;
  }
  #single .tools-box,
  #single .entry-content .small-title-details .details .tools-box {
    display: block;
  }
  #topbar .follow-icons {
    display: none;
  }
  #header .search-navigation-icone {
    display: block;
  }
  #header .logo {
    width: 180px;
  }
  #header-navigation{
    width: 100%;
    margin-top: 0;
  }
  #header-navigation .search-box {
    top: 80px;
    width: 90%;
  }

  #header-navigation .nave-search-button {
    display: none;
  }
  #header-navigation .nav-menu {
    display: none;
    overflow: hidden;
  }
  #header-navigation .nav-menu li {
    float: none;
  }
  #header-navigation .nav-menu li .sub-menu {
    display: none !important;
  }
  /* #single .entry-header
  ------------------------*/
  #single .post-image {
    height: 400px;
  }
  #single .entry-header .container {
    padding: 0;
  }
  #single .post-image::after,
  #single .post-image::before {
    width: 0;
    height:0;
  }
  #single .title-block .main-title {
    height: 400px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 35px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.3) 44%,rgba(0, 0, 0, 1) 100%)
  }


  /* section-d
  ------------------*/
  .section-d .single-post .text .the-title {
    height: 29px;
  }
  .section-d .single-post .details .time {
    display: none;
  }
  /* #singler-page-menu
  --------------------*/
  #singler-page-menu {
    display: none;
  }

}

/* = max-width: 1000px
-----------------------------------*/
@media (max-width: 1000px) {
  #footer #nav-menu,
  #footer .social-widgets {
    width: 100%;
    float: none;
  }
  .advisers-shortcode .single-post {
    width: 100%;
    margin: 0 0 10px 0;
  }

}

/* = max-width: 850px
---------------------------------------------*/
@media (max-width: 850px){
  #topbar .languages-block {
    overflow: visible;
  }
  #topbar .languages-block .lang-link {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 70px;
    padding: 0 5px;
    height: 95px;
    z-index: 9999999;
    background: linear-gradient(to bottom, #844ba0 0%,#7c4ca1 51%,#704ea3 100%);
  }

  #topbar .languages-block .lang-link a {
    float: none;
    margin: 0;
  }
  #topbar .languages-open {
    display: block;
  }
  /* posts-slider
  ----------------------*/
  #archive .five-post .big-post .inner .title,
  .posts-slider .main-slides .inner .title {
    font-size: 25px;
  }
  #archive .five-post .big-post .ditals .time,
  .posts-slider .main-slides .ditals .time {
    display: none;
  }
  #archive .five-post .small-posts .inner .title,
  .posts-slider .pagination &gt; a .inner .title {
    font-size: 16px;
    height: 45px;
  }
  /* section-categories
  -------------------------------*/

  .section-categories .single-post .text .the-title {
    height: 75px;
    padding: 0px 20px;

  }
  .section-categories .single-post .text .description {
    height: 105px;
    font-size: 18px;
  }

  /* footer
  -----------------------*/
  #footer .site-name {
    display: none;
  }
  #footer .sub-footer .logo-container {
    margin: 0;
    margin-top: 15px;
  }
}



/* = max-width: 790px
-----------------------------------*/
@media (max-width: 790px) {

  #topbar .small-links {
    display: none;
  }
  #topbar .date {
    float: left;
    padding-right: 0;
  }
  .section-three-blocks .single-post .thumbnail img,
  .section-users .single-post .thumbnail img {
    width: 100%;
  }
  .section-users .single-author .hover-block .author-name {
    font-size: 17px;
  }
  .section-users .fifth {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .section-users .fifth:nth-child(3) {
    margin-right: 0%;
  }
  .section-users .fifth:nth-child(4),
  .section-users .fifth:nth-child(5) {
    margin-bottom: 0%;
  }
  /* posts-slider
  ---------------------*/
  #archive .five-post .big-post,
  #archive .five-post .small-posts,
  .posts-slider .pagination,
  .posts-slider .main-slides {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .posts-slider .pagination {
    margin-bottom: 35px;
  }
  /* section-categories
  -----------------------*/
  .section-categories .single-post {
    padding: 15px;
  }
  .section-categories .third{
    float: none;
    width: 100%;
    margin: !important auto 20px;
  }
  .section-categories .third:first-child {
    margin-top: 10px;
  }
  /*section-three-blocks
  -------------------------*/
  .section-three-blocks .third {
    float: none;
    margin: !important auto 20px;
    overflow: hidden;
    width: 100%;
  }
  .section-three-blocks .read-title-block {
    margin: 0;
  }
  .section-three-blocks .container {
    padding: 0 65px;
  }
  /* section-d
  --------------*/
  .section-d .single-post .details .time {
    display: block;
  }
  .section-d .single-post .text .the-title {
    height: 51px;
  }
  .section-a .single-post {
    padding: 0;
  }
  /* #single .entry-header
  ------------------------*/
  #single .entry-header {
    margin-bottom: 20px;
  }
  #single .post-image {
    height: 300px;
  }
  #single .title-block .main-title {
    font-size: 30px;
    padding-top: 100px;
    height: 300px;
  }
  /* #footer
  ---------------------------*/
  #footer .nav-menu &gt; li {
    font-size: 17px;
    width: 47%;
    padding: 0;
  }
  #footer .small-links li {
    margin-bottom: 10px;
  }
  #footer .date,
  #footer .sub-footer .copylefts {
    float: none;
    text-align: center;
  }

  /* = section-activity
  -------------------------------------*/
  .section-activity .single-post {
    margin-bottom: 20px;
  }
  .section-activity .single-post .text {
    float: none;
    max-width: 100%;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  .section-activity .single-post .botton-block {
    position: relative;
    right: auto;
    top: auto;
    max-width: 220px;
    margin: 20px auto;
  }
}

/* = max-width: 580px
----------------------*/
@media (max-width: 580px) {
  .read-more {
    max-width: 80px;
    padding: 5px 15px;
    font-size: 14px;
  }
  .full-screen .single-post {
    height: 560px;
    margin-bottom: 70px;
  }
  .full-screen .single-post .text .the-title {
    font-size: 35px;
  }
  /* #single
  -----------------------*/
  .single #breadcrumbs {
    display: none;
  }
  /* #single .entry-content .small-title-details .details .time {
    display: none;
  } */
  #single .entry-content {
    font-size: 17px;
    line-height: 1.5;
  }
  #single .links-blocks a {
    margin-bottom: 8px;
  }
  /* section-categories
  ------------------------*/

  .section-categories .single-post {
    padding: 5px;
  }
  .section-categories .single-post .text {
    padding: 10px;
  }
  .section-categories .single-post .text .the-title {
    font-size: 28px;
    height: auto;
    padding: 0px 40px;
  }
  .section-categories .single-post .text .description {
    line-height: 1.66;
    font-size: 16px;
    height: 80px;
  }
  .section-users .fifth {
    width: 47%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-users .fifth:nth-child(odd) {
    margin-right: 5% !important;
  }

  .section-users .single-author .hover-block .count-post {
    padding: 1px 5px;
    font-size: 11px;
  }

  /* section-a
  -----------------------------*/
  .section-a .single-post .text .small-title{
    font-size: 12px;
  }
  .section-a .single-post .text .the-title {
    font-size: 22px;
    height: 60px;
  }
  /* users-page
  --------------------*/
  #users-page .fourth {
    width: 48.5%;
  }
  #users-page .fourth:nth-child(even) {
    margin-right: 0;
  }
  .section-users .single-author .hover-block {
    bottom: -325px;
  }
  /* section-three-blocks
  ---------------------------------*/
  .section-three-blocks .container {
    padding: 0 20px;
  }


  .read-title-block .block-title {
    font-size: 25px;
  }
  .section-users,
  .section-three-blocks,
  .the-slider,
  .section-categories {
    padding-top: 20px;
    padding-bottom: 25px;
  }


  #footer .social-widgets .widget{
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }


}
/* = max-width: 520px
----------------------*/
@media (max-width: 520px) {
  #single .entry-content .gallery .gallery-item {
    width: 100% !important;
    float: none;
    /* margin: 1% !important; */
  }
  #single .entry-content .gallery .gallery-item img {
    height: 300px
  }
  /* full-screen
  ---------------------------*/
  #single .post-image img,
  .full-screen .single-post {
    height: 375px;
  }
  .full-screen .single-post .text .the-title {
    font-size: 30px;
  }
  .full-screen .single-post .text .description {
    font-size: 15px;
  }
  .full-screen .single-post .text .button-block {
    padding: 2px 10px;
    font-size: 12px;
  }
  #single .entry-content .small-title-details .details .print {
    display: none;
  }
  /* posts-slider
  ---------------------------*/
  #archive .five-post .big-post .inner .title,
  .posts-slider .main-slides .inner .title {
    font-size: 21px;
  }
  #archive .five-post .small-posts .inner .title,
  .posts-slider .pagination &gt; a .inner .title {
    font-size: 14px;
    height: 40px;
  }
  /* section-a
  ----------------------*/
  .section-a .single-post .text .the-title {
    font-size: 20px;
    height: 55px;
  }
  .section-a .single-post .thumbnail {
    max-width: 170px;
    margin-right: 10px;
  }
  .section-a .single-post {
    margin-bottom: 25px;
  }
  .section .single-post .details {
    padding: 0;
  }
  /* #footer
  --------------------------*/
  #footer .languages-block {
    display: none;
  }
  #footer .sub-footer {
    padding: 10px 0;
  }
  #footer .nav-menu &gt; li {
    font-size: 17px;
    width: 47%;
    padding: 0;
  }
  #footer .nav-menu li .sub-menu li {
    font-size: 14px;
  }

  /* author pages
  -----------------------*/
  #author-info .author-avatar {
    margin-right: 10px;
    max-width: 140px;
  }
  #author-info .author-text {
    font-size: 14px;
  }
  #author-info .author-text h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #author-info .author-text .description-author {
    height: 90px;
    line-height: 1.5;
  }

  .advisers-shortcode .single-post .text .the-title {
    font-size: 16px;
  }
  .advisers-shortcode .single-post .text .description {
    font-size: 14px;
    max-height: 50px;
  }
}
/* = max-width: 420px
----------------------*/
@media (max-width: 420px) {

  #topbar .login-button {
    margin-right: 10px;
  }
  .section-a .single-post .thumbnail {
    max-width: 160px;
  }
  .section-a .single-post .text .the-title {
    font-size: 15px;
    height: 40px;
  }

  #single .entry-content .small-title-details .details .author-block {
    display: none;
  }
  .section-activity .single-post .text .description {
    padding: 0;
    font-size: 15px;
    max-height: 120px;
    margin-bottom: 5px;
  }
  /* #footer
  --------------------*/
  #footer .logo {
    max-width: 180px;
  }

  /* archive
  -------------------*/
  #crumbs {
    display: none !important;
  }
  #single .entry-content {
    font-size: 16px;
  }

  #single .title-block .main-title {

    padding-top: 80px;

  }


  #footer .nav-menu &gt; li {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  #footer .nav-menu &gt; li a{
    margin-bottom: 5px;
  }


}
/* = max-width: 405px
----------------------*/
@media (max-width: 405px) {
  #topbar .date {
    display: none;
  }

}
/* = max-width: 375px
----------------------*/
@media (max-width: 375px) {
  /*section-users
  -------------------------*/
  .section-users .single-author .hover-block .author-posts {
    padding: 10px;
    height: 90px;
    overflow: hidden;
  }
  #header .logo {
    width: 170px;
  }
  #header .search-navigation-icone {
    width: 120px;
  }
  #header .search-navigation-icone .navigation-icone,
  #header .search-navigation-icone .search-icone {
    background-size: 25px;
    padding: 5px;
    padding-bottom: 30px;
  }
  /* full-screen
  -------------------*/
  .full-screen .single-post {
    height: 440px;
  }
  .full-screen .single-post .text .the-title {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .full-screen .single-post .text .description {
    font-size: 13px;
  }
  .full-screen .single-post .text .button-block {
    padding: 1px 5px;
    font-size: 11px;
  }
  /* block-title
  ------------------------*/
  .read-title-block .block-title {
    font-size: 26px;
    line-height: 1.3em;
  }
  /* posts-slider
  -----------------------*/
  #archive .five-post .big-post .inner .title,
  .posts-slider .main-slides .inner .title {
    font-size: 20px;
    height: 55px;
  }
  #archive .five-post .ditals &gt; *,
  .posts-slider .ditals &gt; *{
    font-size: 11px;
  }
  #archive .five-post .ditals .category,
  .posts-slider .ditals .category {
    margin: 0;
    padding: 5px 8px;
  }
  /* #footer
  ----------------------*/
  #footer .nav-menu &gt; li:nth-child(odd){
    margin-right: 1%;
  }
}

@media print {

  #header .search-navigation-icone {
    display: none;
  }
  #single .title-block .main-title {
    color: #3b3a80;
    text-shadow:none;
  }
  #topbar, #footer, .entry-meta, #single .entry-content .about-author {
    display: none;
  }
}
.shortlink {
  width: 250px;
  padding: 8px 8px 5px 8px;
  background: #4a489e;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  direction: ltr;
  line-height: 1;
  margin-bottom: 25px;
}
.category-14 .section-categories {
  display: none;
}
</pre></body></html>