.bg-10note {
    background-color: #f7f1e4;
}
.bg-5note {
    background-color: #e0eff9;
}
.noUi-target,
.noUi-target * {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
    transform: translateZ(0);
}
.noUi-horizontal {
    height: 3px;
}
.noUi-background {
    background: #b3bd8c;
}
.noUi-connect {
    background: #58431e;
    transition: background 0.45s;
}
.noUi-origin,
.noUi-target {
    border-radius: 0;
}
.noUi-draggable {
    cursor: w-resize;
}
.noUi-handle {
    width: 50px;
    height: 24px;
    left: -9px;
    top: -10px;
    border-radius: 12px;
    background: #b3bd8c;
    cursor: default;
    cursor: pointer;
}
.noUi-handle:before {
    content: "\2039";
    float: left;
    margin: 0 0 0 12px;
}
.noUi-handle:after,
.noUi-handle:before {
    color: #fff;
    font-size: 19px;
    line-height: 21px;
}
.noUi-handle:after {
    content: "\203A";
    float: right;
    margin: 0 12px 0 0;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #b8b8b8;
}
.spinner-wrap .spinner,
.spinner-wrap canvas {
    background-color: transparent;
}
[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed;
}
.noui-slider-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 400px;
}
.spinner-out-wrap {
    width: 640px;
    max-width: 100%;
}
.spinner-wrap {
    height: 0;
    width: 100%;
    padding-top: 57%;
    position: relative;
}

