/*<style> (only for code formatting)*/
@media only screen and (max-width: 1155px) and (min-width: 800px) {
	
	/*
	MAIN NAVIGATION
	*/
	
    body {
    	margin-top:128px;
    }
    
	header {
		position:fixed;
        height:110px !important;
	}
	
	header #logo {
		position:absolute;
        top:8px;
        left:128px;
	}
	
	header ul {
		list-style:none;
		margin:0;
		padding:0;
        position:absolute;
        bottom:6px;
        left:124px;
	}
	
	header ul li {
		display:inline;
		margin-right:16px;
		padding:8px;
	}
	
	header ul li.active,
	header ul li.active-parent {
		background:#fff;	
		border-top-left-radius:8px;
		border-top-right-radius:8px;
	}
	
	header ul li.active a, header ul li.active a:visited,
	header ul li.active-parent a, header ul li.active-parent a:visited{
		color:#3e4975;	
	}
	
	header a:hover {
		color:#ddd;	
	}
	
    
    /*
    SUBNAVIGATION
    */
	nav {
		position:fixed;
		top:110px;
	}
	
	nav ul {
		list-style:none;
		margin:0;
		padding:0;
		background-color:white;
	}
	
	nav.l ul {
		border-left:2px solid #3e4975;
		border-bottom:2px solid #3e4975;
		border-bottom-left-radius:8px;
	}
	nav.l li {
		margin-left:8px;
	}
	
	nav.r ul {
		border-right:2px solid #3e4975;
		border-bottom:2px solid #3e4975;
		border-bottom-right-radius:8px;
	}
	nav.r li {
		margin-right:8px;
		margin-left:24px;
	}
	
	nav ul li {
		display:inline-block;
		margin-right:32px;
		margin-top:16px;
		margin-bottom:8px;
	}
	
	nav a, nav a:visited {
		color:#3e4975;
		text-decoration:none;
	}
	
	nav a:hover, nav a.active {
		color:#000;	
	}
	
	/*
	THE CONTAINER
	*/
	section {
		padding:72px 128px 0;
	}
	
	
	/*
	FOOTER
	*/
	
	footer {
		background:#404045;
		color:#fff;
		height:128px;
		padding:16px 128px;	
		margin-top:32px;
		font-size:80%;
	}
	
	footer ul {
		display:none;
	}
	
	footer a, footer a:visited {
		color:#fff;
		text-decoration:none;	
	}
	
	footer a:hover {
		text-decoration:underline;	
	}
	
	/*
	BACKDROP
	*/
	
	#backdrop {
		background-size:cover !important;
		position:fixed;
		z-index:-1;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#3e4975;
	}
	
	/*
	HYPERLINKS
	*/
	
	a,a:visited {
		color:#404045;	
	}
	a:hover, a.active {
		color:#3e4975;	
	}
	
	
	/*
	PAGE ELEMENTS
	*/	
	h1, h2, h3, h4, h5, h6 {
		line-height:1.2em;
	}
	
	/*Tablet-Specific*/
	.tablethide {
		display:none;	
	}
}