/* Minification failed. Returning unminified contents.
(6169,21): run-time error CSS1035: Expected colon, found '.'
(10804,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */

@font-face {
  font-family: 'Greta Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(/content/font/droid/regular/DroidNaskh-Regular.eot);
  src: url(/content/font/droid/regular/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(/content/font/droid/regular/DroidNaskh-Regular.woff2) format('woff2'),
       url(/content/font/droid/regular/DroidNaskh-Regular.woff) format('woff'),
       url(/content/font/droid/regular/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Greta Arabic';
  font-style: normal;
  font-weight: 700;
  src: url(/content/font/droid/bold/DroidNaskh-Bold.eot);
  src: url(/content/font/droid/bold/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'),
       url(/content/font/droid/bold/DroidNaskh-Bold.woff2) format('woff2'),
       url(/content/font/droid/bold/DroidNaskh-Bold.woff) format('woff'),
       url(/content/font/droid/bold/DroidNaskh-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/content/font/fa-brands-400.eot");
  src: url("/content/font/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/content/font/fa-brands-400.woff2") format("woff2"), url("/content/font/fa-brands-400.woff") format("woff"), url("/content/font/fa-brands-400.ttf") format("truetype"), url("/content/font/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

.hideMe {
                visibility: visible !important;
}

.fontFail {
                visibility: visible !important;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* --------------------------------------------------------------
    reset.css
    * Resets default browser CSS.
    -------------------------------------------------------------- */
.desktop-ads.all-pgs-top{
    /*display:none !important*/
}
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: right;
}

.overFlowVisible {
    overflow: visible !important;
}

.MainBodyContent {
}

.writerListTitleLink {
    padding-right: 10px;
}

.NewarticlAuthorName {
    font-size: 14px;
    padding-top: 0px;
    padding-right: 10px;
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/* Line-height should always be unitless! */
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}
/* Remember to define your own focus styles! */
:focus {
    outline: 0;
}

strong, b {
    font-weight: 700 !important;
}

.clear {
    clear: both;
    display: block;
}

.hide {
    display: none !important;
}

.superhide {
    display: none !important;
    visibility: hidden !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.ulStyle {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.fontBold {
    font-weight: bold;
}

.transparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
}

.nontransparent_class {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1 !important;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}


/*-----------------------------------------------------------------------------------*
    /* = Reset default browser CSS.
    /*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #ffffff;
    font-family: Greta Arabic;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a.category:hover {
        color: #ffffff;
    }

    a:hover,
    #footer a:hover,
    a:active {
        color: #539ccf;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

h3 {
    color: #333333;
    font-family: Greta Arabic;
    font-size: 22px;
    line-height: 26px;
    margin-left: 10px;
}

.section_parent_title {
    height: 30px;
}

.section_title {
    height: 30px;
    margin-bottom: 0px !important;
}

.section_parent_title .section_title h3 {
    background: none repeat scroll 0 0 #FFFFFF !important;
    clear: both !important;
    margin: -12px 0 0 !important;
    padding-left: 10px !important;
    padding-right: 0 !important;
}

.toolbox .section_title {
    height: 30px !important;
    margin-bottom: 0px !important;
    border-bottom: 0px solid #D7D7D6 !important;
    clear: both;
    padding: 0px 0 0 !important;
    position: relative;
}

.left_side .toolbox h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    background: none;
    clear: both;
    margin: 0px 0 0;
    padding-left: 0px;
    padding-right: 0;
}

a.category:hover {
    color: #ffffff;
}

a:hover,
#footer a:hover,
a:active {
    color: #539ccf;
}

#container {
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1168px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    margin: 0px !important;
}

.main_static {
    min-height: 400px;
}

#main {
    margin-top: 10px;
    overflow: hidden;
    min-height: 450px;
    position:relative;
    width: 100%;
    box-sizing:border-box;
}
/*-----------------------------------------------------------------------------------*
    /* = header-top
    /*-----------------------------------------------------------------------------------*/
#header_top {
    background-image: url("/Content/images/header_bg.png");
    background-repeat: repeat;
    border: 1px solid #DFDFDF;
    /*border-left: 1px solid #DFDFDF;*/
    /*border-right: 1px solid #DFDFDF;*/
    height: 118px;
    padding: 13px 5px 13px 5px;
    position:relative;
}

#top_bar span {
    color: #676767;
}

#top_bar .date {
    margin-left: 18px;
}

.number {
    font-family: Trebuchet MS;
    font-size: 11px;
    line-height: 14px;
}

.text {
    font-family: Greta Arabic;
    font-size: 10px;
    line-height: 16px;
}

#logo_banner{
    width:100%;
}
/*#header_banner {
    margin-top: 8px;
    display: block;
    float: right;
    text-align: left;
    margin-right: 47.3%;
}*/
#header_banner {
    margin-top: 35px;
    display: block;
    float: left;
    position: absolute;
    text-align: left;
    top: 0px;
    left: 12px;
}


#header_banner img {
    width: 320px;
}

#ads2, #ads3 {
    display: none;
}

#ads1 {
    display: block;
}
/*-----------------------------------------------------------------------------------*
    /* = header-bottom
    /*-----------------------------------------------------------------------------------*/

.header_bottom {
    height: 37px;
    width: 1166px;
    top: 0px;
    z-index: 9999999;
    border: 1px solid #a3a3a3;
}

.sticky_menu_logo {
    display: none;
}

.news_argent_section {
    /*height: 52px;*/
}

.header_bottom_menu {
    position: relative;
    background-color: #efefef;
}

.sticky_menu {
    border: 1px solid #A3A3A3;
    height: 37px;
    width: 1166px;
    top: 0px;
    z-index: 9999999;
    position: fixed;
    background-color: #fafafa;
}

.sticky_menu_logo {
    padding: 2px 4px !important;
    height: 34px;
}

.sticky_menu .serach_text_box {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5 !important;
    width: 228px;
}

.sticky_menu .search_sumbit {
    background-color: #fafafa;
    background-image: url("/Content/images/search--sticky-menu.png");
}

#main_menu li {
    float: right;
    border-left: 1px solid #A3A3A3;
    float: right;
    padding: 9px 22px;
}

#main_menu ul {
    width: 100%;
    width: 796px\9;
}

.sticky_menu #main_menu ul {
    width: 803px\9;
}

.sticky_menu, .main_header {
    z-index: 99999999\9;
}

#main_menu li a {
    color: #333333;
    font-family: Greta Arabic;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    font-weight: 700;
}

#main_menu li.active {
    background-color: #FFFFFF;
    border-bottom: 3px solid #323232;
    height: 16px;
}

    #main_menu li.active a {
        color: #539ccf;
    }

.search {
    margin-left: 5px;
    margin-top: 5px;
}

.right_side {
    width: 769px;
    margin-left: 30px;
}

.left_side {
    width: 369px;
}

.ads_banner {
    background-color: #EFEFEF;
    padding: 20px;
    margin: 20px 0px;
}


    .ads_banner img {
        width: 728px;
        height: 90px;
    }

.left_side .block {
    margin-bottom: 30px;
    width: 369px;
}

.top_section .block {
    height: 85px;
    margin-bottom: 0;
    margin-left: 16px;
    overflow: hidden;
    width: 240px;
    margin-top: 10px;
}

    .top_section .block:last-child {
        margin-left: 0px;
    }

    .top_section .block img {
        border: 1px solid #c8c5ca;
        height: 80px;
        margin-left: 10px;
        width: 71px;
    }

.section_parent_title .section_title {
    border-bottom: 1px solid #D7D7D6;
    clear: both;
    height: 1px;
    padding: 15px 0 0 !important;
    position: relative;
}

.inner_content .section img {
    margin-bottom: 0px;
    display: block;
}

.inner_content .section_title {
    display: inline;
}

.top_section .block .text {
    margin-bottom: 13px !important;
    font-weight: bold;
    overflow: hidden;
    width: 119px;
    line-height: 30px;
}

.block .text {
    font-family: Greta Arabic;
}

.Name {
    color: #676767;
    font-size: 13px;
    line-height: 16px;
}

.title {
    color: #323232;
    font-size: 17px;
    line-height: 20px;
    direction: rtl !important;
    margin-bottom: 7px !important;
}

    .title a {
        color: #323232;
        font-size: 17px;
        line-height: 20px;
        direction: rtl !important;
    }

        .title a:hover {
            color: #539ccf;
        }

.top_section .title:hover {
    color: #539ccf;
}

.top_section .title {
    color: #323232;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0px !important; /**/
}

.top_section {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.description {
    color: #676767;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}

.mainContentHome .description {
    /*height: 58px;
    height: 39px;*/
    overflow: hidden;
    /*max-height: 58px;
    min-height: 58px;*/
}

.separator_solid {
    border-bottom: 1px solid #D7D7D6;
    float: right;
    height: 1px;
    position: relative;
    top: 15px;
    width: 663px;
    margin: 0px;
}

.bottom_section .block a img,
.left_side .block a img {
    margin-bottom: 8px !important;
}

.small_blocks .block a img {
    margin-bottom: 0px;
}

.bottom_section .block {
    margin-right: 29px;
    width: 370px;
    position: relative;
}

    .bottom_section .block:first-child {
        margin-right: 0px;
    }

        .bottom_section .block:first-child + .block + .block,
        .bottom_section .block:first-child + .block + .block + .block + .block,
        .bottom_section .block:first-child + .block + .block + .block + .block + .block + .block {
            margin-right: 0px;
        }

.mainContentHome .right_side .subStories {
    margin-top: 0px !important;
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}

.big_blocks {
    display: block;
}

.bottom_section .big_blocks {
    display: block;
/*    margin-bottom: 20px;*/
}

.bottom_section .block p, .bottom_section .block a {
    margin-bottom: 4px;
    clear: both;
}

    .bottom_section .block a.authorLink {
        font-weight: bold;
    }

    .bottom_section .block a.title {
        /*line-height: 30px;*/
        font-weight: bold;
    }

.category {
    background-color: #323232;
    color: #FFFFFF;
    font-family: Greta Arabic;
    font-size: 17px;
    line-height: 20px;
    padding: 10px 25px;
    position: absolute;
    right: 0;
    white-space: nowrap;
}

.more {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #539ccf;
}

.small_blocks .block p, .small_blocks .block a {
    clear: none;
    width: 176px;
}

.small_blocks .block {
    height: 96px;
    overflow: hidden;
}

    .small_blocks .block img {
        height: 96px;
        margin-left: 18px;
        width: 170px;
        margin-bottom: 0;
    }

.charckater_section {
    margin-top: 33px;
}

.left_side .section {
    position: relative;
}

.left_side .Blogs .description {
    width: 222px;
}

.left_side .Blogs .separator_solid {
    width: 305px;
    top: 10px;
}

.left_side .more_block .separator_solid {
    width: 326px;
    top: 10px;
}

.left_side .number_block .separator_solid {
    width: 284px !important;
}

.left_side .Uniones .separator_solid {
    width: 312px;
}

.left_side .number_block .wide_block_left .description,
.left_side .Uniones .wide_block_left .description {
    font-size: 13px;
    line-height: 16px;
    width: 362px;
}

.summary_page .left_side .number_block .wide_block_left_content,
.summary_page .left_side .Uniones .wide_block_left_content {
    width: 362px;
}

.left_side .separator_solid {
    width: 268px;
    top: 10px;
}

.left_side h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
}

.Blogs {
    margin-bottom: 30px;
}

.more_section {
    margin-bottom: 20px;
}

    .more_section .block {
        padding: 15px 0px;
    }

.Blogs .block:first-child {
    border-top: 0px;
}

.Blogs .small_blocks .block .title {
    font-size: 17px;
    line-height: 20px;
}

.Blogs .block {
    padding: 20px 0px;
    border-top: 1px solid #D7D7D6;
    margin-bottom: 0px;
}

.left_side .section_title {
    margin: 0px;
}

.left_side .more_section {
    font-size: 15px;
    line-height: 18px;
    margin-top: 14px;
    background-image: url("/Content/images/more_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-top: 14px;
    padding: 0 0 0 15px;
}

.left_side .row {
    border-bottom: 1px solid #D7D7D6;
    padding: 15px 0;
}

.content {
    margin-bottom: 0px;
    overflow: hidden;
}

#footer {
    background-color: #323232;
    height: 223px;
    overflow: hidden;
    margin-top: 40px;
    clear:both;
}


.footer_logo.right p {
    color: #7D7D7D;
    font-family: Greta Arabic;
    font-size: 11px;
    line-height: 18px;
    padding: 13px 8px;
    text-align: center;
    width: 211px;
}

.footer_menu a {
    color: #7D7D7D;
    font-family: Greta Arabic;
    font-size: 15px;
    line-height: 16px;
    min-width: 100px;
    margin-bottom: 10px;
}

.footer_menu {
    float: right;
    padding: 30px 96px;
    width: 348px;
}

    .footer_menu > ul {
        float: right;
        margin-right: 66px;
        width: 72px;
    }

        .footer_menu > ul:first-child {
            margin-right: 0;
        }

.footer_logo {
    padding: 30px 0 0;
}

.footer_menu li a.active {
    color: #539CCF;
}


.slider div {
    margin-bottom: 0px;
}

.main_content .description {
    margin-bottom: 15px;
    margin-top: 10px;
}

.main_content .title {
    color: #323232;
    font-size: 20px;
    margin: 15px 0 5px;
}

.date {
    color: #9F9F9F;
    font-family: trebuchet ms;
    font-size: 11px;
    line-height: 19px;
    margin-left: 4px;
}

.day {
    font-family: Greta Arabic;
}

.Blogs .more_section {
    margin-bottom: 0px;
}

.Blogs .small_blocks img,
#tabs_most_read img {
    height: 70px;
    width: 125px;
}

.mainContentHome .small_blocks .description {
    height: auto;
    /*float: right;
    width: 176px;*/
}

.Blogs .small_blocks .block {
    margin-bottom: 0px !important;
    height: auto;
}

.left_side .Blogs .small_blocks .block a img {
    margin-bottom: 0 !important;
}

.bottom_section .wide_block {
    width: 100%;
    margin-right: 0px;
}

.summary_page .bottom_section .wide_block {
    position: relative;
}

.summary_page .content {
     margin-bottom: 20px;
    overflow: hidden;
}

.bottom_section .wide_block p, .bottom_section .wide_block a {
    clear: none;
}

.bottom_section .block a img, .summary_page .writers_block .more_block .block a img {
    margin-bottom: 8px !important;
}

.summary_page .bottom_section .block a img,
.summary_page .writers_block .block a img {
    margin-bottom: 0 !important;
}

.wide_block_left .description {
    width: 252px;
}

.wide_block_left img {
    margin-left: 10px;
}

.bottom_section .wide_block img {
    margin-left: 10px;
}

.wide_block_left .description {
    font-size: 15px;
    line-height: 21px;
}

.wide_block_left .Name,
.more_block .Name {
    margin: 5px 0px;
}

.wide_section .separator_solid {
    width: 1035px;
}

.wide_section .wide_block {
    width: 370px;
    margin-right: 29px;
    margin-bottom: 0px;
}

.wide_section div .block:first-child {
    margin-right: 0px;
}

.wide_section .wide_block img {
    margin-bottom: 10px;
}

.left_side .wide_block img {
    margin-bottom: 0px !important;
}

.left_side .wide_block_left {
    border-top: 1px solid #D7D7D6;
    margin: 0;
    padding: 20px 0;
}

.left_side .wide_block_left:first-child {
    border: 0px;
    padding: 0 0 20px;
}
.left_side .wide_block_left:last-child{
    padding-bottom:0px
}
.left_side .wide_block_left .block:last-child{
    margin-bottom:0px
}
.files_section .block {
    padding-top: 15px;
    overflow: hidden;
}

.more_block .block {
    overflow: hidden;
}

.more_block .wide_substories {
    padding-top: 20px;
}

