/*

	ACCENT
	
	Copyright: Suture, 2016
	http://www.suture.net

	TABLE OF CONTENTS

	#VARIABLES
	#FUNCTIONS
	#NORMALIZE
	#HELPERS
	#ANIMATION
	#LAYOUT
	#GRID
	#TYPOGRAPHY
	#HEADER
	#NAVIGATION
	#FOOTER
	#FORMS
	#ICONS
	#IMAGES
	#ELEMENTS
	#PAGES
	#PLUGINS
	#WIDGETS
	#MOBILEMENU
	#PRINT
	
	Updated: {{TIMESTAMP}}
	
*/
/* #VARIABLES ======================================= */
/* #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 */
  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;
}

.mobile-hidden {
  display: block;
}

/* @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 - HEADER */
.header-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  min-height: 260px;
  float: left;
  background-color: #ffffff;
}

header {
  width: 1280px;
  min-height: 260px;
  padding: 0;
  margin: 0 auto;
  display: block;
  clear: left;
  position: relative;
  background-color: #ffffff;
}

/* @end */
/* @group LAYOUT - NAV */
nav {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  float: left;
}

/* @end */
/* @group LAYOUT - CONTENT */
.main-content-wrapper {
  width: 1280px;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.main-content {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 0 40px;
  float: left;
  overflow: hidden;
  display: block;
  /* http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
  min-height: 400px;
  height: auto !important;
  width: 100%;
}

/* @end */
/* @group LAYOUT - ASIDE */
aside {
  padding-top: 0px;
}

#desktop-sidebar {
  display: block;
}

#mobile-sidebar {
  display: none;
}

/* @end */
/* @group LAYOUT - FOOTER */
footer {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 0 50px;
  position: relative;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0;
}

/* @end */
/* #GRID ============================================ */
/* @group GRID */
.wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
}

*, *: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;
}

[class*='col-']:last-of-type {
  padding-right: 0px;
}

.grid {
  width: 100%;
  max-width: 1280px;
  /* 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: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

.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 */
@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* @group COLUMNS */
.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;
  background-color: white;
}

/* @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: #990000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  word-wrap: break-word;
}

h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 0 0 20px;
  margin: 0;
}

h1.condensed {
  padding: 0;
}

h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  padding: 10px 0;
  margin: 0;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 15px 0 10px;
  margin: 0;
}

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: #990000;
}

small {
  font-size: .85em;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px solid #eaeaea;
  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 #eaeaea;
}

blockquote p {
  margin-bottom: 0;
  padding: 0;
}

cite {
  color: #999999;
  display: inline-block;
  padding-top: 10px;
  font-weight: normal;
  font-style: normal;
}

blockquote cite:before {
  content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

q, em, i, var {
  font-style: italic;
}

s,
del,
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 SELECTED TYPE */
/* Safari */
p::-moz-selection {
  background: #fff292;
}

p::selection {
  background: #fff292;
}

/* Firefox */
p::-moz-selection {
  background: #fff292;
}

/* @end */
/* #HEADER ========================================== */
/* @group LOGO */
.logo-container {
  display: block;
  padding: 0;
  width: 100%;
  min-height: 160px;
}

img.logo {
  height: auto;
  width: auto;
  max-width: 145px;
  padding-top: 100px;
}

/* @end */
/* #NAVIGATION ====================================== */
/* @group SIDEBAR MENU */
ul.sidebar-menu {
  padding: 0;
  margin: 0;
}

ul.sidebar-menu li {
  padding: 0;
  list-style-type: none;
  margin: 0;
  letter-spacing: 1.1px;
}

ul.sidebar-menu a {
  display: block;
  padding: 1px 0;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}

ul.sidebar-menu li a.current {
  color: #333333;
}

ul.sidebar-menu a:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #990000;
}

ul.sidebar-menu a:active {
  color: #000000;
}

aside h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
}

aside h3 a:link,
aside h3 a:visited {
  color: #000000;
  text-decoration: none;
}

aside h3 a:hover {
  color: #990000;
  text-decoration: none;
}

