/* @import '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700,800'; */
@import '//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,700,700i';
@font-face {
    font-family: 'Source Sans Pro';
    src: url("../fonts/SourceSansPro-Regular.ttf");
}
/*
@font-face {
  font-family: "Ledger-Regular";
  src: url("../fonts/Ledger-Regular.eot");
  src: url("../fonts/Ledger-Regular.eot#iefix") format("embedded-opentype");
  src: url("../fonts/Ledger-Regular.woff") format("woff2");
  src: url("../fonts/Ledger-Regular.woff") format("woff");
  src: url("../fonts/Ledger-Regular.ttf") format("truetype");
  src: url("../fonts/Ledger-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p, td, th, div, button, a {
  font-family: 'Source Sans Pro', sans-serif !important;
}

::selection {
  color: #E1E1E1;
  background-color: #000;
}

html, body {
  background: #E1E1E1;
}

.fa-2x {
	font-size: 2.5em !important;
}

/* HEADER */
#main-section {
  height: 100px;
  background: #FFF;
  background-color: #FFF;
}

#navigation {
  background-color: #ffffff;
  color: #000000 !important;
  padding: 0;
  border-bottom: 1px solid #CCC;
}

/* mobile menu styles */
.right-off-canvas-menu ul.right-submenu li a {
  color: #FFF;
}

ul.off-canvas-list li a:hover {
  color: #FFF;
}

#banner-static {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
#banner-static figure {
  width: 100%;
  margin: 0;
  padding: 0;
}

#banner-carousel-container {
  position: relative;
  overflow: hidden;
  height: 750px;
  padding-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1020px) {
  #banner-carousel-container {
    height: 400px;
  }
  #banner-carousel-container #owl-master .owl-item .item {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #banner-carousel-container {
    height: 175px;
  }
}
#banner-carousel-container #owl-master .owl-item {
  height: 750px;
}
#banner-carousel-container #spinner {
  position: absolute;
  width: 100%;
  z-index: 0;
  display: block;
  text-align: center;
  top: 50%;
}

.top-bar {
  height: 75px;
  height: 50px;
  background-color: #ffffff;
  margin: 30px 0;
}
.top-bar img {
  height: 50px;
}

body .tab-bar-section li.has-dropdown ul.dropdown li:hover a,
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background: #CCC !important;
  background-color: #CCC !important;
}

nav.tab-bar.show-for-small-only .tab-bar-section {
  text-align: left;
}
nav.tab-bar.show-for-small-only a #logo {  
  max-height: 30px;
  height: 100%;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: #ffffff;
  background: #ffffff !important;
  color: #000000 !important;
}

.top-bar-section ul .divider, .top-bar-section ul [role="separator"] {
  border-right: solid 1px #ffffff;
}
.top-bar-section ul {
  width: auto;
  height: auto !important;
  display: inline-block;
  padding: 20px 0;
  padding: 0;
}

ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  background: #ffffff;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

.right-off-canvas-menu {
  background-color: #E1E1E1;
  color: #000000;
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #FFF;
  color: #000;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #FFF;
  right: 0;
}

.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
  width: 1rem;
}

/* Main Section */
.inner-wrap {
  background-color: #FFF;
}

.layout-1 {
  padding: 1em 0;
}
.layout-1 .article-date {
  font-weight: 600;
  text-transform: uppercase;
}
.layout-1 article {
  padding-bottom: 1em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 767px) {
  .layout-1 article {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.layout-1 article p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.layout-1 button.read-more,
.layout-1 button.more-info {
  border: 1px solid #CCC;
  outline: none;
  padding: 0.5em 1.5em;
  background: none;
  background-color: none;
  color: #000;
  display: block;
  margin-right: auto;
  float: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.layout-1 button.read-more:hover,
.layout-1 button.more-info:hover {
  border-color: #000;
}
.layout-1 a.more-info {
  border: 1px solid #CCC;
  outline: none;
  padding: 0.5em 1.5em;
  background: none;
  background-color: none;
  color: #000;
  display: block;
  margin-right: auto;
  float: right;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.layout-1 a.more-info:hover {
  border-color: #000;
}
.layout-1 aside {
  position: relative;
}
.layout-1 aside #share-icon-container a {
  display: inline-block;
  text-align: center;
  color: #000;
  width: 35px;
  height: 35px;
  border: 1px solid #CCC;
  outline: none;
  padding: 0.25em 0;
  margin: 0 0.75em 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.25);
}
.layout-1 aside #download-container a, .layout-1 aside #artist-links a {
  display: block;
  margin-bottom: 1em;
  color: #000;
}
.layout-1 aside #about-aside {
  padding-bottom: 2em;
}
.layout-1 aside #about-aside img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 0 0.6em 0.1em;
}
.layout-1 aside #about-aside b, .layout-1 aside #about-aside span {
  font-size: 0.75em;
  line-height: 1.25em;
  display: block;
  margin: 0.2em 0;
}

