h1.white,
p.white {
    color: #fff !important;
}

.bg--blue-linto {
    background-color: #09A2E3;
}

.linto-product-logo,
.linto-solution-img {
    display: inline-block;
    max-width: 300px;
    height: auto;
}

.bg--blue-linto h2,
.bg--blue-linto p,
.bg--blue-linto p strong {
    color: #fff;
}

#linto-solutions {
    padding: 40px 0;
}

.custom-breadcrumb {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
}

.custom-breadcrumb .container {
    background: #f2f2f2;
    padding: 10px 20px;
}

.custom-breadcrumb .custom-breadcrumb-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
    color: #333;
}

.custom-breadcrumb .custom-breadcrumb-link:hover {
    font-weight: 600;
    color: #369FFF;
}

.custom-breadcrumb .current {
    display: inline-block;
    font-weight: 600;
    color: #369FFF
}


/* List with check icon */

.product-linto-list {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.product-linto-list li {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    position: relative;
    margin: 3px 0;
}

.product-linto-list.grey li {
    color: #777;
}

.product-linto-list.white li {
    color: #fff;
    font-weight: 400;
}

.product-linto-list li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../assets/images/linto/check.svg');
    -webkit-mask-image: url('../assets/images/linto/check.svg');
    background: #27c66e;
}

.product-linto-list.white li:before {
    background: #fff;
}

.linto-solution-item {
    margin: 60px auto 40px auto;
}

