@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 13px;
}

h1, h2, h3, h4 {
    font-family: "Rokkitt", Verdana, Geneva, sans-serif
}

h1 {
    color: #888888;
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

h2 {
    color: #399293;
    font-size: 22px;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

h4 {
    font-size: 17px;
    color: #666666;
    margin: 0;
    padding: 0;
    padding-top: 12px;
}

p {
    margin: 0;
    padding-top: 8px;
}

a {
    color: #399293;
}

#header {
    width: auto;
    background: #666666;
    color: #ffffff;
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #888888;
}

nav {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Rokkitt", Verdana, Geneva, sans-serif
}

    nav ul {
        padding: 0;
        margin: 0;
        list-style: none outside;
        float: right;
        width: auto;
        padding-top: 16px;
    }

    nav li {
        float: left;
        padding: 5px 20px 5px 20px;
        font-size: 20px;
        color: #eeeeee;
    }

        nav li:last-child {
            padding-right: 0;
        }

        nav li a {
            color: #ffffff;
            text-decoration: none;
        }

img.logotop {
    float: left;
    clear: left;
    display: block;
}

#banner {
    margin-right: auto;
    margin-left: auto;
    width: 875px;
    height: 280px;
    overflow: hidden;
    border: 6px solid #cccccc;
    background: #272E3E;
    position: relative;
}

#bannerbg {
    position: absolute;
    top: 60px;
    right: -100px;
    left: 0;
    height: 300px;
    z-index: 2;
    opacity: 0.8;
    background: /*url(images/slicebg.png) bottom right no-repeat*/;
}

    #bannerbg img {
        float: right;
    }

#bannerwrapper {
    position: relative;
    width: 1280px;
    margin-left: -150px;
    height: 300px;
    z-index: 100;
}

#buildingback {
    left: -130px;
    top: 15px;
    width: 250px;
    position: absolute;
    z-index: 100;
}

.buildingfront {
    left: -80px;
    top: 80px;
    position: absolute;
    z-index: 200;
}

.inspect {
    left: 520px;
    top: 95px;
    position: absolute;
    z-index: 200;
    width: 400px;
}

.train {
    left: 1000px;
    top: 155px;
    position: absolute;
    z-index: 150;
}

.imgwrapper {
    position: relative;
    width: 450px;
    height: 240px;
}

    .imgwrapper img {
        position: absolute;
        top: 0;
        right: 0;
    }

.last, .last1 {
    opacity: 0.0;
}

.chips {
    z-index: 100;
    left: 300px;
    top: 40px;
    position: relative;
}

.box {
    z-index: 100;
    left: 275px;
    top: 200px;
    position: relative;
    width: 100px;
    height: 100px;
    display: none;
}

    .box .front {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 200;
    }

    .box .back {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

.chips img, #buildingback img {
    position: absolute;
    left: 0;
    top: 0;
}

.chips img {
    opacity: 0;
}

#bannerfront {
    position: absolute;
    bottom: -60px;
    left: -100px;
    z-index: 200;
}

#content {
    margin-right: auto;
    margin-left: auto;
    width: 880px;
    padding-top: 20px;
}

#bannertext {
    color: #ffffff;
    padding: 25px;
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    z-index: 500;
    font-family: "Rokkitt", Verdana, Geneva, sans-serif;
    font-size: 24px;
    opacity: 0.0;
}

    #bannertext p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #ffffff;
        font-weight: normal;
    }

#bannertext2 {
    color: #ffffff;
    padding: 12px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    text-align: left;
    background: rgba(0, 0, 0, 0.4);
    bottom: -50px;
    left: 0;
    z-index: 500;
    font-size: 15px; /*opacity: 0.0;*/
}

#stars {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    height: 140px;
    overflow: hidden;
}

    #stars div {
        border-radius: 2px;
        width: 2px;
        height: 2px;
        background: #ffffff;
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
        margin: 20px;
        float: left;
        opacity: 0.4;
    }

        #stars div:nth-child(2n) {
            animation: shadowThrob 2.0s infinite;
            animation-direction: alternate;
            -webkit-animation: shadowThrob 2.0s ease-in 30s;
            -webkit-animation-direction: alternate;
        }

        #stars div:nth-child(3n) {
            animation: shadowThrob2 2.0s infinite;
            animation-direction: alternate;
            -webkit-animation: shadowThrob2 2.0s ease-in 30s;
            -webkit-animation-direction: alternate;
        }

@keyframes shadowThrob {
    0 {
        opacity: 0.2;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes shadowThrob {
    0 {
        opacity: 0.2;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes shadowThrob2 {
    0 {
        opacity: 0.6;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.6;
    }
}

@-webkit-keyframes shadowThrob2 {
    0 {
        opacity: 0.6;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.6;
    }
}

.homelist {
    list-style: none outside;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    clear: both;
}

    .homelist li {
        list-style: none outside;
        /*padding: 20px;*/
        margin: 0;
        margin-right: 3%;
        width: 31%;
        border: 1px solid #cccccc;
        background: url(/images/arrowtop.jpg) top right no-repeat;
        float: left;
        font-size: 12px;
        min-height: 150px;
    }

    .homelist div {
        padding: 18px;
    }

    .homelist li:last-child {
        margin-right: 0 !important;
    }

.logoright {
    display: block;
    float: right;
    margin: 10px;
    margin-right: 15px;
    opacity: 0.0;
}

#footer {
    position: relative;
    background: #00979A;
    clear: both;
    /*height: 70px;*/
    color: #ffffff;
    border-top: 8px solid #01CACC;
    padding: 15px;
    text-align: center;
    margin-top: 25px;
}

#buttonright {
    position: absolute;
    top: 30%;
    right: 0;
    height: 110px;
    width: 35px;
    border-left: 6px solid #DA993A;
    background: #F4BE1D;
    display: none;
}

.contentleft {
    float: left;
    clear: left;
    width: 67%;
}

.imgright {
    float: right;
    clear: right;
}

input[type=button], input[type=submit], input[type=reset] {
    border-radius: none;
    padding: 3px 10px 3px 10px;
    background: #399293;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    border: none;
    border-bottom: 3px solid #01CACC;
}

input[type=reset] {
    background: #aaaaaa;
    color: #ffffff;
    border-bottom: 3px solid #dddddd;
}

input[type=text], textarea {
    border: 1px solid #cccccc;
    padding: 5px;
    color: #666666;
    background: #ffffff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
}

ul {
    list-style: square inside;
    padding-left: 0;
    margin-left: 0;
}

@media only screen and (min-height: 800px) {
    #footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
