﻿body.sidebar-active {
    overflow-x: hidden;
}

.is-wrapper > div {
    position:relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Scroll Down Icon */
/* Disabled; styling in original box.css */
.is-arrow-down { display: none; }

/* Overlay */
.is-overlay {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    overflow:hidden;
    /*z-index:1;*/
}
/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 60%;
}
.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation:is-scale 25s ease forwards;
    -ms-animation:is-scale 25s ease forwards;
    -webkit-animation:is-scale 25s ease forwards;
    -o-animation:is-scale 25s ease forwards;
    -moz-animation:is-scale 25s ease forwards;
}
@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}
.is-overlay .is-overlay-color {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    background-color: rgb(0, 0, 0);opacity: 0.05;
}
.is-overlay .is-overlay-content {
    position:absolute;left:0px;top:0px;width:100%;height:100%;
    overflow:hidden;
    z-index: inherit; /* dec 2017 */
}
.is-overlay .is-overlay-content.content-selectable { z-index: 1 } /* dec 2017 */
.is-container { z-index: 1 } /* dec 2017 */
.is-container {
    position: relative;
}
.is-overlay-video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.25;
}

@media all and (max-width: 1024px) {
    .is-overlay-bg {
        opacity: 0.7;
    }
}

/* Background Color */
.is-bg-grey, .is-wrapper > div.is-bg-grey {background-color:#eeeff0}
.is-bg-dark, .is-wrapper > div.is-bg-dark {background-color:#111}
.is-bg-light, .is-wrapper > div.is-bg-light {background-color:#fff}

/* Vertical Alignment */
.is-content-top {
    vertical-align:top;
}
.is-content-bottom {
    vertical-align:bottom
}

/* Text Alignment */
.is-align-right {
    text-align:right;
}
.is-align-center {
    text-align:center;
}
.is-align-left {
    text-align:left;
}
.is-align-justify {
    text-align:justify;
}

/* Text Opacity */
.is-opacity-20 .is-container {
    opacity: 0.2;
}
.is-opacity-25 .is-container {
    opacity: 0.25;
}
.is-opacity-30 .is-container {
    opacity: 0.3;
}
.is-opacity-35 .is-container {
    opacity: 0.35;
}
.is-opacity-40 .is-container {
    opacity: 0.4;
}
.is-opacity-45 .is-container {
    opacity: 0.45;
}
.is-opacity-50 .is-container {
    opacity: 0.5;
}
.is-opacity-55 .is-container {
    opacity: 0.55;
}
.is-opacity-60 .is-container {
    opacity: 0.6;
}
.is-opacity-65 .is-container {
    opacity: 0.65;
}
.is-opacity-70 .is-container {
    opacity: 0.7;
}
.is-opacity-75 .is-container {
    opacity: 0.75;
}
.is-opacity-80 .is-container {
    opacity: 0.8;
}
.is-opacity-85 .is-container {
    opacity: 0.85;
}
.is-opacity-90 .is-container {
    opacity: 0.9;
}
.is-opacity-95 .is-container  {
    opacity: 0.95;
}

/* Section Height */
.is-wrapper > div.is-section-20 {
    height: 20%;
}
.is-wrapper > div.is-section-30 {
    height: 30%;
}
.is-wrapper > div.is-section-40 {
    height: 40%;
}
.is-wrapper > div.is-section-50 {
    height: 50%;
}
.is-wrapper > div.is-section-60 {
    height: 60%;
}
.is-wrapper > div.is-section-75 {
    height: 75%;
}
.is-wrapper > div.is-section-100 {
    height: 100%;
}

.is-hidden {display:none !important;}

#_cbhtml .rte-fontfamily {display: none !important;}
