@charset "UTF-8";
/* CSS Document */

/* Team */

.team{ font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; margin-top:-50px;}

.team li{ list-style:none; float:left; margin:60px 20px 195px 20px; width:260px; height:260px; text-align:center;}
.team li img{ background:url(../images/team-shadow.png) no-repeat center bottom; padding-bottom:36px; cursor:pointer;}
.team li img.color{ display:none;}
.team li .name{ font-size:18px; color:#454444; margin-top:-25px;margin-bottom:10px;}
.team li .info{ font-size:13px; color:#8c8c8c;}
.team li .social{ width:220px; height:44px; border-top:solid 1px #e6e6e6; border-bottom:solid 1px #e6e6e6; margin:20px 0 20px 20px;} 
.team li .social div{ padding:0; cursor:pointer; margin:13px 8px; float:left;}
.team li .social .t-twitter{ background:url(../images/t-twitter.png); width:20px; height:16px;}
.team li .social .t-fb{ background:url(../images/t-fb.png); width:16px; height:16px;}
.team li .social .t-digg{ background:url(../images/t-digg.png); width:18px; height:16px;}
.team li .social .t-vimeo{ background:url(../images/t-vimeo.png); width:16px; height:16px;}
.team li .social .t-youtube{ background:url(../images/t-youtube.png); width:16px; height:16px;}
.team li .social .t-skype{ background:url(../images/t-skype.png); width:16px; height:16px;}
.team li .social .t-twitter:hover{ background:url(../images/t-twitter2.png);}
.team li .social .t-fb:hover{ background:url(../images/t-fb2.png);}
.team li .social .t-digg:hover{ background:url(../images/t-digg2.png);}
.team li .social .t-vimeo:hover{ background:url(../images/t-vimeo2.png);}
.team li .social .t-youtube:hover{ background:url(../images/t-youtube2.png);}
.team li .social .t-skype:hover{ background:url(../images/t-skype2.png);}

.team .ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
/*	box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
*/		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team .ch-img-Kevin-Olson { 
	background-image: url(../images/team_Kevin-Olson.png);
}

.team .ch-img-Neil-McLeod { 
	background-image: url(../images/team_Neil-McLeod.png);
}

.team .ch-img-Jim-Cholin { 
	background-image: url(../images/team_Jim-Cholin.png);
}

.team .ch-img-Val-Petrie { 
	background-image: url(../images/team_Val-Petrie.png);
}

.team .ch-img-Leam-Craig { 
	background-image: url(../images/team_Leam-Craig.png);
}

.team .ch-img-Brian-Longworth { 
	background-image: url(../images/team_Brian-Longworth.png);
}

.team .ch-img-Jan-Carruthers { 
	background-image: url(../images/team_Jan-Carruthers.png);
}

.team .ch-img-Ryan-Heather { 
	background-image: url(../images/team_Ryan-Heather.png);
}

.team .ch-img-Dwaine-Thiessen { 
	background-image: url(../images/team_Dwaine-Thiessen.png);
}

.team .ch-img-Dean-Tavanetz { 
	background-image: url(../images/team_Dean-Tavanetz.png);
}

.team .ch-img-Kandra-Forbes { 
	background-image: url(../images/team_Kandra-Forbes.png);
}

.team .ch-img-Glenn-Barclay { 
	background-image: url(../images/team_Glenn-Barclay.png);
}

.team .ch-img-Chelsey-Siemens { 
	background-image: url(../images/team_Chelsey-Siemens.png);
}

.team .ch-img-Lexie-Adamson { 
	background-image: url(../images/team_Lexie-Adamson.png);
}

.team .ch-img-Keith-Robertson { 
	background-image: url(../images/team_Keith-Robertson.png);
}

.team .ch-img-Jessica-McLeod { 
	background-image: url(../images/team_Jessica-McLeod.png);
}

.team .ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.team .ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;

	display:none\0/;
}

.team .ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	display:none\0/;
}

.team .ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing:1px;
	margin-top:30px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.team .ch-info p a:hover {
	color: #111;
/*	color: rgba(255,242,34, 0.8);*/
}

.team .ch-item:hover {
	box-shadow: 
		inset 0 0 0 140px rgba(106,170,213, 0.8),
		inset 0 0 0 5px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.team .ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

/* 2-nd inclusion */ 

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	margin:-5px;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	background: #f9f9f9 /*url(../images/bg.jpg)*/;
	background: none\0/; /* ie8 hack */
	box-shadow:none);

}

/*.ch-info-wrap:hover{ border:solid #73b1d5 20px;}*/

.ch-info{
	position: absolute;
	width: 190px;
	height: 190px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.team .ch-info-wrap{ width:250px; height:250px; position:static; border:5px solid #6aaad5; box-shadow:none; margin:0;}
.team .ch-info{ width:250px; height:250px;}
.team .ch-item{ height:260px;}
.team-sombra{ background:url(../images/team-shadow.png) no-repeat center -10px; width:181; height:53px;}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background:url(../images/bg_ball.png);
	background:url(../images/bg_ball.gif)\0/; /* ie8 hack */
}

.ch-img-1 {background-image: url(../images/circulo_servicio1.png);}
.ch-img-2 {background-image: url(../images/circulo_servicio2.png);}
.ch-img-3 {background-image: url(../images/circulo_servicio3.png);}
.ch-img-4 {background-image: url(../images/circulo_servicio4.png);}
.ch-img-5 {background-image: url(../images/circulo_team.png);}

.ch-info h3 {
	color: #f1f1f1;
	letter-spacing: 1px;
	font-size: 20px;
	margin: 0 30px;
	padding: 50px 0 0 0;
	height: 10px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align:center;
	font-weight:500;
}

.ch-info p {
	text-align:center;
	color: #f1f1f1;
	padding: 20px 5px;
	margin: 30px 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

.ch-info p a {
	display: block;
	color: #f1f1f1;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	text-transform: uppercase;
	text-decoration:none;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info-back p a:hover{color:#111;}


.ch-item:hover .ch-info-wrap {
	box-shadow: none;
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}



