/* Feature */
#feature {
	background:#FFF no-repeat center top;
	overflow:hidden;
	background-size:cover;
	background-attachment:fixed;
	color:#fffff;
	width:980px;
	margin:50px auto;
}

#feature img { width:980px; height:400px;}

#feature * {
	/* customize_feature_text */color:#ffffff;/* customize_feature_text */
}
#feature h1, #feature h2, #feature p {
	text-shadow:0 0 2px rgba(0,0,0,0.9);
}
#feature h1 {
	/* customize_feature_h1_background */background-color:#00a651;/* customize_feature_h1_background */
	display:inline-block;
	margin-top:0;
	margin-bottom:0.25em;
	padding:0 2px;
	font-weight:300;
}
#feature h2, #feature .orbit-caption h3 {
	font-weight:300;
	margin:0;
}
#feature p {
	margin-bottom:0;
}
#feature p.lead {
	font-weight:200;
}
#feature img {
	width:100%;
	vertical-align:bottom;
}
#feature .large-12 {
	padding-top:1.5em;
	padding-bottom:1.5em;
}

#feature .orbit-container .orbit-slides-container > * .orbit-caption {
	font-size:1em;
}
#feature .orbit-bullets { padding:5px 0px 0px 10px; }
#feature .orbit-bullets li {
	background:#CCCCCC!important;
	border:none!important;
}
#feature .orbit-bullets li.active {
	background:#00a651!important;
}


img{  height: auto; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: 100%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
        .orbit-container .orbit-slides-container > * .orbit-caption * {
          color: white; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px black;
      border-top: none;
      border-bottom: none; }
    /*.orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: solid 8px;
      border-color: transparent transparent transparent black; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }*/
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-color: transparent white transparent transparent; }
    .orbit-container .orbit-prev:hover > span {
      border-color: transparent #cccccc transparent transparent; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent transparent transparent white;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-color: transparent transparent transparent #cccccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    float: left;
    margin-right: 6px;
    border: solid 2px black;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #000; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }
