#jspot-main-search #fieldset-advanced {
	display: none;
}

#jspot-main-search-type {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 14px;	
	font-weight: bold;
	display: none;
}

#jspot-main-search-type-txt {
	cursor: pointer;	
}

#jspot-main-search .control-label,
#jspot-main-search .controls {
	/*width: auto;*/
}
	
.jspot-main-filter-checkbox {
	white-space: nowrap;
}

.jspot-main-filter-checkbox input,
.jspot-main-filter-checkbox label {
	cursor: pointer;
}


.jspot-main-filter-checkbox-input,
.jspot-main-filter-checkbox-label {
	vertical-align: top;
	display: inline-block;
	white-space: normal;
}

.jspot-main-filter-checkbox h5 {
	margin: 0;
	padding: 8px 0 2px 0;
}

#jspot-main-pagelinks ul {
  display: flex;
  justify-content: center;
  list-style: none; /* remove list bullets */
  padding: 0px;
}

#jspot-main-pagelinks ul li {
  background-image: none !important;
  display: block;
  padding: 8px 4px;
  text-decoration: none;
  border: 1px solid gray;
  color: white;
  margin: 0 4px;
  border-radius: 5px;
  background-color: 
}

#jspot-main-pagelinks ul li.clickable {
   	cursor: pointer;
}

#jspot-main-pagelinks ul li {
	background-color: #8FA7CA;	
}

#jspot-main-pagelinks ul li.clickable,
#jspot-main-pagelinks .pagination-start,
#jspot-main-pagelinks .pagination-end,
#jspot-main-pagelinks .pagination-prev,
#jspot-main-pagelinks .pagination-next
 {
	background-color: white;	
}

#jspot-main-pagecounter,
#jspot-main-pagelimit
{
	display: inline-block;
	padding-right: 1em;
}

#jspot-main-pagelimit .chzn-container {
	padding-right: 2em;
}

#jspot-main-pagelinks ul li a {

}

.jspot-main-container input {
	background-color: white;
}

.jspot-main-container hr {
	margin: 10px 0;
}

#jspot-main-result-no-result {
	padding-top: 0.5em;
	font-weight: bold;
	color: red;	
}

#jspot-main-advert {
	text-align: center;	
}

#jspot-main-result-container {
	display: flex;
}

.controls .chzn-container {
	/*min-width: 300px;*/
}

.form-horizontal input,
.chzn-container  {
	font: normal 1em 'century gothic', arial, sans-serif;
	color: #555;	
}

.form-horizontal input[type="text"] {
	height: 32px;
}

.chzn-container ul li {
	background-image: none !important;
}

.chzn-single,
.chzn-container-multi .chzn-choices {
	background-image: none !important;
	background-color: #f2f2f2 !important;
	border: 1px solid #C2C2C2 !important;
	padding: 0.2em !important;
	padding-left: 0.5em !important;
}

.chzn-single {
	height: 32px !important;
}

#jspot-main-search {
	
}

#jspot-main-result-left {
	width: 50%;
	display: inline-block;
	padding-right: 1em;
}

#jspot-main-map {
	width: 49%;
   	display: flex;
    align-items: stretch;
    min-height: 800px;
    border-left: none;
}

#jspot-main-submit {
	width: 100%;
  	max-width: 200px;		
	background-color: #0ab21b;
	color: white !important;  	
}

.gm-style-iw-chr {
	height: 50px;
  	position: absolute;
  	right: 0;
  	top: 0;
}

.gm-style-iw-chr button {
	outline: none;
}

.gm-style-iw-d {
	padding-right: 30px;
}


#limit_chzn a {
	width: 6em;
}

#jspot-main-pagelimit {
	padding: 0.5em;	
}

.jspot-main-block {
}

#jspot-main-resultlist .jspot-main-block {
	display: flex;
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

.jspot-main-result-item.active {
	background-color: antiquewhite;
}

.jspot-main-result-item {
	background-color: white;
	height: 120px;
	cursor: pointer;
	border: 1px solid lightgrey;
}

@media all and (max-width: 640px) {
	
	#jspot-main-result-container {
		display: block;
	}
	
	#jspot-main-result-left {
		width: 100%;
	}
	
	#jspot-main-map {
		display: block;
		width: 100%;
		height: 800px;
		border-left: 1px solid lightgrey;
		border-top: none;
	}
}

