/*================== What We Offer style =====================*/
#whatWeOffer {
	margin: 0 0 56px 0;
}
#whatWeOffer ul {
	margin-right:0;
}
#whatWeOffer ul li {
		display:inline-block;
		width:145px;
		padding:14px 0;
		margin:0 18px 0 0;
		background: url("../images/box_bg.png") no-repeat scroll 0 0 transparent;
		border: 1px solid #151515;	   
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		/*background:#1c1c1c;*/
		background: rgba(50,50,50,0.2);
		text-align:center;
		transition:all .3s linear;
		-webkit-transition:all .3s linear;
		-moz-transition:all .3s linear;
		-o-transition:all .3s linear;
		-moz-box-shadow:    inset 0 0 3px #101010;
		-webkit-box-shadow: inset 0 0 3px #101010;
		box-shadow:         inset 0 0 3px #101010;
		border-bottom:1px solid #444;
		
}
#whatWeOffer ul li:hover {
	background:rgba(51,51,51,.5);
}
#whatWeOffer ul li:last-child {
	margin-right:0;
}
#whatWeOffer ul li img {
	border:none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	padding:7px 0 21px 0;
}
#whatWeOffer h2 {
	
	
	/*background:rgba(51,51,51,.2);*/
	

  
  margin:auto;

	
}
#whatWeOffer ul li a.button {
	margin:7px 0;
	background:rgba(51,51,51,.5);
}



/*======= End What We are ========*/


/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	/*width:600px;*/
	height:228px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:216px;
	height:100%;
	text-align:center;
	
		
}
.ca-more{
    background: none repeat scroll 0 0 #252525;
    border: 1px solid #2F2F2F;    
    color: #CCCCCC;
    display: inline-block;
    font: 13px/1em "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 3px 16px;
	
	/* border rounded here */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	/* box shadow */
	box-shadow: 1px 1px 1px #0E0E0E;
	-webkit-box-shadow:1px 1px 1px #0E0E0E;
	-moz-box-shadow:1px 1px 1px #0E0E0E;
	-o-box-shadow:1px 1px 1px #0E0E0E;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background: url(../images/delete.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
    border: 1px solid #2F2F2F;      
	padding:10px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	/*background:#fff;*/
	    overflow:hidden;
	background: rgba(50,50,50,0.2); /* transparent color */		
	background: transparent9; /* clear solid background for ie */		
	zoom:1; /* required for the filters */		
	
	/*background:rgba(51,51,51,.2);*/
	background: url("../images/box_bg.png") repeat scroll 0 0 transparent;
	
	/* border rounded here */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	/* box shadow */
	box-shadow: 1px 1px 1px #0E0E0E;
	-webkit-box-shadow:1px 1px 1px #0E0E0E;
	-moz-box-shadow:1px 1px 1px #0E0E0E;
	-o-box-shadow:1px 1px 1px #0E0E0E;
}

.ca-item-main:hover{
background:rgba(51,51,51,.2);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 3px 1px 4px rgba(0, 0, 0, 0.5), 0 0 1px rgba(255, 255, 255, 0.3) inset;	
	-moz-box-shadow:    inset 0 0 3px #b2b2b2;
	-webkit-box-shadow: inset 0 0 3px #b2b2b2;
	cursor:pointer;
}
.ca-icon{
	width:85px;
	height:100px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/nextlabelicon1.png) no-repeat center center;
	border:none;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	padding:0px 0 21px 0;
}
.ca-item-2 .ca-icon{
	background-image:url(../images/nextlabelicon2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../images/nextlabelicon3.png);
}

.ca-item h3{	
	text-transform:uppercase;	
	color:#949494;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #000;
	font-weight:bold;
	font-size:15px;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
/*	background:#b0ccc6;*/

	background: rgba(50,50,50,0.2); /* transparent color */		
	background: transparent9; /* clear solid background for ie */		
	zoom:1; /* required for the filters */		
	
	/*background:rgba(51,51,51,.2);*/
	background: url("../images/box_bg.png") repeat scroll 0 0 transparent;
	border: 1px solid #2f2f2f inset;
	border-style:ridge;	   
	/* border rounded here */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	/* box shadow */
	box-shadow: 
	-1px -1px 1px rgba(0, 0, 0, 0.1), 1px 3px 5px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;	
	-webkit-box-shadow:1px 1px 1px #0E0E0E;
	-moz-box-shadow:1px 1px 1px #0E0E0E;
	-o-box-shadow:1px 1px 1px #0E0E0E;
	/*box-shadow:         inset 0 0 3px #b2b2b2;*/
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:216px;
	top:5px;	
	text-align:left;
	z-index:100;
	overflow:hidden;
	left:0px;
}
.ca-content{
	/*width:660px;*/
	overflow:hidden;
}
.ca-content-text{
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:10px 20px 0px 35px;
	font-size:15px;
	padding-bottom:5px;
	color:#fff;	
	border-bottom:1px solid #99bcb4;
	
}



