/* gallery index */
.gallery-block-wrapper {
  width: 50%;
  float: left;
  padding-right: 2px;
  margin-bottom: 15px;
  position: relative; }

.gallery-block-wrapper.odd {
  padding-right: 0;
  padding-left: 2px; }

.gallery-block {
  position: relative;
  background: #fff;
  display: block;
  border-bottom: 3px solid #bbb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.gallery-block img {
  display: block;
  height: 244px;
  width: 100%; }

.gallery-info {
  padding: 10px 16px;
  color: #888; }

.gallery-name {
  font-size: 19.5px;
  margin-bottom: 8px;
  color: #444;
  font-weight: bold;
  letter-spacing: -.5px;
  color: #444; }

/* gallery collection */
#gallery-collection {
  margin-left: -2px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden; }

#gallery-collection img {
  line-height: 0;
  display: block;
  float: left;
  margin-left: 2px;
  margin-top: 2px; }

#gallery-name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: -.5px;
  color: #444; }

#photo-strip {
  background: #ddd;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 2px; }

.photo-thumb {
  position: relative;
  float: left; }

.photo-thumb-mask {
  position: absolute;
  width: 85px;
  height: 85px;
  background: rgba(255, 255, 255, 0.4);
  top: 0; }

#photo-strip a, #photo-strip img {
  display: block; }

#photo-strip img {
  width: 85px;
  height: 85px;
  border: 3px solid #666;
  border-radius: 2px;
  margin-right: 5px; }

#photo-strip img.last {
  width: 84px;
  margin-right: 0; }

#photo-strip .current {
  border: 3px solid #fff !important; }

#photo-info {
  color: #888;
  overflow: hidden; }

#photo-info .fa {
  font-size: 14px;
  color: #aaa;
  vertical-align: -1px;
  margin-right: 3px; }

#photo-nav {
  text-align: right; }

#photo {
  position: relative;
  text-align: center;
  margin-top: 8px; }

#photo img {
  width: 100%;
  display: block;
  background: #222; }

.photo-btn {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0; }

.photo-btn.prev {
  left: 0; }

.photo-btn.next {
  right: 0; }

.photo-btn .fa {
  color: rgba(255, 255, 255, 0.8);
  top: 50%;
  margin-top: -14px;
  position: absolute;
  font-size: 28px; }

.photo-btn:hover .fa {
  color: #fff;
  text-shadow: 0 0 14px #fff; }

.photo-btn:active .fa {
  margin-top: -12px; }

.photo-btn.prev .fa {
  left: 20px; }

.photo-btn.next .fa {
  right: 20px; }

#photo-caption {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  background: #fff;
  padding: 10px 0;
  border-bottom: 3px solid #bbb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
