div.listing-wrapper {
  overflow: hidden;
  width: 100%;
  margin-right: 10px; }

section.artist-list {
  margin: 0 0.5em 1.5em 0;
  overflow: hidden; }

article.artist {
  width: 20%;
  height: 200px;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0.5em 0px 0px 0px;
  box-sizing: border-box; }

article.artist:hover {
  cursor: pointer;
  background-color: #EFEFEF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

article.artist figure img {
  width: 100%;
  height: auto; }

article.artist figure {
  overflow: hidden; }

article.artist h3 {
  margin-top: 0.2em; }

div.artist-sorting {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-size: 14px !important; }

div.artist-sorting a.button {
  margin-right: 0.5em;
  margin-left: 0.5em;
  background: white !important;
  color: #E50002 !important;
  border: 1px solid #E50002; }

div.artist-sorting a.button.active {
  background: #E50002 !important;
  color: #FFFFFF !important; }

/* Filter */
section#artist-name ul {
  padding: 0;
  margin: 0.5em 0 0.5em 0em !important; }

section#artist-name ul li {
  padding: 0 !important; }

section#artist-name ul li a {
  box-sizing: border-box;
  padding: 0.2em 0.5em 0.2em 0.5em !important; }

/* Single */
section.artist-header {
  padding: 0 0 1em 0;
  position: relative; }

section.artist-header div.social-share-button {
  position: absolute;
  top: 0;
  right: 0;
  float: none; }

section.artist-header div.share-bubble {
  position: absolute;
  top: 0;
  right: 0;
  float: none; }

article#single-artist {
  margin: 1em 1em 0 0.5em; }

section#artist-name ul {
  overflow: hidden;
  margin-left: -5px; }

section#artist-name ul li {
  display: inline; }

section#artist-name ul li a {
  display: block;
  float: left;
  padding: 0px 5px 0px 5px;
  margin-bottom: 5px;
  width: auto;
  text-transform: uppercase; }

span.artist-detail-web {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 40px;
  margin-top: 2px;
  vertical-align: top;
  font-size: 0.62em !important; }

span.artist-detail-web a {
  font-weight: normal !important;
  display: inline-block;
  background-color: #e6e7e8;
  color: #32343a !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px 3px 5px;
  margin: 0 5px 0 0; }

span.artist-detail-web a:hover {
  background-color: #32343a;
  color: #fff !important; }

/* SINGLE IMAGES */
section.artist-images {
  padding: 0.5em 0;
  width: 100%; }

section.artist-images > div.table-wrap {
  display: table;
  height: 100%; }

section.artist-images > div > img {
  height: 300px;
  display: table-cell;
  padding-right: 6px; }

.artist-images-additional {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  width: 100%;
  font-size: 0;
  overflow: hidden; }

.artist-images-additional a {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.artist-images-additional a > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center; }

section.social-functions {
  position: relative; }

/*1 IMAGE*/
.artist-images-additional.photos1 a {
  width: 100%;
  height: 100%; }

/*2 IMAGES*/
.artist-images-additional.photos2 a {
  width: 100%;
  height: 49%; }

.artist-images-additional.photos2 a:first-child {
  margin-bottom: 3px; }

.artist-images-additional.photos2 a:first-child + a {
  margin-top: 3px; }

/*3 IMAGES*/
.artist-images-additional.photos3 a {
  width: 49%;
  height: 49%; }

.artist-images-additional.photos3 a:first-child {
  width: 100%;
  margin-bottom: 3px; }

.artist-images-additional.photos3 a:first-child + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos3 a:first-child + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*4 IMAGES*/
.artist-images-additional.photos4 a {
  width: 49%;
  height: 49%; }

.artist-images-additional.photos4 a:first-child {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos4 a:first-child + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-images-additional.photos4 a:first-child + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos4 a:first-child + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*5 IMAGES*/
.artist-images-additional.photos5 a {
  width: 25%;
  height: 49%;
  min-height: 145px; }

.artist-images-additional.photos5 .backstretch {
  min-height: 145px; }

.artist-images-additional.photos5 .backstretch img {
  min-height: 100%;
  top: 0 !important; }

.artist-images-additional.photos5 a:first-child {
  width: 100%;
  margin-bottom: 3px; }

.artist-images-additional.photos5 a:first-child + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos5 a:first-child + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos5 a:first-child + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos5 a:first-child + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*6 IMAGES*/
.artist-images-additional.photos6 a {
  width: 33.33%;
  height: 49%; }

.artist-images-additional.photos6 a:first-child {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos6 a:first-child + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos6 a:first-child + a + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-images-additional.photos6 a:first-child + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos6 a:first-child + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos6 a:first-child + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*7 IMAGES*/
.artist-images-additional.photos7 a {
  width: 20%;
  height: 49%; }

.artist-images-additional.photos7 a:first-child {
  width: 49%;
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos7 a:first-child + a {
  width: 49%;
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-images-additional.photos7 a:first-child + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos7 a:first-child + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos7 a:first-child + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos7 a:first-child + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos7 a:first-child + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*8 IMAGES*/
.artist-images-additional.photos8 a {
  width: 25%;
  height: 49%; }

.artist-images-additional.photos8 a:first-child {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos8 a:first-child + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos8 a:first-child + a + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos8 a:first-child + a + a + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-images-additional.photos8 a:first-child + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos8 a:first-child + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos8 a:first-child + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos8 a:first-child + a + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*9 IMAGES*/
.artist-images-additional.photos9 a {
  width: 20%;
  height: 49%; }

.artist-images-additional.photos9 a:first-child {
  width: 25%;
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos9 a:first-child + a {
  width: 25%;
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos9 a:first-child + a + a {
  width: 25%;
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos9 a:first-child + a + a + a {
  width: 25%;
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-images-additional.photos9 a:first-child + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos9 a:first-child + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos9 a:first-child + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos9 a:first-child + a + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos9 a:first-child + a + a + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

/*10 IMAGES*/
.artist-images-additional.photos10 a {
  width: 20%;
  height: 49%; }

.artist-images-additional.photos10 a:first-child {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos10 a:first-child + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos10 a:first-child + a + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a + a {
  margin-bottom: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 3px; }

.artist-images-additional.photos10 a:first-child + a + a + a + a + a + a + a + a + a {
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 3px; }

.artist-credits {
  border-bottom: 1px solid #C6CACD; }

.artist-credits h1,
.artist-text h1 {
  margin: .5em 0 0 0; }

.tabs header {
  border-top: 1px solid #C6CACD; }

.tabs header h1 {
  margin: .5em 0 .5em 0; }

.artist-videos a {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 40px;
  width: 210px;
  vertical-align: top; }

.artist-videos a p {
  margin: 0;
  line-height: 1; }

.artist-videos a p.meta {
  color: #C5CACC; }