/*--------------------------------------------
Ventures
---------------------------------------------*/
div#ventures {
	margin-top: 60px;
	position: relative;
	margin-bottom:30px;
	z-index: 12;
}
#ventures_viewport {
	overflow:hidden;
	height:110px;
	color:#fff;
	position: relative;
	z-index: 1;
	box-shadow: 
	-1px -1px 3px rgba(0,0,0,0.2),
	8px 8px 12px rgba(0,0,0,0.6),
	inset 2px 2px 0 rgba(255, 255, 255, 0.1);
	z-index: 12;
}
#ventures_wall {


}
	#ventures_wall .tile,
	#ventures_wall .empty_tile,
	#ventures_wall .first_tile {
		background: url('../images/box_bg.png') repeat top left;	
		margin-right: 1px;	
		width: 409px;	
		height: 110px;	
		position: absolute;
		cursor: move;
		z-index: 12;
	}
	#ventures_wall .first_tile {
		left: -409px;
		z-index: 12;
	}
		#ventures_wall .first_tile .content {
				padding: 100px;
				z-index: 12;
		}
	#ventures_wall .empty_tile { width: 5000px; }
	#ventures_wall .empty_tile.first { left: -5000px; }
		#ventures_wall .tile .content {
			margin-right: 0px;
			height: 110px;
			text-align: center;
			position: relative;
			z-index: 12;
		}
			#ventures_wall .tile .content span{ display: none; }
			#ventures_wall .tile .content img{
				padding-top: 14px;
				display: none;
				z-index: 12;
			}
			#ventures_wall .tile .content canvas {
				padding-top: 13px;
				width: 320px; 
				height: 110px;
				z-index: 12;
			}
			#ventures .tile_hover {
				/*background: #000 url('../images/visit.png') no-repeat center center;;*/
				/*background: rgba(0,0,0,0.2) url('../images/link_trigger.png') no-repeat center center;*/
				width: 410px;
				height: 110px;
				position: absolute;
				top: -12px;
				left: 0;
				z-index: 10;
				display: none;
				cursor: pointer;
			}
			#ventures .link_trigger {
				width: 29px;
				height: 29px;
				display: block;
				background: url('../images/link_trigger.png') no-repeat top left;
				position: absolute;
				top: -5px;
				cursor: default;
				position: absolute;
				z-index: 11;

			}
			div.container1 { width: 470px; margin: 0 auto; }
.shade {
/*	ackground: rgba(29,32,34,0.8);
	ackground: rgba(0,0,0,0.5);
	height: 290px;
	position: absolute;
	bottom: -270px;
	z-index: 1;
	overflow:hidden;
	/*background: url('../images/background.png') no-repeat top left;*/
	/*margin: 0 auto;
	width: 100%;*/
}
.shade.first { left: 0; background-position: top left; }
.shade.last { right: 0; }
.focus_top,
.focus_bottom {
	height: 28px;
	position: absolute;
	width: 409px;
	z-index: 1;
	display: block;
}
.focus_top { top: -28px; background: url('../images/focus_top.png') no-repeat bottom left; }
.focus_bottom { bottom: -28px;  background: url('../images/focus_bottom.png') no-repeat top left; }
.focus_left,
.focus_right {
	height: 150px;
	width: 15px;
	position: absolute;
	top: -11px;
	z-index: 3;
	display: block;
}
.focus_left { background: url('../images/focus_left.png') no-repeat bottom left; }
.focus_right { background: url('../images/focus_right.png') no-repeat bottom left; }

div.drag {
	width: 68px;
	height: 17px;
	background: url('../images/drag.png') no-repeat;
	position: relative;
	z-index: 9;
	margin-top: 10px;
}
