/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 226, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 386, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('https://9528f2.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/library/fonts/font-name.eot');
      src: url('https://7fbb4c.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/library/fonts/font-name.eot#iefix') format('embedded-opentype'),
             url('https://5fd111.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/library/fonts/font-name.woff') format('woff'),
             url('https://4e66b1.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/library/fonts/font-name.ttf') format('truetype'),
             url('https://73248e.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 65, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
Vertical align
*********************/
/*********************
FLEXBOX
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/* line 40, ../scss/partials/_grid.scss */
.j-col {
  width: 66.66%;
  margin: 0 auto;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 55, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 61, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 66, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 76, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 81, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 92, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 98, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 103, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 108, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 118, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 123, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 128, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 133, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 138, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 148, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 154, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 159, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 164, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 169, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 174, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 184, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 189, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 194, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 199, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 204, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 214, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 219, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 224, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 229, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 234, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 244, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 249, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 254, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/breakpoints/_base.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  color: #808080;
  letter-spacing: 0.02em;
  border-top: 6px solid #989fbc;
  overflow: hidden;
  overflow-y: auto;
}

/*********************
LINK STYLES
*********************/
/* line 29, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #4383fa;
  text-decoration: none;
  /* mobile tap color */
}
/* line 31, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #989FBC;
  text-decoration: underline;
}
/* line 32, ../scss/breakpoints/_base.scss */
a:active, a:visited:active {
  color: #989fbc;
}
/* line 34, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* line 39, ../scss/breakpoints/_base.scss */
.flex-caption a, .flex-caption a:visited {
  color: #91CFFF;
  text-decoration: none;
  /* on hover */
  /* mobile tap color */
}
/* line 42, ../scss/breakpoints/_base.scss */
.flex-caption a:hover, .flex-caption a:focus, .flex-caption a:visited:hover, .flex-caption a:visited:focus {
  color: #fff;
  text-decoration: underline;
}
/* line 43, ../scss/breakpoints/_base.scss */
.flex-caption a:active, .flex-caption a:visited:active {
  color: #fff;
}
/* line 46, ../scss/breakpoints/_base.scss */
.flex-caption a:link, .flex-caption a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
HEADER STYLES
*********************/
/* line 56, ../scss/breakpoints/_base.scss */
#logo {
  text-align: right;
  margin: 10px 0 5px 0;
  font-size: 29px;
}
/* line 57, ../scss/breakpoints/_base.scss */
#logo a {
  letter-spacing: 0.07em;
  color: #afb0b0;
}
/* line 58, ../scss/breakpoints/_base.scss */
#logo a strong {
  color: #606162;
}
/* line 59, ../scss/breakpoints/_base.scss */
#logo a:hover, #logo a:focus {
  color: #2f2f2f;
  text-decoration: none;
}
/* line 60, ../scss/breakpoints/_base.scss */
#logo a:hover strong, #logo a:focus strong {
  color: #2f2f2f;
}

/* line 66, ../scss/breakpoints/_base.scss */
#pull {
  background-color: #ffffff;
  background-image: url("https://bbd97e.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/menu51.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 25px 21px;
  opacity: 0.7;
  position: absolute;
  text-align: right;
  top: 18px;
  left: 0px;
  width: 25px;
  height: 21px;
}

/* line 70, ../scss/breakpoints/_base.scss */
.nja-loading {
  background: transparent url("https://36e9a5.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/loading.gif") no-repeat center !important;
}

/* line 72, ../scss/breakpoints/_base.scss */
.header {
  height: 60px;
  /*margin-bottom:30px;*/
}
/* line 73, ../scss/breakpoints/_base.scss */
.header #inner-header {
  border-bottom: 1px dotted #989FBC;
  position: relative;
}

/*********************
LAYOUT & GRID STYLES
-- Home & Gallery
-- Contact
-- Bio & Copyright
-- Sliders
-- nheight refers to fluid height. 
*********************/
/* line 86, ../scss/breakpoints/_base.scss */
#content {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  /* nheight (- header,footer,border,margin = 136) */
  height: 675px;
  margin-top: 10px;
  height: calc(100vh - 136px);
  min-height: 425px;
  /* Menu Height */
}
/* line 91, ../scss/breakpoints/_base.scss */
#content #inner-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 94, ../scss/breakpoints/_base.scss */
.wrap {
  width: 96%;
  margin: 0 auto;
}

/* HOME & GALLERY */
/* line 98, ../scss/breakpoints/_base.scss */
.home .flexslider {
  width: 100%;
  overflow: hidden;
}
/* line 99, ../scss/breakpoints/_base.scss */
.home .flexslider .slides img {
  width: auto;
  height: 100%;
}

