﻿@font-face {
    font-family: 'Bebas';
    src: url('/Content/fonts/BebasNeue.eot');
    src: url('/Content/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/BebasNeue.woff') format('woff'), url('/Content/fonts/BebasNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span, p, a, input, div {
    font-family: Lato;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, span, p, a, div {
    text-align: center;
}

    /* Exceptions to central alignment */
    span[type=text], select, input[type=checkbox], .leftAligned, .validationRow, .topArea,
    #DetailsContent h2, #DetailsContent div, #DetailsContent h4 {
        text-align: left;
    }

.hand {
    cursor: pointer;
}

html, body, form, .container, .row.form {
    height: 100%;
}

body {
    height: auto;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

button, button:focus {
    outline: none;
}

    button::-moz-focus-inner {
        border: 0;
    }

.subtitleOptionsForm {
    min-height: 200px;
}

    .subtitleOptionsForm .fieldName {
        padding-top: 3px;
        padding-bottom: 5px;
        line-height: 10px;
        height: 28px;
        overflow: hidden;
    }

    .subtitleOptionsForm .validationRow {
        display: block;
        min-height: 8px;
    }

.centered {
    text-align: center;
}

/*section {
    /* Firefox */
height: -moz-calc(100% - 50px);
/* WebKit */
height: -webkit-calc(100% - 50px);
/* Opera */
height: -o-calc(100% - 50px);
/* Standard */
height: calc(100% - 50px);
}

*/ .glyphicon2 {
    width: 20px;
    height: 60px;
}

/* Flash Message styling */
#flash-messages {
    position: fixed;
    top: 89px;
    z-index: 1029;
    width: 355px;
    cursor: pointer;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    #flash-messages.alert {
        padding: 7px;
    }

.flash-message-container {
    padding-left: 8px;
    margin: 0 auto;
}

body {
    background: #000;
    /*background-image: url("/Images/DarkMarbleBackgroundTemp.jpg");
    background-image: url("/Images/Webpage-background_1920x1080.png");*/
    background-size: cover;
}

.clouds {
    min-height: 100px;
}

.leftBackground {
    /*  background-image: url("/Images/moviePromo_web_leftMarble_.png");*/
    position: fixed;
    float: left;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
    background-size: cover;
    /* Firefox */
    width: -moz-calc((100% - 1220px) / 2);
    /* WebKit */
    width: -webkit-calc((100% - 1220px) / 2);
    /* Opera */
    width: -o-calc((100% - 1220px) / 2);
    /* Standard */
    width: calc((100% - 1220px) / 2);
}

.rightBackground {
    /*  background-image: url("/Images/moviePromo_web_rightMarble.png");*/
    background-repeat: no-repeat;
    background-position: right;
    position: fixed;
    float: left;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -100;
    background-size: cover;
    /* Firefox */
    width: -moz-calc((100% - 1220px) / 2);
    /* WebKit */
    width: -webkit-calc((100% - 1220px) / 2);
    /* Opera */
    width: -o-calc((100% - 1220px) / 2);
    /* Standard */
    width: calc((100% - 1220px) / 2);
}

#navbar {
    border: none;
}

#LogoHolder .royole {
    display: none;
}

body .navbar.navbar-fixed-top.navbar-inverse {
    position: fixed;
    margin-bottom: 0px;
    background-image: url("/Images/Brand/HeaderBackground.png");
    background-repeat: repeat-x;
    background-size: contain;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
}

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #6a6a6a;
    }


#Background, #LaunchBackground {
    background-image: url(/Images/Brand/SwirlBackground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
}

#LaunchBackground {
    background: none;
    position: absolute;
    margin: 0;
    margin-top: 53px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

    #LaunchBackground img {
        width: 100%;
    }

body nav .container {
    width: 90%;
}

    body nav .container button {
        position: relative;
        z-index: 5;
    }

@media (max-width: 600px) {
    body nav .container {
        width: 100%;
    }

        body nav .container button {
            margin-right: 0;
        }
}

@media (max-width: 450px) {
    body nav .container {
        margin: 0;
        padding: 0;
    }
}

