﻿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;
}

.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%;
	}
}


/* */
.input_field {
	width:45%;
	margin-top:15px;
	margin-bottom:35px;
	/**/
	display:none;
}

@media all and (max-width:768px) {
	.input_field {
		width:100%;
	}
}

.input_field:before {
    content:"";
    width:18px;
    height:13px;
    display:block;
    margin-top:-13px;
    background-image:url(../img/menu-corner.svg);
    background-size:cover;
    position:absolute;
}

.input_field input {
    background-color:#1d1d1b;
    color:#FFF;
    width:100%;
    padding:10px 18px;
    resize:vertical;
    font-size:1.05em;
    font-family:'jl';
    border:0;
    box-sizing:border-box;
}

.map_container {
	margin-top:33px;
}

/* MAP TOOLS */
#find_closest {
	cursor:pointer;
	-webkit-transition:opacity 250ms ease;
	transition:opacity-color 250ms ease;
	/**/
	display:none;
}

#find_closest.disabled {
	-webkit-opacity:0.5;
	opacity:0.5;
	cursor:default;
}

/* DISTRIBUTION MAP */
#distribution_map {
	background-color:#000;
}

/* INFOWINDOW */
.infowindow {
	width:332px;
}

.infowindow .title {
	font-size:1.5em;
	border-bottom:solid 1px transparent;
	/**/
	padding-left:46px;
    background-image:url(../img/arrow.svg);
    background-position:0 5px;
    background-repeat:no-repeat;
    letter-spacing:0.125em;
    vertical-align:top;
}

.infowindow .desc {
	margin-left:42px;
	margin-top:10px;
	font-size: 1.15em;
}

.infowindow .links {
	margin-top:59px;
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:nowrap;
}

.infowindow .links .title {
	display:inline-block;
	cursor:pointer;
	-webkit-transition:border-bottom-color 250ms ease;
	transition:border-bottom-color 250ms ease;
}

.infowindow .links .title:hover {
	border-bottom-color:#000;
}

/* ITEM DETAILS */
#item_details {
	margin-bottom:50px;
}

#item_details .row {
	margin-top:25px;
}

#item_details .row:not(:first-child) {
	font-family: 'jm';
	font-weight: normal;
	color:#808080;
	font-size: 1.25em;
	margin-left:44px;
}

#item_details .row .label {
	color:#000;
	display:inline-block;
	width:36px;
}



/* HEADERS */
.header {
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	font-family:'jm';
	margin-top:16px;
}

.header .half {
	width:calc(50% - 8px);
	margin-bottom:5px;
}

.header .half.enabled {
	cursor:pointer;
}


.header .block {
	display:block;
	background-color:#B0B0B0;
	color:#000;
	/**/
	padding:25px 35px 26px 52px;
	height:98px;
	overflow:hidden;
	/**/
	-webkit-transition:all 250ms ease;
	transition:all 250ms ease;
}

.header .half.active .block,
.header .half.enabled .block:hover {
	background-color:#343430;
	color:#979797;
}

.header .block h3,
.header .block .subtitle {
	font-size:1.25em;
	/**/
	-webkit-transition:all 250ms ease;
	transition:all 250ms ease;
}

.header .half.active .block h3,
.header .half.enabled .block:hover h3 {
	color:#FFF;
}

.header .half.active .block .subtitle,
.header .half.enabled .block:hover .subtitle {
	color:#979797;
}

.header .block .subtitle {
	color:#FFF;
	font-size:1.25em;
	margin-top:1px;
}

.half.active:after {
	content:"";
    width:18px;
    height:13px;
    display:block;
    /*margin-top:-13px;*/
    background-image:url(../img/menu-corner.svg);
    background-size:cover;
    position:absolute;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity:0.9;
}

#interactive_map_part #search_title {
	margin-top:32px;
	/**/
	display:none;
}

@media all and (max-width:767px) {
	#interactive_map_part,
	#header_maps,
	#header_countries {
		display:none;
	}
}

@media all and (max-width:1024px) {

	.header {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.header .half {
		width: 100%;
	}
}