
#main {
	width: 100%;
	max-width: 1910px;
	margin: -16px auto;
}
#header{
	float: left;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 20;
	color: rgba(255,255,255,1);
}	
#header img {
    display: block;
    height: auto;
	border: 4px solid #aaa;
	border-radius: 50%;
 }



#header-inner {
	width: auto; max-width:1111px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header-inner-logo {
	float: left;
	line-height: 60px;
}
#header-inner-logo-icon {
	float: left;
	height: 60px;
	width: 50px;
	font-size: 40px;
	text-align: center;
}
#header-inner-logo-text {
	float: left;
	height: 60px;
	font-size: 20px;
}
#header-inner-logo-text span {
	font-weight: 600;
}
#header-inner-nav {
	float: right;
	margin-top:5px;
}
#header-inner-nav p {
	font-size: 15px;
	color: inherit;
	text-decoration: none;
	font-weight: 400;
	padding-left: 15px;
	display: block;
	float: left;
	margin-left: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/*line-height: 20px;*/
	padding-right: 15px;
	margin-bottom: 0px;
	margin-top: 12px;
}
#header-inner-nav p:hover {
	color: rgba(255,255,255,1);
	background-color: hsla(225,13%,18%,.1);
	cursor:pointer;
}

.navbtn{display:grid; line-height: 3em;}
.navbtn-m a, .navbtn a{color: #fff; text-decoration:none;}

#headersd{display:none;}

@media (max-width: 900px) {
	#header-inner-nav {
	display: none;
}
	
}






/*------------------------
Sections
-------------------------*/
.tab1{background:transparent}

.tab1:empty, .tab:empty {display: none; padding:0;}

.tab {
	max-width: 1200px;
	height: 100%!important;
	position: relative;
	overflow: hidden;
	padding-top: 5%;
	color: #666;
	margin:0 auto;
}
.tab span img {
	float: left; width: 100%; opacity: 1;
}

.tab-button{
	float: left;
	height: 60px;
	line-height: 60px;
	background-color: #282b34;
	margin-right: 30px;
	margin-left: 30px;
}
.tab-button a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 16px;
}
.tab-button:hover .tab-button-icon{
	background-color: #0093fd;
}
.tab-button:hover .tab-button-text{
	background-color: #3D414E;
}
.tab-button-icon{
	float: left;
	height: 60px;
	width: 60px;
	text-align: center;
	background-color: #ef4a4a;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.tab-button-icon a {
	font-size: 25px;
}
.tab-button-text{
	float: left;
	height: 60px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.tab-button-text a {
	padding-left: 30px;
	padding-right: 30px;
}
.tab7 {
	/*float: left;*/
	max-width: 1200px;
	height: 100%!important;
	/*min-height: 100vh!important;*/
	position: relative;
	overflow: hidden;
	padding: 5%;
	/*background: #436577;*/
	color: #666;
	margin:0 auto;
}
.tab8{visibility:hidden;}
.tabfooter {
	/*float: left;*/
	/*max-width: 1200px;**/
	/*height: 100%!important;*/
	/*min-height: 100vh!important;*/
	
	/*overflow: hidden;*/
	padding: 5%;
	background:  rgb(125, 125, 125);
	color: rgb(185, 185, 185);
	margin:-5px auto;
}