.minicolors {
    position: relative;
}

.minicolors-sprite {
    background-image: url(../images/picker.html);
}

.minicolors-swatch {
    position: absolute;
    background-position: -80px 0;
    border: 1px solid #ccc;
    cursor: text;
    padding: 0;
    margin: 0;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}

.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: #fff;
    border: 1px solid #CCC;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 99999;
    box-sizing: content-box;
    display: none;
}

    .minicolors-panel.minicolors-visible {
        display: block;
    }

.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -20px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: #000;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-opacity-slider, .minicolors-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: #fff;
    background-position: 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider, .minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: 0 0;
}

    .minicolors-grid .minicolors-picker > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        border: 2px solid #fff;
        box-sizing: content-box;
    }

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    border: 1px solid #000;
    margin-top: -2px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-inline {
    display: inline-block;
}

    .minicolors-inline .minicolors-input {
        display: none!important;
    }

    .minicolors-inline .minicolors-panel {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        z-index: auto;
        display: inline-block;
    }

.minicolors-theme-default .minicolors-swatch {
    top: 5px;
    left: 5px;
    width: 18px;
    height: 18px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}

.minicolors-theme-default.minicolors {
    width: auto;
    display: inline-block;
}

.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    display: inline-block;
    padding-left: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

.kl-demopanel {
    position: fixed;
    bottom: 180px;
    width: 300px;
    padding: 10px 0 0;
    color: #efefef;
    z-index: 99999;
    -webkit-transition: left .3s cubic-bezier(.19,1,.22,1);
    transition: left .3s cubic-bezier(.19,1,.22,1);
    left: -300px;
}

    .kl-demopanel.is-opened {
        left: 0;
    }

@media screen and (max-width:767px) {
    .kl-demopanel {
        display: none;
    }
}

.dp-toggler {
    width: 50px;
    height: 50px;
    display: block;
    top: 90px;
    left: 100%;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: #FFF;
    border-radius: 0 2px 2px 0;
}

    .dp-toggler:focus, .dp-toggler:hover {
        text-decoration: none;
        color: #eee;
    }

    .dp-toggler .glyphicon {
        vertical-align: middle;
        top: -3px;
    }

.dp-toggler, .kl-demopanel {
    background: #292727;
}

.dp-title {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
    margin-top: 0;
}

.dp-acc, .kl-demopanel .dp-acc > li > div {
    margin: 0;
}

.dp-acc {
    list-style: none;
    padding: 0;
}

    .dp-acc li button {
        border: 0;
        padding-left: 20px;
        display: block;
        width: 100%;
        outline: 0;
        text-align: left;
        position: relative;
    }

.kl-demopanel .dp-acc {
    box-shadow: 0 1px 0 #303030;
    background: #2F2C2C;
    border: 1px solid #434040;
    border-radius: 0;
    margin-bottom: 0;
}

    .kl-demopanel .dp-acc > li {
        border: 0;
        border-top: 1px solid #5F5F5F;
        border-bottom: 1px solid #000;
        background-color: transparent;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .kl-demopanel .dp-acc .dp-tgg-button {
        background: #555252;
        color: #E9E8E8;
        height: 45px;
        font-size: 14px;
    }

        .kl-demopanel .dp-acc .dp-tgg-button:hover {
            color: #FFF;
        }

        .kl-demopanel .dp-acc .dp-tgg-button.collapsed {
            background: #363434;
        }

        .kl-demopanel .dp-acc .dp-tgg-button::before {
            top: 16px;
            font-size: 12px;
            right: 20px;
            position: absolute;
            color: #7C7B7B;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e113";
        }

        .kl-demopanel .dp-acc .dp-tgg-button.collapsed::before {
            content: "\e114";
            top: 18px;
        }

        .kl-demopanel .dp-acc .dp-tgg-button.collapsed:hover::before {
            color: #787878;
        }

.kl-demopanel label {
    text-transform: uppercase;
    font-weight: 400;
}

.kl-demopanel .option-line {
    border-top: 1px solid rgba(204,204,204,.09);
    margin: 0 0 8px;
    padding-top: 10px;
}

    .kl-demopanel .option-line:first-child {
        border-top: 0;
        padding-top: 0;
    }

.kl-demopanel .acc-inner {
    padding: 10px 20px;
}

    .kl-demopanel .acc-inner.ov-scroll {
        padding: 10px 20px;
        max-height: 230px;
        overflow: hidden;
        overflow-y: auto;
    }

.kl-demopanel .fancy-checkbox + label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}

.kl-demopanel .tooltip {
    line-height: 1.5;
    min-width: 150px;
    font-weight: 300;
}

.kl-demopanel .dp-opt-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 7px;
    padding-top: 4px;
}

