
/* ------------------------------------------------------------------------- */

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------------------------------------- */

html {
	position: relative; 
	min-height: 100%;
}

body {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	background: #fff;
	position: relative;
}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* ------------------------------------------------------------------------- */

#topbar {
	background: #333333;
	overflow: hidden;
	box-shadow: 0 8px 6px -6px #B3B3B3;
}

/* ------------------------------------------------------------------------- */

#mainmenu ul {
	list-style-type: none;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	color: #e0e0e0;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
}

/* ------------------------------------------------------------------------- */

#usermenu {
	color: #e0e0e0;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	float: right;
}

/* ------------------------------------------------------------------------- */

#logos {
	overflow: hidden;
	height: 78px;
}

#logos #bmb-logo {
	float: left;
	padding-top: 18px;
}

#logos #bdb-logo {
	float: right;
	padding-top: 28px;
}

/* ------------------------------------------------------------------------- */

#searchbar {
	height: 36px;
	background: #ae0024;
	margin-bottom: 30px;
	box-shadow: 0 8px 6px -6px #B3B3B3;
	z-index: 1;
	position: relative;
}

#searchbar #search {
	text-align: center;
}

#searchbar #search #search-elements {
	display: inline-block;
}

#searchbar #search #search-elements input {
	float: left;
}

#searchbar #search #search-input {
	height: 36px;
	width: 460px;
	background: #e0e0e0;
	border: 0;
	margin: 0;
	padding: 0 20px;
}

#searchbar #search #search-button {
	height: 36px;
	width: 38px;
	background: #7e0000 url("../images/search.png") no-repeat center center;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#searchbar #search #calendar-button {
	height: 36px;
	width: 38px;
	background: #e0e0e0 url("../images/calendar.png") no-repeat center center;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#searchbar #search #filter-button {
	height: 36px;
	width: 38px;
	background: #ae0024 url("../images/filter.png") no-repeat center center;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: none;
}

/* ------------------------------------------------------------------------- */

#calendar {
	display: none;
	width: 345px;
	position: absolute;
	right: 221px;
	background: #fff;
	box-shadow: 6px 8px 6px -6px #B3B3B3;
	top: 36px;
}

#calendar .spinner {
	display: none;
	background: #e0e0e0;
	height: 284px;
	line-height: 258px;
}

#calendar .calendar-content .row {
	margin-left: -1px;
	margin-right: -1px;
}

#calendar .calendar-content .col {
	padding-left: 1px;
	padding-right: 1px;
}

#calendar .calendar-content .calendar-header {
	background: #ae0024;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

#calendar .calendar-content .calendar-header .year-button {
	color: #fff;
	font-size: 14px;
}

#calendar .calendar-content .calendar-header .year-down-button {
	float: left;
	margin-left: 4px;
}

#calendar .calendar-content .calendar-header .year-up-button {
	float: right;
	margin-right: 4px;
}


#calendar .calendar-content a.link-month .month {
	height: 85px;
	line-height: 85px;
	text-transform: none;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	background: #e0e0e0;
	margin-bottom: 1px;
	cursor: default;
}

#calendar .calendar-content a.link-month.active .month {
	color: #e0e0e0;
	background: #7e0000 url("../images/calendar_active.png") no-repeat right 6px top 6px;
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */

#content #slider {
	position: relative;
	margin-top: -30px;
	z-index: 0;
}

#content #slider .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	z-index: -1;
}

#content #slider .slide:focus,
#content #slider .slide:hover,
#content #slider .slide:active {
	outline: none;
}

#content #slider .slide:first-child {
	position: relative;
	z-index: 0;
}

#content #slider img {
	width: 100%;
}

/* ------------------------------------------------------------------------- */