/* line 101, ../scss/breakpoints/_base.scss */
.v-block .meta {
  color: #fff;
  font-size: 12px;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #0070c8;
  background: transparent url("https://025645.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/trans.png") repeat right center;
}

/* line 103, ../scss/breakpoints/_base.scss */
.tax-gallery_cat #content #inner-content {
  overflow: visible;
}

/* line 106, ../scss/breakpoints/_base.scss */
.tax-gallery_cat .header #inner-header, .home .header #inner-header {
  border-bottom: none;
}
/* line 107, ../scss/breakpoints/_base.scss */
.tax-gallery_cat #content, .home #content {
  margin-top: 0;
  /* nheight - header & footer */
  height: 605px;
  height: calc(100vh - 126px);
  min-height: 425px;
  /* Menu Height */
}

/* GALLERY */
/* line 118, ../scss/breakpoints/_base.scss */
#galleryscroller {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  /* nheight - header & footer & menu & caption viewer */
  height: 445px;
  height: calc(100vh - 246px);
  min-height: 305px;
}
/* line 125, ../scss/breakpoints/_base.scss */
#galleryscroller .scrollpanel {
  width: 100%;
  display: table;
  margin: 0px;
}
/* line 126, ../scss/breakpoints/_base.scss */
#galleryscroller .scrollpanel li {
  display: table-cell;
  padding-right: 5px;
  /*nheight*/
  height: 425px;
  height: calc(100vh - 261px);
  min-height: 285px;
}
/* line 133, ../scss/breakpoints/_base.scss */
#galleryscroller .scrollpanel li #gallery-caption {
  display: none;
}
/* line 134, ../scss/breakpoints/_base.scss */
#galleryscroller .scrollpanel li img {
  width: auto;
  display: block;
  /*nheight*/
  height: 425px;
  height: calc(100vh - 271px);
  min-height: 285px;
}

/* jScrollPane : Gallery & Bio & Copyright */
/* line 147, ../scss/breakpoints/_base.scss */
.jspHorizontalBar {
  background: transparent url("https://7c38d5.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/scroll-bg.jpg") repeat-x 0px 7px;
}

/* line 148, ../scss/breakpoints/_base.scss */
.jspVerticalBar {
  background: transparent url("https://7c38d5.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/scroll-bg.jpg") repeat-y 7px 0px;
}

/* line 149, ../scss/breakpoints/_base.scss */
.jspHorizontalBar .jspDrag {
  background: transparent url("https://c22b48.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/scroll-bg-drag.jpg") repeat-x 0px 7px;
  height: 1px !important;
  padding: 7px 0px;
  top: 0px !important;
}

/* line 150, ../scss/breakpoints/_base.scss */
.jspHorizontalBar .jspDrag:hover {
  background: transparent url("https://f04efd.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/scroll-bg-drag-hover.jpg") repeat-x 0px 6px;
  height: 3px !important;
  padding: 6px 0px;
  top: 0px !important;
}

/* line 151, ../scss/breakpoints/_base.scss */
.jspVerticalBar .jspDrag {
  background: transparent url("https://c22b48.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/scroll-bg-drag.jpg") repeat-y 7px 0px;
  width: 1px !important;
  padding: 7px;
  left: 0px !important;
}

/* line 152, ../scss/breakpoints/_base.scss */
.jspVerticalBar .jspDrag:hover {
  background: transparent url("https://f04efd.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/scroll-bg-drag-hover.jpg") repeat-y 6px 0px;
  width: 3px !important;
  padding: 6px;
  left: 0px !important;
}

/* CONTACT */
/* line 159, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php #content {
  min-height: 505px;
}
/* line 161, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php h1 {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
/* line 162, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php h1:first-child {
  margin: 0 0 10px 0;
}
/* line 163, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php h2 {
  font-weight: bold;
  font-size: 13px;
  color: #000;
}
/* line 164, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php p {
  font-size: 12px;
  margin: 0;
}
/* line 165, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php p a img {
  margin-top: 0em;
  margin-bottom: -0.2em;
}
/* line 167, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php #contact-image {
  margin: 20px 0 0;
  width: 400px;
  height: 225px;
}
/* line 168, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php #contact-image img {
  width: 100%;
  height: auto;
  padding: 0;
}
/* line 171, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php #contact-info-2 {
  font-size: 11px;
  padding-top: 5px;
  text-align: left;
}
/* line 172, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php #contact-info-2 h1 {
  color: #000;
  display: inline;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0.3em 0.3em 0 0;
  text-transform: uppercase;
}
/* line 173, ../scss/breakpoints/_base.scss */
.page-template-page-contact-php #contact-info-2 p {
  font-size: 11px;
}

