/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles // rewrite original
================================================== */
	img{ max-width: 100%; height: auto; }
	div.top-navigation-wrapper{ min-width: 0; }
	
	div.container.social-icon-container { bottom: 0px; position: absolute; left: 50%; margin-left: -480px; }


/* #CUSTOM SINTATTICA
================================================== */

.column-5{
	float: left;
	width: 17%;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	height: 80px;
	padding: 20px 10px 0px 10px;
	margin-bottom: 20px;
}


.column-5.last{
	border-right:none;
}
	
