.container {

	padding: 0;

}

/************** footer **************/

footer {
	text-align: center;
	padding: 50px 0 28px;
}

/*------------------footerpriv--------------------*/

.smalllogo {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
}

p.footerpriv {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #bcbcbc;
	margin: 0;
}

p.footerpriv span {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #bcbcbc;
}

p.footerpriv img {
	margin: -2px 2px 0 2px;
}

.privacylink {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	color: #bcbcbc;
	margin: 0;
}

.privacylink:hover {
	text-decoration: none;
	color: #df664c;
}

/*------linemap-------*/

.linemap {
	position: relative;
	text-align: center;
	margin-bottom: 28px;
}

.linemap .imgmapsmall {
	position: absolute;
	left: 50%;
	margin-left: -17px;
	margin-top: -15px;
}

.linemap figure {
	position: relative;
	display: table-cell;
	white-space: nowrap;
	padding: 0 25px 0;
	z-index: 10;
}

.linemap figure img {
	position: relative;
	top: 15px;
	left: -15px;
}

.linemap .extraline1 {
	display: table-cell;
	white-space: nowrap;
	width: 50%;
	border-bottom: 1px solid #d7d7d7;
}

.linemap .extraline2 {
	display: table-cell;
	white-space: nowrap;
	width: 50%;
	border-bottom: 1px solid #d7d7d7;
}

/************** footer end **************/
