/**
  * Responsive Elements
  */
 
#main-wrapper { top: 40px; position: relative; }
 
#logo img {
margin: 0 0 0 10px;
width: 80%;
margin-top: 13px;
height: 50px;
} 
 
body {
  -webkit-text-size-adjust: 100%; /* Fix Mobile Safari Font Scale */
  overflow-x: hidden;
}

#page {
  position: relative;
}

.form-text, textarea {
	-webkit-border-radius: 0px;
	 -webkit-appearance: none !important;
	 width: 80%;
}

input.form-checkbox {
	background: none;
	border: none;
	padding: 0px;
}

th, td {
    padding: 0.4em;
}

.cols-2 .typo-block,
.cols-3 .typo-block {
	width: 100% !important;
}

.typo-block,
.typo-block .typo-blockct {
	padding: 0px;
}

h2.typo-title {
	margin-top: 10px;
	margin-bottom: 15px;
}
/**
  * Responsive Layout
  */
  
#main-wrapper .container,
#main-wrapper .container #main-content,
.region-mass-top,
.wrapper .container,
#sidebar-first-wrapper,
#mass-top-wrapper,
.page-inner,
#sidebar-second-wrapper  {
	width: 100% !important;
}

/* Main Container ---*/
.grid-inner,
.container,
#main-wrapper #main-content,
#main-wrapper #sidebar-first-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.front  #main-content .page-main-inner,
.page-showcase #main-content .page-main-inner {
  padding-left: 0px;
}

#main-wrapper .front .left-menu-existed .page-main-inner,
#main-wrapper .page-showcase .left-menu-existed .page-main-inner, 
#main-wrapper .page-taxonomy-term .left-menu-existed .page-main-inner,
#main-wrapper .left-menu-existed .page-main-inner,
#main-wrapper .front .left-menu-existed .page-main-inner,
#main-wrapper .page-showcase .left-menu-existed .page-main-inner{
  padding-left: 0px;
  margin-left: 0px;
}

.left-menu-existed #sidebar-first-wrapper .grid-inner {
  padding-left: 0px;
}

.field-type-image img {
	max-width: 100%; 
	height: auto !important;
}
/* Header ----*/

#header-wrapper .grid-inner {
	padding: 0px !important;
}

#logo{
	float: left;
}

#header #search-block-form {
	right: 50px;
}

#header {
	height: 40px !important;
}

#header-wrapper {
	width: 100% !important;
}

/* Main Content --*/
.front #main-wrapper .container {
	padding-top: 0px !important;
}

#main-content .main-content-inner {
	padding: 0px;
}

.front .left-menu-existed .content_page, 
.page-showcase .left-menu-existed .content_page, 
.page-taxonomy-term .left-menu-existed .content_page,
.left-menu-existed .content_page,
.front .left-menu-existed .content_page,
.page-showcase .left-menu-existed .content_page{
  padding-left: 0px;
}

.front #main-content .block-inner {
	margin: 10px 0 0;
}

#main-wrapper {
	z-index: 10 !important;
}

.compose-tips ul.tips{
	margin: 0px;
	padding: 0px;
	list-style: none !important;
}


.compose-tips table td.type code {
	width: 130px !important;
	display: block;
} 
/* Block Menu ---*/
.block-menu ul.menu ul {
	margin-left: 0px;
}

/* Comment ---*/
#comment-form input.form-text {
	width: 98%;
}

#contact-site-form input.form-text,
#contact-personal-form input.form-text,
#user-register-form input.form-text,
#user-pass input.form-text {
		width: 98%;
}

#search-form input.form-text {
	width: 55% ;
}

/* Navgiations ---*/
ul.primary {
	white-space:normal;
}

/* Responsive menu  */
#menu-bar-wrapper {
	float: none !important; 
	margin: 0px !important; 
	width: 100% !important;
	top: 40px !important;
}

.sf-menu.sf-style-wall {
	float: none !important;
}
.sf-menu.sf-style-wall li {
	float: none !important; 
	background: #000 !important;
}

.sf-menu.sf-style-wall a {
	border-right: none !important; 
	border-top: solid 1px #252525;
}

.sf-menu.sf-style-wall ul {
	position: static;
	top: 0px;
	float: none !important;
	width: 100% !important;
	border-top: solid 1px #252525;
	margin: 0px !important;
}
.sf-menu.sf-style-wall ul ul {
	width: 100% !important;
}
.sf-menu.sf-style-wall li.first a {
	border-left: none !important;
}