body .main-content .container {
    margin-top: 40px;
    margin-bottom: 20px;
    /*background: linear-gradient(to bottom, #070125 100%, #3e115d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*background: -moz-linear-gradient(top, #070125 100%, #3e115d 100%);  /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #070125 100%, #3e115d 100%);  /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, #3e115d, #070125);
    z-index: 1;
    position: relative;
    padding: 20px;
    min-height: 87vh;
}

    body .main-content .container.black {
        margin-top: 40px;
        margin-bottom: 20px;
        /*background: linear-gradient(to bottom, #070125 100%, #3e115d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*background: -moz-linear-gradient(top, #070125 100%, #3e115d 100%);  /* FF3.6-15 */
        /*background: -webkit-linear-gradient(top, #070125 100%, #3e115d 100%);  /* Chrome10-25,Safari5.1-6 */
        background: #000;
        z-index: 1;
        position: relative;
        padding: 20px;
    }

body .main-content .narrowCentre {
    padding: 10px 40px;
    width: 355px;
    background-image: url(/Images/Brand/CentreSectionBackground.png);
    background-image: url(/Images/Brand/CentreSectionBackground.png), linear-gradient(90deg, #010105, #08022a);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 580px;
    position: relative;
    z-index: 1;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
    margin: 40px auto 20px auto;
}

.launchCopyright {
    position: relative;
    width: 355px;
    margin: 60px -40px 10px -40px;
    color: white;
}

.altCopyright {
    display: block;
    position: relative;
    color: black;
    font-family: Lato !important;
    font-size:10px;
}

.launchCopyright .bigText {
    font-size: 12px;
    line-height: 12px;
}

.launchCopyright .smallText.smallTextTop {
    margin-top: 3px;
}

.launchCopyright .smallText {
    font-size: 6.8px;
    line-height: 10px;
}

.launchCopyright .dell, .launchCopyright .picturePeople, .launchCopyright .americanStudios {
    display: none;
}

@media screen and (max-width: 354px) {
    body .main-content .narrowCentre {
        padding: 10px 4%;
        width: 100%;
        box-shadow: none;
    }

    .launchCopyright {
        width: 100%;
    }
}

body .main-content #Welcome.narrowCentre {
    background-image: url(/Images/Brand/CentreSectionWelcomeBackground.png);
}

.subtitleSettings {
    /*height:749px;*/
    background-size: cover;
}

.narrowCentre.subtitleSettings .bottomContent {
    position: relative;
    padding: 0;
}

#Welcome .launchCopyright {
    color: white;
    width: auto;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

    #Welcome .launchCopyright .bigText {
        font-size: 9px;
    }

body .main-content .narrowCentre h2 {
    text-transform: uppercase;
}

.narrowCentre .bottomContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
    padding-bottom: 15px;
}

body .main-content .narrowCentre.launch {
    padding-bottom: 0;
}

.narrowCentre.launch .bottomContent {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 68px 0 5px 0;
}

.formRow {
    overflow: hidden;
}

.main-content .form-control {
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
    font-size: 1.2em;
}

.main-content select.form-control {
    width: 95%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    /*border-radius: 5px;      */
    background: #16207e;
    background-image: url(/Images//Brand/ChevronRight.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #FFF;
    border: 1px solid rgb(0, 133, 226);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.main-content .btn {
    background-color: #0171DF;
    color: white;
    text-decoration: none;
    outline: 0;
}

    .main-content .btn:hover {
        background-color: #329de7;
    }

.main-content .btn-default {
    background: #212121;
    color: #FFF;
    border: 1px solid #444;
}

    .main-content .btn-default:hover {
        background: #333;
    }

.formContainer .accountManagementForm a.form-control.btn {
    margin-bottom: 20px;
}

body .formContainer .pageTitle {
}

.spinnerOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

a, a:hover, a:visited {
    color: #4da6ff;
    text-decoration: underline;
}

body .formContainer {
}

.endPagePadding {
    margin-bottom: 20px;
}

.registrationTitle {
    display: none;
}

.leftItemRow, rightItemRow {
    padding: 0;
}

.buttonStyleInverse {
    background: #FFF;
    color: #444;
    font-weight: bold;
    border: 1px solid #444;
    padding-top: 3px;
    padding-bottom: 3px;
}

.buttonStyle {
    background: #444;
    color: #FFF;
    border: 1px solid #999;
    padding-top: 3px;
    padding-bottom: 3px;
}

.container input.smallButton {
    width: 100px;
}

#ResetDefaultButton {
    margin-top: 10px;
}

.goToLogin {
    padding-top: 15px;
}

#networkError {
    position: absolute;
    left: 40%;
    right: 40%;
    top: 30%;
    z-index: 1200;
    background: rgba(20, 20, 20, 0.8);
    color: white;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    border: 2px solid rgba(1,113,223, 1);
}