#content #slider .slide:after {
	content: "";
	display: block;
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(left, #FFF, transparent) left repeat; 
	background: linear-gradient(left, #FFF, transparent) left repeat;
}

#content #slider .slide:before {
	content: "";
	display: block;
	position: absolute;
	width: 33%;
	height: 100%;
	top: 0;
	right: 0;
	background: -webkit-linear-gradient(right, #FFF, transparent) right repeat; 
	background: linear-gradient(right, #FFF, transparent) right repeat;
}

/* ------------------------------------------------------------------------- */

#content #slider .caption {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	right: 40px;
	top: 25px;
	width: 250px;
	min-height: 50px;
	color: #e0e0e0 !important;
	background: #7e0000 !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+0,7e0000+43,7e0000+100 */
	background: transparent; /* Old browsers */
	background: -moz-linear-gradient(left,  transparent 0%, #7e0000 43%, #7e0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  transparent 0%,#7e0000 43%,#7e0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  transparent 0%,#7e0000 43%,#7e0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#7e0000',GradientType=1 ); /* IE6-9 */
	padding: 8px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

#content #slider .caption span {
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ------------------------------------------------------------------------- */

#content #slider .slick-prev,
#content #slider .slick-next {
	position: absolute;
	top: 50%;
	width: 19px;
	height: 28px;
	z-index: 100;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	margin-top: -14px;
}

#content #slider .slick-prev {
	left: 10px;
	background: transparent url("../images/arrow_left.png") no-repeat center center;
}

#content #slider .slick-next {
	right: 10px;
	background: transparent url("../images/arrow_right.png") no-repeat center center;
}

/* ------------------------------------------------------------------------- */

#content #sliderbar {
	height: 36px;
	line-height: 36px;
	background: #ae0024;
	overflow: hidden;
	box-shadow: 0 8px 6px -6px #B3B3B3;
}

#content #sliderbar .left {
	float: left;
	padding-left: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
}

#content #sliderbar .right {
	float: right;
	padding-right: 50px;
}

#content #sliderbar .right a {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e0e0e0;
	text-decoration: underline;
}

#content #sliderbar .right a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#content .three-col-text {
	margin-top: 26px;
	margin-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
}

#content .three-col-text h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 15px;
}

#content .three-col-text .col {
	padding-left: 18px;
	padding-right: 18px;
}

#content .three-col-text .row {
	margin-left: -18px;
	margin-right: -18px;
}

/* ------------------------------------------------------------------------- */

#functions {
	overflow: hidden;
	height: 45px;
}

#functions #function-description {
	float: left;
}

#functions #search-nav-functions {
	float: right;
}

#functions #search-nav-functions a {
	display: inline-block;
	margin-left: 3px;
}

/* ------------------------------------------------------------------------- */

#content-sidebar {
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+34,e0e0e0+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #e0e0e0 34%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#e0e0e0 34%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#e0e0e0 34%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */
	padding: 25px 20px 25px 0;
	margin-bottom: 30px;
}

#content-sidebar #sidebar {
	width: 25%;
	float: left;
}

#content-sidebar #content {
	width: 75%;
	float: left;
}

/* ------------------------------------------------------------------------- */

#sidebar {
	padding-right: 40px;
}

#sidebar h2 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px 0;
	text-transform: none;
}

#sidebar .sidebar-box {
	margin-bottom: 25px;
}

/* ------------------------------------------------------------------------- */

#sidebar .sidebar-box .grid {
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
}

#sidebar .sidebar-box .row {
	margin-left: 0;
	margin-right: 0;
}

#sidebar .sidebar-box .col {
	padding-left: 0;
	padding-right: 0;
}

#sidebar .sidebar-box .col a {
	text-align: center;
	background: #e0e0e0;
	color: #000;
	display: block;
	text-transform: none;
	font-size: 13px;
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	height: 29px;
	line-height: 29px;
}

#sidebar .sidebar-box .col.current a,
#sidebar .sidebar-box .col a:hover {
	color: #fff;
	background: #7e0000;
}

/* ------------------------------------------------------------------------- */

#sidebar #tags.sidebar-box .grid {
	box-shadow: none;
}

#sidebar #tags.sidebar-box .col a {
	text-align: left;	
	padding: 7px 10px;
	margin-bottom: 3px;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
	height: auto;
	line-height: 16px;
	font-size: 13px;
}

#sidebar #tags.sidebar-box a {
	color: #7e0000;
}

#sidebar #tags.sidebar-box a:hover {
	color: #000;
	background: #e0e0e0;
}

/* ------------------------------------------------------------------------- */

#sidebar #top-categories.sidebar-box {
	background: #e0e0e0;
	color: #000;
	padding: 20px 15px 15px 15px;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3;
}

#sidebar #top-categories.sidebar-box a {
	color: #000;
}

#sidebar #top-categories.sidebar-box a:hover {
	color: #7e0000;
}

#sidebar #top-categories.sidebar-box ol {
	margin-left: 15px;
	font-size: 12px;
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
}

#sidebar #top-categories.sidebar-box ol li a {
	text-transform: none;
	font-size: 13px;
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 5px;
}

#sidebar #top-categories.sidebar-box p.align-left {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 0;
}

#sidebar #top-categories.sidebar-box p.align-left a {
	font-size: 14px;
	color: #7e0000;
}

#sidebar #top-categories.sidebar-box p.align-left a:hover {
	color: #000;
}

/* ------------------------------------------------------------------------- */

#filter {
	display: none;
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	z-index: 1;
	background: #fff;
}

/* ------------------------------------------------------------------------- */

#content .letter-nav {
	overflow: hidden;
	margin-bottom: 10px;
}

#content .letter-nav ul {
	list-style-type: none;
	margin-left: 0;
}

#content .letter-nav ul li {
	float: left;
	margin-right: 6px;
}

#content .letter-nav ul li:after {
	content: "|";
	font-size: 15px;
	font-weight: normal;
	margin-left: 6px;
}

#content .letter-nav ul li:last-child:after {
	content: "";
	margin-left: 0;
}

#content .letter-nav ul li,
#content .letter-nav ul li a {
	font-weight: bold;
	font-size: 15px;
	color: #b9b9b9;
	text-decoration: none;
}

#content .letter-nav ul li a {
	color: #000;
}

/* ------------------------------------------------------------------------- */

#content .letter-list {
	margin-bottom: 30px;
}

#content .letter-list h3 {
	font-weight: bold;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

#content .letter-list ul {
	list-style-type: none;
	margin-left: 0;
}

#content .letter-list ul li {
	margin-bottom: 1px;
}

#content .letter-list ul li,
#content .letter-list ul li a {
	font-size: 13px;
	text-decoration: none;
}

#content .letter-list ul li a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */

#responsive-menu-button {
	display: none;
}

#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #000;
}

/* ------------------------------------------------------------------------- */

#responsive-menu {
	display: none;
	background: #ccc;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li {
	border-bottom: 1px solid #fff;
}

#responsive-menu ul li:last-child {
	border-bottom: 0;
}

#responsive-menu ul li a {
	color: #fff;
	font-size: 16px;
	margin: 0 22px;
	font-weight: normal;
	text-transform: none;
	line-height: 20px;
	display: block;
	padding: 10px 0;
}

#responsive-menu > ul > li.has-sub > a:after,
#responsive-menu > ul > li.has-sub > a.open:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 20px;
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}

#responsive-menu > ul > li.has-sub > a:after {
    content: "\f067";
}

#responsive-menu > ul > li.has-sub > a.open:after {
    content: "\f00d";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #e95612;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	color: #fff;
	background: #aaa;
	font-size: 16px;
	padding: 5px 0 5px 20px;
	text-transform: none;
}

#responsive-menu ul ul li a:hover,
#responsive-menu ul ul li.selected > a {
	color: #e95612;
}

#responsive-menu ul ul ul {
	margin-bottom: 0;
}

#responsive-menu ul ul ul li a {
	padding-left: 40px;
}

/* ------------------------------------------------------------------------- */

#content .text {
	width: 50%;
}

#content .text-media-block {
	margin-bottom: 30px;
}

#content .text-media-block .row {
	margin-left: -15px;
	margin-right: -15px;
}

#content .text-media-block .col {
	padding-left: 15px;
	padding-right: 15px;
}

#content .text-media-block a.lightbox {
	display: block;
}

#content .text-media-block .responsive-media {
	display: none;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery {
	margin-bottom: 5px;
}

#content .album-gallery a {
	/* float: left; */
	/* margin: 0 15px 0 0; */
	margin: 0;
	width: 100%;
}

#content .album-gallery .row {
	margin: 0 -8px;
	display: flex;
}

#content .album-gallery .col {
	padding: 0 8px;
	margin-bottom: 20px;
}

#content .album-gallery .request-hint {
	text-align: center;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery a {
	text-decoration: none;
}

#content .album-gallery .album-gallery-item {
	/* margin-bottom: 20px; */
	background: #fff;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	position: relative;
	height: 100%;
	/* height: auto; */
	overflow: hidden;
}

#content .album-gallery .album-gallery-item.open {
	margin-bottom: 0;
}

#content .album-gallery .album-gallery-item.open {
	background: #fff url("../images/arrow_up2.png") no-repeat center bottom;
}

#content .album-gallery.list-view .album-gallery-item.open {
	background-position: 108px bottom;
}

#content .album-gallery .album-gallery-item img {
	padding: 12px 12px 8px 12px;
}

#content .album-gallery .album-gallery-item .album-caption {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	padding: 0 15px 10px 15px;
	overflow: hidden;
	line-height: 16px;
}

#content .album-gallery .album-gallery-item.media-internal {
	background-color: gray;
}

#content .album-gallery .album-gallery-item.media-internal .album-caption {
	color: #fff;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery.album-mode .album-gallery-item {
	background: #7e0000;
}

#content .album-gallery.album-mode .album-gallery-item .album-caption {
	color: #e0e0e0;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery .album-gallery-item .image-container {
	position: relative;
	min-height: 90px;
}

#content .album-gallery .album-gallery-item .image-container .icon {
	position: absolute;
	right: 18px;
	top: 18px;
	background: #fff;
	width: 20px;
	height: 18px;
	text-align: center;
}

#content .album-gallery.list-view .album-gallery-item .image-container .icon {
	right: auto;
	left: 18px;
	
}

#content .album-gallery .album-gallery-item .image-container .icon i {
	color: #000;
	line-height: 18px;
}

#content .album-gallery .album-gallery-item .image-container .icon.icon-image i {
	margin-top: -1px;
}

#content .album-gallery .album-gallery-item .image-container .archive-badge {
	position: absolute;
	right: 12px;
	bottom: 8px;
	color: #fff;
	background: #ae0024;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	text-transform: uppercase;
	padding: 0 5px;
}

/* ------------------------------------------------------------------------- */

#content .center,
#disclaimer .center,
#request-form .center {
	text-align: center;
}

#content .button,
#content .album-gallery a.button,
#disclaimer a.button,
#request-form a.button {
	background: #7e0000;
	color: #e0e0e0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 8px 30px;
	display: inline-block;
	text-transform: none;
	text-decoration: none;
	width: auto;
	margin: 0;
	float: none;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery .media-details {
	display: none;
	overflow: hidden;
	position: relative;
}

#content .album-gallery .media-details .mobile {
	display: none;
}

#content .album-gallery .media-details-box {
	display: none;
	background: #333333;
	color: #e0e0e0;
	padding: 25px;
	overflow: hidden;
	position: relative;
	margin-top: -20px;
}

#content .album-gallery .media-details-box.first-box {
	margin-top: 0;
}

#content .album-gallery .media-details-box .left,
#content .album-gallery .media-details .left {
	width: 65%;
	float: left;
	padding-right: 25px;
}

#content .album-gallery .media-details-box .right,
#content .album-gallery .media-details .right {
	width: 35%;
	float: left;
}

#content .album-gallery .media-details-box .right h2,
#content .album-gallery .media-details .right h2 {
	color: #e0e0e0;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 17px;
}

#content .album-gallery .media-details-box .right h3,
#content .album-gallery .media-details .right h3 {
	color: #e0e0e0;
	font-size: 13px;
	font-weight: bold;
}

#content .album-gallery .media-details-box .right a,
#content .album-gallery .media-details .right a {
	color: #e0e0e0;
	text-decoration: underline;
	float: none;
	width: auto;
	margin: 0;
}

#content .album-gallery .media-details-box .right a:hover,
#content .album-gallery .media-details .right a:hover {
	text-decoration: none;
}

#content .album-gallery .media-details-box .right .description,
#content .album-gallery .media-details .right .description,
#content .album-gallery .media-details-box .right .description p,
#content .album-gallery .media-details .right .description p {
	font-size: 13px;
	line-height: 17px;
}

#content .album-gallery .media-details-box .left h3,
#content .album-gallery .media-details .left h3,
#content .album-gallery .media-details .mobile h3 {
	color: #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 8px;
}

#content .album-gallery .media-details-box .left img,
#content .album-gallery .media-details .left img {
	margin-bottom: 0;
}

#content .album-gallery .media-details-box .media-details-close,
#content .album-gallery .media-details .media-details-close {
	position: absolute;
	right: 11px;
	top: 11px;
	width: 16px;
	height: 16px;
	background: transparent url("../images/close.png") no-repeat center center;
	cursor: pointer;
}

#content .album-gallery .media-details-box .exposure-place,
#content .album-gallery .media-details .exposure-place {
	font-style: italic;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery .media-details-box .album-preview {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#content .album-gallery .media-details-box .album-preview .thumb {
	position: relative;
}

#content .album-gallery .media-details-box .album-preview .thumb.preview .bullets,
#content .album-gallery .media-details .album-preview .thumb.preview .bullets {
	background: transparent url("../images/album_preview_bullets.png") no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#content .album-gallery .media-details-box .album-preview .col,
