﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css?family=Boogaloo');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('https://fonts.googleapis.com/css?family=Titan+One');
@import url('https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps');


body {
    padding-top: 60px;
    background-color: #231f20;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #1d1d1d;
    overflow-x: hidden;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4 {
    font-family: 'Titan One', cursive;
    text-shadow: 2px 2px #1d1b1c;
    color: white;
}

h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

a {
    color: #0085b5;
}

    a:hover {
        color: #72c5e1;
    }

#cookieConsent {
    padding: 10px;
}

    #cookieConsent p {
        margin-bottom: 20px;
    }

button.accept-policy.close {
    background-color: whitesmoke;
    color: black;
    position: relative;
}

header.fixed-top {
    position: fixed;
    top: 0;
    background: radial-gradient(circle, #4a494a, #231f20);
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    z-index: 10000;
}

    header.fixed-top .navbar {
        padding: 0;
    }

.navbar-inverse {
    background-color: #231f20;
}

.navbar-nav > li {
    float: left;
    position: relative;
    display: block;
}

.navbar-collapse.collapse {
    text-align: center;
}

    .navbar-collapse.collapse ul {
        /*float: unset;
        display: inline-block;*/
        margin: 0 auto;
    }

        .navbar-collapse.collapse ul li {
            position: relative;
            display: table-cell;
            padding: 15px;
        }

            .navbar-collapse.collapse ul li a {
                color: #fff;
                text-shadow: 2px 2px #1d1b1c;
                font-family: 'Boogaloo', cursive;
                font-size: 20px;
                text-decoration: none;
            }

                .navbar-collapse.collapse ul li a:hover {
                    color: #f45d9a;
                    text-decoration: none;
                }

.nav.navbar-nav {
    font-family: 'Boogaloo', cursive;
    font-size: 20px;
}

.nav.nav-pills {
    margin-bottom: 10px;
    display: inline-block;
}

    .nav.nav-pills.pretty {
        font-family: 'Boogaloo', cursive;
        font-size: 20px;
        margin: 0 auto;
        display: flex;
    }

        .nav.nav-pills.pretty .nav-item {
            margin: 10px 5px;
        }

.nav-pills .nav-link, .nav-pills > li > a {
    border-radius: 0px;
    background-color: #737373;
    color: white;
}

    .nav-pills > li > a:hover, .nav-pills > li > a :focus {
        /*color: #0085b5;*/
        color: #72c5e1;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #0085b5;
    }

.row.extended {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
}

    .row.extended.with-picture {
        background-size: cover;
        background-position: center;
        position: relative;
    }

.relaxed {
    margin: 10px 0px;
}

.row.relaxed {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 74px;
    margin-bottom: 10px;
}

.row.less-relaxed {
    margin-top: 42px;
}

.row.alt {
    /*TEMP*/
    background-color: #424041;
    background-image: url(../images/ninja_pattern.png), radial-gradient(circle, #6c6d70, #221f20);
    padding: 42px 0px;
    border: 1px solid black;
    border-left: 0px;
    border-right: 0px;
}

    .row.alt h2, .row.alt p {
        color: white;
    }


.interlace {
    width: 100%;
    height: 100%;
    background-image: url('../images/interlace.png');
    position: absolute;
    top: 0;
}

.darkened-panel {
    height: 640px;
    color: white;
    background-color: black;
    background-color: rgba(0,0,0,0.66);
    background: radial-gradient(circle, rgba(0,0,0,0.66), #231f20);
    border: 1px solid black;
    padding: 20px;
}

footer {
    text-align: center;
    font-family: 'Boogaloo', cursive;
    color: #fff;
    padding: 15px;
    background: radial-gradient(circle, #4a494a, #231f20);
    border-top: 1px solid black;
}

.g-recaptcha {
    margin: -10px 0 20px 0;
}

p.grey {
    color: grey;
}

.quote {
    font-family: 'Bilbo Swash Caps';
    color: whitesmoke;
    font-size: 20px;
}

/* SHOWCASE */
.showcase {
    background-color: #424041;
    background: radial-gradient(circle, #86888a, #423f41);
    height: 320px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid rgba(0,0,0,0.3);
    border-left: 0px;
    border-right: 0px;
    position: relative;
    width: 100%;
}

.showcase-overlay {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .showcase-overlay.on {
        background-color: black;
        /*background-image: url('/Content/PunchIt/dummy_header.jpg');*/
        background-repeat: no-repeat;
        background-position: center center;
    }

    .showcase-overlay .room {
        background-image: url('../images/header_home.png');
        background-size: cover;
        height: 100%;
    }

        .showcase-overlay .room.about {
            background-image: url('../images/header_about.png');
        }

        .showcase-overlay .room.games {
            background-image: url('../images/header_games.png');
        }

        .showcase-overlay .room.contact {
            background-image: url('../images/header_contact.png');
        }

        .showcase-overlay .room.underc {
            background-image: url('../images/header_under_const.png');
        }

        .showcase-overlay .room .container {
        }

        .showcase-overlay .room .walls {
            width: 100%;
            display: table;
            position: absolute;
            top: 0;
            height: 100%;
        }

            .showcase-overlay .room .walls img {
                width: 100%;
                height: 100%;
            }

            .showcase-overlay .room .walls div {
                display: table-cell;
                height: 100%;
            }

                .showcase-overlay .room .walls div.empty {
                    background-color: #1d1d1b;
                }

                .showcase-overlay .room .walls div.vertical {
                    width: 64px;
                    background-repeat: no-repeat;
                }

                    .showcase-overlay .room .walls div.vertical.left {
                        background-image: url('../images/header_wall_left.png');
                    }

                    .showcase-overlay .room .walls div.vertical.right {
                        background-image: url('../images/header_wall_right.png');
                    }

                .showcase-overlay .room .walls div.top {
                    background-image: url('../images/header_wall_top.png');
                    background-repeat: repeat-x;
                    vertical-align: top;
                }

.showcase-logo {
    position: absolute;
    bottom: -53px;
    z-index: 2000;
    left: calc(50% - 70px);
}

.showcase-addon {
    position: relative;
    top: -8px;
    right: 0px;
    z-index: 2000;
    text-align: right;
}

    .showcase-addon .f {
        display: inline-block;
    }

        .showcase-addon .f img {
            max-width: 64px;
        }

/* PANELS */
.card {
    background-color: #2d2d2d;
    border: none;
    border-radius: 3px;
    padding: 6px;
    color: #111111;
}

    .card .card-body {
        background-color: #dddddd;
    }

        .card .card-body h4 {
            color: black;
            text-shadow: none;
        }

.panel-index .panel-heading, .panel-index .panel-footer {
    position: relative;
    background-color: #72c5e1;
    background-color: rgba(0, 153, 205, 0.67);
    background: radial-gradient(circle, rgba(164, 216, 233, 0.67), rgba(0, 153, 205, 0.67));
    border: none;
    border-radius: 0;
    height: 48px;
    z-index: 500;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.panel-index .panel-footer {
    font-weight: bold;
}

.panel-index.yellow .panel-heading, .panel-index.yellow .panel-footer {
    background: none;
    background-color: #f7ef72;
    background-color: rgba(249, 236, 49, 0.67);
    background: radial-gradient(circle, rgba(245, 241, 157, 0.67), rgba(249, 236, 49, 0.67));
}

.panel-index.pink .panel-heading, .panel-index.pink .panel-footer {
    background: none;
    background-color: #f18296;
    background-color: rgba(242, 47, 117, 0.67);
    background: radial-gradient(circle, rgba(240, 163, 163, 0.67), rgba(242, 47, 117, 0.67));
}

.panel-index .panel-heading {
    font-family: 'Titan One', cursive;
    font-size: 24px;
    line-height: 25px;
}

.panel-index .panel-footer a {
    /*color: #0085b5;*/
    color: white;
}

.panel-index .panel-body {
    position: relative;
    z-index: 100;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    height: 346px;
    width: 100%;
    margin-top: -48px;
    margin-bottom: -48px;
    padding: 10px;
}

.panel-index.carousel .carousel-inner {
    margin-top: -48px;
}

.panel-index.carousel .item img {
    margin-bottom: -48px;
}

.panel-index.carousel .carousel-caption {
    position: relative;
    left: unset;
    right: unset;
    bottom: 0;
    background-color: #72c5e1;
    background-color: rgba(0, 153, 205, 0.67);
    background: radial-gradient(circle, rgba(164, 216, 233, 0.67), rgba(0, 153, 205, 0.67));
    border: none;
    border-radius: 0;
    height: 48px;
    z-index: 500;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.panel-light {
}

    .panel-light .panel-body {
        background-color: whitesmoke;
    }

    .panel-light h2 {
        color: #0085b5;
        margin-top: 20px;
    }

/* MODALS */

.modal-open .modal {
    z-index: 20000;
}

.modal-content {
}

    .modal-content input {
        background-color: whitesmoke;
    }

.modal-header {
    font-family: 'Titan One', cursive;
    font-size: 24px;
    line-height: 25px;
    background-color: #72c5e1;
    background-color: rgba(0, 153, 205, 0.67);
    background: radial-gradient(circle, rgba(164, 216, 233, 0.67), rgba(0, 153, 205, 0.67));
    border: none;
    border-radius: 0;
    height: 48px;
    z-index: 500;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

    .modal-header h4 {
        color: black;
        text-shadow: none;
    }

/* TEAM */
.team .profile {
    width: 50%;
    float: left;
    max-width: 160px;
    margin-right: 10px;
}

.team .quote {
    font-style: italic;
}

/* GAMES */
.game-glass {
    position: absolute;
    top: 0;
    width: 110%;
    z-index: -2000;
}

.game-summary {
    color: white;
}

    .game-summary h2 {
        margin-bottom: 0;
    }

.game-summary-content {
    margin: 80px 10px 40px 10px;
}

.game-summary-social {
    text-align: center;
}

    .game-summary-social a {
        display: inline;
        margin: 0 5px;
    }

        .game-summary-social a img {
            width: 50px;
        }

.game-gallery {
    position: relative;
}

.game-gallery-line {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -2000;
}

.game-gallery-thumb {
    height: 230px;
    margin: 0 -35px;
    display: inline-block;
}

/* FORMS */
.form-group {
    margin-bottom: 26px;
}

.form-control {
    font-family: 'Noto Sans', sans-serif;
    border-radius: 0px;
    border: 1px solid white;
    background-color: #dbdbdb;
    color: #1d1d1d;
    font-weight: bold;
    padding: 18px;
    height: 56px;
    box-shadow: 2px 2px #1d1b1c;
}

    .form-control:hover, .form-control:focus {
        background-color: white;
    }

    /* !!! NOTE: a group of selectors containing an invalid selector is invalid. !!! */
    .form-control::-webkit-input-placeholder {
        color: #737373;
        font-weight: normal;
        font-style: italic;
    }

    .form-control:-ms-input-placeholder {
        color: #737373;
        font-weight: normal;
        font-style: italic;
    }

    .form-control.input-validation-error {
        background-color: #f22f75;
        background: linear-gradient(90deg, #f0a3a3, #f22f75);
        color: white;
    }

        .form-control.input-validation-error::-webkit-input-placeholder {
            color: white;
        }

        .form-control.input-validation-error:-ms-input-placeholder {
            color: white;
        }

.field-validation-error {
    color: #f22f75;
    padding: 5px 0;
}

.validation-summary-errors {
    background-color: #f0a3a3;
    color: white;
    padding: 10px 10px 5px 10px;
    border: 1px dashed white;
    margin-bottom: 15px;
}

.radio, .checkbox {
    margin-bottom: 15px;
    margin-top: 0;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    font-family: 'Noto Sans', sans-serif;
    border-radius: 0px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    background-color: rgba(219, 219, 219, 0.33);
    color: white;
    padding: 18px;
    font-style: italic;
    box-shadow: 2px 2px #1d1b1c;
    text-align: center;
}

    .input-group-addon.addon-fix {
        width: 100px;
        max-width: 100px;
        min-width: 100px;
    }

.panel .input-group-addon {
    background-color: rgba(0,0,0, 0.33);
    border: 1px dashed rgba(11, 11, 11, 0.3);
}

/* BUTTONS */
.btn {
    padding: 13px 15px 16px 15px;
    border: 1px solid white;
    border-radius: 0px;
    color: #1d1d1d;
    font-family: 'Titan One', cursive;
    font-size: 18px;
    box-shadow: 2px 2px #1d1b1c;
}

.form-group .btn {
    width: 100%;
}

.btn.btn-primary, .btn.btn-primary:focus {
    background-color: #0085b5;
    border-color: #6cc7e2;
}

    .btn.btn-primary:hover {
        background-color: #f6f066;
        border-color: white;
        color: black;
    }

    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
        background-color: #e1db60;
        padding: 14px 15px 15px 15px;
    }

.btn.btn-danger, .btn.btn-danger:focus {
    border-color: #ee8c89;
}

    .btn.btn-danger:hover {
        background-color: #f22f75;
        border-color: white;
        color: black;
    }

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 14px;
}

/*TABLES*/
table.table thead tr {
    font-weight: bold;
    border-bottom: 2px solid black;
}

table.table tbody tr.faded td {
    color: #737373;
}

table.table .btn {
    font-family: unset;
    padding: 5px 10px;
    font-size: 14px;
}

/* ALERT */
.alert {
    border: 1px dashed white;
    border-radius: 0px;
    font-size: 14px;
}

    .alert.alert-info {
        border-color: rgba(163, 217, 234, 0.67);
        background-color: rgba(163, 217, 234, 0.33);
        color: #a3d9ea;
    }

.label.level {
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.33);
    background-color: rgba(17, 17, 17, 0.33);
    color: #ddd;
    padding: 10px;
    font-weight: normal;
}

    .label.level:hover {
        border: 1px solid rgba(17,17,17,0.33);
        background-color: rgba(115, 115, 115, 0.33);
        color: #fff;
        cursor: pointer;
        text-decoration: none;
    }

    .label.level.active {
        background-color: rgba(108, 199, 226, 0.67);
        color: #fff;
    }


/* ASSET EDITOR */
.tileset-privew {
    position: relative;
}

.tileset-tiles {
    position: absolute;
    top: 0;
    left: 0;
}

    .tileset-tiles .tile {
        position: absolute;
        box-sizing: border-box;
        border: 1px solid lime;
    }

        .tileset-tiles .tile span {
            background-color: rgba(255,255,255,0.67);
            padding: 4px;
            text-align: center;
        }

        .tileset-tiles .tile .tile-split {
            position: absolute;
            box-sizing: border-box;
            border: 1px solid yellow;
            margin: -1px;
        }

            .tileset-tiles .tile .tile-split.block {
                background-color: rgba(255, 0,0,0.67);
            }

/*LEVEL EDITOR*/
.level-editor {
    clear: both;
}

.level-editor-content {
    margin: 0px 60px;
    height: 420px;
    background-color: rgba(40,40,40,0.67);
}

.level-editor-workspace {
    position: relative;
    float: left;
    background-color: #282828;
    width: 60%;
    height: 420px;
    border: 1px solid black;
    overflow: hidden;
}

    .level-editor-workspace .map-element {
        pointer-events: none;
    }

    .level-editor-workspace .camera {
        position: absolute;
    }

    .level-editor-workspace .buttons {
        z-index: 100000;
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }

        .level-editor-workspace .buttons.text-left {
            left: 0;
            right: unset;
        }

        .level-editor-workspace .buttons .btn {
            z-index: 100000;
            position: relative;
        }

.animation-editor {
    margin-top: 1px;
    border: 1px solid black;
    height: auto;
    min-height: 132px;
    color: white;
    position: relative;
}

.animation-editor-tr-label {
    background-color: coral;
    position: absolute;
    height: 100%;
    left: 0;
    width: 70px;
}

    .animation-editor-tr-label .label {
        display: block;
        width: 100%;
        height: 28px;
        color: black;
        border: 1px solid black;
        border-radius: 0;
    }

        .animation-editor-tr-label .label .btn {
            padding: 0 4px;
            margin-top: -1px;
        }

            .animation-editor-tr-label .label .btn span {
                font-size: 12px;
            }

            .animation-editor-tr-label .label .btn.pressed {
                background-color: #0085b5;
            }

.animation-editor-tracks {
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    height: 100%;
    left: 70px;
    width: calc(100% - 70px);
}

    .animation-editor-tracks .track {
        display: table-row;
        white-space: nowrap;
    }

        .animation-editor-tracks .track .frame {
            display: inline-block;
            border: 1px solid black;
            width: 40px;
            height: 28px;
        }

        .animation-editor-tracks .track.track-header .frame {
            background-color: #737373;
            text-align: center;
        }

        .animation-editor-tracks .track .frame input {
            height: 22px;
            width: 38px;
            color: black;
            display: inline-block;
            margin-bottom: -4px;
        }

        .animation-editor-tracks .track .frame span {
            display: inline-block;
        }

.level-editor-tools, .level-editor-properties {
    width: 20%;
    height: 420px;
    float: left;
    position: relative;
    color: white;
    border: 1px solid black;
}

    .level-editor-tools .content, .level-editor-properties .content {
        position: relative;
        height: calc(100% - 30px);
        overflow-y: scroll;
    }

ul.level-outline {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

    /*ul.level-outline li {
        clear: both;
    }*/

    ul.level-outline li > span {
        padding: 10px;
        cursor: pointer;
        display: block;
    }

        ul.level-outline li > span:hover {
            background-color: rgba(255,255,255,0.3);
        }

        ul.level-outline li > span.selected {
            background-color: rgba(0,133,181,0.3);
        }

            ul.level-outline li > span.selected:hover {
                background-color: rgba(0,133,181,0.67);
            }

    ul.level-outline li ul {
        margin: 0;
        padding: 0;
        padding-left: 15px;
        list-style: none;
    }

    ul.level-outline .name {
        width: calc(100% - 84px);
    }

    ul.level-outline .updown {
        margin-top: -5px;
        float: left;
    }

        ul.level-outline .updown .btn {
        }

    ul.level-outline .btn.right {
        margin-top: -5px;
        float: right;
    }

#context-editor .tiles {
    overflow: visible;
}

#context-editor .btn {
    top: 16px;
    position: absolute;
    background-color: white;
    pointer-events: all;
}

    #context-editor .btn.btn-left {
        left: 0;
    }

    #context-editor .btn.btn-right {
        right: 0;
        left: unset;
    }

#context-editor .btn-erase.pressed {
    background-color: #fdd;
}


.tile-grid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .tile-grid .mouse-indicator {
        position: absolute;
        /*width: 128px;
        height: 128px;*/
        background-color: rgba(255, 255, 255,0.3);
        overflow: hidden;
        cursor: pointer;
        pointer-events: all;
    }

#context-editor .tile {
    float: left;
}

#context-editor .tile-overlay {
    position: absolute;
    top: 0;
    cursor: pointer;
}

    #context-editor .tile-overlay.active {
        background-color: rgba(255, 0, 0, 0.5);
    }

