#disp {
	position: relative;
	margin: 50px auto 0 auto;
	display: block;
	border-radius: 20px;
	box-shadow: none;
	width: 800px;
	padding: 30px 20px;
	background: #FFF url('/public/img/layout/default/bg-disp.png') right center no-repeat;
	background-size: 30%;
}
	#disp span {
		display: inline-block;
	}
		#disp span.cinza {
			line-height: 150%;
			padding: 5px 0;
		}
	#disp form {
		margin: 15px 0;
	}
		#disp form input {
			margin: 0 10px 0 0;
			vertical-align: top;
		}
			#disp form input.inp1 {
				width: 150px;
			}

#empenas {
	display: inline-block;
	width: 100%;
	padding: 20px 0 100px 0;
}
	#empenas .tt {
		display: block;
		width: 100%;
		text-align: left;
		padding: 50px 0 0 0;
	}
	#empenas ul {
		position: relative;
		display: block;
		float: left;
		width: auto;
		text-align: left;
		margin: 0 10px;
	}
		#empenas ul li {
			display: inline-block;
			width: 220px;
			margin: 15px 4px;
			background: #FFF;
			box-shadow: 3px 3px 3px #eaeaea;
			text-align: left;
			vertical-align: top;
			padding-bottom: 10px;
		}
			#empenas ul li img {
				display: block;
				width: 220px;
				height: 250px;
				margin:0!important;
				padding:0!important;
				border:0!important;
				
			}
			#empenas ul li span {
				display: inline-block;
				padding: 2px 10px;
			}
				#empenas ul li span.red {
					padding: 10px 10px 0 10px;
					line-height: 120%;
					width: 90%;
					vertical-align: top;
				}
				#empenas ul li span.cinza {
					padding: 0 10px;
					line-height: 120%;
					height: 35px;
					vertical-align: top;
				}
				#empenas ul li .lnk2 {
					display: inline-block;
					margin: 0 40px 0 10px;
					width: 95px;
					text-align: center;
					vertical-align: top;
				}

#lt {
	width: 100%;
	display: inline-block;
	padding: 50px 0;
	text-align: center;
}
	#lt #title {
		display: inline-block;
		width: 600px;
	}
		#lt #title .t1 {
			display: inline-block;
			width: 100%;
		}
		#lt #title .t2 {
			display: inline-block;
			width: 100%;
		}
#linhadotempo {
	width: 100%;
	height: 500px;
	display: block;
	margin: 30px 0;
}


.custom-select select {
	padding: 10px 20px;
}


.custom-select {
		  display: inline-block;
		  position: relative;
		  margin: 0 10px 0 0;
		  width: 150px;
	vertical-align: top;
		}

		.custom-select select {
		  display: none; /*hide original SELECT element: */
		}

		.select-selected {
		  background-color: #FFF;
		}

		/* Style the arrow inside the select element: */
		.select-selected:after {
		  position: absolute;
		  content: "";
		  top: 17px;
		  right: 10px;
		  width: 0;
		  height: 0;
		  border: 6px solid transparent;
		  border-color: #262626 transparent transparent transparent;
		}

		/* Point the arrow upwards when the select box is open (active): */
		.select-selected.select-arrow-active:after {
		  border-color: transparent transparent #262626 transparent;
		  top: 9px;
		}

		/* style the items (options), including the selected item: */
		.select-items div,.select-selected {
		  color: #262626;
		  padding: 10px 16px;
		  border: 1px solid #e9e9e9;
		  cursor: pointer;
		  box-shadow: 2px 2px 2px #eaeaea;
		}

		/* Style items (options): */
		.select-items {
		  position: absolute;
		  background-color: #eaeaea;
		  top: 100%;
		  left: 0;
		  right: 0;color: #000;
		  z-index: 99;
		}

		/* Hide the items when the select box is closed: */
		.select-hide {
		  display: none;
		}

		.select-items div:hover, .same-as-selected {
		  background-color: rgba(0, 0, 0, 0.1);
		}


.fs-wrap {
    width: 350px;
	margin-right: 5px;
}


#locais {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}
	#locais span {
		display: inline-block;
		width:500px;
		padding: 0 0 30px 0;
		
	}
	#locais #mapa {
		display: inline-block;
		width: 100%;
		height: 500px;
		background: #eaeaea;
	}


