/*landing page styles*/

/** 4k support **/
@media only screen and (min-width: 2000px) {
    #header-container {
        background-size: contain !important;
        background-position: 0 -14vh !important;
        background-position-x: center !important;
    }
}

a {
    color: #4f4f4f;
}

#webSkinLink{
	position: absolute;
    height: 35%;
    width: 100%;
}

#webSkinLink div{
    height: 18rem;
    width: 100%;
    z-index: 2;
    position: absolute;
}
#header-container {
    background-position: 0 -8vw;
    background-position-x: center;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
}
#header-container table {
    margin: auto;
}

    
#header-carousel .col-8{
		padding: 0;
}

.hero-image {
    width: 100%;
}

.img-responsive {
    height: 2rem;
    width: 2rem;
}

.carousel-caption {
    text-shadow: 4px 4px 2px rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 40%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 40%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 40%,rgba(0, 0, 0, 0) 100%);
}
/*
.carousel-caption a {
    bottom: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}
*/
#eventPause{
    padding: 0;
    background: 0;
    border: 0;
    position: absolute;
    z-index: 22;
    padding: 10px;
    font-size: 16px;
    color: white;
    
}

#carousel-playPause {
    position: absolute;
    z-index: 2;
    font-size: 24px;
    background: white;
    border: none;
    padding: 5px 15px;
    border-radius: 0 0 5px 5px;
    right: 15px;
        
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -o-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -ms-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -moz-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -webkit-transition: 0.08s cubic-bezier(0, .79, 1, .27);
}

.carousel-caption .headline {
    /*    font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-align: left;
    padding-top: 2rem;
    padding-left: 2%;
	text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 34px;
}

.carousel-caption .subline {
    /*    font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
	text-align: left;
    padding-left: 2%;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.carousel-caption h1 {
    /*    font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    text-align: left;
    padding-top: 2rem;
    padding-left: 2%;
    font-size: 34px;
}

.carousel-caption h2 {
    /*    font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-left: 2%;
    font-size: 1.5rem;
}

#header-carousel .col-4 {
    background: #2e2e2e;
}

#header-carousel .carousel-item .row {
    margin-left: 0;
    margin-right: 0;
}

.indicator-container{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 275px;
    margin: 6px auto;
    display: flex;
    padding: 4px 15px;
    border-radius: 45px;
    background-color: black;
    opacity: .8;

}

.indicator-container #carousel-playPause{
    position: relative;
    background: 0;
    padding: 2px;
    border: 0;
    right: 0;
    font-size: 10px;
    box-shadow: none;
}


.indicator-container:hover{
    opacity: 1;
}

.indicator-container i,
.indicator-container div{
    display: inline;
    padding:  0 5px;
	margin: auto;
}

.indicator-container i{
    color: white;
    font-size: 12px;
}

.r-indicators {
    position: relative;
    margin: 5px auto;
    height: 100%;
    margin: 0;
    align-items: center;
}

.carousel-indicators li a{
    display: block;
    z-index: 2;
}

.carousel-indicators li a:focus {
    outline-offset: 5px !important;
}

.n-caption .headline {
    padding-top: 0;
}

.n-caption {
	padding: 2vw;
    width: 97%;
    bottom: auto;
    background: 0;
    text-shadow: none;
    height: 100%;
}

.n-caption .headline{
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 1;
}

.n-caption .subline{
	font-size: 18px;
}

.n-caption span {
    border-radius: 5px;
    border: 0;
    background-color: white;
    color: black;
    font-weight: 700;
    padding: 5px 32px;
    display: block;
    margin-top: 30px;
    width: fit-content;
	width: -moz-fit-content;

}

#header-carousel {
    padding: 18rem 0 0 0;
}

#header-carousel .carousel-inner .carousel-item a{
	margin: 2px;
}

#header-carousel .carousel-inner .carousel-item a:focus{
	outline-offset: 0px;
}

#m-event-carousel .carousel-inner,
#header-carousel .carousel-inner{
   
}

#header-carousel .carousel-indicators {
    bottom: 0;
}

#header-container .carousel-control-prev,
#header-container .carousel-control-next {
    background-color: white;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    color: #6d6d6d;
    position: relative;
    font-size: 2rem;
    opacity: 1;
    z-index: 10;
    top: 27rem;
	position: absolute;
    -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -o-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -ms-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -moz-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -webkit-transition: 0.08s cubic-bezier(0, .79, 1, .27);
}

#header-container .carousel-control-prev:hover,
#header-container .carousel-control-next:hover {
    opacity: 1;
    transform: scale(1.1);
}

#header-container .carousel-control-prev:hover>i,
#header-container .carousel-control-next:hover>i {
    opacity: .5;
}

#header-container .carousel-control-next {
}

#header-container .carousel-control-prev {
}


/*
Carousel controllers from Bootstrap
*/

.carousel-control:hover,
.carousel-control:focus {
    color: #575757 !important;
}

.info-reel {
    margin: auto;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    background-color: white;
    display: flex;
    align-items: center; /* Default */
    justify-content: space-between;
}

.info-reel li{
    display: inline-block;
    padding: 0 20px;
    height: 100%;
}


.info-reel tr td {
    padding: .5rem 2rem .5rem 2rem;
}

.info-reel h4,
.info-reel h3{
    font-size: 1.5rem;
    margin: 0;
}

.info-reel p {
    margin: 0;
    font-weight: 900;
    font-size: 14px;
}

#info-date {
    padding: 1rem;
}

