﻿.Club_FacilityClubLaunch .fclContainer {
    position: relative;
    min-height: 200px;
    overflow: hidden;
    text-align: center;
}
.Club_FacilityClubLaunch .fclBackgroundImage {
    min-width: 100%;
    max-width: 1220px;
    min-height: 200px;
    margin: 0 auto;
}
.Club_FacilityClubLaunch .fclContent {
    position: absolute;
    top: 45%; 
    left: 50%;
    width: 480px;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%); /*for safari*/
}

.Club_FacilityClubLaunch h2 {
    margin: 0;
    color: #fff;
}
.Club_FacilityClubLaunch h4 {
    margin: 30px 0 25px 0;
    color: #fff;
}
.Club_FacilityClubLaunch .fclTextBox {
    position: relative;
    height: 40px;
    background-image: url("/ResourcePackages/Usas/assets/dist/images/slash-backgrounds/white-backslash.png");
    background-repeat: repeat;
}
.Club_FacilityClubLaunch .fclZipCityState {
    position: relative;
    width: 100%;
    height: 40px;
    margin: -5px 0 0 -10px;
    border: none;
}
.Club_FacilityClubLaunch .searchButton {
    position: absolute;
    top: -3px;
    right: 8px;
    width: 35px;
    height: 35px;
    background-image: url("/ResourcePackages/Usas/assets/dist/images/search_m_25w25h.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .Club_FacilityClubLaunch .fclContainer {
        min-height: 150px;
    }

    .Club_FacilityClubLaunch .fclBackgroundImage {
        max-width: 992px;
    }

    .Club_FacilityClubLaunch .fclContent {
        top: 45%;
    }
}

@media screen and (max-width: 768px) {
    .Club_FacilityClubLaunch .fclContainer {
        min-height: 125px;
    }

    .Club_FacilityClubLaunch .fclBackgroundImage {
        max-width: 768px;
    }

    .Club_FacilityClubLaunch .fclContent {
        top: 50%;
        width: 450px;
    }

    .Club_FacilityClubLaunch h4 {
        margin: 15px 0 25px 0;
    }
}

@media screen and (max-width: 549px) {
    .Club_FacilityClubLaunch .fclBackgroundImage {
        max-width: 550px;
    }
    .Club_FacilityClubLaunch .fclContent {
        width: 300px;
    }
}

@media screen and (max-width: 320px) {
    .Club_FacilityClubLaunch .fclBackgroundImage {
        max-width: 320px;
    }
    .Club_FacilityClubLaunch .fclContent {
        width: 250px;
    }
}
/***********************************************************************/
