﻿


.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}

.carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	padding-bottom: 40px;
	opacity: 5;
	transition: all 800ms linear;
	background: rgba(0, 0, 0, 0.45);
}
.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:80%;
width:100%;
position:absolute;
}
.inset-text {
    /* Shadows are visible under slightly transparent text color */
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: gba(102, 96, 96, 0.6);
    text-shadow: 1px 4px 6px #dff, 0 0 0 #000, 1px 4px 6px #def;
    font-family: Adobe Ming Std L;
    font-weight: bold;
    f*font-size: 2em;
    letter-spacing: 35px;
    font-stretch: ultra-expanded;
    line-height: 1em;*/
ight: 1em;
}


}

}
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

.photo-gallery {
  color:#313437;
  background-color:#FFFFCC;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:10px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:1000px;
  margin:0 auto 40px;
  
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