#info-date h3,
#info-date h2 {
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
}

#info-date h3 span,
#info-date h2 span{
    width: 100%;
    display: block;
}

#deals-dropdown i {}
.reel-header div h3,
.reel-header div h4,
.reel-header div p {
    text-align: center;
    margin-bottom: 0;
}

#series-container {
    padding-top: 1rem;
    text-align: center;
    margin: auto;
    font-weight: 500;
}


.auth{
    padding: 10px 0;
    width: 70%;
}

.auth.item-showcase{
    padding: 0;
    background: 0;
}

.auth img{
    width: 100%;
}


#series-container h2{
        font-size: 18px;
}

#series-container p {
    font-size: 1rem;
    margin-bottom: 0;
}

#series-container table {
    margin: auto;
    width: 50%;
}

#series-carousel table tr td {
    padding: 5px;
}

#series-carousel table tr td a{
	display: block;
}

#series-carousel table tr td img {
    height: 100%;
}

#series-container .carousel-control-next,
#series-container .carousel-control-prev {
    color: #575757;
    font-size: 2rem;
    /* position: relative; */
    top: 0;
    right: -10px;
}

#series-carousel .carousel-control-next {
   /* margin-right: 12rem; */
}

#series-carousel .carousel-control-prev {
    /* margin-left: 12rem; */
	z-index: 2;
}


.qty-container{
    display: none;
    width: 100%;
}

.qty-container label{
    font-weight: 600;
}

.qty-container-visible{
    width: 100%;
}

.qty {
    top: auto;
    bottom: 100%;
    width: 100%;
    border-radius: 5px;
    border-style: solid;
    font-size: 16px;
    text-align: center;
    padding: 0.45rem;
}

.dual-section {
    padding: 2.5rem 0 0rem 0;
    margin: auto;
}

.dual-section .left {
    float: right;
}

.dual-section .right {
    float: left;
}

.dual-section div {
    margin: auto;
/*    max-width: 100%;*/
}

.dual-section img {
    margin: auto;
    width: 100%;
    border-style: none;
    border-width: 2px;
    border-color: #c8c8c8;
    border-radius: 5px;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.24);
}

#events-showcase{
    overflow: hidden;
}

#event-carousel label {
    margin: 0;
}

#event-carousel {
    padding: 0 0 0 4rem
}

#event-carousel .row {
    margin: 0;
}

#event-carousel .carousel-control-prev {
    margin: 0;
    left: 1vw;
}

#event-carousel .carousel-control-next {
    margin: 0;
    right: -2vw;
}

#event-carousel img {
    width: 16.3vw;
    margin: 0;
}

#app-ad{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#app-ad a{
    display: block;
}

#app-ad img{
    width: 100%;
}