/* @end */
/* @group SIDEBAR MENU - NESTED */
.sidebar-menu ul {
  margin: 0;
  padding: 10px 0 10px 20px;
}

.sidebar-menu ul li {
  padding: 3px 0;
  text-transform: none;
}

/* Notice classes here are applied to the list-item not the link. */
.sidebar-menu li.current a {
  color: #333333;
}

.sidebar ul.sidebar-menu li ul {
  display: none;
}

.sidebar ul.sidebar-menu li.current ul {
  display: block;
}

.sidebar ul.sidebar-menu li.current ul li a {
  color: #bbbbbb;
}

.sidebar ul.sidebar-menu li.current ul li a:hover {
  color: #990000;
}

/* @end */
/* #FOOTER ========================================== */
/* @group CREDITS */
.credits {
  color: #999999;
  font-size: .8em;
}

.credits a:link,
.credits a:visited {
  color: #999999;
}

.credits a:hover,
.credits a:active {
  color: #990000;
  text-decoration: none;
}

/* @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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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] {
  padding: 11px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  line-height: 1em;
  height: 40px;
  color: #666666;
  background-color: #efefef;
  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;
}

textarea {
  padding: 11px !important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  line-height: 1.2em;
  min-height: 160px;
  color: #666666;
  background-color: #efefef;
  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 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;
}

input[type=submit]:hover,
input[type=reset]:hover,
button[type=submit]:hover,
button[type=reset]:hover {
  background-color: #cc3300;
}

select {
  padding: 8px !important;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  color: #666666;
  border-color: #eaeaea;
  border-width: 1px;
  background-color: #ffffff;
  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=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: #333333;
  display: block;
}

span.required {
  color: #333333;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

.placeholder {
  color: #999999;
}

input:disabled {
  color: #cccccc;
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.checkout {
  background-color: #669933;
}

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: #ffe1e8;
}

/* @end */
/* @group FORMS - CUSTOM */
input[type=email] {
  /* Don't write these rules using shorthand */
  background-repeat: no-repeat;
  background-position: 98% 10px;
  background-image: url(icon-email.png);
}

input[type=search] {
  /* Don't write these rules using shorthand */
  background-repeat: no-repeat;
  background-position: 98% 10px;
  background-image: url(icon-search.png);
}

header input[type=email] {
  font-size: 1.3em;
  line-height: 1.6em;
  background-image: none;
}

/* @end */
/* @group SEARCH - GOOGLE */
table.gsc-resultsHeader {
  display: none;
}

table.gsc-table-result tr {
  background-color: #ffffff;
}

table.gsc-table-result {
  margin: 2px 0;
}

td.gsc-input {
  padding: 0;
}

table.gsc-search-box tbody tr {
  background-color: white;
}

form.gsc-search-box {
  padding: 0 !important;
  margin: 0;
}

/* This hides the Google Watermark */
.cse input.gsc-input, input.gsc-input {
  background-image: none !important;
  border-style: none !important;
}

.gsc-result .gs-title {
  text-align: left;
}

table.gsc-search-box {
  margin: 0;
}

div.gsc-control-cse.gsc-control-cse-en {
  padding: 0;
}

.gsc-modal-background-image {
  background-color: #999999;
}

.gsc-modal-background-image-visible {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
}

div.gsc-orderby {
  text-align: right;
}

div.gsc-selected-option-container.gsc-inline-block {
  width: 90px !important;
}

/* @end */
/* #ICONS =========================================== */
/* @group ICONS - SCROLL UP */
a#scrollUp {
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  display: block;
  text-align: center;
  color: #cccccc;
  font-size: 3.6em;
}

a#scrollUp:hover {
  color: #cc3300;
}

/* @end */
/* @group ICONS - NAVIGATION ARROWS */
.navigation_arrows {
  text-align: right;
}

.navigation_arrows a {
  color: #cccccc;
}

.navigation_arrows a:hover {
  color: #000000;
}

.back_arrow,
.next_arrow {
  display: inline-block;
  line-height: 1em;
  padding-right: 10px;
  padding-left: 10px;
}

