/* =========================
GENERAL STYLES 
=========================*/
.centered {
	text-align: center;
}
.sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sortable li {
	float: left;
	text-align: center;
}
.eotm-name {
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
}
.eotm-position {
	text-align: center;
}
.ln-title {
	font-size: 18px;
	margin-top: 0;
}
.ln-text {
	font-size: 12px;
}
.modal-dialog {
    margin-top: 5%;
}
.title-top {
	margin-top: 0;
}


/* =========================
SECTION STYLES 
=========================*/
#hero,
#work,
#networks {
	position: relative;
}
.hero-block,
.footer-block {
	height: 390px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -195px;
}
.hero-image {
	width: auto;
	height: auto;
}
.footer-block {
	height: 180px;
	margin-top: -90px;
}
#section1 {
	background: #eceff4 url("../img/bg.png") no-repeat scroll 0 0;
}
.down-arrow {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -12px;
	width: 25px;
	height: 14px;
}