/*
Theme Name: AppMap for ptit
*/

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("webfonts/fa-regular-400.eot");
	src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
		url("webfonts/fa-regular-400.woff2") format("woff2"), 
		url("webfonts/fa-regular-400.woff") format("woff"), 
		url("webfonts/fa-regular-400.ttf") format("truetype"), 
		url("webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

* {
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.clearfix::after {
	content: '';
	clear: both;
	display: table;
}
h3 {
	font-size: 22px;
	text-transform: uppercase;
}
img {
	max-width: 100%;
}

.header {
	background: #861516;
	/*padding: 10px;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.mobile-header {
	background: #861516;
	padding: 10px 20px;
	position: fixed;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
}
.mobile-header .mobile-logo {
	width: 50px;
    padding-top: 0;
    display: block;
}
.mobile-menu-actuator {
	width: 36px;
	height: 36px;
	position: absolute;
    top: 25px;
    right: 20px;
}
.mobile-menu {
	position: absolute;
	top: 93px;
	left: 0;
	bottom: 0;
	right: 0;
	background: #06507E;
	padding: 10px;
	z-index: 10000;
	display: none;
}
.mobile-menu a.close {
	width: 32px;
	height: 32px;
	top: 10px;
	right: 10px;
	background: none;
	font-size: 32px;
	color: #fff;
	text-decoration: none;
}
.header a.logo {
	/*position: absolute;*/
    /*top: 0;*/
    /*left: 20px;*/
    width: 69px;
    height: 96px;
    padding-top: 0;
}
.header .search {
	float: left;
	width: 474px;
	max-width: calc(100% - 150px);
	margin-left: 130px;
	padding: 10px;
	border-radius: 12px;
	padding: 10px;
	background: #fff;
}
.search .do-search {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
.search div.asl_m .probox .promagnifier {
	order: 6;
	-webkit-order: 6;
	border-right: 1px solid #707070;
	padding-right: 10px;
}
.search div.asl_w {
	box-shadow: none;
}
.search input {
	border: 0;
	border-left: 1px solid #707070;
    padding: 5px 10px;
    width: 300px;
    display: inline-block;
}
.search input:focus {
	outline: none;
}
div.asl_r.vertical {
	z-index: 9999;
}

.menu-items {
	/*float: right;
	margin-right: 20px;
	width: 300px;
	text-align: right;*/
	text-align: center;
	width: 1100px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 20px;
	
}
.header {
	transform: translateY(-100%);
	transition: transform .5s;
}
.header.is-visible {
	transform: translateY(0);
	transition: transform .5s;
	
}
.menu-items a {
	/*display: inline-block;
	width: 34px;
	height: 34px;
	margin: 10px;
	background-size: cover;
	cursor: pointer;*/
    display: inline-block;
    width: 100px;
    height: 64px;
    margin: 10px;
    background-size: auto;
    cursor: pointer;
    background-position: 50% 8px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
    text-decoration: none;

    /**/
    background-size: 36px;
}


.new-life .menu-items {
	width: 1210px;
}
.new-life .menu-items a {
	width: 96px;
	margin: 10px 5px;
}


.menu-items a:hover {
	background-color: rgba(255,255,255,0.1);
}
.menu-items a.logo:hover {
	background-color: transparent;
}
.menu-items .filter{
	background-image: url(images/filter.png);
}
.menu-items .home{
	background-image: url(images/home.png);
}
.menu-items .location{
	background-image: url(images//menu/geolocation.png);
}
.menu-items .menu-burger{
	background-image: url(images/menu/account.png);
	background-size: 32px;
}
.menu-items .show-search {
	/*display: none;*/
	background-image: url(images/menu/search.png);
}
.menu-items .history {
	background-image: url(images/menu/info-piste.png);
}
.menu-items .commerce {
	background-image: url(images/menu/commerces.png);
}
.menu-items .services {
	background-image: url(images/menu/services.png);
}
.menu-items .seasonal {
	background-image: url(images/menu/snow-flake-icon.png);
}
.menu-items .info-popup {
	background-image: url(images/menu/info-icon.png);
}
.menu-items .site {
	/*background-image: url(images/menu/website.png);*/
	background-image: url(images/menu/historical_icon.png);
}
.menu-items .language {
	background-image: url(images/menu/language.png);
}

.filter-box {
	position: fixed;
	position: absolute;
	width: 370px;
	height: 500px;
	z-index: 999;
	background: #F5F5F5;
	border-radius: 12px;
	overflow: hidden;
	left: 100px;
	top: 240px;
	/*display: none;*/
}
.filter-box .close {
	right: 10px;
	top: 10px;
	height: 35px;
	background-size: contain;
}
.filter-box .heading {
	padding: 10px;
	background-color: #01354D;
	position: absolute;
	right: 0;
	left: 0;
}
.filter-box .heading h3 {
	margin-bottom: 0;
	color: #fff;
	padding: 0;
	margin-block-start:0;
	margin-block-end:0;
	font-size: 18px;
}
.filter-box .heading img {
	max-height: 35px;
}
.filter-box .heading a {
	padding: 0 20px;
	border-right: 2px solid #fff;
	display: inline-block;
}
.filters {
    margin-top: 64px;
    max-height: 430px;
    overflow-y: scroll;
}
.filters h3 {
	background: #E0E0E0;
	padding: 10px;
	color: #393939;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	margin-block-start:0;
	margin-block-end:0;
	font-size: 18px;
	text-transform: none;
}
.filters a {
	text-decoration: none;
}
.filters .filter-item {
	display: block;
	padding: 10px;
	/*background: */
	border-bottom: 1px solid #D5D5D5;
	font-size: 18px;
	font-weight: bold;
	color: #314A64;
	position: relative;
}
.filters .filter-item:after {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	right: 0px;
	top: -2px;
	position: absolute;
	background-size: cover;
	background-image: url(images/not-visible.png);
}
.filters .filter-item.visible:after {
	background-image: url(images/is-visible.png);
}

.info-box {
	/*width: 400px;
	height: 600px;
	padding: 20px;
	border-radius: 12px;
	color: #fff;
	background: #01354D;
	position: fixed;
	z-index: 1000;
	top: 200px;
	left: 50%;
	margin-left: -200px;
	display: none;
	overflow-y: scroll;*/
	width: 400px;
	height: 100%;
	padding: 20px;
	border-radius: 0;
	color: #fff;
	background: #06507E;
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
}
.info-box h4,
.info-box p {
	margin-bottom: 5px;
	line-height: 16px;
}
.close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 42px;
	height: 42px;
	display: block;
	background: url(images/close.png) no-repeat;
	background-size: cover;
}
.info-box img {
	max-width: 100%;
}
.info-box h3 {
	padding-right: 50px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.info-box h3:after {
	content: '';
	display: block;
	width: 400px;
	left: -20px;
	bottom: 0;
	border-bottom: 1px solid #D5D5D5;
	position: absolute;

}
.info-box a {
	color: #fff;
	text-decoration: none;
}
.info-box .close,
.account-box .close,
.info-window .close {
	background: none;
	font-size: 32px;
	width: 32px;
	height: 32px;
	top: 15px;
	right: 15px;
	z-index: 9999;
}

#map-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	/*height: 300px;*/
}

.account-box {
	/*width: 400px;
	height: 600px;
	padding: 20px;
	border-radius: 12px;
	color: #fff;
	background: #01354D;
	position: fixed;
	z-index: 1000;
	top: 200px;
	right: 50px;*/
	/*margin-left: -200px;*/
	/*display: none;
	overflow: auto;*/

	width: 400px;
	height: 100%;
	padding: 20px;
	border-radius: 0;
	color: #fff;
	background: #06507E;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	/*display: none;*/
	/*overflow: auto;*/
}
.account-box .menu-heading {
	/*border-bottom: 1px solid #707070;*/
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 30px;
}
.account-box ul {
	list-style: none;
	padding-left: 10px;
}
.account-box ul.account-menu li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}
.account-box ul.account-menu li:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 5px;
}
.account-box ul.account-menu li.account-add:before {
	background-image: url(images/icon-add.png);
}
.account-box ul.account-menu li.account-edit-profile:before {
	background-image: url(images/icon-edit.png);
}
.account-box ul.account-menu li.account-logout:before {
	background-image: url(images/menu/icons-back.png);
    top: -2px;
    height: 38px;
}
.account-box a {
	color: #fff;
	text-decoration: none;
}
.menu-heading h3 {
	margin-top: 10px;
}
#account-edit-profile {
	/*display: none;*/
}