#content .album-gallery .media-details .album-preview .col {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 0;
}

#content .album-gallery .media-details-box .album-preview .row,
#content .album-gallery .media-details .album-preview .row {
	margin-left: -3px;
	margin-right: -3px;
}

#content .album-gallery .media-details-box .mobile .album-preview .row-1 img,
#content .album-gallery .media-details-box .left .album-preview .row-1 img, 
#content .album-gallery .media-details .left .album-preview .row-1 img {
	margin-bottom: 5px;
}

#content .album-gallery .media-details-box .left .album-preview .row-2 img, 
#content .album-gallery .media-details .left .album-preview .row-2 img {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery.list-view .row {
	display: block;
}

#content .album-gallery.list-view .media-details-box {
	margin-top: 0;
}

#content .album-gallery.list-view .list-view-container {
	overflow: hidden;
}

#content .album-gallery.list-view .list-view-left {
	float: left;
	width: 220px;
}

#content .album-gallery.list-view .list-view-right {
	float: none;
	width: auto;
    overflow: hidden;
}

#content .album-gallery.list-view .album-gallery-item {
	padding: 12px;
}

#content .album-gallery.list-view .album-gallery-item img {
	padding: 0;
	padding-right: 20px;
}

#content .album-gallery.list-view .album-gallery-item .album-caption {
	padding: 0;
	font-size: 18px;
	margin-bottom: 11px;
}

#content .album-gallery.list-view .album-gallery-item .album-description {
	font-size: 15px;
}

/* ------------------------------------------------------------------------- */

#content .album-preview .album-preview-overlay {
	position: absolute;
	left: -1px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	color: transparent;
}

#content .album-preview:hover .album-preview-overlay {
	background: rgba(255, 255, 255, 0.4) url("../images/album_preview.png") no-repeat center center;
}

/* ------------------------------------------------------------------------- */

#content .album-gallery a.button,
#disclaimer a.button {
	margin-bottom: 23px;
}

#content .album-gallery a.button,
#disclaimer a.button {
	margin-top: 15px;
}

#content .album-gallery a.button .download-icon,
#disclaimer a.button .download-icon {
	background: transparent url("../images/download.png") no-repeat center center;
	width: 13px;
	height: 14px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: sub;
}

/* ------------------------------------------------------------------------- */

#pagination-settings {
    float: left;
    line-height: 24px;
    font-size: 14px;
	margin-right: 20px;
}

#pagination-settings a {
	color: #7e0000;
	font-weight: bold;
}

#pagination-settings a.active {
	color: #000;
}

/* ------------------------------------------------------------------------- */

#content .pagination-container {
	text-align: center;
}

#content .pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 10px;
}

#content .pagination li {
	box-sizing: border-box;
	padding-right: 13px;
}

#content .pagination li a {
	box-sizing: border-box;
	background-color: #fff;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
	float: left;
	margin: 0 15px 0 0;
}

#content .pagination li a:hover {
	background-color: #7e0000;
	color: #fff;
}

#content .pagination .next a, 
.pagination .prev a {
	text-transform: none;
	font-size: 12px;
}

#content .pagination .currentpage a {
	background-color: #7e0000;
	color: #fff;
}

#content .pagination .currentpage a:hover {
	background-color: #7e0000;
}

#content .pagination li.dots {
	line-height: 29px;
}

/* ------------------------------------------------------------------------- */

#disclaimer {
  position: relative;
  background: #e0e0e0;
  padding: 20px 35px 10px 35px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
}

#disclaimer h2 {
	font-size: 16px;
}

#disclaimer #disclaimer-text-box {
	height: 170px;
	background: #fff;
	overflow: auto;
	margin: 15px 0 14px 0;
	border: 1px solid #bcbcbc;
	padding: 10px;
}

#disclaimer #disclaimer-text-box p {
	margin: 0 0 20px 0;
}

#disclaimer p {
	margin: 0;
}

#disclaimer label {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	margin-bottom: 5px;
}

#disclaimer input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: 0;
}

#disclaimer ul li {
	margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------------- */

#request-form {
  position: relative;
  background: #e0e0e0;
  padding: 20px 35px 25px 35px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
}

#request-form .request-form-spinner {
	display: none;
	color: #fff;
	text-align: left;
	font-size: 6px;
	margin-right: 10px;
	float: left;
}