.sf-menu.sf-style-wall ul li a {
	text-indent: 20px;
}

.sf-menu.sf-style-wall ul li li a {
	text-indent: 40px;
}

.sf-menu.sf-style-wall a.menuparent {
  background: url('../../images/arrow-down.png') no-repeat 95% center  #000 !important;
}

.sf-menu.sf-style-wall a.menuparent:hover,
.sf-menu.sf-style-wall a.menuparent:focus,
.sf-menu.sf-style-wall a.menuparent:active,
.sf-menu.sf-style-wall li.active-trail a.menuparent.active {
  background: url('../../images/arrow-down-hover.png') no-repeat 95% center  #151515 !important;
}

#menu-left-wrapper {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
	text-align: left !important;
	background: #fff;
	margin-top: 0px !important;
}

#sidebar-first-wrapper .grid-inner,
.left-menu-existed #system-messages-wrapper .grid-inner {
	padding-left: 0px;
}

#menu-left-wrapper .item-list ul li {
	background-position: left 10px !important;
	padding: 3px 0px 3px 10px;
}
 
#menu-left-wrapper .block .form-text, #menu-left-wrapper .block textarea {
	text-align: left;
}

/* Begin session for responsive menu actions */
#header .responsive-menu-button{
  display: block;
}

#menu-bar-wrapper,
#menu-left-wrapper {
  display: none;
}

#views_infinite_scroll-ajax-loader {
    left: 31%;
}

.aboutus .info_company{
	left: 0px;
	right: auto;
	bottom: 0;
	width: 100%;
	position: relative;
}

div.author {
	margin-bottom: 10px;
}

.content-404 {
	margin: 0px auto 0 auto;
}

.node-title {
	font-size: 1.3em;
}

.grid.views-col.tb-wall-double-style .node-title {
	font-size: 1.3em;
}


.tb-wall-mobile .gallery-slides {
	width: 100% !important;
	max-width: 100% !important;
	height: 250px !important;
}

.tb-wall-mobile .galleryformatter-greenarrows .gallery-thumbs {
	width: 100% !important;
	max-width: 100% !important;
	margin-bottom: 15px !important;
}


.tb-wall-mobile .gallery-frame .gallery-slide img {
	width: 100% !important;
	max-width: 83% !important;
}

.tb-wall-mobile .sharethis-buttons {
	position: inherit;
	right: auto;
	left: 0px;
	bottom: 0px;
	margin-bottom: 10px;
}

.tb-wall-mobile .node-tb-social-feed .sharethis-buttons {
	margin-top: 10px;
}

#contact-site-form {
	margin: 0px !important;
}

.aboutus {
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;
}

.region-mass-top iframe{
	height: auto !important;
	max-width: 100% !important;
}

.galleryformatter .gallery-slides a.slide-button {
    opacity: 1 !important;
}

#header #search-block-form {
    right: 41px;
}

.body-404 #main-wrapper{
	top: 0px;
}

.content-404 {
	width: auto;
	height: auto;
	background-size: 312px 262px ;
	width: 312px;
	height: 262px;
}

.content-404 a.home-404:hover,
.content-404 a.home-404:focus,
.content-404 a.home-404:active {
	background-position: left -59px;
}

.content-404 a.home-404 {
	width: 50px;
	height: 28px;
	bottom: 75px;
	right: 3px;
	background-size: 50px 56px;
}

.content-404 a.home-404:hover,
.content-404 a.home-404:focus,
.content-404 a.home-404:active {
	background-position: left -28px;
	background-size: 50px 56px;
}

.content-404 a.showcase-404 {
	width: 58px;
	height: 32px;
	bottom: 55px;
	right: 61px;
	background-size: 58px 64px !important;
}

.content-404 a.showcase-404:hover,
.content-404 a.showcase-404:focus,
.content-404 a.showcase-404:active {
	background-position: left -32px;
	background-size: 58px 64px;
}

.content-404 a.blog-404 {
	width: 49px;
	height: 27px;
	bottom: 25px;
	right: 9px;
	background-size: 49px 54px;
}


