.shared-list .flex-container{
	margin-top: 30px;
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
}

.shared-list .shared-filter {
	padding: 30px;
	background-color: #f0f5f8;
}
.shared-list .shared-filter.eventsSearchForm {
	padding-bottom: 0;
}
.shared-list h3.no-results  { height: 300px; line-height: 300px;  text-align: center; }

/* FILTER STYLING */
.shared-list { padding-bottom: 20px; }
.shared-list ::-webkit-input-placeholder { color: #989da2; }
.shared-list :-moz-placeholder { /* Firefox 18- */ color: #989da2; }
.shared-list ::-moz-placeholder {  /* Firefox 19+ */ color: #989da2; }
.shared-list :-ms-input-placeholder { color: #989da2; }
.ui-datepicker .ui-datepicker-title select { font-size: 15px !important; }

.shared-list .sortBox {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.shared-list.listings .sortBox{
	width: 100%;
}

.shared-list .sortBox label {
	display: inline;
	vertical-align: middle;
    font-size: 18px;
    padding: 0;
    color: #303c46;
    line-height: 34px;
    font-family: 'Motiva Sns W01 XBd', serif;
}
.shared-list .sortBox .sep {
	padding: 0 6px;
	font-size: inherit;
}
.shared-list .sortBox a {
	text-align: center;
    text-decoration: none;
    padding: 0;
    line-height: 34px;
    font-size: 16px;
    color: #69a0b9;
    font-family: 'Motiva Sns W01 Md', serif;
}
.shared-list .sortBox a:hover { text-decoration: none; }
.shared-list .sortBox a.selected {
    color: #e65500;
    font-weight: bold;
    font-size: inherit;
}

.shared-filter .shared-input {
	color: #96a0aa;
	padding: 0 12px;
	border: 1px solid #69a0b9;
	background: #fff;
	height: 50px;
	font-size: 18px;
	box-shadow: none;
	font-family:'Motiva Sns W01 Lt', serif;
	font-style: italic;
	margin-bottom: 10px;
}

.shared-filter .shared-amenities,
.shared-filter .shared-select {
	-moz-appearance: none;
	color: #fff;
	background-image: url(/includes/public/assets/shared/dropdown-arrow2.png);
	background-repeat: no-repeat;
	background-position: 96% center; 
	padding: 0 0 0 12px;
	height: 50px;
	line-height: 50px;
	background-color: #69a0b9;
	border: none;
	font-family:'Motiva Sns W01 Md', serif;
	font-size: 22px;
	cursor: pointer;
	margin-bottom: 10px;
}

.shared-filter .shared-select.multi {
	height: 120px;
	background-image: none;
}
.shared-filter .shared-submit {
	color: #FFF;
	border: none;
	padding: 7px;
	width: 100%;
	transition: initial;
	margin-bottom: 0;
	height: 50px;
	background-color: #e65500;
	font-family:'Motiva Sns W01 XBd', serif;
	font-size: 16px;
	text-transform: uppercase;
}

/* PAGER */
.shared-list .sharedPagerContainer {
    text-align: right;
    height: 34px;
    line-height: 34px;
}
@media (min-width: 64.063em) {
	.shared-list.eventsContainer .sharedPagerContainer {
		text-align: right;
	}
}
.shared-list .sharedPagerContainer .prv-end, 
.shared-list .sharedPagerContainer .prv, 
.shared-list .sharedPagerContainer .nxt, 
.shared-list .sharedPagerContainer .nxt-end {
	display: inline-block;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #e65500;
	vertical-align: middle;
	text-align: center
}
.shared-list .sharedPagerContainer .prv-end i, 
.shared-list .sharedPagerContainer .nxt-end i{
	margin-left: -7px;
}
.shared-list .sharedPagerContainer .prv,
.shared-list .sharedPagerContainer .nxt { 
	background-color: #e65500; 
	color: #FFF;
	border-radius: 10%;
}

.shared-list .sharedPagerContainer .prv i.fa,
.shared-list .sharedPagerContainer .nxt i.fa{
	pointer-events: none;
}

.shared-list .sharedPagerContainer .disabled { 
	opacity: 0.6;
}

.shared-list .sharedPagerContainer .pageText {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-style: normal;
    font-family: 'Motiva Sns W01 Md', serif;
    color: #303c46;
    margin: 0 8px;
}
.shared-list .sharedPagerContainer .pageText .of { font-size: 16px; }
.shared-list .sharedPagerContainer .pageText em { font-style: normal;}

/* ITEM */
.shared-list .item {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 0 10px 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #323c46;
}
.shared-list .item .border-wrap { 
	padding: 10px;
	overflow: hidden;
	height: 100%;
}

.shared-list .item.dtn{
	border-color: #e65500;
}
.shared-list .item .detail-c1 { 
	position: relative;
	padding: 19px 19px 10px;
}
.shared-list .item .detail-c2 {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 19px 19px;
}

.shared-list .item .detail-c2 .tripButtonContainer{
	margin-top: auto;
}
.shared-list .item .featured { 
	position: absolute; 
	right: 0; 
	top: 0; 
	display: none; 
}
.shared-list .item.dtn .featured{
	display: block;
}
.shared-list .item.featured .detail-c1 .featured { display: block; }
.shared-list .item.partner .detail-c1 .featured { display: block; }
.shared-list span.featured {
	background: url(/includes/public/assets/shared/featured.gif);
	overflow: hidden;
	text-indent: -1000px;
	z-index: 2;
	max-width: 140px;
	height: 40px;
}
.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 a.dateDot {
	background: #69a0b9;
	position: absolute;
	top: 0;
	left: 10%;
	color: #fff;
	text-align: center;
	overflow: hidden;
	height: 30px;
    line-height: 30px;
	line-height: 19px;
	padding: 2px 10px;
	color: #fff;
	z-index: 10;
}

.shared-list a.dateDot .month,
.shared-list a.dateDot .day {
	color: #fff;
	text-align: center;}
.shared-list a.dateDot .month { font-family:'Motiva Sns W01 Md', serif; font-size: 15px; line-height: 30px;
}
.shared-list a.dateDot .day { font-family:'Motiva Sns W01 Md', serif; font-size: 18px;}

.shared-list .item.featured .detail-c2,
.shared-list .item.dtn .detail-c2 { }
.shared-list .item .detail-popup {
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
	top: -100%;
	/*opacity: .5;
	-webkit-transition: left .2s, top .2s, opacity .5s;
	transition: top .2s, top .2s, opacity .5;
	transition-timing-function: ease-out;*/
}
.shared-list .item .detail-popup > div,
.shared-list .item .detail-popup > p {
	color: #fff;	
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 55px 10px 48px;
}
.shared-list .item .detail-popup a {
	color: #fff;
	font-weight: bold;
}
.shared-list .item.open .detail-popup {
	opacity: 1;
	left: 0;
	top: 0;
	display: block;
}
.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;
}
img.sizer {}
/*.shared-list .item img.thumb { position: absolute; width: 100%; height: 100%; left: 0; top: 0;}*/
.shared-list .item img.thumb.placeholder { background: #ccc; padding: 1px;}
.shared-list .item .detail-c1 a.markerLink, .shared-list .item .detail-c1  a.markerLink:hover {
	background: url(/includes/public/assets/shared/item-pin.png);
}

.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 {
	color: #e86000;
}
.shared-list .item .slide-text a { color: #fff; }
.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 .action-items {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	overflow: hidden;
}
.shared-list .item .action-items a {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -1000px;
	z-index: 2;
}
.shared-list .item .action-items .star { background: url(/includes/public/assets/shared/item-star.png); }
.shared-list .item .action-items .expand { background: url(/includes/public/assets/shared/item-expand.gif); background-position: 0 0; }
.shared-list .item.open .action-items .expand { background: url(/includes/public/assets/shared/item-expand.gif); background-position: 0 -40px; }
.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: #fff;
}


.shared-list .item ul.info-list .distance {
    margin-top: 10px;
 }

.shared-list .item h4 a{
	font-size: 22px;
	line-height: 28px;
	font-family:'Motiva Sns W01 Md', serif;
	color: #69a0b9;
}

.shared-list .item span.featured{
	left: 10%;
	font-family:'Motiva Sns W01 Md', serif;
	font-size: 16px;
	text-indent: 0;
	background: #e65500;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.shared-list .item .detail-c2 .inner{
	
	font-family:'Motiva Sns W01 Regular', serif;
	font-size: 18px;
	line-height: 24px
}
.shared-list .item .detail-c2 a.markerLink{
	cursor: pointer;
	color: #323c46;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
    display: block;
    max-width: 225px;
}

.shared-list .item .detail-c2 a.markerLink i.fa{
	color: #e65500;
	font-size: 20px;
}

.shared-list .item .valid{
	font-family:'Motiva Sns W01 Regular', serif;
	color: #69a0b9;
	font-size: 16px;
	margin-bottom: 15px;
}
.shared-list .item .valid .label {
	text-transform: uppercase;
	font-family: 'Motiva Sns W01 XBd', serif;
	color: #323c46;
}

.shared-detail .shared-list .item .markerLink {
	display: none;
}

/* MAPS */
.shared-list .gMapContainer {
    position: relative;
    margin-top: 20px;
}
.shared-list .gMapContainer {  }
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {
	background: url(/includes/public/assets/shared/closed-map.jpg);
	height: 57px;
	position: relative;
}
.shared-list.map-open .isOpen { display: block; }
.shared-list.map-open .showGMap .isClosed { display: none; } 
.shared-list .gMapContainer .gMapHolder { height: 400px; }
.shared-list.map-open .gMapHolder { display:block; }

/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-filter .shared-select.multi {
		position: relative;
		height: 40px;
		padding-top: 40px;
		padding-bottom: 0;
		background-image: url(/includes/public/assets/shared/multi-select-bg.gif);
		background-position: left center;
	}
	.shared-list .item {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.shared-list .shared-filter {
		padding: 30px 15px;
	}

	.shared-list .item .detail-c1 .thumb-holder img {
	    width: 100%;
	}
	.shared-list .item .detail-c1 { 
		float: none;
		width: 100%; 
		padding: 9px;
	}
	.shared-list .item .detail-c1 .thumb-holder { max-width: 100%; }
	.shared-list .item .detail-c2 { 
		float: none; 
		padding-left: 0; 
		margin-left:0; 
		width: 100%; 
		padding: 0 9px 9px;
	}

	.shared-detail .mobile-layout-block {
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}	
} 	

@media only screen and (max-width: 340px) {
	.shared-list .sortBox { font-size: 14px; }
	.shared-list .sharedPagerContainer .pageText .of,
	.shared-list .sharedPagerContainer .pageText { font-size: 14px; }
}

/********************/
/*****WO-T317604****/
/******************/

.shared-list .item .detail-c2 .itin-btn.itin-add,
.shared-list .item .detail-c2 .itin-btn.itin-remove {
    font-family: 'Motiva Sns W01 XBd', serif;
    cursor: pointer;
    font-size: 16px;
}

.shared-list .item .detail-c2 .itin-btn.itin-add span i,
.shared-list .item .detail-c2 .itin-btn.itin-remove span i{
	margin-right: 8px;
	font-size: 20px;
	position: relative;
}

@media only screen and (max-width: 64.063em) {
	.listings.shared-list{
		padding-bottom: 40px;
	}
}