#request-form .validate-messages,
#request-form .validate-messages .field-hint {
	display: none;
}

#request-form .validate-messages ul {
	margin-bottom: 15px;
}

#request-form .validate-messages li {
	margin-left: 25px;
	margin-bottom: 5px;
}

#request-form .success-message {
	display: none;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}

#request-form .control.submit-button {
	text-align: center;
}

#request-form .button {
	color: #fff !important;
	cursor: pointer !important;
	font-size: 13px !important;
}

/* ------------------------------------------------------------------------- */

.rexx-form {
    margin: 0 0 20px 0;
    padding: 10px 0 20px 0;
}

.rexx-form form {
    position: relative;
}

.rexx-form label {
    display: none;
}

.rexx-form .control {
    overflow: hidden;
    margin: 5px 0;
}

.rexx-form .control.robotron {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.rexx-form .control.textfield input,
.rexx-form .control.textarea textarea {
    color: #000;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #EDEDEE;
    padding: 12px 8px;
    margin: 0;
    width: 100%;
    float: left;
}

.rexx-form .control.textarea textarea {
    height: 200px;
}

.rexx-form .control.submit-button button {
    color: #fff;
    background: #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px 0 0 0;
    padding: 12px 12px;
    cursor: pointer;
    border: 0;
}

.rexx-form .control.validate-alert.textfield input, 
.rexx-form .control.validate-alert.textarea textarea {
     border: 1px solid #FF0000;
}

.rexx-form .validate-alert-text {
    color: #FF0000;
}

.rexx-form p {
    margin: 10px 0;
}

.rexx-form p.required-msg {
    text-align: right;
    font-size: 16px;
}

/* ------------------------------------------------------------------------- */

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}

#content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content .video,
#content .audio {
	margin-bottom: 15px;
}

#content .custom-video video,
#content .custom-audio audio {
	width: 100%;
	outline: none;
}

/* ------------------------------------------------------------------------- */

#content .youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
	height: 0; 
	overflow: hidden;
}
 
#content .youtube-video iframe,
#content .youtube-video object,
#content .youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------------- */

#content a {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: none;
}

#content h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: none;
}

#content h3 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

#disclaimer p,
#disclaimer ul,
#disclaimer ol,
#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
	line-height: 20px;
}

#disclaimer ul,
#disclaimer ol,
#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#disclaimer ul,
#content ul {
	list-style-type: disc;
}

#disclaimer ul ul,
#disclaimer ol ol,
#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#disclaimer ul li,
#disclaimer ol li,
#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#disclaimer ul li p,
#disclaimer ol li p,
#content ul li p,
#content ol li p {
	margin: 0;
}

#disclaimer ul li:last-child,
#disclaimer ol li:last-child,
#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

#content table 	{
	border: 1px solid #cbcbcb;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

#content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#content table th,
#content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

#content table td, 
#content table th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#content table td p {
	margin: 0;
}

#content .table-container {
	width: 100%;
	overflow-x: auto;
	margin: 10px 0 20px 0;
	background-media: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
	background-media: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-media: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-media: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-media: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll; 
}

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* ------------------------------------------------------------------------- */

#content a[href^="tel"] {
	border-bottom: 1px dotted #005895; 
}

#content a[href^="tel"]:hover {
	text-decoration: none;
}

#content a[href^="http://"],
#content a[href^="https://"] {
	position: relative;
	padding-right: 13px;
	margin-right: 1px;
	display: inline-block;
}

#content a[href^="http://"]:after,
#content a[href^="https://"]:after {
	display: inline-block;
	text-decoration: underline;
    content: "\f061";
	font-family: "FontAwesome";
	font-size: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 0;
	top: -3px;
}

/* ie fix */
#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after {
	text-decoration: none;
}

#content a.not-extern {
	padding-right: 0;
	margin-right: 0;
}

#content a.not-extern:after {
	content: "";
}

#content a[href $=".pdf"],
#content a[href $=".zip"],
#content a[href $=".doc"],
#content a[href $=".docx"] {
	display: inline-block;
}

#content a[href $=".pdf"]:before,
#content a[href $=".zip"]:before,
#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before {
	display: inline-block;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	margin-right: 3px;
	vertical-align: bottom;
}

#content a[href $=".pdf"]:before {
	content: "\f1c1";
}

#content a[href $=".zip"]:before {
	content: "\f1c6";
}

#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before  {
	content: "\f1c2";
}

