.rss_feed_contet .contenuto  img{
	display: none;
}


@font-face {
    font-family: 'open_sansbold';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../font/OpenSans-Light-webfont.eot');
    src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Light-webfont.woff') format('woff'),
         url('../font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: open_sansregular;
	font-size: 13px;
	line-height: 1.5em;
}
p {
  margin: 0 0 20px;
}

h1 {
	font-family: open_sanslight;
	font-size: 30px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

strong {
    font-family: open_sansbold;
    font-weight: normal;
}
ul li {
	margin-bottom:5px;
}
.container {
	max-width: 980px !important;
}
.section.section-header {
  /*padding: 15px 0;*/
	border-bottom: 1px solid #ddd;
}
i > span {
	text-indent:10px;display: inline-block;
}

@media screen and (min-width: 980px) {
	.section.section-header .superhero-dropdown > ul > li > a{
		line-height: 80px;
		transition: line-height .5s;
		-webkit-transition: line-height .5s;
	}
	.section.section-header.fixed .superhero-dropdown > ul > li > a{
		line-height:60px;
	}
	.site-logo a{
		line-height:80px;
	}
	.fixed .site-logo a{
		line-height:60px;
	}
}
#section-user {
	padding: 50px 0 40px;
}

#section-user .block {
	text-align: center;
}

#section-latest {
	padding: 40px 0 80px;
	background: #f2f2f2;
}

.front #section-team {
	padding-top: 60px;
}

#section-team {
	padding-bottom: 20px;
}

#section-bottom {
	background: none repeat scroll 0 0 #2D343E;
	color: #FFF;
	padding: 40px 0;
}

#section-bottom h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
}

#section-bottom p,
#section-bottom span {
	color: #ccc;
}

#section-strapline {
	text-align: center;
}

#section-content {
	margin-bottom: 60px;
}

.block h2 {
	font-family: open_sansregular;
	font-size: 20px;
	line-height: normal;
	text-align: left;
}

.region-sidebar-second .block {
	margin-bottom: 20px;
}

.region-sidebar-second .block:first-child {
	margin-top: 44px;
}

.fspace {
	display: block;
}

.fspace2 {
	display: block;
	margin-bottom: 10px;
}

/**
 * Nav
 */
 
.tb-megamenu .nav > li > a {
  font-weight:normal;
  font-size: 15px;
}
/**
 * Slideshow
 */
 .md-arrow-left, .md-arrow-right {
  cursor: pointer;
  height: 49px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 49px;
  z-index: 3;
}
.md-arrow-left {
	background: url("../images/md-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 30px;
}
.md-arrow-right {
	background: url("../images/md-arrows.png") no-repeat scroll -49px 0 rgba(0, 0, 0, 0);
	right:30px;
}
.md-arrow-left:hover {
	background: url("../images/md-arrows.png") no-repeat scroll 0 -49px rgba(0, 0, 0, 0);
}
.md-arrow-right:hover {
	background: url("../images/md-arrows.png") no-repeat scroll -49px -49px rgba(0, 0, 0, 0);
}

/** 
 * Strapline
 */
.region-strapline-first h3 {
	font-weight: normal;
	font-family: open_sansregular;
	color: #666;
	font-size: 26px;
}
 
.region-strapline-first h3 strong {
	font-family: open_sansbold;
	font-weight: 100;
}

/**
 * Parallax block
 */
#block-block-24 .block-contents,
#block-block-9 .block-contents {
	text-align: center;
}

#block-block-24 h3,
#block-block-9 h3 {
	font-size: 44px;
	font-family: open_sanslight;
	font-weight: normal;
}

#block-block-24 p,
#block-block-9 p {
	font-family: open_sanslight;
	font-size: 32px;
	line-height: 1.5em;
	font-weight: normal;
}

/**
 * Frontpage Preface
 */
