body,html {
    overflow: hidden;
}
#menu {
    position: fixed;
    top: 0;
    z-index: 9999;
}
#slide-bullets-out {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 50px;
    z-index: 999;
}
#slide-bullets-in {
    margin-top: -100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
.slide-bullet {
    cursor: pointer;
    margin: 12px 8px;
    width: 12px;
    height: 12px;
    border: solid 2px #2b2c2d;
    border-radius: 12px;
    transition: background-color 0.2s;
}
.slide-bullet:hover {
    background-color: rgba(0,0,0, 0.3);
}
.slide-bullet.active {
    background-color: #2b2c2d;
}

.fl {
    float: left;
}
.abs {
    position: absolute;
}
.dt {
    display: table;
}
.dtc {
    display: table-cell;
}

.tpos {
    transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
}

.white {
    color: #fff;
}
.black {
    color: #2b2c2d;
}
.dark-separator {
    padding-bottom: 20px;
    margin-bottom: 5px;
    background-image: url('../images/separator.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.light-separator {
    padding-bottom: 20px;
    margin-bottom: 5px;
    background-image: url('../images/separator-dark.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.jotul-slide-content {
    z-index: 1;
    position: relative;
    height: 100%;
}
#slides {
    position: relative;
    top: 53px;
    width: 100%;
}
.jotul-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.jotul-slide p {
    text-align: center;
}

.slide-band {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 25px 0px;
    position: absolute;
    bottom: 20%;
}
.slide-band.dark {
    background-color: rgba(0, 0, 0, 0.7);
}

.slide-band.dark p {
    color: #fff;
}
.jotul-slide-table {
    display: table;
}
.jotul-slide-images {
    position: relative;
}

.jotul-slide h1 {
    font-family: "Brandon Grot W02 Black";
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

#jotul-slide-0 h1.white {
    padding-top: 5%;
}
#jotul-slide-0 p {
    width: 600px;
    margin: 20px auto 0;
    color: #333536;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#jotul-slide-0-mbg {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
}
.active #jotul-slide-0-mbg {
    bottom: 0;
}

#jotul-slide-1 .slide-band {
    display: table;
}
#jotul-slide-1 .jotul-slide-table {
    width: 60%;
    margin: 0 auto;
}
#jotul-slide-1 .jotul-slide-images {
    width: 30%;
}
#jotul-slide-1 .jotul-slide-text {
    padding: 0px 20px;
}

#jotul-slide-1-fg-1 {
    height: 150%;
    right: -5%;
    bottom: -350%;
}
#jotul-slide-1-fg-2 {
    height: 250%;
    right: 0;
    bottom: -450%;
}
.active #jotul-slide-1-fg-1 {
    bottom: 75%;
}
.active #jotul-slide-1-fg-2 {
    bottom: -35%;
}

#jotul-slide-2 .jotul-slide-text {
    width: 50%;
    margin: 0 auto;
}

#jotul-slide-2-fg {
    height: 120%;
    right: 10%;
    bottom: 0%;
}

#jotul-slide-3 .jotul-slide-text {
    width: 60%;
    margin: 0 auto;
    position: relative;
    left: 10%;
}

#jotul-slide-3-fg {
    width: 30%;
    left: -10%;
    top: -50%;
}

.active #jotul-slide-3-fg {
    left: 0;
}

#jotul-slide-4 .jotul-slide-text {
    width: 50%;
    margin: 0 auto;
}

#jotul-slide-4-fg {
    height: 120%;
    right: 10%;
    bottom: -10%;
}

#jotul-slide-5 .jotul-slide-table {
    width: 65%;
    margin: 0 auto;
}
#jotul-slide-5 .jotul-slide-text {
    width: 65%;
}
#jotul-slide-5-fg-1 {
    left: 10%;
    top: 250%;
}
#jotul-slide-5-fg-2 {
    left: 20%;
    top: 250%;
}

.active #jotul-slide-5-fg-1 {
    top: 10%;
}
.active #jotul-slide-5-fg-2 {
    top: -135%;
}

#jotul-slide-6 .jotul-slide-table {
    width: 65%;
    margin: 0 auto;
}
#jotul-slide-6 .jotul-slide-text {
    width: 55%;
}

#jotul-slide-6-fg-1 {
    left: 40%;
    bottom: -350%;
}
#jotul-slide-6-fg-2 {
    left: 30%;
    bottom: -350%;
}
.active #jotul-slide-6-fg-1 {
    bottom: 0%;
}
.active #jotul-slide-6-fg-2 {
    bottom: -25%;
}

#footer {
    display: none;
}