@charset "UTF-8";
/*

    [PROJECT NAME]

    @version:1.0
    @author:Erskine Design

    CONTENTS ----------

        01. BODY
            1.1. ACCESSIBILITY NAVIGATION
        02. DEFAULT STYLING
            2.1. FORMS
            2.2. TABLES
        03. HEADLINES
        04. LINKS
        05. LAYOUT
            5.1. HEADER & BRANDING
            5.2. FOOTER
            5.3. FOOTER PRI
        06. NAVIGATION
            6.1. HORIZONTAL CLASS
            6.2. PRIMARY NAVIGATION
            6.3. SUBNAV
            6.4. SEARCH
            6.5. TABS
            6.6. PAGINATION
        07. GLOBAL ELEMENTS
            7.1. MISCELLANEOUS
        08. VISITORS
            8.1. HOTELS
        09. SPONSORS
        10. PRESS
        11. VIP
        12. SIDEBARS
        13. EXHIBITORS
        14. USER MESSAGE
        15. ARTWORK VIEWER
        16. JS WARNINGS
        17. ARTWORK FILTERS

    -------------------

    COLOURS -----------

        black:#000
        white:#FFF

    -------------------

*/
/*

    HTML reset stylesheet
    Adapted from YUI & HTML5 Doctor
    
    @version: 1.1
    @author: Erskine Design
 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent; }

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section,
summary,
time {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal; }

input,
select {
  vertical-align: middle; }

/* @group 1. BODY -------------------- */
html {
  background-color: #000;
  height: 100%; }

/* @group 1.1. ACCESSIBILITY NAVIGATION ---------- */
ul#nav_access {
  position: relative;
  list-style: none;
  margin: 0; }

ul#nav_access li {
  height: 0;
  display: inline; }

ul#nav_access a {
  position: absolute;
  left: -9999px;
  top: 0;
  font-size: 11px;
  font-weight: bold;
  background: #FFFFCC;
  border: 2px solid #DDD;
  padding: 10px;
  display: block; }

ul#nav_access a:focus,
ul#nav_access a.focus {
  left: 0;
  color: #333; }

ul.horizontal.pri {
  margin-bottom: 0.2em; }

/* @end */
/* @end */
/* @group 2. DEFAULT STYLING -------------------- */
.mobile_only {
  display: none; }

p.artisanal {
  padding-right: 16.1%; }

code,
pre {
  font-family: monospace; }

abbr:hover {
  cursor: help; }

del {
  text-decoration: line-through; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/* @group 2.1. FORMS ---------- */
.hiddenFields {
  display: none; }

/* SUBMIT ---------- */
/* @end */
/* @group 2.2. TABLES ---------- */
/* @end */
/* @end */
/* @group 3. HEADLINES -------------------- */
/* @end */
/* @group 4. LINKS -------------------- */
a.rounded {
  background-color: #777;
  border-radius: 99px;
  color: #FFF;
  font-size: 14px;
  font-weight: 200;
  padding: 4px 12px;
  text-decoration: none; }
  a.rounded:hover, a.rounded:focus {
    background-color: #444;
    color: #FFF; }

/* @end */
/* @group 5. LAYOUT -------------------- */
div#page {
  padding-top: 0; }

.page {
  display: none !important; }
  .page.cur {
    display: block !important; }

#content_pri {
  min-height: 580px; }

/* @group 5.1. HEADER & BRANDING -------------------- */
#header {
  background: url("../images/site/branding/banner_1x.jpg") no-repeat 0 0;
  -moz-background-size: 1000px 180px;
  background-size: 1000px 180px;
  height: 140px;
  /* Height of image minus 40px */
  margin: 0 -1.428571429em 1.428571429em -1.5em;
  /* 20 / 14 */
  left: 1px;
  padding: 1.428571429em;
  /* 20 / 14 */
  position: relative; }

#header p {
  margin: 0; }

#branding {
  background: url("../images/site/branding/branding.png") no-repeat;
  margin-bottom: 0; }

#branding a {
  display: block;
  height: 181px;
  width: 138px;
  text-indent: -9999em; }

#branding img {
  visibility: hidden; }

.svg #branding {
  background-image: url("../images/site/branding/branding.svg"); }

#header .main_sponsor {
  background: url("../images/site/branding/sponsor.png") no-repeat;
  position: absolute;
  bottom: 1.428571429em;
  /* 20 / 14 */
  right: 1.428571429em;
  /* 20 / 14 */ }

#header .main_sponsor img {
  visibility: hidden; }

.svg #header .main_sponsor {
  background-image: url("../images/site/branding/sponsor.svg"); }

/* @end */
/* @group 5.2. FOOTER -------------------- */
#footer {
  font-size: 0.928571429em;
  /* 13px / 14px */
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 1.428571429em 0; }

#footer a {
  color: #fff;
  text-decoration: none; }

#footer a:hover,
#footer a:focus {
  color: #ccc; }

#footer .slashed {
  float: left; }

#footer .address {
  font-size: 0.923076923em;
  /* 12px / 13px */
  color: #ccc;
  float: right; }

#footer .address div {
  display: inline; }

/* @end */
/* @group 5.3. FOOTER PRI -------------------- */
#footer_pri {
  background-color: #FFF;
  border: 0 solid #DDD;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 2px;
  border-top-color: #E9E9E9;
  clear: both;
  padding: 2.857142857em 1.428571429em 1.571428571em;
  /* 40 / 14, 20 / 14, 22 / 14 */ }

#footer_pri h3 {
  border-bottom: 1px solid #D4D4D4;
  font-size: 1.285714286em;
  /* 18 / 14 */
  font-weight: normal;
  padding-bottom: 0.444444444em;
  /* 8 / 18 */
  overflow: hidden; }

#footer_pri h3 a {
  text-decoration: none; }

#footer_pri h3 em {
  text-transform: lowercase; }

#footer_pri p {
  font-size: 0.857142857em;
  /* 12 / 14 */ }

#footer_pri .block {
  background-color: transparent;
  float: left;
  padding: 0;
  margin: 0 0 0 1.428571429em;
  /* 20 / 14 */
  width: 25%;
  /* 240 / 960 */ }

#footer_pri .block:first-child {
  margin-left: 0; }

#footer_pri div#stay_updated {
  width: 45.8333333%;
  /* 440 / 960 */ }

#footer_pri form {
  float: left; }

#footer_pri form dt {
  margin-bottom: 10px; }

#footer_pri fieldset {
  background-color: #F0F0F0;
  padding: 0.714285714em;
  /* 10 / 14 */
  width: 240px; }

#footer_pri dt {
  color: #666;
  padding-top: 2px;
  width: 35px; }

#footer_pri input[type="text"] {
  border-width: 1px;
  width: 170px; }

#footer_pri .cta_button {
  margin-bottom: 0; }

#footer_pri button {
  float: right;
  margin-right: 6px; }

div#footer_pri ul.social {
  float: right;
  width: 160px; }

div#footer_pri ul.social {
  list-style: none; }

div#footer_pri ul.social li {
  font-size: 0.928571429em;
  /* 13 / 14 */
  line-height: 1;
  margin: 1.571428571em 0 0;
  /* 22 / 14 */ }

div#footer_pri ul.social li:first-child {
  margin-top: 0; }

div#footer_pri ul.social a {
  border-radius: 5px;
  display: block;
  padding: 1.642857143em 0 1.571428571em 2.428571429em;
  /* 23 / 14, 22 / 14, 34 / 14 */
  text-decoration: none; }

div#footer_pri ul.social li.twitter a {
  background: #d6f5ff url("../images/site/icons/footer-social-twitter.png") no-repeat 8px center;
  border: 1px solid #AFC9D1;
  color: #000; }

div#footer_pri ul.social li.twitter a:hover,
div#footer_pri ul.social li.twitter a:focus {
  background-color: #B3E2F1; }

div#footer_pri ul.social li.facebook a {
  background: #3c5a98 url("../images/site/icons/footer-social-facebook.png") no-repeat 8px center;
  border: 1px solid #2F4778;
  color: #FFF; }

div#footer_pri ul.social li.facebook a:hover,
div#footer_pri ul.social li.facebook a:focus {
  background-color: #2F4778; }

