/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 1em;
  padding-bottom: 1em
}

.block.first { /* The first block in the region */
}

.block.last { /* The last block in the region */
}

.block.odd { /* Zebra striping for each block in the region */
}

.block.even { /* Zebra striping for each block in the region */
}

h2.block-title { /* Block title */
}

.block-media-gallery {
	color: #eee;
	background-color: black
}

.block-media-gallery h2.block-title { 
	color: #eee;
}



#block-aggregator-category-1 { /* Block for the latest news items in the first category */
}

#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
}

#block-block-1 { /* First block created with "Add block" link */
}

#block-blog-recent { /* "Recent blog posts" block */
}

#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}

#block-comment-recent { /* "Recent comments" block */
}

#block-forum-active { /* "Active forum topics" block */
}

#block-forum-new { /* "New forum topics" block */
}

#block-locale-language { /* Language switcher block */
		position: fixed;
	top: 2em;
	right: 0.7em;
	
}



.block#block-locale-language ul {
	margin: 0;
	padding: 0
}

.block#block-locale-language ul li {
	list-style: none;
	display: inline;
	
}

.block#block-locale-language ul li a {
	/*width: 26px;
	text-align: center;
	margin-bottom: 3px;
	display: block;
	padding: 2px 3px;
	/*color: #c3c3c3;
	background: #666*/
}

.block#block-locale-language ul li a:hover, .block#block-locale-language ul li a.active {
	/*background: #222;
	color: #eee;
	text-decoration: none*/
}

.locale-untranslated {
	display: none
}


#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

#block-poll-recent { /* "Most recent poll" block */
}

#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}

#block-search-form { /* "Search form" block */
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
}

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

#block-user-new { /* "Who's new" block for a list of the newest users */
}

#block-user-online { /* "Who's online" block for a list of the online users */
}

.phm.pluginLikeboxStream {
	background-color: rgba(0, 0, 0, 0.63)
}


#footer .block {
	/*  padding-top: 20px;
  padding-bottom: 20px;*/
  margin-bottom: 0
}

#footer .block.last {
	color: lightgrey;
}

#footer .block p {
	background: transparent;
	padding: 0;
}

#footer .block h2.block-title {
	color: #000;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center

}

#footer .block .view {
  	background: rgba(0, 0, 0, 0.32);
	color: #c3c3c3;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 40px;
	padding-top: 40px

}

#footer .block#block-views-gallery-block-dinamico-block-1 .view {
	padding-right: 40px;
	padding-left: 40px;
}
	

/*#footer #block-views-gallery-block-dinamico-block-1  .view {
		padding-right: 120px;
	padding-left: 120px;
}*/