@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	

html {
  border-top: 5px solid #fff;
  background: #000;
  color: #2a2a2a;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans';
}

h1 {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 30px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  width: 1000px;
  height: 460px;
  background: #ccc;
  text-align: center;
  line-height: 25px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

a.control_prevz, a.control_nextz {
  position: absolute;
  top: 30%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prevz:hover, a.control_nextz:hover {
  opacity: 1;
	text-decoration:none;
	background: #fcfeff; 
  -webkit-transition: all 0.2s ease;
}

a.control_prevz {
  border-radius: 0 2px 2px 0;
}

a.control_nextz {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.text1 {
	margin-top: 20px !important;
  margin: 10px auto;
  width: 460px;
  font-size: 12px;
}

.text2 {
	margin-top: 20px !important;
  margin: 10px auto;
  width: 1000px;
  font-size: 12px;
}

/* Centres Listing Page */

.centre {
	width: 240px;
	float:left;
	margin: 0 35px 25px 0;
	min-height: 390px;
}
.centre .entry-title {
    font-size: 18px;
    height: 52px;
    overflow: hidden;
}

/* color styles */
	/*background: #c50a16; /* darker red  */
	/*background: #db1520; /* lighter red */
	/*background: #eff1f3; /* light grey  */
	/*background: #abacad; /* medium grey */
	/*background: #a5aaac; /* dark grey   */
	/*background: #fcfeff; /* off white   */
	
.b1 {
	padding: 2px 15px;
	color: #fff!important;
	/*background: #c50a16; /*darker red*/
	background: #db1520; /*lighter red*/
	font-family: 'Open Sans';
	text-align: center;
	text-decoration:none;
}
.b1:hover {
	text-decoration:none;
	background: #fcfeff
}
.centre-feature {
	margin-bottom: 15px;
}
.centre-feature img {
	width: 240px;
	height: 120px;
}
.b1-link {
	display: none;
}
.footer-pic1 {
	position: relative;
	margin-top: 20px;
}