.shared-form{
padding-top: 58px;
   padding-bottom: 20px;
   margin-bottom: 30px;
   background: #281e23;
   overflow: hidden;
   text-align: center;
}
.shared-form input[type="text"],
.shared-form select{
	-moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fafaf5;
    display: inline-block;
    font-family: "Lulo Clean W01 One Bold";
    font-size: 12px;
    height: 35px;
    margin: 0 0 20px;
    padding: 4px 16px 4px 0;
    text-transform: uppercase;
    width: 100%;
}
.shared-form input[type="text"]:focus,
.shared-form select:focus{
	box-shadow: none;
}
.shared-form select{
	background-image: url("/includes/public/assets/icons/dropdown-arrow-orange.png");
    background-position: right 12px top 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    max-width: 100%;
    padding-right: 28px;
    text-align: center;
    width: 160px;
}
.shared-form select.short{
	background-position: right 12px top 16px;
	width: 145px;
}
.shared-form select option{
	text-align: left;
	background: #281e23;
}
.shared-form input[type="text"]{
	border-bottom: 1px solid #514a4d;
    color: #fafaf5;
    font-family: "Bitter",serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.05em;
    height: 40px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
}
.shared-form .shared-submit{
	background-color: transparent;
    background-image: url("/includes/public/assets/search-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #fafaf5;
    height: 40px;
    margin: 0 0 20px;
    padding: 0;
    text-indent: -1e+8px;
    top: 0;
    width: 40px;
}
.shared-form input[type="text"].datepicker{
	background-image: url("/includes/public/assets/icon-cal.png");
    background-position: right 0 bottom 14px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.shared-form .shared-amenities {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fafaf5;
    display: inline-block;
    font-family: "Lulo Clean W01 One Bold";
    font-size: 12px;
    height: 35px;
    margin: 0 auto 15px;
    padding: 7px 16px 4px 0;
    text-transform: uppercase;
    max-width: 100%;
    width: 160px;
    position: relative;
}
.shared-form .shared-amenities span{
	background-image: url("/includes/public/assets/icons/dropdown-arrow-orange.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    width: 26px;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.shared-form .shared-amenities.close span{
	transform: rotate(-180deg);
}
.shared-form .shared-amenities.close{
	margin-bottom: 0;
}
.shared-form .amenities {
	z-index: 1;
	padding: 0;
	margin-bottom: 20px;
	background-color: #281E23;
	overflow: hidden;
	margin: 0;
	max-height: 0;
	border: none;
	position: relative;
	padding: 0 11px 0;
	top: -10px;
	border: 1px solid rgba(0,0,0,0.0);
	-webkit-transition: max-height 200ms ease-in, padding 100ms ease-in;
    -moz-transition: max-height 200ms ease-in, padding 100ms ease-in;
    -o-transition: max-height 200ms ease-in, padding 100ms ease-in;
    transition: max-height 200ms ease-in, padding 100ms ease-in;
}
.shared-form .amenities.open{
	border: 1px solid #514a4d;
    margin: 0 0 30px;
    max-height: 5000px;
    padding: 22px 0 10px;
    top: 7px;
}
.shared-form .amenities li { 
	padding-bottom: 0; 
	margin-bottom: 9px;
}
.shared-form .amenities label {
	 color: #c6bfc2;
    font-family: "Lulo Clean W01 One Bold";
    font-size: 10px;
    line-height: 11px;
    text-align: left;
    text-transform: none;
}
.shared-form .amenities label input{
	margin-right: 5px;
    position: relative;
    top: 2px;
}
.alphaSort{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}
.alphaSort .alphaView{
	color: #554132;
    font-family: "Bitter",serif;
    letter-spacing: 0.001em;
    font-weight: 700;
    padding-right: 5px;
}
.alphaSort a{
	color: #554132;
    font-family: "Bitter",serif;
    font-size: 16px;
    letter-spacing: 0.001em;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.alphaSort a.selected{
	color: #d75014;
}
.alphaSort .sep{
	padding: 0 2px;
	opacity: 0;
}

.sort{
	display: block;
	text-align: center;
	margin-bottom: 17px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
}
.sort .sortView{
	color: #554132;
    font-family: "Bitter",serif;
    font-weight: 700;
    letter-spacing: 0.001em;
    padding-right: 5px;
    display: block;
    width: 100%;
}
.sort a{
	color: #554132;
    font-family: "Bitter",serif;
    font-size: 16px;
    letter-spacing: 0.001em;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.sort a.selected{
	color: #d75014;
}
.sort .sep{
	 padding: 0 6px;
	 color: #554132;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.shared-form select{
		display: inline-block;
	}
	.shared-form form{
		width: 620px;
		margin: 0 auto;
		max-width: 100%;
	}
	.shared-list .listingFilterContainer {
	    padding-bottom: 30px;
	    padding-top: 35px;
	    text-align: left;
	}
	.shared-form .listFilters > div.columns:nth-of-type(1){
		text-align: left;
		padding-left: 12px;
	}
	.shared-form .listFilters > div.columns:nth-of-type(2){
		text-align: center;
	}
	.shared-form .listFilters > div.columns:nth-of-type(3){
		text-align: right;
		padding-right: 12px;
	}
	.shared-form .amenities {
	    left: -101%;
	    width: 302%;
	}
	div.alphaSort{
		text-align: left;
	}
	div.sort{
		text-align: right;
	}
	.sort .sortView{
		display: inline-block;
		width: auto;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.shared-form form{
		width: 1020px;
		margin: 0 auto;
		max-width: 100%;
	}
	.shared-form select{
		margin-top: 4px;
	}
	.shared-form .shared-amenities{
		margin-top: 6px;
	}
	.shared-form .listFilters > div.columns:nth-of-type(1){
		width: 19%;
	}
	.shared-form .amenities {
	    left: -146%;
	    width: 391%;
	}
	.shared-form .columns.large-no-pad-right{
		padding-right: 0;
	}
	.shared-form .columns.large-no-pad-left{
		padding-left: 0;
	}
}
