/**
############################################################
 _______                       _         _        
|__   __|                     | |       | |       
   | |  ___  _ __ ___   _ __  | |  __ _ | |_  ___ 
   | | / _ \| '_ ` _ \ | '_ \ | | / _` || __|/ _ \
   | ||  __/| | | | | || |_) || || (_| || |_|  __/
   |_| \___||_| |_| |_|| .__/ |_| \__,_| \__|\___|
                       | |                        
                       |_|                        

############################################################
 */
html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

/**
############################################################
__          __                                    
\ \        / /                                    
 \ \  /\  / /_ __  __ _  _ __   _ __    ___  _ __ 
  \ \/  \/ /| '__|/ _` || '_ \ | '_ \  / _ \| '__|
   \  /\  / | |  | (_| || |_) || |_) ||  __/| |   
    \/  \/  |_|   \__,_|| .__/ | .__/  \___||_|   
                        | |    | |                
                        |_|    |_|                

############################################################
 */
div#body {
	width: 100%;
	min-height: 100%;
}

div.wrapper {
}

/**
############################################################
 _    _                   _             
| |  | |                 | |            
| |__| |  ___   __ _   __| |  ___  _ __ 
|  __  | / _ \ / _` | / _` | / _ \| '__|
| |  | ||  __/| (_| || (_| ||  __/| |   
|_|  |_| \___| \__,_| \__,_| \___||_|   
                                        
############################################################
 */
div#header {
	margin: 0;
	padding: 2em 0 0 0;
}

div#header img {
}

ul#top-navigation {
	display: none;
}

/**
############################################################
 ____              _        
|  _ \            | |       
| |_) |  ___    __| | _   _ 
|  _ <  / _ \  / _` || | | |
| |_) || (_) || (_| || |_| |
|____/  \___/  \__,_| \__, |
                       __/ |
                      |___/ 

############################################################
 */
div#content {
}

/**
############################################################
 ______             _              
|  ____|           | |             
| |__  ___    ___  | |_  ___  _ __ 
|  __|/ _ \  / _ \ | __|/ _ \| '__|
| |  | (_) || (_) || |_|  __/| |   
|_|   \___/  \___/  \__|\___||_|   
                                   
############################################################
 */
div#footer {
}

div#footer hr {
	margin: 0.5em 0;
	padding: 0;
	border: none;
	height: 1px;
}

ul#sociallinks {
	display: none;
}

div#disclaimer {
	margin: 0 0 0 0;
	padding: 0;
}

ul#disclaimer-navigation {
	display: none;
}

/**
############################################################
 _   _                _                _    _               
| \ | |              (_)              | |  (_)              
|  \| |  __ _ __   __ _   __ _   __ _ | |_  _   ___   _ __  
| . ` | / _` |\ \ / /| | / _` | / _` || __|| | / _ \ | '_ \ 
| |\  || (_| | \ V / | || (_| || (_| || |_ | || (_) || | | |
|_| \_| \__,_|  \_/  |_| \__, | \__,_| \__||_| \___/ |_| |_|
                          __/ |                             
                         |___/                              

############################################################
 */
div#navigation {
	display: none;
}