.C {
	height: auto;
}

.C a {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

.C a:hover {
	text-decoration: underline;
}

.C h2 {
	line-height: 3.4rem;
    margin-bottom: 1.0rem;
}

/* Vasen palsta */

.C .content-column {
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
	width:80%;
}

		.C .content-column p {
			margin-bottom: 10px;
		}

.C #google-maps-my-location {
	color: #fff;
	cursor: pointer;
}

.C #google-maps-search .input-container {
	position: relative;
	margin: 0 auto 15px auto;
	width: 75%;
	height: 43px;
}

.C #google-maps-search input {
	border: 0;
	border-radius: 2px;
	font-size: 15px;
	font-size: 1.5rem;
	position: absolute;
		top: 0;
		left: 0;

	height: 43px;
    color: #1e2a32;
    padding: 7px 35px 9px 16px;
    width: 100%;
}

.C #google-maps-search button {
	background: none;
	border: 0;
	color: #656565;
	cursor: pointer;
	font-size: 20px;
	font-size: 2.0rem;
	position: absolute;
		top: 10px;
		right: 10px;
	outline: 0;
}

/* Oikea palsta */

.C #google-maps-container {
	position: relative;
	width: 100%;
	height: 400px;
}

.C #google-maps-container:after {
	content: '';
	display: none;
	padding-bottom: 56.25%;
}

.C #google-maps {
	position: static;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}

	@media screen and (max-width: 768px) {

		.C #google-maps-container {
			position: relative;
		}

		.C #google-maps-container:after {
			content: '';
			display: block;
			padding-bottom: 56.25%;
		}

		.C #google-maps {
			position: absolute;
				top: 0;
				left: 0;
			width: 100%;
			height: 100%;
		}

	}

/* Sossu media jakohommelit */

.C2 {
	background-color: #00a0f0;
	height: auto;
	box-shadow: 1em 0 3em 2em rgba(0, 0, 0, .1);
}

.C2 a {
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

.C2 .social-media-share-container {
	height: 60px;
	text-align: center;
}

.C2 .social-media-share p {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 15px;
	line-height: 60px;
}

.C2 .social-media-share a {
	font-size: 19px;
	font-size: 1.9rem;
	padding: 0 15px;
	line-height: 60px;
	opacity: 1.0;
}
.C2 .social-media-share a:hover {
	opacity: 0.8;
	text-decoration: none;
}
