@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------*/
/* -------------------- RESET CSS ---------------------*/
/* ----------------------------------------------------*/

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

html
{
	background: #FFF;
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,th,var,optgroup
{
	font-style: inherit;
	font-weight: inherit;
}
del,ins
{
	text-decoration: none;
}
li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}
sup
{
	vertical-align: baseline;
}
sub
{
	vertical-align: baseline;
}
legend
{
	color: #000;
}
input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,button,textarea,select
{
	font-size: 100%;
}

.workshop-signup-text {
	height: 100px !important;
}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* ------------------- /RESET CSS ---------------------*/

/* ----------------------------------------------------*/
/* ------------------- ELEMENTS CSS -------------------*/
/* ----------------------------------------------------*/

html {
	height: 100%;
	background: #fff url('/image/bg.png') repeat-x;
}

body {
	font: 14px 'Roboto', sans-serif;
	color: #4b4d48;
	font-weight: 400;
	height: 100%;
	margin:0;
	padding:0;	
	background-color: #fff;
}

*html body{
	height: 100%;
}

body.modal-open{
	overflow: hidden;
}

.c100 {
	color: #4b4d48;
}
/* #4b4d48 - cor principal a 70% */
.c70 {
	color: #81827f;
}
/* #4b4d48 - cor principal a 50% */
.c50 {
	color: #a5a6a3;
}

h1{
	font: 24px 'Roboto', sans-serif;
	font-weight: 300;
}

h2{
	font: 16px 'Roboto', sans-serif;
	font-weight: 300;
	color: #4a4c47;
}

a:link, a:visited {
	color: #4b4d48;
	text-decoration: none;
}

a:hover, a:active {
	color: #81827f;
}

.load {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 40px 0px 50px 0px;
}


