.listing-item-container.list-layout span.tag,
.listing-item-content span.tag {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2.5px;
	font-weight: 300;
	 
	
	border-radius: 3px;
	padding: 6px 14px;
    line-height: 15px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 9px;
	margin-left:0px;
	margin-top:-38px;
/*     font-size: 13px;
font-weight: 500;
text-transform: none;
letter-spacing: 0; */
 
position:absolute;
background-color: #fb7470;
  /*font-family: 'Asap', sans-serif; */ font-weight:600;

}

@media only screen and (max-width: 1920px) {
/* Border Button Style */
a.button.border:before { display: none; }
button.button.border,
a.button.border {
	 background-color: #4eb69f;
	color: #ffffff;
	border: 1px solid #4eb69f; 
	 
	padding: 9px 21px;
}
button.button.border:hover,
a.button.border:hover {
	background-color: #ffffff;
	border: 1px solid #4eb69f; 
	color: #4eb69f;
	opacity: 1;
}
}
@media only screen and (max-width: 1024px) { 
button.button.border, a.button.border {
    background-color: #4eb69f;
    color: #4eb69f;
    border: 1px solid #4eb69f;
    padding: 9px 21px;
}
}

 h1, h2, h3, h4, h5, h6 {
    
     letter-spacing: -0.5px;
}

 
/*body p {
    font-size: 15px;
    line-height: 19px;
	font-weight:400;
	  font-family: 'Open Sans', sans-serif;
	color:#414141;
}*/

.icon-box-2 p {
	margin-top: 20px;
	font-size: 15px;
	line-height:19px;
	color: #414141;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight:400;
}

.map-box .listing-item-content span {
    margin-top: 2px;  
    color:#222;
}

.map-box .listing-item-content h3 {
    margin-top: 6px;  
    color:#222;
}

.listing-small-badge {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    background-color: #19a1e5;
    opacity: 1.0; 
    color: #fff;
    border: none;
    border-radius: 100px;
    line-height: 26px;
    height: 26px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    vertical-align: top;
    position: relative;
    margin-bottom: 3px;
    border-radius: 3px;
	font-family: 'Gudea', sans-serif;
 
 
	/*background: #19A1E5;*/
 text-shadow: 1px 0 0 hsla(20, 50%, 30%, .6);
	/*margin-left:-40px;*/
	height:40px;
	line-height:40px;
	
}
 
.comment-by span.date {
    color: #888;
    font-weight: 300;
    margin: 0px 0 0 0;
    float: none;
    display: block;
    text-align: left;
	font-size:12px;
}



.featured-badge {display:none;}
.fa-euro::before, .fa-eur::before {display:none;}
.listing-small-badge.pricing-badge i {
    background-color: #19a1e5;
	display:none;
}

.listing-small-badge i {display:none;}

.listing-small-badge i.fa-calendar-check-o {
    font-size: 11px;
    line-height: 19px;
	display:none;
}

.fa-calendar-check-o::before {
    content: "\f274";
	display:none;
}

.listing-small-badge i.fa-calendar-check-o {
    font-size: 11px;
    line-height: 19px;
	display:none;
}

.listing-item-container.list-layout span.tag, .listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2.5px;
    font-weight: 300;
    border-radius: 3px;
    padding: 6px 14px;
    line-height: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 9px;
    margin-left: 0px;
    margin-top: -38px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    background-color: #fb7470;
    /*font-family: 'Asap', sans-serif;*/
    font-weight: 700;
	 text-shadow: 1px 0 0 hsla(20, 50%, 30%, .6);
}

.fs-content .listing-small-badge:not(.featured-badge) {
    box-shadow: none;
    background-color: #19a1e5;
}
.listing-badge.now-closed {
    background-color: #ff6340;
	 text-shadow: 1px 0 0 hsla(20, 50%, 30%, .6);
	font-weight:700;
}