/* listing add/edit */
.add-new-listing {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #01354D;
	background-image: url(images/form-bg.jpg);
	background-size: cover;
	position: absolute;
	/*z-index: 1000;*/
	z-index: 10000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
}
.add-new-listing .close,
.front-popup .close {
	background: none;
	display: block;
	font-size: 32px;
	color: #fff;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 10px;
	text-decoration: none;
}
.add-new-listing .menu-heading {
	padding-top: 100px;
	text-align: center;
	max-width: 640px;
	padding: 20px;
	margin: 0 auto;
}
.form-logo {
	text-align: center;
	padding-top: 20px;
}
.form-start {
	margin-bottom: 100px;
}
.form-button {
	display: inline-block;
	background: #89322F;
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	padding: 15px;
	min-width: 240px;
}
.form-part h4 {
	text-align: center;
	font-size: 26px;
}
.form-part {
	display: none;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding: 0 20px;
	text-align: center;
}
.form-part .form-button {
	margin-top: 20px;
}
.form-part input[type="text"]::placeholder,
.form-part input[type="email"]::placeholder,
.form-part input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F7F7F7;
  font-size: 24px;
  opacity: 1; /* Firefox */
}

.form-part input[type="text"]:-ms-input-placeholder,
.form-part input[type="email"]:-ms-input-placeholder,
.form-part input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F7F7F7;
  font-size: 24px;
}

