
.vis {
	visibility:visible;
	}
.novis {
	visibility:hidden;
	}	
#sites-slider {
    margin: 0;
	background: none repeat scroll 0 0 #333333;
padding: 0 0 50px;
}
.slide-title {
    /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); */
    color: #ffffff;
    display: block;
    font-size: 100px;
    font-weight: bold;
/*     margin-top: -50px; */
    position: absolute;
    text-align: center;
/*     top: 50%; */
    transition: all 1s ease-in-out 0s;
    width: 100%;
}

.slide-title:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	color:#d04103;
}

.slide-title button {
    background:none repeat scroll 0 0 cornflowerblue;
    border: medium none;
    color: #ffffff;
    padding: 5px 25px;
	margin: 0 30px;
}

.slide-title button:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	color:#47a3da;
}

.slide-title > p {
    font-size: 25px;
}

.cbp-fwslider li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}

.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
/* 	padding: 40px 0 60px; */
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	 transition: all 1s cubic-bezier(1, -0.2, 0, 1) 0s; /* stwc fixes no slidey animation somehow */
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
	 max-height: 900px;
	 padding: 190px 0 0;
}

#cbp-fwslider li > a {
    background: url("../img/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 50px 0;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #47a3da;
	box-shadow: 0 0 0 2px #47a3da;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}


@media screen and (max-width: 47em) {
	.slide-title {
    font-size: 60px;
	}
	.slide-title > p {
    font-size: 18px;
	}

}