/*BIO / COPYRIGHT*/
/* line 181, ../scss/breakpoints/_base.scss */
#bio, #copyright {
  width: 100%;
  margin-left: 0px !important;
  overflow-y: scroll;
  /*nheight*/
  height: 445px;
  height: calc(100vh - 236px) !important;
  /* Same as svents */
  min-height: 325px;
}
/* line 188, ../scss/breakpoints/_base.scss */
#bio p, #copyright p {
  margin-bottom: 1em;
}

/*  Sliders: 
    Artworks / Books / Videos / Events */
/* line 195, ../scss/breakpoints/_base.scss */
.tax-artwork_cat, .tax-book_cat, .page-template-page-videos, .page-template-page-events {
  /* Main Slider */
  /* Slider Nav (100px) */
}
/* line 198, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #artslider, .tax-book_cat #artslider, .page-template-page-videos #artslider, .page-template-page-events #artslider {
  /* nheight (- header,footer,border,margin,topnav,carousel = 296) */
  /* min-height = (minContentHeight + header + footer ) - nheight */
  height: 405px;
  height: calc(100vh - 296px) !important;
  min-height: 265px;
}
/* line 205, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #artslider .slides > li, .tax-book_cat #artslider .slides > li, .page-template-page-videos #artslider .slides > li, .page-template-page-events #artslider .slides > li {
  position: relative;
  text-align: center;
  /* nheight (- header,footer,border,margin,topnav,carousel = 306) */
  /* min-height = (minContentHeight + header + footer ) - nheight */
  height: 405px;
  height: calc(100vh - 306px) !important;
  min-height: 265px;
}
/* line 212, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #artslider .slides > li img, .tax-book_cat #artslider .slides > li img, .page-template-page-videos #artslider .slides > li img, .page-template-page-events #artslider .slides > li img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 98%;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 217, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #carousel-wrapper, .tax-book_cat #carousel-wrapper, .page-template-page-videos #carousel-wrapper, .page-template-page-events #carousel-wrapper {
  /*nheight*/
  margin-top: 10px;
  border-top: 1px dotted #989FBC;
}
/* line 219, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #carousel, .tax-book_cat #carousel, .page-template-page-videos #carousel, .page-template-page-events #carousel {
  margin: 0px auto;
  padding: 0px 0 0px 0px;
  width: 80%;
}
/* line 220, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #carousel .slides > li.carousel-thumbs, .tax-book_cat #carousel .slides > li.carousel-thumbs, .page-template-page-videos #carousel .slides > li.carousel-thumbs, .page-template-page-events #carousel .slides > li.carousel-thumbs {
  height: 89px;
  margin-right: 5px;
  max-width: 40px;
  /* a is for video page*/
}
/* line 221, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #carousel .slides > li.carousel-thumbs a, .tax-book_cat #carousel .slides > li.carousel-thumbs a, .page-template-page-videos #carousel .slides > li.carousel-thumbs a, .page-template-page-events #carousel .slides > li.carousel-thumbs a {
  display: block;
  height: 89px;
  position: relative;
}
/* line 222, ../scss/breakpoints/_base.scss */
.tax-artwork_cat #carousel .slides > li.carousel-thumbs img, .tax-book_cat #carousel .slides > li.carousel-thumbs img, .page-template-page-videos #carousel .slides > li.carousel-thumbs img, .page-template-page-events #carousel .slides > li.carousel-thumbs img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/* line 226, ../scss/breakpoints/_base.scss */
.tax-artwork_cat .flex-caption, .tax-book_cat .flex-caption, .page-template-page-videos .flex-caption, .page-template-page-events .flex-caption {
  max-width: 98%;
  left: 1%;
  right: 0px;
  width: auto;
  padding: 0 15px;
  margin: 0;
  position: absolute;
  bottom: 0px;
  visibility: hidden;
  display: block;
  /*Using JS instead*/
  font-size: 12px;
  text-align: left;
  color: #fff;
  background: transparent url("https://025645.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/images/trans.png") repeat right center;
}
/* line 229, ../scss/breakpoints/_base.scss */
.tax-artwork_cat .flex-caption h1, .tax-book_cat .flex-caption h1, .page-template-page-videos .flex-caption h1, .page-template-page-events .flex-caption h1 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.633em;
}
/* line 230, ../scss/breakpoints/_base.scss */
.tax-artwork_cat .flex-caption *, .tax-book_cat .flex-caption *, .page-template-page-videos .flex-caption *, .page-template-page-events .flex-caption * {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
/* line 231, ../scss/breakpoints/_base.scss */
.tax-artwork_cat .flex-caption p, .tax-book_cat .flex-caption p, .page-template-page-videos .flex-caption p, .page-template-page-events .flex-caption p {
  padding: 0;
  margin: 0 0 1em;
}
/* line 232, ../scss/breakpoints/_base.scss */
.tax-artwork_cat .flex-caption p:first-child, .tax-book_cat .flex-caption p:first-child, .page-template-page-videos .flex-caption p:first-child, .page-template-page-events .flex-caption p:first-child {
  padding-top: 10px;
}
/* line 233, ../scss/breakpoints/_base.scss */
.tax-artwork_cat .flex-caption p:last-child, .tax-book_cat .flex-caption p:last-child, .page-template-page-videos .flex-caption p:last-child, .page-template-page-events .flex-caption p:last-child {
  padding-bottom: 10px;
}

/* EVENTS & VIDEOS : no top menu, add 10 */
/* line 241, ../scss/breakpoints/_base.scss */
.page-template-page-events #artslider,
.page-template-page-videos-php #artslider {
  max-width: 420px;
  margin: 0 auto;
  /* nheight (- header,footer,border,margin,carousel = 236) */
  /* min-height = (minContentHeight + header + footer ) - nheight */
  height: 445px;
  height: calc(100vh - 236px) !important;
  min-height: 325px;
}
/* line 250, ../scss/breakpoints/_base.scss */
.page-template-page-events #artslider .slides > li,
.page-template-page-videos-php #artslider .slides > li {
  /* nheight (- header,footer,border,margin,carousel = 236) */
  /* min-height = (minContentHeight - carousel ) */
  height: 445px;
  height: calc(100vh - 236px) !important;
  min-height: 325px;
}