/* @end */
/* @end */
/* @group 6. NAVIGATION -------------------- */
/* @group 6.2. PRIMARY NAVIGATION -------------------- */
#nav_pri {
  font-size: 1em;
  width: 100%;
  clear: both;
  border-top: 0.071428571em dotted #ccc;
  /* 1px / 14px */
  border-bottom: 0.071428571em dotted #ccc;
  /* 1px / 14px */
  margin-bottom: 2.142857143em;
  /* 30px / 14px */ }

#nav_pri ul.pri {
  float: left; }

#nav_pri ul.sec {
  float: right;
  font-size: 0.928571429em;
  /* 13px / 14px */ }

#nav_pri li {
  display: inline; }

#nav_pri a {
  padding: 0.642857143em 0;
  /* 9px / 14px */
  margin: 0 0.642857143em 0 0;
  /* 9px / 14px */
  color: #666666;
  position: relative;
  text-decoration: none; }

#nav_pri .first a {
  margin-left: 0; }

#nav_pri .last a {
  margin-right: 0; }

#nav_pri .pri a:hover,
#nav_pri .pri a:focus,
#nav_pri .pri .cur a {
  border-top: 0.142857143em solid #7f7f7f;
  /* 2px / 14px */
  top: -0.071428571em;
  /* 1px / 14px */
  padding-top: 0.571428571em;
  padding-bottom: 0.571428571em;
  color: #1f1f1f; }

#nav_pri .pri .cur a {
  border-top-color: #212121;
  color: #1F1F1F; }

#nav_pri .sec a:hover,
#nav_pri .sec .cur a {
  color: #1F1F1F; }

/* @end */
/* @group 6.3. SUBNAV -------------------- */
.subnav {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  margin-top: -10px;
  margin-right: 10px;
  float: left;
  width: 100%;
  padding-bottom: 5px; }

.subnav p {
  margin: 5px 0; }

.subnav ul {
  padding-top: 5px;
  margin-bottom: 0; }

.subnav li {
  border-right: 1px solid #ccc;
  padding-right: 6px;
  margin-right: 10px; }
  .subnav li a {
    color: #ccc;
    text-decoration: none; }

.subnav li:last-child {
  border-right: 0; }

.subnav li.cur a {
  color: #000; }

.subnav p a {
  color: #888;
  text-decoration: none; }

.subnav .filters {
  float: right;
  clear: none;
  margin-top: 4px; }
  .subnav .filters a {
    background: #ddd;
    color: #000;
    font-size: 12px; }
    .subnav .filters a:hover, .subnav .filters a:focus {
      background: #777;
      color: #FFF; }

/* @end */
/* @group 6.4. SEARCH -------------------- */
ul.nav {
  padding-right: 0 !important;
  width: 99% !important; }

ul.nav li.search {
  float: right; }

ul.nav li.search a {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-image: url("/static/images/site/sprite/sprite.png");
  background-position: 14px -1985px;
  background-repeat: no-repeat;
  border-left: 1px solid #bebebe;
  height: 18px;
  width: 21px;
  opacity: .5; }
  .svg ul.nav li.search a {
    background-image: url("/static/images/site/sprite/sprite.svg"); }
  ul.nav li.search a:hover, ul.nav li.search a:focus {
    opacity: .9; }

/* @end */
/* @group 6.5. TABS -------------------- */
.tabs {
  margin-bottom: 2.143em;
  position: relative;
  width: 100%; }

.tabs .nav {
  background-color: #eeeeee;
  border-bottom: 1px solid #d7d7d7;
  clear: both;
  float: left;
  padding: 0 0.571em;
  width: 96.8%;
  /* 484 / 500 */ }

.tabs .nav li {
  display: block;
  float: left;
  line-height: 1; }

.tabs .nav a {
  border: 1px solid #eeeeee;
  color: #7F7F7F;
  display: block;
  float: left;
  padding: 11px 10px;
  position: relative;
  margin-right: 0;
  text-decoration: none; }

.tabs .nav a:hover,
.tabs .nav a:focus {
  color: black; }

.tabs .nav .cur {
  background-color: white;
  border: 1px solid #d7d7d7;
  border-bottom: 0; }

.tabs .nav .cur a {
  color: #000;
  background-color: white;
  border: 0;
  border-bottom: 1px solid white;
  top: 1px;
  padding-top: 10px;
  padding-bottom: 14px; }

.tabs div {
  clear: both; }

/* @end */
/* @group 6.6. PAGINATION -------------------- */
.pagination {
  float: right; }
  .pagination p {
    float: left;
    margin: 9px 15px 0 0; }
  .pagination ul {
    float: right; }
  .pagination li {
    float: left;
    margin-left: 1px !important; }
    .pagination li a {
      background-color: transparent;
      border: 0;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      background-color: #eee;
      display: block;
      height: 39px;
      margin: 0;
      width: 39px; }
      .pagination li a:hover {
        background: #777; }
      .pagination li a.previous {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 15px -488px;
        background-repeat: no-repeat; }
        .pagination li a.previous:hover, .pagination li a.previous:focus {
          background-position: -485px -488px; }
        .svg .pagination li a.previous {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
      .pagination li a.next {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 17px -988px;
        background-repeat: no-repeat; }
        .pagination li a.next:hover, .pagination li a.next:focus {
          background-position: -483px -988px; }
        .svg .pagination li a.next {
          background-image: url("/static/images/site/sprite/sprite.svg"); }

/* @end */
/* @end */
/* @group 7. GLOBAL ELEMENTS -------------------- */
/* @group 7.1. MISCELLANEOUS -------------------- */
/* @end */
/* @end */
/* @group 8. VISITORS
---------------------------------------------------------------- */
.visitors iframe {
  margin: 0; }

/* @group 8.1 HOTELS
------------------------------------------------------------ */
.hotels_map_link {
  background-color: #3D776B;
  float: right;
  font-size: 0.857142857em;
  /* 12 / 14 */
  line-height: 1.333333333em;
  /* 16 / 12 */
  margin-left: 0.833333333em;
  /* 10 / 12 */
  width: 40%;
  /* 200 / 500 */ }

.hotels_map_link a {
  display: block;
  color: #FFF;
  padding: 1.166666667em 0.833333333em;
  /* 14 / 12, 10 / 12 */ }

.hotels_map_link a:hover,
.hotels_map_link a:focus {
  background-color: #315F56;
  color: #FFF; }

.detail_block {
  background-color: #F4F4F4;
  border: 1px solid #DDD;
  margin-bottom: 1.428571429em;
  /* 20 / 14 */
  padding: 1em;
  /* 14 / 14, 4 / 14 */ }

.detail_block .listing_basic li {
  margin-bottom: 6px; }

.detail_block.full {
  width: auto; }

#hotel_map_canvas {
  width: 100%;
  height: 500px; }

/* @end */
/* @end */
/* @group 9. SPONSORS
---------------------------------------------------------------- */
.sponsors #content_pri h2 {
  font-size: 1em;
  /* 14 / 14 */
  font-weight: bold; }

ul.sponsor_group {
  width: 100%;
  list-style: none; }

ul.sponsor_group li {
  height: 90px;
  width: 31%;
  margin-bottom: 15px;
  float: left;
  position: relative; }

ul.sponsor_group li a {
  display: block;
  height: 100%;
  width: 100%; }

ul.sponsor_group li a:hover {
  border: 1px solid #DDD; }

ul.sponsor_group li img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 200px; }

/* @end */
/* @group 10. Press
---------------------------------------------------------------- */
ul.press li {
  list-style: none; }

/* @end */
/* @group 11. VIP
---------------------------------------------------------------- */
.vip .alert {
  margin-bottom: 20px; }

.vip .alert fieldset {
  padding-bottom: 10px; }

.vip .alert fieldset button {
  margin: 6px 0 0 6px;
  padding: 5px 10px; }

.vip .day_menu {
  list-style: none; }

.vip .day_menu li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 0.5em; }

.vip .day_menu .last {
  clear: left; }

.vip .day_menu a {
  padding: 0.2em; }

.vip .day_menu .cur a {
  background: #ccc;
  text-decoration: none; }

.event_listing {
  border-bottom: 1px dotted #D7D7D7;
  padding-bottom: 1.5em; }

.item_date_heading {
  background-color: #EEE;
  padding: 0.5em 0.3em;
  margin: 1.5em 0 1em; }

.item_date_heading time {
  font-style: normal;
  color: #222;
  display: block;
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.857142857em;
  /* 12 / 14 */
  margin-bottom: 0.166666667em;
  /* 2 / 12 */
  text-transform: uppercase; }

/* @end */
/* @group 12. SIDEBARS
---------------------------------------------------------------- */
.sidebar {
  border-bottom: 1px dotted #dfdfdf;
  margin-bottom: 1.333333333em; }

/* @group 12.1. DATE / LOCATION
------------------------------------------------------------ */
#content_sec .date_location p.name {
  position: absolute;
  left: -999em; }

#content_sec .date_location time {
  color: #333333;
  font-size: .916666667em;
  /* 11 / 12 */
  font-style: italic; }

