/*
	This file will contain stylings that applies globally to the following layout pages: events, listings, offers
*/
.shared-list h3.no-results  { height: 300px; line-height: 300px;  text-align: center; }

.shared-list .dot-sep {
	font-family: 'PT Sans W01 Regular';
	font-size: 16px;
	color: #939786 !important;
}


/* FILTER STYLING */
.shared-list ::-webkit-input-placeholder { color: #b95915; }
.shared-list :-moz-placeholder { /* Firefox 18- */ color: #b95915; }
.shared-list ::-moz-placeholder {  /* Firefox 19+ */ color: #b95915; }
.shared-list :-ms-input-placeholder { color: #b95915; }

.shared-list .shared-filter .shared-input {
	padding: 0 12px;
	border: 1px solid #bcbfb3;
	background: #fff;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	box-shadow: none;
}

.shared-list .shared-filter .shared-amenities,
.shared-list .shared-filter .shared-select {
	-moz-appearance: none;
	font-size: 16px;
	background: #fff;
	color: #404a46;
	font-weight: normal;
	background-image: url(../png/down-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	padding: 7px 10px;
	height: 40px;
	border: 1px solid #bcbfb3;
	margin-bottom: 20px;
}
.shared-list .shared-filter .shared-amenities{
	background-image: none;
}
.shared-list .shared-filter .shared-select.multi {
	height: auto;
	background-image: none;
}
.shared-list .shared-filter .shared-submit {
	background: #009fc3;
	color: #FFF;
	border: none;
	padding: 7px;
	width: 140px;
	font-weight: normal;
	letter-spacing: 3px;
	border-radius: 0;
	transition: initial;
	margin-bottom: 0;
	height: 40px;
}

/* PAGER */
.shared-list .sharedPagerContainer {
	text-align: right;
	height: 34px;
	line-height: 34px;
}
.shared-list .sharedPagerContainer .prv-end { background-position: 0 0; }
.shared-list .sharedPagerContainer .prv { background-position: -17px 0; }
.shared-list .sharedPagerContainer .nxt { background-position: -36px 0; }
.shared-list .sharedPagerContainer .nxt-end { background-position: -55px 0; }
.shared-list .sharedPagerContainer .disabled { background-position-y: -20px; }

.shared-list .sharedPagerContainer .pageText {
	display: inline-block;
	vertical-align: top;
	font-family: 'PT Sans W01 Regular';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.shared-list .sharedPagerContainer .pageText .of {font-size: 13px;font-family: 'PT Sans W01 Regular';font-weight: 400;}
.shared-list .sharedPagerContainer .pageText em {font-style: normal;font-family: 'PT Sans W01 Bold';font-weight: 600;color: #333;}

/* ITEM */
.shared-list .item {
	width: 100%;
	position: relative;
	margin: 0 0 10px 0;
	background: #fff;
	overflow: hidden;
}
.shared-list .item .border-wrap { border: 1px solid #e1e1e1; overflow: hidden;}
.shared-list .item.dtn, .shared-list .item.row.featured { border-top: 4px solid #009fc3; }
.shared-list .item.dtn .border-wrap,
.shared-list .item.featured .border-wrap { border-top: none; padding-top: 0; }

.shared-list .item .itemInner > .openstatus-banner {
	display: block;
	width: 100%;
	padding: 0px 20px;
	background: #0BC059;
	color: white;
	font-size: 18px;
	font-family: 'PT Sans W01 Regular';
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.shared-list .item .image-col .openstatus-banner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 20px;
	width: 100%;
	color: white;
	font-size: 18px;
	font-family: 'PT Sans W01 Regular';
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	background: #0BC059;
}

.shared-list .item .detail-c1 { position: relative; float: left;}
.shared-list .item .detail-c2 { float: right; padding-left: 220px; margin-left: -220px; width: 100%;}
.shared-list .item .detail-c1 .featured { position: absolute; left: 0; top: 0; display: none; }
.shared-list .item.featured .detail-c1 .featured { display: block; }
.shared-list .item.partner .detail-c1 .featured { display: block; }
.shared-list span.featured {
	display: inline-block;
	background: #009fc3;
	color: #fff;
	font-size: 12px;
	padding: 0 9px;
	border: 1px solid #10c8f1;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	z-index: 2;
}
.shared-list .item.dtn .detail-c1 .featured { display: block; }
.shared-list .detailGallery .placeHolder,
.shared-list .item .detail-c1 .placeHolder {
	width: 226px;
	height: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #cdc8c3;

}
.shared-list .item.featured .detail-c2,
.shared-list .item.dtn .detail-c2 {}
.shared-list .item .detail-c2 .inner {
	height: 100%;
	position: relative;
}
.shared-list .item .detail-c2 .inner p {
	margin-bottom: 0;
}
.shared-list .thumb-holder {
	position: relative;
	display: block;
	max-width: 200px;
}
.shared-list .item img {}
.shared-list .item img.thumb { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.shared-list .item a.markerLink, .shared-list .item a.markerLink:hover {
	cursor: pointer;
}
.shared-list .item .detail-c1 a.markerLink, .shared-list .item .detail-c1  a.markerLink:hover {
	background: url(../png/item-pin.png);
	position: absolute;
	width: 39px;
	height: 63px;
	right: 17px;
	top: 4px;;
	overflow: hidden;
	text-indent: -1000px;
	z-index: 2;
}

.shared-list .item a {
	text-decoration: none;
	font-size: inherit;
}
.shared-list .item .phone { display: inline-block; }
.shared-list .item .sep { color: #b95915; font-size: 16px;  }
.shared-list .item a {
	font-family: 'PT Sans W01 Regular';
}

.shared-list .item .pledge {
	max-width: 50px;
}

.shared-list .item .pledge-link {
	width: min-content;
    display: inline-block;
    margin-left: 15px;
}

.shared-list .item .pledge-link p {
	opacity: 0;
}

.shared-list .item .pledge-wrapper p {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ffcd2d;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
	z-index: 22;
	width: 125px;
    top: -100px;
}

.shared-list .item .pledge-link:hover p {
	opacity: 1;
	max-width: 70%
}

.shared-list .item a.detail-c1 {
	display: block;
	position: relative;
}
.shared-list .item a.detail-c1 .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shared-list .item ul.info-list {
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.shared-list .item ul.info-list li {
	display: block;
	padding: 0;
	line-height: 21px;
	color: #333333;
}

.shared-list .item ul.info-list .distance { }
.shared-list .item h4 { margin: 0; color: #b95915; }
.shared-list .item h4 a {
	font-size: 26px;
	color: inherit;
}
.shared-list .item .label {
	color: #333;
}

/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 0px;
}
.shared-list .gMapContainer {  }
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {
	height: 33px;
}
.shared-list.map-open .isOpen { display: block; }
.shared-list.map-open .showGMap .isClosed { display: none; } 
.shared-list.map-open .gMapContainer .gMapHolder { height: 259px; border: 1px solid #a6a99b;  }
.shared-list.map-open .gMapHolder { display:block; }



/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-list .item {
		margin-left: auto;
		margin-right: auto;
	}
	.shared-list .item .detail-c1 .thumb-holder { max-width: 100%; }
	.shared-list .item .detail-c1 { float: none; width: 100%; }
	.shared-list .item .detail-c2 { float: none; padding-left: 0; margin-left:0; width: 100%; }
} 	


*:-moz-placeholder {
	color: #404a46;
}
*::-moz-placeholder {
	color: #404a46;
}

/* Listings Filters */

.shared-filter-outer{
}
.shared-filter-outer.pager-outer{
	padding: 0 0 40px;
}
.shared-filter-outer .filter-head { 
	background-image: url("../jpg/pattern1.jpg");
	font-family:'ShadowsIntoLightW00-Reg';
	font-size: 26px;
	color: #fff;
	margin-bottom: 15px;
} 

.shared-filter-outer .filter-head .title4 { 
	font-family:'ShadowsIntoLightW00-Reg';
	font-size: 26px;
	color: #fff;
	padding: 10px;
} 

.shared-filter input[type="text"]{
	border: solid 1px #cbcbcb;
	background-color: #ffffff;
	height: 40px;
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.shared-filter form{
	position: relative;
}
.shared-filter.hidden{
	display: none;
}

.shared-filter select{
	border: solid 1px #cbcbcb;
	background-color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	height: 42px;
	padding: 1px 2px 3px 9px;
	margin-bottom: 0px;
	width: 100%;
	color: #404a46;
	-moz-appearance: none;
	background-image: url("../down-arrow-lrg.html");
	background-position: 98% center;
}
.shared-filter select:hover{
	background-color: #ffffff;
}
.shared-filter select:focus{
  box-shadow: 0 0 5px 0px #187fc3;
  background-color: #ffffff;
}

.shared-filter .button i {font-size: 24px;}
.shared-filter .button:hover, .shared-filter .button:hover i{color: #ffda27 !important;}
.shared-filter #label_amenities{
	position: relative;
	border: 1px solid #cbcbcb;
	color: #404a46;
	cursor: pointer;
	font-family: "PT Sans W01 Regular";
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding: 1px 2px 3px 9px;
	width: 100%;
	z-index: 45;
}

.dd-selector .indicator {
	position: absolute;
	right: 20px;
	top: 8px;
	z-index: 45;
}

.dd-selector .plus,
.dd-selector .minus {   
	height: 20px;
	width: 20px;
	color: #71d64c;
	cursor: pointer;
	display: none;    
	margin: 0 auto;    
	font-family: 'Architects Daughter', cursive;
	font-size: 24px;
	text-align: center;
	bottom: 10px;
	line-height: 24px;
	vertical-align:middle;
}

.dd-selector .indicator .plus{
	display: block;
}
.dd-selector .indicator.open .plus{
	display: none;
}
.dd-selector .indicator.open .minus{
	display: block;
}
.dd-selector.active .indicator .minus { color: #939786; }

.dd-selector .indicator .plus,
.dd-selector .indicator.active .minus,
.dd-selector.active .indicator .minus { display: block;}

.dd-selector.active .indicator .plus,
.dd-selector .indicator.active .plus,
.dd-selector .indicator .minus { display: none; }

.shared-filter .amenities{
	background-color: #fff;
	border: medium none;
	display: none;
	margin: 0;
	padding: 37px 20px 20px;
	position: relative;
	top: -20px;
	z-index: 50;
	border: solid 1px #cbcbcb;
}
.shared-filter .amenities.open{
	max-height: none;
	margin-bottom: 17px;
	padding: 30px 1px 15px;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}
.shared-filter ul.amenities li{
	padding: 0 0 15px;
}
.shared-filter ul.amenities input{
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}
.shared-filter ul.amenities label{
	color: #7d7d7d;
	font-size: 18px;
	font-weight: normal;
}

.shared-filter .dateinput{
	position: relative;
}
.shared-filter .listFilters.row{
	padding-top: 0;
	padding-bottom: 0;
	position: relative;	
}

.shared-filter .listFilters .sortCont { color: #3d4543; font-family:  'Architects Daughter';}
.shared-filter .listFilters .sortCont a { 
	font-family:'Architects Daughter';
	font-size: 17px;
	margin: 0 5px; 
}
.shared-filter .listFilters .sortCont a.sel { 
	text-decoration: underline;
	color: #71d64c;
}

.shared-filter .listingContainerFooter .listFilters .sortCont {color: #3d4543;}
.shared-filter .listingContainerFooter .listFilters .sortCont a.sel { color: #71d64c; text-decoration: underline; }

.shared-filter .listFilters .sortCont {margin-left: -10px;}

.listingPagerContainer {
	display: block;
	margin: 20px auto;
	position: relative;
	text-align: center;
	width: 100%;
}
.pagerContainer .pageText {
	font-family: 'PT Sans W01 Regular';
	font-size: 16px !important;
	height: 34px;
	padding: 0 7px;
	vertical-align: middle;
}
.pagerContainer .pageText span.current{
	font-family: 'PT Sans W01 Bold';
}

.pagerContainer {
	top: 0px;
	width: auto;
}
.pagerContainer a {
	display: inline;
	height: 15px;
	position: relative;
	top: 0px;
	width: 15px;
	color: #fff;
	vertical-align: middle;
}
.pagerContainer a .fa-angle-left,
.pagerContainer a .fa-angle-right {
	background-color: #71d64c;
	height: 16px;
	width: 16px;
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
}
.pagerContainer a .fa-angle-double-left,
.pagerContainer a .fa-angle-double-right { 
	font-size: 16px;
	color: #71d64c;
}
.pagerContainer a.disabled {
	cursor: default;
	opacity: 0.25;
}

.shared-filter .gmap {
	background: url('../jpg/gmap.jpg') no-repeat;
	background-size: 100% 55px;
	min-height: 55px;
	margin: 0 auto 0;
	text-align: center;
	position: relative;
	width: auto;
	clear: left;
}
.shared-filter .gmap .open-btn {
	bottom: 0;
	color: #fff;
	font-size: 16px;
	left: 50%;
	min-width: 110px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	transform: translateX(-50%);
	padding: 5px 0 !important;
	margin: 0;
	width: auto;
	float: none;
}
.shared-filter .gmap .fa {
	color: #fff;
	margin-right: 5px;
}

/* Listings Container */

.shared-container { position: relative;	}
.shared-container ul { margin: 0; }
.shared-container ul li { 
	list-style: none; 
	/*margin-bottom: 30px;*/
}
.shared-container .item {background-color: #d1debc;}
.shared-container .item.shared-list {
	padding: 0;
	position: relative;
	border: 1px solid #939786;
}

.shared-container .item.shared-list .feature-banner {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.shared-container .item.shared-list.featured .feature-banner {display:block;}

.shared-container .item.shared-list .imageCol {
	position: relative;
}
.shared-container .item.shared-list .imageCol .shadow {
	width: 100%;
	height: 10px;
	display: block;
}
.shared-container .item.shared-list .imageCol img {
	width: 100%;
}
.shared-container .item.shared-list .imageCol .thumb {
	left: 0;
	position: absolute;
	top: 0;
}
.shared-container .item.shared-list .listing-info {
	font-family:'PT Sans W01 Regular';
	font-size: 16px;
	color: #3d4543;
	margin-bottom: 60px;
}
.shared-container .item.shared-list h4 {
	font-size: 26px;
	padding: 20px 0 5px;
	color: #3d4543;
}
.shared-container .item.shared-list h5.distance {
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}
.shared-container .item.shared-list h4 a{
	font-family: 'ShadowsIntoLightW00-Reg',cursive;
	line-height: 34px;
}
.shared-container .item.shared-list .content-col {
	margin: 0 auto;
	text-align: left;	
}

.item.shared-list .action-links {
	position: absolute;
	bottom: 10px;
	left: 15px;
}


.item.shared-list .map-link,
.item.shared-list .trip-link { margin-right: 15px; }

.item.shared-list .map-link,
.item.shared-list .map-link a,
.item.shared-list .more-link,
.item.shared-list .more-link a,
.item.shared-list .trip-link,
.item.shared-list .trip-link a {
	display: inline-block;
	font-size: 16px !important;
	text-align: center;
	color: #fff !important;
	width: auto !important;
	text-transform: uppercase;
	line-height: inherit !important;
}
.item.shared-list .map-link:hover,
.item.shared-list .map-link a:hover,
.item.shared-list .more-link:hover,
.item.shared-list .more-link a:hover,
.item.shared-list .trip-link:hover,
.item.shared-list .trip-link a:hover,
.item.shared-list .map-link a:hover i,
.item.shared-list .trip-link a:hover i:before {
	color: #ffda27 !important;
}

.item.shared-list .more-link a:hover i,
.item.shared-list .trip-link a.view-trip:hover i{
	background-color: #ffda27 !important;
}
.item.shared-list .trip-link a.view-trip:hover i:before{
	color:#3e4a42 !important;
}
.item.shared-list .map-link a i,
.item.shared-list .more-link a i,
.item.shared-list .trip-link a i {
	color: #fff;
	margin-right:5px;
}

.item.shared-list .more-link a i {
	background-color: #fff;
	color: #3e4a42;
	border-radius: 30px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width:18px;
	height: 18px;
	line-height: 14px;
}
.item.shared-list .more-link a:hover i {
	background-color: #ffda27;
	color: #3e4a42 !important;
}

/* Map */

.gMapContainer {
	width: 100%;
	position: relative;
	clear: left;
}
.detailPanes.bottom .gMapHolder{
	padding:0;
	border: 1px solid #CCC;
	min-height: 400px;
}
.showGMap {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.showGMap .handle {
	border-radius: 5px;
	color: #fff;
	font-family:'PT Sans W01 Regular'; 
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	max-width: 150px;
	text-align: center;
	width: auto;
	vertical-align: middle;
	margin: 0 auto 0 -55px;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	width: 110px;
	left: 50%;
	bottom: 0;
}
.showGMap .handle .fa {
	font-size: 20px;
	color: #FFF;
	position: relative;
	top: 3px;
	margin-right: 4px;
	padding-bottom: 3px;
}
.showGMap .handle img {margin-right: 5px;}
.showGMap .isOpen {display: none;}
.opened-map,
.closed-map {
	background: url("../map-opened.html") no-repeat;
	border: 4px solid #fff;
	width: 100%;
	height: 116px;
	display: none;
}
.closed-map {display: block;}
.opened-map {height: 434px; margin-bottom: 80px;}
.showGMap.active {bottom: -70px;}

/*
|------------------------------------------------------------------------------------
| DETAIL PAGE
|------------------------------------------------------------------------------------
*/

.detail-header { 
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.listings{
	margin: 15px 0 0px;
	display: inline-block;
	width: 100%;
}
.listings .top{
	display: inline-block;
	width: 100%;
}
.listings .listing-subtitle:before {
	background-color: #ccc;
	height: 1px;
	width: 100%;
	display: block;
	content: ' ';
	position: absolute;
	top: 12px;
}
.listings .listing-subtitle {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
.listings .listing-subtitle .custom-title{
	background: url("../texture-gray2.html") repeat;
	display: inline-block;
	padding: 0 30px;	
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 18px;
	text-transform: uppercase;
}
.listingUpper.topBar{
	background-color: #4f5a62;
	display: block;
	height: 35px;
	margin-left: -21%;
	position: relative;
	top: -63px;
	width: 139%;
	z-index: 50;
}
.listingUpper.shadow{
	background-color: transparent;
	box-shadow: 0 4px 8px -3px #212121;
	display: block;
	height: 35px;
	margin-left: -21%;
	position: relative;
	top: -98px;
	width: 139%;
	z-index: 40;
}
.listings .top{
	display: inline-block;
	width: 100%;
}
.listings .top .rightCol{
	/*margin-top: 34px;*/
}
.listings .top .rightCol.detailGallery {
	position: relative;
	margin-bottom: 25px;
	padding-right: 0;
}
.listings .top .rightCol.detailGallery .listing-detail-img {position: relative;}
.listings .top .rightCol.detailGallery .count-text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 60px;
}

.listings .top h1{
	margin-top: 23px;
	text-transform: none;
	line-height: 60px;
}

.listings .top .leftCol ul.detail-info{
	list-style-type: none;
	margin: 0 0 20px;
	text-align: left;
	line-height: 32px;
	color: #3d4543;
}
@media (min-width:  64em) {
	.listings .top .leftCol ul.detail-info{
		margin: 0 0 50px;
	}
}
.listings .top .leftCol ul.detail-info li{
	color: #3d4543;
	font-size: 16px;
	font-family: 'PT Sans W01 Regular';
}
.listings .top .leftCol li.detail-text:last-of-type{
	margin-bottom: 20px;
}
.listings .top .leftCol ul.detail-info li.email{
	margin-top: 4px;
	margin-bottom: 15px;
}
.listings .top .leftCol ul.detail-info li.email a{
	background-size: 0% 110%;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: -o-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: -moz-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: linear-gradient(transparent, transparent 80%, #ffda27 80%);
	transition: all ease .5s;
}
.listings .top .leftCol ul.detail-info li a{
	color: #3d4543;
	font-size: 21px;
	font-weight: normal;
}
.listings .top .leftCol ul.detail-info li.detail-text a{
	color: #3d4543;
	font-size: 16px;
	font-weight: bold;
	font-family: 'PT Sans W01 Regular';
	background-size: 0% 110%;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: -o-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: -moz-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: linear-gradient(transparent, transparent 80%, #ffda27 80%);
	transition: all ease .5s;
}
.listings .top .leftCol ul.detail-info li.detail-text a:hover {
	background-size: 100% 110%;
	border: medium none;
	opacity: 0.98;
}
.listings .top .leftCol ul.detail-info li span { color: #939786; font-family: 'PT Sans W01 Regular';}
.listings .top .leftCol ul.detail-info .web{
	display: inline-block;
	color: #3d4543;
	margin-top: 18px;
}

.listings .top .leftCol .detail-info .pledge-link:hover p {
	display: flex;
	color:  #3d4543;
	font-weight: 700;
	opacity: 1;
}

.listings .top .leftCol .detail-info .pledge-link p {
	opacity: 0;
}

.listings .top .leftCol .detail-info .pledge-wrapper {
    max-width: 130px;
    position: absolute;
    right: 0;
    top: 40%;
}

.listings .top .leftCol .detail-info .pledge-wrapper p {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ffcd2d;
	font-size: 14px;
    line-height: 16px;
    text-align: center;
	z-index: 22;
}

@media (max-width:  40.063em) {
	.listings .top .leftCol .detail-info .pledge {
		max-width: 100px;
		position: relative;
		margin: 0;
	}
	
	.listings .top .leftCol .detail-info .pledge-wrapper {
		max-width: 130px;
		position: absolute;
		right: 25px;
		top: 40%;
	}
	.listings .top .leftCol .detail-info .pledge-wrapper p {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (maz-width:  400px) {
	.shared-list .item .pledge-wrapper p {
		top: -50px;
	}
}

.listings .top .leftCol ul.detail-info .web a{
	background-size: 0% 110%;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: -o-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: -moz-linear-gradient(transparent, transparent 80%, #ffda27 80%);
	background-image: linear-gradient(transparent, transparent 80%, #ffda27 80%);
	transition: all ease .5s;
}
.listings .top .leftCol ul.detail-info .web a:hover,
.listings .top .leftCol ul.detail-info li.email a:hover{
	background-size: 100% 110%;
	border: medium none;
	opacity: 0.98;
}
.listings .top .leftCol ul.detail-info .web .fa-angle-right {
	background-color: #00aeef;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	position: relative;
	top: 0;
	width: 15px;
	text-align: center;
	border-radius: 20px;
	margin-right: 5px;
}

.listings .top .leftCol ul.detail-info .icon{	
	padding: 0px;
	display: inline-block;
	margin: 0 0px 33px 0;
	height: 30px;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
}
.listings .top .leftCol ul.detail-info .icon a{
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 3px;
	position: relative;
	vertical-align: middle;
	width: 40px;
	padding: 0 !important;
}
.listings .top .leftCol ul.detail-info .icon a i {
	vertical-align: middle;
	line-height: 30px;
}
.listings .top .leftCol ul.detail-info .icon a img{
	width: 18px;
	height: 21px;
}
.listings .top .leftCol ul.detail-info .icon .blog { 
	padding: 0px 10px !important;
	width: auto;
	font-size: 15px;
	background-size: cover;
}

.listings .top .leftCol ul.detail-info .icon .facebook,
.listings .top .leftCol ul.detail-info .icon .twitter,
.listings .top .leftCol ul.detail-info .icon .instagram {
	background: url('../jpg/btn-bg.jpg') repeat;
}
.listings .top .leftCol ul.detail-info .icon .facebook:hover,
.listings .top .leftCol ul.detail-info .icon .twitter:hover,
.listings .top .leftCol ul.detail-info .icon .instagram:hover  {
	background-color: #737475;  
}


.listings .top .leftCol ul.detail-info .book,
.listings .top .leftCol ul.detail-info .trip {
	display: inline-block;
	text-align: center;    
}
.listings .top .leftCol ul.detail-info .book a,
.listings .top .leftCol ul.detail-info .trip a {
	color: #fff;
}
.listings .top .leftCol ul.detail-info .book a:hover,
.listings .top .leftCol ul.detail-info .trip a:hover {    
	display: inline-block;
	font-size: 21px;
	color: #ffda27 ;
}
.listings .top .leftCol ul.detail-info .trip a.view-trip:hover i{
	background-color: #ffda27 ;
}
.listings .top .leftCol ul.detail-info .book,
.listings .top .leftCol ul.detail-info .book a {
	background-color: #ffda27;  
	background-image: none;
	color: #3d4543;  
}
.listings .top .leftCol ul.detail-info .book a:hover{
	color: #47534B;
}
.listings .top .leftCol ul.detail-info .book a .fa {
	padding-left: 5px;
}
.listings .top .leftCol ul.detail-info .trip {
	margin-right: 15px;
}
.listings .top .leftCol ul.detail-info .trip a i {
	margin-right: 2px;
}
@media only screen and (max-width: 40em) { /* < 641px */ 
	.listing-detail .top .leftCol {
		padding-left: 0;
		padding-right: 0;
	}
	.listings .top .leftCol ul.detail-info .trip {
		margin-right: 12px;
		margin-bottom: 10px;
	}
}

.listings .bottom{
	 padding: 0 18px;
}
.listings .bottom .bottomInner{
	padding: 15px;
}
.listings .bottom .desc p,
.listings .bottom .desc{
	color: #3d4543;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 27px;
}

.slick-arrow {
	background-color: transparent !important;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0px;
	font-size: 0;
	height: 35px;
	margin-bottom: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s ease 0s;
	width: 35px;
	z-index: 1;
}
.slick-arrow.slick-disabled {
	opacity: 0.6;
}
.slick-prev {
	background-image: url("../png/arrow-left.png");
	right: 45px;
}
.slick-prev:hover {
	background-image: url("../png/arrow-left-hover.png");
}
.slick-next {
	background-image: url("../png/arrow-right.png");
}
.slick-next:hover {
	background-image: url("../png/arrow-right-hover.png");
}
	
.slide-counter-wrapper{
	position: absolute;
	font-family: 'ShadowsIntoLightW00-Reg', serif;
	bottom: 5px;
	letter-spacing: 2px;
	right: 95px;
	color: #FFF;	
}
/*
|--------------------------------------------------
| TABS
|--------------------------------------------------
*/

.listings .detailPanes{
	margin-top: 0px;
	margin-bottom: 50px;
	padding: 0;
}
.accordion {max-width: 100%; width: 100%;}
.accordion {padding-left: 0; max-width: 100%; width: 100%;}
.listings .detailPanesInner {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	padding: 30px 0;
}
.accordion .tabs.vertical.no-stack{
	float: none;
}
.listings .detailPanesInner > dl.accordion{
	background-color: #fff;
	padding-bottom: 0px;
	margin-bottom: 20px !important; 
	padding-top: 0px;
	position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.listings .detailPanesInner > dl.accordion.open{
	padding-top: 75px;
	max-height: none;
}
.listings .detailPanesInner > dl.accordion .active{
	min-height: 40px;
	top: 0;
	width: 100%;
	z-index: 50;
	max-width: 92%;
}
.listings .detailPanes .accordion dd.active > a {
	color: #939786;
}
.listings .detailPanesInner > dl.accordion dd{ 
	display: block; 
	height: 40px; 
	position: relative;
	z-index: 40;
	border-bottom: 1px solid #ccc;
	margin-left: 20px;
}
.listings .detailPanes .accordion dd{
	border-top: 1px solid #f5f8f1;
}
.listings .detailPanes .accordion dd:last-child{
	border-bottom: 1px solid #f5f8f1;
}
.listings .detailPanesInner > dl.accordion dd:first-of-type {border-top: 1px solid #ccc;}
.listings .detailPanes .accordion dd > a {
	background-color: #fff;
	font-family: 'Architects Daughter';
	color: #71d64c;
	font-size: 17px;
	line-height: 40px;
	vertical-align: middle;
	height: 100%;
	padding: 0px;
	position: relative;
	top: 0;
	width: 100%;
	text-transform: uppercase;
}
.listings .detailPanes .accordion dd.active a span:before{
	font-family: "Font Awesome";
	font-size: 24px;
	font-weight: 300;
	position: absolute;
	display: none;
	right: 15px;
	top: 5px;
	content: "\f0d7";
}
.listings .detailPanes .accordion.open dd.active a span:before{
	content: "\f0d8";
	top: 10px;
}
.listings .detailPanes .accordion .active, .listings .detailPanes .accordion.open dd { 
	display: block;	
}
.listings .detailPanes .accordion .active, .listings .detailPanes .accordion.open dd:first-of-type {}
.listings .detailPanes .accordion .content{
	padding-left: 0
}
/*subtab*/
.listings .detailPanes .accordion .tabs.subtab{
	 background-color: #fff;
	 float: none;
}
.listings .detailPanes .accordion .subtab dd{
	text-align: center;
	background-color: transparent;
	height: 35px;
	padding-top: 3px;
	border-bottom: solid 1px #ccc;
	background-image: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	background-color: rgba(24,127,195, 0);
}
.listings .detailPanes .accordion .subtab dd a{
	color: #3d4543;
	padding: 0;
	position: relative;
	font-size: 16px;
}
.listings .detailPanes .accordion .subtab dd.active{
	text-align: center;
	background-color: rgba(24,127,195, 1);
}
.listings .detailPanes .accordion .subtab dd.active a{
	padding: 0;
	color: #fff;
}
.listings .detailPanes .accordion .subtab.tabs-content{
	border: medium none;
	max-width: none;
	padding: 0;
	width: 100%;
	margin-top: 15px;
	float: none;
}
.listings .detailPanes .accordion .tabs-content.subtab ul li .columns{
	display: inline-block;
	width: auto;
}
.listings .detailPanes .accordion .tabs-content.subtab ul li span{
	display: inline-block;
	width: auto;
	text-align: right;
}
/*subtab*/
.listings .detailPanes .accordion .subtab dd{}
.listings .detailPanes .accordion .subtab dd a{
	display: block;
	width: 100%;
}
.listings .detailPanes .accordion .tabs .tab-title{

}
.listings .detailPanes .accordion .tabs .tab-title a{
	font-size: 12px
}
.listings .detailPanes .accordion .tabs .tab-title.active{
	background-color: #FFF;
	color: #000 !important;
}

.listings .detailPanes .accordion .tabs .tab-title.active a{
	background-color: #FFF;
	color: #000 !important;
}
.listings .detailPanes .accordion .tabs-content.subtab ul li span li{padding: 0; text-align: right;}
/*
|--------------------------------------------
| TAB CONTENT
|--------------------------------------------
*/
.listings .detailPanes .accordion > .content{
	padding: 0;
}
.listings .detailPanes .tabbed-sections { padding-top: 30px; }
.listings .detailPanes .accordion ul{
	margin: 0;
}
.listings .detailPanes .accordion li{list-style-type: none;}
.listings .detailPanes .accordion ul li{border: none; list-style-type: none;}
.coupons{
	overflow: hidden;
}

.listings .detailPanes .accordion .subtab.tabs-content .content{
	display: none;
}
.listings .detailPanes .accordion .subtab.tabs-content .content.active{
	display: block;
}

.gmap-container {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.gmap-container .nearby-text {
	background: rgba(0, 0, 0, 0) url("../jpg/pattern3.jpg") repeat scroll 0 0;
	float: left;
	clear: both;
	color: #fff;
	display: inline-block;
	font-family: 'Architects Daughter';
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	padding: 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.gmap-container .nearby-text a{
	color: #fff;
	font-family: 'Architects Daughter';
}
.gmap-container > img { width: 100%; }

.collapse {padding-left: 0; padding-right: 0;}

.amenityContainer{
	float: none !important;
}

.panel-detail-one-col { 
	position: relative;
	background-color: #f7f9f4; 
	margin-top: 250px;
	padding: 20px;
}

.detail-header { 
	position: absolute;
	height: 100vh;
}
/* MOBILE */
@media only screen and (min-width: 40.063em){
.body-section {
	padding: 0 10px;
}
}
@media only screen and (max-width: 40em) {
	.listings .top h1{margin-top: 20px;}
	.shared-container,
	.shared-filter {padding: 0 0;}
	
	.shared-container .item.shared-list {padding-bottom: 20px;}
	
	.shared-container .item.shared-list .listing-info {
		margin-bottom: 100px;
	}
	
	.shared-container .item.shared-list .listing-info { height: auto; }
	.shared-filter select{
		background-position: 94% center;
	}
	.shared-filter .button{max-width: none; margin-bottom: 20px; width: 100%; }
	.shared-filter input[type="text"],
	.shared-filter select {margin-bottom: 20px;}
	.shared-filter .amenities-cont {margin-bottom: 0;}
	
	.shared-filter .button {margin-left: 0;}
	
	.shared-filter .listFilters .alphaSort, 
	.shared-filter .listFilters .sortCont {float: none; text-align: center; margin: 10px auto 0;font-size: 20px;}
	.shared-filter .listFilters .sortCont a {
		font-size: 20px;
	}
	.shared-filter .gmap {margin-top: 0;}
	
	.listings .listing-subtitle .custom-title {font-size: 16px; padding:0;}
	.listings .listing-subtitle::before {display: none;}
	
	.listings .top .leftCol ul.detail-info .trip {margin-left: 0; margin-top: 10px;}
	
	.accordion {
		max-width: 100%;
	}
	.accordion {
		width: 100%;
	}
	.listings .detailPanesInner {
		margin: 0 15px;
	}
	.listings .top h1 {
		line-height: 38px;
		margin-bottom: 0;
	}
	.listings .detailPanes .accordion dd.active a {
		background: url('../nav-dd-active.html') no-repeat -20px center;
	}
	
	.item.shared-list .map-link, 
	.item.shared-list .trip-link { 
		width: 48%;
		margin-right: 0px;
	}
	
	.item.shared-list .map-link {margin-right: 6px;}
	
	.item.shared-list .map-link a, 
	.item.shared-list .trip-link a{ width: 100%; } 
	
	.item.shared-list .more-link,
	.item.shared-list .more-link a {
		display: inline-block;
		width: 100%;
		margin-top: 5px;
	}
	.item.shared-list .action-links {
		position: absolute;
		bottom: 10px;
		left: 0;
		top: auto;
		width: 100%;
		padding: 0 15px;
	}

	.gmap-container .nearby-text { width: 100%; font-size: 16px; }

	.listingFilterContainer form .button {
		width: 100%;
		margin-bottom: 20px;
	}

	form .gmap .button {
		margin-bottom: 0 !important;
	}
	.listings .detailPanes {
		padding: 0;
		width: 107.5%;
		margin: 0;
		margin-left: -21px;
	}
}

/* DESKTOP and TABLET */

@media only screen and (min-width: 40.063em) {
	.shared-filter .amenityRow { margin-top: 0; }

	
	.listingPagerContainer {
		display: inline-block;
		float: right;
		text-align: right;
		margin: 0 auto;
	}
}

/* TABLET */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	.listing-detail {float: left;}
	.listing-detail .leftCol {
		margin: 20px 0px 0;;
	}
	.listings .detailPanesInner {
		background: #fff none repeat scroll 0 0;
		padding: 40px 0;
	}
	.listings .tabbed-sections { padding: 0 30px; }
	.gmap-container {
		margin: 0 auto;
		text-align: center;
		padding: 0 30px;
	}
	.listing-detail .map {text-align: right;}
	.shared-filter .button{margin-bottom: 0px; margin-left: 0; width: 100%; }
	
	.shared-container,
	.shared-filter {padding: 0 0;}
	
	.listingPagerContainer {
		text-align: center;        
	}

}

/* DESKTOP */

@media only screen and (min-width: 64.063em) {
	
	.shared-filter .submit-row { padding-left: 0; }
	
	.shared-filter-outer.pager-outer {
		padding: 7px 0 20px;
	}
	.shared-filter-outer.pager-outer .columns{
		padding-left: 0;
		padding-right: 0;
	}
	.shared-filter .listFilters .deskNoPadRight.columns{
		padding-right: 0;
	}
	.shared-filter .button{ float: right; margin-bottom: 0px; width: 100%; margin-left: 15px; }
	
	
	.listingsContainer {padding: 0;}	
	
	.listing-detail { margin: 0;}

	.listing-detail .backLink .columns { padding: 0; }

	.listing-detail .leftCol {
		padding-left: 0;
	}	
	.listings .bottom .desc p,
	.listings .bottom .desc{
		padding: 0 20px 0 0;
	}

	.listings .detailPanesInner .tabbed-sections { padding-top: 43px; }

	.slick-prev { right: 45px; }
	.slick-next { right: 0px; }

	.gmap-container { padding-left: 30px; }
	.gmap-container > img { width: auto; }
	
	/* HACKED TABS */

	.listing-detail [class*="column"] + [class*="column"]:last-child {
		vertical-align: top;
	}
}


input[type="text"], select {
	background-color: #fff;
	box-shadow: none;
	color: #404a46;
	font-family:'PT Sans W01 Regular';
	height: 30px;
	border: 0 none;
}
input[type="text"]::-webkit-input-placeholder {
	color: #404a46 !important;
}input[type="text"]:-moz-placeholder {
	color: #404a46 !important;
}input[type="text"]::-moz-placeholder {
	color: #404a46 !important;
}input[type="text"]:-ms-input-placeholder{
	color: #404a46 !important;
}

input[type="text"]:focus, select:focus {}

input.form-button[type="submit"], 
.button, 
a.buttonform-button, 
button.form-button {
	background: rgba(0, 0, 0, 0) url("../jpg/button-bg.jpg") repeat scroll 0 0;
	display: inline-block;
	margin: 0px auto;
	padding: 8px 10px !important;
	text-align: center;
	color: #fff;
	font-family: "PT Sans W01 Bold", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
}

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {}

/*** Mobile and Tablet ***/ 
@media only screen and (max-width: 64em) {}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	input[type="text"], select {font-size: 18px; height: 40px;}
}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}

/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	input[type="text"], select {font-size: 18px; height: 40px;}
}