/* line 262, ../scss/breakpoints/_base.scss */
.page-template-page-events #event-info {
  padding: 7px 0 0 0;
}
/* line 263, ../scss/breakpoints/_base.scss */
.page-template-page-events #event-info p {
  padding: 0;
}
/* line 264, ../scss/breakpoints/_base.scss */
.page-template-page-events #event-date {
  font-weight: bold;
  line-height: 1em;
  padding-bottom: 10px;
}
/* line 265, ../scss/breakpoints/_base.scss */
.page-template-page-events #event-date br {
  display: none;
}
/* line 266, ../scss/breakpoints/_base.scss */
.page-template-page-events #event-date i {
  padding: 0 4px;
}

/* line 271, ../scss/breakpoints/_base.scss */
.page-template-page-videos-php #artslider .slides > li p:first-child {
  margin-top: 0;
}
/* line 273, ../scss/breakpoints/_base.scss */
.page-template-page-videos-php #carousel .slides > li.carousel-thumbs {
  max-width: 65px;
}
/* line 274, ../scss/breakpoints/_base.scss */
.page-template-page-videos-php #carousel .slides > li.carousel-thumbs img {
  max-height: 35px;
  width: 100%;
}

/* BOOKS */
/* line 281, ../scss/breakpoints/_base.scss */
.interface-hidden {
  visibility: hidden;
}

/* line 282, ../scss/breakpoints/_base.scss */
.interface-display {
  display: none;
}

/* line 284, ../scss/breakpoints/_base.scss */
#book-image,
#book-text {
  /*nheight*/
  height: 405px;
  height: calc(100vh - 306px) !important;
  min-height: 265px;
}

/* line 292, ../scss/breakpoints/_base.scss */
#book-text {
  height: auto;
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
/* line 294, ../scss/breakpoints/_base.scss */
#book-text h1, #book-text h2, #book-text h3 {
  text-align: left;
  font-size: 14px;
  margin: 0;
}
/* line 295, ../scss/breakpoints/_base.scss */
#book-text h1 {
  color: #989fbc;
  text-transform: uppercase;
}
/* line 296, ../scss/breakpoints/_base.scss */
#book-text h2 {
  font-style: italic;
}
/* line 297, ../scss/breakpoints/_base.scss */
#book-text h3 {
  font-style: italic;
  color: #989fbc;
}
/* line 298, ../scss/breakpoints/_base.scss */
#book-text p {
  padding: 0;
  margin: 10px 0px;
}

/***********************
    MENUS
************************/
/* Bottom Menu Height */
/* line 311, ../scss/breakpoints/_base.scss */
#bio-menu-wrapper {
  height: 60px;
  border-top: 1px dotted #989fbc;
  margin-top: 10px;
}

