/*Usage:
.button {
  @include z-border-radius(5px);
}
.submit-button {
  @include z-border-top-radius(10px);
  @include z-border-right-radius(8px);
  @include z-border-bottom-radius(10px);
  @include z-border-left-radius (6px);
}
*/
/*Usage:
.class {
  @include breakpoint(max-width: 980px){width:100%;}
  @include breakpoint(min-width: 980px){width:100%;}
}
*/
/*Usage:
.class {
    @include z-matchWidthHeight(10px);
}
*/
/*Usage:
.article-heading {
  @include z-opacity(0.8);
}
*/
/*Usage:
div.logo {
    @include z-position(absolute,0px,0px,0px,0px);
    @include z-position(relative,0,0,0,0);
}
*/
/*Usage:
.class {
  @include transition(color .3s ease);
}
*/
.modal_follow-content .icon, .next-arrow {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/ui/sprite.png) no-repeat;
}

.customCheckbox, .hidden-menu-header .logo-small, .logo-header, .burger, .share-link, .redDot, .remove-from-wishlist, .sold-or-available .dot, .close, .scroll-down2 .down-arrow2, .scroll-down .down-arrow, .left-artwork-arrow span,
.right-artwork-arrow span, .about-slider .rsArrowRight .rsArrowIcn {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/ui/sprite.png) no-repeat;
  background-size: 300px 400px;
  -ms-behavior: url(resources/js/vendor/backgroundsize.min.htc);
}

section:after, .row:after, .one-two-wrap:after, .inPage-nav:after, .news-article:after, .content-one-third:after, .footerContainer:after, .contact:after, .form-row:after {
  content: " ";
  display: table;
  clear: both;
}

.contentContainer, .wrapper, .modal_follow-content .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentContainer, .wrapper {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .contentContainer, .wrapper {
    width: 100%;
  }
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.btn,
.page-btn, h1, h2, h4,
.location, h6, .art-heading, p, .inPage-nav a, td, .contact-module address, .people-module h5, blockquote, figcaption .artwork-caption-title, html,
body, .one-two h4, .form-field, .forgotPassLink, .artist-heading, blockquote span, .cmsContent p, .news-catagories ul a, .artwork-status, .form-btn, .inPage-nav .active, .detail-label, .templateAbout h6, .popup-inner .form-btn-container .form-btn, .contourForm .form-btn-container .form-btn, footer small, .messagePrompt p, .mainNav a.active, .subNav a.active {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
}

.btn,
.page-btn, h1, h2, h4,
.location, h6, .art-heading, p, .inPage-nav a, td, .contact-module address, .people-module h5 {
  font-weight: 300 !important;
  font-style: normal;
}

blockquote, figcaption .artwork-caption-title {
  font-weight: 300 !important;
  font-style: italic;
}

html,
body, .one-two h4, .form-field, .forgotPassLink, .artist-heading, blockquote span, .cmsContent p, .news-catagories ul a, .artwork-status {
  font-weight: 400 !important;
  font-style: normal;
}

.form-btn, .inPage-nav .active, .detail-label, .templateAbout h6, .popup-inner .form-btn-container .form-btn, .contourForm .form-btn-container .form-btn, footer small {
  font-weight: 500 !important;
  font-style: normal;
}

.messagePrompt p, .mainNav a.active, .subNav a.active {
  font-weight: 700 !important;
  font-style: normal;
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #FFFFFF;
  color: #FFF;
}

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("../img/ui/rs-default.png");
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
  display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("../img/ui/rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }

  .rsDefault .rsThumbsHor {
    height: 44px;
  }

  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/ui/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(../img/ui/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/ui/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../img/ui/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(../img/ui/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../img/ui/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  max-width: 705px;
}

.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;
}

.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;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 34px;
  height: 34px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 0;
  font-family: Arial, Baskerville, monospace;
  background: red;
  display: block;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  background: red;
  background: url(../img/ui/close.png) no-repeat center center !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  text-align: right;
  padding-right: 6px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=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;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  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, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.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.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.6);
  background: #444444;
}

.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: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.missing-page {
  width: 100%;
  height: 100%;
  color: #FFF;
  background: brown;
  font-size: 52px;
  line-height: 120%;
}

