@charset "utf-8";
/* CSS Document */

.tab-container {
	position: absolute;
	left:50%;
    margin-left:-545px;

}
.tab-container .etabs {
	margin: 0;
	padding: 0;
}
.etabs {
	width: 90%;
	height:auto;
	margin: 0 auto;
	text-align: right;
}
.tab-container .etabs .tab {
	display: inline-block;
	background: #009ada;
	text-align: center;
}
.tab-container .etabs .tab a {
	text-decoration: none;
	font-family: 'alegreya_sansbold' !important;
	font-size: 38px;
	min-width: 70px;
	display: block;
	padding: 0 10px;
	outline: none;
	color: #fefefe;
	height:40px;
	padding-bottom: 10px;
}
.tab-container .etabs .tab .active{
	background: #A1E1FF;
	position: relative;
		color: #334d5c;
		font-size: 49px;
line-height: 42px;
	
}
.tab-container .etabs .tab .active div{
		margin-top: 0%;
	}
.tab-container .panel-container {
	width: 1091px;
height:540px;
	margin: 0 auto;
	background: #A1E1FF;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow:
 -webkit-box-shadow: 5px 5px 2px 0px #D7D8DC;
	-moz-box-shadow: 5px 5px 2px 0px #D7D8DC;
	box-shadow: 5px 5px 2px 0px #D7D8DC;
	
}