#event-container {
    margin: auto;
    overflow: hidden;
}

.event-header {
    width: 100%;
    position: relative;
    top: -3.5rem;
    color: white;
    left: 6rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.event-subheader {
    width: 100%;
    position: relative;
    top: -3.3rem;
    color: white;
    left: 6rem;
    font-weight: 700
}

.overlay {
    background-color: rgba(42, 42, 42, 0.4);
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 70%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 70%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 70%);
    position: absolute;
    margin: auto;
    height: 100%;
    width: 100%;
    transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -o-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -ms-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -moz-transition: 0.08s cubic-bezier(0, .79, 1, .27);
    -webkit-transition: 0.08s cubic-bezier(0, .79, 1, .27);
}

.overlay-info {
    padding: 1rem;
    position: absolute;
    bottom: 0;
}

.overlay-date{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 24px;
    margin-bottom: 2px;
}

.overlay-events {
    width: 75%;
    color: white;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.overlay-sub{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 16px;
    margin-bottom: 2px;
}

.event-details {
    padding: 0 1rem 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-height: 1.2rem;
    /* fallback */
    max-height: 3rem;
    /* fallback */
}

#midtown-tv {
    margin: 0 auto;
}

.m-events-header {
    display: none;
}

#event-splash-img {
    display: none;
}

#m-event-carousel img {
    margin: auto;
    width: 100%;
}

.event-details {
    padding: 0;
    background-color: #026CD0;
    color: #026CD0;
    max-height: 4rem;
}

.event-date-container {
    text-align: center;
    background-color: white;
    width: 5rem;
    padding: .3rem;
}

.event-date-container h3{
    margin-bottom: 0;
}

#yt-container{
    height: 100%;
}

#yt-container div{
    height: 100%;
}

#midtown-mobile-app {
    margin: 1rem 0;
    padding: 0;
}

#midtown-yt {
    background-color: white;
    margin: 2rem auto;
    border-radius: 5px;
}

#midtown-yt h3 {
    margin-top: 1rem;
}

#midtown-yt .divider {
    background-color: #dedede;
    height: 2px;
    width: 95%;
    margin: auto;
    margin-bottom: 1rem;
}

#midtown-yt iframe {
    width: 100%;
}

#news-letter-container {
    margin: auto;
    height: 100%;
	width: 80%;
    padding: 2rem;
    overflow: hidden;
    background-image: url("../images/footer-img.png");/*UPDATED*/
    background-size:cover;
   
}

#news-letter-container h1,
{
    font-size: 36px;
    color: black;
    margin: auto;
    font-weight: 900;
}

#news-letter-container h2,
#news-letter-container h3 {
    padding: 1rem;
    font-size: 18px;
    font-weight: 900;
    color: black;
    margin: auto;
    text-align: center;
}

#nl-header{
    font-size: 46px !important; /*UPDATED*/
    color: #026cd0  !important;/*UPDATED*/
    margin: auto  !important;
    font-weight: 900  !important;
}

#news-letter-container label{
    color: #747474;
    margin: auto;
    padding: 0 5px;
}

#news-letter-input {
    width: 100%;
}

#email-field{
    border-radius: 5px 0 0 5px;   
}

#news-letter-input button {
    border-radius: 0px 5px 5px 0;
    font-weight: 700;
    border-color: #026CD0;
}

#new-letter-form {
    margin-left: 10vw;
    margin-right: 10vw;
}

#news-letter-container .divider {
    font-size: .3rem;
    margin: .5rem .5rem .5rem .5rem;
    color: #a1a1a1;
}

#news-letter-links ul {
    padding: 0;
    margin: auto;
    list-style: none;
}

#nl-list li {
    display: inline;
}

#nl-list li a {
    color: #545454;
}

#news-letter-links {
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
}

#news-letter-links li {
    color: #a1a1a1;
    font-weight: 700;
    font-size: 1.2rem;
}

#news-letter-links li i {
    color: #545454;
    vertical-align: middle;
    font-size: .3rem;
}

#cgcInfoModal p{
    font-size: 14px;
    margin-bottom: 10px;
}

