#guia-por-buscador {
	position: fixed;
	left: 0px;
	bottom: 86px;
	z-index: 20;

	float: left;
	width: 100%;
	min-width: 700px;
	background-color: #FFFFFF;

	opacity: 0;
	display: none;
}

#guia-por-buscador.selected {
	display: block;
}

#guia-por-buscador article {
	position: relative;
	float: left;
	display: inline-block;
	width: 874px;
	left: 50%;
	margin: 20px 0px 20px -437px;

	-webkit-backface-visibility: hidden;
}

#guia-por-buscador article form > ul#in-garden {
	float: left;
	clear: both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 20px;
	width: 870px;
}

#guia-por-buscador article form > ul > li {
	float: left;
	width: 300px;
}

#guia-por-buscador article form > ul > li.last {
	float: left;
	width: 274px;
}

#guia-por-buscador article form > ul > li label {
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	margin: 10px 0 4px 0;
}

#guia-por-buscador article form > ul > li input,
#guia-por-buscador article form > ul > li select {
	float: left;
	clear: both;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#guia-por-buscador article #by-search-cover {
	position: absolute;
	float: left;
	width: 870px;
	height: 130px;
	background-color: #fff;
	display: none;
	opacity: 0;
}

#guia-por-buscador article #by-search-warning {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 870px;
	height: 26px;
	padding-top: 14px;
	float: left;
	background-color: #fff;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-style: italic;

	display: none;
}

#guia-por-buscador article button {
	float: left;
	margin-left: 360px;
	margin-top: 20px;
}


@media only screen and (max-width: 1020px) {

	#guia-por-buscador {
		position: absolute;
		top: 50px;
		bottom: auto;
		z-index: 9;
		height: auto;
		width: 100%;
		min-width: 100%;
	}

	#guia-por-buscador article {
		width: 270px;
		margin: 30px 0 40px -135px;
		left: 50%;
	}

	#guia-por-buscador article form > ul#in-garden {
		width: 100%;
	}

	#guia-por-buscador article form > ul > li {
		clear: both;
	}

	#guia-por-buscador article button {
		margin-left: 60px;
	}

	#guia-por-buscador article #by-search-cover {
		height: 350px;
	}

	#guia-por-buscador article #by-search-warning {
		width: 100%;
	}


	#guia-por-buscador #by-search {
		position: relative;
		margin-top: 110px;
	}
	#guia-por-buscador article form > ul#in-garden {
		position: absolute;
		top: -20px;
		border-top-color: #fff;
		margin-top: 0px;
	}
}



button.skip {
  background-color: #8c9cbf;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9cbf), color-stop(50%, #546a9e), color-stop(50%, #36518f), color-stop(100%, #3d5691));
  background-image: -webkit-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -ms-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: -o-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  background-image: linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
  border: 1px solid #172d6e;
  border-bottom: 1px solid #0e1d45;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #b1b9cb;
  -moz-box-shadow: inset 0 1px 0 0 #b1b9cb;
  box-shadow: inset 0 1px 0 0 #b1b9cb;
  color: #fff;
  font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px 0 8px 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px #000f4d;
  width: 150px; }
  button.skip:hover {
	background-color: #7f8dad;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f8dad), color-stop(50%, #4a5e8c), color-stop(50%, #2f477d), color-stop(100%, #364c80));
	background-image: -webkit-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -ms-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: -o-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	background-image: linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
	cursor: pointer; }
  button.skip:active {
	-webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
	-moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
	box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white; }

 button.blue-pill, a.blue-pill {
  background-color: #39c5ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39c5ff), color-stop(100%, #0095ff));
  background-image: -webkit-linear-gradient(top, #39c5ff, #0095ff);
  background-image: -moz-linear-gradient(top, #39c5ff, #0095ff);
  background-image: -ms-linear-gradient(top, #39c5ff, #0095ff);
  background-image: -o-linear-gradient(top, #39c5ff, #0095ff);
  background-image: linear-gradient(top, #39c5ff, #0095ff);
  border-top: 1px solid #758fba;
  border-right: 1px solid #6c84ab;
  border-bottom: 1px solid #5c6f91;
  border-left: 1px solid #6c84ab;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
  -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
  box-shadow: inset 0 1px 0 0 #aec3e5;
  color: #fff;
  font: bold 13px "helvetica neue", helvetica, arial, sans-serif;
  /*font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;*/
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #64799e;
  text-transform: uppercase;
  width: 150px; }
  a.blue-pill { width: 70px; }
  button.blue-pill:hover, a.blue-pill:hover {
	background-color: #0095ff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0095ff), color-stop(100%, #0070be));
	background-image: -webkit-linear-gradient(top, #0095ff, #0070be);
	background-image: -moz-linear-gradient(top, #0095ff, #0070be);
	background-image: -ms-linear-gradient(top, #0095ff, #0070be);
	background-image: -o-linear-gradient(top, #0095ff, #0070be);
	background-image: linear-gradient(top, #0095ff, #0070be);
	border-top: 1px solid #6d86ad;
	border-right: 1px solid #647a9e;
	border-bottom: 1px solid #546685;
	border-left: 1px solid #647a9e;
	-webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
	-moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
	box-shadow: inset 0 1px 0 0 #a5b9d9;
	cursor: pointer; }
  button.blue-pill:active, a.blue-pill:active {
	border: 1px solid #546685;
	-webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
	-moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
	box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee; }