
/*
	*
	* general styles
	*
*/
.encodeT2N {
	opacity: 0;
}

body {
	margin-top:0px;
	font-size: 16px;
	font-family: Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	/*font-family: Helvetica,Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
}
body.lc-textsize-small {
	font-size: 16px;
}
body.lc-textsize-medium {
	font-size: 17px;
}
body.lc-textsize-big {
	font-size: 18px;
}
figure img,
img {
	max-width: 100%;
}
a {
	color: #777;
}
a:hover {
	text-decoration: none;
	color: #777;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 200;
}
h1, .h1 {
	font-size: 2em;
}
h2, .h2 {
	font-size: 1.50em;
}
h3, .h3 {
	font-size: 1.25em;
}
h4, .h4 {
	font-size: 1em;
}
div,span,p,li,th,td,label,input,select,option {
	font-size: 1em;
	font-weight: 300;
}
span {
	font-size: inherit;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

li p, li li {
	font-size: inherit;
}
li, li p, li li {
	margin-bottom: 10px;
}

ul li {
	list-style: none;
}

ol > li {
	padding-left: 10px;
	margin-left: 15px;
}

hr, .hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 2px solid rgba(0,0,0,.1);
}
fieldset {
	margin-bottom: 15px;
	border-bottom: 2px solid #eee;
}

.clearboth {
	clear: both;
}
.margintop15 {
	margin-top: 15px;
}
.marginbottom5 {
	margin-bottom: 5px !important;
}
.width100 {
	width: 100% !important;
}

.form-check-label p {
	margin-bottom: 0 !important;
}

/*
	*
	* lc-prefixed element styles
	*
*/
.lc-hr-subtle {
	opacity: 0.5;
	border-width: 1px;
}

.lc-dropdown-menu-scroll {
	max-height: 40vh;
	overflow: auto !important;
}
strong,
.lc-strong {
	font-weight: 600;
}
.lc-text-underline {
	text-decoration: underline !important;
}
.lc-label {
	background-color: #999;
	color: #fff;
	border-radius: 3px;
	padding: 0.125rem 0.25rem;
	margin-top: -0.25rem;
	display: inline;
}
.lc-event-text .lc-label {
	font-size: 0.875em;
	border: 1px solid #ccc;
	color: #777;
	background-color: #eee;
	font-size: inherit;
	margin-right: 5px;
}

.lc-default h1 {
	font-size: 2em;
	font-family:helvetica,arial,sans-serif;
}
.lc-default h2 {
	font-size: 1.5em;
	font-family:helvetica,arial,sans-serif;
}
.lc-default h3,
.lc-default h4 {
	font-size: 1em;
	font-family:helvetica,arial,sans-serif;
}
.lc-default img,
.lc-default-image {
	border-radius: 3px;
	border:1px solid #ccc;
}
.lc-default-image-copyright {
	color: #999;
}
.lc-default figure img,
.lc-default img {
	width:auto;
	max-width: 100%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 0.25em;
}
.lc-default hr,
.lc-default .hr
{
	clear: both;
}
.lc-default h2,
.lc-default h3 {
	color:#777;
}
.lc-default li {
	font-size: inherit;
}
.lc-default ul {
	margin-bottom: 1.5em;
	list-style-type: none;
}
.lc-default ul li {
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.lc-default ul li:before {
	content: "— ";
	position: absolute;
	margin-top: -0.1em;
	margin-left: -20px;
	color: #999;
}
.lc-default p {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.lc-default-thumbicon-item {
	position: relative;
	padding-left: 60px;
	min-height: 50px;
	display: block;
}
.lc-default-thumbicon-item-icon {
	position:absolute;
	top:0;
	left:0;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	color: currentColor;
	border: 1px solid currentColor;
	border-radius: 3px;
	text-align: center;
}
.lc-top {
	position: relative;
}
.lc-logo {
	height: 75px;
	font-size: 20px;
	margin: 15px 0 25px 0;
	display: block;
	float: left;
}
.lc-logo img {
	height:75px;
	width: auto;
}
.lc-logo svg {
	height:75px;
	width: auto;
	max-width: 100%;
}
.lc-logo span {
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	padding: 5px 15px;
}
.lc-meta-bar {
	position: absolute;
	right: 0;
	top: 15px;
}
.lc-meta-bar ul,
.lc-meta-bar li {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 15px;
	line-height: 1.875;
}
.lc-meta-bar a {
	color: #999;
	display: inline-block;
}
.lc-meta-bar a:hover {
	color: #777;
}
.lc-meta-bar .active {
	color: #000000;
}
.lc-meta-social-facebook:hover {
	color: #4267b2 !important;
}
.lc-meta-social-twitter:hover {
	color: #1da1f2 !important;
}
.lc-meta-social-youtube:hover {
	color: #cc181e !important;
}
.lc-meta-social-instagram:hover {
	/*color: #000000 !important;*/
}
.lc-meta-social-tiktok {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: currentColor;
	border-radius: 3px;
	font-size: 9px !important;
	margin-top: 2px;
	text-align: center;
}
.lc-meta-social-tiktok i {
	color: #f0f0f0 !important;
	margin-top: 3.5px;
}
.lc-meta-social-tiktok:hover {
	background-color: #fe2c55 !important;
}

.lc-start-banner {
	overflow: hidden;
	margin-bottom:15px;
	visibility: hidden;
}
.lc-start-poster {
	margin-bottom:15px;
	position: relative;
}
.lc-start-poster-buy-button {
	position: absolute;
	top:15px;
	right:15px;
	font-size: 125%;
}
.lc-box-container {

}
.lc-info-headline {
	font-family: 'Oswald',helvetica,arial,sans-serif;
	/*font-family:helvetica,arial,sans-serif;*/
	text-transform: uppercase;
	color: #777;
	font-weight: 300;

	font-size: 1.5em;
	margin: 0;
	padding: 0.25em 0;
	line-height: 1;
}
.lc-info-headline a {
	font-weight: normal;
}

.lc-content-headline {
	font-family:Roboto,'Helvetica-Neue',helvetica,arial,sans-serif;
	/*font-family:helvetica,arial,sans-serif;*/
	font-weight: 400;
}
.lc-content-subline {

}
.lc-col {
	position: relative;
	display: block;
	overflow: auto;
	background-color: #fff;
	padding: 15px;
	padding-bottom: 100px !important;
}
.lc-box {
	position: relative;
	display: block;
	overflow: auto;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.lc-start-container {
	position: relative;
	margin-bottom: 15px;
}
.lc-start-box {
	border-top: 2px solid #777;
	position: relative;
	display: block;
	height:280px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom:15px;
	padding: 15px;
}

.lc-textsize-medium .lc-start-box {
	height:310px;
}
.lc-textsize-big .lc-start-box {
	height:340px;
}
.lc-start-box-video {
	padding: 0;
	background-color: #000;
	text-align: center;
}
.lc-start-box-video iframe {
	width: 100%;
	height: 260px;
	/*max-width: 460px;*/
}
.lc-textsize-medium .lc-start-box-video iframe {
	height:300px;
}
.lc-textsize-big .lc-start-box-video iframe {
	height:340px;
}

.lc-textsize-small .lc-start-box-video .mejs-container {
	height:208px !important;
}
.lc-textsize-medium .lc-start-box-video .mejs-container {
	height:240px !important;
}
.lc-textsize-big .lc-start-box-video .mejs-container {
	height:280px !important;
}

.lc-start-box-text {
	/*
	position: relative;
	z-index: 11;
	*/
	padding:7.5px;
	margin: -7.5px;
	overflow: auto;
	border-radius: 4px;
}
.lc-start-box h3 {
	font-size: 1.5em;
	line-height: 1;
}
.lc-start-box h3,
.lc-start-box h4,
.lc-start-box p {
	/*
	z-index: 10;
	position: relative;
	*/
}
.lc-start-box-text-link {
	display: inline-block;
	position: relative;
	padding-left: 1.75em;
}
.lc-start-box-text-link i {
	position: absolute;
	left:0;
	top:0.25em;
	width: auto;
}
.lc-start-box a.lc-start-box-bg-img-a {
	display: block;
}
.lc-start-box-bg-img {
	position: absolute;
	bottom: 0;
	right: 0;
	height:100%;
	width: auto;
	z-index: 1;
}
.lc-start-box-link-img {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}
.lc-start-box-bg-rscontrols {
	background-color: #fff;
	opacity: 0.6;
	position: relative;
	margin-top: -75px;
	height:60px;
	z-index: 20;
}

.lc-start-news-container {
	position: relative;
}


.lc-start-container-inverse .lc-start-box {
	background-color: #777;
}
.lc-start-container-inverse .lc-start-box p,
.lc-start-container-inverse .lc-start-box a,
.lc-start-container-inverse .lc-start-box .lc-content-headline {
	color: #fff !important;
}
.lc-start-container-inverse .lc-start-box a:hover {
	color: #111 !important;
}

.lc-start-container-inverse hr,
.lc-start-container-inverse .hr
{
	border-color: rgba(255,255,255,0.25);
}

.lc-start-box-images-slider {
	padding:0;
	position: relative;
}
.lc-start-box-images-slide h4 {
	position: absolute;
	top: 0;
	left: 0;
	margin:7.5px;
	padding:7.5px;
	background-color: #fff;
	border-radius: 3px;
}
.lc-start-box-images-slide a img {
	transition: transform 0.5s;
}
.lc-start-box-images-slide a:hover img {
	/*transform: scale(1.125);*/
}

@media (max-width: 1200px) and (min-width:992px) {
	.col-md-4 .lc-start-box-bg-img {
		opacity: 0.25;
	}
}

.lc-team h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
}
.lc-team .lc-box-thumb {
	width: 150px;
}
.lc-team .lc-box-thumb-placeholder {
	width: 150px;
	height: 150px;
}

.lc-artists-enumeration-name {
	white-space: normal;
}
.lc-artists-enumeration:first-of-type .lc-artists-enumeration-comma {
	display: none;
}
.lc-artists-enumeration:last-of-type .lc-artists-enumeration-comma {
	display: none;
}
.lc-artists-enumeration-and {
	display: none;
}
.lc-artists-enumeration:last-of-type .lc-artists-enumeration-and {
	display: inline;
}

.lc-artist-container h2 {
	margin-right: 100px;
	min-height: 35px;
	margin-bottom: -10px;
}
.lc-artists-box {
	height: 180px;
	transition: height 1s;
	overflow: visible;
	position: relative;
	padding-left: 115px;
	padding-right: 5px;
}
.lc-textsize-medium .lc-artists-box {
	height: 200px;
}
.lc-textsize-big .lc-artists-box {
	height: 220px;
}
.lc-artists-box .lc-box-thumb,
.lc-artists-box .lc-box-thumb-placeholder {
	position: absolute;
	left:0;
}

.lc-artists-az-box {
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
.lc-artists-az-box a {
	padding-left: 1.25em;
	position: relative;
	display: block;
}
.lc-artists-az-box a i {
	position: absolute;
	top: 0.1em;
	left: 0;
}

.lc-artists-enumeration,
.lc-artists-enumeration span {
	font-size: inherit;
}

.lc-paging-btn {
	min-width: 30px;
}

.lc-box-thumb,
.lc-box-thumb-placeholder {
	width: 100px;
	border: 1px solid #ccc;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
.lc-box-thumb.lc-thumb-big,
.lc-box-thumb-placeholder.lc-thumb-big {
	width: 140px;
}
img.lc-box-thumb {
	font-size: 0.75em;
}

.lc-imgitem-col {
	padding-bottom: 2rem;
}
.lc-imgitem-col hr:last-of-type,
.lc-imgitem-col .hr:last-of-type
{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}
.lc-imgitem-col .lc-content-headline {
	font-size: 1.25em;
	line-height: 1;
}
.lc-break-word {
	word-break: break-word;
}

.lc-artists-box h3 {
	font-size: 1.250em;
}
.lc-artist-placeholder {
	background: url('/assets/images/artist-placeholder.png') center center no-repeat;
	background-size: 100%;
}
.lc-artist-img {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 0 15px 0;
}

.lc-artist-img-copyright {
	font-size: 85%;
	opacity: 0.75;
}

.lc-box-thumb-placeholder {
	height: 100px;
	color: #ccc;
	text-align: center;
}
.lc-box-thumb-placeholder i {
	font-size: 3.5em;
	line-height: 100px;
}

.lc-list-box hr:last-of-type,
.lc-list-box .hr:last-of-type
{
	display: none;
}
.lc-list-item {

}

.lc-list-item-with-thumb .lc-box-thumb,
.lc-list-item-with-thumb .lc-box-thumb-placeholder  {
	position: absolute;
	left:15px;
}
.lc-list-item .lc-content-headline {
	font-size: 1.125em;
}
.lc-list-item-with-thumb {
	margin-left: 115px;
	min-height: 100px;
}


.lc-partners h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.lc-partner-box {
	position: relative;
	display: block;
	height:200px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom:15px;
	border-top: 2px solid #777;
	padding: 0 15px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-indent: -999999px;
	transition: background-size 0.25s, height 0.5s;
}
.lc-partner-box:hover {
	background-size: 90% auto;
}







.lc-events-header {
	min-height:200px;
	padding: 15px;
	overflow: visible;
	background-color: #fff;
}

.lc-events-header h1 {
	margin: 0 0 10px 0;
	font-size: 28px;
}

.lc-events-listview-buttons {
	position: absolute;
	right:15px;
	top: 15px;
}
.lc-events-listview-buttons-label,
.lc-events-listview-buttons a {
	float: left;
	margin-right: 10px;
	line-height: 1;
}
.lc-events-listview-buttons a {
	font-size: 1.25em;
	color: #ccc;
}
.lc-events-listview-buttons a.active,
.lc-events-listview-buttons a:hover {
	color: #000;
}

.lc-events-dates  {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	min-height: 100px;
	-overflow: auto;
	box-sizing: border-box;
}

.lc-events-date  {
	width:10%;
	float: left;
	height: 100px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #777;
	padding-top: 7.5px;
	line-height: 1;
	box-sizing: border-box;
}
.lc-events-date:last-of-type  {
	/*border: none;*/
}
.lc-events-dates-mobile-button,
.lc-events-date-all {
	display: none;
}
.lc-events-date.active  {
	background-color: #777;
	color: #fff;
}
.lc-events-date span,
.lc-event-icon span {
	display: block;
	font-weight: normal;
	color: inherit;
	text-align: center;
	font-size: 0.75em;
}
.lc-events-date-weekday,
.lc-events-date-month {
	line-height: 20px;
}
.lc-events-date-day {
	font-size: 30px !important;
	line-height: 40px !important;
	font-weight: 100 !important;
}
.lc-events-date-separator {
	display: none;
}

.lc-events-button-enabled {
	display: none !important;
}

.lc-events-date.active .lc-events-button-enabled {
	display: inline !important;
}
.lc-events-date-icon-check {
	display: none;
}

.lc-events-list-filter-mobile-toggler {
	padding: 0.5rem;
	border: 1px solid #777;
	color: #777;
	width: 100%;
	text-align: left;
	background-color: transparent;
}
.lc-events-list-filter-mobile-toggler:hover {
	background-color: #eee;
}
.lc-events-filter-buttons,
.lc-events-dates-mobile-button {
	margin-top: 5px;
	font-size: 1rem;
}
.lc-events-filter-buttons a {
	margin-right: 15px;
	position: relative;
	padding-left: 1.5rem;
}
.lc-events-filter-buttons a > i {
	position: absolute;
	left:0;
	top: 1px;
}
.lc-events-filter-buttons .dropdown {
	/*float: left;*/
}
.lc-events-filter-buttons .dropdown-menu > li {
	margin-bottom: 0;
}
.lc-events-filter-buttons .dropdown-menu > li > a {
	padding:5px 20px 5px 5px;
	margin-right: 0;
	display: block;
}
.lc-events-filter-buttons .dropdown-menu > li > a > i {
	position: static;
}

.lc-events-date-header {
	background: #fff;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.lc-events-date-header .lc-info-headline {
	margin-bottom: 0;
}
.lc-events-box {
	position: relative;
	display: block;
	overflow: auto;
	background-color: #fff;
	padding: 30px 15px;
}

.lc-events-artists-box {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.lc-events-artists-box li,
.lc-artists-az-box .lc-content-headline {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

.lc-eventlist-text {
	padding-right: 50px;
}

.lc-eventlist-infos li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.lc-eventlist-infos li i {
	position: absolute;
	left: 0.25em;
	top: 0.25em;
	width: 15px;
	text-align: center;
}

.lc-eventlist-short .lc-eventlist-short-hidden {
	display: none !important;
}

.lc-eventlist-short .lc-eventlist-text {
	display: none;
}
.lc-eventlist-short .lc-eventlist-text-col {
	width: 100% !important;
}
.lc-eventlist-short .lc-eventlist-infos li {
	float: left;
	margin-right: 15px;
}
.lc-eventlist-accessibilities {
	padding: 0 !important;
}


.lc-events-cancelled,
.lc-events-ticketlink,
.lc-event-ticketlink {
	background-color: #777;
	color: #fff;
	border-radius: 3px;
	padding: 0.125em 0.5em;
	display: block;
	margin-bottom: 10px;
	margin-top: 0.25em;
	font-size: 0.75em;
}
.lc-events-cancelled,
.lc-events-ticketlink {
	width:90px;
	text-align: center;
}

.lc-event-ticketlink {
	width:auto;
	display: inline-block;
	margin-bottom: 10px;
	font-size: inherit;
}
.lc-events-cancelled {
	background-color: #cc0000;
}
.lc-events-ticketlink:hover,
.lc-event-ticketlink:hover {
	background-color: #444;
	color: #fff;
}



.lc-event-header {
	min-height: 120px;
}

.lc-event h3,
.lc-event-header h3 {
	font-size: 1.75em !important;
	padding-right: 115px;
}
.lc-event .lc-content-subline {
	padding-right: 115px;
}

.lc-event-num {
	width:90px;
	display: block;
	font-family:helvetica,arial,sans-serif;
	font-size: 18px;
	line-height: 28px;
	background-color: #777;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 2px 4px;
}
a.lc-event-num:hover {
	color: #fff !important;
}

.lc-event-pagination,
.lc-artist-pagination {
	width: 90px;
	margin-top: 5px;
}
.lc-event-pagination a:hover {
	background-color: #999;
	color: #fff;
}

.lc-artist-pagination {
	top: 15px;
}

.lc-event-container h4.lc-info-headline,
.lc-event-container h4.lc-info-headline,
.lc-artist-container h3.lc-info-headline,
.lc-artist-container h4.lc-info-headline
{
	margin-top: 0;
	padding-top: 0;
	line-height: 1;
	font-size: 1.25em;
}

.lc-event-banner-image {
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	margin-bottom: 15px;
}

.lc-event-pagination a,
.lc-artist-pagination a,
.lc-artists-pagination a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #eee;
	text-align: center;
	font-size: 1.250em;
	line-height: 40px;
	color: #ccc;
	border-radius: 3px;
}
.lc-artists-pagination a {
	width: auto;
	padding: 0 10px;
}

.lc-event-text p,
.lc-artist-text p {
	font-size: 1em;
	line-height: 1.5;
	padding-right: 15px;
}

.lc-event-hint {
	margin-bottom: 0;
}
.lc-event-hint a {
	font-weight: bold;
	text-decoration: underline;
}

.lc-event-info-item {
	overflow: visible;
	position: relative;
	display: block;
	font-size: 1em;
	margin-bottom: 15px;
}
.lc-event-info-item .lc-info-headline {
	font-size: 0.875em;
	margin-bottom: 5px;
	margin-top: -3px;
}
.lc-event-info-item .lc-content-headline {
	font-size: 1em;
}
.lc-event-infos:last-of-type hr,
.lc-event-infos:last-of-type .hr
{
	display: none;
}
.lc-event-location-address {
	margin-top: -10px;
}

.lc-artist-related-event .lc-info-headline {
	margin-top: 2px !important;
}
.lc-artist-related-event .lc-content-headline {
	font-size: 1.25em;
	line-height: 1.25;
}

.lc-event-icon {
	position: absolute;
	width:100px;
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #777;
	/*background-color: #eee;*/
	padding-top: 10px;
	margin: 0 10px 0 0;
	text-align: center;
}
.lc-event-icon i {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	font-size: 50px;
	line-height: 95px;
	color: #777;
}
.lc-event-info-text {
	min-height: 115px;
	margin-left: 110px;
	margin-top: -0.25em;
}
.lc-event-info-text .lc-event-accessibility,
.lc-event-info-text .lc-event-language
{
	margin-bottom: 0;
}

.lc-event-cancelled .lc-event-icon {
	border-color: #cc0000;
}

.lc-event-cancelled .lc-event-info-text {
	color: #cc0000;
}

.lc-event-cancelled .lc-event-icon i {
	color: #cc0000;
	font-size: 70px;
}

.lc-event-price {
	position: relative;
	padding-left: 60px;
	margin: 0;
}
.lc-event-accessibility {
	position: relative;
	padding-left: 20px;
	overflow: auto;
}
.lc-event-price-type,
.lc-event-accessibility-icon {
	position: absolute;
	left: 1px;
	line-height: inherit;
	font-size: inherit;
}


.lc-newslist h3,
.lc-press-container h3 {
	font-size: 1.750em;
}

.lc-newslist-text p {
	font-size: 1em;
	line-height: 1.5;
	margin-right: 30px;
}

.lc-newslist hr,
.lc-newslist .hr
{
	border-color: #ccc;
}

.lc-gallery .lc-gallery-link {
	display: inline-block;
	margin-bottom: 15px;
}

.lc-gallery .lc-gallery-thumb {
	border-radius: 3px;
	border:1px solid #ccc;
}

.lc-ticketmarket-list table {
	border-bottom: 1px solid #ddd;
}
.lc-ticketmarket-list td {
	position: relative;
}

.lc-ticketmarket-list td:first-of-type {
	padding-left: 0;
}
.lc-ticketmarket-list td:last-of-type {
	text-align: right;
	padding-right: 0;
}
.lc-table-event-num {
	font-family:helvetica,arial,sans-serif;
	font-size: 1em;
	background-color: #777;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	padding: 4px;
}
.lc-ticketmarket-list td span {
	display: block;
	color: #999;
	font-weight:normal;
	font-size: inherit;
}
.lc-ticketmarket-list-title {
	font-weight:bold;
}
.lc-ticketmarket-list-date {

}
.lc-ticketmarket-form {

}
.lc-ticketmarket-form .radio-inline {
	padding: 6px 12px;
	width: 100%;
}
.lc-ticketmarket-form .radio-inline input {
	position: relative;
	margin-left: 0;
}

.lc-ticketmarket-form .radio-inline label {
	font-weight: normal;
	width: 100%;
}
.lc-ticketmarket-filter {

}
.lc-ticketmarket-filtertext {

}
.lc-ticketmarket-filtersubmit {

}

.lc-registration-container legend {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.lc-registration-container .lc-form-mandatory-icon {
	font-size: 70%;
	vertical-align: super;
}
.lc-textsize-small .lc-registration-container .checkbox-inline input[type='ceckbox'] {
	transform: scale(1);
}
.lc-textsize-medium .lc-registration-container .checkbox-inline input[type='ceckbox'] {
	transform: scale(1.25);
}
.lc-textsize-big .lc-registration-container .checkbox-inline input[type='ceckbox'] {
	transform: scale(1.5);
}
.lc-registration-misc-list {
	border:1px solid #999;
	background-color: #eee;
	border-radius: 3px;
	padding-bottom: 1rem;
	padding-right: 1rem;
}
.lc-registration-misc-list input {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	width: 20px;
	height: 20px;
}
.lc-registration-misc-list label {
	position: relative;
	padding:0.5rem 0.5rem 0.25rem 3rem;
	font-weight: normal;
	width: 100%;
	border-width: 0;
	line-height: 1.25;
}
.lc-registration-misc-list label p {
	margin-bottom: 0;
}
.lc-footer-wrapper {
	background-color: #999;
}

.lc-footer-container {
	padding-top: 30px;
	padding-bottom: 60px;
}

.lc-footer-box {
	/*background-color: #999;*/
	color: #fff;
	-padding:15px 15px 30px 15px;
	padding:15px 0 30px 0;
}
.lc-footer-box h3 {
	font-family: 'Oswald',helvetica,arial,sans-serif;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 300;
}
.lc-footer-box a {
	font-weight: normal;
	color: #fff;
	position: relative;
}
.lc-footer-box li a {
	display: block;
}
.lc-footer-box a:hover {
	color: #111;
}
.lc-footer-box a i {
	position: absolute;
	left: 0;
	top: 0.25em;
}

.lc-footer-box li a,
.lc-footer-box .lc-footer-mailto-link,
.lc-footer-box .lc-newsletter-choices-box a,
.lc-footer-box .lc-newsletter-submit-button {
	padding-left: 1.25em;
}
.lc-footer-nav,
.lc-footer-nav ul {
	margin: 0;
	padding: 0;
}
.lc-footer-nav ul {
	margin-left: 1.5em;
}
.lc-footer-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lc-footer-box input {
	border-radius: 0;
	border: none;
	background-color: #eee;
	color: #333;
}

.lc-footermenu-item {
	position: relative;
}
.lc-footermenu-item i {
	position: absolute;
	top: 6px;
	left: 2px;
}
.lc-footermenu-item .lc-info-headline {
	font-size: 1em;
	line-height: 1.25;
	margin: 0 0 0 30px;
}
.lc-footermenu-item .lc-info-headline a.active {

}

.lc-footer-box .lc-newsletter-submit-button {
	cursor: pointer;
	border: none;
	color: inherit;
	background-color: transparent;
	padding: 0;
}

.lc-footer-box .lc-newsletter-spinner {
	display: none;
}

.lc-footer-box .lc-newsletter-choices-box {
	margin-top: 5px;
}

.lc-collapseblock-handle {
	position: relative;
	padding-left: 2.25rem;
	display: block;
}
.lc-collapseblock-handle i {
	position: absolute;
	left: 0;
}

.lc-collapseblock-handle .lc-collapseblock-icon-down {
	display: none;
}
.lc-collapseblock-handle .lc-collapseblock-icon-up {
	display: inline;
}
.lc-collapseblock-handle.collapsed .lc-collapseblock-icon-down {
	display: inline;
}
.lc-collapseblock-handle.collapsed .lc-collapseblock-icon-up {
	display: none;
}

.lc-footerpage h2 {
	font-weight: 400;
	color: #777;
	font-size: 1.5em;
	line-height: 1.5;
}
.lc-footerpage h3,
.lc-footerpage h4,
.lc-footerpage h5 {
	font-weight: 400;
	color: #777;
	font-size: 1.25em;
	line-height: 1.5;
}
.lc-footerpage table {
	table-layout: fixed;
	margin-bottom: 1rem;
}
.lc-footerpage table tr {
	border-bottom: 1px solid #ccc;
}
.lc-footerpage table th {
	white-space: nowrap;
}
.lc-footerpage table td {
	vertical-align: top;
	min-width: 100px;
	padding-right: 20px;
}
.lc-footerpage figure img,
.lc-footerpage-video-container
{
	float: left;
	margin-top: 0.25em;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
	border-radius: 0.25rem;
	width: 100%;
	max-width: 50%;
}
@media (max-width: 991px) {
	.lc-footerpage figure img,
	.lc-footerpage-video-container {
		width: 100%;
		max-width: 100%;
	}
}
.lc-footerpage hr,
.lc-footerpage .hr
{
	clear: both;
}
.lc-footerpage p {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.lc-footerpage ul {
	margin-bottom: 1.5em;
	list-style-type: none;
}
.lc-footerpage li {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.lc-footerpage ul li:before {
	content: "— ";
	position: absolute;
	margin-top: -0.1em;
	margin-left: -20px;
	color: #999;
}
.lc-footerpage a {
	font-size: inherit;
	font-weight: bold;
}
/*
.lc-footerpage a {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 20px;
	font-weight: bold;
}
.lc-footerpage a:before {
	content: "⊙  ";
	position: absolute;
	margin-top: -0.1em;
	margin-left: -20px;
	font-weight: bold;
	font-size: 1.25em;
}
*/
.lc-banner-rotation {
	width: 100%;
	height: 200px;
	margin: 0 0 15px 0;
	visibility: hidden;
}
.lc-banner-rotation-image {
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}

.lc-banner-cols {
	background-color: #fff;
}
.lc-banner-cols-cat {
	background-color: #fff;
	color: #999;
	text-align: center;
	padding: 2px 0;
	font-size: 0.75em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.lc-banner-cols img {
	width: 100%;
	max-width: 185px;
}

.lc-nav-placeholder {
	margin: 0 0 15px 0;
	border-color: #999;
	border-width: 5px;
}

.nav-item-hidden {
	display: none;
}

.lc-navbar-toggle-button {
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-radius: 100%;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #777;
	position: absolute;
	left: 5px;
	top: 5px;
	cursor: pointer;
	display: none;
	z-index: 100;
	border-width: 0;
	padding: 0;
}
.lc-navbar-toggle-button:focus {
	outline: 2px solid #000;
}

.lc-navbar-tickets-button {
	font-family: 'Oswald';
	text-transform: uppercase;
	padding: 0 15px;
	height: 30px;
	background-color: #fff;
	font-size: 18px;
	line-height: 28px;
	color: #777;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
}
.lc-navbar-tickets-button:hover,
.lc-navbar-tickets-button:focus
{
	background-color: #000;
}
#navbar .lc-dropdown {
	position: relative;
	z-index: 11;
}
/*
#navbar .lc-dropdown:focus .lc-dropdown-menu {
	display: block;
}
*/
#navbar .lc-dropdown-menu {
	position: absolute;
	display: none;
	background-color: #fff;
	z-index:9999;
	box-shadow: 0 3px 10px rgba(0,0,0,0.25);
	min-width: 100%;
}
#navbar .lc-dropdown-menu a {
	display: block;
	padding: 6px 10px;
	white-space: nowrap;
	color: #666;
}
#navbar .lc-dropdown-menu a:hover {
	background-color: #eee !important;
}
#navbar .lc-dropdown-menu li.active a {
	background-color: #ccc !important;
}
.lc-small-screen-only,
.lc-small-screen-footer-menu.not-active,
.lc-small-screen-footer-menu.active {
	display: none;
}

/*
	*
	* overwrite bootstrap styles
	*
*/

*:focus {
	outline: 0px solid #000 !important;
	box-shadow: none !important;
}
a:hover, a:focus {
	text-decoration: none;
}
.dropdown-toggle::after {
	content: none;
}
.navbar {
	height: 40px !important;
	min-height: 40px !important;
	border-radius: 0 !important;
	background-color: #999;
	-margin-bottom: 15px;
	border: none;
	box-sizing: border-box;
}

#navbar li {
	margin-bottom: 0;
}
#navbar li a {
	display: block;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	padding: 7px 10px;
	height: 40px !important;
	min-height: 40px !important;
}
#navbar li a:hover {
	background-color: #888;
}
#navbar li a .fa {
	line-height: 1;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #777;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #777;
}

.dropdown-menu {
	background-color: #fff;
	padding:0;
	overflow: hidden;
}
.dropdown-menu > li > a {
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #e0e0e0 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #e0e0e0 !important;
	color: #000;
}

.dropdown-item {
	padding: 7px 10px;
	font-size: 0.875em;
}

.container-fluid {
	max-width: 1170px;
}
.lc-start-box-fullsize-container-padding {
	padding: 0 15px;
}
@media (max-width: 1140px) {
	.lc-start-box-fullsize-container-padding {
		padding: 0;
	}
}

/*
.row {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.row.no-gutters {
	padding-right:0;
	padding-left:0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.form-horizontal .form-row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}
*/
.form-control,
textarea,
input,
label {
	transition: background-color 0.5s;
	font-size: inherit;
}
label {
	margin-bottom: 0px;
}
.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25) !important;
	border-color: none;
	background-color: #fff;
	outline: 0 none;
}
.form-control,
.btn,
.radio-inline,
.checkbox-inline {
	background-color: #ededed;
	box-shadow: none;
	border-radius: 3px;
	border-width: 0;
	color: #333;
}
.radio-inline,
.checkbox-inline {

}
.btn {
	background-color: #777;
	color: white;
	border: 0;
	font-size: 1em;
}
.btn:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus {
	background-color: #777;
	color: white;
	border: 0;
}
.btn-sm {
	font-size: 0.875em;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #777;
	border-color: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	background-color: #777 !important;
}
.btn-lc,
.btn-lc:hover,
.btn-lc.active,
.btn-lc:active,
.btn-lc.focus,
.btn-lc:focus {
	background-color: #e2007a;
	color: white;
	border: 0;
}