/* ------------------------------------------------------------------------- */

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox:before ,
#content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 12px;
	bottom: 12px;
	display: none;
}

.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
	display: block;
}

/* ------------------------------------------------------------------------- */

#content div.media,
#content div.media a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content div.media.left {
	float: left;
}

#content div.media.right {
	float: right;
}

#content div.media.center {
	text-align: center;
}

#content div.media.float {
	width: 40%;
}

#content div.media.float.left  {
	margin: 3px 15px 15px 0;
}

#content div.media.float.right {
	margin: 3px 0 15px 15px;
}

#content div.media.separate {
	margin: 0 0 15px 0;
}

/* ------------------------------------------------------------------------- */

#footer {
	background: #333333;
	min-height: 150px;
	padding-top: 25px;
	text-align: center;
	color: #e0e0e0;
	font-size: 13px;
}

#footer a {
	font-size: 13px;
	color: #e0e0e0;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#footer ul {
	list-style-type: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 25px;
	text-align: center;
}

#footer ul li {
	float: left;
	margin-left: 12px;
}

#footer ul li:after {
	content: "|";
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
}

#footer ul li:last-child:after {
	content: "";
	margin-left: 0;
}

#footer ul li a {
	font-size: 13px;
	color: #e0e0e0;
	font-weight: normal;
	text-decoration: underline;
	line-height: 19px;
}

#footer ul li a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------------- */

#consent-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 100px;
	background: #202020;
	color: #fff;
	padding: 15px 0 10px 0;
	z-index:
}

#consent-banner.hide {
	display: none;
}

#consent-banner .consent-banner-container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#consent-banner .consent-banner-consent-msg {
	margin-bottom: 5px;
}

#consent-banner .consent-banner-buttons {
}

#consent-banner h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#consent-banner .consent-banner-buttons .consent-banner-button {
	background: #9E0529;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 10px 10px 10px 0;
	color: #fff;
}

#consent-banner .consent-banner-buttons .consent-banner-button:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------------------- */

#consent-dialog p {
	margin-bottom: 20px;
}

#consent-dialog h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 15px 0;
}

#consent-dialog h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#consent-dialog .logo {
	text-align: left;
	margin-bottom: 20px;
}

#consent-dialog .logo img {
	width: auto;
	margin-bottom: 10px;
}

#consent-dialog .consent-item {
	margin-bottom: 20px;
	overflow: hidden;
}

#consent-dialog .consent-item .left {
	width: 70px;
	float: left;
}

#consent-dialog .consent-item .right {
	width: 590px;
	float: left;
}

#consent-dialog .consent-item .right p {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------- */

.mfp-wrap {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
	font-size: 15px  !important;
	color: #333;
	line-height: 19px;
}

#consent-dialog {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 5px auto;
}

#consent-dialog .consent-dialog-buttons {
	text-align: right;
}

#consent-dialog .consent-dialog-button {
	background: #9E0529;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	color: #fff;
}

#consent-dialog .consent-dialog-button:hover {
	opacity: 0.8;
}

#consent-dialog hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee;
}

/* ------------------------------------------------------------------------- */

#consent-dialog .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
}

#consent-dialog .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

#consent-dialog .switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

#consent-dialog .switch-slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

#consent-dialog input:checked + .switch-slider {
	background-color: #3bb594;
}

#consent-dialog input:focus + .switch-slider {
	box-shadow: 0 0 1px #2196F3;
}

#consent-dialog input:checked + .switch-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* ------------------------------------------------------------------------- */

.clearer {
	clear: both;
}

