  @media (min-width: 1060px){
 
 .navbar-fixed-top{
   position:fixed;
   top: 0;
 }
 
}

@media (max-width: 1059px) {

#Logo {
	margin-left: auto;
	margin-right: auto;
	float: none;
	Display: block;
}

#Flags {
float: none;
text-align: center;
}

#Flags img {
	width: 6%;
}

#ContentWrapper {
width: 95%;
margin-left:2.5%;
margin-right:2.5%;
}

#ContentColumn {
width:96%;
}

#ExtraColumn {
width:100%;
}

/*NavBar*/
.menu{
display:none;
}
 
.mobile-menu{
	display:block;
	float: left;
	background: -moz-linear-gradient(top, #1B4456 0%, #003751 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1B4456), color-stop(100%,#003751));
	background: -o-linear-gradient(top, #1B4456 0%,#003751 100%);
	background: -ms-linear-gradient(top, #1B4456 0%,#003751 100%);
}
 
nav{
margin:0;
background:none;
}
 
.menu li{display:block;
margin:0;}
 
.menu li a {background:#ffffff;
color:#797979;
border-top:1px solid #e0e0e0;
border-left:3px solid #ffffff;}
 
.menu li a:hover, .menu li:hover > a{
background:#f0f0f0;
color:#797979;
border-left:3px solid #9CA3DA;}
 
/*level 2 and 3 - make same width as all items*/
.menu ul {
display:block;
position:relative;
top:0;
left:0;
width:100%;}
 
.menu ul ul {left:0;}
 /*End NavBar*/
 /*FOOTER*/
 /* Initially hide the GPS menu */
.menu {
    display: none;
}

/* Show the menu when 'open' class is added (for mobile) */
.menu.open {
    display: block;
}

/* Hide sub-menus by default */
.menu ul {
    display: none;
}

/* Show sub-menus when 'active' class is added */
.menu li.active > ul {
    display: block;
}
 
 #FooterWrapper {
width: 90%;
margin-left:5%;
margin-right:5%;
}

#FooterWrapper .copyright {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}

#FooterWrapper .footerlist {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
}
 
}