.linto-solution-block {
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.linto-solution-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.linto-solution-block h4 {
    font-weight: 600;
}

.linto-solution-img {
    display: inline-block;
    height: auto;
    width: 75%;
}

.linto-solution-img.linto-ui {
    max-height: 400px;
    width: auto;
    max-width: 75%;
}

.btn-cta {
    display: inline-block;
    padding: 0 15px;
    min-width: 33%;
    height: 42px;
    line-height: 42px !important;
    white-space: nowrap;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 10px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

.btn-cta.blue {
    background-color: #369FFF;
}

.btn-cta.green {
    background-color: #27C6BC;
}

.btn-cta.white {
    background-color: #fff;
    color: #333 !important;
}

.btn-cta:hover {
    text-decoration: none;
}

.btn-cta.blue:hover {
    background-color: #0056a5;
}

.btn-cta.green:hover {
    background-color: #009d93;
}

.btn-cta.white:hover {
    background-color: #333;
    color: #fff !important;
}


/* LinTO solutions Buttons */

.linto-solution-btn {
    display: inline-block;
    width: 220px;
    height: 160px;
    border: none;
    text-align: center;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 2px solid #09A2E3;
    margin: 5px;
}

.linto-solution-btn .btn-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #09A2E3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.linto-solution-btn .btn-icon.apis {
    mask-image: url('../assets/images/linto/linto-api.svg');
    -webkit-mask-image: url('../assets/images/linto/linto-api.svg');
}

.linto-solution-btn .btn-icon.linto-agent {
    mask-image: url('../assets/images/linto/linto-agent.svg');
    -webkit-mask-image: url('../assets/images/linto/linto-agent.svg');
}

.linto-solution-btn .btn-icon.linto-meeting {
    mask-image: url('../assets/images/linto/linto-meeting.svg');
    -webkit-mask-image: url('../assets/images/linto/linto-meeting.svg');
}

.linto-solution-btn .btn-label {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #09A2E3;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.linto-solution-btn:hover,
.linto-solution-btn.active {
    background-color: #09A2E3;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.linto-solution-btn:hover .btn-icon,
.linto-solution-btn.active .btn-icon {
    background: #fff;
}

.linto-solution-btn:hover .btn-label,
.linto-solution-btn.active .btn-label {
    color: #fff;
}

.linto-solution-yt {
    max-width: 80%;
}


/* SOLUTIONS BLOCKS */

.solution-item-title {
    font-size: 28px;
    font-weight: 600;
}

.linto-agent-device-icon {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 0 10px 0;
}

.linto-agent-device-label {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}


/* Call To action */

.linto-solutions-cta-txt {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #333;
    padding-bottom: 20px;
}


/* Transcription API */

#api-transcription-container {
    background-color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 20px auto;
    padding: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

#api-transcription-container>div {
    padding: 20px;
}

.api-transcription-field {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    min-height: 60px;
}

.api-transcription-field .row {
    margin: 0 !important;
    padding: 0 !important;
}

.api-transcription-field-label {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #848484 !important;
    font-size: 14px;
}

.api-transcription-label {
    color: #333 !important;
    padding: 0 15px 0 2px;
    font-size: 16px;
}

.api-transcription-radio {
    display: inline-block !important;
    -webkit-appearance: radio !important;
    padding: 0 !important;
    margin: 6px 3px 0 0 !important;
    height: 16px !important;
    width: 16px !important;
}

.api-transcription-radio:hover {
    cursor: pointer;
}

.api-transcription-select {
    -webkit-appearance: listbox !important;
    border-color: #ccc !important;
}

.toggle-input {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 46px;
    height: 24px;
    background: #aaa;
    border: none;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-ou
}

.toggle-input:hover {
    cursor: pointer;
}

.toggle-input.selected {
    background-color: #00C52B;
}

.toggle-input .toggle-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.toggle-input.selected .toggle-icon {
    left: 24px;
}

.api-transcription-btn-container {
    background-color: #ECECEC;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.api-transcription-btn {
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.api-transcription-btn:hover {
    cursor: pointer;
}

.api-transcription-btn.red {
    background-color: #c51843;
}

.api-transcription-btn.blue {
    background-color: #59bbeb;
}

.api-transcription-btn.transcribing,
.api-transcription-btn.transcribing:hover {
    background-color: #ccc !important;
}

.api-transcription-btn span {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.api-transcription-btn .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 5px 0 0;
    background-color: #fff;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.api-transcription-btn .icon.icon-mic {
    mask-image: url('../assets/images/linto/mic.svg');
    -webkit-mask-image: url('../assets/images/linto/mic.svg');
}

.api-transcription-btn .icon.icon-play {
    mask-image: url('../assets/images/linto/play.svg');
    -webkit-mask-image: url('../assets/images/linto/play.svg');
}

.api-transcription-btn .icon.icon-download {
    mask-image: url('../assets/images/linto/download.svg');
    -webkit-mask-image: url('../assets/images/linto/download.svg');
}

.api-transcription-btn .api-transcription-btn-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.api-transcription-btn.red:hover {
    background-color: #fff;
}

.api-transcription-btn.red:hover .api-transcription-btn-label {
    color: #c51843;
}

.api-transcription-btn.red:hover .icon {
    background-color: #c51843;
}

#api-transcription-mic-btn.recording {
    -webkit-animation: blinkRedWhite 2s infinite;
    -moz-animation: blinkRedWhite 2s infinite;
    -ms-animation: blinkRedWhite 2s infinite;
    -o-animation: blinkRedWhite 2s infinite;
    animation: blinkRedWhite 2s infinite;
}

#api-transcription-mic-btn.recording .icon {
    -webkit-animation: blinkWhiteRed 2s infinite;
    -moz-animation: blinkWhiteRed 2s infinite;
    -ms-animation: blinkWhiteRed 2s infinite;
    -o-animation: blinkWhiteRed 2s infinite;
    animation: blinkWhiteRed 2s infinite;
}

.api-transcription-btn.blue:hover {
    background-color: #0080bf;
}

#api-transcription-upload-field {
    position: relative;
}

#api-transcription-upload-field {
    width: 100%;
    height: auto;
}

#api-transcription-file {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    width: 1px;
    height: 1px;
    cursor: pointer;
}

#api-transcription-file-label-btn {
    display: inline-block;
    min-width: 120px;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: none;
    background-color: #59bbeb;
    color: #fff;
    z-index: 5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#api-transcription-file-label-btn:hover {
    cursor: pointer;
}

#api-transcription-file-label-btn.error {
    background: #ff5421;
}

#api-transcription-file-label-btn.error:hover {
    background: #f13700;
}

#api-transcription-file-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    vertical-align: top;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../assets/images/linto/upload.svg');
    -webkit-mask-image: url('../assets/images/linto/upload.svg');
}

#api-transcription-file-label {
    vertical-align: top;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

