/*------------------------------------------------------------------
  Reset
 -------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:0}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

/*------------------------------------------------------------------
  Base
 -------------------------------------------------------------------*/

/* Fonts */
@font-face { font-family: "Roboto";  src: url("/assets/fonts/Roboto.ttf"); }
@font-face { font-family: "Marcellus"; src: url("/assets/fonts/Marcellus.ttf"); }
@font-face { font-family: "Digital"; src: url("/assets/fonts/Digital.ttf"); }
@font-face { font-family: "Edos"; src: url("/assets/fonts/Edos.ttf"); }
@font-face { font-family: "Arrow"; src: url("/assets/fonts/Arrow.ttf"); }
@font-face { font-family: "Masonic"; src: url("/assets/fonts/Masonic.ttf"); }
@font-face { font-family: "Epta"; src: url("/assets/fonts/Epta.ttf"); }
@font-face { font-family: "Unitology"; src: url("/assets/fonts/Unitology.ttf"); }
@font-face { font-family: "Instrumental"; src: url("/assets/fonts/Instrumental.ttf"); }
@font-face { font-family: "EgyptianGlyph"; src: url("/assets/fonts/EgyptianGlyph.otf"); }
@font-face { font-family: "Enochian";  src: url("/assets/fonts/Enochian.ttf"); }
@font-face { font-family: "Pirates";  src: url("/assets/fonts/Pirates.ttf"); }
@font-face { font-family: "Magic";  src: url("/assets/fonts/Magic.ttf"); }
@font-face { font-family: "Jungle";  src: url("/assets/fonts/Jungle.ttf"); }
@font-face { font-family: "Runes";  src: url("/assets/fonts/Runes.otf"); }
@font-face { font-family: "Alchemy";  src: url("/assets/fonts/Alchemy.ttf"); }
@font-face { font-family: "Adinkra";  src: url("/assets/fonts/Adinkra.ttf"); }
@font-face { font-family: "Sonidos";  src: url("/assets/fonts/Sonidos.ttf"); }
@font-face { font-family: "Animales";  src: url("/assets/fonts/Animales.ttf"); }
@font-face { font-family: "Psicotest";  src: url("/assets/fonts/Psicotest.ttf"); }

html {
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    overflow: auto;
    cursor: url('/assets/cursors/cursor.png'), auto;
}

a {
    color: #ccc;
    transition: all 0.2s linear;
}
a:hover, a:focus {
    text-decoration: none;
    color: #fff;
}

/*---------------------------
  Scroll bar
 ----------------------------*/
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.5);
}

/*------------------------------------------------------------------
  Header
 -------------------------------------------------------------------*/
header .navbar {
    font-family: 'Marcellus', serif;
    font-weight: 600;
    background: #000;
    height: 75px;
}

header .navbar .navbar-brand {
    font-size: 1.8rem !important;
    margin-right: 0 !important;
}

.banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    text-align: center;
    opacity: 0.9999;
}

.banner .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

.banner .bg-image img {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 425px;
    overflow: hidden;
    pointer-events: none;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, opacity;
    margin-top: 0;
    opacity: 0.25;
}

.banner .header-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 425px;
    padding-top: 25px;
}

.banner .header-table .header-table-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0 0 80px 0;
}

.banner .header-table .header-table-cell .header-title {
    font-family: 'Marcellus', serif;
    font-weight: 600;
    color: #fff;
    font-size: 3rem;
}

/*------------------------------------------------------------------
  Main
 -------------------------------------------------------------------*/
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 9000;
}

.preloader .preloader-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
}

.preloader .preloader-container > div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader .preloader-title {
    font-family: 'Marcellus', serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
}

.preloader-animation {
    position: relative;
    display: block;
    margin: 30px auto;
    opacity: .7;
    -webkit-animation: preloader-animation 1.2s linear infinite .4s;
    animation: preloader-animation 1.2s linear infinite .4s;
}

.preloader-animation::after,
.preloader-animation::before {
    content: "";
    position: absolute;
    display: block;
}

.preloader-animation,
.preloader-animation::after,
.preloader-animation::before {
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.preloader-animation::before {
    left: -20px;
    -webkit-animation: preloader-animation 1.2s linear infinite 0s;
    animation: preloader-animation 1.2s linear infinite 0s;
}

.preloader-animation::after {
    right: -20px;
    -webkit-animation: preloader-animation 1.2s linear infinite .8s;
    animation: preloader-animation 1.2s linear infinite .8s;
}

#llegada { font-size: 36px; position: fixed; left: 50%; top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff; text-transform: uppercase; z-index: 99999; text-align: center;
    display: none;
    padding: 20px;
    background-color: rgba(0, 0, 0, .84);
}

/* Preloader 3D SVG */
.loader {
    box-sizing: border-box;
    position: absolute;
    left:50%;
    top:53%;
    z-index: 999999;
    transition: all 2s ease;
    transform: translateX(-50%) translateY(-50%);

}

