@media (max-width: 1200px) {
    #navigation-background {
        font-size: 14px;
    }

    #sub-navigation {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {


    #home-carousel .title {
        font-size: 16px;
    }

    #home-carousel .content {
        top: 110px;
    }

    #top-image-wrapper img {
        max-width: 900px;
    }

    #sub-navigation .title {
        padding-left: 2px;
    }

    #sub-navigation li {
        padding-left: 0;
    }

    #footer .col-md-4 {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    #image-link-list li {
        width: 50%;
    }

    #image-link-list .item {
        margin: auto;
        margin-bottom: 10px;
    }

    #navigation {
        display: none;
    }

    .slicknav_menu {
        display: block !important;
    }

    #logo-container {
        margin-left: auto;
        margin-right: auto;
    }

    #home-carousel {
        top: 50px;
        height: 250px;
    }

    #top-image-wrapper img {
        max-width: 900px;
        max-height: 238px;
    }


    #home-carousel .content {
        top: 60px;
    }

    .top-image-wrapper {
        height: 288px;
    }
}

@media (max-width: 767px) {
    #tsr-text-logo {
        display: block;
        width: 100%;
    }

    #footer-contact {
        padding-left: 0;
    }

    #footer .col-md-4 {
        margin-bottom: 20px;
    }

    #footer .title {
        margin-bottom: 10px;
    }

    #footer-link .title {
        font-size: 15px;
    }

    #social-icons {
        margin-bottom: 10px;
    }

    #image-link-list {
        margin-top: 5px;
    }

        #image-link-list li {
            width: 45%;
            margin-left: 10px;
        }

        #image-link-list .title {
            line-height: 25px;
            height: 50px;
        }



    #body, #footer, #footer-link, #secondary-footer {
        top: 0 !important;
    }

    #tsr-logo {
        display: none;
    }

    #home-carousel {
        top: 0;
        height: auto;
    }

        #home-carousel .image {
            display: none;
        }

        #home-carousel .content {
            left: 0;
            top: 10px;
            width: 100%;
            height: 100%;
            padding: 10px;
        }




    .line-height-50 {
        line-height: 50px;
    }

    #secondary-footer li {
        border-right: none;
    }

    #room-selections, #event-spaces-gallery {
        width: 100%;
    }

        #room-selections ul {
            padding: 0;
        }

        #room-selections li {
            width: 50%;
            min-height: auto;
            margin: auto;
            padding: 5px;
        }

            #room-selections li .wrapper {
                padding: 0;
            }


        #event-spaces-gallery ul {
            padding: 0;
        }

        #event-spaces-gallery li {
            /*width: 100%;*/
            min-height: auto;
            padding-bottom: 10px;
        }

    .item-img-wrap {
        width: 100%;
        text-align: center;
    }

    #talent-carousel {
        min-height: auto;
        margin-top: 10px;
    }

    #top-image {
    }

    .top-image-wrapper {
        height: auto;
        min-height: 150px;
    }



    #room-gallery li {
        width: 100%;
        padding: 0;
    }

        #room-gallery li img {
            width: 100%;
            max-width: 450px;
            max-height: 450px;
        }

    #sub-navigation {
        border-bottom: solid 3px #233849;
    }

        #sub-navigation .container {
            padding: 0;
        }

        #sub-navigation ul {
            padding: 0;
            margin: 0;
            padding-bottom: 5px;
        }

        #sub-navigation a {
            display: block;
        }

        #sub-navigation li {
            width: 100%;
            line-height: 20px;
        }

        #sub-navigation .title {
            width: 100%;
            text-align: center;
        }

    #body {
        padding-bottom: 5px;
    }

    .title-link {
        line-height: 35px;
    }
}

@media (max-width: 320px) {
}