/*!
Theme Name: Fraenkel Gallery
Theme URI: http://fraenkelgallery.com
Description: Theme for the Fraenkel Gallery, a Photography Gallery in San Francisco
Version: 4.0.2
Author: Brad Thomason, Bad Feather Inc.
Author URI: http://badfeather.com/
License: MIT License
License URI: http://opensource.org/licenses/MIT
Text Domain: fg
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, .doc-title {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  	/*
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]:after {
      content: " (" attr(href) ")";
    }
  
    // Don't show links for images, or javascript/internal links
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
    */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  .entry-title,
  h3,
  .section-title,
  .widget-title,
  .nav-title {
    orphans: 3;
    widows: 3;
  }

  h2, .entry-title,
  h3,
  .section-title,
  .widget-title,
  .nav-title {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.clearfix:before, body:before, .entry-content:before, .entry-meta--purchase:before, .widget-content:before, .clearfix:after, body:after, .entry-content:after, .entry-meta--purchase:after, .widget-content:after {
  content: " ";
  display: table;
}
.clearfix:after, body:after, .entry-content:after, .entry-meta--purchase:after, .widget-content:after {
  clear: both;
}

.ir {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}

.doc-main {
  margin-bottom: 1.61538em;
}

.hentry {
  margin-bottom: 2.42308em;
}

.widget {
  margin-bottom: 1.61538em;
}

.entry-figure {
  margin-bottom: 0.80769em;
}

.sticky {
  background-color: #fff;
  padding: 0.07692em 0;
}

body {
  font-size: 81.25%;
  line-height: 1.61538;
  font-family: Cambria, Georgia, serif;
  font-weight: 400;
  text-align: left;
  color: #404040;
  background-color: #fff;
  width: 100%;
}

p,
ul,
ol,
dl,
pre,
address,
hr {
  margin: 0 0 1.61538em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 0.07692em dotted #e5e0db;
  cursor: help;
}

mark,
ins {
  background: #ff0;
  text-decoration: none;
  color: #000;
}

ul {
  list-style: disc outside;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  list-style: decimal outside;
}

ul,
ol {
  padding: 0 0 0 1.61538em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-top: 0.40385em;
  margin-bottom: 0;
  font-size: 1em;
}

li {
  margin-bottom: 0.40385em;
}

a {
  color: #A59382;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #635147;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

dt,
dd {
  line-height: 1.61538;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 0.80769em;
}

hr {
  border: 0;
  border-top: 1px solid #e5e0db;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e0db;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

cite {
  font-style: normal;
}

blockquote {
  font-style: italic;
  margin: 0 0 1.61538em;
}
blockquote em {
  font-style: normal;
}
blockquote cite {
  font-style: normal;
}

.lede {
  font-size: 1.38462em;
  text-align: center;
  margin: 0 0 1.16667em 1.16667em;
}
.lede em {
  font-style: italic;
}

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

address {
  display: block;
  font-style: normal;
  line-height: 1.61538;
}

small {
  font-size: 0.92308em;
}

table {
  margin-top: 0;
  margin-bottom: 1.61538em;
  width: 100%;
  max-width: 100%;
}

th,
td {
  padding: 0.5em;
  border-style: solid;
  border-color: #e5e0db;
  border-width: 0.07692em;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
}

h1, .doc-title,
h2,
.entry-title,
h3,
.section-title,
.widget-title,
.nav-title,
h4,
h5,
h6 {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  line-height: 1.30769;
  font-weight: 500;
  color: #A59382;
  margin-top: 0;
}
h1 a, .doc-title a,
h2 a,
.entry-title a,
h3 a,
.section-title a,
.widget-title a,
.nav-title a,
h4 a,
h5 a,
h6 a {
  color: #635147;
}
h1 a:hover, .doc-title a:hover, h1 a:focus, .doc-title a:focus,
h2 a:hover,
.entry-title a:hover,
h2 a:focus,
.entry-title a:focus,
h3 a:hover,
.section-title a:hover,
.widget-title a:hover,
.nav-title a:hover,
h3 a:focus,
.section-title a:focus,
.widget-title a:focus,
.nav-title a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #A59382;
  text-decoration: none;
}

h1, .doc-title {
  font-size: 1.23077em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 1.3125em;
}

h2, .entry-title {
  font-size: 1.15385em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.7em;
}

h3, .section-title,
.widget-title,
.nav-title {
  font-size: 1.07692em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.75em;
}

h4 {
  font-size: 1em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.80769em;
}

h5 {
  font-size: 1em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.80769em;
}

h6 {
  font-size: 1em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.80769em;
}

.entry-meta {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 0;
  margin-bottom: 0.40385em;
  clear: both;
}

.wf-loading body {
  visibility: hidden;
}

.menu {
  padding-left: 0;
  list-style: none;
  font-family: "franklin-gothic-urw-cond", sans-serif;
}
.menu ul {
  padding-left: 0;
  list-style: none;
}
.menu a {
  color: #635147;
  text-decoration: none;
}
.menu a:hover, .menu a:active {
  color: #A59382;
}
.menu a:focus {
  outline: 0;
}
.menu .current-menu-item > a,
.menu .current_page_item > a,
.menu .current-cat > a,
.menu .current-menu-parent > a,
.menu .current-page-ancestor > a,
.menu .current-menu-ancestor > a,
.menu .current-cat-parent > a,
.menu .current-category-ancestor > a,
.menu .current-post-ancestor > a {
  color: #A59382;
}

.postnav {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  clear: both;
  margin-bottom: 1.61538em;
}
.postnav:before, .postnav:after {
  content: " ";
  display: table;
}
.postnav:after {
  clear: both;
}
.postnav .postnav__link {
  width: 50%;
}
.postnav .postnav__link--next {
  float: right;
  text-align: right;
  padding-left: 1em;
}
.postnav .postnav__link--prev {
  float: left;
  padding-right: 1em;
}

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

figure {
  margin: 0 0 0.80769em;
}

.wp-caption {
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
  display: inline;
}
img.alignleft,
.wp-caption.alignleft {
  margin-right: 1.61538em;
  clear: left;
}
img.alignright,
.wp-caption.alignright {
  margin-left: 1.61538em;
  clear: right;
}
img.alignleft, img.alignright, img.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 0.80769em;
}

.wp-caption-text,
.gallery-caption {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 0;
  margin-bottom: 0.40385em;
  margin-top: 0.40385em;
}

.gallery {
  margin-left: -1.53846em;
  margin-right: -1.53846em;
  margin-bottom: 1.61538em;
  padding-top: 0.80769em;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}

.gallery-item {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 1.53846em;
  padding-right: 1.53846em;
  margin-bottom: 1.61538em;
}
.gallery-item img {
  display: block;
}

.gallery-columns-1 > .gallery-item {
  width: 100%;
}
.gallery-columns-1 > .gallery-item:nth-of-type(n) {
  clear: none;
}
.gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
  clear: both;
}