.form-horizontal .control-label {
	font-size: inherit;
	padding-top: 6px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #e2007a;
}

.has-error .form-control,
.has-error.radio-inline {
	border-color: #e2007a !important;
	color: #e2007a;
}

.has-error .form-control::-webkit-input-placeholder {
	color: #e2007a;
}
.has-error .form-control:-moz-placeholder {
	color: #e2007a;
}
.has-error .form-control::-moz-placeholder {
	color: #e2007a;
}
.has-error .form-control:-ms-input-placeholder {
	color: #e2007a;
}
.has-error .form-control::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
	color: #e2007a;
}
.has-error .form-control:-moz-placeholder, .has-error .form-control:-moz-placeholder {
	color: #e2007a;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #e2007a;
}

.text-danger {
	color: #e2007a !important	;
}

.alert-danger {
	color: #e2007a;
	background-color: #ffffff;
	border-color: #e2007a;
}


.lc-search-bar {
	position: absolute;
	padding: 5px;
	right: 10px;
	top: 0;
}

.lc-search-bar input {
	border: none;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px 0 30px;
	transition: width 0.5s;
	background-color: #eee;
	color: #777;
	width: 200px;
}
.lc-search-bar input:focus {
	width:200px;
}

.lc-search-symbol {
	position: absolute;
	left: 10px;
	top:5px;
	font-size: 18px;
	line-height: 28px;
    z-index: 2;
	color: #999;
	cursor: pointer;
}

