			.main_body_left .fa {
				margin-right: 5px;
			}
			
			.rectangle {
				position: relative;
				width: 300px;
				height: 250px;
				margin-bottom: 20px;
			}
			
			.contatti {
			}
			
				.contatti_title {
					text-transform: uppercase;
					font-weight: 700;
					color: #1aa0b2;
					margin-bottom: 10px;
				}
			
				.contatti_text {
				}
			
			.newsletter {
				border-top: 1px dotted rgba(0,0,0,0.2);
				margin-top: 20px;
				padding: 20px 0;
			}
			
				.newsletter_title {
					text-transform: uppercase;
					font-weight: 700;
					color: #1aa0b2;
					margin-bottom: 10px;
				}
			
				.newsletter_text {
				}
			
			.tags {
				border-top: 1px dotted rgba(0,0,0,0.2);
				padding: 20px 0;
			}
			
				.tags_title {
					text-transform: uppercase;
					font-weight: 700;
					color: #1aa0b2;
					margin-bottom: 10px;
				}
			
				.tags_text {
					margin-bottom: 20px;
				}
			
				.tags_cont {
				}
				
					.tag {
						display: inline-block;
						padding: 5px 10px;
						border: 1px solid rgba(0,0,0,1);
						background: rgba(255,255,255,1);
						font-weight: 700;
						font-size: 12px;
						border-radius: 4px;
						text-transform: uppercase;
						text-align: center;
						color: rgba(26,160,178,1);
						cursor: pointer;
						margin-right: 2px;
						margin-bottom: 5px;
					}
					
						.tag_link {
							color: rgba(0,0,0,1);
							text-decoration: none;
						}
					
						.tag_link:hover {
							color: rgba(0,0,0,0.7);
						}
		
			.facebook {
				position: relative;
				width: 300px;
				height: auto;
				border-top: 1px dotted rgba(0,0,0,0.2);
				padding-top: 20px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				.facebook { }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				.facebook { width: 460px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				.facebook { }
			}
			
				.facebook_title {
					text-transform: uppercase;
					font-weight: 700;
					color: #1aa0b2;
					margin-bottom: 10px;
				}
			
				.facebook_text {
					margin-bottom: 20px;
				}