body {
	margin: 0px;
}
#tabs {
	max-width: 100%;
}
#tabs h2 {
	margin: 1em 0 0;
}
.tabsList {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 2.35em;
}
.tabsList li {
	position: relative;
	float: left;
	margin: 0 .5em 0 0;
	z-index: 1;
}
.tabsList li a {
	position: relative;
	top: 4px;
	float: left;
	overflow: hidden;
	font-weight: normal;
	text-shadow: none;
	background: #fff;
	color: #444;
	text-decoration: none;
	margin: .5em 0 0;
	padding: .5em .5em .35em;
	border-style: solid;
	border-color: #ccc;
	border-width: 2px 2px 0;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	cursor: pointer;
}
.tabsList li a:link {
	border-color: #ccc;
}
.tabsList li a:hover,
.tabsList li a:focus,
.tabsList li a:active {
	border-color: #999;
	text-shadow: 0 1px 1px rgba(0, 0, 0,.2);
}
.tabsList li a:active {
	top: 2px;
}
.tabsList li.current {
	z-index: 10;
}
.tabsList li.current a {
	top: 2px;
	font-weight: bold;
	color: #333;
	background: #fafafa;
	border-color: #999;
	text-shadow: 0 1px 1px rgba(0, 0, 0,.2);
}
.tabsList li.current a:hover,
.tabsList li.current a:focus {
	color: #333;
	background-color: #fafafa;
}
.tabsList li.current a:focus {
	outline: 1px dotted #444;
}
.tabsList a span {
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}
.tabPanel {
	position: relative;
	display: block;
	visibility: visible;
	clear: left;
	overflow: auto;
	padding: .5em 3em 2em;
	border: 2px solid #999;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	z-index: 5;
	color: #333;
	background-color: #fafafa;
}
.tabPanel:focus {
	outline: 1px dotted #999;
}
.tabPanel h2 {
	display: inline-block;
}
.tabPanel h2:focus {
	outline: 1px dotted #999;
}
#tabs h2 {
	text-align: center;
}
.title-f h3 {
	line-height: 36px;
}
.site-title, .site-description {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}
.page-cookie-policy h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
.aboutus-block4 {
	float: left;
	width: 100%;
	padding: 15px;
	background: #f3f3f3;
	border-bottom: #e6e6e6 solid 1px;
}
.inner-title {
	font-size: 21px;
}
.aboutus-block4 p {
	color: #666;
	line-height: 30px;
	font-size: 18px;
	margin: 10px 0 0;
}
.tm_title {
	font-size: 16px;
}
.title-f:before, .part-section .title-f:before, .part-section-f .title-f:before {
	content: none !important;
}
.tabsList li a {
	font-size: 18px;
}
.tabPanel {
	padding: 0px;
}
.tm_image {
    margin: 15px;
}
.tabPanel h2 {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	padding-top: initial;
	text-transform: uppercase;
	display: block;
	margin: 1em 0 1em 0 !important;
}
article{
	width:815px;
	background-color:white;
	margin:50px auto;
	padding:5px 30px;
	border-radius:15px;
}
article h1{
	color:#3498db; 
	padding-bottom:15px;
	border-bottom:1px dashed #bdc3c7;
}
article a,article span{
	color:#3498db;
	text-decoration:none;
}
article .buton{
	color:white;
	position:relative;
	font-size:14px;
	left:10px;
	top:-5px;
	background-color:#3498db;
	text-decoration:none;
	padding:3px 6px;
}
article .buton:hover{
	background-color:#2980b9;
}
.tooltips {
	position: relative;
	display: inline;
}
.tooltips span {
	font:300 12px 'Open Sans', sans-serif;
	position: absolute;
	font-size: 15px;
	color: #FFFFFF;
	background: #000000;
	padding:5px 10px;
	width:320px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform .3s, opacity .6s, margin-left .2s, margin-top .2s;
}
.tooltips > span img{
	max-width:140px;
}
.tooltips[tooltip-position="top"] span{
	margin-left:10px;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.tooltips[tooltip-position="bottom"] span{
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.tooltips[tooltip-position="left"] span{
	margin-top:30px;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.tooltips[tooltip-position="right"] span{
	margin-top:30px;
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.tooltips span:after {
	content: '';
	position: absolute;
	width: 0; height: 0;
}
.tooltips[tooltip-position="top"] span:after{
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid black;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.tooltips[tooltip-position="bottom"] span:after{
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	border-bottom: 8px solid black;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.tooltips[tooltip-position="left"] span:after{
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-left: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.tooltips[tooltip-position="right"] span:after{
	top: 50%;
	right: 100%;
	margin-top: -8px;
	border-right: 8px solid black;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.tooltips:hover span {
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	filter: alpha(opacity=100);
}
.tooltips[tooltip-position="top"]:hover span{
	bottom: 30px;
	left: 50%;
	margin-left: -76px;
}
.tooltips[tooltip-position="bottom"]:hover span{
	top: 30px;
	left: 50%;
	margin-left: -76px;
}
.tooltips[tooltip-position="left"]:hover span{
	right: 100%;
	top: 50%;
	margin-top: -15px;
	margin-right: 15px;
}
.tooltips[tooltip-position="right"]:hover span{
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: 15px;
}
.tooltips[tooltip-type="primary"] > span {
	background-color:#2980b9;
}
.tooltips[tooltip-type="primary"][tooltip-position="top"] > span:after{
	border-top: 8px solid #2980b9;
}
.tooltips[tooltip-type="primary"][tooltip-position="bottom"] > span:after{
	border-bottom: 8px solid #2980b9;
}
.tooltips[tooltip-type="primary"][tooltip-position="left"] > span:after{
	border-left: 8px solid #2980b9;
}
.tooltips[tooltip-type="primary"][tooltip-position="right"] > span:after{
	border-right: 8px solid #2980b9;
}
.tooltips[tooltip-type="success"] > span {
	background-color:#27ae60;
}
.tooltips[tooltip-type="success"][tooltip-position="top"] > span:after{
	border-top: 8px solid #27ae60;
}
.tooltips[tooltip-type="success"][tooltip-position="bottom"] > span:after{
	border-bottom: 8px solid #27ae60;
}
.tooltips[tooltip-type="success"][tooltip-position="left"] > span:after{
	border-left: 8px solid #27ae60;
}
.tooltips[tooltip-type="success"][tooltip-position="right"] > span:after{
	border-right: 8px solid #27ae60;
}
.tooltips[tooltip-type="warning"] > span {
	background-color:#f39c12;
}
.tooltips[tooltip-type="warning"][tooltip-position="top"] > span:after{
	border-top: 8px solid #f39c12;
}
.tooltips[tooltip-type="warning"][tooltip-position="bottom"] > span:after{
	border-bottom: 8px solid #f39c12;
}
.tooltips[tooltip-type="warning"][tooltip-position="left"] > span:after{
	border-left: 8px solid #f39c12;
}
.tooltips[tooltip-type="warning"][tooltip-position="right"] > span:after{
	border-right: 8px solid #f39c12;
}
.tooltips[tooltip-type="danger"] > span {
	background-color:#c0392b;
}
.tooltips[tooltip-type="danger"][tooltip-position="top"] > span:after{
	border-top: 8px solid #c0392b;
}
.tooltips[tooltip-type="danger"][tooltip-position="bottom"] > span:after{
	border-bottom: 8px solid #c0392b;
}
.tooltips[tooltip-type="danger"][tooltip-position="left"] > span:after{
	border-left: 8px solid #c0392b;
}
.tooltips[tooltip-type="danger"][tooltip-position="right"] > span:after{
	border-right: 8px solid #c0392b;
}
.team-box {
	box-shadow: 5px 1px 15px #ccc;
	width: 100%;
	margin-top: 15px;
	padding: 24px 20px 24px 20px;
	margin-bottom: 25px;
	position: relative;
}
.profile-img {
	text-align: center;
	padding-top: 20px;
}
.profile-img img {
	width: 140px;
	height: auto;
}
.profile-details {
	background: #151165;
	color: #fff;
	padding: 20px 10px 20px 10px;
	text-align: center;
	box-shadow: 0px 0px 5px 2px #7c7c82;
	border-radius: 10px;
	width: 80%;
	margin: 70px auto;
}
.profile-details p {
	margin-top: 10px;
}
.Profile-bio {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 24px;
	padding: 20px 30px 20px 30px;
	opacity: 0;
	transition: all 1000ms ease;
}
.Profile-bio p {
	text-align: left;
	font-size: 14px;
	color: #fefefe;
	margin-top: 10px;
	line-height: 21px;
	letter-spacing: 0.5px;
}
.team-box:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #ed1b23db;
	opacity: 0;
	transition: all .5s ease;
	z-index: 1;
}
.team-box:hover:before {
	opacity: 1;
	height: 100%;
}
.team-box:hover .Profile-bio {
	opacity: 1;
	color: #fff;
	z-index: 2;
}
.team-box:hover .profile-img {
	opacity: 0;
}
.team-box:hover .profile-details {
	opacity: 0;
}
.Profile-bio label {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 4px;
}
#tabs {
	max-width: 100%;
	margin-top: 100px;
}