.gallery-columns-2 > .gallery-item {
  width: 50%;
}
.gallery-columns-2 > .gallery-item:nth-of-type(n) {
  clear: none;
}
.gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
  clear: both;
}

.gallery-columns-3 > .gallery-item {
  width: 33.33333%;
}
.gallery-columns-3 > .gallery-item:nth-of-type(n) {
  clear: none;
}
.gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
  clear: both;
}

.gallery-columns-4 > .gallery-item {
  width: 25%;
}
.gallery-columns-4 > .gallery-item:nth-of-type(n) {
  clear: none;
}
.gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
  clear: both;
}

.gallery-columns-5 > .gallery-item {
  width: 20%;
}
.gallery-columns-5 > .gallery-item:nth-of-type(n) {
  clear: none;
}
.gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
  clear: both;
}

.gallery-columns-6 > .gallery-item {
  width: 16.66667%;
}
.gallery-columns-6 > .gallery-item:nth-of-type(n) {
  clear: none;
}
.gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
  clear: both;
}

.button, button,
input[type='submit'] {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 400;
  line-height: 1.61538;
  padding: 0.25em 0.66667em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0.40385em;
  background-color: #635147;
  border: 1px solid #635147;
  border-radius: 0em;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}
.button:hover, button:hover,
input[type='submit']:hover, .button:focus, button:focus,
input[type='submit']:focus {
  color: #fff;
  background-color: #A59382;
  text-decoration: none;
  border-color: #A59382;
}
.button:focus, button:focus,
input[type='submit']:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:active, button:active,
input[type='submit']:active {
  outline: 0;
  background-image: none;
}
.button.disabled, button.disabled,
input.disabled[type='submit'], .button[disabled], button[disabled],
input[disabled][type='submit'], fieldset[disabled] .button, fieldset[disabled] button,
fieldset[disabled] input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button--lg {
  font-size: 1.38462em;
}