.content, .header, .footer {
	margin:0;
	padding:0;	
	text-align:center;
}

	.content-wrap, .header-wrap, .footer-wrap {
		width: 300px;
		margin:0 auto;
		padding:0;	
		text-align:center;
	}

		.content-wrap-container {
			display: block;
			float: left;
			width: 100%;
			height: auto;
			text-align: left;
		}

		.content-wrap-float, .header-wrap-float, .footer-wrap-float {
			display: block;
			float: left;
			width: 100%;
			height: auto;
		}

		.content-wrap-float-home {
			display: block;
			float: left;
			width: auto;
			height: auto;
			text-align: left;
			margin-top: 40px;
			margin-bottom: 20px;
			line-height: 16px;
		}

			.content-wrap-float-home-left {
				display: block;
				float: left;
				width: 100%;
			}

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

		.content-search {
			display: block;
			float: left;
			width: 100%;
			height: auto;
			margin-bottom: 30px;
			clear: both;
		}

			.content-search form {
				display: inline-block;
				float: left;
				width: auto;
				height: auto;
				padding: 10px;
				background-color: #ededed;
				-webkit-border-bottom-left-radius: 15px;
				-moz-border-bottom-left-radius: 15px;
				border-bottom-left-radius: 15px;
				-webkit-border-bottom-right-radius: 15px;
				-moz-border-bottom-right-radius: 15px;
				border-bottom-right-radius: 15px;
			}

			.content-search-wrap {
				display: block;
				float: left;
				width: 280px;
				height: 28px;
				border: 1px solid #dbdbda;
				background-color: #fff;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

				.content-search-wrap input {
					display: inline-block;
					float: left;
					width: 203px;
					height: 28px;
					border: none;
					padding: 0 0 0 25px;
					margin: 0px;
					background: transparent;
					font-size: 12px;
					color: #a5a6a3;
					outline: none;
					line-height: 28px;
					vertical-align: middle;
				}

				.content-search-wrap img {
					display: inline-block;
					float: right;
					width: 30px;
					height: 30px;
					cursor: pointer;
				}
.content-title {
	width: 100%;
	padding-top: 10px;
	text-align: left;
	border-bottom: 1px solid #dbdbda;
	margin-bottom: 30px;
}

	.content-title h1 {
		font-size: 22px;
	}

.header {
	background: url(/image/headerbg.png) top left no-repeat;	
	background-color: #70736c;
	height: 120px;
}

	.header-wrap {
		height: 120px;
	}	

		.header-wrap-float-logo {
			display: inline-block;
			float: left;
			width: 100%;
			height: 70px;
			background: url(/image/logo320.png) top center no-repeat;
		}

		.header-wrap-float-social {
			display: block;
			float: right;
			width: auto;
			margin-top: 10px;
		}

			.header-wrap-float-social a {
				display: block;
				float: left;
				width: 30px;
				height: 30px;
				margin-left: 5px;
				background: url(/image/social.png) top left no-repeat;
				overflow: hidden;
			}

			.header-wrap-float-social a.facebook { background-position: 0px 0px; }
			.header-wrap-float-social a.google { background-position: -30px 0px; }
			.header-wrap-float-social a.twitter { background-position: -60px 0px; }
			.header-wrap-float-social a.youtube { background-position: -90px 0px; }

		.header-wrap-float-menu {
			display: block;
			float: left;
			margin-top: 10px;
		}

			.header-wrap-float-menu a:link, .header-wrap-float-menu a:visited,
			.footer-wrap-float-menu a:link, .footer-wrap-float-menu a:visited,
			a.sabermais:link, a.sabermais:visited {
				display: block;
				float: left;
				width: 165px;
				padding-left: 10px;
				height: 30px;
				line-height: 30px;
				text-align: left;
				font-size: 16px;
				text-decoration: none;
				color: #fff;
				background-color: #969a90; 
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				clear: both;
			}

				.header-wrap-float-menu a.menu {
					width: 100px;
					padding-left: 0px;
					text-align: center;
				}

				.footer-wrap-float-menu a:link, .footer-wrap-float-menu a:visited {
					width: auto;
					padding-right: 10px;
					margin: 0 5px 5px 0;
					clear: none;
				}

				a.sabermais:link, a.sabermais:visited {
					width: auto;
					padding: 0 15px 0 30px;
					background-image: url(/image/moreinfo.png);
					background-position: top left;
					background-repeat: no-repeat;
				}

			.header-wrap-float-menu a:active, .header-wrap-float-menu a:hover,
			.footer-wrap-float-menu a:active, .footer-wrap-float-menu a:hover {
				background-color: #eaebe9;
				color: #4b4d48;
			}	

			.header-wrap-float-menu a.menu-selected:link, .header-wrap-float-menu a.menu-selected:visited,
			.footer-wrap-float-menu a.menu-selected:link, .footer-wrap-float-menu a.menu-selected:visited {
				background-color: #eaebe9;
				color: #4b4d48;
			}		

			.header-wrap-float-menu-submenu {
				position: absolute;
				z-index: 99999;
				float: left;
				width: auto;
				height: auto;
			}

				/*foi necessário fazer com switchClass (jquery) para se aproveitar o mesmo html para o responsive */
				/*switchClass faz a animação do submenu-close-animation para o submenu-open-animation */
				/*se fizer com o animate do jquery, irá inserir na div o atributo style="display:none;", não serve para o responsive*/
				/*.submenu-close e .submenu-open são necessários para addClass e removeClass, uma vez que não é possível animar o display*/
				.submenu-close {display: none;}
				.submenu-close-animation {
					margin-top: 27px;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					filter: alpha(opacity=0);
					-moz-opacity: 0;
					-khtml-opacity: 0;
					opacity: 0;

				}

				.submenu-open {display: block;}
				.submenu-open-animation {
					margin-top: 32px;
					-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
					filter: alpha(opacity=1);
					-moz-opacity: 1;
					-khtml-opacity: 1;
					opacity: 1;
				}

.footer-wrap-float {
	border-top: 2px solid #dbdbda;
	padding-top: 20px;
	margin-top: 0px;
}

	.footer-wrap-float-menu {
		display: block;
		float: left;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}

	.footer-wrap-float-news {
		display: block;
		float: left;
		width: 100%;
		height: 40px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #dbdbda;
		margin-bottom: 20px;
	}

		.footer-wrap-float-news img {
			position: relative;
			z-index: 99;
			float: right;
			top: -39px;
			cursor: pointer;
		}

		.footer-wrap-float-news input {
			display: block;
			float: left;
			width: 95%;
			height: 40px;
			line-height: 40px;
			vertical-align: middle;
			color: #a5a6a3;
			font-size: 12px;
			margin: 0px;
			padding: 0px;
			padding-left: 5%;
			border: none;
			background: transparent;
		}

	.footer-wrap-float-rights {
		display: block;
		float: left;
		width: 100%;
		height: auto;
		color: #81827f;
		text-align: left;
		font-size: 14px;
		margin-bottom: 40px;
	}

		.footer-wrap-float-rights a:link, .footer-wrap-float-rights a:visited, .footer-wrap-float-rights a:active {
			color: #81827f;
			text-decoration: none;
		}

.sidebar {
	display: block;
	float: right;
	width: 100%;
	height: auto;
	border-top: 1px solid #dbdbda;
	margin-top: 20px;
	padding-top: 20px;
	text-align: left;
}

	.sidebar-pub {
		position: absolute;
		padding-left: 150px;
		margin-bottom: 20px;
	}

	.sidebar-wrap {
		display: block;
		float: left;
		width: 140px;
		height: auto;
		margin: 0 5px 0px 5px;
		border-bottom: 1px solid #ccc;
	}

	.sidebar-longwrap {
		display: block;
		float: left;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

		.sidebar-longwrap p {
			font-size: 13px;
		}

		.sidebar-longwrap span.sl {
			float: left;
			width: auto;
			padding: 20px 5px 0px 5px;
		}

	.sidebar .necrologia-iten-name {
		text-align: center;
	}

	.sidebar .necrologia-iten {
		margin: 0px 5px;
	}

.necrologia {
	position: relative;
	display: block;
	float: left;
	width: auto;
	height: auto;
	max-height: 1020px;
	padding-bottom: 50px;
	overflow: hidden;
}


.necrologia-noscroll {
	max-height:1590px;
}

	.necrologia-iten {
		display: block;
		float: left;
		width: 138px;
		height: 238px;
		margin: 0px 5px 20px 5px;
		border: 1px solid #fff;
	}

		.necrologia-iten:hover {
			background-color: #f6f6f6;
			border: 1px solid #dbdbda;
		}

		.necrologia-iten-imagem {
			display: block;
			float: left;
			width: 100%;
			height: 120px;
			margin-top: 10px;
			text-align: center;
		}

			.necrologia-iten-imagem a {
				display: block;
			}

			.necrologia-iten-imagem-overflow {
				display: block;
				width: 120px;
				height: 120px;
				overflow: hidden;
				margin: 0px auto;
				position: relative;
			}


			.necrologia-iten-imagem img {
				margin: 0px;
				padding: 0px;
				border: none;
				position: absolute;
				top: 0px;
				left: 0px;
			}

			.necrologia-iten-imagem-mask {
				position: relative;
				z-index: 999;
				width: 100%;
				height: 120px;
				text-align: center;
				margin-top: -120px;
				background: url(/image/photomask.png) top center no-repeat;
				pointer-events: none;
			}

				.necrologia-iten:hover .necrologia-iten-imagem-mask {
					background-position: center -120px;
				}

			.necrologia-iten-name {
				display: block;
				float: left;
				width: 100%;
				height: 48px;
				margin-top: 10px
			}

			.necrologia-iten-post {
				display: block;
				float: left;
				width: 100%;
				height: auto;
				text-align: center;
				margin-top: 10px;
			}

				.necrologia-iten-post a:link, .necrologia-iten-post a:active, .necrologia-iten-post a:visited {
					display: block;
					margin: 0px auto;
					width: 100px;
					height: 30px;
					line-height: 30px;
					vertical-align: middle;
					font-size: 12px;
					color: #fff;
					background-color: #969a90;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					text-decoration: none;
				}
	
	.necrologia-overview {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 0px;
		z-index: 9;
	}

	.necrologia-scroll {
		position: absolute;
		padding-top: 20px;
		background-color: #fff;
		width: 100%;
		height: 30px;
		bottom: 0px;
		z-index: 10;
	}

	.necrologia-scroll-static {
		display: block;
		float: left;
		background-color: #fff;
		width: 100%;
		height: auto;
	}

	.scroll-top {
		margin-bottom: 10px; 
		border-bottom: 1px solid #dbdbda;
		padding-bottom: 10px;
	}

	.scroll-bottom {
		position: absolute;
		bottom: 0px;
		border-top: 1px solid #dbdbda;
		padding-top: 10px;
		z-index: 10;
	}

		.necrologia-scroll a, .necrologia-scroll-static a {
			display: block;
			float: left;
			width: 80px;
			height: 30px;
			background: url(/image/scroll_arrow.png) top left no-repeat;
			text-decoration: none;
		}

		.necrologia-scroll .arrow_right, .necrologia-scroll-static .arrow_right {
			background-position: 0px -30px;
		}

		.necrologia-scroll-wrap {
			display: block;
			float: left;
			width: 100%;
			height: 30px;
		}

			.necrologia-scroll-thumb {
				display: block;
				float: left;
				width: 100%;
				height: 28px;
				background-color: #fff;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				border: 1px solid #969a90;
				text-align: center;
				line-height: 28px;
				color: #969a90;
				cursor: pointer;
				font-weight: 400;
			}

			.necrologia-scroll-thumb span {
				pointer-events: none;
			}

.wrap-field {
	display: block;
	float: left;
	width: 96%;
	padding: 0px 2%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #dbdbda;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 7px;
	overflow: hidden;
}

	.wrap-field span {
		display: block;
		float: left;
		width: 100%;
		height: 28px;
		padding-top: 12px;
		text-align: left;
		color: #4b4d48;
		font: 12px 'Roboto', sans-serif;
	}

	.no-right-padding {
		width: 98%;
		padding: 0px 0px 0px 2%;
	}

	.wrap-field input, .wrap-field textarea {
		display: block;
		float: left;
		width: 100%;
		height: 100%;
		line-height: 100%;
		vertical-align: middle;
		background-color: transparent !important;
		color: #4b4d48;
		font: 12px 'Roboto', sans-serif;
		margin: 0px;
		padding: 0px;
		border: none;
		outline: none;
	}

	.wrap-field textarea {
		margin: 10px 0;
		resize: none;
		height: 130px;
		overflow: hidden;
	}

	.wrap-field input[type="file"] {
		position: relative;
		margin-top: -40px;
		z-index: 2;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity:0;
		-khtml-opacity: 0;
		opacity: 0;
	}

	*::-webkit-input-placeholder {
	    color: #4b4d48;
	}
	*:-moz-placeholder {
	    color: #4b4d48;
	    opacity:  1;
	}
	*::-moz-placeholder {
	    color: #4b4d48;
	    opacity:  1;
	}
	*:-ms-input-placeholder {
	    color: #4b4d48;
	}

	/*.wrap-field-label {
		position: relative;
		float: right;
		width: 30px;
		height: 35px;
		padding-top: 5px;
		line-height: 40px;
		vertical-align: middle;
		margin-top: -40px;
		cursor: pointer;
	}*/

	.ui-datepicker-trigger {
	    position: relative;
		float: right;
		width: 30px;
		height: 35px;
		padding-top: 5px;
		line-height: 40px;
		vertical-align: middle;
		margin-top: -40px;
		cursor: pointer;
	}

.content-no-sidebar {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
}

	.content-no-sidebar h2 {
		height: auto;
		padding: 30px 0;
	}

.ui-datepicker {
	background-color: #fff;
	width: 280px;
	padding: 0px;
	font: 14px 'Roboto', sans-serif;
	color: #4a4c47;
	font-weight: 300;
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.39);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.39);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.39);
	z-index: 1000 !important;
}

