﻿#DiscoverForm {
	/*background-color: rgba(0, 153, 204, 1);*/
	/*background: -moz-linear-gradient(top, #3b2b2b 0%, #3b2b2b 50%, #ecf0b5 51%, #ecf0b5 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #3b2b2b 0%,#3b2b2b 50%,#ecf0b5 51%,#ecf0b5 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #3b2b2b 0%,#3b2b2b 50%,#ecf0b5 51%,#ecf0b5 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2b2b', endColorstr='#ecf0b5',GradientType=0 );*/ /* IE6-9 */
}

	/*#DiscoverForm .form-holder {
		background-color: transparent;
	}*/

.filter-form:before {
	background-color: rgba(0, 153, 204, 1);
	display: block;
	position: absolute;
	width: 960px;
	height: 127px;
	border-radius: 8px 8px 0 0;
	content: '';
	margin-left: -30px;
	margin-top: -20px;
}

.discover-filter #map-canvas {
	/*width: 547px;*/
	height: 583px;
	border-radius: 8px 0 0 8px;
}

.discover-filter .filter-form {
	padding: 20px 30px 0 30px;
}

.discover-filter label {
	color: #fff;
}

	.discover-filter .filter-form .text-inputs {
		border-bottom: solid 1px #d8df20;
		padding-bottom: 6px;		
		margin-bottom: 10px;
	}

		.discover-filter .filter-form .text-inputs input {
			width: 223px;
		}

	.discover-filter .filter-form h4 {
		font-family: "Lato", sans-serif;
	}

.discover-filter .filter-form .col-sm-3 ul {
	width: 100%;
	float: left;
	list-style: none;	
	color: #66690c;
	padding-left: 0;
}

.discover-filter .filter-form .col-sm-9 ul {
	width: 100%;
	float: left;
	list-style: none;
	color: #66690c;
	padding-left: 0;
}

.discover-filter .filter-form .col-sm-9 ul li {
	width: 33%;
	float: left;
	list-style: none;
	color: #66690c;
	padding-left: 0;
}

.discover-filter .filter-form div.features-popular-searches {
	padding-top: 30px;
	height: 10px;
	overflow: hidden;
}

.discover-filter .filter-form div.features-popular-searches > * {
	display: none;
}

	.discover-filter .filter-form div.features-popular-searches:before {
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 16px solid rgba(0, 153, 204, 1);
		margin: -27px auto 0 auto;
	}

.discover-filter .filter-form div.features-popular-searches.active {
	padding-top: 30px;
	height: auto;
	overflow: visible;
}

	.discover-filter .filter-form div.features-popular-searches.active > * {
		display: inherit;
	}

.discover-filter .filter-form ul li label, .discover-filter .filter-form .features-popular-searches label {
	color: #66690c;
}

.discover-filter .filter-form label.features-popular-searches {
	cursor: pointer;
	text-decoration: underline;
}

	.discover-filter .filter-form ul.right-col {
		margin-left: 3%;
	}

	.discover-filter .filter-form ul label {
		font-weight: normal;
		font-size: 0.8em;
	}

.discover-filter .button-row {
	padding-top: 0px;
}

.discover-filter .tt-dropdown-menu {	
	text-align: left;
}

.button.filter-btn {
	margin-top: 24px;
	width: 93px !important;
	padding-top: 6px;
	padding-bottom: 5px;
}

.discover-filter .form-holder .form-row {
	text-align: right;
}

.discover-filter .form-holder .form-row label {
	font-size: 1.2em;
}

.row.list-view, .row.map-view {
	margin-left: -20px;
	margin-right: -20px;
}

	.row.list-view > div, .row.map-view > div {
		padding-left: 8px;
		padding-right: 8px;
	}


.togglebox {
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: #FFF;
	background: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF, #f4f4f4);
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.25);
	margin-right: 12px;
}

.togglebox.on .tick-inner { 
	display: block;
	width: 100%;
	height: 100%;
	background: url(/content/images/checkbox-tick.png) center center no-repeat;
}

.results-holder #results.row {
	padding: 0;
}

.results-holder #results .col-xs-6 .item, .results-holder #results .col-xs-12 .item, #map-canvas .item {
	border-bottom: solid 1px #e5e5e5;
	position: relative;
	height: 160px;
	padding-left: 140px;
	color: #999;
	padding-right: 10px;
	padding-top: 5px;
	overflow: hidden;
}

