/*===============================

    Amenities Styles

======================*/

.amenities-intro {
    margin-bottom: 60px;
    padding-bottom: 30px;
}

#amenities-container {
    transform: scale(1,1);
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 0px;
    padding-bottom: 60px;

}

.list-box {
    background: rgba(255,255,255,.9);
    margin-bottom: 60px;
    border: 4px solid #fff;
}

    .list-box h2 {
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .list-box ul {
        width: 100%;
        float: left;
        position: relative;
        padding: 2rem 2rem 60px 3rem;
        list-style-type: disc;
    }

        .list-box span.select-units {
            position: absolute;
            bottom: 20px;
            right: 50%;
            font-size: .875rem;
            font-style: italic;
            color: #999;
            font-family: arial, sans-serif;
            text-transform: lowercase;
        }

        .list-box ul li {
            width: 50%;
            line-height: 1.5em;
            padding-top: 8px;
            padding-bottom: 8px;
            text-align: left;
            font-size: 1.2rem;
            float: left;
            text-transform: capitalize;
            padding-right: 20px;
        }

        .list-box ul li a img {
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            right: -5px;
            top: -3px;
        }

        .amenities-list li a {
            position: absolute;
        }

/* Amenities Slider
---------------------------------------*/

.amenity-slider {
    clear: both;
    border: none !important;
    border-radius: none !important;
}

    .amenity-slider ul {
        list-style-type: none !important;
        float: none !important;
        padding: 0 !important;
    }

        .amenity-slider .flex-direction-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
        }

        .amenity-slider ul li {
            padding: 0 !important;
        }

        .flexslider:hover .flex-direction-nav .flex-prev,
        .flexslider:hover .flex-direction-nav .flex-next {
            opacity: 1;
        }

        .amenity-slider .flex-prev,
        .amenity-slider .flex-next  {
          font-size: 0;
        }

        .amenity-slider .flex-prev:before,
        .amenity-slider .flex-next:before {
            font-size: 24px;
            transform: translateY(0%);
            color: rgba(255,255,255,1);
        }



.amenity-slider .flex-control-nav {
    display: none !important;
}

   
@media only screen and (max-width:721px){
	.three-fourths {
		width: 100%;
	}
	
	.list-box ul li {
        width: 100%;
    }
	
	.list-box img.left,.list-box img.right {
		width: 50% !important;
	}
}