article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* *, *:after, *:before */
*  {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.not-ie a {
-webkit-transition: color .35s ease-out;
transition: color .35s ease-out;
}


.not-ie input[type=checkbox], .not-ie input[type=radio] {
	visibility: hidden;
}
::-moz-selection {
background-color: rgba(130, 210, 239, 0.99);
color: #000;
text-shadow: none;
}
::-webkit-selection {
background-color: rgba(130, 210, 239, 0.99);
color: #000;
text-shadow: none;
}
::selection {
background-color: rgba(130, 210, 239, 0.99);
color: #000;
text-shadow: none;
}
/* --------------------------------------- *//*$1. Team Type 1 *//* --------------------------------------- */
.content {
	overflow: hidden;
	background: #145686;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E5D69F), color-stop(1, #145686));
	background-image: -o-linear-gradient(bottom, #E5D69F 0%, #145686 100%);
	background-image: -moz-linear-gradient(bottom, #E5D69F 0%, #145686 100%);
	background-image: -webkit-linear-gradient(bottom, #E5D69F 0%, #145686 100%);
	background-image: -ms-linear-gradient(bottom, #E5D69F 0%, #145686 100%);
	background-image: linear-gradient(to bottom, #E5D69F 0%, #145686 100%);
	min-height: 100%;
	position: relative;
	z-index: 0;
}
.tmm-team .tmm-container {
	position: relative;
	margin: 0 auto;
	max-width: 1466px;
}
.tmm-team .tmm-container:before, .tmm-team .tmm-container:after {
	display: table;
	content: " ";
}
.tmm-team .tmm-container:after {
	clear: both;
}
.tmm-team .tmm-row {
	margin:0;
	text-align: center;
}
.tmm-team .tmm-row:before, .tmm-team .tmm-row:after {
	display: table;
	content: " ";
}
.tmm-team .tmm-row:after {
	clear: both;
}
.section {
	position: relative;
	padding: 80px 0;
}
.section.paddinf-off {
	padding-top: 0;
}
.section.padding-bottom {
	padding-bottom: 120px;
}
h1 {
	font-family: 'ubunturegular';
	font-size: 48px;
	padding: 40px 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.title-1 {
	font-family: 'ubunturegular';
	font-size: 36px;
	color: #666666;
	font-weight: 300;
	text-align: center;
	padding: 25px 5px;
}
.tmm-team .item-circled {
	background-color: #fff;
	text-align: center;
	width: 235px;
	margin: 0 14px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-transition: -webkit-transform .35s ease, font .35s ease;
transition: transform .35s ease, font .35s ease;
}
.tmm-team .item-circled:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tmm-team .item-circled .face-container {
	padding: 30px 15px 0px 15px;
}
.tmm-team .item-circled .face {
	width: 235px;
	height: 235px;
	overflow: hidden;
	margin: 0 auto;
	border: 10px solid #00a5a6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.tmm-team .item-circled:hover .face {
	border-color: #1abc9c;
	border-width: 3px;
}
.tmm-team .item-circled .item-content {
	text-align: center;
	position: relative;
}
.tmm-team .item-circled .title {
	font-family: 'Open Sans', sans-serif;
}
.tmm-team .item-circled .title h3 {
	font-size: 24px;
	color: #666666;
	padding: 10px 5px;
	font-weight: 400;
}
.tmm-team .item-circled .title h4 {
	font-size: 16px;
	color: #fff;
	background-color: #2c3e50;
	padding: 12px 5px;
	font-weight: 400;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.tmm-team .item-circled:hover .title h4 {
	background-color: #e74c3c;
	padding: 5px 5px;
}
.tmm-team .item-circled .item-content p {
	padding: 10px 17px;
	text-align: left;
	font-family: 'ubunturegular';
	font-weight: 400;
	font-size: 12px;
	color: #757575;
}
.tmm-team .item-circled .footer {
	padding: 4px 5px;
}
.tmm-team .item-circled .social-icons {
	font-size: 0;
}
.tmm-team .item-circled .social-icons li {
	display: inline-block;
	list-style: none;/*margin: 0px -3px;*/
	vertical-align: top;
	width: 20%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}/* 3D Rolling of the social icons */
.tmm-team .item-circled .social-icons li > a {
	font-size: 24px;
	color: #f09e8e;
	background-color: #e7e7e7;
	cursor: pointer;
	padding: 7px 9px;
	display: inline-block;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% bottom 0;
	-moz-transform-origin: 50% bottom 0;
	transform-origin: 50% bottom 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.tmm-team .item-circled .social-icons li > a::before {
position: absolute;
top: -97%;
left: 0;
width: 100%;
height: 100%;
padding: 7px 0;
background: #007f6e;/*shadow*/
color: #fff;
font-family: "fontello";
font-size: 24px;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
transition: background 0.3s;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% bottom 0;
-moz-transform-origin: 50% bottom 0;
transform-origin: 50% bottom 0;
}
.tmm-team .item-circled .social-icons li:hover a, .tmm-team .item-circled .social-icons li:focus a {
	-webkit-transform: rotateX(-90deg) translateY(22px);
	-moz-transform: rotateX(-90deg) translateY(22px);
	transform: rotateX(-90deg) translateY(22px);
}
.tmm-team .item-circled .social-icons li:nth-child(1) a::before {
content: "\e967";
background: #314177;
}
.tmm-team .item-circled .social-icons li:nth-child(2) a::before {
content: "\e980";
background: #2ca5bd;
}
.tmm-team .item-circled .social-icons li:nth-child(3) a::before {
content: "\e986";
background: #d40000;
}
.tmm-team .item-circled .social-icons li:nth-child(4) a::before {
content: "\ef63";
background: #950000;
}
.tmm-team .item-circled .social-icons li:nth-child(5) a::before {
content: "\ef56";
background: #9b1539;
}
.tmm-team .item-circled .social-icons li:nth-child(1):hover a::before, .tmm-team .item-circled .social-icons li:nth-child(1):focus a::before {
background: #49699f;
}
.tmm-team .item-circled .social-icons li:nth-child(2):hover a::before, .tmm-team .item-circled .social-icons li:nth-child(2):focus a::before {
background: #47c0d8;
}
.tmm-team .item-circled .social-icons li:nth-child(3):hover a::before, .tmm-team .item-circled .social-icons li:nth-child(3):focus a::before {
background: #ff0000;
}
.tmm-team .item-circled .social-icons li:nth-child(4):hover a::before, .tmm-team .item-circled .social-icons li:nth-child(4):focus a::before {
background: #c21c21;
}
.tmm-team .item-circled .social-icons li:nth-child(5):hover a::before, .tmm-team .item-circled .social-icons li:nth-child(5):focus a::before {
background: #c52563;
}

/* Background color end content for each icon *//* end 3D Rolling */

/* --------------------------------------- *//*$2. Team Type 2 *//* --------------------------------------- */
.tmm-team .hgroup {
	text-align: center;
	font-family: 'ubunturegular';
	padding: 40px 5px;
}
.tmm-team .hgroup .title-2 {
	font-size: 24px;
	font-weight: 400;
	color: #000;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
}
.tmm-team .hgroup .title-2:after {
	position: absolute;
	right: -12px;
	width: 30px;
	height: 15px;
	background-color: #ffff9d;
	color: #11110a;
	font-family: 'ubunturegular';
	font-size: 10px;
	line-height: 1.3em;
	content: "2014";
}
.tmm-team .hgroup .title-2:before {
	position: absolute;
	top: 2px;
	right: -12px;
	width: 29px;
	height: 15px;
	background-color: #ff6138;
	content: "";
	-webkit-transform: skewY(4deg);
	transform: skewY(4deg);
}
.tmm-team .hgroup h4 {
	color: #666666;
	font-size: 14px;
}
.tmm-team .item-circled-2 {
	background-color: #fff;
	text-align: center;
	display: inline-block;
	width: 173px;
	margin: 0 10px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.tmm-team .item-circled-2:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.tmm-team .item-circled-2 .title h3 {
	font-family: 'ubunturegular';
	font-weight: 300;
	font-size: 30px;
	padding: 10px 5px;
	color: #666666;
}
.tmm-team .item-circled-2 .face-container {
	padding: 54px 15px 14px 15px;
}
.tmm-team .item-circled-2 .face {
	width: 163px;
	height: 163px;
	overflow: hidden;
	margin: 0 auto;
	border: 0px solid #79bd8f;
	background-image: url(../images/01.jpg);
	background-position: 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.tmm-team .item-circled-2:hover .face {
	border: 7px solid #79bd8f;
}
.tmm-team .item-circled-2 .item-content h4 {
	font-family: "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #333333;
}
.tmm-team .item-circled-2 .footer {
	padding: 0px 5px;
}
.tmm-team .item-circled-2 .social-icons {
	background-color: transparent;
	padding: 10px 0;
}
.tmm-team .item-circled-2 .social-icons li {
	padding: 0;
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	padding: 0 2px;
}/* 3D side */
.tmm-team .item-circled-2 .social-icons li a {
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	padding: 4px;
	position: relative;
-webkit-transition: -webkit-transform .3s, background .3s;
-moz-transition: -moz-transform .3s, background .3s;
transition: transform .3s, background .3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -14px;
	-moz-transform-origin: 50% 50% -14px;
	transform-origin: 50% 50% -14px;
}
.tmm-team .item-circled-2 .social-icons li a::before {
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
border: 1px solid #cccccc;
font-family: "fontello";
padding: 4px;
pointer-events: none;
-webkit-transition: background .3s;
-moz-transition: background .3s;
transition: background .3s;
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.tmm-team .item-circled-2 .social-icons li:hover a, .tmm-team .item-circled-2 .social-icons li:focus a {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}/*Shadow, background and border color */
.tmm-team .item-circled-2 .social-icons li:nth-child(1) a::before {
content: "\e967";
background: #314177;
border-color: #314177;
}
.tmm-team .item-circled-2 .social-icons li:nth-child(2) a::before {
content: "\e980";
background: #2ca5bd;
border-color: #2ca5bd;
}
.tmm-team .item-circled-2 .social-icons li:nth-child(3) a::before {
content: "\ef56";
background: #9b1539;
border-color: #9b1539;
}/* end *//*Background color for each icon */
.tmm-team .item-circled-2 .social-icons li:nth-child(1):hover a::before, .tmm-team .item-circled-2 .social-icons li:nth-child(1):focus a::before {
background-color: #49699f;
border-color: #49699f;
color: #fff;
}
.tmm-team .item-circled-2 .social-icons li:nth-child(2):hover a::before, .tmm-team .item-circled-2 .social-icons li:nth-child(2):focus a::before {
background-color: #47c0d8;
border-color: #47c0d8;
color: #fff;
}
.tmm-team .item-circled-2 .social-icons li:nth-child(3):hover a::before, .tmm-team .item-circled-2 .social-icons li:nth-child(3):focus a::before {
background-color: #ea4c89;
border-color: #ea4c89;
color: #fff;
}
/* end */
/* end */

/* --------------------------------------- *//*$3. Team Type 3 *//* --------------------------------------- */
.tmm-team .hgroup .title-3 {
	font-family: 'ubunturegular';
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.tmm-team .item-circled-3 {
	background-color: transparent;
	text-align: center;
	width: 211px;
	display: inline-block;
	position: relative;
	margin: 0 15px;
	padding-bottom: 50px;
}
.tmm-team .item-circled-3 .face-container {
	padding: 0;
}
.tmm-team .item-circled-3 .face {
	width: 173px;
	height: 173px;
	overflow: hidden;
	margin: 0 auto;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.not-ie .tmm-team .spiner {
	position: absolute;
	border-color: transparent #ff9700 #ff9700 transparent;
	border-image: none;
	border-radius: 50%;
	border-style: solid;
	border-width: 15px;
	height: 210px;
	width: 210px;
	opacity: 1;
	/*opacity: .8;*/
	top: -18px;
	left: 0;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	-moz-transition: transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	-o-transition: transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	transition: transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
}
.tmm-team .item-circled-3 .face-container:hover .spiner {
	-webkit-transform: rotate(1800deg);
	transform: rotate(1800deg);
	border-color: transparent #7b7978 #7b7978 transparent;
-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
-moz-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
-o-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
}/* rotation speed for Firefox */
@-moz-document url-prefix() {
.not-ie .tmm-team .spiner {
-webkit-transition: -webkit-transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
transition: transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
}
}/* end rotation speed for Firefox */
.tmm-team .item-circled-3 .social-icons {
	background-color: transparent;
	padding: 0;
	position: absolute;
	top: 180px;
	left: 65px;
}
.tmm-team .item-circled-3 .social-icons li {
	padding: 0;
	display: inline-block;
	list-style: none;
-webkit-transition: all .35s ease;
transition: all .35s ease;
}
.tmm-team .item-circled-3 .social-icons li a {
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.tmm-team .item-circled-3 .social-icons li:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.tmm-team .item-circled-3 .item-content {
	font-family: 'ubunturegular';
	font-weight: bold;
	font-size:17px;
	color: #034466;
	text-align: center; text-shadow: 1px 1px 1px rgba(249, 249, 249, 1);
}
.tmm-team .item-circled-3 .item-content h4 {
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 40px;
}
.tmm-team .item-circled-3 .item-content p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
/* --------------------------------------- *//*$4. Team Type 4 *//* --------------------------------------- */

/* end Background Color Changer *//* --------------------------------------- *//*$5. Team Type 5 *//* --------------------------------------- */
