/* ---------------------------------------------- */
/* ---       ajustes de css criado para o     --- */
/* ---         portal do museu paulista       --- */
/* ---           03 de junho de 2011          --- */
/* ---          11 de Outubro de 2016         --- */
/* ---------------------------------------------- */
/* ---     E-Open - Tecnologia em Software    --- */
/* ---    autor: luiz gustavo aleagi nunes    --- */
/* ---     aleagi@eopen.com.br/gmail.com      --- */
/* ---------------------------------------------- */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(50, 50, 50, 1);
	font-size: 14px;
}

a, a:link, a:visited, #breadcrumb a {
	color: rgba(0, 0, 0, 1);
}

a:hover, #breadcrumb a.active {
  color: rgba(156, 18, 5, 1) !important;
	text-decoration: none;
}

body,
#wrapper {
	background: rgba(255, 255, 255, 1);
}

#header {
	top: 0;
	padding-top: 10px;
	height: 90px;
	position: fixed;
	width: 960px;
	z-index: 999;
	background: rgba(255, 255, 255, 1);
	padding-bottom: 2px;
}
	.admin-menu #header {
		top: 20px;
	}

#block-block-15,
#sidebar-left,
#block-views-chamadas_home_banners-block_2 {
	display: none;
}

#content,
#page,
#main,
#central,
.one-sidebar #content,
.one-sidebar #page,
.one-sidebar #main,
.one-sidebar #central {
    width: 960px !important;
    float: none;
    margin: 0 auto !important;
		padding: 0 !important;
		background: rgba(255, 255, 255, 1);
		border-radius: 0;
}

#central {
	padding-bottom: 50px !important;
}

#header-infos,
#header-infos #headertools {
	background: none;
}

#header-infos {
	padding-top: 20px;
}

h1 {
	font-size: 2em !important;
	color: rgba(150, 150, 150, 1) !important;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	background: rgba(255, 255, 255, 1);
	padding: 10px;
}
	#footer img {
		width: 100px;
	}

#footer-menu {
	float: left;
	margin: 10px 0 0 10px;
}

#block-block-1 {
	width: 160px;
}
	#block-block-1 img {
		border-bottom: solid 2px rgba(0, 0, 0, 1);
		max-width: 160px;
	}

#header-infos {
	padding: 0 !important;
	text-align: right;
	width: 750px;
	margin-right: 0 !important;
}

#headertools {
	padding: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	float: right;
	width: 100%;
}

#breadcrumb {
	padding: 10px 0 !important;
}

#header-infos ul#nice-menu-2 {
	display: flex;
	align-items: center;
}

#header-infos ul#nice-menu-2 {
	margin-top: 30px;
	border-bottom: solid 2px rgba(0, 0, 0, 1);
}

#header-infos ul#nice-menu-2 li {
	text-align: center !important;
	margin-left: 10px !important;
	border: 0 !important;
	background: transparent !important;
	min-width: 60px;
	max-width: 100px !important;
	margin-bottom: 12px;
}

#header-infos #block-menu-primary-links ul li a,
#header-infos ul#nice-menu-2 li a,
#header-infos ul#nice-menu-2 li span.nolink {
    padding: 5px;
    background: transparent !important;
    color: rgba(0, 0, 0, 1);
    border-radius: 0;
    border: 0 !important;
}

#header-infos #block-menu-primary-links ul li a:hover,
#header-infos #block-menu-primary-links ul li a.active,
#header-infos ul#nice-menu-2 li a:hover,
#header-infos ul#nice-menu-2 li a.active {
    background: rgba(0, 0, 0, 0) !important;
    color: rgba(156, 18, 5, 1);
    text-decoration: none;
    border: 0 !important;
}

#header-infos ul#nice-menu-2 ul {
	margin-top: 20px;
	background: rgba(255, 255, 255, 0.7);
}

.view-chamadas-home-banners .item-list {
	padding: 0;
	margin: 0;
}

.view-chamadas-home-banners .item-list ul {
	padding: 0 !important;
	margin: 0 !important;
	padding: 0;
  margin: 0;
  list-style: none;
	flex-wrap: wrap;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
	margin: 0 -10px !important;
	overflow: visible !important;
}
	.view-chamadas-home-banners .item-list ul li {
		max-width: 145px;
		margin: 0 10px;
		margin-bottom: 40px;
	}

.view-chamadas-home-banners .views-field-php img {
	/*box-shadow: 15px 15px 30px rgba(50, 50, 50, 1) !important;*/
	-webkit-transition: 0.5s ease;
	-webkit-transform: scale(1);
  -moz-transition: 0.5s ease;
  -moz-transform: scale(1);
  -o-transition: 0.5s ease;
  -o-transform: scale(1);
	width: 150px;
	height: 300px;
}
	.view-chamadas-home-banners .views-field-php img:hover {
		-webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -o-transform: scale(1.1);
	}

#block-views-galeria_imagens_pagina-block_1 {
	margin: 50px auto !important;
}

.tabs {
	margin-top: -2px;
	margin-bottom: 2px;
}

ul.links {
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
}

ul.links li.addthis {
	display: none;
}
