@charset "utf-8";
/* CSS Document */

.indexsearchform {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 	960px;
	background: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 4px;
	background: rgba(0,0,0,0);
	/*background: rgba(0,0,0,0.8);*/
	padding: 5px 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
	/*background: #000000; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top,  #000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom,  #000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}


#search-submit-btn {
	margin-top: 39px; width: 100%; padding-left: 0px; padding-right: 0px;
}

.home-search-title {
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 7px rgba(19,19,19,0.83);
	margin-top: -10px;
	margin-bottom: 15px;
}


#locationLoading {
	display: none;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	top: 50%;
	margin-top: 35px;
}

.location_note {
	color: #55b5e0 !important;
}

#change_location {
	cursor: pointer;
}

#index_search_globe {
	color: #55b5e0;
	opacity: 0.8;
	cursor: pointer;
}

#index_search_globe:hover {
	opacity: 1;
}

/* auto complete form */

#location_autocomplete {
	width: 200px;
	font-size: 1em;
}

#index_location_autocomplete {
	width: 200px;
	display: absolute;
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 0px 0px 5px 5px;
	margin-top: -1px;
}

#index_location_autocomplete .item {
	padding: 3px;
	font-family: Helvetica;
	color: #eee;
	background: #000;
	background: rgba(0,0,0,0.6);
}

#index_location_autocomplete .item:last-child {
	border-radius: 0px 0px 5px 5px;
}

#index_location_autocomplete .item:hover {
	background-color: #55b5e0;
	cursor: pointer;
	color: #fff;
}

@media (max-width: 960px) {

	.indexsearchform {
		background: none;
	}

	#index_video {
		display: none;
	}
}

@media only screen and (max-width: 751px) {
	#search-submit-btn {
		margin-top: 20px;
	}

	.home-search-title {
		margin-top: 10px;
	}
}