#nav a{
  font-size: 15px;
  line-height: 40px;
  margin: 0 5px;
  padding: 0 10px;  
}


.left{
  width: 100%;
  float: none;
  padding-right: 0;
  margin-bottom: 30px;
}
  
.right{
  width: 100%;
  float: none;
  padding-left: 0;
  clear: both;
}


.artist{
  float: none;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #CCCCCC;  
  overflow: hidden;
}
.artist .image{
  display: block;
  float: left;
  width: 120px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.artist .name{
  margin-left: 130px;
  float: none;
}
.artist .works{
  margin-left: 130px;
  text-align:left;
}

#breadcrumbs{
  float: none;
  color: #999999;
  font-size: 12px;
  margin: 0 0 10px 0;
} 

.workphoto{
  float: none;
  width: 95%;
  margin: 0 0 20px 0;
}


#footer{
  text-align:left;
  border-top: 1px solid #CCC;
  margin-top: 40px;
  padding: 15px 0;  
}
#footer a{
  color: #666666;
}
#footer #copy{
  float: none;
  text-align: left;
  margin-bottom: 10px;
}

#pagecontent img{
  max-width: 50%;
  height: auto !important;
}




#exhibitions{
  margin-bottom: 50px;
}

.exhibition{
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #CCCCCC;
}

.exhibition:first-child{
  margin-top: 20px;
}

.exhibition .photo, .past .photo{
  height: 80px;
  width: 100px;
  float: left;
}

.exhibition .title, .past .title{
  margin: 0 0 0 130px;
}
.exhibition .date, .past .date{
  margin: 0 0 0 130px;
}
.exhibition .blurb{
  display: none;
}



.past{
  width: 100%;
  height: 80px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 0 20px 0;
  border-bottom: 2px solid #CCCCCC;
}


.artist.fit.gallery{
  height: 120px;
  border: 0;
  width: 46%;
  margin: 5px 2%;
  float: left;
  padding: 0;
}
.artist.fit.gallery .image{
  width: 100%;
  height: 120px;
  background-size:cover;
}


#map{
  width: 100%;
  height: 200px;
  float: none;
  margin:  0;
}

#owl .owl-prev, #owl .owl-next{
  display: none;
}
#owl a{
  height: 200px;
}