.inner_content h3 {
    font-size: 25px;
    line-height: 42px;
}

.inner_content .Name {
    margin-left: 11px;
    width: 608px;
}

.inner_content .date {
    margin-left: 0px;
    margin-top: 12px !important;
}

.inner_content .day,
.left_side .day {
    font-family: Greta Arabic;
    margin-left: 5px;
}

.inner_content .section_title span {
    margin-top: 9px;
    margin-bottom: 18px;
    width: auto;
    white-space: nowrap;
}

.detailedSocail span, .tabs_style, .section_parent_title .section_title h3 {
    white-space: nowrap;
}

/*.Blogs .small_blocks .block p, .Blogs .small_blocks .block a:first-child{
    width: 224px;
    width: 170px;
    margin:  0;
    display:block;
    float:right;
}
.Blogs .small_blocks .block a:first-child{
    margin-left: 18px;
}
.Blogs .small_blocks .block a img{
    margin:0px
}
.Blogs .small_blocks .block p, .Blogs .small_blocks .block a{
    float:right;
        font-weight: bold;
}
#main .Blogs .small_blocks .block a img {
    height: 96px;
    width: 100%;
    
}*/
.left_side .test .separator_solid {
    width: 245px;
}

.inner_pages .left_side {
    margin-top: 5px;
}

.another_writers.test .separator_solid {
    width: 218px;
}

.another_writers .small_blocks .block p, .another_writers .small_blocks .block a {
    width: 369px;
}

.another_writers span {
    margin: 12px 0;
}

.another_writers .small_blocks .block {
    height: 52px;
}

.inner_pages .content {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    margin-top: 15px;
}

.inner_content {
    overflow: hidden;
    margin-top: 5px;
}

.blocks {
    display: block;
    margin-bottom: 0 !important;
}

    .small_blocks, .blocks .block {
        margin-bottom: 0 !important;
    }

        .small_blocks .block {
            height: 96px;
            margin-bottom: 20px !important;
            margin-right: 0;
            overflow: hidden;
        }

.big_blocks .block_image {
    height: 214px;
    margin-bottom: 0;
}

.big_blocks .block_content {
    height: 117px;
    margin-bottom: 0;
    overflow: hidden;
    width: 370px;
        padding-right: 8px;
    box-sizing: border-box;
}
/***** slider ******/
/*
    * jQuery FlexSlider v2.2.0
    * http://www.woothemes.com/flexslider/
    *
    * Copyright 2012 WooThemes
    * Free to use under the GPLv2 license.
    * http://www.gnu.org/licenses/gpl-2.0.html
    *
    * Contributing author: Tyler Smith (@mbmufffin)
    */


/* Browser Resets
    *********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
    *********************************/
.flexslider {
    margin: 0;
    padding: 0;
    direction: ltr;
}

    .flexslider .slides > li {
        display: block; /*changed to  speed up slider loading*/
        -webkit-backface-visibility: visible;
        position: relative;
        overflow: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
        margin: 0;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after { /* content: "\0020"; */
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
    * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
    *********************************/
.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 33px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
        overflow: hidden;
        cursor: pointer;
        color: transparent;
        font-size: 0;
    }

    .flex-direction-nav .flex-prev {
        background-image: url(/Content/images/left_arrow.png);
        opacity: 1;
    }

    .flex-direction-nav .flex-next {
        text-align: right;
        background-image: url(/Content/images/right_arrow.png);
        right: 0;
    }

.flexslider:hover .flex-prev {
}

.flexslider:hover .flex-next {
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:hover {
        opacity: 1;
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
    }
}

/*.anythingSlider {
    display: block;
    overflow: visible !important;
    position: relative;
    }

    .anythingSlider-default {
    padding: 0;
    }

    .anythingSlider .anythingBase {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0;
    overflow: visible !important;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    }*/

.slider {
    margin-bottom: 20px;
}

/*.anythingSlider .panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    }

    .anythingSlider-default .back {
    left: 0;
    }

    .anythingSlider-default .arrow {
    top: 0%;
    position: absolute;
    display: block;
    z-index: 99999;
    }

    .anythingSlider-default .back a {
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    }

    .anythingSlider-default .arrow a {
    display: block;
    height: 435px;
    margin: 0;
    outline: 0 none;
    text-align: center;
    width: 33px;
    }

    .anythingSlider .arrow span {
    display: block;
    visibility: hidden;
    }

    .anythingSlider-default .forward {
    right: 0;
    }

    .anythingSlider-default .forward a {
    background-image: url(../images/right_arrow.png);
    background-repeat: no-repeat;
    }

    .anythingSlider-default.activeSlider .anythingWindow {
    border-color: #7C9127;
    }

    .anythingSlider .anythingWindow {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    }

    #slider1,
    #slider2 {
    width: 769px;
    height: 435px;
    list-style: none;
    }

    .anythingSlider .panel {
    background: transparent;
    display: block;
    overflow: hidden;
    float: left;
    padding: 0;
    margin: 0;
    }*/
/* captions */
ul#slider .caption-top, #slider .caption-right,
ul#slider .caption-bottom, #slider .caption-left {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 0;
    position: relative;
    z-index: 10;
    opacity: .8;
    filter: alpha(opacity=80);
}



ul#slider li {
    position: relative;
}

.caricature_slider .caption {
    height: 42px;
}

    .caricature_slider .caption a {
        font-size: 15px;
        line-height: 18px;
    }

    .caricature_slider .caption p {
        margin: 0px;
    }

.caption {
    background-image: url("/Content/images/caption_slider_bg.png");
    background-repeat: repeat;
    bottom: 0;
    direction: rtl;
    padding: 13px 38px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    right: 0;
    left: -100%;
    height: 101px;
}

    .caption p {
        margin: 6px 0;
        color: #504F4F;
        font-size: 12.5px;
        line-height: 15.5px;
        direction: rtl;
    }

    .caption h3 a {
        color: #000000;
        font-size: 23px;
        line-height: 26px;
        margin-left: 0px;
        margin-bottom: 12px;
    }

.slider .more_section {
    background-position: 0 center;
    background-repeat: no-repeat;
    color: #323232;
    font-size: 15.5px;
    height: 10px;
    margin-top: 0;
    padding: 0 0 0 1px;
    position: relative;
    top: 5px;
}

/*.anythingSlider, .anythingSlider .anythingWindow, .anythingSlider .anythingControls ul a, .anythingSlider .arrow a, .anythingSlider .start-stop {
    transition-duration: 0s;
    -o-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    }*/

/* Start :: The authors on the top section */
.authors-top-section {
    height: 405px !important;
    overflow: hidden;
    margin-bottom: 10px
}
@media (max-width: 768px) {
    .authors-top-section {
        margin-top: 15px !important
    }
}
.authors-top-section ul {
    height: 100%;
    overflow: hidden
}
@media (max-width: 768px) {
    .authors-top-section ul {
        right: 0 !important
    }
}
.authors-top-section ul li {
    border-bottom: 1px solid #D3D3D3;
    padding: 17px;
    width: 100% !important;
    margin-top: 0 !important;
    background-color: #EFEFEF;
    height: 100px !important
}
.authors-top-section ul.marquee-vertical li img {
    height: auto !important;
    width: 88px !important;
   margin-bottom:0px !important
}
.social_header ul > li:not(:last-of-type) a {
    margin-right: 13px;
}
.authors-top-section ul li a.title {
    width: 230px !important
}
/* End :: The authors on the top section */


/****** news_tabs*********/
.sidebar_tabs {
    direction: rtl;
}

#GetAllNewsAndOpinions .sidebar_tabs {
height: 485px;
}

.tabs_style {
    background: none repeat scroll 0 0 #EFEFEF !important;
    border-image: none !important;
    border-top: 1px solid #A3A3A3 !important;
    float: right !important;
    height: 21px !important;
    padding: 13px 20px !important;
    border-left: 1px solid #A3A3A3 !important;
    margin-right: 1px\9 !important;
    margin-right: 0px9 !important;
}

.ui-tabs-active {
    background-color: #ffffff !important;
    border-bottom: medium none !important;
    margin-bottom: -1px !important;
    padding: 13px 20px 14px !important;
}

.tabs_style:first-child {
    border-right: 1px solid #A3A3A3 !important;
    margin-right: 0 !important;
}

.ui-tabs-nav {
    border-bottom: 1px solid #A3A3A3 !important;
    height: 48px !important;
}

.tabs_style a {
    font-size: 17px;
    line-height: 20px;
    color: #333333;
}

.ui-tabs-panel {
    margin-top: 15px;
    position: relative;
}

    .ui-tabs-panel li {
        border-top: 1px solid #D3D3D3;
        padding-bottom: 20px;
        padding-right: 12px;
        padding-top: 20px;
        padding-left: 12px;
        min-height: 52px;
    }

.left_side #tabs .more_section {
    margin-top: 7px;
}

.ui-tabs-panel li:first-child {
    border-top: 0px;
}

#GetAllNewsAndOpinions .block {
    margin-bottom: 3px;
}

.ui-tabs-panel .tabs_ads_list {
    direction: ltr;
    position: relative;
}
/*#GetAllNewsAndOpinions .ui-tabs-panel .tabs_ads_list {
        height: 371px;
    }*/
.ui-tabs-panel span {
    font-size: 13px;
    line-height: 16px;
    margin: 0px 0px 9px;
}

/**** tabs _ most _ read***/
#tabs_most_read .block img {
    margin-left: 18px;
    margin-bottom: 0px;
}

#tabs_most_read .block {
    width: auto;
}

#tabs_most_read .title {
    font-size: 17px;
    margin-bottom: 7px;
    width: 222px;
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
}

.mainContentHome .files_section .description {
    line-height: 25px;
}

li span.number {
    font-size: 9px !important;
    line-height: 14px !important;
}

#tabs_most_read span {
    color: #676767;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 9px;
    margin-left: 4px;
    margin-top: 0;
}

#tabs_most_read .ui-tabs-panel .tabs_ads_list {
    direction: ltr;
    .bottom_section .block a.title;
}

#tabs_most_read div {
    margin-bottom: 0px;
    direction: rtl;
}

.tabs_ads_list li a {
    width: 344px;
    font-weight: bold;
}

.ui-tabs-panel span.number {
    font-size: 11px;
    line-height: 14px;
}

#tabs_most_read a img {
    margin-bottom: 0px !important;
}

#tabs_most_read .ui-tabs-panel .tabs_ads_list {
    overflow: hidden;
}

#tabs_most_read .ui-tabs-panel li {
    padding: 17px 0;
}
/***************** Search - box *****************/

.search_sumbit {
    background-image: url("/Content/images/search_box.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #454545;
    border: 0 none;
    height: 30px;
    width: 44px;
    cursor: pointer;
}

.serach_text_box {
    border: 1px solid #A3A3A3 !important;
    border-left: 0px !important;
    height: 18px;
    padding: 5px !important;
    width: 311px;
    background-color: #f8f8f8;
    font-size: 15px;
    /*line-height:18px;*/
}
/****** 125x125 banners *****/
.ads25x125block {
    border: 1px solid #D3D3D3;
    height: 284px;
    padding: 41px;
    width: 283px !important;
}

    .ads25x125block .ads_block {
        width: 125px;
        height: 125px;
        border: 1px solid #D3D3D3;
    }

    .ads25x125block .ads_row {
        margin-top: 30px;
    }

        .ads25x125block .ads_row:first-child {
            margin-top: 0px;
        }

        .ads25x125block .ads_row .ads_block:first-child {
            margin-right: 0px;
        }

/******************** videos and images section *****************************/
.vidos_images_section .separator_solid {
    width: 443px;
}

.vidos_images_section a.more,
.caricature_slider a.more {
    /*background-image: url("/Content/images/more_arrow.png");*/
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 8px;
    padding: 0 12px 0 0;
}

.caricature_slider a.more {
    margin: -7px 0 0 !important;
    background-color: #ffffff;
}

.vidos_images_section .videos_row {
    margin-bottom: 30px !important;
}

.vidos_images_section .blocks .block {
    margin-right: 29px;
    width: 170px;
    height: 96px;
}

    .vidos_images_section .blocks .block:first-child {
        margin-right: 0px;
    }
   
.video_play_icon_small {
    height: 52px;
    position: absolute;
    right: 168px;
    top: 82px;
    width: 52px;
}
/************************ footer tool box **********************/
.footer_toolbox {
    background-color: #282828;
    height: 163px;
    padding: 30px;
    width: 340px;
}

    .footer_toolbox .share-icons ul {
        clear: both;
        margin: 0 auto;
        width: 100%;
    }

    .footer_toolbox li:first-child {
        margin-right: 0;
    }

    .footer_toolbox li {
        float: right;
        margin-right: 12px;
    }

    .footer_toolbox .share-icons {
        border-bottom: 1px solid #525252;
        padding-bottom: 19px;
    }

    .footer_toolbox .join_us {
        padding: 30px 0 22px;
    }

        .footer_toolbox .join_us p {
            color: #7F7F7F;
            padding: 0px;
            font-size: 12px;
            text-align: center;
        }

.join_text_box {
    background-color: #F8F8F8;
    border: 0 none;
    height: 31px;
    padding: 4px;
    width: 248px;
}

.join_form {
    margin-top: 21px;
}

.join_sumbit {
    background-color: #454545;
    border: 0 none;
    color: #F8F8F8;
    cursor: pointer;
    font-family: greta arabic;
    font-size: 15px;
    line-height: 18px;
    height: 39px;
    padding: 8px 18px !important;
    margin: 0;
}


.caricature_slider .section_parent_title .section_title {
    float: right;
    width: 100%;
}
/************************* toolbox *******************************************/

.toolbox {
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    height: 68px;
    padding: 28px 20px;
    position: relative;
    width: 326px !important;
}

#divSocialMedia {
    margin-bottom: 20px;
}

.toolbox a {
    color: #323232;
}

    .toolbox a:hover {
        color: #539ccf;
    }

.toolbox .numberOf {
    font-style: italic;
    margin-bottom: 5px;
    color: #676767;
}

.toolbox .usersOf {
    font-weight: bold;
}

.toolbox .users {
    margin-right: 6px;
    width: 62px;
    width: 64px\9;
    overflow: hidden;
}

.toolbox .social_media div {
    margin-right: 7px;
    margin-left: 7px;
}

    .toolbox .social_media div:first-child {
        margin-right: 0px;
    }

.toolbox .facebook .users {
    margin-right: 0;
    width: 50px;
}
/********************** charecter *******************/
.caricature_slider .slider {
    margin-top: 20px;
}

.caricature_slider .writer {
    color: #323232;
    font-size: 12.5px;
    line-height: 15.5px;
}

.caricature_slider .country {
    color: #000000;
    font-size: 19px;
    line-height: 22px;
}

.caricature_slider .separator_solid {
    width: 525px;
}

/******************** video_icon ********************/
.video_play_icon {
    height: 90px;
    left: 338px;
    position: absolute;
    top: 123px;
    width: 90px;
}

.main_section {
    position: relative;
}
/******************** video_icon ********************/
.summary_page .left_side .wide_block_left_content {
    width: 253px;
}

.summary_page .left_side .more_block .block:first-child {
    padding-top: 20px;
}
/**************summary_media_blogs*************/
.blogs_right_section .row .block {
    width: 371px;
    margin-right: 20px;
}

    .blogs_right_section .row .block:first-child {
        margin-right: 0;
    }

.blogs_right_section .title {
    font-size: 17px;
    line-height: 20px;
    width: 223px;
}

.blogs_right_section .row {
    margin-top: 20px;
}

.blogs_right_section img {
    margin-left: 20px;
    border: 1px solid #c8c5ca;
}