#cgcInfoModal ul{
    max-height: 100px;
    overflow: auto;
    list-style: none;
}

@media only screen and (max-width: 1800px){
	
	#series-carousel .carousel-control-next {
		right: -100px;
	}
	
	#series-carousel .carousel-control-prev {
		left: -100px;
	}
}

/**Tablet css**/
@media only screen and (max-width: 1500px) {

    #header-carousel{
        padding-top: 14rem
    }
    
    #header-container .carousel-control-next,
	#header-container .carousel-control-prev{
        z-index: 55;
        top: 23rem;
    }

    .info-reel h4,
	.info-reel h3	{
        font-size: 1rem;
    }

    #series-carousel table tr td {
        padding: 0 0.5rem;
    }
    .dual-section {
        padding: 5rem 0 5rem 0;
        margin: auto;
        width: auto;
    }
    .dual-section div {
        margin: auto;
    }
    .dual-section img {
        margin: auto;
        max-width: 40rem;
        border-style: solid;
        border-width: .1rem;
        border-color: #c8c8c8;
    }
    #midtown-tv {
        width: auto;
    }

    #news-letter-input {
        width: 100%;
    }
    #news-letter-links {
        margin: 0 4rem;
        text-align: center;
        padding-top: .5rem;
    }
    #news-letter-links p {
        margin: 0 .1rem;
    }
}

@media only screen and (max-width: 1380px) {

}

@media only screen and (max-width: 1140px) {
    
    .n-caption{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
	
	#header-container .carousel-control-next,
	#header-container .carousel-control-prev{
        z-index: 55;
        top: 21rem;
    }

}

@media only screen and (max-width: 1200px) {
    
    #m-event-carousel img {
        margin: auto;
        width: 100%;
    }
    
    #yt-container iframe{
        width: 100%;
    }
}

@media only screen and (max-width: 1080px){
    .n-caption {
        padding: 12px;
        width: 90%;
    }
    
    .n-caption span{
        margin-top: 20px;    
    }
}

/*
@media only screen and (max-width: 1140px){
    #header-container {
        background-position: -32vw -10vw;
    }
}

@media only screen and (max-width: 1140px){
    #header-container {
        background-position: -32vw -10vw;
    }
}
*/

@media only screen and (max-width: 1080px) {
    #midtown-tv {
        max-width: 100%;
        margin: 1.5rem 0;
    }
	
	.n-caption .headline{
		font-size: 28px;
	}

	.n-caption .subline{
		font-size: 14px;
	}
}

@media only screen and (max-width: 980px) {

    #news-letter-container{
        width: 95%; /*UPDATED*/
}
	 #news-letter-container background-image{
        width: 95%; /*UPDATED*/
}
    }
	
	.n-caption .headline {
		font-size: 20px;
	}
	
	.n-caption span{
		display: none;
	}

}