#api-transcription-file-label-btn:hover {
    background-color: #0080bf;
}

#api-transcription-file-label-btn:hover #api-transcription-file-label {
    color: #fff !important;
}

#api-transcription-file-label-btn:hover #api-transcription-file-icon {
    background-color: #fff !important;
}

.api-transcription-step {
    padding-left: 30px;
    font-size: 16px;
    margin: 5px 0;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.api-transcription-step:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.api-transcription-step.done {
    color: #59bbeb;
}

.api-transcription-step.done:before {
    mask-image: url('../assets/images/linto/check.svg');
    -webkit-mask-image: url('../assets/images/linto/check.svg');
    background-color: #59bbeb;
}

.api-transcription-step.pending,
.api-transcription-step.started {
    color: #333;
}

.api-transcription-step.pending:before,
.api-transcription-step.started:before {
    mask-image: url('../assets/images/linto/loading.svg');
    -webkit-mask-image: url('../assets/images/linto/loading.svg');
    background-color: #333;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

#api-transcription-result-container {
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

#api-transcription-result-container .row>div {
    padding: 0 !important;
}

#api-transcription-result {
    max-height: 320px;
    padding: 20px;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 20px 0;
    font-family: Consolas;
    font-size: 14px;
    line-height: 1.5em;
}

#api-transcription-result pre {
    word-break: break-word;
    white-space: pre-wrap;
    max-height: 280px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.transcription-result-btn {
    display: inline-block;
    border: none;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.transcription-result-btn.active {
    background-color: #0080bf;
    color: #fff;
}

.api-transcription-download {
    padding: 10px 0;
    justify-content: center;
}

#api-transcription-state {
    margin-bottom: 20px;
}

.normalization-btn-container {
    margin: 10px 0;
    padding: 0;
}

.normalization-btn-container .api-transcription-field-label {
    width: auto;
    padding: 0 20px;
    color: #333 !important;
    margin: 0 !important;
}


/* Transcription streaming */

.api-streaming-container {
    background-color: #efefef;
    padding: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#record-streaming {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding: 0;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    position: relative;
}

#record-streaming .rec-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    mask-image: url('../assets/images/linto/mic.svg');
    -webkit-mask-image: url('../assets/images/linto/mic.svg');
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #c51843;
}

#record-streaming:hover {
    background-color: #c51843;
}

#record-streaming:hover .rec-icon {
    background-color: #fff;
}

#record-streaming-transcript {
    padding: 10px;
    background: #fff;
    min-height: 50px;
    height: auto;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#record-streaming.recording {
    -webkit-animation: blinkRedWhite 2s infinite;
    -moz-animation: blinkRedWhite 2s infinite;
    -ms-animation: blinkRedWhite 2s infinite;
    -o-animation: blinkRedWhite 2s infinite;
    animation: blinkRedWhite 2s infinite;
}

#record-streaming.recording .rec-icon {
    -webkit-animation: blinkWhiteRed 2s infinite;
    -moz-animation: blinkWhiteRed 2s infinite;
    -ms-animation: blinkWhiteRed 2s infinite;
    -o-animation: blinkWhiteRed 2s infinite;
    animation: blinkWhiteRed 2s infinite;
}

@-webkit-keyframes blinkRedWhite {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #ec5a5a;
    }
    100% {
        background-color: #fff;
    }
}

@keyframes blinkRedWhite {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #ec5a5a;
    }
    100% {
        background-color: #fff;
    }
}

@-webkit-keyframes blinkWhiteRed {
    0% {
        background-color: #ec5a5a;
    }
    50% {
        background-color: #fff;
    }
    100% {
        background-color: #ec5a5a;
    }
}

