/*---------------------------------------------------------------*/
/* Consman "Where" section */
/*---------------------------------------------------------------*/

#where {
    padding-bottom: 80px;
}

#where h2 {
    margin-top: 15px;
	margin-bottom: 0px;
    padding-left: 50px;
    font-weight: 300;
    font-size: 30px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 5px;
    text-align: left;
    padding-bottom: 0;
}

div.where-addresses {
	width: 50%;
	float: left;
	padding-left: 50px;
}

div.where-addresses p {
	color: black;
}

div.where-map {
	width: 50%;
	float: right;
    text-align: right;
}

div.where-address {
	padding-left: 20px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	width: auto;
}

div#where-address-consman {
	background: url("../images/where/where-separator.png") no-repeat right bottom;
	padding-bottom: 17px;
}

div#where-address-consman-border {
	width: calc(100% - 299px);
	border-bottom: 2px solid #bababa;
	margin-top: 37px;
}

div#where-address-incos {
	margin-bottom: 35px;
}

div#where-address-incos-border {
	width: auto;
	margin-top: 38px;
	border-bottom: 2px solid #bababa;
}

div.where-address h1 {
	margin-bottom: 20px;
	font-size: 26px;
	font-family: circula;
}

div.where-address p {
	margin-top: 0px;
	color: #5e5e5e;
}

div.where-address h1 span.pedix {
	font-size: 14px;
}

div.where-address a {
	text-decoration: underline;
	color: #5e5e5e;
}

@media (max-width: 720px) {
	#where {
		padding-bottom: 0px;
	}

	div.where-addresses {
		width: 100%;
		padding-left: 0px;
        margin-bottom: 50px;
	}

	div.where-map {
		width: 100%;
	}

	div.where-address h1 {
		font-size: 22px;
	}
}

img.full-width {
    max-width: 700px;
	width: 100%;
}
