#implantations {
	max-width: 1150px;
	padding-bottom: 50px;
}

#map {
	padding-top: 10px;
}

#info {
	width: 510px;
	background-color: #08adea;
	overflow: scroll;
	height: 600px;
	float: left;
}

#info-content {
	padding: 30px 30px 0;
	height: 232px;
	overflow: scroll;
}

#info.info-no-image #info-content {
	padding-top: 70px;
	height: auto;
}

#info.info-no-image .col-md-6 {
	float: none;
	width: auto;
}

#info h3 {
	font-family: 'museo_sans500', Arial, serif;
	font-size: 25px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
	padding-bottom: 4px;
	line-height: 1.2em;
	text-transform: uppercase;
}

#info p {
	font-family: 'museo_sans300', Arial, serif;
	font-size: 18px;
	color: #fff;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#info.info-no-image p {
	margin-bottom: 28px;
}

#close-info {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: block;
	width: 23px;
	height: 38px;
	background: url(../img/implantations/arrow-right.png) 2px 0 no-repeat;
	-webkit-transition: background-position .15s, opacity .15s;
	-moz-transition: background-position .15s, opacity .15s;
	-o-transition: background-position .15s, opacity .15s;
	transition: background-position .15s, opacity .15s;
}

#close-info.open {
	background: url(../img/implantations/arrow-left.png) 2px 0 no-repeat;
}

#close-info:hover {
	background-position: 4px 0;
}

#close-info.open:hover {
	background-position: 0 0;
}

#map-container {
	max-width: 775px;
	height: 600px;
	position: relative;
	z-index: 30;
	overflow: hidden;
	background: #1f596f;
	margin: 0 auto 20px;
}

#map-container.only-map {
	max-width: 1120px;
}

#map-area {
	width: 100%;
	height: 100%;
}

.map-info-window {
	font-family: 'Roboto', Arial, serif;
	font-size: 15px;
	color: #207492;
}

.map-info-window h1 {
	font-family: 'Roboto', Arial, serif;
	font-size: 18px;
	font-weight: 300;
	margin-top: 0;
}

.map-info-window p {
	margin-bottom: 0;
}

.sharebar {
	float: right;
}

.sharebar-popin {
	left: auto;
	right: 27px;
	padding-right: 5px;
}

#categories .col {
	margin-bottom: 50px;
}

#categories h3,
#categories h4,
#categories h5,
#categories a {
	font-family: 'museo_sans500', Arial, serif;
	color: #1e6e93;
}

#categories h3,
#categories h4 {
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0;
}

#categories h3 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#categories h3 img {
	padding-bottom: 5px;
}

#categories h4 {
	font-size: 25px;
	border-bottom: 1px solid #1e6e93;
	max-width: 80%;
	padding-bottom: 4px;
}

#categories,
#categories h5 {
	line-height: 1.3em;
}

#categories h5,
#categories a {
	font-size: 18px;
}

#categories h5 {
	margin: 18px 0 0;
}

#categories .location-pre,
#categories .location-post a {
	font-family: 'museo_sans100', Arial, serif;
}

#categories .location-pre {
	float: left;
}

#categories .location-post {
	margin-left: 25px;
	margin-bottom: 5px;
	line-height: 1.1em;
}

/**************/
/* Responsive */

@media (max-width: 1199px) {
	#info .col-left {
		display: none;
	}
	#info .col-right {
		margin-right: 0;
	}
	#info,
	#map-container {
		height: 557px;
	}
	#info {
		width: 450px;
	}
	#info h3 {
		font-size: 20px;
	}
	#info p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#categories h3 {
		font-size: 28px;
	}
	#categories h4 {
		font-size: 22px;
	}
	#categories h5 {
		font-size: 16px;
	}
	#categories a {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	#map-container {
		height: 375px;
	}
	#info {
		width: 250px;
		height: auto;
	}
	#info-content,
	#info.info-no-image #info-content {
		padding: 20px 15px;
		height: auto;
	}
	#info .info-image {
		display: none;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
	#info {
		max-width: 215px;
	}
	#info h3 {
		font-size: 18px;
	}
	#info p,
	#info.info-no-image p {
		font-size: 15px;
		margin-bottom: 15px;
	}
	#categories h3 {
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	#map-container {
/*		height: 300px;*/
		margin-bottom: 30px;
	}
	#info {
		max-width: none;
		width: auto;
		height: auto;
		float: none;
	}
	#categories h3 {
		font-size: 24px;
	}
	#categories h4 {
		font-size: 20px;
	}
	#categories h5 {
		font-size: 16px;
	}
	#categories a {
		font-size: 12px;
	}
}