.form-part input[type="text"]::-ms-input-placeholder,
.form-part input[type="email"]::-ms-input-placeholder,
.form-part input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #F7F7F7;
  font-size: 24px;
}
.form-part input[type="text"],
.form-part input[type="email"],
.form-part input[type="tel"] {
	border: 0;
	border-bottom: 1px solid #F5F2F2;
	width: 100%;
	font-size: 26px;
	margin-bottom: 20px;
	padding: 5px;
	background: none;
	color: #F7F7F7;
	font-weight: normal;
	display: block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.form-part input[type="text"]:focus,
.form-part input[type="email"]:focus,
.form-part input[type="tel"]:focus {
	outline: none;
}
.button-select {
	/*line-height: 0;*/
}
.button-select label,
.business-services label {
	display: inline-block;
	width: 130px;
	/*padding: 10px 20px;*/
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #BEBEBE;
	height: 55px;
	/*float: left;*/
	margin: 5px 3px;
	cursor: pointer;
	vertical-align: top;
	word-wrap: break-word;
}
.payment-select label {
	font-size: 14px;
	height: 70px;
	padding: 10px;
}
.button-select label > * {
	/*line-height: 18px;*/
}
.button-select label:hover,
.business-services label:hover,
.button-select label.selected,
.business-services label.selected {
	background: rgba(255,255,255,0.1);
}

.business-services label input,
.button-select label input {
	display: none;
}
.business-services .clone {
	display: none;
}
.account-item a {
	display: block;
	padding: 10px;
}


.phone a {
	display: inline-block;
    padding: 10px 40px;
    border: 1px solid #707070;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    color: #01354D;
    font-weight: bold;
    text-decoration: none;
    background-position-x: 10px;
    background-size: 25px;
    background-position-y: 5px;
}
span.certified {
	float: right;
    width: 90px;
    display: none;
}
.social-links a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
}
.social-links a span {
	font-size: 32px;
}
.social-links > span {
	width: 32px;
	margin-right: 5px;
	display: inline-block;
}


/* login/signup */
.ur-frontend-form {
	border: 0;
}
.ur-frontend-form input[type="text"]::placeholder,
.ur-frontend-form input[type="email"]::placeholder,
.ur-frontend-form input[type="password"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F7F7F7;
  font-size: 18px;
  opacity: 1; /* Firefox */
}

.ur-frontend-form input[type="text"]:-ms-input-placeholder,
.ur-frontend-form input[type="email"]:-ms-input-placeholder,
.ur-frontend-form input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F7F7F7;
  font-size: 18px;
}

