/* ==========================================================================
 	 bxslider
   ========================================================================== */

li.clientSlide {
	vertical-align: middle;
	 display: table-cell;
	 float: none !important;
}

li.clientSlide {
	margin: 0 5px;
}

.bxslider.clients {
	margin: 0 10px;
}

/* ==========================================================================
 	 bxslider - home testimonials
   ========================================================================== */
.testimonialSlide {
	position: relative;
}

.testimonialSlideContent {
	position: relative;
	padding: 10px 30px;
	text-align: center;
	margin: 0 30px;
}

.topQuote {
	position: absolute;
	top: 0;
	left: 0px;
	width: 46px;
	height: 35px;
	background: url(/images/snipes.png) no-repeat -563px -407px;
}

.bottomQuote {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 46px;
	height: 35px;
	background: url(/images/snipes.png) no-repeat -623px -407px;
}

.testimonialTeaser {
	padding: 0 10%;
	margin: 0 auto;
	font-size: 1.1em;
	font-style: italic;
	display:block;
	vertical-align: middle;
	width: 100%;
}

.testimonialTeaser.single {
	display: table-cell;
	vertical-align: center;
}

.smallTestimonial {
	margin: 0 30px 20px;
}

.testimonialListTeaser {
	color: #033071;
	font-size: 1.3em;
}

.testimonialListTeaser .testimonialTeaser {
    padding: 0 5%;
}

.testimonialListTeaser .testimonialSlideContent {
    margin: 0 0px; 
}
		
.testimonialAuthor {
	font-weight: bold;
	text-align: right;
	font-style: italic;
}

a.btnClickLearnMore {
	width: 202px;
	height: 38px;
	background: url(/images/snipes.png) no-repeat -7px -239px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	display: block;
	margin: 0 auto;
}

a:hover.btnClickLearnMore, a:active.btnClickLearnMore, a:focus.btnClickLearnMore {
	background-position: -7px -201px;
}

.clientTestimonials {
	margin: 0 30px;
}

/* ==========================================================================
 	 bxslider - vertical Services
   ========================================================================== */

.bx-wrapper.shadow {
	-webkit-box-shadow:  0px 8px 4px -2px rgba(117,117,117,1);
	-moz-box-shadow:  0px 8px 4px -2px rgba(117,117,117,1);
	box-shadow:  0px 8px 4px -2px rgba(117,117,117,1);
}

.services_horizontal li a {
	border-right: solid 1px #fff;
	padding: 5px;
	background: url(/images/serviceboxgray.png);
	display: block;
	text-align: center;
	position: relative;
}

.services_horizontal li a:hover, .services_horizontal li a:active, .services_horizontal li a:focus {
	text-decoration: none;
	color: #fff;
}

.services_horizontal .hoverOverlay {
	display: none;
	background: url(/images/servicesboxbluetint.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.services_horizontal .hoverContent {
	border: solid 1px #fff;
	margin: 5px;
	height: 95%;
}

.services_horizontal .hoverContent .hoverContentText {
	margin: 10px 20px;
	font-size: .9em;
	line-height: 1.2em;
}

.services_horizontal li a .serviceSlideContent {
	margin: 0;
	border: solid 1px #fff;
}

.btnLearnMore {
	width: 135px;
	height: 40px;
	background: url(/images/snipes.png) no-repeat -221px -242px;
	margin: 10px auto;
}

.services_horizontal .serviceName1 {
	color: #033071;
	margin: 10px 0 5px 0;
	font-size: 1.5em;
	font-weight: bold;
}

.services_horizontal .serviceName2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 0 auto 10px;
	 width: 60%;
	 line-height: 1.1em;
}



.bx-wrapper .bx-controls-direction a {
    margin-top: -32px;
    outline: 0;
    width: 60px;
    height: 64px;
	z-index: 5000;
}

.bx-wrapper .bx-prev {
	left: -45px;
	background: url(/images/snipes.png) no-repeat -422px -203px;
}

.bx-wrapper .bx-prev:hover {
	background-position: -422px -265px;
}

.bx-wrapper .bx-next {
	right: -45px;
	background: url(/images/snipes.png) no-repeat -486px -203px;
}

.bx-wrapper .bx-next:hover {
	background-position: -486px -265px;
}

@media (min-width: 767px) {
	.services_horizontal li a:hover .hoverOverlay {
		display: block;
	}
}

@media (max-width: 500px) {
	.bxslider.clients {
		margin: 0 0px;
	}
	
	.bx-wrapper .bx-prev {
		left: -10px;
	}
	
	.bx-wrapper .bx-next {
		right: -10px;
	}
	
	.topQuote, .bottomQuote {
		display: none;
	}
	
	.testimonialSlideContent {
	    padding: 10px 0px;
	}
	
	.smallTestimonial {
		margin: 0 0 20px;
	}
	
	.testimonialSlideContent {
		margin: 0;
	}
	
	.testimonialTeaser {
		padding: 0;
	}
	
	.bx-wrapper .bx-controls-direction a {
	  width: 30px;
	  height: 30px;
	  margin: -15px 0 0;
	  display: block;
	  background: url(/images/mobile-arrows.png) no-repeat -0px -32px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.bx-wrapper a.bx-prev {
	    left: 0px;
		background-position: 0px -32px;
	}

	.bx-wrapper a.bx-prev:hover {
	    left: 0px;
		background-position: 0px 0px;
	}

	.bx-wrapper a.bx-next {
	    right: 0px;
	    background-position: -30px -32px;
	}

	.bx-wrapper a.bx-next:hover {
	    right: 0px;
		background-position: -30px 0px;
	}
	
	.services_horizontal .serviceName2 {
		width: 100%;
	}
}

@media (max-width: 325px) {
	.btnLearnMore {
	    margin: 10px -20px;
	}
}