body {
    font-family: Arial;
    background-color: #000000;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

input,
select,
textarea {
    background-color: #FFFFFF;
    color: #000000;
    width: 100%;
    max-width: 400px;
    height: 22px;
    border-color: #C5D3E5;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background: rgb(245, 201, 237);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 201, 237, 1) 0%, rgba(255, 255, 255, 1) 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 201, 237, 1)), color-stop(99%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245, 201, 237, 1) 0%, rgba(255, 255, 255, 1) 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245, 201, 237, 1) 0%, rgba(255, 255, 255, 1) 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245, 201, 237, 1) 0%, rgba(255, 255, 255, 1) 99%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(245, 201, 237, 1) 0%, rgba(255, 255, 255, 1) 99%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5c9ed', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    background-size: contain;
}

label {
    display: block;
    font-weight: normal;
}

a {
    font-weight: bold;
    color: #FB6FD5;
    text-decoration: none;
}

a:hover {
    color: #ee229e;
}

td {
    font-size: 12px;
    line-height: 16px;
}

h1 {}

h2 {
    color: #F4D135;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
}

h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}

header {
    text-align: center;
    padding-top: 10px;
}

#header img.width-100 {
    width: 100%;
    max-width: 300px;
}


/* NAV BAR */
.navbar-default {
    background-color: #6e1c5b;
}

.navbar-header {
    border: 0;
    min-height: 37px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb0ef+1,ffe1fd+50,d560b6+100 */
    background: rgb(255, 176, 239);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 176, 239, 1)), color-stop(50%, rgba(255, 225, 253, 1)), color-stop(100%, rgba(213, 96, 182, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb0ef', endColorstr='#d560b6', GradientType=0);
    /* IE6-9 */
    background-color: #6e1c5b;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
}

.navbar{
    border: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0px solid transparent;
}

.navbar-default {
    /*font-family: "Century Gothic", "muli", sans-serif;*/
    font-family: "Poppins", "Century Gothic", "muli", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.dropdown:hover .dropdown-menu a,
.dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a {
    color: #fff;
}

.navbar-default .navbar-nav>li {
    border-right: 0;
}

.navbar-nav .open .dropdown-menu {
    text-align: center;
    background-color: #BC0073
}

.navbar-default .navbar-nav>li:last-child {
    border-right: 0;
}

.navbar .navbar-nav {
    display: block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.btn-kiss {
    height: 28px;
    background: #fff;
    padding: 3px;
    border-radius: 5px;
}

.navbar-toggle {
    color: #9040AD;
    font-weight: bold;
    font-size: 20px;
}

a.navbar-toggle:hover {
    text-decoration: none;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-collapse.collapse {
    /* background: #6E1C5B; */
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #6e1c5b;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #ffb5f0;
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ffb7f1;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #dc6ebe;
}

.footer {
    background-color: #FF9CE4;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    padding: 2px;
}

.footer a,
.footer a:visited {
    color: #fff;
    font-size: 10px;
}

.footer a:after {
    content: " \00b7";
}

.footer a:last-child:after {
    content: "";
}

.footer a:hover {
    color: #6E1C5B;
}


/*Home*/

.home-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

@media (min-width:768px) {
.navbar-default {
    background-color: transparent;
}

.navbar-header {
    border: 0;
    min-height: 37px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb0ef+1,ffe1fd+50,d560b6+100 */
    background: rgb(255, 176, 239);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 176, 239, 1)), color-stop(50%, rgba(255, 225, 253, 1)), color-stop(100%, rgba(213, 96, 182, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb0ef', endColorstr='#d560b6', GradientType=0);
    /* IE6-9 */
    background-color: #6e1c5b;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
}

.navbar-default {

    border: 0;
    min-height: 37px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb0ef+1,ffe1fd+50,d560b6+100 */
    background: rgb(255, 176, 239);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 176, 239, 1)), color-stop(50%, rgba(255, 225, 253, 1)), color-stop(100%, rgba(213, 96, 182, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 176, 239, 1) 1%, rgba(255, 225, 253, 1) 50%, rgba(213, 96, 182, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb0ef', endColorstr='#d560b6', GradientType=0);
    /* IE6-9 */
    background-color: #6e1c5b;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
}


    .dropdown-menu {
        background-color: #ab318a;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    }
    .dropdown:hover .dropdown-menu {
        /*hover nav ftw*/
        display: block;
        margin-top: 0;
        /* remove the gap so it doesn't close*/
    }
    .navbar-default .navbar-nav>li {
        border-right: 2px solid #ab318a;
    }
    .home-image {
        height: 469px;
    }
    /*end desktop*/
}

.btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 10px 0 0;
    cursor: pointer;
}

.btn.btn-default {
    color: #7C0F69;
    text-shadow: 0 1px 0 #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ff9ce4+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 156, 228, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 156, 228, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 156, 228, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff9ce4', GradientType=0);
    /* IE6-9 */
    padding: 10px;
    border: 1px solid #843170;
}

.btn.btn-primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9ce4+0,ffffff+50,ff9ce4+100 */
    background: rgb(255, 156, 228);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 156, 228, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 156, 228, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 156, 228, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 156, 228, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 156, 228, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 156, 228, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff9ce4', endColorstr='#ff9ce4', GradientType=0);
    /* IE6-9 */
    color: #9040AD;
    text-shadow: 0 1px 0 #fff;
}

mar {
    text-align: center;
}

.text-white{
    color: #fff;
}

.header-contents,
.header-content {
    z-index: 100;
    /* position: relative; */
    /* display: flex; */
}

.header-content-image {
    background-size: cover;
    margin: 0px -15px;
    /* padding: 75% 10px 0; */
    /* background-repeat: no-repeat; */
}

#star-area {
    z-index: 50;
    position: absolute;
    top: 0;
}

.banner {
    background: url('images/headerbg.png');
    max-height: 165px;
    text-align: center;
    background-size: contain;
    overflow: hidden;
}

.banner-contents {
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    max-width: 992px;
    margin: 0 auto;
}

.lip-container {
    align-self: center;
    padding-bottom: 10px;
}

.lip-container1 {
    grid-column: 1 / 3;
}

.lip-container2 {
    grid-column: 11 / 13;
}

.fmtitle {
    grid-column: 3 / 11;
}

.star {
    color: #fff;
    position: absolute;
    opacity: 0;
    animation: fade 2s linear infinite;
}

.flex-container {
    display: flex;
    align-items: center;
}

.flex-center {
    justify-content: center;
}

.souvenir-buttons .btn {
    flex-grow: 1;
}

.souvenir-buttons .btn:last-child {
    margin-left: 10px;
}

.home-franks-container {
    /* max-height: 473px; */
    overflow-y: hidden;
    margin-top: 2px;
    margin-bottom: 3px;
}

.home-franks-container-left {
    text-align: center;
    padding-top: 3px;
}

.home-video {
    flex-grow: 1;
}

.home-video-container{
}

.home-video-container,
.home-franks-container{
    padding: 2px 2px 0;
}



.fm-blink   {
    padding: 8px 0 3px;
    width: 100%;
    max-width: 551px;
}


/* ************* Helpers ************* */

.glow-blue {
    box-shadow: 0 0 6px 2px #006CFF;
    margin-bottom: 10px;
    max-width: 100%;
}

.width-100 {
    width: 100%;
}

.clearfix {
    /* clear: both; */
    /* float: none; */
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}


/* 16x9 Aspect Ratio */

.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}


/* 4x3 Aspect Ratio */

.intrinsic-container-4x3 {
    padding-bottom: 75%;
}


/* 16x9 Aspect Ratio */

.intrinsic-container-franknfrank {
    padding-bottom: 108.76%;
}

.intrinsic-container iframe,
.intrinsic-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#theater {
    border-radius: 10px;
    box-shadow: 0 0 19px 1px black;
    background-repeat: no-repeat;
    max-height: 200px;
}

