/* 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;
}

.slide_title_white {
	color: #fff;
	text-align: center;
	font-size:68px;
	font-family: 'museo700';
}
.slide_title_white_bold {
	font-weight: 400;
}
.slide_subtitle_white {
	font: 300 30px/25px "Open Sans", sans-serif;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
}
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: 300 47px/66px "Open Sans", sans-serif;
	color: #3f5862;
	text-transform: uppercase;
}
.slide_subtitle {
	font: 400 18px/25px "Open Sans", sans-serif;
	background: #E84D1C;
	padding: 5px;
	color: #fafafa;
	text-transform: uppercase;
}

.tp-leftarrow.default,
.tp-rightarrow.default{
	opacity: 0.7;
}
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	opacity: 1;
}
.revolution-slider .hidearrows {
	opacity: 0;
}

/******************************
	-	BUTTONS	-
*******************************/
.slide_btn {
	position: absolute;
	color: #fff;
	font-size: 24px;
	padding: 9px 20px 11px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 300;
}
.slide_btn.red {
	background-color:#DD3626; color:#FFF;
}
.slide_btn.red:hover {
	background-color:#c63927; color:#FFF;
	text-decoration: none;
}
.slide_btn.orange {
	background-color:#F68B1F;
}
.slide_btn.orange:hover {
	background-color:#F89534;color:#FFF;
	text-decoration: none;
}
.slide_btn.dark-gray {
	background-color:#333;
}
.slide_btn.dark-gray:hover {
	background-color:#000; color:#FFF;
	text-decoration: none;
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
}
 @media only screen and (min-width: 0px) and (max-width: 479px) {
 .slide_btn {
 font-size: 24px;
}
}