/* 3D */
#model3d-container { position: relative; width: 100% !important; height: 100% !important; }
#model3d-container { cursor: url(/assets/cursors/cursor.png),auto; }
.cursorhand { cursor: url(/assets/cursors/finger.png),auto !important; }
.log3d { position: fixed; display: none; background-color: #000; top: 50%; color:#fff; transform: translateY(-50%); right: 30px; width: 300px; height: auto; padding: 20px; z-index: 999999999; }
#svgmaze { width: 20px; background-color: #ff0000; position: absolute; z-index: 999999; top:20px; left:20px; opacity: 0; }
.fancybox-content { padding: 0px !important;}

@-webkit-keyframes preloader-animation {
    0%,
    60%,
    100% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    30% {
        background-color: #fff;
    }
}

@keyframes preloader-animation {
    0%,
    60%,
    100% {
        background-color: rgba(255, 255, 255, 0.3);
    }
    30% {
        background-color: #fff;
    }
}

/* Page border */
.page-border .page-border-t,
.page-border .page-border-r,
.page-border .page-border-b,
.page-border .page-border-l {
    position: fixed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 100% 100%;
    z-index: 2000;
}

.page-border .page-border-t,
.page-border .page-border-b {
    left: 0;
    width: 100%;
    /*height: 100px;*/
    height: 35px;
}

.page-border .page-border-t {
    top: 75px;
    /*background-image: url("../images/border-top.png");*/
    background-image: url("../images/header-corner.png");
}

.page-border .page-border-b {
    bottom: 0px;
    /*background-image: url("../images/border-bottom.png");*/
    background-image: url("../images/footer-corner.png");
}

.page-border .page-border-r,
.page-border .page-border-l {
    top: 0;
    width: 100px;
    height: 100%;
}

.page-border .page-border-r {
    right: 0px;
    background-image: url("../images/border-right.png");
}

.page-border .page-border-l {
    left: 0px;
    background-image: url("../images/border-left.png");
}

@media (max-width: 575px) {
    .page-border .page-border-t,
    .page-border .page-border-b {
        height: 50px;
    }

    .page-border .page-border-r,
    .page-border .page-border-l {
        width: 50px;
    }
}

/* Countdown */
/*.countdown-wrap {
    background: url('/assets/images/countdown-bg.png') center no-repeat;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 168px;
    height: 145px;
    margin-left: -84px;
    padding-top: 45px;
}*/

.countdown-wrap {
    background: url('/assets/images/countdown-bg-alter.png') center no-repeat;
    /*position: absolute;
    left: 50%;
    width: 220px;
    margin-left: -110px;*/
}

/*#time-container {
    color: #380404;
    text-shadow: 0px 0px 4px #af3737;
}*/

#time-container {
    color: #801616;
    text-shadow: 0 1px 0px #270000, 1px 0 0px #270000, 1px 2px 1px #270000, 2px 1px 1px #270000, 2px 3px 2px #270000;
    line-height: 14px;
}

/* Score */
#score-container {
    font-size: 14px;
    color: #ffffff8f;
}

/* Main image */
main .scene-wrap {
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

.scene-wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -0.25em;
    height: 100%;
}

main #scene-container {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

main #scene-cursor-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

main #scene-cursor-map polyline {
    fill: rgba(0, 0, 0, .01);
    stroke-width: 0;
    transition: all 0.2s linear;
}

/* Objects */
main #icon-objects {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    z-index: 990;
}

main .objects-wrap {
    position: fixed;
    left: 0;
    top: 8rem;
    box-shadow: 0 0 10px 3px black;
    background: rgb(21, 20, 20);
    background: linear-gradient(90deg, rgba(21, 20, 20, 1) 50%, rgba(38,37,35,1) 100%);
    height: auto;
    width: 77px;
    padding: 3px 14px 0;
    border-radius: 2px;
    border: 1px solid #272727;
}

main #objects-container .button-object {
    display: block;
    position: relative;
    width: 60px;
    height: auto;
    background: rgb(55,53,46);
    background: radial-gradient(circle, rgba(55, 53, 46, 1) 50%, rgba(38, 37, 35, 1) 100%);
    box-shadow: inset 0 0 25px 3px black;
    margin-bottom: 3px;
    border-radius: 2px;
    transition: all 150ms linear;
}

main #objects-container .button-object:hover {
    cursor: pointer;
    background: rgb(72,36,0);
    background: radial-gradient(circle, rgb(113, 58, 2) 50%, rgb(103, 51, 0) 100%);
    box-shadow: inset 0 0 25px 3px #0e0e0e;
    transition: all 250ms linear;
}

main #objects-container .button-object img {
    padding: 2px;
}

@media (max-width: 575px) {
    main #objects-container {
        left: 2rem;
    }
}

@media (max-width: 991px) {
    main #objects-container {
        left: 2rem;
    }
}

/*------------------------------------------------------------------
  Footer
 -------------------------------------------------------------------*/
footer .footer-container {
    padding: 0 0 10px 0;
    background: #000;
    color: #fff;
}

footer .footer-container .title {
    font-size: 1.8rem;
    font-family: 'Marcellus', serif;
    font-weight: 600;
    margin-bottom: 0;
}

footer .footer-container .info {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #e3e3e3;
    font-size: 1.05rem;
}

footer .footer-container .info em {
    font-style: italic;
}