.ui-widget-header {
	border: none;
	background: transparent !important;
	background-image: none;
}

.ui-widget-header .ui-icon {
	background-image: url(/image/seta_esq.png);
	width: 30px;
	height: 30px;
}

.ui-icon-circle-triangle-w {
	background-position: 0px 0px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	position: inherit;;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
	top: 0;
}

.ui-widget-header {
	border: none;
}

.ui-widget-header .ui-state-hover {
	border: none;
	background-color: transparent !important;
}

.ui-state-hover .ui-icon-circle-triangle-w {
	background-image: url(/image/seta_esq.png);
	background-position: 0px 0px;
	border: none;
	background-color: transparent !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
	border: none;
	left: 2px;
	top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
	border: none;
	right: 2px;
	top: 2px;
}

.ui-datepicker .ui-datepicker-next {
	background-image: url(/image/seta_dir.png);
	background-position: 0px 0px;
	border: none;
	background-color: transparent !important;
	width: 30px;
	height: 30px;
}

.ui-datepicker .ui-datepicker-next-hover {
	background-image: url(/image/seta_dir.png);
}

.ui-datepicker-title {
	line-height: 30px;
	vertical-align: middle;
	font-size: 16px;
	color: #4a4c47;
	text-transform: uppercase;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 300;
	border: 0;
	font: 14px 'Roboto', sans-serif;
}

.ui-datepicker td {
	padding: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
	padding: 0px;
	text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 2px solid #fff;
	background: transparent !important;
	background-color: #fff;
	width: 36px; 
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 2px solid #caccc7;
}

