/* experimental search */

.search-page .map {
	float: left;
	width: 45%;
	height: 330px;
	background: #fff;
	position: relative;
	border-right: solid #fff 3px;
	overflow: hidden;
}
.search-page .map .dummy:after {
	content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: rgba(255, 255, 255, 0.7);
}
.search-page .map .dummy img {
	width: 100%;
}
.search-page .map .msg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.search-page .map .lux-map {
	height: 330px;
	border: solid #e30613 1px;
	position: relative;
    z-index: 10;
}

.search-page .map .lux-map .ol-control button {
	border-color: #e30613;
	color: #e30613;
	transition: background 0.1s, color 0.1s;
}

.search-page .map .lux-map .ol-control button:hover {
	background: #e30613;
	color: #fff;
}

.search-page .map .lux-map .ol-attribution.ol-uncollapsible {
	bottom: 0;
    right: 0;
    max-width: none;
}

.search-page .map .lux-map .ol-attribution li {
	float: left;
	position: relative;
    top: 2px;
}

.search-page .filters {
	float: right;
  width: 55%;
  height: 330px;
  position: relative;
  z-index: 1;
  background: #e30613;
	border-left: solid #fff 2px;
  color: #fff;
  margin-bottom: 5px;
}

.search-page .filters h2 {
	padding: 20px 70px 0;
    margin-bottom: 10px;
}

.search-page .filters form {
	margin: 0 70px 40px;
    padding: 20px;
    background: rgba(255,255,255,0.2);
}

.search-page .filters form:after {
	content: '';
	clear: both;
	display: table;
}

.search-page .filters .col-1,
.search-page .filters .col-2,
.search-page .filters .col-3 {
	margin-bottom: 10px;
}

.search-page .filters .col-2,
.search-page .filters .col-3 {
	float: left;
	margin-right: 4%;
}

.search-page .filters .col-2 {
	width: 48%;
}

.search-page .filters .col-3 {
	width: 30.5%;
}

.search-page .filters .col-right {
	margin-right: 0;
}

.search-page .filters label {
	color: #333;
}

.search-page .filters .form-text {
	height: 29px;
	padding: 5px;
	border: 1px solid #e30613;
    border-radius: 3px;
	width: 100%;
}

.search-page .filters .form-type-date {
	float: left;
	height: 29px;
	background: #fff;
	border: 1px solid #e30613;
    border-radius: 3px;
}
.search-page .filters .form-item-to {
	margin-right: 0;
}

.search-page .filters .form-type-date label {
  display: inline-block;
  height: 27px;
	padding-left: 3px;
  float: left;
  line-height: 27px;
  width: auto;
}

.search-page .filters .form-type-date input {
	width: calc(100% -  43px);
	border: none;
	height: 27px;
}

.search-page .filters .form-item-latlon-distance-from {
  width: 100px;
}

.search-page .filters .form-actions {
  float: right;
  margin: 0;
}

.search-page .filters .form-submit.cancel {
  text-decoration: none;
  line-height: 27px;
  padding-top: 2px;
  padding-bottom: 3px;
  background: rgba(255,255,255,0.5);
  color: #333;
  margin-right: 2px;
}

.search-page .results {
	clear: both;
}


.search-page .loading {
	background: #929292;
    height: 50px;
    text-align: center;
    color: #fff;
	margin-bottom: -50px;
    z-index: 1;
    position: relative;
}


.view-searchsolr .views-row .views-field-field-date {
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media screen and (max-width: 1280px) {
  .search-page .filters h2 {
    padding: 10px 35px 0;
  }

  .search-page .filters form {
    margin: 0 35px 20px;
  }

  .search-page .filters .form-item-latlon-distance-from {
    width: 48%;
  }

  .search-page .filters .form-item-latlon-distance-from select {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .search-page .filters {
    float: none;
    width: 100%;
  }

  .search-page .filters h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-page .filters form {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-page .leaflet-container {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 960px) {
  .search-page .results-wrapper .result {

  }
}

@media screen and (max-width: 700px) {
  .search-page .row-wrapper {
    width: 284px;
    margin-left: auto;
    margin-right: auto;
  }

  .is-path-search .view-searchsolr.view-display-id-page_1 > .view-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .search-page .filters {
    height: auto;
    padding-bottom: 20px;
  }

  .search-page .filters form {
    margin-bottom: 0;
  }

  .search-page .filters .col-2 {
    width: 100%;
  }
}

.ui-autocomplete.town .location a {
	background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.ui-autocomplete.town .location a:hover {
	background: #000 !important;
	color: #fff !important;
}


.ui-autocomplete.keyword li a {
	padding: 0 !important;
}

.ui-autocomplete.keyword .suggestion {
	max-width: 440px;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-autocomplete.keyword .live_results .row {
	height: 40px;
	white-space: normal;
}

.ui-autocomplete.keyword .live_results .row:after {
	content: '';
	clear: both;
	display: table;
}

.ui-autocomplete.keyword .live_results .image {
	float: left;
	height: 30px;
	margin-right: 10px;
}

.ui-autocomplete.keyword .live_results .image img {
	height: 40px;
	width: 60px;
}

.ui-autocomplete.keyword .live_results .title,
.ui-autocomplete.keyword .live_results .info {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-autocomplete.keyword .live_results .title {
	font-family: 'open_sanssemibold';
}


.ui-autocomplete.keyword .suggestion .autocomplete-suggestion-user-input {
	font-family: 'open_sanssemibold';
}

.ui-autocomplete.keyword .ui-state-active,
.ui-autocomplete.keyword .ui-state-active:hover {
	background: #e30613 !important;
	color: #fff !important;
}



.ui-autocomplete.keyword li.search_api_solr_suggester {
	background: #333;
}

.ui-autocomplete.keyword li.search_api_solr_suggester.first-search_api_solr_suggester {
	padding-top: 5px;
}

.ui-autocomplete.keyword li.search_api_solr_suggester:last-of-type {
	padding-bottom: 5px;
}

.ui-autocomplete.keyword li.search_api_solr_suggester a {
	color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}





/* expereimental front */
.section-front-new {
	background: #fef5f4;
}

.section-front-new .layout-center {
	padding: 0;
    max-width: 1200px;
    background: #efefef;
	box-shadow: 0 0 15px #333;
	margin-bottom: 20px;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section-front-new .layout-center > * {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.section-front-new header.header {
    height: 82px;
    margin-bottom: -1px;
    position: relative;
}

.section-front-new.sticky header.header {
	opacity: 1;
}

.section-front-new header.header.fixed {
	display: none !important;
}

.section-front-new header.header:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 99vw;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}

.section-front-new header.header > * {
	position: relative;
	display: none;
}

.section-front-new .site-logo img {
	margin: 20px 0;
	height: 42px;
	display: block;
}

.section-front-new #block-plurioblocksheaderfrontpage {
	display: block;
}

#block-tabs {
	float: right;
	position: absolute;
	right: 0;
	top: 1px;
}

#block-tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#block-tabs ul li {
	float: left;
}

#block-tabs ul li a {
	padding: 10px 10px;
	margin: 0 10px;
	display: block;
	text-decoration: none;
	color: #333;
	transition: border-bottom 0.3s, color 0.3s;
	border-bottom: solid transparent 3px;
}

#block-tabs ul li a:hover {
	border-bottom: solid #333 3px;
	color: #333;
}

#block-tabs ul li.active a {
	border-bottom: solid #e30613 3px;
	color: #e30613;
}

#block-tabs ul li:last-of-type a {
	margin-right: 0;
}

.header .popup {
	position: fixed;
	top: -200%;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(51, 51, 51, 0.95);
	opacity: 0;
	z-index: 1000;
	-webkit-transition: top 0s 0.3s, opacity 0.3s;
	-moz-transition: top 0s 0.3s, opacity 0.3s;
	-ms-transition: top 0s 0.3s, opacity 0.3s;
	-o-transition: top 0s 0.3s, opacity 0.3s;
	transition: top 0s 0.3s, opacity 0.3s;
}

.menu-open .header .popup {
	opacity: 1;
	top: 0;
	-webkit-transition: top 0s, opacity 0.3s;
	-moz-transition: top 0s, opacity 0.3s;
	-ms-transition: top 0s, opacity 0.3s;
	-o-transition: top 0s, opacity 0.3s;
	transition: top 0s, opacity 0.3s;
}

.header .popup .block {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1000px;
	width: 100%;
	margin: 50px 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
	text-align: left;
}

#block-menu,
#block-login,
#block-form {
	display: none;
	opacity: 0;
	text-align: center;
	max-height: 90%;
    margin: 0;
	-webkit-transition: display 0s 0.3s, opacity 0.3s;
	-moz-transition: display 0s 0.3s, opacity 0.3s;
	-ms-transition: display 0s 0.3s, opacity 0.3s;
	-o-transition: display 0s 0.3s, opacity 0.3s;
	transition: display 0s 0.3s, opacity 0.3s;
}