.content-404 a.blog-404:hover,
.content-404 a.blog-404:focus,
.content-404 a.blog-404:active {
	background-size: 49px 54px;
	background-position: left -27px;
}
/* Ipad Style*/
.christmas-skin #logo {
  left: 45px;
}
.christmas-skin #header #search-block-form {
	right: 50px;
}
.christmas-skin #header .tb-left-menu-button {
	border: 1px dotted #CE6B5D;
	border-radius: 3px 3px 3px 3px;
	height: 33px;
	left: 10px;
	top: 19px;
	width: 33px;
}
.christmas-skin #header .tb-main-menu-button {
	border: 1px dotted #CE6B5D;
	border-radius: 3px 3px 3px 3px;
	height: 33px;
	right: 10px;
	top: 22px;
	width: 33px;
}
.christmas-skin #menu-bar-wrapper{
	top: 58px !important;
}

.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li,
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul li.first, 
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul li, 
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul ul li.first, 
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul ul li {
  background: url('../../images/bg-menu-line-sub.png') bottom left repeat-x #810101 !important;
  min-height: 40px;
  height: auto;
}
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li.last, 
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul li.last, 
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul ul li.last{
	background: #810101 !important;
}

.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall a.menuparent{
	 background: url("../../images/arrow-down.png") no-repeat scroll 98% center #810101 !important;
	 height: 38px;
}

.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li a{
  border-top: 0;
}
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall ul { 
	border-top: 0;
	box-shadow: none;
	background: url('../../images/bg-menu-line-sub.png') top left repeat-x, url('../../images/bg-menu-line-sub.png') bottom left repeat-x;
	margin-top: 0px !important;
	padding: 2px 0;
}
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li.menuparent.sfHover ul li a{
	background-color: #810101;
	color: #e3c1c1;
	border-top: 0;
}

.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li.menuparent.sfHover li a:hover,
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li.menuparent.sfHover li a:focus,
.christmas-skin #menu-bar-wrapper .sf-menu.sf-style-wall li.menuparent.sfHover li a:active {
	background-color: #810101;
	color: #fff;
	text-shadow: 1px 1px 1px #640201;
}

.page-search-node .christmas-skin .region-content{
	padding: 0 10px;
}

.christmas-skin .content-404 {
  background: url("../../images/404-xmas-mobile.png") no-repeat center center;
  font-size: 0;
  height: 291px;
  margin: 0 auto;
  position: relative;
  text-indent: -999em;
  width: 312px;
}
.christmas-skin .content-404 a, 
.christmas-skin .content-404 a:hover, 
.christmas-skin .content-404 a:focus, 
.christmas-skin .content-404 a:active {
  display: block;
  font-size: 0;
  position: absolute;
  text-decoration: none;
  text-indent: 0;
  color: #c2c1bd;
}
.christmas-skin .content-404 a.home-404 {
  bottom: 118px;
  height: 24px;
  right: 52px;
  width: 51px;
  background: url("../../images/bg-404-home.png") no-repeat 0 0 ;
  background-size: 51px 48px  !important;
}
.christmas-skin .content-404 a.home-404:hover {
	background: url("../../images/bg-404-home.png") no-repeat 0 -24px;
}

.christmas-skin .content-404 a.showcase-404{
  bottom: 90px;
  height: 29px;
  right: 52px;
  width: 51px;
  background: url("../../images/bg-404-showcase.png") no-repeat 0 0;
  background-size: 51px 58px  !important;
}
.christmas-skin .content-404 a.showcase-404:hover {
	background: url("../../images/bg-404-showcase.png") no-repeat 0 -29px;
}

.christmas-skin .content-404 a.blog-404{
  bottom: 68px;
  height: 23px;
  right: 52px;
  width: 51px;
  background: url("../../images/bg-404-blog.png") no-repeat 0 0;
  background-size: 51px 46px  !important;
}
.christmas-skin .content-404 a.blog-404:hover {
	background: url("../../images/bg-404-blog.png") no-repeat 0 -23px;
}

/* Dark skin */
.color-dark-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover a, 
.color-dark-skin .block .sf-menu.sf-style-wall a:hover, 
.color-dark-skin .block .sf-menu.sf-style-wall a:focus, 
.color-dark-skin .block .sf-menu.sf-style-wall a:active {
  background: #fff;
  border-bottom: 0 none;
  color: rgb(76, 26, 26);
  text-decoration: none;
}
.color-dark-skin .sf-menu.sf-style-wall > li.sfHover > a {
  background: url("../../images/arrow-down.png") no-repeat scroll 98% center #fff !important;
  color: #4C1A1A;
}
.color-dark-skin .block .sf-menu.sf-style-wall .active-trail .sf-depth-1 {
  background: #fff !important;
  color: #4C1A1A;
}
.color-dark-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:hover, 
.color-dark-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:focus, 
.color-dark-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:active {
  background-color: #fff !important;
}
.color-dark-skin .block .sf-menu.sf-style-wall ul {
  border: none !important;
}
.color-dark-skin #menu-bar-wrapper {
  top: 45px !important;
}