footer .footer-top-corner {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

footer .link-effect {
    padding: 5px 0;
    background-image: -o-linear-gradient(top,transparent 0,#0e0e0e 0),-o-linear-gradient(bottom,#fff 0,#fff 1px,transparent 1.0001px,transparent 100%);
    background-image: linear-gradient(to bottom,transparent 0,#0e0e0e 0),linear-gradient(to top,#fff 0,#fff 1px,transparent 1.0001px,transparent 100%);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0 1.4em,100% 1.4em;
    -webkit-transition: .3s background-size;
    -o-transition: .3s background-size;
    transition: .3s background-size;
    text-decoration: none;
    color: #fff;
}

footer .link-effect:hover {
    background-position: left center;
    background-size: 100% 1.4em,100% 1.4em;
}

/*------------------------------------------------------------------
  Plugins
 -------------------------------------------------------------------*/
/* Fancybox */
.fancybox-container {
    z-index: 2039;
}

.fancybox-caption__body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.fancybox-content {
    background: none;
    overflow: hidden;
}

.fancybox-content video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.fancybox-slide {
    padding: 0;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    background: #000;
    width: 100% !important;
    height: 100% !important;
}

.fancybox-button {
    width: 48px;
    height: 48px;
}

/* Transiciones Fran */
#transition-black {
    width: 100%;
    height: 100%;
    left:0px; top:0px;
    display: none;
    position: fixed;
    z-index: 999998;
    background-color: #000000;
}

#transicion-container {
    width: 100%;
    height: 0%;
    padding-top: 56.5%;
    display: none;
    left: 50%;
    position: fixed;
    top: 0px;
    z-index: 999999;
    transform: translateX(-50%);
    background-color: #000000;
}

#videodiv {
    width: 100%;
    height: 100%;
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* Tooltip */
.tooltip-inner {
    font-family: "Marcellus", serif;
    font-weight: 600;
    font-size: 0.9em;
    padding: 5px;
    border-radius: 2px;
    text-align: left;
}

/* Modal */
.modal {
    z-index: 9050;
}

.modal-backdrop {
    top: 75px;
}

#toast-container .modal-dialog {
    max-width: 400px;
}

.modal-dialog-topright {
    position: fixed;
    top: 45px;
    right: 15px;
    left: auto;
    bottom: auto;
}

.modal-dialog-bottomright {
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 5%;
}

.modal-container #icon-messages {
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: 990;
}

.modal-container .modal-content {
    box-shadow: 0 0 1px 1px #0e0e0e;
    background: #2d2b27;
    border: none;
    border-radius: 0;
    padding: 3px;
}

.modal-container .modal-wrap {
    border: 1px solid #313131;
    background: #191919;
}

.modal-container .modal-header {
    margin-bottom: 5px;
}

.modal-container .modal-header .modal-title {
    font-family: 'Marcellus', serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.4rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1.5rem -2rem -1.5rem auto;
    outline: 0;
}

.modal-header .close span {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 1.5rem;
}

.modal-container .modal-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 0 30px;
    color: #d8d8d8;
    margin-bottom: 15px;
    line-height: 1.5rem;
}

.modal-container .modal-body .content-body p.highlight {
    color: #d19e6d;
}

.modal-container .modal-body .content-body p em {
    font-style: italic;
}

.modal-container .modal-footer {
    background: #000;
}

.modal-container .modal-header,
.modal-container .modal-footer {
    padding: 15px 30px 0 30px;
    border: none;
}

/* Rolling */
.lock-dial .lock-inset {
    display: inline-block;
    position: relative;
}

.lock-dial .lock-wrapper {
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.85);
    background: linear-gradient(black 25%, #403C3A, black 75%, #110C14, black 0%);
    border-radius: 3px;
    height: 150px;
    box-shadow: inset 0 0 10px 2px black;
}

.lock-dial .dial {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: top;
    height: 150px;
    width: 55px;
    margin: 0px 1px;
    border: 4px solid rgba(50, 50, 50, 0.25);
    border-radius: 8px;
    border-top: none;
    border-bottom: none;
    border-left-image: linear-gradient(white, black);
    overflow: hidden;
    font-size: 55px;
    color: #ececec;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 8px 10px rgba(0, 0, 0, 0.2), 0 13px 10px rgba(0, 0, 0, 0.2);
}

.lock-dial .dial ol {
    display: inline;
    position: relative;
    top: -25px;
}