body[popup="menu"] #block-menu {
	display: block;
	opacity: 1;
	-webkit-transition: display 0s, opacity 0.3s;
	-moz-transition: display 0s, opacity 0.3s;
	-ms-transition: display 0s, opacity 0.3s;
	-o-transition: display 0s, opacity 0.3s;
	transition: display 0s, opacity 0.3s;
}

body[popup="login"] #block-login {
	display: block;
	opacity: 1;
	-webkit-transition: display 0s, opacity 0.3s;
	-moz-transition: display 0s, opacity 0.3s;
	-ms-transition: display 0s, opacity 0.3s;
	-o-transition: display 0s, opacity 0.3s;
	transition: display 0s, opacity 0.3s;
}

body[popup="form"] #block-form {
	display: block;
	opacity: 1;
	-webkit-transition: display 0s, opacity 0.3s;
	-moz-transition: display 0s, opacity 0.3s;
	-ms-transition: display 0s, opacity 0.3s;
	-o-transition: display 0s, opacity 0.3s;
	transition: display 0s, opacity 0.3s;
}

#block-login {
	background: #e30613;
	border-radius: 3px;
	color: #fff;
	text-align: left;
	padding: 0 30px 20px;
}

#block-menu ul li {
	display: inline-block;
	width: 300px;
	margin: 12px;
}

#block-menu ul li a {
	display: block;
	background: #fff;
	border-radius: 3px;
	border: solid #e30613 1px;
	background: #e30613;
	text-align: left;
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
	height: 46px;
	position: relative;
	line-height: 46px;
}

#block-menu ul li.active a {
	background: #fff;
	color: #e30613;
}

#block-menu ul li a:before {
	display: inline-block;
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
}


.section-front-new .menu a:before {
	content: '';
	height: 40px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 30px;
	background-size: auto 25px;
	transition: background-size 0.3s;
}
.section-front-new .menu a:hover:before {
	background-size: auto 30px;
}

.section-front-new .menu li.events a:before {
	background-image: url(/themes/plurio/images/events.png);
}
#block-menu li.events a:before {
	background-image: url(/themes/plurio/images/events-white.png);
}
.section-front-new .menu li.events.active a:before {
	background-image: url(/themes/plurio/images/events-active.png) !important;
}

.section-front-new .menu li.venues a:before {
	background-image: url(/themes/plurio/images/venues.png);
}
.section-front-new #block-menu li.venues a:before {
	background-image: url(/themes/plurio/images/venues-white.png);
}
.section-front-new .menu li.venues.active a:before {
	background-image: url(/themes/plurio/images/venues-active.png);
}

.section-front-new .menu li.myevents a:before {
	background-image: url(/themes/plurio/images/myevents.png);
}
#block-menu li.myevents a:before {
	background-image: url(/themes/plurio/images/myevents-white.png);
}
.section-front-new .menu li.myevents.active a:before {
	background-image: url(/themes/plurio/images/myevents-active.png);
}

.section-front-new .menu li.menu a:before {
	background-image: url(/themes/plurio/images/more.png);
}
.section-front-new .menu li.menu.active a:before {
	background-image: url(/themes/plurio/images/more-active.png);
}

#block-tabs ul li .menu {
	position: absolute;
}

.section-front-new .ui-widget.ui-autocomplete {
	margin-top: -3px;
}

.section-front-new .ui-widget.ui-autocomplete li a {
	padding: 0;
	display: block;
}

