.help-block {

    color: #B92121;

}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover

{

    background-color: #6d2384

}



.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {

    color: #6d2384;

}



.pagination>li>a, .pagination>li>span {

    color: #6d2384;

}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

    background-color: #6d2384;

    border-color: #6d2384;

}



.project-featured-box .info {

    position: absolute;

    pointer-events: none;

    padding: 17px 20px;

    color: #FFF;

    font-weight: 400;

    top: 0px;

    z-index: 1;

    width: 100%;

    box-sizing: border-box;

    z-index: 3;

}



.project-featured-box h2 {

    font-size: 18px;

    padding: 0px;

    margin: 0px;

    text-transform: uppercase;

    font-weight: bold;

}



.project-featured-box h2 span {

    display: block;

    font-size: 10px;

}



.project-featured-box .item {

    position: relative;

}

.custom-select span, .custom-select .custom-select-arrow {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
}
.content-tab .range-elem .range-label {
    border-radius: 5px;
    padding: 10px 0px 10px 10px;
    color: #777;
    font-weight: 100;
    box-sizing: border-box;
}
.content-tab .range-label .price_label:after {
    margin-top: -1px;
}
.content-tab .custom-select span:after {
    margin-top: -3px;
    content: "\E83F"!important;
}
.custom-select span:after, .custom-select .custom-select-arrow:after {
    font-family: "portals_icons";
    content: "\e911";
    font-size: 0.625em;
    height: 1.2em;
    line-height: 1;
    margin-top: -0.5em;
    right: 10px;
    top: 50%;
    color: #777;
}


/*****************
Range Child
****************/

.content-tab .range-elem .range-child {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    width: 180px;
    max-height: 275px;
    border: 1px solid #ccc;
    background-color: #eee;
    box-sizing: border-box;
    direction: ltr;
    z-index: 2;
}

/**********
Content tab ul
*********************/
.content-tab .range-elem .range-options.price-freq ul {
    background: #fff;
    height: 25px;
    text-align: center;
    border-bottom: 1px solid #bbb;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-tab .range-elem .range-options.price-freq ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 12px;
}

/******************
Price freeq ul li label hover
*************************/
.content-tab .range-elem .range-options.price-freq ul li label {
    font-size: 11px;
    color: #bbb;
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

/*****************
Selected label and hover
**********************************/

.content-tab .range-elem .range-options.price-freq ul li label:hover, .content-tab .range-elem .range-options.price-freq ul li label.selected {
    color: #17bbc1;
    text-decoration: none;
    border-radius: 5px;
}

/*********************
Selected label
*********************/

.content-tab .range-elem .range-options.price-freq ul li label.selected:before {
    content: '';
    border-bottom: 4px solid #bbb;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 16px;
    left: 41%;
}

/***********************
min tab
******************************/

.content-tab .range-elem .range-input {
    width: 38%;
    margin: 3.5%;
    display: inline-block;
    padding-bottom: 10px;
}

/***************
Min text
*************************/

.content-tab .range-elem .range-input div, .content-tab .range-elem .range-input label {
    color: #17bbc1;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 5px;
}

/**********************
Fieldset unput & select
************************/

.id_price_min, .id_price_max{
    width: 100%;
}

.content-tab #fieldset input, .content-tab #fieldset select {
    border-radius: 3px;
    padding: 10px;
    -webkit-appearance: none;
    color: #777;
    font-weight: 300;
    box-shadow: none;
    border: 0;
    height: 42px;
    width: 100%;
}

/*****************
Circle
**************************/
.content-tab .range-elem .icon-cancel-circled {
    display: none;
}

.content-tab .range-elem .gap {
    color: #bbb;
}

/*********************
Gap
*********************************/
.content-tab .range-elem .second {
    text-align: right;
}

/*********************
Price list
*****************************/
.content-tab .range-elem ul.range-ul {
    display: none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 100%;
    background: #fff;
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 12px;
    overflow-y: auto;
    max-height: 179px;
}

.content-tab .range-elem .range-active {
    display: block!important;
}

.content-tab .range-elem .second {
    text-align: right;
}

.content-tab .range-elem .first.range-active:before {
    left: 17%;
}

.content-tab .range-elem .range-active:before {
    content: '';
    border-bottom: 7px solid #aaa;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 63px;
}

.content-tab .range-elem ul.range-ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.content-tab .range-elem .second {
    text-align: right;
}

/**************************
min-max-price-range
***************************/
#min-max-price-range{
    text-align: left;
    width: 100%;
}
.caret{
    right: -81px;
}
.buy-filters .caret{
    right: -52px;
    position: relative;
}

.buy-filters .dropdown div input{
    min-width: 49px;
    width: 100%;
}
.price-label{
    box-shadow: inset 0 0 5px #cecece;
    border: 1px solid #d4d4d4!important;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 5px; 
    font-size: 14px!important;
}

.dropdown #min-max-price-range{
    /*background: none;
    padding: 0;
    border: none;
    box-shadow: none;*/
}

.dropdown-menu{
    background: whitesmoke;
    min-width: 167px;
    padding-bottom: 0px!important;
}
.dropdown-menu .col-xs-5{
    padding: 5px;
}

.dropdown-menu .col-xs-2{
    padding: 0!important;
    text-align: center;
    margin-top: 19px;
}

.dropdown-menu .price-range{
    background: white;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 100%;
    background: #fff;
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
    box-sizing: border-box;
    font-weight: 100;
    font-size: 12px;
    overflow-y: auto;
    max-height: 179px;
}

.price-range li{
    padding: 5px 10px;
}
.price-range li:hover{
    color: white;
    background: #bf1e2e;
    cursor: pointer;
}
/*
#price-min:before{
    content: '';
    border-bottom: 7px solid #aaa;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 63px;
}*/

#st_gdpr_iframe{
    display: none !important;
}