/*
	Theme Name: Polixeni Papapetrou, 2016
	Theme URI: http://www.polixenipapapetrou.net/
	Description: A custom Wordpress theme for Polixeni Papapetrou.
	Version: 1.1
	
	Author: Suture
	Author URI: http://www.suture.net
	
	Tags: fluid-layout, responsive-layout
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	TABLE OF CONTENTS

	#VARIABLES
	#FUNCTIONS
	#NORMALIZE
	#HELPERS
	#ANIMATION
	#LAYOUT
	#GRID
	#TYPOGRAPHY
	#HEADER
	#NAVIGATION
	#FOOTER
	#FORMS
	#ICONS
	#IMAGES
	#ELEMENTS
	#PAGES
	#PLUGINS
	#WIDGETS
	#MOBILEMENU
	#MEDIA QUERIES
	
	Updated: {{TIMESTAMP}}
	
*/
/* #VARIABLES ======================================= */
/* @group VARIABLES - COLORS */
/* @end */
/* #FUNCTIONS ======================================= */
/* #NORMALIZE ======================================= */
/* @group NORMALIZE */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* @end */
/* #HELPERS ========================================= */
/* @group OUTLINES  */
* {
  outline: none;
}

:focus {
  outline: 0;
}

/* @end */
/* @group HELPERS  */
.hidden,
.hide {
  display: none;
}

.muted,
.muted a {
  color: #999999;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Display 'table' to allow centering */
.table {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.table-right {
  display: table;
  margin: 0 0 0 auto;
}

.desktop-hidden,
.print-visible {
  display: none;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

/* @end */
/* @group CLEARFIX  */
/*
	Assign the class "cf" to any  wrapper that needs to clear it's children
	http://nicolasgallagher.com/micro-clearfix-hack/
*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/*
	For IE 6/7 only
	Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1;
}

/* @end */
/* #ANIMATION ======================================= */
/* #LAYOUT ========================================== */
/* @group LAYOUT */
.wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
}

/* @end */
/* @group LAYOUT - HEADER */
.header-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  min-height: 200px;
  float: left;
  background-color: #ffffff;
}

header {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  display: block;
  clear: left;
  position: relative;
  background-color: #ffffff;
}

.header-widgets {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  position: relative;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0 0 20px;
  background-color: #ffffff;
}

/* @end */
/* @group LAYOUT - NAV */
nav {
  width: 100%;
  top: 0;
  left: 0;
  margin: 10px 0 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
  background-color: #ffffff;
}

/* @end */
/* @group LAYOUT - SLIDER */
.slider-wrapper {
  max-width: 700px;
}

/* @end */
/* @group LAYOUT - CONTENT */
.main-content-wrapper {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.main-content {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 0 40px;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
  display: block;
  /* http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
  min-height: 400px;
  height: auto !important;
  width: 100%;
}

aside {
  padding-top: 20px;
}

/* @end */
/* @group LAYOUT - FOOTER */
footer {
  display: block;
  clear: left;
  padding: 0 0 40px;
  margin: 0;
}

.footer-widgets {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  position: relative;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0;
}

.credits {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  clear: both;
  margin: 0;
  display: block;
}

/* @end */
/* #GRID ============================================ */
/* @group GRID - CUSTOMIZED */
*, *:after, *:before {
  box-sizing: border-box;
}

[class*='col-'] {
  float: left;
  padding-right: 20px;
  /* http://css-tricks.com/make-sure-columns-dont-collapse-horizontally/ */
  min-height: 1px;
}

.grid {
  width: 100%;
  max-width: 1140px;
  /* 767 minus 100px + 1 for padding (50px on either side) */
  min-width: 666px;
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0px;
}

.push-right {
  float: right;
}

/* @end */
/* @group GRID - CONTENT COLUMNS */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* @end */
/* @group GRID - LAYOUT COLUMNS */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* @end */
/* @group GRID - PUSHING BLOCKS */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

/* @end */
@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    /* grid-space to left */
    padding-left: 20px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
    padding-right: 10px;
  }
  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    /* column-space */
    padding-right: 10px;
  }
  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    /* column-space */
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}

/* @group GRID - NESTED */
.row {
  margin: 0;
  overflow: hidden;
}

