html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: Nunito, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Quicksand, Helvetica, Arial, sans-serif;
}
body.fade {
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.container-fluid.full-screen {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
a:focus, a:hover {
    text-decoration: none;
}
.quarter-panel {
    width: 50%;
    height: 50%;
    display: inline-block;
    float: left;
    position: relative;
    -webkit-transform: translateZ(0) scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: translateZ(0) scale(0.5);
    transform: translateZ(0) scale(0.5);
    opacity: 0;
    overflow: hidden;
}
.show .quarter-panel {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateZ(0) scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: translateZ(0) scale(1.0);
    transform: translateZ(0) scale(1.0);
    opacity: 1;
}
.panel-title {
    transition: all 0.5s linear;
}
.center-vertical {
    top: 50%;
    left: 50%;
    position: absolute;
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
}
.panel-title {
    font-size: 3rem;
}

.color-primary-0 { color: #266DD6 }	/* Main Primary color */
.color-primary-1 { color: #72A0E5 }
.color-primary-2 { color: #4A85DC }
.color-primary-3 { color: #0B5ACF }
.color-primary-4 { color: #083F91 }

.color-secondary-1-0 { color: #7026D8 }	/* Main Secondary color (1) */
.color-secondary-1-1 { color: #A373E6 }
.color-secondary-1-2 { color: #884ADE }
.color-secondary-1-3 { color: #5E0BD2 }
.color-secondary-1-4 { color: #430896 }

.color-secondary-2-0 { color: #FFE919 }	/* Main Secondary color (2) */
.color-secondary-2-1 { color: #FFF273 }
.color-secondary-2-2 { color: #FFED45 }
.color-secondary-2-3 { color: #FFE700 }
.color-secondary-2-4 { color: #DCC700 }

.color-complement-0 { color: #FFAA19 }	/* Main Complement color */
.color-complement-1 { color: #FFCB73 }
.color-complement-2 { color: #FFBA45 }
.color-complement-3 { color: #FFA100 }
.color-complement-4 { color: #DC8B00 }

.quarter-panel.blue {
    background-color: #266DD6;
}
.quarter-panel.red {
    background-color: #7026D8;
}
.quarter-panel.green {
    background-color: #FFE919;
}
.quarter-panel.yellow {
    background-color: #FFAA19;
}
.quarter-panel.color {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
    .quarter-panel.color:hover {
        cursor: pointer;
        background-color: #fff;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
    }
        .quarter-panel.color:hover .panel-title {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            color: rgba(0, 0, 0, 0.5);
        }
.balloon {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    width: 1000px;
    height: 1000px;
    position: relative;
    top: 50%;
    left: 50%;
    background-color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.2;
}
.quarter-panel:hover .balloon {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
}
.blind-t, .blind-l,
.blind-b, .blind-r {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
}
.blind-l {
    width: 0%;
    height: 100%;
}
.blind-r {
    width: 0%;
    height: 100%;
    right: 0;
}
.blind-b {
    height: 0%;
    width: 100%;
    bottom: 0;
}
.blind-t {
    height: 0%;
    width: 100%;
}
.quarter-panel:hover .blind-l,
.quarter-panel:hover .blind-r {
    -moz-transition: width 0.5s ease-in, opacity 0.5s linear;
    -o-transition: width 0.5s ease-in, opacity 0.5s linear;
    -webkit-transition: width 0.5s ease-in, opacity 0.5s linear;
    transition: width 0.5s ease-in, opacity 0.5s linear;
    width: 100%;
    opacity: 0;
}
.quarter-panel:hover .blind-b, 
.quarter-panel:hover .blind-t {
    -moz-transition: height 0.5s ease-out, opacity 0.5s linear;
    -o-transition: height 0.5s ease-out, opacity 0.5s linear;
    -webkit-transition: height 0.5s ease-out, opacity 0.5s linear;
    transition: height 0.5s ease-out, opacity 0.5s linear;
    height: 100%;
    opacity: 0;
}
.quarter-panel.panel {
    float: none;
    position: absolute;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
    .quarter-panel.panel.blue {
        left: 0;
        top: 0;
    }
    .quarter-panel.panel.red {
        left: 50%;
        top: 0;
    }
    .quarter-panel.panel.green {
        left: 0;
        top: 50%;
    }
    .quarter-panel.panel.yellow {
        left: 50%;
        top: 50%;
    }
    .quarter-panel.panel.color {
        background-color: #fff;
    }
    .quarter-panel.panel.color.maximized {
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
iframe {
    background-color: #fff;
    border:none;
    position:relative;
    width:100%;
    height:100%;
}
.content {
    display: none;
    opacity: 0;
}
.panel .content {
    display: block;
    width: 100%;
    height: 100%;
}
.panel.maximized .content {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    cursor:initial;
}
.close {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    background-image: url(/img/close.svg);
    background-size: contain;
}
.close.invert {
    opacity: 1;
}
.invert {
    filter: invert(1);
}
a:focus .close, a:hover .close {
    cursor: pointer;
    opacity: .75;
}
.continue {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url(/img/close.svg);
    background-size: contain;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: inherit;
    float: none;
    vertical-align: middle;
}
.modal-body button.close {
    position: static;
    top: initial;
    left: initial;
}
.voice .img-fluid.rounded-circle {
    max-height: 12em;
}
.voice .container .row {
    margin-bottom: 40px;
}
.audiolink {
    display:inline-block;
    width: 180px;
    text-align: center;
    height: 180px;
    position: relative;
    padding: 15px;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.audiolink .widget-title {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}
.playbutton {
    width: 100%;
    height: 140px;
    background-image: url(/img/playbutton.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity:0.5;
}
.audiolink:hover,
.audiolink:focus,
.audiolink:active {
    background-color:rgba(0,0,0,0.1);
}
.audiolink:hover .playbutton,
.audiolink:focus .playbutton,
.audiolink:active .playbutton {
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.audiolink.paused .playbutton {
    background-image: url(/img/paused.svg);
}
.audiolink.playing .playbutton {
    background-image:url(/img/playing.svg);
}
@media (max-width: 767px) {
    .quarter-panel {
        width: 100%;
        height: 25%;
        left: 0;
    }
    .quarter-panel.panel.blue {
        left: 0;
        top: 0;
    }
    .quarter-panel.panel.red {
        left: 0;
        top: 25%;
    }
    .quarter-panel.panel.green {
        left: 0;
        top: 50%;
    }
    .quarter-panel.panel.yellow {
        left: 0;
        top: 75%;
    }
    .quarter-panel.panel.maximized {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .quarter-panel.panel.maximized .content {
        text-align: center;
    }
}
@media (max-height: 767px) {
    .quarter-panel.panel.maximized {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
.quarter-panel,
.modal * {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.gallery-thumbs {
    height: 210px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}
.gallery-thumbs-container {
    display: inline-flex;
    white-space: nowrap;
}
.gallery-thumbs:before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    bottom: 10px;
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    z-index: 2;
}
.gallery-thumbs:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    bottom: 10px;
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 15px;
    z-index: 1;
}
img.gallery-thumb {
    height: 180px;
    width: 320px;
    float: left;
    margin: 10px 0 10px 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
img.gallery-thumb:last-child {
    margin-right: 10px;
}
.gallery-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    opacity: 0;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 0.5s linear;
}
.gallery-popup.show {
    display: block;
}
.gallery-popup img {
    box-shadow: 0px 0px 150px rgba(0,0,0,1);
}
.modal.gallery-popup.show {
    overflow-y: hidden;
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle, .os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    border-radius: 0;
}
.arrow-left,
.arrow-right {
    width: 5%;
    bottom: 10%;
    position: absolute;
    top: 10%;
}
.icon-arrow-left,
.icon-arrow-right {
    width: 100%;
    height: 10%;
    top: 45%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.arrow-left {
    left: 0;
}
.arrow-right {
    right: 0;
}
.icon-arrow-left {
    background-image: url(/img/arrow-left.svg);
}
.icon-arrow-right {
    background-image: url(/img/arrow-right.svg);
}