*{
  margin: 0;
  padding: 0;
}

body{
  font-family: georgia;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
}


img{
  border: 0;
}

a{
  text-decoration: none;
  color: #0B4353;  
  transition: .7s all;
}
a:focus{
  outline: none;
}
a:hover{
  transition: .2s all;
}


h2{
  color:#0B4352;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

h3{
  color:#0B4352;
  font-weight: normal;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 10px;
}

h3:first-child{
  margin-top: 0;
}


p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}


.container{
  width: 98%;
  margin: 0 auto;
  max-width: 1000px;
}

#logo{
  text-align: center;
  padding: 40px 0;
}
#logo img{
  max-width: 80%;
}

#nav{
  list-style-type: none;
  margin: 0 0 20px 0;
  text-align: center;
  background-color: #F3F3F3; 
}
#nav li{
  display: inline;
}
#nav a{
  display: inline-block;
  color: #0B4353;
  font-size: 17px;
  line-height: 43px;
  margin: 0 10px;
  padding: 0 10px;
  border-bottom: 2px solid #F3F3F3;  
}
#nav a:hover, #nav a.current{
  border-bottom: 2px solid #0B4353;

}




#owl{
  position: relative;
  margin-bottom: 20px;
}

#owl a{
  display: block;
  width: 100%;
  height: 376px;
  background-size: cover;
  background-position: center center;
}

#owl .owl-prev{
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 113px;
  background: none;
  background-image: url(images/slider-left.png);
  padding: 0;
  margin: -55px 0 0 0;
  opacity: .8;
  text-indent: -100px;
  border: 0;
  border-radius: 0;
  overflow:hidden;
}

#owl .owl-next{
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 113px;
  background: none;
  background-image: url(images/slider-right.png);
  padding: 0;
  margin: -55px 0 0 0;
  opacity: .8;
  text-indent: -100px;
  border: 0;
  border-radius: 0;
  overflow:hidden;
}

  
.left{
  width: 48%;
  float: left;
  padding-right: 2%;
}
  
.right{
  width: 48%;
  float: left;
  padding-left: 2%;
}

#footer{
  clear: both;
  padding: 40px 0;
  text-align:right;
  font-size: 11px;
  color: #666666;
}
#footer a{
  color: #666666;
}
#footer #copy{
  float: left;
  text-align: left;
}


#latestworks{
  margin-left: 1%;
}
.latest{
  display: block;
  float: left;
  width: 32.3%;
  height: 105px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5px 0 0 1%;
}

.artist{
  display: block;
  float: left;
  width: 31.3%;
  height: 225px;
  overflow: hidden;
  margin: 0 2% 30px 0;
  position:relative;
  color: #666666;
  font-size: 12px;
  border-bottom: 2px solid #FFFFFF;  
}
.artist .image{
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
}
.artist .name{
  display: block;
  float: left;
  font-weight: bold;
}
.artist .works{
  display: block;
  text-align:right;
}

.artist:hover{
  color: #0B4353;
  border-bottom: 2px solid #0B4353;
}

.artist.fit .image{
  background-size: contain;
}

.artist.fit.gallery{
  height: 200px;
}

.exhibition{
  display: block;
  overflow: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #CCCCCC;
}

.exhibition:first-child{
  margin-top: 50px;
}
.exhibition .photo{
  display: block;
  float: left;
  height: 150px;
  width: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.exhibition .title{
  display: block;
  margin-left: 215px;
  color:#0B4352;
  font-weight: normal;
  font-size: 20px;
}
.exhibition .date{
  display: block;
  margin: 5px 0 10px 215px;
  font-size: 14px;
  color: #666666;
}
.exhibition .blurb{
  display: block;
  margin-left:215px;
  color: #444444;  
}

.exhibition:hover{
  border-bottom: 2px solid #0B4353; 
}

.past{
  display: block;
  float: left;
  width: 23%;
  height: 200px;
  margin-right: 2%;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 2px solid #FFFFFF; 
}
.past:hover{
  border-bottom: 2px solid #0B4353; 
}
.past .photo{
  display: block;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.past .title{
  display: block;
  color:#0B4352;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-top: 5px;
}
.past .date{
  display: block;
  margin: 5px 0 10px 0;
  font-size: 14px;
  color: #666666;
}


#map{
  width: 50%;
  height: 300px;
  float: right;
  margin: 0 0 20px 20px;
}


#breadcrumbs{
  float: right;
  color: #999999;
  font-size: 12px;
} 
#breadcrumbs a{
  color: #999999;
}
#breadcrumbs a:hover{
  color:#0B4352;
}

.workphoto{
  float: right;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 10px #666666;
  margin: 0 10px 20px 20px;
}



#mc_embed_signup{
  background-color:#CCCCCC;
  padding: 10px;
  border-radius: 8px;
}

#mc_embed_signup h3{
  font-size: 18px;
}

#mc_embed_signup #mce-EMAIL{
  width: 80%;
  border-radius: 5px;
  padding: 5px;
  border: 0;
}
#mc_embed_signup #mc-embedded-subscribe{
  background-color:#0B4352;
  color: #FFFFFF;
  border-radius: 5px;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
}






