img{
    max-width:100%;
}

.bg-messaggio{
    background-color: #eee;
    padding:30px;
    margin-bottom:40px;
}


.news_thumb {
	margin: 0 auto;
	display: block;
	padding-bottom: 24px;
}

.homeNewsItemTitle h4 {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/* display: inline-block; */
	color: red;
}

.container-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.view-ohe {
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view-ohe .mask, .view-ohe .content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.view-ohe img {
    display: block;
    position: relative;
}
.view-ohe h2 {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 17px;
    margin: 20px 0 0;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.view-ohe p {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    padding: 10px 20px 20px;
    position: relative;
    text-align: center;
}
.view-ohe a.info {
    background: #000000 none repeat scroll 0 0;
    box-shadow: 0 0 1px #000000;
    color: #ffffff;
    display: inline-block;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.view-ohe.view-first img {
    transition: all 0.2s linear 0s;
}
.view-ohe.view-first .mask {
    background-color: rgba(219, 127, 8, 0.7);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.view-ohe.view-first h2 {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-first p {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.2s linear 0s;
}
.view-ohe.view-first:hover img {
    transform: scale(1.1, 1.1);
}
.view-ohe.view-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-first:hover .mask {
    opacity: 1;
}
.view-ohe.view-first:hover h2, .view-ohe.view-first:hover p, .view-ohe.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-ohe.view-first:hover p {
    transition-delay: 0.1s;
}
.view-ohe.view-first:hover a.info {
    transition-delay: 0.2s;
}
.view-ohe.view-second img {
    transition: all 0.2s ease-in 0s;
}
.view-ohe.view-second .mask {
    background-color: rgba(115, 146, 184, 0.7);
    height: 500px;
    opacity: 0;
    padding: 60px;
    transform: translate(265px, 145px) rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 500px;
}
.view-ohe.view-second h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 20px 40px 0;
    transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-second p {
    transform: translate(-200px, 200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-second a.info {
    transform: translate(0px, 100px);
    transition: all 0.2s ease-in-out 0.1s;
}
.view-ohe.view-second:hover .mask {
    opacity: 1;
    transform: translate(-80px, -125px) rotate(45deg);
}
.view-ohe.view-second:hover h2 {
    transform: translate(0px, 0px);
    transition-delay: 0.3s;
}
.view-ohe.view-second:hover p {
    transform: translate(0px, 0px);
    transition-delay: 0.4s;
}
.view-ohe.view-second:hover a.info {
    transform: translate(0px, 0px);
    transition-delay: 0.5s;
}
.view-ohe.view-third img {
    transition: all 0.2s ease-in 0s;
}
.view-ohe.view-third .mask {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: translate(460px, -100px) rotate(180deg);
    transition: all 0.2s ease-in-out 0.4s;
}
.view-ohe.view-third h2 {
    transform: translateY(-100px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-third p {
    transform: translateX(300px) rotate(90deg);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-third a.info {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-third:hover .mask {
    opacity: 1;
    transform: translate(0px, 0px);
    transition-delay: 0s;
}
.view-ohe.view-third:hover h2 {
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.view-ohe.view-third:hover p {
    transform: translateX(0px) rotate(0deg);
    transition-delay: 0.4s;
}
.view-ohe.view-third:hover a.info {
    transform: translateY(0px);
    transition-delay: 0.3s;
}
.view-ohe.view-fourth img {
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
}
.view-ohe.view-fourth .mask {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    opacity: 0;
    transform: scale(0) rotate(-180deg);
    transition: all 0.4s ease-in 0s;
}
.view-ohe.view-fourth h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 20px 40px 0;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.view-ohe.view-fourth p {
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.view-ohe.view-fourth a.info {
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.view-ohe.view-fourth:hover .mask {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition-delay: 0.2s;
}
.view-ohe.view-fourth:hover img {
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}
.view-ohe.view-fourth:hover h2, .view-ohe.view-fourth:hover p, .view-ohe.view-fourth:hover a.info {
    opacity: 1;
    transition-delay: 0.5s;
}
.view-ohe.view-fifth img {
    transition: all 0.3s ease-in-out 0s;
}
.view-ohe.view-fifth .mask {
    background-color: rgba(146, 96, 91, 0.3);
    opacity: 1;
    transform: translateX(-300px);
    transition: all 0.3s ease-in-out 0s;
}
.view-ohe.view-fifth h2 {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(159, 141, 140, 0.5);
    color: #000000;
}
.view-ohe.view-fifth p {
    color: #333333;
    opacity: 0;
    transition: all 0.2s linear 0s;
}
.view-ohe.view-fifth:hover .mask {
    transform: translateX(0px);
}
.view-ohe.view-fifth:hover img {
    transform: translateX(300px);
}
.view-ohe.view-fifth:hover p {
    opacity: 1;
}
.view-ohe.view-sixth img {
    transition: all 0.4s ease-in-out 0.5s;
}
.view-ohe.view-sixth .mask {
    background-color: rgba(146, 96, 91, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in 0.4s;
}
.view-ohe.view-sixth h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin: 20px 40px 0;
    opacity: 0;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.view-ohe.view-sixth p {
    opacity: 0;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.2s;
}
.view-ohe.view-sixth a.info {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;
}
.view-ohe.view-sixth:hover .mask {
    opacity: 1;
    transition-delay: 0s;
}
.view-ohe.view-sixth:hover img {
    transition-delay: 0s;
}
.view-ohe.view-sixth:hover h2 {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}
.view-ohe.view-sixth:hover p {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}
.view-ohe.view-sixth:hover a.info {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}
.view-ohe.view-seventh img {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}
.view-ohe.view-seventh .mask {
    background-color: rgba(77, 44, 35, 0.5);
    opacity: 0;
    transform: rotate(0deg) scale(1);
    transition: all 0.3s ease-out 0s;
}
.view-ohe.view-seventh h2 {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-seventh p {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-seventh a.info {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-ohe.view-seventh:hover img {
    opacity: 0;
    transform: rotate(720deg) scale(0);
}
.view-ohe.view-seventh:hover .mask {
    opacity: 1;
    transform: translateY(0px) rotate(0deg);
    transition-delay: 0.4s;
}
.view-ohe.view-seventh:hover h2 {
    transform: translateY(0px);
    transition-delay: 0.7s;
}
.view-ohe.view-seventh:hover p {
    transform: translateY(0px);
    transition-delay: 0.6s;
}
.view-ohe.view-seventh:hover a.info {
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.view-ohe.view-eighth .mask {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    top: -200px;
    transition: all 0.3s ease-out 0.5s;
}
.view-ohe.view-eighth h2 {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0.1s;
}
.view-ohe.view-eighth p {
    color: #333333;
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0.2s;
}
.view-ohe.view-eighth a.info {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0.3s;
}
.view-ohe.view-eighth:hover .mask {
    animation: 0.9s linear 0s normal none 1 running bounceY8th;
    opacity: 1;
    top: 0;
    transition-delay: 0s;
}
.view-ohe.view-eighth:hover h2 {
    transform: translateY(0px);
    transition-delay: 0.4s;
}
.view-ohe.view-eighth:hover p {
    transform: translateY(0px);
    transition-delay: 0.2s;
}
.view-ohe.view-eighth:hover a.info {
    transform: translateY(0px);
    transition-delay: 0s;
}
@keyframes bounceY8th {
0% {
    transform: translateY(-205px);
}
40% {
    transform: translateY(-100px);
}
65% {
    transform: translateY(-52px);
}
82% {
    transform: translateY(-25px);
}
92% {
    transform: translateY(-12px);
}
55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px);
}
}
@keyframes bounceY8th {
0% {
    transform: translateY(-205px);
}
40% {
    transform: translateY(-100px);
}
65% {
    transform: translateY(-52px);
}
82% {
    transform: translateY(-25px);
}
92% {
    transform: translateY(-12px);
}
55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px);
}
}
@keyframes bounceY8th {
0% {
    transform: translateY(-205px);
}
40% {
    transform: translateY(-100px);
}
65% {
    transform: translateY(-52px);
}
82% {
    transform: translateY(-25px);
}
92% {
    transform: translateY(-12px);
}
55%, 75%, 87%, 97%, 100% {
    transform: translateY(0px);
}
}
.view-ohe.view-ninth .mask-1, .view-ohe.view-ninth .mask-2 {
    background: rgba(119, 0, 36, 0.5) none repeat scroll 0 0;
    height: 361px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
    width: 361px;
}
.view-ohe.view-ninth .mask-1 {
    left: auto;
    right: 0;
    transform: rotate(56.5deg) translateX(-180px);
    transform-origin: 100% 0 0;
}
.view-ohe.view-ninth .mask-2 {
    bottom: 0;
    top: auto;
    transform: rotate(56.5deg) translateX(180px);
    transform-origin: 0 100% 0;
}
.view-ohe.view-ninth .content {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 0;
    opacity: 0.5;
    overflow: hidden;
    transform: rotate(-33.5deg) translate(-112px, 166px);
    transform-origin: 0 100% 0;
    transition: all 0.4s ease-in-out 0.3s;
    width: 361px;
}
.view-ohe.view-ninth h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 5px;
}
.view-ohe.view-ninth a.info {
    display: none;
}
.view-ohe.view-ninth:hover .content {
    height: 120px;
    opacity: 0.9;
    top: 40px;
    transform: rotate(0deg) translate(0px, 0px);
    width: 300px;
}
.view-ohe.view-ninth:hover .mask-1, .view-ohe.view-ninth:hover .mask-2 {
    transition-delay: 0s;
}
.view-ohe.view-ninth:hover .mask-1 {
    transform: rotate(56.5deg) translateX(1px);
}
.view-ohe.view-ninth:hover .mask-2 {
    transform: rotate(56.5deg) translateX(-1px);
}
.view-ohe.view-tenth img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
}
.view-ohe.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    opacity: 0;
    transition: all 0.5s linear 0s;
}
.view-ohe.view-tenth h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333;
    margin: 20px 40px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-ohe.view-tenth p {
    color: #333333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-ohe.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}
.view-ohe.view-tenth:hover img {
    opacity: 0;
    transform: scale(10);
}
.view-ohe.view-tenth:hover .mask {
    opacity: 1;
}
.view-ohe.view-tenth:hover h2, .view-tenth:hover p, .view-tenth:hover a.info {
    opacity: 1;
    transform: scale(1);
}


/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');*/

/************ Common Css Template **************
	Css generale per templates bootstrap
	versione 170420 by marco maria leoni
	
	con classi per templates senza css inline
	- news 
	- catalog
	- real estate base

/************ General ************/


html,
body {
    height: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 1.0em;
}

/** scrolling problem */

.row {
	margin-left: 0;
	margin-right: 0;
}
.container-fluid {
	padding: 0;
}

#CookiesPrivacy {
  height: auto;
}

#right-col{
    display: none;
}
.homeBody  #right-col{
    display: block;
}


/*** Varie ***/
a {
  color: #4d4d4d;
}
.btn-white {
    border-color: #e0e4e7;
    color: #e0e4e7;
    border-radius:0;
}
.btn-white:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #4d4d4d;
    border-radius:0;
}

.btn-dark {
    border-color: #4d4d4d;
    color: #4d4d4d;
    border-radius:0;
}
.btn-dark:hover {
    background: #4d4d4d none repeat scroll 0 0;
    color: #fff;
    border-radius:0;
}
.bg-dark{
    /*background-color:#4d4d4d;*/
    background-color:#000;
}
.bg-secondary{
    background-color:#e7ebee;
}
.mb0{
    margin-bottom:0;
}
.pt20{
    padding-top:20px;
}
.title{
    border-bottom:1px solid #4d4d4d;
    text-transform:uppercase;
}
.mr10{
    margin-right:10px
}
.pb12{
    padding-bottom:12px;
}

/*** Top Menu ***/
#header-outer .row8{
    background-color:#000;
    color:#ffffff;
    font-size:1.8em;
}
#header-outer .col-md-8.col-sm-8.col-xs-12 a{
    color:#ffffff;
}

#header-outer .row8 span.testo{
    font-size:0.7em;
}

#header-outer .row8 p{
    margin-left:130px;
}
#header-outer .row8 p.dist2{
    margin-right:130px;
}

#header-outer .row8 span.dist{
    margin-left:50px;
}

.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}


.pos{
    text-align:right;
}

/*** Gallery in Home ***/
#NivoSliderGallery .nivo-caption, .nivo-controlNav {	
	display: none!important;
}

/*** Box 2 ***/
#left-col .atCNT2{
   padding-top:80px; 
}
#left-col .h{
    padding-top:30px;
}
#left-col .testo{
    font-size:1.3em;
}
#left-col .col-md-8.col-sm-6.col-xs-12 p .btn-dark{
    font-size:1.2em;
    float:right;
    margin-top:30px;
}