.blogs_right_section .number, .top_section .block .blogs_right_section span.text {
    color: #676767;
    margin-top: 3px;
}
/*****************News_page *******************/
.news_section .blocks {
    margin-top: 16px;
}

    .news_section .blocks .block_content {
        margin-bottom: 10px;
    }

        .news_section .blocks .block_content:first-child {
            border: 0 none;
            margin-top: 0;
            padding-top: 0;
        }

    .news_section .blocks .block_content {
        border-top: 1px solid #9f9f9f;
        margin-top: 10px;
        padding-top: 17px;
    }

        .news_section .blocks .block_content * {
            margin-bottom: 5px;
        }

        .news_section .blocks .block_content .description {
            height: 40px;
            overflow: hidden;
        }

.block.news_section {
    width: inherit;
}

.news_section .pagination {
    margin-top: 20px;
}

/*******************sliding pager***********************/
.containg-divs {
    float: right;
    width: 100%;
}

.relativPosDiv {
    position: relative;
    /*float: right;*/
    /*height:1020px;*/
}

.sliding-div {
    float: right;
    position: absolute;
    /*width: 2307px;*/
    right: 0;
}

.pagination li.activeNum {
    background: #539CCF;
    padding: 0px 0px;
}

/***********************argent-news****************************/
.argent-news {
    font-family: Greta Arabic;
    
    direction: rtl;
    color: rgb(253,236,237);
    font-size: 18px;
    line-height: 40px;
    /*border-bottom: solid 2px rgb(178,70,70);*/
    width: 100%;
    padding:0px 10px;
    box-sizing: border-box;
}
.breaknews_slider{
    background: rgb(232,0,0);
}
.sep-BN {
    /*border-bottom: 1px solid #DFDFDF;*/
    padding-top: 5px;
    width: 100%;
    /*float:right;*/
    background: #FFF;
    margin-bottom: 5px;
}

.argent-news div {
    display: inline-block;
    padding: 8px;
}

.starting-news {
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: rgb(160,2,3);
    right:-10px;
    position:relative;
    line-height: 24px;
    /*float: right;*/
}


.addthis_button_facebook span, .addthis_button_twitter span, .addthis_button_google_plusone_share span {
    visibility: hidden;
    z-index: -100;
}
/********send to friend************/
.container-snd-frnd {
    padding-top: 5px;
}

.header {
    font-family: Greta Arabic;
    font-size: 31px;
    line-height: 34px;
}

.snd-info {
    color: #676767;
    font-family: Greta Arabic;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 5px;
}

.filed-cont {
    padding-right: 19px;
    padding-top: 40px;
    padding-bottom: 15px;
    background: #efefef;
    float: right;
    width: 732px;
    margin-top: 4px;
    padding-left: 19px;
}

.input-and-lable {
    float: right !important;
    margin-bottom: 0px !important;
}

    .input-and-lable input {
        width: 503px;
        color: #676767;
        padding-right: 9px;
        border: solid 1px #e1e1e1;
        height: 32px;
        font-family: Greta Arabic;
        font-size: 16px;
    }

    .input-and-lable textarea {
        width: 503px;
        height: 96px;
        color: #676767;
        padding-right: 9px;
        border: solid 1px #e1e1e1;
        font-family: Greta Arabic;
        font-size: 13px;
        line-height: 16px;
    }

.input-div {
    float: right;
    margin-bottom: 10px !important;
}

.lable-div {
    float: right;
    font-family: Greta Arabic;
    font-size: 9px;
    line-height: 12px;
    color: #676767;
    padding-top: 14px;
    padding-right: 4px;
}

.rfsh-ico {
    width: 16px !important;
    height: 19px;
    background: url("/Content/images/rfshIco.png");
    cursor: pointer;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 20px;
    margin-top: 16px;
}

.star {
    color: #dc0202;
    margin-bottom: 0px !important;
}

.img-capcha-cont {
    width: 503px;
    padding-right: 2px;
    float: right;
    margin-bottom: -9px !important;
}

    .img-capcha-cont div {
        float: right;
        font-family: Greta Arabic;
        font-size: 13px;
        line-height: 16px;
        color: #676767;
        margin-bottom: 0px !important;
        padding-top: 20px;
    }

.last-width {
    width: 56px;
    margin-top: -8px;
    margin-right: 20px;
}

.img-capcha-numx {
    margin-right: 12px;
    background: url("/Content/images/imgcapchaImg.png");
    width: 152px !important;
    background-repeat: no-repeat;
    height: 50px;
    margin-top: 1px;
}

.err {
    color: #dc0202;
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 0px !important;
    font-family: Greta Arabic;
    padding-top: 5px;
    width: 500px;
}

.err2 {
    color: #dc0202;
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 0px !important;
    font-family: Greta Arabic;
    padding-top: 5px;
    width: 500px;
}

.btn {
    width: 95px;
    height: 29px;
    background: #a3a3a3;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 16px;
    padding-top: 10px;
    font-family: Greta Arabic;
    margin-top: 17px;
    margin-bottom: 0px !important;
}

    .btn:active {
        background: #323232;
    }

.nec-marg div {
    margin-bottom: 20px;
}

.dateRow {
    width: 100%;
}

.BodyContentStyle {
    font-family: greta arabic !important;
    color: #676767 !important;
    font-size: 14px;
    line-height: 24px;
    text-align: right !important;
}

.description a {
    color: #676767 !important;
}

.BodyContentStyle a {
    color: #539ccf !important;
}

.BodyContentStyle * {
    font-family: greta arabic !important;
    color: #676767 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: right !important;
}

.section + .more_block {
    border-top: 1px solid #D7D7D6;
}

.section .more_block .block:first-child {
    padding-top: 20px !important;
}

#top_bar span.number {
    margin-left: 2px;
}

.writers_block img {
    border: 1px solid #c8c5ca;
}

.main_header {
    position: relative;
    z-index:99
}

.beat_version {
    background-color: #5B9ED1;
    border: 1px solid #D3D3D3;
    float: left;
    height: 144px;
    left: -32px;
    left: -31px\9;
    border: 0\9;
    height: 146px\9;
    position: absolute;
    top: 0;
}

.summary_page .wide_section .more_block {
    margin-top: 20px;
}

.files_section .Name {
    margin-bottom: 7px;
}

.loadingTent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #fff url('/Content/images/newsLoding.gif') no-repeat center center;
    border: 0 !important;
    z-index: 99;
}

.socialLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

.block.subStories {
   /* min-height: 590px !important;*/
}

    .block.subStories.odd {
        float: right;
        clear: right;
    }

    .block.subStories.even {
        float: left;
        clear: left;
    }

.responsive_menu,
.footer_logo_responsive {
    display: none;
}

.RelatedArticles .section_parent_title {
    padding-bottom: 15px;
}

/*caricature*/
.seeMoreCaric .block {
    width: 373px;
    padding-right: 20px;
}

.seeMoreCaric .row .block:first-child {
    padding-right: 0;
}

.seeMoreCaric .row {
    padding: 20px 0 0;
    overflow: hidden;
    clear: both;
}

    .seeMoreCaric .row .block img {
        padding-left: 20px;
    }

    .seeMoreCaric .row .block .authorLink {
        font-size: 12px;
        line-height: 15px;
        margin-left: 4px;
    }

.seeMoreCaric .blocks {
    padding-bottom: 20px;
}

    .seeMoreCaric .blocks .row .block .title {
        width: 227px;
    }

.caricature_summary .row {
    clear: both;
    overflow: hidden;
}

    .caricature_summary .row:first-child {
        padding: 5px 0 0;
    }

    .caricature_summary .row .block {
        margin-right: 17px;
    }

        .caricature_summary .row .block:first-child {
            margin-right: 0px;
        }

        .caricature_summary .row .block .block_title {
            margin: 15px 0px;
            max-width: 243px;
        }

.caricature_summary .blocks {
    padding-bottom: 20px;
}

.caricature_summary .row .block .block_image {
    height: 139px;
}

    .caricature_summary .row .block .block_image a img {
        border: 1px solid #cecece;
    }

.selected_caricature {
    padding-top: 40px;
}

    .selected_caricature select {
        background: url("/Content/images/select_arrow.png") no-repeat scroll right center #fff;
        background: none\9;
        background: none\0;
        border: 1px solid #cecece;
        /* direction: ltr; */
        height: 30px;
        padding-right: 35px;
        padding-right: 0\9;
        padding-right: 0\0;
        text-align: right;
        width: 506px;
        -webkit-appearance: none;
    }

        .selected_caricature select option {
            border: 0 none;
            height: 30px;
            padding: 0 10px;
        }

.custom-dropdown--large {
    font-size: 13px;
    line-height: 16px;
}

.custom-dropdown__select {
    -moz-appearance: none;
    border: 1px solid #cecece;
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0px;
}

    .custom-dropdown__select option {
        height: 30px;
    }

.custom-dropdown__select--emerald {
    background-color: white;
    color: #676767;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
    .custom-dropdown {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        -moz-appearance: none;
        border: 1px solid #cecece;
        border-radius: 0px;
        padding-right: 2.5em;
        width: 504px;
    }

    .custom-dropdown:before, .custom-dropdown:after {
        content: "";
        pointer-events: none;
        position: absolute;
    }

    .custom-dropdown:after {
        content: "▼";
        font-size: 12px;
        line-height: 15px;
        height: 30px;
        line-height: 1;
        margin-top: -6px;
        right: 9px;
        top: 50%;
    }

    .custom-dropdown:before {
        border-radius: 0px;
        bottom: 0;
        right: 0;
        top: 0;
        width: 32px;
    }

    .custom-dropdown--emerald:before {
        background-color: #8f8f8f;
    }

    .custom-dropdown--emerald:after {
        color: #ffffff;
    }

    @-moz-document url-prefix("") {
        .custom-dropdown__select {
            padding-right: 0.9em;
            margin: 0px;
        }

        .custom-dropdown--large .custom-dropdown__select {
            direction: ltr;
            height: 30px;
            padding: 0 20px 0 0;
            text-align: right;
            width: 506px;
            -webkit-appearance: none;
            margin: 0px;
        }
    }
}

.custom-dropdown {
    display: inline-block;
    margin: 0;
    width: 504px;
}

.noContentCaricature {
    padding: 100px 0px 0px 0px;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
}

/************ Comments *********/
.section_title .numbercomments {
    padding-right: 6px;
}

.hint {
    color: #9f9f9f;
}

.comments_list {
    padding-top: 25px;
}

    .comments_list .row {
        background-color: #efefef;
        clear: both;
        margin-top: 20px;
        overflow: hidden;
        padding: 20px;
    }

        .comments_list .row .user_name {
            color: #333333;
            font-size: 12px;
            line-height: 15px;
        }

        .comments_list .row .comments_text {
            line-height: 25px;
        }

        .comments_list .row span {
            color: #676767;
        }

        .comments_list .row .dislike,
        .comments_list .row .like {
            padding-right: 15px;
        }

        .comments_list .row .Time {
            padding-left: 10px;
            padding-top: 4px;
        }

.dislike_icon {
    padding-top: 2px;
}

.dislike span,
.like span {
    left: 5px;
    position: relative;
    top: 5px;
}