.spacer {
	height: 15px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

.no-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* ------------------------------------------------------------------------- */

@media screen and (max-width: 1000px) { /* container width + padding left + padding right */
	.container {
		width: 100%;
	}

	#topbar .container,
	#logos .container {
		padding: 0 10px;
	}

	#functions {
		padding: 0 10px;
	}

	#content-sidebar #sidebar {
		width: 30%;
	}

	#content-sidebar #content {
	    width: 70%;
	}

	#sidebar {
		padding: 0 20px;
	}

	#consent-banner .consent-banner-container {
		width: 100%;
	}

	#consent-banner {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 760px) {
	#content .album-gallery .row {
		display: block;
	}

	#content .album-gallery .col {
		margin-bottom: 0;
	}

	#content .album-gallery a {
		float: left;
		margin: 0 15px 0 0;
		width: 100%;
	}

	#content .album-gallery .album-gallery-item {
		margin-bottom: 20px;
		height: auto;
	}

	#responsive-menu-button {
		display: block;
	}

	#content div.media, 
	#content div.media a,
	#content div.media img,
	#content div.media.float,
	#content div.responsive-media img {
		width: 100%;
	}

	#content .album-gallery .col {
		width: 50%;
	}

	#content .text-media-block .col {
		width: 100%;
	}

	#content .text-media-block .responsive-media {
		display: block;
	}

	#content .text-media-block .col.normal-media {
		display: none;
	}

	#searchbar #search #search-button {
		position: absolute;
		right: 72px;
		top: 0;
	}

	#searchbar #search #search-button.filter-inactive {
		right: 36px;
	}

	#searchbar #search #filter-button {
		position: absolute;
		right: 36px;
		top: 0;
	}

	#searchbar #search #calendar-button {
		position: absolute;
		right: 0;
		top: 0;
	}

	#searchbar #search #search-input {
		width: 100%;
	}

	#content #slider .caption {
		display: none;
	}

	#content #sliderbar .left {
		padding-left: 15px;
	}

	#content #sliderbar .right {
		padding-right: 15px;
	}

	#content .three-col-text {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 25px;
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#content-sidebar #sidebar {
		display: none;
	}

	#content-sidebar #content {
	    width: 100%;
	}

	#content-sidebar {
		padding: 15px 10px;
		background: #e0e0e0;
	}

	#search-nav-functions {
		display: none;
	}

	#content .pagination-container ul {
		margin: 0;
	}

	#content .pagination li {
		padding-right: 5px;
	}

	#content .album-gallery .media-details-box .album-preview .row, 
	#content .album-gallery .media-details .album-preview .row {
		margin-left: -3px !important;
		margin-right: -3px !important;
	}

	#content .album-gallery .media-details-box .album-preview .col,
	#content .album-gallery .media-details .album-preview .col {
		padding-left: 3px !important;
		padding-right: 3px !important;
		width: 33.33% !important;
	}

	#content .album-gallery .media-details-box .left, #content .album-gallery .media-details .left {
		width: 100%;
		float: none;
		padding-right: 0;
	}

	#content .album-gallery .media-details-box .right, #content .album-gallery .media-details .right {
		margin-top: 20px;
		width: 100%;
		float: none;
	}

	#content .album-gallery .media-details .desktop {
		display: none;
	}

	#content .album-gallery .media-details .mobile {
		display: block;
	}

	#calendar .calendar-content .row {
		margin-left: -1px !important;
		margin-right: -1px !important;
	}

	#calendar .calendar-content .col {
		padding-left: 1px !important;
		padding-right: 1px !important;
		width: 25% !important;
	}

	#calendar {
		width: 100%;
		left: 0;
		right: 0;
	}

	#searchbar #search #filter-button.filter-active { 
		display: block;
	}

	#searchbar #search #search-elements {
		display: block;
	}

	#content .album-gallery.list-view .list-view-left {
		float: none;
		width: 100%;
	}

	#content .album-gallery.list-view .list-view-left img {
		width: 100%;
	}

	#content .album-gallery.list-view .album-gallery-item img {
		padding: 0;
	}

	#content .album-gallery.list-view .list-view-right {
		margin-top: 15px;
	}

	#content .album-gallery.list-view .album-gallery-item.open {
	    background-position: center bottom;
	}

	#usermenu #logged-in-msg {
		display: none;
	}

	#consent-dialog .consent-item .right {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 500px) {
	#logos #bmb-logo img {
		width: 108px;
	}

	#logos #bdb-logo img {
		width: 175px;
	}

	#disclaimer {
		padding: 10px 20px 5px 20px;
	}

	#consent-banner {
		padding-bottom: 0;
	}

	#consent-banner .consent-banner-consent-msg {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#consent-banner .consent-banner-buttons .consent-banner-button {
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 410px) {
	#content .album-gallery .col {
		width: 100%;
	}

	#content .pagination li a {
		padding: 6px;
	}
}

/* ------------------------------------------------------------------------- */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		border-color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html,
	body {
		font-size: 12pt;
		font-family: Arial, "Times New Roman", Times, serif;
		width: 100%;
		min-width: 100%;
	}

	.container,
	#content,
	#sidebar {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#header {
		height: auto;
	}

	#mainmenu,
	#submenu,
	#footer {
		display: none;
	}
}

/* ------------------------------------------------------------------------- */

