.transition {
    -webkit-transition: visibility 0s .3s, opacity ease-in-out .3s;
    -moz-transition: visibility 0s .3s, opacity ease-in-out .3s;
    transition: visibility 0s .3s, opacity ease-in-out .3s
}
.transition.fade-on-left {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: fadeInLeft .6s forwards;
    -moz-animation: fadeInLeft .6s forwards;
    animation: fadeInLeft .6s forwards
}
.transition.fade-off-left {
    opacity: 0;
    -webkit-animation: fadeOutLeft .6s forwards;
    -moz-animation: fadeOutLeft .6s forwards;
    animation: fadeOutLeft .6s forwards
}
.transition.fade-on-right {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: fadeInRight .6s forwards;
    -moz-animation: fadeInRight .6s forwards;
    animation: fadeInRight .6s forwards
}
.transition.fade-off-right {
    opacity: 0;
    -webkit-animation: fadeOutRight .6s forwards;
    -moz-animation: fadeOutRight .6s forwards;
    animation: fadeOutRight .6s forwards
}
.hidden {
    opacity: 0 !important
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    animation-name: shake
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s
}
.animate {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}
.animate.bounceFadeOut {
    -webkit-animation-name: bounceFadeOut;
    -moz-animation-name: bounceFadeOut;
    animation-name: bounceFadeOut;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}