.lc-search-results-container {
	position: absolute;
	width: 370px;
	top: 40px;
	right: 6px;
	background-color: #fff;
	color: #000;
	z-index:999;
	box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}

.lc-search-results-table {
	width: 100%;
}

.lc-search-results-table-link {
	display: block;
	background-color:#fff;
	border-bottom: 1px solid #999;
	padding: 1rem;
	line-height: 1.125;
}

.lc-search-results-table-link:hover,
.lc-search-results-table-link:focus
{
	background-color: #eee;
}

.lc-search-results-parent {
	color: #999 !important;
}

.lc-search-results-table:last-child {
	border-bottom: 0;
}

.lc-search-too-many-results {
	padding: 1rem;
	border-bottom: 1px solid #999;
	line-height: 1;
	color: #999;
	font-size: 85%;
}

.text-muted {
	color: inherit !important;
	opacity: 0.5;
}
.lc-start-fullsize-container {
	-margin-top: -15px;
}
.lc-start-box-fullsize {
	border-bottom:1px solid #999;
}
.lc-start-box-fullsize h2 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
.lc-start-box-fullsize h3,
.lc-start-box-fullsize .h3 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
.lc-start-box-fullsize p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}
.lc-start-box-fullsize .lc-start-box-bigtext p {
	font-size: 200%;
	font-weight: 100;
}
.lc-start-box-fullsize .lc-start-box-bigtext .btn {
	font-size: 125%;
	font-weight: 300;
	margin-bottom: 2rem;
}
.lc-start-box-fullsize .lc-start-box-bigtext hr:last-of-type,
.lc-start-box-fullsize .lc-start-box-bigtext .hr:last-of-type
{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}
.lc-start-box-fullsize li {
	font-size: inherit;
}
.lc-start-box-fullsize ul {
	margin-bottom: 1.5em;
	list-style-type: none;
}
.lc-start-box-fullsize ul li {
	margin-bottom: 0.5em;
	padding-left: 20px;
}
.lc-start-box-fullsize ul li:before {
	content: "— ";
	position: absolute;
	margin-top: -0.1em;
	margin-left: -20px;
	color: currentColor;
	opacity: 0.25;
}
.lc-start-box-fullsize figure a {
	display: inline-block;
}