/*** Box 3 ***/
#left-col .atCNT3{
   padding-top:80px; 
}
.classe1{
    background-color:#f7f7f7;
}
.classe1 h1{
    font-size:328px;
    font-family: 'Cookie', cursive;
    color:#ef4148;
    line-height: 400px;
}
.classe1 .bordo{
    border-top:2px solid #ed1c24;
}
.sfondo{
    background-color:#e4e4e4;
}
.laterale{
    border-left:10px solid #fff;
}

/*** centerCol ***/
.homeBody #centerCol {
  min-height: 0;
  padding-top: 0;
}

/*** News in Home Page***/
.homeNewsItemTitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
.homeNewsIntroText{
    float:right;
    font-size:114px;
    color:#ef4148;
    font-family: 'Cookie', cursive;
}
.homeNewsItemTitle{
    text-align:center;
    text-transform:uppercase;
    padding-top:5px;
}
.homeNewsItemTitle a {
	color: #ef575b;
	font-weight: bold;
}
.homeNewsItemText{
    text-align:center;
}

.homeNewsItemImage img {
  max-width: 100%;
}

/***Footer ***/
.boxfooter {
  margin-bottom: 40px;
  margin-left: 150px;
  width: 350px;
}
.border-parall-top {
  /*border-bottom: 8px solid #58595b;*/
  margin: 0 4px;
  padding: 0;
}
.border-parall-bott {
  /*border-top: 8px solid #58595b;*/
  height: 11px;
  margin: 0 4px;
  padding: 0;
}
.bordonews {
  border-bottom: 1px solid #ef575b;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
#footer .atCNT2{
    padding-top:50px;
}
#footer .atCNT2 .btn-white{
    font-size:1.8em;
    border:5px solid;
    padding-left:30px;
    padding-right:30px;
}
#footer .atCNT2 p{
    margin-bottom:0;
}
.lavorazioni {
  color: #ffffff;
  font-size: 1.8em;
  padding-top: 10px;
  text-shadow: 2px 2px #000000;
}
#footer .atCNT3{
    padding-top:10px;
}
#footer .atCNT3 .bg-secondary{
    padding-top:50px;
}
#footer .atCNT3 .bordo{
    border-bottom:1px solid #8e8e8e;
}
#footer .extededMenu{
    list-style-type:none;
    float:right;
}
#footer .extededMenu a{
    color:#4d4d4d;
}
#footer .row1{
    padding-bottom:30px;
}
#footer .bordofooter{
    padding-top:5px;
    border-bottom:10px solid #000;
}