#backButtonPlayer {
    z-index: 1200;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 3%;
}

#PlayerClose {
    z-index: 1200;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: url("/Images/player_close.png") no-repeat center/15px;
    cursor:pointer;
}

    #PlayerClose:hover {
        background: url("/Images/player_close_active.png") no-repeat center/15px;
        ;
    }

#PlayerContainer {
    position: fixed;
    z-index: 1;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.forcedRedemptionInfoSubmit {
    overflow: hidden;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

a.navbar-brand:focus {
    outline: none;
}

#LogoHolder, #LogoHolderUnscaledImage {
    float: none;
    padding: 0;
    display: block;
    width: 272px;
    height: 88px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-decoration: none;
    z-index: 2;
}


    #LogoHolder:hover, #LogoHolder:visited {
        text-decoration: none;
    }


    #LogoHolder img {
        width: 100%;
        margin: 0 auto;
    }

    #LogoHolder p {
        text-transform: uppercase;
        font-family: "Bebas";
        color: white;
        font-size: 31px;
        line-height: 85px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.red {
    color: red;
}

.video-js .vjs-tech {
    z-index: 1030;
}

.vjs-control-bar {
    z-index: 1031;
}

.subtitles {
    position: relative;
    top: -55px;
    /*background: rgb(20, 20, 255);*/
    /*border-radius: 10px;
    padding: 10px 15px;
    font-size: 22px;*/
}

/* Index Styles*/

.imageRowBackground {
    background-color: #CBCEDD;
    width: 100%;
    overflow: hidden;
}

.imageRow {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    .imageRow img {
        width: 100%;
        margin: auto;
        display: block;
    }

    .imageRow .bannerText {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin-bottom: -5px;
        margin-top: 0px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-top: 25%;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    }

#header {
    height: 53px;
}

.navbar {
    position: relative;
    min-height: 53px;
    border: none;
}

.row.content, .row.form {
    margin: 0;
}

.welcomeCopyright {
    font-size: 11px;
    margin-top: 20px;
}

    .welcomeCopyright p {
        margin: 0;
    }

.registrationHelp {
    font-size: 11px;
    margin-top: 20px;
}

.iosIndexContent {
    margin-top: 40px;
}

.row.content .contentHeader, .row.form .contentHeader {
    padding-left: 10px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .row.content .contentHeader span, .row.form .contentHeader span {
        font-size: 18px;
    }

.row.content .contentItemTitle {
    height: 38px;
    overflow: hidden;
}

/* Details styles */
#DetailsContent .row {
    margin: 0px;
}

    #DetailsContent .row .topTitle {
        margin-left: 15px;
        padding-top: 25px;
        margin-right: 15px;
    }

.paddingTop {
    padding-top: 12px;
}

#DetailsContent .row .contentData {
    font-size: 14px;
}

    #DetailsContent .row .contentData .btn {
        width: 100%;
        margin-top: 15px;
        max-width: initial;
    }

.detailsImage {
    width: 27%;
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    display: inline;
}