#content_sec .location {
  font-size: 1.166666667em;
  /* 14 / 12 */
  font-weight: bold; }

/* @end */
 /* @group 12.2. BOOK TICKETS
------------------------------------------------------------ */
#content_sec .book_tickets a {
  background-color: #1D1D1D;
  color: #fff;
  font-size: 1.5em;
  /* 18 / 12 */
  font-weight: bold;
  padding: 2.888888889em 8.1761006% 0 8.1761006%;
  width: 75%;
  height: 5.055555556em;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#content_sec .book_tickets a:hover,
#content_sec .book_tickets a:focus {
  background-color: #333; }

#content_sec .book_tickets a:active {
  background-color: #1d1d1d; }

/* @end */
/* @end */
/* @group 13. EXHIBITORS
---------------------------------------------------------------- */
#exhibitor_tabs li em {
  color: #999; }

/* @end */
/* @group 14. USER MESSAGE
---------------------------------------------------------------------- */
.user_message {
  background: #F7F7F7; }

.user_message body {
  background: transparent; }

.user_message div#content_wrapper {
  width: 433px;
  margin: 200px auto 0 auto;
  padding: 20px;
  border: 1px solid #D4D4D4; }

.user_message div#content_wrapper h1 {
  background: url(/static/images/site/branding/branding.png) no-repeat 20px 20px black;
  height: 138px;
  overflow: hidden;
  text-indent: -999em;
  margin: -20px -20px 20px -20px;
  padding: 20px; }

.user_message div#content_wrapper h2 {
  margin: 0 -20px 20px -20px;
  padding: 10px 20px;
  background-color: #eee;
  font-size: 14px; }

.user_message div#content_wrapper ul {
  list-style: none;
  margin-bottom: 1.7em; }

.user_message div#content_wrapper ul li {
  margin-left: 0; }

.user_message p {
  margin-bottom: 20px; }

.user_message p.cta_button {
  margin-bottom: 10px; }

/* @end */
/* @group 15. ARTWORK VIEWER
---------------------------------------------------------------------- */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(360deg); } }

body#body-viewer {
  overflow: hidden; }

