﻿
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 0;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color:#333;
	display: block;
	padding: 0 1em;
}

.tabs nav a:hover {
	color:#333;
}

.tabs nav li.tab-current a {
	color:#333;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

/* Content */
.content section {
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 100%;
	padding:5px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


.mediabox h4{
	color:#0F0F1E;
	width:100%;
	text-align:center;
}
.blue-tab{
	background:#85D9FF;
}

.gray-tab{
	background:#eee;
}

.gray-tab-b1{
	border:3px solid #e11619;
}

.gray-tab-b2{
	border:3px solid #F2631E;
}

.gray-tab-b3{
	border:3px solid #F49600;
}

.doc1-tab, 
.tab-current .doc1-tab,
.doc2-tab, 
.tab-current .doc2-tab,
.doc3-tab, 
.tab-current .doc3-tab,
.doc4-tab, 
.tab-current .doc5-tab{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.doc1-tab, 
.tab-current .doc1-tab{
	background:#B4DCFA;
}

.doc2-tab, 
.tab-current .doc2-tab{
	background:#F8D8C2;
}

.doc3-tab, 
.tab-current .doc3-tab{
	background:none;
}

.doc4-tab, 
.tab-current .doc4-tab{
	background:#EE7578;
}
.doc5-tab, 
.tab-current .doc5-tab{
	background:#F7B153;
}

.doc6-tab, 
.tab-current .doc6-tab{
	background:#ACDB66;
}

.doc7-tab, 
.tab-current .doc4-tab{
	background:#BF9AC7;
}

.doc8-tab, 
.tab-current .doc8-tab{
	background:#68BFEA;
}

.doc9-tab, 
.tab-current .doc4-tab{
	background:#73CEDB;
}


/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
	 	margin: 0 0 0 5px;
	
	}
}