img.center {
	display: block;
    margin-left: auto;
    margin-right: auto
}

div.center{
	text-align: center;
}

div.row.center{
	text-align: center;
}

.news {	
	width: 100%;
	height: 600px;
	overflow: hidden;
}

div.button {
	display: inline-block;
	min-width: 88px;
	height: 36px;
}

button {
	border: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	background-clip: padding-box;
	background-color: #26b864;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 430px;
  z-index: 998;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 60px;
  background-color: white;
  display: inline-block;
  right: 430px;
}

.slider-caption h2 {
    font-size: 20px;
    margin: 10px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}