
/* Home Page Slider
------------------------------------------------*/

.airbox-slider {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.panel {
	min-width: 960px;
	height: 450px;
	margin-left: -270px;
	margin-right: -270px;
	overflow: hidden;
}
.thumbs-wrap {
	background: #000;
}
ul.thumbs {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
ul.thumbs li {
	float: left;
	list-style: none;
	padding-right: 20px;
	opacity: .4;
}
ul.thumbs li.activeSlide {
	opacity: 1;
}

.airbox-slider:before,
.airbox-slider:after,
ul.thumbs:before,
ul.thumbs:after {
	content: " "; /* 1 */
    display: table; /* 2 */
}
.airbox-slider:after,
ul.thumbs:after {
	clear:both;
}

/* Internal Page Slider - "Our Work" "What We Do"
--------------------------------------------------------*/

.jumboSlide {
	background: url(../img/slide-bg.gif) 0 0 repeat-x;
	overflow: hidden;
	margin-top:70px;
}
.slide-wrap {
	background: url(../img/slide-bg.gif) 0 0 repeat-x;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.work-slide, .service-slide {
	background: transparent url(../img/gradient.png) 0 0 no-repeat;
	width: 960px;
	height: 515px;
	margin-left: auto;
	margin-right: auto;
}
.slide-info {
	width: 310px;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.slide-info p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.slide-info .case-btn {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#101010;
	text-shadow: 0px 1px 1px #f5f5f5;
	font-size:20px;
	padding:12px 15px 12px 20px;
	text-decoration:none;
	margin:15px 0;	
	/* Gradient */
	background: rgb(5,245,46); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,245,46,1) 0%, rgba(51,153,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,245,46,1)), color-stop(100%,rgba(51,153,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,245,46,1) 0%,rgba(51,153,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,245,46,1) 0%,rgba(51,153,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,245,46,1) 0%,rgba(51,153,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,245,46,1) 0%,rgba(51,153,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05f52e', endColorstr='#339900',GradientType=0 ); /* IE6-9 */
	
}
span.btn-arrow {
	display: inline-block;
	width: 25px;
	height: 20px;
	vertical-align: text-top;
	margin: 1px 0 0 20px;
	padding: 0;
	background: transparent url(../img/btn-arrows.png) 0 -20px no-repeat;
	text-indent: -10000px;
}
.slide-image {
	width: 635px;
	float: right;
	overflow: hidden;
}
/* Stop flicker of unstyled content upon page load - services */
.service-slide .slide-image img { display: none;}
.service-slide .slide-image img.first {display: block;}
/* Stop flicker of unstyled content upon page load - work */
.work-slide { display: none;}
.work-slide.first { display: block;}

/* "What We Do" Specific styles
--------------------------------------------------------*/
.slide-info ul {
	list-style: none;
	font-size: 26px;
	text-align: left;

}
.slide-info ul li {
	line-height: 56px;
	border-bottom: 1px solid #ff3399;
	
}
.slide-info ul li:last-of-type {
	line-height: 56px;
	border-bottom: none;
	
}
.slide-info ul li a {
	color: #fff;
	text-decoration: none;
}
.slide-info ul li a:hover {
	color:#6f0;
	text-decoration: none;
}
.slide-info ul li.activeSlide a {
	color: #6f0;
}