.row:last-child {
  margin-bottom: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (min-width: 539px) {
  .row {
    margin: 0 -10px 20px;
  }
  .column-1-1 {
    float: left;
    width: 100%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-3-4 {
    float: left;
    width: 75%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-2-3 {
    float: left;
    width: 66.66%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-2 {
    float: left;
    width: 50%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-3 {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-4 {
    float: left;
    width: 25%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-5 {
    float: left;
    width: 20%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-6 {
    float: left;
    width: 16.66%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-8 {
    float: left;
    width: 25%;
    padding: 0 10px;
    min-height: 1px;
  }
  .column-1-8:nth-child(4n+1) {
    clear: both;
  }
}

@media all and (min-width: 960px) {
  .column-1-6 {
    width: 33.33%;
  }
  .column-1-6:nth-child(3n+1) {
    clear: none;
  }
  .column-1-8 {
    width: 12.5%;
  }
  .column-1-8:nth-child(4n+1) {
    clear: none;
  }
}

/* @end */
/* @group COLUMNS - ### DELETE ### */
.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.two-third {
  width: 65.33%;
}

.one-fourth {
  width: 22%;
}

.three-fourth {
  width: 74%;
}

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  position: relative;
  float: left;
  margin: 10px 3.33% 0 0;
}

.column-last {
  margin-right: 0 !important;
  clear: right;
}

.column-last:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

/* @end */
/* #TYPOGRAPHY ====================================== */
/* @group BODY */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 62.5%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

/* @end */
/* @group TYPOGRAPHY */
.header-widgets,
.main-content,
footer {
  font-size: 1.4em;
  line-height: 1.6em;
}

p {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #ff3399;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #ff3399;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #999999;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  word-wrap: break-word;
}

h1 {
  font-size: 2.2em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  padding: 20px 0;
  margin: 0;
  font-weight: 300;
}

h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: 300;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 15px 0 10px;
  margin: 0;
  font-weight: 600;
  color: #000000;
}

h4 {
  font-size: 1.4em;
  line-height: 1.2em;
  padding: 15px 0 10px;
  margin: 0;
}

h5 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 15px 0 10px;
  margin: 0;
}

h6 {
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: .1em;
  padding: 15px 0 10px;
  margin: 0;
}

h2 a:link,
h2 a:visited {
  color: #333333;
  text-decoration: none;
}

h2 a:hover {
  color: #ff3399;
}

small {
  font-size: .85em;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  clear: both;
}

abbr[title] {
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  margin: 10px 0 20px;
  padding: 10px 10px 10px 20px;
  border-left: 10px solid #ff3399;
}

blockquote p {
  margin-bottom: 0;
  padding: 0;
}

cite {
  color: #999999;
  display: inline-block;
  padding-top: 10px;
}

blockquote cite:before {
  content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

q,
em,
cite,
i,
var {
  font-style: italic;
}

.pullquote {
  color: #333333;
  text-align: center;
  margin: 30px;
  line-height: 1.3em;
  font-size: 1.4em;
}

del,
s,
strike {
  text-decoration: line-through;
}

u {
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.centre,
.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

address {
  display: block;
  font-style: normal;
  margin: 0;
  padding: 10px 0;
}

.highlight {
  background-color: #ffffcc;
  padding: 1px;
}

/* @end */
/* @group SELECTION  */
/* Safari */
p::-moz-selection {
  background: #fff292;
}

p::selection {
  background: #fff292;
}

/* Firefox */
p::-moz-selection {
  background: #fff292;
}

/* @end */
/* #HEADER ========================================== */
/* @group HEADER WIDGETS */
.header-widget {
  padding-top: 10px;
}

.search-container {
  width: 100%;
  display: block;
  float: left;
  padding-top: 61px;
}

/* @end */
/* @group LOGO */
.logo-container {
  display: block;
  padding: 0;
  width: 100%;
}

img.logo {
  height: auto;
  width: auto;
  max-width: 400px;
  padding-top: 80px;
}

/* @end */
/* #NAVIGATION ====================================== */
/* @group SIDEBAR MENU */
ul.sidebar-menu {
  padding: 0;
  margin: 30px 0 0;
}

ul.sidebar-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.sidebar-menu a {
  display: block;
  padding: 3px 10px 3px 0;
  color: #999999;
  text-decoration: none;
}

ul.sidebar-menu a:active,
ul.sidebar-menu a:hover {
  color: #000000;
}

/* Nested List */
ul.sidebar-menu ul {
  padding: 0;
  margin: 15px 0;
}

ul.sidebar-menu ul li {
  font-size: .85em;
  letter-spacing: 0;
  text-transform: none;
}

ul.sidebar-menu ul a {
  padding: 0 10px 0 0;
}

/* Current Item */
ul.sidebar-menu .current-menu-item a,
.exhibitions-page li.exhibitions-menu-item a,
.artworks-page li.works-menu-item a,
.articles-page li.articles-menu-item a,
.essays-page li.essays-menu-item a,
.news-page li.news-menu-item a {
  color: #ff3399;
}

/* Prevent Submenus from appearing as 'Current' when the parent is current */
.current-menu-item li a:link,
.current-menu-item li a:visited {
  color: #999999;
}

/* @end */
/* #FOOTER ========================================== */
/* @group CREDITS */
.credits {
  color: #999999;
}

.credits a:link,
.credits a:visited {
  color: #999999;
}

.credits a:hover,
.credits a:active {
  color: #000000;
  text-decoration: none;
}

ul.footer-notes {
  font-size: .8em;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 20px;
}

ul.footer-notes li {
  display: inline;
  border-right: 1px solid #999999;
  padding: 0 10px 0 5px;
  margin: 0;
}

ul.footer-notes li:last-child {
  border-right-style: none;
  line-height: 1em;
}

/* @end */
/* #FORMS =========================================== */
/* @group FORMS - RESET */
textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=submit] {
  -webkit-appearance: none;
}

/* @end */
/* @group FORMS - GENERAL */
form {
  padding: 0;
  margin: 0;
}

fieldset {
  border: 1px solid #999999;
  margin: 10px 0;
  padding: 10px;
}

legend {
  padding-right: 10px;
  padding-left: 10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: .95em;
  line-height: 1em;
  height: 40px;
  color: #666666;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 11px;
}

textarea {
  padding: 11px !important;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  line-height: 1.2em;
  min-height: 160px;
  color: #666666;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

input[type=text].half-width,
input[type=email].half-width,
input[type=password].half-width,
input[type=tel].half-width,
input[type=url].half-width,
input[type=search].half-width,
input[type=date].half-width {
  width: 50%;
}

textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus {
  background-color: #ececec;
}

input[type=submit],
input[type=reset],
button[type=submit],
button[type=reset] {
  cursor: pointer;
  padding: 10px 40px;
  margin: 5px 2px;
  background-color: #666666;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  border: none;
  color: #ffffff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background-color: #ff3399;
}

select {
  padding: 8px !important;
  width: 100%;
  border: 1px !important;
  border: none !important;
  font-size: 1em;
  line-height: 1em;
  color: #666666;
  background-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

input[type=submit].disabled,
input[type=reset].disabled,
button[type=submit].disabled,
button[type=reset].disabled {
  color: #ffffff;
  background-color: #cccccc;
}

input[type=submit].secondary,
input[type=reset].secondary,
button[type=submit].secondary,
button[type=reset].secondary {
  color: #ffffff;
  background-color: #999999;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked + label {
  font-weight: bold;
}

textarea {
  max-width: 100%;
}

label {
  color: #666666;
  display: block;
  font-size: .9em;
}

span.required {
  color: #333333;
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

.placeholder {
  color: #999999;
}

input:disabled,
input.disabled {
  color: #cccccc;
  background-color: #f4f4f4;
  box-shadow: none;
  border-bottom-style: none;
}

input[type=text].error,
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=url].error,
input[type=search].error,
input[type=date].error,
textarea.error {
  background-color: #ffe8ea;
}

/* @end */
/* @group FORMS - CUSTOM */
form.essay-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

form.essay-text label {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 1.3em;
  font-weight: 300;
}

/* @end */
/* @group FORMS - NINJA */
span.ninja-forms-req-symbol {
  color: #333333;
}

.ninja-forms-form .label-above label {
  font-weight: normal;
  font-style: normal;
}

/* @end */
/* @group WORDPRESS - COMMENTS */
/* This div wraps around the entire comments section including the form */
.comments {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* This is the discussion ul */
.comment-list {
  margin: 20px 0;
  padding: 0;
}

/* The following classes are applied to li */
li.comment {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

/* This is a div within the above li */
.comment-body {
  display: block;
  margin: 0;
  padding: 20px 0 10px;
  min-height: 140px;
  border-top: 1px solid white;
  width: 100%;
}

/* This is contained within the above "comment-body" div */
.comment-author {
  float: left;
  display: inline-block;
  clear: left;
  width: 20%;
  top: 0;
  left: 0;
  position: relative;
  text-align: center;
}

.comment-author img.avatar {
  border-radius: 36px;
}

cite.fn {
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
  clear: both;
}

.says {
  display: none;
}

/* The Date */
.comment-body p {
  display: block;
  padding: 10px 0 10px 20%;
  margin: 0;
  white-space: normal;
  position: relative;
}

.reply {
  text-align: right;
  padding: 0 10px 0 0;
}

/* @end */
/* @group WORDPRESS - COMMENT FORM */
.form-allowed-tags {
  display: none;
}

/* @end */
/* #ICONS =========================================== */
/* @group ICONS */
.fallback-text {
  display: none;
}

/* 
	Do not copy the following to your Shopify theme. 
	Shopify uses a special filter for the assets URL, 
	not a relative path as used below. 
*/
/* Custom icons created with Icomoon */
@font-face {
  font-family: "icons";
  src: url("icons/icons.eot?3da55r");
  src: url("icons/icons.eot ??3da55r#iefix ") format("embedded-opentype"), url("icons/icons.ttf?3da55r") format("truetype"), url("icons/icons.woff?3da55r") format("woff"), url("icons/icons.svg?3da55r") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*="icon"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
  margin-left: 4px;
}

.icon-dot:before {
  content: "\2022";
}

/* This came from Slick, not sure where it's used */
.icon-reload:before {
  content: "\61";
}

.icon-arrow-down:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e900";
}

.icon-cross-hairs:before {
  content: "\e903";
}

.icon-list-view:before {
  content: "\e901";
}

.icon-grid-view:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-close:before,
.icon-times:before {
  content: "\e60f";
}

.icon-visa:before {
  content: "\e618";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-amex:before {
  content: "\e601";
}

.icon-bitcoin:before {
  content: "\e602";
}

.icon-cirrus:before {
  content: "\e604";
}

.icon-dankort:before {
  content: "\e605";
}

.icon-diners:before {
  content: "\e606";
}

.icon-discover:before {
  content: "\e607";
}

.icon-facebook:before {
  content: "\e609";
}

.icon-fancy:before {
  content: "\e60a";
}

.icon-google-plus:before {
  content: "\e60c";
}

.icon-google-wallet:before {
  content: "\e60d";
}

.icon-jcb:before {
  content: "\e60e";
}

.icon-linkedin:before {
  content: "\e610";
}

.icon-maestro:before {
  content: "\e611";
}

.icon-mastercard:before {
  content: "\e612";
}

.icon-paypal:before {
  content: "\e613";
}

.icon-pinterest:before {
  content: "\e614";
}

.icon-twitter:before {
  content: "\e616";
}

/* @end */
/* @group ICONS - SOCIAL */
.social-icons {
  list-style: none;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  padding: 0 1px;
  margin: 5px 0;
}

.social-icons .fa {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-icons.icon-small .fa {
  font-size: 1.1em;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.social-icons.icon-medium .fa {
  font-size: 1.4em;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.social-icons.icon-large .fa {
  font-size: 1.7em;
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

.social-icons.icon-rounded .fa {
  border-radius: 6px;
}

.social-icons.icon-square .fa {
  border-radius: 0;
}

.social-icons.icon-shadow .fa:hover,
.social-icons.icon-shadow .fa:active {
  box-shadow: 1px 1px 3px #333333;
}

.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icons.icon-rotate .fa:hover,
.social-icons.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-icons.icon-colour .fa-behance,
.social-icons.icon-hover-colour .fa-behance.fa:hover {
  background-color: #0074ff;
}

.social-icons.icon-colour .fa-codepen,
.social-icons.icon-hover-colour .fa-codepen.fa:hover {
  background-color: #000000;
}

.social-icons.icon-colour .fa-dribbble,
.social-icons.icon-hover-colour .fa-dribbble.fa:hover {
  background-color: #ea4c89;
}

.social-icons.icon-colour .fa-dropbox,
.social-icons.icon-hover-colour .fa-dropbox.fa:hover {
  background-color: #1f8ce6;
}

.social-icons.icon-colour .fa-facebook,
.social-icons.icon-hover-colour .fa-facebook.fa:hover {
  background-color: #3b5998;
}

.social-icons.icon-colour .fa-flickr,
.social-icons.icon-hover-colour .fa-flickr.fa:hover {
  background-color: #ff0084;
}

.social-icons.icon-colour .fa-foursquare,
.social-icons.icon-hover-colour .fa-foursquare.fa:hover {
  background-color: #0072b1;
}

.social-icons.icon-colour .fa-google-plus,
.social-icons.icon-hover-colour .fa-google-plus.fa:hover {
  background-color: #dd4b39;
}

.social-icons.icon-colour .fa-instagram,
.social-icons.icon-hover-colour .fa-instagram.fa:hover {
  background-color: #517fa4;
}

.social-icons.icon-colour .fa-linkedin,
.social-icons.icon-hover-colour .fa-linkedin.fa:hover {
  background-color: #007bb6;
}

.social-icons.icon-colour .fa-pinterest,
.social-icons.icon-hover-colour .fa-pinterest.fa:hover {
  background-color: #cb2027;
}

.social-icons.icon-colour .fa-rss,
.social-icons.icon-hover-colour .fa-rss.fa:hover {
  background-color: #ff6600;
}

.social-icons.icon-colour .fa-skype,
.social-icons.icon-hover-colour .fa-skype.fa:hover {
  background-color: #00aff0;
}

.social-icons.icon-colour .fa-tumblr,
.social-icons.icon-hover-colour .fa-tumblr.fa:hover {
  background-color: #32506d;
}

.social-icons.icon-colour .fa-twitter,
.social-icons.icon-hover-colour .fa-twitter.fa:hover {
  background-color: #00aced;
}

.social-icons.icon-colour .fa-vimeo-square,
.social-icons.icon-hover-colour .fa-vimeo-square.fa:hover {
  background-color: #1ab7ea;
}

.social-icons.icon-colour .fa-vine,
.social-icons.icon-hover-colour .fa-vine.fa:hover {
  background-color: #00bf8f;
}

.social-icons.icon-colour .fa-youtube,
.social-icons.icon-hover-colour .fa-youtube.fa:hover {
  background-color: #bb0000;
}

.social-icons.icon-colour .fa,
.social-icons.icon-hover-colour .fa:hover {
  color: #ffffff;
}

.social-icons.icon-monochrome .fa {
  color: #ffffff;
  background-color: #333333;
}

.social-icons.icon-hover-monochrome .fa:hover {
  color: #333333;
  background-color: #cccccc;
}

.social-icons.icon-silhouette .fa {
  color: #cccccc;
  background: none;
}

.social-icons.icon-hover-silhouette .fa:hover {
  color: #333333;
  background: none;
}

.social-icons.icon-border .fa {
  color: #333333;
  background: none;
  border: 1px solid #333333;
}

.social-icons.icon-hover-border .fa:hover {
  color: #ff3399;
  background: none;
  border: 1px solid #ff3399;
}

/* @end */
/* @group SOCIAL SHARE LINKS */
.share-affix {
  position: fixed;
  top: 50px;
  left: 0px;
}

.share-icon {
  background-repeat: no-repeat;
  background-image: url("images/social-icons.png");
  height: 40px;
  width: 40px;
  display: inline-block;
  text-indent: -99999px;
  margin: 2px;
  opacity: .9;
  filter: Alpha(Opacity=90);
}

.share-icon:hover {
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.share-icon-digg {
  background-position: -526px 0;
}

.share-icon-email {
  background-position: -614px 0;
}

.share-icon-flickr {
  background-position: -261px 0;
}

.share-icon-foursquare {
  background-position: 0 0;
}

.share-icon-rss {
  background-position: -305px 0;
}

.share-icon-facebook {
  background-position: -131px 0;
}

.share-icon-twitter {
  background-position: -174px 0;
}

.share-icon-tumblr {
  background-position: -87px 0;
}

.share-icon-linkedin {
  background-position: -438px 0;
}

.share-icon-vimeo {
  background-position: -393px 0;
}

.share-icon-instagram {
  background-position: -44px 0;
}

.share-icon-pinterest {
  background-position: -349px 0;
}

.share-icon-googleplus {
  background-position: -218px 0;
}

.share-icon-in1 {
  background-position: -482px 0;
}

.share-icon-stumbleupon {
  background-position: -570px 0;
}

.share-square {
  -moz-transition: all 0.2s linear 0s;
  background: url("images/social-icons.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 32px;
  line-height: 0;
  margin: 2px;
  width: 32px;
}

.share-square-behance {
  background-position: -544px -44px;
}

.share-square-behance:hover {
  background-position: -544px -77px;
}

.share-square-delicious {
  background-position: -512px -44px;
}

.share-square-delicious:hover {
  background-position: -512px -77px;
}

.share-square-deviantart {
  background-position: -480px -44px;
}

.share-square-deviantart:hover {
  background-position: -480px -77px;
}

.share-square-digg {
  background-position: -448px -44px;
}

.share-square-digg:hover {
  background-position: -448px -77px;
}

.share-square-dribbble {
  background-position: -416px -44px;
}

.share-square-dribbble:hover {
  background-position: -416px -77px;
}

.share-square-email {
  background-position: -674px -44px;
}

.share-square-email:hover {
  background-position: -674px -77px;
}

.share-square-facebook {
  background-position: -384px -44px;
}

.share-square-facebook:hover {
  background-position: -384px -77px;
}

.share-square-flickr {
  background-position: -352px -44px;
}

.share-square-flickr:hover {
  background-position: -352px -77px;
}

.share-square-forrst {
  background-position: -320px -44px;
}

.share-square-forrst:hover {
  background-position: -320px -77px;
}

.share-square-googleplus {
  background-position: -288px -44px;
}

.share-square-googleplus:hover {
  background-position: -288px -77px;
}

.share-square-in1 {
  background-position: -576px -44px;
}

.share-square-in1:hover {
  background-position: -576px -77px;
}

.share-square-instagram {
  background-position: -608px -44px;
}

.share-square-instagram:hover {
  background-position: -608px -77px;
}

.share-square-lastfm {
  background-position: -256px -44px;
}

.share-square-lastfm:hover {
  background-position: -256px -77px;
}

.share-square-linkedin {
  background-position: -224px -44px;
}

.share-square-linkedin:hover {
  background-position: -224px -77px;
}

.share-square-pinterest {
  background-position: -192px -44px;
}

.share-square-pinterest:hover {
  background-position: -192px -77px;
}

.share-square-rss {
  background-position: -160px -44px;
}

.share-square-rss:hover {
  background-position: -160px -77px;
}

.share-square-skype {
  background-position: -128px -44px;
}

.share-square-skype:hover {
  background-position: -128px -77px;
}

.share-square-stumbleupon {
  background-position: -640px -44px;
}

.share-square-stumbleupon:hover {
  background-position: -640px -77px;
}

.share-square-tumblr {
  background-position: -96px -44px;
}

.share-square-tumblr:hover {
  background-position: -96px -77px;
}

.share-square-twitter {
  background-position: -64px -44px;
}

.share-square-twitter:hover {
  background-position: -64px -77px;
}

.share-square-vimeo {
  background-position: -32px -44px;
}

.share-square-vimeo:hover {
  background-position: -32px -77px;
}

.share-square-youtube {
  background-position: 0 -44px;
}

.share-square-youtube:hover {
  background-position: 0 -77px;
}

/* @end */
/* @group SCROLL UP */
/* Width and height define size of icon */
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}

/* @end */
/* #IMAGES ========================================== */
/* @group IMAGES */
.image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

img.size-large,
.image-full-width {
  width: 100%;
  height: auto;
  padding: 0;
}

/* @end */
/* #ELEMENTS ======================================== */
/* @group LISTS */
ol, ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 30px;
}

/* 
	The selector article & footer are required to 
	prevent extra padding messing up the Mobile Nav 
*/
article li,
footer li {
  list-style-type: disc;
  padding: 1px 0 1px 5px;
  margin-left: 10px;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

ol li ol li {
  list-style-type: lower-roman;
}

ol ol, ul ul {
  padding: 5px 0 5px 30px;
}

.horizontal-list-divider {
  list-style: none;
  padding: 0;
  margin-top: 10px !important;
}

.horizontal-list-divider li {
  display: inline-block;
  border-bottom: none !important;
  padding: 5px 20px 5px 8px;
}

.horizontal-list-divider li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.horizontal-list-divider li:not(:last-child) {
  border-right: 1px solid #cccccc;
}

/* @end */
/* @group SIDEBAR - LISTS */
.articles-list ul,
.essay-list ul {
  padding-left: 5px;
  padding-top: 0;
}

.articles-list li,
.essay-list li {
  margin: 0;
  padding: 0 0 2px;
  list-style-type: disc;
}

/* @end */
/* @group ALERTS */
.alert {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 1px 30px 1px 15px;
  border-radius: 6px;
  position: relative;
  clear: left;
}

.alert h3,
.alert h4,
.alert p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.alert ul {
  list-style-type: disc;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.white {
  background-color: #f9f9f9;
}

.green {
  background-color: #dffcd0;
}

.blue {
  background-color: #e3f9fe;
}

.yellow {
  background-color: #ffffcc;
}

.red {
  background-color: #ffcccc;
}

a.dismiss-alert:link,
a.dismiss-alert:visited {
  position: absolute;
  top: 18px;
  display: block;
  z-index: 60;
  width: 16px;
  height: 16px;
  right: 15px;
  color: #333333;
  padding: 0;
  font-size: 1.1em;
}

a.dismiss-alert:hover {
  text-decoration: none;
  color: #ff3399;
}

/* @end */
/* @group ALERTS - NINJA FORMS */
.ninja-forms-response-msg {
  display: block;
  width: 100%;
  padding: 15px 30px 12px 15px;
  border-radius: 6px;
  position: relative;
  clear: left;
  margin: 0;
}

.ninja-forms-error-msg {
  background-color: #ffcccc;
  margin: 20px 0 20px;
}

.ninja-forms-success-msg {
  background-color: #dffcd0;
  margin: 20px 0 20px;
}

.ninja-forms-response-msg p {
  padding: 0;
}

/* @end */
/* @group TABLES */
table {
  left: 0;
  top: 0;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

th {
  height: 50px;
  padding: 6px 0 0;
  margin: 0;
  background-color: #eaeaea;
  color: #333333;
  letter-spacing: .1em;
  border-right: 1px solid #ffffff;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  text-align: center;
}

tr.header a {
  text-decoration: none;
  color: #333333;
}

tr.header a:hover {
  text-decoration: none;
  color: #ff3399;
}

td {
  height: 32px;
  margin: 0;
  padding: 5px;
  border-right: 1px solid #ffffff;
  text-align: left;
}

tr {
  border-top: 1px solid #ffffff;
}

.zebra tr:nth-child(odd) {
  background-color: #fafafa;
}

.zebra tr:nth-child(even) {
  background-color: #f4f4f4;
}

.zebra tr:hover,
tr:hover {
  background-color: #f0fbff;
}

/* @end */
/* @group DEFINITION LISTS */
.table-display {
  width: 100%;
  margin: 15px 0 30px;
  padding: 0;
  display: block;
  float: left;
  clear: both;
  position: relative;
  border-bottom: 1px solid #999999;
}

.table-display dt {
  float: left;
  width: 30%;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #999999;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
}

.table-display dd {
  float: left;
  margin: 0;
  width: 70%;
  padding: 5px 0 5px 5%;
  border-top: 1px solid #999999;
  position: relative;
  display: inline-block;
}

/* @end */
/* @group TALK BUBBLES */
.bubble {
  margin: 10px 10px 20px;
  padding: 10px 70px 20px 20px;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #ff99cc url(images/quote.png) no-repeat 96% 70%;
}

.bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60px;
  border-top: 20px solid;
  border-top-color: #ff99cc;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.bubble p {
  color: #ffffff;
  padding-bottom: 0;
  line-height: 1.4em;
  font-size: 1.2em;
}

p.citation {
  padding-left: 60px;
}

/* @end */
/* @group TABS */
.tab-panel {
  padding: 15px;
  width: auto;
  margin: 0 0 20px;
  border-top: 1px solid #eaeaea;
}

ul.tabs {
  margin: 20px 0 0;
  padding: 0;
}

.tabs li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0 2px 0 0;
}

.tabs a {
  padding: 10px 15px 8px 015px;
  display: inline-block;
  background-color: #eaeaea;
  color: #333333;
  text-decoration: none;
  outline: none;
  letter-spacing: 1px;
}

.tabs a:hover {
  background-color: #333333;
  color: #ffffff;
}

.tabs a:active {
  background: #ff3399;
  color: #ffffff;
}

.tabs a.current {
  background: #ffffff;
  color: #333333;
}

.tab-panel h1,
.tab-panel h2,
.tab-panel h3,
.tab-panel h4,
.tab-panel h5,
.tab-panel h6 {
  color: #333333;
}

/* @end */
/* @group ACCORDION */
.accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion .expandee {
  margin-bottom: 10px;
}

.accordion .expandee .trigger {
  padding: 12px 15px;
  background: #eaeaea url(images/icon-toggle-plus.png) no-repeat 98% center;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
  letter-spacing: .1em;
  outline: none;
}

.accordion .expandee .trigger:hover {
  background-color: #cccccc;
}

.accordion .expandee.expanded .trigger {
  padding: 15px;
  background: #eaeaea url(images/icon-toggle-minus.png) no-repeat 98% center;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
}

.accordion .expandee .target {
  padding: 15px;
  background: #ffffff;
}

/* @end */
/* @group PAGINATION */
.pagination {
  padding: 10px 0 0;
  position: relative;
  display: table;
  margin: 30px auto 10px;
  width: auto;
}

.pagination a,
.pagination .current,
.pagination .dots {
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  color: #999999;
  font-size: 1.4em;
  padding: 6px 8px 0;
  text-decoration: none;
  height: 35px;
  width: auto;
  margin-right: 3px;
  margin-left: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.pagination a:hover {
  color: #333333;
}

.pagination a:active {
  color: #ff3399;
}

.pagination .current {
  color: #000000;
}

.pagination .dots {
  color: #333333;
  border-bottom-style: none;
}

a.next.page-numbers,
a.prev.page-numbers,
.pagination .dots {
  border-bottom-style: none;
  letter-spacing: 2px;
}

a:hover.next.page-numbers,
a:hover.prev.page-numbers {
  color: #000000;
  border-bottom-style: none;
}

a:active.next.page-numbers,
a:active.prev.page-numbers {
  color: #333333;
  border-bottom-style: none;
}

/* @end */
/* @group BREADCRUMB */
.breadcrumb {
  padding: 0;
  color: #333333;
  margin: 0;
}

.breadcrumb a:link {
  text-decoration: none;
  color: #ff3399;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #000000;
}

.breadcrumb .separator {
  background: url(images/icon-breadcrumb.png) no-repeat 10px;
  padding-left: 15px;
  padding-right: 15px;
}

/* @end */
/* @group VIDEO */
iframe {
  border-style: none;
}

/* @end */
/* @group TAG CLOUD */
.tagcloud {
  padding: 0;
  display: block;
  margin: 10px 0;
  width: 100%;
}

.tagcloud a {
  display: inline-block;
  float: left;
  position: relative;
  color: #ffffff !important;
  background-color: #cccccc;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 2px 5px;
  text-decoration: none;
  font-size: .9em;
  margin: 0 2px 2px 0;
}

.tagcloud a:hover {
  color: #ffffff;
  background-color: #333333;
}

.tagcloud a:active {
  color: #ffffff;
  background-color: #ff3399;
}

.tagcloud .current-tag a {
  color: #999999 !important;
  background-color: #eaeaea;
}

li.current-tag a {
  color: #333333;
}

/* @end */
/* @group BUTTONS */
.button {
  cursor: pointer;
  padding: 10px 15px;
  margin: 5px 2px;
  background-color: #333333;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  border: none;
  color: #ffffff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
}

a.button,
a:visited.button,
a:link.button {
  color: #ffffff;
  text-decoration: none;
}

.button.large {
  padding: 15px 20px;
  font-size: 1.4em;
}

.button.small {
  padding: 9px;
  font-size: .9em;
}

.button.mini {
  padding: 8px;
  font-size: .8em;
}

.button.pink {
  background: #ff3399;
}

.button.red {
  background: #cc3333;
}

.button.orange {
  background: #e6561b;
}

.button.yellow {
  background: #ffb650;
}

.button.green {
  background: #649e56;
}

.button.blue {
  background: #45a1cb;
}

.button.purple {
  background: #9054ac;
}

.button.white {
  background: #ffffff;
}

.button.grey {
  background: #cccccc;
}

.button.black {
  background: #333333;
}

.button:hover,
a.button:hover {
  text-decoration: none;
  background: #666666;
}

.button:active,
a.button:active {
  text-decoration: none;
  background: #ff3399;
}

/* @end */
/* @group WORDPRESS - PDF ATTACHMENTS */
span.pdf-attachment img,
p.pdf-attachment img {
  display: none;
}

p.pdf-attachment {
  left: -5px;
  position: relative;
  padding: 10px 0 20px;
  margin: 0;
  font-weight: 600;
}

/* @end */
/* #PAGES =========================================== */
/* @group SEARCH RESULTS */
p.search-query {
  font-size: 1.1em;
  color: #999999;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* @end */
/* @group BLOG - META */
.blog-post-meta {
  padding: 10px 0;
  width: 100%;
  font-size: .9em;
  margin: 0;
  display: block;
}

/* @end */
/* @group BLOG & WORKS - NAV */
/* Change Opacity to 0 if you want to hide the arrows until hover. */
p.post-nav a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: .8;
  top: 10px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

p.post-nav a {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

p.post-nav a:hover {
  opacity: 1;
}

span.next-post a {
  background-position: -60px 0;
  right: 0;
}

span.previous-post a {
  left: auto;
  right: 60px;
}

/* @end */
/* @group BLOG - TAGS */
.post-tags a {
  display: inline-block;
  float: left;
  position: relative;
  color: #cccccc;
  text-transform: uppercase;
  padding: 2px 7px;
  text-decoration: none;
  margin: 0 4px 4px 0;
  letter-spacing: .15em;
  font-size: .85em;
  text-align: center;
  font-weight: 600;
  border-radius: 1px;
  border: 1px solid #cccccc;
}

.post-tags a:hover {
  color: #ffffff;
  border: 1px solid #ff3399;
  background-color: #ff3399;
}

.post-tags a:active,
.post-tags .current-tag a {
  color: #ffffff;
  border: 1px solid #333333;
  background-color: #333333;
}

/* @end */
/* @group BLOG - SHARE LINKS */
.post-share-links {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
  text-align: right;
}

#sharelinks {
  display: none;
}

/* @end */
/* @group WORDPRESS - ADVANCED EXCERPT */
.read-more {
  font-style: italic;
}

/* @end */
/* @group TRIBUTES (RECORDS) */
.tributes {
  margin: 0 0 30px;
  padding: 0;
  display: block;
}

.tributes ul {
  margin: 0;
  padding: 0;
}

.tributes ul li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 10px;
  padding-bottom: 0;
  margin-top: 20px;
}

.tributes ul li h5 {
  padding: 0;
  margin: 0;
}

/* @end */
/* @group PRESS ARTICLES (RECORDS) */
.press-articles {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  clear: both;
}

.press-articles ul {
  margin: 0;
  padding: 0;
}

.press-articles ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.press-articles h3 a {
  color: #000000;
}

.press-articles h3 a:hover {
  color: #ff3399;
  text-decoration: none;
}

/* @end */
/* @group BLOG (RECORDS) */
.news {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  clear: both;
}

.news ul {
  margin: 0;
  padding: 0;
}

.news ul li {
  list-style-type: none;
}

li.news-post-item {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}

li.news-post-item:last-child {
  border-bottom: none;
}

.news-image {
  float: left;
  display: inline-block;
  margin-right: 3%;
  width: 32%;
}

.news-image img {
  margin-bottom: 15px;
}

.news-description {
  float: left;
  display: inline-block;
  width: 65%;
}

.col-1-1 .news-image {
  margin-right: 2%;
  width: 10%;
}

.col-1-1 .news-description {
  width: 88%;
}

.news-description h4 {
  padding-top: 10px;
  padding-bottom: 2px;
}

/* @end */
/* @group EXHIBITION (RECORDS) */
.exhibition {
  margin: 0 0 30px;
  padding: 0;
  display: block;
  clear: both;
}

.exhibition ul {
  margin: 0;
  padding: 0;
}

.exhibition ul li {
  list-style-type: none;
}

.exhibition li {
  margin: 0;
  padding: 20px 0 15px;
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}

.exhibitions li:last-child {
  border-bottom: none;
}

.exhibition-image {
  float: left;
  display: inline-block;
  margin-right: 3%;
  margin-top: 30px;
  width: 32%;
}

.exhibition-description {
  float: left;
  display: inline-block;
  width: 65%;
}

.col-1-1 .exhibition-image {
  margin-right: 2%;
  width: 10%;
}

.col-1-1 .exhibition-description {
  width: 88%;
}

.exhibition-description h4 {
  padding-top: 10px;
  padding-bottom: 2px;
}

/* @end */
/* @group GALLERY 3-9 GRID */
.wp-caption-text.gallery-caption {
  margin-left: 0;
  font-size: .85em;
  padding-top: 3px;
}

.gallery {
  width: 100%;
  height: auto;
  padding-top: 0;
  margin-top: 10px;
}

.gallery p {
  margin: 0;
  padding: 0;
}

dl.gallery-item {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 1.4% 0.9% 0;
  height: auto;
}

dl.gallery-item a {
  float: left;
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
}

dl.gallery-item a img {
  width: 100%;
  height: auto;
}

.gallery-columns-1 dl.gallery-item {
  width: 98.6%;
}

.gallery-columns-2 dl.gallery-item {
  width: 48.6%;
  margin-bottom: .8%;
}

.gallery-columns-3 dl.gallery-item {
  width: 31.4666666%;
}

.gallery-columns-4 dl.gallery-item {
  width: 23.6%;
}

.gallery-columns-5 dl.gallery-item {
  width: 18.6%;
}

.gallery-columns-6 dl.gallery-item {
  width: 15.2666666%;
}

/* @end */
/* @group ARTWORKS */
ul.artwork-notes {
  font-size: .8em;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0 0 20px 10px;
}

ul.artwork-notes li {
  display: inline;
  border-right: 1px solid #cccccc;
  padding: 0 10px 0 5px;
  margin: 0;
  text-transform: uppercase;
}

ul.artwork-notes li:last-child {
  border-right-style: none;
  line-height: 1em;
}

/* @end */
/* @group CONTACT PAGE */
.contact-representation {
  padding-top: 120px;
}

/* @end */
/* @group HOME - SlIDER */
.slider1 {
  margin-top: 20px;
}

/* @end */
@media (max-width: 767px) {
  .slider1 {
    margin-top: 0;
  }
}

/* #PLUGINS ========================================= */
/* @group MAGNIFIC */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* @end */
/* @group MAGNIFIC - CURSOR */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* @end */
/* @group MAGNIFIC - HELPERS */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

/* @end */
/* @group MAGNIFIC - PRELOADER */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

/* @end */
/* @group MAGNIFIC */
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #bbbbbb;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #bbbbbb;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #bbbbbb;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #999999;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #999999;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #666666;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-title p {
  font-size: 12px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* @end */
/* @group SLICK - SLIDER */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-height: 900px;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* @end */
/* @group SLICK - THEME */
/* 
	Hide items (except the first) before slider loads. 
	Items can have "li" or "div" wrapper elements.
*/
.slick-slider > li,
.slick-slider > div {
  display: none;
}

.slick-slider > li:first-child,
.slick-slider > div:first-child {
  display: block;
}

.slick-slider.slick-loading > li,
.slick-slider.slick-initialized > li,
.slick-slider.slick-loading > div,
.slick-slider.slick-initialized > div {
  display: block;
}

.slick-loading .slick-list {
  background: #ffffff url("icons/loader.svg") center center no-repeat;
}

.no-svg .slick-loading .slick-list {
  background: #ffffff url("icons/loader.gif") center center no-repeat;
}

/* @end */
/* @group SLICK - ARROWS */
.slick-arrow {
  z-index: 1;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  color: #ff3399;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'icons';
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}

[dir='rtl'] .slick-prev {
  right: 15px;
  left: auto;
}

.slick-prev:before {
  content: '\e905';
  display: none;
}

[dir='rtl'] .slick-prev:before {
  content: '\e905';
}

.slick-next {
  right: 15px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 15px;
}

.slick-next:before {
  content: '\e906';
  display: none;
}

[dir='rtl'] .slick-next:before {
  content: '\e906';
}

/* Hide the arrows until hover */
.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
  display: block;
}

/* @end */
/* @group SLICK - DOTS */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'icons';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .6;
  color: #cccccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #666666;
}

/* @end */
/* @group SLICK - INFO */
.slide_1 p,
.slide_1 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_2 p,
.slide_2 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_3 p,
.slide_3 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_4 p,
.slide_4 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_5 p,
.slide_5 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_6 p,
.slide_6 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_7 p,
.slide_7 h2 {
  color: #ffffff;
  text-align: center;
}

.slide_8 p,
.slide_8 h2 {
  color: #ffffff;
  text-align: center;
}

.slider-info {
  z-index: 1001;
  position: absolute;
  display: block;
  padding: 0 70px;
}

.slider-info h2 {
  margin-top: 0;
}

/* @end */
@media (max-width: 767px) {
  .slider-info h2 {
    font-size: 24px;
  }
}

/* @group COLORBOX - CORE */
/*
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* @end */
/* @group COLORBOX - USER STYLES */
#cboxOverlay {
  background: url(images/colorbox-overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/colorbox-controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/colorbox-controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/colorbox-controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/colorbox-border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/colorbox-border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/colorbox-loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/colorbox-loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/colorbox-controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/colorbox-controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/colorbox-controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/* @end */
/* @group COLORBOX - IE7 & 8 FIXES */
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* @end */
/* @group COLORBOX - SKIN */
h1.message-title {
  color: #333333;
  margin: 0;
  padding: 15px 10px 0;
}

.message-panel {
  padding: 10px 10px 0;
  display: block;
  float: left;
  font-size: 1.2em;
}

#cboxCurrent {
  display: none;
}

#cboxTitle {
  font-size: 1.2em;
  color: #999999;
}

/* @end */
/* @group PRISM */
/*
	prism.js default theme for JavaScript, CSS and HTML
	Based on dabblet (http://dabblet.com)
	@author Lea Verou
	http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+sass&plugins=line-highlight+line-numbers+autolinker
*/
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}

.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism's padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}

.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}

.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.token a {
  color: inherit;
}

/* @end */
/* @group RSLIDES */
/* 
	http://responsiveslides.com v1.54 by @viljamis 
	http://responsiveslides.com/themes/themes.html
*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 10px;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

/* @end */
/* #WIDGETS ========================================= */
/* #MOBILEMENU ====================================== */
/* @group MENU MOBILE */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* @end */
/* @group MENU MOBILE - SKIN */
.mean-container .mean-bar {
  background: #222222;
  font: 16px/1.5 Helvetica, Arial, sans-serif;
}

.mean-container a.meanmenu-reveal {
  padding: 15px 13px 9px;
}

.mean-container .mean-nav {
  background: #333333;
}

.mean-container .mean-nav ul li a.mean-expand {
  line-height: 2em;
}

.mean-container .mean-nav ul li {
  list-style-type: none;
}

/* @end */
/* #MEDIA QUERIES =================================== */
@media (min-width: 768px) and (max-width: 1199px) {
  header,
  .main-content-wrapper {
    width: 90%;
  }
  img.logo {
    max-width: 420px;
  }
  .image-full-mobile {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

@media (max-width: 767px) {
  header,
  .main-content-wrapper {
    width: 90%;
  }
  .header-wrapper,
  header {
    min-height: 180px;
  }
  .logo-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
  img.logo {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .search-container {
    padding-top: 10px;
  }
  h1 {
    padding-top: 0;
  }
  .image-full-mobile {
    width: 100%;
    height: auto;
    padding: 0;
  }
  input[type=text].half-width,
  input[type=email].half-width,
  input[type=password].half-width,
  input[type=tel].half-width,
  input[type=url].half-width,
  input[type=search].half-width,
  input[type=date].half-width {
    width: 100%;
  }
  .main-content aside {
    padding-top: 0;
  }
  form.essay-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact-representation {
    padding-top: 0;
  }
  .desktop-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none;
    width: 0;
    height: 0;
  }
}

@media (max-width: 540px) {
  header,
  .main-content-wrapper,
  footer,
  .main-content {
    min-width: 240px;
  }
  .logo-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
  img.logo {
    max-width: 240px;
  }
  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .three-fourth {
    width: 100%;
  }
  .wp-caption-text.gallery-caption {
    display: none;
  }
  .news-image {
    padding-top: 15px;
  }
  .blog-comment-avatar,
  .blog-comment-avatar img {
    display: none;
  }
  .blog-comment-wrapper {
    width: 100%;
  }
  ul.footer-notes {
    text-align: center;
  }
  ul.footer-notes li {
    width: 100%;
    display: block;
    border-right-style: none;
    line-height: 3em;
  }
  ul.social-icons,
  ul.footer-notes {
    text-align: center;
  }
}

.btn {
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  font-weight: 500;
  text-decoration: none!important;
}

.btn-primary {
  color: #fff!important;
  background-color: #FB4191!important;
}

.btn-secondary {
  color: #fff!important;
  background-color: #000!important;
}
