html,
body {
    overflow-x: hidden;
    position: relative;
}

* {
    font-family: 'Cabin', sans-serif;
}

.white {
    color: white;
}

.fixed {
    transition: all 0.4s ease;
    position: fixed;
    width: 100%;
    background: #fff;
    text-align: center;
    /*line-height: 108px;*/
    z-index: 1;
    /*height: 250px;*/
}

.sticky-margin {
    margin-top: 250px;
    transition: all 0.4s ease;
}


/*helper*/

.spacer20 {
    display: block;
    content: "";
    height: 20px;
}

.spacer40 {
    display: block;
    content: "";
    height: 40px;
}

.spacer60 {
    display: block;
    content: "";
    height: 60px;
}

.spacer80 {
    display: block;
    content: "";
    height: 80px;
}

.spacer100 {
    display: block;
    content: "";
    height: 100px;
}

.motto {
    display: block;
    background-color: white;
    height: 150px;
    z-index: 15;
}

.full-width {
    width: 100%;
    margin: 0;
    left: 0px;
    background-color: white;
}


/*end helper*/

.grey-bg {
    background-color: #f4f4f4;
}

.team {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: transparent;
    border: none;
}

.team .hover {
    background-image: url("../images/team/hover.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.inner {
    width: 78%;
    height: 29%;
    position: absolute;
    top: 62%;
    left: 11%;
    padding: 2px;
}

.team .hover p {
    color: white;
    margin: 0;
    padding: 0;
}

.team .hover hr {
    border-color: black;
    margin-bottom: 2px;
    padding: 0 5px;
    margin-top: 3px;
}

.metis .tp-bullet,
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
    background: none;
}

.bullet .badseed {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    display: inline-block;
    height: 50px;
    position: absolute;
}

.bullet.selected .badseed {
    background-image: url("../images/bullet-selected.png");
}

.bullet.active .badseed {
    background-image: url("../images/bullet-selected.png");
}

.fixed.sticky {
    height: 200px;
    transition: all 0.4s ease;
}

.sticky-margin.sticky {
    margin-top: 200px;
    transition: all 0.4s ease;
}

.padding20 {
    padding: 20px;
}

.text-normal {
    font-size: 1.2em;
}

.footer {
    background-color: white;
    /*position: absolute;*/
    /*width: 100%;*/
    left: 0;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#logoNav {
    transition: all 0.5s ease;
    height: 0px;
    width: 0;
    padding: 0px 10px;
    opacity: 0;
}

#logoNav img {
    transition: all 0.5s ease;
    opacity: 0;
    height: 36px;
}

#logoNav.showlogo {
    transition: all 0.5s ease;
    height: 36px;
    width: 36px;
    opacity: 1;
}

#logoNav.showlogo img {
    transition: all 0.5s ease;
    height: 36px;
    opacity: 1;
}

.logo {
    transition: all 0.5s ease;
    /*height: 130px;*/
    max-height: 130px;
}

.logo.sticky {
    max-height: 130px;
    transition: all 0.4s ease;
}

.logo.hidelogo {
    transition: all 0.5s ease;
    max-height: 50px;
    left: 0;
    position: relative;
    opacity: 0;
}

#videoplayer {
    overflow: hidden;
    /* height: 285px; */
}

.img-preview {
    margin-left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%;
    z-index: 0;
    cursor: pointer;
}

.carousel-indicators {
    list-style: none;
    top: 86%;
    padding-left: 40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    display: inline-grid;
    width: 75px;
    height: 50px;
    position: relative;
    background-color: transparent;
    border-color: transparent;
    border: none;
    border-radius: 0px;
    margin: 0px;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.stores {
    top: -30px;
    margin-bottom: 0px;
    padding-top: 0px;
    position: relative;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
    background-color: white;
}

.stores li {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stores a img {
    width: 180px;
    transition: all .15s ease-in-out;
}

.stores a:hover img {
    transform: scale(1.05);
}

.divider-band {
    max-width: 100%;
}

img.divider-band.top {
    vertical-align: top;
}

img.divider-band.bottom {
    vertical-align: bottom;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 10px 30px 10px;
    -webkit-overflow-scrolling: touch;
    user-select: none;
}

.scrolling-wrapper::-webkit-scrollbar {
    width: 1px;
    height: 8px;
}

.scrolling-wrapper::-webkit-scrollbar-button {
    width: 8px;
    height: 8px;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 20px none #ffffff;
    border-radius: 20px;
}

.scrolling-wrapper::-webkit-scrollbar-thumb:hover {
    background: #e1e1e1;
}

.scrolling-wrapper::-webkit-scrollbar-thumb:active {
    background: #e1e1e1;
}

.scrolling-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.scrolling-wrapper::-webkit-scrollbar-track:hover {
    background: transparent;
}

.scrolling-wrapper::-webkit-scrollbar-track:active {
    background: transparent;
}

.scrolling-wrapper::-webkit-scrollbar-corner {
    background: transparent;
}

.scrolling-wrapper>div {
    display: inline-block;
}

.scrolling-wrapper>div img {
    max-height: 200px;
}

.scrolling-wrapper>div a {
    padding-left: 20px;
    padding-right: 20px;
}

.scrolling-wrapper a img {
    transition: all .15s ease-in-out;
}

.scrolling-wrapper a:hover img {
    transform: scale(1.05);
}

.features .video-container {
    margin-top: 20px;
}

.features h3 {
    font-weight: bold;
}

.features-text {
    margin-top: 20px;
}

.features-text p {
    line-height: normal;
}

.feature-card p {
    line-height: normal;
}

.page {
    /* Pages are hidden initially */
    display: none;
}

/* Crime O'Clock*/

.crimeoclock #steam {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../images/crimeoclock/steam_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.crimeoclock .features {
    background-image: url("../images/crimeoclock/features_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: black;
}

.crimeoclock #features img {
    max-width: 100%;
}

.crimeoclock .awards {
    background-image: url("../images/crimeoclock/awards_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: black;
    line-height: normal;
}

.crimeoclock #awards img {
    max-width: 100%;
}

.crimeoclock #awards h1 {
    font-weight: bold;
    color: #444444;
    font-size: 2rem;
}

