
/*.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;*/
	/*background: rgba(0,0,0,0.7);*/ /*White;*/
	/*width: 100%;*/
	/*height: 80px;*/

	/*height: 50%;
	align-content: end;*/
	/*margin-bottom: 27px;*/
	/*margin-bottom: 50px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}*/

.bx-wrapper .bx-caption {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.7); */
    width: 100%;
    /* height: 80px; */
    height: 40%;
    /* align-content: end; */
    /* margin-bottom: 27px; */
    margin-bottom: 50px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* background-color: red; */
    /* z-index: 999999999999999999999; */
    /* position: relative; */
    /* float: left; */
    display: grid;
    /* height: fit-content; */
    align-items: end;
    /* height: 20px; */
    padding-bottom: 20px;
}

/*.bx-wrapper .bx-caption span {*/
	/*color: Black;*/
	/*color: White;*/
	/*color: #e1e1e1;
	display: block;
	font-size: 12pt;*/
	/*height: 50px;*/
	/*height: 35px;
	padding: 5px;
	font-family: menco, sans-serif;
	font-weight: 100;
	padding-top: 20%;*/ /*safari layout fix*/
    /*padding-top: 13%;*/
	/*border: solid 2px red;*/
/*}*/

.bx-wrapper .bx-caption span {
    /* color: Black; */
    /* color: White; */
    color: #e1e1e1;
    display: block;
    font-size: 12pt;
    /* height: 50px; */
    /* height: 35px; */
    padding: 5px;
    font-family: menco, sans-serif;
    font-weight: 100;
    /* padding-top: 20%; */
    /* padding-top: 13%; */
    /* border: solid 2px red; */
}

.lf-caption-spacer {
	height: 50px;
	margin-top: -50px;
	/*background-color: White;*/
    background-color: black;
	display: block;
	float: left;
	width: 100%;
	position: relative;
}



.lf-gym-facilities-wrapper {
    display: block;
    float: left;
    padding-left: 30px;
    text-align: left;
    /*margin-top: -20px;*/
    position: relative;
    border: none;
    /*padding-top: 0;*/
    margin: 0;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.lf-gym-sports-facilities-wrapper {
    display: block;
    float: left;
    padding-left: 40px;
    text-align: left;
    /*margin-top: -20px;*/
    position: relative;
    border: none;
    /* padding-top: 0; */
    margin: 0;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
}


@media only screen and (max-width: 600px) {
	.bx-wrapper .bx-caption {
		/*height: 100px;*/
		/*height: 60%;*/
        height: 40%;
		align-content: end;
		/*margin-bottom: 27px;*/
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	}


    .bx-wrapper .bx-caption span {
        font-size: 12pt;
    }
}

@media only screen and (min-width: 600px) {

    .bx-wrapper .bx-caption span {
        font-size: 15pt;
    }
}


