/*
 * L&W Compressors Style Sheet
 */

body {
	color: #787878;
	background-color: white;
	margin-top: 0;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Rajdhani, Helvetica, Arial, sans-serif;
	font-weight: 500;
}

/* Big heading, always green */
h1, .h1 {
	color: #006b4f;
	font-size: 30px;
}

/* Big heading, grey with green parts */
h2, .h2 {
	font-size: 30px;
}

/* Heading medium size, green */
h3, .h3 {
	color: #006b4f;
	font-size: 24px;
}

/* Sub-heading to big heading, grey */
h4, .h4 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

/* Heading in product text with normal text size and big margin */
h5, .h5 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: inherit;
	margin-top: 30px;
	margin-bottom: 0;
}

/* Heading in content slightly bigger and black */
h6, .h6 {
	color: black;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

/* Heading in content text with normal text size */
h6.sub-heading {
	color: inherit;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
}

a, a:hover, a:focus, a:active {
	color: #787878;
}

/* Global form control colors */

.form-control:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(175, 175, 175, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(175, 175, 175, 0.6);
}

/* Against explicit advice... */
:focus {
	outline: none;
}

/* Page Head Navigation */
/**************************************/

.region-head-navigation {
	/* Bootstrap sets box-sizing to border-box, so we add border width to content height. */
	/* box-sizing: border-box; */
	height: 45px;
	color: white;
	background-color: black;
	border-style: solid;
	border-color: #006b4f;
	border-width: 5px 0 0 0;
}

.head-info {
	line-height: 36px;
}

.head-info a {
	color: white;
}

.head-info ul.links {
	margin: 0;
}

.head-info ul.links li + li {
	padding-left: 0;
}

.head-info ul.links li + li::before {
	content: '|';
	padding-right: 5px;
}

.head-info .block-language ul.links {
	margin-left: 16px;
}

.head-info nav {
	float: right;
	font-size: 12px;
	font-weight: 700;
}

.head-info .block-language {
	float: right;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.block-language a.language-link {
	color: transparent;

	background-repeat: no-repeat;
	background-position: center;

	padding: 3px 5px;
	/* padding: 3px 9px; */
}

.block-language a.language-link[hreflang='de'] {
	background-image: url("../images/DE.21x14.png");
	/* background-image: url("../images/Flag_of_Germany.30x18.flare.png"); */
}

.block-language a.language-link[hreflang='en'] {
	background-image: url("../images/GB.21x14.png");
	/* background-image: url("../images/Flag_of_the_United_Kingdom.30x18.png"); */
}

/* Logo */
/**************************************/

#navbar a.logo {
	position: absolute;
	top: -40px;
	padding: 5px 10px 7px 10px;
	margin-top: 0;
	background-color: white;
	-webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.2);
	transition: all 0.5s ease-out;
}

#navbar a.logo img {
	max-height: 120px;
	transition: all 0.5s ease-out;
}

#navbar.navbar-fixed-top a.logo {
	top: 0;
}

#navbar.navbar-fixed-top a.logo img {
	max-height: 75px;
}

/* Navigation */
/**************************************/

#navbar ul.navbar-nav li.active > a,
#navbar ul.navbar-nav li > a.is-active {
	color: #006b4f !important;
	background-color: inherit;
}

#navbar .dropdown-menu > li > a:focus,
#navbar .dropdown-menu > li.active > a:focus {
	background-color: inherit;
}

#navbar .navbar-nav > li > a:hover {
	color: #006b4f;
}

#navbar .dropdown-menu > li > a:hover,
#navbar .dropdown-menu > li.active > a:hover {
	color: #696969;
	background-color: #f2f2f2;
}

.caret-right-button {
	color: #777;
	width: 32px;
	height: 34px;
	font-size: 24px;
	text-align: center;
	line-height: 1.3;

	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	#navbar a.logo img {
		max-height: 75px;
	}

	.caret-right-button {
		color: transparent;
		padding: 3px 4px 3px 4px;
	}

	.caret-right-button::before {
		content: '+';
		color: #777;
	}

	#navbar .navbar-nav .dropdown-menu {
		padding: 0;
	}

	#navbar .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 15px 10px 35px;
	}

	#navbar .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li > a {
		padding: 10px 15px 10px 55px;
	}

	#navbar .dropdown-menu > li > a:hover,
	#navbar .dropdown-menu > li.active > a:hover {
		color: #606060;
		background-color: #e0e0e0;
	}

	#navbar .navbar-nav .open > a,
	#navbar .navbar-nav .open.active > a,
	#navbar .navbar-nav .open > a:focus {
		background-color: #eee;
	}
}

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

