.YMapsID { height: 560px; }

.staff-block {
	padding: 10px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.16);	
	margin-bottom: 20px;
	height: 125px;
}

.staff-block img {
	border: 1px solid #e1e1e1;
}

.staff-fio {
	color: #373737;
	font: Bold 15px Calibri;
}
.tab-container {
	margin-bottom: 40px;
	position: relative;
}
.tab-container h3 {
	position: absolute;
	margin-top: 3px;
	font: Bold 28px Calibri;
	color: #000000;
	text-transform: uppercase;
}
.tab-container .nav-tabs {
	border-bottom: none;
}
.tab-container .tab-content {
	margin-top: 15px;
}

.tab-container .nav-tabs > li > a {
	border-radius: 0;
	background: #3a3a3a;
	border: none;
	color: #fff;
	font: Bold 17px Calibri;	
	text-transform: uppercase;
}
.tab-container .nav-tabs > li {
	float: right;
	margin-bottom: 0px;
}
.tab-container .nav-tabs > li > a:hover,
.tab-container .nav-tabs > li > a:focus {
	background: #e8e8e8;
	color: #3b3b3b;
	border: none;	
}

.tab-container .nav-tabs > li.active > a, 
.tab-container .nav-tabs > li.active > a:hover,
.tab-container .nav-tabs > li.active > a:focus {
	background: #e8e8e8;
	color: #3b3b3b;
	border: none;
}

.staff-dolzhnost,
.staff-telefon p {
	color: #373737;
	font: 14px Calibri;
	margin: 0;
}

.staff-email a {
	color: #005ba8;
	font: 14px Calibri;
}

@media (min-width: 768px) and (max-width: 991px) {
		
	.tab-container h3 {
		position: static;
	}
	.tab-container .nav-tabs > li { float: left; }
	.tab-container .nav > li > a {
		padding: 10px 20px;
	}
}