.large-head{
	margin-top:30px;
	margin-bottom:40px;
	font-weight:900;
	text-transform:uppercase;
	padding-bottom:10px
}
.links{
	display:table;
	margin:auto;
	text-align:center;
}
.links .link a{
	display:block;
	text-align:center;
	margin-bottom:80px;
	position:relative
}
.links .link img{
	position:relative;
	margin-bottom:-5px
}
.links .link:hover img{
	opacity:0.5
}
.links .link a span{
	display:table;
	color:#555;
	font-size: 15px;
	margin:0 auto;
	padding:0 30px;
	position:absolute;
	height:30px;
	line-height:30px;
	bottom:-40px;
	left:8%;
	width:84%;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.med-light-title{
	font-size: 25px;
	font-weight: lighter;
	text-transform: uppercase;
    letter-spacing:10px
}
.large-light-title{
	font-weight:600 !important
}
.links .link a:hover span{
	background:#bd3715;
	color:#fff
}
.dark{
	background:#333
}
.dark .links .link a span{
	color:#fff
}
.light{
	background:#eee;
}
.bold{
	font-weight:900 !important;
}
.uppercase{
	text-transform:uppercase
}
.rad{
	border-radius:5px;
	font-size:22px
}
.padd-vert-80{
	padding-top:80px;
	padding-bottom:80px
}
#fowd{
	display:none !important
}
.footer{
	min-height:404px;
	background:transparent url('../images/footer.jpg') no-repeat 0 0;
	background-size:100%;
	text-align:center;
	padding-top:220px
}
.list li{
	padding:13px 0;
	font-size: 15px;
	color: #555;
	border-bottom:1px #f4f4f4 solid;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.list li:hover i{
	background:#e8522f
}
.list li:hover{
	color:#e8522f
}
.list li i{
	margin-right: 12px;
	color: #fff;
	padding: 8px;
	background: #ccc;
	border-radius: 50%;
	font-size: 11px;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;

}
.list li li{
	margin-left:40px;
	font-weight:lighter;
	font-size:13px;
	padding:3px 0;
	border-bottom:0
}