.detailsImage .overlayButton {
    background: url("/Images/playIcon.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 40%;
}

.detailsImage .comingsoon {
    background: url("/Images/Comingsoon.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 40%;
}

.movie-picture{
    position:relative
}

.comingsoon-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.comingsoon-padding{
    padding-left: 15px;
    padding-right: 15px;
}

.detailsMetadata {
    display: inline-block;
}

.detailsImage .bannerText {
    display: none;
}

/* /Home/SubtitleOptions */
.fieldName {
    font-size: 10px;
}

    .fieldName.rightPadding {
        padding-left: 5%;
    }

.closedCaptionPreview {
    min-height: 150px;
    background: url('/Images/atmosphere-clouds.jpg');
    background-repeat: no-repeat;
    width: 100%;
    max-width: 728px;
    padding: 10px;
    margin: 10px auto 10px auto;
}

.captionWindow {
    border-radius: 10px;
    padding: 10px 15px;
}

.exampleCaptionDiv {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

.fontStyle-smallcaps {
    font-variant: small-caps;
}

.fontStyle-typewriter {
    font-family: 'Courier New', monospace;
    font-variant: normal;
}

.fontStyle-print {
    font-family: Georgia, serif;
    font-variant: normal;
}

.fontStyle-console {
    font-family: 'Lucida Console';
    font-variant: normal;
}

.fontStyle-block {
    font-variant: normal;
}

.fontStyle-casual {
    font-family: 'Comic Sans MS', MarkerFelt-Thin, 'Roboto Italic', cursive;
    font-variant: normal;
}

.fontStyle-cursive {
    font-family: 'Lucida Handwriting', 'Droid serfic italic', cursive;
    font-variant: normal;
}

/* /Home/Help /Home/AccountManagement */
.helpForm, .accountManagementForm, .settingsForm, .redeemForm {
    padding-top: 20px;
}

    .helpForm input, .accountManagementForm input {
        margin-bottom: 20px;
    }

/* /Account/Launch */
.launchForm {
    padding-top: 20px;
}


/* /Account/Welcome */
.welcomeForm {
    padding-top: 20px;
    padding-bottom: 20px;
}

.aButtonStyle {
    background: #444;
    border: 1px solid #999;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    width: 100%;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
}

a.aButtonStyle:hover, a.aButtonStyle:visited, a.aButtonStyle:focus {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.validation-summary-errors {
    margin: 0 -20px;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding: 0;
    }

@media screen and (max-width: 450px) {
    .col-xxs-6 {
        width: 50%;
    }
}

@media screen and (max-width: 319px) {
    .col-xxs-6 {
        width: 100%;
    }
}

@media screen and (max-height: 350px) {
    .subtitles {
        top: 35px;
        /*font-size: 14px;*/
    }
}

@media screen and (min-height: 350px) and (max-height: 600px) {
    .subtitles {
        top: 30px;
        /* font-size: 16px;*/
    }
}

@media screen and (min-height: 600px) and (max-height: 800px) {
    .subtitles {
        top: 5px;
        /* font-size: 18px;*/
    }
}

@media screen and (min-height: 800px) and (max-height: 900px) {
    .subtitles {
        top: -25px;
        /*font-size: 20px;*/
    }
}

.closeButton {
    z-index: 1201;
    position: absolute;
    top: 70px;
    right: 20px;
    height: 50px;
    cursor: pointer;
}

@media screen and (max-width: 820px) {
}

.fit-div {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-top: 10px;
}

#navbar {
    float: right;
}

    #navbar a {
        text-decoration: none;
    }

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #9d9d9d;
}

.navbar-space {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 37px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*.navbar-logo::after {
    background-image:url(/Images/Movie-Promo-Logo.png);
    width:130px;
    height: 45px;
    margin-top:-12px;
}*/

.navbar-brand {
    height: auto;
}

    .navbar-brand > img {
        display: inline;
    }

#backButton, #BackButtonPlaceHolder, #NoMenuPlaceHolder {
    padding: 0;
    width: 35px;
}

.serverResponseMessage {
    margin-top: 15px;
    border: 1px solid #999;
    padding: 5px;
}

.metadata-content {
    width: 70%;
    float: left;
    margin-top: 20px;
}

.borderBottom {
    padding-bottom: 12px;
    border-bottom: 2px solid White;
}

.stream-content {
    width: 70%;
    float: left;
}

.launchImage {
    margin-bottom: -25px;
    margin-top: 25px;
}

/* Cookie Terms Styles */
.cookieTerms {
    position: fixed;
    z-index: 30;
    border-radius: 15px;
    background-color: #0171DF;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    padding-left: 15px;
    padding-right: 15px;
}

    .cookieTerms .cookieTermsBody {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 220px;
    }

.cookieTermsBody .cookieTermsButtons, .bootstrapModalBody .bootstrapModalButtons {
    padding-top: 15px;
}

    .cookieTermsBody .cookieTermsButtons input, .bootstrapModalBody .bootstrapModalButtons input {
        width: 49%;
    }

        .bootstrapModalBody .bootstrapModalButtons input.fullWidth {
            width: 100%;
        }

    .cookieTermsBody .cookieTermsButtons input {
        border: solid 1px #FFF;
    }

/*
.requiredInput:before {
    color: #e32;
    content: '*';
    position: absolute;
    margin-left: 9px;
    margin-top:3px;
    font-size: 20px;
}

.requiredInputRight:before {
    color: #e32;
    content: '*';
    position: absolute;
    margin-left: 18px;
    margin-top:3px;
    font-size: 20px;
}

.requiredCheck:after {
    color: #e32;
    content: '*';
    position: absolute;
    margin-left: 5px;
    margin-top:3px;
    font-size: 20px;
}*/


.row.content .contentHeader.forcedRedemptionHeader {
    padding-left: 10px;
    padding-bottom: 12px;
    border: none;
    padding-top: 15px;
    margin: -20px -20px 10px -20px;
    background: #000;
    border-bottom: 1px solid #0171DF;
}

#confirmSelectionModal .confirmForcedRedemptionTemplate {
    display: none;
}

