#slide {
	width: 100%;
	height: 100%;
}
#slide li {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	/*white-space: nowrap;*/
	list-style-type: none;
}

.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%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 25%;
	width: 30px;
	height: 80px;
	background: rgba(0,0,0,0.05);
	color: #fff;
	font-size: 26px;
	font-size: 26px;
	text-align: center;
	margin-top: -50px;
	line-height: 75px;
	cursor: pointer;
	font-weight: normal;
}

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

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
	/* rounded corners */
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
	/* rounded corners */
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cbp-fwdots {
	display: none;
	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;
}

#slide span {
	position: absolute;
	z-index: 11; /* 1px higher than the overlay layer */
	width: 60%;
	/*height: 22%;*/
	top: 50%;
	left: 50%;
	margin-left: -30%;
	padding: 2%;
	border-radius: 5px;
	/* Font Stuff */
	font-size: 14px;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #444;
}
@media screen and ( min-width: 600px ){ #slide span { font-size: 2.3em; }}
@media screen and ( max-height: 900px ){ #slide span { font-size: 2em; top: 42%; }}
@media screen and ( max-height: 640px ){ #slide span { font-size: 1.5em;  top: 34%; }}
@media screen and ( max-height: 480px ){ #slide span { font-size: 1.25em; }}
@media screen and ( max-height: 300px ){ #slide { display:none }}