/*** Box Servizi ***/

.view-ohe.view-third .mask {
  opacity: 1;
  transform: translate(0px, 0px);
  transition-delay: 0s;
  background-color:transparent;
}

.view-ohe.view-third h2 {
  transform: translateY(0px);
  transition-delay: 0;
}
.view-ohe h2 {
    margin:0;
    font-size:2.25em;
    background: rgba(0,0,0,0.73);
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    padding:10px;
}

.view-ohe.view-third > img {
  height: 450px;
  width: auto;
}

#left-col .atCNT3 .mask h3 {
  background-color: rgba(0, 0, 0, 0.73);
  bottom: -10px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  color:#fff;
  font-size:95%;
  height:85px;
}
.boxText {
  height:200px !important;
}

.view-ohe.view-third a.info {
  transform: translateY(-150px);
  transition: all 0s ease-in-out 0s;
}

.view-ohe.view-third:hover a.info {
  transform: translateY(150px);
  transition: all 0.2s ease-in-out 0s;
}

.ohe-block {
  margin-top: 30px;
}

/*** News ****/
.iframecontatti{
    width:100%;
    max-width:100%
}
.news_thumb_text{
    display:none;
}
.TextBox {
  max-width: 100%;
  width: 94%;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  color: #333333;
}
.panel {
  box-shadow: none;

}
.selectedCategory {
  font-weight: bold;
  list-style-type: none;
}