.container-add-comments {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

.comments_form {
    clear: both;
    overflow: hidden;
    padding-top: 40px;
}

.comments_section .pagination {
    padding-top: 20px;
}

.container-add-comments textarea {
    resize: none;
}

.container-add-comments .hint {
    color: #dc0202;
    font-size: 9px;
    line-height: 12px;
    width: 100%;
}

.caricature_block {
    margin: 20px 0px 0px;
}

    .caricature_block .block {
        padding-top: 15px;
        margin-bottom: 15px;
    }

.left_side .caricature_block .row {
    border-bottom: 0 none;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 0px;
}

.bottom_section .wide_block .title {
    line-height: 30px;
    margin-bottom: 0px;
}

.wide_block_left_content p.title a {
    line-height: 28px;
}

/*comments*/
.fb_comment_section .section_parent_title .section_title {
    padding: 15px 0 0 !important;
}

    .fb_comment_section .section_parent_title .section_title h3 {
        margin: -21px 0 0 !important;
    }

.fb_comment_section .section_parent_title {
    height: 44px;
}

.fb_comment_section .section_title {
    display: block;
}

.fb_comment_section .hint {
    margin-bottom: 16px;
}
/******************* mobile *******************/
@media only screen and (max-width: 767px) {
    .BodyContentStyle *:not(*[id*='google_ads_iframe']):not(.mobile-ads) {
        max-width:100%;
    }
    .left_banner {
        display: none;
    }

    .left, .right {
        float: none;
    }

    body {
        padding: 0px;
        background-color: #e6e6e6;
    }

    #container {
        width: 100%;
    }

    input, textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    /************ menu Responsive ****/
    .responsive_menu {
        width: 96%;
        position: relative;
        display: block;
        margin: 0px 4px;
    }

    .sticky_menu {
        display: none !important;
    }

    .caricature_slider .caption {
        height: auto;
    }

    .responsive_menu .text {
        font-size: 17px;
        line-height: 20px;
        text-align: right;
        color: #83828d;
        margin-right: 22px;
        border-right: 2px solid #b7b7b7;
        padding: 8px 9px;
        vertical-align: middle;
        height: 16px;
        cursor: pointer;
    }


    .main_menu .line {
        border-bottom: 1px solid #ccc;
        padding-top: 20px;
    }

    .main_menu_box {
        display: table-footer-group;
        background-color: #ffffff;
    }

    .search_box {
        display: table-footer-group;
    }

    #main_menu {
        background-color: #d3d3d3;
        border: 1px solid #d3d3d3;
        border-radius: 4px;
        box-sizing: border-box;
        float: none;
        -moz-box-sizing: border-box;
    }

    .responsive_menu_header {
        background-color: #d3d3d3;
        background-image: url("/Content/images/responsive_menu_bg.png");
        background-repeat: repeat-x;
        border-bottom: 0 solid #cacaca;
        border-radius: 0px;
    }



    .news_argent_section {
        height: auto;
    }

    .argent-news div {
        float: none;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        display: block;
        width:100%;
    }

    .sep-BN {
        padding-top: 5px;
        background: #e6e6e6;
    }

    #top_bar {
        display: none;
    }

    .main_header {
        overflow: hidden;
    }

    #header_top {
        padding: 10px 20px;
        height: auto;
       /* overflow: hidden;*/
        border: 0;
        border-bottom: 2px solid #C9C9C9;
    }

    #logo_banner {
        text-align: right;
    }

    #logo {
        float: none;
    }

    #header_bottom {
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto;
        background: 0;
        border: 0;
        display: table;
    }

    .search {
        margin: 10px 0;
        overflow: hidden;
        clear: both;
        height: 28px;
        padding: 0px 15px;
    }

    .serach_text_box {
        float: right;
    }

    .serach_text_box {
        width: 87%;
        box-sizing: border-box;
        height: 28px;
    }

    .search_sumbit {
        width: 13%;
    }

    #main {
        margin-top: 0;
        padding: 15px;
        background: #fff;
        
    }

    .right_side, .left_side {
        width: 100%;
        margin: 0;
    }
    .left_side {
        width: 100%;
        margin: 0;
        text-align:center
    }
    .flexslider .slides > li {
        display: block;
        direction: rtl;
        margin-bottom: 20px;
    }

        .flexslider .slides > li:first-child img {
            max-width: 100%;
            width: 100%;
            height: auto;
        }

        .flexslider .slides > li img {
            max-width: 75%;
            width: auto;
            height: auto;
            margin-bottom: 10px;
        }

    .caption p {
        margin: 0px;
    }

    .flexslider li .caption h3 {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .flexslider .slides > li .caption {
        left: 0;
        position: relative;
        padding: 0;
    }

    .caption {
        height: auto;
    }

    .section_parent_title .section_title h3 {
        float: right;
    }

    .caption .image_caption {
        display: none;
    }

    .flexslider li:first-child .caption h3 {
        margin-left: 0px;
    }

        .flexslider li:first-child .caption h3 a {
            font-size: 27px;
            line-height: 30px;
        }

    .flexslider li .caption h3 a {
        font-size: 17px;
        line-height: 20px;
    }

    .top_section .block {
        height: auto;
    }

    .big_blocks .block_image {
        height: auto;
    }

    .top_section .block img {
        max-width: 29.25%;
        margin-left: 10px;
        border: 1px solid #c8c5ca;
        height: auto;
        width: auto;
        float: right;
        margin-bottom: 0px !important;
    }

    .bottom_section .block a img {
        /*  margin-bottom: 15px !important;*/
        max-width: 100%;
        width: 100%;
        height: auto;
        float: right;
    }

    .bottom_section .small_blocks a img {
        /*  margin: 0px 0px 0px 10px !important;*/
        max-width: 48.57%;
        width: auto;
        height: auto;
        float: right;
    }
    /*.bottom_section .small_blocks p, .bottom_section .small_blocks a{margin:0px!important}*/
    .big_blocks .block_content {
        width: 100%;
        height: auto;
    }

    .bottom_section .block {
        width: 100%;
    }

    .left_side .block {
        width: 100%;
    }

    .toolbox .social_media div:first-child {
        margin-right: 0px;
    }

    .toolbox .social_media div {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        height: 31px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .toolbox .social_media div a {
            float: right;
        }

            .toolbox .social_media div a img {
                margin-bottom: 0px !important;
            }

    .toolbox {
        height: 142px;
        padding: 20px;
        width: 82% !important;
        position: relative;
        margin: 0 auto;
    }

        .toolbox .numberOf {
            float: right;
            margin: 8px 13px 8px 6px;
        }

        .toolbox .usersOf {
            margin: 8px;
            margin-right: 0px;
        }

        .toolbox .facebook .users {
            width: auto;
        }

    .block.subStories {
        min-height: inherit !important;
    }

    .mainContentHome .bottom_section .blocks .subStories:first-child {
        border-top: 0px !important;
        padding-top: 0px !important;
    }

    .mainContentHome .bottom_section .blocks .subStories.subStoryBorderTop {
        border-top: 1px solid #d3d3d3;
        padding-top: 20px;
    }

    .tabs_style {
        padding: 10px 8px;
        height: 17px;
    }

        .tabs_style a {
            font-size: 12px;
            line-height: 15px;
        }

    .ui-tabs-nav {
        height: 38px;
    }

    .ui-tabs-panel {
        margin-top: 0px;
    }

        .ui-tabs-panel li {
            padding-bottom: 10px;
            padding-top: 10px;
            min-height: 40px;
            direction: rtl;
        }

            .ui-tabs-panel li div {
                margin-bottom: 5px;
            }

    .tabs_ads_list li a {
        width: auto;
        font-size: 15px;
        line-height: 18px;
    }

    .ui-tabs-panel span {
        font-size: 11px;
        line-height: 14px;
    }

    /*.ui-tabs-panel .tabs_ads_list {
        min-height: 304px;
    }*/

    .small_blocks .block img {
        margin-right: 0px !important;
        margin-left: 8px;
        margin-bottom: 0px;
    }

    .Blogs .small_blocks .block a img {
        /*height: auto !important;
        width: auto !important;*/
        border: 1px solid #c8c5ca;
        max-width: 36.25% !important;
        float: right;
        margin-bottom: 0px;
    }

    .Blogs .small_blocks .block .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .small_blocks .block a {
        font-size: 11px;
        line-height: 14px;
    }

    .left_side .Blogs .description {
        width: auto;
        font-size: 11px;
        line-height: 14px;
    }

    .Blogs .small_blocks .block {
        height: auto;
    }

    .Blogs {
        margin-bottom: 0px;
    }

    .block a img, .left_side .block a img {
        /*margin-bottom: 8px !important;*/
        width: auto;
        height: auto;
        max-width: 100%;
        float: right;
    }

    .caricature_summary .row .block .block_image a img {
        max-width: 99% !important;
        width: auto;
        height: auto;
        float: right;
    }

    .category {
        padding: 10px 15px;
    }

    .files_section .description {
        margin-bottom: 10px;
        height: auto;
    }

    /******* footer *****/
    #footer {
            background-color: #ffffff;
    height: auto;
    overflow: hidden;
    margin-top: 0px;
    padding: 20px;
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
    float: none;
    margin: 0 auto;
    padding: 0;
    }

    .footer_logo {
        display: none;
    }

    .footer_menu {
        background-color: #323232;
        border-bottom: 1px solid #7d7d7d;
        box-sizing: border-box;
        float: right;
        padding: 15px 20px;
        width: 100%;
    }

        .footer_menu > ul {
            float: right;
            margin-right: 3px;
            width: 32%;
            height: auto;
        }

        .footer_menu a {
            color: #7D7D7D;
            font-size: 14px;
            line-height: 14px;
            min-width: 100px;
            margin-top: 10px;
            text-align: center;
        }

    .footer_toolbox {
        background-color: #282828;
        height: auto;
        padding: 0px;
        width: 100%;
        clear: both;
    }

        .footer_toolbox .share-icons {
            border-bottom: 1px solid #525252;
            padding: 20px 0px;
                margin: 0px 13px;
            text-align: center;
                margin: 0;
    zoom: 0.9;
        }

            .footer_toolbox .share-icons ul {
                margin: 0px;
                display: inline-block;
                width: auto;
            }

        .footer_toolbox li {
            float: right;
            margin-right: 0px;
            text-align: center;
        }

        .footer_toolbox .share-icons li img {
            width: auto;
            height: auto;
            max-width: 70%;
        }

        .footer_toolbox .join_us {
            padding: 20px;
        }

            .footer_toolbox .join_us p {
                padding: 0 0px;
                font-size: 6px;
                line-height: 9px;
                text-align: center;
            }

    .join_form {
        margin-top: 20px;
    }

    .join_text_box {
        background-color: #F8F8F8;
        border: 0 none;
        height: 28px;
        padding: 4px;
        width: 72%;
        float: right !important;
        box-sizing: border-box;
    }

    .join_sumbit {
        font-size: 11px;
        line-height: 14px;
        height: 28px;
        padding: 6px 12px !important;
        width: 27.5%;
    }

    .footer_logo_responsive {
        padding-top: 20px;
        display: table;
    }

        .footer_logo_responsive a {
            display: table-cell;
            height: auto;
            width: auto;
            max-width: 44.28%;
        }

        .footer_logo_responsive img {
            width: auto;
            height: auto;
            max-width: 100%;
            float: right;
        }

        .footer_logo_responsive p {
            overflow: hidden;
            line-height: 9.74px;
            font-size: 6.74px;
            text-align: center;
            line-height: 13px;
            color: #7d7d7d;
            vertical-align: middle;
            display: table-cell;
            padding-left: 5px;
        }


    #header_banner img {
        height: auto;
        width: auto;
        max-width: 100%;
        padding-top: 5px;
    }

    .responsive_menu {
        background-image: url(/Content/images/close.png);
        background-position: right center;
        background-repeat: no-repeat;
    }

        .responsive_menu.active {
            background-image: url(Content/images/open.png);
            background-position: right center;
            background-repeat: no-repeat;
        }

    .inner_content .section img {
        height: auto;
        width: auto;
        max-width: 100%;
        display: block;
    }

    .top_section .block {
        width: 100%;
        margin-left: 0px;
    }

        .top_section .block .text {
            width: auto;
            margin: 10px 0px 0px 0px;
        }

    .bottom_section .block p, .bottom_section .block a {
        margin-bottom: 0px !important;
        display: block;
    }


    .mainContentHome .description {
        height: auto;
    }

    .small_blocks .block p, .small_blocks .block a {
        width: auto;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .small_blocks .block .authorLink {
        margin-top: 10px !important;
    }

    .bottom_section .big_blocks .block a img {
        margin-bottom: 10px !important;
    }

    .bottom_section .small_blocks .block a img {
        margin-bottom: 0px !important;
    }

    .small_blocks .block {
        height: auto;
    }

    .bottom_section .big_blocks {
        margin-bottom: 10px;
    }

    .bottom_section .block .big_blocks .block_content a {
        margin-bottom: 10px !important;
    }

    .Blogs .small_blocks .block p, .Blogs .small_blocks .block a {
        margin: 10px 0px 10px 0px !important;
        width: auto;
    }

    .summary_page .bottom_section .block a {
        margin-bottom: 10px !important;
    }

    h3 {
        margin-left: 0px;
    }

    .inner_content h3 {
        margin-bottom: 10px;
    }

    .aboutSocial li {
        margin-left: 3px !important;
    }

    .left_side .row {
        clear: both;
    }

    .Blogs .small_blocks img, #tabs_most_read img {
        height: auto;
        width: auto;
        max-width: 33.9%;
    }

    .files_section .block a img {
        margin-bottom: 0px !important;
    }

    .another_writers .small_blocks a {
        width: 100%;
        display: block;
    }

        .another_writers .small_blocks a.more {
            float: left;
            width: auto;
        }

    .writers_block .wide_block img {
        height: auto;
        width: auto;
        max-width: 36.25%;
        float: right !important;
    }

    .writers_block .wide_block_left img {
        margin-bottom: 8px !important;
    }

    .left_side .RelatedArticles .block a img {
        width: auto;
        height: auto;
        max-width: 33.9%;
        float: right;
        margin-bottom: 0px !important;
    }

    .left_side h3 {
        font-size: 24px;
        line-height: 27px;
    }

    .RelatedArticles .section_parent_title {
        padding-bottom: 15px;
    }

    .Blogs.another_writers .small_blocks .block a {
        margin: 0px 0px 10px 0px !important;
        width: auto;
    }

    .caricature_slider h3 {
        text-align: right;
    }

    .caricature_slider .section_parent_title .section_title {
        width: 100%;
    }

    .custom-dropdown,
    .selected_caricature select {
        width: 100%;
    }

    .caricature_summary .row .block {
        margin-right: 0px;
    }

        .caricature_summary .row .block:first-child {
            border: 0px;
        }

    .caricature_summary .row .block {
        border-top: 1px solid #d7d7d6;
        padding-bottom: 20px;
    }

    .caricature_summary .row {
        border-top: 1px solid #d7d7d6;
    }

        .caricature_summary .row:first-child {
            border: 0px;
        }

    #ads1, #ads2 {
        display: none;
    }

    #ads3 {
        display: block;
    }

    .ads25x125block {
        height: auto;
        padding: 0px;
        width: 100% !important;
        overflow: hidden;
        box-sizing: border-box;
    }

        .ads25x125block .ads_row .ads_block:first-child {
            margin: 0px auto;
            margin-top: 20px;
        }

        .ads25x125block .ads_block {
            width: 125px;
            height: 125px;
            clear: both;
            float: none;
            margin: 20px auto;
            margin-bottom: 20px;
        }

        .ads25x125block .ads_row {
            margin-top: 20px;
        }

    .caricature_slider a.more {
        float: left;
    }

    .left_side .wide_block_left {
        overflow: hidden;
    }

    .seeMoreCaric .row:first-child {
        border-top: 0px;
    }

    .seeMoreCaric .row {
        padding: 20px 0 0;
        overflow: hidden;
        clear: both;
        border-top: 1px solid #DFDFDF;
    }

        .seeMoreCaric .row .block:first-child {
            padding-right: 0;
            border-top: 0px;
            padding-top: 0px;
        }

    .seeMoreCaric .block {
        width: 100%;
        padding-right: 0px;
        padding-top: 20px;
        border-top: 1px solid #DFDFDF;
        padding-bottom: 20px;
    }

    .seeMoreCaric .row .block img {
        height: auto;
        width: auto;
        max-width: 48.57%;
        padding-left: 10px;
    }

    .noContentCaricature {
        padding: 50px 0px 50px 0px;
    }

    .Name.hint {
        font-size: 13px !important;
        line-height: 16px;
    }

    .likes, .dislike_icon, .like_icon {
        float: left;
        padding-top: 0px;
    }

    .comments_list .row .dislike, .comments_list .row .like {
        padding-right: 7px;
        float: left;
    }

    .dislike span, .like span {
        left: 1px;
        position: relative;
        top: 5px;
        float: left;
    }

    .comments_list .row .Time {
        padding-left: 0px;
        padding-top: 4px;
        float: left;
    }

    .comments_list .row .user_name {
        float: right;
    }

    .comments_section .pagination {
        border-bottom: 0px;
        margin-bottom: 0px;
    }

    .comments_form {
        padding-top: 20px;
    }

    .comments_section .filed-cont {
        width: 100%;
        box-sizing: border-box;
    }

    .container-add-comments .hint {
        clear: both;
    }

    .input-and-lable {
        width: 100%;
        clear: both;
        overflow: hidden;
    }

    .input-div {
        float: right;
        width: 95%;
    }

    .input-and-lable input, .input-and-lable textarea {
        width: 100%;
    }

    div.star {
        position: relative;
        width: 10px;
        font-size: 14px;
        line-height: 17px;
        top: 9px;
    }

    #tabs_most_read .block div {
        width: 59%;
        float: left;
    }

    .blogs_right_section img {
        margin-left: 10px;
    }

    #GetAllNewsAndOpinions .sidebar_tabs {
        height: auto;
    }

    #tabs-2 {
        margin-bottom: 20px;
    }

    

    #header_banner {
        display: none;
    }
}
.fb-comments, .fb-comments span, .fb-comments iframe {
        width: 100% !important;
    }
/******************** Tablet ******************/
@media only screen and (min-width: 768px) and (max-width: 1195px) {
    .left_side img {
        width: 100%;
    }

    .inner_content .section img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .detailedSocail {
        float: right !important;
    }

    .inner_content .section_title span {
        margin-bottom: 8px;
    }

    .topSocail {
        margin-bottom: 8px !important;
    }

    .seeMoreCaric .row .block img {
        padding-left: 0px;
        height: auto;
        width: auto;
        max-width: 100%;
        float: none;
    }

    .seeMoreCaric .block {
        float: right;
        width: 48%;
        padding-right: 4%;
    }

    .seeMoreCaric .row .block > a {
        display: block;
    }

    .seeMoreCaric .blocks .row .block .title {
        float: none;
        width: auto;
        margin-bottom: 10px !important;
    }

    .seeMoreCaric .blocks .row .block div {
        float: none;
    }

    .selected_caricature select {
        width: 100%;
    }

        .selected_caricature select option {
            font-size: 13px;
            line-height: 16px;
        }

    .custom-dropdown {
        width: 100%;
    }

    .caricature_summary .block .block_image img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .caricature_summary .row .block .block_image {
        height: auto;
    }

    .caricature_summary .row .block {
        width: 30.8%;
        margin-right: 3.5%;
    }

    .RelatedArticles .small_blocks .block a {
        clear: both;
        width: auto;
    }

        .RelatedArticles .small_blocks .block a:first-child {
            width: 48%;
            display: block;
        }

    .caricature_slider .section_parent_title .section_title {
        width: 92%;
    }

    .filed-cont {
        width: 100%;
        box-sizing: border-box;
    }

    .input-and-lable input {
        width: 100%;
        box-sizing: border-box;
    }

    .nec-marg .input-and-lable {
        width: 100%;
    }

    .nec-marg .input-div {
        width: 96%;
    }

    .nec-marg .lable-div:first-child {
        width: 4%;
        box-sizing: border-box;
    }

    .nec-marg .lable-div {
        padding-top: 0px;
        margin-bottom: 10px !important;
    }

        .nec-marg .lable-div.first_label {
            padding-top: 13px;
        }

    .input-and-lable textarea {
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
    }

    .emailSubmit .btn {
        margin-top: 0px !important;
        margin-left: 18px;
    }

    .another_writers .small_blocks .block {
        height: auto;
    }

    .left_side .writers_block .wide_block img {
        margin-bottom: 8px !important;
    }

    .detailedSocail {
        width: 100%;
    }

    #ads1, #ads3 {
        display: none;
    }

    #ads2 {
        display: block;
    }

    .ads25x125block {
        height: auto;
        padding: 0px;
        width: 100% !important;
        overflow: hidden;
        box-sizing: border-box;
    }

        .ads25x125block .ads_row .ads_block:first-child {
            margin: 0px auto;
            margin-top: 20px;
        }

        .ads25x125block .ads_block {
            width: 125px;
            height: 125px;
            clear: both;
            float: none;
            margin: 20px auto;
            margin-bottom: 20px;
        }
    /* footer */

    /*FROM TAREQ's CSS*/
    #footer {
        height: auto;
    }

    .footer_toolbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 15px;
        height: auto;
    }

        .footer_toolbox .share-icons {
            float: right;
            border: 0;
            padding: 0;
            width: 25%;
        }

            .footer_toolbox .share-icons ul {
                width: auto;
                margin: 0;
            }

        .footer_toolbox .join_us {
            float: right;
            padding: 0;
            width: 75%;
        }

            .footer_toolbox .join_us p {
                float: right;
                padding: 15px 4px;
                font-size: 9px;
                line-height: 12px;
                box-sizing: border-box;
                width: 58%;
                text-align: center;
            }

    .join_form {
        margin: 0;
        float: left;
        width: 42%;
    }

    .join_text_box {
        width: 76%;
        float: right;
        box-sizing: border-box;
        height: 39px;
        padding: 0 !important;
        margin: 0;
    }

    .join_sumbit {
        width: 24%;
        box-sizing: border-box;
        padding: 8px 6px !important;
        float: right;
    }

    .footer_menu {
        width: 37%;
        padding: 18px 15px 19px;
        float: left;
        box-sizing: border-box;
    }

        .footer_menu > ul {
            float: right;
            margin-right: 0px;
            width: 33%;
        }

        .footer_menu a {
            text-align: center;
        }

    .footer_logo {
        width: 59%;
    }

        .footer_logo a {
            float: right;
            display: block;
        }

            .footer_logo a img {
                max-width: 100%;
                width: auto;
                height: auto;
            }

        .footer_logo.right p {
            float: right;
            width: 44%;
            box-sizing: border-box;
        }

    .mainContentHome .description {
        height: auto;
    }

    .sticky_menu_logo {
        display: none !important;
    }

    .footer_toolbox li {
        margin-right: 8px;
    }
    /*EOF Tareq's css*/
    .flex-direction-nav .flex-prev {
        background-position: left;
    }

    .caricature_summary .row .block .block_title {
        padding: 8px 0px;
        height: 46px;
        vertical-align: middle;
        display: table-cell;
    }
    /*.mainContentHome .description {
overflow: hidden;
max-height: 83px;
min-height: 83px;
}*/

}