.necrologia-info {
	display: block;
	float: left;
	width: 298px;
	height: auto;
	border: 1px solid #dbdbda;
	margin: 60px 0px 20px 0px;
}

	.necrologia-info-image {
		position: relative;
		float: left;
		width: 298px;
		height: 240px;
		margin-top: -61px;
		overflow: hidden;
	}

		.necrologia-info-image-overflow {
			display: block;
			width: 220px;
			height: 220px;
			overflow: hidden;
			margin: 0px auto;
			margin-top: 10px;
			position: relative;
		}

		.necrologia-info-image img.photo {
			margin: 0px;
			padding: 0px;
			border: none;
			position: absolute;
			top: 0px;
			left: 0px;

		}

		.necrologia-info-image-mask {
			position: absolute;
			z-index: 999;
			display: block;
			float: left;
			width: 298px;
			height: 240px;
		}

	.necrologia-info-text {
		display: block;
		float: right;
		width: 282px;
		height: auto;
		padding: 10px 8px 0px 8px;
	}

		.necrologia-info-text h1 {
			display: block;
			float: left;
			width: 100%;
			height: auto;
			margin: 0px;
			padding: 0px;
			padding-bottom: 10px;
			font-size: 22px;
			font-weight: 400;
		}

		.necrologia-info-text-date {
			display: block;
			float: left;
			width: 100%;
			height: auto;
			padding-bottom: 20px;
			border-bottom: 1px solid #dbdbda;
		}

			.necrologia-info-text-date p {
				display: block;
				float: left;
				width: 100%;
				height: auto;
				margin: 0px;
				padding: 0px;
			}

		.necrologia-info-text-text {
			display: block;
			float: right;
			width: 100%;
			height: auto;
			padding: 20px 0px 0px 0px;
			text-align: left;
		}

	.necrologia-info-left {
		display: block;
		float: left;
		width: 282px;
		height: auto;
		padding: 20px 8px 0px 8px;
	}

		.necrologia-info-left a.sabermais {
			background-image: none;
			text-align: center;
			width: 100%;
			height: 40px;
			line-height: 40px;
			vertical-align: middle;
			padding: 0px;
			margin-bottom: 10px;
		}

		.necrologia-info-left-shared {
			display: block;
			float: left;
			width: 260px;
			height: 40px;
			padding: 0px 10px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-color: #f6f6f6;
			border: 1px solid #dbdbda;
			position:relative;
		}

		.necrologia-info-left-funeraria {
			display: block;
			float: left;
			width: 100%;
			height: auto;
			border-top: 1px solid #dbdbda;
			border-bottom: 1px solid #dbdbda;
			margin: 20px 0px 0px 0px; 
			padding: 20px 0px 20px 0px;
		}

			.necrologia-info-left-funeraria a:link {
				display: block;
				width: 135px;
				height: 110px;
				overflow: hidden;
				margin: 0px auto 10px auto;
			}

	.necrologia-info-message {
		display: block;
		float: right;
		width: 282px;
		height: auto;
		padding: 20px 8px 20px 8px;
		text-align: left;
		background-color: #dbdbda;
	}

		.necrologia-info-message p {
			width: 100%;
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}

		.necrologia-info-message .wrap-field {
			background-color: #f6f6f6;
			margin-right: 0px;
		}

		.necrologia-info-message a.sabermais {
			background-image: none;
			text-align: left; 
			height: 30px;
			padding-top: 10px;
		}