/************ Area 1 ************/
#header-outer {
	/*eventale sfondo testata*/
	/*background: url("graphics/") no-repeat scroll center top transparent;
	position: absolute;*/
	    
}

header.navbar{
	
}

#menuTopRow {
    background: url("graphics/logo.png") no-repeat scroll left top transparent;
    background-size: 150px;
    border: 1px solid transparent;
	/* menu fisso in alto */
	/*
    width: 100% !important;
	min-height: 50px;
    position: fixed;
    right: 0;
    top: 0;
	*/
	text-transform:uppercase;
    background-color: #000;
    /*border-top:2px solid #ed1c24;*/
    font-size:1em;
}



#menuTopRow .container{
    
}

#menuTopRow .navbar,
header.navbar{
    margin: 0;
    min-height: 0;
}
#menuTopRow .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

#menuTopRow .navbar-default .navbar-nav > .active > a, 
#menuTopRow .navbar-default .navbar-nav > .open > a {
  background-image: none;
  box-shadow: none;
}

#menuTopRow .navbar-default .navbar-nav > .active > a
#menuTopRow .navbar-default .navbar-nav > .active > a:focus, 
#menuTopRow .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #ffffff;
}

#menuTopRow .dropdown-menu > li > a{
  color: #444;  
}

#menuTopRow .dropdown-menu > li > a:focus, 
#menuTopRow .dropdown-menu > li > a:hover {
  background-color: transparent;
  background-image: none;
  color: #222;
}