#page-viewer {
  background: #d7d7d7;
  background: url("/static/images/site/bg/dot.png");
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  html.svg #page-viewer {
    background: url("/static/images/site/bg/dot.svg"); }
  #page-viewer .topbar {
    background: #eee;
    border-bottom: 1px solid #ccc;
    display: block;
    height: 50px;
    margin: 0;
    width: 100%;
    z-index: 99;
    position: absolute; }
    #page-viewer .topbar .close {
      border-right: 1px solid #ccc;
      display: block;
      float: left;
      height: 50px;
      width: 50px; }
      #page-viewer .topbar .close span {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 18px 18px;
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        display: block;
        height: 100%;
        opacity: .5;
        text-decoration: none;
        width: 100%; }
        .svg #page-viewer .topbar .close span {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
      #page-viewer .topbar .close:hover, #page-viewer .topbar .close:focus {
        background: #fff; }
        #page-viewer .topbar .close:hover span, #page-viewer .topbar .close:focus span {
          opacity: 1; }
    #page-viewer .topbar .info {
      float: left; }
      #page-viewer .topbar .info a.switch {
        color: #777;
        float: left;
        padding: 15px 12px 16px 16px;
        border-right: 1px solid #ccc;
        height: 19px;
        text-decoration: none;
        display: block; }
        #page-viewer .topbar .info a.switch span {
          background-image: url("/static/images/site/sprite/sprite.png");
          background-position: 0px -1496px;
          background-repeat: no-repeat;
          display: inline-block;
          height: 10px;
          margin-left: 12px;
          opacity: .5;
          width: 10px; }
          #page-viewer .topbar .info a.switch span:hover, #page-viewer .topbar .info a.switch span:focus {
            background-position: -500px -1496px; }
          .svg #page-viewer .topbar .info a.switch span {
            background-image: url("/static/images/site/sprite/sprite.svg"); }
      body.viewerInfoOpen #page-viewer .topbar .info {
        -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
        -moz-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
        -ms-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
        -o-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2));
        background-color: #fff;
        background-color: rgba(255, 255, 255, 0.95);
        border: none;
        margin-left: -1px;
        padding-left: 1px; }
        body.viewerInfoOpen #page-viewer .topbar .info span {
          background-image: url("/static/images/site/sprite/sprite.png");
          background-position: 3px -1497px;
          background-repeat: no-repeat;
          -webkit-transform: rotate(180deg); }
          body.viewerInfoOpen #page-viewer .topbar .info span:hover, body.viewerInfoOpen #page-viewer .topbar .info span:focus {
            background-position: -497px -1497px; }
          .svg body.viewerInfoOpen #page-viewer .topbar .info span {
            background-image: url("/static/images/site/sprite/sprite.svg"); }
        body.viewerInfoOpen #page-viewer .topbar .info .reveal {
          display: block; }
      #page-viewer .topbar .info .reveal {
        display: none;
        background: #fff;
        background: rgba(255, 255, 255, 0.95);
        clear: both;
        position: absolute;
        top: 50px;
        margin-left: -1px;
        z-index: 99; }
      #page-viewer .topbar .info .artwork,
      #page-viewer .topbar .info .exhibit {
        float: left;
        width: 200px;
        padding: 20px; }
        #page-viewer .topbar .info .artwork h1,
        #page-viewer .topbar .info .exhibit h1 {
          color: #000;
          font-size: 22px;
          margin-bottom: 10px; }
        #page-viewer .topbar .info .artwork h2,
        #page-viewer .topbar .info .exhibit h2 {
          font-size: 15px; }
        #page-viewer .topbar .info .artwork h3,
        #page-viewer .topbar .info .exhibit h3 {
          font-size: 14px;
          margin: 4px 0 8px; }
        #page-viewer .topbar .info .artwork p.price,
        #page-viewer .topbar .info .exhibit p.price {
          color: #000;
          clear: both;
          font-weight: 800;
          margin-bottom: 15px; }
        #page-viewer .topbar .info .artwork a,
        #page-viewer .topbar .info .artwork p,
        #page-viewer .topbar .info .exhibit a,
        #page-viewer .topbar .info .exhibit p {
          background: transparent !important;
          border: none;
          clear: both;
          height: auto;
          line-height: 15px;
          margin: 0 0 5px;
          padding: 0; }
        #page-viewer .topbar .info .artwork ul,
        #page-viewer .topbar .info .exhibit ul {
          list-style: none;
          margin: 0; }
          #page-viewer .topbar .info .artwork ul li,
          #page-viewer .topbar .info .exhibit ul li {
            padding: 0;
            margin: 0; }
      #page-viewer .topbar .info .exhibit {
        width: 280px; }
    #page-viewer .topbar .share {
      border-left: 1px solid #ccc;
      float: right;
      padding: 10px 12px 5px;
      -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
      body.viewerRelatedOpen #page-viewer .topbar .share {
        margin-right: 430px; }
      #page-viewer .topbar .share p {
        color: #777;
        float: left;
        margin: 5px 10px 0 6px; }
      #page-viewer .topbar .share ul {
        float: left;
        margin: 0; }
        #page-viewer .topbar .share ul li a {
          background-color: transparent;
          border: 0;
          color: transparent;
          font: 0/0 a;
          text-shadow: none;
          display: block;
          opacity: .4;
          height: 30px;
          width: 25px; }
          #page-viewer .topbar .share ul li a:hover, #page-viewer .topbar .share ul li a:focus {
            opacity: .8; }
        #page-viewer .topbar .share ul li.googleplus a {
          background-image: url("/static/images/site/sprite/sprite.png");
          background-position: 6px -4993px;
          background-repeat: no-repeat; }
          .svg #page-viewer .topbar .share ul li.googleplus a {
            background-image: url("/static/images/site/sprite/sprite.svg"); }
        #page-viewer .topbar .share ul li.facebook a {
          background-image: url("/static/images/site/sprite/sprite.png");
          background-position: 9px -5493px;
          background-repeat: no-repeat; }
          .svg #page-viewer .topbar .share ul li.facebook a {
            background-image: url("/static/images/site/sprite/sprite.svg"); }
        #page-viewer .topbar .share ul li.twitter a {
          background-image: url("/static/images/site/sprite/sprite.png");
          background-position: 6px -5991px;
          background-repeat: no-repeat; }
          .svg #page-viewer .topbar .share ul li.twitter a {
            background-image: url("/static/images/site/sprite/sprite.svg"); }
  #page-viewer .controls {
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    margin-top: -75px;
    z-index: 150;
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    body.viewerRelatedOpen #page-viewer .controls {
      margin-right: 426px; }
    #page-viewer .controls li {
      float: none;
      margin: 0;
      margin-bottom: 1px; }
      #page-viewer .controls li.menu a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: -483px -3485px;
        background-repeat: no-repeat; }
        .svg #page-viewer .controls li.menu a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
        body.viewerRelatedOpen #page-viewer .controls li.menu a {
          background-color: #111; }
      #page-viewer .controls li.prev a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: -478px -482px;
        background-repeat: no-repeat; }
        .svg #page-viewer .controls li.prev a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
      #page-viewer .controls li.next a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: -478px -982px;
        background-repeat: no-repeat; }
        .svg #page-viewer .controls li.next a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
      #page-viewer .controls li.disabled a {
        background-color: #404040;
        background-color: rgba(64, 64, 64, 0.6);
        cursor: default;
        opacity: .2; }
    #page-viewer .controls a {
      background-color: transparent;
      border: 0;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      background-color: #404040;
      background-color: rgba(64, 64, 64, 0.6);
      display: block;
      height: 50px;
      width: 50px; }
      #page-viewer .controls a:hover, #page-viewer .controls a:focus {
        background-color: #111; }
  #page-viewer #artworkLoader {
    -webkit-animation: spin 1.6s infinite linear;
    -moz-animation: spin 1.6s infinite linear;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    background: url("/static/images/site/icons/artwork-loading-bg.png") no-repeat 50%;
    display: block;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: -1; }
    body.loading #page-viewer #artworkLoader {
      opacity: 1; }
  #page-viewer #viewerImage {
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    position: absolute;
    padding-top: 50px;
    width: 100%;
    z-index: 50; }
    body.viewerRelatedOpen #page-viewer #viewerImage {
      padding-right: 426px; }
    #page-viewer #viewerImage .container {
      -webkit-transition: all .3s ease-in-out;
      -webkit-transition-delay: .2s;
      -moz-transition: all .3s ease-in-out;
      -moz-transition-delay: .2s;
      height: 100%;
      opacity: 1;
      overflow: hidden;
      width: 100%; }
      body.loading #page-viewer #viewerImage .container {
        opacity: 0; }
      body.scale_on #page-viewer #viewerImage .container {
        height: 50%;
        margin-top: 15%; }
        body.scale_on #page-viewer #viewerImage .container .scale {
          opacity: 1; }
    #page-viewer #viewerImage .inner {
      height: 100%;
      position: relative;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out; }
      #page-viewer #viewerImage .inner .scale {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 100%; }
        #page-viewer #viewerImage .inner .scale img {
          opacity: 1;
          -webkit-transition: margin-left .1s ease-in-out, opacity .3s ease-in-out;
          -webkit-transition-delay: 0, .1s;
          -moz-transition: margin-left .1s ease-in-out, opacity .3s ease-in-out;
          -moz-transition-delay: 0, .1s;
          height: 100%;
          margin: 0;
          position: relative;
          top: -100%; }
          body.loading #page-viewer #viewerImage .inner .scale img {
            opacity: 0; }
      #page-viewer #viewerImage .inner .image {
        height: 100%;
        position: relative; }
        #page-viewer #viewerImage .inner .image img {
          margin: 0 auto;
          -webkit-transition: max-height 0.2s ease-in-out;
          -moz-transition: max-height 0.2s ease-in-out;
          transition: max-height 0.2s ease-in-out;
          cursor: move;
          cursor: -webkit-grab;
          cursor: -moz-grab; }
          #page-viewer #viewerImage .inner .image img.dragging {
            cursor: -webkit-grabbing;
            cursor: -moz-grabbing; }
          body:not(.scale_on) #page-viewer #viewerImage .inner .image img {
            max-height: 100% !important; }
          body.scale_on #page-viewer #viewerImage .inner .image img.dragging {
            cursor: default; }
    #page-viewer #viewerImage .noImage {
      text-align: center;
      height: 130px;
      position: absolute;
      top: 50%;
      width: 100%;
      margin-top: -65px; }
      #page-viewer #viewerImage .noImage h2 {
        font-weight: bold;
        margin-bottom: 0.2em;
        padding: 0 3em;
        font-size: 22px; }
    #page-viewer #viewerImage img {
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%; }
  #page-viewer #scaleSwitch {
    position: absolute;
    bottom: 40px;
    left: 40px; }
    #page-viewer #scaleSwitch li {
      -webkit-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      background: #eee;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
      float: left;
      opacity: 1; }
      #page-viewer #scaleSwitch li.fullscreen a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 18px -2992px;
        background-repeat: no-repeat;
        background-color: #fff; }
        .svg #page-viewer #scaleSwitch li.fullscreen a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
        body.scale_on #page-viewer #scaleSwitch li.fullscreen a {
          background-color: #eee; }
      body.remove_scale #page-viewer #scaleSwitch li.scale {
        display: none; }
      #page-viewer #scaleSwitch li.scale a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 20px -2489px;
        background-repeat: no-repeat; }
        .svg #page-viewer #scaleSwitch li.scale a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
        body.scale_on #page-viewer #scaleSwitch li.scale a {
          background-color: #fff; }
      body.scale_on #page-viewer #scaleSwitch li.zoom_in {
        opacity: 0; }
      #page-viewer #scaleSwitch li.zoom_in a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 22px -3990px;
        background-repeat: no-repeat; }
        .svg #page-viewer #scaleSwitch li.zoom_in a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
      body.scale_on #page-viewer #scaleSwitch li.zoom_out {
        opacity: 0; }
      #page-viewer #scaleSwitch li.zoom_out a {
        background-image: url("/static/images/site/sprite/sprite.png");
        background-position: 22px -4485px;
        background-repeat: no-repeat; }
        .svg #page-viewer #scaleSwitch li.zoom_out a {
          background-image: url("/static/images/site/sprite/sprite.svg"); }
    #page-viewer #scaleSwitch a {
      -webkit-transition: all .1s ease-in-out;
      -moz-transition: all .1s ease-in-out;
      background: #eee;
      display: block;
      margin: 0 1px 0 0;
      text-indent: -999em;
      opacity: .5;
      height: 32px;
      width: 56px; }
      #page-viewer #scaleSwitch a:hover, #page-viewer #scaleSwitch a:focus {
        background: #fff;
        opacity: 0.8 !important; }
  #page-viewer #viewerRelated {
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border-left: 1px solid #b3b3b3;
    height: 100%;
    height: 100%;
    margin-right: -426px;
    overflow: scroll;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 395px;
    z-index: 99; }
    body.viewerRelatedOpen #page-viewer #viewerRelated {
      margin-right: 0;
      box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2); }
    #page-viewer #viewerRelated #viewerRelatedPreamble {
      padding-top: 15px; }
      #page-viewer #viewerRelated #viewerRelatedPreamble .more {
        float: left; }
      #page-viewer #viewerRelated #viewerRelatedPreamble .profile {
        float: right; }
    #page-viewer #viewerRelated #viewerRelatedList {
      border-top: 0; }

/* @end */
/* @group 16. JS WARNINGS
---------------------------------------------------------------------- */
html.js-enabled .no-js {
  display: none; }

html.js-disabled .no-js {
  display: block; }
html.js-disabled .js {
  display: none; }