#navbar {
	height: 105px;
	padding: 0;
	border: none;
	margin-bottom: 0;
	background-color: white;
}

#navbar-collapse {
	padding: 0;
}

.navbar-fixed-top {
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#navbar ul.navbar-nav {
	float: right;
	margin-top: 25px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

#navbar ul.navbar-nav > li + li::before {
	content: '';
	height: 22px;
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 10;
	border-left: 1px solid #787878;
}

#navbar .navbar-nav .open > a {
	background-color: transparent;
}

#navbar ul.navbar-nav ul {
	font-size: 12px;
	font-weight: 400;
}

#navbar ul.navbar-nav ul.dropdown-menu {
	padding: 0;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
}

#navbar ul.dropdown-menu.menuVisible {
	display: block;
}

#navbar ul.navbar-nav ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: -2px;
}

#navbar .dropdown-menu > li > a {
	color: #787878;
	clear: left;
	padding: 8px 32px 8px 12px;
	border-top: 1px solid #f0f0f0;
}

} /* End of Media Query min-width: 768px */

/* Secondary Navigation in Sidebar */
/**************************************/

ul.secondary-nav > li {
	font-size: 13px;
	text-transform: uppercase;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

ul.secondary-nav > li + li {
	border-top: none;
}

ul.secondary-nav ul {
	float: none;
	position: inherit;
	z-index: inherit;
	padding: 0;
	border: none;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

ul.secondary-nav ul.dropdown-menu {
	min-width: 152px;
}

ul.secondary-nav li a:hover,
ul.secondary-nav ul.dropdown-menu li a:hover {
	background-color: #f0f0f0;
}

ul.secondary-nav ul.dropdown-menu li {
	font-size: 13px;
	text-transform: none;
	background-color: #f8f8f8;
	border-top: 1px solid #cccccc;
}

ul.secondary-nav ul.dropdown-menu li a {
	color: inherit;
	font-weight: inherit;
}

ul.secondary-nav li a {
	padding: 10px 16px;
}

ul.secondary-nav > li.active > a {
	font-weight: 700;
}

ul.secondary-nav ul.dropdown-menu li a.is-active {
	color: #006b4f;
}

/* Page Top Arrow */
/**************************************/

#page-top-reference {
	color: white;
	background-color: #787878;
	font-size: 32px;

	display: block;
	opacity: 0.0;

	position: fixed;
	bottom: -44px;
	right: 12px;
	z-index: 101;
	width: 40px;
	height: 40px;
	border-radius: 100%;

	transition: all 1.0s ease-in-out;
}

#page-top-reference.reference-active {
	opacity: 0.5;
	bottom: 12px;
}

#page-top-reference.reference-active:focus {
	text-decoration: none;
}

#page-top-reference.reference-active:hover {
	text-decoration: none;
	opacity: 1.0;
}

/* Breadcrumbs */
/**************************************/

.page-pre-head-block {
	background-color: #f2f2f2;
}

.breadcrumb-bar {
}

.breadcrumb,
.subgroup-navigation {
	float: right;
	color: #787878;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
	font-family: Rajdhani, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 34px; /* 34 + padding = 50 */
}

.breadcrumb > li + li::before {
	content: '|';
	padding: 0 5px;
}

.subgroup-navigation {
	list-style: none outside none;
	padding: 8px 15px;
	margin-top: 45px;
}

.subgroup-navigation > li {
	display: inline-block;
}

.subgroup-navigation > li + li::before {
	content: '|';
	padding: 0 8px;
}

a.subgroup-link.active-subgroup {
	color: #006b4f;
}

.views-row {
	opacity: 1.0;
	transition: all 1.0s ease-out;
}

.views-row.disabled-subgroup {
	width: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0.0;
}

/* Page Head */
/**************************************/

.page-head-block,
.page-map-block {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 26px;
}

.page-head-block .region-header {
	margin-top: 20px;
}

.page-header {
	font-weight: 700;
	border: none;
	padding-bottom: 0;
	margin-top: 45px;
	margin-bottom: 0;
}

/* FlexSlider */
/**************************************/

.flexslider {
	border: none;
}

.flex-control-nav {
	bottom: 0;
}

.flex-direction-nav a::before {
	position: relative;
	top: 5px;
	font-size: 30px;
	line-height: 1.0;
}

.flex-direction-nav a.flex-prev::before {
	left: 10px;
}

.flex-direction-nav a.flex-next::before {
	right: 10px;
}

.flex-direction-nav a {
	background-color: rgba(255, 255, 255, 0.7);
	height: 36px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
}

.banner,
.carousel {
	overflow: hidden;
}