.ur-frontend-form input[type="text"]::-ms-input-placeholder,
.ur-frontend-form input[type="email"]::-ms-input-placeholder,
.ur-frontend-form input[type="password"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #F7F7F7;
  font-size: 18px;
}
.ur-frontend-form input[type="text"],
.ur-frontend-form input[type="email"],
.ur-frontend-form input[type="password"] {
	border: 0;
	border-bottom: 1px solid #F5F2F2;
	width: 100%;
	font-size: 26px;
	margin-bottom: 20px;
	padding: 5px;
	background: none;
	color: #F7F7F7;
	font-weight: normal;
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ur-frontend-form .ur-submit-button,
.user-registration-Button {
	display: inline-block;
	background: #89322F;
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	padding: 15px;
	width: 100%;
	margin-bottom: 10px;
}
#user-registration {
	background: none;
	color: #fff;
}
#user-registration p {
	color: #fff;
}
.slider-item {
	display: none;
}
.slider-item.active {
	display: block;
}
.slider-control {
	text-align: center;
	margin-top: 20px;
}
.slider-control a {
	display: inline-block;
	padding: 10px;
	margin: 0 10px;
	color: #fff;
	text-decoration: none;
}
.slider-control a.active {
	border-bottom: 1px solid #fff;
}
.social-login-box {
	text-align: center;
}
div.nsl-container-block[data-align="left"] .nsl-container-buttons {
	align-items: center !important;
}

.photo-select {
	text-align: center;
	padding: 80px 0;
}
.photo-select label {
	cursor: pointer;
	display: block;
	height: 60px;
}
.photo-select span {
	font-size: 48px;
}
.photo-select input {
	display: none;
}
.photo-select img {
	max-height: 300px;

}

.start-here {
    padding: 10px;
    background-color: #01354D;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -100px;
    z-index: 999;
    width: 250px;
    border-radius: 12px;
    padding-top: 50px;

    display: none;
}
.start-here h3 {
	color: #fff;
	text-align: center;
}

h4.nearest {
	/*display: none;*/
	color: #00d7d3;
	margin-top: 0;
}



