.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: 100%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 100px;
	background: rgba(253, 155, 69, 0.44);
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: rgba(243, 138, 75, 0.7);
}

.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: 10px;
	height: 10px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #6b462e;
	box-shadow: 0 0 0 2px #6b462e;
	-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:1920px) { /* 1080p */
}
@media screen and (max-width:1680px) { /* iMac */
}
@media screen and (max-width:1600px) { /* Medium 16:10 desktop/laptop screen resolution */
}
@media screen and (max-width:1366px) { /* Small 16:9 desktop/laptop screen resolution */
}
@media screen and (max-width:1280px) { /* 720p */
}
@media screen and (max-width:1024px) { /* Standard netbook/tablet resolution */
}
@media screen and (max-width:960px) { /* iPhone 4 */
	.cbp-fwslider nav span { height: 75px; width: 40px; font-size: 35px; line-height: 75px; margin-top: -45px; }
}
@media screen and (max-width:800px) { /* Very common mobile phone */
}
@media screen and (max-width:640px) {
}
@media screen and (max-width:480px) { /* iPhone 3 */
	.cbp-fwslider nav span { height: 50px; width: 30px; font-size: 25px; line-height: 50px; margin-top: -45px; }
}
@media screen and (max-width:320px) { /* Very common low res */
}
@media screen and (max-width:240px) {
}