/*@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);*/

ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
li {
	padding:0;
	margin:0;
}
nav {
	text-align:center;
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	background:none;
}
nav ul {
	text-align:center;
}
nav ul li {
	display:inline-block;
}
nav ul li a {
	color:#333;
	display:inline-block;
	padding:1em 3em;
	text-decoration:none;
	border-bottom:2px solid #fff;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:16px;
}
nav ul li a:hover {
	color: #34B484;
}
/*styling open close menubar*/
.menubar {
    display: inline;
    position: fixed;
    left: 50%;
    top: 0px;
    margin-left: -50%;
    z-index: 999;
    width: 100%;
    background-color: #ffffff;
    height: 34px;
}
/*styling open close serverlabel*/
.serverlabel {
	/*display: inline;
	position: fixed;
	left: 50%;
	top: 4px;
	margin-left: -50%;
	z-index: 997;*/
	float:left;
	margin-left:5px;
	margin-top:4px;
	-ms-transform: translate(0%,50%);
	-webkit-transform: translate(0%,50%);
	-o-transform: translate(0%,50%);
	-moz-transform: translate(0%,50%);
	transform: translate(0%,50%);
}
	.serverlabel span {
		color: black;
		font-size: Small;
		font-weight: bold;
		padding: 5px;
		background-color: white;
		height: 30px;
		/*border: 2px solid slategrey;*/
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 3px 0;
	}

/*styling open close userlabel*/
.userlabel {
	/*display: inline;
	position: fixed;
	right: 50%;
	top: 4px;
	margin-right: -50%;
	z-index: 997;*/
	float:right;
	margin-right:5px;
	margin-top:9px;
	/*-ms-transform: translate(0%,50%);
	-webkit-transform: translate(0%,50%);
	-o-transform: translate(0%,50%);
	-moz-transform: translate(0%,50%);
	transform: translate(0%,50%);*/
}
	.userlabel input[type=image] {
		width: 16px;
		height: 16px;
		margin: 0 5px;
		transition-property: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-webkit-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
	}
		.userlabel input[type=image]:hover {
			filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate( 160deg ) brightness(110%) contrast(50%);
		}
	.userlabel span {
		color: black;
		font-size: Small;
		font-weight: bold;
		padding: 5px;
		background-color: white;
		height: 30px;
		border: 2px solid slategrey;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin: 3px 0;
	}
	.userlabel a {
		color: black;
		font-size: Small;
		font-weight: bold;
		text-decoration: none;
		margin-right: 8px;
		padding: 5px;
		background-color: white;
		height: 30px;
		border: 2px solid slategrey;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor: pointer;
		margin: 3px 0;
	}
		.userlabel a:hover {
			background-color: darkslategrey;
			color: white;
		}

/*styling open close helpbutton*/
.helpbutton {
    display: inline;
    position: fixed;
    left: 50%;
    top: 0px;
    margin-left: 50%;
    z-index: 997;
    font-size: 30px;
    -ms-transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.helpbutton a {
    text-decoration: none;
}
.btn-help:after {
    color: #999;
    content: "\f29c";
    font-family: "FontAwesome";
    transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.btn-help:hover:after {
    color: #34B484;
}
/*styling open close menubutton*/
.menubutton {
	/*display: inline;
    position: fixed;
    left: 50%;
    top: 0px;
    z-index: 999;*/
	float: right;
	margin-right: 5px;
	margin-top: 9px;
	/*font-size: 30px;
    -ms-transform: translate(0%,50%);
    -webkit-transform: translate(0%,50%);
    -o-transform: translate(0%,50%);
    -moz-transform: translate(0%,50%);
    transform: translate(0%,50%);*/
}
	.menubutton input[type=image] {
		width: 16px;
		height: 16px;
		margin: 0 5px;
		transition-property: all .2s linear 0s;
		-moz-transition: all .2s linear 0s;
		-webkit-transition: all .2s linear 0s;
		-o-transition: all .2s linear 0s;
	}
		.menubutton input[type=image]:hover {
			filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate( 160deg ) brightness(110%) contrast(50%);
		}
	.menubutton a {
		text-decoration: none;
	}

.btn-open:after {
	color:#999;
	content:"\f078";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#34B484;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
	color: #34B484;
}
/*overlay*/
.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    /*overflow: overlay;*/
    overflow-y: scroll;
    z-index: 998;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:960px;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:25px 0px 25px;
}
.wrap ul.wrap-nav li {
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	width:17%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#34B484;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:10px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#34B484;
}
.social {
	font-size:25px;
	padding:20px;
}
.social p {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
}
.social p a {
	color:#34B484;
	text-decoration:none;
	margin:0;
	padding:0;
}
.social-icon {
	width:80px;
	height:50px;
	background:#e9e9e9;
	color:#333;
	display:inline-block;
	margin:0 20px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.social-icon:hover {
	background:#34B484;
	color:#f0f0f0;
}
.social-icon i {
	margin-top:12px;
}
@media screen and (max-width:48em) {
	.wrap ul.wrap-nav>li {
		width:100% !important;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
	.social {
		color:#c1c1c1;
		font-size:25px;
		padding:15px 0;
	}
	.social-icon {
		width:100%;
		height:50px;
		background:#fff;
		color:#333;
		display:block;
		margin:5px 0;
	}
}
.content {
	width:100%;
	margin-top:200px;
	font-size:20px;
	color:#333;
	text-align: center;
}

/* */
.icon:before {
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    margin-right: 0.6em;
    -webkit-font-smoothing: antialiased;
}

.wrap ul.wrap-nav li span {
    display: block;
    padding: 8px 0;
}

.wrap ul.wrap-nav li .btn-lang a {
    display: inline-block;
}

.wrap ul.wrap-nav li .btn-lang span {
    display: inline-block;
}

.scroller {
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100% - 34px);
	margin-top: 34px;
	padding: 0 5px;
}

.scroller,
.scroller-inner {
    position: relative;
}

.scroller-inner {
    margin-top: 5px;
}

.scroll-x {
    overflow-x: hidden;
}

/*/////////////////////// Server Buttons /////////////////////////////////*/
.serverbutton {
	background-color: lightslategray;
	height: 33px;
	width: 360px;
	font-size: 10pt;
	color: white;
	cursor: pointer;
	padding: 0 7px;
	border: none;
	border-radius: 0;
}

	.serverbutton:hover {
		background-color: dimgray;
	}

	.serverbutton:disabled {
		background-color: #999999 !important;
		cursor: default !important;
	}

/*/////////////////////// User Buttons /////////////////////////////////*/
.userbutton {
	background-color: cadetblue;
	height: 33px;
	width: 360px;
	font-size: 10pt;
	color: white;
	cursor: pointer;
	padding: 0 7px;
	border: none;
	border-radius: 0;
}

	.userbutton:hover {
		background-color: darkcyan;
	}

	.userbutton:disabled {
		background-color: #999999 !important;
		cursor: default !important;
	}