/* REGION TRIP FINDER /_assets/includes/global/trip-finder/trip-finder.html */

[trip-finder~="stage"] {
    padding: 45px 15px 0 15px;
	background: #fff;
	overflow: visible;
}

.home [trip-finder~="stage"] { padding: 20px 20px 30px 20px; }

/*[trip-finder~="stage"] a {
    display: block;
    height: 100%;
    width: 100%;
    color: #333;
}*/

[trip-finder~="header"] { font: 700 22px/36px "Open Sans Condensed", sans-serif; }

[trip-finder~="dropdown-label"] {
	display: block;
	overflow: hidden;
	width: 100%;
}

[trip-finder~="filter"] {
    height: 40px;
	font-size: 12px;
	line-height: 40px;
	background: #fff;
	padding: 0 10px;
}

[trip-finder~="filter-reset"] {
    color: #995109;
}

[trip-finder~="filter-reset"]:hover {
    color: #bb5f02;
}

[trip-finder~="dropdown"] {
	position: relative;
	margin: 0; /* RESET DEFAULT LI */
	margin-top: 10px;
	padding: 0 10px;
    font: 300 14px/40px "Droid Sans", sans-serif;
	color: #333;
    border: solid 1px #D8D8D8;
    border-radius: 6px;
	background: #F0F0F0;
	user-select: none;
	cursor: pointer;
	white-space: nowrap;
	overflow: visible;
}

[trip-finder~="dropdown"] .fa {
    position: absolute;
	display: block;
    top: 0;
    right: 0;
	width: 35px;
	height: 100%;
	line-height: 40px;
	text-align: center;
	border-left: solid 1px #D8D8D8;
	background: #f0f0f0;
}

[trip-finder~="dropdown"]:hover {
	background: #E8E8E8;
}

[trip-finder~="list"] {
	/* RESET DEFAULT UL */
	margin: 0;
	padding: 0;
	list-style: none;

	position: absolute;
	top: 37px;
	left: -1px;
	width: auto;
    min-width: 101%;
	max-height: 190px;
	color: #333;
    cursor: pointer;
    white-space: nowrap;
	background: #fff;
	border-left: solid 1px #D8D8D8;
	border-right: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	z-index: 1100;
	box-shadow: 0 25px 25px rgba(0,0,0,.4);
	overflow-x: hidden;
    overflow-y: scroll;
}

.home [trip-finder~="list"] {
	width: auto;
    min-width: 101%;
    overflow-x: hidden;
    overflow-y: scroll;
}

[trip-finder~="item"] {
	margin: 0; /* RESET DEFAULT LI */
	padding: 0 10px;
    color: #9A5107;
    font: 300 13px/40px "Droid Sans", sans-serif;
    border-top: solid 1px #D8D8D8;
	/*background: #fff;*/
}

[trip-finder~="item"]:hover {
	background: #F0F0F0;
}

.datepicker {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
    font: 300 14px/40px "Droid Sans", sans-serif;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    background: #eee;
    cursor: pointer;
}

.datepicker-icon { position: relative; }

.datepicker-icon:after {
    content: "\f073";
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    padding-right: 10px;
    font-family: "fontawesome";
}


a[trip-finder~="search"] {
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 15px;
    font: 700 16px/42px "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #995109;
    border-radius: 6px;
}

[trip-finder~="search"]:before {
    content: "\f002";
    padding-right: 10px;
    font-family: "fontawesome";
}

[trip-finder~="search"]:hover { background: #cc6600; }