.necrologia-container {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

	.necrologia-filter {
		display: block;
		float: left;
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
	}

		.necrologia-filter-label {
			display: block;
			float: right;
			width: auto;
			height: 40px;
			line-height: 40px;
			vertical-align: middle;
			padding-right: 20px;
		}

	.necrologia-comments {
		display: block;
		float: left;
		text-align: left;
		width: 280px;
		height: auto;
		border: 1px solid #dbdbda;
		padding: 9px;
		background-color: #f6f6f6;
		margin-bottom: 20px;
		font-size: 14px;
	}

		.necrologia-comments-name {
			display: block;
			float: left;
			width: 100%;
			height: auto;
			text-align: right;
			font-style: italic;
			color: #81837f;
			margin-bottom: 10px;
		}

		.necrologia-comments-image {
			position: relative;
			display: block;
			float: left;
			width: 100%;
			height: auto;
			text-align: center;
			margin-bottom: 10px;
		}

			.necrologia-comments-image a:link, .necrologia-comments-image a:active, .necrologia-comments-image a:visited {
				display: block;
				float: left;
				width: 100%;
				height: auto;
				line-height: auto;
				vertical-align: middle;
			}

			.necrologia-comments-image-play {
				position: absolute;
				display: block;
				float: left;
				width: 100%;
				height: 100%;
				vertical-align: middle;
				top: 0px;
			}

		.necrologia-comments iframe {
			margin-bottom: 10px;
			width: 280px;
			height: 164px;
		}

.select {
	position: relative;
	display: block;
	float: right;
	text-align: left;
	width: 180px;
	height: 38px;
	border: 1px solid #dbdbda;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

	.select ul {
		position: absolute;
		float: right;
		text-align: left;
		width: 180px;
		height: auto;
		border: 1px solid #dbdbda;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background-color: #fff;
		margin: 0px 0 0 -1px;
		z-index: 999;
		border-top: none;
		padding: 0px 0px 2px 0px;
		-webkit-box-shadow: 0px 0px 17px 0px rgba(50, 50, 50, 0.13);
		-moz-box-shadow:    0px 0px 17px 0px rgba(50, 50, 50, 0.13);
		box-shadow:         0px 0px 17px 0px rgba(50, 50, 50, 0.13);
		font-size: 12px;
		color: #a5a6a3;
	}

	/**.select:hover, .select:active {
		overflow: visible;
	}*/
		.select ul li:first-child, .select ul a:link, .select ul a:visited, .select ul a:active {
			display: block;
			/**width: 160;*/
			height: 38px;
			line-height: 38px;
			vertical-align: middle;
			border-bottom: 1px dotted #dbdbda;
			padding: 0px 10px;
			font-size: 12px;
			color: #a5a6a3;
		}

		.select ul li:first-child {
			background-image: url(/image/bgarrow.png);
			background-repeat: no-repeat;
			background-position: top right;
		}
		.select ul a:hover {
			background-color: #f6f6f6;
		}

#texto-nh-1 { display: none; }
#texto-nh-2 { position: absolute; visibility: hidden; width: 1px; height: 1px; }
#texto-nh-3, #texto-nh-4, #texto-nh-5 { position: absolute; width: 1px; height: 1px; background-color: transparent; border:none; }

.calendar-text {
	display: block;
	float: left;
	width: 300px;
	height: auto;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #dbdbda;
}

.calendar-wrap {
	display: block;
	float: left;
	width: 280px;
	height: auto;
	min-height: 260px;
	color: #4a4c47;
}

	.calendar-wrap div, .calendar-wrap ul, .calendar-wrap li {
		display: block;
		float: left;
	}

	.calendar-wrap-arrow {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.calendar-wrap-month {
		width: 220px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		font-size: 16px;
		text-align: center;
	}

	.calendar-wrap-week {
		width: 100%;
		height: 20px;
		padding: 20px 0px 10px 0px;
	}

		.calendar-wrap-week li {
			width: 40px;
			height: 20px;
			line-height: 20px;
			vertical-align: text-top;
			text-align: center;
			font-size: 14px;
		}

	.calendar-wrap-days {
		width: 100%;
		height: auto;
		text-align: center;
	}

		.calendar-wrap-days .day {
			width: 40px;
			height: 30px;
			line-height: 30px;
			vertical-align: middle;
			font-size: 14px;
			font-weight: 300;
		}

		.calendar-wrap-days .mark {
			background-color: #caccc7;
		}

		.calendar-wrap-days .selected {
			width: 38px;
			height: 28px;
			border: 1px solid #caccc7;
		}

		.calendar-wrap-days a:link, .calendar-wrap-days a:active, .calendar-wrap-days a:visited {
			display: block;
			float: left;
			width: 100%;
			height: 100%;
			height: auto;
			text-align: center;
		}


.missas-title, .agencias-title {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.agencias-title {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #dbdbda;
	font-weight: 600;
}

.missas-calendar {
	display: block;
	float: left;
	width: 300px;
	padding: 0px 0px 20px 0px;
}

.missas-calendar .datahidden {
	display: block;
	float: left;
	width: 1px;
	height: 1px;
	background: transparent;
	border: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

.missas-date {
	display: block;
	float: left;
	width: 300px;
	height: 20px;
	padding: 10px 0px 20px 0px;
	border-top: 1px solid #dbdbda;
	font-size: 16px;
	font-weight: 600;
}

.missas-missas {
	display: block;
	float: left;
	width: 260px;
	height: auto;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #edeeed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.noticias-noticia {
	display: block;
	float: left;
	width: 260px;
	height: 450px;
	padding: 20px;
	margin-left:20px;
	margin-bottom: 20px;
	background-color: #edeeed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #edeeed;
}

	.missas-missas-title, .missas-missas-text {
		display: block;
		float: left;
		width: 100%;
		height: auto;
		margin-top: 15px;
		font-size: 16px;
		text-align: center;
	}

	.noticias-noticia-title{
		font-weight:bold;
	}
	
	.author small {
		font-size: 14px;
	}

	.noticias-noticia-title, .noticias-noticia-text {
		display: block;
		float: left;
		width: 100%;
		min-height: 85px;
		margin-top: 15px;
		font-size: 16px;
		text-align: left;
	}
	
	.category-menu {
		margin-left: 20px;
		height: 50px;
	}
	
	.category-menu-single {
	}
	
	#category-menu-btn, #category-menu-btn:link, #category-menu-btn:visited, #category-menu-btn:focus, #category-menu-btn:hover  {
		padding: 5px 10px;
		border: 2px solid #95998F;
		background-color: #fff;
		border-radius: 5px;
		color: #95998F;
		margin-right: 10px;
	}
	
	#category-menu-btn {
		cursor: pointer;
		display: none;
	}
	
	.category-btn, .category-btn:link, .category-btn:visited, .category-btn:focus, .category-btn:hover  {
		padding: 5px 10px;
		border: 2px solid #95998F;
		background-color: #fff;
		border-radius: 5px;
		color: #95998F;
		margin-right: 10px;
	}
	
	@media (max-width: 819px) {
		#category-menu-btn {
			display: inline;
			width: 100px;
			height: 15px;
		}
		
		.category-btn {
			display: none;
		}
		
		.category-btn.open {
			display: block;
		}
		
		.category-container {
			position: absolute;
			z-index: 10;
			margin-top: 8px;
		}
		
		.category-btn, .category-btn:link, .category-btn:visited, .category-btn:focus, .category-btn:hover  {
			width: 100px;
    		height: auto;
		}

		.list-advertisment-block{
			float: none;
		}
	}
	
	.active-menu, .active-menu:link, .active-menu:visited, .active-menu:focus, .active-menu:hover, .category-btn:hover {
		background-color: #95998F;
		color: #fff;
	}

	.missas-missas-text {
		font-size: 13px;
	}

	.noticias-noticia-text {
		font-size: 13px;
	}

	.noticias-noticia-bottom{
		font-size:12px;
		background: #fff; 
		position: relative;
		top: 0;  
		color:#95998F;
		padding: 5px;
		min-height: 14px;
	}
	
	.noticia_highlight .noticias-noticia-bottom {
		background: #66bede; 
		color: #fff;
	}
	
	.noticias-noticia-data {
		float: right;
	}
	
	.noticias-noticia-category{
		font-size:12px;
		color:#4A4C47;
		text-align:left; 
		background: #95998F; 
		float: left; 
		position: relative;
		top: 0; 
		padding:5px; 
		color:white;
	}
	
	.noticia_highlight {
		background: #fff;
		border: 3px solid #66bede !important;
	}
	
	#noticia_category {
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	.noticia_single_title {
		font-size: 38px;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	.noticia_single_small {
		color: #969a90;
		font-size: 17px;
		max-width: 300px;
	}
	
	.noticia_single_date {
		font-size: 16px;
	}

	#noticia_btn{
		background-color:#95998F;
		border-radius:7px;
		float:left;	
		text-align:left;
		color:white;
		margin-top:10px;
		font-size:24px;
		width:20px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-weight:100;
	}

	.noticia_title{
		float: left;
  		width: 209px;
		margin-left: 10px;
 		margin-top: 10px;
 		font-weight:bold;
	}

	.missas-missas-image {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: 120px;
		text-align: center;
	}

		.missas-missas-image-mask {
			position: absolute;
			display: block;
			float: left;
			width: 100%;
			height: 120px;
			z-index: 9;
			top: 0px;
		}

.agencias-filter {
	display: block;
	float: left;
	width: 280px;
	height: auto;
	padding: 10px 10px 0px 10px;
	margin-bottom: 20px;
	background-color: #edeeed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	.agencias-filter .necrologia-filter { width: 280px; margin-bottom: 10px; }
	.agencias-filter .necrologia-filter .select, .agencias-filter .necrologia-filter .select ul { width: 278px; }
	.agencias-filter .wrap-field {
		width: 194px;
		height: 38px;
		line-height: 38px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

.formsubmit {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin-left: 10px;
}

.agencias-agencia {
	display: block;
	float: left;
	width: 298px;
	height: auto;
	margin-bottom: 5px;
	border: 1px solid #dbdbda;
}

	.agencias-agencia-wrap {
		display: block;
		float: left;
		width: auto;
		height: auto;
	}

	.agencias-agencia-title {
		display: block;
		float: left;
		width: 288px;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		padding-left: 10px;
		border-bottom: 1px solid #dbdbda;
		background-color: #f6f6f6;
		cursor: pointer;
	}

	.agencias-agencia-title .agencias-agencia-btn{
		display: none;
	}

	.agencias-agencia-image {
		display: block;
		float: left;
		width: 160px;
		padding: 10px;
		height: auto;
	}

	.agencias-agencia-text {
		display: block;
		float: right;
		width: 270px;
		padding: 10px;
		font-size: 13px;
	}

.servicos {
	display: block;
	float: left;
	width: 240px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #edeeed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contactos-form {
	display: block;
	float: left;
	width: auto;
	height: auto;
}

.contactos-text {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 0px 15px 0px;
}

.contactos-text iframe {
	width: 300px;
	height: 300px;
	margin-top: 20px;
}

.contactos-contacto {
	display: block;
	float: left;
	width: calc(33.33% - 56px);
	height: auto;
	text-align: center;
	padding: 20px;
	border: 1px solid #dbdbda;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    min-height: 142px;
}

.content-wrap-container div.contactos-contacto:last-of-type {
    margin-right: 0;
}

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

.necrologia-encomendar {
	position: absolute;
	display: none;
	float: left;
	width: 278px;
	height: auto;
	padding: 10px;
	border: 1px solid #dbdbda;
	background-color: #fff;
	margin: 50px 0 0 -9px;
	text-align: left;
	z-index: 9999;
}

	.necrologia-encomendar-wrap {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}

	.necrologia-encomendar .wrap-field {
		margin-right: 0px;
		width: 264px;
	}

	.necrologia-encomendar .select {
		width: 277px;
		margin-bottom: 7px;
	}

	.necrologia-encomendar .select ul {
		width: 277px;
	}

	.necrologia-encomendar a.sabermais {
		width: 247px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		text-align: left;
		background-image: url(/image/moreinfo.png);
		padding-left: 30px;
	}

	.necrologia-encomendar-produto {
		display: none;
		float: left;
		width: 100%;
		height: 90px;
		margin-bottom: 20px;
	}

		.necrologia-encomendar-produto-imagem {
			display: block;
			float: left;
			width: 90px;
			height: 90px;
			margin-right: 10px;
		}

		.necrologia-encomendar-produto-texto {
			display: block;
			float: left;
			width: auto;
			height: 60px;
			font-size: 14px;
			margin-top: 10px;
			line-height: 14px;
		}

		.necrologia-encomendar-produto-vermais {
			display: block;
			float: left;
			width: 178px;
			height: 20px;
			font-size: 12px;
			line-height: 20px;
			vertical-align: middle;
			cursor: pointer;
		}

		.necrologia-encomendar-produto-vermais img {
		    float:left;
		    margin:0 10px 0 0;
		 }

	.necrologia-encomendar-desc {
		display: block;
		float: left;
		width: 278px;
		height: 278px;
		line-height: 16px;
		border-top: 1px solid #dbdbda;
	}

		.necrologia-encomendar-desc table tr td span {
			display: block;
			float: left;
			width: 100%;
			height: 38px;
			line-height: 38px;
			vertical-align: middle;
		}

		.necrologia-encomendar-desc-imagem {
			display: none;
			float: left;
			position: absolute;
			width: 278px;
			height: 278px;
			background-color: #fff;
			z-index: 9999;
		}

			.necrologia-encomendar-desc-imagem-src {
				display: block;
				float: left;
				width: 278px;
				height: 278px;
			}

			.necrologia-encomendar-desc-imagem-fechar {
				position: absolute;
				width: 20px;
				height: 20px;
				text-align: center;
				line-height: 20px;
				vertical-align: middle;
				color: #fff;
				background-color: #a5a6a3;
				z-index: 9999;
				font-size: 10px;
				margin-top: 0px;
				margin-left: 258px;
				cursor: pointer;
			}

			.close-popup { display: none; }
			.close-popup-mobile { display: block; }

	.content-blank {
		position: fixed;
		display: none;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 9998;
		background: url(/image/blank.png) top left;
	}

.pub-2 {
	padding-left: 0px;
	margin-left: 150px;
}

/**RICARDO**/

#noticia_head{
	border-top:1px solid #dbdbda;
	padding-top:15px;
}


#img_container{
    min-width: 300px;
    max-width: 500px;
}

#img_container img{
	width:100%;
	margin-right:20px;
}

#noticias_gallery{
	width:100%;
	float:left;
	margin-top:20px;
}