.button--sm {
  font-size: 0.92308em;
}

.button--xs {
  font-size: 0.76923em;
}

.button--link, button.button--link,
input[type='submit'].button--link {
  color: #A59382;
  font-weight: 400;
  border-radius: 0;
  text-transform: none;
  padding: 0;
}
.button--link, button.button--link,
input[type='submit'].button--link, .button--link:active,
input[type='submit'].button--link:active, .button--link.active,
input.active[type='submit'].button--link, .button--link[disabled],
input[disabled][type='submit'].button--link, fieldset[disabled] .button--link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button--link, button.button--link,
input[type='submit'].button--link, .button--link:hover,
input[type='submit'].button--link:hover, .button--link:focus,
input[type='submit'].button--link:focus, .button--link:active,
input[type='submit'].button--link:active {
  border-color: transparent;
}
.button--link:hover,
input[type='submit'].button--link:hover, .button--link:focus,
input[type='submit'].button--link:focus {
  color: #635147;
  text-decoration: none;
  background-color: transparent;
}

.form-control, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  line-height: 1.61538;
  color: #9f9f9f;
  border: 0.07692em solid #e5e0db;
  border: 0.07692em solid #e5e0db;
  border-radius: 0em;
  outline: none;
  padding: 0.25em 0.66667em;
  display: inline-block;
  width: 16.15385em;
  vertical-align: middle;
  margin-bottom: 0.40385em;
  max-width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  color: #404040;
  background-color: transparent;
  border-color: #A59382;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea,
textarea.form-control,
textarea {
  width: 100%;
}

select {
  padding: .25em 0;
  line-height: 2;
}

legend {
  font-size: 1.07692em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.75em;
}

input[type="checkbox"] {
  display: inline-block;
  margin-right: .5em;
}

.required {
  color: #404040;
  font-weight: 700;
}

.site {
  padding-left: 1.53846em;
  padding-right: 1.53846em;
  max-width: 95.38462em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.61538em;
}
.site:before, .site:after {
  content: " ";
  display: table;
}
.site:after {
  clear: both;
}

.site-header:before, .site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: " ";
  display: table;
}
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.site-header {
  padding-top: 2.42308em;
}

.site-main,
.site-footer {
  padding-top: 1.61538em;
}