.lc-start-box-event-horizon-scrollbox {
	overflow-y: scroll;
	scrollbar-width: none;  /* Firefox */
}
.lc-start-box-event-horizon-scrollbox::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}
.lc-start-box-event-horizon-flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 30px 0;
}
.lc-start-box-event-horizon-flexitem {
	width: 25vw;
	flex: none;
	margin-right: 30px;
}
@media(max-width: 991px){
	.lc-start-box-event-horizon-flexitem {
		width: 50vw;
	}
}
@media(max-width: 575px){
	.lc-start-box-event-horizon-flexitem {
		width: 75vw;
	}
}
.lc-start-box-event-horizon-rightspacer {
	flex: none;
}
.lc-start-box-event-horizon-card {
	color: inherit;
	display: block;
	padding: 10px;
	margin: -10px;
	transition: background-color 0.5s;
	position: relative;
}
.lc-start-box-event-horizon-card:hover,
.lc-start-box-event-horizon-card:focus
{
	background-color: rgba(150,150,150,0.15);
}
.lc-start-box-event-horizon-card:hover {
	color: inherit;
}
.lc-start-box-event-horizon-date {
	padding: 0 0 10px 0;
	font-size: 110%;
}
.lc-start-box-event-horizon-title {
	padding: 10px 0 0 0;
	height: 80px;
	overflow: hidden;
}
.lc-start-box-event-horizon-title-bottomfade {
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-color: rgba(255,55,255,0.5);
	background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));
}
.lc-start-box-event-horizon-img {
	border-radius: 3px;
}
.lc-start-box-fullsize-img-with-border {
	border-radius: 3px;
	border:1px solid #ccc;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 0.1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 30px;
	height: 30px;
	background-size: 70% 70%;
	background-color: #999;
	border-radius: 50%;
}
.lc-carousel-inline-container {
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
}
.lc-carousel-inline-container .carousel-control-next,
.lc-carousel-inline-container .carousel-control-prev {
	display: none;
}