#menuTopRow .dropdown-menu > .active > a, 
#menuTopRow .dropdown-menu > .active > a:focus, 
#menuTopRow .dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  color: #222;
}

#menuTopRow .dropdown-menu > .active > a, 
#menuTopRow .dropdown-menu > .active > a:focus, 
#menuTopRow .dropdown-menu > .active > a:hover {
  background-color: #222;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #fff;
  font-weight:bold;
  text-shadow:none;
}

.navbar-brand, .navbar-nav > li > a{
    text-shadow:none;
}

.navbar-default {
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0;
  box-shadow: none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  font-weight:bold;
}

/************ Area 2 ***********

/* A2 solo in home, aggiustare il percorso per singoli elementi */
#left-col{
    display: none;
}
.homeBody  #left-col{
    display: block;
}

/* contentore per immagine a pieno schermo */
.intro-image{
    height: 100vh;
    margin: 0 auto;
    width: auto;
}

/* contentore per parallax a pieno schermo */
#mmlParallaxID_1.mmlParallax, #mmlParallaxID_1.mmlParallax .mmlParallaxImage {
    height: 400px;
}
.mmlParallaxImage {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("graphics/parallax.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.mmlEmbeddedNode {
    clear: both;
}
.mmlParallaxWrap {
    background-color: #eeeeee;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.mmlImageInfoWrap {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 5px 0;
    position: absolute;
    width: 100%;
}
.homeBody #mmlParallaxID_1.mmlParallax {
    margin-top: 3px;
}
#mmlParallaxID_1.mmlParallax {
    margin-bottom: 3px;
    margin-top: 0;
}
#mmlParallaxID_1.parText {
    background-color: rgba(141, 126, 79, 0.55);
    color: #fff;
    font-size: 1.6em;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    text-shadow: 1px 1px #666666;
    text-transform: uppercase;
    
}

/************ Area 3 ************/

.news_view_text,
.news_view_enlarge {
	display: none;
}

#centerCol{
    padding-top:70px;
    min-height: 500px;
}

/* definizione dei link e di classi specifiche dei contenuti*/
#centerCol a,
#centerCol a:hover{
	
}

#centerCol strong{
}

#centerCol em{
}

/* definizione dei titoli della home*/
h1.home-claim {
	color: #222;
	font-size: 36px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}
h2.home-sub-claim {
	color: #444;
	font-size: 24px;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-transform: uppercase;
	
}


h1.page-title{
	text-align: center;
	color: #222;
	border: 1px solid #000;
	border-radius: 14px;
	padding: 10px 0;
	text-transform: uppercase;
	
}

h2.page-sub-title,
h3.page-sub-title,
h4.page-sub-title,
h5.page-sub-title{
	color: #444;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 4px 8px;
	text-align: center;
	text-transform: uppercase;
	
}




/************ Area 4 ************/

aside#AsideLeft{
	
}

div#right-col{
	
}

/************ Area 5 ************/

div#footer-outer{
	padding-top: 0;
}	

div#footer{
}

div#footer .footer-text{
}

div#footer a,
div#footer .footer-text a,
div#footer .footer-text a:hover{
    text-decoration: none;
}

div#footer .footer-text span.company-tm{
}

div#footer .footer-text span.company-tm strong{
}

.footer-policy{
}
.footer-policy p{
    
}



/************ News List ************/
.news_list_001_INTRODUCTION{}
.news_list_001_MENUCAT{}
.news_list_001_NAVIGATOR{}
.news_list_001_NEWS_ITEM{}
.news_list_001_HEADING{}
	.news_list_001_NAME{}
	.news_list_001_FB_LIKE_BUTTON{}
.news_list_001_BODY{}
	.news_list_001_THUMB{}
	.news_list_001_TEXT{}
		.news_list_001_SUBTITLE{}
		.news_list_001_DESCRIPTION{}
	.news_list_001_VIEW{}



