.shared-form{}
.shared-form select,
.shared-form input[type="text"]{
	color: #00a7b5;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #00a7b5;
    box-shadow: none;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.shared-form select:focus,
.shared-form input[type="text"]:focus{}
.shared-form select{
	-moz-appearance: none;
	appearance: none;
	background-image: url("/includes/public/assets/shared/dropdown-arrow.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.shared-form input[type="text"]{}
.shared-form .submit{
    font-family: "Roboto Slab",sans-serif;
    font-size: 1rem;
    font-weight: 700;
    height: 40px;
    line-height: 1.2;
    padding: 1px 0 0;
    text-transform: uppercase;
    background: #0077c7 none repeat scroll 0 0;
    color: #fff;
    border-radius: 15px 0;
    border-spacing: 0;
    min-width: 100px;
    text-indent: 0;
    border: none;
    width: 170px;
    margin: 0 auto;
    display: block;
	-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;
}
.shared-form .submit:hover{
	background: #7eb801 none repeat scroll 0 0;
    color: #fff;	
}
.shared-form input[type="text"].datepicker{
    background-image: url("/includes/public/assets/icons/icon-calendar.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}
.shared-form .shared-amenities {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: block;
    height: 40px;
    margin: 0 auto 15px;
    max-width: 100%;
    padding: 8px 14px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    color: #00a7b5;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #00a7b5;
}
.shared-form .shared-amenities span::before{
	content: "\f067";
	position: absolute;
	top: 0;
	left: 0;
	color: #00a7b5;
	font-size: 16px;
	line-height: 14px;
	font-family: fontAwesome;
}
.shared-form .shared-amenities.close span::before{
	content: "\f068";
}
.shared-form .shared-amenities span{
    height: 12px;
    position: absolute;
    right: 11px;
    top: 12px;
    transform: rotate(0deg);
    width: 13px;
	-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);
	top: 13px;
}
.shared-form .shared-amenities.close{
	margin-bottom: 0;
}
.shared-form .amenities {
	z-index: 1;
	padding: 0;
	margin-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
	margin: 0;
	max-height: 0;
	border: none;
	position: relative;
	padding: 0 11px 0;
	top: -10px;
	border: 1px solid #00a7b5;
	border-top: none;
	border-bottom: none;
	-webkit-transition: max-height 100ms ease-in, padding 50ms ease-in;
    -moz-transition: max-height 100ms ease-in, padding 50ms ease-in;
    -o-transition: max-height 100ms ease-in, padding 50ms ease-in;
    transition: max-height 100ms ease-in, padding 50ms ease-in;
}
.shared-form .amenities.open{
	border: 1px solid #00a7b5;
    margin: 0 0 30px;
    max-height: 5000px;
    padding: 22px 25px 15px;
    top: 7px;
}
.shared-form .amenities li { 
	padding-bottom: 0; 
	margin-bottom: 9px;
}
.shared-form .amenities label {
	color: #000;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}
.shared-form .amenities label input{
	margin-right: 5px;
    position: relative;
    top: 2px;
    margin-bottom: 0;
}
.shared-form .ui-datepicker-trigger{
    display: none;
}
.shared-form .ui-datepicker-title select{
    padding-top: 4px;
}
.filter-links{
    display: block;
    text-align: center;
    color: #003d51;
    font-family: "Roboto",sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
}
.filter-links .text-label{
    font-size: 1.1rem;
}
.filter-links a{
     color: #003d51;
     text-decoration: none;
}
.filter-links a.selected{
    font-weight: 700;
    color: #00a7b5;
}
.filter-links .sep{
    color: #003d51;
    margin: 0 5px 0 8px;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 40em) { 
	/*** Mobile ***/
}
@media only screen and (min-width: 40.063em){ 
	/*** Tablet and Desk***/ 
    .shared-form .submit{
        width: 100%;
    }
    .filter-links{
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    /*** Tablet ***/ 
} 
@media only screen and (min-width: 64.063em) { 
	/*** Desktop ***/
    .filter-links{
        float: left;
        text-align: left;
        padding-left: 15px;
        font-size: 1.25rem;
    }
}
