﻿
.filter .panel-group {
    margin-bottom: 0;
    border: 1px solid #ccc;
}
.filter .panel-body {
    padding-bottom: 20px;
}
.filter .accordion-inner {
    padding: 0;
    /* Hide bullets to the left of section box */
    list-style: none;
}

/* Indent submenus */
.filter ul .accordion-inner {
    padding-left: 0em;
    overflow: hidden;
    display: none;
    /* Space section box from left margin*/
    padding: 5;
    /* Hide bullets to the left of section box */
    list-style: none;
}

/* Spacing between sections */
.filter .accordion li {
    margin: 0em 0;
}

/* Box arround each section */
.filter li a.accordion-toggle {
    background: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 22px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}

.filter .panel-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    border-top: 0px solid #ccc !important;
}
li.accordion-chevron.border_top1.panel-title {
    border-top: 1px solid #ccc !important;
}
.filter .accordion a .fa-angle-down {
    position: relative;
    /* green, top level  */
    color: #29d909;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.filter .accordion a.chev .fa-angle-down {
    color: #c63b4d;
}

.filter .accordion a .fa-angle-down {
    margin-left: 5px;
    margin-right: 3px;
    font-size: 18px;
    float: right;
}

.filter .accordion a.chev .fa-angle-down {
    margin-top: -20px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(180deg);
}

.filter .accordion-inner a.chev .fa-plus {
    margin-top: 0px;
    background-image: url(../images/icons/minus.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    background-size: contain !important;
    transform: rotate(180deg);
}


[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 10px 10px 30px 0px;
}

    [slider] > div {
        position: absolute;
        left: 13px;
        right: 15px;
        height: 5px;
    }

        [slider] > div > [inverse-left] {
            position: absolute;
            left: 0;
            height: 5px;
            border-radius: 10px;
            background-color: #CCC;
            margin: 0 7px;
        }

        [slider] > div > [inverse-right] {
            position: absolute;
            right: 0;
            height: 5px;
            border-radius: 10px;
            background-color: #CCC;
            margin: 0 7px;
        }

        [slider] > div > [range] {
            position: absolute;
            left: 0;
            height: 5px;
            border-radius: 14px;
            background-color: #df2c2f;
        }

        [slider] > div > [thumb] {
            position: absolute;
            top: -7px;
            z-index: 2;
            height: 28px;
            width: 28px;
            text-align: left;
            margin-left: -11px;
            cursor: pointer;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
            background-color: #FFF;
            border-radius: 50%;
            outline: none;
        }

    [slider] > input[type=range] {
        position: absolute;
        pointer-events: none;
        -webkit-appearance: none;
        z-index: 3;
        height: 5px;
        top: -2px;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type=range]:focus {
    outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 1;
    position: absolute;
    margin-left: -11px;
    top: 20px;
    z-index: 3;
    width: 28px;
    height: 28px;
}

    [slider] > div > [sign]:after {
        position: absolute;
        content: '';
        left: 0;
        border-radius: 16px;
        top: 19px;
    }

    [slider] > div > [sign] > span {
        font-size: 14px;
        font-family: Roboto-Regular;
        color: #676565;
        line-height: 28px;
    }

[slider]:hover > div > [sign] {
    opacity: 1;
}


@media screen and (max-width:480px) {

    .filter li a.accordion-toggle {
        padding: 20px 20px 20px 20px;
    }

    .has-search {
        margin-top: 0px !important;
        width: 90%;
        margin-right: 15px;
        margin-bottom: 20rem !important;
    }
}