﻿hr {
	height:1px;
	background-color:#c7c7c7;
}

.text {
	margin-top:55px;
	text-align:center;
	/**/
	margin:55px auto 0 auto;
}

.text h1 {
	display:inline-block;
	margin-bottom:1em;
}

.text .subtitle {
	color:#000;
}

.embed {
	margin-top:2em;
}

@media all and (max-width:768px) {
	.embed {
		margin-top:4em;
	}
}

.embed iframe {
	width:100%;
	height:100%;
}

.google_maps_url {
	text-align:right;
	margin-top:1em;
}


/* DISTRIBUTION */
.textual {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	/**/
	margin-top:2em;
}

.textual .column {
	width:30%;
}

.arrow_title:hover span {
    border-bottom-color:transparent;
}

.textual .column .title .specs {
	color:#808080;
}

.textual .column ul,
.textual .column.level3 .region_name {
	margin-top:32px;
}

.textual .column ul li {
	margin-bottom:0.5em;
}

.textual .column.level3 ul li {
	margin-bottom:3.5em;
}

.textual .column.level3 ul li .type {
	font-family:jm;
}

.textual .column ul li a span {
	color:#808080;
}

.textual .column ul li:hover a span {
	color:#000;
}

.textual .column ul li.selected a span {
	color:#000;
	border-bottom-color:#000;
}

.textual .column ul .level2_inner {
	margin-left:20px;
}

/*.textual .column.level3 .region_name {
	margin-top:1em;
}*/

@media all and (max-width:767px) {
	.textual {
		flex-direction:column;
	}

	.textual .column {
		margin-bottom:2em;
		width:100%;
	}
}