/* ------ IMAGE GALLERY STYLES ----- */


/*-- Gallery Nav Styles --*/

/*
header {
    text-align: center;
    font-size: 120%;
    font-weight:300;
}
*/

.pictureCaption {
	background-color: rgba(255,255,255,.8);
	font-family: lato;
	font-size: 8pt;
	position: absolute;
	bottom: -50px;
	text-align: left;
	width: 100%;
	line-height: 10pt;
}

.pictureImage {
	width: 360px;
	height: auto;
}

.picImg:hover .pictureCaption {
	bottom: 0px;
}

nav.subnav-list ul {
    list-style: none;
    padding: 0;
    margin: 50px 0;
    text-align: center;
}

nav.subnav-list ul li {
    display: inline;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

/* -- Gallery Button Styles -- */
/* -- Gallery Masonry Grid -- */

.grid {
	text-align: center;
    align-content: center;
	margin: 0 auto;

}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
  width: 360px;
  height: auto;
  /*margin-bottom: 20px;*/
  margin: 0 auto 20px auto;
  float: none;
  display: inline-block;
  box-shadow: none !important;
  padding: 0px !important;
}

.grid-item--height2 {
	width: 360px;
  	height: auto;
}