.modal-content .modal-header {
    margin-bottom: 0px;
    background-image: url("/Images/Brand/HeaderBackground.png");
    background-repeat: repeat-x;
    background-size: contain;
    padding: 0;
    height: 49px;
}

    .modal-content .modal-header .navbar-logo {
        display: none;
    }

    .modal-content .modal-header p.text {
        display: none;
    }

    .modal-content .modal-header button.close {
        margin: 12px;
    }

.modal-content .modal-body {
    padding: 0;
}

.modal-content .container {
    width: auto;
}

.modal-content #DetailsContent .row {
    margin: -20px 10px 25px 25px;
}

.modal-content #TrailerVideo {
    min-height: 500px;
}

    .modal-content #TrailerVideo .closeButton {
        top: 15px;
    }

.modal-content .bootstrapModalBody {
    padding-left: 10px;
    padding-right: 10px;
}

    .modal-content .bootstrapModalBody .bootstrapModalButtons {
        padding-bottom: 15px;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    background: #0171DF;
}

    .modal-content input {
        border: 1px solid #fff;
    }

.noTitlePadding {
    padding-top: 15px;
}

.markRedemptionButton {
    border: 3px solid #0171DF;
    background: linear-gradient(#212121, #404040);
    border-radius: 8px;
    margin:5px -2px 0 -2px;
}

.markRedemptionButton:hover {
    background: linear-gradient(#171717, #363636);
}

.checkBoxRedeem {
    display: none;
}

.selectedPackshot {
    outline: 2px solid #157D00;
}

.forcedRedeem {
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 75%;
}

.forcedRedemptionInfoSubmit > span {
    margin-right: 10px;
}

#submitRedemptions {
    width: 200px;
}

.forcedRedemptionInfoSubmit input:disabled {
    opacity: 0.5;
}

.check-lock {
    background-image: url('/Images/lock.png');
}

.check-ok {
    background-image: url('/Images/check.png');
    background-repeat: no-repeat;
}

.moreSynopsis, .lessSynopsis {
    display: none;
}

#CurrentEmail {
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid rgba(0, 133, 226, 0.5);
}

#ContentDetail {
    padding: 20px 0;
    overflow: hidden;
    clear: both;
}

.subtitleSettings h2 {
    margin-top: 10px;
}

/*DeviceManagement */
#DeviceManagement .orderedList {
    width:90%;
    margin:0 auto;
    padding-left:15px;
}

#DeviceManagement .steps {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

#AddDevice .codeArea {
    display: none;
    padding: 10px 0;
    font-size: 28px;
    text-transform: uppercase;
}

#ManageDevices .device {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
    margin: 10px 0;
    overflow: hidden;
}

#ManageDevices .spinner {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url('/Images/spinner.png');
}

#ManageDevices .device .nameArea {
    position: relative;
}

#ManageDevices .device .name {
    margin-bottom: 10px;
}

#ManageDevices .device .nameArea .spinner {
    position: absolute;
    top: 10px;
    right: 5px;
}

#ManageDevices .device .model {
    text-align: left;
    float: left;
    max-width: 170px;
}

    #ManageDevices .device .model p {
        text-align: left;
        margin: 0;
    }

#ManageDevices .device .status {
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

    #ManageDevices .device .status .altText {
        display: none;
    }

    #ManageDevices .device .status .spinner {
        margin: 5px auto;
    }

    #ManageDevices .device .status.active {
        background-color: #109119;
    }

        #ManageDevices .device .status.active:hover {
            background-color: #b32323;
        }

    #ManageDevices .device .status.disabled {
        background-color: #b32323;
    }

        #ManageDevices .device .status.disabled:hover {
            background-color: #109119;
        }

    #ManageDevices .device .status:hover .text {
        display: none;
    }

    #ManageDevices .device .status:hover .altText {
        display: inline;
    }

    #ManageDevices .device .status.updating {
        background-color: #aaa;
        cursor: default;
    }

        #ManageDevices .device .status.updating:hover {
            background-color: #aaa;
        }

