.Qmaze232, .Qmaze237, .Qmaze261 {
	display:inline-block;
}


.carouselText { 
  color:#777;
  font-size: 20px; 
  line-height: 25px;
  font-style: italic;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}
.slidercontainer .slider-value {
	display: inline-block;
    float: right;
}

.slider {
  -webkit-appearance: none;
  width: 90%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.portfolio-filter {
    display: inline-block;
}

.portfolio-filter #filters {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.portfolio-filter #filters li {
    display: inline-block;
}
.gray-bg {
    background-color: #AAA;
    position: relative;
}

.portfolio-filter #filters li .filter {
    display: block;
    margin: 2px;
    padding: 10px 15px;
    text-transform: uppercase;  
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}