/* PrettyPhoto */
/**************************************/

div.pp_default .pp_description {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-align: center;
}

/* Page Main Content */
/**************************************/

.container .row img {
	max-width: 100%;
}

.container .row table img {
	max-width: inherit;
}

.main-container .table > thead > tr > th {
	color: white;
	background-color: #006b4f;
	border-bottom: none;
}

.main-container .table > tbody {
	border-bottom: 1px solid #ddd;
}

ul.product-list {
	list-style: none none outside;
	padding-left: 13px;
}

ul.product-list li::before {
	content: '»';
	display: inline-block;
	position: absolute;
	margin-left: -14px;
	margin-top: -5px;
	color: #006b4f;
	font-size: 18px;
}

ul.product-list li {
	/* line-height: 1.5; */
}

.table {
	margin-top: 15px;
}

.table-hover > tbody > tr:hover {
    background-color: #f0f0f0;
}

.table-bordered {
	border-left: 0 none;
	border-right: 0 none;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-left: 0 none;
}

.table-bordered > thead > tr > th:last-child,
.table-bordered > tbody > tr > th:last-child,
.table-bordered > tfoot > tr > th:last-child,
.table-bordered > thead > tr > td:last-child,
.table-bordered > tbody > tr > td:last-child,
.table-bordered > tfoot > tr > td:last-child {
	border-right: 0 none;
}

.table-center > thead > tr > th,
.table-center > tbody > tr > th,
.table-center > tfoot > tr > th,
.table-center > thead > tr > td,
.table-center > tbody > tr > td,
.table-center > tfoot > tr > td {
	text-align: center;
}

.table-center > thead > tr > th:first-child,
.table-center > tbody > tr > th:first-child,
.table-center > tfoot > tr > th:first-child,
.table-center > thead > tr > td:first-child,
.table-center > tbody > tr > td:first-child,
.table-center > tfoot > tr > td:first-child {
	text-align: left;
}

.field--name-field-product-images {
	margin-bottom: 24px;
}

.field--name-field-product-images .field--item {
	margin-bottom: 12px;
}

.slide-label,
.product-slide-label {
	background-color: #e9e9e9;
	font-size: 13px;
	text-align: center;
	padding: 4px;
}

