/* 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;

	vertical-align: baseline;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/*  */
html, body {
    height: 100%;

	font-family: 'Exo', sans-serif;
}

body {
    padding: 25px;
}

p {
	margin: 10px 0
}

h1, h2, h3, h4 {
	margin: 25px 0 10px;
}

h1 {
	font-size: 26px;
	font-weight: 600
}

h2 {
	font-size: 24px;
	font-weight: 600
}

h3 {
	font-size: 20px;
	font-weight: 600
}

h4 {
	font-size: 18px;
	font-weight: 400
}

a {
	color: black;
	text-decoration: none;
}
	a:hover {
		color: gray;
	}

textarea, input {
	width: 93%;
	margin: 5px 0;
	padding: 5px
}

.ibox-content:hover .ibox-footer {
    display: block
}

.ibox-content:hover {
	cursor:pointer;
}

.ibox-footer {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px 5px;
	line-height: 23px;
	background: rgba(255, 255, 255, 0.6);
}

.grid .ibox {
	margin-bottom: 0;
}

.grid-item {
	margin-bottom: 25px;
	width: 371px;
	text-align: justify;
}

#page {
	position: relative;
    background-color: white;
    width: 100%;

    margin-bottom: 25px;
    padding: 25px 25px 100px;
    
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#content {
	max-width: 1320px;
	margin: 0 auto;

	padding-left:  4.5455%;
	padding-right:  4.5455%;
}

header {
	padding-top: 5.25em;
	padding-bottom: 5.25em;
}

header h1 {
	float: left;
	margin: 0
}

header > nav {
	float: right;
	list-style: none;

	line-height: 26px;
}

header > nav > li {
	float: left;
	padding: 0 0 0 25px;
}

footer {
	position: absolute;
	bottom: 0;
	
	max-width: 1320px;
	margin: 0 auto;
	left: 0;
	right: 0;

	padding: 35px 4.5455%;
}

#contactForm {
	float: left;
	width: 33%
}

#contactInfo {
	float: right;
	width: 33%
}