.section-front-new span[data-big-pipe-placeholder-id*="plurioblockssearchforfrontpage"],
.section-front-new span[data-big-pipe-placeholder-id*="views_block__frontpage_categories__block_"] {
	display: block;
	width: 100%;
    height: 234px;
    margin: 10px 0;
	background: #f5f1f1;
}

.section-front-new span[data-big-pipe-placeholder-id*="plurioblockssearchforfrontpage"] {
	background: #e30613;
	position: relative;
	left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 99vw;
	height: 107px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 5px;
}

.section-front-new .header-wrapper {
    margin-bottom: 30px;
}

#block-plurioblockssearchforfrontpage {
	position: relative;
	left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 99vw;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	z-index: 15;
}

.stuck #block-plurioblockssearchforfrontpage {
	position: fixed;
	top: -1px;
}

#block-plurioblockssearchforfrontpage:after {
	content: '';
    position: fixed;
    top: -100vw;
    left: 0;
    height: 0;
    width: 99vw;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
	transition: height 0s 0.3s, background 0.3s;
}

#block-plurioblockssearchforfrontpage[state="open"]:after {
    height: 200vw;
    background: rgba(0, 0, 0, 0.5);
	transition: height 0s, background 0.3s;
}

#block-plurioblockssearchforfrontpage .wrapper {
	color: #fff;
    height: 80px;
	margin-top: 20px;
	background-color: #333;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    left: 1px;
	box-shadow: 0 0 15px #333;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	overflow: hidden;
	transition: all 0.3s;
	z-index: 2;
}

#block-plurioblockssearchforfrontpage[state="open"] .wrapper {
	box-shadow: 0 0 50px #333;
	height: 410px;
	max-width: 1280px;
	margin-top: -20px;
    padding-top: 40px;
	border-radius: 5px;
	overflow: visible;
}


#block-plurioblockssearchforfrontpage .open-close {
	position: absolute;
    top: -4px;
    right: 0;
	z-index: 3;
}

#block-plurioblockssearchforfrontpage .open-close a {
	position: absolute;
    top: 0;
	height: 96px;
    right: 0;
	padding: 10px;
    font-size: 12px;
    white-space: nowrap;
	color: transparent;
    text-decoration: none;
	transition: color 0.3s;
}


#block-plurioblockssearchforfrontpage .open-close a:hover {
	color: #333;
}

#block-plurioblockssearchforfrontpage .open-close a:after {
    content: '+';
	position: absolute;
    top: 27px;
    left: 50%;
    -moz-transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
    color: #fff;
	background: #e30613;
	border: solid #e30613 2px;
    border-radius: 100%;
    font-size: 25px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
	cursor: pointer;
	transition: opacity 0.3s, color 0.3s, background 0.3s, border 0.3s, -moz-transform 0.3s, -webkit-transform 0.3s, transform 0.3s;
}
#block-plurioblockssearchforfrontpage[state="open"] .open-close a:after {
	-moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}
#block-plurioblockssearchforfrontpage a:hover:after {
	background: #333;
    border: solid #e30613 2px;
    color: #fff;
}

#block-plurioblockssearchforfrontpage[state="open"] a:hover:after {
	border: solid #e30613 2px;
	color: #e30613;
}

#block-plurioblockssearchforfrontpage .open-close a span {
	position: relative;
	top: 10px;
	display: inline-block;
	padding: 0 4px;
	border: solid transparent 1px;
	border-radius: 3px;
	transition: top 0.3s, background 0.3s, border 0.3s;
	margin-top: 55px;
}

#block-plurioblockssearchforfrontpage .open-close a:hover span {
	top: 0;
	background: #fff;
    border: solid #333 1px;
}

#block-plurioblockssearchforfrontpage[state="open"] .open-close a:hover span {
	color: #e30613;
	border: solid #e30613 1px;
}


#block-plurioblockssearchforfrontpage .filter-table {
	display: table;
	width: 100%;
	table-layout: fixed;
	max-width: 1062px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	z-index: 1;
}


#block-plurioblockssearchforfrontpage .body {
	z-index: 2;
}

#block-plurioblockssearchforfrontpage .filters {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    margin-top: 120px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#484848+0,484848+100&0+0,1+100 */
}

#block-plurioblockssearchforfrontpage .col {
	display: table-cell;
	width: 33.3333%;
	padding: 0 5px;
	vertical-align: middle;
	position: relative;
}

#block-plurioblockssearchforfrontpage .col1 {
	padding-left: 3px;
	border-right: solid transparent 1px;
	transition: border-right 0.3s;
}
#block-plurioblockssearchforfrontpage[state="open"] .col1 {
	border-right: solid #000 1px;
}

#block-plurioblockssearchforfrontpage .col3 {
	padding-right: 3px;
	border-left: solid transparent 1px;
	transition: border-left 0.3s;
}
#block-plurioblockssearchforfrontpage[state="open"] .col3 {
	border-left: solid #000 1px;
}

#block-plurioblockssearchforfrontpage .col .form {
	padding: 20px;
	text-align: left;
    display: block;
    height: 80px;
	position: relative;
	z-index: 1;
}

#block-plurioblockssearchforfrontpage .body label {
	position: absolute;
    top: 1px;
    left: 1px;
	right: 1px;
	line-height: 22px;
    background: #fff;
    color: #555;
	border-radius: 3px;
    font-size: 16px;
    text-align: left;
    padding: 0 10px;
	transition: line-height 0.3s, font-size 0.3s;
	z-index: 1000;
}

#block-plurioblockssearchforfrontpage .body .form.not-empty label,
#block-plurioblockssearchforfrontpage .body .form.focused label {
	line-height: 17px;
    font-size: 11px;
}

#block-plurioblockssearchforfrontpage .body input.form-submit {
	border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 20px;
    right: 21px;
    padding: 9.5px 0px;
    border: solid #e30613 1px;
	background-color: #e30613;
    color: #fff;
	width: 33px;
	transition: background 0.3s, color 0.3s;
}

#block-plurioblockssearchforfrontpage .body input.form-submit:hover {
	background: #333;
	color: #fff;
}

.section-front-new .item-list {
	position: relative;
	display: block;
    height: 254px;
    background: #fff;
    margin: 14px -14px;
    padding: 10px 14px;
}

.section-front-new .item-list:hover {
	opacity: 1;
}

#block-plurioblockssearchforfrontpage .filters .col {
	vertical-align: top;
	padding: 10px 24px;
}

