/******************************/
/**                          **/
/** Designed by Jonas Thiry  **/
/** http://www.jonasthiry.be **/
/** Copyright - 2013         **/
/******************************/

/* ==========================================================================
   RESET CSS
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	display: table;
	margin: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   FONTS
   ========================================================================== */



/* ==========================================================================
   BODY
   ========================================================================== */

body {
	font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position: center top;
}

.wrap {
	max-width: 980px;
	min-width: 320px;
	margin: auto;
}

strong {
	font-weight: bold;
}

/* ==========================================================================
   CSS3 TRANSITIONS & SHADOWS
   ========================================================================== */

.icon {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.transition2 {
   -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.shadow1 {
	box-shadow: 		inset 0px 0px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 0px 0px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1);
}

.shadow2 {
	box-shadow: 		0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 	0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.form input,
.form textarea,
.msg-warning {
	box-shadow: 		inset 0px 0px 20px rgba(0,0,0,0.1),1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 0px 0px 20px rgba(0,0,0,0.1),1px 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1),1px 1px 2px rgba(0,0,0,0.1);
}

.msg-error,
.msg-success {
	box-shadow: 		inset 0px 0px 20px rgba(0,0,0,0.3),1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 	inset 0px 0px 20px rgba(0,0,0,0.3),1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.3),1px 1px 2px rgba(0,0,0,0.5);
}

/* ==========================================================================
   LINKS
   ========================================================================== */

a:link,
a:visited {
	text-decoration: none;
	color: #8296B5;
}

a:hover,
a:focus {
	color: #01B5ED;
}

/* ==========================================================================
   STRUCTURE
   ========================================================================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col-320 {
	width: 320px;
	margin: 10px 0 10px 10px;
	float: left;
}

.col-640 {
	width: 640px;
	margin: 10px 10px 10px 0;
	float: left;
}

aside {
	width: 320px;
	float: right;
	margin: 10px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

nav {
	
}

nav ul {
	
}

nav li {
	
}

nav a {
	
}

nav li.active,
nav li:hover {
	
}

/* ==========================================================================
   MAIN
   ========================================================================== */

#main {
	
}

.brand {
	text-align: center;
	margin-top: 200px;
	;
	top: 0;
	left: 0;
}

.headline {
	text-align: center;
	margin-top: 30px;
	top: 0;
	left: 0;
	color: #153583;
	font-size: 30px;
	font-weight: 500;
	/*font-style: italic;*/
	line-height: 25px;
}

.logo {
	text-align: center;
	margin-top: 100px;
	max-width: 100%;
	min-width: 75%;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-size: 12px;
	text-align: center;
	color: #5b4731;
	margin-top: -20px;
	margin-bottom: 60px;
	/*color: #ffca00;*/
	/*color: #958779;*/
	color: #b9a889;
	line-height: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

p {
	font-size: 20px;
	color: #8296B5;
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.underconstruct {
	color: #8296B5;
	font-size: 18px;
	margin-top: 10px;
}
.more-info {
	color: #8296B5;
	font-size: 12px;
	margin-top: 20px;
}

.brun {
	color: #b9a889;
	font-size: 18px;
	margin-top: 10px;
}

.icon {
	opacity: 0.7;
}

.icon:hover {
	opacity: 1;
}

#block-text {
	max-width: 480px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}



/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 320px;
}

footer p {
	line-height: 16px;
	padding: 7px 10px;
	font-size: 11px;
	font-weight: bold;
}

.footer-text {
  	margin-right: auto;
  	margin-left: auto;
	font-size: 12px;
	line-height: 20px;
	margin-top: 100px;
	padding-left: 50px;
	padding-right: 50px;
}


/* ==========================================================================
   SCRIPTS
   ========================================================================== */



/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width: 980px) {



}

@media screen and (max-width: 660px) {

footer {
	position:relative;
}
.brand img {
	width:250px;
}

}