.content-wrap-container {
	box-sizing: border-box;
}

@media (min-width: 1220px) {
	.content-wrap, .header-wrap, .footer-wrap {
		width: 1180px;
	}

		.content-wrap-container {
			width: 980px;
		}

	.header {
		background: none;	
		background-color: #70736c;
		height: 70px;
	}

	.header-wrap {
		background: url(/image/headerbg.png) top left no-repeat;
		height: 70px;
	}	

	.header-wrap-float-menu{
		clear: none;
		float: right;
		margin: 20px 30px 0 0;
	}

	.footer-wrap-float-news {
		float: right;
	}

	.footer-wrap-float-menu {
		width: auto;
	}

	.content-wrap-float-home-left {
		display: block;
		float: left;
		width: 60%;
		margin-right: 10%;
	}

	.content-wrap-float-home-right {
		display: block;
		float: left;
		width: 25%;
		margin-top: 20px;
	}

	.necrologia-filter {
		width: 380px;
	}

	.missas-calendar {
		width: 280px;
	}

	.missas-date {
		width: 580px;
	}

	.calendar-text {
		width: 280px;
		padding: 20px 0px 0px 0px;
		margin: 0px;
	}

	.agencias-filter {
		width: 970px;
	}

		.agencias-filter .necrologia-filter { width: 285px; margin-right: 10px; }
		.agencias-filter .necrologia-filter .select, .agencias-filter .necrologia-filter .select ul { width: 283px; }
		.agencias-filter .wrap-field { width: 282px; }

	.agencias-agencia {
		width: 978px;
	}

		.agencias-agencia-title {
			width: 968px;
		}

		.agencias-agencia-text {
			width: 778px;
		}

	.servicos {
		width: 440px;
	}

	.contactos-form {
		display: block;
		width: 100%;
		/*margin-top: -173px;*/
		/*margin-top: -406px;*/
	}

	.contactos-form .wrap-field {
		width: calc(100% - 20px);
		margin-right: 0px;
	}

	.contactos-form .wrap-field textarea {
		height: 155px;
	}

	.contactos-text iframe {
		width: 980px;
		height: 498px;
	}

}