/** Generated by QuickPaging **/
.reset {
    padding: 0;
    margin: 0;
}

.wide_banner {
    background: url('//www.parsonline.com/data/uploaded_files/1485262602-4.jpg') scroll no-repeat no-repeat bottom center;
    height: 500px;
    color: #fff;
}

.padding_50 {
    padding-top: 50px;
}

.height_content {
    height: 200px;
}

.margin_50 {
    margin-bottom: 50px;
}

.row {
    padding: 0;
    margin: 0;
}

.user_review {
    cursor: pointer;
    margin: 5px auto;
}

.filter {
    height: 100%;
}

.filter-wrapper {
    background: #efefef;
    /*min-height: 400px;*/
    padding: 2%;
}

.filter-title {
    background: #36618f;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
}

.filter-title h5 {
    font-size: 24px;
    font-weight: bold;
}

.filter-title h5 span {
    font-size: 18px;
}

.filter-item {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 5px 0;
    display: block;
}

.filter-item-title {
    background: #36618f;
    color: #fff;
    padding: 2px 0;
    text-align: center;
    margin: 0;
}

.filter-item-content {

}

.filter-item-content input[type="checkbox"] {
    margin: 10px 5px;
}

.slider.slider-horizontal {
    width: 90% !important;
}

.slider-tick.in-selection, .slider-tick {
    background: none !important;
    box-shadow: none !important;
}
#MouseAnimate{
    position: absolute;
    top:-20px;
    width: 150px;
    height: 150px;
    left:calc(50% - 150px / 2);
    z-index: 100;
}
@media only screen and (min-device-width: 1480px) and (max-device-width: 1960px) {
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1480px) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
}

@media only screen and (min-device-width: 640px) and (max-device-width: 768px) {

}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) {

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .filter-item {
        display: none;
    }
    .filter-wrapper{
        padding: 0;
    }
    .filter-title{
        background: #fff;
        color: #282828;
    }
}

@media only screen and (max-device-width: 320px) {
    .filter-item {
        display: none;
    }
    .filter-wrapper{
        padding: 0;
    }
    .filter-title{
        background: #fff;
        color: #282828;
    }
}