/* @end */
/* @group 17. ARTWORK FILTERS
---------------------------------------------------------------------- */
#artworksListingMeta,
#artworksListing,
#artworksListingPagination {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  #page-artworks.loading #artworksListingMeta, #page-artworks.loading
  #artworksListing, #page-artworks.loading
  #artworksListingPagination {
    opacity: .2; }

.artworks {
  float: left;
  width: 100%; }

.artworks {
  float: left;
  width: 100%; }

.filter_groups {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%; }
  .filter_groups p.loading {
    background: url("/static/images/site/icons/loading_1x.gif") no-repeat;
    color: #bbb;
    float: right;
    padding-left: 23px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    #page-artworks.loading .filter_groups p.loading {
      opacity: 1; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .filter_groups p.loading {
      background: url("/static/images/site/icons/loading_2x.gif") no-repeat 0;
      background-size: 16px 16px; } }
  .filter_groups fieldset {
    background: transparent;
    float: left;
    padding: 0;
    width: 20%; }
  .filter_groups legend {
    margin-bottom: 5px;
    padding-left: 4px; }
  .filter_groups input[type="radio"] {
    -webkit-appearance: none;
    border-radius: 50%;
    border: 2px solid #ddd;
    clear: both;
    height: 14px;
    margin-right: 0px;
    margin-top: 2px;
    width: 14px; }
    .filter_groups input[type="radio"]:checked {
      background: url("/static/images/site/icons/radio_checked_bg.png") no-repeat 2px; }
    .filter_groups input[type="radio"]:hover, .filter_groups input[type="radio"]:focus {
      cursor: pointer; }
      .filter_groups input[type="radio"]:hover + label, .filter_groups input[type="radio"]:focus + label {
        color: #000;
        text-decoration: underline; }
  .filter_groups label {
    color: #999;
    float: left;
    font-size: 12px;
    margin-bottom: 2px;
    padding-left: 5px; }
    .filter_groups label:hover, .filter_groups label:focus {
      color: #000;
      cursor: pointer;
      text-decoration: underline; }
  .filter_groups input[type="radio"]:checked + label {
    color: #000; }

/* @end */
/*

    COMPONENTS LIBRARY
    For usage with screen_prototype.css

    @version: 1.0
    @author: Erskine Design

    CONTENTS ----------

        1. BLOCK
            1.1 BLOCK FORM
        2. LISTINGS
            2.1. ITEM LISTING
            2.2. BLOCK LISTING
            2.3. ALPHA LISTING
            2.4. ARTWORK LISTING
        3. CALL TO ACTION BUTTONS

    -------------------

*/
/* @group 1. BLOCK -------------------- */
/*
    EXAMPLE -----------

    <div class="block">

        <!--

        Put anything you want here.
        Usually used to separate #content_sec 'components'.

        -->

    </div>

    -------------------
*/
.block {
  background-color: #DDD;
  margin: 0 0 20px;
  padding: 20px 20px 4px; }

/* @end */
/* @group 2. LISTINGS -------------------- */
/* @group 2.1. ITEM LISTING -------------------- */
    /*
        EXAMPLE -----------

        <ul class="item_listing">
            <li>
                <div class="item_media">

                </div>
                <div class="item_content">

                </div>
            </li>
        </ul>

        -------------------
    */
ul.item_listing {
  list-style: none; }

ul.item_listing li {
  margin-left: 0; }

/* ITEM LISTING: CLEARFIX ---------- */
.item_listing li {
  zoom: 1; }

.item_listing li:before,
.item_listing li:after {
  content: "";
  display: table; }

.item_listing li:after {
  clear: both; }

/* @end */
/* @group 2.2. BLOCK LISTING -------------------- */
ul.block_listing div {
  clear: none; }

ul.block_listing .item_content {
  float: left; }

ul.block_listing .item_meta {
  float: right;
  width: 551px; }

ul.block_listing .view_all {
  float: right;
  margin-top: 4px; }

ul.block_listing h2 {
  font-size: 16px;
  margin: 4px 0 0; }

ul.block_listing h3 {
  color: #868686;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0px;
  padding: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden; }

ul.block_listing .collection {
  margin-bottom: 0;
  margin-top: -3px; }

ul.block_listing .collection li {
  margin-right: 5px; }

ul.block_listing .first h2 {
  padding-left: 10px; }

ul.block_listing .first h3 {
  padding-left: 10px; }

ul.block_listing .first .buttons {
  padding-left: 10px; }

/* @end */
/* @group 2.3. ALPHA LISTING -------------------- */
.galleries-list {
  float: left;
  margin-bottom: 15px; }

.galleriesList .alpha_listing {
  display: none; }
  .galleriesList .alpha_listing.cur {
    display: block; }

ul.alpha_listing {
  background: url("/static/images/site/bg/alpha_listing_bg.png") repeat 0px -1px;
  border-top: 0;
  float: left;
  margin-bottom: 12px;
  width: 100%; }
  ul.alpha_listing li.breaker {
    background: #eee;
    color: #7f7f7f;
    clear: both;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding-left: 6px;
    top: -2px;
    margin-bottom: -2px;
    position: relative;
    z-index: 99; }

ul.alpha_listing li.item {
  border: none;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.6);
  float: left;
  padding: 10px 0 0 15px;
  margin: -1px 0 1px 1px;
  width: 177px;
  height: 85px; }
  ul.alpha_listing li.item:hover, ul.alpha_listing li.item:focus {
    background: #f5f5f5; }
    ul.alpha_listing li.item:hover p, ul.alpha_listing li.item:focus p {
      display: none; }
    ul.alpha_listing li.item:hover .buttons, ul.alpha_listing li.item:focus .buttons {
      display: block; }
  html.touch ul.alpha_listing li.item p,
  html.touch ul.alpha_listing li.item .buttons {
    display: block; }
  ul.alpha_listing li.item p {
    color: #777;
    font-size: 12px; }
  ul.alpha_listing li.item .buttons {
    display: none;
    padding-top: 3px;
    margin-bottom: 9.5px; }
  ul.alpha_listing li.item h2 {
    height: 19px;
    overflow: hidden;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap; }

ul.alpha_listing li.first {
  padding-left: 0;
  width: 181px;
  margin-left: 0; }

ul.alpha_listing a.rounded {
  background: #ddd;
  color: #000;
  font-size: 12px;
  margin-right: 3px; }

ul.alpha_listing a.rounded:hover, ul.alpha_listing a.rounded:focus {
  background: #666;
  color: #FFF; }
ul.alpha_listing a.rounded.disabled:hover, ul.alpha_listing a.rounded.disabled:focus {
  background: #dddddd !important;
  color: black !important;
  cursor: default; }

/* @end */
/* @group 2.4. ARTWORK LISTING -------------------- */
ul.artwork_listing {
  border: none;
  float: left; }

ul.artwork_listing .item {
  border: none;
  display: block;
  float: left;
  height: 320px;
  margin: 0 15px 15px 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 243px; }

ul.artwork_listing.narrow .item {
  width: 182px;
  height: 250px; }
  ul.artwork_listing.narrow .item .content {
    height: 214px; }
  ul.artwork_listing.narrow .item .noImage {
    background: #efefef;
    padding-top: 90px;
    height: 110px; }
  ul.artwork_listing.narrow .item .zoom {
    margin-top: -126px; }
ul.artwork_listing.narrow .item:nth-child(3n) {
  margin-right: 15px; }
ul.artwork_listing.narrow .item:nth-child(2n) {
  margin-right: 0px; }
ul.artwork_listing.narrow h2,
ul.artwork_listing.narrow h3 {
  padding: 0 15px 0 10px; }

ul.artwork_listing .item a {
  text-decoration: none; }
  ul.artwork_listing .item a:hover .content, ul.artwork_listing .item a:focus .content {
    opacity: .5; }
  ul.artwork_listing .item a:hover .zoom, ul.artwork_listing .item a:focus .zoom {
    display: block; }

ul.artwork_listing .item .content {
  background: no-repeat center center;
  height: 270px;
  width: 100%; }

ul.artwork_listing .item img {
  vertical-align: middle; }

ul.artwork_listing .item .meta {
  position: absolute;
  padding-top: 8px;
  bottom: 0;
  width: 100%; }

ul.artwork_listing .item h2,
ul.artwork_listing .item h3 {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

ul.artwork_listing .item .zoom {
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  height: 32px;
  left: 50%;
  margin-left: -28px;
  margin-top: -149px;
  position: absolute;
  width: 56px;
  z-index: 10; }
  ul.artwork_listing .item .zoom span {
    background-image: url("/static/images/site/sprite/sprite.png");
    background-position: 18px -2992px;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    opacity: .5;
    width: 100%; }
    .svg ul.artwork_listing .item .zoom span {
      background-image: url("/static/images/site/sprite/sprite.svg"); }

ul.artwork_listing .item:nth-child(3n) {
  margin-right: 0; }

/* @end */
/* @end */
/* @group 3. SPECIAL LISTING ITEMS -------------------- */
.top_tier {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background: #993232;
  text-transform: uppercase;
  padding: 2px 5px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  top: -1px;
  display: inline;
  margin-left: 10px; }

#addressbox {
  background-color: #F2F2F2;
  border-radius: 7px;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  width: 300px; }

#addressimage {
  width: 490px;
  margin-left: 5px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

#inneraddress {
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 8px;
  margin: 4px; }

/* @end */
/*
 * [FRIEZE GLOBAL STYLES]
 *
 * Styles shared across all Frieze websites
 *
 * @version: 1.0
 * @author: Erskine Design
 */
/*

    CONTENTS ----------

        1. BODY
        2. DEFAULT STYLING
        3. HEADINGS
        4. LAYOUT
            4.1. HEADER / BRANDING
            4.2. FOOTER
            4.3. GRID
        x. ITEM LISTINGS
        x. NAVIGATION
            5.1. HORIZONTAL NAVIGATION
            5.1. NETWORK NAVIGATION
        x. MEDIA
        x. MISCELLANEOUS
        x. JQUERY UI
            x.1. TABS

    -------------------

    COLOURS -----------

        dk grey:        #111111
        bg grey:        #eeeeee
        med grey:       #33333
        nav grey:       #7f7f7f
        lt grey:        #999999
        border grey:    #d7d7d7

    -------------------

*/
/* @group 1.BODY 
---------------------------------------------------------------- */
body {
  color: #111111;
  background-color: #eeeeee;
  font-size: 0.875em;
  line-height: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif; }

/* @end */
/* @group 2. DEFAULT STYLING
---------------------------------------------------------------- */
p,
ul,
dl,
ol,
blockquote,
table,
form,
code,
pre,
hr {
  margin-bottom: 1.07143em; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  height: 1px;
  color: #fff;
  line-height: 1px;
  border: none;
  clear: both;
  height: 0;
  border-bottom: 1px dotted #d7d7d7; }

sup {
  font-size: 0.78571em;
  font-style: italic; }

li {
  margin-left: 1.07143em; }

ul {
  list-style: disc; }
  ul.listing_basic {
    list-style: none; }
    ul.listing_basic li {
      margin-left: 0; }

ol {
  list-style: decimal; }

dl {
  list-style: none; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-left: 1.07143em; }

dl dd:before {
  content: "-";
  margin-right: 1em; }

blockquote {
  border-left: 2px solid #d7d7d7;
  padding: 0.57143em 1px 0.35714em 1.07143em;
  margin-left: 1.07143em;
  font-style: italic;
  position: relative; }

blockquote p {
  margin-bottom: 0.35714em; }

blockquote p:first-child:before,
blockquote p:first-child:after {
  font-size: 1.78571em;
  color: #999999; }

blockquote p:first-child:before {
  position: absolute;
  content: '“';
  left: 0.18em; }

blockquote p:first-child:after {
  content: '”';
  line-height: 0.5em;
  position: relative;
  top: 0.2em; }

blockquote cite {
  font-style: normal;
  font-size: 0.85714em;
  color: #666; }

blockquote :last-child {
  margin-bottom: 0; }

code {
  font-size: 1em; }

code,
pre {
  font-family: monospace; }

small {
  text-transform: uppercase;
  font-size: 0.71429em; }

img {
  height: auto;
  max-width: 100%; }

.google_map img {
  max-width: none; }

/* @group 2.1. FORMS
----------------------------------------------------------- */
fieldset {
  background-color: #F0F0F0;
  padding: 20px 20px 1px; }

fieldset div,
form dl {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

form dl {
  list-style: none;
  margin: 0;
  padding: 0; }

form dl dd {
  margin-left: 0;
  margin-bottom: 0.71429em;
  padding: 0;
  overflow: hidden; }

form dl dd:before {
  content: "";
  display: none; }

form dt {
  color: black;
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.71429em;
  font-weight: bold;
  padding: 6px 15px 0 0;
  width: 9.5em;
  clear: left; }

label em {
  color: #BB0621; }

input,
textarea {
  float: left;
  border: 2px solid #CCC;
  color: #333333;
  font-size: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 3px 5px;
  width: 256px; }

input:focus,
textarea:focus {
  border-color: #666; }

select {
  width: 100%; }

form dd small {
  display: block;
  clear: both;
  text-transform: none;
  font-style: italic; }

label.error {
  clear: both;
  color: #BB0621;
  display: block;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.71429em;
  text-transform: none; }

input.error {
  background-color: #fff4f6;
  border: 1px solid #BB0621; }

form .nav_simple {
  margin-left: 7.85714em; }

/* @group 2.2. TABLES
----------------------------------------------------------- */
table {
  border-collapse: collapse;
  font-size: 0.92857em;
  width: 100%; }

table,
th,
td {
  border: 1px solid #c1c1c1; }

th,
td {
  padding: 0.61538em; }

th {
  color: #666666;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.76923em;
  border-width: 1px; }

tbody tr:first-child {
  background-color: #F5F5F5; }

tbody tr:nth-child(even) {
  background-color: #F9F9F9; }

/* @end */
/* @end */
/* @group 3. HEADINGS
---------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  clear: both; }

h1 {
  font-size: 2.14286em;
  line-height: 1.1em;
  margin-bottom: 1em; }

h2,
h3,
h4 {
  color: black;
  line-height: 1.2em; }

h2 {
  font-size: 1.57143em;
  margin-bottom: 1em; }

p + h2 {
  padding-top: 1em; }

h3,
h4 {
  font-weight: bold; }

h3 {
  font-size: 1.07143em;
  margin-bottom: 1.06667em; }

h2 + h3 {
  padding-top: 0.66667em; }

p + h3,
ul + h3 {
  padding-top: 1.2em; }

.content_sec h3 {
  font-weight: normal;
  margin-bottom: 0.53333em; }

h4 {
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.78571em;
  margin-bottom: 1.63636em;
  text-transform: uppercase; }

p + h4 {
  padding-top: 1.63636em; }

h4.alt {
  color: #999999;
  font-size: 0.92857em; }

h5,
h6 {
  margin-bottom: 1em; }

h5 {
  font-size: 0.85714em;
  font-weight: bold; }

h6 {
  font-size: 0.85714em; }

.heading_alt,
.heading_alt a {
  color: #999999; }

.heading_alt a {
  border-bottom: 2px solid #999999;
  text-decoration: none; }

.heading_alt a:hover,
.heading_alt a:focus {
  border-color: #555; }

.heading_alt2 {
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase; }

p.standfirst {
  font-size: 1.28571em;
  line-height: 1.33em; }

/* @end */
/* @group 4. LINKS
---------------------------------------------------------------- */
.item_listing {
  list-style: none;
  border-top: 1px dotted #d7d7d7; }

.item_listing .item {
  border-bottom: 1px dotted #d7d7d7;
  margin-left: 0;
  padding: 1.33333em 0;
  position: relative; }

.item_listing .condensed {
  padding: 0;
  line-height: 1em; }

.item_listing .item .content_pri {
  float: right;
  border: none;
  margin: 0;
  padding-right: 0; }

.item_listing .item .content_sec {
  float: left;
  font-size: 1em; }

.content_sec .item_listing {
  border-top: 0; }

.content_sec .item_listing .item {
  padding: 0.53333em 0; }

.content_sec .item_listing .item:first-child {
  padding-top: 0; }

.content_sec .item_listing .item h3 {
  margin-bottom: 3px; }

.content_sec .item_listing .item time {
  margin-bottom: 5px; }

.content_sec .item_listing .item h4 {
  margin-bottom: 0.36364em; }

time {
  color: #666;
  font-style: italic; }

.article_listing,
.article_listing .item {
  zoom: 1; }

.article_listing {
  clear: both;
  list-style: none; }

.article_listing .item {
  border-top: 1px dotted #d7d7d7;
  margin-left: 0;
  padding: 24px 0 10px; }

.article_listing h2 a {
  text-decoration: none; }

.article_listing .item_meta {
  float: left;
  margin-right: 4%;
  /* 20 / 500 */
  width: 31%;
  /* 155 / 500 */ }

.article_listing:before,
.article_listing:after,
.article_listing li.item:before,
.article_listing li.item:after {
  content: "";
  display: table; }

.article_listing:after,
.article_listing li.item:after {
  clear: both; }

/* @end */
/* @group 4. LINKS
---------------------------------------------------------------- */
a {
  color: #111111;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #555;
  outline: 0; }

/* @end */
/* @group 5. LAYOUT
---------------------------------------------------------------- */
#page {
  background-color: #fff;
  padding: 1.42857em;
  border: 0 solid #ddd;
  border-left-width: 1px;
  border-right-width: 1px; }

.content_wrapper {
  width: 90%;
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }

#content_pri {
  width: 79.16667%;
  padding-right: 2.08333%;
  border-right: 1px dotted #d7d7d7;
  float: left; }

#content_sec {
  font-size: 0.85714em;
  float: right;
  width: 16.66667%;
  margin: 0; }

.content_sec {
  position: relative; }

/* @group 5.1. HEADER / BRANDING
------------------------------------------------------------ */
/* @end */
/* @group 5.2. FOOTER
------------------------------------------------------------ */
#footer {
  clear: both; }

/* @end */
/* @group 5.4. GRID FULL
----------------------------------------------------------- */
.article .content_pri {
  float: left;
  width: 65.78947%; }

.article .content_sec {
  width: 28.94737%;
  float: right; }

.article .content_sec .fixed {
  position: fixed;
  top: 1.42857em;
  width: 220px;
  background-color: #fff;
  padding: 0.71429em;
  margin: -0.71429em; }

/* @end */
/* @group 5.4. GRID FULL
----------------------------------------------------------- */
.full .span_1,
.full .span_2,
.full .span_3,
.full .span_4,
.full .span_5,
.full .span_6,
.full .span_7,
.full .span_8,
.full .span_9,
.full .span_10,
.full .span_11,
.full .span_12 {
  padding: 0;
  margin: 0 2.63158% 2.63158% 0;
  /* 20 / 760 */
  float: left; }

.full .span_right {
  float: right; }

.full .span_first {
  clear: left; }

.full .span_last,
.full .span_12,
.full .span_right,
.full .span_9 .span_3.span_last {
  margin-right: 0;
  clear: right; }

/* Span 1
--------------------------- */
.full .span_1 {
  width: 5.92105%; }

/* Span 2
--------------------------- */
.full .span_2 {
  width: 14.47368%; }

/* Span 3
--------------------------- */
.full .span_3 {
  width: 23.02632%; }

/* Span 4
--------------------------- */
.full .span_4 {
  width: 31.57895%; }

/* Span 5
--------------------------- */
.full .span_5 {
  width: 40.13158%; }

/* Span 6
--------------------------- */
.full .span_6 {
  width: 48.68421%; }

/* Span 7
--------------------------- */
.full .span_7 {
  width: 57.23684%; }

/* Span 8
--------------------------- */
.full .span_8 {
  width: 65.78947%; }

/* Span 9
--------------------------- */
.full .span_9 {
  width: 74.34211%; }

.full .content_wrapper .full .span_9 {
  margin-right: 0; }

.full .span_9 .span_1,
.full .span_9 .span_2,
.full .span_9 .span_3,
.full .span_9 .span_4,
.full .span_9 .span_5,
.full .span_9 .span_6,
.full .span_9 .span_7,
.full .span_9 .span_8,
.full .span_9 .span_9 {
  margin-right: 3.53982; }

.full .span_9 .span_1 {
  width: 7.9646; }

.full .span_9 .span_2 {
  width: 19.46903; }

.full .span_9 .span_3 {
  width: 30.97345; }

.full .span_9 .span_4 {
  width: 42.47788; }

.full .span_9 .span_5 {
  width: 53.9823; }

.full .span_9 .span_6 {
  width: 65.48673; }

.full .span_9 .span_7 {
  width: 76.99115; }

.full .span_9 .span_8 {
  width: 88.49558; }

/* Span 10
--------------------------- */
.full .span_10 {
  width: 82.89474%; }

/* Span 11
--------------------------- */
.full .span_11 {
  width: 91.44737%; }

/* Span 12
--------------------------- */
.full .span_12 {
  width: 100%;
  margin-right: 0; }

/* @end */
/* @end */
/* @group 6. NAVIGATION
---------------------------------------------------------------- */
/* @group 5.1. HORIZONTAL NAVIGATION
------------------------------------------------------------ */
.horizontal {
  list-style: none;
  zoom: 1; }

.horizontal li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-left: 0; }

.horizontal a {
  display: block;
  float: left;
  margin-right: 0.57143em; }

.horizontal time {
  display: inline; }

.slashed li:not(:last-child) a:after {
  content: "/";
  font-size: 0.57143em;
  padding-left: 1em;
  line-height: 1em;
  position: relative;
  top: -0.111111111em; }

/* @end */
/* @group 6.1.VERTICAL NAVIGATION
------------------------------------------------------------ */
.nav_vertical {
  font-size: 0.85714em;
  border-top: 1px solid #d7d7d7;
  list-style: none; }

.nav_vertical li {
  margin: 0;
  border-bottom: 1px solid #d7d7d7; }

.nav_vertical a {
  padding: 0.33333em;
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: black; }

.nav_vertical li.cur a,
.nav_vertical a:hover,
.nav_vertical a:focus {
  background-color: #eeeeee;
  color: black; }

/* @end */
/* @end */
/* @group 7. MEDIA
---------------------------------------------------------------- */
figure {
  margin-bottom: 2.14286em; }

figcaption {
  color: #666;
  font-style: italic;
  padding-top: 0.28571em; }

.hero {
  position: relative; }

.hero figcaption {
  color: #111111;
  display: block;
  font-style: normal;
  width: 45%;
  /* 225 / 500 */
  padding: 4% 2.631578947%;
  padding-left: 0;
  background-color: #fff;
  position: absolute;
  /*left:8.552631579%;*/
  bottom: 4.642857143em; }

.hero figcaption p:last-child {
  margin-bottom: 0; }

/* @end */
/* @group 8. MISCELLANEOUS
---------------------------------------------------------------- */
.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.border_top,
.border_bottom {
  border: 0px dotted #ddd; }

.border_top {
  border-top-width: 1px;
  padding-top: 1.07143em; }

.border_bottom {
  border-bottom-width: 1px; }

.content_sec .border_top {
  border-top-width: 1px;
  padding-top: 1.07143em; }

.content_sec .border_bottom {
  border-bottom-width: 1px;
  margin-bottom: 1.25em;
  /* 15 / 12 */ }

.hide {
  position: relative;
  left: -999em; }

.remove {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.left {
  float: left;
  margin-right: 1.42857em; }

.right {
  float: right;
  margin-left: 1.42857em; }

.full {
  width: 100%; }

.no_margin {
  margin: 0; }

/* WIP */
.icon {
  display: inline-block; }

p + h3.icon,
ul + h3.icon {
  padding-top: 0; }

.icon_rss,
.ir_rss {
  background: url("../images/site/icons/rss-12_12.png") no-repeat center right; }

.icon_rss {
  padding-right: 18px;
  /* This should stay in PX because it's an icon. */ }

.ir_rss {
  background-position: 6px 4px;
  color: #666;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.40909em;
  display: inline-block;
  height: 12px;
  line-height: 1.33333em;
  margin-left: -4px;
  padding: 0.66667em;
  position: relative;
  text-decoration: none;
  text-indent: -9999em;
  text-transform: uppercase;
  width: 12px; }

.ir_rss:hover,
.ir_rss:focus {
  padding-left: 24px;
  text-indent: 0;
  width: auto; }

/* @group x.1. HORIZONTAL NAVIGATION
------------------------------------------------------------ */
    /*
        EXAMPLE -----------

        <p class="cta_button">
            <a href="">Extra, extra - read all about it.</a>
        </p>

        -------------------
    */
.cta_button a,
button,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  border: none;
  background-color: #111111;
  color: white;
  display: block;
  font-size: 0.64286em;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.55556em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline; }

.cta_button a:hover,
.cta_button a:focus,
button:hover,
button:focus {
  background-color: #999999; }

.cta_alt a,
.cta_alt button {
  background-color: #999999; }

.cta_alt a:hover,
.cta_alt a:focus,
.cta_alt button:hover,
.cta_alt button:focus {
  background-color: #b3b3b3; }

.horizontal .cta_button {
  margin-right: 8px; }

/* @end */
/* @end */
/* @group 8. JQUERY UI
---------------------------------------------------------------- */
/* @group 8.1. TABS
------------------------------------------------------------ */
.ui_tabs {
  margin-bottom: 2.14286em;
  position: relative;
  width: 100%; }

.ui_tabs .nav {
  background-color: #eeeeee;
  border-bottom: 1px solid #d7d7d7;
  clear: both;
  float: left;
  padding: 0 0.57143em;
  width: 96.8%;
  /* 484 / 500 */ }

.ui_tabs .nav li {
  display: block;
  float: left;
  line-height: 1; }

.ui_tabs .nav a {
  border: 1px solid #eeeeee;
  color: #7F7F7F;
  display: block;
  float: left;
  padding: 11px 10px;
  position: relative;
  margin-right: 0;
  text-decoration: none; }

.ui_tabs .nav a:hover,
.ui_tabs .nav a:focus {
  color: black; }

.ui-tabs .nav .ui-state-active {
  background-color: white;
  border: 1px solid #d7d7d7;
  border-bottom: 0; }

.ui-tabs .nav .ui-state-active a {
  color: #000;
  background-color: white;
  border: 0;
  border-bottom: 1px solid white;
  top: 1px;
  padding-top: 10px;
  padding-bottom: 12px; }

.ui_tabs .ui-tabs-hide {
  display: none; }

.ui_tabs div {
  clear: both; }

/* @end */
/* @end */
/* @group 6.3. NETWORK NAVIGATION
------------------------------------------------------------ */
div#nav_network {
  background-color: black;
  font-size: 0.92857em;
  padding: 0 0.76923em; }

div#nav_network,
div#nav_network ul {
  overflow: hidden; }

div#nav_network ul {
  list-style: none;
  margin-bottom: 0; }

div#nav_network li {
  float: left;
  margin-left: 0;
  text-transform: capitalize; }

div#nav_network a {
  display: block;
  line-height: 1.15385em;
  text-decoration: none; }

div#nn_inner {
  margin: 0 auto;
  width: 960px; }

div#nn_inner a:hover,
div#nn_inner a:focus,
div#nn_inner li.cur a,
div#nn_inner li.hovered > a {
  color: #FFF; }

ul#nn_pri > li a,
ul#nn_sec a {
  color: #999999;
  padding: 0.61538em 0.76923em; }

ul#nn_pri {
  float: left; }

ul#nn_pri > li a {
  border-right: 1px solid #333333; }

ul#nn_pri > li:first-child a {
  padding-left: 0; }

ul#nn_pri li.nn_dropdown > a {
  background-color: black;
  background-image: url("../images/site/network_nav/network_arrow.png");
  background-position: right 1em;
  /* 13 / 13 */
  background-repeat: no-repeat;
  padding-right: 1.69231em; }

ul#nn_pri li.nn_dropdown > a:hover,
ul#nn_pri li.nn_dropdown > a:focus,
ul#nn_pri li.hovered > a {
  background-position: right -2.53846em; }

ul#nn_pri li.hovered > a,
ul#nn_pri li.nn_dropdown ul {
  background-color: #404040; }

ul#nn_pri li.nn_dropdown ul {
  min-width: 134px;
  padding: 0.61538em 0 0;
  position: absolute;
  left: -999em;
  z-index: 1; }