/************ News Detail ************/
.news_detail_001_MENUCAT{}
.news_detail_001_NAVIGATOR{}
.news_detail_001_NEWS_ITEM{}
	.news_detail_001_HEADING{}
		.news_detail_001_NAME{}
		.news_detail_001_FB_LIKE_BUTTON{}
    .news_detail_001_BODY{}
		.news_detail_001_THUMB{}
		.news_detail_001_DESCRIPTION{}
		.news_detail_001_DOCUMENTS{}
		.news_detail_001_DATE{}
		.news_detail_001_AUTHOR{}

		
/************ Catalog List ************/		
.catalog_list_001_INTRODUCTION{}
.catalog_list_001_MENUCAT{}
.catalog_list_001_SPIDER_AND_NAVIGATOR{}
.catalog_list_001_FUNCTIONS{}
  	.catalog_list_001_VIEWCART{}
  	.catalog_list_001_PAYCART{}
  	.catalog_list_001_HISTORY{}
.catalog_list_001_PRODUCT_ITEM{}
    .catalog_list_001_HEADING{}
		.catalog_list_001_NAME{}
    .catalog_list_001_BODY{}
    	.catalog_list_001_THUMB1{}
		.catalog_list_001_TEXT{}
    		.catalog_list_001_DESCRIPTION{}
			.catalog_list_001_VIEW{}
	.catalog_list_001_PRICE{}
    .catalog_list_001_SHOPPING_CART_BUTTON{}

		
/************ Catalog Detail ************/				
.catalog_detail_001_MENUCAT{}
.catalog_detail_001_SPIDER_AND_NAVIGATOR{}
.catalog_detail_001_PRODUCT_ITEM{}
	.catalog_detail_001_HEADING{}
		.catalog_detail_001_NAME{}
		.catalog_detail_001_FB_LIKE_BUTTON{}
	.catalog_detail_001_THUMBS{}
		.catalog_detail_001_THUMB_ROW{}
			.catalog_detail_001_THUMB{}
    	.catalog_detail_001_THUMB_ROW1{}
        	.catalog_detail_001_THUMB1{}
        	.catalog_detail_001_THUMB2{}
    	.catalog_detail_001_THUMB_ROW2{}
        	.catalog_detail_001_THUMB3{}
        	.catalog_detail_001_THUMB4{}
	.catalog_detail_001_TEXT{}
		.catalog_detail_001_DESCRIPTION{}
		.catalog_detail_001_CHARACTERISTICS{}
		.catalog_detail_001_OPTIONS{}
		.catalog_detail_001_NOTES{}
	.catalog_detail_001_OPTIONFIELDS{}
		.catalog_detail_001_F1{}
		.catalog_detail_001_F2{}
		.catalog_detail_001_F3{}
		.catalog_detail_001_F4{}
		.catalog_detail_001_F5{}
		.catalog_detail_001_F6{}
		.catalog_detail_001_F7{}
		.catalog_detail_001_F8{}
		.catalog_detail_001_F9{}
		.catalog_detail_001_F10{}
	.catalog_detail_001_DOCUMENT{}
	.catalog_detail_001_PRICE{}
	.catalog_detail_001_SHOPPING_CART_BUTTON{}


/************ Realestate List ************/		
.realestate_list_001_INTRODUCTION{}
.realestate_list_001_MENUCAT{}
.realestate_list_001_BOX_PRODUCT{}
	.realestate_list_001_NAME{}
	.realestate_list_001_listprod{}
		.realestate_list_001_THUMB1{}
		.realestate_list_001_DESCRIPTION{}
	.realestate_list_001_VIEW{}
	.realestate_list_001_VIEW{}