@keyframes blinkWhiteRed {
    0% {
        background-color: #ec5a5a;
    }
    50% {
        background-color: #fff;
    }
    100% {
        background-color: #ec5a5a;
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#osx-video-player {
    max-width: 560px;
    display: block;
    margin: 20px auto;
}


/* LinTO agent web demo */


/* Widget DEMO (meeting-room & coffee machine) */

.browser-command-wrapper {
    padding: 0;
    border: 1px solid #ccc;
    margin: 40px 0;
}

.browser-command-wrapper h3 {
    font-weight: 600;
}

.browser-commands-container {
    padding: 20px 40px !important;
    background-color: #F2F2F2;
}

ul.browser-command-list li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-style: italic;
    color: #333;
    list-style-type: disc;
    background-color: #fff;
    margin: 3px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

ul.browser-command-list li strong {
    color: #c51843;
}

.browser-command-svg-container {
    padding: 20px;
}


/* Browser command demo */

.linto-agent-demo-btn {
    padding: 10px 15px !important;
    margin: 5px !important;
    font-size: 16px !important;
}

.linto-agent-demo-btn.btn-enabled {
    background: #369FFF;
    border-color: #369FFF;
}

.browser-demo-container {
    background-color: #fff;
    padding: 20px;
}

.browser-control-content-block {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.browser-control-content-block.active {
    border-color: #09a2e3;
    background-color: #f0faff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.control-content-title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding-bottom: 20px;
}

.control-content-text {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    color: #333;
}

#browser-control-img-container {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
    position: relative;
}

#browser-control-img-container.big {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    z-index: 999;
}

#browser-control-img {
    display: inline-block;
    width: 300px;
    height: auto;
}

#browser-control-img-container.big #browser-control-img {
    width: 500px;
}

#browser-control-img-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    left: 100%;
    margin-left: -70px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

#browser-control-img-close .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../assets/images/linto/close.svg');
    -webkit-mask-image: url('../assets/images/linto/close.svg');
    background-color: rgba(255, 255, 255, 0.7);
}

#browser-control-img-close:hover .icon {
    background-color: #fff;
}


/* ACCESSIBILITY MODE */

.accessibility-on {
    background-color: #333;
    font-family: verdana !important;
}

.accessibility-on h1 {
    color: #fff !important;
}

.accessibility-on p.lead {
    color: #fff !important;
}


/* SVG STYLES */

svg {
    max-width: 1000px;
}

#LUMIERE-ON.off {
    opacity: 0;
}

#ETEIND {
    opacity: 0;
}

.proj {
    opacity: 0;
}

.proj.active {
    opacity: 1;
}

#VIDEOPROJ-ON {
    opacity: 0;
}

.pc-proj.active {
    opacity: 1;
}

.pc-proj {
    opacity: 0;
}

.pc-proj.active {
    opacity: 1;
}

.meeting-room-btn {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    margin: 10px 0;
}

.st0 {
    fill: #F9F9F9;
}

.st1 {
    fill: #EDEDED;
}

.st2 {
    fill: #E6E6E6;
}