#block-plurioblockssearchforfrontpage h2,
.section-front-new .item-list h2 {
	font-size: 30px;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 6px;
}

#block-plurioblockssearchforfrontpage h2 {
	display: none;
}

#block-plurioblockssearchforfrontpage .col h2 {
    display: block;
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
	opacity: 0;
    transition: top 0.3s, opacity 0.3s;
}

#block-plurioblockssearchforfrontpage[state="open"] .col h2 {
	top: -38px;
	opacity: 1;
}

#block-plurioblockssearchforfrontpage .header {
	position: absolute;
	left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 99vw;
    display: block;
    background: #e30613;
    height: 100px;
	box-shadow: 0 0 10px #333;
}

#block-plurioblockssearchforfrontpage .header h2 {
	margin: 0 0 12px;
	color: #e30613;
    text-align: center;

	display: none;
}

#block-plurioblockssearchforfrontpage .body .form-item {
	position: relative;
	height: 40px;
	width: 100%;
	width: calc(100% - 30px);
    margin: 0;
	background: #fff;
    border-radius: 3px;
	z-index: 1;
}

#block-plurioblockssearchforfrontpage .form-text,
#block-plurioblockssearchforfrontpage .form-select {
	height: 40px;
    padding: 5px 10px;
	margin: 0;
	border: solid #e30613 1px;
    border-radius: 3px;
    width: 100% !important;
    position: static !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	padding-top: 23px !important;
    font-size: 12px;
	transition: padding-top 0.3s, font-size 0.3s, background-position 0.3s !important;
}

#block-plurioblockssearchforfrontpage .form.focused .form-text,
#block-plurioblockssearchforfrontpage .form.not-empty .form-text,
#block-plurioblockssearchforfrontpage .form.focused .form-select,
#block-plurioblockssearchforfrontpage .form.not-empty .form-select {
	padding-top: 16px !important;
	font-size: 18px;
}

#block-plurioblockssearchforfrontpage .form-text {
	background: #fff url(/themes/plurio/images/loading-autocomplete.gif);
	background-position: center right -15px;
    background-size: 15px;
    background-repeat: no-repeat;
	transition: background-position 0.3s;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#block-plurioblockssearchforfrontpage .form .form-item,
#block-plurioblockssearchforfrontpage .form .form-text,
#block-plurioblockssearchforfrontpage .body .form input.form-submit {
	transition: border-bottom-left-radius 0.3s, border-bottom-right-radius 0.3s;
}

#block-plurioblockssearchforfrontpage .form.focused .form-item,
#block-plurioblockssearchforfrontpage .form.focused .form-text,
#block-plurioblockssearchforfrontpage .body .form.focused input.form-submit {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


#block-plurioblockssearchforfrontpage .form.focused .form-item:after {
	content: '';
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
    border-top: solid #fff 1px;
    margin-top: -1px;
}

#block-plurioblockssearchforfrontpage .form-text.ui-autocomplete-loading {
	background-position: center right 5px;
}

.section-front-new .form-select-date {
	position: relative;
	height: 40px;
    border: 1px solid #e30613 !important;
    background: #fff;
	width: calc(100% - 30px) !important;
	border-radius: 3px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



#block-plurioblockssearchforfrontpage .form-select-date .form-select,
#block-plurioblockssearchforfrontpage .form-select-date .form-date {
	border: none !important;
    height: 23px;
    line-height: 23px;
	position: absolute !important;
	top: 15px;
	left: 0;
	right: 0;
	width: 100% !important;
	padding: 0;
}

#block-plurioblockssearchforfrontpage .form-select-date .form-select {
	z-index: 1;
	background: #fff;
}

#block-plurioblockssearchforfrontpage .form-select-date .form-date {
	padding-left: 10px;
}

#block-plurioblockssearchforfrontpage .form.focused .form-select-date .form-select,
#block-plurioblockssearchforfrontpage .form.focused .form-select-date .form-date {
    top: 12px;
    height: 26px;
}

#block-plurioblockssearchforfrontpage .form.focused .form-select-date .form-date {
	padding-top: 0 !important;
}

.section-front-new .form-select-date a {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    width: 27px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	transition: background 0.3s, color 0.3s;
}

.section-front-new .form-select-date a:hover {
	background: #f38e31;
	color: #fff;
}

.section-front-new .form-select-date .form-date,
.section-front-new .form-select-date a {
	display: none;
}

#block-plurioblockssearchforfrontpage .form-select-date .form-date {
	border: 0 !important;
	width: 95% !important;
	width: calc(100% - 27px) !important;
	height: 27px;
	z-index: 2;
}

.section-front-new .form-select-date.datepicker .form-date {
	display: block;
}

.section-front-new .form-select-date.datepicker a {
	display: inline-block;
    border-radius: 0;
    border-left: solid #000 1px;
    color: #333;
    background: #fff;
	line-height: 36px;
	transition: background 0.1s;
	z-index: 1001;
}

.section-front-new .form-select-date.datepicker a:hover {
	background: #f38e31;
}

#block-plurioblockssearchforfrontpage .form-actions {
	margin-bottom: 0;
}

#block-plurioblockssearchforfrontpage .form-item-disabled {
	position: absolute;
    top: 10px;
    left: 24px;
    right: 24px;
	height: 120px;
    background-color: rgba(51, 51, 51, 0.75);
    text-align: center;
    padding: 35px 20px;
	pointer-events: none;
    opacity: 0;
    z-index: 10;
	transition: opacity 0.3s, pointer-events 0s;
}

#block-plurioblockssearchforfrontpage .col.disabled .form-item-disabled {
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.3s, pointer-events 0s;
}

#block-plurioblockssearchforfrontpage .form-item-radius {
	height: 48px;
}

#block-plurioblockssearchforfrontpage .slider-label {
	font-size: 12px;
    margin-top: -25px;
}

#block-plurioblockssearchforfrontpage .slider-max {
	float: right;
    margin-top: -19px;
}

#block-plurioblockssearchforfrontpage #slider-radius {
    height: 6px;
    background-color: #fff;
    border: solid #333 1px;
    margin: 12px 57px 12px 50px;
	cursor: pointer;
}