/************ Realestate Detail ************/		
.realestate_detail_001_MENUCAT{}
.realestate_detail_001_PRODUCT{}
	.realestate_detail_001_NAME{}
	.realestate_detail_001_THUMBS{}
		.realestatebase_enlarge_text{}
		.realestate_detail_001_THUMB_ROW{}
			.realestate_detail_001_THUMB{}
		.realestate_detail_001_THUMB_ROW1{}
			.realestate_detail_001_THUMB1{}
			.realestate_detail_001_THUMB2{}
		.realestate_detail_001_THUMB_ROW2{}	 
			.realestate_detail_001_THUMB4{}
	
	.realestate_detail_001_DESCRIPTION{}
	.realestate_detail_001_NOTES{}
	
	.realestate_detail_001_OPTIONS{}
	.realestate_detail_001_OPTIONS .realestatebaseFieldLabel{}
	.realestate_detail_001_OPTIONS br.realestatebaseFieldSeparator{}
	.realestate_detail_001_OPTIONS .realestatebaseFieldValue{}
	
		.realestate_detail_001_F1{}
		.realestate_detail_001_F2{}
		.realestate_detail_001_F3{}
		.realestate_detail_001_F4{}
		.realestate_detail_001_F5{}
		.realestate_detail_001_F6{}
		.realestate_detail_001_F7{}
		.realestate_detail_001_F8{}
		.realestate_detail_001_F9{}
		.realestate_detail_001_F10{}
	
	.realestate_detail_001_DETAILS{}
	.realestate_detail_001_DETAILS{} .realestatebaseFieldLabel{}
	.realestate_detail_001_DETAILS{} br.realestatebaseFieldSeparator{}
	.realestate_detail_001_DETAILS{} .realestatebaseFieldValue{}
	
		.realestate_detail_001_MOVIE{}
		.realestate_detail_001_CONTRACT{}
		.realestate_detail_001_ADDRESS>
		.realestate_detail_001_TYPOLOGY{}
		.realestate_detail_001_ROOMS{}
		.realestate_detail_001_MQ{}
		.realestate_detail_001_BOX{}
		.realestate_detail_001_WAREHOUSE{}
		.realestate_detail_001_FURNISHED{}
		.realestate_detail_001_BUILTDATE{}
		.realestate_detail_001_AVAILIBILITY{}
		.realestate_detail_001_PRIVACY{}
		.realestate_detail_001_PRICE{}
	
/************ Realestate Project List ************/
.realestateprojects_list_001_INTRODUCTION{}
.realestateprojects_list_001_MENUCAT{}
.realestateprojects_list_001_BOX_PRODUCT{}
	.realestateprojects_list_001_NAME{}
	.realestateprojects_list_001_LISTPROD{}
    	.realestateprojects_list_001_THUMB1{}
    	.realestateprojects_list_001_DESCRIPTION{}
	.realestateprojects_list_001_VIEW{}
	

/************ Realestate Project List ************/
.realestateprojects_detail_001_MENUCAT{}
.realestateprojects_detail_001_PRODUCT{}
	.realestateprojects_detail_001_NAME{}
	.realestateprojects_detail_001_THUMBS{}
		.realestateprojects_detail_001_THUMB_ROW{}
		.realestateprojects_detail_001_THUMB{}
		.realestateprojects_detail_001_Box_001{}
			.realestateprojects_detail_001_THUMB1{}
			.realestateprojects_detail_001_THUMB2 {}
		.realestateprojects_detail_001_Box_002 {}
			.realestateprojects_detail_001_THUMB3{}
			.realestateprojects_detail_001_THUMB4 {}
		.realestateprojects_detail_001_DESCRIPTION{}
	.realestateprojects_detail_001_NOTES{}
	.realestateprojects_detail_001_MOVIE{}
	.realestateprojects_detail_001_CONTRACT{}
	.realestateprojects_detail_001_ADDRESS{}
	.realestateprojects_detail_001_TYPOLOGY{}
	.realestateprojects_detail_001_AVAILABLE{}

	


/************ lightBoxGallery ************/
div.lightBoxGallery{}
	div.lightBoxGalleryRow{}
	div.lightBoxGalleryRowOdd{}
	div.lightBoxGalleryRowEven{}
		div.lightBoxGalleryItem{}
			a.lightBoxWF{}
				img.lightBoxActiveWF{}
			div.lightBoxGalleryText{}
				h3.lightBoxTitle{}
				div.lightBoxDescription{}

				
				
/************ Home NivoSlider ************/
#NivoSliderGallery{
	width: 100%;
}

.nivoWrapper.theme-default {
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}
.nivo-directionNav a.nivo-prevNav{
}
.nivo-directionNav a.nivo-nextNav{
}

.theme-light .nivoSlider {
	margin-bottom: 0;
}

.nivoWrapper {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.nivo-caption {
	background: #fff none repeat scroll 0 0;
}

.theme-default .nivo-caption {
	color: #fff;
	font-size: 2.5em;
	text-transform: uppercase;
}

.theme-default .nivoSlider {
	margin-bottom: 0!important;
	box-shadow: none!important;
}

/** nivo solo in home **/
#NivoWrapperNivoSliderGallery {
	display: none !important;
}
.homeBody #NivoWrapperNivoSliderGallery {
	display: block !important;
} 

