.map {
    float: left;
}
#map_stripe { background: #d5d5d5; }
	#map_stripe > .content_box {
		border: 1px solid #FFF;
		position: relative;
		text-align: center;
	}

		#map_search {
			width: 33.33%;
			max-width: 272px;
			padding: 25px 23px 35px 23px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			    -ms-box-sizing: border-box;
			     -o-box-sizing: border-box;
			        box-sizing: border-box; 
			float: left;
			position: relative;
			z-index: 10;
			text-align: left;
			background: #FFF;
		}

			#map_search h4 {
				margin: 0 0 35px 0;
				font-size: 30px;
				font-weight: 500;
				color: #e85113;
			}

			#map_search p { margin: 0 0 35px 0 }

			#map_search .placeholder { line-height: 30px; }

			#map_search .btn { 
				width: auto; 
				margin-top: 25px;
				float: right; 
			}

		#results_list {
			width: 33.33%;
			max-width: 350px;
			padding: 30px 30px 30px 0;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			    -ms-box-sizing: border-box;
			     -o-box-sizing: border-box;
			        box-sizing: border-box; 
			float: right;
			position: relative;
			z-index: 10;
		}
			#results_list li {
				padding: 20px;
				text-align: left;
				background: #FFF;
				-webkit-box-shadow: 0 0 22px 0 rgba(182,182,182,.7);
				   -moz-box-shadow: 0 0 22px 0 rgba(182,182,182,.7);
				    -ms-box-shadow: 0 0 22px 0 rgba(182,182,182,.7);
				     -o-box-shadow: 0 0 22px 0 rgba(182,182,182,.7);
				        box-shadow: 0 0 22px 0 rgba(182,182,182,.7); 
				overflow: hidden;
			}

				#results_list li + li { margin-top: 15px; }

				#results_list li h4 {
					margin-top: 0;
					font-weight: normal;
				}
					#results_list li.pservice h4 { color: #e85113; }

				#results_list li p 
				,#results_list li > a 
				{ 
					font-size: 14px; 
					font-weight: 300;
				} 

				#results_list li > a { 
					float: right; 
				}				
				#results_list li > p > a { 
					float: right; 
				}

				#results_list li.clear_results {
					padding: 0;
					background: none;
				} 
					#results_list li.clear_results .btn {
						width: 100%;
						border: #FFF;
						position: relative;
						font-size: 14px;
						font-weight: 500;
						text-transform: lowercase;
						text-align: center;
						color: #7c7b7b;
						background: #FFF;
					}
						#results_list li.clear_results .btn span {
							position: absolute;
							left: 15px;
							top: 50%;
							-webkit-transform: translate(0,-50%);
							   -moz-transform: translate(0,-50%);
							    -ms-transform: translate(0,-50%);
							     -o-transform: translate(0,-50%);
							        transform: translate(0,-50%); 
							font-size: 20px;
						}

		#map_wrapper {
			width: 32%;
			height: 100%;
			margin: 0 auto;
		}

			 .italy #map_wrapper { max-width: 420px; }
			.world #map_wrapper { width: 95%; }

			#map_wrapper > * {
				margin-top: 100px;
				margin-bottom: 100px;
				position: relative;
				z-index: 2;
			}



main > article.content_box { margin-top: 35px; }
	
	main > article.content_box > * {
		width: 48.18%;
		max-width: 530px;
		float: left;
		overflow: hidden;
		text-align: center;
	}
		main > article.content_box > *:nth-child(even) { float: right; }
		main > article.content_box > *:nth-child(odd) .stripe_title { color: #e85113; }

		main > article.content_box > * p { 
			min-height: 120px;
			line-height: 30px;
			color: #333333;
		}

		main > article.content_box > * .btn { 
			margin: 0 auto;
		}

		.orange{background-color: #eb4e07;}
		.orangeLight{background-color: #d97d5c;}
		.grey{background-color: #7c7c7b;}
		.square {
			width: 14px;
			height: 14px;
			display: -webkit-inline-box;
			margin-right:5px;
		}
		#map_stripe > .content_boxSpecial {
			position: relative;
		}
		.content_boxSpecial {
			max-width: 1100px;
			margin: 0 auto;
		}
		.legenda{
			font-family: 'Futura',Verdana,sans-serif;
			width: auto;
			margin-right: 20px;
			display: inline-block;
			float: left;
		}
		
@media only screen and (max-width: 980px){
	#map_search { 
		width: 40%; 
		max-width: 350px;
	}

	#results_list {
		width: 40%; 
		padding: 15px 0 0 0; 
		clear: left;
		float: left;
	}
		.world #results_list { padding-top: 0; }
		#results_list li {
			-webkit-box-shadow: none;
			   -moz-box-shadow: none;
			    -ms-box-shadow: none;
			     -o-box-shadow: none;
			        box-shadow: none; 
		}
		#results_list li + li { margin-top: 15px; }

	.italy #map_wrapper {
		width: 50%;
		margin: 0 0 0 45%;
	}
		#map_wrapper > * { margin-top: 50px; margin-bottom: 50px; }
	

}

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

	main > article.content_box > * {
		width: 100%;
		max-width: 100%;
		float: none;
	}

		main > article.content_box > * + * { margin-top: 80px; }
}


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

	#map_stripe { padding-top: 15px; }

	#map_search 
	,#results_list 
	{
		width: 100%; 
		max-width: 100%;
		float: none;
	}

	#map_wrapper 
	,.italy #map_wrapper 
	{
		width: 90%;
		height: auto;
		margin: 30px auto;
	}
	.legenda{
			width: 100%;
			float: left;
			margin: 5px 1px;
		}
}
