/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/**
 * AJAX
 */
  .wrapper_wpet_offers
  {
  	overflow: hidden;
  }
 .wrapper_wpet_offers:before
 {
 	display: none;
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 100%;
 	height: 100%;
 	content: " ";
 	background-color: rgba(0,0,0,0.3);
 	z-index: 10;
 }

 #prev_ajax_link
 {
	text-align: center;
    padding: 15px;
    cursor: pointer;
    margin: 10px;
    background-color: #DDD;
 }

#wpet-map-wrapper
{
	min-height: 350px;
	width: 100%;
}

 .wrapper_wpet_offers.is_loading:before
 {
 	display: block;
 }

 .wpet_clearfix:before, .wpet_clearfix:after {
   content: " ";
   display: table;
}

.wpet_clearfix:after {
   clear: both;
}

.wpet_clearfix {
   clear: both;
}

#wpet_scroll {
	height: 100px;
	position: relative;
}

.wpet-slide-text{
    position: relative;
}

.wpet-slide-text-max{
    position: absolute;
    right: 0;
}