/* Default tab style */

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}

.tabs {

	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* Nav */
.tabs nav {
	margin-top: 10px;
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 1%;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* background-color:#949494; */
	color:#a6a6a6;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.95em;
}

.tabs nav li.tab-current a {
	color: #056dff; 
	font-weight: bold;
}
.tabs nav li.tab-current a::before {
	content: "";
	position: absolute;
	left: calc(50% - 10px);
	bottom: 0;
	width: 0;
	height: 0;
	width: 20px;
	height: 3px;
	background-color: #056dff;
	border-radius: 5px;
}
.tabs nav a:focus {
	outline: none;
}




.doctorsDepartment {

	overflow: hidden;
	margin: 0 auto 20px;
	width: 100%;
}

/* Nav */
.doctorsDepartment nav {
	text-align: center;
	overflow: hidden;
    overflow-x: scroll;
	box-sizing: border-box;
	
}

.doctorsDepartment nav ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	
}
.doctorsDepartment nav::-webkit-scrollbar {
	width: 0;
  }

.doctorsDepartment nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* background-color:#949494; */
	color:#a6a6a6;
	padding: 2% 10px;
	text-align: center;
	
	background-color: #f3f3f3;
}

.doctorsDepartment nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}

.doctorsDepartment nav a span {
	vertical-align: middle;
	font-size: 0.95em;
}

.doctorsDepartment nav li.tab-current a {
	color: #056dff; 
	font-weight: bold;
}
.doctorsDepartment nav li.tab-current a::before {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: 0;
	width: 0;
	height: 0;
	width: 30px;
	height: 3px;
	background-color: #056dff;
	border-radius: 5px;
}
.doctorsDepartment nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-upload::before {
	content: "\e68a";
}
.icon-tools::before {
	content: "\e60a";
}
.icon-plane::before {
	content: "\e625";
}
.icon-joy::before {
	content: "\e6a4";
}
.icon-plug::before {
	content: "\e69a";
}
.icon-home::before {
	content: "\e648";
}
.icon-gift::before {
	content: "\e652";
}
.icon-display::before {
	content: "\e65e";
}
.icon-date::before {
	content: "\e660";
}
.icon-config::before {
	content: "\e666";
}
.icon-coffee::before {
	content: "\e669";
}
.icon-camera::before {
	content: "\e66f";
}
.icon-box::before {
	content: "\e674";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;

	max-width: 1200px;
}

.content-wrap section.content-current {
	display: block;
}



/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

.focus_w640 .hd{ width:100%; height:11px;  position:relative; z-index:1; bottom:5px; text-align:center;  }
.focus_w640 .hd ul{ display:inline-block; height:5px; padding:3px 5px; margin-top:-2%; 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
.focus_w640 .hd ul li{ display:inline-block; width:8px; height:8px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background:#fff; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.focus_w640 .hd ul .on{ background:#2d65b0;  }

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}