.lc-carousel-copyright {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	background-color:#fff;
	color:#777;
}
.lc-invitation-body {
	background-color: #777;
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
}
.lc-invitation-container:before {
	display: table;
	content: "";
	line-height: 0;
}
.lc-invitation-container {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.lc-invitation-card {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 480px;
	-min-height: 75vh;
	margin-left: auto;
	margin-right: auto;
	border-radius: 1rem;
	overflow: hidden;
}
.lc-invitation-language {
	position: absolute;
	top: 13px;
	right: 15px;
}
.lc-invitation-language a {
	font-size: 85%;
	color: #999;
	border: 1px solid currentColor;
	border-radius: 0.25rem;
	padding: 3px 10px;
}
.lc-invitation-language a:focus {
	color: #000;
}
.lc-invitation-card-item {
	min-height: 50vh;
	border: 3px solid #eee;
	border-radius: 0.5rem;
	margin: 1rem;
	position: relative;
	padding: 15px 15px 60px 15px;
}
.lc-invitation-card h1,
.lc-invitation-card h2,
.lc-invitation-card h3
{
	font-size: 200%;
}
.lc-invitation-card p {
	margin-bottom: 10px;
}
.lc-invitation-card hr,
.lc-invitation-card .hr
{
	border-color: #fff;
}
.lc-invitation-addressee {
	font-size: 2em;
	font-weight: 200;
	padding: 15px;
	border-radius: 0.5rem;
	background-color: #eee;
}
.lc-invitation-form-box {
	text-align: left;
	background-color: #eee;
	border-radius: 0.5rem;
}
.lc-invitation-banner-box {
	border: 1px solid #eee;
	border-radius: 0.5rem;
}
.lc-invitation-companion-count-input {
	width: 60px;
	background-color: #fff;
	border-color: #ccc;
	padding: 0 10px;
}
.lc-invitation-prevnext-button {
	position: absolute;
	bottom: 15px;
	color: #fff;
	background-color: #000 !important;
}
.lc-invitation-prev-button {
	left: 15px;
}
.lc-invitation-next-button {
	right: 15px;
}
.lc-invitation-prevnext-button:hover,
.lc-invitation-prevnext-button:focus {
	color: #000 !important;
	background-color: #ccc !important;
}
.lc-invitation-submit-button {
	right: 15px;
}
.lc-invitation-prevnext-button:focus,
.lc-invitation-prevnext-button:active
{
	color: #000 !important;
}
.lc-newsletterformpage-box {
	padding: 2rem;
	border: 2px solid rgba(0,0,0,.1);
}
.lc-newsletterformpage-box input[type='email']{
	padding: 1.5rem;
}
.lc-location-map-item p {
	margin-bottom: 0;
}