/* line 313, ../scss/breakpoints/_base.scss */
#gallery-menu-wrapper {
  height: 60px;
}

/* line 315, ../scss/breakpoints/_base.scss */
#gallery-caption-viewer {
  height: 60px;
  font-size: 12px;
  text-align: left;
}
/* line 317, ../scss/breakpoints/_base.scss */
#gallery-caption-viewer * {
  margin: 0;
  padding: 0;
}

/*Top Menu Height*/
/* line 321, ../scss/breakpoints/_base.scss */
.topnav {
  height: 60px;
}

/* line 323, ../scss/breakpoints/_base.scss */
#menu-biography-menu, #menu-gallery-menu,
#menu-artworks-menu, #menu-bibliography-menu {
  margin: 0;
  padding: 0;
  text-align: center !important;
}

/* line 327, ../scss/breakpoints/_base.scss */
#menu-biography-menu,
#menu-gallery-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* size & position */
/* line 333, ../scss/breakpoints/_base.scss */
#menu-artworks-menu li {
  float: left;
  text-align: center;
  max-width: 25%;
  width: 25%;
  padding: 0 1% 0 4%;
}
/* line 336, ../scss/breakpoints/_base.scss */
#menu-artworks-menu li:nth-child(4n+1) {
  text-align: left;
  padding: 0px;
}
/* line 337, ../scss/breakpoints/_base.scss */
#menu-artworks-menu li:nth-child(4n) {
  text-align: right;
  padding: 0px;
}

/* line 344, ../scss/breakpoints/_base.scss */
#menu-biography-menu li,
#menu-gallery-menu li,
#menu-bibliography-menu li {
  display: inline-block;
  padding: 0 1%;
  width: auto;
  float: none;
}

/* line 348, ../scss/breakpoints/_base.scss */
.flexbox {
  /*Clearfix messes with justify so we override it*/
}
/* line 349, ../scss/breakpoints/_base.scss */
.flexbox #menu-biography-menu,
.flexbox #menu-gallery-menu,
.flexbox #menu-bibliography-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}
/* line 358, ../scss/breakpoints/_base.scss */
.flexbox #menu-biography-menu li,
.flexbox #menu-gallery-menu li,
.flexbox #menu-bibliography-menu li {
  float: none;
  width: auto;
  padding: 0;
  /* &:nth-child(4n+1) {  text-align: left;}
    &:nth-child(4n) { text-align: right;}  */
}
/* line 365, ../scss/breakpoints/_base.scss */
.flexbox .nav.clearfix:before,
.flexbox .nav.clearfix:after {
  content: none;
  display: block;
}

/*********************
NAVIGATION STYLES
*********************/
/* Main Nav */
/* line 378, ../scss/breakpoints/_base.scss */
#main-navigation {
  position: absolute;
  right: -240px;
  top: 0px;
  width: 240px;
  padding: 0 0 0 20px;
  background: white;
  font-size: 14px;
  height: 100%;
}
/* line 380, ../scss/breakpoints/_base.scss */
#main-navigation .menu-item-object-gallery_cat {
  font-style: italic;
  padding-right: 2px;
}
/* line 381, ../scss/breakpoints/_base.scss */
#main-navigation ul {
  display: inline-block;
  margin: 60px 0 0 0;
  width: 100%;
}
/* line 382, ../scss/breakpoints/_base.scss */
#main-navigation ul li {
  float: none;
}
/* line 383, ../scss/breakpoints/_base.scss */
#main-navigation #facebook {
  float: right;
  margin: 0;
}

/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 395, ../scss/breakpoints/_base.scss */
.nav {
  background: #fff;
  border: none;
  border-bottom: 0;
  text-align: right;
  /* end .menu li */
  /* highlight current page */
}
/* line 396, ../scss/breakpoints/_base.scss */
.nav li {
  float: left;
  position: relative;
  /* showing sub-menus */
}
/* line 397, ../scss/breakpoints/_base.scss */
.nav li a {
  white-space: nowrap;
  font-size: 12px;
  display: inline-block;
  border-bottom: none;
  padding: 0px 0px 5px 0;
  text-decoration: none;
  color: #808080;
  text-transform: uppercase;
  background-color: #fff;
}
/* line 401, ../scss/breakpoints/_base.scss */
.nav li a:hover, .nav li a:focus {
  background-color: #fff;
  color: #000;
}
/* line 405, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu, .nav li ul.children {
  width: 200px;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  display: none;
  z-index: 8999;
}
/* line 407, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li, .nav li ul.children li {
  /*##*/
}
/* line 408, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a, .nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
}
/* line 409, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
  border-bottom: 0;
}
/* line 413, ../scss/breakpoints/_base.scss */
.nav li:hover ul {
  top: auto;
  display: block;
}
/* line 418, ../scss/breakpoints/_base.scss */
.nav li.current-menu-item a, .nav li.current_page_item a, .nav li.current-page-ancestor a {
  color: #000;
  font-weight: bold;
}