/* rework */
.info-box {
	position: fixed;
	transform: translateX(100%);
    transition: transform .5s;
    z-index: 9999;
}
.info-box p {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 5px;
}
.info-box p.top-category,
.info-box p.winter-category {
	font-size: 16px;
}
.info-box .address {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 16px;
}
.info-box p.phone {
	margin-bottom: 15px;
}
.info-box.is-visible {
	transform: translateX(0);
    transition: transform .5s;
}
.info-box h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.info-box > div {
	margin-top: 15px;
}
.info-box .image {
	margin-left: -20px;
	margin-right: -20px;
}
.side-menu {
	/*position: absolute;*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	
	background: #06507E;
	z-index: 9999;
	border-right: 1px solid #D5D5D5;
	transform: translateX(-100%);
    transition: transform .5s,z-index 0s .5s;
}
.side-menu.is-visible {
	transform: translateX(0);
    z-index: 9999;
    transition: transform .5s,z-index 0s 0s;
}
.side-menu-content {
	/*display: none;*/
	width: 400px;
	position: relative;
	/*disable for now*/
	/*margin-left: -400px;*/
	
}
.side-menu-content .tab-list {
	position: relative;
}
.side-menu-content .tab-list:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	border-right: 1px solid #AD7E66;
}
.side-menu.is-visible .side-menu-content {
	/*display: block;*/
	
}
.side-menu-actuator,
.account-menu-actuator {
	display: block;
	background: #06507E;
	width: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	right: -40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.account-menu-actuator {
	right: auto;
	left: -40px;
}
.side-menu.is-visible .side-menu-actuator .fa-chevron-left,
.side-menu .side-menu-actuator .fa-chevron-right,
.account-box .account-menu-actuator .fa-chevron-left,
.account-box.is-visible .account-menu-actuator .fa-chevron-right,
.header.is-visible .header-actuator .fa-chevron-up,
.header .header-actuator .fa-chevron-down {
	display: block;
}
.side-menu.is-visible .side-menu-actuator .fa-chevron-right,
.account-box.is-visible .account-menu-actuator .fa-chevron-left,
.account-box .account-menu-actuator .fa-chevron-right,
.side-menu .side-menu-actuator .fa-chevron-left,
.header.is-visible .header-actuator .fa-chevron-down,
.header .header-actuator .fa-chevron-up{
	display: none;
}

.side-menu-header {
	background: #861516;
	border-bottom: 1px solid #D5D5D5;
}
.side-menu-header a {
	border-left: 1px solid #D5D5D5;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: 33.33%;
	/*width: 50%;*/
	display: inline-block;
	padding: 55px 20px 20px 20px;
	float: left;
	background-size: 32px;
    background-position: 50% 18px;
    background-repeat: no-repeat;
    font-size: 14px;
}

.new-life .side-menu-header a {
	width: 25%;
	padding: 55px 15px 20px 15px;
}

.side-menu-header a.commerce {
	background-image: url(images/menu/commerces.png);
}
.side-menu-header a.services {
	background-image: url(images/menu/services.png);
}
.side-menu-header a.history {
	/*background-image: url(images/menu/info-piste.png);*/
	background-image: url(images/menu/historical_icon.png);
}
.side-menu-header a.seasonal {
	background-image: url(images/menu/snow-flake-icon.png);
}
.side-menu-header a.active {
	box-sizing: border-box;
	/*background-color: #D02527;*/
	background-color: #06507E;
	/*border-bottom: 3px solid #fff;*/
	/*outline: 3px solid #fff;*/
}
.side-menu-header a:first-of-type {
	border-left: 0;
}
.tab-list .tab {
	display: none;
	overflow-y: auto;
}
.tab-list .tab:first-of-type {
	display: block;
}
.tab-list .filter-item {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #D5D5D5;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	text-decoration: none;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 40px;
}
.side-menu-content .tab-list.tab-list-history:before {
	display: none;
}
.tab-list .filter-item.filter-history {
	padding-left: 10px;
}
.tab-list .filter-item img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.tab-list .filter-item:after {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	right: 0px;
	top: -2px;
	position: absolute;
	/*background-size: cover;*/
	background-size: 32px;
	background-image: url(images/eye_greyed_out.png);
    background-repeat: no-repeat;
    background-position: 50% 11px;
}
.tab-list .filter-item.visible:after {
	background-image: url(images/eye_white.png);
}

/* alert box*/
.alert-box {
	background: #000;
	text-align: center;
	padding: 25px 0;
	position: absolute;
	/*top: 250px;*/
	top: 190px;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.alert-box.is-visible {
	display: block;
}
.alert-box .close {
	background: none;
	font-size: 32px;
	width: 32px;
	height: 32px;
	top: 15px;
	right: 15px;
	color: #fff;
}
.alert-box a {
	color: #fff;
}
.alert-box .content {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.alert-box .content i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
/* search window */
.search-window {
	background: #861516;
	text-align: center;
	padding: 100px 0;
	position: absolute;
	/*top: 250px;*/
	top: 190px;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.search-window .search {
	width: 700px;
	max-width: 80%;
	margin: 0 auto;
	position: relative;
}
.search-window div.asl_w {
	background: none;
}
.search-window #ajaxsearchlite1 .probox, div.asl_w .probox {
	background-color: #6b1819;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 10px;
}
.search-window #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	color: #fff !important;
	font-size: 22px;
	font-weight: bold;
}
.search-window #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input.orig {
	/*padding: 5px !important;*/
}
.search-window div.asl_w .probox .proinput input::-webkit-input-placeholder {
	font-weight: bold;
	font-family: Open Sans;
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: none !important;
}

.search-window div.asl_w .probox .proinput input::-moz-placeholder {
	font-weight: bold;
	font-family: Open Sans;
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: none !important;
}

.search-window div.asl_w .probox .proinput input:-ms-input-placeholder {
	font-weight: bold;
	font-family: Open Sans;
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: none !important;
}

.search-window div.asl_w .probox .proinput input:-moz-placeholder {
	font-weight: bold;
	font-family: Open Sans;
	color: rgba(255, 255, 255, 1) !important;
	text-shadow: none !important;
}
.search-window div.asl_w .probox .promagnifier .innericon svg {
	fill: #fff;
}
.search div.asl_m .probox .promagnifier {
	border: 0;
	box-shadow: none;
}
div.asl_m .probox .proinput input {
	height: 36px;
}

.search-close {
	display: block;
	font-size: 32px;
	color: #fff;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}

.filter-box {
	display: none;
}

/* menu rework */
.header-actuator {
	background: #861516;
	width: 69px;
	height: 36px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	bottom: -36px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}
.header-actuator .fa-chevron-down {
	display: none;
}

/* acccount box rework */
.account-box {
	transform: translateX(100%);
    transition: transform .5s,z-index 0s .5s;
}
.account-box.is-visible {
	transform: translateX(0);
    transition: transform .5s,z-index 0s 0s;
}
.account-box.is-visible .account-menu-actuator {
	/*display: block;*/
}
.account-box.is-visible .account-menu-actuator .fa-chevron-left {
	/*display: none;*/
}
.account-box.is-visible .account-menu-actuator .fa-chevron-right {
	/*display: block;*/
}
.account-menu li a {
	display: inline-block;
	padding-top: 8px;
}

/* legends container */
.legends-container {
	position: absolute;
	width: 340px;
	padding: 15px;
	background: rgba(0,0,0,0.75);
	bottom: 50px;
	/*left: 50px;*/
	right: 60px;
	z-index: 999;
	color: #fff;
}
.legends-container > div {
	margin-bottom: 12px;
	position: relative;
	padding-left: 40px;
}
.legends-container span {
	display: inline-block;
	vertical-align: middle;
}
.legends-container .color {
	width: 26px;
	height: 26px;
	margin-left: -40px;
	margin-right: 10px;
	float: left;
}
a.close-legend {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 15px;
	/*left: 50px;*/
	right: 60px;
	z-index: 999;
}



.historical-container {
	z-index: 10000;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  overflow: scroll;
  display: none;
}
.historical-close,
.historical-slider-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-size: 54px;
	text-decoration: none;
	color: #a30808;
	font-weight: bold;
}
.historical-header {
	width: 100%;
	padding: 5% 10%;
	background-size: cover;
	background-position: top center;
	min-height: 350px;
}
.historical-header h1 {
	color: white;
	font-size: 54px;
	font-weight: bold;
	position:  relative;
}
.historical-header h1:after {
	content: '';
	height: 3px;
	width: 200px;
	background: #fff;
	display: block;
}
.historical-header .address {
	color: #fff;
}
.historical-header .town {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  font-size: 34px;
  color: #fff !important;
  margin-bottom: 0;
}
.historical-header .town .fa-map-marker-alt {
	margin-right: 20px;
	color: #E09900;
}
.historical-excerpt {
	background: #fff;
	font-weight: 300;
  font-size: 20px;
  line-height: 1.4em;
  padding-top: 48px!important;
  padding-right: 31px!important;
  padding-bottom: 48px!important;
  padding-left: 31px!important;
  margin-left: 0px!important;
  box-shadow: 0px 2px 14px -6px rgb(0 0 0 / 30%);
  width: 67%;
  margin-bottom: -160px;
}
.historical-content {
	width: 80%;
	margin-top: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.historical-content h3 {
	font-weight: 300;
  font-size: 30px;
  color: #9b6501 !important;
}
.historical-content p {
	line-height: 1.8em;
	padding-bottom: 1em;
	font-size: 16px;
}
.historical-photos {
	padding: 40px 10%;
  background-color: #960909 !important;
}
.historical-photos h1 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: normal;
}
.historical-photos i {
	margin-right: 15px;
	color: #fff;
}
.bottom-image {
	text-align: center;
	padding: 40px 20%;
}
.bottom-image img {
	max-width: 100%;
}
.historical-back {
	border-radius: 2px;
  background-color: #b50e0e;
  color: #fff;
  text-align: center;
  padding: 15px 20px;

  margin: 20px auto;
  display: block;
  max-width: 200px;
  cursor: pointer;
}
.historical-carousel a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	height: 200px;
	overflow: hidden;
	background-size: cover;
}
.historical-carousel a:after {
	/*content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);*/
}
.historical-carousel a .et_overlay {
    z-index: -1;
    /*z-index: 1;*/
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background: hsla(0,0%,100%,.9);*/
    
    background-color: rgba(0,0,0,0.52);
    border-color: rgba(0,0,0,0.52);

    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}