/* @end */
/* @group SOCIAL ICONS */
.follow-us {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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 {
  -webkit-box-shadow: 1px 1px 3px #333333;
  box-shadow: 1px 1px 3px #333333;
}

.social-icons.icon-zoom .fa:hover,
.social-icons.icon-zoom .fa:active {
  -webkit-transform: scale(1.1);
  -ms-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);
  -ms-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-dot-circle-o,
.social-icons.icon-hover-colour .fa-dot-circle-o.fa:hover {
  background-color: #f15115;
}

.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-search,
.social-icons.icon-hover-colour .fa-search.fa:hover {
  background-color: #333333;
}

.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: #cccccc;
}

.social-icons.icon-hover-monochrome .fa:hover {
  color: #ffffff;
  background-color: #666666;
}

.social-icons.icon-silhouette .fa {
  color: #cccccc;
  background: none;
}

.social-icons.icon-hover-silhouette .fa:hover {
  color: #333333;
  background: none;
}

/* @end */
/* @group SHARE LINKS */
.post-share-links,
.post-tags {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 0 10px;
}

/* @end */
/* #IMAGES ========================================== */
/* @group IMAGES - DONE */
img {
  border: 0 none;
}

img,
iframe {
  max-width: 100%;
}

.image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

.image-full-width {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.folio_image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 800px;
  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;
}

/* @end */
/* @group ALERTS */
h3.alert,
p.alert {
  color: #cc0000;
}

.alert-green {
  color: #008e00;
  font-weight: 400;
}

span.alert {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 15px 30px 12px 15px;
  border-radius: 6px;
  position: relative;
  clear: left;
}

span.alert p {
  padding: 0 0 15px;
}

span.alert ul {
  list-style-type: disc;
  padding-top: 0;
  padding-bottom: 0;
}

span.alert a {
  color: #990000;
  padding-right: 3px;
  padding-left: 3px;
}

span.white {
  background-color: #f7f7f7;
}

span.green {
  background-color: #dffcd0;
}

span.blue {
  background-color: #e3f9fe;
}

span.yellow {
  background-color: #ffffcc;
}

span.red {
  background-color: #ffcccc;
}

a.dismiss-alert:link,
a.dismiss-alert:visited {
  position: absolute;
  top: 16px;
  display: block;
  z-index: 60;
  width: 16px;
  height: 16px;
  right: 16px;
  color: #666666;
  padding: 3px 0 0 2px;
  font: bold 1.3em/.7em Helvetica, Arial, sans-serif;
}

a.dismiss-alert:hover {
  text-decoration: none;
  color: #333333;
}

/* @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: #990000;
}

td {
  height: 32px;
  margin: 0;
  padding: 5px;
  border-right: 1px solid #ffffff;
  text-align: left;
}

.zebra tr:nth-child(odd) {
  background: #fcfcfc;
}

.zebra tr:nth-child(even) {
  background: #f9f9f9;
}

.zebra tr:hover,
tr:hover {
  background-color: #f7f7f7;
}

/* @end */
/* @group DEFINITION LISTS */
.table-display {
  width: 100%;
  margin: 15px 0;
  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 20px 20px;
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #cccccc;
}

.bubble:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60px;
  border-top: 20px solid;
  border-top-color: #cccccc;
  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 #999999;
}

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: #990000;
  color: #ffffff;
}

.tabs a.current {
  color: #ffffff;
  background: #999999;
}

.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(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(icon-toggle-minus.png) no-repeat 98% center;
  cursor: pointer;
  border-bottom: 2px solid #ffffff;
}

.accordion .expandee .target {
  padding: 15px;
  background: #ffffff;
}

/* @end */
/* @group VIDEO */
iframe {
  border-style: none;
}

/* @end */
/* @group MAP */
#gmap_canvas img {
  max-width: none !important;
  background: none !important;
}