.advancedTitle {
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.advancedBox .advancedTitle:first-of-type {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.rightDiv {
    width: 70%;
    float: left;
    margin-left: 3%;
}

.advancedSearchDiv {
    float: left;
    width: 27%;
}

.advancedBox {
    font-family: Greta Arabic !important;
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    padding: 28px 20px;
    position: relative;
}

.advancedTextBox {
    font-family: Greta Arabic !important;
    width: 90%;
    height: 30px;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 5px;
    border: solid 1px #C1BBBB;
}

.hrLine {
    line-height: 0.5;
    display: inline-block;
    position: relative;
}

    .hrLine:after {
        content: "";
        position: absolute;
        height: 17px;
        border-bottom: 1px solid #D3D3D3;
        top: 0;
        width: 313%;
        margin-right: 15px;
        width: 100%;
        margin-right: 14px;
    }

.facySelect {
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    background-color: #d3d3d3;
    background-image: url("/Content/images/responsive_menu_bg.png");
    background-repeat: repeat-x;
    border-bottom: 0 solid #cacaca;
    border-radius: 5px;
    height: 35px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.fancySelectInner {
    background-image: url(/Content/images/close.png);
    background-position: right center;
    background-position-x: 99.2%;
    background-repeat: no-repeat;
    margin-top: 7px;
    padding-right: 28px;
    height: 22px;
}

.fancySelectInnerClosed {
    background-image: url(/Content/images/open.png);
    background-position-y: 0px;
}

.fancySelectInnerDate {
    background-image: url(/Content/images/calendar-icon.png);
    background-position: right center;
    background-position-x: 98.2%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
    padding-right: 28px;
    height: 22px;
}

.selectHeader:before {
    content: " ";
    border-left: solid 1px #a3a3a3;
    margin-left: 5px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 20px;
    height: 100%;
}

.fancySelectInnerDate .selectHeader {
    margin-right: 10px;
}

    .fancySelectInnerDate .selectHeader:before {
        right: 30px;
    }

.facySelect ul {
    border: solid 1px #a3a3a3;
    border-top: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    z-index: 99;
}

.facySelect li {
    background-color: #E7E7E7;
    border-top: 1px solid #a3a3a3;
    border-left: 0px;
    float: none;
    margin: 0;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    cursor: pointer;
}

    .facySelect li:hover {
        font-weight: bold;
        background: #d3d3d3;
    }

.selectHeaderInput {
    background: transparent;
    border: none;
    font-size: 16px;
    font-family: Greta Arabic !important;
    color: #000;
    margin-top: -6px;
    margin-right: 3px;
    border-right: solid 1px #a3a3a3;
    padding-right: 8px;
}
/********************************datePicker***************************/
.ui-datepicker .ui-datepicker-header {
    font-size: 14px;
    font-family: Arial;
}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    .ui-datepicker a {
        text-decoration: none;
    }
    /* DatePicker Table */
    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    background: url('/Content/images/dark_leather.png') repeat 0 0 #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('/Content/images/arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

/*************************************************************************************************/
.advancedBtn {
    text-align: center;
    background-color: #454545;
    color: #fff;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.advancedSortBtns {
    float: left;
    cursor: pointer;
}

    .advancedSortBtns div {
        border: 1px solid #A3A3A3;
        border-right: none;
        float: right;
        background: #EFEFEF;
        padding: 9px 22px;
        color: #333333;
        font-family: Greta Arabic;
        font-size: 16px;
        line-height: 19px;
        text-decoration: none;
        font-weight: 700;
    }

        .advancedSortBtns div:first-child {
            border-right: 1px solid #A3A3A3;
        }

    .advancedSortBtns .activeB {
        color: #539ccf;
        border-bottom: solid 3px #000;
        background: #fff;
        padding-bottom: 7px;
    }

.errorInfo {
    color: red;
    font-size: 14px;
    display: none;
    text-align: center;
    padding-top: 19px;
}

.redBordered {
    border: solid 1px red;
    background-color: #ebccd1;
}

.searchResult mark {
    background: #d5e7f3;
    line-height: 55px;
}


@media screen and (max-width:1100px) {
    .advancedSortBtns {
        float: none;
        margin-right: 27%;
    }

    .pageTitle.searchTitle {
        float: none !important;
    }
}

@media screen and (max-width:767px) {
    .advancedSearchDiv {
        width: 100%;
    }

    .rightDiv {
        width: 100%;
        float: none;
    }

    .advancedSortBtns {
        margin-right: 0%;
    }

        .advancedSortBtns div {
            font-size: 12px;
            width: 31%;
        }

    .serach_text_box {
        font-size: 14px;
    }

    .selectHeaderInput {
        margin-top: 0px;
    }

    .fancySelectInnerDate {
        margin-top: 0px;
    }
}

@media screen and (max-width:319px) {
    .advancedSortBtns div {
        float: none;
        width: auto;
        border-right: 1px solid #A3A3A3;
    }
}






@media only screen and (max-width: 767px) {
    html,body {
        overflow-x: hidden !important;
    }

    .responsive_menu_header {
    position: absolute;
    top: -326%;
    left: 5%;
    }

    #main_menu ul {
        padding: 0;
        position: absolute;
        top: -294%;
        left: -102%;
        border-right: solid 2px #D5D5D5;
        border-top: solid 2px #D5D5D5;
        background: #F5F3F3;
        display: none;
    }

    .main_header {
        overflow: visible;
    }

    #main_menu li {
        background-color: #F5F3F3;
        border-bottom: 1px solid #a3a3a3;
        border-left: 0px;
        float: none;
        margin: 0;
        text-align: right;
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        #main_menu li a {
            font-size: 18px;
            line-height: 17px;
            color: #83828d;
            display: block;
            padding: 10px 39px;
        }

        #main_menu li.active {
            background-color: #F5F3F3;
            height: auto;
            border-bottom: 1px solid #a3a3a3;
        }

    .main_menu {
        padding: 0;
    }

    .toggleM {
        height: 32px;
        width: 32px;
        position: absolute;
        top: 20px;
        left: 20%;
    }

        .toggleM span:first-child {
            background-color: black;
            height: 4px;
            width: 100%;
            height: 10%;
            position: absolute;
            left: 0px;
            top: 0px;
            transition: transform 0.3s;
            -ms-transition: transform 0.3s;
            -webkit-transition: transform 0.3s;
        }

        .toggleM span:nth-child(2) {
            background-color: black;
            height: 4px;
            width: 100%;
            height: 10%;
            position: absolute;
            left: 0px;
            top: 8px;
            transition: transform 0.3s;
            -ms-transition: transform 0.3s;
            -webkit-transition: transform 0.3s;
        }

        .toggleM span:nth-child(3) {
            background-color: black;
            height: 4px;
            width: 100%;
            height: 10%;
            position: absolute;
            left: 0px;
            top: 16px;
            transition: transform 0.3s;
            -ms-transition: transform 0.3s;
            -webkit-transition: transform 0.3s;
        }

       
}

 .ads_bannerimg {
    margin: 20px 0;
}


/*.toggleM span {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 32px;
        height: 4px;
        background-color: black;
        font-size: 0px;
        transition: background-color 0.3s;
    }


        .toggleM span:before {
            content: ' ';
            background-color: black;
            height: 4px;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            transform: translateY(-250%);
            transition: transform 0.3s;
        }

        .toggleM span:after {
            content: ' ';
            background-color: black;
            height: 4px;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            transform: translateY(250%);
            transition: transform 0.3s;
        }

    .toggleM.Mactive > span:before {
        transform: translateY(0) rotate(45deg);
    }

    .toggleM.Mactive > span:after {
        transform: translateY(0) rotate(-45deg);
    }

    .toggleM.Mactive > span {
        background-color: transparent;
    }*/


.mobileShow {
    display:none !important;
}
@media screen and (max-width:1024px) {
.mobileHide {
    display:none !important;
}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:767px){
.mobileShow {
    display:inline !important;
        float: right;
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center;
        
}
.spaceads{
margin-bottom: 33px !important;
}
}


@media screen and (max-width:320px){
.mobileShow {
    display:none !important;
}
}
/*Yaseen Hajajweh --> New Ads Style start */
div[data-google-query-id]{
    display:block ;
    margin:15px auto;
    /*display:block !important;*/
    /*background-color:tomato;*/
}
div[data-google-query-id] > div[id*='google_ads_iframe'],.adsbygoogle{
    margin:0px auto;
    /*background-color:greenyellow;*/
    text-align:center !important;
}
.maybe-like-widget{
    margin-top:10px;
    display:table;
    width: 100%;
}
.maybe-like-widget.under-article {
    /*margin:0px*/
    border-bottom: 1px solid #D7D7D6;
}

.right_side .bottom_section{
    padding-top:0px
}
.summary_page div[id*='SummarySlider'] .main_section .main_content {
    padding-bottom: 0;
    margin-bottom: 15px;
    border: 0;
}
.summary_page .more_block .wide_block:last-child{
    margin-bottom:0px
}
.top_section{
    margin-bottom:0px
}
.adsbygoogle {
    width: 250px;
}
.full-width{
    width:100% !important;
    float: right;
}
.title.full-width , .full-width .Name{
    font-weight:bold;
        margin-bottom: 4px;
}
.BodyContentStyle hr{
    border: 0.5px solid #D7D7D6;
    margin-top: 20px;
    margin-bottom: 0px;
}
@media screen and (min-width:768px) and (max-width:993px){
   #header_top #logo {
        width: 49%;
    }
}
@media screen and (min-width:769px) {
    div[data-google-query-id].all-pgs-top {
        margin:0px;
    }
    div[data-google-query-id].content-pg-mid{
        margin-top:0px;
        text-align:center
    }
    div[data-google-query-id].content-pg-left{
        margin-bottom:0px;
    }
    div#MostReadItems div#tabs_most_read{
        margin-bottom:0px;
    }
    .pagination ul {
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .mobile-ads{
        display:none
    }
    div[data-google-query-id].home-pg-mid{
        margin-bottom:20px;
        text-align:center
    }
    
    #MostReadAndSentItems #tabs_most_read{
        margin-bottom:0px
    }
    .adsbygoogle {
        width: 769px;
    }
    #logo_banner {
        
    }
    
}
@media screen and (max-width:768px) {
    #captchaDiv .g-recaptcha >div {
        width:100% !important;
    }
    #captchaDiv .g-recaptcha >div iframe{
        width:100% !important;
    }
    .maybe-like-widget.under-article {
        /*border-bottom:none*/
    }
    .video_play_icon {
        left: calc(50% - 45px);
        top: calc(50% - 100px)
    }
    .relative-main-content .video_play_icon {
        left: calc(50% - 45px);
        top: calc(50% - 45px);
    }
    .media .block.subStories{
        width:100%
    }
    .media .big_blocks .block_content{
        padding:0px
    }
    .summary_page .more_block .wide_block:last-child {
        padding-bottom: 0px;
    }
    #main.summary_page .pagination{
        padding-bottom:15px;
        margin-bottom:0px;
    }
    div[data-google-query-id].category-pg-mid-mobile,div[data-google-query-id].category-pg-top-mobile,div[data-google-query-id].content-pg-bot-mobile,div[data-google-query-id].content-pg-top-mobile {
        
    }
    #native-ads{
        display:none
    }
    .summery-related-zebra.n-2{/*padding-top:0px;*/}
    .desktop-ads{display:none}
    div[data-google-query-id].content-pg-top-mobile{
        margin-top:0px
    }
    .home-bottom-blocks:last-child,div[data-google-query-id].category-pg-bot-mobile,div[data-google-query-id].content-pg-bot-mobile{
        margin-bottom:0px
    }
    div[data-google-query-id].home-pg-bot-mobile{
        padding-bottom: 15px;
        margin: 0px auto;
        background: #fff;
        float: right;
        width: 100%;
    }
    div[data-google-query-id].home-pg-mid-mobile {
        margin-bottom:25px
    }
    .adsbygoogle {
        width: 250px;
    }
    
    #logo_banner{
        float:right;
        width:auto
    }
    #header_top:after{
        display:block;
        content:'';
        clear:both
    }
    #main .left_side .section.media.clearfix.make-relative {
        display: inline-block;
    }
    .whatsapp-share-icon {
        margin-left:2px;
        margin-right:2px;
    }
    a.whatsapp-share-icon:hover {
        color:#4AC959 !important;
    }
}
.breaknews_slider li{
    display:none
}
.breaknews_slider .flex-direction-nav{
    display:none
}

.clearBth {
    clear: both;
}
h3 a {
    color:#333333;
    }
.widthAuto {
    width: auto !important;
}
/*About Us*/
.pageTitle {
}

    .pageTitle h2 {
        font-size: 30px;
        color: #333333;
        line-height: 49px;
    }

.content.aboutUs {
}

    .content.aboutUs p {
        color: #676767;
        font-size: 14px;
        margin-bottom: 37px;
        line-height: 21px;
    }

.aboutSocial li {
    display: block;
    margin-left: 8px;
    float: right;
}

.aboutSocial .social-ico {
    background-image: url('/Content/images/socailH.gif');
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 24px;
    float: right;
}

.social-ico.facebook {
    background-position: -112px 0px;
    width: 14px !important;
}

.social-ico.twitter {
    background-position: -86px 0px;
}

.social-ico.gPlus {
    background-position: -56px 0px;
}

.social-ico.mailto {
    background-position: -29px 0px;
    background-image: url('/Content/images/socail.gif');
}