/* end .nav */
/*********************
FOOTER STYLES
*********************/
/* line 427, ../scss/breakpoints/_base.scss */
#footer {
  height: 60px;
  background: #f0f0f5;
  clear: both;
  text-align: right;
}
/* line 429, ../scss/breakpoints/_base.scss */
#footer .copyright {
  font-size: 12px;
  margin: 21px 0px 0px;
  padding: 0;
}
/* line 431, ../scss/breakpoints/_base.scss */
#footer .copyright a, #footer .copyright a:visited {
  color: #808080;
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /**********************
     SLIDERS                
  **********************/
  /* line 13, ../scss/breakpoints/_768up.scss */
  .page-template-page-videos #artslider {
    width: 65%;
    max-width: 420px;
    margin: 0 auto;
  }
  /* line 14, ../scss/breakpoints/_768up.scss */
  .page-template-page-videos #artslider p {
    font-size: 13px;
  }

  /* line 18, ../scss/breakpoints/_768up.scss */
  .page-template-page-events #event-info {
    float: left;
    width: 70%;
    padding: 7px 0;
  }
  /* line 19, ../scss/breakpoints/_768up.scss */
  .page-template-page-events #event-date {
    float: right;
    font-size: 20px;
    line-height: 1em;
    margin-top: 0;
    padding: 7px 0;
    text-align: right;
    width: 25%;
  }
  /* line 20, ../scss/breakpoints/_768up.scss */
  .page-template-page-events #event-date br {
    display: block;
  }

  /* line 26, ../scss/breakpoints/_768up.scss */
  .tax-artwork_cat #artslider,
  .tax-book_cat #artslider,
  .page-template-page-events #artslider {
    width: 80%;
    margin: 0 auto;
  }

  /**********************
      NAVS                
  **********************/
  /* line 35, ../scss/breakpoints/_768up.scss */
  .nav li a {
    font-size: 13px !important;
  }

  /* Remove 25% width from artwork nav */
  /* line 38, ../scss/breakpoints/_768up.scss */
  #menu-artworks-menu li {
    display: inline-block;
    padding: 0 10px 0 0 !important;
    float: none;
    min-width: 0;
    width: auto;
    max-width: 100%;
  }

  /* Space Bottom Navs */
  /* line 44, ../scss/breakpoints/_768up.scss */
  #menu-biography-menu li,
  #menu-gallery-menu li,
  #menu-bibliography-menu li {
    padding: 0 30px;
  }

  /* line 48, ../scss/breakpoints/_768up.scss */
  .flexbox {
    /* Align Bottom Navs to Left */
    /* Fix spacing */
  }
  /* line 50, ../scss/breakpoints/_768up.scss */
  .flexbox #menu-biography-menu, .flexbox #menu-gallery-menu {
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  /* line 55, ../scss/breakpoints/_768up.scss */
  .flexbox #menu-biography-menu li, .flexbox #menu-gallery-menu li {
    flex-grow: 0;
    -webkit-flex-grow: 0;
    padding-right: 30px;
  }
  /* line 58, ../scss/breakpoints/_768up.scss */
  .flexbox #menu-bibliography-menu {
    justify-content: center;
    -webkit-justify-content: center;
  }
  /* line 61, ../scss/breakpoints/_768up.scss */
  .flexbox #menu-bibliography-menu li {
    flex-grow: 0;
    -webkit-flex-grow: 0;
    padding: 0 30px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*Sticky  Footer - widths are added to give a global padding*/
  /* line 19, ../scss/breakpoints/_1030up.scss */
  html, body, #container {
    height: 100%;
    width: 100%;
    font-size: 14px;
  }

  /* line 21, ../scss/breakpoints/_1030up.scss */
  body > #container {
    height: auto;
    min-height: 100%;
    margin: 0 auto;
  }

  /* line 23, ../scss/breakpoints/_1030up.scss */
  #content {
    padding-bottom: 60px;
  }

  /* must be same height as the footer */
  /* line 27, ../scss/breakpoints/_1030up.scss */
  #footer {
    position: relative;
    margin-top: -60px;
    height: 60px;
    clear: both;
  }

  /* margin-top: negative value of footer height */
  /*End Sticky Footer*/
  /*********************
  LAYOUT & GRID STYLES
  -- Home & Gallery
  -- Bio & Copyright
  -- Contact
  -- Sliders
  -- nheight refers to fluid height. 
  *********************/
  /* line 42, ../scss/breakpoints/_1030up.scss */
  #content {
    height: auto;
    min-height: 400px;
  }

  /* line 44, ../scss/breakpoints/_1030up.scss */
  .wrap {
    width: 1000px;
  }

  /* HOME */
  /* line 47, ../scss/breakpoints/_1030up.scss */
  .home {
    /*Sort out padding -bottom 60 */
  }
  /* line 48, ../scss/breakpoints/_1030up.scss */
  .home #content {
    height: 485px;
    overflow: hidden;
  }
  /* line 49, ../scss/breakpoints/_1030up.scss */
  .home #inner-content {
    position: relative;
  }

  /* line 53, ../scss/breakpoints/_1030up.scss */
  .home .flexslider .slides img {
    width: 100%;
    height: auto;
  }

  /* GALLERY */
  /* line 58, ../scss/breakpoints/_1030up.scss */
  .tax-gallery_cat {
    /*Sort out padding -bottom 60 */
  }
  /* line 59, ../scss/breakpoints/_1030up.scss */
  .tax-gallery_cat #content {
    height: 605px;
    overflow: hidden;
  }
  /* line 60, ../scss/breakpoints/_1030up.scss */
  .tax-gallery_cat #inner-content {
    position: relative;
  }

  /* line 63, ../scss/breakpoints/_1030up.scss */
  #galleryscroller {
    height: 445px;
  }
  /* line 64, ../scss/breakpoints/_1030up.scss */
  #galleryscroller .scrollpanel li,
  #galleryscroller .scrollpanel li img {
    height: 425px;
  }

  /* BIO & COPYRIGHT*/
  /* line 70, ../scss/breakpoints/_1030up.scss */
  #bio, #copyright {
    width: 829px;
    height: 345px !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* CONTACT */
  /* line 74, ../scss/breakpoints/_1030up.scss */
  .page-template-page-contact-php #content {
    height: 500px;
  }
  /* line 75, ../scss/breakpoints/_1030up.scss */
  .page-template-page-contact-php #inner-content {
    position: relative;
  }
  /* line 76, ../scss/breakpoints/_1030up.scss */
  .page-template-page-contact-php #contact-info {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 300px;
  }
  /* line 77, ../scss/breakpoints/_1030up.scss */
  .page-template-page-contact-php #contact-image {
    position: absolute;
    top: 70px;
    left: 300px;
    right: 0;
    padding: 0px;
    margin: 0;
  }
  /* line 78, ../scss/breakpoints/_1030up.scss */
  .page-template-page-contact-php #contact-image img {
    padding: 0 0 0 0;
  }
  /* line 79, ../scss/breakpoints/_1030up.scss */
  .page-template-page-contact-php #contact-info-2 {
    position: absolute;
    top: 295px;
    left: 300px;
    right: 0;
    text-align: right;
    width: 400px;
  }

  /**********************
     SLIDERS
  ***********************/
  /*  Sliders: Artworks / Books / Videos / Events */
  /* line 88, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat,
  .tax-book_cat,
  .page-template-page-videos,
  .page-template-page-events {
    /* Hide the slides before the JS is loaded. Avoids image jumping */
  }
  /* line 92, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #artslider,
  .tax-book_cat #artslider,
  .page-template-page-videos #artslider,
  .page-template-page-events #artslider {
    max-width: 657px;
    height: 405px !important;
    /*prevents jump*/
  }
  /* line 93, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #artslider .slides > li,
  .tax-book_cat #artslider .slides > li,
  .page-template-page-videos #artslider .slides > li,
  .page-template-page-events #artslider .slides > li {
    height: 405px !important;
  }
  /* line 95, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #carousel-wrapper,
  .tax-book_cat #carousel-wrapper,
  .page-template-page-videos #carousel-wrapper,
  .page-template-page-events #carousel-wrapper {
    height: 105px;
    padding: 10px 0 0;
    width: 1000px;
    margin: 10px auto 0;
  }
  /* line 96, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #carousel,
  .tax-book_cat #carousel,
  .page-template-page-videos #carousel,
  .page-template-page-events #carousel {
    width: 706px;
  }
  /* line 98, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #carousel .slides > li.carousel-thumbs,
  .tax-book_cat #carousel .slides > li.carousel-thumbs,
  .page-template-page-videos #carousel .slides > li.carousel-thumbs,
  .page-template-page-events #carousel .slides > li.carousel-thumbs {
    height: 95px;
  }
  /* line 99, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat .flex-caption,
  .tax-book_cat .flex-caption,
  .page-template-page-videos .flex-caption,
  .page-template-page-events .flex-caption {
    max-width: 98%;
    left: 7px;
    right: 7px;
  }

  /* line 102, ../scss/breakpoints/_1030up.scss */
  .page-template-page-videos {
    /*prevents jump*/
  }
  /* line 103, ../scss/breakpoints/_1030up.scss */
  .page-template-page-videos #artslider {
    width: 560px;
  }

  /* line 107, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #artslider {
    width: 720px !important;
  }
  /* line 108, ../scss/breakpoints/_1030up.scss */
  .tax-artwork_cat #carousel .slides > li.carousel-thumbs {
    width: 60px;
  }

  /* line 112, ../scss/breakpoints/_1030up.scss */
  .page-template-page-events #artslider .flex-direction-nav a {
    top: 75%;
  }
  /* line 113, ../scss/breakpoints/_1030up.scss */
  .page-template-page-events #carousel {
    width: 95%;
  }
  /* line 114, ../scss/breakpoints/_1030up.scss */
  .page-template-page-events #carousel .slides > li.carousel-thumbs {
    height: 81px;
  }

  /* line 117, ../scss/breakpoints/_1030up.scss */
  #book-image,
  #book-text {
    /*nheight*/
    height: 405px !important;
  }

  /****************************
      NAVS
  *****************************/
  /* line 126, ../scss/breakpoints/_1030up.scss */
  #bio-menu-wrapper,
  #gallery-menu-wrapper {
    height: 50px;
  }

  /* Align Bottom Navs To The Left */
  /* line 130, ../scss/breakpoints/_1030up.scss */
  #menu-biography-menu,
  #menu-gallery-menu {
    text-align: left !important;
  }
  /* line 132, ../scss/breakpoints/_1030up.scss */
  #menu-biography-menu li,
  #menu-gallery-menu li {
    padding-left: 0px;
  }
  /* line 133, ../scss/breakpoints/_1030up.scss */
  #menu-biography-menu li a,
  #menu-gallery-menu li a {
    padding-right: 30px;
  }

  /*  Position Top Nav To Left */
  /* line 139, ../scss/breakpoints/_1030up.scss */
  nav.topnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 405px !important;
  }

  /* line 141, ../scss/breakpoints/_1030up.scss */
  #menu-bibliography-menu,
  #menu-artworks-menu {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left !important;
  }
  /* line 144, ../scss/breakpoints/_1030up.scss */
  #menu-bibliography-menu li,
  #menu-artworks-menu li {
    float: none;
    text-align: left !important;
    display: block;
    padding: 0px !important;
    line-height: 16px;
  }
  /* line 146, ../scss/breakpoints/_1030up.scss */
  #menu-bibliography-menu li a,
  #menu-artworks-menu li a {
    padding-bottom: 0px;
  }

  /* Override Flexbox */
  /* line 152, ../scss/breakpoints/_1030up.scss */
  .flexbox #menu-bibliography-menu {
    display: block;
  }

  /* Main Nav */
  /* line 157, ../scss/breakpoints/_1030up.scss */
  #main-navigation {
    height: 405px !important;
    right: 0px;
    width: auto;
    padding: 0;
  }
  /* line 158, ../scss/breakpoints/_1030up.scss */
  #main-navigation ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px;
    display: block;
  }

  /* line 161, ../scss/breakpoints/_1030up.scss */
  .home #main-navigation {
    height: 100%;
    right: -240px;
    width: 240px;
    padding: 0 0 0 20px;
  }

  /* line 163, ../scss/breakpoints/_1030up.scss */
  #menu-hover-zone {
    height: 425px;
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    z-index: 100;
    background: transparent none repeat scroll 0 0;
  }

  /* line 165, ../scss/breakpoints/_1030up.scss */
  .tax-gallery_cat #main-navigation {
    height: 425px !important;
    padding: 0 0 0 20px;
    right: -160px;
    width: 120px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(https://5cd223.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(https://2c3793.claudeassets.com/20221127063650im_/http://www.nja-mahdaoui.com/website/wp-content/themes/responsive/library/css/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/*
     FILE ARCHIVED ON 19:00:48 Jun 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:17:12 Aug 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.608
  exclusion.robots: 0.086
  exclusion.robots.policy: 0.076
  esindex: 0.009
  cdx.remote: 23.027
  LoadShardBlock: 139.425 (3)
  PetaboxLoader3.datanode: 140.522 (4)
  PetaboxLoader3.resolve: 95.668 (2)
  load_resource: 98.978
*/