.orbit-caption {
	font-family: Open Sans, sans-serif, Arial;
}

.shp {
	float: left;
	width: 100%;
	padding: 1px;
	background: #ffffff;
	margin: 15px 0;
}

.slider_bg_img {
	background-size: cover;
	background-position: top center;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-top: 1px solid #c1c2c3;
	border-bottom: 1px solid #c1c2c3;
	position: relative;
    z-index: 1;
}
#slider-holder {
	float: none;
	width: 930px;
	margin: 0 auto;
	display: block;
	background: none;
	position: relative;
	z-index: 1;
}

div.orbit > a {
	width: 930px;
	height: 100%;
	background-color: #ffffff;
}

div.orbit > a img {
	width: auto;
	max-height: 362px;
}

div.orbit-wrapper {
	background: #ffffff;
	margin: 0 !important;
	height: 362px !important;
}

div.orbit {
	height: 362px !important;
}

.orbit-wrapper .orbit-caption .orbit-text {
	width: 890px;
}
.nav_center {
	margin: 0 auto;
}
#custom-navigation-holder {
	float: left;
	height: auto;
}
#custom-navigation {
	visibility: hidden;
}

#slider-title {
	font-family: Open Sans;
	text-align: center;
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0px;
	background: none;
	height: auto;
	font-size: 18px;
	text-shadow: 0px 1px #ffffff;
	color: #09526d;
	line-height: 28px;
}

.orbit-bullets li {
	background: url('images/slider_nav.png') no-repeat 0 0 transparent;
	width: 5px;
	height: 6px;
	margin: 4px 5px 3px 5px;
}
.orbit-bullets li.active {
	background-position: 0 -7px;
}

div.slider-nav {
	display: none;
}

.orbit-bullets {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	float: left;
}

.orbit_shadow_left {
	background: url('images/shadow_left.png') no-repeat center bottom transparent;
	height: 2px;
	width: 50%;
	float: left;
	position: relative;
	left: 2px;
}

.orbit_shadow_right {
	background: url('images/shadow_right.png') no-repeat center bottom transparent;
	height: 2px;
	width: 50%;
	float: left;
	position: relative;
	right: 2px;
}

.orbit-wrapper .orbit-caption {
	background: url('images/pattern.png') repeat transparent;
}


@media screen and (max-width: 980px) {
	.slider_bg_img {
		height: 300px;
	}
	#slider-holder {
		width: 610px;
	}
	div.orbit > a {
		width: 610px;
	}
	div.orbit > a img {
		width: auto;
		max-height: 235px;
	}
	div.orbit {
		max-width: 610px;
	}
	.orbit-wrapper .orbit-caption .orbit-text {
		width: 570px;
	}

	div.orbit,
	div.orbit-wrapper {
		height: 235px !important;
	}
}

@media screen and (max-width: 720px) {

	#slider-holder {
		width: 310px;
	}
	div.orbit > a {
		width: 310px;
	}
	div.orbit > a img {
		width: auto;
		max-height: 122px;
	}
	div.orbit {
		max-width: 310px;
	}
	.orbit-wrapper .orbit-caption .orbit-text {
		width: 290px;
	}
	.orbit-wrapper .orbit-caption p {
		display: none;
	}
	.slide_desc{
		display:none;
	}
       div.orbit, div.orbit-wrapper {
        height: 160px !important;
       }
	.slider_bg_img {
	    height: 220px;
	}
}

@media screen and (max-width: 440px) {

}