@media only screen and (max-width: 800px) {
    #events-showcase .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**Mobile css**/
@media only screen and (max-width: 768px) {
    #mobile-header-deal,
    #mobile-weekly-release,
    #mobile-ad-1,
    #mobile-previews {
        display: block;
    }

    #webSkinLink div{
        display: none;
    }
    
    #header-container{
        padding-top: 0;   
    }
	
	.indicator-container #carousel-playPause i{
        color: black;
    }
    .indicator-container,
    .r-indicators{
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 0;
    }
    
    .indicator-container{
        padding-top: 15px;
    }
    
    .n-caption{
        padding-top: 0;
        padding-bottom: 20px;
        width: 100%;
    }
    
    .n-caption span{
        display: none;
    }
	
    #header-container .carousel-control-next,
    #header-container .carousel-control-prev{
        display: none;
    }
    
	
    #events-showcase {
        overflow-x: hidden;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 4vw;
    }
    .product-container .carousel-item {
        padding-left: 0 !important;
    }
    #m-events {
        display: block !important;
    }
    #events-showcase .featured-header h3{
        padding: 15px 0;
        font-size: 8vw;
        font-weight: 900;
        color: #026CD0;
    }

    #yt-container iframe {
        width: 100%;
        padding: 0 15px;
    }

    .m-events-header {
        display: block;
    }
    #event-splash-img {
        display: block;
    }
    .social {
        display: none;
    }
    #mobile-header-deal img {
        width: 100%;
    }
    #series-carousel table {
        margin: 0 0 5vw 0;
    }
    #mobile-weekly-release {
        margin: 3vw;
        padding: 2vw;
        color: #026CD0;
        background-color: white;
    }
    .additions-item {
        margin: auto;
        width: 40vw !important;
    }
    #weekly-date {
        float: left;
        padding: 0 5vw;
    }
    #weekly-date h3 {
        margin: auto;
    }
    #weekly-details {
        text-align: center;
        padding: 0 0 0 20vw;
    }
    #mobile-weekly-release h3 {
        font-weight: 900;
        font-size: 6vw;
    }
    #mobile-weekly-release h4 {
        font-weight: 700;
        font-size: 3vw;
        color: black;
    }
    #weekly-details h3 {
        padding: 2vw 0 0 0;
        margin: 0;
    }
    #mobile-ad-1 {
        width: auto;
        margin: 5px;
    }
    #mobile-ad-1 img {
        height: 70vw;
        border-radius: 5px;
        width: 100%;
    }
    #mobile-previews {
        background-color: white;
        margin: 3vw;
        padding: 3vw;
        background-image: url(../images/previews.png);
        background-size: 40vw;
        background-position: -5vw 10vw;
        background-repeat: no-repeat;
    }
    #m-previews-details {
        text-align: right;
        color: #9048c4;
    }
    #m-previews-details img {
        position: absolute;
        left: -10vw;
        margin-top: 2vw;
        width: 40vw;
    }
    #m-previews-details h3 {
        font-size: 8vw;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    #m-previews-details p {
        color: #545454;
        font-size: 3vw;
        margin: 0 0 3vw 0;
        padding: 0;
    }
    #m-previews-details button {
        color: #9048c4;
        background-color: white;
        border-style: solid;
        border-color: #9048c4;
        border-radius: 5px;
        width: 40vw;
    }
    #m-previews-details button:hover {
        color: white;
        background-color: #9048c4 !important;
    }
    #mobile-DoD {
        background-color: white;
        margin: 3vw;
        padding: 3vw;
    }
    #m-DoD-details {
        text-align: right;
        color: #01c55f;
    }
    #m-DoD-details img {
        position: absolute;
        margin-top: -3vw;
        left: -10vw;
        width: 43vw;
    }
    #m-DoD-details h3 {
        font-size: 7vw;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    #m-DoD-details p {
        color: #545454;
        font-size: 3vw;
        margin: 0 0 3vw 0;
        padding: 0;
    }
    #m-DoD-details button {
        color:  #008900;
        background-color: white;
        border-style: solid;
        border-color:  #008900;
        ;
        border-radius: 5px;
        width: 40vw;
    }
    #m-DoD-details button:hover {
        color: white;
        background-color:  #008900 !important;
    }
    #mobile-DoD {
        background-color: white;
        margin: 3vw;
        padding: 3vw;
    }
    #m-DoD-details {
        text-align: right;
        color:  #008900;
    }
    #m-DoD-details h3 {
        font-size: 7vw;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    #m-DoD-details p {
        color: #545454;
        font-size: 3vw;
        margin: 0 0 3vw 0;
        padding: 0;
    }
    #m-DoD-details button {
        color:  #008900;
        background-color: white;
        border-style: solid;
        border-color:  #008900;
        width: 40vw;
    }
    #m-DoD-details button:hover {
        color: white;
        background-color:  #008900 !important;
    }
    #m-wbc-details {
        text-align: right;
        color: #026CD0;
    }
    #m-wbc-details h3 {
        font-size: 7vw;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    #m-wbc-details p {
        color: #545454;
        font-size: 3vw;
        margin: 0 0 3vw 0;
        padding: 0;
    }
    #m-wbc-details button {
        color: #026CD0;
        background-color: white;
        border-style: solid;
        border-color: #026CD0;
        border-radius: 5px;
        width: 40vw;
    }
    #m-wbc-details button:hover {
        color: white;
        background-color: #026CD0 !important;
    }
    #mobile-wbc {
        background-color: white;
        background-image: url("../images/ironman.png");
        background-position: 0vw;
        background-size: 22vw 100%;
        background-repeat: no-repeat;
        margin: 3vw;
        padding: 3vw;
    }
    #m-wbc-details {
        text-align: right;
        color: #026CD0;
    }
    #m-wbc-details h3 {
        font-size: 7vw;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    #m-wbc-details p {
        color: #545454;
        font-size: 3vw;
        margin: 0 0 3vw 0;
        padding: 0;
    }
    #m-wbc-details button {
        color: #026CD0;
        background-color: white;
        border-style: solid;
        border-color: #026CD0;
        border-radius: 5px;
        width: 40vw;
    }
    #m-wbc-details button:hover {
        color: white;
        background-color: #026CD0 !important;
    }
    #header-container {
        background: 0;
		background-image: none !important;
    }
    #header-carousel {
        overflow: hidden;
        padding: 0;
        height: 150px;
    }
    .hero-image {
        width: 100%;
        height: auto;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    
    #header-carousel,
    #header-container .carousel-item{
        height: auto !important;
    }
	
    #header-carousel .col-8,
    #header-carousel .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
		padding: 0;
    }
    
    .n-caption{
        position: relative;
    }
    
