@charset "utf-8";
/* CSS Document */

.footw {
	position:fixed;
	bottom:0;
	width:100%;
	left:0;
	background-color:#FFF;
	opacity:.9;
	text-align:center;
	display:block;
}

@media screen and (max-width:320px){
.footw {font-size:.6em;}
}

@media screen and (min-width: 320px) { 
.footw li{
	display: inline-block;
	font-size: .6em;
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;	}
	
.footw li a{
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #000;
	text-rendering: optimizelegibility;
	padding: 0 .25em 0 .25em;
	text-decoration: none;
}
.footw li a:hover{
	color: #600;
}
	
.footw{
	width:100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left:0;
	line-height: 50px;
	}	
}

@media screen and (min-width: 500px) { 
.footw li{
	display: inline-block;
	font-size: .6em;
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	}
	
.footw li a{
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 300;
	color: #000;
	text-rendering: optimizelegibility;
	padding: 0 .5em 0 .5em;
	text-decoration: none;
}
.footw li a:hover{
	color: #600;
}
	
.footw{
	width:100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left:0;
	line-height: 50px;
	}	
}

@media screen and (min-width: 700px) { 
.footw li{
	display: inline-block;
	font-size: .6em;
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	}
	
.footw li a{
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	font-size: 2.25em;
	font-weight: 300;
	color: #000;
	text-rendering: optimizelegibility;
	padding: 0 .5em 0 .5em;
	text-decoration: none;
}
.footw li a:hover{
	color: #600;
}
	
.footw{
	width:100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left:0;
	line-height: 50px;
	}	
}

@media screen and (min-width: 1100px) { 
.footw li{
	display: inline-block;
	font-size: .75em;
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	}
	
.footw li a{
	font-family: proxima-nova, "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
	font-size: 3em;
	font-weight: 300;
	color: #000;
	text-rendering: optimizelegibility;
	padding: 0 .75em 0 .75em;
	text-decoration: none;
}
.footw li a:hover{
	color: #600;
}
	
.footw{
	width:100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left:0;
	line-height: 50px;
	}	
}

