/* GENERAL
// ------------------------- */


/* SEARCH INPUT
// ------------------------- */

#search-input {
	font-size: 28px;
	font-weight: 100;
	width: 100%;

	padding: 10px 0 6px;
	border: none;
	border-bottom: 5px solid #eee;
}

#search-input,
#search-input:focus {
	transition: border-color .3s ease-in;
	outline: 0;
}

#search-input:focus {
	border-color: #ed5565;
}

#search-input::-webkit-input-placeholder,
#search-input:-moz-placeholder,
#search-input:-moz-placeholder,
#search-input:-ms-input-placeholder {
	font-weight: 100;
	color: #999;
}

#search-input-icon {
	position: relative;
}

#search-input-icon:before {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 20px;
	height: 20px;
	content: '';
	cursor: default;
	background: url(/assets/img/search_icon.png) no-repeat;
}

#search-input-icon.empty:before {
	cursor: pointer;
	background-image: url(/assets/img/delete_icon.png);
}



/* HITS
// ------------------------- */

#hits {
	margin: 4px 0;
	padding: 10px 0;
	/*border-top: 2px solid #eee;*/
}

.hit {
	font-size: 0;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.hit-image {
	display: inline-block;
	width: 16%;
}

.hit-image img {
	max-width: 100%;
	max-height: 180px;
}

.hit-content {
	font-size: 13px;
	font-weight: 300;
	/*display: inline-block;*/
	/*width: 80%;*/
	vertical-align: top;
	border: 1px #ccc solid;
	padding: 10px;
	margin: 10px auto;
}

@media only screen and (min-width : 992px) {

	.hit-content {
		width: 80%
	}

	.footer-search {
		width: 80%;
	}



}

.footer-search {
	width: 100%;
	margin: 0 auto;
}


.hit-city {
	font-size: 20px;
	/*float: right;*/
	/*margin-left: 20px;*/
	color: #16bf42;
	margin-top: 2px;
	margin-bottom: 15px;
}

.hit-content em {
	font-style: normal;
	background: #fbdde0;
}

.hit-content .hit-coordinator {
	color: #333;
	font-size: 14px;
}

.hit-contact .lnr {
	font-size: 20px;
	color: #777777;

}

.hit-instruction .lnr {
	font-size: 20px;
	color: #777777;

}

.hit-fax .lnr {
	font-size: 20px;
	color: #777777;
}

.hit-fax,
.hit-contact {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hit-address {
	font-size: 18px;

}

.hit-name {
	font-weight: 700;
	margin: 0;
	color: darkblue;
	line-height: 30px;
}

.hit-label {
	color: #000;
	font-weight: 700;
}

.hit-instruction {
	font-style: italic;
	margin-top: 15px;
	text-transform: capitalize;
}

.coordinator-header {
	margin-top: 25px;
}


/* PAGINATION
// ------------------------- */

#pagination {
	margin-top: 60px;
}

#pagination ul {
	font-size: 0;
	list-style-type: none;
	text-align: center;
}

#pagination li {
	font-size: 14px;
	display: inline;
}

#pagination a {
	padding: 8px 12px;
	text-decoration: none;
	color: #000;
	border: 1px solid #eee;
	border-right: none;
}

#pagination a:hover {
	background: #f5f5f5;
}

#pagination li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#pagination li:last-child a {
	border-right: 1px solid #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#pagination li.active a {
	color: white;
	border-color: #ed5565;
	background: #ed5565;
}

#pagination li.active a:hover {
	cursor: default;
}

#pagination li.disabled a {
	cursor: not-allowed;
}

#pagination li.disabled a:hover {
	background: none;
}





/* No-result
// ------------------------- */

.no-results #pagination,
.no-results #sort-by,
.no-results #stats,
.no-results #facets {
	display: none;
}

#no-results-message {
	text-align: center;
}

#no-results-message p {
	font-size: 28px;
	font-weight: 100;
}

#no-results-message ul {
	list-style-type: none;
}

#no-results-message li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin: 4px 2px;
	padding: 4px 28px 4px 8px;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 12px;
}

#no-results-message li span.value {
	font-weight: bold;
	color: #000;
}

#no-results-message li a.remove img {
	position: absolute;
	top: 3px;
	right: 5px;
	float: right;
	width: 17px;
	height: 17px;
	opacity: .5;
}

#no-results-message li a.remove:hover img {
	opacity: 1;
}

a.clear-all {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin: 12px;
	padding: 10px 14px;
	text-decoration: none;
	color: black;
	border: 2px solid #ddd;
	border-radius: 4px;
}

a.clear-all:hover {
	transition: border-color .3s ease-in;
	border-color: #999;
}

.img-logo-broker {
	padding-bottom: 80px;
	padding-top: 30px;
}

.search-partners {
	/* padding-top: 50px */
}

.contact-numbers {
	font-size: 16px;
	font-weight: 700;
}

.rev_slider .slotholder:after {
	background: none;
}

a.anchor {
	padding-top: 40px;
	margin-top: -40px;
}

.overlay {
	position: fixed;
	/* Sit on top of the page content */
	display: none;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black background with opacity */
	z-index: 999;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer;
	/* Add a pointer on hover */
}

.spanner {
	position: absolute;
	top: 50%;
	left: 0;
	/* background: #2a2a2a55; */
	width: 100%;
	display: block;
	text-align: center;
	height: 300px;
	color: #FFF;
	transform: translateY(-50%);
	z-index: 1000;
	/* visibility: hidden; */
}