#section-user i[class^="icon"] {
	margin: 0 0 15px 0;
	background: #f2f2f2;
	padding: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:56px;
	width: 56px;
	display: inline-block;
	text-align: center;
	font-size: 38px;
	border: 5px solid #f2f2f2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

#section-user .block h3 {
	text-transform: uppercase;
	color: #666;
	font-family: open_sansregular;
	font-size: 18px;
	line-height: normal;
}

/**
 * Team
 */
#section-team h2 {
  text-align: center;
  margin: 10px 0 25px;
}
 
.team-title {
	margin: 20px 0 15px;
}
 
.team-name {
	font-size: 21px;
	font-family: 'open_sanslight', Arial, sans-serif;
	color: #666;
}

.team-job {
	color: #999999;
}

.view-team .field-name-body {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	color: #999;
}

.node-team .field-type-link-field {
	margin-top: 10px;
}

.node-team .field-type-link-field .field-item {
	float: left;
	margin-right: 10px;
}

.node-team .field-type-link-field .field-item:after {
	content: "/";
}

.node-team .field-type-link-field .field-item:last-child:after {
	content: "";
}

.node-team .field-type-link-field .field-item a {
	margin-right: 10px;
}

/**
 * Team Page
 */
.view-team.view-display-id-block_2 {
	margin-bottom: 20px;
}
 
.view-team.view-display-id-block_3 .views-row .node {
	padding: 10px;
}

.view-team.view-display-id-block_3 .views-row {
	width: 25%;
	margin-bottom: 15px;
	float: left;
}

.view-team.view-display-id-block_3 .node-team .field-type-link-field .field-item {
	margin-right: 8px;
}

/*
.view-team.view-display-id-page_1 .view-content {
	text-align: center;
}
 
.view-team.view-display-id-page_1 .views-row {
	display: inline-block;
	width: 24.5%;
	margin-bottom: 15px;
}

.view-team.view-display-id-page_1 .views-row .node {
	padding: 10px;
}

.view-team.view-display-id-page_1 .view-content .content {
	text-align: left;
}
*/

/** 
 * Client logos
 */
#block-views-clients-block-1 {
	margin: 40px 0;
}

/**
 * Blog
 */
.view-blog.view-display-id-page {
	margin-top: 30px;
}
 
.view-blog h2 {
	font-family: open_sanslight;
	font-size: 30px;
	font-weight: normal;
}

.node-article > .submitted,
.view-blog .submitted {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.view-blog .submitted > span {
	margin-right: 10px;
}

.view-blog .submitted .field-name-field-tags {
	display: inline-block;
}

.node-article .field-name-body,
.view-blog .field-name-body {
	margin-top: 10px;
}

.view-blog .read-more {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	text-align:right;
}
 
.view-blog-categories.view-display-id-block .views-row {
	margin: 0 0 5px;
} 

.view-blog-categories.view-display-id-block a:before {
	font-family: fontawesome;
	content: "\f105";
	padding: 10px;
}

.view-blog-categories.view-display-id-block a {
	display: block;
	padding: 10px;
	background: #F1F1F1;
	color: #4C5357;
}

.view-blog-categories.view-display-id-block a:hover {
	color: #FFF !important;
}

.view-blog.view-display-id-block_1 .views-row {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #424953;
}

/**
 * Blog categories page
 */
.view-blog-categories.view-display-id-page_1 .views-row {
	float: left;
	width: 33.3%;
	margin-bottom: 20px;
}

.view-blog-categories.view-display-id-page_1 .views-field {
	margin: 0 10px;
}

.view-blog-categories.view-display-id-page_1 h2 {
	margin: 0;
	padding: 4px 0;
	text-align: center;
}

.view-blog-categories.view-display-id-page_1 .views-field-nothing {
	background: #f3f3f3;
	padding: 10px;
}

/**
 * Blog layout 2
 */
.view-blog.view-display-id-page_1 {
	margin-top: 20px;
}
 
.view-blog.view-display-id-page_1 .views-row {
	margin: 0 0 10px;
}

.article-info-image {
	width: 60%;
}

.article-info {
	padding-top: 15px;
	position: relative;
	width: 35%;
}

.article-image {
	width: 60%;
}

.article-body {
	width: 40%;
}

.article-body-text {
	padding-left: 20px;
}

.article-body-text h2 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 17px;
	font-weight: normal;
}

