@charset "UTF-8";
/* CSS Document */

.font {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}


html, body {
	padding:0;
	margin:0;
	}
	
a {
	color:rgba(60,60,60,1.00);
	text-decoration:none;
	}
	
/*HEADER*/	
	
div.header {
	position:fixed;
	width:100%;
	padding-top:10px;
	top:0;
	left:0;
	background-color:white;
	z-index:1000;
}

img.header {
	width:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

h1.header {
	font-size:14px;
	text-align:center;
	font-weight:200;
	margin-top:5px;
}

/*HEADER*/	

/*FOOTER*/	
div.footer {
	position:fixed;
	width:100%;
	bottom:0;
	left:0;
	background-color:white;
	z-index:1000;
	height:50px;
	}
	
p.footer {
	display:none;
	visibility:hidden;
}

img.footer {
	display:none;
	visibility:hidden;
}

img.contact {
	height:40px;
	margin-top:2px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

td.footer {
	color:white;
	font-size:0;
}

table.footer {
	width:100%;
}

/*FOOTER*/

	


/*CONTENT*/
div.container {
	margin-top:70px;
	padding:0;
	width:100%;
	height:100%;
	z-index:-1000;
}

div.thumbnails-container {
	width:100%;
	box-sizing:border-box;
	height:100%;
	overflow:scroll;
	padding-bottom:80px;
}

img.thumbnails {
	display:block;
	width:95%;
	margin-top:20px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
}

img.main-img {
	display:none;
	visibility:hidden;
}

/*CONTENT*/