.main-content {
  padding-bottom: 2em;
}
.main-content .row .heading {
  padding-bottom: 2em;
}
.main-content .row .heading h4 {
  max-width: 400px;
  padding: 0 0 0.3em;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.main-content .row .heading h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  width: 100%;
  border-bottom: 1px solid #000;
}
.main-content .row .heading h2 {
  text-transform: uppercase;
  padding-top: 0.25em;
  line-height: 1em;
}
#current-exhibition-page .heading h2 {
    font-style: italic;
    font-weight: 300;
}
#current-exhibition-page .heading h4 {
    font-weight: 400;
}
.main-content .row .heading h5 {
  font-family: 'Source Sans Pro', sans-serif !important;
  line-height: 1em;
}
.main-content .row .heading h6 {
  margin-bottom: 1em;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.main-content .row a figure {
  margin: auto;
}
.main-content .row a h6 {
  margin: 1em 0;
}

.inner-page {
  padding: 2em 0;
}

ul.browse-grid {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  ul.browse-grid li {
    width: 100%;
    padding: 0 0 20px;
  }
}

.listings {
  display: block;
  padding: 0.5em 0;
  margin: 0 auto;
  outline: none;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.no-csstransforms .listings {
  top: 20px;
}
.listings a {
  display: block;
  width: 100%;
}
.listings:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.listings small, .listings b {
  color: #000;
  display: block;
}
.listings small.date {
  margin-top: 1em;
}
.listings b {
  margin: 0;
  line-height: 1.1em;
  font-family: 'Source Sans Pro', sans-serif !important;
}
.listings figure.thumbnail {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 0 0.8em !important;
}
.listings figure.thumbnail img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.listings:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Coming Soon Only */
.coming-soon-images {
  position: relative;
  display: block;
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .coming-soon-images {
    height: 400px;
  }
}
.coming-soon-images .overlay {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.75;
}
.coming-soon-images.tba {
  background-image: none !important;
  background-color: #CCC;
}
.coming-soon-images.tba .overlay {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  background-color: #CCC;
  opacity: 1;
}
.coming-soon-images.tba .overlay:hover {
  opacity: 1;
}
.coming-soon-images:hover .overlay {
  opacity: 0;
}
.coming-soon-images .cs-header, .coming-soon-images .cs-footer {
  position: absolute;
  padding: 1.5em;
}
.coming-soon-images .cs-header h4, .coming-soon-images .cs-header h2, .coming-soon-images .cs-header h6, .coming-soon-images .cs-footer h4, .coming-soon-images .cs-footer h2, .coming-soon-images .cs-footer h6 {
  line-height: 1em;
}
.coming-soon-images .cs-header h2.title, .coming-soon-images .cs-header h6.date, .coming-soon-images .cs-footer h2.title, .coming-soon-images .cs-footer h6.date {
  text-transform: uppercase;
}
.coming-soon-images .cs-header h6.date, .coming-soon-images .cs-footer h6.date {
  font-family: 'Source Sans Pro', sans-serif !important;
}
.coming-soon-images .cs-header {
  top: 0;
}
.coming-soon-images .cs-footer {
  bottom: 0;
}

#news-switch-button-container a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #000;
  width: 150px;
  color: #000;
  text-align: center;
}
#news-switch-button-container a:first-child {
  margin-right: 0.5em;
}
#news-switch-button-container a i {
  width: 30px;
  padding-top: 0.2em;
  font-size: 1.15em;
  text-align: center;
}

#artist-page label.separator-label {
  width: 100%;
  display: block;
  margin: 1em auto;
  position: relative;
}
#artist-page label.separator-label:before, #artist-page label.separator-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 32%;
  border-top: 3px solid #CCC;
}
@media screen and (max-width: 767px) {
  #artist-page label.separator-label:before, #artist-page label.separator-label:after {
    display: none;
    left: 0;
  }
}
#artist-page label.separator-label:before {
  left: 0;
}
#artist-page label.separator-label:after {
  right: 0;
}

