body {
    padding-top: 70px;
}

.bg-boomui {
    background-color: #b3323a;
    border-color: #b3323a !important;
    background: linear-gradient(to bottom, #b3323a 0, #962129 100%);
}

.blur{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

.page-main .nav-tabs-solid > li.active > a, .page-main .nav-tabs-solid > li.active > a:focus, .page-main .nav-tabs-solid > li.active > a:hover {
    background-color: #fff;
}

.page-main .nav-tabs-horizontal {
    z-index: 1;
    position: relative;
}

.page-main .nav-tabs {
    border: 0;
    margin-bottom: -5px;
}

.nav.nav-tabs > li > a:hover {
    background-color: #fff;
}

.navbar-text {
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.choose-plan i {
    transition: all 0.5s ease-out
}

.choose-plan .panel:hover i {
    transform: translateY(-7px)
}

/*Quick UI hacks */
.active .icon {
    line-height: unset;
}

.input-group-btn .btn {
    padding: 5px 9px;
}

.badge.up {
    position: absolute;
    top: -10px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.addons ul li h4 small {
    margin-top: 10px
}

.addons li h4 {
    width: 25%
}

.addons li i.pull-left {
    width: 32px
}

.addons li:not(.bolt-on-options), .pearl:not(:disabled) .pearl-icon {
    cursor: pointer
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    font-weight: bold;
    margin-top: 0px !important;
}

@-moz-document url-prefix() {
    .modal.modal-3d-sign {
        -webkit-perspective: unset !important;
        perspective: unset !important;
    }
}

.affix {
    position: fixed !important;
    width: 19.72%;
}

/* Style library sidebar and make wider */
.site-sidebar-content {
    background-color: #eee !important;
}

html.slidePanel-html .page-main {
    opacity: 0.2;
    filter: blur(2px);
    transition: all 0.5s;
}

table a.btn {
    text-decoration: none !important
}

.builder .site-sidebar.slidePanel.slidePanel-right {
    width: 40% !important;
}

.site-sidebar .fixed-table-container {
    background-color: #ffffff;
}

/* Hide sidebar  need to do this in main builder tempalte - if boomcast remove sidebar*/
.page-aside {
    display: none;
}

.page-aside + .page-main {
    margin-left: 0;
}

.switchery-small {
    width: 27px;
    height: 14px;
    border-radius: 14px;
}

.switchery-small > small {
    width: 14px;
    height: 14px;
}

b { /* fixing summernote bold */
    font-weight: bold !important;
}

.box {
    width: 75%;
    position: relative;
    padding: 10px 40px 15px 16px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background: #526069;
    color: white;
    border-radius: 10px;
}

.box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-top-color: #526069;
    border-bottom: 0;
    border-left: 0;
    margin-left: -67.5px;
    margin-bottom: -25px;
}

.dropdown-menu {
    padding: 5px !important;
}

section, .affix {
    transition: all .2s linear;
}

.width-80p {
    width: 90%;
    margin: 0 auto;
}

.width-90 {
    width: 90px !important
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 11px;
}

.pearl {
    z-index: 9;
}

section > .panel, .panel, .well {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.well {
    background-color: #fbfbfb;
    position: relative
}

.list-group-item, .list-group-dividered .list-group-item button.btn, .list-group-dividered .list-group-item button.btn-small {
    transition: all 0.5s ease;
}

.list-group-item:hover {
    background-color: #fff !important
}

.list-group-dividered .list-group-item:last-child {
    border-bottom-color: transparent;
}

.list-group-dividered .list-group-item button.btn,  .list-group-dividered .list-group-item button.btn-small{
    opacity: 0;
}
.list-group-dividered .list-group-item .action-btn {opacity:1 !important}
.list-group-dividered .list-group-item:hover button.btn, .list-group-dividered .list-group-item:hover button.btn-small {
    opacity: 1;
}

.want_more .widget-watermark {
    z-index: 999
}

.attention {
    margin-left: 50px;
    margin-bottom: 0;
    color: #828282;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count: 9;
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

output {
    font-size: 2em;
    font-weight: bold;
}

.well output {
    display: inline-block;
    padding: 0;
    margin-bottom: 15px;
}

.rangeslider, .rangeslider__fill {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
    margin-top: 20px;
}

.rangeslider--horizontal {
    height: 30px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: -webkit-linear-gradient(left, #74d074, #5bb85b);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #74d074, #5bb85b);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #74d074, #5bb85b);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #74d074, #5bb85b);
    /* Standard syntax (must be last) */
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    cursor: grab;

    width: 50px;
    height: 50px;
    position: absolute;
    _background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    /* background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle:active {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.XXrange_bank_display .rangeslider__fill, XX.range_bank_display .rangeslider__handle {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.range_bank_display .rangeslider.no-animate .rangeslider__fill, .range_bank_display .rangeslider.no-animate .rangeslider__handle {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.range_bank_display .rangeslider__handle {
    background: white;
    color: #62a8eb;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.range_bank_display .rangeslider__handle:after {
    font-family: FontAwesome;
    content: "";
    color: #cccccc;
    display: inline;

    margin: auto;
    position: relative;
    background: none;

}

.range_bank_display .rangeslider__handle:before {
    font-family: FontAwesome;
    content: "";
    color: #cccccc;
}

.range_bank_display .rangeslider__handle:active {
    background-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.range_bank .rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.range_bank_display .rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

/* STRIPE */
.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
button.btn-pay {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #46be8a;
    white-space: nowrap;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin-top: 5px;
}

button.btn-pay:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #5cd29d;
}

#payment-form label {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.panel-group .panel-title:hover, .panel-group .panel-title:focus {
    color: #eeeeee;
}

.support_level .btn-dark.active, .support_level .btn-dark:active {
    background-color: #5bb85b;
    border-color: #5bb85b;
    transform: translateY(-2px);
    outline: none;
}

.form-control.focus, .form-control:focus {
    border-color: #28862e;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2784313725490196) !important;

}

/*  Waynes fancy checkboxes */
.button.r, .button.r .layer {
    border-radius: 100px;
}

.button {
    position: relative;
    margin-top: 7px;
    width: 100px;
    height: 50px;
    margin-left: 40px;
    float: left;
    overflow: hidden;
}

.button.small {
    transform: scale(.6);
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #e6e6e6;
    transition: .3s ease all;
    z-index: 1;
}

.knobs:before {
    content: 'OFF';
    position: absolute;
    top: 5px;
    left: 7px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 14px 4px;
    background-color: #a32931;
    border-radius: 50%;
    transition: .3s ease all, left .3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.checkbox:active + .knobs:before {
    width: 46px;
    border-radius: 100px;
}

.checkbox:checked:active + .knobs:before {
    margin-left: -26px;
}

.checkbox:checked + .knobs:before {
    content: 'ON';
    left: 55px;
    background-color: #5bb85b;
}

.checkbox:checked ~ .layer {
    background-color: #c0e4d4;
}

#input_sc input {
    height: 50px;
    width: 50px;
    text-align: center;
    font: 38px;
    font-weight: 700;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
    vertical-align: middle
}

.activate:hover, .activate:focus, .activate:active {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16), 0 2px 12px rgba(0, 0, 0, 0.12) !important;
}

.activate {
    min-width: 200px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    opacity: 1;
}

.activate span {
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.activate:after {
    content: '';
    color: #f4f4f4;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    margin-left: -12.5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAAQIEDxMjX2aIqrDA5Ont+1b6NmUAAABQSURBVChTzc87EoAgEAPQBUEQP7D3v6wuQ2fSyYxpX5FE5LM4CmVjoJoYHMsvIDBYW8bgL9WMQCTWQe/yQWhVJw/nGp34hxE+aIThoZ3A9Nx2dQVCF6RI1gAAAABJRU5ErkJggg==);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.activate.loading:before {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    margin-left: -12.5px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #41ad48;
    content: '';
    border: 2px solid #41ad48;
    border-top-color: #f4f4f4;
    animation: animation-rotate 450ms linear;
    animation-iteration-count: infinite;
}

.activate.loaded:after {
    opacity: 1;
}

.activate.loaded span, .activate.loading span {
    opacity: 0;
}

.product_features {
    transition: all .5s ease
}

.product_sign_up:hover + .product_features {
    opacity: 0.3
}

@keyframes animation-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    .affix, .affix-top {
        position: inherit !important;
        width: inherit;
    }

    .width-80p {
        width: 95%;
    }
}

ul li.bolt-on-options:hover {
    background: inherit !important
}

ul li.bolt-on-options {
    box-shadow: inset 0px 5px 12px 0px rgba(181, 192, 196, 0.49);
    padding: 18px
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.card-default-opt {
    font-weight: bold !important;
}
.checkbox:disabled + .knobs::before {
    background-color: white ;
    color: #c0e4d4;
}
.list-group-dividered .list-group-item .bootstrap-select button.btn {
    opacity: 1;
}
table#billing_summary td.col-sm-4 {
    text-align: right
}
#card-errors:empty {
    display: none;
}
 body {padding-top: 70px;}
        .bg-boomui {
            background-color: #b3323a;
            border-color: #b3323a !important;
            background: linear-gradient(to bottom, #b3323a 0, #962129 100%);
        }

        .card {box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); border-radius:  0 0 4px 4px}


        body .modal-fill-in.in {
            background-color: rgba(68, 68, 68, 0.78);
         }


        .page-main .nav-tabs-solid > li.active > a, .page-main .nav-tabs-solid > li.active > a:focus, .page-main .nav-tabs-solid > li.active > a:hover {
            background-color: #fff;
        }

        .page-main .nav-tabs-horizontal {
            z-index: 1;
            position: relative;
        }

        .page-main .nav-tabs {
            border: 0;
            margin-bottom: -5px;
        }

        .nav.nav-tabs > li > a:hover {
            background-color: #fff;
        }

        .navbar-text {
            color: #fff !important;
            font-weight: bold;
            font-size: 18px;
            display: inline-block;
            padding-top: 1rem;
            padding-bottom: .5rem;
        }

        .choose-plan i {
            transition: all 0.5s ease-out
        }

        .choose-plan .panel:hover i {
            transform: translateY(-7px)
        }

        /*Quick UI hacks */
        .active .icon {
            line-height: unset;
        }

        .input-group-btn .btn {
            padding: 5px 9px;
        }

        .widget-watermark {
            right: 10px;
            top: 10px;
            bottom: unset
        }

        .badge.up {
            position: absolute;
            top: -10px;
            box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
        }

        .addons ul li h4 small {
            margin-top: 10px
        }

        .addons li h4 {
            width: 25%
        }

        .addons li i.pull-left {
            width: 32px
        }

        .addons li {
            cursor: pointer
        }

        .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
            font-weight: bold;
            margin-top: 0px !important;
        }

        @-moz-document url-prefix() {
            .modal.modal-3d-sign {
                -webkit-perspective: unset !important;
                perspective: unset !important;
            }
        }

        .affix {
            position: fixed !important;
            width: 19.72%;
        }

        /* Style library sidebar and make wider */
        .site-sidebar-content {
            background-color: #eee !important;
        }

        html.slidePanel-html .page-main {
            opacity: 0.2;
            filter: blur(2px);
            transition: all 0.5s;
        }

        table a.btn {
            text-decoration: none !important
        }

        .builder .site-sidebar.slidePanel.slidePanel-right {
            width: 40% !important;
        }

        .site-sidebar .fixed-table-container {
            background-color: #ffffff;
        }


        .checkbox-custom label {min-width: 25%;}
        .text-underline {text-decoration: underline}

        /* Hide sidebar  need to do this in main builder tempalte - if boomcast remove sidebar*/
        .page-aside {
            display: none;
        }

        .page-aside + .page-main {
            margin-left: 0;
        }

        .switchery-small {
            width: 27px;
            height: 14px;
            border-radius: 14px;
        }

        .switchery-small > small {
            width: 14px;
            height: 14px;
        }

        b { /* fixing summernote bold */
            font-weight: bold !important;
        }

        .box {
            width: 60%;
            position: relative;
            padding: 10px 40px 15px 16px;
            box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
            background: #526069;
            color: white;
            border-radius: 10px;
        }

        .box:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 26px solid transparent;
            border-top-color: #526069;
            border-bottom: 0;
            border-left: 0;
            margin-left: -67.5px;
            margin-bottom: -25px;
        }

        .dropdown-menu {
            padding: 5px !important;
        }

        section, .affix {
            transition: all .2s linear;
        }

        .width-80p {
            width: 95%;
            margin: 0 auto;
        }

        .width-90 {
            width: 90px !important
        }

        .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
            margin-top: 11px;
        }

        .pearl {
            z-index: 9;
        }

        section > .panel, .panel, .well {
            box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
        }
        .list-group-item, .list-group-dividered .list-group-item a.btn, .list-group-dividered .list-group-item a.btn-small {
            transition: all 0.2s ease;
        }

        .list-group-item:hover {
            background-color: #fff !important
        }

        .list-group-dividered .list-group-item:last-child {
            border-bottom-color: transparent;
        }

        .list-group-dividered .list-group-item a.btn, .list-group-dividered .list-group-item a.btn-small {
            opacity: 0;
        }

        .list-group-dividered .list-group-item:hover a.btn, .list-group-dividered .list-group-item:hover a.btn-small {
            opacity: 1;
        }

        .want_more .widget-watermark {
            z-index: 999
        }

        .attention {
            margin-top: 15px;
            margin-left: 60px;
            color: #828282;
            animation-duration: 1s;
            animation-fill-mode: both;
            -webkit-animation-name: pulse;
            animation-name: pulse;
            animation-iteration-count: 9;
            display: inline-block;
        }

        @keyframes pulse {
            0% {
                transform: scale(1)
            }

            50% {
                transform: scale(1.2)
            }

            to {
                transform: scale(1)
            }
        }

        output {
            font-size: 2em;
            font-weight: bold;
        }

        .well output {
            display: inline-block;
            padding: 0;
            margin-bottom: 15px;
        }

        .rangeslider, .rangeslider__fill {
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }

        .rangeslider {
            background: #e6e6e6;
            position: relative;
            margin-top: 20px;
        }

        .rangeslider--horizontal {
            height: 30px;
            width: 100%;
        }

        .rangeslider--vertical {
            width: 20px;
            min-height: 150px;
            max-height: 100%;
        }

        .rangeslider--disabled {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
            opacity: 0.4;
        }

        .rangeslider__fill {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            background: -webkit-linear-gradient(left, #74d074, #5bb85b);
            /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(right, #74d074, #5bb85b);
            /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(right, #74d074, #5bb85b);
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(to right, #74d074, #5bb85b);
            /* Standard syntax (must be last) */
            position: absolute;
        }

        .rangeslider--horizontal .rangeslider__fill {
            top: 0;
            height: 100%;
        }

        .rangeslider--vertical .rangeslider__fill {
            bottom: 0;
            width: 100%;
        }

        .rangeslider__handle {
            cursor: grab;

            width: 50px;
            height: 50px;
            position: absolute;
            _background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
            /* background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
            background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%; */
        }

        .rangeslider__handle:after {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            margin: auto;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
            background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
            background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
            background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .rangeslider__handle:active {
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
            background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
            background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
            background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        }

        .rangeslider--horizontal .rangeslider__handle {
            top: -10px;
            touch-action: pan-y;
            -ms-touch-action: pan-y;
        }

        .rangeslider--vertical .rangeslider__handle {
            left: -10px;
            touch-action: pan-x;
            -ms-touch-action: pan-x;
        }

        input[type="range"]:focus + .rangeslider .rangeslider__handle {
            -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
            -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
            box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
        }

        .XXrange_bank_display .rangeslider__fill, XX.range_bank_display .rangeslider__handle {
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .range_bank_display .rangeslider.no-animate .rangeslider__fill, .range_bank_display .rangeslider.no-animate .rangeslider__handle {
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
        }

        .range_bank_display .rangeslider__handle {
            background: white;
            color: #62a8eb;
            font-weight: bold;
            font-size: 18px;
            border: 1px solid #ccc;
            cursor: pointer;
            display: inline-block;
            width: 100px;
            height: 46px;
            line-height: 44px;
            text-align: center;
            position: absolute;
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
            background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
            -moz-border-radius: 22px;
            -webkit-border-radius: 22px;
            border-radius: 22px;
        }

        .range_bank_display .rangeslider__handle:after {
            font-family: FontAwesome;
            content: "";
            color: #cccccc;
            display: inline;

            margin: auto;
            position: relative;
            background: none;

        }

        .range_bank_display .rangeslider__handle:before {
            font-family: FontAwesome;
            content: "";
            color: #cccccc;
        }

        .range_bank_display .rangeslider__handle:active {
            background-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
            background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
            background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
            background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        }

        .range_bank .rangeslider--horizontal .rangeslider__handle {
            top: -10px;
            touch-action: pan-y;
            -ms-touch-action: pan-y;
        }

        .range_bank_display .rangeslider--vertical .rangeslider__handle {
            left: -10px;
            touch-action: pan-x;
            -ms-touch-action: pan-x;
        }

        /* STRIPE */
        .StripeElement {
            background-color: white;
            padding: 8px 12px;
            border-radius: 4px;
            border: 1px solid transparent;
            box-shadow: 0 1px 3px 0 #e6ebf1;
            -webkit-transition: box-shadow 150ms ease;
            transition: box-shadow 150ms ease;
        }

        .StripeElement--focus {
            box-shadow: 0 1px 3px 0 #cfd7df;
        }

        .StripeElement--invalid {
            border-color: #fa755a;
        }

        .StripeElement--webkit-autofill {
            background-color: #fefde5 !important;
        }

        #card-errors {
            height: 20px;
            padding: 4px 0;
            color: #fa755a;
        }

        button.btn-pay {
            border: none;
            border-radius: 4px;
            outline: none;
            text-decoration: none;
            color: #fff;
            background: #46be8a;
            white-space: nowrap;
            display: inline-block;
            height: 50px;
            line-height: 50px;
            padding: 0 24px;
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            border-radius: 4px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.025em;
            text-decoration: none;
            -webkit-transition: all 150ms ease;
            transition: all 150ms ease;
            margin-top: 5px;
        }

        button.btn-pay:hover {
            transform: translateY(-1px);
            box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
            background-color: #5cd29d;
        }

        #payment-form label {
            font-weight: 500;
            font-size: 14px;
            display: block;
            margin-bottom: 8px;
        }

        .panel-group .panel-title:hover, .panel-group .panel-title:focus {
            color: #eeeeee;
        }

        .support_level .btn-dark.active, .support_level .btn-dark:active {
            background-color: #5bb85b;
            border-color: #5bb85b;
            transform: translateY(-2px);
            outline: none;
        }

        .form-control.focus, .form-control:focus {
            border-color: #28862e;
            box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2784313725490196) !important;

        }

        /*  Waynes fancy checkboxes */
        .button.r, .button.r .layer {
            border-radius: 100px;
        }

        .button {
            position: relative;
            margin-top: 7px;
            width: 100px;
            height: 50px;
            margin-left: 40px;
            float: left;
            overflow: hidden;
        }

        .checkbox {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            opacity: 0;
            cursor: pointer;
            z-index: 3;
        }

        .button-cover, .knobs, .layer {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .knobs {
            z-index: 2;
        }

        .layer {
            width: 100%;
            background-color: #e6e6e6;
            transition: .3s ease all;
            z-index: 1;
        }

        .knobs:before {
            content: 'OFF';
            position: absolute;
            top: 5px;
            left: 7px;
            width: 40px;
            height: 40px;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            text-align: center;
            line-height: 1;
            padding: 14px 4px;
            background-color: #a32931;
            border-radius: 50%;
            transition: .3s ease all, left .3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
        }

        .checkbox:active + .knobs:before {
            width: 46px;
            border-radius: 100px;
        }

        .checkbox:checked:active + .knobs:before {
            margin-left: -26px;
        }

        .checkbox:checked + .knobs:before {
            content: 'ON';
            left: 55px;
            background-color: #5bb85b;
        }

        .checkbox:checked ~ .layer {
            background-color: #c0e4d4;
        }

        #input_sc input {
            height: 50px;
            width: 50px;
            text-align: center;
            font: 38px;
            font-weight: 700;
            margin: 5px;
            border-radius: 4px;
            border: 1px solid #ccc;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
            vertical-align: middle
        }

        .activate:hover, .activate:focus, .activate:active {
            background-color: rgba(255, 255, 255, 0.05) !important;
            color: #fff !important;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16), 0 2px 12px rgba(0, 0, 0, 0.12) !important;
        }

        .activate {
            min-width: 200px;
            cursor: pointer;
            outline: none;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            opacity: 1;
        }

        .activate span {
            transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .activate:after {
            content: '';
            color: #f4f4f4;
            width: 25px;
            height: 25px;
            margin-top: -12.5px;
            margin-left: -12.5px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMAAQIEDxMjX2aIqrDA5Ont+1b6NmUAAABQSURBVChTzc87EoAgEAPQBUEQP7D3v6wuQ2fSyYxpX5FE5LM4CmVjoJoYHMsvIDBYW8bgL9WMQCTWQe/yQWhVJw/nGp34hxE+aIThoZ3A9Nx2dQVCF6RI1gAAAABJRU5ErkJggg==);
            opacity: 0;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .activate.loading:before {
            width: 25px;
            height: 25px;
            margin-top: -12.5px;
            margin-left: -12.5px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            background: #41ad48;
            content: '';
            border: 2px solid #41ad48;
            border-top-color: #f4f4f4;
            animation: animation-rotate 450ms linear;
            animation-iteration-count: infinite;
        }

        .activate.loaded:after {
            opacity: 1;
        }

        .activate.loaded span, .activate.loading span {
            opacity: 0;
        }

        .product_features {
            transition: all .5s ease
        }

        .product_sign_up:hover + .product_features {
            opacity: 0.3
        }

        @keyframes animation-rotate {
            100% {
                transform: rotate(360deg);
            }
        }

        @media (max-width: 767px) {
            .affix, .affix-top {
                position: inherit !important;
                width: inherit;
            }

            .width-80p {
                width: 100%;
            }
        }


        .arrow {
            position: absolute;
            bottom: 50%;
            left: 50%;
            margin-left:-20px;
          }
          .arrow:before,
          .arrow:after{
            content: '';
            position: absolute;
            top: 0;
            right: -24px;
            width: 30px;
            height: 7px;
            border-radius: 10px;
            display: block;
            background: #b21d22;
            transform:rotate(45deg);
            -webkit-transform:rotate(45deg);
          }
          .arrow:after{
            right: inherit;
            left: -24px;
            transform:rotate(-45deg);
            -webkit-transform:rotate(-45deg);
          }

          .animated{
            -webkit-animation: bounce 3s infinite;
            animation: bounce 3s both infinite;
          }



        .form-section .bootstrap-select .dropdown-toggle .filter-option-inner {margin-top:6px}

          @-webkit-keyframes bounce {
              0% {-webkit-transform: translateY(0); opacity: 0;}
            60% { opacity: 1;}
            100% {-webkit-transform: translateY(-60px); opacity: 0}
          }

          @-moz-keyframes bounce {
              0% {-webkit-transform: translateY(0); opacity: 0;}
            60% { opacity: 1;}
            100% {-webkit-transform: translateY(-60px); opacity: 0}
          }

          @-o-keyframes bounce {
              0% {-webkit-transform: translateY(0); opacity: 0;}
            60% { opacity: 1;}
            100% {-webkit-transform: translateY(-60px); opacity: 0}
          }
          @keyframes bounce {
              0% {-webkit-transform: translateY(0); opacity: 0;}
            60% { opacity: 1;}
            100% {-webkit-transform: translateY(-60px); opacity: 0}
          }



body::-webkit-scrollbar , .nav-tabs-horizontal::-webkit-scrollbar    {background-color:#fff;width:16px}
body::-webkit-scrollbar-track , .nav-tabs-horizontal::-webkit-scrollbar-track {background-color:#fff}
body::-webkit-scrollbar-thumb, .nav-tabs-horizontal::-webkit-scrollbar-thumb {background-color:#babac0;border-radius:16px;border:4px solid #fff}

.prod_tabs.nav-tabs-horizontal {display: block;min-width: 100%;overflow-x: auto;overflow-y: hidden;margin-bottom: -27px;}
#product-tabs.nav-tabs {white-space: nowrap;display: inline-block;min-width: 100%;}
#product-tabs.nav-tabs .nav-item {display: inline-block;}
#product-tabs.nav-tabs .nav-item .nav-link {display: inline-block;}
#product-tabs.nav-tabs .nav-item:not(.active) .nav-link img {opacity:0.3}

.prod .col-md-4 {position: absolute;    bottom: 0;    right: 5%}
.prod ul {padding-left: 20px;}

.list-group-item {background:none !important}

@media only screen and (max-width: 768px) {
#product-tabs > li > a > img {max-height: 28px !important; width: auto !important;}
#product-tabs.nav-tabs .nav-item {float:none}
.prod .col-md-4 {    position: relative;   text-align: right;   right: -40px;    margin-top: 40px;}
.prod .overlay-bottom {opacity: 1 !important;}
}