.article-body-text .content {
	font-size: 13px;
}

/**
 * Comments
 */
.comment h3 {
	margin: 0px;
}

.comment .submitted {
	margin-bottom: 10px;
}

/**
 * Pricing Tables
 */
.spPriceTable {
	padding: 60px 0 48px;
	text-align: center;
}
 
.spPriceTable dl {
	background: #FFF;
}
 
.spPriceTable.col4 dl {
	width: 25%;
	float: left;
	padding-bottom: 20px;
	box-shadow: 1px 1px 5px 1px #dddddd;
	-webkit-box-shadow: 1px 1px 5px 1px #dddddd;
	-moz-box-shadow: 1px 1px 5px 1px #dddddd;
}

.spPriceTable dl.spPremium {
	margin-top: -20px;
}

.spPriceTable dt {
	border-bottom: 1px solid #DDDDDD;
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	padding: 10px;
	text-transform: uppercase;
}

.spPriceTable dl.spPremium dt small {
	font-size: 12px;
}

.spPriceTable dd.spPrice {
	font-size: 68px;
	line-height: 1.2;
	font-weight: 600;
}

.spPriceTable dd.spPrice small {
	font-size: 16px;
	font-weight: 300;
}

.spPriceTable small {
	display: block;
	clear: both;
}

.spPriceTable dl dd {
	margin: 0;
	display: block;
	line-height: 1.6;
	padding: 10px;
}

.spPriceTable dl dd.odd {
	background: #f8f8f8;
	border-bottom: 1px dotted #CCC;
}	

/**
 * Shortcodes
 */

/* Accordion */
.accordion-toggle h3 {
	font-size: 13px;
	position: relative;
	margin-bottom: 0;
}

.accordion-toggle a {
	display: block;
	padding: 5px 0 5px 20px;
	background-color: rgba(0,0,0,0.043);
}

.accordion-toggle [class^="icon-"]:before, 
.accordion-toggle [class*=" icon-"]:before {
	margin-right:10px;
}

.accordion-toggle > div {
	background-color: #FFFFFF;
	border-top: 0 none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: none;
	padding: 10px 14px;
}

i[class^=icon-] span{
	font-family: open_sansregular;
}

.accordion-toggle h3 a i {
	color: #999;
}


/**
 * Latest Work
 */
.region-latest-first h2 {
  margin: 10px 0 25px;
  text-align: center;
}
 
.slide .portfolio-item {
	position: relative;
	overflow: hidden;
}
 
.slide .portfolio-item .portfolio-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}


.slide .portfolio-item .portfolio-title {
	font-size: 22px;
	display: block;
	background: transparent;
	margin: 40px 5px 20px 5px;
	-webkit-transform: translate(0, -200px);
	-moz-transform: translate(0, -200px);
	-o-transform: translate(0, -200px);
	-ms-transform: translate(0, -200px);
	transform: translate(0, -200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/**
 * Portfolio
 */
.superhero-portfolio #filters {
	margin-bottom: 20px;
}
 
.superhero-portfolio #filters li {
	background: #e5e5e5;
}
 
.superhero-portfolio #filters li,
.superhero-portfolio #filters li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 
.superhero-portfolio #filters a {
	color: #FFF;
}