/************ Category tree ************/
ul.categoryTreeClass{}
ul.categoryTreeClass .activeItem{}
ul.categoryTreeClass .selectedItem{} 
ul.categoryTreeClass .hasChildren{} 


				
/************ Print Page CSS ************/
/** 
	Queste definizioni debbono stare in coda al css  
	� possibile inserire contenuti visibili solo in fase di stampa, ovvero con 'display: none' per media=all
	quali headers e footers solo testuali
**/
@media print {
	div#header-outer{
		display: none;
	}
	div#content-outer{
		background: none;
	}
	aside#AsideRight,
	div#left-col	{
		display: none;
	}
	div#centerCol{
		background: none;
		background-color: #ffffff;
		width: 100%;
		margin: 20px;
	}
	aside#AsideLeft,
	div#right-col{
		display: none;
	}
	div#footer-outer{
		display: none;
	}
}

/************ Media query ************/

@media screen and (max-width: 1612px) {
    .classe1 h1 {
    font-size: 308px;
    }
}

@media screen and (max-width: 1507px) {
    .classe1 h1 {
    font-size: 288px;
    }    
}

@media screen and (max-width: 1418px) {
    .classe1 h1 {
    font-size: 268px;
    }    
}

@media screen and (max-width: 1345px) {
	#menuTopRow {
	}
	#header-outer .row8 span.testo{
    display:none;
    }
    #header-outer .row8 span.dist{
    margin-left:0;
    }
    .classe1 h1 {
    font-size: 248px;
    } 
}

@media screen and (max-width: 1246px) {
    .classe1 h1 {
    font-size: 228px;
    }     
}

@media screen and (max-width: 1213px) {
	#menuTopRow {
	}
	#left-col .testo {
    font-size: 1.1em;
    }
}

@media screen and (max-width: 1155px) {
    .classe1 h1 {
    font-size: 208px;
    } 
}

@media screen and (max-width: 1040px) {
    .view-ohe h2 {
    font-size: 2.15em;
    }
    .classe1 h1 {
    font-size: 188px;
    } 
}

@media screen and (max-width: 1009px) {
	#menuTopRow {
	font-size:0.8em;
	}
	#left-col .col-md-8.col-sm-6.col-xs-12 p .btn-dark{ 
    float:left;
    margin-top:0;
    }
    .laterale {
    border-left: 0;
    }
   .lavorazioni {
    font-size: 1.3em;
    }
    #footer .atCNT2 .btn-white {
    font-size: 1.3em;
    }
    .homeNewsIntroText {
    font-size: 70px;
    }
    #menuTopRow {
    font-size: 0.7em;
    }
    .classe1 h1 {
    font-size: 150px;
    text-align:center;
    line-height:150px;
    padding-bottom:10px;
    padding-left: 0;
    }
}

@media screen and (min-width: 992px){
    #menuTopRow.menuTop{
    min-height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    left:0;
	
}
}

@media screen and (max-width: 991px) {
	#menuTopRow {
	}
	#header-outer .row8 p {
    margin-left: 0;
    }
}

@media screen and (max-width: 785px) {
	#menuTopRow {
	}
	#header-outer .row8 p{
    margin-left:0;
    }
    #header-outer .row8 p.dist2{
    margin-right:0;
    }
    .navbar .navbar-nav {
    display: initial;
     }
    .navbar .navbar-collapse {
    text-align: left;
    }
    #menuTopRow .dropdown-menu > li > a {
    color: #fff;
    }
    .bg-dark {
    padding: 20px 0;
    }
    #footer .atCNT2 p {
    text-align: center;
    }
    .view-ohe.view-third > img {
     width: 100%;
    }
}
@media screen and (max-width: 767px) {
	#menuTopRow {
	}
	.homeNewsItemImage img {
     max-width: 100%;
     display: block;
     margin-left: auto;
     margin-right: auto;
    }
    #menuTopRow {
    font-size: 1em;
    }
}
@media screen and (max-width: 693px) {
     .boxfooter {
     margin-left: 0;
     }
}

@media screen and (max-width: 479px) {
	#menuTopRow {
	}
	#header-outer .row8 p{
    margin-left:0;
    }
    #header-outer .row8 span.dist{
    margin-left:0;
    }
    .lavorazioni {
    font-size: 1.4em;
    padding-top: 10px;
    }
    #footer .atCNT2 .btn-white {
    font-size: 1.4em;
    padding-left: 15px;
    padding-right: 15px;
    }
    .homeNewsIntroText {
    font-size: 56px;
    }
    .boxfooter {
     margin-bottom: 70px;
     }
    .homeNewsIntroText {
     font-size: 50.0px;
    }
    .view-ohe.view-third > img {
     height: 286px;
     width: auto;
    }
    .view-ohe.view-third:hover a.info {
     transform: translateY(50px);
    }
    .classe1 h1 {
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 0;
    }
}