.st3 {
    fill: url(#ciel-G_1_);
}

.st4 {
    fill: url(#ciel-D_1_);
}

.st5 {
    clip-path: url(#SVGID_2_);
}

.st6 {
    fill: #E0E3EB;
}

.st7 {
    fill: #EDF1F9;
}

.st8 {
    fill: #FAFDFF;
}

.st9 {
    fill: #C7C9D1;
}

.st10 {
    opacity: 0.1;
    enable-background: new;
}

.st11 {
    clip-path: url(#SVGID_4_);
}

.st12 {
    fill: #7C7C7C;
}

.st13 {
    fill: #6D6D6D;
}

.st14 {
    fill: #2B303F;
}

.st15 {
    fill: #522E02;
}

.st16 {
    fill: #FFCEA9;
}

.st17 {
    fill: #F4F4F4;
}

.st18 {
    opacity: 0.3;
    fill: url(#SVGID_5_);
    enable-background: new;
}

.st19 {
    opacity: 0.3;
    fill: url(#SVGID_6_);
    enable-background: new;
}

.st20 {
    fill: #150B33;
}

.st21 {
    fill: #250E70;
}

.st22 {
    fill: #E63225;
}

.st23 {
    fill: #D3C4A9;
}

.st24 {
    fill: #EFE3CA;
}

.st25 {
    fill: #D6D8E5;
}

.st26 {
    fill: #D6D6D6;
}

.st27 {
    fill: #303030;
}

.st28 {
    fill: #BFBFBF;
}

.st29 {
    fill: #E5E5E5;
}

.st30 {
    opacity: 0.4;
    fill: #D6D8E5;
    enable-background: new;
}

.st31 {
    fill: #E4E6EF;
}

.st32 {
    fill: #28221C;
}

.st33 {
    fill: #99B524;
}

.st34 {
    fill: #A6CE28;
}

.st35 {
    fill: #B0B4C1;
}

.st36 {
    fill: #BFC2D1;
}

.st37 {
    fill: #B1B6C4;
}

.st38 {
    fill: #C4C7D6;
}

.st39 {
    fill: #0E061B;
}

.st40 {
    fill: #150D33;
}

.st41 {
    clip-path: url(#SVGID_8_);
}

.st42 {
    fill: #3D3D3D;
}

.st43 {
    fill: #DCEEFF;
}

.st44 {
    fill: #DBDBDB;
}

.st45 {
    fill: #FFFFFF;
}

.st46 {
    fill: #9ACC12;
}

.st47 {
    fill: #E8BC05;
}

.st48 {
    fill: #EF6848;
}

.st49 {
    fill: #BE4AED;
}

.st50 {
    fill: #543526;
}

.st51 {
    fill: #1B96EA;
}

.st52 {
    fill: #FF5050;
}

.st53 {
    fill: #32CEC3;
}

.st54 {
    fill: none;
    stroke: #D6D8E5;
    stroke-width: 0.3231;
    stroke-miterlimit: 10;
}

.st55 {
    fill: #FFCEA9;
}

.st56 {
    fill: #291300;
}

.st57 {
    fill: #9FA0A2;
}

.st58 {
    fill: #A1A2A4;
}

.st59 {
    fill: #F4F6F9;
}

.st60 {
    fill: #595D69;
}

.st61 {
    fill: #616774;
}

.st62 {
    fill: #D5D7E2;
}

.st63 {
    fill: none;
    stroke: #D6D8E5;
    stroke-width: 1.8345;
    stroke-miterlimit: 10;
}

.st64 {
    opacity: 0.43;
    fill: #FFFFFF;
    enable-background: new;
}

.st65 {
    fill: #323846;
}

.st66 {
    fill: #252935;
}

.st67 {
    fill: #BDBEC1;
}

.st68 {
    fill: #D2D4D7;
}

.st69 {
    fill: #1C0513;
}

.st70 {
    fill: #070000;
}

.st71 {
    fill: #3A0B26;
}

.st72 {
    display: none;
    fill: #8D4F14;
}

.st73 {
    fill: #8D4F14;
}

.st74 {
    fill: #2786A8;
}

.st75 {
    fill: #3EB7EA;
}

.st76 {
    fill: #0D0C23;
}

.st77 {
    fill: #AAADBC;
}

.st78 {
    fill: #F9EFC5;
}

.st79 {
    fill: #D8AA44;
}

.st80 {
    opacity: 0.69;
    fill: #F9EFC5;
    enable-background: new;
}

.st81 {
    opacity: 0.2;
    fill: #0D0C23;
    enable-background: new;
}

.st82 {
    fill: #FFDF57;
}

.st83 {
    opacity: 0.69;
    fill: #FFDF57;
    enable-background: new;
}

.st84 {
    opacity: 0.6;
    fill: url(#SVGID_9_);
    enable-background: new;
}

.st85 {
    opacity: 0.4;
    fill: url(#VIDEOPROJ-ON_3_);
    enable-background: new;
}

.st86 {
    opacity: 0.4;
    fill: #FFFFFF;
    enable-background: new;
}

.st87 {
    fill: #1E67F7;
}

.st88 {
    fill: #F99F00;
}

.st89 {
    fill: #00AD0C;
}


/* Coffee machine */

.shape {
    fill: none;
    stroke: #60544F;
}

.outline,
.doors {
    fill: #F4EEE6;
    stroke: #60544F;
    stroke-width: 2pt;
}

.water {
    fill: #D6EDEE;
    stroke: #60544F;
}

.water-cut {
    fill: #B4D6DB;
}

.milk {
    fill: #fff;
    stroke: #60544F;
}

.milk-cut {
    fill: #F4EEE6;
}

.coffee {
    fill: #60544F;
    stroke: #60544F;
}

.coffee-cut {
    fill: #60544F;
}