.sprite--icons, .site-nav__toggle, input.search-field, .view-all, .link--pdf, .add-to-cart,
input[type='submit'].add-to-cart, .share__link, .expand__link, .video-thumb-wrap:after, .follow__link, .ss .rsArrowIcn, .ss .rsFullscreenIcn {
  background-image: url("img/sprite_icons.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite--icons, .site-nav__toggle, input.search-field, .view-all, .link--pdf, .add-to-cart,
  input[type='submit'].add-to-cart, .share__link, .expand__link, .video-thumb-wrap:after, .follow__link, .ss .rsArrowIcn, .ss .rsFullscreenIcn {
    background-image: url("img/sprite_icons@2x.png");
    -webkit-background-size: 20px 1350px;
            background-size: 20px 1350px;
  }
}

.sprite--logo, .site-title a {
  background-image: url("img/logo_fraenkelgallery.gif");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite--logo, .site-title a {
    background-image: url("img/logo_fraenkelgallery@2x.gif");
    -webkit-background-size: 210px 30px;
            background-size: 210px 30px;
  }
}

.sprite--logo-lg {
  background-image: url("img/logo_fraenkelgallery@2x.gif");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sprite--logo-lg {
    background-image: url("img/logo_fraenkelgallery@4x.gif");
    -webkit-background-size: 420px 60px;
            background-size: 420px 60px;
  }
}

@media (min-width: 36.92308em) {
  .thumbs {
    margin-left: -1.53846em;
    margin-right: -1.53846em;
  }
  .thumbs:before, .thumbs:after {
    content: " ";
    display: table;
  }
  .thumbs:after {
    clear: both;
  }
  .thumbs .thumb {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 50%;
  }
  .thumbs .thumb:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 59.07692em) {
  .doc-main {
    margin-left: -1.53846em;
    margin-right: -1.53846em;
  }
  .doc-main:before, .doc-main:after {
    content: " ";
    display: table;
  }
  .doc-main:after {
    clear: both;
  }

  .doc-header {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 100%;
  }

  .doc-content--archive,
  .doc-content--single,
  .doc-content--no-results {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 58.33333%;
    margin-right: 8.33333%;
  }

  .doc-side--archive {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 33.33333%;
  }

  .doc-content--page,
  .doc-content--thumbs {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 75%;
    float: right;
  }

  .doc-content--thumbs .thumb {
    width: 33.33333%;
  }
  .doc-content--thumbs .thumb:nth-child(2n+1) {
    clear: inherit;
  }
  .doc-content--thumbs .thumb:nth-child(3n+1) {
    clear: both;
  }

  .doc-side--thumbs {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 25%;
  }

  .doc-main--blocks {
    margin-left: -2.30769em;
    margin-right: -2.30769em;
  }
  .doc-main--blocks:before, .doc-main--blocks:after {
    content: " ";
    display: table;
  }
  .doc-main--blocks:after {
    clear: both;
  }
  .doc-main--blocks .doc-header {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 2.30769em;
    padding-right: 2.30769em;
  }

  .block {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 2.30769em;
    padding-right: 2.30769em;
    width: 50%;
  }
  .block:nth-child(2n+1) {
    clear: left;
  }

  .thumbs--block {
    margin-left: -0.96154em;
    margin-right: -0.96154em;
  }
  .thumbs--block:before, .thumbs--block:after {
    content: " ";
    display: table;
  }
  .thumbs--block:after {
    clear: both;
  }
  .thumbs--block .thumb {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0.96154em;
    padding-right: 0.96154em;
    width: 33.33333%;
  }
  .thumbs--block .thumb:nth-child(2n+1) {
    clear: inherit;
  }
  .thumbs--block .thumb:nth-child(3n+1) {
    clear: left;
  }

  .doc-content--home {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 66.66667%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
}
@media (min-width: 76.30769em) {
  .doc-content--page {
    width: 66.66667%;
    margin-right: 16.66667%;
  }

  .doc-content--thumbs {
    width: 83.33333%;
  }
  .doc-content--thumbs .thumb {
    width: 25%;
  }
  .doc-content--thumbs .thumb:nth-child(3n+1) {
    clear: inherit;
  }
  .doc-content--thumbs .thumb:nth-child(4n+1) {
    clear: left;
  }

  .thumbs--block .thumb {
    width: 33.33333%;
  }
  .thumbs--block .thumb:nth-child(2n+1) {
    clear: inherit;
  }
  .thumbs--block .thumb:nth-child(3n+1) {
    clear: left;
  }

  .doc-side--thumbs {
    width: 16.66667%;
  }
}
.site-title {
  float: left;
}
.site-title a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 210px;
  height: 30px;
}

.menu--primary {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  font-size: 1.07692em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.menu--primary li {
  border-top: 1px solid #e5e0db;
  margin: 0;
}
.menu--primary a {
  display: block;
  padding: 0.40385em 0.80769em;
}
.menu--primary .search {
  padding: 0.80769em;
}
.menu--primary .search-form {
  margin: 0;
}

.fraenkellab-section .site-title a {
  background-image: url("img/FL_Logo_210.png");
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fraenkellab-section .site-title a {
    background-image: url("img/FL_Logo_420.png");
    -webkit-background-size: 210px 21px;
            background-size: 210px 21px;
  }
}

.page-item-33072 {
  text-transform: none;
}
.page-item-33072 a {
  color: #f9a51a;
}

.site-nav__title {
  font-size: 1em;
  line-height: 1.61538;
  margin-bottom: 1.61538em;
  float: right;
}

.site-nav__toggle {
  display: block;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
  height: 20px;
  background-position: 0 -480px;
  margin-bottom: 1.61538em;
}

.site-nav__toggle:hover,
.site-nav__toggle:focus,
.site-nav--open .site-nav__toggle {
  background-position: 0 -510px;
}

.site-nav--open .menu--primary,
.no-js .menu--primary {
  height: auto;
  visibility: visible;
}

.no-js .main-navigation-toggle {
  display: none;
}

input.search-field {
  background-position: 3px -414px;
  width: 6.15385em;
  padding-left: 26px;
}
input.search-field:hover, input.search-field:focus {
  background-position: 3px -444px;
}

input[class="search-submit"] {
  display: none;
}

@media (min-width: 59.07692em) {
  .nav--primary {
    float: right;
  }

  .menu--primary {
    height: auto;
    visibility: visible;
    float: right;
    clear: inherit;
  }
  .menu--primary a {
    padding: .25em 0;
  }
  .menu--primary li {
    float: left;
    margin-left: 1.5em;
    border: 0;
  }
  .menu--primary .search {
    padding: 0;
  }

  .site-nav__title {
    display: none;
  }
}
.entry-header,
.doc-header {
  margin-bottom: 1.61538em;
}

.entry-footer {
  padding-bottom: 0.80769em;
}

.entry-footer--post {
  border-bottom: 1px solid #e5e0db;
}

.block {
  margin-bottom: 1.61538em;
}

.entry-title {
  margin-bottom: 0.35em;
}

.doc-title {
  margin-bottom: 0.32813em;
}

.doc-title,
.entry-title--post {
  text-transform: uppercase;
}

.section-title,
.widget-title,
.nav-title {
  text-transform: uppercase;
  color: #9f9f9f;
  padding-bottom: 0.28571em;
  border-bottom: 1px solid #e5e0db;
}

.postnav,
.view-all,
.share,
.follow {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  color: #9f9f9f;
  margin-bottom: 0.40385em;
}

.view-all {
  display: inline-block;
  float: right;
  padding-left: 23px;
  background-position: 0 -1020px;
  font-weight: 500;
}
.view-all:hover {
  text-decoration: none;
  background-position: 0 -1050px;
}

.link--pdf {
  padding-left: 23px;
  display: inline-block;
  background-position: 0 -780px;
}
.link--pdf:hover, .link--pdf:focus {
  background-position: 0 -810px;
}

.two-col, .show-list {
  -webkit-columns: 2 200px;
          columns: 2 200px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

form p {
  margin-bottom: 0;
}

.postnav {
  margin-top: 1.61538em;
}

.single-fraenkel_video .entry-video {
  margin-bottom: 1.61538em;
}

.thumb .pretitle {
  display: block;
  text-transform: uppercase;
  margin-bottom: .25em;
}
.thumb .pretitle--fraenkel-lab {
  text-transform: none;
}

.meta__title,
.meta__sep {
  font-weight: 400;
}

.entry-meta--purchase {
  width: 280px;
}

.meta__bit--paypal {
  display: inline-block;
  margin: 0 0 0 .25em;
}

.add-to-cart,
input[type='submit'].add-to-cart {
  font-weight: 500;
  display: inline-block;
  padding-left: 23px;
  margin: -2px 10px 0 0;
  background-position: 0 -1080px;
}
.add-to-cart:hover, .add-to-cart:focus,
input[type='submit'].add-to-cart:hover,
input[type='submit'].add-to-cart:focus {
  background-position: 0 -1110px;
  text-decoration: none;
}

.entry-meta--image {
  font-weight: 400;
}

.meta--artist-name {
  text-transform: uppercase;
}

.meta--image-title {
  font-style: italic;
}

.show-list {
  padding-left: 0;
  list-style: none;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
}
.show-list a {
  color: #404040;
}
.show-list a:hover, .show-list a:focus {
  color: #A59382;
}

.share {
  padding-top: .25em;
}

.share__item {
  display: inline-block;
  margin-right: .5em;
}

.share__link {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.share__link:hover {
  text-decoration: none;
}

.share__link--facebook {
  background-position: 0 0;
}
.share__link--facebook:hover {
  background-position: 0 -30px;
}

.share__link--twitter {
  background-position: 0 -60px;
}
.share__link--twitter:hover {
  background-position: 0 -90px;
}

.share__link--google-plus {
  background-position: 0 -240px;
}
.share__link--google-plus:hover {
  background-position: 0 -270px;
}

.share__link--pinterest {
  background-position: 0 -300px;
}
.share__link--pinterest:hover {
  background-position: 0 -330px;
}

.share__link--email {
  background-position: 0 -960px;
}
.share__link--email:hover {
  background-position: 0 -990px;
}

.doc-content .widget-title {
  font-size: 1em;
  line-height: 1.15385;
  margin-top: 0;
  margin-bottom: 0.80769em;
  border: 0;
  padding: 0;
}
.doc-content .widget-title span {
  text-transform: none;
}

.doc-header--fraenkel-lab,
.post-33072 .doc-header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.artist-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.artist-list .hentry,
.artist-list .entry-header,
.artist-list .entry-footer,
.artist-list .entry-title {
  margin-bottom: 0.40385em;
}

.artist-fadein .entry-figure {
  display: none;
}

.pretitle--fraenkel-lab {
  text-transform: none;
  color: #f9a51a;
}
a .pretitle--fraenkel-lab {
  color: #f9a51a;
}
.single .pretitle--fraenkel-lab {
  display: none;
}

@media (min-width: 46.15385em) {
  .doc-content--artists {
    margin-left: -1.53846em;
    margin-right: -1.53846em;
  }
  .doc-content--artists:before, .doc-content--artists:after {
    content: " ";
    display: table;
  }
  .doc-content--artists:after {
    clear: both;
  }

  .artist-list {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 33.33333%;
  }
}
@media (min-width: 59.07692em) {
  .doc-content--artists {
    margin-left: 0;
    margin-right: 0;
    min-height: 450px;
    position: relative;
    clear: both;
  }

  .artist-list {
    width: 16.66667%;
    position: static;
  }

  .artist-fadein .entry-figure {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 1.53846em;
    padding-right: 1.53846em;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    display: none;
  }

  .touch .artist-fadein .entry-figure,
  .touch .artist-fadein:hover .entry-figure {
    display: none;
  }
}
.entry-content--expand {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}

.expand__link {
  font-weight: 500;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  margin-bottom: 1.61538em;
  padding-left: 23px;
  background-position: 0 -1230px;
}
.expand__link:hover, .expand__link:focus {
  background-position: 0 -1260px;
}

.expand__link--collapse {
  background-position: 0 -1290px;
}
.expand__link--collapse:hover, .expand__link--collapse:focus {
  background-position: 0 -1320px;
}

.video-thumb-wrap {
  position: relative;
}
.video-thumb-wrap:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-position: 0 -1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.video-thumb-wrap:hover img {
  opacity: .8;
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.type-fg_press_release .entry-title a {
  color: #A59382;
}
.type-fg_press_release .entry-title a:hover, .type-fg_press_release .entry-title a:focus {
  color: #635147;
}

.doc-content--home {
  text-align: center;
  padding-top: 1.61538em;
}
.doc-content--home .entry-title {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}
.doc-content--home .pretitle {
  display: inline-block;
  margin: 0 1em 0 0;
}
.doc-content--home .pretitle .colon {
  display: none;
}
.doc-content--home .entry-meta {
  display: inline-block;
  margin: 0 0 0 1em;
}
.doc-content--home a .entry-title {
  color: #635147;
}
.doc-content--home a .pretitle {
  color: #A59382;
}
.doc-content--home a .pretitle--fraenkel-lab {
  color: #f9a51a;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2147483647;
}

.splash-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  background-image: url("img/logo_fraenkelgallery.gif");
  -webkit-background-size: 210px 30px;
          background-size: 210px 30px;
}

@media (min-width: 481px) {
  .splash-inner {
    background-image: url("img/logo_fraenkelgallery@2x.gif");
    -webkit-background-size: 420px 60px;
            background-size: 420px 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .splash-inner {
    background-image: url("imag/logo_fraenkelgallery@2x.gif");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 481px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 481px), only screen and (min-device-pixel-ratio: 2) and (min-width: 481px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 481px), only screen and (min-resolution: 192dpi) and (min-width: 481px), only screen and (min-resolution: 2dppx) and (min-width: 481px) {
  .splash-inner {
    background-image: url("img/logo_fraenkelgallery@4x.gif");
  }
}
.no-js .splash {
  display: none;
}

.widget--related-press-releases .hentry {
  margin-bottom: 1.61538em;
}
.widget--related-press-releases .entry-header {
  margin: 0;
}

.follow {
  padding-left: 0;
  list-style: none;
}

.follow__item {
  display: inline-block;
}

.follow__link {
  padding: 2px 0 0 23px;
  margin-right: 10px;
}
.follow__link:hover {
  text-decoration: none;
}

.follow__link--facebook {
  background-position: 0 0;
}
.follow__link--facebook:hover {
  background-position: 0 -30px;
}

.follow__link--twitter {
  background-position: 0 -60px;
}
.follow__link--twitter:hover {
  background-position: 0 -90px;
}

.follow__link--vimeo {
  background-position: 0 -120px;
}
.follow__link--vimeo:hover {
  background-position: 0 -150px;
}

.follow__link--youtube {
  background-position: 0 -180px;
}
.follow__link--youtube:hover {
  background-position: 0 -210px;
}

.follow__link--google-plus {
  background-position: 0 -240px;
}
.follow__link--google-plus:hover {
  background-position: 0 -270px;
}

.follow__link--rss {
  background-position: 0 -360px;
}
.follow__link--rss:hover {
  background-position: 0 -390px;
}

.follow__link--instagram {
  background-position: 0 -1140px;
}
.follow__link--instagram:hover {
  background-position: 0 -1170px;
}

.menu--secondary {
  font-weight: 500;
}
.menu--secondary .children {
  font-weight: 400;
  padding-left: 1em;
  display: none;
}
.menu--secondary .current-menu-item .children,
.menu--secondary .current-menu-parent .children {
  display: block;
}

.menu--secondary--by-year {
  padding-left: 0;
  list-style: none;
}
.menu--secondary--by-year li {
  display: inline-block;
  margin-right: .5em;
}

.site-footer {
  text-align: right;
}

.home .site-footer,
.post-type-archive-fraenkel_artist .site-footer {
  display: none;
}

.credits {
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  color: #9f9f9f;
  margin-top: 0;
  margin-bottom: 0.40385em;
  font-weight: 400;
}

.royalSlider {
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsWebkit3d.rsFade .rsSlide,
.rsWebkit3d.rsFade img,
.rsWebkit3d.rsFade .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;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-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;
}

.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;
       -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;
  -ms-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;
}

.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;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 44px;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(img/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(img/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(img/blank.gif);
}

.ss {
  margin-bottom: 1.61538em;
  padding-bottom: 7em;
  background: #fff;
}
.ss .rsImg {
  display: block;
}

.ss-home {
  padding-bottom: 0;
}

.ss,
.ss .rsOverflow,
.ss .rsSlide,
.ss .rsVideoFrameHolder,
.ss .rsThumbs {
  background: #fff;
  color: #404040;
}

.ss > .slide {
  display: none;
}

.no-js .ss > .slide,
.ss > .rsSlide {
  display: block;
}

.ss .rsArrow {
  height: 20px;
  width: 20px;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.ss .rsArrowIcn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #fff;
}

.ss .rsArrowLeft .rsArrowIcn {
  background-position: 0 -660px;
}
.ss .rsArrowLeft .rsArrowIcn:hover {
  background-position: 0 -690px;
}

.ss .rsArrowRight .rsArrowIcn {
  background-position: 0 -720px;
}
.ss .rsArrowRight .rsArrowIcn:hover {
  background-position: 0 -750px;
}

.ss .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}

.ss .rsFullscreenBtn {
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.ss .rsFullscreenIcn {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  background-position: 0 -900px;
}
.ss .rsFullscreenIcn:hover {
  background-position: 0 -930px;
}

.ss.rsFullscreen .rsFullscreenIcn {
  background-position: 0 -840px;
}
.ss.rsFullscreen .rsFullscreenIcn:hover {
  background-position: 0 -870px;
}

.ss .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(img/preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/*
.ss .rsGCaption {
	position: static;
	text-align: left;
	color: @meta-color;
	font-family: @font-family-sans-serif;
}

.ss .entry-meta-image {
	margin: 0 115px 10px 0;
	display: inline-block;
}
*/
.ss .rsSlideCount {
  width: 50px;
  text-align: center;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  color: #9f9f9f;
  font-size: 13;
  line-height: 1.61538;
}

.ss .rsCaption,
.ss .rsArrow,
.ss .rsSlideCount,
.ss .rsFullscreenBtn {
  position: absolute;
  bottom: 0;
  z-index: 22;
}
.ss .rsCaption {
  left: 0;
  margin: 0;
  bottom: 25px;
}
.ss .rsSlideCount {
  right: 20px;
}
.ss .rsArrowLeft {
  right: 70px;
}
.ss .rsArrowRight {
  right: 0;
}

@media (min-width: 36.92308em) {
  .ss .rsSlideCount {
    right: 20px;
  }
  .ss .rsArrowLeft {
    right: 70px;
  }
  .ss .rsArrowRight {
    right: 0;
  }
}
@media (min-width: 59.07692em) {
  .ss .rsCaption {
    right: 130px;
    bottom: 0;
  }
  .ss .rsFullscreenBtn {
    display: block;
    right: 0;
  }
  .ss .rsArrowLeft {
    right: 105px;
  }
  .ss .rsSlideCount {
    right: 50px;
  }
  .ss .rsArrowRight {
    right: 25px;
  }
}
.ss.rsFullscreen {
  top: 40px !important;
  left: 40px !important;
  bottom: 60px !important;
  right: 40px !important;
  /*
  .rsGCaption {
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 10px;
  	background: #fff;
  	.entry-meta {
  		position: absolute;
  		bottom: 0;
  		line-height: 1.5;
  	}
  }*/
}
.ss.rsFullscreen .rsOverflow {
  z-index: 20;
}
.ss.rsFullscreen .rsGCaption {
  position: fixed;
  float: none;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.ss.rsFullscreen .rsCaption,
.ss.rsFullscreen .rsArrow,
.ss.rsFullscreen .rsFullscreenBtn,
.ss.rsFullscreen .rsSlideCount {
  position: fixed;
  bottom: 10px;
}
.ss.rsFullscreen .rsCaption {
  left: 20px;
  right: 150px;
}
.ss.rsFullscreen .rsArrowLeft {
  right: 125px;
}
.ss.rsFullscreen .rsSlideCount {
  right: 70px;
}
.ss.rsFullscreen .rsArrowRight {
  right: 45px;
}
.ss.rsFullscreen .rsFullscreenBtn {
  right: 20px;
}