.slide .portfolio-caption .portfolio-title,
.superhero-portfolio .portfolio-caption .portfolio-title {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.slide a i,
.superhero-portfolio a i {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 13px;
}


/**
 * Portfolio - Single Item
 */
.node-superhero-portfolio h4 {
	text-transform:uppercase;
	color:#000;
}
.node-superhero-portfolio .field {
	margin-bottom:3px;
}
.node-superhero-portfolio .field-label {
	float:left;
	font-weight:normal;
	padding-right:5px;
	color:#000;
	width:15%;
}


/**
 * Contact Us
 */
.contact-form .form-item-name {
	float: left;
	width: 50%;
}

.contact-form .form-item-mail {
	float: left;
}

.contact-form .form-item-subject {
	clear: both;
}

.contact-form .form-item-copy {
	padding-left: 30px;
}

.contact-form #edit-subject {
	width: 98%;
}

#block-block-12 {
	margin-top: -20px;
}

/**
 * Tweets
 */
#section-footer {
	background: #1a1e24;
	padding: 15px 0;
}

/**
 * Footer
 */
.region-footer-second ul {
	list-style-type: none;
	float: right;
}

.region-footer-second ul li {
	display: inline-block;
	margin-left: 5px;
}

/**
 * 404 page
 */
h1.page-error {
	color: #000000;
    font-family: open_sansbold;
    font-size: 160px;
    line-height: 160px;
	text-align:center;
	margin-top: 60px;
}
p.page-error {
	text-align:center;
}
p.page-error.bg {
	background: #EFEFEF;
    color: #000000;
    padding: 10px 0;
}



/**
 * Media Queries
 */
@media (max-width: 979px) {
 .section.section-header {
	  padding: 10px 0;
	}
	#section-header .region-menu {
	  float: left;
	  width: auto;
	  padding-top:10px;
	}
	#section-header .region-logo {
	  float: right;
	  width: auto;
	  max-width:80%;
	}
	.block-superhero-quicksettings{display:none;}
}
@media (max-width: 749px) {
	.view-blog-categories.view-display-id-page_1 .views-row {
		width: 100%;
	}
	
	.view-blog-categories.view-display-id-page_1 .views-row img {
		width: 100%;
	}
	
	.node-teaser-alt .article-info {
		display: none;
	}
	
	.node-teaser-alt .article-info-image,
	.node-teaser-alt .article-image,
	.node-teaser-alt .article-body {
		width: 100%;
	}
	
	.node-teaser-alt .article-body {
		margin-bottom: 15px;
	}
	
	.node-teaser-alt .article-body-text {
		padding-left: 0;
		margin-top: 10px;
	}
	
	.view-team.view-display-id-block_3 {
		display: none;
	}
}
@media (max-width: 480px) {
	#section-bottom  div.block {
	  border-bottom: thin solid #FFFFFF;
	  margin-bottom: 15px;
	  padding-bottom: 15px;
	}
	#section-bottom .region:last-child    div.block{
		border-bottom: 0 solid #FFFFFF;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	#section-footer{text-align:center;}
	#section-footer .region-footer-second ul {
	  float: none;
	  list-style-type: none;
	  margin: 0;
	}
	
}
/*Quick settings*/
.block-superhero-quicksettings{
	position: fixed;
	right: 0;
	top: 100px;
	width: 200px;
	z-index: 999;
}
.block-superhero-quicksettings li.preset{
	display: inline-block;
	height: 24px;
	list-style: none outside none;
	margin: 10px 3px 0;
	width: 42px;
}
.block-superhero-quicksettings .preset a{
	background-image: url("../images/preset-bg.png");
	display: inline-block;
	height: 24px;
	width: 42px;
	overflow: hidden;
	text-indent: -99px;
}