.file {
	display: table;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

.file-icon,
.file-link,
.file-size {
	display: table-cell;
	vertical-align: middle;
}

.file > span {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: inherit;
}

.file > span:last-child {
	border-right: 1px solid #ccc;
}

.field--item + .field--item .file > span {
	border-top: none;
}

.file-icon {
	padding: .25em .5em;
	text-align: center;
}

.file-link {
	width: 100%;
	padding: 0 .5em;
}

.field--name-field-product-files .field--label {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

span.file--application-pdf span.icon::before {
	content: url('../pdf.png');
}

.file-size {
	display: none;
}

/* Page Main Content from Editor */
/**************************************/

section.content-full-page img {
	max-width: 100%;
}

.image-preview {
	margin-bottom: 16px;
}

.image-preview img {
	width: 100%;
}

.text-over-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 8px 24px;
	opacity: 0.0;
	transition: opacity 0.5s ease-out;
}

.text-over-image:hover {
	opacity: 1.0;
}

.centered-separator {
	border-color: #006b4f;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.more-info-link {
	margin-top: 12px;
}

.more-info-link a {
	display: inline-block;
	color: white;
	background-color: #006b4f;
	padding: 5px 12px;
}

.more-info-link a:hover,
.more-info-link a:focus {
	color: white;
	background-color: #008048;
	text-decoration: none;
}

.header-beam {
	background-color: #f2f2f2;
	margin-top: 32px;
	margin-bottom: 32px;
}

.header-beam h1 {
	margin-top: 48px;
	margin-bottom: 48px;
}

.flex-row {
	display: flex;
}

.flex-row > div {
	align-items: stretch;
}

.align-bottom {
	position: absolute;
	bottom: 0;
}

/* Views */
/**************************************/

.split-title {
	color: #787878;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.split-title span {
	color: #006b4f;
	font-weight: 700;
}

.preview-box {
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 48px;
}

.labelled-image {
	background-color: #eeeeee;
	position: relative;
	/* z-index: -10; */ /* Link not clickable with negative z-index! */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.labelled-image a {
	display: block;
}

.labelled-image img {
	margin-left: auto;
	margin-right: auto;
}

.preview-text-box {
	padding: 12px;
}

.views-field-field-new-product {
	position: absolute;
}

.views-field-field-new-product .field-content {
	color: white;
	background-color: #fd0500;
	padding: 1px 7px;
}

.views-field-field-new-product .field-content:empty {
	display: none;
}

.image-tag-top-left {
	position: absolute;
	color: white;
	background-color: #fd0500;
	padding: 1px 7px;
}

.views-field-field-image-text {
	position: absolute;
	right: 0;
	bottom: 0;
}

.views-field-field-image-text .field-content {
	color: white;
	background-color: #006b4f;
	padding: 1px 7px;
}

.views-field-field-image-text .field-content:empty {
	display: none;
}

.image-tag-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	background-color: #006b4f;
	padding: 1px 7px;
}

.preview-text-box h3 {
	font-size: 18px;
	font-weight: 700;
}

.preview-text-box h3 a:hover,
.preview-text-box h3 a:focus {
	text-decoration: none;
}

.title-separator,
.preview-title-separator {
	border-color: #006b4f;
	width: 75%;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.views-field-field-product-data-short {
	/* font-size: 12px; */
}

.views-field-field-product-data-short table td:first-child {
	padding-right: 6px;
}

.detail-link {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.detail-link a {
	color: white;
	background-color: #006b4f;
	padding: 5px 12px;
}

.detail-link a:hover, .detail-link a:focus {
	background-color: #008048;
	text-decoration: none;
}

.views-field-field-motor-type, .views-field-field-category {
	display: none;
}

/* Contact Forms */
/**************************************/

.contact-form .row > div {
	margin-bottom: 12px;
}

.contact-form .form-required::after {
	content: '*';
	background-image: none;
	width: auto;
	height: auto;
	position: relative;
	left: 2px;
	top: 2px;
}

.contact-form #edit-field-name-prefix-wrapper label,
.contact-form #edit-field-surname-wrapper label,
.contact-form #edit-field-fax-wrapper label,
.contact-form #edit-field-name-prefix-en-wrapper label,
.contact-form #edit-field-surname-en-wrapper label,
.contact-form #edit-field-fax-en-wrapper label,
.contact-form #edit-field-name-prefix-world-wrapper label,
.contact-form #edit-field-surname-world-wrapper label,
.contact-form #edit-field-fax-world-wrapper label {
	display: none;
}

.human-or-robot {
	display: none;
	color: darkgreen;
	background-color: lightgreen;
}

.contact-form label {
	margin-top: 5px;
	vertical-align: top;
}

.contact-form .btn-primary {
	color: white;
	background-color: #006b4f;
	border-color: #006b4f;
}

.contact-form .btn-primary:hover {
	color: white;
	background-color: #008048;
}

.select-wrapper {
	display: inline-block;
	position: relative;
}

.select-wrapper::after {
	content: '\25BC';
	color: #006b4f;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: -.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
}

.contact-form .select-wrapper::after {
	color: #006b4f;
	padding-right: 12px;
}

#edit-field-salutation-world-wrapper .select-wrapper::after,
#edit-field-salutation-wrapper .select-wrapper::after {
	content: none;
}

.select-wrapper select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: none;
}

#edit-field-salutation-world-wrapper .select-wrapper select.form-control,
#edit-field-salutation-wrapper .select-wrapper select.form-control {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.label-col {
	clear: left;
}

#lwc-country-selector {
	display: none;
	padding: 2px 32px 2px 42px;
}

#lwc-country-selector-wrapper,
#lwc-country-selector {
	width: auto;
}

#lwc-country-selector-wrapper::after {
	color: #006b4f;
	padding-right: 12px;
}

#lwc-country-selector-button {
	color: #787878;
	background-color: white;
	width: 256px; /* Default width, dynamically set to width of original select element. */
	padding: 0 32px 0 12px;
	border: 1px solid #c5c5c5;
}

#lwc-country-selector-button .ui-selectmenu-icon {
	display: none;
}

#lwc-country-selector-button .ui-selectmenu-text {
	overflow: inherit;
	margin-right: 0;

	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 8px 30px 8px 34px;
}

#lwc-country-selector-button .ui-selectmenu-text.no-flag {
	padding: 8px 30px 8px 0;
}

#lwc-country-selector-menu li div {
	color: #787878;

	background-position: 12px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding: 2px 8px 2px 46px;

	border: none;
}

#lwc-country-selector-menu li div.no-flag {
	padding: 2px 8px 2px 12px;
}

#lwc-country-selector-menu li div.ui-state-active {
	color: #696969;
	background-color: #f2f2f2;
	margin: 0;
}

#edit-field-enquiry-country-wrapper #lwc-country-selector-wrapper,
#edit-field-enquiry-country-wrapper #lwc-country-selector,
#edit-field-enquiry-country-wrapper #lwc-country-selector-button {
	width: 100%;
}