.historical-carousel a:hover .et_overlay {
	opacity: 1;
	z-index: 999;
}
.historical-carousel a .et_overlay .fa-plus-circle {
	  font-size: 32px;
    /*color: #2ea3f2;*/
    color: #fff;
    bottom: 50%;
    left: 50%;
    position: absolute;
    margin-left: -16px;
    margin-bottom: -16px;
}
.historical-slider {
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	width: 100%;
	height: 100%;
	padding: 100px;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.85);
	display: none;
}
.splide__slide img {
	max-height: 700px;
}
.splide--fade>.splide__track>.splide__list {
	width: 100%;
}
.splide__slide {
	text-align: center;
	width: 100%;
}
.splide__caption {
	position: relative;
	clear: both;
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 10px;
}
.splide__caption span {
	display: inline-block;
	width: 100%;
}
.splide__caption span.credits {
	font-size: 12px;
}
.splide__pagination {
	bottom: -1em;
}

/* map labels */
.ptit-labels {
	/*z-index: 9999 !important;*/
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 2px #000000;
	/*-webkit-text-stroke: 1px black;*/
}


/* info window */
.info-window {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	display: none;
}
.info-window .close {
	color: #861516;
}
.info-content {
	max-width: 80%;
	position: relative;
	margin: 60px auto;
	min-height: calc(100% - 120px);
	max-height: calc(100% - 120px);
	padding: 15px;
}