.map-element-select {
    width: 100%;
    height: 100%;
    border: 1px solid lime;
}

.level-editor-properties .icons {
    margin-bottom: 4px;
}

    .level-editor-properties .icons .btn.pressed {
        background-color: #0085b5;
        border-color: #0085b5;
    }

/*   PUNCHIT   */
.game-space {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.game-world {
    position: absolute;
}

.layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    .layer.background {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

.map-element {
    position: absolute;
    top: 0;
    left: 0;
}

#gamePreview .map-element.tile {
    border: 1px dotted grey;
}

.foot-row h2 {
    font-size: 50px;
    text-align: center;
    margin: 15px;
}

/*ETC*/
.pipe {
    background-image: url('../images/btb/game_mixer_pipe.png');
    position: absolute;
    height: 42px;
    z-index: -1000;
}

#washingmachine-pipe {
    width: 120%;
    top: 116px;
    left: 270px;
}

#liquid-pipe {
    width: 100%;
    top: 115px;
    right: 160px;
}

.game-stat-text {
    margin-top: 60px;
}

.beakers {
    background-image: url('../images/btb/game_beakers_empty.png');
    z-index: -1000;
    position: absolute;
    height: 118px;
    background-position-x: right;
}

    .beakers.full {
        background-image: url('../images/btb/game_beakers_full.png');
    }


