.theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#slider {
  padding: 0;
  margin: 0;
}
.slide-info {
  color: white;
  background: #ee3125;
  padding: 10px 20px !important;
  width: 200px;
  position: absolute;
  left: 15%;
  top: 60px;
  z-index: 100;
  height: 200px;
}
.slide-info .title {
  color: white;
  font-size: 1.8em;
  line-height: 1.2em;
  line-height: 100% !important;
  letter-spacing: -1px !important;
  font-family: 'Montserrat', sans-serif;
}
.slide-info .caption {
  padding: 15px 2px 15px 0;
  font-size: 13px;
	line-height: 120%
}
@media screen and (max-width: 1200px) {
  .slide-info {
    position: relative;
    width: 100%;
	height:auto !important;
    left: 0;
    top: 0;
  }
  .slide-info .caption {
    padding-right: 40px;
  }
	.slide-info .title{font-size: 1.5em !important}
	
}
.red {
  background: url(../img/red.png);
}
.blue {
  background: url(../img/blue.png);
}
.green {
  background: url(../img/green.png);
}
.orange {
  background: url(../img/orange.png);
}
.yellow {
  background: url(../img/yellow.png);
}
.light-blue {
  background: url(../img/light-blue.png);
}



@media screen and (min-width: 1880px){ 

.slide-info{
    left: 19.4% !important 
    }
}

@media screen and (min-width: 1720px){ 

.slide-info{
    left: 15% 
    }
}


@media screen and (max-width: 1366px){ 
    
.slide-info{
        left: 7.5% 
    }
}

@media screen and (max-width: 1170px){ 
    
.slide-info{
        left:0
    }
}