.color-dark-skin #menu-left-wrapper {
  width: 130px;
}
.color-dark-skin .region-menu-left {
  background: none repeat scroll 0 0 #000000;
  margin-left: 0;
  padding: 0 20px 0 10px;
  width: 100px;
}

.color-dark-skin .block ul.menu li.expanded a {
	text-align: right;
}

.color-dark-skin  #header #search-block-form .form-text,
.color-dark-skin  #header .responsive-menu-button {
	height: 46px;
}

/* Mini skin */
.mini-skin #header {
  margin-top: 25px;
}

.mini-skin #logo {
  background: none repeat scroll 0 0 #252525;
  height: 40px;
  left: 40px;
  margin: -11px 0 0 3px;
  width: 40px;
}

.mini-skin #logo img {
  display: block;
  height: 16px;
  padding: 13px 0;
  text-indent: -9999px;
  margin-left: 0;
  width: 36px;
}

.mini-skin #header #search-block-form {
  margin-top: 0;
}

.mini-skin #header #search-block-form {
  right: 33px;
}

.mini-skin #header .tb-main-menu-button {
  height: 30px;
  width: 30px;
}

.mini-skin .block .sf-menu.sf-style-wall a {
  padding: 10px 20px;
}

.mini-skin #menu-left-wrapper {
  top: 125px;
}

.mini-skin #main-wrapper {
  z-index: 0;
}

/* teen-life */
.teen-life-skin #header .tb-main-menu-button {
  background-color: #222426;
  border: 1px dotted #494E53;
  border-radius: 3px;
  height: 28px;
  margin-top: 15px;
  right: 10px;
  width: 28px;
}

.teen-life-skin #header #search-block-form {
  right: 45px;
}

.teen-life-skin #logo {
  background: url("../../images/logo-mobile.png") 0 0 no-repeat;
  height: 28px;
  width: 118px;
  margin-top: 15px;
  margin-left: 60px;
}

.teen-life-skin #logo img {
  display: none;
}

.teen-life-skin #menu-left-wrapper {
  top: 140px;
  margin-left: -2px;
}

.teen-life-skin #header .tb-left-menu-button {
  margin-top: 10px;
}

.teen-life-skin #sidebar-first-wrapper .grid-inner {
  border-left: 1px solid #FF728E;
  border-top: none;
  margin-left: 10px;
  margin-top: 0;
}

.teen-life-skin #main-wrapper .front .left-menu-existed .page-main-inner, 
.teen-life-skin #main-wrapper .page-showcase .left-menu-existed .page-main-inner, 
.teen-life-skin #main-wrapper .page-taxonomy-term .left-menu-existed .page-main-inner, 
.teen-life-skin #main-wrapper .left-menu-existed .page-main-inner, 
.teen-life-skin #main-wrapper .page-showcase .left-menu-existed .page-main-inner, 
.teen-life-skin #main-wrapper .left-menu-existed #system-messages-wrapper .grid-inner {
  border-bottom: none;
  border-right: 1px solid #FF728E;
  margin-left: 10px;
  margin-right: 10px;
}

/* Retro */
.retro-skin #header .responsive-menu-button {
  background-color: #795356;
  border: 1px dotted #8E6468;
  height: 22px;
  margin-top: 12px;
  right: 10px;
  width: 28px;
}

.retro-skin #header #search-block-form .form-text {
  width: 30px;
}

.retro-skin #header #search-block-form .form-text:hover,
.retro-skin #header #search-block-form .form-text:focus {
  width: 180px;
}

.retro-skin #menu-left-wrapper {
  top: 147px;
}

.retro-skin #menu-left-wrapper, 
.retro-skin #menu-left-inner {
  background: #fff;
}

.retro-skin .block .sf-menu.sf-style-wall ul:after, 
.retro-skin .block .sf-menu.sf-style-wall ul:after {
  background: none;
}

.retro-skin .block .sf-menu.sf-style-wall ul li {
  border-top-color: #252525;
  border-bottom: none;
  border-radius: 0;
}

.retro-skin .block .sf-menu.sf-style-wall ul li a,
.retro-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a {
  background: none;
  text-shadow: none;
}

