/* BEDIN REVOLUTION SLIDER */
.revolution-slider {
	z-index: 1;
	position: relative;
	border-bottom: solid 1px #eee;
	overflow: hidden;
	margin-bottom: 10px;
}

.fullwidthbanner-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}
.tp-bannershadow {
	display: none;
}
.tp-bullets.simplebullets.round .bullet {
	width: 12px;
	height: 12px;
	border-radius: 50% !important;
	background: #d8d8d8;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background: #919191;
}

.slide_title_white {
	font-family:'Microsoft YaHei', Gadget, sans-serif; 
	font-weight: bold; font-size:45px; color:#009900;
}
.slide_title_white_bold {
	font-family:'Microsoft YaHei', Gadget, sans-serif; 
	font-size:40px;
}
.slide_subtitle_white {
	border:1px solid #458b12;
	border-radius: 5px !important;
	padding: 5px 10px ;
	margin: 0px;
	font-family:'Microsoft YaHei', Gadget, sans-serif; 
	font-size:15px; 
	color: #458b12;
}
.slider-colored {
	z-index: 1;
	height: 495px !important;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.slide_title, .slide_subtitle, .slide_desc, .slide_btn{
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.slide_title {
	font-family:'Microsoft YaHei', Gadget, sans-serif; 
	font-weight: bold; font-size:40px; color:#003399;
}
.slide_subtitle {
	font-family:'Microsoft YaHei', Gadget, sans-serif; 
	font-weight: bold; font-size:30px; color:#c73201;
}
.slide_list_item {
	font: 400 14px/20px "Open Sans", sans-serif;
	background: #E84D1C;
	padding: 5px;
	color: #fafafa;
	text-transform: uppercase;
}
.slide_desc {
	border:1px solid #81a933;
	background-color:#81a933;
	border-radius: 5px !important;
	padding: 5px 10px;
	font-family:'Microsoft YaHei', Gadget, sans-serif; 
	font-size:15px; 
	color: #fff;
}
.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
}
.slide_btn {
	font: 300 14px/14px "Microsoft YaHei", Gadget, sans-serif; 
	padding: 7px 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.tp-leftarrow.default,
.tp-rightarrow.default{
	opacity: 0.7;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	opacity: 1;
}
.revolution-slider .hidearrows {
	opacity: 0;
}