/* popup */
.front-popup {
	background: #0a4673;
/*	padding: 40px;*/
	padding: 5px;
/*	border-radius: 20px;*/
/*	width: 300px;*/
	width: 100%;
/*	position: absolute;*/
	position: relative;
/*	top: 200px;*/
	top: 0;
	left: 0;
	z-index: 999999;
/*	left: 50%;*/
/*	margin-left: -150px;*/
	text-align: center;
	color: #fff;
	display: none;
}
.front-popup .close {
	right: 20px;
}
.front-popup-content {
	margin-bottom: 15px;
}
.front-popup-content > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.front-popup-content img {
	margin-top: 15px;
}
.front-popup-content h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.front-popup-content a {
	display: inline-block;
	background: #861516;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	width: 160px;
	padding: 10px;
	border-radius: 15px;
	margin-top: 15px;
}


/* walktrough */
#walkthrough-popup {
    background: #fff;
    padding: 40px;
    width: 350px;
    position: absolute;
    top: 200px;
    z-index: 9999999;
    left: 50%;
    margin-left: -175px;
    text-align: center;
    color: #022C46;
    display: none;
    border-radius: 25px;
    box-shadow: 0 4px 12px -2px gray;

}
#walkthrough-popup ul {
	list-style: none;
	padding-left: 0;
	max-width: 1000px;
  position: relative;
  margin: auto;
}
#walkthrough-popup img{
	max-width: 90%;
	border-radius: 50%;
	display: inline-block;
}
#walkthrough-popup h4 {
	color: #06507E;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}
.walk-slide {
	display: none;
}
.walk-dot {
  cursor: pointer;
  
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #A9B2CF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.walk-dot:hover,
.walk-dot.active {
  background-color: #384984;
  height: 14px;
  width: 14px;
  margin-top: -1px;
  margin-left: 1px;
  margin-right: 1px;
}
.walk-dots {
	margin-top: 40px;
}
a.walk-next {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	padding: 15px;
	color: #384984;
	-webkit-box-shadow: 10px 10px 23px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 23px -11px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 23px -11px rgba(0,0,0,0.75);
	border-radius: 25px;
	float: right;
	cursor: pointer;
}
a.walk-close {
	display: block;
	font-size: 26px;
	color: #384984;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 15px;
	right: 10px;
	text-decoration: none;
	cursor: pointer;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




@media screen and ( max-width: 600px ) {
	.legends-container {
		display: none;
	}
	a.close-legend {
		display: block;
	}
	.header {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.mobile-menu .menu-items {
		padding-top: 30px;
	}
	.mobile-menu .menu-items a {
		display: block;
	    width: 100%;
	    background-position: 0 50%;
	    text-align: left;
	    padding-left: 50px;
	    padding-top: 10px;
	    margin-bottom: 15px;
	}
	.logo {
		max-width: 90px;
	}
	.menu-items {
		margin-right: 0;
	}
	.account-box {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.filter-box {
		left: 0 !important;
		top: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.info-box {
		width: 100%;
		left: 0;
		right: 0;
		margin-left: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		border-radius: 0;
	}
	.header .search {
		display: none;
		/*position: absolute;*/
	}
	.menu-items {
		/*margin-right: 10px;*/
	}
	.menu-items a {
		width: 28px;
		height: 28px;
	}
	.menu-items .show-search {
		display: inline-block;
	}

	.alert-box {
		top: 93px;
		padding: 20px 0;
	}

	.front-popup {
/* 		top: 100px; */
	}
	body {
		margin: 0;
	}
	.front-popup .close {
		right: 2px;
		top: 2px;
		width: 24px;
		height: 24px;
		font-size: 24px;
	}
	.front-popup-content > div {
		display: list-item;
	}
	.front-popup-content h4 {
		margin-bottom: 10px;
		margin-top: 0;
	}
	.front-popup-content a {
		margin-top: 0;
	}

	#walkthrough-popup {
		    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 100px 20%;
    left: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    position: fixed;
	}

}