.kl-demopanel .option-line:first-child .dp-opt-title {
    padding-top: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.dp-color-presets {
    margin-left: -15px;
}

    .dp-color-presets > span {
        float: left;
        width: 38px;
        height: 24px;
        margin: 12px 0 4px 15px;
        border-radius: 2px;
        cursor: pointer;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

        .dp-color-presets > span:hover {
            -webkit-transform: scale(1.8);
            -ms-transform: scale(1.8);
            transform: scale(1.8);
        }

.dp-colorlist {
    margin-bottom: 0;
    margin-left: -20px;
    list-style: none;
    padding: 0;
}

    .dp-colorlist li {
        margin-bottom: 10px;
        display: inline-block;
        float: left;
        margin-left: 20px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .dp-colorlist label {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
        color: #bbb;
    }

.kl-demopanel .cpicker {
    height: 28px;
    background: 0 0;
    border: 1px solid rgba(204,204,204,.25);
    border-radius: 2px;
    width: 110px;
    color: #898989;
    padding-left: 30px;
}

    .kl-demopanel .cpicker:hover {
        border-color: rgba(204,204,204,.35);
    }

    .kl-demopanel .cpicker:focus {
        border-color: rgba(204,204,204,.5);
        outline: 0;
        color: #C9C9C9;
    }

.kl-demopanel .minicolors-swatch {
    border: 0;
    border-radius: 3px 0 0 3px;
    top: 1px;
    left: 1px;
    width: 23px;
    height: 26px;
}

.kl-demopanel .dp-patters {
    margin: 0 0 -10px -10px;
    position: relative;
}

.dp-patters li {
    float: left;
    margin: 0 0 10px 10px;
}

    .dp-patters li a {
        display: block;
        width: 34px;
        height: 34px;
        border-radius: 2px;
    }

    .dp-patters li span {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        width: 150px;
        height: 150px;
        z-index: 1;
        margin: -20px 0 0 40px;
        border: 3px solid #BCBCBC;
        border-radius: 3px;
        box-shadow: 0 0 7px rgba(139,139,139,.1);
    }

.fancy-select, .fancy-select.darken {
    box-shadow: 0 1px 0 rgba(0,0,0,.34);
}

.dp-patters li a:hover + span {
    display: block;
}

.dp-patters .nopat {
    border: 2px solid #CCC;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

    .dp-patters .nopat::before {
        content: "\00d7";
        line-height: 28px;
        font-size: 24px;
        opacity: .7;
    }

.fancy-checkbox + label::after, .fancy-radio + label::after {
    speak: none;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.demo_tooltip {
    position: absolute;
    top: 89px;
    left: 100%;
    background: #000;
    background: rgba(0,0,0,.75);
    border-radius: 3px;
    padding: 17px 30px;
    width: 170px;
    margin-left: 63px;
    color: #FFF;
    -webkit-transition: all .2s ease-out 1.5s;
    transition: all .2s ease-out 1.5s;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

    .demo_tooltip strong {
        font-weight: 600;
    }

    .demo_tooltip:before {
        content: '';
        position: absolute;
        top: 18px;
        left: -16px;
        border: 8px solid transparent;
        border-right-color: rgba(0,0,0,.75);
    }

    .demo_tooltip.hideme {
        margin-left: 100px;
        opacity: 0;
        visibility: hidden;
    }

.fancy-checkbox {
    position: absolute;
    left: -3999px;
}

    .fancy-checkbox + label {
        cursor: pointer;
        position: relative;
        padding-left: 30px;
    }

        .fancy-checkbox + label::before {
            content: '';
            width: 20px;
            height: 20px;
            border: 1px solid rgba(0,0,0,.2);
            display: block;
            position: absolute;
            left: 0;
            border-radius: 3px;
        }

        .fancy-checkbox + label::after {
            content: "\e014";
            font-family: 'Glyphicons Halflings';
            font-weight: 400;
            text-transform: none;
            position: absolute;
            left: 4px;
            top: 4px;
            font-size: 12px;
            color: #fe6060;
        }

        .fancy-checkbox + label:hover::before {
            border-color: rgba(0,0,0,.3);
        }

    .fancy-checkbox:checked + label::before {
        border-color: rgba(0,0,0,.4);
    }

    .fancy-checkbox:checked + label::after {
        content: "\e013";
        color: #fe6060;
        left: 4px;
        top: 4px;
    }

    .fancy-checkbox.darken + label {
        color: #bbb;
    }

        .fancy-checkbox.darken + label:hover {
            color: #ccc;
        }

        .fancy-checkbox.darken + label::before {
            border: 1px solid rgba(255,255,255,.4);
        }

        .fancy-checkbox.darken + label:hover::before {
            border-color: rgba(255,255,255,.5);
        }

        .fancy-checkbox.darken + label::after {
            color: #999;
        }

    .fancy-checkbox.darken:checked + label {
        color: #eee;
    }

        .fancy-checkbox.darken:checked + label::before {
            border-color: rgba(255,255,255,.6);
        }

        .fancy-checkbox.darken:checked + label::after {
            color: #fe6060;
        }

.fancy-select {
    border: 1px solid rgba(255,255,255,.4);
    color: #bbb;
    height: 31px;
    text-indent: 5px;
    outline: 0;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: calc(100% - 10px) -50px;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABECAYAAABNni8RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTZFQUM4ODU2ODQ0MTFFNDk0MDdEMTE0OUE0MjUwM0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTZFQUM4ODY2ODQ0MTFFNDk0MDdEMTE0OUE0MjUwM0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NkVBQzg4MzY4NDQxMUU0OTQwN0QxMTQ5QTQyNTAzRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NkVBQzg4NDY4NDQxMUU0OTQwN0QxMTQ5QTQyNTAzRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtLxv78AAABVSURBVHjaYuQTlEljwAEYgZIgGpuCWTBJdAWzkHUiK5gFN/b///8MOO0clRyVHJUclRyVHJUcApIf3z3GXX+CCGwK+IVkZzHCOMgKQBIYxqCbABBgAD9RxjI3lgNcAAAAAElFTkSuQmCC);
}

    .fancy-select.darken {
        border-color: rgba(0,0,0,.4);
        color: #888;
        background-position: calc(100% - 10px) 14px;
    }

.fancy-radio {
    position: absolute;
    left: -3999px;
}

    .fancy-radio + label {
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        vertical-align: middle;
    }

        .fancy-radio + label::before {
            content: '';
            width: 16px;
            height: 16px;
            border: 1px solid rgba(0,0,0,.2);
            display: block;
            position: absolute;
            left: 0;
            border-radius: 50%;
            top: 1px;
        }

        .fancy-radio + label::after {
            content: "\00d7";
            font-family: icomoon;
            font-weight: 400;
            text-transform: none;
            position: absolute;
            left: 4px;
            top: 2px;
            font-size: 10px;
            color: #fe6060;
            opacity: 0;
        }

        .fancy-radio + label:hover::before {
            border-color: rgba(0,0,0,.3);
        }

    .fancy-radio:checked + label::before {
        border-color: rgba(0,0,0,.4);
    }

    .fancy-radio:checked + label::after {
        left: 5px;
        top: 6px;
        content: '';
        width: 6px;
        height: 6px;
        background: #fe6060;
        border-radius: 50%;
        opacity: 1;
    }

    .fancy-radio.darken + label {
        color: #bbb;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
    }

        .fancy-radio.darken + label:hover {
            color: #ccc;
        }

        .fancy-radio.darken + label::before {
            border: 1px solid rgba(255,255,255,.3);
        }

        .fancy-radio.darken + label:hover::before {
            border-color: rgba(255,255,255,.5);
        }

    .fancy-radio.darken:checked + label {
        color: #eee;
    }

        .fancy-radio.darken:checked + label::before {
            border-color: rgba(255,255,255,.6);
        }

.bg-greensea {
    background: #16a085;
}

.bg-nephritis {
    background: #27ae60;
}

.bg-belizehole {
    background: #2980b9;
}

.bg-wisteria {
    background: #8e44ad;
}

.bg-midnightblue {
    background: #2c3e50;
}

.bg-sunflower {
    background: #f1c40f;
}

.bg-orange {
    background: #f39c12;
}

.bg-pumpkin {
    background: #d35400;
}

.bg-pomegranate {
    background: #c0392b;
}

.bg-asbestos {
    background: #7f8c8d;
}

.colored {
    background-color: #f6f6f6;
}

.subtle-hover-rev:hover, .subtle-hover:hover {
    background: #354247;
}

.subtle-hover {
    display: inline-block;
}

    .subtle-hover > img {
        opacity: .6;
        -webkit-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        margin: 0 auto;
    }

    .subtle-hover:hover > img {
        opacity: 1;
    }

.subtle-hover-rev > img {
    opacity: 1;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.subtle-hover-rev:hover > img {
    opacity: .6;
}

.subtle-stroke {
    border: 1px solid rgba(0,0,0,.03);
    background-clip: content-box!important;
}

.simple-boxes {
    position: relative;
    margin-bottom: 65px;
}

.thumb-hover-pageshot {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    right: 20px;
    pointer-events: none;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

    .thumb-hover-pageshot.shot1 {
        right: 80px;
    }

    .thumb-hover-pageshot.shot2 {
        z-index: 1;
        background-position-y: -400px;
        right: 20px;
        transition-delay: .1s;
    }

    .thumb-hover-pageshot.shot1.switched {
        right: 20px;
    }

    .thumb-hover-pageshot.shot2.switched {
        right: 80px;
    }

.simple-boxes > a:hover ~ .thumb-hover-pageshot {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,-50px,0);
    transform: translate3d(0,-50px,0);
}

    .simple-boxes > a:hover ~ .thumb-hover-pageshot.shot2 {
        -webkit-transform: translate3d(0,-25px,0);
        transform: translate3d(0,-25px,0);
    }

.bg-element {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.has-line::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #cd2122;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -10px;
}

#_wpk-custom-bar .kl-cart-button {
    display: none;
}