#block-plurioblockssearchforfrontpage #slider-radius-handle {
	width: 40px;
    top: 50%;
    margin-top: -12px;
    margin-left: -20px;
    text-align: center;
    line-height: 22px;
    height: 24px;
    background: #e30613;
    border: solid #333 1px;
    cursor: pointer;
    color: #fff;
    outline: none;
    font-size: 12px;
	transition: background 0.3s, border 0.3s;
}

#block-plurioblockssearchforfrontpage #slider-radius-handle.ui-state-hover,
#block-plurioblockssearchforfrontpage #slider-radius-handle.ui-state-active {
	background: #333;
	border: solid #e30613 1px;
}


#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label {
	position: relative;
    border: solid #e30613 1px;
    padding: 0;
    border-radius: 3px;
    background: #e30613;
    color: #333;
	width: 100px;
	overflow: hidden;
}

#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    bottom: -1px;
    width: 50%;
    background: #fff;
    box-shadow: 0 0 5px #888;
	border-radius: 3px;
	transition: left 0.3s;
}

#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label.checked:after {
	left: -1px;
}

#block-plurioblockssearchforfrontpage .form-item-map .form-checkbox {
	display: none;
}

#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label span {
	position: relative;
	z-index: 1;
    line-height: 27px;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    transition: color 0.3s, font-size 0.3s;
	top: -1px;
}

#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label.checked span.yes,
#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label span.no {
    color: #e30613;
    font-family: 'open_sansbold';
	font-size: 14px;
	cursor: default;
}

#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label.checked span.no,
#block-plurioblockssearchforfrontpage .form-item-map label.checkbox-label span.yes {
	color: #fff;
    cursor: pointer;
    font-family: 'open_sansregular';
	font-size: 12px;
}

#block-plurioblockssearchforfrontpage .form-wrapper.date {
	position: absolute;
    top: 10px;
    left: 24px;
    right: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, pointer-events 0s;
}

#block-plurioblockssearchforfrontpage .form-wrapper.date.active {
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.3s 0.3s, pointer-events 0s 0.3s;
}
/*
#block-plurioblockssearchforfrontpage .form-wrapper .switch {
	color: #e30613;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: -1px;
}
*/

#block-plurioblockssearchforfrontpage .date-wrapper {
	border: solid #e30613 1px;
    border-radius: 3px;
    background: #e30613;
    height: 29px;
}

#block-plurioblockssearchforfrontpage .date-wrapper label {
	background: #e30613;
	color: #fff;
    line-height: 27px;
    font-size: 12px;
    padding-left: 5px;
    width: 40px;
	float: left;
	cursor: pointer;
}

#block-plurioblockssearchforfrontpage .date-wrapper .form-date {
	width: calc(100% - 40px);
    border: none;
    background: #fff;
    line-height: 25px;
    padding: 0 3px;
    height: 27px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
}

#block-plurioblockssearchforfrontpage .results {
	position: absolute;
    top: 73px;
    left: 20px;
    width: 302px;
    background: #fff;
    z-index: 100;
    border: solid #000 1px;
	border-top: solid #ccc 1px;
    padding: 0 10px;
	opacity: 0;
	transition: opacity 0.3s;
}

.search-has-focus #block-plurioblockssearchforfrontpage .results {
	opacity: 1;
}


#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker {
	display: block;
    width: 100%;
	border: 1px solid #e30613;
	background: #fff;
	border-radius: 3px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-header {
    padding: 0;
    padding-top: 4px;
	padding-bottom: 19px;
	background: #e30613;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-title {
	height: 21px;
    line-height: 21px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-title select {
	line-height: 18px;
    height: 20px;
    font-size: 14px;
	vertical-align: top;
    margin: 0 2px;
	width: 70px;
	border: solid transparent 1px;
	background: transparent;
	color: #fff;
	transition: background 0.3s, border 0.3s, color 0.3s;
}

#block-plurioblockssearchforfrontpage .datepicker:hover .ui-datepicker-title select {
	border: 1px solid #e30613;
	background: #fff;
	color: #000;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-header > a {
	top: 4px;
    height: 21px;
    width: 21px;
    background: transparent;
    border: solid transparent 1px;
    border-radius: 3px;
	cursor: pointer;
	transition: background 0.3s, border 0.3s;
}

#block-plurioblockssearchforfrontpage .datepicker:hover .ui-datepicker-header > a {
	background: #fff;
    border: solid #e30613 1px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-prev {
	left: 4px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-next {
	right: 4px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-header > a span {
	-moz-filter: brightness(255);
	-webkit-filter: brightness(255);
	filter: brightness(255);
	transition: -moz-filter 0.3s, -webkit-filter 0.3s, filter 0.3s;
}

#block-plurioblockssearchforfrontpage .datepicker:hover .ui-datepicker-header > a span {
	-moz-filter: brightness(1);
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar {
	margin: -19px 1px 0;
	width: calc(100% - 2px);
	border-radius: 3px;
    overflow: hidden;
	position: relative;
    z-index: 1;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar thead {
	background: #333;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tr {
	padding: 0;
	background: none;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar th,
#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar td {
	height: 25px;
    padding: 0;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar th {
	font-size: 11px;
    height: 19px;
    line-height: 15px;
    background: #333;
    color: #fff;
    border: 0;
    padding-top: 1px;
    font-family: 'open_sanslight';
    vertical-align: top;
}


#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody > tr:first-of-type > td {
	padding-top: 4px;
}
#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody > tr:last-of-type > td {
	padding-bottom: 4px;
}
#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tr > td:first-of-type {
	padding-left: 3px;
}
#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tr > td:last-of-type {
	padding-right: 3px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody span,
#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody a {
	height: 22px;
    margin: 1px;
    line-height: 22px;
    padding: 0 4px;
    font-size: 12px;
	background: #fff;
    color: #000;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody a:hover {
    background: #333;
    color: #e30613;
    border: solid #e30613 1px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody .ui-state-highlight {
	font-family: 'open_sansbold';
	border: solid #e30613 1px;
}

#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody a.ui-state-active:hover,
#block-plurioblockssearchforfrontpage .datepicker .ui-datepicker-calendar tbody .ui-state-active {
	background: #e30613;
    color: #fff;
    border: solid #e30613 1px;
}




