/*Section Activities*/
.photo-holder {
    z-index: 2;
}

.badge-bottom {
    height: 250px;
    z-index: 1;
    position: absolute;
    transform: translate(0%,95%);
}

.badgelink {
    text-decoration: none;
}

    .badgelink:hover {
        text-decoration: none;
        color: rgba(60, 60, 60, 0.80);
    }

.spacer {
    padding-bottom: 150px;
}

.icbig {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.ic {
    width: 30px;
    height: 100%;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-right: 5px;
}

.icactivity {
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.yoga {
    background: url('/site/common/icons/yoga.png') no-repeat;
}

.art {
    background: url('/site/common/icons/art.png') no-repeat;
}

.boxing {
    background: url('/site/common/icons/boxing.png') no-repeat;
}

.swimming {
    background: url('/site/common/icons/swimming.png') no-repeat;
}

.sports {
    background: url('/site/common/icons/sports.png') no-repeat;
}

.watersports {
    background: url('/site/common/icons/watersports.png') no-repeat;
}

.ictext {
    width: 15px;
    height: 22px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}

    .ictext.more {
        background: url('/site/common/icons/readMoreArrow.png') no-repeat;
    }

/*RESPONSIVE SETTINGS*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .badge-left {
        width: 180px;
        height: 180px;
    }

    .badge-right {
        width: 100%;
        height: 180px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .spacer {
        padding-bottom: 50px;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .badge-right {
        /*width: 240px;*/
        height: 180px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