a.details:link, a.details:visited {
    background-color: #ff6340;
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
   font-size: 16px;
   cursor: pointer;
   display: inline-block;
	border-radius: 3px;
	margin: 0px auto;
	font-weight:500;
}

a.details:hover, a.details:active {
   background-color: #121212;
}


.btm30 {margin-bottom:-70px;}

 .face.front {
	 background-color: #ff6340; 
	
	border: 0px solid #66676b;
	color: #fff;
	z-index: 100;
	 
}

.face.back {
	transform: rotateY(180deg);
	border: 2px solid #19a1e5;
	background: #fff;
	border-color: #ff6340;
	color: #ff6340;
}

 .face i {
	line-height: 38px;
	font-size: 20px;
}

.marker-arrow {
	width: 0;
	content: "";
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0;
	border-color: #ff6340 transparent transparent;
 	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-radius: 50%;
	z-index: 1;
	 
}




.cluster-visible:before {
	 border:7px solid #ff6340;
	opacity: 0.4;
	box-shadow: inset 0 0 0 4px      #ff6340;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite; 
	
	
	
	
	
}

.cluster-visible {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500;
 border-radius: 70%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
background-color: #ff6340;  
	 
}

.apartment-details {
    list-style: none;
    padding: 0;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 20px;
    background: #ff6340;
    border-radius: 4px;
    padding: 15px 18px;
	color:#FFF;
}
.apartment-details li {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 0;
    border-right: 1px solid #fff;
    line-height: 15px;
    padding: 0 12px;
        padding-right: 12px;
        padding-left: 12px;
}

.vc_message_box p {
    
	color:#FFF;
}

.sort-by .chosen-container-single .chosen-single {
    height: 26px;
    line-height: 24px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    /*padding: 0 14px 0 16px;*/
    box-shadow: none;
    color: #666;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
	  
}

.sort-by .chosen-container-single .chosen-single div {
    line-height: 24px;
}

#sign-in-dialog .mfp-close::before {
	
	top: 7px;
height: 9px;
font-size: 21px;
transition: 0s;
}

#sign-in-dialog .mfp-close::after
{
    top: 7px;
    height: 9px;
    font-size: 21px;
    transition: 0s;
}

 small, .small {
    display:none;
}

.apartment-details .main-detail-_event_date {float:left; }
.apartment-details .main-detail-_event_date span {float:right; text-indent: 4px }

.apartment-details .main-detail-_kursort {float:left; }
.apartment-details .main-detail-_kursort span {float:right;text-indent: 4px;   }


.apartment-details .main-detail-_event_date_end {float:left; }
.apartment-details .main-detail-_event_date_end span {float:right;text-indent: 4px;   }



.apartment-details {
    list-style: none;
    padding: 0;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 20px;
     background: #ff6340;
    border-radius: 4px;
    /*padding: 15px 18px;*/ 
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
    color: #fff;
	display:inherit;
	width:auto;
	font-size:14px;
	 
}

.apartment-details li {
    font-weight: 500;
    color: #fff;
    line-height: 15px;
}


body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
    background: #ff6340 !important;
    font-weight: 500;
}

span.slider-disable, span.panel-disable, span.panel-cancel, button.panel-cancel {
    float: left;
    background-color: #f0f0f0;
    color: #666;
    opacity: 1;
	margin-right:5px;
}


.listing-item-content  span {
  padding-bottom: 25px;
}

.listing-item-content .numerical-rating {
margin-top: 10px;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
margin-top:30px;
}

.listing-item-container.list-layout span.tag, .listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2.5px;
    font-weight: 300;
    border-radius: 3px;
    padding: 6px 14px;
    line-height: 15px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 9px;
    margin-left: 0px;
    margin-top: -38px;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    background-color: #ff6340;
   font-family: 'Gudea', sans-serif;
    font-weight: 700;
    text-shadow: 1px 0 0 hsla(20, 50%, 30%, .6);
}