/*Download*/
.download .buttons div {
    margin: 20px 0;
}

.download .steps {
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 1200px) {

    .leftBackground {
        /* Firefox */
        width: -moz-calc((100% - 970px) / 2);
        /* WebKit */
        width: -webkit-calc((100% - 970px) / 2);
        /* Opera */
        width: -o-calc((100% - 970px) / 2);
        /* Standard */
        width: calc((100% - 970px) / 2);
    }

    .rightBackground {
        /* Firefox */
        width: -moz-calc((100% - 970px) / 2);
        /* WebKit */
        width: -webkit-calc((100% - 970px) / 2);
        /* Opera */
        width: -o-calc((100% - 970px) / 2);
        /* Standard */
        width: calc((100% - 970px) / 2);
    }
}

@media screen and (max-width: 990px) {
    .metadata-content {
        width: 100%;
        float: left;
    }

    .stream-content {
        width: 100%;
        float: left;
    }

    .buttonStyle.first {
        padding: 15px;
    }

    .buttonStyle.last {
        padding: 15px;
    }

    .leftBackground {
        /* Firefox */
        width: -moz-calc((100% - 768px) / 2);
        /* WebKit */
        width: -webkit-calc((100% - 768px) / 2);
        /* Opera */
        width: -o-calc((100% - 768px) / 2);
        /* Standard */
        width: calc((100% - 768px) / 2);
    }

    .rightBackground {
        /* Firefox */
        width: -moz-calc((100% - 768px) / 2);
        /* WebKit */
        width: -webkit-calc((100% - 768px) / 2);
        /* Opera */
        width: -o-calc((100% - 768px) / 2);
        /* Standard */
        width: calc((100% - 768px) / 2);
    }

    .modal-content #TrailerVideo {
        min-height: 350px;
    }
}

@media screen and (max-width: 780px) {
    .imageRow {
        width: 100%;
    }

    .leftBackground {
        display: none;
    }

    .rightBackground {
        display: none;
    }

    .contentData {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .contentData .metadata-content {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            width: 100%;
            order: 2;
            float: left;
            display: block;
        }

        .contentData .stream-content {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
            width: 65%;
            float: left;
        }

        .contentData .detailsImage {
            -webkit-box-ordinal-group: 0;
            -moz-box-ordinal-group: 0;
            -ms-flex-order: 0;
            -webkit-order: 0;
            order: 0;
            width: 35%;
            float: left;
        }

    body {
        padding-bottom: 60px;
        /*height: 100%;*/
        background: #000;
    }


    #DetailsContent .row .topTitle {
        padding-top: 0px;
    }

    body .formContainer .pageTitle {
        margin-left: 0px;
        /*padding-top: 15px;*/
    }

    .container input {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #DetailsContent .row .contentData .buttonStyle {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #DetailsContent .row .contentData .buttonStyle.first {
            margin-bottom: 10px;
        }

        #DetailsContent .row .contentData .buttonStyle.last {
            margin-bottom: 20px;
        }

    #flash-messages.alert {
        padding: 5px;
    }

    .container-fluid.row {
        padding-right: 0px;
        margin-right: 0px;
    }

    .alert {
        margin-bottom: 0px;
    }


    .modal-content #DetailsContent .row {
        margin: 0px 5px 25px 5px;
    }

    .modal-content #TrailerVideo {
        min-height: 350px;
    }

    .forcedRedemptionInfoSubmit > span {
        float: left;
        margin-left: 15px;
    }

    .forcedRedemptionInfoSubmit > input {
        float: right;
        margin-right: 15px;
    }

    .borderTopSmallScreen {
        margin-top: 15px;
        border-top: 1px solid #999;
    }

    .modal-content .modal-header .navbar-logo {
        display: block;
    }

    .modal-content .modal-header p.text {
        display: block;
    }

    #DetailsContent {
        min-height: 96vh;
    }

    .line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .moreSynopsis, .lessSynopsis {
        cursor: pointer;
    }

    .synopsisToggleDisplay {
        display: inline;
    }
}