.image{
	display:block;
	width:100%;
	float:left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#noticias_gallery .image iframe{
	width:100%;
	height:500px;
}

.image img{
	width:100%;
}

#noticias_back_btn{
	text-align:center;
	max-width:60px;
	width:100%;
	background-color:#95998F;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	margin-bottom:10px;
	color:white;
	font-size:25px;
	font-weight: 100;
	border-radius:7px;
	margin-top: 25px;
}

.noticia_img_capa{
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: #fff;
}

.noticia_img_capa img{
	width:100%;
}

.social_media{
	padding-top: 7px;
	margin-top:20px;
	margin-top: 20px;
  	float: left;
  	border-top: 1px solid #DBDBDA;
}

.social_media small{
	float: left;
  	margin-right: 60px;
  	margin-top: 5px; 
  	margin-bottom: 5px;
}

.social_icon{
	float:left;
}

.noticia_bottom{
	width:100%;
	float:left;
	margin-top:20px;
}

#pdf_necro{
	position:absolute;
	right:15px;
	top:4px;
	z-index: 999;
}



@media screen and (min-width:1682px){
	#menu_fix{
		
		float: right!important;
	}


}
@media screen and (min-width:1223px) and (max-width: 1681px){
	#agency_menu_fix{
   		margin: 20px 20px 0px 0px!important;
   		float: right!important;
	}

	#menu_fix{
		margin: -30px 140px 0px 0px!important;
	}
}