ul#nn_pri li.hovered ul,
ul#nn_pri li:hover ul {
  left: auto; }

ul#nn_pri li.nn_dropdown ul li {
  float: none;
  list-style: none;
  text-transform: none; }

ul#nn_pri li.nn_dropdown ul a {
  color: #ACACAC;
  padding: 0 0.61538em 0.61538em; }

ul#nn_pri li.nn_dropdown ul a:hover,
ul#nn_pri li.nn_dropdown ul a:focus {
  color: #FFF; }

ul#nn_sec {
  float: right; }

ul#nn_sec a {
  border-left: 1px solid #333333; }

ul#nn_sec li:last-child a {
  padding-right: 0; }

div#nav_network div.reveal_menu {
  display: none; }

/* @end */
/* @override http://frieze.ny/static/css/colorbox.css */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative;
  padding: 10px; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#colorbox {
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 25px; }

#cboxTitle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 10px;
  left: 116px;
  color: #999; }

#cboxSlideshow {
  position: absolute;
  bottom: 10px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 10px;
  left: 63px;
  color: #444; }

#cboxNext:hover,
#cboxNext:active,
#cboxPrevious:hover,
#cboxPrevious:active,
#cboxClose:hover,
#cboxClose:active {
  color: #000; }

#cboxLoadingOverlay {
  background: white url(../images/site/colorbox/loading.gif) no-repeat 50% 50%; }

#cboxClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  color: #444; }

/* PRESS RELEASES & NEWS LISTINGS
---------------------------------------------------------------------- */
.press .item_listing time,
.news .item_listing time,
.event_listing time {
  color: #999;
  display: block;
  font-family: Verdana, Geneva, Tahoma, Arial, sans-serif;
  font-size: 0.857142857em;
  /* 12 / 14 */
  margin-bottom: 0.166666667em;
  /* 2 / 12 */
  text-transform: uppercase; }

.press .item_listing li.item h3,
.news .item_listing li.item h3,
.event_listing h3 {
  font-weight: bold;
  margin-bottom: 0.8em;
  /* 12 / 15 */ }

.news .item_listing li.item p {
  margin-bottom: 0; }

.press .item_listing .horizontal a,
.news .item_listing .horizontal a {
  text-decoration: none; }

.press .item_listing .horizontal a:hover,
.press .item_listing .horizontal a:focus,
.news .item_listing .horizontal a:hover,
.news .item_listing .horizontal a:focus {
  text-decoration: underline; }

.press .item_listing .horizontal li,
.news .item_listing .horizontal li {
  float: left;
  margin-right: .5714285714285714em;
  /* 8 / @font_base * 1em; */ }

.pdf a {
  background-image: url("../images/site/icons/pdf.gif");
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 22px; }