.mainContent-wrap {
  width: 92%;
  margin-left: 8%;
}
@media screen and (max-width: 980px) {
  .mainContent-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .mainContent-wrap {
    margin: 0 auto;
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  background: #fff;
  width: 100%;
  height: 100%;
  line-height: 24px;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  color: #666;
}
body.mobileView {
  overflow-y: hidden !important;
  max-height: 100% !important;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  body {
    padding-top: 48px;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.overflowHidden {
  height: 100%;
  overflow-y: hidden;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.outdatedBrowserMessage, .noJSMessage {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus, select:focus, button:focus, textarea:focus, a:focus {
  outline: 0;
}

table {
  table-layout: fixed;
}

fieldset {
  border: none;
}

img {
  display: block;
}

figure {
  width: 100%;
}
figure img {
  width: 100%;
}

em {
  color: #666;
}

@media screen and (min-width: 980px) {
  main {
    min-height: 100%;
  }
}
@media screen and (max-width: 980px) {
  main {
    width: 100%;
    overflow-x: hidden;
  }
}

.mainContent {
  margin-left: 241px;
  width: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .mainContent {
    margin-left: 0;
    transition: none;
  }
}

.mobileView .mainContent,
.mobileView .hidden-menu-header {
  position: fixed;
  max-height: 100%;
  overflow: hidden;
  transition: none;
}
.mobileView .siteFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobileView .hidden-menu-header {
  position: absolute;
  top: 0;
}

section {
  width: 100%;
  max-width: 940px;
}
section section {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 980px) {
  section {
    margin-left: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.one-two {
  width: 49%;
  max-width: 940px;
  float: left;
}
.one-two h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.one-two h4 {
  margin-top: 30px;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 760px) {
  .one-two {
    width: 100%;
  }
}

.one-two + .one-two {
  float: right;
}

.exhibition-double-block.first h2 {
  border: 0;
}

.btn,
.page-btn {
  background-color: #BBBBBB;
  color: #FFF;
  padding: 5px;
  border-radius: 6px;
  background-clip: padding-box;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.btn:hover,
.page-btn:hover {
  background-color: #CCCCCC;
}
.btn.big,
.page-btn.big {
  padding: 18px;
  font-size: 18px;
  margin-top: 54px;
}
.btn.secondary,
.page-btn.secondary {
  color: #FFF;
  background-color: #000;
}
.btn.secondary:hover,
.page-btn.secondary:hover {
  background-color: #222;
}
.btn.auto,
.page-btn.auto {
  width: auto;
  display: inline-block;
  padding: 5px 14px;
}

@media screen and (max-width: 760px) {
  .btn-at-mobile {
    background-color: #BBBBBB;
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
    background-clip: padding-box;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .btn-at-mobile.secondary {
    color: #FFF;
    background-color: #222;
  }
}

.tag {
  color: #FFF;
  display: inline-block;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: #000;
  margin-right: 8px;
  margin-bottom: 12px;
  padding: 2px 5px;
}
.tag:hover {
  background-color: #222;
}

.page-btn {
  padding: 5px 20px;
  min-width: 120px;
  margin-top: -7px;
}

input[type="search"] {
  border: 0;
  border-left: 1px solid #DDD;
  height: 31px;
  margin-left: 6px;
  padding-left: 10px;
  max-width: 206px;
  -webkit-appearance: none;
  border-radius: 0;
}

.prompt {
  padding: 12px 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 16px;
  border-radius: 6px;
  background-clip: padding-box;
}
.prompt b {
  font-weight: normal;
  font-size: 20px;
}

.success-prompt {
  background-color: #00B259;
}

.error-prompt {
  background-color: #A42900;
}

.form-item {
  text-align: left;
  position: relative;
}

.form-item_half {
  display: inline-block;
  width: 280px;
  float: left;
}
@media screen and (max-width: 640px) {
  .form-item_half {
    display: block;
    width: auto;
    float: none;
  }
}
.form-item_half + .form-item_half {
  float: none;
}

.form-item_customCheckbox {
  overflow: hidden;
  position: relative;
}

.form-label {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  display: block;
  padding: 0 2px 3px;
  cursor: pointer;
  margin-bottom: 9px;
}

.form-label_customCheckbox {
  font-size: 18px;
  line-height: 40px;
  text-transform: none;
  padding: 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .form-label_customCheckbox {
    padding-bottom: 0;
  }
}

.form-field {
  font-size: 18px;
  line-height: 18px;
  color: #999;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  margin: 0;
  border: none;
  background-color: #FFF;
}
@media screen and (min-width: 640px) {
  .form-field[type="password"] {
    font-size: 24px;
    letter-spacing: 10px;
    padding: 0 16px;
  }
}
.form-field:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #DDD !important;
}
.form-field.invalid {
  border: 1px solid #A42900;
}
.form-field.valid {
  padding-right: 50px;
}

.form-field_half {
  width: 48%;
  float: left;
}
.form-field_half + .form-field_half {
  float: right;
}

.notouch .form-field_select {
  display: none;
}

.form-field_select {
  width: 100%;
  height: 50px;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
}
.form-field_select:focus {
  box-shadow: none;
}

.lt-ie9 .form-field {
  padding-top: 16px;
}
.lt-ie9 .form-field[type="password"] {
  padding-top: 16px;
}
.lt-ie9 .form-field:focus {
  border: 1px solid #D4D8D9;
}

.form-field_customCheckbox {
  position: absolute;
  top: 0px;
  left: -100%;
}
.form-field_customCheckbox:focus {
  box-shadow: none;
}

.lt-ie9 .form-field_customCheckbox {
  float: left;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 12px 0 0;
  position: relative;
  top: 12px;
  left: 0px;
}
.lt-ie9 .form-field_customCheckbox:focus {
  border: none;
}

.customCheckbox {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 12px;
  background-position: -160px -600px;
}

.lt-ie9 .customCheckbox {
  display: none;
}

.form-label_customCheckbox:hover .customCheckbox {
  background-position: -160px -643px;
}

.form-field_customCheckbox:checked + .form-label_customCheckbox .customCheckbox {
  background-position: -160px -686px;
}

.forgotPassLink {
  font-size: 18px;
  line-height: 80px;
  color: #FFF;
  border-bottom: 1px solid #D9DFE4;
}
@media screen and (max-width: 640px) {
  .forgotPassLink {
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.forgotPassLink:hover {
  color: #000;
  border-bottom-color: #C1C5CA;
}

.form-btn {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  padding: 8px 12px;
  margin: 0 0 20px;
  margin: 0;
  border: none;
  float: left;
  border-radius: 4px;
  background-clip: padding-box;
}
@media screen and (max-width: 640px) {
  .form-btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .form-btn + .form-btn {
    margin: 20px 0 0;
  }
}

.form-btn_primary {
  color: #FFF;
  background-color: #BBBBBB;
}
@media screen and (min-width: 980px) {
  .form-btn_primary:hover, .form-btn_primary:active, .form-btn_primary:focus {
    background-color: #cacaca;
  }
}
@media screen and (max-width: 980px) {
  .form-btn_primary:active {
    background-color: #cacaca;
  }
}

.form-btn_secondary {
  color: #FFF;
  background-color: #000;
}
@media screen and (min-width: 980px) {
  .form-btn_secondary:hover, .form-btn_secondary:active {
    background-color: #DCE1E5;
  }
}
@media screen and (max-width: 980px) {
  .form-btn_secondary:active {
    background-color: #DCE1E5;
  }
}

.messagePrompt {
  display: none;
  padding: 13px 40px 12px;
  margin: 0 20px 20px;
  border-radius: 6px;
  background-clip: padding-box;
}
@media screen and (max-width: 640px) {
  .messagePrompt {
    margin: 0 0 20px;
  }
}
.messagePrompt p {
  font-size: 18px;
  line-height: 24px;
}
.messagePrompt ul {
  font-size: 18px;
  line-height: 24px;
}
.messagePrompt.visible {
  display: block;
}

.showMessage_negative button {
  display: none;
}
.showMessage_negative .messagePrompt {
  display: block;
  background-color: #C91B34;
}
.showMessage_negative .messagePrompt p {
  color: #FFF;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd, li,
th, td,
blockquote,
button,
figure,
fieldset {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

.h1 {
  font-size: 28px;
  line-height: 30px;
}
.h1.mobile-only {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 400 !important;
  padding-top: 20px;
  display: block;
  display: none;
}
@media screen and (min-width: 760px) {
  .h1.mobile-only {
    display: none;
  }
}

.mobile-only + h2 {
  border-top: 0;
}

h1 .desktop-only {
  text-transform: capitalize;
}
@media screen and (max-width: 760px) {
  h1 .desktop-only {
    display: none;
  }
}

h1 {
  width: 100%;
  font-size: 28px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 34px;
}
@media screen and (max-width: 760px) {
  h1 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400 !important;
    margin-top: 19px;
  }
}
@media screen and (max-width: 760px) {
  h1 span span {
    padding-bottom: 20px;
  }
}

h1 + h2 {
  margin-top: 0;
  border-top: 0;
}

h2 {
  border-top: 1px solid #DDD;
  color: #555;
  font-size: 18px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media screen and (max-width: 920px) {
  h2 {
    font-size: 16px;
    line-height: 120%;
  }
}
@media screen and (max-width: 760px) {
  h2 {
    margin-bottom: 0;
  }
}

h1 > span,
h2 > span {
  display: table;
}
h1 span span,
h2 span span {
  display: table-cell;
  width: auto;
}
h1 span span:first-child,
h2 span span:first-child {
  border: 0;
  padding-left: 0;
  white-space: nowrap;
  white-space: normal;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  h1 span span:first-child,
  h2 span span:first-child {
    white-space: normal;
    max-width: 80%;
  }
}

h2 span span {
  line-height: 24px;
}

@media screen and (max-width: 760px) {
  h2 > span {
    width: 100%;
  }
}

h1 {
  border-bottom: 1px solid #DDD;
}
h1 span span {
  border-left: 1px solid #DDD;
  padding: 15px 30px 45px 30px;
}
h1 span span:first-child {
  padding-left: 0;
}
@media screen and (max-width: 516px) {
  h1 span {
    width: 100%;
  }
  h1 span span {
    display: block;
    border: 0;
    padding: 0 0 20px 0;
  }
  h1 span span ~ span {
    border-top: 1px solid #DDD;
    padding-top: 20px;
    padding-bottom: 8px;
  }
}

h2 span span {
  padding: 23px 30px 5px 30px;
  border-left: 1px solid #DDD;
}
@media screen and (max-width: 760px) {
  h2 {
    padding-top: 13px;
  }
  h2 span span {
    display: block;
    border: 0;
    padding: 0;
    padding-bottom: 6px;
    line-height: 18px;
  }
}

@media screen and (max-width: 760px) {
  .home-news-header span span {
    padding: 23px 30px 5px 30px;
    border-left: 1px solid #DDD;
    line-height: 24px;
    display: table-cell;
  }

  .home-news-header > span {
    width: auto;
  }

  .home-news-header {
    padding-top: 0;
  }
}
h3 {
  font-size: 26px;
  line-height: 30px;
}
@media screen and (max-width: 760px) {
  h3 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
h3 + p {
  margin-top: 38px;
}

h4,
.location {
  color: #555;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 760px) {
  h4,
  .location {
    font-size: 16px;
  }
}

h5,
.h5 {
  text-transform: uppercase;
  font-size: 13px;
  color: #444;
  line-height: 18px;
}

.h5 {
  display: block;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 30px;
  margin-top: 30px;
}
p a {
  border-bottom: 1px solid #DDD;
  color: #000;
}
p a:hover {
  border-bottom: 1px solid #777;
}

a {
  text-decoration: none;
  color: #000;
}

a:active {
  background-color: transparent;
}

blockquote {
  padding: 18px 20px 16px 20px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin-top: 37px;
  margin-bottom: 37px;
}
blockquote span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

figcaption {
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 3px;
}

@media screen and (max-width: 760px) {
  .date {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  .title {
    font-size: 18px;
    line-height: 20px;
  }
}

.cmsContent p {
  font-size: 1em;
  line-height: 24px;
  color: #666;
}

.hidden-menu-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #000;
  z-index: 160;
}
.hidden-menu-header .logo-small {
  width: 249px;
  height: 11px;
  background-position: 0 0;
  margin-left: 50px;
  margin-top: 18px;
}
@media screen and (max-width: 980px) {
  .hidden-menu-header {
    display: block;
  }
}

.headerContainer {
  height: 100%;
}

.logo-wrapper {
  width: 100%;
  background-color: #000;
  padding: 30px;
}

.logo-header {
  width: 175px;
  height: 67px;
  background-position: 1px -13px;
}

.siteHeader {
  height: 100%;
  position: fixed;
  background-color: #FFF;
  z-index: 400;
  top: 0;
}
@media screen and (max-width: 980px) {
  .siteHeader {
    top: 0;
  }
}

.mainSiteMenu {
  width: 241px;
  margin-left: 0;
  overflow: hidden;
  height: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 980px) {
  .mainSiteMenu {
    margin-left: -241px;
    opacity: 0;
  }
}
.mainSiteMenu .menu-search {
  width: 194px;
  font-size: 16px;
}
.mainSiteMenu .menu-search:focus {
  background-color: #DDD;
}
.mainSiteMenu ::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  padding-top: 3px;
}
.mainSiteMenu :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-size: 14px;
  padding-top: 3px;
}
.mainSiteMenu ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-size: 14px;
  padding-top: 3px;
}
.mainSiteMenu :-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  padding-top: 3px;
}

.mobileView {
  height: 100%;
  overflow: hidden;
}

.mobileView .mainSiteMenu {
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobileView .cover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(40, 40, 40, 0.8);
  z-index: 300;
}

.burger {
  background-position: -66px -110px;
  width: 38px;
  height: 48px;
  background-color: #000;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -38px;
}
@media screen and (max-width: 980px) {
  .burger {
    display: block;
  }
}

nav ul {
  list-style: none;
}

.mainNav {
  padding-top: 30px;
  padding-bottom: 25px;
}
.mainNav li {
  padding-left: 30px;
  margin-bottom: 6px;
}
.mainNav a {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #FFF;
}
.mainNav a.active:hover {
  cursor: default;
  border-bottom: 1px solid #FFF;
}
.mainNav a:hover {
  color: #000;
  border-bottom: 1px solid #DDD;
}

.nested-nav {
  padding-left: 0;
  margin-bottom: 18px;
  padding-top: 6px;
}
.nested-nav li {
  padding-left: 10px;
}

.subNav {
  padding: 30px;
}
.subNav a {
  font-size: 14px;
  color: #000;
}
.subNav a.active:hover {
  cursor: default;
  border-bottom: 1px solid #FFF;
}
.subNav a:hover {
  color: #000;
  border-bottom: 1px solid #DDD;
}

.mailing-list-NavBtn {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.inPage-nav {
  margin-top: 24px;
  margin-bottom: 47px;
}
.inPage-nav li {
  margin-bottom: 6px;
  float: left;
  margin-right: 20px;
}
.inPage-nav a {
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}
.inPage-nav a:hover {
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 760px) {
  .inPage-nav {
    border-bottom: 1px solid #DDD;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .inPage-nav li {
    float: none;
  }
  .inPage-nav a {
    font-size: 16px;
  }
}
.inPage-nav .active {
  color: #111;
}

.share {
  margin-left: 30px;
}
.share + .share {
  margin-top: 12px;
}
.share h5 {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 9px;
}

.share-link {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 4px;
}
.share-link:first-child {
  margin-left: 0;
}

.share-link_f {
  margin-left: 0;
  background-position: -100px -164px;
}
.share-link_f:hover {
  background-position: -100px -189px;
}

.share-link_t {
  background-position: -67px -164px;
}
.share-link_t:hover {
  background-position: -67px -189px;
}

.share-link_p {
  background-position: -33px -164px;
}
.share-link_p:hover {
  background-position: -33px -189px;
}

.share-link_e {
  background-position: 1px -164px;
}
.share-link_e:hover {
  background-position: 1px -189px;
}

.modal_follow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  -webkit-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
}
.modal_follow.state_show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out,visibility 0.4s ease-in-out;
}

.modal_follow-inner {
  width: 677px;
  margin: -146px 0 0 -301px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
}
.modal_follow-closeBtn {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 40px;
  right: 43px;
  border: none;
  background: url(../img/ui/close.png) no-repeat;
}

.modal_follow-content {
  text-align: center;
  width: 338px;
  height: 271px;
  padding-top: 75px;
  float: left;
  background-color: #fff;
}
.modal_follow-content + .modal_follow-content {
  float: right;
}.modal_follow-content .icon {
  height: 50px;
  margin-bottom: 29px;
  background: url(../img/ui/sprite-modal_follow.png) no-repeat;
}
.modal_follow-content .icon_f_share {
  width: 50px;
  background-position: 0 -103px;
}
.modal_follow-content .icon_f_follow {
  width: 194px;
  background-position: -50px -103px;
}
.modal_follow-content .icon_t_share {
  width: 62px;
  background-position: 0 -51px;
}
.modal_follow-content .icon_t_follow {
  width: 186px;
  background-position: -64px -51px;
}
.modal_follow-content .icon_p_share {
  width: 109px;
  height: 48px;
  background-position: 0 0;
}
.modal_follow-content .icon_p_follow {
  width: 50px;
  background-position: -123px 0;
}
.modal_follow-content .btn {
  display: inline-block;
  padding: 6px 10px 5px;
  margin: 0;
}

.news-article {
  padding-bottom: 60px;
}
.news-article .article {
  padding-right: 20px;
}
@media screen and (max-width: 760px) {
  .news-article {
    padding-bottom: 18px;
  }
}
.news-article h2 {
  margin-bottom: 13px;
  padding-right: 53.4%;
}
@media screen and (max-width: 760px) {
  .news-article h2 {
    padding-right: 0;
  }
}
.news-article h3,
.news-article .content-one-two {
  width: 48.9%;
  float: left;
}
@media screen and (max-width: 600px) {
  .news-article h3,
  .news-article .content-one-two {
    padding: 0;
    float: none;
    width: 100%;
  }
}
.news-article figure {
  margin-top: -46px;
  width: 48.9%;
  float: right;
  box-sizing: content-box;
}
.news-article figure.image-border div {
  border: 1px solid #DDD;
  position: relative;
}
.news-article figure.image-border div:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 16px solid #FFF;
}
@media screen and (max-width: 600px) {
  .news-article figure {
    float: none;
    margin-top: 0 !important;
    width: 100%;
    margin-bottom: -19px;
  }
}
@media screen and (max-width: 760px) {
  .news-article figure {
    margin-top: -54px;
  }
}
.news-article.v1 h2 {
  margin-bottom: 30px;
}
.news-article.v1 figure {
  margin-top: -63px;
}
@media screen and (max-width: 760px) {
  .news-article.v1 figure {
    margin-top: -48px;
  }
}
.news-article.v2 .tag {
  background: #BBBBBB;
}
.news-article.v2 .tag:hover {
  background: #CCCCCC;
}
@media screen and (min-width: 600px) and (max-width: 760px) {
  .news-article.v2 figure {
    margin-top: -38px;
  }
}

@media screen and (max-width: 760px) {
  .news-article.v2 h2 {
    margin-bottom: 20px;
    border: 0;
  }
  .news-article.v2 h3 {
    margin-bottom: 20px;
  }
}

.news-article ~ .news-article.v2 h2 {
  border-top: 1px solid #DDD;
}

.tagContainer {
  padding-top: 5px;
}

.news-catagories {
  padding-bottom: 34px;
  padding-top: 14px;
}
.news-catagories h2 {
  border: 0;
  margin-bottom: 0;
}
.news-catagories ul {
  font-size: 0;
  list-style: none;
}
.news-catagories ul li {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 1px;
}
.news-catagories ul li.tag-filter {
  margin-right: 27px;
}
.news-catagories ul li.tag-filter a {
  background-color: #d4d4d4;
  padding: 2px 5px 0 5px;
  color: #222;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  border-radius: 6px;
  background-clip: padding-box;
  margin-left: -5px;
}
.news-catagories ul a {
  border-bottom: 1px solid #DDD;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  margin-top: 2px;
}
.news-catagories ul a:hover {
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 760px) {
  .news-catagories {
    border-bottom: 1px solid #DDD;
    padding-bottom: 24px;
  }
  .news-catagories h2 {
    padding-bottom: 16px;
  }
}

.gallery-grid-four {
  margin-bottom: 68px;
  font-size: 0;
}

.four {
  position: relative;
  vertical-align: top;
  width: 23.4%;
  margin-left: 2.1%;
  display: inline-block;
}
.four:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .four {
    width: 48.8%;
    margin-left: 2.4%;
    padding-bottom: 2.4%;
  }
  .four:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .four {
    width: 100%;
    margin-left: 0;
  }
}

.row {
  padding-bottom: 2.1%;
}
@media screen and (max-width: 600px) {
  .row {
    padding-bottom: 0;
  }
}

.gallery-grid-four.captions {
  margin-top: 60px;
  margin-bottom: 42px;
}
.gallery-grid-four.captions figcaption {
  text-align: left;
  padding-bottom: 24px;
  padding-top: 6px;
}
.gallery-grid-four.captions figcaption a {
  font-size: 18px;
  border-bottom: 1px solid #DDD;
  max-width: 86%;
  z-index: 10;
  position: relative;
}

.country {
  display: block;
}
.country a {
  font-size: 16px !important;
  text-transform: capitalize !important;
  color: #666;
  border-bottom: 1px solid #DDD;
}

h1 + .gallery-grid-four {
  margin-top: 60px;
}

@media screen and (max-width: 760px) {
  .main-exhibition-image {
    margin-top: 28px;
  }
}

.templateExhibition {
  margin-bottom: 40px;
}

.isGowOrNot {
  display: block;
  line-height: 14px;
  padding-top: 4px;
}

.redDot {
  width: 20px;
  height: 14px;
  position: absolute;
  background-position: -214px -47px;
  right: -9px;
  top: 8px;
  display: none;
}

.sold-status {
  bottom: 0;
  height: 20px;
  display: block;
  position: relative;
  height: 10px;
  width: 100%;
}
.sold-status.sold .redDot {
  display: block;
}

.mainExhibitWrap {
  padding-bottom: 2.1%;
}

.image-link {
  position: relative;
  display: block;
}

.captions figcaption {
  position: relative;
}
.captions .sold-status {
  position: absolute;
  top: 0;
}

.content-one-third {
  margin-bottom: 23px;
}

.one-third {
  width: 38%;
  float: left;
  max-width: 320px;
}
.one-third figure {
  margin-bottom: 29px;
}
.one-third p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .one-third {
    width: 100%;
    float: none;
    max-width: 100%;
  }
}

.one-third-double {
  width: 58%;
  float: right;
  padding-right: 20px;
}
.one-third-double p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .one-third-double {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.publications-container {
  padding-bottom: 41px;
  font-size: 0;
  margin-left: -1.333333333333333%;
}
@media screen and (max-width: 500px) {
  .publications-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .publications-container {
    margin-left: -2%;
  }
}

.wishlist-container {
  padding-bottom: 60px;
  padding-top: 7px;
  font-size: 0;
  margin-left: -2.333333333333333%;
}
@media screen and (max-width: 500px) {
  .wishlist-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 760px) {
  .wishlist-container {
    margin-left: -2%;
  }
}

.publication-module {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1.333333333333333%;
  padding-right: 4%;
  padding-bottom: 30px;
}
.publication-module figure img {
  padding-right: 23%;
}
.publication-module figcaption {
  text-align: left;
  padding-top: 16px;
}
.publication-module figcaption a {
  font-size: 18px;
  border-bottom: 1px solid #DDD;
}
.publication-module figcaption h6 {
  text-transform: capitalize;
  padding-top: 5px;
}
.publication-module figcaption h6 span {
  display: block;
}
.publication-module.v2 {
  padding-right: 0;
  padding-bottom: 12px;
  width: 31%;
  margin-left: 2.333333333333333%;
}
.publication-module.v2 figcaption {
  padding-top: 8px;
  position: relative;
  margin-bottom: 63px;
}
.publication-module.v2 figcaption a,
.publication-module.v2 figcaption h5 {
  font-size: 16px;
  text-transform: none;
}
.publication-module.v2 figcaption h5 {
  color: #666;
}
.publication-module.v2 figcaption h3,
.publication-module.v2 figcaption h5 {
  max-width: 86%;
}
@media screen and (max-width: 760px) {
  .publication-module.v2 {
    padding-bottom: 0;
  }
}
.publication-module p {
  margin-top: 5px;
  margin-bottom: 19px;
  font-size: 16px;
}

@media screen and (min-width: 500px) and (max-width: 760px) {
  .publication-module,
  .publication-module.v2 {
    width: 48%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 500px) {
  .publication-module,
  .publication-module.v2 {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

.remove-from-wishlist {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 0;
  top: 16px;
  background-position: 0 -138px;
  border-bottom: 0 !important;
}
.remove-from-wishlist:hover {
  background-position: -25px -138px;
}

h1 + .publications-container {
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  h1 + .publications-container {
    padding-top: 70px;
  }
}

.wishlist-container .publication-module figure img {
  padding: 0;
}

table {
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  cell-padding: 0;
  border-collapse: collapse;
  margin-bottom: 12px;
}
table td {
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 900px) {
  table {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #000;
    float: left !important;
    margin: 0;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  table {
    width: 100%;
  }
}

@media screen and (min-width: 540px) {
  table {
    width: 38%;
  }
}
@media screen and (min-width: 650px) {
  table {
    width: 30%;
  }
}
@media screen and (min-width: 900px) {
  table {
    width: 100%;
  }
}

td {
  font-size: 18px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  text-align: center;
  padding: 23px 16px 10px 16px;
  width: auto;
}
@media screen and (max-width: 900px) {
  td {
    width: 100%;
    float: left;
    border: 0;
    text-align: left;
    padding: 6px 16px 6px 16px;
    white-space: nowrap;
    font-size: 16px;
  }
}

td:first-child {
  border-left: 0;
}

.artwork-status {
  position: relative;
  padding-right: 0 !important;
  color: #DC0000;
  padding-right: 24px;
  width: 120px;
  text-align: right;
  border-left: 0;
  font-size: 12px;
}
.artwork-status .sold-dot {
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 900px) {
  .artwork-status {
    text-align: left;
  }
  .artwork-status span {
    top: 10px;
    right: 0;
  }
}

.sold-or-available {
  position: relative;
  padding-right: 24px;
}
.sold-or-available .available {
  color: #2CB200;
  font-size: 14px;
}
.sold-or-available .dot {
  width: 14px;
  height: 14px;
  background-position: -212px -42px;
  position: absolute;
  top: 0;
  right: 0;
}
.sold-or-available.is-available .sold,
.sold-or-available.is-available .dot {
  display: none;
}
.sold-or-available.not-available .available {
  display: none;
}

.artwork-date {
  width: 72px;
  padding-left: 0;
}
@media screen and (max-width: 900px) {
  .artwork-date {
    padding-left: 16px;
  }
}

.artwork-price {
  width: 164px;
}
@media screen and (max-width: 900px) {
  .artwork-price {
    width: 300px;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  .artwork-price {
    width: 100%;
  }
}

.artwork-size {
  text-transform: none;
}

.slider-artwork-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #FFF;
  overflow: hidden;
  overflow-y: scroll;
  top: 0;
  z-index: 999;
}

.overlay-content-container {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.overlay-content .mainContent-wrap {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .overlay-content .mainContent-wrap {
    width: 100%;
  }
}

.overlay-visible {
  overflow-y: hidden;
}

.close {
  width: 34px;
  height: 34px;
  background-position: -265px -1px;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 500px) {
  .close {
    width: 17px;
    height: 17px;
    background-position: -282px -124px;
    top: 21px;
  }
}
@media screen and (max-width: 980px) {
  .close {
    right: 20px;
  }
}

.artwork-title {
  position: relative;
  padding-top: 13px;
  padding-bottom: 20px;
}
.artwork-title section {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 980px) {
  .artwork-title section {
    width: 84%;
  }
}
@media screen and (min-width: 1140px) {
  .artwork-title section {
    width: 100%;
  }
}
@media screen and (max-height: 580px) {
  .artwork-title {
    padding-top: 4px;
    padding-bottom: 10px;
  }
}
@media screen and (max-height: 580px) and (max-height: 460px) {
  .artwork-title {
    padding-bottom: 0;
  }
  .artwork-title h1 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400 !important;
    margin-top: 19px;
  }
}

.artwork-title h1 {
  padding-bottom: 0;
  border: 0;
}
.artwork-title h1 span span {
  padding: 15px 30px 10px 0;
}
@media screen and (max-width: 600px) {
  .artwork-title h1 span span {
    max-width: "90% !important;";
  }
}

.artwork-content {
  position: relative;
}
@media screen and (max-width: 480px) {
  .artwork-content {
    top: 16px;
  }
}
@media screen and (max-width: 480px) and (max-width: 340px) {
  .artwork-content {
    top: 22px;
  }
}

.artwork-content h3 {
  padding-bottom: 23px;
  margin-top: -10px;
  max-width: 86%;
}
@media screen and (max-width: 768px) {
  .artwork-content h3 {
    max-width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .artwork-content h3 {
    margin-top: -34px;
  }
}
.artwork-content .one-two .btn {
  margin-bottom: 19px;
}
.artwork-content .one-two {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .artwork-content .one-two {
    width: 60%;
    float: right;
  }
  .artwork-content .one-two p:first-child {
    margin-top: 6px;
  }
}
@media screen and (min-width: 650px) {
  .artwork-content .one-two {
    width: 70%;
  }
}
@media screen and (min-width: 900px) {
  .artwork-content .one-two {
    width: 50% !important;
    float: left !important;
    padding-right: 40px;
  }
  .artwork-content .one-two p:first-child {
    margin-top: 26px;
  }
}
.artwork-content .one-two ~ .one-two {
  width: 100%;
}
.artwork-content .one-two ~ .one-two p:first-child {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .artwork-content .one-two ~ .one-two {
    width: 50%;
    padding-right: 0;
  }
}

.scroll-down2 {
  width: 34px;
  height: 19px;
  position: absolute;
  left: auto;
  right: 0;
  margin-left: 241px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}
@media screen and (max-width: 980px) {
  .scroll-down2 {
    right: 20px;
    margin: 0;
  }
}
.scroll-down2 .down-arrow2 {
  width: 34px;
  height: 19px;
  background-position: -223px -89px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -9px;
  z-index: 99;
}
.scroll-down2 .down-arrow2.up {
  background-position: -265px -89px;
}

.one-two ~ .one-two .btn:first-child {
  margin-top: 32px;
}

.phone-link {
  text-align: center;
  display: block;
}

.add-to {
  display: block;
}

.remove-from {
  display: none;
}

.added-to-wishlist .add-to {
  display: none;
}
.added-to-wishlist .remove-from {
  display: block;
}

.about-artist {
  padding-bottom: 60px;
}

.about-artist .one-two:first-child {
  padding-right: 7%;
}

.education-list {
  margin-left: 18px;
}

.solo-exhibitions {
  list-style: none;
}
.solo-exhibitions li {
  margin-bottom: 24px;
}
.solo-exhibitions span {
  color: #666;
  display: block;
}
.solo-exhibitions span a {
  color: #000;
  border-bottom: 1px solid #DDD;
}

.one-two figure:first-child img {
  max-width: 320px;
  margin-top: 30px;
}

.locations {
  border-bottom: 1px solid #DDD;
}
.locations h2 {
  border: 0;
}
@media screen and (max-width: 760px) {
  .locations h2 {
    margin-bottom: 32px;
  }
}
.locations h6 {
  margin-top: 25px;
}

.hours {
  margin-top: 25px;
}

.contact-module {
  margin-bottom: 71px;
}
.contact-module address {
  margin-top: 26px;
  margin-bottom: 24px;
  font-style: normal;
}
.contact-module p {
  margin: 0;
}
.contact-module p span {
  white-space: nowrap;
  display: inline-block;
  width: 63%;
}
@media screen and (max-width: 540px) {
  .contact-module p span {
    width: 100%;
    display: block;
  }
}
.contact-module p .detail-label {
  width: 37%;
}

.detail-label {
  color: #000;
}

.phone a {
  color: #666;
  border: 0;
}

.contact-details {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .contact-details .one-two {
    width: 100% !important;
  }
}
@media screen and (max-width: 1270px) {
  .contact-details .one-two {
    float: none;
  }
}
@media screen and (min-width: 760px) {
  .contact-details .one-two {
    width: 80% !important;
  }
}
@media screen and (min-width: 1270px) {
  .contact-details .one-two {
    width: 48.8% !important;
  }
}

.templateAbout section section {
  padding-bottom: 42px;
  border-bottom: 1px solid #DDD;
}
.templateAbout section section h3 {
  padding-top: 28px;
}
.templateAbout .one-two p {
  padding-right: 15px;
}
.templateAbout h6 + p {
  margin-top: 0;
}
.templateAbout .contact-details {
  border-bottom: 1px solid #DDD;
}

.people-module {
  padding-top: 44px;
  padding-bottom: 40px;
}
.people-module h4 {
  font-size: 22px;
}
.people-module h5 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 21px;
  margin-top: 3px;
}
.people-module .email {
  border-bottom: 1px solid #DDD;
}
.people-module .one-third {
  padding-right: 2.48%;
}

.people-module ~ .people-module {
  border-top: 1px solid #DDD;
  padding-top: 59px;
}

.common-two-block {
  margin-top: 30px;
}
.common-two-block .one-two p:first-child {
  margin-top: 0;
}

.contact {
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
  padding-bottom: 80px;
}

.templateContact {
  margin-bottom: 100px;
}

@media screen and (min-width: 760px) and (max-width: 930px) {
  .templateAbout h2 {
    padding-top: 13px;
  }
}

.popup-inner, .contourForm {
  position: relative;
  text-align: left;
  background: #FFF;
  padding: 39px 30px 30px 30px;
}
.popup-inner h3, .contourForm h3 {
  margin-bottom: 14px;
  max-width: 78%;
}
.popup-inner .form-label, .contourForm .form-label {
  width: 168px;
}
.popup-inner .form-field-wrap, .contourForm .form-field-wrap {
  width: 72%;
}
.popup-inner .form-row, .contourForm .form-row {
  margin-bottom: 30px;
}
.popup-inner .form-btn-container, .contourForm .form-btn-container {
  width: 72%;
  float: right;
  margin-top: 0;
}
.popup-inner .form-btn-container .form-btn, .contourForm .form-btn-container .form-btn {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .popup-inner, .contourForm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
  }
  .popup-inner .form-field-wrap, .contourForm .form-field-wrap {
    width: 100%;
  }
  .popup-inner .form-label, .contourForm .form-label {
    text-align: left;
  }
  .popup-inner .form-btn, .contourForm .form-btn {
    width: 100%;
  }
  .popup-inner .form-btn-container, .contourForm .form-btn-container {
    width: 100%;
    margin-top: 30px;
  }
  .popup-inner .form-row, .contourForm .form-row {
    margin-bottom: 0;
  }
}

.popup-actions {
  font-size: 0;
  margin-top: 30px;
}
@media screen and (max-width: 540px) {
  .popup-actions {
    text-align: center;
  }
}
.popup-actions .btn {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 8px 20px;
  margin-right: 20px;
  color: #FFF;
}
@media screen and (max-width: 540px) {
  .popup-actions .btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.popup-actions .btn a {
  color: #FFF;
}

.siteFooter {
  background-color: #000;
  margin-left: 241px;
}
@media screen and (max-width: 980px) {
  .siteFooter {
    margin-left: 0;
  }
}

.footerContainer {
  height: 41px;
  position: relative;
  width: 92%;
  margin-left: 8%;
  padding: 0 0 9px 0;
  max-width: 940px;
}
.footerContainer .one-two {
  float: right;
  text-align: right;
}
.footerContainer .one-two ~ .one-two {
  float: left;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .footerContainer {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .footerContainer {
    height: auto;
    margin: 0 auto;
  }
}

footer small {
  display: inline-block;
  padding: 10px 0 0 0;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
}
footer small a {
  color: #FFF;
}
@media screen and (max-width: 980px) {
  footer small {
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 760px) {
  footer small {
    font-size: 14px;
    display: block;
  }
}

.wish-list-share {
  margin: 0 auto;
  width: 130px;
}

.search-results {
  padding: 40px 0;
}
.search-results a:first-child {
  border-top: 0;
  padding-top: 0;
}
.search-results .tag {
  background: #BBB;
}
.search-results .tag:hover {
  background: #CCC;
}
.search-results ol {
  margin-top: 40px;
}

.search-result {
  display: block;
  margin-bottom: 20px;
  border-top: 1px solid #DDD;
  padding-top: 40px;
  position: relative;
}
.search-result h3 {
  display: inline-block;
  border-bottom: 1px solid #FFF;
}
.search-result h3 + p {
  margin-top: 16px;
}
.search-result:hover h3 {
  border-bottom: 1px solid #DDD;
}

.note {
  display: none;
  padding: 10px;
  width: 100%;
  text-align: center;
  background: red;
  color: #FFF;
  font-size: 20px;
  position: fixed;
  top: 0;
  z-index: 999;
}
.note strong {
  text-transform: uppercase;
}

.gowSlider .rsABlock, .scroll-down {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.gowSlider .rsABlock:hover, .scroll-down:hover {
  cursor: pointer;
  background: #282828;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 90%;
  overflow: hidden;
  margin-bottom: 36px;
}
@media screen and (max-width: 515px) {
  .slider-wrapper {
    margin-bottom: 0;
  }
}

.gowSlider {
  position: absolute;
  left: 241px;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .gowSlider {
    left: 0;
  }
}

.rsContainer {
  position: static;
}

.rsDefault .rsBullets {
  display: none;
}

.gowSlider .rsABlock {
  top: 53px;
  color: #FFF;
  overflow: hidden;
  text-align: center;
}
.gowSlider .rsABlock.rsNextBlock {
  left: auto;
  right: 8%;
  margin-right: 241px;
  width: 198px;
  padding: 24px 86px 24px 24px;
}
@media screen and (max-width: 980px) {
  .gowSlider .rsABlock.rsNextBlock {
    bottom: 0;
    top: auto;
    right: 20px;
    margin: 0;
    padding: 10px 76px 9px 20px;
    font-size: 16px;
    min-height: 65px;
  }
}
.gowSlider .rsABlock.rsNextBlock h4 {
  text-align: left;
}
.gowSlider .rsABlock.rsInfoBlock {
  left: 8%;
  width: 380px;
  padding: 24px 24px 37px 24px;
}
@media screen and (max-width: 980px) {
  .gowSlider .rsABlock.rsInfoBlock {
    padding: 12px 12px 17px 12px;
    left: 50%;
    margin-left: -190px;
  }
}
@media screen and (max-width: 760px) {
  .gowSlider .rsABlock.rsInfoBlock {
    width: 300px;
    margin-left: -150px;
    top: 12px;
  }
}
.gowSlider .rsABlock h4,
.gowSlider .rsABlock .rsLocation {
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .gowSlider .rsABlock h4,
  .gowSlider .rsABlock .rsLocation {
    font-size: 16px;
  }
}

.rsCurrentExhibitions {
  width: 281px;
  margin: 0 auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #303433;
}
@media screen and (max-width: 760px) {
  .rsCurrentExhibitions {
    padding-bottom: 12px;
  }
}

.rsCurrentExhibitions-details {
  padding-top: 25px;
}
.rsCurrentExhibitions-details h3 {
  color: #FFF;
}
@media screen and (max-width: 760px) {
  .rsCurrentExhibitions-details {
    padding-top: 12px;
  }
}

.rsDate {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .rsDate {
    font-size: 16px;
  }
}

.rsTitle {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .rsTitle {
    font-size: 18px;
    line-height: 20px;
  }
}

.next-arrow {
  width: 18px;
  height: 46px;
  background-position: -578px -303px;
  position: absolute;
  top: 24px;
  right: 23px;
}
@media screen and (max-width: 980px) {
  .next-arrow {
    top: 12px;
    right: 16px;
  }
}

.scroll-down {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 8%;
  margin-left: 241px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .scroll-down {
    left: 20px;
    margin: 0;
    width: 65px;
    height: 65px;
  }
}
.scroll-down .down-arrow {
  width: 48px;
  height: 20px;
  background-position: -62px -86px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -9px;
  z-index: 99;
}

.artwork-slider-BG {
  background-color: #FFF;
  width: 100%;
  height: 90%;
}

.slider-wrapper.artwork-slider {
  width: 100%;
  height: 90%;
  overflow: visible;
  left: auto;
  right: auto;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .slider-wrapper.artwork-slider {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1140px) {
  .slider-wrapper.artwork-slider {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.slider-wrapper.artwork-slider .rsContainer {
  background-color: #FFF;
}

.test-percent {
  height: 90%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  max-height: 920px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: -23px;
}

.gowSliderArtwork {
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .gowSliderArtwork {
    left: 0;
  }
}

.left-artwork-arrow span,
.right-artwork-arrow span {
  width: 19px;
  height: 34px;
  position: absolute;
}
.left-artwork-arrow span:hover,
.right-artwork-arrow span:hover {
  cursor: pointer;
}

.left-artwork-arrow,
.right-artwork-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 19px;
  height: 34px;
}
.left-artwork-arrow:hover,
.right-artwork-arrow:hover {
  cursor: pointer;
}
@media screen and (max-width: 1040px) {
  .left-artwork-arrow,
  .right-artwork-arrow {
    background: #FFF;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    width: 50px;
    height: 50px;
  }
  .left-artwork-arrow span,
  .right-artwork-arrow span {
    top: 8px;
    right: 14px;
  }
}

.left-artwork-arrow {
  left: -39px;
}
@media screen and (max-width: 1040px) {
  .left-artwork-arrow {
    left: 20px;
  }
  .left-artwork-arrow span {
    left: 14px;
  }
}

.right-artwork-arrow {
  right: -39px;
}
@media screen and (max-width: 1040px) {
  .right-artwork-arrow {
    right: 20px;
  }
}

.left-artwork-arrow span {
  background-position: -252px -47px;
}

.right-artwork-arrow span {
  background-position: -280px -47px;
}

.gowSliderAbout {
  width: 100%;
}
.gowSliderAbout img {
  width: 100%;
}

.about-slider {
  margin-top: -4px;
  padding-bottom: 24px;
}
.about-slider .rsArrowRight .rsArrowIcn {
  width: 63px;
  height: 72px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  top: 40px;
  right: 40px;
  position: absolute;
  background-position: -128px -139px;
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .about-slider .rsArrowRight .rsArrowIcn {
    top: 16px;
    right: 16px;
    background-position: -103px -115px;
    width: 30px;
    height: 39px;
  }
}
.about-slider .rsTitleBlock {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 24px 15px 24px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.about-slider .rsTitleBlock h2 {
  padding: 0;
  margin: 0;
  border: 0;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .about-slider .rsTitleBlock {
    font-size: 16px;
    padding: 10px 14px 10px 14px;
    top: 16px;
    left: 16px;
  }
}

h5 + h2 {
  margin-top: -6px;
}

.exhibition-module {
  position: relative;
}
.exhibition-module h2 {
  padding-right: 20px;
}
.exhibition-module h3 span {
  margin-top: 12px;
}
.exhibition-module figure {
  position: relative;
  max-width: 460px;
  margin-top: 22px;
  margin-bottom: 92px;
}
.exhibition-module figure.image-border:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #DDD;
}

@media screen and (max-width: 705px) {
  .modal_follow-inner {
    margin: -296px 0 0 -169px;
    width: auto;
    height: auto;
  }

  .modal_follow-content {
    float: none;
  }
  .modal_follow-content + .modal_follow-content {
    margin-top: 10px;
  }
}

@media screen and (max-width: 338px) {
  .modal_follow-inner {
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
  }

  .modal_follow-content {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .exhibition-module figure {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .exhibition-module {
    margin-top: 50px;
  }
  .exhibition-module h2 {
    text-align: left;
  }
}
@media screen and (max-width: 516px) {
  .exhibition-module {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
  .exhibition-module figure {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .exhibition-double-block {
    margin-bottom: 52px;
  }
  .exhibition-double-block h2 + article {
    margin-top: 20px;
  }
}

@media screen and (max-width: 516px) {
  .templatehome .exhibition-double-block {
    margin-top: 52px;
  }
}

@media screen and (max-width: 516px) {
  h1 + .exhibition-double-block {
    margin-top: 0;
  }
}

article.info-article {
  padding-top: 26px;
  border-top: 1px solid #DDD;
  margin-bottom: 48px;
}
article.info-article h3,
article.info-article p {
  padding-right: 1em;
}

.templateExhibition .gallery-grid-four {
  margin-bottom: 30px;
}

.main-exhibition-image:hover {
  cursor: pointer;
}

.contact {
  background-color: #FFF;
  border-top: 1px solid #DDD;
  padding-top: 30px;
}

.contact-form ::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  padding-top: 3px;
}
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  font-size: 16px;
  padding-top: 3px;
}
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  font-size: 16px;
  padding-top: 3px;
}
.contact-form :-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  padding-top: 3px;
}

textarea.form-field,
input.form-field {
  border: 1px solid #BBB;
  border-radius: 6px;
  background-clip: padding-box;
  display: inline-block;
}

textarea.form-field {
  resize: none;
  padding-top: 15px;
  height: 141px;
}

input.form-field {
  height: 51px;
}

.form-label {
  width: 49%;
  text-align: right;
  padding-right: 35px;
  vertical-align: top;
  margin-top: 20px;
  float: left;
}

.form-field-wrap {
  width: 49%;
  float: right;
}

.form-btn-container {
  float: right;
  width: 49%;
  margin-top: 24px;
}

.form-row {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .form-item,
  .form-row {
    margin-bottom: 0;
  }

  .form-label,
  .form-btn-container {
    width: 100%;
    margin-top: 20px;
  }

  .form-label {
    text-align: left;
  }

  .form-field-wrap {
    width: 100%;
  }
}
.theme-on .mainSiteMenu {
  border: 0;
}
.theme-on .mainSiteMenu input[type="search"] {
  border-left: 1px solid #000;
  color: #000;
}
.theme-on .mainSiteMenu .mainNav a:hover,
.theme-on .mainSiteMenu .subNav a:hover {
  border-bottom: 1px solid #444;
}

.blue-theme .mainSiteMenu {
  background-color: #00A6CB;
}
.blue-theme .mainSiteMenu input[type="search"],
.blue-theme .mainSiteMenu .form-field {
  background-color: #00A6CB;
}
.blue-theme .mainSiteMenu .mainNav a,
.blue-theme .mainSiteMenu .subNav a {
  border-bottom: 1px solid #00A6CB;
}
.blue-theme .rsCurrentExhibitions-details .art-heading {
  color: #00A6CB;
}

.orange-theme .mainSiteMenu {
  background-color: #FF5800;
}
.orange-theme .mainSiteMenu input[type="search"],
.orange-theme .mainSiteMenu .form-field {
  background-color: #FF5800;
}
.orange-theme .mainSiteMenu .mainNav a,
.orange-theme .mainSiteMenu .subNav a {
  border-bottom: 1px solid #FF5800;
}
.orange-theme .rsCurrentExhibitions-details .art-heading {
  color: #FF5800;
}

.green-theme .mainSiteMenu {
  background-color: #81CC45;
}
.green-theme .mainSiteMenu input[type="search"],
.green-theme .mainSiteMenu .form-field {
  background-color: #81CC45;
}
.green-theme .mainSiteMenu .mainNav a,
.green-theme .mainSiteMenu .subNav a {
  border-bottom: 1px solid #81CC45;
}
.green-theme .rsCurrentExhibitions-details .art-heading {
  color: #81CC45;
}

.yellow-theme .mainSiteMenu {
  background-color: #FFD500;
}
.yellow-theme .mainSiteMenu input[type="search"],
.yellow-theme .mainSiteMenu .form-field {
  background-color: #FFD500;
}
.yellow-theme .mainSiteMenu .mainNav a,
.yellow-theme .mainSiteMenu .subNav a {
  border-bottom: 1px solid #FFD500;
}
.yellow-theme .rsCurrentExhibitions-details .art-heading {
  color: #FFD500;
}

.red-theme .mainSiteMenu {
  background-color: #ED2939;
}
.red-theme .mainSiteMenu input[type="search"],
.red-theme .mainSiteMenu .form-field {
  background-color: #ED2939;
}
.red-theme .mainSiteMenu .mainNav a,
.red-theme .mainSiteMenu .subNav a {
  border-bottom: 1px solid #ED2939;
}
.red-theme .rsCurrentExhibitions-details .art-heading {
  color: #ED2939;
}

.pagnation {
  margin-top: -36px;
  margin-bottom: 50px;
}

.pagnation-page-links {
  margin: 0;
  padding: 0;
  width: 200px;
  margin: 0 auto;
  display: block;
  list-style-type: none;
  text-align: center;
}

.pagnation-page-number {
  margin: 0 auto;
  display: block;
  max-width: 50px;
  text-align: center;
}

.pagnation-prev {
  float: left;
}

.pagnation-next {
  float: right;
}

/*# sourceMappingURL=main.css.map */