.press-listing {
  display: block;
  width: 100%;
  height: auto !important;
  border: 1px solid #CCC;
  padding: 0.5em 1em;
  margin: 0;
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.press-listing:visited, .press-listing:focus {
  color: inherit;
}
.press-listing:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}
.press-listing h4, .press-listing small {
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif !important;
  color: #000;
}
.press-listing:hover {
  border-color: #000;
}
.press-listing h4 {
  font-size: 0.9em;
}
.press-listing small {
  display: block;
  font-size: 0.6em;
}

#sort-dropdown-container select {
  border-color: #000;
  outline: none;
  background-color: #FFF;
  background-image: url(../img/ico-fa-angle-down.png);
}

/* Sub Sections */
.sub-section {
  padding: 1em 0 2em;
}
.sub-section#staff-section h3 {
  border-top: 1px solid #CCC;
  padding-top: 1em;
}
.sub-section h3 {
  text-transform: uppercase;
}
.sub-section ul#staff-list-container {
  border-left: 1px solid #000;
  padding: 0;
  margin: 0 0;
}
.sub-section ul#staff-list-container li {
  padding: 1em;
}
.sub-section ul#staff-list-container li p {
  margin: 0;
}
.sub-section ul#staff-list-container li p span {
  display: block;
  line-height: 1.15em;
}
.sub-section ul#staff-list-container li p span b {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sub-section ul#staff-list-container {
    border-left: none;
    margin-left: 0;
    margin-right: 0;
  }
  .sub-section ul#staff-list-container li {
    padding-left: 0em;
  }
}

/* CONTENT ELEMENTS */
.addPadding {
  padding: 2.5em 0;
}

#owl-master {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#owl-master .owl-item {
  height: 100%;
}
#owl-master .item {
  position: absolute;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#owl-master .item img {
  display: block;
  width: 100%;
}
#owl-master #owl-content {
  display: block;
  margin: auto;
  
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 5%;
    right: 0;
}

.padding-20 {
    padding: 20px;
}

#owl-master #owl-content h1, 
#owl-master #owl-content h2 {
    color: #fff;
    font-weight: 400;
}

#owl-master #owl-content h1 {
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
}

#owl-master #owl-content button {
  background-color: none;
  background: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px;
}
/* Medium Screen */
@media only screen and (min-width: 40.063em) {
	#owl-master #owl-content {
		width: 50%;
		min-width: 335px;
	}
}

/* Large Screen */
@media only screen and (min-width: 64.063em) {
	#owl-master #owl-content {
		width: 30%;
	}
}
/*
@media screen and (max-width: 767px) {
  #owl-master #owl-content {
    top: 67%;
  }
  #owl-master #owl-content h1 {
    font-size: 1em;
  }
  #owl-master #owl-content h2 {
    font-size: 0.5em;
  }
  #owl-master #owl-content button {
    font-size: 0.75em;
    padding: 0.75em 1.5em;
  }
}
*/
#owl-master .owl-pagination {
  position: absolute;
  width: 100%;
  height: 7%;
  bottom: 0%;
}
#owl-master .owl-page {
  opacity: 1;
}

.owl-2 {
  width: 100%;
  height: 100%;
}
.owl-2 .item img {
  display: block;
  width: 100%;
}

.owl-3 .item {
  margin: 3px;
  padding-right: 10px;
}
.owl-3 img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-3 p {
  color: #000;
}
.owl-3 .owl-prev, .owl-3 .owl-next {
  top: 40%;
}

.owl-arrow-color-light .owl-prev i, .owl-arrow-color-light .owl-next i {
  color: #CCC;
}

.owl-arrow-color-dark .owl-prev i, .owl-arrow-color-dark .owl-next i {
  color: #000;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 45%;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  background: none !important;
}


.artist-preview-owl .owl-item {
    padding: 10px 0;
}


.artist-preview-owl a.preview-artist-button {
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
}

.artist-preview-owl .owl-pagination {
	display: none !important;
}

.artist-preview-owl.owl-theme .owl-controls .owl-buttons div {
    width: 42px;
    height: 83px;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    zoom: reset;
    display: block !important;
    color: #000;
    opacity: 1;
    top: 30%;
    cursor: pointer;
}

.artist-preview-owl.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../img/nav_arrow_circle_left.png) no-repeat 50% 50% !important;
    background-size: contain !important;
    left: -15px;
}

.artist-preview-owl.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../img/nav_arrow_circle_right.png) no-repeat 50% 50% !important;
    background-size: contain !important;
	right: -15px;
}