.crimeoclock .story {
    background-color: #f4f4f4;
}

.crimeoclock .story #story-container {
    min-height: 450px;
    line-height: 450px;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.crimeoclock .story #story-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.crimeoclock .story #sketch {
    float: right;
    position: absolute;
    top: auto;
    right: -40px;
    height: 540px;
}

/* Insidia */

.insidia a {
    color: grey;
    text-decoration: none;
}

.insidia a:visited {
    color: grey;
    text-decoration: none;
}

.insidia a:hover {
    color: #ec8402;
    text-decoration: none;
}

.insidia a:active {
    color: white;
    text-decoration: none;
}

.insidia a img {
    transition: all .15s ease-in-out;
}

.insidia a:hover img {
    transform: scale(1.05);
}

.insidia .scrolling-wrapper>div img {
    max-height: 300px;
}

.insidia .character-info::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.insidia .character-info::-webkit-scrollbar-button {
    width: 100px;
    height: 100px;
}

.insidia .character-info::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 20px none #ffffff;
    border-radius: 20px;
}

.insidia .character-info::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.insidia .character-info::-webkit-scrollbar-thumb:active {
    background: #000000;
}

.insidia .character-info::-webkit-scrollbar-track {
    background: #000000;
    border: 20px dotted #ffffff;
    border-radius: 10px;
}

.insidia .character-info::-webkit-scrollbar-track:hover {
    background: #000000;
}

.insidia .character-info::-webkit-scrollbar-track:active {
    background: #333333;
}

.insidia .character-info::-webkit-scrollbar-corner {
    background: transparent;
}

.insidia .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.insidia #steam {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("../images/insidia/steam_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.insidia #characters_list h3 {
    padding: 0px;
    margin: 0px;
}

.insidia #characters h1 {
    font-size: 2.4em;
    font-weight: bold;
    text-decoration: none;
}

.insidia #characters h2 {
    font-size: 1.8em;
    font-style: italic;
    text-decoration: none;
}

.insidia .characters {
    background-image: url("../images/insidia/characters/backgrounds/b_bkg_gunther.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: white;
}

.insidia .features {
    background-image: url("../images/insidia/features_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: white;
}

.insidia #features img {
    max-width: 100%;
}

.insidia .story {
    background-color: #f4f4f4;
}

.insidia .story #story-container {
    min-height: 450px;
    line-height: 450px;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.insidia .story #story-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.insidia .story #gunther {
    float: right;
    position: absolute;
    top: -75px;
    right: -40px;
    height: 540px;
}


/* The Beggars Ride */

.thebeggarsride .story {
    background-image: url("../images/thebeggarsride/story_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: white;
}

.thebeggarsride .story #beggar {
    float: right;
    max-height: 500px;
}

.thebeggarsride .story #story-container {
    min-height: 450px;
    line-height: 450px;
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.thebeggarsride .story #story-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.thebeggarsride .features {
    background-image: url("../images/thebeggarsride/features_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: black;
}

.thebeggarsride #features img {
    max-width: 100%;
}


/* Sleep Attack */

.sleepattack .features {
    background-image: url("../images/sleepattack/features_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: white;
}

.sleepattack #features img {
    max-width: 100%;
}


/* Sheep Up */

.sheepup .features {
    background-image: url("../images/sheepup/features_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: white;
}

.sheepup #features img {
    max-width: 100%;
}