@media screen and (min-width: 2561px) and (max-width: 3840px) {
    .intro img.tickets {
        width: 100%;
    }
    .cheesy-wrapper img {
        right: -1%;
    }
    .dateshuffle-wrapper {
        margin-top: -5%;
    }
    .dateshuffle-wrapper .dateshuffle {
        width: 20%;
    }
    
    .legalization .space {
        height: 150px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .intro img.tickets {
        width: 100%;
    }
    .cheesy-wrapper img {
        right: -1%;
    }
    .dateshuffle-wrapper .dateshuffle {
        width: 20%;
        margin-top: 5%;
    }
    .application {
        margin-top: 12%;
        margin-bottom: 15%;
    }
    
    .legalization .space {
        height: 0;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
    .intro img.tickets {
        width: 100%;
        margin-left: 10%;
        margin-top: 50px;
    }
    .cheesy-wrapper img {
        right: -1%;
    }
    .dateshuffle-wrapper .dateshuffle {
        width: 25%;
    }
    .application {
        margin-top: 13%;
    }
    .application .bottom-path {
/*        margin-top: -13%;*/
    }
    .legalization .space {
        height: 0;
    }
}

@media screen and (min-width: 1367px) {
    .application .top-path,
    .application .bottom-path {
        width: 100%;
    }
}
@media screen and (max-width: 1367px) {
    .cheesy-wrapper{
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .milktop{
        display: none;

    }
}

/* === 1366px - 992px === */
@media screen and (min-width: 992px) and (max-width: 1280px) {
    .container {
        width: auto;
    }
}



/* ==== 992px - 768px ==== */
@media screen and (min-width: 768px) and (max-width: 992px) {
    .cheesy-wrapper {
        margin-top: 0;
    }
    .design-thumbnails .thumbnail img {
        /*max-height: 120px;*/
    }
    .dateshuffle-wrapper {
        margin-top: -22%;
    }
    .dateshuffle-wrapper .dateshuffle {
        width: 50%;
    }

}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .design-thumbnails .thumbnail img {
        /*height: 100px;*/
    }
}



/* ==== 768px - 320px ==== */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .container { 
        /*padding-left: 35px; */
        /*padding-right: 35px;*/
    }

    .intro .space {
        height: 0;
    }
    .intro .tickets-wrapper {
        text-align: center;
    }
    .intro img.tickets {
        width: 60%;
    }
    /*
    .cheesy-wrapper img {
        top: 25%;
        width: 45%;
    }*/

    .variety .space {
        height: 200px;
    }
    .design-thumbnails .thumbnail img {
        max-height: 95px;
    }

    .dateshuffle-wrapper {
        margin-top: 5%;
        text-align: center;
    }
    .dateshuffle-wrapper .dateshuffle {
        left: 0;
        position: relative;
    }

    .application {
        margin-top: 50%;
/*        max-height: 100%;*/
    }

    .application .carousel {
        max-height: 400px;
        overflow: hidden;
    }
    .carousel .carousel-inner>.item>img {
        /*width: 100%;*/
/*        max-height: 230px;*/
    }

    .application .bottom-path {
        margin-top: 0;
    }

    .videos iframe {
        height: 100%;
    }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
    .design-thumbnails .thumbnail img {
        /*max-height: 80px;*/
    }
}
@media screen and (min-width: 320px) and (max-width: 660px) {
    .design-thumbnails .thumbnail img {
        /*max-height: 70px;*/
    }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
    .design-thumbnails .thumbnail img {
        /*max-height: 60px;*/
    }
}
@media screen and (min-width: 320px) and (max-width: 599px) {
    .design-thumbnails .thumbnail img {
        /*max-height: 50px;*/
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .intro img.tickets {
        width: 100%;
    }
    .container {
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }
    .application {
/*        max-height: 100%;*/
    }
    .dateshuffle-wrapper .dateshuffle {
        width: 60%;
    }
    .application {
        margin-top: 65%;
    }
    .application .photos {
        padding-top: 0;
    }
    .legalization .space,
    .innovation .space {
        height: 50px;
    }


    .thumb-slide {
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .thumb-slide ul.slide {
        width: 650%;
        margin-left: -40px;
        list-style-type: none;
    }
    .thumb-slide ul.slide li {
        float: left;
    }
    .thumb-slide ul.slide li {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .thumb-slide ul.slide li img {
        height: 160px;
        max-height: 160px;
    }
    
    

}

@media screen and (min-width: 320px) and (max-width: 329px) {
    .cheesy-wrapper img {
        top: 15%;
        width: 75%;
    }
}


@media screen and (min-width: 768px) {
    .intro {
        margin-top: 10px;
    }
    .variety {
        padding-top: 0px;
    }
    .innovation {
        margin-top: 40px;
    }
    .dateshuffle-wrapper {
        /*margin-top: 0;*/
    }
    .intro-text {
        margin-top: 100px;
    }
    .application {
        margin-bottom: 5%;
    }

}


@media screen and (min-width: 992px) {
    .variety {
        padding-top: 20px;
    }
    
}

@media screen and (min-width: 1367px) {
    .innovation { 
        margin-top: -50px;
    }

    
}