/*Boxed/wide*/
body.boxed section{
	max-width:980px;
	margin: 0 auto;
}
body.boxed #section-header{
	max-width:100%;
}
/*Style selector*/
.block-superhero-quicksettings{
	background: #fff;
	box-shadow: -1px 1px 2px rgba(30, 30, 30, 0.1);
	width:0px;
}
.block-superhero-quicksettings.open{
	width:200px;
}
.block-superhero-quicksettings h2{
	color: #101010 !important;
	text-align: center;
}
.block-superhero-quicksettings .content{
	position: relative;
}
.superhero-styleselector{
	text-align: center;
	background: #fff;
	box-shadow: -1px 1px 2px rgba(30, 30, 30, 0.1);
}
.superhero-styleselector h3{
	font-size:14px;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	margin:0;
	line-height:41px;
}
.superhero-styleselector select{
	width: 130px;
	margin-top:10px;
}
.superhero-styleselector ul{
	padding:0;
	margin:0;
}
.superhero-styleselector-close{
	background-image: url("../images/style_arrow.png");
	box-shadow: -1px 1px 2px rgba(30, 30, 30, 0.1);
	cursor: pointer;
	display: block;
	height: 43px;
	left: -40px;
	position: absolute;
	top: 0;
	width: 40px;
}
.carousel-control {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 35px;
  top: 50%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #F8F8F8;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  box-shadow: none;
}
input, textarea, .uneditable-input {
  width: 276px;
}
.form-actions {
  background-color: #FFFFFF;
  border-top: medium none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 0;
}

#block-block-15, #block-block-16, #block-block-17, #block-block-18 {
	padding: 15px 0 35px;
	border-bottom: 1px solid #ddd;
}
.page-taxonomy .field-type-taxonomy-term-reference{
	display:inline-block;
}
.node-article{
	margin-bottom:20px;
}
.region-sidebar-first .block > h2{
	margin:30px 0 10px;
	line-height:40px;
}
.md-slide-responsive .md-mainimg img{position:relative}

/* Language icons */
#block-locale-language{
	float:left;
	margin-top: 5px;
	margin-left:5px;
}
.block .content .language-switcher-locale-url {
	width:50px;
	margin:0px;
}
.block .content .language-switcher-locale-url li {
  background: none; /* in your case, you have background set */
  display: inline-block; /* to make them side by side */
  list-style-type: none; /* to get rid of listing bullets */
  margin:0px;
}
.block.block-locale h2{
	display:none;
}
.i18n-it #block-system-main{
	/*display:none;*/
}
/*Numero verde*/
#block-block-28{
	float:left;
	margin-top: 10px;
	vertical-align:middle;
}
#block-block-28 img{
	width:85px;
}
/*Main Menu*/
.superhero-dropdown a {
	padding : 0px 0px 0px 4px;
}
.superhero-dropdown {
	margin-right: 0px;
}
/*Rassegna Stampa*/
.node-type-team   ul.links.inline{
	display:none;
}
.node-type-team .field-name-field-image{
	width:70%;
	display:block;
	float:left;
}
.node-type-team  .field-type-link-field .field-item a{
	width:200px;
	display:block;
}

#partnerslogo{
	width:100%;
	border-collapse:unset
}
.views-row{
	width: 30%;
	margin: 10px;
	border: #666 solid 1px;
	float: left;
}
@media only screen and (max-width:768px)
{
	.views-row{
		width: 100%;
	}
}
.control-group.form-type-bef-link.form-item{
	float:left;
	display:block;
}
.control-group.form-type-bef-link.form-item a{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #00B44E;
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-color: #00B44E;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 0.8px;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-image-slice: 100% 100% 100% 100%;
	border-image-source: none;
	border-image-width: 1 1 1 1;
	border-left-color: #00B44E;
	border-left-style: solid;
	border-left-width: 0.8px;
	border-right-color: #00B44E;
	border-right-style: solid;
	border-right-width: 0.8px;
	border-top-color: #00B44E;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 0.8px;
	box-sizing: border-box;
	color: #FFF;
	cursor: pointer;
	direction: ltr;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	font-style: normal;
	height: 25px;
	line-height: 16px;
	margin: 5px;
	outline-color: #FFF;
	outline-style: none;
	outline-width: 0px;
	padding : 3px;
	text-align: center;
	width: 100px;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	display:block;
	float:left;
}
