    #base-layout {
        position: absolute;
        left: auto;
        right: 20px;
        z-index: 5;
    }
    
    .reveal .controls {
        display: none !important;
    }
    
    #logo {
        margin: 12px 0 0 48px;
        width: 300px;
    }
    
    @keyframes flickerAnimation {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-o-keyframes flickerAnimation {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-moz-keyframes flickerAnimation {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes flickerAnimation {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    @keyframes flickerAnimationSoft {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-o-keyframes flickerAnimationSoft {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-moz-keyframes flickerAnimationSoft {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes flickerAnimationSoft {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    
    .blink {
        -webkit-animation: flickerAnimationSoft 1s infinite;
        -moz-animation: flickerAnimationSoft 1s infinite;
        -o-animation: flickerAnimationSoft 1s infinite;
        animation: flickerAnimationSoft 1s infinite;
        cursor: pointer;
    }
    
    .dev-info {
        position: absolute;
        z-index: 100;
        opacity: .1;
        display: block;
    }
    
    .row-user-scenario .card-body {
        min-height: 350px;
    }
    
    .row-user-scenario .card-body p {
        min-height: 200px;
    }
    
    .iphone-x {
        position: absolute;
        margin: 0 auto;
        top: 120px;
        right: 30px;
        width: 360px;
        height: 720px;
        background-color: #6B5573;
        background-image: linear-gradient(0deg, #2A2943 20%, #6B5573 130%);
        border-radius: 40px;
        box-shadow: 0px 0px 0px 11px #1f1f1f, 0px 0px 0px 13px #191919, 0px 0px 0px 20px #111;
        font-size: 18px;
    }
    
    .iphone-x:before,
    .iphone-x:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 30;
    }
    
    .btn-link:hover,
    .btn-link:focus {
        text-decoration: none !important
    }
    
    .iphone-x:before {
        top: 0px;
        width: 56%;
        height: 30px;
        background-color: #1f1f1f;
        border-radius: 0px 0px 40px 40px;
    }
    
    .iphone-x i,
    .iphone-x b,
    .iphone-x s,
    .iphone-x>span {
        position: absolute;
        display: block;
        color: transparent;
        z-index: 30;
    }
    
    .iphone-x i {
        top: 0px;
        left: 50%;
        transform: translate(-50%, 6px);
        height: 8px;
        width: 15%;
        background-color: #101010;
        border-radius: 8px;
        box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
    }
    
    .iphone-x b {
        left: 10%;
        top: 0px;
        transform: translate(180px, 4px);
        width: 12px;
        height: 12px;
        background-color: #101010;
        border-radius: 12px;
        box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
    }
    
    .iphone-x b:after {
        content: "";
        position: absolute;
        background-color: #2d4d76;
        width: 6px;
        height: 6px;
        top: 2px;
        left: 2px;
        top: 3px;
        left: 3px;
        display: block;
        border-radius: 4px;
        box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
    }
    
    .iphone-x s {
        top: 50px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        width: 100%;
        font-size: 70px;
        font-weight: 100;
        padding-top: 60px;
    }
    
    .screen {
        /* border: 1px solid red; */
        width: 360px;
        height: 720px;
        border-radius: 40px;
    }
    
    .reveal .slides.phoneVisible {
        right: 400px;
    }
    
    @media screen and (max-width: 1600px) {
        .reveal .slides.phoneVisible .stack.present {
            right: 18%;
            width: 80% !important;
        }
        /* body {
            border: 2px solid red !important;
        } */
        .screen .description {
            position: absolute;
            top: 0;
            right: 330px !important;
            width: 200px;
            height: 720px;
        }
        .reveal .slides>section>section.present>h2.t4 {
            font-size: 32px;
        }
    }
    
    @media screen and (max-width: 1500px) {
        .reveal .slides.phoneVisible .stack.present {
            right: 40%;
            width: 60% !important;
        }
        /* body {
            border: 2px solid red !important;
        } */
        .screen .description {
            position: absolute;
            top: 0;
            right: 330px !important;
            width: 200px;
            height: 720px;
        }
        .reveal .slides>section>section.present>h2.t4 {
            font-size: 32px;
        }
    }
    
    .iphone-x h2 {
        font-size: 20px !important;
        text-transform: none !important;
        color: #ffffff !important;
    }
    
    .iphone-x .h2-icon {
        width: 26px;
    }
    
    .iphone-x table.table-dark {
        background: transparent;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .iphone-x table.table-dark td {
        padding: .3em .5em .1em .5em;
    }
    
    td.bordered,
    .iphone-x table.table-dark td:first-child {
        border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    .iphone-x .table-dark th,
    .iphone-x .table-dark td,
    .iphone-x .table-dark thead th {
        border-color: rgba(255, 255, 255, 0.2);
        border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    }
    
    .iphone-x td .label {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: .3em;
        opacity: .6;
    }
    
    .iphone-x td .value {
        font-size: 22px;
        font-weight: normal;
        text-transform: normal;
        margin-bottom: 0;
        text-align: center;
    }
    
    .iphone-x a.btn {
        font-size: 24px;
        font-weight: bold;
        color: #32314C;
    }
    
    .iphone-x .row.navi {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        border-radius: 0px 0px 40px 40px;
        min-height: 90px;
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .iphone-x .navi .col-4 {
        padding: .1em .4em .4em .4em;
        opacity: .35;
    }
    
    .iphone-x .navi .col-4.active {
        padding: .1em .4em .4em .4em;
        opacity: 1;
    }
    
    .iphone-x a:hover {
        text-decoration: none !important;
    }
    
    .iphone-x .navi .label {
        font-size: 14px;
    }
    
    .iphone-x .navi img {
        vertical-align: top !important;
        max-height: 40px;
    }
    
    .reveal h2 {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        text-align: center;
        color: #C12A2C;
        line-height: 110%;
    }
    
    .reveal h2.t3 {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        text-align: center;
        color: #C12A2C;
        line-height: 110%;
    }
    
    .reveal h2.t4 {
        text-transform: none !important;
    }
    
    .reveal h3 {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        color: #000000;
        line-height: 115%;
        text-transform: none;
    }
    
    .reveal h4 {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        color: #000000;
        line-height: 115%;
        text-transform: none;
    }
    
    .reveal a.btn {
        font-weight: bold;
        padding: 10px !important;
        line-height: 105% !important;
        border: 1px solid !important
    }
    
    .reveal a.btn:hover {
        padding: 10px !important;
        line-height: 105% !important;
        border: 1px solid !important
    }
    
    .reveal a.btn.btn-primary {
        background-color: #C12A2C;
        border-color: #C12A2C !important;
    }
    
    .reveal .card-in-demo a.btn-primary {
        margin: 0 20px 0 20px;
        min-width: 300px;
    }
    
    .card {
        color: #000000;
        font-size: 18px;
    }
    
    .card.card-in-demo {
        width: 100%;
    }
    
    .card-avatar {
        display: block;
        margin: -50px auto 20px auto !important;
        width: 120px !important;
        height: auto !important;
    }
    
    .img-in-card {
        display: block;
        margin: -70px auto -10px -60px !important;
        width: 120px !important;
        height: auto !important;
    }
    
    .card-in-demo .card-body p {
        margin: auto 40px;
        margin-bottom: 20px;
    }
    
    .app-header {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 40px 40px 0 0;
    }
    
    .app-header h2 {
        font-size: 24px;
    }
    
    .header-icon {
        width: 30px;
        height: auto;
        margin: -8px 6px 0 0 !important;
    }
    
    .table.addresses {
        text-align: left;
    }
    
    .iphone-x .table.addresses td {
        padding: .5em 1em;
    }
    
    .iphone-x .table.addresses td:first-child {
        border-right: 0 !important;
    }
    
    .table.addresses .value {
        font-size: 20px;
        font-weight: normal;
        border-right: 0 !important;
        text-align: left;
        text-transform: none;
        font-weight: 300 !important;
    }
    
    .h2-icon-destinations {
        width: 16px;
        margin-top: 18px !important;
        margin-left: 3px !important;
    }
    
    .address-link {
        display: block;
    }
    
    .add-appointment {
        float: right;
        margin-left: 115px;
    }
    
    .add-appointment img {
        display: block;
        margin-top: 18px !important;
        width: 18px;
    }
    
    .app-settings span {
        position: relative;
        float: left;
        display: inline-block;
        z-index: 0;
        width: 110px;
        font-size: 16px;
        font-weight: bold;
        opacity: .5;
        min-height: 30px;
        vertical-align: middle;
        display: table-cell;
    }
    
    .app-settings img {
        display: block;
        margin-top: 0px !important;
        margin-left: 10px !important;
    }
    
    .app-settings .settings-slider {
        width: 100% !important;
    }
    
    .wait-screen {
        margin-top: 300px !important;
    }
    
    .wait-screen h2 {
        text-align: left;
        margin-top: 3px;
        font-size: 22px !important;
        font-weight: bold;
        opacity: 0.7;
    }
    
    .wait-screen img {
        display: block;
        width: 20px;
        margin-top: -4px !important;
        margin-left: 20px!important;
    }
    
    .ids-screen {
        margin-top: 170px !important;
    }
    
    .ids-screen h2 {
        text-align: left;
        margin-top: 3px;
        font-size: 15px !important;
        font-weight: normal;
        opacity: 1;
    }
    
    .ids-screen img {
        display: block;
        width: 40px;
        margin-top: 5px !important;
        margin-left: 20px!important;
    }
    
    .routes-scrollable {
        height: 475px;
        overflow: hidden auto;
    }
    
    .route-results .card {
        background-color: transparent !important;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-left: 0 solid;
        border-right: 0 solid;
    }
    
    .route-results .card-header {
        background-color: transparent !important;
        padding: 0 !important;
    }
    
    .route-results .card-header .item,
    .route-results .card-header .details,
    .route-results .card-header .label,
    .route-results .card-header .value {
        color: #ffffff;
    }
    
    .route-results .card-header .item {
        margin-bottom: .5em;
    }
    
    .route-results .card-header .label {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: .5em;
        opacity: .6;
    }
    
    .route-results .card-body {
        background-color: #ffffff !important;
        padding: 0 15px !important;
    }
    
    .route-details .row.r-start,
    .route-details .row.r-end {
        background: rgba(190, 214, 0, .2);
    }
    
    .route-details .row.r-colored {
        background: rgba(0, 0, 0, .1);
    }
    
    .route-details .row .col-3,
    .route-details .row .col {
        padding: .5em;
    }
    
    .route-details .mt-custom {
        margin-top: 13px !important;
    }
    
    .route-details .mt-custom:after {
        content: ".";
        position: absolute;
        border-left: 2px solid red;
        height: 20px;
    }
    
    .route-details .row .item-location {
        color: #484663;
        font-weight: bold;
        font-size: 16px;
    }
    
    .route-details .row .item-time {
        color: #484663;
        font-weight: bold;
        font-size: 14px;
        opacity: .8;
    }
    
    .book-it {
        font-size: 18px !important;
        background: #484663;
        color: #ededed !important;
    }
    
    .book-it:hover,
    .book-it:active,
    .book-it:focus {
        font-size: 18px !important;
        background: #2c2b41;
        color: #ededed !important;
        opacity: 1;
        outline: 5px solid #ededed;
    }
    
    .screen .route-map {
        margin: 0;
        padding: 0;
        display: block;
        min-height: 220px;
        background: red;
    }
    
    .screen .route-map img {
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
    
    .app-gauge {
        position: relative;
        margin 3px 0 0 0;
    }
    
    .app-gauge .gauge-data {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        text-align: center;
        /* border: 1px solid red; */
    }
    
    .app-gauge .gauge-data .icon img {
        max-width: 110px;
        margin: 0 auto;
        padding: 0 0 3px 0;
        /* border: 1px solid red; */
    }
    
    .app-gauge .gauge-data .icon img {
        max-width: 32px;
        margin: 0 auto !important;
        padding: 2px 0;
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: auto !important;
    }
    
    .app-gauge .gauge-data .time {
        max-width: 110px;
        margin: auto;
        padding: 2px 0;
        font-size: 24px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }
    
    .app-gauge .gauge-data .distance {
        max-width: 200px;
        margin: auto;
        padding: 5px 0;
        font-size: 18px;
    }
    
    .app-gauge .gauge-data .distance img {
        margin: 0;
        padding: 0;
        width: 22px !important;
        height: auto !important;
    }
    
    .tickets-holder img {
        margin: 0;
        padding: 0 0 3px 0;
        width: 22px !important;
        height: auto !important;
    }
    
    .app-modal {
        position: absolute;
        margin: 0 auto;
        top: 0;
        left: 0;
        width: 360px;
        height: 720px;
        background-color: rgba(100, 100, 100, 0.2);
        border-radius: 40px;
    }
    
    .app-modal .win {
        position: absolute;
        margin: 0 auto;
        top: 25%;
        left: 20px;
        width: 320px;
        height: auto;
        min-height: 360px;
        padding: 20px;
        background-color: #6B5573;
        background-image: linear-gradient(0deg, #2A2943 20%, #6B5573 130%);
        border-radius: 18px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.75);
        z-index: 1;
    }
    
    .modal-icon {
        width: 100px !important;
        height: auto !important;
        margin: 24px auto;
    }
    
    .mod-info .m-text {
        text-align: center;
        margin-top: 3px;
        font-size: 22px !important;
        font-weight: bold;
        opacity: 0.7;
    }
    
    .mod-tickets {
        display: none;
    }
    
    .mod-tickets .win {
        position: absolute;
        margin: 0 auto;
        top: 10%;
    }
    
    .mod-tickets .win .accordion {
        margin: 0 -20px;
    }
    
    .mod-tickets .win .accordion .card {
        background-color: transparent;
    }
    
    .mod-tickets .win .accordion .card-header button {
        color: #ffffff !important;
        padding: 0 0 !important;
        margin-bottom: 0;
        background-color: transparent;
        border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    }
    
    .mod-tickets .win .accordion .card-header button:focus {
        outline: 0 !important;
    }
    
    .mod-tickets .win .accordion .card-body {
        background: #ffffff !important;
    }
    
    .mod-tickets .win .accordion .card-body img {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 200px !important;
        height: auto !important;
    }
    
    .modal-cust-header {
        display: block;
        font-weight: bold;
        padding: 0 0 1em 0;
    }
    
    .mod-reminder .win {
        min-height: auto;
        top: 40%;
        background-color: rgba(255, 255, 255, 0.2) !important;
        background-image: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        padding: 10px;
    }
    
    .mobile-clock {
        font-size: 80px !important;
        font-weight: normal !important;
    }
    
    .mobile-date {
        font-size: 20px !important;
        font-weight: normal !important;
    }
    
    .mod-reminder .win sup {
        display: block !important;
        font-weight: bold;
        margin-bottom: 6px;
    }
    
    .mod-reminder .win .reminder-text {
        margin-top: -11px;
    }
    
    .alert-color {
        color: red;
    }
    
    .mod-recommendation .win {
        top: 10%;
    }
    
    .mod-recommendation .win .col-6 {
        top: 10%;
    }
    
    .recom-opt sup {
        font-size: 30px;
    }
    
    .mod-recommendation .win .col-3 img {
        margin: 6px 0 0 0 !important;
    }
    
    .mod-recommendation .win .col-4 a.btn {
        font-size: 14px;
        margin: 6px 0 0 0;
        padding: .5em .35em !important
    }
    
    .mod-recommendation .win .rs-1 {
        background: rgba(255, 255, 255, .3)
    }
    
    .mod-recommendation .win .rs-2 {
        background: rgba(255, 255, 255, .2)
    }
    
    .mod-rebooked {
        display: none;
    }
    
    .ci-color {
        color: #bed600;
    }
    
    .modal-icon-trophy img {
        width: 160px !important;
    }
    
    .showAfterClick {
        visibility: hidden;
    }
    
    .uc2sc03 .app-modal.mod-info {
        background-color: rgba(100, 100, 100, 0);
    }
    
    .uc2sc03 .app-modal.mod-info .win {
        top: 10%;
        min-height: auto;
        padding: 20px 20px 10px 20px;
    }
    
    .uc2sc03 .app-modal.mod-info .win .m-text {
        font-size: 18px !important;
        font-weight: normal;
    }
    
    .uc2sc03 .app-modal.mod-info .win .btn.modal-hide-this {
        font-size: 15px !important;
        font-weight: normal;
    }
    
    .uc2sc04 .description .d1 {
        margin-top: 81%;
    }
    
    .uc2sc05 .description .d1 {
        margin-top: 81%;
    }
    
    .uc2sc08 .app-modal .win {
        top: 11%;
    }