.jspot-main-result-item-headline {
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	z-index: 10;
	background-color: rgba(0, 51, 102, 0.4);
	color: white;
	font-size: 15px;
	padding: 0.1em 0.5em;
	box-sizing: border-box;
	overflow: hidden;
}

.jspot-main-result-item-headline-l {
	display: inline-block;
	float: left;
	font-weight: bold;
}

.jspot-main-result-item-headline-r {
	display: inline-block;
	float: right;
}

.jspot-main-result-item-img-wrapper {
	flex: 0 0 auto;
	height: 120px;
	width: 160px;
	text-align: middle;
	overflow: hidden;
	z-index: 0;
}

.jspot-main-result-item-text-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-top: 2.2em;
	margin-left: 0.5em;
	white-space: normal;
}

.jspot-main-result-item-img {
	height: 120px;
	width: auto;
}

.jspot-main-result-item-types {
	height: 32px;
	overflow-y: hidden;
	text-overflow: ellipsis;
}

.jspot-main-result-amount-item {
	display: inline-block;
	width: 50px;
	text-align: center;
	white-space: normal;
	vertical-align: top;
	padding-top: 0.2em;
	color: gray;
}

@media all and (max-width: 780px) {
	.jspot-main-result-amount-item-3 {
		display: none;
	}
}

@media all and (max-width: 640px) {
	.jspot-main-result-amount-item-3 {
		display: inline-block;
	}
}

@media all and (max-width: 400px) {
	.jspot-main-result-amount-item-3 {
		display: none;
	}
}

@media all and (max-width: 340px) {
	.jspot-main-result-amount-item-2 {
		display: none;
	}
}

.jspot-main-result-item-icon {
	font-size: 16px;
}

.jspot-main-result-amount-num {
	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: -3px;
}

.jspot-main-result-item-info-icon {
	position: absolute;
  	right: 0;
  	bottom: 0;
  	font-size: 40px;
  	color: cadetblue;
  	padding-right: 0.1em;
}

.gm-style-iw-d .jspot-main-result-item-info-icon {
	position: relative;
	cursor: pointer;
}

.jspot-main-map-info-caption {
	display: inline-block;
	font-size: large;
	font-weight: bold;	
	vertical-align: middle;
  	padding-left: 1em;	
}

.jspot-main-overlay {
	 position: fixed;
	 top: 0; left: 0;
	 width: 100vw; height: 100vh;
	 background: rgba(0, 0, 0, 0.8);
	 display: none;
	 justify-content: center;
	 align-items: center;
	 z-index: 9999;
	 animation: fadeIn 0.3s ease-in-out;
}

.jspot-main-overlay-content {
	 position: relative;
	 max-width: 70%;
	 max-height: 70%;
	 overflow-y: scroll;
	 background: #222;
	 padding: 2rem;
	 border-radius: 8px;
}

@media all and (max-width: 640px) {
	.jspot-main-overlay-content {
		max-width: 100%;
		padding: 0;
	}
}

