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

}


.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;	
	float:left;

}

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

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
 width: 100%; float:left; position:relative;

}

.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: 70px;
	color: #A9ABAE;
	font-size: 70px;
	text-align: center;
	margin-top: -31.5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease; 
	transition: all 0.3s ease;
	
}

.cbp-fwslider nav span:hover {
	color: #EBC238;
}

.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%;
	background: #111;
	padding: 5px 0px 5px 0px;
	display: none;
	
}

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

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

.cbp-fwdots span.cbp-fwcurrent {
	background: #EBC238;
	-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;
}

.cbp-fwslider a { color: #FFF; text-decoration: none; }
.cbp-fwslider a:hover { color: #FFF; text-decoration: underline; }


.cbp-fwslider .txt { position:absolute; right: 10%; bottom: 10%; z-index: 8888; background: rgba(80,64,116,0.5); padding: 15px;}
.cbp-fwslider .txt h1{  float:left; position:relative; padding: 0px; margin: 0px; font-size: 46px;  }
.cbp-fwslider .txt h3 {  float:left; position:relative; padding: 0px; margin: 0px;  font-size: 16px; clear:both;}

@media screen and (max-width: 980px) {
	
.cbp-fwslider .txt h1{  font-size: 36px;  }
.cbp-fwslider .txt h3 {  ;  font-size: 12px; }

}

@media screen and (max-width: 640px) {
	
.cbp-fwslider .txt h1{  font-size: 26px;  }

}


@media screen and (max-width: 480px) {
	
.cbp-fwslider .txt h1{  font-size: 16px;  }
.cbp-fwslider .txt h3 {  font-size: 10px; }

}


@media screen and (max-width: 360px) {
	
.cbp-fwslider .txt h1{  display: none; }
.cbp-fwslider .txt h3 {  display: none; }

}