@media screen and (max-width: 568px) {
	
	
	#disp {
		position: relative;
		margin: 20px auto 0 auto;
		display: block;
		border-radius: 20px;
		box-shadow: none;
		width: 280px;
		padding: 30px 20px;
		background: #FFF url('/public/img/layout/default/bg-disp.png') right center no-repeat;
		background-size: 30%;
		text-align: center;
	}
		#disp span {
			display: inline-block;
		}
			#disp span.cinza {
				line-height: 150%;
				padding: 5px 0;
			}
		#disp form {
			margin: 15px 0;
		}
			#disp form input {
				display: inline-block;
				margin: 0 10px 0 0;
				vertical-align: top;
			}
				#disp form input.inp1 {
					width: 110px;
					margin-bottom: 10px;
				}

	#empenas {
		display: inline-block;
		width: 100%;
		padding: 0px 0 100px 0;
	}
		#empenas .tt {
			display: block;
			width: 100%;
			text-align: left;
			padding: 50px 0 0 0;
		}
		#empenas ul {
			position: relative;
			display: block;
			float: left;
			width: auto;
			text-align: left;
			margin: 0px 5px;
		}
			#empenas ul li {
				display: inline-block;
				width: 115px;
				margin: 10px 0px;
				background: #FFF;
				box-shadow: none;
				text-align: left;
				vertical-align: top;
				padding-bottom: 10px;
			}
				#empenas ul li img {
					display: block;
					width: 115px;
					height: 140px;
					margin:0!important;
					padding:0!important;
					border:0!important;

				}
				#empenas ul li span {
					display: inline-block;
					padding: 2px 10px;
				}
					#empenas ul li span.red {
						padding: 10px 10px 0 10px;
						line-height: 120%;
						width: 90%;
						vertical-align: top;
					}
					#empenas ul li span.cinza {
						padding: 0 10px;
						line-height: 120%;
						height: 35px;
						vertical-align: top;
					}
					#empenas ul li .lnk2 {
						display: none;
					}

	#lt {
		width: 100%;
		display: inline-block;
		padding: 50px 0;
		text-align: center;
	}
		#lt #title {
			display: inline-block;
			width: 100%;
		}
			#lt #title .t1 {
				display: inline-block;
				width: 100%;
				font-size: 30px;
			}
			#lt #title .t2 {
				display: inline-block;
				width: 90%;
			}
	#lt #linhadotempo {
		width: 100%;
		height: 600px;
		display: inline-block;
		background: #CCC;
		margin: 30px 0;
	}


	.custom-select select {
		padding: 10px 20px;
	}


	.custom-select {
		  display: inline-block;
		  position: relative;
		  margin: 0 0;
		  width: 130px;
		  vertical-align: top;
			text-align: left;
		}

		.custom-select select {
		  display: none; /*hide original SELECT element: */
		}

		.select-selected {
		  background-color: #FFF;
		}

		/* Style the arrow inside the select element: */
		.select-selected:after {
		  position: absolute;
		  content: "";
		  top: 17px;
		  right: 10px;
		  width: 0;
		  height: 0;
		  border: 6px solid transparent;
		  border-color: #262626 transparent transparent transparent;
		}

		/* Point the arrow upwards when the select box is open (active): */
		.select-selected.select-arrow-active:after {
		  border-color: transparent transparent #262626 transparent;
		  top: 9px;
		}

		/* style the items (options), including the selected item: */
		.select-items div,.select-selected {
		  color: #262626;
		  padding: 10px 16px;
		  border: 1px solid #e9e9e9;
		  cursor: pointer;
		  box-shadow: 2px 2px 2px #eaeaea;
		}

		/* Style items (options): */
		.select-items {
		  position: absolute;
		  background-color: #eaeaea;
		  top: 100%;
		  left: 0;
		  right: 0;color: #000;
		  z-index: 99;
			text-align: left;
		}

		/* Hide the items when the select box is closed: */
		.select-hide {
		  display: none;
		}

		.select-items div:hover, .same-as-selected {
		  background-color: rgba(0, 0, 0, 0.1);
		}
	


	#locais {
		display: inline-block;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: center;
	}
		#locais span {
			display: inline-block;
			width:90%;
			padding: 0 0 30px 0;

		}
		#locais #mapa {
			display: inline-block;
			width: 100%;
			height: 400px;
			background: #eaeaea;
		}
	
}




