.list-of-breakdowns {
padding: 100px 0;
margin:30px 0;
background-color: #eee;
}

.service-new-item .name span {
  margin-right: 20px;
}

.service-new-item .name { 
    padding: 10px;
  background-color: #454545;
  color: #fff;
	  font-size: 20px;
}

.service-new-item .description {  
  padding: 20px;
  background-color: #EEE;
}

.service-new-item {
  margin-bottom: 30px;
}

.service-new-item .url {
  background-color: #EEE;
  padding: 20px;
  text-align: center;
}

.service-content {
  padding-top: 50px;
}

.jumbotron {margin-top: -50px}

.notebook-repair-slider .slider-content {
	  position: relative;
	  height: 200px;
	}
	
	.slider-section {
	  position: absolute;
	  width: 100%;
	  visibility: hidden;
	  opacity: 0;
	  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	}
	
	.slider-section.active{
		visibility: visible;
		opacity: 1;
		transition-delay: 0s
	}
	.indicator {
	  height: 10px;
	  width: 30px;
	  border: 1px solid #454545;
	  display: inline-block;
	  border-radius: 15px;
	  cursor: pointer;
	}
	
	.indicator.active {
	  background-color: #454545  
	}
	
	.slider-indicators {
		text-align: center;
		margin-bottom: 30px
	}

.notebook-repair-slider .slider-content {
	  position: relative;
	  height: 200px;
	}
	
	.slider-section {
	  position: absolute;
	  width: 100%;
	  visibility: hidden;
	  opacity: 0;
	  transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	}
	
	.slider-section.active{
		visibility: visible;
		opacity: 1;
		transition-delay: 0s
	}
	.indicator {
	  height: 10px;
	  width: 30px;
	  border: 1px solid #454545;
	  display: inline-block;
	  border-radius: 15px;
	  cursor: pointer;
	}
	
	.indicator.active {
	  background-color: #454545  
	}
	
	.slider-indicators {
		text-align: center;
		margin-bottom: 30px
	}