.panel-dropdown > a {
    color: #666;
    font-weight: 500;
    font-size: 15px;
    border-radius: 50px;
    padding: 3px 14px;
    transition: all 0.3s;
    display: inline-block;
}

.sort-by .chosen-container-single .chosen-single span {
    margin-right: 0px;
    color: #666;
    font-weight: 500;
    transition: all 0.2s;
}
.claim-badge a {
    background-color: #fff;
    border-radius: 4px;
    color: #666;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 16px 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    display: block;
    margin-bottom: 35px;
	
}

#footer ul.menu li a {
    padding: 0 0 4px 16px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #212121;
    line-height: 14px;
    font-size: 14px;
    margin-top: -20px;
	font-weight:600;
}

.sign-in-form .tabs-nav li a {
    padding: 0 15px 18px 15px;
    color: #666;
    font-weight: 500;
	 
}
.main-search-container h4 {
    font-size: 24px;
    font-weight: 300;
    color: #777;
    line-height: 32px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #111;
	text-align:center;
	 
}

.alt-search-box.main-search-container .main-search-input-headline h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 36px;
    font-family: 'Gudea', sans-serif;
    color: #222;
    text-align: center;
}
span.slider-disable, span.panel-disable, span.panel-cancel, button.panel-cancel, button.panel-apply {
    background: none;
    padding: 5px 16px;
    display: block;
    outline: none;
    border: none;
    font-weight: 500;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
    background-color: #66676b;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 14px;
}
 
.button-success {
    color: white;
    background: #19a1e5;
    border: 1px solid #19a1e5;
    border-radius: 4px;
    padding: 9px 21px;
	font-weight:600;
}
button.panel-apply {
    background: none;
        background-color: rgba(0, 0, 0, 0);
    padding: 5px 16px;
    display: block;
    outline: none;
    border: none;
    font-weight: 500;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
    background-color: #ff6340;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 14px;
	margin-right:3px;
}
span.panel-cancel
{
    background: none;
        background-color: rgba(0, 0, 0, 0);
    padding: 5px 16px;
    display: block;
    outline: none;
    border: none;
    font-weight: 500;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
    background-color: #66676b;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 13px;
    padding: 3px 14px;
margin-right:3px;
}
#titlebar h1, #titlebar h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 1px 0 3px 0;
   font-family: 'Gudea', sans-serif;
    font-weight: 700;
}

#booking-date-range {
    cursor: pointer;
    color: #666;
    font-weight: 500;
}

#booking-date-range-enabler {
    float: right;
    background: #fff;
        background-color: rgb(255, 255, 255);
    border-radius: 3px;
    cursor: pointer;
    padding: 6px;
    display: inline-block;
    position: relative;
    margin: 0;
        margin-left: 0px;
    box-sizing: border-box;
    color: #666;
    font-weight: 500;
    transition: 0.3s;
    background-color: #fff;
    margin-left: 15px;
    top: 0px;
	font-size:14px;
}

.dashboard-list-box h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 25px 30px;
    color: #ff6340;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
    font-family: 'Fira Sans', sans-serif;
	
}
a.button.border {
    background-color: #ff6340;
    color: #ffffff;
    border: 1px solid #ff6340;
    padding: 9px 21px;
}

a.button.border:hover {
    background-color: #ffffff;
    color: #ff6340;
    border: 1px solid #ff6340;
    padding: 9px 21px;
}

.verified-badge {
    background-color: #19a1e5;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 500;
    cursor: help;
    position: relative;
    transition: 0.3s;
    display: block;
    margin-bottom: 35px;
}

