.gallery-controls ul {
    text-align:center;
    margin-top:30px;
 }
 .gallery-controls li {
    cursor: pointer;
    display: inline-block;
    margin:10px;
    max-width:100px;
    height:70px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-bottom:solid 5px transparent;
 }
 .gallery-controls li img {
    width: 100%;
 }
 .gallery-controls li.active {
    border-color:#f47423;
 }

.featured-image {position: relative; overflow:hidden;}
.featured-image .intro-alt {
   position: relative;
   min-height: 700px;
   width: 100%;
}
@media (max-width:800px) {
   .featured-image .intro-alt {
      min-height: 400px;
   }
}
.featured-image .intro-bg {
   opacity: 0;
   background-size: cover;
   background-position: center;
   display:block;
   position: absolute;
   top:0;
   right:0;
   left:0;
   bottom: 0;
   width:100%;
   z-index: 1;
   height:100%;
   transition: transform 25s;
}
.featured-image .intro-bg.active {
   opacity: 1;
   z-index: 2;
}

.page-id-5703 button {
   margin:25px;
   border:solid thin #f47423;
   border-radius: 10px;
   padding:7px 25px;
   text-transform: uppercase;
   font-size:22px;
   color:white;
   font-weight: bold;
   transition: all 0.5s ease;
   cursor: pointer;
   background-color: #f47423;
}
.page-id-5703 button:hover,
.page-id-5703 button.active {
   color:#f47423;
   background-color: white;
}