#block-plurioblockssearchforfrontpage .wrapper form > .form-actions {
	position: absolute;
    top: 344px;
    left: 0;
    right: 0;
    max-width: 1062px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

#block-plurioblockssearchforfrontpage .wrapper form > .form-actions .form-submit {
	background-color: #e30613;
    border: solid #e30613 1px;
	transition: background 0.3s;
}

#block-plurioblockssearchforfrontpage .wrapper form > .form-actions .form-submit:hover {
	background: #333;
	color: #fff;
}





.block[id^="block-views-block-frontpage-categories-block-"] > h2 {
	position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal;
}

.item-list,
.block[id^="block-views-block-frontpage-categories-block-"] {
	position: relative;
}

.results.item-list,
.results.item-list .view-content {
	height: auto;
}

.results.item-list.loading {
	position: relative;
	min-height: 100px;
    background: #fff url(/themes/plurio/images/loading-autocomplete.gif);
    background-position: bottom 40px center;
    background-repeat: no-repeat;
    background-size: 19px;
}


.item-list .view-header {
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
    z-index: 11;

}


.item-list .view-header a,
.item-list .view-header p {
	position: absolute;
    top: 25px;
    left: -58px;
	margin: 0;
    z-index: 10;

	color: #fff;
	text-decoration: none;
    font-family: 'open_sanssemibold';
    font-size: 16px;
    line-height: 33px;

	background: #e30613;
	padding-right: 10px;
	white-space: nowrap;
}

.item-list .view-header a:before,
.item-list .view-header p:before {
	content: '';
    background-color: #e30613;
    position: absolute;
    top: 33px;
    left: 20px;
    width: 17px;
    height: 33px;
    background: rgba(122,43,33,1);
    background: -moz-linear-gradient(left, rgba(122,43,33,1) 0%, rgba(228,67,45,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(122,43,33,1)), color-stop(100%, rgba(228,67,45,1)));
    background: -webkit-linear-gradient(left, rgba(122,43,33,1) 0%, rgba(228,67,45,1) 100%);
    background: -o-linear-gradient(left, rgba(122,43,33,1) 0%, rgba(228,67,45,1) 100%);
    background: -ms-linear-gradient(left, rgba(122,43,33,1) 0%, rgba(228,67,45,1) 100%);
    background: linear-gradient(to right, rgba(122,43,33,1) 0%, rgba(228,67,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a2b21', endColorstr='#e30613', GradientType=1 );
    -moz-transform: skew(50deg, 0deg);
    -webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
}

.item-list .view-header span {
	display: inline-block;
	padding: 0 30px;
	padding-left: 84px;
	padding-right: 10px;
	color: #fff;
	transition: color 0.3s;
}

.item-list .view-header span:before {
    content: '';
    position: absolute;
    top: 33px;
    left: 20px;
    width: 38px;
    height: 35px;
    background: #f5f5f5;
    background: #efefef;
}

.item-list .view-header a span:hover {
	text-decoration: underline;
}

.item-list .view-header span.btn {
	display: inline-block;
    line-height: 21px;
    border: solid #555 1px;
    padding: 0 12px;
    border-radius: 50px;
    text-decoration: none;
	background: rgba(255, 255, 255, 0.66);
	color: #555;
    font-family: 'open_sanslight';
	font-size: 13px;
	transition: background 0.3s, border 0.3s;
}

.item-list .view-header span.btn:after {
	content: ' >';
	position: relative;
    top: 1px;
}

.item-list:hover .view-header span.btn {
	border: solid #333 1px;
	background: #fff;
	color: #000;
}


.item-list .view-header:hover span.btn:hover {
	background: #333;
	color: #fff;
	border: solid #333 1px;
}


.item-list .view-content {
	position: relative;
	margin-left: -2.5px;
    margin-right: -2.5px;
	width: calc(100% + 5px);
	height: 234px;
}

.item-list .item {
	position: relative;
	float: left;
    width: 33.3333%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
}

.item-list .row {
	height: 234px;
	overflow: hidden;
}

.item-list .views_slideshow_cycle_teaser_section {
	overflow: none !important;
}

.item-list .views_slideshow_slide > .views-row:first-of-type,
.item-list .row .item:first-of-type {
	margin-left: 0;
}
.item-list .views_slideshow_slide > .views-row:last-of-type,
.item-list .row .item:last-of-type {
	margin-right: 0;
}

.item-list .item:hover {
	opacity: 1;
}

.item-list .item > * {
    margin: 0 auto;
	max-width: none;
}

.item-list .views-field-field-pictures {
	padding-bottom: 65%;
	overflow: hidden;
}

.item-list .views-field-field-pictures:hover {
	border: solid #fff 0px;
}


.item-list .views-field-field-pictures a {
	display: block;
}

.item-list .views-field-field-pictures a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: solid #fff 5px;
	transition: border 0.3s;
	z-index: 10;
	box-sizing: content-box;
}

.item-list .item:hover .views-field-field-pictures a:after {
	border: solid #fff 0;
}

.item-list .views-field-field-pictures img {
	display: block;
	width: 120%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition: width 0.3s;
}

.item-list .item:hover .views-field-field-pictures img {
	width: 105%;
	width: calc(100% + 20px);
}

.item-list .slide-info {
	background: #f5f1f1;
    padding: 0 10px 10px;
    position: absolute;
	top: 199px;
	left: 0;
	right: 0;
	height: 40px;
	background-color: rgba(245, 242, 242, 0.75);

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+0,1+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

	text-shadow: 0 0 3px #000;
	transition: background-color 0.3s;
}

.item-list .views-field-field-categories {
	display: none;
}

.item-list .views-field-title {
	position: absolute;
	top: 50%;
	left: 50%;
    width: 266px;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px;
    background: rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 20px #000, 0 0 10px rgba(255, 255, 255, 0.2);
    transition: background 0.3s, padding 0.3s, width 0.3s;
    overflow: hidden;
	z-index: 11;
}

.item-list .item:hover .views-field-title {
	padding: 15px;
    width: 276px;
}

.item-list .views-field-title:hover {
	background: rgba(0, 0, 0, 0.8);
}

.item-list .views-field-title h2 {
	color: #fff;
    font-size: 20px;
    line-height: 1.2em;
	font-family: 'open_sanssemibold';
	text-align: center;
	text-overflow: ellipsis;
    text-shadow: 0 0 3px #000;
    overflow: hidden;
	width: 206px;
	margin: 0 auto;
}


.item-list .views-field-title h2 a {
	text-decoration: none;
	color: inherit;
	display: block;
    max-height: 48px;
	overflow: hidden;
}

.item-list .views-field-field-date,
.item-list .views-field-title .date {
    font-size: 12px;
    line-height: 1.2em;
	height: auto;
    text-align: center;
    font-family: 'open_sansregular' !important;
}

.item-list .views-field-field-town,
.item-list .views-field-field-location {
	color: #323232;
	transition: color 0.3s;
	line-height: 17px;
    font-size: 14px;
	float: left;
	margin-top: 12px;
}

.item-list .views-field-field-town {
	max-width: 50%;
	margin-left: 10px;
}

.item-list .views-field-field-location {
	margin-top: 12px;
}


.item-list .views-row .views-field-field-town,
.item-list .views-row .views-field-field-location {
	color: #fff;
}

.item-list .views-field-field-date,
.item-list .views-field-field-location,
.item-list .views-field-field-town {
	font-family: 'open_sanslight';
    white-space: nowrap;
    overflow: hidden;
}

.item-list .views-field-field-date .field-content,
.item-list .date-recur-date,
.item-list .views-field-field-location .field-content,
.item-list .views-field-field-town .field-content {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	display: block;
}

.item-list .views-slideshow-controls-bottom {
	position: absolute;
    top: 50%;
    left: -11px;
    right: -12px;
	height: 0;
	z-index: 10;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_pause {
	display: none;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_previous,
.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next {
	position: absolute;
    top: -117px;
    bottom: -121px;
    width: 10px;
    background: #fff;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a,
.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
	position: absolute;
    top: 50%;
    height: 70px;
    background: #e30613;
    font-size: 0;
    width: 35px;
    margin-top: -35px;
    color: #fff;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:hover,
.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:hover {
	background: #333;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:after,
.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:after {
	font-size: 30px;
    line-height: 70px;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:after {
	content: '<';
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next {
	right: 0;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next a {
	right: 0;
	border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.item-list .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:after {
	content: '>';
}



.item-list .more {
	text-align: center;
	margin: 24px 0;
}

.item-list .more a {
	display: inline-block;
    background: #e30613;
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: center center !important;
    color: #fff;
    border: solid #e30613 2px;
    text-decoration: none;
    padding: 0 20px;
	width: 120px;
    line-height: 36px;
    border-radius: 3px;
	transition: background 0.3s, border 0.3s;
}

.item-list .more.loading a {
	background: #333 url(/themes/plurio/images/loading-popup.gif);
	border: solid #333 2px;
	font-size: 0;
	pointer-events: none;
	opacity: 0.5;
	transition: background 0s, border 0.3s;
}

.item-list .more a:hover {
	background: #333;
}




.ui-autocomplete.frontpage {
    overflow-x: hidden;
    overflow-y: auto;
    background: #e30613;
	border: solid #e30613 1px;
    border-top: 0;
    margin-top: 0;
	margin-left: 0;
	max-width: 304px;
	width: 304px !important;
	border-top-right-radius: 3px;
}

.ui-autocomplete.frontpage.town {
	max-width: 303px;
}

.ui-autocomplete.frontpage > li {
	background: #fff;
}

.ui-autocomplete.frontpage .suggestion {
	max-width: 299px;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-autocomplete.frontpage .live_results .row {
	height: 40px;
	white-space: normal;
}

.ui-autocomplete.frontpage .live_results .row:after {
	content: '';
	clear: both;
	display: table;
}

.ui-autocomplete.frontpage .live_results .image {
	float: left;
	height: 30px;
	margin-right: 10px;
}

.ui-autocomplete.frontpage .live_results .image img {
	height: 40px;
	width: 60px;
}

.ui-autocomplete.frontpage .live_results .title,
.ui-autocomplete.frontpage .live_results .info {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-autocomplete.frontpage .live_results .title {
	font-family: 'open_sanssemibold';
}


.ui-autocomplete.frontpage .suggestion .autocomplete-suggestion-user-input {
	font-family: 'open_sanssemibold';
}

.ui-autocomplete.frontpage .ui-state-active,
.ui-autocomplete.frontpage .ui-state-active:hover {
	background: #e30613 !important;
	color: #fff !important;
}



.ui-autocomplete.frontpage li.search_api_solr_suggester {
	background: #333;
}

.ui-autocomplete.frontpage li.search_api_solr_suggester.first-search_api_solr_suggester {
	padding-top: 5px;
}

.ui-autocomplete.frontpage li.search_api_solr_suggester:last-of-type {
	padding-bottom: 5px;
}

.ui-autocomplete.frontpage li.search_api_solr_suggester a {
	color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}


.ui-autocomplete.frontpage.date .ui-menu-item a,
.ui-autocomplete.frontpage.town .ui-menu-item a {
	padding: 5px;
}

.ui-autocomplete.frontpage.town .location,
.ui-autocomplete.frontpage.date .other {
	background: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ui-autocomplete.frontpage.town .location a,
.ui-autocomplete.frontpage.date .other a {
	text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
}


.entity-popup {
	position: fixed;
    top: 120%;
    left: 0;
	right: 0;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
    transition: top 0s 0.3s, opacity 0.3s;
}

.entity-popup:after {
    content: '';
    position: fixed;
    top: 120%;
    left: 50%;
    width: 90%;
    max-width: 1150px;
    bottom: 0;
	background: #333 url(/themes/plurio/images/loading-popup.gif) center center no-repeat;
    background-size: 200px;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	transition: top 0.3s;
	box-shadow: 0 0 20px #000;
}

.entity-popup-visible .entity-popup {
	top: 0;
	opacity: 1;
	transition: top 0s, opacity 0.3s;
}

.entity-popup-visible .entity-popup:after {
	top: 10%;
}

.entity-popup .header {
	position: absolute;
	top: 120%;
	left: 50%;
	height: 30px;
	width: 90%;
	width: calc(90% - 40px);
    max-width: 1110px;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background: #333;
	z-index: 2;
	transition: top 0.3s;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,333333+100&1+50,0+100 */
	background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(51,51,51,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(51,51,51,0) 100%);
	background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(51,51,51,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00333333',GradientType=0 );
}

.entity-popup-visible .entity-popup .header {
	top: 10%;
}

.entity-popup .close {
	position: absolute;
    top: 5px;
    right: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e30613;
	border: solid #e30613 1px;
    text-decoration: none;
    color: #fff;
	transition: background 0.3s, color 0.3s;
}

.entity-popup .close:hover {
	background: #222;
	color: #e30613;
}

.entity-popup .content {
	position: absolute;
	top: 120%;
	left: 50%;
	bottom: 0;
	overflow-y: auto;
	width: 90%;
    max-width: 1150px;
    padding: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 1;
	transition: top 0.3s;
}

.entity-popup .content > * {
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.25);
}

.entity-popup-visible .entity-popup .content {
	top: 10%;
}



.entity-popup .content iframe {
	width: 100%;
}

.entity-popup .footer {
	position: absolute;
	bottom: 0%;
	left: 50%;
	height: 30px;
	width: 90%;
	width: calc(90% - 40px);
    max-width: 1110px;
	padding: 0 !important;
	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background: #333;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,333333+100&0+0,1+50 */
	background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,1) 50%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 );

}



.entity-popup .view-event-details .event-left {
	border-right: solid #333 2.5px;
}
.entity-popup .view-event-details .event-right {
	border-left: solid #333 2.5px;
	margin-right: -41px;
}
.entity-popup .view-event-details .event-top {
	border-bottom: solid #333 5px;
}
.entity-popup .view-event-details .views-field-view-1 {
	border-top: solid #333 5px;
}


.section-front-new #block-aboutus,
.section-front-new #block-pluriostatsfrontpage,
.section-front-new #block-footer {
	border: 0;
}


.section-front-new footer.footer {
	position: relative;
    top: 61px;
}



.section-front-new .multi-select-menu input[disabled] {
	display: none;
}

.section-front-new .multi-select-menu label.disabled {
	padding-left: 23px;
    padding-top: 10px;
    font-family: 'open_sanssemibold';
}

.section-front-new .multi-select-menu label.disabled:hover {
	background: inherit;
	color: inherit;
}

.section-front-new .select-wrapper {
	border: 1px solid #e30613 !important;
    border-radius: 3px;
    height: 29px;
    background: #fff;
    color: #000;
}

.section-front-new .select-wrapper select {
    width: 100% !important;
    height: 27px !important;
    line-height: 27px;
    background: #fff;
    border: 0 !important;
    font-size: 16px !important;
}

.section-front-new div#sliding-popup {
	background: #333;
    color: #fff;
}

.section-front-new .eu-cookie-compliance-content {
	display: block;
}

.section-front-new .eu-cookie-compliance-message {
	margin: 12px 0;
    display: block;
}

.section-front-new .eu-cookie-compliance-buttons {
	margin: 18px 0;
}

.section-front-new .eu-cookie-compliance-buttons button {
	margin-top: 0;
    background: #e30613;
    border: solid #e30613 1px;
    -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-radius: 3px;
    font-family: 'open_sansregular';
    padding: 0 10px;
    line-height: 27px;
	transition: background 0.3s;
}

.section-front-new .eu-cookie-compliance-buttons button:hover {
	background: #333;
}




#block-form {
	border-radius: 9px;
	height: 90%;
	background: #e30613;
	background: #333 url(/themes/plurio/images/loading-popup.gif) center center no-repeat;
	border: solid #e30613 1px;
    color: #fff;
	overflow: hidden;
}

#block-form .block-form-wrapper {
	border-radius: 9px;
    width: 100%;
	height: 100%;
	font-size: 0;
}

#block-form .block-form-wrapper > * {
	font-size: 16px;
}

#block-form .steps {
    background: #333;
    color: #fff;
	position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    display: block;
    width: 280px;
	padding: 20px 0 20px 18px;
	border-radius: 6px;
    text-align: left;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#block-form .steps .step {
	/*
	display: table-cell;
    vertical-align: top;
	padding: 5px 20px;
	*/
	height: 70px;
	padding: 2px 0 2px 2px;
}

#block-form .steps .step.current {

}

#block-form .steps .step a {
	display: block;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 11px 20px;
	height: 100%;
	width: calc(100% - 2px);
	border-radius: 3px;
	text-decoration: none;
	transition: background 0.3s, width 0.3s, border-top-right-radius 0.3s, border-bottom-right-radius 0.3s;
}

#block-form .steps .step a:hover {
	background: rgba(255, 255, 255, 0.2);
}

#block-form .steps .step.current a {
	background: #e30613 !important;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


#block-form .steps .step .label {
	display: block;
    font-family: 'open_sanssemibold';
}