.jspot-main-close-btn {
	 position: fixed;
	 top: 10%;
	 right: 10%;
	 font-size: 2rem;
	 background: none;
	 border: none;
	 color: #fff;
	 cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.jspot-details-container {
	padding: 1em;
	white-space: nowrap;
}

.jspot-details-icon {
	font-size: 24px;
	padding: 0.2em;	
	padding-right: 0.5em;
	width: 32px;
	text-align: center;	
}

.jspot-details-page-header {
	text-align: center;
	position: relative;
	white-space: normal;
}

.jspot-details-header-share {
	display: inline-block;
	width: 50%;	
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.7em;
	cursor: pointer;
}

.jspot-details-header-share i {
	width: 24px;
	text-align: center;
}
	
.jspot-details-type-container {
	white-space: normal;
}

.jspot-details-edit-container {
	padding: 1em;
	white-space: nowrap;
	background-color: lightyellow;
}

.jspot-details-edit-container-l {
	display: inline-block;
	width: 50%;
	white-space: normal;
	font-weight: bold;
}

.jspot-details-edit-container-r {
	display: inline-block;
	width: 50%;
	text-align: right;
}

.jspot-details-logo-container {
	display: table;	
	width: 100%;
	overflow: auto;
}

.jspot-details-logo-container-row {
	display: table-row;	
}

.jspot-details-logo {
	display: table-cell;	
}

.jspot-details-logo-wrapper {
	width: 170px;
	padding-bottom: 2em;
}

.jspot-details-logo-img {
	width: 150px;
}

.jspot-details-contact {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.jspot-details-contact-address {
	font-weight: bold;
	font-size: large;
}

.jspot-details-contact-line {
	display: flex;
	padding-bottom: 0.2em;
}

.jspot-details-contact-line-icon {
	display: inline-block;
	vertical-align: top;
}
	
.jspot-details-contact-line-text {
	display: flex;
	flex-grow: 1;
	white-space: normal;
	overflow: auto;
}

.jspot-details-payment {
	display: table-cell;	
	width: 200px;
	padding: 0 2em;
	vertical-align: top;
	text-align: center;
}

.jspot-details-payment-hr {
	display: none;	
}

.jspot-details-payment-amount {
	text-align: center;
}

.jspot-details-payment-amount h1 {
	padding-bottom: 0;
  	margin-bottom: 0;
  	text-align: center;
}
  
.jspot-details-payment-modes {
	padding-top: 1em;	
}

.jspot-details-payment-modes ul li {
	text-align: center !important;
	background-image: none !important;
	list-style-type:  square !important;
	list-style-position: inside !important;
}
	
.jspot-details-amounts {
	white-space: nowrap;
}

.jspot-details-amount-item {
	display: inline-block;
	width: 20%;
	text-align: center;
	white-space: normal;
	vertical-align: top;
}

.jspot-details-amount-num {
	font-size: 20px;
	font-weight: bold;
	padding-right: 0.5em;
}

.jspot-details-props {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	white-space: normal;
}

.jspot-details-props>ul>li {
	font-weight: bold;
	background-image: none !important;
}

.jspot-details-props>ul>li>ul {
	margin-top: 0.5em;
  	margin-bottom: 0;
}

.jspot-details-props>ul>li>ul>li {
	font-weight: normal;
}
	
.jspot-details-description {
	white-space: normal;
}

.jspot-details-images {
	display: inline-block;
	width: 70%;
}

.jspot-details-images-slide-item > img {
	width: 100%;
}

.jspot-details-images-slide-item,
.lSPager>li {
	background-image: none !important;
}

.lSAction > .lSPrev {
	left: 20px;
}

@media all and (max-width: 900px) {
	.jspot-details-logo-container,
	.jspot-details-logo-container-row,
	.jspot-details-contact,
	.jspot-details-payment,
	.jspot-details-props,
	.jspot-details-images {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	
	.jspot-details-payment-amount,
	.jspot-details-payment-modes,
	.jspot-details-payment-modes ul li {
		text-align: left !important;
	}
	
	.jspot-details-payment-hr {
		display: block;	
	}
	
	.jspot-details-page-header {
		text-align: left;
	}
	
	.jspot-overlay .jspot-details-logo {
		display: block;
		width: 100%;
  		text-align: center;
	}
	
	.jspot-details-header-share {
		position: relative;	
	}
}

.jspot-frontend-edit-form {
	padding: 16px;
	background-color: #EDEDED;
}

.jspot-frontend-edit-form button {
	background-color: #46a546;
	color: white !important;
}
	
.gm-style-mtc button {
	color: black !important;
}

.jspot-frontend-edit-form-toolbar {
	width: 100;
	background-color: rgba(0, 51, 102, 0.8);
	padding: 1em;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
  	text-align: center;
  	z-index: 100;
}

button.jspot-frontend-edit-form-toolbar-submit {
	width: 160px;
}

button.jspot-frontend-edit-form-toolbar-cancel {
	width: 80px;
	background-color: grey;
}

.alert {
	margin-bottom: 1em;	
}

.alert-message,
.alert-message .alert-message {
	background-color: #dff0d8 !important;
}

.alert-error,
.alert-error .alert-message {
	background-color: #ff9966 !important;
}

.hidden {
  visibility: hidden;
}

.btn-group {
}

.btn-mini {
	background-color: lightgrey !important;
	color: white !important;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}

.icon-minus {
	color: red !important;
}

.icon-arrow-up::before {
  content: "\e005";
}
.icon-arrow-down::before {
  content: "\e007";
}
.icon-minus::before {
  content: "I";
}

#jspot-reg-disclaimer {
	font-weight: bold;
}

#jspot-reg-user-error {
	font-weight: bold;
	color: red;
	padding: 1em;
}