.retro-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:hover,
.retro-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:focus,
.retro-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:active,
.retro-skin .block .sf-menu.sf-style-wall ul li.sfHover a.menuparent,
.retro-skin .block .sf-menu.sf-style-wall ul li a.menuparent:hover,
.retro-skin .block .sf-menu.sf-style-wall ul li a.menuparent:focus,
.retro-skin .block .sf-menu.sf-style-wall ul li a.menuparent:active {
  background: none;
}

 /* blackboard-skin */
.blackboard-skin .block .sf-menu.sf-style-wall ul {
  background: #000;
  padding: 0 15px;
}
 
.blackboard-skin .block .sf-menu.sf-style-wall li {
  margin-right: 0;
  padding: 0;
}

.blackboard-skin .block .sf-menu.sf-style-wall a {
  padding: 10px 15px;
}

.blackboard-skin .block .sf-menu.sf-style-wall ul li a {
  background: none;
  color: #9d9d9d;
  padding-left: 0;
}

.blackboard-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:hover, 
.blackboard-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:focus, 
.blackboard-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a:active, 
.blackboard-skin .block .sf-menu.sf-style-wall ul li.sfHover a.menuparent, 
.blackboard-skin .block .sf-menu.sf-style-wall ul li a.menuparent:hover, 
.blackboard-skin .block .sf-menu.sf-style-wall ul li a.menuparent:focus, 
.blackboard-skin .block .sf-menu.sf-style-wall ul li a.menuparent:active, 
.blackboard-skin .block .sf-menu.sf-style-wall ul li a.active, 
.blackboard-skin .block .sf-menu.sf-style-wall li.menuparent.sfHover li a.active {
  background: none;
  color: #67EC43;
}

.blackboard-skin .block .sf-menu.sf-style-wall .active-trail .sf-depth-1,
.blackboard-skin .block .sf-menu.sf-style-wall ul:before, .block .sf-menu.sf-style-wall ul:before {
  background: none;
}

.blackboard-skin #header #search-block-form .form-text {
  width: 30px;
}

.blackboard-skin #header #search-block-form .form-text:hover,
.blackboard-skin #header #search-block-form .form-text:focus {
  width: 180px;
}

.blackboard-skin #header .responsive-menu-button {
  border: 1px dotted #252525;
  height: 23px;
  margin-top: 15px;
  right: 10px;
  width: 28px;
}

.blackboard-skin #menu-left-wrapper, 
.blackboard-skin #menu-left-inner {
  background: #2E2E2E;
}

.blackboard-skin #main-wrapper {
	top: 66px !important;
}

.blackboard-skin #menu-left-wrapper {
  margin-top: -20px;
  width: 150px;
}

.blackboard-skin .region-menu-left {
  width: 140px;
}

.blackboard-skin #menu-left-wrapper .block-inner, 
.blackboard-skin #menu-left-wrapper .block ul.menu {
  text-align: right !important;
}

.blackboard-skin #header .tb-left-menu-button {
  border: none;
  border-right: 1px dashed #3F3F3F;
  margin-top: 0;
  padding: 10px;
}

#block-superfish-1 {
    padding-left: 35%;
    margin-top: 30px;
}

#block-lang-dropdown-language-content {
    /*display:none;*/
}

#lang_dropdown_form_language_content {
 margin-top: 30px; 
margin-left: 140px;
}

.form-item-lang-dropdown-select select {
width: 95px;
float: right;
/* margin-right: 300px; */
/* margin-top: 30px; */
/* text-align: center; */
margin-top: -61px;
margin-bottom: -48px;
margin-right: 30px;
}


/*ul.nice-menu-down {
  float: right;
border: 0px none;
margin-left: -100px;
margin-top: -10px;
margin-top: 50px;
}*/

/*ul.nice-menu li {
  border: 0px solid #ccc;
  border-top: 0;
  float: left;
  background-color: transparent;
  width: 73px;
}*/

ul.nice-menu-down {
  		display: block;
float: right;
position: relative;
padding: 20px;
background: #fff;
border: 2px solid #eee;
top: 53px;
width: 35%;
}

ul.nice-menu li {
  text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
}

ul.nice-menu a {
  font-size:15px;
}

#block-block-2 {
margin-left: -25px;
float: left;
margin-top: -65px;
/* display: none; */
}