.social-ico.print {
    background-image: url('/Content/images/socail.gif');
}

.social-ico.smallenFont {
    background-position: -46px 1px;
    background-image: url('/Content/images/fontSizeStripe.gif');
}

.social-ico.largenFont {
    background-position: 0px 1px;
    background-image: url('/Content/images/fontSizeStripe.gif');
    width: 40px;
}
/*End*/
/*Search Results*/
.noResult {
    font-size: 16px;
    min-height: 157px;
}

.pageTitle.searchTitle {
    margin-bottom: 16px;
    float: right;
}

.searchResult .item {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.itemHeader {
    margin-bottom: 9px;
}

    .itemHeader .itemTitle {
        margin-bottom: 8px;
        color: #333333;
        font-size: 20px;
    }

    .itemHeader .itemDetails {
        color: #676767;
    }

    .itemHeader .itemTitle a {
        color: #333333;
    }

.itemDetails .itemAuthor {
    cursor: pointer;
}

.itemDetails .itemTime {
}

.itemDetails .elementsSep {
    margin: 0 4px;
}

.itemDetails a {
    color: #676767;
    cursor: default;
}

.searchResult .item .itemPost {
}

    .searchResult .item .itemPost p {
        color: #676767;
        line-height: 21px;
    }

.searchResult em {
    background: #d5e7f3;
    padding: 0 1px;
}

.pagination {
    /* margin-bottom: 40px;*/
    text-align: center;
}

    .pagination ul {
        text-align: center;
    }

    .pagination li {
        background: #a3a3a3;
        font-size: 18px;
        color: #fff;
        margin-left: 7px;
        display: inline-block;
    }

        .pagination li.next a,
        .pagination li.prev a {
            background: url('/Content/images/pag-next.png') no-repeat 7px 13px;
            padding-left: 17px;
            font-size: 16px;
            padding: 12px 10px 11px 19px;
        }

        .pagination li.prev a {
            background: url('/Content/images/pag-prev.png') no-repeat 89% 12px;
            padding: 12px 19px 11px 10px;
        }

        .pagination li.active a {
            padding: 0;
        }

        .pagination li a {
            padding: 10.5px 15.5px;
            display: inline-block;
            color: #fff;
            line-height: 1;
        }

        .pagination li.active {
            background: #539ccf;
            padding: 10.5px 15.5px;
        }
/*End*/

/*Site Map*/

.pageTitle.siteMapTitle {
    margin-bottom: 34px;
}

.siteMapContent {
    overflow: hidden;
    margin-bottom: 50px;
}

    .siteMapContent .siteMapList {
        text-align: right;
    }

        .siteMapContent .siteMapList.Level.first {
            padding-bottom: 18.5px;
            text-align: center;
        }

            .siteMapContent .siteMapList.Level.first li {
                margin: 0;
            }

        .siteMapContent .siteMapList.Level.sec {
            margin-bottom: 19px;
            padding-top: 18.5px;
            text-align: right;
        }

        .siteMapContent .siteMapList.Level.last {
            width: auto;
            margin-left: 21px;
            /*padding-left: 1px;*/
        }

        .siteMapContent .siteMapList li {
            width: 108px;
            background-color: #efefef;
            text-align: center;
            padding: 9px 0;
            border: 1px solid #a9a9a9;
            display: inline-block;
            color: #333;
            font-size: 18px;
            margin-left: 35px;
            position: relative;
        }

            .siteMapContent .siteMapList li a {
                color: #333333;
            }

        .siteMapContent .siteMapList.first li:after {
            height: 19px;
            width: 1px;
            border-left: 1px solid #a3a3a3;
            position: absolute;
            bottom: -20px;
            content: " ";
            left: 50%;
            margin-left: 0px;
        }

        .siteMapContent .siteMapList.sec li:before {
            height: 19px;
            width: 1px;
            border-left: 1px solid #a3a3a3;
            position: absolute;
            top: -20px;
            content: " ";
            left: 50%;
            margin-left: 1px;
        }

        .siteMapContent .siteMapList.sec li:after {
            height: 1px;
            width: 150px;
            border-bottom: 1px solid #a3a3a3;
            position: absolute;
            top: -22px;
            content: " ";
            left: -95px;
        }

        .siteMapContent .siteMapList.sec li:last-child:after {
            left: -171px;
            width: 230px;
        }





        .siteMapContent .siteMapList.sec li {
            margin-top: 2px;
        }

        .siteMapContent .siteMapList.Level.last li {
            display: block;
            margin-bottom: 19px;
            float: left;
            clear: both;
            margin-left: 0;
        }

            .siteMapContent .siteMapList.Level.last li:before {
                height: 1px;
                width: 20px;
                border-bottom: 1px solid #a3a3a3;
                position: absolute;
                top: 18px;
                content: " ";
                left: -21px;
                margin-left: 0px;
            }

            .siteMapContent .siteMapList.Level.last li:after {
                height: 159px;
                border-right: 1px solid #a3a3a3;
                position: absolute;
                top: -80px;
                content: " ";
                left: -23px;
                left: -22px\9;
                width: 1px;
            }

            .siteMapContent .siteMapList.Level.last li:last-child:after {
                height: 41px;
            }
/*End Site Map*/
/*Opinion page*/
.opinionGrid {
    overflow: hidden;
    margin-top: 2px;
    margin-bottom: 20px;
}

.gridItem {
    width: 48%;
    margin-left: 25px;
    float: right;
    margin-bottom: 17px;
}

    .gridItem.odd {
        margin-left: 0;
    }


    .gridItem .gridItemHeader {
        margin-bottom: 14px;
        overflow: hidden;
    }

.gridItemHeader .gridItemImg {
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}

.gridItemImg img {
    border: 1px solid #c8c5ca;
    width: 104px;
    height: 119px;
}

.gridItemDetails {
    float: right;
    width: 223px;
}

    .gridItemDetails h2 a {
        font-size: 17px;
        color: #323232;
        line-height: 28px;
    }
    .gridItemDetails h2 a:hover{color:#539ccf;}
    .gridItemDetails p, .gridItemDetails span {
        font-size: 14px;
        color: #676767;
        margin-top: 4px;
    }

    .gridItemDetails span {
    }

.gridItem .gridItemDesc {
    font-size: 13px;
    color: #676767;
    line-height: 20px;
    overflow: hidden;
    float: right;
    width: 253px;
    margin-top: 7px;    
}
.gridItemDesc .date{ font-size: 13px;line-height: 20px;}

    .gridItem .gridItemDesc:after {
        /* content: ' ...';*/
    }

.gridItem .gridItemMore {
    color: #539ccf;
    float: left;
    clear: both;
}
/* PRINT CSS */

.printContainer {
    direction: rtl;
    text-align: right;
    font-family: Greta Arabic !important;
}

    .printContainer .printArticle * {
        font-family: Greta Arabic !important;
        color: #000000;
    }

.printHeader {
    background-repeat: repeat;
    padding: 13px 0;
    border-bottom: 1px solid #9f9f9f;
    margin-bottom: 28px;
}

    .printHeader a {
        border: 0;
        display: block;
        overflow: hidden;
        width: 18%;
    }

    .printHeader img {
        float: right;
        border: 0;
        max-width: 100%;
    }

.printContent {
    margin-bottom: 100px;
}

    .printContent h2 {
        color: #000000;
        margin: 0;
    }

    .printContent p {
        color: #000000;
        margin: 0;
    }

.printArticle {
}

    .printArticle span, .printArticle p {
    }

.printFooter {
    text-align: left;
    color: #000000;
    clear: both;
}

.printArticle span {
    color: #000000 !important;
}

.printContainer .print {
    width: 22px;
    height: 22px;
    background: url('/Content/images/print.gif') no-repeat;
    float: left;
    clear: both;
    cursor: pointer;
}

.detailedSocail {
    padding: 20px 0;
    margin: 10px 0;
    overflow: hidden;
    display:inline-block;
    width:100%;
}

    .detailedSocail span, .detailedSocail ul {
        float: right;
        color: #676767;
        font-size: 14px;
    }

    .detailedSocail span {
        margin-top: 3px;
        margin-left: 3px;
    }

    .whatsapp-share-icon {
        color:#4AC959;
        font-size:22px;
    }

    a.whatsapp-share-icon:visited, a.whatsapp-share-icon:active   {
        color:#4AC959 ;
    }
    a.whatsapp-share-icon:hover  {
        color:#539ccf ;
    }
/*.section .anythingSlider-default .arrow {
    top: 50px;
}*/
/* END PRINT CSS */

.emailSubmit .btn {
    margin-top: -20px;
    border: 0;
    display: block;
    padding: 0;
    height: 39px;
}

    .emailSubmit .btn[disabled="disabled"]:active {
        background: #a3a3a3;
    }

.emailSubmit {
    float: left;
}

.filed-cont .err {
    float: right;
}

.successMessage {
    display: none;
}

input.error-field {
    border: 1px solid #F5BABF;
}

div.star {
    display: inline;
    margin-left: 4px;
}

.serach_text_box {
    /*color:#AFAFAF; PlaceHolder fix for IE*/
    color: #333;
}
/*.serach_text_box:focus {
        color:#333;
    }*/
.searchResult {
    min-height: 400px;
}
.BodyContentStyle .TextCaption {
    color: #333 !important;
    text-align: center !important;
    background: #539ccf;
}

    .BodyContentStyle .TextCaption * {
        color: #333;
        color: #333 !important;
        text-align: center !important;
    }

.emailSubmit .btn.loading {
    background-image: url('/Content/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}

.pagination li a.loading {
    background-image: url('/Content/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    height: 18px;
    width: 8px;
    line-height: 26px;
}

.captionLike .title {
    margin-bottom: 12px;
}

    .captionLike .title a {
       font-size: 24px;
margin-left: 0px;
margin-bottom: 8px;
line-height: 37px;
    }

.captionLike .Name {
    margin: 6px 0;
    color: #676767;
    font-size: 15.5px;
    direction: rtl;
}

.DP-ImageCaption {
    position: relative;
    bottom: 0;
    right: 0;
    background: #939393;
    font-size: 14px;
    direction: rtl;
    color: #fff;
    padding: 8px 4px;
    width: 100%;
    width: 760px\9;
    margin-bottom:0px;
    display:block;
}

.flexslider .DP-ImageCaption {
    bottom: 0;
    padding: 8px 45px;
    box-sizing: border-box;
}

.posRelative {
    position: relative;
}

.DP-AuthorTitle {
    margin-bottom: 2px;
    width: 252px;
}

.serach_text_box {
    font-family: Greta Arabic;
    line-height:19px;
}

.block .more {
    float: left;
}

.googleAdSep {
    border-top: 1px solid #d3d3d3;
    margin: 20px 0;
    height: 1px;
}

.mainContentHome .subStories.subStoryBorderTop {
    border-top: 0;
    margin-top: 0 !important;
    padding-top: 0;
}

.sepDate {
    color: #9f9f9f;
    margin-left: 8px;
}

.topSocail {
    padding: 0;
    margin: 0;
}

    .topSocail > ul {
        margin-top: 6px;
    }

.summary_page .main_section .main_content {
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
}

.Blogs .small_blocks .block a img {
    height: 118px;
    width: 104px;
    border: 1px solid #c8c5ca;
}

.aboutSocial .social-ico:hover {
    background-image: url('/Content/images/socailH.gif');
}

.social-ico.largenFont:hover, .social-ico.smallenFont:hover {
    background-image: url('/Content/images/fontSizeStripeH.gif');
}

.viewsCounter {
    float: left;
}

    .viewsCounter p {
        float: left;
        padding: 8px 5px;
        background: #a3a3a3;
        color: #fff;
        position: relative;
        margin-top: -10px;
    }

        .viewsCounter p:after {
            content: " ";
            border-width: 5px;
            border-color: #a3a3a3;
            display: block;
            position: absolute;
            right: 5px;
            border-style: solid;
            border-bottom-color: transparent;
            border-left-color: transparent;
            bottom: -6px;
        }

    .viewsCounter .counter {
        margin-top: 0;
        /*margin-left: 10px;*/
        font-size: 16px;
    }

.aboutSocial li p {
    display: block;
    padding: 1px 4px;
    border: 1px solid #B6B6B6;
    position: relative;
    font-size: 12px!important;
    border-left: 0;
    float: right;
    margin-left: 4px;
    margin-top: 2px;
    line-height: 12px!important;
    visibility: visible;
}


@media screen and (min-width:0\0) {
   .aboutSocial li p {
            padding:3px 4px 0px;

   }
}

    .aboutSocial li p:before {
        position: absolute;
        left: -4px;
        content: " ";
        background-image: url('/Content/images/counter_arr.gif');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 17px;
        width: 5px;
        top: -1px;
    }

.authorLink {
    color: #676767;
}

    .authorLink:hover > * {
        color: #539ccf;
    }
/*Share This overriding*/
.stButton_gradient, .stMainServices {
}

    .stButton_gradient.stHBubble {
        display: block !important;
        border: 0 !important;
        background: #fff !important;
        filter: none;
        margin: 0 !important;
    }

    .stButton_gradient.stHBubble {
        padding: 0 !important;
    }

[class*="_hcount"] .stArrow {
    background: none !important;
    display: block !important;
    padding: 0px 4px !important;
    border: 1px solid #B6B6B6;
    position: relative;
    font-size: 12px !important;
    border-left: 0;
    margin-left: 6px !important;
    margin-top: 2px !important;
    height: auto !important;
    text-align: center;
}

    [class*="_hcount"] .stArrow:before {
        position: absolute;
        left: -4px;
        content: " ";
        background-image: url('/Content/images/counter_arr.gif');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 17px;
        width: 5px;
        top: 0px;
    }

.stButton span, .stButton {
    margin: 0 !important;
    float: left;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 15px !important;
    height: auto !important;
}

[class*="_hcount"] {
    margin: 0 !important;
    direction: ltr !important;
}

.stButton .st-facebook-counter {
    background: url('/Content/images/socail.gif') -112px 0px no-repeat !important;
    width: 16px !important;
    height: 20px !important;
}

    .stButton .st-facebook-counter:hover {
        background: url('/Content/images/socailH.gif') -112px 0px no-repeat !important;
        width: 16px !important;
    }

.stButton .st-twitter-counter {
    background: url('/Content/images/socail.gif') -84px 0px no-repeat !important;
    width: 26px !important;
    height: 20px !important;
}

    .stButton .st-twitter-counter:hover {
        background: url('/Content/images/socailH.gif') -84px 0px no-repeat !important;
    }

.stButton .googleplus {
    background:url('/Content/images/socailH.gif') -57px 0px no-repeat !important;
    width: 20px !important;
    overflow: hidden;
    font-size: 0 !important;
    height: 22px !important;
    padding: 0 !important;
    height: 23px !important;
}

    .stButton .googleplus:hover {
        background: url('/Content/images/socailH.gif') -57px 0px no-repeat !important;
    }

.st_googleplus_hcount .stButton_gradient {
    background: none !important;
    border: none !important;
    font-size: 0 !important;
    float: left;
    filter:none!important;
}

.stButton .stMainServices img, .stButton img {
    display: none !important;
}
/*Author's page*/
.summary_author .pageTitle {
    margin-bottom: 17px;
}

    .summary_author .pageTitle h2 {
        font-size: 40px;
    }

.authorGrid {
}

    .authorGrid .gridItem {
        width: 374px;
        margin-left: 20px;
    }

        .authorGrid .gridItem.odd {
            margin-left: 0;
        }

    .authorGrid .gridItemDetails, .authorGrid .gridItemDesc {
        width: auto;
        clear: both;
    }

.noArticles {
    font-size: 18px;
    color: #323232;
}
/* End Author's page*/


/*End*/
/*
    Layout Media
*/
/*@media only screen and (max-width:1200px) {
    #container{
        width:90%;
    }
    .header_bottom_menu{
        width: 100%;
    }
    .serach_text_box{
        width: 131px;
    }
    .right_side {
        width: 70%;
        margin-left: 1%;
    }
    .left_side {
        width: 29%;
    }
    .sticky_menu{
        width: 90%;
    }
    .sticky_menu .serach_text_box{
        width: 58px;
    }
}*/
.show-phone, .shown-tablet {
    display: none;
}

.summary_author .writers_block .Name {
    color: #323232;
}
.summary_page .content {
    float: right;
    width: 100%;
}
/*new design changes*/
.footer_toolbox .footer-socialicons li:first-child {
    margin-right: 0;
}
.special-files-home-bottom .section_parent_title {
    margin-bottom: 10px;
}
.special-files-home-bottom .authorLink {
    color: #000000;
    font-size: 17px;
    line-height: 19px;
    width: 86%;
    margin: 0 auto;
    display: block;
    float: none;
}
#MostReadItem {
    border: 1px solid #ddd;
    margin: 0;
    padding-top: 10px;
    border-top: 0;
}
    #MostReadItem #tabs_most_read > div {
        border: 1px solid #ddd;
    margin: 0;
    padding-top: 10px;
    border-top: 0;
    }
.bottom_section .block a.category-name {
    font-size: 16px;
    top: -10px;
}
a.f-telegram {
    margin-top: 4px;
    float: left;
}
.caricature-media-block:nth-child(3n+1) {
    margin-right: 0;
}

.footer_toolbox .share-icons img {
    max-width: 38px;
    vertical-align: middle;
}
.show-share-mobile{
    display:none;
}
.doi-home img {
    width:100%;
}
.summery-related-zebra:nth-child(odd) {
    background: #f4f4f4;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
}
.bottom_section {
    padding-top:8px;
}
.bottom_section_home {
    margin: 20px 0;
}

.marquee-vertical >li {
    height: 61px;
}
.special-files-home-bottom .caption {
    height:auto;
    padding-right:10px;
    font-weight:bold;

}
.special-files-home-bottom h3.right.gold-color {
        font-size: 16px;
}
.bottom_section .block.sub-story-wild {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 25px!important;
    position: relative;
    padding-top: 0;
    margin-right: 0;
    clear: both;
    float: right;
}
.bottom_section .block.sub-story-wild .big_blocks {
    width:50%;
    float: right;  
        padding-top: 11px;
}
.bottom_section .block.sub-story-wild .small_blocks > div:nth-child(odd) {
    background: #f4f4f4;
}
.bottom_section .block.sub-story-wild .small_blocks > div {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom:0!important;
}
.gold-color {
    color: #EFBB23;
    font-weight: bold;
    font-size: 16px;
}
a.category-name {
position: absolute;
    top: -8px;
    background: #fff;
    padding-left: 12px;
    right: -1px;
    padding-right: 0;
    color: #e7b815;
    font-size: 14px;
    font-family: Greta Arabic;
    font-weight: bold;
    height: 19px;
}
.relative-main-content .captionLike .title a:hover {
    color: #000;
}
.social_header {
    width: 186px;
    float: none;
    margin: 0 auto;
}
.social_header ul {
    position:absolute;
    bottom: 20px;
   }
.social_header li {
    float: left;
}
.social_header a {
    background-image: url('/Content/images/social_icons_header.png');
    width: 32px;
    height: 32px;
    float: left;
    font-size: 0;
}
.social_header .fb-colored {
    }
.social_header .twitter-colored {
    background-position: -81px 0px;
    background-color: #fff;
    border-radius: 68%;
    }
.social_header .insta-colored {
     background-position: -166px 0px;
    }
.social_header .gplus-colored {
     background-position: -209px 0px;
    }
.social_header .youtube-colored {
    background-position: 211px 0px;
    }
    .social_header .telegram-colored {
        background-position: -123px 0px;
    }
.main-header-text {
    text-align: center;
    font-family: arial;
    color: #3f5b85;
    margin-top: 10px;
    line-height: 20px;
    font-size: 21px;
    font-family: tahoma;
    opacity: 0.8;
    margin-top: 8px;
    float: left;
    clear: both;
}
.make-relative {
    position:relative;
}
.absolute-more {
    float: left;
    position: absolute;
    top: 7px;
    left: 0;
    background: #fff;
    height: 18px;
    padding-right: 10px;
}
.bottom-substories-container {
    float: right;
    width: 100%;
} 
.bottom-substories-container .block.sub-story-col {
    float: right;
    clear: none !important;
    border: 1px solid #ddd;
    position: relative;
    border-top: 0;
    margin-top: 10px;
    width: 32%;
    margin-left: 1.7%;
    padding-top: 0;
    margin-right: 0;
        box-sizing: border-box;
}
.bottom-substories-container .block.sub-story-col.home-media-left {
    width: 99.4%;
        margin-top: 34px!important;
}
.sub-story-col .small_blocks {
    padding-top: 10px;
    float: right;
    clear: both;
    width: 100%;
}
.bottom-substories-container .block.sub-story-col:first-child {
    margin-right: 0;
}
.bottom-substories-container .block.sub-story-col:last-child {
    margin-right: 0!important;
    margin-left: 0;
}
.sub-story-col .small_blocks:nth-child(even) {
    background: #f4f4f4;
}
.sub-story-col .small_blocks .block {
    margin: 0!important;
    padding: 0;
}
.sub-story-col .section_parent_title a{
    font-size: 16px;
    font-family: Greta Arabic;
    font-weight: bold;
}
.sub-story-col .section_parent_title {
    height: 30px;
    position: absolute;
    width: 100%;
    top: -30px;
    overflow: hidden;
}
.special-files-bottom {
    width:30%;
    float:right;
}
.sub-story-col .small_blocks:nth-child(even) {
    background: #f4f4f4;
}
.sub-story-col .small_blocks .block {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub-story-col .small_blocks {
    padding-top: 0;
}
.home-bottom-blocks {
    width: 100%;
    float: right;
    margin-top: 20px;
        margin-bottom: 20px;
}
.special-files-home-bottom {
    float: right;
    width: 32.8%;
    margin-left: 1%;
}
.latest-news-marque {
    height: 408px;
}
.relative-main-content .captionLike {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.54);
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
    padding-bottom: 1px;
     min-height: 65px;
}
.relative-main-content .captionLike .title a {
    margin-bottom: 12px;
    line-height: 20px;
    padding-top: 10px;
}
.sticky_menu_logo {
    background: rgb(202, 229, 247);
}
.sticky_menu_logo img {
    width:71px;
    height: auto;
    padding-top: 6px;
}
.relative-main-content {
    float:right;
    position:relative;
}
.caricature-media-block {
    position:relative;
}
.caricature-media-block a.authorLink {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.66);
    width: 100%;
    padding-bottom: 11px;
    padding-top: 2px;
    padding-right: 5px;
}
#MostReadItems {
position:relative;
}



#MostReadItems .ui-tabs-nav {
    height: 10px;
}
    #MostReadItems .tabs_style:first-child{
    padding: 0;
    position: absolute;
    margin: 0;
    top: 0;
    margin: 0;
    border: 0;
    margin-right:12px;
    }

    #MostReadItems #tabs_most_read > div {
    border: 1px solid #ddd;
    margin: 0;
    padding-top: 10px;
    border-top: 0;
}
#MostReadItems .ui-tabs-nav {
    border-bottom: 1px solid #ddd;
}
        #MostReadItems .tabs_style:first-child > a {
            border: 0;
            padding-left: 8px;
                cursor: default;
        }
        .big_blocks .block_image img {
    width: 100%;
}
        .sub-story-col .small_blocks >div {
    width: 100%;
}
        .sub-story-col .small_blocks >div:nth-child(even) {
    background: #fff;
}
.caricater-most-read .ui-corner-all, .caricater-most-read .ui-corner-bottom, .caricater-most-read .ui-corner-right, .caricater-most-read .ui-corner-br {
    border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
}
.caricater-most-read .ui-widget-header {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #A3A3A3;
    height: 38px;
}
.caricater-most-read .ui-tabs .ui-tabs-nav {
    padding: 0;
}
.caricater-most-read .ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    height: auto;
    float:right;
        border-radius: 0;
}
.caricater-most-read .ui-widget-content {
    border:0;
        padding: 0;
}
.caricater-most-read .ui-tabs .ui-tabs-panel {
    padding:0;
}
.doi-home {
    float: right;
    margin-top: 40px;
    width: 32.2%;
    margin-left: 1%;
}
        .youtibe-home {
    float: right;
    width: 33%;
    margin-top: 40px;
}
        .special-files-home-bottom .slider {
    margin-bottom: 0;
}
        .youtibe-home iframe {
    width: 100%;
    height: 214px;
        min-height: 217px;
}
.bottom_section .block a:hover {
    color: #539ccf;
}