#map-canvas .item {
	padding-top: 0;
	border-bottom: none;
	width: 480px;
	height: auto;
	padding-left: 135px;
}

	.results-holder #results .col-xs-6 .item .body, .results-holder #results .col-xs-12 .item .body, #map-canvas .item .body {
		font-size: 0.9em;
		line-height: 1.3em;
		color: #666666;
	}

	.results-holder #results .col-xs-6 .item h4, .results-holder #results .col-xs-12 .item h4, #map-canvas .item h4 {
		margin-bottom: 5px;
		margin-right: 60px;
	}

			#map-canvas .item h4 {
				margin-top: 0;
				padding-top: 0;
			}

				.results-holder #results .col-xs-6 .item h4 a, .results-holder #results .col-xs-12 .item h4 a, #map-canvas .item h4 a {
					color: #00acee;
				}

				.results-holder #results .col-xs-6 .item h4 span.subtitle, .results-holder #results .col-xs-12 .item h4 span.subtitle, #map-canvas .item h4 span.subtitle {
					font-family: "Lato", sans-serif;
					padding-left: 5px;
					font-size: 0.8em;
					display: block;
					color: #666666;
				}

	.results-holder #results .col-xs-6 .item .proximity, .results-holder #results .col-xs-12 .item .proximity, #map-canvas .item .proximity {
		width: 60px;
		color: #000;
		font-family: 'Museo W01 700', serif;
		position: absolute;
		top: 15px;
		right: 0;
		text-align: right;
	}

.results-holder #results .col-xs-6.even .proximity, .results-holder #results .col-xs-12.even .proximity {
	right: 10px;
}

.results-holder #results .col-xs-6 .item img, .results-holder #results .col-xs-12 .item img, #map-canvas .item img {
	border: solid 1px #CCC;
	position: absolute;
	top: 20px;
	left: 0;
}

#map-canvas .item img {
	top: 0;
	width: 120px;
	height: 120px;
}

	.results-holder #results .col-xs-6.even .item {
		margin-right: -15px;
	}

.results-holder #results .col-xs-6.odd .item img {
	left: 15px;
}

.results-holder #results .col-xs-6.odd .item {
	margin-left: -15px;
	padding-left: 155px;
}

.results-holder #results .col-xs-6.odd {
	border-left: solid 1px #e5e5e5;	
}

.results-holder #results .walk-rating, #map-canvas .item .walk-rating {
	margin-top: 2px;
	float: right;
}

.results-holder #results .star, #map-canvas .item .star {
	width: 15px;
	height: 14px;
	margin-right: 2px;
	float: left;
	background: url(/content/images/rating-star.png) no-repeat left top;
}

	.results-holder #results .star.empty, #map-canvas .item .star.empty {
		background-image: url(/content/images/rating-star-empty-grey.png);
	}

.results-holder #results .col-xs-6 .item .details, #map-canvas .item .details {
	margin-top: 8px;
}

	.results-holder #results .col-xs-6 .item .details span, #map-canvas .item .details span {
		padding-right: 15px;
		color: #000;
		font-weight: bold;
	}


h3 span.search-subtitle {
	color: #666666;
	font-size: 0.8em;
	padding-left: 10px;
}

.results-holder {
	padding-top: 20px;
}

#pager {
	font-family: 'Museo W01 700', serif;
}

#pager .paging-btn {
	color: #0083e4;	
	background: #FFF;
	border: solid 1px #b2e6fa;
	vertical-align: middle;
	margin-right: 10px;
}

#pager .current {	
	font-family: 'Museo W01 700', serif;		
	display: inline-block;
	padding: 7px 13px 7px 13px;
	vertical-align: middle;
	margin-right: 10px;

	border-radius: 5px;	
	background: #00aef0;
	background: linear-gradient(to bottom, #00aef0, #009fdc);	
	border: none;
	color: #FFF;					
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.page-controls {
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #e5e5e5;
}

.prevnext {
	float: right;
}

.prevnext .btn {
	color: #FFF;
	font-family: 'Museo W01 700', serif;		
	display: inline-block;
	vertical-align: middle;	
	padding-left: 20px;
	padding-right: 20px;
	background: #00aef0;
	background: linear-gradient(to bottom, #00aef0, #009fdc);	
	border: none;
	color: #FFF;					
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.results-holder #Sort, .results-holder .customSelect {
	margin-top: 12px;
}

.results-holder .customSelect {	
	color: #FFF;
	font-family: 'Museo W01 700', serif;		
	display: inline-block;
	vertical-align: middle;	
	padding-left: 10px;
	padding-right: 10px;
	background: #00aef0;
	background: linear-gradient(to bottom, #00aef0, #009fdc);	
	border: none;
	color: #FFF;					
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.results-holder .customSelectInner {
	background: url(/content/images/dropdown-arrow.png) right center no-repeat;
}

.description-modal .modal-content h3 {
	margin-top: -10px;
}

.description-modal .modal-content {
	border: solid 3px #d8df20;
	border-radius: 10px;
	position: relative;
	padding: 40px;
}

.description-modal .button-row {
	margin-top: 20px;
}

button.map-view {
	background-color: rgba(216, 223, 32, 1);
	width: 40px;
	height: 40px;
	background-image: url(/content/images/icons/map-ico.svg);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
}

button.list-view {
	background-color: #fff;
	width: 40px;
	height: 40px;
	background-image: url(/content/images/icons/list-ico.svg);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
}