/* COMIC */
.dots {
    background-image: url('../images/dot.png');
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .dots.vertical {
        height: 35px;
        width: 10px;
    }

    .dots.horizontal {
        height: 10px;
    }

.comic-row, .comic-cell {
    width: 100%;
}

.comic-img, .comic-img img {
    max-height: 270px;
    max-width: 100%;
}

.comic-conn {
    margin: 20px;
}

    .comic-conn .dots {
        height: 30px;
    }

    .comic-conn.ccn-right .dots {
        margin-left: 120px;
    }

    .comic-conn.ccn-left .dots {
        margin-right: 120px;
    }

.comic-panel {
    background-color: #ededed;
    padding: 20px;
    box-shadow: black 3px 3px;
    max-width: 300px;
    display: inline-block;
}

    .comic-panel h3 {
        color: #231f20;
        text-shadow: none;
        margin-top: 10px;
    }

    .comic-panel p {
        font-size: 14px;
    }

.comic-cell.cc-44 p, .comic-cell.cc-80 p, .comic-cell.cc-140 p {
    margin: 0;
}

.cr-0, .cr-1, .cr-12, .cr-13 {
    display: none;
}

.comic-cell.cc-31 .dots, .comic-cell.cc-71 .dots {
    margin: 10px 0px;
}

.comic-cell.cc-51 {
    margin-top: 20px;
}

.dots.dot-start {
    margin-right: 99px;
}

.comic-cell.cc-24a, .comic-cell.cc-24b, .comic-cell.cc-41a, .comic-cell.cc-41b, .comic-cell.cc-51a, .comic-cell.cc-51b,
.comic-cell.cc-70a, .comic-cell.cc-70b, .comic-cell.cc-91a, .comic-cell.cc-91b, .comic-conn.cc-103a, .comic-conn.cc-103b,
.comic-cell.cc-150a, .comic-cell.cc-150b {
    display: none;
}

.comic-cell.cc-121 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.comic-cell.cc-70 .dots, .comic-cell.cc-150 .dots, .comic-cell.cc-110 .dots {
    height: 30px;
    margin: 20px 0;
}

.comic-cell.cc-71 .dots {
    height: 30px;
}

.comic-cell.cc-170 .dots {
    margin-top: 20px;
}



.blackboard-bg {
    position: absolute;
    width: auto;
    height: 500px;
    top: 170px;
    left: -10px;
}

.blackboard-bg-xs {
    right: 0;
    width: 100%;
    left: unset;
    height: 570px;
}

.blackboard-content {
    height: 450px;
    position: relative;
    color: white;
    /*margin-top: 210px;
    margin-left: 60px;
    margin-right: 40px;
    margin-bottom: 80px;*/
    margin-top: 210px;
    margin-left: 80px;
    margin-right: 40px;
    margin-bottom: 150px;
}

.game-display-content {
    width: calc(100% - 90px);
    position: absolute;
    top: 0;
    left: 0;
    margin: 57px 45px;
}

.game-display-base {
    width: 109%;
    position: relative;
    /*margin-top: -50px;*/
}

.game-display-glare {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.game-display-overlay {
    position: absolute;
    bottom: 72px;
    left: 48px;
    width: calc(100% - 95px);
    vertical-align: middle;
    background-color: rgba(0,0,0, 0.75);
    padding: 10px;
}

/*SM*/
@media (min-width: 576px) {

    .blackboard-bg {
        height: 450px;
        top: 170px;
        left: 0;
    }

    .game-display-content {
        width: calc(100% - 110px);
        margin: 75px 55px;
    }

    .game-display-overlay {
        bottom: 90px;
        left: 58px;
        width: calc(100% - 117px);
    }

    .showcase {
        height: 360px;
    }

    .showcase-logo {
        left: unset;
    }

    .game-stat-text {
        margin-top: 0px;
    }

    .game-summary-content {
        margin: 27% 10% 10% 10%;
    }

    .game-glass {
        top: 0px;
    }

    .game-gallery {
        margin-top: 90px;
    }

    .game-gallery-line {
        top: 0px;
    }

    .game-gallery-thumb {
        margin: 0 -25px;
        height: 230px;
    }

    .blackboard-content {
        height: 450px;
        margin-top: 220px;
        margin-left: 80px;
        margin-right: 80px;
        margin-bottom: 50px;
    }
}

/*MD*/
@media (min-width: 768px) {
    .showcase {
        height: 430px;
    }

    .game-display-content {
        width: calc(100% - 90px);
        margin: 50px 47px;
    }

    .game-display-base {
        width: 110%;
        margin-top: -25px;
    }

    .game-display-overlay {
        bottom: 144px;
        left: 50px;
        width: calc(100% - 98px);
    }

    .game-display-glare {
        top: -10px;
    }

    .foot-row h2 {
        font-size: 40px;
    }

    .game-stat-text {
        margin-top: 30px;
    }

    .game-glass {
        top: 12px;
        width: 120%;
    }

    .game-summary-content {
        margin: 30% 0% 10% 10%;
    }

    .game-gallery {
        margin-top: 0px;
    }

    .game-gallery-line {
        top: 10px;
    }

    .game-gallery-thumb {
        height: 260px;
    }

    .blackboard-bg {
        width: 730px;
        height: auto;
        margin-bottom: 0px;
    }

    .blackboard-content {
        height: 450px;
    }

    .game-display-content {
        top: -15px;
    }

    .comic-conn .dots {
    }

    .dots.dot-start {
        margin-right: 119px;
    }

    .comic-row {
        display: table;
        position: relative;
        width: 100%;
    }

    .comic-row-sm {
        display: table;
        position: relative;
        width: 100%;
    }

    .comic-cell {
        width: auto;
    }

    .comic-img, .comic-cell, .comic-conn {
        display: table-cell;
        vertical-align: middle;
    }

    .comic-cell, .comic-conn {
        margin: 20px;
    }

    .comic-panel {
        /*display: inline-block;*/
    }

    .comic-conn {
        width: 70px;
    }

        .comic-conn .dots {
            height: 10px;
        }

            .comic-conn .dots.horizontal {
                width: 60px;
                margin-left: 10px;
                margin-top: 10px;
            }

        .comic-conn.ccn-right .dots {
            margin-right: 20px;
        }

        .comic-conn.ccn-left .dots {
            margin-left: 20px;
        }


    .cr-0, .cr-1, .cr-12, .cr-13 {
        display: table;
    }

    .comic-cell.cc-00, .comic-cell.cc-10, .comic-cell.cc-50 {
        width: 135px;
    }

    .comic-cell.cc-01 {
        padding-right: 50px;
    }

        .comic-cell.cc-01 .dots.horizontal {
            width: 100%;
            height: 19px;
        }

    .comic-cell.cc-02 {
        width: 50%;
    }

    .comic-conn.cc-21 .dots {
        height: 10px;
        width: 70px;
        margin: 10px;
    }

    .comic-conn.cc-24 .dots {
        height: 30px;
        width: 10px;
        margin: 20px 20px 5px 420px;
    }

    .comic-cell.cc-24a, .comic-cell.cc-24b {
        display: block;
        line-height: 12px;
        margin: 0;
    }

    .comic-cell.cc-24a {
        height: 20px;
    }

        .comic-cell.cc-24a .dots {
            width: 210px;
            margin-left: 200px;
            height: 20px;
        }

    .comic-cell.cc-30, .comic-cell.cc-70 {
        display: none;
    }

    .comic-cell.cc-31, .comic-cell.cc-71 {
        text-align: center;
    }

        .comic-cell.cc-31 .dots, .comic-cell.cc-71 .dots {
            height: 50px;
            margin: 20px;
        }

    .comic-conn.cc-41 .dots {
        height: 30px;
        width: 10px;
        margin: 20px 20px 5px 20px;
    }

    .comic-cell.cc-41a, .comic-cell.cc-41b {
        display: block;
        line-height: 12px;
        margin: 0;
    }

    .comic-cell.cc-41a {
        height: 20px;
    }

        .comic-cell.cc-41a .dots {
            width: 210px;
            margin-right: 200px;
            height: 20px;
        }

    .comic-cell.cc-41b .dots {
        margin-right: 400px;
        margin-bottom: 10px;
    }

    .comic-cell.cc-50 {
        width: 400px;
    }

    .comic-cell.cc-51 .dots {
        height: 75px;
        margin-top: -40px;
    }

    .comic-cell.cc-51a, .comic-cell.cc-51b {
        display: block;
        line-height: 12px;
        margin: 0;
    }

    .comic-cell.cc-51a {
        height: 20px;
    }

        .comic-cell.cc-51a .dots {
            width: 310px;
            margin-left: 100px;
            height: 20px;
        }

    .comic-cell.cc-51b .dots {
        margin-right: 200px;
    }

    .comic-img.cc-60 {
        margin: 0;
    }

    .comic-conn.cc-61 .dots {
        width: 30px;
        margin: 0;
    }

    .comic-img.cc-62 {
        margin: 0;
        text-align: right;
    }

    .comic-cell.cc-71 .dots {
        height: 30px;
        width: 10px;
        margin: 20px 0px 5px 400px;
    }

    .comic-cell.cc-70a, .comic-cell.cc-70b {
        display: block;
        line-height: 12px;
        margin: 0;
    }

    .comic-cell.cc-70a {
        height: 20px;
    }

        .comic-cell.cc-70a .dots {
            width: 210px;
            margin-left: 200px;
            height: 20px;
        }

    .comic-cell.cc-70b .dots {
        margin-bottom: 20px;
    }

    .comic-conn.cc-81 .dots, .comic-conn.cc-91 .dots {
        height: 30px;
        margin: 20px;
    }

    .comic-cell.cc-91 .dots {
        margin-top: 10px;
    }

    .comic-cell.cc-91a, .comic-cell.cc-91b {
        display: block;
        line-height: 12px;
        margin: 0;
    }

    .comic-cell.cc-91a {
        height: 20px;
    }

        .comic-cell.cc-91a .dots {
            width: 210px;
            margin-right: 200px;
            height: 20px;
        }

    .comic-cell.cc-91b .dots {
        margin-bottom: 10px;
        margin-right: 400px;
    }

    .comic-conn.cc-101 .dots {
        width: 50px;
    }

    .comic-conn.cc-103 .dots {
        height: 30px;
        width: 10px;
        margin: 20px 20px 5px 420px;
    }

    .comic-conn.cc-103a, .comic-conn.cc-103b {
        display: block;
        line-height: 12px;
        margin: 0;
        width: auto;
    }

    .comic-conn.cc-103a {
        height: 20px;
    }

        .comic-conn.cc-103a .dots {
            width: 210px;
            margin-left: 200px;
            height: 20px;
        }

    .comic-cell.cc-110 .dots {
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .comic-cell.cc-120, .comic-cell.cc-130 {
        width: 250px;
    }

    .comic-cell.cc-121 {
        padding-right: 40px;
        text-align: left;
    }

        .comic-cell.cc-121 .dots {
            width: 115px;
            height: 19px;
        }

    .comic-cell.cc-131 .dots {
        margin-bottom: 20px;
    }

    .comic-conn.cc-141 .dots {
        width: 50px;
    }

    .comic-cell.cc-150 .dots {
        height: 70px;
        width: 10px;
        margin: -60px 20px 5px 420px;
    }

    .comic-cell.cc-150a, .comic-cell.cc-150b {
        display: block;
        line-height: 12px;
        margin: 0;
    }

    .comic-cell.cc-150a {
        height: 20px;
    }

        .comic-cell.cc-150a .dots {
            width: 210px;
            margin-left: 200px;
            height: 20px;
        }

    .comic-cell.cc-150b .dots {
        margin-bottom: 20px;
    }

    .comic-conn.cc-163 .dots {
        margin: 20px 0;
        height: 30px;
    }
}

/*LG*/
@media (min-width: 992px) {


    .game-display-content {
        width: calc(100% - 120px);
        margin: 50px 60px;
    }

    .game-display-glare {
        top: -30px;
    }

    .game-display-overlay {
        bottom: 178px;
        left: 65px;
        width: calc(100% - 130px);
    }

    .game-display-base {
        width: 109%;
        margin-top: -50px;
    }

    .foot-row h2 {
        font-size: 40px;
    }

    #liquid-pipe {
        width: 300px;
    }

    #washingmachine-pipe {
        left: 230px;
    }

    .dots.dot-start {
        margin-right: 119px;
    }

    .comic-row-sm {
        width: auto;
        float: left;
    }

    .comic-cell, .comic-conn {
        margin: 0;
    }

    .comic-row.comic-row-right .comic-row-sm, .comic-row.comic-row-right .comic-img, .comic-row.comic-row-right .comic-conn, .comic-row.comic-row-right .comic-cell {
        float: right;
    }

    .comic-row.cr-2 .comic-row-sm, .comic-row.cr-6 .comic-row-sm, .comic-row.cr-8 .comic-row-sm, .comic-row.cr-10 .comic-row-sm, .comic-row.cr-14 .comic-row-sm {
        height: 270px;
    }

    .comic-row.cr-4 .comic-row-sm {
        height: 256px;
    }

    .comic-row.cr-7 .comic-row-sm {
        float: none;
        width: 100%;
    }

    .comic-row.cr-16 {
        width: auto;
        margin: 0 auto;
    }

        .comic-row.cr-16 .comic-row-sm {
            height: 176px;
        }

    .comic-cell.cc-24a, .comic-cell.cc-24b, .comic-cell.cc-41a, .comic-cell.cc-41b, .comic-cell.cc-51a, .comic-cell.cc-51b,
    .comic-cell.cc-70a, .comic-cell.cc-70b, .comic-cell.cc-91a, .comic-cell.cc-91b, .comic-conn.cc-103a, .comic-conn.cc-103b,
    .comic-cell.cc-150a, .comic-cell.cc-150b {
        display: none;
    }

    .comic-conn.cc-21, .comic-conn.cc-24 {
        width: 50px;
    }

        .comic-conn.cc-21 .dots, .comic-conn.cc-24 .dots {
            height: 10px;
            width: 30px;
            margin: 0;
        }

        .comic-conn.cc-21 .dots {
            margin-right: 20px;
        }

        .comic-conn.cc-24 .dots {
            margin-left: 20px;
        }

    .comic-cell.cc-30, .comic-cell.cc-70 {
        display: table-cell;
        width: 75%;
    }

    .comic-conn.cc-41, .comic-conn.cc-43, .comic-conn.cc-81, .comic-conn.cc-141 {
        margin-top: 128px;
        height: 128px;
        width: 50px;
    }

        .comic-conn.cc-41 .dots, .comic-conn.cc-43 .dots, .comic-conn.cc-81 .dots, .comic-conn.cc-141 .dots {
            height: 10px;
            width: 30px;
            margin: 0;
        }

        .comic-conn.cc-41 .dots {
            margin-right: 20px;
        }

        .comic-conn.cc-43 .dots {
            margin-left: 20px;
        }

    .comic-cell.cc-44 {
        margin-top: 78px;
    }

        .comic-cell.cc-44 .comic-panel {
            max-width: 280px;
        }


    .comic-cell.cc-50 {
        width: 135px;
    }

    .comic-cell.cc-51 {
        text-align: left;
    }

        .comic-cell.cc-51 .dots {
            height: 90px;
            margin-top: -40px;
        }

    .comic-conn.cc-61 .dots {
        width: 90px;
    }

    .comic-cell.cc-70 {
        display: table-cell;
        width: 80%;
    }

    .comic-cell.cc-71 .dots {
        margin: 20px;
    }

    .comic-cell.cc-80 {
        width: 200px;
    }

    .comic-conn.cc-81 .dots {
        width: 30px;
        margin-left: -30px;
    }

    .comic-cell.cc-90 {
        width: 200px;
    }

    .comic-conn.cc-101 .dots {
        width: 30px;
        margin-right: 20px;
    }

    .comic-cell.cc-102 {
        width: 270px;
    }

    .comic-conn.cc-103 .dots {
        width: 30px;
        margin-left: 20px;
        height: 10px;
    }

    .comic-cell.cc-110 {
        text-align: right;
    }

        .comic-cell.cc-110 .dots {
            margin-right: 135px;
            margin-top: 10px;
            height: 10px;
        }

    .comic-cell.cc-120, .comic-cell.cc-130 {
        width: 675px;
    }

    .comic-cell.cc-121 .dots {
        width: 150px;
    }

    .comic-cell.cc-131 .dots {
        margin-bottom: 20px;
        height: 10px;
    }

    .comic-cell.cc-140 {
        width: 576px;
    }

        .comic-cell.cc-140 .comic-panel {
            width: auto;
            max-width: unset;
        }

    .comic-conn.cc-141 .dots {
        margin-right: 10px;
    }

    .comic-cell.cc-150 .dots {
        margin: 20px 0px 20px 260px;
        height: 30px;
    }

    .comic-conn.cc-163 .dots {
        width: 90px;
        height: 10px;
        margin: 20px;
    }

    .comic-cell.cc-164 p {
        margin-bottom: 0;
    }

    .comic-cell.cc-170 .dots {
        height: 70px;
        margin-left: 440px;
        margin-top: -40px;
    }

    .comic-cell.cc-180 .dots {
        height: 10px;
        width: 230px;
        margin-left: 220px;
    }
}

/*XL*/
@media (min-width: 1200px) {

    .game-glass {
        top: -10px;
        width: 110%;
    }

    .game-summary-content {
        margin: 27% 10% 10% 10%;
    }

    .game-display-content {
        width: calc(100% - 140px);
        margin: 69px;
    }

    .game-display-overlay {
        bottom: 120px;
        left: 70px;
        width: calc(100% - 145px);
    }

    .game-display-base {
        width: 109%;
        margin-top: -50px;
    }

    .game-stat-text {
        margin-top: 60px;
    }

    .foot-row h2 {
        font-size: 50px;
    }

    .dots.dot-start {
        margin-right: 99px;
    }

    .comic-row.cr-2, .comic-row.cr-4, .comic-row.cr-6, .comic-row.cr-8, .comic-row.cr-10, .comic-row.cr-14, .comic-row.cr-16 {
        width: auto;
        margin: 0 auto;
    }

    .comic-cell.cc-00, .comic-cell.cc-10 {
        width: 215px;
    }

    .comic-cell.cc-01 {
        padding-right: 40px;
    }

    .comic-conn.cc-21, .comic-conn.cc-24 {
        width: 90px;
    }

        .comic-conn.cc-21 .dots, .comic-conn.cc-24 .dots {
            height: 10px;
            width: 70px;
            margin: 0;
        }

        .comic-conn.cc-21 .dots {
            margin-right: 40px;
        }

        .comic-conn.cc-24 .dots {
            margin-left: 40px;
        }


    .comic-conn.cc-41, .comic-conn.cc-43 {
        width: 110px;
    }

        .comic-conn.cc-41 .dots, .comic-conn.cc-43 .dots {
            height: 10px;
            width: 50px;
            margin: 0;
        }

        .comic-conn.cc-41 .dots {
            margin-right: 10px;
        }

        .comic-conn.cc-43 .dots {
            margin-left: 10px;
        }

    .comic-cell.cc-50 {
        width: 180px;
    }

    .comic-conn.cc-61 .dots {
        width: 270px;
    }

    .comic-cell.cc-70 {
        width: 66%;
    }

    .comic-cell.cc-80 {
        width: unset;
        margin-top: 40px;
    }

    .comic-conn.cc-81 .dots {
        width: 50px;
        margin-left: -30px;
        margin-right: 10px;
    }

    .comic-conn.cc-101 .dots {
        width: 50px;
        margin: 0 40px 0 20px;
    }

    .comic-conn.cc-103 .dots {
        width: 50px;
        margin: 0 20px 0 40px;
    }

    .comic-cell.cc-110 .dots {
        margin-right: 175px;
    }

    .comic-cell.cc-120, .comic-cell.cc-130 {
        width: 755px;
    }

    .comic-cell.cc-121 .dots {
        width: 210px;
    }

    .comic-cell.cc-140 {
        width: 576px;
    }

    .comic-conn.cc-141 {
        width: auto;
    }

        .comic-conn.cc-141 .dots {
            width: 50px;
            margin: 20px;
        }

    .comic-cell.cc-150 .dots {
        margin-left: 256px;
    }

    .comic-conn.cc-163 .dots {
        width: 290px;
        margin: 0 30px;
    }

    .comic-cell.cc-170 .dots {
        margin-left: 640px;
    }

    .comic-cell.cc-180 .dots {
        width: 340px;
        margin-left: 330px;
    }
}
