
html
{
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
}


pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu)
{
	display: none;
}


.header{
	background: #ffffff;
	line-height: 70px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
}
.header.mm-slideout
{
	position: fixed;
	top: 0;
	left: 0;
}
.header .mobilenav a
{
    display: block;
	width: 40px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 5px;
	background: center center no-repeat transparent;
	background-image:url(../rbg_05.png);
	cursor: pointer;
}


.content{
	float:right;
	height: 70px;
	width: 94%;
}
.snmlogo{
	float:left;
	width:86%;
	text-align: center;
	}

.snmlogo img{
	width:110px;
	height: 60px;
	border: 0;
	}

.smtools{
	float:right;
	margin-top: 5px;
	margin-right: 15px;
	}

.nav_language ul li{
	width: auto;
	height: 20px;
	line-height: 20px;
	}

.nav_language ul li a{
	    display:block;
		float:left;
		color: #666666;	
	height: 20px;
	line-height: 20px;
		padding-left: 3px;
		}

.nav_language ul li a:hover{
	    color:#0074bd;
		text-decoration: underline;	
		}	

	
	
.header.mm-fixed + .content
{
	background-position: 25px 55px;
}

.messages
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.messages div
{
	color: rgba( 0, 0, 0, 0.5 );
	line-height: 18px;
	padding: 10px 20px;
}
.messages .error
{
	background: rgb( 255, 225, 225 );
	border-bottom: 1px solid rgb( 255, 150, 150 );
}
.messages .warn
{
	background: rgb( 255, 255, 200 );
	border-bottom: 1px solid rgb( 200, 200, 150 );
}

html.mm-opened.mm-effect-zoom-menu body
{
	background: #f3f3f3;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-dark body
{
	 background: #333;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-black body
{
	background: #000;
}
html.mm-opened.mm-effect-zoom-menu.mm-theme-white body
{
	background: #fff;
}
html.mm-opened.mm-effect-zoom-menu .mm-page
{
	background-color: #fff;
}

.mm-menu li .fa
{
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
}
.mm-menu li[class*="mm-tile"] .fa
{
	margin: 0;
	line-height: 0;
}

.mm-menu .buttonbar-item:after
{
	content: none !important;
	display: none !important;
}


@media screen and (max-width:760px){
.content{
	float:right;
	height: 70px;
	width: 90%;
}
.nav_language ul li a.smmlan{
	    display:none;	
		}	
 }

 
 @media screen and (max-width:580px){
.snmlogo{
	width:83%;
	}
.smtools{
	margin-right: 10px;
	}	
	
 } 
  
  @media screen and (max-width:475px){
.snmlogo{
	width:78%;
	}
 } 
  
@media screen and (max-width:400px){
.content{
	width: 80%;
}	

.snmlogo{
	width:110px;
	text-align: left;
	}

	
 }  