.scheda-tecnica a {
background: #77B34F;
background-image: -webkit-linear-gradient(top, #77B34F, #77B34F);
background-image: -moz-linear-gradient(top, #77B34F, #77B34F);
background-image: -ms-linear-gradient(top, #77B34F, #77B34F);
background-image: -o-linear-gradient(top, #77B34F, #77B34F);
background-image: linear-gradient(to bottom, #77B34F, #77B34F);
font-family: Arial;
color: #ffffff;
font-size: 13px;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-family: 'Titillium Web';
}

.view-scheda-tecnica-per-prodotto {
margin-top: 30px;
}

#block-block-9 img {
	display: none;
}

.view-slideshow-homepage .views-field-title .field-content a {
background: #fff;
border-top: 3px solid #77B34F;
border-bottom: 3px solid #77B34F;
line-height: 43px;
padding: 10px;
font-style: italic;
font-size: 13px;
/* font-weight: 600; */
}

.page-node .node-showcase .field-name-field-tipo-realizzazione,
.page-node .node-news .field-name-field-categoria-news {	
margin-top: -20px;
/*margin-bottom: 120px;*/
color: #000;
font-style: italic;
font-size: 23px;
width: 600px;
}

.page-node .node-news h2.node-title a, .page-node .node-showcase h2.node-title a, .fancy span {
display: inline-block;
position: relative;
font-size: 50px;
color: #000;
font-weight: bold;
font-size: 40px;
}

.claim {
/* width: 50%; */
/* padding-left: 25%; */
font-size: 13px;
font-weight: bold;
color: #000 !important;
margin-top: 20px;
}
#block-views-prodotti-block-5 .claim {
font-size: 13px;
font-weight: bold;
color: #000 !important;
margin-top: 20px;
}

.view-slideshow-homepage .views-field-body {
text-align: center;
position: relative;
float: right;
top: -160px;
margin-left: auto;
width: 400px;
}


.view-slideshow-homepage .views-field-body .claim-home p {
font-size: 14px;
}

#block-views-960bd6760cea50dde118c4b062d090e7 {
	margin-top:70px;
}

#block-views-prodotti-homepage-block {
    background: none repeat scroll 0% 0% #FFF;
    margin-top: -190px;
    z-index: 9999;
}

#block-views-slideshow-homepage-block {
    margin-top: 41px;
}

#block-views-prodotti-block-1 {
    margin-bottom: 60px;
}

.view-prodotto-della-realizzaizone {
margin-bottom: 50px;
}

.view-realizzazioni-new {
	padding-left:0%;
}

#block-views-realizzazioni-new-block .views-field-title,
#block-views-realizzazioni-new-block-1 .views-field-title {
	padding-right: 2%;
	width: 50%;
}

#block-views-realizzazioni-new-block .views-field-title p ,
#block-views-realizzazioni-new-block-1 .views-field-title p {
display: none;
}

#block-views-realizzazioni-new-block .views-field-title h2,
#block-views-realizzazioni-new-block-1 .views-field-title h2 {
/*margin-bottom: -15px;*/
font-size: 17px;
margin-top: 0px;
}

.view-prodotti-homepage .views-field-field-immagine-principale img,
.view-prodotti .views-field-field-immagine-principale img {
	-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
	-moz-transition: all 0.3s ease-in-out; /* Firefox */
	-o-transition: all 0.3s ease-in-out; /* IE 9 */
	-ms-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out;
	/*width: 35%;	*/
}

.page-prodotti .view-prodotti .views-field-field-immagine-principale img,
.page-products .view-prodotti .views-field-field-immagine-principale img,
.page-produits .view-prodotti .views-field-field-immagine-principale img,
.page-productos .view-prodotti .views-field-field-immagine-principale img,
.page-produkte .view-prodotti .views-field-field-immagine-principale img {
	-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
	-moz-transition: all 0.3s ease-in-out; /* Firefox */
	-o-transition: all 0.3s ease-in-out; /* IE 9 */
	-ms-transition: all 0.3s ease-in-out; /* Opera */
	transition: all 0.3s ease-in-out;
	width: 105%;	
}

.blocco-profilo {
text-align: center;
padding-right: 20%;
padding-left: 20%;
margin-top: 30px;
font-size: 20px;
font-style: italic;
margin-bottom: -40px;
}

.field-slideshow-controls a.prev {
margin-right: 340px;
}

.field-slideshow {
margin-top: -180px;
}

.field-slideshow-controls {
margin-top: 120px;
}
.page-node .node-news .field-name-field-immagine-news {
margin-top: 200px;
margin-bottom: 90px;
}

#block-superfish-2 {
margin-bottom: 50px;
margin-top: 70px;
/* margin-left: auto; */
/* margin-right: auto; */
text-align: center;
}

