body{
	margin: 0;
	padding: 0;
}

.tab-content-box{
	width: 100%;
	/*min-height: 1100px;*/
}
.tab-content-box-2{
	width: 100%;
	/*min-height: 750px;*/
}
.tab-tittle{
	width: 100%;height: 40px;border-bottom: 1px solid #e1d1d1;font-size: 20px;
}
.tab-content-left{
	width: 30%;height: 260px;float: left;
}
.tab-content-left>img{
	width: 100%;
}
.tab-content-right{
	width: 70%;height: 260px;float: left;
}
.tab-text{
	width: 80%;margin: auto;font-size: 20px;padding:10px 0;
}
.tab-text-info{
	width: 80%;margin: auto;font-size: 16px;padding:10px 0;
}
.tab-text-button{
	width: 100px;height: 40px;background: #375eab;border: none;outline: none;color: #fff;border-radius: 3px; display: none;
}

header{
	width: 100%;height: 600px;background-image: url(../img/banner.jpg);background-size: cover;background-position: center center;margin-top: 38px;
}









div.card-tabs-bar{
	border-bottom: 1px solid #eaecef;
}

div.card-tabs-bar a{
	padding: 5px;
	padding-bottom: 1px;
	border: 1px solid transparant;
	color: #575b66;
	text-decoration: none;
	margin-left: 5px;
	outline: none;
}

div.card-tabs-bar a:first-child{
	margin-left: 10px;
}

div.card-tabs-bar a:hover{
	text-decoration: underline;
}

div.card-tabs-bar a.active{
	border: 1px solid #eaecef;
	border-bottom: none;
	display: inline-block;
	color: black;
	font-weight: bold;
	border-radius: 4px 4px 0px 0px;
	padding-top: 6px;
	margin-bottom: -10px;
	background: #fff;
}

div.card-tabs-bar a.active:hover{
	text-decoration: none;
}

div.card-tabs-bar.titles{
	margin-top: -10px;
}

div.card-tabs-bar.titles a{
	font-size: 17px;
}

div.card-tabs-stack div[data-tab]{
	display: none;
	border-top: none;
	padding: 10px;
}

div.card-tabs-stack div[data-tab]:first-child{
	display: block;
}


/*  Blank slate */ 
div.card-tabs-bar.inset{
	border-bottom: 1px solid #e5e5e5;
		border-radius: 3px;
}

div.card-tabs-bar.inset a{
}

div.card-tabs-bar.inset a.active{
	background-color: #fafafa;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

div.card-tabs-stack.inset div[data-tab]{
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 3px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}

/*  Green gray slate */ 
div.card-tabs-bar.graygreen{
	border-bottom: 1px solid #e5e5e5;
}

div.card-tabs-bar.graygreen a{
	padding: 15px;
	border-radius: 0px;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: -2px;
	font-size: 17px;
}

div.card-tabs-bar.graygreen a.active{
	background-color: #fafafa;
	color: #375eab;
	/*border-top: 4px solid #2CC185;*/
}

div.card-tabs-stack.graygreen div[data-tab]{
	padding: 10px;
	/*background-color: #fafafa;*/
	/*border: 1px solid #e5e5e5;*/
	/*border-top: none;*/
}


/*  Wiki */ 
div.card-tabs-bar.wiki{
	border-bottom: 1px #A7D7F9 solid
	border-radius: 0px;
}

div.card-tabs-bar.wiki a:first-child{
	border-left: #A7D7F9 1px solid;
}

div.card-tabs-bar.wiki a{
	border-radius: 0px;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: -2px;
	font-size: 14px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #eaf2f8 100%);
	background: -webkit-linear-gradient(top, #fefefe 0%,#eaf2f8 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#eaf2f8 100%);
	border: #A7D7F9 1px solid;
	border-top: none;
	border-left: none;
	border-bottom: 1px #A7D7F9 solid;
}

div.card-tabs-bar.wiki a.active{
	border-top: none;
	background: white;
	border-bottom: 1px solid white;
}

div.card-tabs-stack.wiki div[data-tab]{
	padding: 10px;
	border: 1px solid #A7D7F9;
}





@media screen and (max-width: 1200px){
	.container{
		width: 1000px;
	}
}
@media screen and (max-width: 1000px){
	.container{
		width: 800px;
	}
	header{
		height: 300px;
	}
}
@media screen and (max-width: 800px){
	.container{
		width: 600px;
	}
	header{
		height: 300px;
	}
	div.card-tabs-bar.graygreen a{
		padding: 10px;
	}
}
@media screen and (max-width: 600px){
	.container{
		width: 400px;
	}
	header{
		height: 300px;
	}
	div.card-tabs-bar.graygreen a{
		padding: 5px;
		font-size: 14px;
	}
	.tab-content-left,.tab-content-right{
		text-align: center;
		width: 100%;
	}
	.tab-content-left>img{
		width: 80%;
	}
	.tab-content-left{
		height: 200px;
	}
	.tab-content-box{
		min-height: 1750px;
	}
	.tab-content-box-2{
		min-height: 1150px;
	}
}
