/* Thursday 12th of April 2018 08:01:45 PM*/

body .nextend-bar-c {
  width: 100%;
  z-index: 9;
}
body .nextend-bar-c .nextend-bar-slide {
  width: 100%;
  display: none;
  overflow: hidden;
}
body .nextend-bar-c .nextend-bar-slide.active {
  display: block;
}
body .nextend-bar-c .nextend-bar-slide h6 {
  text-align: center;
}
body .nextend-bar-c .nextend-bar-slide p {
  text-align: center;
}
body .nextend-element .nextend-bar-c {
  width: 200px;
  background-color: RGBA(0,0,0,.6);
  float: left;
}
body .nextend-element .nextend-bar-c h6 {
  text-align: center;
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
  font-size: 14px;
  margin: 5px 0 0 0;
}
body .nextend-element .nextend-bar-c p {
  text-align: center;
  clear: both;
  color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
  font-size: 12px;
  margin: 0 0 5px 0;
}