/*
    #header-carousel .carousel-indicators{
        width: 100%;
        background: none;
    }
*/
    
    .info-reel {
        display: none;
    }
    #series-container {
        width: auto;
        overflow: hidden;
		
		
    }
    #series-container table{
	width: 100%;
		
    }
    #series-carousel table tr td {
        padding: 0rem .5rem 0 .5rem;
		
    }
	
	 #series-carousel table tr td img {
      margin-bottom: -1rem;
		  height: 30px;
        width: auto;
	max-width: auto;
    }
    
    #midtown-tv img {
        display: none;
    }
    #midtown-yt {
        margin: 5px 15px;
    }
    .dual-section {
        padding: 0;
        margin: auto;
        width: auto;
    }
    .dual-section div {
        margin: auto;
        margin-top: 1vw;
        margin-bottom: 1vw;
        /*background-color: #2f2f2f;*/
    }
    .dual-section img {
        margin: auto;
        width: 100%;
        border: 0;
    }
    #midtown-tv {
        padding: 0;
        margin: 0;
        margin-top: 0;
        width: auto;
    }
    #midtown-tv .item-showcase {
        display: none;
    }
    .event-splash-img {
        display: block;
    }
    
    #event-container .col-md-6{
        max-width: 100% !important;
    }
    
    #m-events {
        background-color: white;
        margin-bottom: 22px;
        padding: 4vw 0;
        width: 100%;
    }
    #m-events .product-container {
        margin: 0;
        width: 100%
    }
    .m-events-header img {
        position: absolute;
        width: 50vw;
        left: -4vw;
        margin: -2vw 0;
    }

    #m-events .m-events-header p {
        font-size: 3vw;
        color: #545454;
    }

    #m-events-carousel .carousel-control-next,
    #m-events-carousel .carousel-control-prev {
        display: none;
    }
    .overlay-info {
        max-height: 55vw;
        overflow: hidden;
    }

    #m-event-carousel .carousel-indicators {
        bottom: -7vw;
    }
    #m-event-carousel .carousel-indicators li {
        background-color: #363636;
    }
    #m-event-carousel .carousel-indicators .active {
        background-color: #c2c2c2;
    }
    .dual-section .right,
    .dual-section .left {
        float: none;
    }
    .dual-section img {
        min-width: 100%;
    }
    .event-details {
        background-color: #026CD0;
        color: white;
        padding: 2vw;
        margin: 0;
        width: 100vw;
        min-height: 15vw;
    }
    .event-details .event-date-container {
        position: absolute;
        bottom: 0vw;
        left: 0vw;
        padding: 2vw;
        background-color: #f8f8f8;
        height: 15vw;
        width: 15vw;
        color: #026CD0;
    }
    .event-details .event-date-container h3 {
        padding: 0;
        margin: 0;
        line-height: 5vw;
        font-size: 5vw;
        font-weight: 900;
    }
    .event-header {
        width: 100% !important;
        top: 1vw;
        font-size: 4vw;
        font-weight: 900;
    }
    .event-subheader {
        top: 3vw;
        font-size: 4vw;

        max-width: 70%;
    }
    .m-midtowntv {
        background-color: white;
        margin: 0vw;
        margin-top: 0;
        padding: 3vw 0;
    }
    .m-midtowntv iframe {
        position: relative;
        width: 90vw;
        height: 50vw;
        z-index: 2;
    }
    .m-midtowntv img {
        z-index: 1;
        position: absolute;
        width: 20vw;
        right: 2vw;
        margin: -15vw 0 0 0;
    }
    .m-midtowntv h3 {
        color: #026CD0;
        font-size: 6vw;
        font-weight: 900;
        text-transform: uppercase;
    }
    #midtown-mobile-app {
        margin: auto;
    }
    #midtown-tv img {
        display: block;
        max-width: 90%;
        margin: auto;
        margin-bottom: 2vw;
    }
    #news-letter-container {
        display: block;
        padding: 2vw;
        width: 95% !important;
        background-position: -3vw 0;
    }
    
    #news-letter-container label{
        display: none;
    }
    
    #news-letter-container h1 {
        font-size: 6vw;
        color: #026CD0;
        margin: 2vw auto;
        font-weight: 900;
    }
    #news-letter-container h2,
	#news-letter-container h3{
        padding: 1rem;
        font-weight: 900;
        font-size: 2.7vw;
        color: #026CD0;
        margin: auto;
    }
    #new-letter-form {
        margin: 0 30vw !important;
    }
    #news-letter-input input {
        display: none;
    }
    #news-letter-input button {
        border-radius: 4px;
        border-width: 2px;
        border-color: #026CD0;
        font-weight: 700;
    }
    #new-letter-form {
        margin-left: 20rem;
        margin-right: 20rem;
    }
    .input-group-btn {
        margin: auto;
    }
    #nl-list {
        padding: 0;
    }
    #news-letter-links {
        padding: .5rem 0 0 0;
        margin: 0;
    }
    #header-container .carousel-item {
        overflow: hidden;
        height: 150px;
        background-color: white;
    }
    .carousel-caption {
        background: white;
        height: auto;
    }
    #header-container .carousel-caption h1 {
        text-shadow: none;
        color: black;
        background-color: white;
        bottom: 0;
        padding-bottom: 0;
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        word-wrap: break-word;
        padding: 0 0 1vw 0;
        margin: 0;
    }
    #header-container .carousel-caption h2 {
        display: none;
    }
    #header-container .carousel-caption .headline {
        text-shadow: none;
        color: black;
        background-color: white;
        bottom: 0;
        padding-bottom: 0;
        position: relative;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        word-wrap: break-word;
        padding: 5px 0 1vw 0;
        margin: 0;
    }
    #header-container .carousel-caption .subline {
        display: none;
    }

    #header-carousel .carousel-indicators li {
        background-color: #bfbfbf;
    }
    #header-carousel .carousel-indicators .active {
        background-color: #026CD0;
    }
    .social {
        display: none;
    }
    .news-letter-input input {
        display: none;
    }
}

@media only screen and (max-width: 488px) {
    .overlay-info {
        padding: 1vw 5vw;
        max-height: 100%;
        overflow: hidden;
    }
    .overlay-date{
        font-size: 3vw;
    }
    .overlay-events {
        font-size: 5vw;
    }
    .overlay-sub{
        font-size: 3vw;
    }
    .overlay-info p {
        margin-bottom: 2vw;
    }
    .event-details .event-date-container {
        height: 16vw;
        width: 16vw;
        padding: 3vw 0;
    }
    .event-header {
        top: 0vw;
        left: 18vw;
    }
    .event-subheader {
        top: 0vw;
        left: 18vw;
    }  
    #news-letter-links li {
        color: #a1a1a1;
        font-weight: 700;
        font-size: 14px;
    }
}