.special-files-home-bottom .flex-direction-nav .flex-next, .special-files-home-bottom .flex-direction-nav .flex-prev, .caricature_slider .flex-direction-nav .flex-next, .caricature_slider .flex-direction-nav .flex-prev{
        background-position: 3px;
}
#GetAllNewsAndOpinions #tabs-1, #GetAllNewsAndOpinions #tabs-2,#MostReadAndSentItems #tabs-3, #MostReadAndSentItems #tabs-4 {
    position: relative;
    overflow: hidden;
    border:1px solid #A3A3A3;
    border-top:0;
    margin-top: 0px;
    display: block;
}

.right .top_section h3 {
    font-size: 22px;
}
.summery-related-zebra {
    padding-top: 8px;
    padding-bottom: 8px;
}
.latest-news-marque {
    left:0;
    width: 99.2%;
}
.almodon-fb-page {
    margin-bottom:30px;
}
.flexslider.slider {
    display: none;
}

.main_content .description {
    float: right;
    width: 100%;
}
.left .caricature_slider .slider {
    margin-bottom: 30px;
}
.footer-socialicons a {
    background-image: url('/Content/images/social_footer.png');
    width: 38px;
    height: 38px;
    float: left;
}

.footer-socialicons a.f-rss {
    background-position: -2px -338px;
}
.footer-socialicons a.f-rss:hover {
    background-position: -62px -338px;
}
.footer-socialicons a.f-twitter {
    background-position: -1px -279px;
}
.footer-socialicons a.f-twitter:hover {
    background-position: -61px -279px;
}
.footer-socialicons a.f-facebook {
    background-position: -9px -216px;
    width: 16px;
}
.footer-socialicons a.f-facebook:hover {
    background-position: -73px -216px;
}
.footer-socialicons a.f-insta {
    background-position: -1px -159px;
    width: 34px;
}
.footer-socialicons a.f-insta:hover {
    background-position: -69px -159px;
}

.footer-socialicons a.f-youtube {
    background-position: 3px -108px;
}
.footer-socialicons a.f-youtube:hover {
    background-position: -65px -108px;
}       
.footer-socialicons a.f-gplus {
    width: 42px;
    background-position: -1px -55px;
}
.flexslider .slides img.lazy {
    opacity:0.1;
}
.lazy-bg {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.footer-socialicons a.f-gplus:hover {
    background-position: -67px -55px;
}        
.footer-socialicons a.f-telegram {
    background-position: 0px -8px;
    width: 32px;
}
.footer-socialicons a.f-telegram:hover {
    background-position: -68px -8px;
}
.footer_toolbox .footer-socialicons li {
    margin-right:13px;
} 
/*new design changes*/

@media only screen and (min-width: 768px) and (max-width: 1195px) {

    .home-page-banner {
        width: 100%;
        height: auto;
    }
    /*Font Style*/
    .shown-tablet {
        display: block;
    }

        .shown-tablet .search_box {
            display: block;
            width: 100%;
            margin: 0 0 20px 0;
            overflow: hidden;
            clear: both;
        }

    .search {
        margin-left: 0px;
        width: 100%;
        margin-top: 0;
    }

    .serach_text_box {
        width: 84%;
        float: right;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto;
        padding: 0 !important;
        margin: 0;
    }

    .search_sumbit {
        width: 16%;
        height: 27px;
        float: right;
    }

    #container {
        width: 90%;
    }

    .title, .title a {
        font-size: 20px !important;
    }

    .description {
        font-size: 15px;
    }

    .text.more {
        font-size: 16px !important;
    }

    .Name {
        font-size: 16px !important;
    }

    .gridItemDetails p, .gridItemDetails span, .gridItem .gridItemDesc {
        font-size: 15px;
    }

    .caption {
        height: auto;
        padding: 0px 26px;
    }

    #header_top {
        padding: 15px 20px;
        height: auto;
        overflow: hidden;
    }

    #header_banner {
        width: 50%;
        margin-right: 25%;
    }

        #header_banner img {
          /*  height: 50px;
            width: auto;
            max-width: 100%;
            padding-top: 5px;*/
          height: 50px;