#block-form .steps .step .label .nr {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    margin: -2px 0;
    text-align: center;
    background: #fff;
    border-radius: 23px;
    color: #333;
	transition: color 0.3s;
}

#block-form .steps .step.current .label .nr {
	color: #e30613;
}

#block-form .steps .step .info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
	height: 40px;
    padding: 10px;
    margin: -5px -10px -10px;
}

#block-form .steps .step .info .noinfo {
	opacity: 0.66;
}

#block-form .steps .step .info img {
	height: 20px;
    background: #fff;
    border-radius: 3px;
	transition: -moz-transform 0.3s, -webkit-transform 0.3s, transform 0.3s;
}

#block-form .steps .step .info img:hover {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

#block-form .form {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 37px;
    left: 280px;
    padding: 20px;
	overflow-y: auto;
	text-align: left;
	border-radius: 9px;
    border-top-right-radius: 0;
	background: #e30613
}

#block-form .form h2 {
	margin-top: 0;
}

#block-form .form label {
	display: block !important;
}

#block-form fieldset.no-border-etc {
	background: none;
}

#block-form form > fieldset > .fieldset-wrapper > fieldset {
	padding: 0;
    margin: 0;
    background: none;
}

#block-form form > fieldset > .fieldset-wrapper > fieldset > legend {
	display: none;
}

#block-form .block-form-wrapper > .form-actions {
	position: absolute;
    bottom: 0;
    left: 280px;
    right: 0;
    background: #333;
    margin: 0;
    text-align: center;
    padding: 5px 20px;
    border-bottom-right-radius: 9px;
}