.artist-preview-owl.owl-arrow-color-dark .owl-prev i,
.artist-preview-owl.owl-arrow-color-dark .owl-next i {
	display: none !important;
}


@media only screen and (min-width: 64.063em) {
	.artist-preview-owl.owl-theme .owl-controls .owl-buttons div {
	    width: 32px;
	    height: 60px;
		top: 40%;
		opacity: 0.2;
		transition: all .3s linear;
	}
	
	.artist-preview-owl.owl-theme .owl-controls .owl-buttons div:hover {
		opacity: 0.5 !important;
	}
	
	.artist-preview-owl.owl-theme .owl-controls .owl-buttons div.owl-prev {
	    background: url(../img/nav_arrow_left.png) no-repeat 50% 50% !important;
	    background-size: contain !important;
	    left: -47px;
	}

	.artist-preview-owl.owl-theme .owl-controls .owl-buttons div.owl-next {
	    background: url(../img/nav_arrow_right.png) no-repeat 50% 50% !important;
	    background-size: contain !important;
	    right: -47px;
	}
}

#down-arrow {
  width: 100%;
  height: 48px;
  position: absolute;
  text-align: center;
  bottom: 5%;
  z-index: 10;
  
  display: none;
}

#down-arrow a {
  width: 48px;
  top: 0%;
  left: 0;
  z-index: 2;
  color: #000;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  opacity: 0.5;
}
#down-arrow a:before {
  display: block;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  #down-arrow {
    bottom: 10%;
  }
}

/* BUTTON */
.edButton, #owl-content button, .edButton:focus, #owl-content button:focus {
  background-color: #ffffff;
  border: 1px solid #535353;
  color: #000000;
  outline: none;
}
.edButton:active, #owl-content button:active, .edButton:focus:active, #owl-content button:focus:active {
  background-color: #000;
  border: 1px solid #CCC;
  color: #FFF;
}
.edButton:hover, #owl-content button:hover, .edButton:focus:hover, #owl-content button:focus:hover {
  background-color: #CCC;
  border: 1px solid #000;
  color: #000;
}

.footer {
  background-color: #e1e1e1;
}
.footer #footer-logo {
    max-width: 200px;
    width: 100%;
    margin: 0 0 3em 0;
}
.footer ul.no-bullet {
  width: 100%;
}
.footer ul.no-bullet li {
  font-size: 0.9em;
}
.footer ul.no-bullet h6 {
  margin-top: 0;
  font-weight: 600;
}
.footer .footer-links a {
  color: #000;
}

.footer ul.social-media-links {
	margin: 0;
	padding: 0;
}

.footer ul.social-media-links li {
  font-size: 0.7em;
	margin: 0;
	padding: 0;
}
.footer ul.social-media-links li a {
  display: block;
  text-align: center;
  outline: none;
}

.footer-social-icon {
	margin: 0 8px 0 0;
	padding: 0;
	width: 35px;
    height: auto;
}

#copyright {
  font-size: 0.9em;
    line-height: 36px;
    margin: 0;
}

.owl-large-pagination-show .owl-pagination {
  display: block;
}

.owl-large-pagination-hide .owl-pagination {
  display: none;
}

.owl-small-pagination-show .owl-pagination {
  display: none;
}

.owl-large-arrows-show .owl-buttons {
  display: block;
}

.owl-large-arrows-hide .owl-buttons {
  display: none;
}

.owl-small-arrows-show .owl-buttons {
  display: none;
}

/*-- FORMS --*/
form label {
	text-align: right;
}
form .alert-box {
	padding: 5px 20px;
}
form input.warning, textarea.warning, select.warning {
	background-color: rgba(240, 138, 36, 0.3);
}
form button.submit span {
	padding: 0 10px 0 20px;
}
form button.submit .fa-spin {
	visibility: hidden;
}

@media screen and (max-width: 767px) {
  #owl-demo3 .owl-buttons {
    display: none;
  }
  #owl-demo3 .owl-pagination {
    display: block;
  }

  .owl-large-pagination-show .owl-pagination {
    display: none;
  }

  .owl-small-pagination-hide .owl-pagination {
    display: none;
  }

  .owl-small-pagination-show .owl-pagination {
    display: block;
  }

  .owl-large-arrows-show .owl-buttons {
    display: none;
  }

  .owl-small-arrows-show .owl-buttons {
    display: block;
  }

  .owl-small-arrows-hide .owl-buttons {
    display: none;
  }
}