.spinner-wrap .spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.no-canvas .spinner-wrap,
.no-js .spinner-wrap {
    /*background-image: url(../images/frame_01.jpg);*/
    background-size: cover;
    background-position: 50%;
}
.features {
    padding: 0 0 30px;
    position: relative;
}
.features h2 {
    margin: 0 0 10px;
}
.feat {
    position: absolute;
    display: none;
    text-align: left;
    font-size: 1em;
}
.feat p {
    margin: 0;
}
.feat h4 {
    color: #58431e;
}
.feat .pointer {
    margin: 0 0 10px;
    position: relative;
}
.feat .pointer i {
    position: absolute;
    top: -6px;
    left: 100%;
    width: 6px;
    height: 6px;
    padding: 2px;
    border: 1px solid #706cb0;
    border-radius: 6px;
}
.feat .pointer i:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #2b1e56;
}
.feat figure {
    margin: 0 auto 5px;
}
@media (max-width: 320px) {
    .noUi-handle {
        width: 40px;
    }
    .noUi-handle:before {
        margin: 0 0 0 6px;
    }
    .noUi-handle:after {
        margin: 0 6px 0 0;
    }
    .spinner-out-wrap {
        margin-bottom: 230px;
    }
    .feat {
        bottom: 120px;
    }
}
@media (min-width: 321px) and (max-width: 369px) {
    .spinner-out-wrap {
        margin-bottom: 230px;
    }
    .feat {
        bottom: 120px;
    }
}
@media (min-width: 120px) and (max-width: 370px) {
    .spinner-wrap .spritespin-instance {
        background-color: transparent;
        height: 212px !important;
        /*left: 50%;
        margin-left: -200px;*/
        width: 300px !important;
		max-width: 100%!important;
    }
}
@media (min-width: 371px) and (max-width: 410px) {
    /*.spinner-wrap .spritespin-instance {
        left: 50%;
        margin-left: -240px;
    }*/
    .spinner-out-wrap {
        margin-bottom: 230px;
    }
    .feat {
        bottom: 120px;
    }
}
@media (min-width: 411px) and (max-width: 479px) {
    /*.spinner-wrap .spritespin-instance {
        left: 50%;
        margin-left: -240px;
    }*/
    .spinner-out-wrap {
        margin-bottom: 175px;
    }
    .feat {
        bottom: 120px;
    }
}
@media (min-width: 480px) and (max-width: 679px) {
    .feat {
        bottom: 70px;
    }
    .spinner-wrap .spritespin-instance {
        width: 100% !important;
        height: 100% !important;
        background-color: transparent;
    }
    .spinner-out-wrap {
        margin-bottom: 200px;
    }
    .feat figure {
        margin: 0 auto 10px;
    }
}
@media (max-width: 679px) and (min-width: 120px) {
    .spinner-out-wrap .btn-load-spinner {
        background-color: #005e6e;
        font-size: 1em;
        padding: 10px;
        text-transform: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .spinner-out-wrap .btn-load-spinner:after,
    .spinner-out-wrap .btn-load-spinner:before {
        content: none;
    }
    .spinner-out-wrap .btn-load-spinner .btn-loader {
        display: none;
        padding-top: 40px;
        background-image: url(../images/loader.gif);
        background-position: 50% 0;
        background-size: auto;
        background-repeat: no-repeat;
    }
    .spinner-out-wrap.loading .btn-load {
        display: none;
    }
    .spinner-out-wrap.loading .btn-loader {
        display: block;
    }
    .spinner-out-wrap.loaded {
        background-image: none;
    }
    .spinner-out-wrap.loaded .btn-load-spinner {
        display: none;
    }
    .feat {
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 1em;
    }
    .feat .pointer {
        display: none;
    }
    .feat-img-single {
        width: 70px;
    }
    .feat-img-double {
        width: 140px;
    }
    .feat-img-triple {
        width: 210px;
    }
}
@media (min-width: 680px) and (max-width: 1359px) {
    .spinner-wrap .spritespin-instance {
        width: 100% !important;
        height: 100% !important;
        background-color: transparent;
    }
}
@media (min-width: 680px) and (max-width: 1023px) {
    .noui-slider-wrap {
        padding: 30px 0;
    }
    .spinner-out-wrap {
        margin: 0 auto 190px;
    }
    .feat figure {
        margin: 0 auto 10px;
    }
    .feat {
        width: 380px;
        margin: 0 0 0 -190px;
        left: 50%;
        bottom: 160px;
        text-align: center;
        font-size: 1em;
    }
    .feat .pointer {
        display: none;
    }
}
@media (min-width: 1024px) {
    .noui-slider-wrap {
        padding: 20px 0;
    }
    .spinner-out-wrap {
        margin: 20px auto 0;
    }
    .feat {
        font-size: 0.89em;
        width: 200px;
        height: 120px;
        text-align: left;
        top: 150px;
    }
    .feat figure {
        margin: 0 0 6px;
        width: auto;
    }
    .feat .pointer {
        width: 300px;
        border-top: 2px solid #b3bd8c;
    }
    .feat.feat-r {
        right: 20px;
    }
    .feat.feat-l {
        left: 0;
    }
    .feat.feat-r .pointer {
        float: right;
    }
    .feat.feat-r i {
        left: auto;
        right: 100%;
    }
    /*.feat-0 {
        top: 260px;
    }
    .feat-0 .pointer {
        width: 366px;
    }
    .feat-1 {
        top: 150px;
    }
    .feat-1 .pointer {
        width: 528px;
    }
    .feat-2 {
        top: 158px;
    }
    .feat-2 .pointer {
        width: 550px;
    }
    .feat-3 {
        top: 90px;
    }
    .feat-3 .pointer {
        width: 380px;
    }
    .feat-4 {
        top: 125px;
    }
    .feat-4 .pointer {
        width: 450px;
    }
    .feat-6 {
        top: 215px;
    }
    .feat-6 .pointer {
        width: 330px;
    }
    .feat-8 {
        top: 382px;
    }
    .feat-8 .pointer {
        width: 283px;
    }
    .feat-9 {
        top: 106px;
    }
    .feat-9 .pointer {
        width: 550px;
    }
    .feat-10 {
        top: 310px;
    }
    .feat-10 .pointer {
        width: 438px;
    }
    .feat-11 {
        top: 245px;
    }
    .feat-11 .pointer {
        width: 355px;
    }
    .feat-13 {
        top: 354px;
    }
    .feat-13 .pointer {
        width: 420px;
    }
    .feat-14 {
        top: 348px;
    }
    .feat-14 .pointer {
        width: 475px;
    }
    .feat-15 {
        top: 398px;
    }
    .feat-15 .pointer {
        width: 375px;
    }
    .feat-16 {
        top: 235px;
    }
    .feat-16 .pointer {
        width: 375px;
    }
    .feat-20 {
        top: 235px;
    }
    .feat-20 .pointer {
        width: 321px;
    }
    .feat-21 {
        top: 190px;
    }
    .feat-21 .pointer {
        width: 475px;
    }
    .feat-22 {
        top: 238px;
    }
    .feat-22 .pointer {
        width: 390px;
    }
    .feat-23 {
        top: 130px;
    }
    .feat-23 .pointer {
        width: 515px;
    }
    .feat-24 {
        top: 130px;
    }
    .feat-24 .pointer {
        width: 480px;
    }*/
}
@media (min-width: 1360px) {
    .spinner-out-wrap {
        width: 780px;
    }
    .feat {
        font-size: 1em;
    }
    .feat-0 {
        top: 100px;
    }
    .feat-0 .pointer {
        width: 465px;
    }
    .feat-1 {
        top: 250px;
    }
    .feat-1 .pointer {
        width: 660px;
    }
    .feat-2 {
        top: 200px;
    }
    .feat-2 .pointer {
        width: 700px;
    }
    .feat-3 {
        top: 90px;
    }
    .feat-3 .pointer {
        width: 480px;
    }
    .feat-4 .pointer {
        width: 570px;
    }
    .feat-6 {
        top: 250px;
    }
    .feat-6 .pointer {
        width: 426px;
    }
    .feat-8 {
        top: 460px;
    }
    .feat-8 .pointer {
        width: 365px;
    }
    .feat-9 {
        top: 250px;
    }
    .feat-9 .pointer {
        width: 696px;
    }
    .feat-10 {
        top: 360px;
    }
    .feat-10 .pointer {
        width: 560px;
    }
    .feat-11 {
        top: 280px;
    }
    .feat-11 .pointer {
        width: 435px;
    }
    .feat-13 {
        top: 250px;
    }
    .feat-13 .pointer {
        width: 535px;
    }
    .feat-14 {
        top: 400px;
    }
    .feat-14 .pointer {
        width: 600px;
    }
    .feat-15 {
        top: 476px;
    }
    .feat-15 .pointer {
        width: 476px;
    }
    .feat-16 {
        top: 235px;
    }
    .feat-16 .pointer {
        width: 475px;
    }
	.feat-17 {
        top: 235px;
    }
    .feat-17 .pointer {
        width: 475px;
    }
    .feat-20 {
        top: 305px;
    }
    .feat-20 .pointer {
        width: 412px;
    }
    .feat-21 {
        top: 238px;
    }
    .feat-21 .pointer {
        width: 595px;
    }
    .feat-22 {
        top: 310px;
    }
    .feat-22 .pointer {
        width: 490px;
    }
    .feat-23 {
        top: 158px;
    }
    .feat-23 .pointer {
        width: 645px;
    }
    .feat-24 {
        top: 147px;
    }
    .feat-24 .pointer {
        width: 567px;
    }
}