.listing-badge {
	font-family: 'Gudea', sans-serif;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div, .numerical-rating .rating-counter, body .menu-responsive i.menu-trigger::after {
    font-family: Fira Sans;
    text-transform: none;
}


body .message-vendor input[type="submit"], body .message-vendor input[type="submit"]:focus, body .message-vendor input[type="submit"]:active {
    top: 0;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0 !important;
    text-align: center;
    line-height: 20px;
    background-color: #ff6340;
    margin-top: 10px;
}

#titlebar.listing-titlebar span.listing-tag {
    margin: 0;
    /*padding: 7px 16px;*/
	padding-left:8px;
	padding-right:8px;
	padding-top:7px;
	padding-bottom:5px;
    line-height: 16px;
    letter-spacing: 2.5px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ff6340;
    color: #ff6340;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -3px;
    margin-left: 0px;
}

.main-search-input button.button {
    font-size: 18px;
    font-weight: 500;
    padding: 0 40px;
    margin-right: 1px;
    height: 50px;
    outline: none;
}

.listing-item-container.list-layout span.tag, .listing-item-content span.tag {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2.5px;
    
    border-radius: 3px;
    padding: 6px 14px;
    line-height: 15px;
    color: #fff;
    
    margin-bottom: 9px;
    margin-left: 0px;
    margin-top: -38px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    position: absolute;
    background-color: #ff6340;
    font-family: 'Gudea', sans-serif;
    font-weight: 400;
    text-shadow: 1px 0 0 hsla(20, 50%, 30%, .6);
}

.delete-account-section a, button.button, input[type="button"], input[type="submit"], button.button.border, a.button.border, a.button {
    background-color: #ff6340;
    top: 0;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}


.message-vendor textarea, .message-vendor textarea:focus, .message-vendor input:focus:not([type="submit"]), .message-vendor select, .message-vendor select:focus, .message-vendor input:not([type="submit"]) {
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    font-weight: 400;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px 0 !important;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    transition: color 0.3s !important;
}


.uploadButton .uploadButton-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 36px;
    padding: 0 18px;
    cursor: pointer;
    border-radius: 50px;
    flex-direction: row;
    transition: 0.3s;
    margin: 0;
    outline: none;
    box-shadow: none;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 16px;
    color: #666;
    background-color: #ededed;
    border-radius: 50px;
}
.sub-rating-title {
    font-weight: 700;
    font-size: 14px;
    color: #444;
    display: block;
    margin: 0 0 4px 0;
}

@media (min-width: 960px) {
.alt-search-box.main-search-container .main-search-input-headline h2 {text-align:left;}
}

@media (max-width: 959px) {
.alt-search-box.main-search-container .main-search-input-headline h2 {text-align:center; line-height:29px;}
}


@media (min-width: 960px) {
.alt-search-box.main-search-container .main-search-input-headline h4{text-align:left;}
}

@media (max-width: 959px) {
.alt-search-box.main-search-container .main-search-input-headline h4 {text-align:center; margin-top:3px;}
}

.button-success {
    color: white;
    background: #19a1e5;
    border: 1px solid #19a1e5;
    border-radius: 4px;
    padding: 9px 21px;
    font-weight: 400;
}
#footer ul.menu {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}


.classic-separator-thin span {
    background-color: #19a1e5;
    height: 5px;
    width: 58px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
	margin-top:-10px; margin-bottom:-10px;
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; display:none;
}

@media (min-width: 993px) {
.main-search-container.alt-search-box .main-search-input {
    width: 480px;
    border-radius: 8px;
    height: auto;
    max-height: 100%;
    padding: 35px;
    margin-top: 0 !important;
    box-shadow: 0 0 3px #ddd;
    text-align: left;
}
}


@media (max-width: 992.99px) {
	.main-search-container.alt-search-box .main-search-input {
    width: auto;
    max-height: 100%;
    padding: 25px;
    background: #fff;
		 box-shadow: 0 0 3px #ddd;
}
}

#header {
    position: relative;
    z-index: 999;
    padding: 18px 0 8px 0;
    /*box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);*/
	box-shadow: 0 0 3px #ddd;
    font-size: 16px;
}