.lock-dial .dial ol li.dial-item {
    display: inline-block;
    position: relative;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    height: 55px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lock-dial .shadow {
    pointer-events: none;
    position: absolute;
    top: 0px;
    background: linear-gradient(black 5%, transparent 40%, transparent 60%, black 100%);
    border-radius: 8px;
    height: 150px;
    width: 100%;
}

/* Pinpad */
.pinpad input:focus,
.pinpad button:focus {
    outline: none;
}

.pinpad {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    height: 298px;
    margin: 0 auto;
    padding: 2px;
    width: 229px;
}

.pinpad .pin-box {
    background: none;
    border: 1px solid #000;
    box-shadow: inset 0 0 4px 4px #212121;
    color: #ececec;
    font-size: 52px;
    font-weight: 600;
    height: 70px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.pinpad .pin-btn {
    background: #0e0e0e;
    border: 1px solid #000;
    box-shadow: inset 0 0 4px 4px #212121;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 2.9em;
    font-weight: 600;
    width: 75px;
    padding: 0px;
    text-shadow: -1px 2px 1px #212121;
}

.pinpad .pin-btn:active {
    background: linear-gradient(#222, #000);
    border: 1px solid #000;
    vertical-align: 0px;
    box-shadow: inset 0px 0px 14px 5px rgba(0, 0, 0, 0.5), inset 0px 0px 6px 2px #000;
}

/* Directional */
.directional input:focus,
.directional button:focus {
    outline: none;
}

.directional .directional-box {
    font-family: "Arrow", sans-serif;
    background: none;
    border: none;
    color: #ececec;
    text-align: center;
    width: 100%;
    font-size: 2.5rem;
    letter-spacing: 6px;
}

.directional .directional-panel {
    width: 100%;
    margin: 0 auto;
}

.directional .directional-btn {
    background: #0e0e0e;
    border: 2px solid #000;
    font-size: 2rem;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    width: 60px;
}

.directional .directional-btn span {
    color: #fff;
}

.directional .directional-btn.up-btn {
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
    padding-bottom: 6px;
}

.directional .directional-btn.right-btn {
    border-radius: 0 6px 6px 0;
    border-left: 0;
    padding-left: 12px;
}

.directional .directional-btn.down-btn {
    border-radius: 0 0 6px 6px;
    border-top: 0;
    padding-top: 6px;
}

.directional .directional-btn.left-btn {
    border-radius: 6px 0 0 6px;
    border-right: 0;
    padding-right: 12px;
}

.directional .directional-btn.center-btn {
    border: 0;
    border-radius: 0;
    cursor: default;
    pointer-events: none;
    padding: 2px;
}

.directional .directional-btn:active {
    background: linear-gradient(#222, #000);
    color: #000;
    box-shadow: inset 0px 0px 14px 5px rgba(0, 0, 0, 0.5), inset 0px 0px 6px 2px #000;
}

/* Cryptex */
.cryptex-dial .cryptex-inset {
    display: inline-block;
    position: relative;
}

.cryptex-dial .cryptex-wrapper {
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.85);
    background: linear-gradient(black 25%, #666, black 75%, black, black 0%);
    height: 150px;
    border-radius: 25px;
    box-shadow: inset 0 0 10px 2px black;
}

.cryptex-dial .dial {
    display: inline-block;
    vertical-align: top;
    height: 150px;
    width: 40px;
    margin: 0;
    padding-top: 50px;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    font-size: 2.5rem;
    color: #000;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 8px 10px rgba(0, 0, 0, 0.2), 0 13px 10px rgba(0, 0, 0, 0.2);
}

.cryptex-dial .dial:first-child {
    margin-left: 25px;
}

.cryptex-dial .dial:nth-last-child(2) {
    margin-right: 25px;
}

.cryptex-dial .dial ol {
    display: inline;
    position: relative;
    top: -50px;
}

.cryptex-dial .dial ol li.dial-item {
    display: inline-block;
    position: relative;
    font-weight: 600;
    display: block;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cryptex-dial .shadow {
    pointer-events: none;
    position: absolute;
    top: 0px;
    background: linear-gradient(black 5%, transparent 40%, transparent 60%, black 100%);
    border-radius: 25px;
    height: 150px;
    width: 100%;
}

/* Pattern */
.patt-holder {
    -ms-touch-action: none;
    margin: 20px auto 0;
}

.patt-holder:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/assets/vendor/pattern-lock/mobile-frame.png');
    background-repeat: no-repeat;
    margin-top: -20px;
}

.patt-wrap {
    cursor: pointer;
    position: relative;
}

.patt-wrap:before {
    content: '';
    position: absolute;
    top: 40px;
}

.patt-wrap li, .patt-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.patt-circ {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.patt-circ.hovered {
    border: 3px solid #fff;
}

.patt-error .patt-circ.hovered {
    border: 3px solid #ba1b26;
}

.patt-hidden .patt-circ.hovered {
    border: 0;
}

.patt-dots {
    background: #fff;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
    width: 10px;
}

.patt-dots, .patt-lines {
    border-radius: 5px;
    height: 10px;
    position: absolute;
}

.patt-lines {
    -ms-transform-origin: 5px 5px;
    -webkit-transform-origin: 5px 5px;
    background: hsla(0, 0%, 100%, .7);
    transform-origin: 5px 5px;
}

.patt-hidden .patt-lines {
    display: none;
}

/* Digital */
.digital .display {
    background-color: #0e0e0e;
    padding: 5px;
}

.digital .display input {
    font-family: 'Digital', serif;
    width: 100%;
    height: 70px;
    outline: none;
    background: #bccd95;
    border-right: 2px solid #fcfcfc;
    border-bottom: 2px solid #fcfcfc;
    border-left: 4px solid #9aa979;
    border-top: 4px solid #9aa979;
    color: #0e0e0e;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 4rem;
    text-align: center;
    text-transform: lowercase;
}

/* Talk */
.talk .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 150px;
    width: 300px;
    background: white;
    border-radius: 50%;
    box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
}

.talk .wrapper:before {
    border: 25px solid white;
    content: '';
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -44px;
    right: 75px;
    transform: rotate(-8deg);
}

.talk .wrapper input {
    font-family: 'Edos', serif;
    border-radius: 50%;
    width: 90%;
    height: 70px;
    outline: none;
    border: none;
    background: #ffff;
    color: #0e0e0e;
    font-size: 3rem;
    text-align: center;
    text-transform: lowercase;
}

/* Password */
.password .crt {
    background: #7b8e78;
    box-shadow: inset .25em .25em 2px hsla(0, 0%, 100%, .4), inset -.25em -.25em 2px rgba(0, 0, 0, .4);
    height: 50vh;
    max-height: 50vh;
    max-width: 100vh;
    transform: translateZ(0);
    width: 100vh;
    z-index: 10;
}

.password .crt,
.password .crt-screen {
    border-radius: 0.5em;
    position: relative;
}

.password .crt-screen {
    background: #000;
    box-shadow: 0 0 1px 3px rgba(10, 10, 10, .7);
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 20;
}

.password .crt-screen:before {
    border-radius: 0.5em;
    box-shadow: inset 0 0 1em .5em hsla(0, 0%, 100%, .08);
    z-index: 70;
}

.password .crt-screen:after,
.password .crt-screen:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.password .crt-screen:after {
    background: linear-gradient(hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .2));
    opacity: .1;
    z-index: 60;
}

.password .crt-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(.5deg);
    transform-origin: 50% 50%;
    z-index: 30;
}

.password .crt-wrapper:before {
    background: radial-gradient(ellipse at center, rgba(0, 30, 30, 0) 0, rgba(0, 30, 30, .5) 100%);
    z-index: 31;
}

.password .crt-wrapper:after,
.password .crt-wrapper:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.password .crt-wrapper:after {
    -webkit-animation: glow 2s linear infinite;
    animation: glow 2s linear infinite;
    background: radial-gradient(ellipse at center, #0f7 0, rgba(0, 255, 119, 0) 100%);
    opacity: .5;
    z-index: 32;
}

.password .interlace {
    background: linear-gradient(#888 50%, #000 0);
    background-repeat: repeat-y;
    background-size: 100% 4px;
    bottom: 0;
    left: 0;
    opacity: .25;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 21;
}

.password .envelope {
    -webkit-animation: skew 5s linear infinite;
    animation: skew 5s linear infinite;
    background: rgba(0, 0, 0, .25);
    border-radius: 0.5em;
    bottom: 1em;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 40;
}

.password .scanline {
    -webkit-animation: scanline 1.25s linear infinite;
    animation: scanline 1.25s linear infinite;
    background: linear-gradient(180deg, transparent 0, snow 50%, #64ff64 0, transparent);
    height: 1em;
    left: 0;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0;
}

.password .terminal {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 50;
}

.password .terminal pre {
    font: 1rem Inconsolata, monospace;
    font-weight: bold;
    text-align: left;
    color: #18ff62;
    line-height: 1.25;
    overflow: hidden;
    padding: 1.5em;
    width: 100%;
    white-space: normal;
    margin: 0;
}

.password .terminal .terminal-input {
    font: 1rem Inconsolata, monospace;
    font-weight: bold;
    text-align: left;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: #18ff62;
    /*display: block;*/
    line-height: 1.25;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    /*padding-left: 1.5em;*/
    /*text-shadow: 0 0 2px rgba(10, 255, 10, .8);*/
    white-space: normal;
    /*width: 100%;*/
}

#terminal textarea {
    font-size: inherit;
    height: 100%;
    margin: 0;
    outline: 0 none;
    overflow: hidden;
    padding: 1em;
    pointer-events: none;
    resize: none;
    text-shadow: 0 0 2px rgba(10, 255, 10, .8);
    white-space: pre-wrap;
    width: 100%
}

@-webkit-keyframes scanline {
    0% {
        top: 0;
    }
    to {
        top: 100%;
    }
}

@keyframes scanline {
    0% {
        top: 0;
    }
    to {
        top: 100%;
    }
}

@-webkit-keyframes skew {
    0% {
        -webkit-transform: skewX(.5deg);
        transform: skewX(.5deg);
    }
    8% {
        -webkit-transform: skewX(1deg) scale(1.0001);
        transform: skewX(1deg) scale(1.0001);
    }
    15% {
        -webkit-transform: skewX(.6deg) skewY(-.05deg);
        transform: skewX(.6deg) skewY(-.05deg);
    }
    30% {
        -webkit-transform: skewX(.6deg);
        transform: skewX(.6deg);
    }
    to {
        -webkit-transform: skewX(.1deg);
        transform: skewX(.1deg);
    }
}

@keyframes skew {
    0% {
        -webkit-transform: skewX(.5deg);
        transform: skewX(.5deg);
    }
    8% {
        -webkit-transform: skewX(1deg) scale(1.0001);
        transform: skewX(1deg) scale(1.0001);
    }
    15% {
        -webkit-transform: skewX(.6deg) skewY(-.05deg);
        transform: skewX(.6deg) skewY(-.05deg);
    }
    30% {
        -webkit-transform: skewX(.6deg);
        transform: skewX(.6deg);
    }
    to {
        -webkit-transform: skewX(.1deg);
        transform: skewX(.1deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.005);
        transform: scale(1.005);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.005);
        transform: scale(1.005);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes blur {
    50% {
        color: #00e449;
        text-shadow: 2px 0 2px hsla(0, 0%, 100%, .8);
    }
}

@keyframes blur {
    50% {
        color: #00e449;
        text-shadow: 2px 0 2px hsla(0, 0%, 100%, .8);
    }
}

@-webkit-keyframes glow {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes glow {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media (max-width: 1280px) {
    #crt {
        font-size: 9px;
        height: 90vh;
        width: 90vw;
    }
}

/* Rotary */
.rotary canvas {
    display: block;
    cursor: -webkit-grab;
    cursor: grab;
}

.rotary .rotary-wrapper input {
    margin-top: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    color: #f0f0f0;
    font-size: 3rem;
    line-height: 3rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    outline: none;
    width: 300px;
}

/* Memory */
.memory {
    transform-style: preserve-3d;
    perspective: 500px;
    height: 100%;
    margin: 0;
}

.memory .wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    overflow: auto;
}

.memory .card {
    float: left;
    width: 300px;
    height: 205px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    display: inline-block;
    perspective: 500px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 50;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.memory .card .inside {
    width: 100%;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: 0.4s ease-in-out;
    background: transparent;
}

.memory .card .inside.picked,
.memory .card .inside.matched {
    transform: rotateY(180deg);
}

.memory .card .inside.matched {
    -webkit-animation: 1s matchAnim ease-in-out;
    animation: 1s matchAnim ease-in-out;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.memory .card .front,
.memory .card .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memory .card .front img,
.memory .card .back img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.memory .card .front {
    transform: rotateY(-180deg);
}

.memory .card .back {
    transform: rotateX(0);
}

@media (max-width: 800px) {
    .memory .card {
        width: 25%;
        height: 16.666%;
    }

    .memory .card .back {
        padding: 10px;
    }

    .memory .card .front {
        padding: 5px;
    }
}

@-webkit-keyframes matchAnim {
    0% {
        background: #bcffcc;
    }
    100% {
        background: #fff;
    }
}

@keyframes matchAnim {
    0% {
        background: #bcffcc;
    }
    100% {
        background: white;
    }
}

/* SMS */
.sms .conversation-compose {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    height: 50px;
    width: 100%;
    z-index: 2;
}

.sms .conversation-compose div,
.sms .conversation-compose input {
    background: #fff;
    height: 100%;
}

.sms .conversation-compose .emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 5px 0 0 5px;
    flex: 0 0 auto;
    width: 48px;
}

.sms .conversation-compose .emoji i {
    color: #7d8488;
    font-size: 24px;
}

.sms .conversation-compose .sms-input {
    border: 0;
    flex: 1 1 auto;
    font-size: 18px;
    margin: 0;
    outline: none;
    min-width: 50px;
}

.sms .conversation-compose .attach {
    flex: 0 0 auto;
    border-radius: 0 0 5px 0;
    text-align: center;
    position: relative;
    width: 48px;
}

.sms .conversation-compose .attach:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    right: -10px;
}

.sms .conversation-compose .attach i {
    display: block;
    color: #7d8488;
    font-size: 24px;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.sms .conversation-compose .audio {
    background: transparent;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    margin-left: 8px;
    padding: 0;
    position: relative;
    outline: none;
}

.sms .conversation-compose .audio .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sms .conversation-compose .audio .circle i {
    font-size: 24px;
    margin-left: 2px;
}

/* Symbol */
.symbol-input {
    display: block;
    background: none;
    border: none;
    color: #ececec;
    text-align: center;
    width: 100%;
    font-size: 4rem;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.symbol-input:focus {
    outline: none;
}

.symbol-panel {
    display: inline-block;
    font-size: 0;
    box-shadow: inset 0 1rem 1rem rgb(0 0 0 / 50%), 0 2rem 3rem -0.5rem rgb(0 0 0 / 55%);
    background: url('/assets/images/symbol-bg.png') left top repeat;
    padding: 1rem 1rem 1.5rem 1rem;
}

.symbol-panel .symbol-button {
    width: 4.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    margin-top: 0.375rem;
    padding: 0.375rem 0.75rem;
    box-shadow: 0 0 #d9d9d9,0 0 #d9d9d9,0 1px #d9d9d9,0 2px #d9d9d9,0 3px #d9d9d9,0 4px #d9d9d9,0 5px #d9d9d9,2px 2.5px 4px #adb5bd,0 -1px 2.5px #adb5bd;
    background-color: #fff;
    color: #343a40;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
    display: inline-block;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    transform: translateZ(5px);
    transform-style: preserve-3d;
    transition: all .25s cubic-bezier(.2,1,.2,1);
    cursor: pointer;
}

.symbol-panel .symbol-button:after {
    content: '';
    display: block;
    position: absolute;
    border-color: #ccc;
    border-style: solid;
    border-radius: 0.5rem;
    border-width: 0.125rem;
    bottom: -9px;
    left: -0.3125rem;
    right: -0.3125rem;
    top: 0;
    transform: translateZ(-3px);
    transform-style: preserve-3d;
    box-sizing: content-box;
    transition: all 0.25s cubic-bezier(0.2, 1, 0.2, 1);
    text-decoration: none;
}

.symbol-panel .symbol-button:hover,
.symbol-panel .symbol-button.hover,
.symbol-panel .symbol-button:focus,
.symbol-panel .symbol-button.focus {
    text-decoration: none;
    transform: translate3d(0, 1px, 5px);
    box-shadow: 0 0 #d9d9d9, 0 0px #d9d9d9, 0 1px #d9d9d9, 0 2px #d9d9d9, 0 3px #d9d9d9, 0 4px #d9d9d9, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
    background-color: #e6e6e6;
    color: #343a40;
    outline: none;
}

.symbol-panel .symbol-button:hover::after,
.symbol-panel .symbol-button:focus::after,
.symbol-panel .symbol-button.hover::after,
.symbol-panel .symbol-button.focus::after {
    transform: translate3d(0, -1px, -5px);
}

.symbol-panel .symbol-button:active,
.symbol-panel .symbol-button.active {
    border-color: transparent;
    transform: translate3d(0, 5px, 0);
    background-color: #e6e6e6;
    box-shadow: 0 0 1px 1px #b3b3b3;
    color: #343a40;
}

.symbol-panel .symbol-button:active::after,
.symbol-panel .symbol-button.active::after {
    transform: translate3d(0, -4px, 0);
    top: -1px;
}

.symbol-panel .symbol-button:disabled,
.symbol-panel .symbol-button.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

.symbol-panel .symbol-button.blue {
    box-shadow: 0 0 #4da3ff,0 0 #4da3ff,0 1px #4da3ff,0 2px #4da3ff,0 3px #4da3ff,0 4px #4da3ff,0 5px #4da3ff,2px 2.5px 4px #adb5bd,0 -1px 2.5px #adb5bd;
    background-color: #007bff;
    border-color: #3395ff;
    color: #f8f9fa
}

.symbol-panel .symbol-button.blue:after {
    border-color: #66b0ff
}

.symbol-panel .symbol-button.blue:hover,
.symbol-panel .symbol-button.blue:focus,
.symbol-panel .symbol-button.blue.hover,
.symbol-panel .symbol-button.blue.focus {
    box-shadow: 0 0 #4da3ff, 0 0px #4da3ff, 0 1px #4da3ff, 0 2px #4da3ff, 0 3px #4da3ff, 0 4px #4da3ff, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
    background-color: #3395ff;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.blue:active,
.symbol-panel .symbol-button.blue.active {
    background-color: #3395ff;
    box-shadow: 0 0 1px 1px #99caff;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.green {
    box-shadow: 0 0 #48d368,0 0 #48d368,0 1px #48d368,0 2px #48d368,0 3px #48d368,0 4px #48d368,0 5px #48d368,2px 2.5px 4px #adb5bd,0 -1px 2.5px #adb5bd;
    background-color: #28a745;
    border-color: #34ce57;
    color: #f8f9fa
}

.symbol-panel .symbol-button.green:after {
    border-color: #5dd879
}

.symbol-panel .symbol-button.green:hover,
.symbol-panel .symbol-button.green:focus,
.symbol-panel .symbol-button.green.hover,
.symbol-panel .symbol-button.green.focus {
    box-shadow: 0 0 #48d368, 0 0px #48d368, 0 1px #48d368, 0 2px #48d368, 0 3px #48d368, 0 4px #48d368, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
    background-color: #34ce57;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.green:active,
.symbol-panel .symbol-button.green.active {
    background-color: #34ce57;
    box-shadow: 0 0 1px 1px #86e29b;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.yellow {
    box-shadow: 0 0 #ba8b00,0 0 #ba8b00,0 1px #ba8b00,0 2px #ba8b00,0 3px #ba8b00,0 4px #ba8b00,0 5px #ba8b00,2px 2.5px 4px #adb5bd,0 -1px 2.5px #adb5bd;
    background-color: #ffc107;
    border-color: #d39e00;
    color: #343a40
}

.symbol-panel .symbol-button.yellow:after {
    border-color: #a07800
}

.symbol-panel .symbol-button.yellow:hover,
.symbol-panel .symbol-button.yellow:focus,
.symbol-panel .symbol-button.yellow.hover,
.symbol-panel .symbol-button.yellow.focus {
    box-shadow: 0 0 #ba8b00, 0 0px #ba8b00, 0 1px #ba8b00, 0 2px #ba8b00, 0 3px #ba8b00, 0 4px #ba8b00, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
    background-color: #d39e00;
    color: #343a40;
}

.symbol-panel .symbol-button.yellow:active,
.symbol-panel .symbol-button.yellow.active {
    background-color: #d39e00;
    box-shadow: 0 0 1px 1px #6d5200;
    color: #343a40;
}

.symbol-panel .symbol-button.red {
    box-shadow: 0 0 #e77681,0 0 #e77681,0 1px #e77681,0 2px #e77681,0 3px #e77681,0 4px #e77681,0 5px #e77681,2px 2.5px 4px #adb5bd,0 -1px 2.5px #adb5bd;
    background-color: #dc3545;
    border-color: #e4606d;
    color: #f8f9fa
}

.symbol-panel .symbol-button.red:after {
    border-color: #eb8c95
}

.symbol-panel .symbol-button.red:hover,
.symbol-panel .symbol-button.red:focus,
.symbol-panel .symbol-button.red.hover,
.symbol-panel .symbol-button.red.focus {
    box-shadow: 0 0 #e77681, 0 0px #e77681, 0 1px #e77681, 0 2px #e77681, 0 3px #e77681, 0 4px #e77681, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
    background-color: #e4606d;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.red:active,
.symbol-panel .symbol-button.red.active {
    background-color: #e4606d;
    box-shadow: 0 0 1px 1px #f3b7bd;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.black {
    box-shadow: 0 0 #56606a,0 0 #56606a,0 1px #56606a,0 2px #56606a,0 3px #56606a,0 4px #56606a,0 5px #56606a,2px 2.5px 4px #adb5bd,0 -1px 2.5px #adb5bd;
    background-color: #343a40;
    border-color: #4b545c;
    color: #f8f9fa
}

.symbol-panel .symbol-button.black:after {
    border-color: #626d78
}

.symbol-panel .symbol-button.black:hover,
.symbol-panel .symbol-button.black:focus,
.symbol-panel .symbol-button.black.hover,
.symbol-panel .symbol-button.black.focus {
    box-shadow: 0 0 #56606a, 0 0px #56606a, 0 1px #56606a, 0 2px #56606a, 0 3px #56606a, 0 4px #56606a, 2px 2px 4px #adb5bd, 0 -1px 2px #adb5bd;
    background-color: #4b545c;
    color: #f8f9fa;
}

.symbol-panel .symbol-button.black:active,
.symbol-panel .symbol-button.black.active {
    background-color: #4b545c;
    box-shadow: 0 0 1px 1px #7a8793;
    color: #f8f9fa;
}

/*------------------------------------------------------------------
  Components
 -------------------------------------------------------------------*/
/* Buttons */
.button {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    font-family: "Marcellus", serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(14, 14, 14, 0.9);
    border: none;
    border-radius: 2px;
    -webkit-transition: .2s box-shadow, .2s background-color, .2s color, .2s transform;
    -o-transition: .2s box-shadow, .2s background-color, .2s color, .2s transform;
    transition: .2s box-shadow, .2s background-color, .2s color, .2s transform;
}

.button::before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 1px solid;
    border-radius: 2px;
    -webkit-transition: .3s background-color, .3s border-color;
    -o-transition: .3s background-color, .3s border-color;
    transition: .3s background-color, .3s border-color;
    z-index: 1;
}

.button:hover {
    background-color: #0e0e0e;
    -webkit-box-shadow: 0 5px 15px 0 rgba(14, 14, 14, 0.4);
    box-shadow: 0 5px 15px 0 rgba(14, 14, 14, 0.4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    text-decoration: none;
}

.button:disabled,
.button.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button.button-main {
    color: #fff !important;
}

.button.button-main-2 {
    color: #4e4e4e !important;
}

.button.button-reverse {
    color: #0e0e0e;
    background: #fff;
    border-color: #0e0e0e;
}

.button.button-core {
    color: #b2a173;
}

.button.button-icon.button-circle,
.button.button-icon.button-circle::before {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.button.button-label,
.button.button-label::before {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.button.button-label span {
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
    font-size: 1rem;
}

.button.button-main::after,
.button.button-main::before {
    border-color: #fff;
}

.button.button-icon {
    padding: 14px;
}

.button.button-icon span {
    display: inline-block;
    min-width: 18px;
    margin: 0;
    font-size: 0.8rem;
}

.button.button-icon span.icon-pulse {
    display: inline-block;
    -moz-animation: pulse 2s infinite linear;
    -o-animation: pulse 2s infinite linear;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
}

.button.button-icon.button-lg {
    padding: 14px 18px;
}

.button.button-icon.button-lg span {
    font-size: 1.4rem;
}

.button.button-xs {
    padding: 10px;
}

.button.button-lg {
    padding: 16px 40px;
    font-size: 1.1rem;
}

.button.button-xl {
    padding: 20px 50px;
    font-size: 1.3rem;
}

.button.button-xs span,
.button.button-lg span,
.button.button-xl span {
    position: relative;
    display: inline-block;
}

.button.button-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.4;
}

.button.button-block {
    width: 100%;
}

.button.button-image {
    padding: 3px 15px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button.button-image span {
    margin-left: 5px;
}

.button.button-red {
    color: #c82e2e !important;
    border-color: #9f2424 !important;
}

.button.button-green {
    color: #2b791e !important;
    border-color: #2b791e !important;
}

.button.button-orange {
    color: #b56d19 !important;
    border-color: #b56d19 !important;
}

.button.button-blue {
    color: #025aa5 !important;
    border-color: #025aa5 !important;
}

.button.button-icon .text {
    margin-left: 6px;
}

/* Form components */
.form-component {
    font-family: 'Roboto', sans-serif;
    border: 2px solid #6d6d6d;
    border-radius: 2px;
    padding-left: 10px;
    background: #212121;
    color: #6d6d6d;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*------------------------------------------------------------------
  Helpers
 -------------------------------------------------------------------*/
.bg-blackdark {
    background: #000 !important;
}

.bg-black {
    background: #0e0e0e !important;
}

.border-black {
    border: 1px solid #0e0e0e !important;
}

.bg-dark {
    background: #161616 !important;
}

.bg-darklight {
    background: #181818 !important;
}

.color-core {
    color: #b2a173;
}

.vh-100 {
    height: 100vh;
}

.opacity-1 {
    opacity: 1 !important;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}

/* Media queries */
/* Block portrait mode */
@media only screen and (max-width: 1024px) and (orientation: portrait) {
    body {
        background: #000;
    }

    body::before {
        content: url('/assets/images/icon-mobile.gif') "\A Desactiva el bloqueo de orientación o activa el giro \A automático en la configuración de tu dispositivo.";
        white-space: pre;
        color: #fff;
        text-align: center;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header,
    main,
    footer,
    .modal,
    .modal-backdrop,
    .fancybox-container {
        display: none !important;
    }
}

/* Mobile version */
@media only screen and (max-width: 812px) {
    body,
    .form-control,
    .fancybox-caption__body,
    .button.button-label span,
    footer .footer-container .info {
        font-size: 0.75rem !important;
        line-height: 1.25 !important;
    }

    .page-border .page-border-t {
        top: 50px !important;
    }

    .page-border .page-border-t,
    .page-border .page-border-b {
        height: 25px;
    }

    .navbar {
        height: 50px !important;
        padding: 0.25rem 0.5rem;
    }

    .navbar .navbar-brand {
        padding: 0;
    }

    footer .footer-container {
        padding: 0 0 10px 0;
    }

    footer .footer-container .info {
        margin-top: 0;
    }

    header .navbar .navbar-brand,
    .modal-title,
    footer .footer-container .title {
        font-size: 1.1rem !important;
        line-height: 1.5 !important;
    }

    main .objects-wrap {
        top: 4.5rem;
    }

    main .scene-wrap #scene-container {
        margin-bottom: 0;
    }

    .button.button-lg {
        font-size: 1rem !important;
    }

    .icon-fixed {
        width: 25px;
    }

    main #icon-objects {
        top: -1rem;
        right: -1rem;
    }

    main #objects-container .button-object {
        width: auto;
        height: auto;
        margin-bottom: 1px;
    }

    main .objects-wrap {
        width: 45px;
        padding: 2px 1px 0 8px;
    }

    main #objects-container .button-object img {
        width: 35px;
        height: auto;
    }

    .button.button-xs {
        padding: 6px;
    }

    .pinpad .pin-btn {
        font-size: 3.9em;
    }

    .password .terminal pre,
    .password .terminal .terminal-input {
        font-size: 0.7rem;
    }

}
