
.listingContainer ul.small-block-grid-1 li{
	padding: 0;
}
.item[data-sv-item]{
	display: inline-block;
	margin-bottom: 15px;
    width: 100%;
}
.item[data-sv-item] .itemInner{
	padding: 0 15px;
}
.item[data-sv-item] .featuredBanner:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 6px solid #7ba6bb;
  border-left: 6px solid transparent;
}
.item[data-sv-item] .featuredBanner{
	background-color: #53bee3;
    color: #fff;
    font-family:'Avenir Next W01' ;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
	line-height: 18px;
    left: -6px;
    padding: 2px 4px;
    position: absolute;
    top: 0;
    z-index: 80;
    -webkit-transition: background-color 350ms ease-in-out;
    -moz-transition: background-color 350ms ease-in-out;
    -o-transition: background-color 350ms ease-in-out;
    transition: background-color 350ms ease-in-out;
}
.item[data-sv-item] .imageContainer{
	display: table;
    position: relative;
}
.item[data-sv-item] .bookingArea{
	position: absolute;
	bottom: 20px;
	right: 0px;
	z-index: 51;
	color: #fff;
	font-size: 20px;
	font-family:'Avenir Next W01' ;
	text-align: center;
}
.item[data-sv-item] .bookingArea .rateInfo{
	width: 115px;
	height: 76px;
	line-height: 30px;
	background-color: #53bee3;
}
.item[data-sv-item] .bookingArea:hover .rateInfo{
    background-color: #f58220
}
.item[data-sv-item] .bookingArea .rateInfo .ratetop{
    background: #f58220;
}
.item[data-sv-item] .bookingArea:hover .rateInfo .ratetop{
    background: #53bee3;
}
.item[data-sv-item] .bookingArea .rateInfo span{
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}
.item[data-sv-item] .bookingArea a{
	position: absolute;
	width: 115px;
	height: 76px;
	z-index: 52;
	top: 0px;
    left: 0px;
}

.item[data-sv-item] .imageCol{
	position: relative;
	z-index: 50;
	padding: 0;
}

.item[data-sv-item] .imageContent{
	background-color: #82be00;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0px 28px 0;
    position: absolute;
    top: 0;
    cursor: default;
    width: 100%;
    z-index: 20;
    border-radius: 5px 5px 0 0;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.item[data-sv-item] .imageContent .description{
	color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 200;
    font-style: normal;
}
.item[data-sv-item] .imageContent .description p{
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B';
    font-weight: 200;
    font-style: normal;
}
.item[data-sv-item] .imageContent .description a{
	color: #fff;
}
.item[data-sv-item] a.markerLink{
	bottom: 0px;
    background-image: url("/includes/public/assets/images/mapit.jpg");
	width:44px;
	height:44px;
    position: absolute;
    left: 0px;
    z-index: 100;
}
.item[data-sv-item] a.markerLink i{
    left: 0px;
    position: relative;
    top: 0px;
}
.item[data-sv-item] img{
	width: 100%;
}
.item[data-sv-item] .contentCol{
	position: relative;
	min-height: 132px;
}
.item[data-sv-item] h4.title{
	font-size: 24px;
	line-height: 32px;
	padding-top: 10px;
}
.item[data-sv-item] .title a{
	color: #506270;
	font-size: 24px;
	line-height: 24px;
	font-family: 'L Futura W01';
    font-style: normal;
}
.item[data-sv-item] .distance{
    text-align: center;
    font-size: 16px;
    color: #737475;
    margin-bottom: 10px;
}
.events .item[data-sv-item] .detailLink {
    position: relative;
}
.item[data-sv-item] .detailLink{
	bottom:0px;
    left: 0px;
    position: absolute;
}
.item[data-sv-item] a.moreLink{
	color: #7ba6bb;
	font-family:'Avenir Next W01' ;
	font-size: 15px;
	border: 1px solid #7ba6bb;
	padding: 5px 10px;
}
.item[data-sv-item] a.moreLink:hover{
	color: #fff;
	background-color: #7ba6bb;
}
.item[data-sv-item] span{
	display: block;
}
.no-results{
    text-align: center;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {

}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){

}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {

}