@media screen and (max-width: 405px) {
    .cookieTerms {
        width: 90%;
    }

    .modal-content #TrailerVideo {
        min-height: 250px;
    }
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.overlap {
    position: absolute;
}

body {
    color: white;
}

.grey {
    background: gray;
}

.blue {
    background: blue;
}

.button {
    padding-right: 10px;
    cursor: pointer;
}

#videoContainer {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#video {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

input {
    color: #000;
}

.forgottenPasswordPrompt {
    cursor: pointer;
}

.forgottenPasswordForm {
    padding-top: 10px;
}

.invisible {
    display: none !important;
}

/*
    LoginRegister styles Start    
*/

#RegisterDiv, #LoginDiv, .forgottenPasswordDiv, .resetPasswordForm, .settingsForm, .helpForm, .accountManagementForm, .redeemForm, .launchForm, .welcomeForm {
    padding-bottom: 15px;
}

#RegisterDiv {
    font-size: 13px;
}

.registerForm, .loginForm {
    /*border-top: solid 2px #FFF;*/
}

select::-ms-expand {
    display: none;
}

.col-xs-6 select {
    width: 95%;
}

.fieldRow, .validationRow {
    display: inline-block;
    width: 100%;
}

.validationRow {
    text-align: center;
    /*padding-top: 5px;
    padding-bottom:10px;*/
    color: #FF0000;
}

.registerForm input[type='checkbox'], .loginForm input[type='checkbox'], .forgottenPasswordForm input[type='checkbox'] {
    width: 25px;
    height: 18px;
    vertical-align: bottom;
    margin-top: 2px;
}

.noPadding {
    padding: 0;
}

.registerForm .monthInput {
    width: 90%;
}

.registerForm .yearInput {
    width: 90%;
}

/*
    LoginRegister styles End
*/

/* LOADER */
.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

/* Landing Page */

.platformOptions {
    overflow: hidden;
    text-align: center;
}

.container .platformOptions input {
    width: 100%;
    padding-left: 20px;
    border-radius: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin-top: 10px;
}

.iosIndexContent {
    text-align: center;
}

    .iosIndexContent img {
        max-height: 120px;
        max-width: 80%;
    }

.supportedBrowsers {
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
}

    .supportedBrowsers img {
        width: 70px;
    }

.platformLink {
    margin: 10px;
    padding: 10px;
    background-color: #555;
    width: 44%;
    min-height: 250px;
    display: inline-block;
    vertical-align: top;
}

.androidLaunchLink {
    margin: 0;
    padding: 10px;
    text-align: center;
}

    .androidLaunchLink h3 {
        margin: 10px 0;
        font-size: 18px;
    }

    .platformLink img, .androidLaunchLink img {
        max-width: 50%;
        max-height: 120px;
    }

.platformLink.recommended {
    background-color: #777;
    width: 90%;
}

.registrationLegalsText {
    font-size: 12px;
    display:inline-block;
}

.registrationMarketingText {
    padding-left: 27px;
    margin-top: -20px;
    font-size: 12px;
}

.heroPanelSlider .heroPanel .heroPanelImage {
    height: 350px;
    width: 100%;
    background-size: auto 350px !important;
}

.heroPanelSlider .heroPanel img {
    display: none;
}

.spacingCast {
    padding-bottom: 15px;
}

.detailsSpacing {
    width: 100%;
    float: left;
    height: 30px;
}

.row.content .contentHeader span.glyphicon, .row.form .contentHeader span.glyphicon {
    color: #0171DF;
}

body .main-content #productDetailsModal .container, body .main-content #TrailerVideo .container {
    margin: -1px;
}

body .main-content .narrowCentre h2.smallTitle {
    text-transform: none;
}

.bebasFont {
    font-family: "Bebas";
    font-size: 59px;
}

.margin-up {
    margin-top: -10px;
}

.subtitleSettings h2.margin-up {
    margin-top: -10px;
    margin-bottom: 0px;
}

.filedNameRow {
    text-align: left;
    padding-left: 10px;
}


@media screen and (max-width: 780px) {
    .platformLink {
        width: 90%;
    }

    .container .platformOptions .expandedIOSInfo input {
        margin-bottom: 20px;
    }

    .heroPanelSlider .heroPanel .heroPanelImage {
        display: none;
    }

    .heroPanelSlider .heroPanel img {
        display: block;
        width: 100%;
    }
}


