
/* SLIDER */
#Container_Carousel .rows .col-xs-12{
  margin:0;
  padding:0;
}

#Container_Carousel{
  margin:0;
  padding:0;
  width:100%;
  max-height: 600px;
}

.item img{
  width:100%;
  max-height: 600px;
}

.carousel,.item,.active{
  height:100%;
}

.carousel-inner{
  height:100%;
}

.carousel-control.left, .carousel-control.right {
    background-image:none;
}
.glyphicon-circle-arrow-left {
  position: absolute;
  top: 50%;
  font-size: 50px;
  opacity: 0.5;
  left: 50px;
}
.glyphicon-circle-arrow-right {
  position: absolute;
  top: 50%;
  font-size: 50px;
  opacity: 0.5;
  right: 50px;
}


.marquee-page h3 {
    font-weight: 300;
    font-size: 30px;
    /* color: #42b6f4; */
    text-align: center;
    padding: 10px 0;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 10px;
}
/* SLIDER END*/
