/* carousel */

.carousel-caption h3 {
    margin: 5px 0px;
    padding: 5px 0px 0px 10px;
}

.carousel-caption {
    left: 35%;
    right: 60%;
    width: 32%;
    padding-bottom: 40px;
    height: 160px;
    bottom: 50px;
}

.carousel-caption {
    text-shadow: none;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.95);
    padding: 10px;
    text-align: left;
}

.carousel-caption p.tagline {
   /* text-transform: uppercase;*/
    color: #102914;
    font-size: 1.1em;
    padding: 5px 10px;
}

.carousel-caption .tagreadmore a {
    border-left: 10px solid #0685B4;
    background: none repeat scroll 0% 0% #00A1DE;
    padding: 8px 20px;
    color: #FEFEFE;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
}


/* Activities */

.activities .container {
    /* background: #15AAFF; */
}

.activities h3 {
    padding-top: 2rem;
}

.activities {
    margin: 1em 0px;
}

#thumbs li {
    list-style-type: none;
}

#thumbs {
    margin: 0px;
    padding: 0px;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.item-thumbs .hover-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}

#content img {
    max-width: 100%;
    height: auto;
}

.item-thumbs a+img {
    width: 100%;
}