/****** Show bottom img ******/
#blwrapper{
	display:inline-block;
}

#wrapper{
	
	border-top:2px solid #97cd5e;
}
	
#firstcontent{
	background-image:url('../images/headphones3.jpg');
	background-size:cover; 
	background-position:right center;
	background-repeat:no-repeat;
	height:100vh;
}

#menubutton {
	position: fixed;
	right: 0px;
	top: 4px;
	z-index:100;
	background:#97cd5e;
	display:block;
	padding:5px;
	border-radius:3px 0 0 3px;
	border-top:2px solid #97cd5e;
	border-left:2px solid #97cd5e;
	border-bottom:2px solid #97cd5e;
}

#pagelogo{
	display:none
}

.desktoplogo{
	display:none;
}

.moblogo{
	display:block;
	padding:15px 0 15px 15px;
	width:150px;
}

#menuwrapper {
	position: fixed;
	right: 37px; 
	top: 4px;
	text-align: right;
	background: #fff;
	margin: 0;
	z-index: 1000;
	display: none;
}

#altlang {
	padding: 0px;
}

#altlang a {
	color: #21558c;
	text-decoration: none;
	display:block;
	width:99px;
	float:left;
	text-align:center;
	padding:6px 0;
	 background:#fff;
	 border:1px solid #97cd5e; 
}

#altlang a:first-child{
	border-right:0;
	width:100px;
}

#altlang br{
	display:none;
}

#bg {
	max-width: 100%;
	position:absolute;
	bottom:0;
	left:0;
}

#firstcontent{
	position:relative;
}

#firstcontent p:first-child{
	font-weight:900;
}
#firstcontent p{
	text-shadow:0px 0px 2px #fff;
}

#blwrapper {
	display:block;
	display:none;
	width: 100%;
	bottom:0;
	left:0;

}

#blwrapper > img{
	width:100%;
}

#sitemenu {
	border-bottom: 1px solid #97cd5e;
	border-right: 1px solid #97cd5e;
	border-left: 1px solid #97cd5e;
	text-align: left;
	position: relative;
	width: 200px;
	float: right;
}

#sitemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sitemenu li {
	border-top: 1px solid #97cd5e;
}

#sitemenu li > a {
	font-weight: bold;
	margin: 0;
	padding: 6px 0 6px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 20px;
	background: #97cd5e;
	color: #fff;
}

#sitemenu li > ul {
	padding-left: 0px;
	background: #fff;
	display: none; 
}

#sitemenu li > ul > li > a {
	background: #fff !important;
	padding-left:25px;
	color:#97cd5e;
}


table.numtable {
	font-size: 12px;
}
.numtable th{
		font-size:12px;
}

#content {
	padding-left: 8px;
	padding-right: 5px;
	overflow-x: auto; 
}

textarea {
	width: 90%;
}

input[type="text"] {
	width: 200px;
}

#map-canvas {
	width: 300px;
	height: 200px;
}

#firstcontent {
	text-align: left;
	padding: 0;
	margin: 0;
	padding: 20px 20px 20px 20px;
	font-size: 15px;
}

#content {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 20px;
	 padding-bottom: 30px; 
	width:96%;
}

@media screen and (max-width:460px){
	.listmenu li{
		display:block;
		width:50%;
		margin-bottom:3px;
	}
}