.filterplus {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

#slider-range {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 140px;
}
 #pix_filter_box { float: left;   }
.filtercontent { float: left;     display: none;  }
.filtercontents { float: left;  }

.filterdropdown { width: 100%; }

.filterselecter {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid grey !important;
  cursor: pointer;
  float: left;
  font-size: 1em !important;
  height: 10px !important;
  line-height: 10px !important;
  margin: 2px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  width: 22px !important;
}

.filterselecter:hover {  border: 2px solid black; }

.selectedfilter { 

border: 2px solid red;
    box-shadow: 0 0 5px 1px red; background: #FF0000; }




.checkboxselecter {  
background-image: url("../img/checkboxes.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    font-size: 1em;
    height: 12px;
    line-height: 12px;
    margin: 5px 2px 2px;
    text-align: center;
    width: 12px;}


.checkboxselectedfilter { 

 background-position: left top; }

 


.filteroptionname {   float: left;     }
.filtertooltip {
  background: white none repeat scroll 0 0;
  border: 1px solid silver;
  border-radius: 12px;
  color: silver;
  display: block;
  float: right;
  font-weight: bold;
  height: 18px;
  line-height: 12px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px;
  text-align: center;
  width: 18px;
  z-index: 10000;
}

.filter_boxes {
  float: left;
  margin-bottom: 24px;
}
.filter_boxes ul {
  display: block;
  float: left;
  list-style: outside none none;
  padding: 0;
  position: relative;
}


.filter_head {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px dotted #d9d9d9;
  color: #383838;
  font-size: 14px;
  font-weight: normal;
 cursor: pointer; 
     
    height:28px;
    line-height:28px;
    margin:0;
    padding:2px 0 0;
    vertical-align:middle; }


.filtersubmit { 

	background-color: #666;
    color: #FFFFFF;
    float: left;
    font-weight: bold; border: none; margin-right: 2px;
    padding: 5px;   cursor: pointer;

}

.filtermaxwidth { float: left; width: 152px;  padding: 3px;}

.filterminwidth { float: left;  padding: 3px;}
.filterbuttonbottom {   margin-top: 5px; width: 195px !important; text-align: center;}
.filterprices {  background:none repeat scroll 0 0 transparent;
    border:0 none !important;
    font-weight:bold;
    margin-bottom:7px;}


.filteropen {
  background: #fff none repeat scroll 0 0;
  display: block;
  float: left;
  font-size: 12px;
  height: 93px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.filteropen.opencanvas {
  height: auto;
}

.filteropen.opencanvas .closeIcon {
    display: block;
}
.filter_boxes .closeIcon {
     
    display: none;
   
}

.filter_boxes .closeIcon, .filter_boxes .openIcon {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  line-height: 27px;
   float: left;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#pix_filter_box .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  min-width: 165px;
}

.filteropen > li {
  float: left;
  margin: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
 .openIcon > i, .closeIcon > i {
  margin-right: 7px;
}

.box-filter-outer {
  float: left;
  width: 100%;
}
.box-filter-headline {
  float: left;
  width: 100%; cursor: pointer;
}
.box-filter-headline > i {display: none; }

/* Mobile phones */
@media (max-width: 480px){

.box-filter-outer, #pix_filter_box { display: none; }
.box-filter-headline > i {
  border: 1px solid;
  border-radius: 3px;
  display: block;
  float: right;
  margin-left: 5px;
  padding: 2px 2px 0;
}
.filteropen { overflow: visible; height: auto; }
 
}


/* Tablets */
@media (max-width: 767px){

 
   
    
}

/* Desktop */

@media (max-width: 991px){
	 
   
    
}
@media (min-width: 1200px) { 

 


}
 

