only-icon-button:before {
    margin-right: 0!important
}

@-webkit-keyframes sideshow-wizard-menu-title-slideright {
    0%,
    30% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@-ms-keyframes sideshow-wizard-menu-title-slideright {
    0%,
    30% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes sideshow-wizard-menu-title-slideright {
    0%,
    30% {
        opacity: 0;
        left: -30px
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes sideshow-wizard-menu-title-fadeout {
    0%,
    30% {
        opacity: 1;
        text-shadow: none
    }
    100% {
        opacity: 0;
        text-shadow: 0 0 7px #fff, 0 0 3px #fff
    }
}

@-ms-keyframes sideshow-wizard-menu-title-fadeout {
    0%,
    30% {
        opacity: 1;
        text-shadow: none
    }
    100% {
        opacity: 0;
        text-shadow: 0 0 7px #fff, 0 0 3px #fff
    }
}

@keyframes sideshow-wizard-menu-title-fadeout {
    0%,
    30% {
        opacity: 1;
        text-shadow: none
    }
    100% {
        opacity: 0;
        text-shadow: 0 0 7px #fff, 0 0 3px #fff
    }
}

aaaa {
    color: #00f
}

@-webkit-keyframes sideshow-wizard-menu-item-slidedown {
    0%,
    30% {
        opacity: 0;
        top: -100px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@-ms-keyframes sideshow-wizard-menu-item-slidedown {
    0%,
    30% {
        opacity: 0;
        top: -100px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes sideshow-wizard-menu-item-slidedown {
    0%,
    30% {
        opacity: 0;
        top: -100px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes sideshow-wizard-menu-item-slideleft {
    0% {
        opacity: 1;
        left: -90px
    }
    100% {
        opacity: 0;
        left: -190px
    }
}

@-ms-keyframes sideshow-wizard-menu-item-slideleft {
    0% {
        opacity: 1;
        left: -90px
    }
    100% {
        opacity: 0;
        left: -190px
    }
}

@keyframes sideshow-wizard-menu-item-slideleft {
    0% {
        opacity: 1;
        left: -90px
    }
    100% {
        opacity: 0;
        left: -190px
    }
}

@-webkit-keyframes sideshow-subject-arrow-animation {
    0% {
        margin-top: 0
    }
    50% {
        -webkit-transform: scale(1, .7);
        transform: scale(1, .7);
        margin-top: 10px
    }
    100% {
        margin-top: 0
    }
}

@-ms-keyframes sideshow-subject-arrow-animation {
    0% {
        margin-top: 0
    }
    50% {
        -ms-transform: scale(1, .7);
        transform: scale(1, .7);
        margin-top: 10px
    }
    100% {
        margin-top: 0
    }
}

@keyframes sideshow-subject-arrow-animation {
    0% {
        margin-top: 0
    }
    50% {
        -webkit-transform: scale(1, .7);
        transform: scale(1, .7);
        margin-top: 10px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes sideshow-subject-arrow-animation-right {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -10px
    }
    100% {
        margin-left: 0
    }
}

@-ms-keyframes sideshow-subject-arrow-animation-right {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -10px
    }
    100% {
        margin-left: 0
    }
}

@keyframes sideshow-subject-arrow-animation-right {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -10px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes sideshow-subject-arrow-animation-bottom {
    0% {
        margin-top: 0
    }
    50% {
        margin-top: -10px
    }
    100% {
        margin-top: 0
    }
}

@-ms-keyframes sideshow-subject-arrow-animation-bottom {
    0% {
        margin-top: 0
    }
    50% {
        margin-top: -10px
    }
    100% {
        margin-top: 0
    }
}

@keyframes sideshow-subject-arrow-animation-bottom {
    0% {
        margin-top: 0
    }
    50% {
        margin-top: -10px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes sideshow-subject-arrow-animation-left {
    0% {
        margin-left: -10px
    }
    50% {
        margin-left: 0
    }
    100% {
        margin-left: -10px
    }
}

@-ms-keyframes sideshow-subject-arrow-animation-left {
    0% {
        margin-left: -10px
    }
    50% {
        margin-left: 0
    }
    100% {
        margin-left: -10px
    }
}

@keyframes sideshow-subject-arrow-animation-left {
    0% {
        margin-left: -10px
    }
    50% {
        margin-left: 0
    }
    100% {
        margin-left: -10px
    }
}

.sideshow-mask-corner-part,
.sideshow-mask-part,
.sideshow-step-description,
.sideshow-subject-arrow,
.sideshow-subject-mask {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease
}

.sideshow-mask-corner-part,
.sideshow-mask-part,
.sideshow-subject-mask {
    position: fixed;
    opacity: .4;
    background-color: #222
}

.sideshow-step-description .sideshow-next-step-button {
    border-radius: 3px;
    -webkit-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    background-color: #22b573;
    border: 1px solid #1ea066;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.sideshow-step-description .sideshow-next-step-button:hover {
    background-color: #1ea066
}

.sideshow-step-description .sideshow-next-step-button:disabled {
    background-color: #bbb!important;
    border-color: #999
}

.sideshow-subject-mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 14999;
    width: 0;
    height: 0
}

.sideshow-mask-part {
    z-index: 15000
}

.sideshow-mask-corner-part {
    background-color: transparent;
    z-index: 15001;
    overflow: hidden
}

.sideshow-mask-corner-part svg {
    position: absolute;
    left: 0;
    top: 0
}

.sideshow-mask-corner-part svg path {
    fill: #222
}

.sideshow-mask-corner-part.leftTop {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.sideshow-mask-corner-part.rightTop {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sideshow-mask-corner-part.leftBottom {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sideshow-mask-corner-part.rightBottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sideshow-invisible {
    opacity: 0!important
}

.sideshow-hidden {
    display: none!important
}

.sideshow-details-panel {
    position: fixed;
    z-index: 15001
}

.sideshow-step-description {
    position: absolute;
    display: inline-block;
    background-color: #fafafa;
    box-shadow: 0 0 3px #333;
    padding: 21px;
    font-size: 14px;
    border-radius: 15px;
}

.sideshow-step-description h2 {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    /* color: #fff; */
    margin-bottom: 10px
}

.sideshow-step-description .sideshow-step-position {
    display: inline-block;
    font-family: OpenSans Semibold;
    font-size: 20px;
    color: #888;
    margin-right: 10px
}

.sideshow-step-description .sideshow-step-text {
    clear: both;
    display: block;
    /* color: #fff; */
    line-height: 22px
}

.sideshow-step-description .sideshow-step-text code {
    font-family: monospace, courier
}

.sideshow-step-description .sideshow-next-step-button {
    float: right;
    margin-top: 10px
}

.sideshow-step-description .sideshow-next-step-button:before {
    font-family: sideshow-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    margin-right: .4em;
    font-variant: normal;
    text-transform: none;
    content: '\e800'
}

.sideshow-step-description ol,
.sideshow-step-description ul {
    padding-left: 40px
}

.sideshow-step-description ul {
    list-style-type: disc
}

.sideshow-step-description ol {
    list-style-type: decimal
}

.sideshow-subject-arrow {
    color: #22b573;
    position: fixed;
    z-index: 15003;
    opacity: .8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-name: sideshow-subject-arrow-animation;
    animation-name: sideshow-subject-arrow-animation;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.sideshow-subject-arrow:before {
    font-family: sideshow-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    margin-right: .4em;
    font-variant: normal;
    text-transform: none;
    content: '\e802';
    font-size: 40px
}

.sideshow-subject-arrow.right {
    -webkit-animation-name: sideshow-subject-arrow-animation-right;
    animation-name: sideshow-subject-arrow-animation-right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sideshow-subject-arrow.bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-name: sideshow-subject-arrow-animation-bottom;
    animation-name: sideshow-subject-arrow-animation-bottom
}

.sideshow-subject-arrow.left {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-name: sideshow-subject-arrow-animation-left;
    animation-name: sideshow-subject-arrow-animation-left
}

.sideshow-subject-arrow:before {
    line-height: .5
}

.sideshow-wizard-menu {
    padding: 20px;
    background: #fafafa;
    box-shadow: 0 0 3px #333;
    border-radius: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: auto;
    width: 750px;
    height: 400px;
    z-index: 15002
}

.sideshow-wizard-menu .sideshow-wizard-menu-title {
    -webkit-animation-name: sideshow-wizard-menu-title-slideright;
    animation-name: sideshow-wizard-menu-title-slideright;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    text-transform: uppercase;
    color: #22b573; /* vitta green */
    font-size: 32px;
    font-family: OpenSans Light;
    position: relative;
    font-weight: 400
}

.sideshow-wizard-menu ul {
    padding: 0;
    margin: 0 0 0 100px;
}

.sideshow-wizard-menu ul li {
    list-style-type: none;
    cursor: pointer;
    opacity: 0;
    position: relative;
    left: -90px;
    -webkit-animation-name: sideshow-wizard-menu-item-slidedown;
    animation-name: sideshow-wizard-menu-item-slidedown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: auto; /* default : 50px */
    overflow: hidden;
    margin-top: 20px
}

.sideshow-wizard-menu ul li:nth-child(1) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms
}

.sideshow-wizard-menu ul li:nth-child(2) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms
}

.sideshow-wizard-menu ul li:nth-child(3) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms
}

.sideshow-wizard-menu ul li:nth-child(4) {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms
}

.sideshow-wizard-menu ul li:nth-child(5) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms
}

.sideshow-wizard-menu ul li:nth-child(6) {
    animation-delay: 1200ms;
    -webkit-animation-delay: 1200ms
}

.sideshow-wizard-menu ul li:nth-child(7) {
    animation-delay: 1400ms;
    -webkit-animation-delay: 1400ms
}

.sideshow-wizard-menu ul li:nth-child(8) {
    animation-delay: 1600ms;
    -webkit-animation-delay: 1600ms
}

.sideshow-wizard-menu ul li:nth-child(9) {
    animation-delay: 1800ms;
    -webkit-animation-delay: 1800ms
}

.sideshow-wizard-menu ul li:nth-child(10) {
    animation-delay: 2000ms;
    -webkit-animation-delay: 2000ms
}

.sideshow-wizard-menu ul li:nth-child(11) {
    animation-delay: 2200ms;
    -webkit-animation-delay: 2200ms
}

.sideshow-wizard-menu ul li:nth-child(12) {
    animation-delay: 2400ms;
    -webkit-animation-delay: 2400ms
}

.sideshow-wizard-menu ul li:nth-child(13) {
    animation-delay: 2600ms;
    -webkit-animation-delay: 2600ms
}

.sideshow-wizard-menu ul li:nth-child(14) {
    animation-delay: 2800ms;
    -webkit-animation-delay: 2800ms
}

.sideshow-wizard-menu ul li:nth-child(15) {
    animation-delay: 3000ms;
    -webkit-animation-delay: 3000ms
}

.sideshow-wizard-menu ul li h2 {
    -webkit-transition: color 100ms ease;
    transition: color 100ms ease;
    font-family: OpenSans Light;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    /* color: #fff; */
    margin: 0
}

.sideshow-wizard-menu ul li .sideshow-wizard-menu-item-description {
    /* color: #fff; */
    font-size: 12px
}

.sideshow-wizard-menu ul li .sideshow-wizard-menu-item-estimated-time {
    -webkit-transition: border-right 100ms ease;
    transition: border-right 100ms ease;
    border-right: solid 0 #fff;
    opacity: .5;
    font-size: 10px;
    /* color: #fff; */
    float: left;
    height: 50px;
    width: 80px;
    margin-right: 10px;
    position: relative
}

.sideshow-wizard-menu ul li .sideshow-wizard-menu-item-estimated-time:before {
    font-family: sideshow-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: '\e803';
    margin-right: 5px
}

.sideshow-wizard-menu ul li:hover h2 {
    color: #22b573
}

.sideshow-wizard-menu ul li:hover .sideshow-wizard-menu-item-estimated-time {
    border-right: solid 20px #fff
}

.sideshow-wizard-menu.sideshow-menu-closed h1 {
    -webkit-animation-name: sideshow-wizard-menu-title-fadeout;
    animation-name: sideshow-wizard-menu-title-fadeout;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.sideshow-wizard-menu.sideshow-menu-closed ul li {
    opacity: 1;
    -webkit-animation-name: sideshow-wizard-menu-item-slideleft;
    animation-name: sideshow-wizard-menu-item-slideleft;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(1) {
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(2) {
    animation-delay: 350ms;
    -webkit-animation-delay: 350ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(3) {
    animation-delay: 450ms;
    -webkit-animation-delay: 450ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(4) {
    animation-delay: 550ms;
    -webkit-animation-delay: 550ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(5) {
    animation-delay: 650ms;
    -webkit-animation-delay: 650ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(6) {
    animation-delay: 750ms;
    -webkit-animation-delay: 750ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(7) {
    animation-delay: 850ms;
    -webkit-animation-delay: 850ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(8) {
    animation-delay: 950ms;
    -webkit-animation-delay: 950ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(9) {
    animation-delay: 1050ms;
    -webkit-animation-delay: 1050ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(10) {
    animation-delay: 1150ms;
    -webkit-animation-delay: 1150ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(11) {
    animation-delay: 1250ms;
    -webkit-animation-delay: 1250ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(12) {
    animation-delay: 1350ms;
    -webkit-animation-delay: 1350ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(13) {
    animation-delay: 1450ms;
    -webkit-animation-delay: 1450ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(14) {
    animation-delay: 1550ms;
    -webkit-animation-delay: 1550ms
}

.sideshow-wizard-menu.sideshow-menu-closed ul li:nth-child(15) {
    animation-delay: 1650ms;
    -webkit-animation-delay: 1650ms
}

.sideshow-close-button {
    text-shadow: 0 0 5px rgb(65, 65, 65), 0 0 3px rgb(109, 109, 109), 0 2px 3px #fff;
    -webkit-transition: text-shadow 300ms ease;
    transition: text-shadow 300ms ease;
    border-width: 0;
    background-color: transparent!important;
    z-index: 15005;
    position: fixed;
    color: #fff;
    font-size: 16px;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    text-transform: uppercase
}

.sideshow-close-button:before {
    font-family: sideshow-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: '\e804';
    font-size: 16px
}

.sideshow-close-button:hover {
    text-shadow: 0 0 10px rgb(87, 87, 87), 0 0 6px rgb(255, 255, 255), 0 2px 5px #fff, 0 0 7px #fff;
    background-color: transparent!important;
    left: auto;
    top: auto
}

.sideshow-close-button:active {
    outline-width: 0!important
}

.sideshow-close-button:before {
    margin-right: 5px
}

.sideshow-no-wizards-available {
    -webkit-animation-name: sideshow-wizard-menu-item-slidedown;
    animation-name: sideshow-wizard-menu-item-slidedown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /* color: #fff; */
    opacity: 0;
    position: relative;
    height: 50px;
    margin-top: 20px
}

body {
    margin: 0;
    height: 100%
}