#edit-field-enquiry-company-wrapper {
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

#lwc-country-loading,
#lwc-country-error,
#lwc-country-international-note {
	display: none;
}

#lwc-country-loading,
#lwc-country-error {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 32px;
	margin-bottom: 32px;
}

.title-separator {
	border-color: #006b4f;
	width: 30%;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.country-row .address {
	margin-top: 10px;
}

.country-image {
	margin-bottom: 16px;
}

.enquiry-link a {
	display: inline-block;
	color: white;
	background-color: #006b4f;
	padding: 5px 12px;
}

.enquiry-link a:hover,
.enquiry-link a:focus {
	color: white;
	background-color: #008048;
	text-decoration: none;
}

/* Table Styles and Table Entry Selector */
/************************************************/

select.form-select optgroup::before {
	padding-left: 3px;
}

select.form-select optgroup::before,
select.form-select option {
	padding-top: 4px;
	padding-bottom: 4px;
}

.table-header {
	margin-bottom: 30px;
}

.large-margin-bottom {
	margin-bottom: 80px;
}

#table-selector-container label {
	font-weight: 400;
}

#table-selector-container .select-wrapper {
	width: auto;
	margin-left: 12px;
}

#table-selector-container .select-wrapper::after {
	color: #006b4f;
}

/* Section History with Timeline */
/**************************************/

.time-block {
	position: relative;
	width: 50%;
	border-right: 4px solid #cccccc;
}

.time-block > div {
	padding: 8px 32px;
}

.time-block .time-content-left {
	text-align: right;
}

.time-block .time-content-right {
	position: relative;
	left: 100%;
	margin-left: 4px;
}

.time-block .time-content-left span {
	position: absolute;
	top: 4px;
	right: -72px;
	font-size: 18px;
}

.time-block .time-content-right span {
	position: absolute;
	top: 4px;
	left: -72px;
	font-size: 18px;
}

.time-block .time-content-left::before {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #006b4f;
	position: absolute;
	top: 8px;
	right: -14px;
	border: 4px solid white;
	border-radius: 50%;
	z-index: 100;
}

.time-block .time-content-right::before {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #006b4f;
	position: absolute;
	top: 8px;
	left: -14px;
	border: 4px solid white;
	border-radius: 50%;
	z-index: 100;
}

.time-block .time-content-left::after {
	content: "";
	width: 24px;
	height: 4px;
	background-color: #cccccc;
	position: absolute;
	top: 18px;
	right: 0px;
}

.time-block .time-content-right::after {
	content: "";
	width: 24px;
	height: 4px;
	background-color: #cccccc;
	position: absolute;
	top: 18px;
	left: 0px;
}

/* Google Map */
/**************************************/

#mapCanvas {
	background-color: #ccd0cc;
	width: 100%;
	height: 480px;
}

/* Fixes conflict of bootstrap and Google Maps - see http://stackoverflow.com/questions/9141249/twitter-bootstrap-css-affecting-google-maps and https://github.com/twbs/bootstrap/issues/1552 */

#mapCanvas label { width: auto; display: inline; }

#mapCanvas img { max-width: none; }

/* Page Foot */
/**************************************/

.foot-info {
	background-color: #f2f2f2;
}

.footer {
	border: none;
}

.region-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Page Foot Navigation */
/**************************************/

.region-foot-navigation {
	height: 55px;
	color: white;
	background-color: #006b4f;
}

.foot-navigation a {
	color: white;
}

.foot-navigation nav {
	float: right;
	font-size: 12px;
	font-weight: 700;
	line-height: 50px;
}

.foot-navigation .block-language {
	float: right;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}

.foot-navigation ul.links {
	margin: 0;
}

.foot-navigation .block-language ul.links {
	margin-left: 16px;
}

.foot-navigation ul.links li + li {
	padding-left: 0;
}

.foot-navigation ul.links li + li::before {
	content: '|';
	padding-right: 5px;
}

/**************************************/

/*
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media screen and (min-width: 1200px) {
	.navbar.container {
		max-width: 1140px;
	}
}
*/

@media screen and (min-width: 1300px) {
	.container {
		width: 1270px;
	}
	.navbar.container {
		max-width: 1240px;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		width: 1370px;
	}
	.navbar.container {
		max-width: 1340px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#navbar {
		height: 125px;
	}
	#navbar ul.navbar-nav {
		margin-top: 75px;
	}
}

@media screen and (max-width: 767px) {
	.secondary-nav {
		display: none;
	}
	.views-row.disabled-subgroup {
		height: 0;
	}
}