width: 66%;
/* max-width: 97%; */
padding-top: 13px;
        }

    #logo {
        width: 25%;
    }

        #logo img {
            height: auto;
            width: auto;
            max-width: 100%;
        }

    .header_bottom {
        box-sizing: border-box;
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .sticky_menu {
        width: 90%;
    }

    .search_box {
        display: none;
    }

    #main_menu li {
            padding: 9px 17px;
    }

        #main_menu li:last-child {
            padding-left: 26px;
            padding-right: 26px;
        }

    .right_side {
        margin-left: 3.48%;
        width: 62.7%;
    }

    .left_side {
        width: 33.7%;
    }

    .flexslider .slides img {
        height: auto;
    }

    .tabs_style {
        padding: 13px 15px;
    }

    .ui-tabs-active {
        padding: 13px 15px;
        padding-bottom: 14px;
    }

    .left_side .block {
        width: 100%;
    }

    .caption h3 a {
        font-size: 20px;
    }

    .flex-direction-nav a {
        background-size: contain;
        background-repeat: no-repeat;
        width: 25px;
        background-position: right;
    }

    .top_section .block {
        width: 30.7%;
        margin-left: 3.7%;
        height: auto;
    }

        .top_section .block img {
            width: 60%;
            height: auto;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            margin-bottom: 10px;
        }

        .top_section .block .text {
            width: auto;
        }

    .toolbox .social_media div:first-child {
        margin-right: 0px;
    }

    .toolbox .social_media div {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        /* height: 31px; */
        overflow: hidden;
        /* margin-bottom: 10px; */
    }

        .toolbox .social_media div a {
            float: right;
            margin-top: 8px;
        }

            .toolbox .social_media div a img {
                margin-bottom: 0px !important;
            }

    .toolbox {
        height: auto;
        padding: 20px;
        width: 100%% !important;
        position: relative;
        margin: 0 auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .toolbox .numberOf {
            float: right;
            margin: 8px 18px 8px 6px;
            margin-bottom: 0;
            font-size: 18px;
        }

        .toolbox .usersOf {
            margin: 8px;
            margin-right: 19px;
            font-size: 18px;
            clear: both;
            margin-top: 0 !important;
        }

        .toolbox .facebook .users {
            width: auto;
        }

    .block.subStories {
        width: 48%;
        min-height: 0 !important;
    }

    .big_blocks .block_image {
        height: auto;
    }

    .bottom_section .block_image a img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .bottom_section .section .blocks > .block {
        margin-right: 4%;
    }

    .block.subStories.odd {
        margin-right: 0 !important;
    }

    .small_blocks > .block {
        width: 100%;
    }
    .RelatedArticles .small_blocks > .block {
        height: auto;
    }
    .subStories .small_blocks > .block {
        width: 100%;
        height: 188px;
    }

    .subStories .big_blocks .block_content {
        width: auto;
        height: 148px;
    }

    .subStories .small_blocks .block a {
        width: 75%;
        display: block;
        overflow: hidden;
        float: none;
    }

        .subStories .small_blocks .block a.text {
            width: 100%;
            float: right;
        }

        .subStories .small_blocks .block a img {
            height: auto;
            width: auto;
            max-width: 100%;
        }

        .subStories .small_blocks .block a.authorLink {
            clear: both;
            width: 100%;
            float: none;
        }

    .small_blocks .block p {
        width: auto;
    }

    .tabs_ads_list .title {
        margin-top: 7px;
        width: auto;
    }

    .left_side .block a img {
        max-width: 100%;
        height: auto;
    }

    .Blogs .small_blocks .block p, .Blogs .small_blocks .block a {
        margin-bottom: 2px !important;
        width: 100%;
    }

    .caricature_slider .section_parent_title .section_title {
        width: 100%;
    }



    .block.news_section {
        width: 100%;
    }

    .pagination li {
        margin-left: 1px;
    }

        .pagination li a, .pagination li.active {
            padding: 10.5px 12px;
        }


    .summary_mainImage img {
        max-width: 100%;
        height: auto;
    }

    .summary_page .left_side .wide_block_left_content {
        width: 100% !important;
        margin-top: 10px;
    }

    .wide_block_left .description {
        width: 100%;
    }

    .sum_media img {
        width: 48%;
        height: auto;
        margin-left: 3.7% !important;
    }

    .wide_section .wide_block {
        width: 31.4%;
        margin-right: 2.8%;
    }

        .wide_section .wide_block img {
            max-width: 100%;
            height: auto;
        }

    .gridItemDetails, .gridItem .gridItemDesc {
        width: 80%;
        margin-left: 0;
    }

    .gridItemHeader .gridItemImg {
        margin-left: 3.33%;
        width: 16%;
    }

    .gridItemImg img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .gridItem {
        width: 100%;
    }

        .gridItem .gridItemHeader {
            margin-bottom: 5px;
        }

    .blogs_right_section .row .block {
        width: 100%;
        margin: 20px 0 0 !important;
    }

        .blogs_right_section .row .block a:first-child {
            width: 16%;
            display: block;
            float: right;
            margin-left: 3.3%;
        }

        .blogs_right_section .row .block a img {
            max-width: 100%;
            height: auto;
        }

    .blogs_right_section .row {
        margin: 0;
    }

    .blogs_right_section .title {
        width: 80%;
    }

    .authorGrid .gridItem {
        padding-bottom: 20px;
        border-bottom: 1px solid #D7D7D6;
    }

    .authorGrid .gridItem, .authorGrid .gridItemDesc {
        width: 100%;
    }

    .siteMapContent .siteMapList li {
        margin-left: 0;
        width: 93px;
    }

    .siteMapContent .siteMapList.sec li:last-child:after {
        left: -243px;
        width: 290px;
    }

    .siteMapContent .siteMapList.sec li:after {
        width: 143px;
    }

    input, textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }

    #tabs_most_read div.clearfix {
        overflow: hidden;
        clear: both;
        float: right;
    }

        #tabs_most_read div.clearfix span {
            float: right !important;
            margin-bottom: 0px;
        }

    .aboutSocial li {
        margin-left: 5px;
    }

    .viewsCounter {
        margin-top: 3px;
    }

    .ui-tabs-panel li {
        /* border-top: 0;
        border-bottom: 1px solid #D3D3D3;*/
    }

    .searchPage .search_box,.sitemap .search_box {
        float: left;
        width: 33.7%;
    }

    .searchPage .shown-tablet, .sitemap .shown-tablet {
        clear: both;
        overflow: hidden;
    }
    #GetAllNewsAndOpinions .ui-tabs-panel .tabs_ads_list {
height: 419px;
}

    /**tablet new design changes*/
    #MostReadAndSentItems {
            margin-top: 108px;
    }
    .ui-tabs-active {
        padding: 13px 11px;
    }
    .tabs_style {
        padding: 13px 11px;
    }
    .social_header {
        width: 288px;
    }
    .bottom_section .block.sub-story-wild .big_blocks {
        width: 100%;
    }
    .bottom_section .section .blocks > .block.sub-story-col {
    width: 100%;
    margin-right: 0;
}
    .youtibe-home iframe {
    height: 129px;
    min-height: auto;
        min-height: initial;
}
    #GetAllNewsAndOpinions .title, #GetAllNewsAndOpinions .title a {
    font-size:14px!important;
    }

    .footer_toolbox .share-icons img {
        max-width: 46px;
    }
    .footer_toolbox .share-icons {
    width: 327px;
    margin: 0 auto;
    float: none;
    display: block;
    margin-bottom: 20px;
    }
    .footer_toolbox .join_us {
        width:100%;
    }
    #SummarySlider1 .video_play_icon {
    top: 20%;
    width: 90px;
    right: 37%;
    }
    /**tablet new design changes*/

}

@media only screen and (max-width: 767px) {
    .home-page-banner {
        width: 100%;
        height: auto;
    }
    .hide-mob{display:none;}

    /*responsive design changes*/
    .left_side .Blogs {
        float:right;
        width:100%;
    }
    #MostReadItems {
        clear:both;
    }
    .left_side .caricature_slider{
        float: right;
        width: 100%;
    }
    .bottom_section .subStories.block a.title {
        clear: both;
        padding-top: 10px;
    }
    .latest-news-marque {
    width:100%;
    }
  
    .relative-main-content .captionLike .title a {
        font-size: 16px !important;
    }
    div#GetAllNewsAndOpinions {
        margin-top: 10px;
        float: right;
        width: 100%;
    }
    #MostReadAndSentItems {
        float: right;
        width: 100%;
        margin-top: 20px;
    }
    .bottom_section .block a.title {
    line-height:30px;
    }
    .doi-home {
    width: 100%;
    margin: 0;
}
        .doi-home img {
        width:100%;
        height:auto;
        }
        .youtibe-home {
        width: 100%;
    }
    .bottom_section .block.sub-story-wild .big_blocks {
    width:100%;
    }
    .social_header {
    float: left;
    zoom: 0.7;
    width: 222px;
    margin-left: 16%;
    margin-top: 12px;
    }
    .social_header .youtube-colored {
    background-position: 210px 0px;
}
    .special-files-home-bottom {
        float: right;
        width: 100%;
    }
    #logo_banner img {
    width: 100%;
    height: auto;
    height: 120px;
    max-width: 243px;
    max-height: 120px;
    }
    .social_header ul {
position: absolute;
    display: none;
    left: 20px;
    background: #e6e6e6;
    padding: 6px;
    top: 69px;
    bottom: initial;
    border: 1px solid #ABA7A7;
    }
    .show-share-mobile{
float: left;
    margin-left: 48px;
    width: 26px;
    display: block;
    position: absolute;
    top: 7px;
    left: 5%;
    }
    .bottom-substories-container .block.sub-story-col {
        width: 100%;
        margin-right: 0!important;
            border-right: 0;
    border-left: 0;
    }
    .sub-story-col .section_parent_title {
        position:static;
    }
    /*responsive design changes*/
    /*Font Style*/
    .description, .title, .title a {
        font-size: 16px !important;
    }
    .latest-news-marque {
        margin-bottom: 20px;
    }
    .almodon-fb-page {
        margin-bottom:20px;
    }
    .Name {
        font-size: 14px !important;
    }

    /*END Font Style*/
    .hidden-phone {
        display: none;
    }

    .show-phone {
        display: block;
    }

    .summary_mainImage img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

    .captionLike .title a {
        margin-top: 0px;
        margin-bottom: 0;
        font-size: 25px !important;
    }

    .summary_page .main_section .main_content {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
        .viewsCounter {
float: right;
}
    .summary_page .bottom_section .block a img {
        width: 73%;
    }

    .bottom_section .wide_block p, .bottom_section .wide_block a {
        clear: both;
    }

        .bottom_section .wide_block a.authorLink {
            margin-bottom: 4px;
            display: block;
        }

    .bottom_section .wide_block .sum_media {
        margin-bottom: 10px;
        display: block;
        overflow: hidden;
    }

    .summary_page .content {
        border-bottom: 1px solid #D7D7D6;
        margin-bottom: 20px;
    }
    .summary_page .content:last-child{border:0px;}
    .writers_block .block a img {
        max-width: 36%;
        width: auto;
        height: auto;
    }

    .writers_block .block .text a {
        font-size: 18px;
    }

    .wide_block_left .description {
        width: auto;
    }

    .Name {
        font-size: 14px;
    }

    .section + .more_block {
        border-top: 0;
    }

        .section + .more_block .block {
            padding-top: 9px !important;
        }
        .more_block .block:last-child {
border: 0px;
}
    .left_side .block {
        /*margin-bottom: 10px;*/
    }

    .wide_section .wide_block {
        width: 100%;
        margin: 0;
    }

    .opinionGrid .gridItem {
        margin: 0;
        width: 100%;
        clear: both;
        float: none;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .pagination {
        overflow: hidden;
        padding-bottom: 20px;
        border-bottom: 1px solid #D7D7D6;
        margin-bottom: 20px;
        clear: both;
    }

        .pagination .prev, .pagination .next {
            display: inline-block !important;
        }

        .pagination li {
            display: none;
            margin: 0;
        }

        .pagination .prev {
            float: right;
        }

        .pagination .next {
            float: left;
        }

    .summary_page .left_side .number_block .wide_block_left_content, .summary_page .left_side .Uniones .wide_block_left_content,
    .left_side .number_block .wide_block_left .description, .left_side .Uniones .wide_block_left .description, .gridItem, .summary_page .left_side .wide_block_left_content,
    .blogs_right_section .row .block {
        width: 100%;
    }

    .gridItemHeader .gridItemImg {
        float: right;
        margin: 0;
        /* width: 37%;*/
        margin-left: 15px;
    }

    .gridItemDetails {
        width: 40%;
    }

    .gridItem .gridItemHeader {
        margin-bottom: 3px;
    }

    .gridItem .gridItemMore {
        margin-top: 4px;
    }

    .blogs_right_section .row .block {
        margin: 0;
        margin-bottom: 20px !important;
        clear: both;
        overflow: hidden;
    }

    .more_block .block {
        padding-bottom: 22px;
        border-bottom: 1px solid #D7D7D6;
    }

    .gridItemImg img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .containg-divs {
        margin: 0 auto;
    }

    .gridItem .gridItemDesc {
        width: 100%;
        float: none;
        font-size: 18px;
    }

    .gridItemDetails h2 a {
        font-size: 18px;
    }
    .gridItemDetails h2 a

    .gridItemDetails span {
        font-size: 14px;
    }

    .more_block a {
        clear: both;
        display: block;
    }

    .DP-ImageCaption {
        box-sizing: border-box;
        bottom: 0px;
    }

    .inner_pages .slides li .DP-ImageCaption {
        display: none;
    }

    .inner_pages .slides li:first-child .DP-ImageCaption {
        display: none;
    }


    /*.social-ico.largenFont,
    .social-ico.smallenFont,*/
    .social-ico.print {
        display: none;
    }

    .filed-cont {
        padding: 20px;
    }

    .nec-marg div {
        overflow: hidden;
        float: none !important;
        margin-bottom: 0 !important;
        box-sizing: border-box;
        width: 100%;
        clear: both;
        position: relative;
        font-size: 14px;
    }

    .input-div {
        float: none;
    }

    .input-and-lable input, .input-and-lable textarea {
        width: 96%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 27px;
        font-size: 14px;
    }

    .input-and-lable textarea {
        height: 52px;
    }

    .emailSubmit .btn {
        height: auto;
        margin-top: 0;
        padding: 10px;
        font-size: 12px;
    }

    .container-snd-frnd .header {
        font-size: 25px;
    }

    .container-snd-frnd .snd-info {
        font-size: 12px;
    }

    .container-snd-frnd .lable-div {
        padding: 8px 0;
        overflow: visible;
        font-size: 12px;
    }

    .container-snd-frnd .filed-cont .input-and-lable:last-child .lable-div {
        display: none;
    }

    .right_side .container-snd-frnd {
        margin-bottom: 20px !important;
    }

    div.star {
        position: absolute;
        left: -8px;
        width: 10px;
        font-size: 17px;
        top: -16px;
    }

    .container-snd-frnd .emailSubmit {
        width: 96%;
    }

    .siteMapContent .siteMapList.Level.first {
        text-align: right;
    }

    .siteMapContent .siteMapList.sec li {
        display: block;
        margin: 10px 90px;
    }

        .siteMapContent .siteMapList.sec li:after {
            width: 1px;
            height: 78px;
            border-right: 1px solid #a3a3a3;
            position: absolute;
            top: -22px;
            content: " ";
            right: -37px;
        }

        .siteMapContent .siteMapList.sec li:before {
            width: 35px;
            height: 1px;
            border-bottom: 1px solid #a3a3a3;
            position: absolute;
            top: 50%;
            content: " ";
            right: -36px;
            margin-left: 0px;
        }

    .siteMapContent .siteMapList.Level.last li:after {
        top: -22px;
        height: 92px;
        left: -37px;
    }

    .siteMapContent .siteMapList.sec li:last-child:after {
        left: -171px;
        width: 476px;
    }

    .siteMapContent .siteMapList.Level.sec {
        margin-bottom: 38px;
        padding: 0;
    }

    .siteMapContent .siteMapList.Level.last li {
        margin-bottom: 10px;
        margin-left: 15px;
    }

        .siteMapContent .siteMapList.Level.last li:before {
            height: 1px;
            width: 35px;
            border-bottom: 1px solid #a3a3a3;
            position: absolute;
            top: 18px;
            content: " ";
            left: -36px;
            margin-left: 0px;
        }

    .news_section .blocks .block_content .description {
        height: auto;
    }

    .summary_author .right_side, .summary_author .left_side {
        clear: both;
    }

    .authorGrid .gridItem {
        width: 100%;
        margin: 0;
        clear: both;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D7D7D6;
    }

    .authorGrid {
        margin-bottom: 20px;
        clear: both;
        overflow: hidden;
    }

        .authorGrid .gridItemDetails h2 {
            margin-bottom: 5px;
        }

    .writers_block.show-phone {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #D7D7D6;
    }

        .writers_block.show-phone .Name {
            font-size: 18px !important;
        }

    .footer_logo_responsive {
        background: #323232;
        width: 100%;
        border-top: 1px solid #7d7d7d;
        padding-bottom: 20px;
    }
    .detailedSocail{
    margin: 0px 0;
    overflow: hidden;
    clear: both;
    }
    .detailedSocail ul{margin-bottom: 4px;margin-top: 4px;}
    .detailedSocail span{margin-bottom:0px!important;}
    .inner_content .Name {
        margin-left: 4px!important;
    }
    .sepDate{margin-left: 4px;}
}

.relativPosDiv {
    overflow: hidden;
}

#newsOutput {
    clear: both;
    line-height: 23px;
}

    #newsOutput.success {
        color: #7F7F7F;
        padding-top: 2px;
        font-size:14px;
    }

    #newsOutput.error {
        color: #7F7F7F;
        padding-top: 2px;
        font-size:14px;
    }
.newsLetterSuccess .successMessage {
margin-top: 20px;
}

input.join_sumbit:hover {
    background: #333333;
}

.pagination li.disabled {
    background: #DDDDDD;
    cursor: default;
}

    .pagination li.disabled a {
        cursor: default;
    }

.st_twitter_hcount .stArrow {
    visibility: hidden;
}

.sep2 {
   height: 1px;
border-top: 1px solid #D3D3D3;
clear: both;
overflow: hidden;
}

.selected_caricature select.loading {
    background: url(/Content/images/loadingC.gif) no-repeat scroll 10px center #fff;
}

.visHidden{
    visibility:hidden;
}
.slider .more_section img{
    width:auto;
}
.inner_content .section_title+.section{
    clear:both;
}
.fb_iframe_widget{
    /*margin-right: -5px;*/
}
.fb_iframe_widget span{
   margin: 0!important;
}
.fb_iframe_widget iframe{
    left: 0;
}
    .stButton .stButton_gradient{
        background:none!important;
        filter:none;
    }

@media only screen and (max-width: 380px) {
    .footer_toolbox .share-icons {
        zoom:0.7;
    }
}
