
.textslide{ background:#000000;}

.slide {
  position: relative;
  width: 100%;
  height: 450px;
  background: #ccc;
  margin-bottom:40px
}
.slide ul {margin-bottom: 0!important;}

.slide ul li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
}

.slide .dots {
  position: absolute; 
  left: 0;
  right: 0;
  bottom: -40px;
  width: 100%;
  z-index: 3;
  text-align: center; padding-left:0;
}

.slide .dots li {
  display: inline-block;
  margin: 0 10px;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
  opacity: 0.4;
	cursor: pointer;
	transition: background .5s, opacity .5s;
  list-style: none;
}

.slide .dots li.active {
  background: #fff;
	opacity: 1;
}

.slide .arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background .5s, opacity .5s;
}

.slide .arrow .arrow-left,
.slide .arrow .arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.5;
	transition: background .5s, opacity .5s;
}

.slide .arrow  .arrow-left:hover,
.slide .arrow  .arrow-right:hover {
  opacity: 1;
}

.slide .arrow .arrow-left {
  left: 20px;
  background: url("../images/arrow-left.png");
}

.slide .arrow .arrow-right {
  right: 20px;
  background: url("../images/arrow-right.png");
}


.slide div {
    display: block;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
    bottom:0;
    color: #FFFFFF;  background-color: rgba(0, 0, 0, 0.3);
text-align: left;
padding: 10px;
}

.slide div h4 {
   
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'futura', sans-serif;
    font-weight: 500;
	color: #FFFFFF; 
	font-weight: normal; 
	text-shadow: 1px 0 16px rgba(0, 0, 0, 0.4) ; 
	-webkit-text-shadow: 1px 0 16px rgba(0, 0, 0, 0.4) ; 
	-moz-text-shadow: 1px 0 16px rgba(0, 0, 0, 0.4) ; 
}