@media screen and (max-width:1222px){
	#agency_menu_fix{
		float: left!important;
	}

	#menu_fix{
		margin: 9px 30px 0px 0px !important;
	}

	.noticias-noticia{
		width:230px;
	}

	.noticia_img_capa{
		height: 180px;
	}

	.noticia_title {
		width:180px;
	}

	.noticias-noticia-title {
		min-height: 75px;
	}
	
	.noticias-noticia-text{
		min-height: 110px;
	}
}

@media screen and (min-width: 1222px) and (max-width: 1402px){
	.header-wrap-float-menu {
		float: left!important;
		margin: -30px 30px 0px 0px!important;
	}
}

@media screen and (max-width: 800px){
	#noticias_gallery .image iframe{
		height:200px;
	}
}

/* News by county */

#news-signup-input {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	height: 26px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#news-signup-submit {
	margin-top: 10px;
	height: 26px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

.signup-row {
	margin-top: 10px;
}

.align-right {
	text-align:right;
}

.clear {
	clear:both;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 1000;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	background: #fff;
	padding: 10px;
	border: 1px solid #dbdbda;
}

#workshop > div {
	margin: 5% auto !important;
}

.close {
	background: #a5a6a3;
	color: #fff !important;
	line-height: 20px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 20px;
	height: 20px;
	text-decoration: none;
	font-size: 10px;
}

.select2  {
	width: 100% !important;
}



/**RICARDO**/

#county{
	width: 100%;
	height: 100%;
	border: medium none;
	color: #4b4d48;
	font: 12px "Roboto",sans-serif;
	margin: 0px;
	padding: 0px !important;
	float: left;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance:none;
	background-image: url("../image/arrow_select.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.owl-carousel .owl-wrapper-outer{
	max-width:600px;
	max-height:600px;
	margin:20px auto;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

#extranet_login{
	display: table;
	margin: auto;
	padding: 10px;
	border-radius: 15px;
	max-width: 500px;
	background-color: #ededed;
}

#extranet_login input{
    width: 100%;
    height: 28px;
    padding-left: 25px;
    margin: 0px;
    font-size: 12px;
    color: #a5a6a3;
    outline: none;
    border: 1px solid #dbdbda;
    background: #fff;
    border-radius: 5px;
    line-height: 28px;
    box-sizing: border-box;
}	

#extranet_login button{
	background: white;
	border: none;
	display: table;
	margin: 10px auto 0 auto;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
}

#extranet-wrapper{
	margin-top: 50px;
	box-sizing: border-box;
}

#extranet-wrapper .extranet-table{
	width: 100%;
	margin-top: 40px;
}

.extranet-table-header{
	border-bottom: 1px solid #dbdbda;
}

.extranet-table-section{
	display: table;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.extranet-table-section div{
	float: left;
	width: 20%;
}

.extranet-table .extranet-table-list-member{
	position: relative;
}

.extranet-table .extranet-table-list-member:nth-child(even) {
	background: #FFFFFF;
}

.extranet-table .extranet-table-list-member:nth-child(odd) {
	background: #F1F1F1;
}

.list-inner-menu{
	/*position: absolute;
	right: 15px;
	top: 15px;
	display: table!important;
	width: auto!important;*/
	text-align: right;
}

.list-inner-menu a{
	padding-left: 5px;
}	

.profile-image-wrapper{
	margin-top: 20px;
}

.profile-image-wrapper img{
	max-width: 300px;
}

.changeImageButton{
	display: table;
	margin: 15px auto 0 auto;
	padding: 0px 10px;
	border: none;
	border-radius: 4px;
	color: #fff;
    background-color: #969a90;
    font-size: 16px;
    cursor: pointer;
}

#changeImageWrapper{
	display: none;
	margin-top: 10px;
}