.heading {
  padding-bottom: 1em; }

.heading h2 {
  margin-bottom: 0.363636364em;
  /* 8 / 22 */ }

/* META CLASS (Currently used for RSS descriptions in content_sec.)
---------------------------------------------------------------------- */
.meta {
  font-size: 12px; }

.meta:hover,
.meta:focus {
  /*background-color:#EEE;*/ }

.meta a {
  text-decoration: underline; }

.meta a:hover,
.meta a:focus {
  background-color: #EEE;
  color: #111; }

/* HOMEPAGE DIV.ITEM(S)
---------------------------------------------------------------------- */
.home .content_pri {
  margin-top: -24px; }

.home .content_pri .item {
  padding: 24px 0 10px; }

.home .content_pri .item:before,
.home .content_pri .item:after {
  content: " ";
  display: table; }

.home .content_pri .item:after {
  clear: both; }

.home .content_pri .item .heading_alt {
  color: #666;
  font-size: 0.727272727em;
  /* 16 / 22 */
  font-style: italic;
  padding-left: 6px; }

.home .content_pri .item .item_meta {
  float: left;
  width: 60%;
  /* 300 / 500 */ }

.home .content_pri .item .item_content {
  float: right;
  width: 36%;
  /* 180 / 500 */ }

/* EXHIBITORS 
---------------------------------------------------------------------- */
.exhibitors .content_pri .nav_vertical {
  border-top: 0; }

/* VIP MEMBER
---------------------------------------------------------------------- */
form#member_form select {
  width: 270px; }

.vip_myevents .item h2 {
  margin-bottom: 8px; }
