/* Price slider */
.rangeslider,
.rangeslider__fill {
  display: block;  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
  margin-top: 15px;
}
.rangeslider--horizontal {
  height: 1px;
  width: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #de2d40;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider__handle {
  background: #de2d40;
  color: #FFFFFF;  
  cursor: pointer;
  display: inline-block;
  width: 5.2em;
  height: 2.2em;
  position: absolute;    
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;    
  line-height: 2.2em;
  text-align: center;
}
.rangeslider__handle:before {
    font-size: 11px;
    opacity: 0.5;
    margin: 0 3px;
    color: #fff;
    display: block;    
    position: absolute;
    top: 0;
    left: 5px;    
    bottom: 0;  
     font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
       transform: rotate(179deg);
}
.rangeslider__handle:after {
    font-size: 11px;
    opacity: 0.5;
    margin: 0 3px;
    color: #fff;
    display: block;    
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;  
     font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";

}
.rangeslider--horizontal .rangeslider__handle {
  top: -15px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.price { font-size: 20px; font-weight: 700; }
.panel-heading {
    padding: 10px 15px;
}
label {
    font-weight: 700;
    cursor: default;
}
.tooltip-inner {
	min-width: 280px;
	max-width: 100%;
	text-align: left;
}
.modal {       top: 150px;  }
.tab-content { min-height: 250px; }

.privacy ul, ol { list-style: decimal; }
.topmargin {margin-top: 30px;}
@media screen and (max-width: 600px)
{
  .nav-tabs>li {
    width: 100%;
    float: left;
    text-align:center;
    }
}
@media screen and (max-width: 1920px) and (min-width: 601px) 
{
  .nav-tabs>li {
    width: 20%;
    text-align:center;
  }
}