
/* Brochures: ever only showing one appropriate HR element based on display width */
@media (max-width: 767px) {
	.desktophr {
		display: none;
	}
}

@media (min-width: 768px) {
	.mobilehr {
		display: none;
	}
}

.brochure-thumbnail {
	margin-bottom: 10px;
}


@media (max-width: 768px) {
    .responsive-table tbody {
        max-height: 300px;
		height: auto;
    }
}

.team .contact-team .media-header.east {
	background-color: #c2d3ee;
}

.team .contact-team .media-header.north {
	background-color: #0c7cc1;
}

.team .contact-team .media-header.west {
	background-color: #91bedf;
}

.team .contact-team .media-header.southwest {
	background-color: #6fa0ce;
}	
.team .contact-team .media-header.switzerland {
	background-color: #1f5da6;
}

@media (max-width: 768px) {
	.lg-home-header {
		background-color: #eee;
	}
	
	.lg-home-header .lg-home-header-inner-bottom {
		display: block;
		position: relative;
		background-color: #eee;
		border-top: 5px solid #004494;
	}
	
	.lg-home-header-inner-bro {
		background-color: #004494;
	}

	.lg-home-header .lg-home-header-inner-bottom span {
		color: #555;
	}
	
	.lg-home-header .lg-home-header-inner-bottom span a {
		color: #004494;
	}
	
	.lg-home-header ul.rslides li {
		background-color: #eee;
	}
	
	.lg-home-header ul.rslides li > p {
		margin: 0;
		background-color: #eee;
	}
	
	.lg-home-header ul.rslides li > p > img {
		float: none;
	}
}