.profile-data-wrapper{
	margin-top: 20px;
	display: table;
	width: 100%;
	text-align: left;
}

.profile-data-wrapper label{
	display: block;
	margin-bottom: 5px;
	color: #4b4d48;
	font-weight: 600;
}

.profile-data-row{
	width: 100%;
	padding: 0 5px;
	float: left;
	margin-top: 20px;
}

.profile-data-col-4{
	width: 25%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 5px;
}

.profile-data-col-6{
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding: 5px;
}

.profile-church-inputs-wrapper{
	clear: both;
	width: 100%;
	margin: 20px 0;
	float: left;
	margin: 0 0 20px 0;
}

.profile-data-wrapper input, .profile-data-wrapper select{
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dbdbda;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #4b4d48;
	font: 12px 'Roboto', sans-serif;
	margin: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	min-height: 40px;
}

.profile-data-wrapper textarea{
	padding-top: 15px;
	display: block;
	width: 100%;
	height: 100px;
	background-color: #fff;
	border: 1px solid #dbdbda;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #4b4d48;
	font: 12px 'Roboto', sans-serif;
	margin: 0px;
	padding-left: 15px;
	box-sizing: border-box;
}

button[name='change_user_data']{
	padding: 0px 10px;
	border: none;
	border-radius: 4px;
	color: #fff;
    background-color: #969a90;
    font-size: 16px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

button[name='create_profile']{
	padding: 0px 10px;
	border: none;
	border-radius: 4px;
	color: #fff;
    background-color: #969a90;
    font-size: 16px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
}

.extranet-table-mobile{
	display: none;
}

.extranet-table-section-mobile{
	float: left;
	width: 100%;
	border: 1px solid #dbdbda;
	margin-bottom: 20px;
}

.extranet-table-section-row{
	width: 100%;
	float: left;
	border-bottom: 1px solid #dbdbda;
}

.extranet-table-section-row div{
	float: left;
	box-sizing: border-box;
	padding: 5px;
	font-size: 12px;
}

.extranet-table-section-row div:first-child{
	width: 50%;
	border-right: 1px solid #dbdbda;
}

.extranet-table-section-row div:last-child{
	width: 50%;
}

.extranet-table-section-options{
	width: 30%;
	float: right;
    text-align: right;
}

.extranet-table-section-options a{
	display: inline-block;
	padding: 5px;
}

.extranet-header-menu-wrapper{
	margin: 20px 0 0 0!important;
	float: right!important;
}

.extranet-login-title{
	margin-top: 100px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}

#photo_crop_popup_black_bg{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

#photo_crop_popup{
	*max-width: 600px;
	background: white;
	padding: 15px;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
}

#image-to-crop-wrapper{
	display: table;
	position: relative;
	text-align: center;
	margin-bottom: 5px;
}

#image-to-crop{
	width: 100%;
	vertical-align: top;
}

#crop-box{
	width: 60%;
	background-color: rgba(255,255,255,0.5);
	border: 2px dashed rgba(0,0,0,0.4);
	position: absolute;
	top: 50px;
	left: 50px;
}

#crop-box:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

button[name='crop']{
	padding: 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #969a90;
    width: 100%;
    cursor: pointer;
}

#loading-gif-black-bg{
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

#loading-gif-wrapper{
	max-width: 40px;
	margin: auto;
	position: fixed;
	top: 50%;
	left: 0;
	right: 	0;
	transform: translateY(-50%);
}

#loading-gif-wrapper img{
	width: 100%;
}

body{
	position: static!important;
	top: 0!important;
	overflow: visible!important;
	left: 0!important;
	height: auto!important;
	width: auto!important;
}
.form-section{
	float: left;
	margin: 20px 0;
	width: 100%;
}

.form-section .wrap-field{
	width: 360px!important;
	box-sizing: border-box;
	background-color: #fff;
    border: 1px solid #dbdbda;
    margin-right: 20.2px!important;
}

.form-title{
	clear: both;
	margin-bottom: 5px;
}

.form-title span{
    color: #4b4d48;
    font-weight: 600;
}

.slide_desc{
	margin-top: 5px;
}

.nova_noticia_single_small, .noticia_bottom{
	font-size: 20px;
}

.noticia_bottom{
	line-height: 150%;
}

#news_search_container{
	margin-left: 20px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

#news_search_container div{
	display: inline-block;
}

#news_search_container div:last-child{
	margin-left: 10px;
}

.search_news{
	height: 40px;
    padding: 0 10px;
    background-color: #95998F;
    border: 2px solid #95998F;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}    

.list-advertisment-block{
	width: 100%; 
	float: left; 
	margin-bottom: 20px; 
	max-width: 960px;
	background: none!important;
	border: none!important;
	height: auto!important;
	margin-left: 0px;
}
	
@media (max-width: 819px) {

	.extranet-header-menu-wrapper{	
		margin: 10px 0 0 0!important;
		float: left!important;
	}

	.profile-data-col-4{
		width: 100%;
	}

	.profile-data-col-6{
		width: 100%;
	}

	#extranet-wrapper .extranet-table{
		display: none;
	}

	.extranet-table-mobile{
		display: block;
	}

	.extranet-title{
		margin-bottom: 10px;
		font-size: 16px;
	}

	.list-advertisment-block{
		margin-left: 0px;
		max-width: 276px;
		padding: 20px;
	}
    
    .contactos-contacto {
        width: 100%;    
    }
    
}

@media screen and (max-width: 1219px){
	.extranet-header-menu-wrapper{
		margin: 10px 0 0 0!important;
	}
}