.animate.half-second {
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    animation-duration: 500ms
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    animation-name: zoomOut
}
.pulsate {
    -webkit-animation-name: pulsate;
    -moz-animation-name: pulsate;
    animation-name: pulsate
}
.static-pulsate {
    -webkit-animation-name: static-pulsate;
    -moz-animation-name: static-pulsate;
    animation-name: static-pulsate
}
.border-pulsate {
    -webkit-animation-name: border-pulsate;
    -moz-animation-name: border-pulsate;
    animation-name: border-pulsate
}
.border-pulsate-svg {
    -webkit-animation-name: border-pulsate-svg;
    -moz-animation-name: border-pulsate-svg;
    animation-name: border-pulsate-svg
}
.spin {
    -webkit-animation-name: spin;
    -moz-animation-name: spin;
    animation-name: spin
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-o-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@-moz-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@-o-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    0% {
        opacity: 1
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    0% {
        opacity: 1
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    0% {
        opacity: 1;
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    0% {
        opacity: 1
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -moz-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes rubberBandFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -moz-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -moz-transform: scale3d(.75, 1.25, 1);
        -ms-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -moz-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -moz-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
        opacity: 1
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -moz-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
        opacity: .7
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
@-moz-keyframes rubberBandFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -moz-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -moz-transform: scale3d(.75, 1.25, 1);
        -ms-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -moz-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -moz-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
        opacity: 1
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -moz-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
        opacity: .7
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
@-o-keyframes rubberBandFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -moz-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -moz-transform: scale3d(.75, 1.25, 1);
        -ms-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -moz-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -moz-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -moz-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
        opacity: .7;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
}
@keyframes rubberBandFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -moz-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -moz-transform: scale3d(.75, 1.25, 1);
        -ms-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -moz-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -moz-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
        opacity: 1
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -moz-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
        opacity: .7
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
@-webkit-keyframes tadaFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    85% {
        opacity: 1
    }
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        opacity: .5
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
@-moz-keyframes tadaFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    85% {
        opacity: 1
    }
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        opacity: .5
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
@-o-keyframes tadaFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
    }
    85% {
        opacity: 1;
    }
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
}
@keyframes tadaFadeOut {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    85% {
        opacity: 1
    }
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        opacity: .5
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
.touch-indicator {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    background: none;
    z-index: 15
}
.touch-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -17.5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none
}
.touch-indicator .touch-indicator.active.moving::after {
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px
}
.radomir::after {
    -webkit-box-shadow: inset 0 0 0 35px transparent;
    -moz-box-shadow: inset 0 0 0 35px transparent;
    box-shadow: inset 0 0 0 35px transparent
}
.radomir.active::after {
    -webkit-animation: radomir .5s ease-out forwards;
    -moz-animation: radomir .5s ease-out forwards;
    animation: radomir .5s ease-out forwards
}
@-webkit-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
@-moz-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
@-o-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1);
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1;
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}
@keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
.marin::after {
    -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05);
    -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05);
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05)
}
.marin.active::after {
    -webkit-animation: marin .5s ease-out forwards;
    -moz-animation: marin .5s ease-out forwards;
    animation: marin .5s ease-out forwards
}
@-webkit-keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-moz-keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-o-keyframes marin {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1);
    }
}
@keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
.ilinka::after {
    background: rgba(255, 255, 255, .25);
    border: 3px solid rgba(122, 122, 122, .25)
}
.ilinka.active::after {
    -webkit-animation: ilinka 1s ease-out forwards;
    -moz-animation: ilinka 1s ease-out forwards;
    animation: ilinka 1s ease-out forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.ilinka.active.moving::after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-moz-keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-o-keyframes ilinka {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1);
    }
}
@keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}
@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0;
    }
    50% {
        opacity: .8;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0
    }
}
@-webkit-keyframes static-pulsate {
    0% {
        stroke-width: .25px
    }
    50% {
        stroke-width: 2px
    }
    100% {
        stroke-width: .25px
    }
}
@-moz-keyframes static-pulsate {
    0% {
        stroke-width: .25px
    }
    50% {
        stroke-width: 2px
    }
    100% {
        stroke-width: .25px
    }
}
@-o-keyframes static-pulsate {
    0% {
        stroke-width: .25px;
    }
    50% {
        stroke-width: 2px;
    }
    100% {
        stroke-width: .25px;
    }
}
@keyframes static-pulsate {
    0% {
        stroke-width: .25px
    }
    50% {
        stroke-width: 2px
    }
    100% {
        stroke-width: .25px
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}
@-moz-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}
@-o-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}
@-webkit-keyframes speeding-wheel {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes speeding-wheel {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes speeding-wheel {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes speeding-wheel {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.page-left-bound {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.page-right-bound {
    -webkit-transform: translate3d(-150%, 0, 0);
    -moz-transform: translate3d(-150%, 0, 0);
    -ms-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0)
}
.swipe-content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    touch-action: none;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}
.swipe-animate,
.scrolling-animate {
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease
}
.scrolling-animate {
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease
}
.scrolling-page-1 {
    transform: translate3d(0%, 0, 0)
}
.scrolling-page-2 {
    transform: translate3d(-100%, 0, 0)
}
.scrolling-page-3 {
    transform: translate3d(-200%, 0, 0)
}
.scrolling-page-4 {
    transform: translate3d(-300%, 0, 0)
}
.scrolling-page-5 {
    transform: translate3d(-400%, 0, 0)
}
.scrolling-page-6 {
    transform: translate3d(-500%, 0, 0)
}
.scrolling-page-7 {
    transform: translate3d(-600%, 0, 0)
}
.scrolling-page-8 {
    transform: translate3d(-700%, 0, 0)
}
.scrolling-page-9 {
    transform: translate3d(-800%, 0, 0)
}
.scrolling-page-10 {
    transform: translate3d(-900%, 0, 0)
}
.swipe-page-1 {
    transform: translate3d(0%, 0, 0)
}
.swipe-page-2 {
    transform: translate3d(-100%, 0, 0)
}
.swipe-page-3 {
    transform: translate3d(-200%, 0, 0)
}
.swipe-page-4 {
    transform: translate3d(-300%, 0, 0)
}
.swipe-page-5 {
    transform: translate3d(-400%, 0, 0)
}
.swipe-page-6 {
    transform: translate3d(-500%, 0, 0)
}
.swipe-page-7 {
    transform: translate3d(-600%, 0, 0)
}
.swipe-page-8 {
    transform: translate3d(-700%, 0, 0)
}
.swipe-page-9 {
    transform: translate3d(-800%, 0, 0)
}
.swipe-page-10 {
    transform: translate3d(-900%, 0, 0)
}
.swipe-page-11 {
    transform: translate3d(-1000%, 0, 0)
}
.swipe-page-12 {
    transform: translate3d(-1100%, 0, 0)
}
.swipe-page-13 {
    transform: translate3d(-1200%, 0, 0)
}
.swipe-page-14 {
    transform: translate3d(-1300%, 0, 0)
}
.swipe-page-15 {
    transform: translate3d(-1400%, 0, 0)
}
.swipe-page-16 {
    transform: translate3d(-1500%, 0, 0)
}
.swipe-page-17 {
    transform: translate3d(-1600%, 0, 0)
}
.swipe-page-18 {
    transform: translate3d(-1700%, 0, 0)
}
.swipe-page-19 {
    transform: translate3d(-1800%, 0, 0)
}
.swipe-page-20 {
    transform: translate3d(-1900%, 0, 0)
}
.swipe-page-21 {
    transform: translate3d(-2000%, 0, 0)
}
.swipe-page-22 {
    transform: translate3d(-2100%, 0, 0)
}
.swipe-page-23 {
    transform: translate3d(-2200%, 0, 0)
}
.swipe-page-24 {
    transform: translate3d(-2300%, 0, 0)
}
.swipe-page-25 {
    transform: translate3d(-2400%, 0, 0)
}
.swipe-page-26 {
    transform: translate3d(-2500%, 0, 0)
}
.swipe-page-27 {
    transform: translate3d(-2600%, 0, 0)
}
.swipe-page-28 {
    transform: translate3d(-2700%, 0, 0)
}
.swipe-page-29 {
    transform: translate3d(-2800%, 0, 0)
}
.swipe-page-30 {
    transform: translate3d(-2900%, 0, 0)
}
.swipe-page-31 {
    transform: translate3d(-3000%, 0, 0)
}
.swipe-page-32 {
    transform: translate3d(-3100%, 0, 0)
}
.swipe-page-33 {
    transform: translate3d(-3200%, 0, 0)
}
.swipe-page-34 {
    transform: translate3d(-3300%, 0, 0)
}
.swipe-page-35 {
    transform: translate3d(-3400%, 0, 0)
}
.swipe-page-36 {
    transform: translate3d(-3500%, 0, 0)
}
.swipe-page-37 {
    transform: translate3d(-3600%, 0, 0)
}
.swipe-page-38 {
    transform: translate3d(-3700%, 0, 0)
}
.swipe-page-39 {
    transform: translate3d(-3800%, 0, 0)
}
.swipe-page-40 {
    transform: translate3d(-3900%, 0, 0)
}
.swipe-page-41 {
    transform: translate3d(-4000%, 0, 0)
}
.swipe-page-42 {
    transform: translate3d(-4100%, 0, 0)
}
.swipe-page-43 {
    transform: translate3d(-4200%, 0, 0)
}
.swipe-page-44 {
    transform: translate3d(-4300%, 0, 0)
}
.swipe-page-45 {
    transform: translate3d(-4400%, 0, 0)
}
.swipe-page-46 {
    transform: translate3d(-4500%, 0, 0)
}
.swipe-page-47 {
    transform: translate3d(-4600%, 0, 0)
}
.swipe-page-48 {
    transform: translate3d(-4700%, 0, 0)
}
.swipe-page-49 {
    transform: translate3d(-4800%, 0, 0)
}
.swipe-page-50 {
    transform: translate3d(-4900%, 0, 0)
}
.swipe-page-51 {
    transform: translate3d(-5000%, 0, 0)
}
.swipe-page-52 {
    transform: translate3d(-5100%, 0, 0)
}
.swipe-page-53 {
    transform: translate3d(-5200%, 0, 0)
}
.swipe-page-54 {
    transform: translate3d(-5300%, 0, 0)
}
.swipe-page-55 {
    transform: translate3d(-5400%, 0, 0)
}
.swipe-page-56 {
    transform: translate3d(-5500%, 0, 0)
}
.swipe-page-57 {
    transform: translate3d(-5600%, 0, 0)
}
.swipe-page-58 {
    transform: translate3d(-5700%, 0, 0)
}
.swipe-page-59 {
    transform: translate3d(-5800%, 0, 0)
}
.swipe-page-60 {
    transform: translate3d(-5900%, 0, 0)
}
.swipe-page-61 {
    transform: translate3d(-6000%, 0, 0)
}
.swipe-page-62 {
    transform: translate3d(-6100%, 0, 0)
}
.swipe-page-63 {
    transform: translate3d(-6200%, 0, 0)
}
.swipe-page-64 {
    transform: translate3d(-6300%, 0, 0)
}
.swipe-page-65 {
    transform: translate3d(-6400%, 0, 0)
}
.swipe-page-66 {
    transform: translate3d(-6500%, 0, 0)
}
.swipe-page-67 {
    transform: translate3d(-6600%, 0, 0)
}
.swipe-page-68 {
    transform: translate3d(-6700%, 0, 0)
}
.swipe-page-69 {
    transform: translate3d(-6800%, 0, 0)
}
.swipe-page-70 {
    transform: translate3d(-6900%, 0, 0)
}
.furniture-sprite {
    display: inline-block;
    background-image: url("../img/furniture-sprite.png");
    background-repeat: no-repeat
}
.bed4 {
    background-position: -200px -165px;
    width: 39px;
    height: 53px
}
.bed5 {
    background-position: -57px -603px;
    width: 37px;
    height: 47px
}
.bed6 {
    background-position: -8px -602px;
    width: 37px;
    height: 49px
}
.bed7 {
    background-position: -754px -473px;
    width: 37px;
    height: 49px
}
.bed8 {
    background-position: -701px -502px;
    width: 39px;
    height: 53px
}
.bed9 {
    background-position: -658px -549px;
    width: 27px;
    height: 51px
}
.bed10 {
    background-position: -752px -399px;
    width: 29px;
    height: 49px
}
.bed11 {
    background-position: -709px -443px;
    width: 29px;
    height: 51px
}
.bed12 {
    background-position: -610px -549px;
    width: 35px;
    height: 51px
}
.buffet_table {
    background-position: -753px -453px;
    width: 33px;
    height: 13px
}
.cableJack {
    background-position: -582px -573px;
    width: 22px;
    height: 27px
}
.CableTV_PhoneMedia {
    background-position: -682px -459px;
    width: 22px;
    height: 27px
}
.ceilingFan {
    background-position: -257px -158px;
    width: 28px;
    height: 24px
}
.chaise-4 {
    background-position: -555px -565px;
    width: 21px;
    height: 35px
}
.china_cab {
    background-position: -697px -419px;
    width: 41px;
    height: 13px
}
.custom_text {
    background-position: -745px -553px;
    width: 55px;
    height: 47px
}
.dataJack {
    background-position: -266px -204px;
    width: 22px;
    height: 28px
}
.desk1 {
    background-position: -514px -557px;
    width: 35px;
    height: 43px
}
.desk2 {
    background-position: -478px -554px;
    width: 31px;
    height: 45px
}
.desk3 {
    background-position: -446px -557px;
    width: 27px;
    height: 37px
}
.desk4 {
    background-position: -410px -560px;
    width: 25px;
    height: 29px
}
.desk5 {
    background-position: -361px -549px;
    width: 37px;
    height: 43px
}
.desk6 {
    background-position: -322px -555px;
    width: 31px;
    height: 45px
}
.desk7 {
    background-position: -288px -553px;
    width: 27px;
    height: 37px
}
.desk8 {
    background-position: -254px -564px;
    width: 25px;
    height: 29px
}
.desk9 {
    background-position: -221px -555px;
    width: 25px;
    height: 33px
}
.desk10 {
    background-position: -314px -453px;
    width: 23px;
    height: 33px
}
.desk11 {
    background-position: -753px -363px;
    width: 29px;
    height: 31px
}
.desk12 {
    background-position: -655px -436px;
    width: 21px;
    height: 19px
}
.desk13 {
    background-position: -699px -362px;
    width: 47px;
    height: 47px
}
.desk14 {
    background-position: -717px -305px;
    width: 47px;
    height: 47px
}
.desk15 {
    background-position: -739px -250px;
    width: 47px;
    height: 47px
}
.desk16 {
    background-position: -751px -36px;
    width: 47px;
    height: 47px
}
.desk17 {
    background-position: -773px -133px;
    width: 21px;
    height: 67px
}
.desk18 {
    background-position: -753px -97px;
    width: 43px;
    height: 23px
}
.desk19 {
    background-position: -736px -218px;
    width: 43px;
    height: 23px
}
.desk20 {
    background-position: -609px -430px;
    width: 43px;
    height: 23px
}
.desk21 {
    background-position: -652px -342px;
    width: 41px;
    height: 23px
}
.desk22 {
    background-position: -654px -371px;
    width: 41px;
    height: 21px
}
.desk23 {
    background-position: -705px -263px;
    width: 23px;
    height: 33px
}
.desk24 {
    background-position: -702px -228px;
    width: 25px;
    height: 33px
}
.dining1 {
    background-position: -725px -167px;
    width: 41px;
    height: 41px
}
.dining2 {
    background-position: -157px -551px;
    width: 49px;
    height: 37px
}
.dining3 {
    background-position: -116px -549px;
    width: 37px;
    height: 21px
}
.dining4 {
    background-position: -60px -547px;
    width: 45px;
    height: 41px
}
.dining5 {
    background-position: -707px -138px;
    width: 35px;
    height: 23px
}
.dining6 {
    background-position: -4px -547px;
    width: 41px;
    height: 41px
}
.dining7 {
    background-position: -647px -292px;
    width: 57px;
    height: 41px
}
.dining8 {
    background-position: -649px -498px;
    width: 43px;
    height: 43px
}
.dining9 {
    background-position: -578px -485px;
    width: 57px;
    height: 57px
}
.dining10 {
    background-position: -516px -487px;
    width: 53px;
    height: 49px
}
.dining11 {
    background-position: -652px -180px;
    width: 71px;
    height: 41px
}
.dining12 {
    background-position: -451px -485px;
    width: 59px;
    height: 59px
}
.dining13 {
    background-position: -365px -493px;
    width: 79px;
    height: 47px
}
.dining14 {
    background-position: -704px -86px;
    width: 41px;
    height: 41px
}
.dining15 {
    background-position: -707px -54px;
    width: 37px;
    height: 21px
}
.dining16 {
    background-position: -732px -4px;
    width: 35px;
    height: 23px
}
.dining17 {
    background-position: -312px -499px;
    width: 39px;
    height: 39px
}
.dining18 {
    background-position: -193px -498px;
    width: 45px;
    height: 43px
}
.dining19 {
    background-position: -128px -491px;
    width: 51px;
    height: 49px
}
.dining20 {
    background-position: -241px -490px;
    width: 59px;
    height: 59px
}
.dining21 {
    background-position: -647px -132px;
    width: 49px;
    height: 37px
}
.dining22 {
    background-position: -648px -72px;
    width: 45px;
    height: 41px
}
.dining23 {
    background-position: -67px -491px;
    width: 57px;
    height: 41px
}
.dining24 {
    background-position: 0 -485px;
    width: 57px;
    height: 57px
}
.dining25 {
    background-position: -521px -414px;
    width: 79px;
    height: 47px
}
.Eye_Ball_Light {
    background-position: -692px 0;
    width: 25px;
    height: 21px
}
.floor110v {
    background-position: -652px -51px;
    width: 29px;
    height: 17px
}
.intercomSystem {
    background-position: -652px -2px;
    width: 26px;
    height: 21px
}
.king_bed-4 {
    background-position: -651px -229px;
    width: 43px;
    height: 57px
}
.misc1 {
    background-position: -665px -403px;
    width: 9px;
    height: 29px
}
.misc2 {
    background-position: -707px -34px;
    width: 21px;
    height: 7px
}
.misc3 {
    background-position: -653px -117px;
    width: 29px;
    height: 7px
}
.misc4 {
    background-position: -650px -34px;
    width: 37px;
    height: 7px
}
.misc5 {
    background-position: -619px -376px;
    width: 21px;
    height: 43px
}
.misc6 {
    background-position: -600px -335px;
    width: 39px;
    height: 37px
}
.misc7 {
    background-position: -566px -361px;
    width: 25px;
    height: 41px
}
.misc8 {
    background-position: -613px -307px;
    width: 27px;
    height: 23px
}
.misc9 {
    background-position: -615px -92px;
    width: 25px;
    height: 25px
}
.misc10 {
    background-position: -625px -287px;
    width: 15px;
    height: 15px
}
.misc11 {
    background-position: -621px -261px;
    width: 19px;
    height: 21px
}
.misc12 {
    background-position: -625px -244px;
    width: 15px;
    height: 15px
}
.misc13 {
    background-position: -625px -223px;
    width: 15px;
    height: 13px
}
.misc14 {
    background-position: -619px -198px;
    width: 21px;
    height: 19px
}
.misc15 {
    background-position: -623px -178px;
    width: 17px;
    height: 19px
}
.misc16 {
    background-position: -618px -153px;
    width: 21px;
    height: 23px
}
.misc17 {
    background-position: -619px -122px;
    width: 21px;
    height: 23px
}
.misc18 {
    background-position: -619px -65px;
    width: 21px;
    height: 21px
}
.misc19 {
    background-position: -611px -32px;
    width: 29px;
    height: 29px
}
.misc20 {
    background-position: -212px -464px;
    width: 11px;
    height: 11px
}
.misc21 {
    background-position: -274px -11px;
    width: 13px;
    height: 13px
}
.misc22 {
    background-position: -565px -333px;
    width: 21px;
    height: 22px
}
.misc23 {
    background-position: -155px -456px;
    width: 45px;
    height: 11px
}
.misc24 {
    background-position: -568px -305px;
    width: 27px;
    height: 17px
}
.misc25 {
    background-position: -510px -341px;
    width: 45px;
    height: 65px
}
.misc26 {
    background-position: -517px -302px;
    width: 45px;
    height: 27px
}
.misc27 {
    background-position: -557px -235px;
    width: 37px;
    height: 61px
}
.misc28 {
    background-position: -559px -182px;
    width: 49px;
    height: 47px
}
.misc29 {
    background-position: -568px -113px;
    width: 39px;
    height: 61px
}
.Multi_Media_Center_Jack {
    background-position: -571px -72px;
    width: 22px;
    height: 32px
}
.patio1 {
    background-position: -560px -33px;
    width: 39px;
    height: 33px
}
.patio2 {
    background-position: -518px -264px;
    width: 19px;
    height: 19px
}
.patio3 {
    background-position: -492px -307px;
    width: 17px;
    height: 31px
}
.patio4 {
    background-position: -537px -198px;
    width: 17px;
    height: 21px
}
.patio5 {
    background-position: -492px -262px;
    width: 17px;
    height: 33px
}
.patio6 {
    background-position: -612px -8px;
    width: 19px;
    height: 19px
}
.patio7 {
    background-position: -586px -6px;
    width: 15px;
    height: 15px
}
.patio8 {
    background-position: -556px -3px;
    width: 17px;
    height: 17px
}
.patio9 {
    background-position: -462px -414px;
    width: 57px;
    height: 41px
}
.patio10 {
    background-position: -453px -362px;
    width: 41px;
    height: 41px
}
.patio11 {
    background-position: -356px -404px;
    width: 45px;
    height: 43px
}
.patio12 {
    background-position: -411px -405px;
    width: 39px;
    height: 39px
}
.patio13 {
    background-position: -494px -232px;
    width: 51px;
    height: 21px
}
.patio14 {
    background-position: -499px -194px;
    width: 27px;
    height: 27px
}
.phoneJack {
    background-position: -530px -157px;
    width: 22px;
    height: 27px
}
.recessedLight {
    background-position: -503px -160px;
    width: 21px;
    height: 25px
}
.seating1 {
    background-position: -470px -9px;
    width: 79px;
    height: 67px
}
.seating2 {
    background-position: -494px -85px;
    width: 65px;
    height: 67px
}
.seating3 {
    background-position: -432px -292px;
    width: 47px;
    height: 63px
}
.seating3r {
    background-position: -432px -214px;
    width: 47px;
    height: 63px
}
.seating4 {
    background-position: -411px -3px;
    width: 49px;
    height: 47px
}
.seating5 {
    background-position: -432px -154px;
    width: 57px;
    height: 41px
}
.seating5r {
    background-position: -428px -107px;
    width: 57px;
    height: 41px
}
.seating6 {
    background-position: -415px -53px;
    width: 43px;
    height: 43px
}
.seating7 {
    background-position: -236px -434px;
    width: 55px;
    height: 25px
}
.seating8 {
    background-position: -307px -413px;
    width: 43px;
    height: 25px
}
.seating9 {
    background-position: -397px -374px;
    width: 25px;
    height: 23px
}
.seating10 {
    background-position: -363px -372px;
    width: 25px;
    height: 23px
}
.seating11 {
    background-position: -335px -374px;
    width: 23px;
    height: 23px
}
.seating12 {
    background-position: -304px -376px;
    width: 23px;
    height: 23px
}
.seating13 {
    background-position: -357px -287px;
    width: 53px;
    height: 25px
}
.seating14 {
    background-position: -333px -318px;
    width: 41px;
    height: 25px
}
.seating15 {
    background-position: -367px -10px;
    width: 35px;
    height: 21px
}
.seating16 {
    background-position: -301px -321px;
    width: 23px;
    height: 36px
}
.seating17 {
    background-position: -406px -256px;
    width: 19px;
    height: 19px
}
.seating18 {
    background-position: -376px -255px;
    width: 19px;
    height: 19px
}
.seating19 {
    background-position: -349px -253px;
    width: 22px;
    height: 21px
}
.seating20 {
    background-position: -389px -209px;
    width: 21px;
    height: 21px
}
.seating21 {
    background-position: -363px -210px;
    width: 21px;
    height: 21px
}
.seating22 {
    background-position: -387px -185px;
    width: 15px;
    height: 15px
}
.seating23 {
    background-position: -366px -187px;
    width: 15px;
    height: 15px
}
.seating24 {
    background-position: -367px -84px;
    width: 25px;
    height: 25px
}
.seating25 {
    background-position: -401px -159px;
    width: 11px;
    height: 17px
}
.seating26 {
    background-position: -364px -160px;
    width: 21px;
    height: 15px
}
.seating27 {
    background-position: -392px -136px;
    width: 17px;
    height: 15px
}
.seating28 {
    background-position: -364px -134px;
    width: 17px;
    height: 15px
}
.seating29 {
    background-position: -364px -116px;
    width: 35px;
    height: 11px
}
.seating30 {
    background-position: -365px -63px;
    width: 35px;
    height: 13px
}
.seating31 {
    background-position: -367px -41px;
    width: 35px;
    height: 13px
}
.seating32 {
    background-position: -257px -244px;
    width: 79px;
    height: 61px
}
.seating33 {
    background-position: -295px -171px;
    width: 61px;
    height: 61px
}
.seating34 {
    background-position: -305px -107px;
    width: 47px;
    height: 61px
}
.seating35 {
    background-position: -306px -56px;
    width: 47px;
    height: 47px
}
.seating36 {
    background-position: -296px -6px;
    width: 59px;
    height: 41px
}
.seating37 {
    background-position: -252px -97px;
    width: 43px;
    height: 43px
}
.seating38 {
    background-position: -234px -395px;
    width: 59px;
    height: 23px
}
.seating39 {
    background-position: -234px -353px;
    width: 45px;
    height: 23px
}
.seating40 {
    background-position: -220px -318px;
    width: 27px;
    height: 23px
}
.seating41 {
    background-position: -218px -283px;
    width: 27px;
    height: 23px
}
.seating42 {
    background-position: -216px -251px;
    width: 21px;
    height: 21px
}
.seating43 {
    background-position: -254px -66px;
    width: 23px;
    height: 21px
}
.seating44 {
    background-position: -250px -38px;
    width: 39px;
    height: 23px
}
.seating45 {
    background-position: -250px -2px;
    width: 17px;
    height: 29px
}
.seating46 {
    background-position: -224px -125px;
    width: 15px;
    height: 11px
}
.seating47 {
    background-position: -225px -100px;
    width: 17px;
    height: 19px
}
.seating48 {
    background-position: -228px -82px;
    width: 15px;
    height: 9px
}
.seating49 {
    background-position: -206px -434px;
    width: 15px;
    height: 15px
}
.seating50 {
    background-position: -169px -441px;
    width: 19px;
    height: 11px
}
.seating51 {
    background-position: -172px -411px;
    width: 19px;
    height: 17px
}
.seating52 {
    background-position: -201px -415px;
    width: 15px;
    height: 9px
}
.seating53 {
    background-position: -188px -384px;
    width: 15px;
    height: 17px
}
.sofa_table {
    background-position: -182px -365px;
    width: 43px;
    height: 9px
}
.Speaker {
    background-position: -182px -326px;
    width: 25px;
    height: 27px
}
.stand1 {
    background-position: -181px -305px;
    width: 16px;
    height: 19px
}
.stand2 {
    background-position: -178px -282px;
    width: 29px;
    height: 19px
}
.stand3 {
    background-position: -175px -255px;
    width: 35px;
    height: 20px
}
.stand4 {
    background-position: -225px -57px;
    width: 17px;
    height: 17px
}
.stand5 {
    background-position: -224px -32px;
    width: 15px;
    height: 15px
}
.stand6 {
    background-position: -223px -3px;
    width: 13px;
    height: 23px
}
.stand7 {
    background-position: -201px -125px;
    width: 13px;
    height: 15px
}
.stand8 {
    background-position: -197px -103px;
    width: 15px;
    height: 15px
}
.stand9 {
    background-position: -200px -69px;
    width: 13px;
    height: 23px
}
.stand10 {
    background-position: -201px -49px;
    width: 13px;
    height: 15px
}
.stand11 {
    background-position: -193px -27px;
    width: 23px;
    height: 11px
}
.stand12 {
    background-position: -190px -3px;
    width: 17px;
    height: 17px
}
.stand13 {
    background-position: -168px -131px;
    width: 19px;
    height: 15px
}
.stand14 {
    background-position: -167px -110px;
    width: 19px;
    height: 11px
}
.stand15 {
    background-position: -167px -92px;
    width: 19px;
    height: 11px
}
.stand16 {
    background-position: -167px -66px;
    width: 17px;
    height: 17px
}
.stand17 {
    background-position: -167px -46px;
    width: 19px;
    height: 15px
}
.stand18 {
    background-position: -163px -26px;
    width: 19px;
    height: 11px
}
.stand19 {
    background-position: -158px -6px;
    width: 19px;
    height: 11px
}
.stand20 {
    background-position: -102px -451px;
    width: 43px;
    height: 23px
}
.stand21 {
    background-position: -128px -428px;
    width: 31px;
    height: 17px
}
.stand22 {
    background-position: -129px -392px;
    width: 25px;
    height: 25px
}
.stand23 {
    background-position: -126px -356px;
    width: 27px;
    height: 27px
}
.stand24 {
    background-position: -55px -328px;
    width: 37px;
    height: 27px
}
.stand25 {
    background-position: -126px -337px;
    width: 33px;
    height: 13px
}
.stand26 {
    background-position: -126px -315px;
    width: 33px;
    height: 17px
}
.stand27 {
    background-position: -123px -290px;
    width: 33px;
    height: 17px
}
.stand28 {
    background-position: -121px -270px;
    width: 33px;
    height: 13px
}
.stand29 {
    background-position: -112px -2px;
    width: 33px;
    height: 17px
}
.stand30 {
    background-position: -122px -246px;
    width: 33px;
    height: 15px
}
.stand31 {
    background-position: -113px -166px;
    width: 63px;
    height: 13px
}
.stand32 {
    background-position: -120px -229px;
    width: 63px;
    height: 9px
}
.stand33 {
    background-position: -54px -402px;
    width: 57px;
    height: 13px
}
.stand34 {
    background-position: -119px -210px;
    width: 57px;
    height: 9px
}
.stand35 {
    background-position: -114px -190px;
    width: 43px;
    height: 9px
}
.stand36 {
    background-position: -113px -148px;
    width: 29px;
    height: 9px
}
.stand37 {
    background-position: -113px -131px;
    width: 23px;
    height: 9px
}
.stand38 {
    background-position: -51px -357px;
    width: 57px;
    height: 13px
}
.stand39 {
    background-position: -113px -117px;
    width: 23px;
    height: 9px
}
.stand40 {
    background-position: -112px -101px;
    width: 29px;
    height: 9px
}
.stand41 {
    background-position: -111px -82px;
    width: 43px;
    height: 9px
}
.stand42 {
    background-position: -53px -307px;
    width: 57px;
    height: 15px
}
.stand43 {
    background-position: -111px -41px;
    width: 43px;
    height: 11px
}
.stand44 {
    background-position: -112px -61px;
    width: 29px;
    height: 9px
}
.stand45 {
    background-position: -112px -25px;
    width: 23px;
    height: 9px
}
.stand46 {
    background-position: -51px -283px;
    width: 27px;
    height: 15px
}
.stand47 {
    background-position: -57px -462px;
    width: 23px;
    height: 9px
}
.stand48 {
    background-position: -56px -441px;
    width: 29px;
    height: 10px
}
.stand49 {
    background-position: -56px -421px;
    width: 43px;
    height: 11px
}
.stand50 {
    background-position: -54px -382px;
    width: 45px;
    height: 12px
}
.stand51 {
    background-position: -50px -258px;
    width: 47px;
    height: 15px
}
.stand52 {
    background-position: -53px -241px;
    width: 41px;
    height: 13px
}
.stand53 {
    background-position: -51px -217px;
    width: 57px;
    height: 15px
}
.stand54 {
    background-position: -52px -176px;
    width: 43px;
    height: 11px
}
.stand55 {
    background-position: -50px -201px;
    width: 29px;
    height: 9px
}
.stand56 {
    background-position: -54px -160px;
    width: 23px;
    height: 9px
}
.stand57 {
    background-position: -54px -137px;
    width: 41px;
    height: 11px
}
.stand58 {
    background-position: -48px -46px;
    width: 45px;
    height: 17px
}
.stand59 {
    background-position: -59px -123px;
    width: 23px;
    height: 9px
}
.stand60 {
    background-position: -57px -106px;
    width: 29px;
    height: 10px
}
.stand61 {
    background-position: -49px -88px;
    width: 43px;
    height: 11px
}
.stand62 {
    background-position: -49px -68px;
    width: 45px;
    height: 11px
}
.tablegame1 {
    background-position: -50px -3px;
    width: 35px;
    height: 35px
}
.tablegame2 {
    background-position: -6px -440px;
    width: 33px;
    height: 33px
}
.tablegame3 {
    background-position: -8px -404px;
    width: 31px;
    height: 31px
}
.tablegame4 {
    background-position: -22px -360px;
    width: 21px;
    height: 35px
}
.tablegame5 {
    background-position: 0 -315px;
    width: 37px;
    height: 37px
}
.tablegame6 {
    background-position: 0 -289px;
    width: 41px;
    height: 21px
}
.Thumbs {
    background-position: -199px -157px;
    width: 0;
    height: 0
}
.s-110v {
    background-position: -4px -262px;
    width: 28px;
    height: 23px
}
.s-220v {
    background-position: 0 -223px;
    width: 26px;
    height: 26px
}
.Alarm_Control {
    background-position: 0 -191px;
    width: 30px;
    height: 27px
}
.bakers_rack {
    background-position: 0 -174px;
    width: 29px;
    height: 13px
}
.bed1 {
    background-position: 0 -117px;
    width: 45px;
    height: 53px
}
.bed2 {
    background-position: 0 -58px;
    width: 45px;
    height: 53px
}
.bed3 {
    background-position: 0 0;
    width: 39px;
    height: 55px
}
body {
    margin: 0
}
.graphics-area svg {
    font-family: Arial, sans-serif
}
#clearCacheBtn {
    position: fixed;
    left: 300px;
    top: 5px;
    z-index: 10;
    padding: 20px;
    background-color: #ffa500;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    opacity: .8
}
.ip-header {
    position: fixed;
    top: 0;
    z-index: 100;
    min-height: 480px;
    width: 100%;
    height: 100%;
    background: #f1f1f1
}
.ip-header h1 {
    margin: 0
}
.ip-logo,
.ip-loader {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1vw;
    color: #273d74
}
.ip-logo {
    top: 0;
    height: 100%;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
}
.ip-loader {
    bottom: 50%
}
.ip-header .ip-inner {
    display: block;
    margin: 0 auto
}
.ip-header .ip-logo svg {
    min-width: 320px;
    max-width: 480px;
    width: 25%
}
.ip-header .ip-logo svg path {
    fill: #273d74
}
.ip-header .ip-loader svg path {
    fill: none;
    stroke-width: 6
}
.ip-header .ip-loader svg path.ip-loader-circlebg {
    stroke: #ddd
}
.ip-header .ip-loader svg path.ip-loader-circle {
    -webkit-transition: stroke-dashoffset .2s;
    transition: stroke-dashoffset .2s;
    stroke: #273d74
}
.loading .ip-logo,
.loading .ip-loader {
    opacity: 1;
    -webkit-animation: animInitialHeader 1s cubic-bezier(.7, 0, .3, 1) both;
    animation: animInitialHeader 1s cubic-bezier(.7, 0, .3, 1) both
}
.loading .ip-loader {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
@-webkit-keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0)
    }
}
@keyframes animInitialHeader {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 800px, 0);
        transform: translate3d(0, 800px, 0)
    }
}
.loaded .ip-logo,
.loaded .ip-loader {
    opacity: 1
}
.loaded .ip-logo {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: animLoadedLogo 1s cubic-bezier(.7, 0, .3, 1) forwards;
    animation: animLoadedLogo 1s cubic-bezier(.7, 0, .3, 1) forwards
}
@-webkit-keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(.65, .65, 1)
    }
}
@keyframes animLoadedLogo {
    to {
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(.65, .65, 1);
        transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(.65, .65, 1)
    }
}
.loaded .ip-loader {
    -webkit-animation: animLoadedLoader .5s cubic-bezier(.7, 0, .3, 1) forwards;
    animation: animLoadedLoader .5s cubic-bezier(.7, 0, .3, 1) forwards
}
@-webkit-keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(.3, .3, 1)
    }
}
@keyframes animLoadedLoader {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0) scale3d(.3, .3, 1);
        transform: translate3d(0, -100%, 0) scale3d(.3, .3, 1)
    }
}
.loaded .ip-logo svg path {
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
    fill: #fff
}
.loaded .ip-header {
    -webkit-animation: animLoadedHeader 1s cubic-bezier(.7, 0, .3, 1) forwards;
    animation: animLoadedHeader 1s cubic-bezier(.7, 0, .3, 1) forwards
}
@-webkit-keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0)
    }
}
@keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
    -webkit-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
    animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both
}
.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.loaded .ip-main .browser .box:nth-child(2) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}
.loaded .ip-main .browser .box:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
@-webkit-keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0)
    }
}
@keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }
}
.layout-switch .ip-header {
    position: absolute
}
.no-js .ip-header {
    position: relative;
    min-height: 0
}
.no-js .ip-header .ip-logo {
    margin-top: 20px;
    height: 180px;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
.no-js .ip-header .ip-logo svg path {
    fill: #fff
}
@media screen and (max-width: 45em) {
    .ip-main h2 {
        font-size: 2.25em;
        font-size: 10vw
    }
    .box {
        width: 100%
    }
}
.touch-indicator {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    background: none;
    z-index: 15
}
.touch-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -17.5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none
}
.touch-indicator.active.moving::after {
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px
}
.radomir::after {
    box-shadow: inset 0 0 0 35px transparent
}
.radomir.active::after {
    -webkit-animation: radomir .5s ease-out forwards;
    animation: radomir .5s ease-out forwards
}
@-webkit-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
@keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        box-shadow: inset 0 0 0 2px rgba(111, 148, 182, .8);
        opacity: .1
    }
    100% {
        box-shadow: inset 0 0 0 2px rgba(111, 148, 182, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
.marin::after {
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05)
}
.marin.active::after {
    -webkit-animation: marin .5s ease-out forwards;
    animation: marin .5s ease-out forwards
}
@-webkit-keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
.ilinka::after {
    background: rgba(255, 255, 255, .25);
    border: 3px solid rgba(122, 122, 122, .25)
}
.ilinka.active::after {
    -webkit-animation: ilinka 1s ease-out forwards;
    animation: ilinka 1s ease-out forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.ilinka.active.moving::after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.transition {
    -webkit-transition: visibility 0s .3s, opacity ease-in-out .3s;
    -moz-transition: visibility 0s .3s, opacity ease-in-out .3s;
    transition: visibility 0s .3s, opacity ease-in-out .3s
}
.transition.fade-on-left {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: fadeInLeft .6s forwards;
    -moz-animation: fadeInLeft .6s forwards;
    animation: fadeInLeft .6s forwards
}
.transition.fade-off-left {
    opacity: 0;
    -webkit-animation: fadeOutLeft .6s forwards;
    -moz-animation: fadeOutLeft .6s forwards;
    animation: fadeOutLeft .6s forwards
}
.transition.fade-on-right {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: fadeInRight .6s forwards;
    -moz-animation: fadeInRight .6s forwards;
    animation: fadeInRight .6s forwards
}
.transition.fade-off-right {
    opacity: 0;
    -webkit-animation: fadeOutRight .6s forwards;
    -moz-animation: fadeOutRight .6s forwards;
    animation: fadeOutRight .6s forwards
}
.hidden {
    /*display: none;*/
    opacity: 0 !important
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    animation-name: shake
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s
}
.animate {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}
.animate.bounceFadeOut {
    -webkit-animation-name: bounceFadeOut;
    -moz-animation-name: bounceFadeOut;
    animation-name: bounceFadeOut;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-o-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -moz-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -moz-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@-moz-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@-o-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    0% {
        opacity: 1
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    0% {
        opacity: 1
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    0% {
        opacity: 1;
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    0% {
        opacity: 1
    }
    65% {
        opacity: .5;
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -moz-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    100% {
        opacity: 0
    }
}
@keyframes bounceFadeOut {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.touch-indicator {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    background: none;
    z-index: 15
}
.touch-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17.5px 0 0 -17.5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none
}
.touch-indicator .touch-indicator.active.moving::after {
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px
}
.radomir::after {
    -webkit-box-shadow: inset 0 0 0 35px transparent;
    -moz-box-shadow: inset 0 0 0 35px transparent;
    box-shadow: inset 0 0 0 35px transparent
}
.radomir.active::after {
    -webkit-animation: radomir .5s ease-out forwards;
    -moz-animation: radomir .5s ease-out forwards;
    animation: radomir .5s ease-out forwards
}
@-webkit-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
@-moz-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
@-o-keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1);
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1;
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
}
@keyframes radomir {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(.4, .4, 1);
        -moz-transform: scale3d(.4, .4, 1);
        -ms-transform: scale3d(.4, .4, 1);
        transform: scale3d(.4, .4, 1)
    }
    80% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .8);
        opacity: .1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        box-shadow: inset 0 0 0 2px rgba(250, 255, 255, .8);
        opacity: 0;
        -webkit-transform: scale3d(1.2, 1.2, 1);
        -moz-transform: scale3d(1.2, 1.2, 1);
        -ms-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1)
    }
}
.marin::after {
    -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05);
    -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05);
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .05)
}
.marin.active::after {
    -webkit-animation: marin .5s ease-out forwards;
    -moz-animation: marin .5s ease-out forwards;
    animation: marin .5s ease-out forwards
}
@-webkit-keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-moz-keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-o-keyframes marin {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1);
    }
}
@keyframes marin {
    0% {
        opacity: 1
    }
    100% {
        -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        box-shadow: inset 0 0 0 3px rgba(232, 234, 0, .8);
        opacity: 0;
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
.ilinka::after {
    background: rgba(255, 255, 255, .25);
    border: 3px solid rgba(122, 122, 122, .25)
}
.ilinka.active::after {
    -webkit-animation: ilinka 1s ease-out forwards;
    -moz-animation: ilinka 1s ease-out forwards;
    animation: ilinka 1s ease-out forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.ilinka.active.moving::after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-moz-keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
@-o-keyframes ilinka {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1);
    }
}
@keyframes ilinka {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale3d(.75, .75, 1);
        -moz-transform: scale3d(.75, .75, 1);
        -ms-transform: scale3d(.75, .75, 1);
        transform: scale3d(.75, .75, 1)
    }
}
.scrolling-animate {
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease
}
.scrolling-page-1 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.scrolling-page-2 {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.scrolling-page-3 {
    -webkit-transform: translate3d(-200%, 0, 0);
    -moz-transform: translate3d(-200%, 0, 0);
    -ms-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
}
.scrolling-page-4 {
    -webkit-transform: translate3d(-300%, 0, 0);
    -moz-transform: translate3d(-300%, 0, 0);
    -ms-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0)
}
.scrolling-page-5 {
    -webkit-transform: translate3d(-400%, 0, 0);
    -moz-transform: translate3d(-400%, 0, 0);
    -ms-transform: translate3d(-400%, 0, 0);
    transform: translate3d(-400%, 0, 0)
}
.scrolling-page-6 {
    -webkit-transform: translate3d(-500%, 0, 0);
    -moz-transform: translate3d(-500%, 0, 0);
    -ms-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0)
}
.scrolling-page-7 {
    -webkit-transform: translate3d(-600%, 0, 0);
    -moz-transform: translate3d(-600%, 0, 0);
    -ms-transform: translate3d(-600%, 0, 0);
    transform: translate3d(-600%, 0, 0)
}
.scrolling-page-8 {
    -webkit-transform: translate3d(-700%, 0, 0);
    -moz-transform: translate3d(-700%, 0, 0);
    -ms-transform: translate3d(-700%, 0, 0);
    transform: translate3d(-700%, 0, 0)
}
.scrolling-page-9 {
    -webkit-transform: translate3d(-800%, 0, 0);
    -moz-transform: translate3d(-800%, 0, 0);
    -ms-transform: translate3d(-800%, 0, 0);
    transform: translate3d(-800%, 0, 0)
}
.scrolling-page-10 {
    -webkit-transform: translate3d(-900%, 0, 0);
    -moz-transform: translate3d(-900%, 0, 0);
    -ms-transform: translate3d(-900%, 0, 0);
    transform: translate3d(-900%, 0, 0)
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    -ms-touch-action: pan-x pan-y
}
body {
    font-family: 'ProximaNova-Regular', sans-serif
}
@font-face {
    font-family: "ProximaNova-Light";
    src: url("/tendrils/medialab/resources/webfonts/proximanova/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix");
    src: url("/tendrils/medialab/resources/webfonts/proximanova/93cc6d34-798e-42c8-87d2-fd6391801b63.eot?#iefix") format("eot"), url("../webfonts/d9fe41ee-4904-4a11-ba11-b61cd3be767f.woff2") format("woff2"), url("/tendrils/medialab/resources/webfonts/proximanova/2fa30669-9bbd-4ced-912f-db94a367ed6c.woff") format("woff"), url("/tendrils/medialab/resources/webfonts/proximanova/c12b3ebb-3771-483f-a84a-ac63d615c28e.ttf") format("truetype"), url("/tendrils/medialab/resources/webfonts/proximanova/2a961063-ea56-4a4b-8cea-bdae32edb0e2.svg#2a961063-ea56-4a4b-8cea-bdae32edb0e2") format("svg")
}
@font-face {
    font-family: "ProximaNova-Regular";
    src: url("/tendrils/medialab/resources/webfonts/proximanova/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix");
    src: url("/tendrils/medialab/resources/webfonts/proximanova/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix") format("eot"), url("/tendrils/medialab/resources/webfonts/proximanova/781c5453-0067-4e64-9386-7c0726d63d57.woff2") format("woff2"), url("/tendrils/medialab/resources/webfonts/proximanova/510df0e5-5b9f-4a1c-b46a-bcf1739bda43.woff") format("woff"), url("/tendrils/medialab/resources/webfonts/proximanova/47e08118-5050-469b-a40c-dc3b2307e87e.ttf") format("truetype"), url("/tendrils/medialab/resources/webfonts/proximanova/d93bd409-7380-4bb8-9d9f-d8035b5e0387.svg#d93bd409-7380-4bb8-9d9f-d8035b5e0387") format("svg")
}
@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("/tendrils/medialab/resources/webfonts/proximanova/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix");
    src: url("/tendrils/medialab/resources/webfonts/proximanova/87e4b4fc-cdf1-450a-8bed-dd818cba908d.eot?#iefix") format("eot"), url("/tendrils/medialab/resources/webfonts/proximanova/ae47a7f5-89da-4879-b934-29722c3dd451.woff2") format("woff2"), url("/tendrils/medialab/resources/webfonts/proximanova/70ae52ec-d89b-4c6a-9402-854ebe423c54.woff") format("woff"), url("/tendrils/medialab/resources/webfonts/proximanova/6a35571c-ea14-4dac-9ae1-0e7af0abeec8.ttf") format("truetype"), url("/tendrils/medialab/resources/webfonts/proximanova/ac2bdafc-d4a8-49d0-8a10-4e2f16bf7e3c.svg#ac2bdafc-d4a8-49d0-8a10-4e2f16bf7e3c") format("svg")
}
@font-face {
    font-family: "ProximaNova-Bold";
    src: url("/tendrils/medialab/resources/webfonts/proximanova/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix");
    src: url("/tendrils/medialab/resources/webfonts/proximanova/fbc6b03a-b3a1-427c-a884-053deca3a53c.eot?#iefix") format("eot"), url("/tendrils/medialab/resources/webfonts/proximanova/0d416408-95c6-4ad7-b08d-e60573d3b37d.woff2") format("woff2"), url("/tendrils/medialab/resources/webfonts/proximanova/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff"), url("/tendrils/medialab/resources/webfonts/proximanova/4d4a75f5-d32a-4a09-8665-133afd39cc37.ttf") format("truetype"), url("/tendrils/medialab/resources/webfonts/proximanova/8152bc4e-d700-4c78-b6be-326893e6f53f.svg#8152bc4e-d700-4c78-b6be-326893e6f53f") format("svg")
}
@font-face {
    font-family: "ProximaNova-Black";
    src: url("/tendrils/medialab/resources/webfonts/proximanova/9b05cd3b-19d8-496a-816b-8de46cf24af1.eot?#iefix");
    src: url("/tendrils/medialab/resources/webfonts/proximanova/9b05cd3b-19d8-496a-816b-8de46cf24af1.eot?#iefix") format("eot"), url("/tendrils/medialab/resources/webfonts/proximanova/a086d1e1-d71a-4248-bc5b-6a91bbda0756.woff2") format("woff2"), url("/tendrils/medialab/resources/webfonts/proximanova/43106d4c-07a9-48c0-bdeb-d82f359c85f5.woff") format("woff"), url("/tendrils/medialab/resources/webfonts/proximanova/7783372a-b74a-4eb3-902f-ab18b106eb46.ttf") format("truetype"), url("/tendrils/medialab/resources/webfonts/proximanova/22e79766-6290-47c1-b1af-93665675dd48.svg#22e79766-6290-47c1-b1af-93665675dd48") format("svg")
}
@media screen {
    body {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #fff;
        -webkit-font-smoothing: antialiased;
        -webkit-tap-highlight-color: transparent
    }
    .ng-root-container,
    .ng-view-root {
        overflow: hidden;
        height: 100%;
        width: 100%
    }
}
.overflow-hidden {
    overflow: hidden
}
.scroll-content {
    z-index: 1
}
.scroll-bar-track {
    float: right;
    position: relative;
    height: 100%;
    width: 15px;
    padding: 2px 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .15);
    z-index: 2
}
.scroll-bar-thumb {
    height: 0;
    width: 7px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 0
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.dark-background {
    background-color: #292929 !important;
    color: white;
}
.floor-plan-page-container .furniture-menu-container {
    position: absolute;
    top: 61px;
    right: 0;
    bottom: 0;
    width: 316px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
}
.floor-plan-page-container .plan-parent-container {
    position: absolute;
    top: 61px;
    left: 0;
    bottom: 0;
    width: 286px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls {
    z-index: 1;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
	bottom: 0;
	width: 100%;
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .zoom-in-text {
    position: absolute;
    top: 191px;
    right: 187px
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .zoom-out-text {
    position: absolute;
    top: 241px;
    right: 187px
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .container,
.floor-plan-page-container .furniture-menu-container .floorplan-controls .reset-furniture {
    display: inline-block
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .reset-furniture-label {
    font-size: 9pt;
    color: #aba89e
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.zoom-in-icon,
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.zoom-out-icon,
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.reset-furniture-icon {
    width: 37px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.zoom-in-icon:last-child,
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.zoom-out-icon:last-child,
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.reset-furniture-icon:last-child {
    border-right: none
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.zoom-in-icon {
    background-position: 8px 5px
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.zoom-out-icon {
    background-position: -37px 5px
}
.floor-plan-page-container .furniture-menu-container .floorplan-controls .sprite.reset-furniture-icon {
    background-position: -218px -3px
}
.floor-plan-page-container .furniture-menu-container.selected-furn-menu {
    visibility: hidden;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}
.floor-plan-page-container .furniture-menu-container.selected-furn-menu .floorplan-controls {
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}
.floor-plan-page-container .furniture-menu-container.selected-furn-menu .floorplan-controls .menu-header {
    color: #00324b;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 20px;
    text-transform: uppercase;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    display: inline-block
}
.floor-plan-page-container .furniture-menu-container.selected-furn-menu .floorplan-controls .menu-header .menu-label {
    margin: 0;
    padding: 7px;
    display: inline-block;
    color: #000;
    font-size: 12pt
}
.floor-plan-page-container .furniture-menu-container.selected-furn-menu .floorplan-controls .more-furniture {
    cursor: pointer;
    z-index: -1;
    color: #00447c;
    -webkit-box-shadow: 1px 1px 5px -2px #000;
    -moz-box-shadow: 1px 1px 5px -2px #000;
    box-shadow: 1px 1px 5px -2px #000;
    padding: 12px 15px;
    font-size: 12pt;
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkY2RjZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fefefe 0%, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fefefe 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #dcdcdc 100%);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: repeat;
    text-align: center;
    border-radius: 5px;
    width: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    position: relative;
    text-shadow: none;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 25px
}
.floor-plan-page-container .furniture-menu-container .menu-header {
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    position: relative;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 10pt;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 20px
}
.menu-header {
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    position: relative;
    /* border-bottom: 1px solid #ccc; */
    text-align: left;
    font-size: 10pt;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.plan_heading {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: center;
}
.plan-parent-container {
    overflow-y: scroll;
}
.plan-parent-container .title-container {
    /*position: relative;*/
    /*border: 1px solid #ccc;*/
}
.Planhead .menu-header{
	display: flex;
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite-container {
    height: 42px;
    width: 42px;
    position: absolute;
    right: 40px;
    margin-top: -37px
}
.floor-plan-page-container .furniture-menu-container .menu-header .menu-label {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    padding: 0
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite {
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.bed-furniture-icon {
    margin: 5px 0 0 -2px;
    width: 45px;
    height: 33px;
    background-position: -64px -95px
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.seating-furniture-icon {
    margin: 8px 0 0 -3px;
    width: 49px;
    height: 25px;
    background-position: -141px -96px
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.table-furniture-icon {
    margin: 6px 0 0 -4px;
    width: 50px;
    height: 30px;
    background-position: -226px -94px
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.desk-furniture-icon {
    margin: 8px 0 0 -3px;
    width: 47px;
    height: 25px;
    background-position: -304px -94px
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.misc-furniture-icon {
    margin: 1px 0 0 1px;
    width: 40px;
    height: 40px;
    background-position: -379px -94px
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.patio-furniture-icon {
    margin: 2px 0 0 2px;
    width: 37px;
    height: 37px;
    background-position: -449px -95px
}
.floor-plan-page-container .furniture-menu-container .menu-header .sprite.text-annotation-icon {
    margin: 8px 0 0 8px;
    width: 24px;
    height: 27px;
    background-position: -13px -95px
}
.floor-plan-page-container .furniture-menu-container .menu-header,
.floor-plan-page-container .furniture-menu-container .menu-header * {
    cursor: pointer
}
.floor-plan-page-container .furniture-menu-container .slider-minus-btn {
    height: 62px !important
}
.floor-plan-page-container .furniture-menu-container .btn-save {
    cursor: pointer;
    background-color: #007582;
    padding: 10px 20px;
    color: #fff;
    z-index: -1;
    text-transform: uppercase;
    width: 70px;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center
}
.floor-plan-page-container .furniture-menu-container .btn-save.done {
    margin-top: 30px
}
.floor-plan-page-container .furniture-menu-container .furniture-save-confirmation {
    color: #585858;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity ease-out 400ms;
    -moz-transition: opacity ease-out 400ms;
    transition: opacity ease-out 400ms
}
.floor-plan-page-container .furniture-menu-container .furniture-save-confirmation.show {
    opacity: 1
}
.floor-plan-page-container .furniture-menu-container .section-header {
    color: #000;
    font-size: 11pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold
}
.floor-plan-page-container .furniture-menu-container .sub-header {
    margin: 0;
    color: #ccc;
    font-size: 10pt
}
.floor-plan-page-container .floorselector-absolute-container,
.floor-plan-page-container .right-top-menu-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.floor-plan-page-container .furniture-parent-container {
    margin-bottom: 10px
}
.floor-plan-page-container .furniture-parent-container .popout-group-container .popout-group.selected {
    background-color: #007582;
    color: #fff
}
.floor-plan-page-container .furniture-parent-container .group-content {
    height: 0
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group {
    position: absolute;
    top: -141px;
    left: -12px;
    height: 100%
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group {
        position: absolute;
        top: -101px;
        left: -22px
    }
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.beds,
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.misc,
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.desks-storage,
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.seating,
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.tables,
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.patio {
    width: 245px;
    -webkit-transform: translate3d(-245px, 140px, 0);
    -moz-transform: translate3d(-245px, 140px, 0);
    -ms-transform: translate3d(-245px, 140px, 0);
    transform: translate3d(-245px, 140px, 0)
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.beds,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.misc,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.desks-storage,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.seating,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.tables,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.patio {
        width: 245px;
        -webkit-transform: translate3d(-235px, 100px, 0);
        -moz-transform: translate3d(-235px, 100px, 0);
        -ms-transform: translate3d(-235px, 100px, 0);
        transform: translate3d(-235px, 100px, 0)
    }
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.beds:after,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.misc:after,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.desks-storage:after,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.seating:after,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.tables:after,
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.patio:after {
        top: 190px
    }
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.text-annotation {
    color: #000;
    font-size: 11px;
    width: 100px;
    padding: 3px 0 10px 22px;
    -webkit-transform: translate3d(-100px, 104px, 0);
    -moz-transform: translate3d(-100px, 104px, 0);
    -ms-transform: translate3d(-100px, 104px, 0);
    transform: translate3d(-100px, 104px, 0)
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.text-annotation .content-item {
    padding: 0;
    margin: 0
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.text-annotation .furn-menudraggable {
    border: none
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.text-annotation .furniture-sprite.add-text {
    background-position: -745px -553px;
    width: 55px;
    height: 47px;
    display: inline-block
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.text-annotation.open {
    top: -105px
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.text-annotation.open {
        position: absolute;
        left: -13px
    }
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .group {
    color: #000;
    font-size: 12px;
    max-height: 87%;
    overflow: hidden
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .group .viewport {
    padding: 4px
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.closed {
    display: none
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group.open {
    background-color: #fff;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    position: absolute
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .content-item {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    text-align: center
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .furniture-sprite {
    display: block;
    margin: 0 auto
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .furn-menudraggable {
    text-align: center;
    display: inline-block;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group #furnMenuItem_textAnnotation.furn-menudraggable {
    max-width: 90px;
    margin-bottom: 6px
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .furnMenuItemTitle {
    margin-top: 16px;
    display: block;
    cursor: pointer
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .scroll-bar-track {
    display: block;
    float: left;
    width: 15px
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .item-group .scroll-bar-track .scroll-bar-thumb {
    width: 7px
}
.floor-plan-page-container .furniture-parent-container .popout-furn-items .furn-items-header {
    font-size: 10pt;
    font-weight: bold;
    margin: 8px
}
.floor-plan-page-container .scroll-bar-thumb {
    background-color: #ccc
}
.floor-plan-page-container .scroll-bar-track {
    background: radial-gradient(ellipse at center, #f6f8f9 0%, #e5ebee 51%, #d7dee3 100%, #f5f7f9 100%)
}
.floor-plan-page-container .display-options-section textarea.text-annotation-input {
    resize: none;
    height: 100px;
    width: 230px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #7d7d7d;
    background-color: #fff;
    overflow: hidden;
    display: block;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 11pt
}
.floor-plan-page-container .display-options-section .property {
    display: inline-block;
    margin-right: 10px
}
.floor-plan-page-container .display-options-section .property .font-size-slider {
    width: 210px;
    display: block;
    margin: 10px 20px;
    -webkit-appearance: none;
    outline: none
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-webkit-slider-runnable-track {
    width: 210px;
    height: 3px;
    background-color: #d9d9d9;
    outline: none
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-moz-range-track {
    width: 210px;
    height: 3px;
    background-color: #d9d9d9;
    outline: none
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 15px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 4px 15px #d9d9d9;
    -moz-box-shadow: 0 4px 15px #d9d9d9;
    box-shadow: 0 4px 15px #d9d9d9;
    margin-top: -11px;
    outline: none;
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -530px -9px;
    cursor: pointer;
    position: relative
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-moz-range-thumb {
    height: 25px;
    width: 15px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 4px 15px #d9d9d9;
    -moz-box-shadow: 0 4px 15px #d9d9d9;
    box-shadow: 0 4px 15px #d9d9d9;
    margin-top: -11px;
    outline: none;
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -530px -9px;
    cursor: pointer;
    position: relative
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-ms-track {
    width: 210px;
    height: 3px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    margin: 8px 0
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-ms-fill-lower,
.floor-plan-page-container .display-options-section .property .font-size-slider::-ms-fill-upper,
.floor-plan-page-container .display-options-section .property .font-size-slider:focus::-ms-fill-lower,
.floor-plan-page-container .display-options-section .property .font-size-slider:focus::-ms-fill-upper {
    background-color: #d9d9d9
}
.floor-plan-page-container .display-options-section .property .font-size-slider::-ms-thumb {
    height: 25px;
    width: 15px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 4px 15px #d9d9d9;
    -moz-box-shadow: 0 4px 15px #d9d9d9;
    box-shadow: 0 4px 15px #d9d9d9;
    margin-top: 5px;
    background-color: #d9d9d9;
    outline: none;
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -530px -9px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}
.floor-plan-page-container .display-options-section .property-label {
    display: inline-block;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    cursor: default;
    text-transform: uppercase;
    margin: 10px auto
}
.floor-plan-page-container .display-options-section .locked-property-field {
    color: #000;
    width: 30px;
    cursor: pointer !important;
    padding: 10px;
    display: block;
    text-align: center;
    border: 1px solid #999
}
.floor-plan-page-container .display-options-section .locked-property-field.selected {
    background-color: #00324b;
    color: #fff
}
.floor-plan-page-container .display-options-section .rotate-container {
    position: relative;
    margin-top: 30px
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-counterclockwise-lock,
.floor-plan-page-container .display-options-section .rotate-container .rotate-clockwise-lock {
    width: 30px;
    height: 30px;
    z-index: 1;
    background-repeat: no-repeat
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-counterclockwise-lock {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background-position: -462px -9px;
    width: 30px;
    height: 34px
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-clockwise-lock {
    position: absolute;
    right: 100px;
    bottom: 5px;
    background-position: -396px -9px;
    width: 30px;
    height: 34px
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-disc-container {
    position: relative;
    width: 123px;
    height: 123px;
    cursor: initial;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat;
    background-position: -585px -9px
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-disc-container .rotate-disc {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    z-index: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #efefef
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-disc-container .rotate-disc:after {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 5px;
    background-color: #585858;
    position: relative;
    top: 0;
    left: 46%;
    cursor: pointer
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-disc-container .rotate-disc-label {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    color: #000;
    text-align: center;
    cursor: initial;
    margin: auto auto;
    text-transform: uppercase;
    font-size: 12px
}
.floor-plan-page-container .display-options-section .rotate-container .rotate-disc-value {
    font-family: 'ProximaNova-Light';
    color: #aba89e;
    font-size: 36pt;
    cursor: initial;
    display: inline-block;
    float: right;
    width: 120px;
    text-align: center
}
.floor-plan-page-container .furniture.pin-pad {
    position: absolute;
    right: 340px;
    -webkit-box-shadow: -1px 0 8px 0 #000;
    -moz-box-shadow: -1px 0 8px 0 #000;
    box-shadow: -1px 0 8px 0 #000;
    z-index: 16
}
.floor-plan-page-container .furn-dragging {
    position: absolute;
    z-index: 900
}
.floor-plan-page-container .furniture-container {
    position: absolute
}
.floor-plan-page-container .furniture-container .rotate-icon {
    width: 30px;
    height: 50px;
    z-index: 15;
    background-image: url("/tendrils/ashton/resources/images/rotate.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center bottom;
    cursor: pointer
}
.floor-plan-page-container .placed-furniture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    display: inline-block;
    text-align: center;
    cursor: default
}
.floor-plan-page-container .placed-furniture .text {
    white-space: nowrap;
    color: #000;
    padding: 5px
}
.floor-plan-page-container .placed-furniture svg path[stroke],
.floor-plan-page-container .placed-furniture svg polyline[stroke],
.floor-plan-page-container .placed-furniture svg polygon[stroke],
.floor-plan-page-container .placed-furniture svg line[stroke],
.floor-plan-page-container .placed-furniture svg rect[stroke] {
    stroke: #007582 !important;
    stroke-width: .85px
}
.floor-plan-page-container .placed-furniture.selected svg {
    background-color: rgba(82,150,214, .6);
    box-shadow: 0 0 12px 5px rgba(82,150,214, .6);
    border-collapse: separate
}
.floor-plan-page-container .placed-furniture.selected .text {
    background-color: #fff;
    box-shadow: 0 0 12px 5px rgba(0, 117, 130, .6)
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.modal-box {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 10010
}
.modal-box.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s
}
.modal-box .modal-header h2 {
    margin: 0
}
.modal-box.on {
    display: block
}
.modal-box .content {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20%
}
.modal-box .content .message {
    font-size: 15px
}
.btn-default,
.btn-default:visited {
    display: block;
    cursor: pointer;
    margin: 8px 0 0 0;
    text-decoration: none;
    font-size: 14px;
    color: #050505;
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #949494;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0 2px white;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0 2px white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 0 2px white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2), 0 1px 0 white
}
.btn-default:hover {
    background: #e5e5e5
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.pin-pad {
    background-color: #fff;
    padding: 15px 0;
    width: 200px;
    margin: auto;
    display: none
}
.pin-pad.on {
    display: block
}
.pin-pad .digit-group {
    clear: both;
    text-align: center
}
.pin-pad .digit {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    background-color: #00324b;
    color: #fff;
    margin-bottom: 7px
}
.pin-pad .digit:nth-child(even) {
    margin: 0 2px
}
.pin-pad .digit .sprite.close {
    background-position: -1077px -253px;
    width: 39px;
    height: 27px;
    position: relative;
    top: 10px
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
body {
    overflow: auto;
    -webkit-print-color-adjust: exact !important
}
@media print {
    body {
        overflow: visible
    }
}
#print-container {
    color: #000
}
#print-container .header {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 140px;
    text-align: right
}
#print-container .header .logo {
    height: 30px
}
#print-container .header .text {
    position: relative;
    top: -10px;
    text-align: left;
    width: 100%
}
#print-container .header .title {
    font-size: 20pt;
    font-weight: bold
}
#print-container .header .sub-title {
    font-size: 17pt
}
#print-container .header .phone {
    font-size: 13pt
}
#print-container .border {
    height: 3px;
    width: 100%;
    position: relative;
    top: -10px
}
#print-container .border rect {
    fill: #007582
}
#print-container .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 5px solid #007582;
    text-align: center;
    padding-top: 10px;
    height: 65px
}
#print-container .footer .disclaimer {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 5pt;
    width: 81%
}
#print-container .footer .tagline {
    display: inline-block;
    vertical-align: bottom;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    float: right;
    color: #007582;
    font-weight: bold
}
#print-container .page-template {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 900px;
    overflow: hidden;
    width: 670px;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
    margin: 0 auto
}
#print-container .page-template .elevation .elevation-title,
#print-container .page-template .interior-image-title {
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 14pt;
    font-weight: bold
}
#print-container .page-template .elevation {
    display: inline-block;
    margin: 10px;
    margin-left: 8px;
    font-size: 12px;
    text-align: center
}
#print-container .page-template .elevation img {
    display: inline-block;
    height: 215px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 23px;
    width: auto
}
#print-container .page-template .elevation.c-1,
#print-container .page-template .elevation.c-2 {
    width: 650px
}
#print-container .page-template .elevation.c-1:first-child,
#print-container .page-template .elevation.c-2:first-child {
    height: 350px;
    display: block;
    margin: 0 auto
}
#print-container .page-template .elevation.c-1:first-child img,
#print-container .page-template .elevation.c-2:first-child img {
    height: 350px;
    margin-top: 0
}
#print-container .page-template .elevation.c-1 img,
#print-container .page-template .elevation.c-2 img {
    display: block
}
#print-container .page-template .elevation.c-3:first-child {
    height: 350px;
    display: block;
    margin: 0 auto;
    width: 100%
}
#print-container .page-template .elevation.c-3:first-child img {
    display: block;
    height: 350px;
    margin-top: 0
}
#print-container .page-template .interior-image img {
    display: block;
    height: 190px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto
}
#print-container .page-template .page-contents {
    position: absolute;
    top: 160px;
    right: 0;
    bottom: 85px;
    left: 0;
    text-align: center
}
#print-container.safari .page-template {
    height: 850px
}
#print-container.atlas-ios .page-template {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}
#print-container .floor * {
    border: none !important
}
#print-container .graphics-area {
    overflow: visible !important;
    height: 850px
}
#print-container .floor-container .graphics-area {
    height: 660px;
    width: 100%;
    position: static
}
#print-container .floor-container .svg-container svg {
    position: absolute;
    top: 0
}
#print-container .floor-container .floor-display-text {
    position: relative;
    bottom: 60px;
    font-size: 24px;
    position: relative;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase
}
#print-container .floorplan-iframe {
    height: 750px;
    width: 100%
}
#print-container .floor-plan-container {
    height: 730px;
    width: 100%;
    position: absolute;
    top: 105px
}
#print-container .hotspot-container {
    display: none
}
#print-container .lotmap-container .lotmap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
#print-container .lotmap-container .status-legend {
    width: 650px;
    margin: auto;
    height: 55px;
    white-space: nowrap
}
#print-container .lotmap-container .status-legend .legend-header {
    text-align: center;
    font-size: 1.3em
}
#print-container .lotmap-container .status-legend .row {
    display: table-cell;
    height: 30px;
    width: 150px;
    margin: 5px;
    text-align: center
}
#print-container .lotmap-container .status-legend .title {
    font-size: .8em;
    padding-top: 10px;
    display: inline-block;
    vertical-align: super
}
#print-container .lotmap-container .status-legend .basement {
    font-size: 1.2em;
    padding-top: 10px;
    display: inline-block;
    vertical-align: super;
    font-weight: 700
}
#print-container .lotmap-container .status-legend .swatch {
    position: relative;
    left: 0;
    height: 20px;
    width: 20px;
    display: inline-block;
    border: 1px solid #000
}
#print-container .lotmap-container .print-lot-map {
    position: absolute;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0
}
#print-container .lotmap-container .print-lot-map .graphics-area {
    height: 100%
}
#print-container .lotmap-container .print-lot-map .graphics-area .svg-container {
    z-index: 1
}
#print-container .lotmap-container .print-lot-map .graphics-area .svg-container-bkg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}
#print-container .option-container {
    font-size: 15pt
}
#print-container .option-container .page-contents {
    margin-left: 20px;
    text-align: left;
    font-weight: bold
}
#print-container .option-container .message {
    margin-bottom: 20px
}
#print-container .option-container .option {
    font-size: 14pt
}
#print-container svg line,
#print-container svg polyline {
    stroke-linecap: square !important
}
.off {
    display: none !important;
    overflow: hidden
}
.lotmap .svg-container {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center
}
@media print {
    #print-modal.modal-box.on,
    #ip-container {
        display: none
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    html,
    body {
        height: 100%;
        width: 100%;
        overflow: auto
    }
}
#print-modal.modal-box .content {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20%;
    height: 100px;
    width: 215px;
    top: 0;
    bottom: 0
}
#print-modal.modal-box .content {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-top: 20%;
    height: 100px;
    width: 215px;
    top: 0;
    bottom: 0
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.sprite {
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat;
    cursor: pointer
}
.zoom-in-icon {
    background-position: -3px -7px;
    width: 30px;
    height: 30px
}
.zoom-out-icon {
    background-position: -45px -7px;
    width: 30px;
    height: 30px
}
.reset-icon {
    background-position: -221px -9px;
    width: 30px;
    height: 34px
}
.button-print.icon {
    background-position: -78px 4px;
    width: 60px;
    height: 60px
}
.reverse-icon {
    background-position: -47px -51px;
    width: 30px;
    height: 30px
}
.reverse-icon.selected {
    background-position: -92px -51px
}
.down-arrow-icon {
    background-position: -194px -63px;
    width: 16px;
    height: 9px;
    cursor: default;
    margin: auto;
    position: relative;
    top: 19px
}
.fullscreen-icon {
    background-position: -145px -57px;
    width: 20px;
    height: 20px
}
.trash-icon {
    background-position: -280px -9px;
    width: 24px;
    height: 31px
}
.close-icon {
    background-position: -338px -17px;
    width: 25px;
    height: 25px
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
body {
    touch-action: none
}
.graphics-area {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}
.graphics-area.loading {
    background-image: url("images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center
}
.logo {
    height: 50px;
    width: auto;
}
.ie-zoom .additional-container {
    touch-action: none
}
.hidden .hotspot-container {
    opacity: 0 !important
}
.lotmap svg text,
.lotmap svg text tspan {
    font-family: 'ProximaNova-Regular', sans-serif
}
.lotmap svg #Lots text,
.lotmap svg #Lots text tspan {
    font-family: 'ProximaNova-Regular', sans-serif
}
#side-menu-container .panel-group {
    border-bottom: 1px solid #ddd
}
accordion .accordion-group.selected {
    border: solid 1px #86bcc2;
    border-left-width: 0;
    border-right-width: 0
}
accordion .accordion-group .group-heading .icon {
    margin-top: 7px;
    height: 6px;
    width: 10px;
    background-repeat: no-repeat;
    float: right
}
accordion .accordion-group .group-heading.closed .icon {
    background-position: -129px -18px;
    width: 6px;
    height: 10px
}
accordion .accordion-group .group-heading.open .icon {
    background-position: -115px -8px;
    width: 10px;
    height: 6px
}
accordion .accordion-group .group-heading.disabled {
    color: #c9c9c9;
    cursor: not-allowed
}
accordion .accordion-group .group-content .disabled,
accordion .accordion-group .group-content .content-item.disabled,
accordion .accordion-group .group-content .content-item.disabled a {
    color: #c9c9c9;
    cursor: not-allowed;
    pointer-events: none
}
accordion .accordion-group .group-content .disabled.selected,
accordion .accordion-group .group-content .content-item.disabled.selected {
    color: #86bcc2
}
accordion .accordion-group .group-content .off {
    color: #999
}
accordion .accordion-group .group-content .content-item {
    cursor: pointer
}
accordion .accordion-group .group-content a,
accordion .accordion-group .group-content a:visited,
accordion .accordion-group .group-content a:link {
    color: #7c7c7c;
    font-size: 18px;
    text-decoration: none;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}
accordion .accordion-group .group-content a:hover,
accordion .accordion-group .group-content a.on,
accordion .accordion-group .group-content a:active {
    color: #86bcc2;
    outline: 0
}
accordion .accordion-group .group-heading {
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}
accordion .accordion-group .content-item .group-heading {
    border-width: 0
}
accordion .accordion-group .title-container {
    padding: 20px 20px 20px 0;
    margin-bottom: 0
}
accordion .accordion-group .group-content {
    -webkit-transition: 750ms cubic-bezier(0, 1, .5, 1) all;
    -moz-transition: 750ms cubic-bezier(0, 1, .5, 1) all;
    -ms-transition: 750ms cubic-bezier(0, 1, .5, 1) all;
    -o-transition: 750ms cubic-bezier(0, 1, .5, 1) all;
    transition: 750ms cubic-bezier(0, 1, .5, 1) all
}
accordion .accordion-group .group-content.disabled {
    color: #c9c9c9
}
accordion .accordion-group .group-content.open {
    height: auto;
    max-height: 1800px;
    opacity: 1;
    padding-bottom: 25px
}
accordion .accordion-group .group-content.closed {
    height: 0;
    opacity: 0
}
accordion .accordion-group .group-content.closed .content-container {
    height: 0;
    display: none
}
accordion .group-heading.empty {
    display: none
}
.checkbox-list.structural-option {
    padding-left: 20px !important
}
.checkbox-list.structural-option .pseudo-checkmark {
    display: inline-block;
    height: 26px;
    width: 26px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: top
}
.checkbox-list.structural-option .item-text {
    display: inline-block;
    font-size: 13px;
    font-family: 'raleway-extrabold';
    max-width: 175px
}
.checkbox-list.structural-option .check:before {
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
    height: 100%;
    width: 100%;
    color: #85c4cb;
    display: block;
    content: '✓';
    margin: 2px 0 0 7px
}
.checkbox-list.structural-option.selected .check:before {
    opacity: 1
}
.chrome #side-menu-container {
    width: 300px
}
.chrome #side-menu-container .side-menu .content-container {
    padding: 20px 2px 0 0;
    font-size: 10px
}
.chrome.img-page #side-menu-container .side-menu .content-container {
    padding: 0;
    font-size: 10px;
    position: static
}
.chrome.img-page #side-menu-container .side-menu .content-item:first-of-type {
    margin-top: 0;
    padding-top: 20px
}
.chrome.img-page #side-menu-container .side-menu .content-item:last-of-type {
    padding-bottom: 20px
}
.chrome #side-menu-container .side-menu .group-content {
    background-color: #f6f6f6
}
.chrome #side-menu-container .furniture-menu-group .group-content {
    overflow: auto
}
.chrome #side-menu-container .side-menu .content-container .content-item {
    font-size: 16px;
    padding-left: 50px
}
.chrome #side-menu-container .floor-selector-group .group-content {
    overflow: auto;
    max-height: 1500px
}
.chrome #side-menu-container .furniture-menu-group .content-container .content-item {
    padding-left: 0 !important
}
.chrome #side-menu-container .furniture-menu-group .content-container {
    padding-top: 5px !important
}
.chrome #side-menu-container .side-menu .content-container .content-item:hover {
    color: #86bcc2
}
.chrome #side-menu-container .side-menu .title-container,
.areamap accordion .accordion-group .title-container {
    padding-left: 35px;
    font-family: 'raleway-extrabold';
    font-size: 14px;
    letter-spacing: 2px
}
.chrome #side-menu-container .side-menu .sub-accordion-menu .title-container {
    padding-left: 20px;
    font-family: 'raleway-extrabold';
    font-size: 12px;
    letter-spacing: 2px
}
.chrome accordion .accordion-group .group-heading.closed .icon,
.chrome accordion #furn-menu-accordion .group-heading.closed .icon,
.areamap #calculate-distance-btn .sprite.icon {
    background-position: -129px -18px;
    width: 6px;
    height: 10px
}
.chrome accordion .accordion-group .group-heading.open .icon,
.chrome accordion #furn-menu-accordion .group-heading.open .icon {
    background-position: -115px -8px;
    width: 10px;
    height: 6px
}
.chrome accordion floorplan-options .accordion-group .group-heading .icon,
.chrome accordion .furniture-menu-group .group-heading .icon,
.chrome accordion compare-menu .accordion-group .group-heading .icon {
    opacity: 1;
    transition-duration: .2s;
    transition-property: opacity;
    position: relative;
    bottom: 2px
}
.chrome accordion floorplan-options .accordion-group .group-heading.open .icon,
.chrome accordion .furniture-menu-group .group-heading.open .icon,
.chrome accordion compare-menu .accordion-group .group-heading.open .icon {
    opacity: 0
}
.chrome accordion furniture-menu .accordion-group .group-heading.open .icon {
    opacity: 1
}
.chrome accordion exteriors-menu .group-heading .title-container,
.chrome accordion .floor-selector-group .group-heading .title-container,
.chrome accordion photos-menu .group-heading .title-container {
    color: #052e33
}
.chrome #side-menu-container .side-menu-top,
.chrome #side-menu-container #side-menu-top {
    border: 1px solid #ddd;
    border-bottom-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    padding-left: 0;
    top: 0;
    bottom: 0
}
.chrome accordion .accordion-group .group-content.open {
    height: auto;
    max-height: 1500px;
    opacity: 1;
    padding-bottom: 25px;
    padding-top: 0
}
.chrome .box-shadow {
    box-shadow: -1px 0 10px 1px #d2d2d2;
    -webkit-box-shadow: -1px 0 10px 1px #d2d2d2;
    -moz-box-shadow: -1px 0 10px 1px #d2d2d2
}
.chrome #feature-menu-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 256px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 220px;
    display: block;
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
    background-color: #fff
}
.chrome #details-container .side-menu-top {
    padding: 0
}
.chrome #feature-menu-container .disclaimer {
    font-size: 9px;
    line-height: 15px;
    cursor: default
}
.chrome#outside-container .floorplan-specs {
    padding: 0
}
.chrome #feature-menu-container #side-menu-bottom {
    height: auto;
    bottom: 26px;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 5px
}
.chrome #feature-menu-container .legend-item {
    padding: 4px 0;
    color: #85c4cb
}
.chrome .floorplan-specs .floorplan-info .floor-title {
    font-family: 'raleway-thin';
    font-size: 30px;
    color: #85c4cb;
    font-weight: normal;
    margin-bottom: 15px
}
.chrome #feature-menu-container #side-menu-bottom .button-group {
    display: block
}
.chrome #feature-menu-container #side-menu-bottom .button-group.floor-controls {
    height: 80px
}
.chrome .slider-container {
    margin: 20px 0 30px 0;
    width: 210px
}
.chrome.fullsize {
    bottom: 86px
}
.chrome .graphics-area {
    right: 298px;
    left: 256px;
    top: 95px
}
.chrome .btn {
    text-align: center
}
.chrome accordion .content-container .sub-accordion-menu .accordion-container {
    padding: 0 15px
}
.chrome accordion .content-container .sub-accordion-menu .accordion-group,
.chrome accordion .content-container .sub-accordion-menu .group-content {
    background-color: #fff !important
}
.chrome accordion .floor-selector-group .group-content.open {
    padding-bottom: 20px
}
.chrome accordion .floor-selector-group .group-heading,
.areamap.chrome accordion .group-heading {
    transition-duration: .3s;
    transition-property: background-color, color
}
.chrome accordion furniture-menu #furn-menu-accordion .title-container {
    transition: .3s;
    transition-property: color;
    -webkit-tap-highlight-color: transparent;
    text-shadow: none
}
.chrome accordion furniture-menu #furn-menu-accordion .group-heading.open {
    background-color: #fff
}
.chrome accordion furniture-menu #furn-menu-accordion .accordion-group {
    border: solid 1px #86bcc2;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0
}
.chrome accordion furniture-menu .accordion-group .title-container {
    padding: 14px 10px 14px 0 !important;
    font-family: 'raleway' !important;
    letter-spacing: 0 !important;
    font-size: 14px !important;
    color: #052e33
}
.chrome accordion furniture-menu .accordion-group.selected .title-container {
    font-family: 'raleway-extrabold' !important;
    color: #86bcc2 !important
}
.chrome accordion furniture-menu .accordion-group:last-child {
    border-bottom-width: 0 !important
}
.chrome accordion furniture-menu .accordion-group .group-content {
    padding-top: 0
}
.chrome accordion .accordion-group .group-heading .icon {
    margin-top: 5px
}
.chrome .floorplan-specs {
    font-weight: normal
}
.chrome accordion .accordion-group .group-content a,
accordion .accordion-group .group-content a:visited,
accordion .accordion-group .group-content a:link {
    font-size: 16px !important
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.floor-plan-page-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.floor-plan-page-container .top-section {
    position: absolute;
    background-color: #fff;
    height: 100px;
    width: 100%;
    z-index: 3;
    margin-top: 32px;
    text-transform: uppercase
}
.floor-plan-page-container .top-bar,
.floor-plan-page-container .top-floor-menu {
    text-align: center;
    font-size: 0
}
.floor-plan-page-container .top-bar.fade-off-right,
.floor-plan-page-container .top-floor-menu.fade-off-right {
    z-index: 4
}
.floor-plan-page-container .top-bar.fade-on-right,
.floor-plan-page-container .top-floor-menu.fade-on-right {
    z-index: 6
}
.floor-plan-page-container .top-bar .button,
.floor-plan-page-container .top-bar .item,
.floor-plan-page-container .top-floor-menu .button,
.floor-plan-page-container .top-floor-menu .item {
    display: inline-block;
    text-align: center;
    width: 175px;
    padding: 7px;
    margin-right: 0;
    border-radius: 0;
    font-size: 11pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-shadow: none;
    font-weight: normal;
    color: #ccc;
    border: 1px solid #ccc
}
.floor-plan-page-container .top-bar .button.active,
.floor-plan-page-container .top-bar .button.selected,
.floor-plan-page-container .top-bar .item.active,
.floor-plan-page-container .top-bar .item.selected,
.floor-plan-page-container .top-floor-menu .button.active,
.floor-plan-page-container .top-floor-menu .button.selected,
.floor-plan-page-container .top-floor-menu .item.active,
.floor-plan-page-container .top-floor-menu .item.selected {
    background-color: #007582;
    color: #fff
}
.floor-plan-page-container .top-bar .button.disabled,
.floor-plan-page-container .top-bar .item.disabled,
.floor-plan-page-container .top-floor-menu .button.disabled,
.floor-plan-page-container .top-floor-menu .item.disabled {
    background: #d5d5d5;
    cursor: not-allowed
}
.floor-plan-page-container .top-bar .button:first-child,
.floor-plan-page-container .top-bar .item:first-child,
.floor-plan-page-container .top-floor-menu .button:first-child,
.floor-plan-page-container .top-floor-menu .item:first-child {
    border-right: none
}
.floor-plan-page-container .top-bar .button:last-child,
.floor-plan-page-container .top-bar .item:last-child,
.floor-plan-page-container .top-floor-menu .button:last-child,
.floor-plan-page-container .top-floor-menu .item:last-child {
    border-left: none
}
.floor-plan-page-container .horizontal-toolbar,
.floor-plan-page-container .gallery-top-nav {
    display: flex;
    position: absolute;
    top: 0px;
    border: 1px solid #ccc;
    z-index: 10;
    width:99.8%;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.floor-plan-page-container .horizontal-toolbar .icon-controls,
.floor-plan-page-container .gallery-top-nav .icon-controls {
    position: absolute;
    top: 61px
}
.floor-plan-page-container .horizontal-toolbar .button-container .slider-bar,
.floor-plan-page-container .gallery-top-nav .button-container .slider-bar {
    display: none
}
.floor-plan-page-container .horizontal-toolbar .button-container .icon,
.floor-plan-page-container .horizontal-toolbar .button-container .zoom-in-icon,
.floor-plan-page-container .horizontal-toolbar .button-container .zoom-out-icon,
.floor-plan-page-container .gallery-top-nav .button-container .icon,
.floor-plan-page-container .gallery-top-nav .button-container .zoom-in-icon,
.floor-plan-page-container .gallery-top-nav .button-container .zoom-out-icon {
    border: 1px solid #ccc;
    border-top: none
}
.floor-plan-page-container .horizontal-toolbar .button-container .title,
.floor-plan-page-container .gallery-top-nav .button-container .title {
    display: none
}
.floor-plan-page-container .horizontal-toolbar .button-container.selectors .button-group,
.floor-plan-page-container .gallery-top-nav .button-container.selectors .button-group {
    background-color: transparent
}
@media screen and (min-device-width: 1024px) {
    .floor-plan-page-container .horizontal-toolbar .button-container.selectors .button-group,
    .floor-plan-page-container .gallery-top-nav .button-container.selectors .button-group {
        left: 20px
    }
}
.floor-plan-page-container .horizontal-toolbar .button-container.selectors .popout-group .menu-header h4,
.floor-plan-page-container .gallery-top-nav .button-container.selectors .popout-group .menu-header h4 {
    line-height: 35px
}
.floor-plan-page-container .horizontal-toolbar .button-container .popout-group .menu-header h4,
.floor-plan-page-container .gallery-top-nav .button-container .popout-group .menu-header h4 {
    font-size: 15px
}
.floor-plan-page-container .horizontal-toolbar .button-print,
.floor-plan-page-container .gallery-top-nav .button-print {
    min-width: 57px
}
.floor-plan-page-container .horizontal-toolbar .button-fullscreen,
.floor-plan-page-container .gallery-top-nav .button-fullscreen {
    margin-left: auto;
    width: 60px;
    height: 60px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    right: 1px;
    padding-left: 5px
}
.floor-plan-page-container .horizontal-toolbar .button-fullscreen .fullscreen-icon,
.floor-plan-page-container .gallery-top-nav .button-fullscreen .fullscreen-icon {
    margin: 20px 0 0 20px
}
.floor-plan-page-container .horizontal-toolbar .ifp-features-container,
.floor-plan-page-container .gallery-top-nav .ifp-features-container {
    display: flex;
    width: 100%;
    border-left: 1px solid #ccc
}
.floor-plan-page-container .horizontal-toolbar .plan-info,
.floor-plan-page-container .gallery-top-nav .plan-info {
    height: 36px;
    padding: 12px
}
.floor-plan-page-container .horizontal-toolbar .plan-info .title,
.floor-plan-page-container .gallery-top-nav .plan-info .title {
    font-size: 9pt;
    color: #aba89e
}
.floor-plan-page-container .horizontal-toolbar .plan-info .plan-name,
.floor-plan-page-container .gallery-top-nav .plan-info .plan-name {
    text-transform: uppercase;
    font-size: 15pt;
    font-family: 'ProximaNova-Light'
}
.floor-plan-page-container .horizontal-toolbar .button-group,
.floor-plan-page-container .gallery-top-nav .button-group {
    position: relative;
    margin: auto
}
@media screen and (min-device-width: 1024px) {
    .floor-plan-page-container .horizontal-toolbar .button-group.floor,
    .floor-plan-page-container .gallery-top-nav .button-group.floor {
        left: 30px
    }
}
.floor-plan-page-container .horizontal-toolbar .popout-group,
.floor-plan-page-container .gallery-top-nav .popout-group {
    border-left: 1px solid #ccc;
    border-right: none;
    height: 60px;
    line-height: 60px;
    color: #007582;
    text-transform: uppercase;
    font-size: 10pt;
    letter-spacing: .5px
}
.floor-plan-page-container .horizontal-toolbar .popout-group.floors .group-content,
.floor-plan-page-container .gallery-top-nav .popout-group.floors .group-content {
    max-height: 245px
}
.floor-plan-page-container .horizontal-toolbar .popout-group.options .group-content,
.floor-plan-page-container .gallery-top-nav .popout-group.options .group-content {
    max-height: 245px
}
.floor-plan-page-container .horizontal-toolbar .popout-group .menu-header,
.floor-plan-page-container .gallery-top-nav .popout-group .menu-header {
    padding: 0 10px
}
.floor-plan-page-container .horizontal-toolbar .popout-group .menu-header h4.closed::after,
.floor-plan-page-container .gallery-top-nav .popout-group .menu-header h4.closed::after {
    content: '';
    background: url("../img/sprite-sheet.png") no-repeat -184px -11px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -1px;
    margin-top: -15px;
    top: 21px;
    position: relative
}
.floor-plan-page-container .horizontal-toolbar .popout-group .menu-header h4.open::after,
.floor-plan-page-container .gallery-top-nav .popout-group .menu-header h4.open::after {
    content: '';
    background: url("../img/sprite-sheet.png") no-repeat -149px -12px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -1px;
    margin-top: -15px;
    top: 21px;
    position: relative
}
.floor-plan-page-container .horizontal-toolbar .popout-group .group-content,
.floor-plan-page-container .gallery-top-nav .popout-group .group-content {
    position: relative;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: transform, opacity ease 400ms;
    -moz-transition: transform, opacity ease 400ms;
    transition: transform, opacity ease 400ms;
    min-width: 140px;
    border-color: #000;
    border-width: 1px;
    border-radius: 3px;
    border: 1px solid #ccc
}
.floor-plan-page-container .horizontal-toolbar .popout-group .group-content .scroll-content,
.floor-plan-page-container .gallery-top-nav .popout-group .group-content .scroll-content {
    width: 100%
}
@media screen and (min-width: 1024px) {
    .floor-plan-page-container .horizontal-toolbar .popout-group .group-content,
    .floor-plan-page-container .gallery-top-nav .popout-group .group-content {
        width: 240px
    }
}
.floor-plan-page-container .horizontal-toolbar .popout-group .closed.group-content,
.floor-plan-page-container .gallery-top-nav .popout-group .closed.group-content {
    opacity: 0;
    -webkit-transform: translate(700%, 0%);
    -moz-transform: translate(700%, 0%);
    -ms-transform: translate(700%, 0%);
    transform: translate(700%, 0%)
}
.floor-plan-page-container .horizontal-toolbar .popout-group .open.group-content,
.floor-plan-page-container .gallery-top-nav .popout-group .open.group-content {
    opacity: 1
}
.floor-plan-page-container .horizontal-toolbar .popout-group .content-container .item,
.floor-plan-page-container .gallery-top-nav .popout-group .content-container .item {
    cursor: pointer;
    font-size: 12pt;
    color: #6e6e6e;    
    background-color: #fff;
    line-height: 18px;
    text-transform: none
}
.flex_category {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d5d5d5;
}
.active_cat, .flex_category:hover{
	background-color:#5296d6;
	color:#fff
}
.flex_category.closed:after{
	content: '';
    background: url("../img/sprite-sheet.png") no-repeat -184px -11px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -1px;
    top: 0px;
    position: relative
}
img {
    width: 100%;
}
.flex_category.open:after {
    top: 2px !important;
    color: #fff;
    content: '';
    background: url("../img/sprite-sheet.png") no-repeat -149px -12px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -1px;
    position: relative
}
ul.Flex_options {
    line-height: 0px;
    padding: 0px 0px 0px 19px;
    margin: 5px 0px 5px 0px;
}
.floor-plan-page-container .horizontal-toolbar .popout-group .content-container .item.selected,
.floor-plan-page-container .gallery-top-nav .popout-group .content-container .item.selected {
    background-color: #007582;
    color: #fff
}
.floor-plan-page-container .horizontal-toolbar .popout-group .content-container .item .checkbox,
.floor-plan-page-container .gallery-top-nav .popout-group .content-container .item .checkbox {
    display: none
}
.floor-plan-page-container .horizontal-toolbar .furniture-buttons,
.floor-plan-page-container .gallery-top-nav .furniture-buttons {
    border-left: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 10pt;
	height: 60px;
	line-height: 60px;
	padding: 0 43px;
	color: #aba89e;
	letter-spacing: .5px;
	display: inline-block;
	cursor: pointer;
}
.button-container.plan-buttons {
    height: 60px;
    line-height: 60px;
    color: #aba89e;
    letter-spacing: .5px;
    border-left: 1px solid #ccc;
    padding-left: 8px;
    border-right: 1px solid #ccc;
    min-width: 274px;
}
.bx_Flex_tabs {
    width: 314px;
}
.menu-label {
    margin: 0px;
}
.floor-plan-page-container .horizontal-toolbar .popout-menu-container,
.floor-plan-page-container .horizontal-toolbar .popout-group .menu-header,
.floor-plan-page-container .horizontal-toolbar .popout-group .menu-header h4,
.floor-plan-page-container .gallery-top-nav .popout-menu-container,
.floor-plan-page-container .gallery-top-nav .popout-group .menu-header,
.floor-plan-page-container .gallery-top-nav .popout-group .menu-header h4 {
    height: 100%;
    display: flex;
    margin: auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal
}
.floor-plan-page-container .horizontal-toolbar .selectors .popout-group:first-child,
.floor-plan-page-container .gallery-top-nav .selectors .popout-group:first-child {
    border-bottom: 1px solid #aba89e
}
.floor-plan-page-container .horizontal-toolbar .checkbox,
.floor-plan-page-container .gallery-top-nav .checkbox {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #071c2d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3MWMyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTJlNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #071c2d 0%, #112e45 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #071c2d), color-stop(100%, #112e45));
    background: -webkit-linear-gradient(top, #071c2d 0%, #112e45 100%);
    background: -o-linear-gradient(top, #071c2d 0%, #112e45 100%);
    background: -ms-linear-gradient(top, #071c2d 0%, #112e45 100%);
    background: linear-gradient(to bottom, #071c2d 0%, #112e45 100%);
    border-radius: 5px;
    font-size: 20pt;
    text-align: center;
    margin-right: 10px;
    cursor: pointer
}
.floor-plan-page-container .horizontal-toolbar .checkbox .check:before,
.floor-plan-page-container .gallery-top-nav .checkbox .check:before {
    opacity: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: block;
    content: '✓';
    -webkit-transition: opacity ease 400ms;
    -moz-transition: opacity ease 400ms;
    transition: opacity ease 400ms
}
.floor-plan-page-container .horizontal-toolbar .selected .checkbox .check:before,
.floor-plan-page-container .gallery-top-nav .selected .checkbox .check:before {
    opacity: 1
}
.floor-plan-page-container .primary-display-area,
.floor-plan-page-container .interaction-blocking-layer {
    position: absolute;
    top: 61px;
    right: 315px;
    bottom: 0;
    left: 0;
    z-index: 9;
    border: 1px solid #ccc
}
.floor-plan-page-container .primary-display-area.floorplan-fullscreen,
.floor-plan-page-container .interaction-blocking-layer.floorplan-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 10
}
.floor-plan-page-container .interaction-blocking-layer {
    z-index: 2
}
.floor-plan-page-container .primary-display-area.fullscreen {
    right: 0
}
.floor-plan-page-container .close {
    position: absolute;
    top: 5px;
    right: 15px;
    display: inline-block;
    cursor: pointer;
    font-size: 10pt;
    color: #007582
}
.floor-plan-page-container .close .close-icon {
    display: inline-block;
    position: relative;
    top: 8px;
    left: 5px
}
.floor-plan-page-container .image-gallery-container {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity ease 400ms;
    -moz-transition: opacity ease 400ms;
    transition: opacity ease 400ms;
    z-index: -1
}
.floor-plan-page-container .image-gallery-container .gallery-top-nav {
    top: 0
}
.floor-plan-page-container .image-gallery-container .gallery-top-nav .plan-info {
    right: 530px
}
.floor-plan-page-container .image-gallery-container .gallery-top-nav .popout-group.elevations {
    width: 430px
}
.floor-plan-page-container .image-gallery-container.open {
    opacity: 1;
    z-index: 7
}
.floor-plan-page-container .image-gallery-container .elevation-window {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0
}
.floor-plan-page-container .image-gallery-container .elevation-window .elevation-viewer .selected-elevation {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}
.floor-plan-page-container .modal-layer {
    display: none;
    opacity: 0;
    position: absolute;
    top: -100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: opacity ease 400ms;
    -moz-transition: opacity ease 400ms;
    transition: opacity ease 400ms
}
.floor-plan-page-container .modal-layer.on {
    display: block;
    opacity: 1;
    z-index: 6
}
.floor-plan-page-container .modal-layer .modal-container {
    width: 70%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    position: relative
}
.floor-plan-page-container .modal-layer .modal-container .image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px
}
.floor-plan-page-container .modal-layer .modal-container .title {
    height: 10%;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    font-size: 24px;
    padding: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.floor-plan-page-container .disclaimer {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    padding: 5px
}
.floor-plan-page-container .disclaimer .content {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: -3px;
    background-color: #fff;
    color: #00324b;
    font-size: 11px;
    width: 235px;
    border: 1px solid #00324b;
    border-radius: 5px;
    padding: 2px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}
.floor-plan-page-container .disclaimer:hover .content {
    opacity: 1;
    height: auto
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.hotspot-container {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.hotspot {
    position: absolute
}
.hotspot .hotspot-icon {
    position: absolute;
    z-index: 5;
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    -webkit-transform: scale(.1, .1);
    -moz-transform: scale(.1, .1);
    -ms-transform: scale(.1, .1);
    transform: scale(.1, .1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}
.hotspot .hitbox {
    position: absolute;
    z-index: 10;
    height: 35px;
    width: 35px;
    background-color: #00f;
    opacity: 0;
    cursor: pointer
}
.hotspot-details-container {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}
.hotspot-details-container .image-container {
    display: inline-block;
    position: absolute;
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: #fff
}
.hotspot-details-container .image-container .hotspot-content {
    display: inline-block;
    pointer-events: none;
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}
.hotspot-details-container .image-container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background-image: url("/tendrils/ashton/resources/images/sprites.png");
    background-repeat: no-repeat;
    background-position: -182px 0;
    cursor: pointer
}
.hotspot-details-container .image-container iframe {
    width: 100%;
    height: 100%
}
.hotspot-details-container .modal-background {
    background-color: rgba(0, 0, 0, .73);
    width: 100%;
    height: 100%
}
.hotspot-details-container.on {
    z-index: 10;
    opacity: 1
}
.hotspot-details-container.on .image-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.fullsize.lotmap.nochrome {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'ProximaNova-Regular', sans-serif
}
.fullsize.lotmap.nochrome .btn {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    font-size: 11px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    width: 60px;
    vertical-align: top;
    text-align: center;
    text-decoration: none
}
.fullsize.lotmap.nochrome .btn .icon {
    display: block;
    width: 46px;
    height: 39px;
    margin: 0 auto 5px auto
}
.fullsize.lotmap.nochrome .overflow-y-scrolling {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}
.fullsize.lotmap.nochrome #side-menu-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
    width: 20%;
    max-width: 275px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background-color: #fff
}
.fullsize.lotmap.nochrome #side-menu-container .status-filter-item {
    height: 25px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 310px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    margin: 0;
    border-bottom-width: 0;
    border-right: 1px solid #ccc
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top accordion .group-heading {
    border-width: 0
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top accordion .content-item {
    height: 25px;
    font-size: 14pt;
    color: #555;
    margin-top: 20px;
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-tap-highlight-color: transparent
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top accordion .content-item .icon {
    display: inline-block;
    content: '';
    background-color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 0 2px #e7eef1;
    -moz-box-shadow: 0 0 0 2px #e7eef1;
    box-shadow: 0 0 0 2px #e7eef1;
    line-height: 25px;
    vertical-align: middle;
    background-position: 999px 999px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top accordion .content-item .icon.on {
    background-position: -16px -140px;
    width: 24px;
    height: 24px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top accordion .content-item:first-of-type {
    margin-top: 0
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top .label {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14pt;
    color: #555;
    height: 25px
}
@media screen and (max-width: 1150px) {
    .fullsize.lotmap.nochrome #side-menu-container #side-menu-top .label {
        width: 130px
    }
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-top .legend-abbr {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
    height: 25px;
    width: 24px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 310px;
    padding: 0;
    text-align: left;
    border-right: 1px solid #ccc
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group {
    margin: 0;
    margin-top: 30px;
    display: inline-block;
    text-align: left
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group .dimensions-legend {
    background-image: url("/tendrils/ashton/resources/images/ruler.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 50px;
    height: 25px;
    vertical-align: baseline;
    margin-left: 12px;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group .dimensions-legend .label {
    position: relative;
    top: 32px;
    right: -11px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    font-size: 8pt;
    white-space: nowrap
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group #print-btn .icon {
    background-position: -90px -12px;
    margin: 0 12px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group #print-options {
    position: absolute;
    top: 140px;
    left: 200px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 240px;
    display: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    list-style: none;
    z-index: 100
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group #print-options.on {
    display: block
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .button-group #print-options li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 0;
    list-style: none;
    border-bottom: solid 1px #fff;
    text-transform: uppercase;
    color: #fff;
    background: #86bcc2 no-repeat 20px center;
    outline: none;
    height: auto;
    padding: 12px 30px 12px 20px;
    white-space: normal;
    text-align: left;
    display: block;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 130px;
    height: 25px;
    margin-left: 25px;
    text-align: left;
    margin-top: 35px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container .icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    width: 19px;
    height: 19px;
    display: inline-block;
    font-size: 11px;
    color: #000;
    text-align: center;
    margin: 0 0;
    cursor: pointer
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container .slider-bar {
    position: absolute;
    top: 8px;
    right: 18px;
    left: 18px;
    display: inline-block;
    cursor: pointer;
    background-color: #007583;
    height: 2px;
    width: auto
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container .slider-bar .slider-handle {
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: backgorund-color .3s;
    -moz-transition: backgorund-color .3s;
    transition: backgorund-color .3s;
    background-clip: content-box;
    margin-top: -11px;
    outline: none;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #86bcc2;
    background-repeat: repeat-x;
    border: 0 solid transparent;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index: 4
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container .slider-bar .slider-progress {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #438188;
    background-repeat: repeat-x;
    height: 100%;
    width: 1%
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container .slider-minus-btn {
    -webkit-tap-highlight-color: transparent;
    margin-left: -8px;
    margin-top: 3px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .slider-container .slider-plus-btn {
    right: 0;
    -webkit-tap-highlight-color: transparent;
    margin-right: -7px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .legend-item {
    cursor: default;
    text-align: left
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .legend-item .sprite {
    position: relative;
    top: 8px;
    margin-right: 5px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .legend-item .hotspot {
    background-size: 25px;
    vertical-align: baseline;
    margin-left: 12px
}
.fullsize.lotmap.nochrome #side-menu-container #side-menu-bottom .legend-item .panoramic-legend {
    margin-left: 10px
}
.fullsize.lotmap.nochrome #mapimage-details-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 5;
    display: block;
    visibility: visible;
    height: 100%;
    text-align: center;
    background-color: #fff
}
.fullsize.lotmap.nochrome #mapimage-details-container.down {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}
.fullsize.lotmap.nochrome #mapimage-details-container img.mapimage-content {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    vertical-align: middle
}
.fullsize.lotmap.nochrome #mapimage-details-container #static-image-container {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative
}
.fullsize.lotmap.nochrome #mapimage-details-container #static-image-container .fullsize {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0
}
.fullsize.lotmap.nochrome #mapimage-details-container #static-image-container #fullscreen-button {
    position: absolute;
    right: 200px;
    bottom: 0;
    display: none
}
.fullsize.lotmap.nochrome .fullsize {
    z-index: 4
}
.fullsize.lotmap.nochrome .fullsize .additional-container {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: auto
}
.fullsize.lotmap.nochrome .fullsize .mapimage {
    position: relative;
    cursor: pointer;
    width: 14px;
    height: 14px
}
.fullsize.lotmap.nochrome .fullsize .mapimage svg {
    width: 14px;
    height: 14px
}
.fullsize.lotmap.nochrome .fullsize .mapimage .hitbox {
    position: absolute;
    top: 0;
    height: 15px;
    width: 15px
}
.fullsize.lotmap.nochrome .compare-overlay {
    position: absolute;
    right: 0;
    background-color: transparent;
    z-index: 50;
    cursor: pointer
}
.fullsize.lotmap.nochrome .compare-overlay .menu-cover {
    right: auto;
    height: 100%;
    text-align: right;
    white-space: nowrap
}
.fullsize.lotmap.nochrome .compare-overlay .menu-cover .info-message {
    box-sizing: border-box;
    display: inline-block;
    color: #888;
    background-image: url("/tendrils/khov/resources/images/close_icon.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    padding: 65px 30px 30px 30px;
    margin: 10px
}
.fullsize.lotmap.nochrome .lotmap-display-area {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px
}
.fullsize.lotmap.nochrome .lotmap-display-area text {
    fill: #232323
}
.fullsize.lotmap.nochrome .lotmap-display-area svg g[id="Lots"] g {
    cursor: pointer
}
.fullsize.lotmap.nochrome .lotmap-display-area #lotmap-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 0;
    width: auto
}
.fullsize.lotmap.nochrome .lotmap-display-area .svg-container {
    z-index: 3
}
.modal-box {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 10010
}
.modal-box.hide {
    opacity: 0;
    visibility: collapse
}
.modal-box.fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-property: opacity, visibility;
    -moz-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    transition-duration: .25s;
    background-color: rgba(0, 0, 0, .7);
    display: block
}
.modal-box .content {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
    width: 760px;
    height: 450px;
    padding: 0
}
.modal-box .content .modal-close {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 1
}
.modal-box .content .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px;
    padding-left: 25px;
    padding-bottom: 0;
    text-align: left;
    color: #ccc;
    font-size: 1.5em;
    height: 40px;
    position: relative
}
.modal-box .content .modal-header .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    font-size: 24px;
    margin: 0
}
.modal-box .content .modal-body {
    height: 410px
}
.lotmap-modal .left-column {
    display: inline-block;
    width: 40%;
    height: 100%;
    float: left
}
.lotmap-modal .left-column .lot-svg {
    height: 100%;
    width: 100%;
    margin-top: 10px;
    cursor: default
}
.lotmap-modal .left-column .lot-svg svg {
    height: 350px;
    width: 100%;
    margin-top: 10px;
    cursor: default
}
.lotmap-modal .left-column .lot-svg text {
    fill: #232323
}
.lotmap-modal .right-column {
    display: inline-block;
    width: 40%;
    height: 340px;
    text-align: left;
    padding: 10px 40px 0 40px;
    border-left: 2px solid #f2f2f2;
    float: right
}
.lotmap-modal .right-column .field {
    position: relative;
    line-height: 20px;
    font-size: 18px
}
.lotmap-modal .right-column .field .label {
    display: inline-block
}
.lotmap-modal .right-column .field .value {
    display: inline-block;
    font-weight: 700
}
.lotmap-modal .right-column .field .description {
    line-height: 1;
    font-size: 12px
}
.lotmap-modal .right-column .field hr {
    width: 100%;
    border-color: #f2f2f2;
    border-style: solid
}
.lotmap-modal .right-column .lotmap-disclaimer {
    position: absolute;
    bottom: 2px;
    font-size: 12px
}
@font-face {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    src: url("../webfonts/proximanova-regular.woff") format("woff"), url("../webfonts/proximanova-regular.woff2") format("woff2")
}
.sprite {
    display: inline-block;
    background-image: url("../img/sprite-sheet.png");
    background-repeat: no-repeat
}
.sprite.reset {
    background-position: -221px -8px;
    height: 34px;
    width: 34px
}
.sprite.panoramic {
    background-position: -57px -145px;
    width: 25px;
    height: 25px
}
.sprite.hotspot {
    background-image: url("/tendrils/ashton/resources/images/photo_icon.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px
}
.sprite.slider-minus-btn {
    background-position: -44px -8px;
    width: 30px;
    height: 30px
}
.sprite.slider-plus-btn {
    background-position: -2px -8px;
    height: 30px;
    width: 30px
}
.sprite.fullscreen {
    background-position: 0 -259px
}
.icon-controls .sprite {
    display: block
}
.tab_active {
    background: #5296d6;
    color: #fff !important;
}
.option-parent {
    border-radius: 9px;
    padding: 0 8px;
}
.option-parent:hover {
    background: #5296d6;
    color: #fff !important;
}
.option-parent.option-selected {
    background: #0073ae;
    color: #fff !important;
}
.option-parent.option-disabled {
    background: #bfbfbf;
}
.no-display {
    display: none;
}
.resize-button {
    position: relative;
    top: 25px;
    font-size: 35pt;
    margin-top: -25px;
    font-family: serif;
}