.theater.intrinsic-container video {
    padding: 11% 13%;
    z-index: 1;
}

.newtv.intrinsic-container video {
    padding: 12px 11% 13%;
}

.newtv {
    margin-bottom: 10px;
}

.curtain-left,
.curtain-right {
    position: absolute;
    z-index: 10;
    width: 50%;
    padding: 7% 0 10%;
    animation-name: draw-curtain;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    height: 100%;
}

.curtain-left {
    left: 0;
}

.curtain-right {
    right: 0;
    transform: scaleX(-1);
}

@keyframes draw-curtain {
    0% {
        width: 50%
    }
    100% {
        width: 15%;
    }
}

.bg-featured {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f01a9d+0,7c0f69+99 */
    background: rgb(240, 26, 157);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240, 26, 157, 1) 0%, rgba(124, 15, 105, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 26, 157, 1) 0%, rgba(124, 15, 105, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 26, 157, 1) 0%, rgba(124, 15, 105, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f01a9d', endColorstr='#7c0f69', GradientType=0);
    /* IE6-9 */
}

.header-with-image {
    /* position: relative; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
    /* display: flex; */
}

.bg-fade-to-black:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+30,1+95 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
}

.featured {
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.text-pink.em {
    color: #FF6DD8;
    font-weight: bold;
}

@keyframes fade {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@media screen and (min-width: 768px) {
    /*larger than phone*/
    .navbar-default .navbar-nav>li>a {
        color: #ab318a;
        font-size: 14px;
        padding: 10px 10px;
        text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.9);
        font-weight: 100;
    }
    /*between phone and desktop, tablet */
    .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(12, 1fr);
        grid-column-gap: 10px;

        overflow: hidden;
        height: 379px;
    }
    #header {
        padding-top: 10px;
    }
    h2 {
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    .header-content-image {
        margin: 0;
        padding: 10px;
    }
    #bg-left {
        grid-row: 1 / 13;
        z-index: 0;
    }
    #bg-right {
        grid-column: 8 / 13;
        grid-row: 1 / 13;
        z-index: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    h2 {
        font-size: 1.25em;
    }
}

@media screen and (min-width: 992px) {
    .grid {
        height: 497px;
    }
}

@media (min-width: 1200px) {
    /*remove large and xl breakpoint*/
    .container {
        width: 970px;
    }