/* @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.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: #cccccc;
}

.button.black {
  background: #333333;
}

.button:hover,
a.button:hover {
  text-decoration: none;
  background: #666666;
}

.button:active,
a.button:active {
  text-decoration: none;
  background: #990000;
}

/* @end */
/* #PAGES =========================================== */
/* @group FOLIO - THUMBS */
.series-item-thumb-wrapper {
  width: 100%;
  float: left;
  display: block;
  clear: left;
  margin-bottom: 30px;
}

.artist-title {
  display: block;
  color: #bbbbbb;
  font-weight: 400;
  font-size: 60%;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
}

.series-item-thumb img {
  display: inline-block;
  width: 23.5%;
  height: auto;
  float: left;
  padding: 0 1.5% 1.5% 0;
}

/* @end */
/* @group COLLECT THUMBS */
.thumbnail-grid {
  margin: 0 0 20px;
  padding: 0;
}

.collect-thumb-container {
  display: inline-block;
  float: left;
  width: 18.5%;
  height: 18.5%;
  margin: 0.75%;
  padding: 0;
}

.collect-thumb {
  display: block;
  padding: 0;
  position: relative;
  font-size: 1em;
  overflow: hidden;
  margin: 0;
}

.collect-thumb img {
  display: block;
}

a.collect-thumb:hover:after,
.collect-thumb a:hover:after,
a.collect-thumb:focus:after,
.collect-thumb a:focus:after {
  background: rgba(25, 25, 25, 0.8);
  top: 0px;
  content: attr(title);
  color: #ffffff;
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding-top: 45%;
}

/* @end */
/* @group PROOFSHEETS */
#proofsheet {
  margin: 0 0 20px;
  padding: 0;
}

#proofsheet img {
  display: inline-block;
  float: left;
  width: 18.5%;
  height: 18.5%;
  margin: 0.75%;
  padding: 0;
}

#proofsheet a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.dim {
  opacity: .5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

/* @end */
/* @group ARTIST INDEX */
.featured-image-expanded {
  display: none;
}

/* @end */
/* @group ARTIST SERIES */
.series-item {
  max-width: 420px;
  display: block;
  margin: 0 0 5px;
  padding: 0;
}

.series-item a img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 420px;
  height: auto;
}

/* @end */
/* @group PUBLICATIONS */
.publication h4 {
  text-transform: uppercase;
}

.publication h5 {
  padding-top: 0;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.publication {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e4e4e4;
}

.publication-image {
  width: 410px;
  display: inline-block;
  float: left;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0;
}

.publication-details {
  float: left;
  display: inline-block;
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}

/* @end */
/* #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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  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: #444;
}

.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 COLORBOX */
#cboxTitle {
  font-size: 1.2em;
  color: #999999;
}

h1.message-title {
  color: #333333;
  margin: 0;
  padding: 15px 10px 0;
}

.message-panel {
  padding: 10px 0 0 10px;
  display: block;
  float: left;
  font-size: 1.2em;
}

/* @end */
/* @group SLIDER */
ul.rslides li {
  list-style-type: none;
}

/* @end */
/* @group MASONRY */
#masonry-grid {
  display: block;
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding: 0;
}

.item {
  width: 210px;
  float: left;
  padding: 0;
  margin: 0 10px 7px 0;
  display: inline-block;
  position: relative;
}

.item.w2 {
  width: 430px;
}

.item.w3 {
  width: 650px;
}

.item-hover {
  display: block;
  padding: 0;
  position: relative;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0;
}

a.item-hover:link {
  text-decoration: none;
}

a.item-hover:hover:after,
div.item-hover a:hover:after,
a.item-hover:focus:after,
div.item-hover a:focus:after {
  background: rgba(25, 25, 25, 0.2);
  top: 0;
  content: attr(title);
  color: #ffffff;
  display: block;
  height: 99%;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding-top: 40px;
}

/* @end */
/* #WIDGETS ========================================= */
/* #MOBILEMENU ====================================== */
/* @group MOBILE MENU */
/* 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 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* @end */
/* @group MOBILE MENU - CUSTOM */
.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 {
  list-style-type: none;
}

/* @end */
/* #PRINT =========================================== */