.ctxContainer {
    bottom: 100px;
}

/*  DROP UP STYLING  */
#main-nav > ul {
    list-style-type: none;
    padding: 10px;
    margin-top: 10px;
    width: 90px;
    height: 40px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#cc {
    height: 40px;
}

#main-nav > ul > li {
    width: 90px;
}

.main-nav-sub {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 280px;
    background: rgba(20, 20, 20, 0.8);
}

    #main-nav > ul > li > a,
    .main-nav-sub > li > a {
        text-decoration: none;
        white-space: nowrap;
        display: block;
        margin: auto;
        width: 90px;
        color: #fff;
        font-size: 1em;
        padding: 5px 10px;
    }

#main-nav > ul > li:hover > a {
    color: #000;
    background-color: #fff;
}

.main-nav-sub > li:hover > a {
    color: #000;
    background-color: #fff;
}

/* NOTE: THIS IS WHERE THE DROP-DOWN BECOMES A DROP-UP */
.main-nav-sub {
    position: absolute;
    bottom: 100%;
    zoom: 1; /* IE older versions */
}


/* iOS menu styles */
.iOSNavbar {
    position: fixed;
    bottom: 0px;
    /* left: 0px;
   // bottom: 0px;*/
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    font-size: 12px;
}

.iOSMenuItem {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    width: 70px;
}

    .iOSMenuItem .glyphicon {
        font-size: 20px;
    }


#Media, #Media h2, #Media h3 {
    margin: 0;
    padding: 0;
}

@media (max-width: 1685px) {
    /*Burger*/
    #navbar {
        float: none;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .container > .navbar-collapse {
        margin: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 10px 0 0 0;
        width: 100%;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}



/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    width: 300px; /* Set a default minimum width */
    margin-left: -150px; /* Divide value of min-width by 2 */
    background-color: #b32323; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 10px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
        animation: fadein 0.5s, fadeout 0.5s 4.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.error {
    clear: both;
}

@supports (-ms-ime-align: auto) {
    body {
        width: 98%;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        width: 98%;
    }
}

.supportedBrowsers > img {
    height: 70px;
}

.notification-box-container {
    text-align: center;
    padding: 30px;
}

.notification-box {
    background-color: #564b587d;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    padding: 20px;
    display: inline-block;
}

/*@media (min-width: 768px) {
    .notification-box {
        width: 384px;
    }
}

@media (min-width: 992px) {
    .notification-box {
        width: 495px;
    }
}

@media (min-width: 1220px) {
    .notification-box {
        width: 610px;
    }
}*/

.notification-box > p {
    padding: 0;
    margin: 0;
}

#notifications-li {
    display: none;
}

.email-icon {
    font-size: 13px;
}

body .main-content .theme-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: black;
    z-index: 1;
    position: relative;
}



.theme-background {
    background-size: contain;
}

@media (min-width: 992px) {
    .theme-container {
        width: 970px;
    }
}

@media (max-width: 768px) {
    .theme-container {
        width: 768px;
    }
}

.show-hide {
    height: auto;
    max-height: 460px;
    overflow: hidden;
    transition: max-height 1s;
}

.selectionsCredits {
    right: 0;
    position: absolute;
    margin-right: 20px;
}

.showmore-btn {
    color: grey;
    display: inline;
}

    .showmore-btn:hover {
        color: white;
        cursor: pointer;
    }

.row.scroll {
    margin: 0px;
}

.movie-title {
    text-align: left;
}

.movie-synopsis {
    text-align: left;
}

.redeemDialog {
    color: white;
    width: 80px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid;
}

.redeemDialogLight {
    background-color: #0171DF;
}

    .redeemDialogLight:hover {
        background-color: #329de7;
    }

.redeemDialogDark:hover {
    background: #333;
}

.redeemDialogDark {
    background-color: #212121;
}

.country-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


.country {
    background-color: #333;
    margin: 10px;
    width: 20%;
    min-width: 200px;
}

    .country:hover {
        background-color: #444;
        cursor: pointer;
    }

.country-name {
    height: 40px;
}

a {
    outline: none;
}

.country-name {
    height: 40px;
}

.creditTable td,tr,th{
    text-align: center;
    min-width: 90px;
}
