@media screen and (max-width:414px) {
    .scrollto {
        padding: 95px 0px 0px 0px;
    }

    .hero .h1-com {
        font-size: 100px;
        line-height: 80px;
        margin-top: 65px;
    }
}

/* 480px (WVGA - Low End Windows Phone) */
@media screen and (max-width:480px) {
    .wrapper {
        background: #f3f5f8;
        height: 640px;
    }

    .iphone {
        display: none;
    }

    .fluid-white {
        display: none;
    }

    .wp2,
    .wp4,
    .wp5,
    .light-box {
        margin-bottom: 30px;
    }
}

/* xGA iPad */
@media screen and (max-width:1024px) {
    .wp3 {
        background-position: 50px 0;
    }

    .swag {
        background-attachment: scroll;
    }

    .subscribe {
        background-attachment: scroll;
    }
}

/* 1200px (Small Desktop,Netbook) */
@media screen and (max-width:1280px) {
    .wp3 {
        background-position: 50px 0;
    }
}

/* Bootstrap 990px Breakpoint to 480px */
@media screen and (min-width:480px) and (max-width:991px) {
    .iphone {
        display: none;
    }

    .fluid-white {
        display: none;
    }

    .wrapper {
        background: #f3f5f8;
        height: 540px;
    }

    .wp2,
    .wp4,
    .wp5,
    .light-box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:50em) {
    .icon-list a {
        padding: 0.5em 0em;
        margin: 0 5px;
        font-size: 1em;
    }
}


@media screen and (max-width:500px) {

    .home-menu {
        height: 100px !important;
    }

    .hero {
        background-size: cover;
        background-position: -60px;
        background-blend-mode: luminosity;
        padding: 340px 0 100px 0;
        height: 640px;
        background-color: #000;
        margin-top: 90px;
        min-width: 100%;
        max-width: 100%;
    }

    .the-commons-logo {
        max-width: 65%;
        min-width: 65%;
        margin-top: -10%;
        left: -8%;
    }

    .hero-home-text {
        top: 1300%;
        left: 5%;
        letter-spacing: 3px !important;
        font-size: 10px !important;
    }

    .col-md-offset-3-com {
        margin-left: -5%;
        margin-top: 6%;
    }


    .home-welcome-btn {
        min-width: 200px;
        max-width: 200px;
        font-size: 14px;
        padding: 14px;
        height: auto;
    }

    .ticket-btn {
        min-width: 200px;
        max-width: 200px;
        font-size: 14px;
        padding: 10px;
        height: auto;
    }

    .grid-row-photo {
        flex-direction: column;
    }

    .lobby-hero {
        padding-top: 100px;
        background-position-x: 60px;
    }

    .new-pro-hero {
        padding-top: 100px;
        background-position-x: 60px;
    }

    .spf-hero {
        padding-top: 100px;
        background-position-x: 60px;
    }

    .sub-page-menu {
        min-height: 70px;
        max-height: 70px;
    }

    .subpage-title {
        font-size: 30px;
    }

    .pro-annivsry {
        flex-direction: column;
    }

    .lobby-grid {
        grid-auto-rows: 180px !important;
    }

}

@media screen and (min-width: 501px) and (max-width:991px) {


    .grid-row-photo {
        flex-direction: column;
    }
}


/** Responsive fixes **/
@media screen and (max-width:767px) {
    .inner {
        padding-top: 10px;
        text-align: center;
    }

    .hero h3-com {
        letter-spacing: 10px;
    }

    .hero-home-text {
        letter-spacing: 10px;

    }


    .hero {
        padding-bottom: 0;
    }

    .subscribe input[type=text] {
        width: 50%;
        margin-bottom: 30px;
    }

    .btn-send {
        float: none;

        margin-bottom: 80px;
    }

    .effects .img {
        margin-bottom: 15px;
    }

    .show-menu .icon-list a {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .show-menu .menu-wrap {
        height: 100%;
    }
}


@media screen and (min-width: 992px) and (max-width:1099px) {

    .hero {
        padding-top: 90px;
    }

    .the-commons-logo {
        margin-top: -29%;
        left: -18%;
    }

    .hero-home-text {
        top: 194%;
        left: -13%;
        letter-spacing: 10px !important;
    }

    .home-welcome-btn {
        min-width: 200px;
        max-width: 200px;
        font-size: 16px;
        padding: 10px 35px 10px 35px;
        height: auto;
    }

    .ticket-btn {
        min-width: 200px;
        max-width: 200px;
        font-size: 16px;
        padding: 10px 35px 10px 35px;
        height: auto;
    }
}