@charset "utf-8";
@import url("../webfonts/Roboto_Regular/stylesheet.css");
@import url("../webfonts/Roboto_Medium/stylesheet.css");

/*@import url("Roboto_Thin/stylesheet.css");
@import url("RobotoCondensed_Light/stylesheet.css");
@import url("Roboto_Black/stylesheet.css");
@import url("RobotoCondensed_Regular/stylesheet.css");
@import url("RobotoCondensed_Regular/stylesheet.css");
@import url("RobotoCondensed_Regular/stylesheet.css");
@import url("../webfonts/Roboto_Bold/stylesheet.css");
@import url("../webfonts/Roboto_Medium/stylesheet.css");
@import url("../webfonts/RobotoCondensed_Regular/stylesheet.css");*/


@font-face {
	font-family: "Roboto Thin";
	src: url("Fonts/Roboto-Thin.ttf") format('truetype');
}

@font-face {
	font-family: "RobotoCondensed Light";
	src: url("Fonts/RobotoCondensed-Light.ttf") format('truetype');
}

@font-face {
	font-family: "Roboto Black";
	src: url("Fonts/Roboto-Black.ttf") format('truetype');
}

@font-face {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
}

@font-face {
	font-family: "Roboto Bold";
	src: url("Fonts/Roboto-Bold.ttf") format('truetype');
}

@font-face {
	font-family: "Roboto Medium";
	src: url("Fonts/Roboto-Medium.ttf") format('truetype');
}

@font-face {
	font-family: "RobotoCondensed Regular";
	src: url("Fonts/RobotoCondensed-Regular.ttf") format('truetype');
}



/*Social_B*/
.social_b {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    margin-left: 0px;
    left: 0px;
}

.social_b a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.social_b a:hover {
    background-color: #f7b82d;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}








/* CSS Document */
/*** Header ***/

#header {
    width: 100%;
    position: fixed;
    z-index: 10;
    background-repeat: repeat-x;
    height: 115px;
    margin-right: 0px;
    background-size: auto 100%;
    margin-top: 0px;
    margin-left: 0px;
}

#header.resized {
    background-image: none;
}

/* Button Responsive Menu*/
	.btn-responsive-menu{
    display: none;
    float: right;
    padding: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* [disabled]background: #333; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
}
#parallasse .centro {
    text-align: center;
    position: absolute;
    /* [disabled]padding-top: 250px; */
    height: 200px;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(59,52,52,0.53) 40.06%,rgba(59,52,52,0.53) 60.63%,rgba(255,255,255,0.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(59,52,52,0.53) 40.06%,rgba(59,52,52,0.53) 60.63%,rgba(255,255,255,0.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(59,52,52,0.53) 40.06%,rgba(59,52,52,0.53) 60.63%,rgba(255,255,255,0.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(59,52,52,0.53) 40.06%,rgba(59,52,52,0.53) 60.63%,rgba(255,255,255,0.00) 100%);
    width: 100%;
    top: 415px;
    z-index: 4;
    float: none;
    clear: none;
}
.attivita {
    width: 95%;
    margin-left: 2.5%;
    padding-top: 5%;
    display: block;
    overflow-y: hidden;
    float: left;
    clear: left;
}
.attivita .service .descr_activity {
    width: 80%;
    padding-top: 2%;
    color: #3B54A0;
    font-family: "Roboto Light";
    text-transform: uppercase;
    text-align: left;
    font-size: 12pt;
    float: left;
    font-weight: bold;
}
.attivita .service {
    width: 45%;
    display: block;
    float: left;
    /* [disabled]min-height: 400px; */
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    /* [disabled]height: 400px; */
    /* [disabled]clear: none; */
    max-height: 500px;
    border-bottom: 2px solid #474545;
}
.attivita .service .cont_img .activity_img {
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 380px;
}
.attivita .service .hr_line {
    border-bottom: 2px solid #989898;
    display: none;
    float: left;
}
.descrizione {
    width: 40%;
    margin-left: 30%;
    height: auto;
}
.descrizione p {
    font-family: "Roboto Light";
    text-align: justify;
}
.specification .mission p {
    font-family: "Roboto Light";
    text-align: justify;
}
#parallasse .centro .img_ttl {
    display: block;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    opacity: 1;
    z-index: 4;
    position: relative;
}
	.icon-bar 			{
    display: block;
    width: 18px;
    height: 2px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #1C1C1C;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    transition: 0.4s;
}

	.show{
    display: block!important;
    visibility: visible;
}

#nav-container{
    margin-right: auto;
    margin-bottom: 0;
    height: 125px;
    margin-top: 0px;
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
}
#nav-container.resized{
    margin-top: -85px;
}

#logo {
    display: block;
    float: left;
    width: 220px;
    background-image: url(../img/LOGO-BHC.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
    height: 125px;
    z-index: 7;
    margin-left: 50px;
    position: fixed;
    margin-top: -42px;
}


/*** Nav ***/

#nav {
    width: 100%;
    color: #fff;
    position: static;
    float: right;
    right: 5%;
    /* [disabled]margin-right: 5%; */
    margin-bottom: 0px;
    /* [disabled]height: 75px; */
}

#nav ul {
    position: static;
    float: right;
    width: 100%;
    list-style: none;
    text-transform: uppercase;
    font-family: "Roboto Light";
    font-style: normal;
    text-decoration: none;
    padding-bottom: 0px;
    right: 10px;
    left: 16px;
    clear: left;
    font-weight: 200;
    bottom: -62%;
    /* [disabled]margin-bottom: 0px; */
    background-color: #989898;
    top: -15px;
    margin-top: 85px;
    z-index: 20;
    height: 33px;
}

#header #nav-container #barra {
    height: 32%;
    background-color: #7f7f7f;
    top: 59px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    z-index: 10;
    visibility: hidden;
}


#nav ul li {
    float: right;
    text-decoration: none;
    z-index: 43;
}

#nav ul li a {
    color: #FFFFFF;
    float: right;
    position: relative;
    text-decoration: none;
    background-color: #989898;
    padding-right: 7.5px;
    padding-bottom: 3px;
    padding-left: 12.5px;
    font-weight: lighter;
    margin-right: 23px;
    padding-top: 6px;
    transition: 0.3s;
}

#nav ul li a:hover{
    background-color: #3b54a0;
    color: #fff;
    float: right;
    position: relative;
    text-decoration: none;
    padding-top: 4.5px;
    padding-right: 10px;
    padding-bottom: 4.5px;
    padding-left: 10px;
}

/*** Social ***/
#social {
    position: absolute;
    top: 30px;
    height: 30px;
    width: 200px;
    float: right;
    right: -4%;
    margin-right: 5%;
    display: block;
}
#social a{
    display: block;
    float: right;
    height: 40px;
    width: 40px;
    margin-right: 10px
}
#freccia   {
    display: block;
    width: 30pt;
    background-image: url(../img/LogoTDS/arrow_W.svg);
    height: 30pt;
    position: relative;
    clear: both;
    float: none;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
#freccia:hover   {
    background-image: url(../img/LogoTDS/arrow_Y.png);
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}
		#fb{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/Social/f_logo_RGB-Black_1024.svg);
    background-size: auto 25px;
    transition: 0.05s;
}
		#tw{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/Social/Twitter_Black.svg);
    background-size: auto 25px;
    transition: 0.05s;
}
#tw:hover{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/Social/Twitter_Azure.svg);
    background-size: auto 30px;
}
		#ig{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    background-image: url(../img/Social/glyph-logo_May2016.svg);
    transition: 0.05s;
}
#ig:hover{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 30px;
    background-image: url(../img/Social/glyph-logo_color.svg);
}
		#yt{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/Social/Youtube_dark.svg);
    background-size: auto 25px;
    transition: 0.05s;
}
#yt:hover{
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/Social/Youtube_Red.svg);
    background-size: auto 30px;
}

.box-evi {
    float: left;
    margin-right: 0;
    margin-bottom: 2px;
    width: 32%;
    height: 100%;
    background-repeat: no-repeat;
    padding-left: 2px;
}

.box-evi:first-child {
	margin-right: 0;
	margin-left: 0;
}

.box-evi h3 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    background-color: #37383A;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-align: center;
    text-shadow: 4px 4px 2px #000000;
    font-size: x-large;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    margin-top: -10px;
}

.box-evi h3:hover {
	background-color: #007036;
}

.box-evi h3 a {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    font-size: x-large;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    margin-top: -10px;
    list-style-image: none;
    list-style-type: none;
    text-decoration: none;
}

/*** Footer ***/

#footer {
    clear: both;
    width: 100%;
    background-color: #37383A;
    color: #FFFFFF;
    position: relative;
    /* [disabled]background-image: url(../img/bg_footer.jpg); */
    background-size: contain;
    top: 0px;
    bottom: 0px;
    float: left;
    display: block;
    /* [disabled]padding-bottom: 58px; */
    left: 0px;
    right: 0px;
    height: auto;
    margin-top: 115px;
}
#footer #indirizzi p {
    margin-right: 4px;
    font-size: 15px;
    font-family: "RobotoCondensed Light";
    color: #FFFFFF;
    width: auto;
    text-align: right;
    clear: none;
    position: relative;
    top: 0px;
    bottom: 0px;
}

#footer #indirizzi {
    margin-right: 5%;
    float: right;
    margin-left: 5%;
}

#header #nav-container #BHC {
    margin-top: 5px;
    position: fixed;
    margin-left: 40px;
    z-index: 20;
    height: 50px;
}
.container img {
    float: left;
    padding-right: 26px;
}
.container .box {
    float: left;
    width: 50%;
    padding-right: 10%;
    padding-bottom: 10%;
}
.container .divider {
    width: 50%;
    height: 20px;
    margin-left: 25%;
    margin-right: 25%;
}
.selector .striscia {
    margin-left: 20%;
    width: 60%;
    position: relative;
}
.selector {
    position: relative;
    margin-bottom: 6px;
}

.selector .striscia .image {
    width: 100%;
    float: none;
    clear: none;
    position: relative;
    z-index: -1;
}
.selector .striscia h4 {
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    font-weight: bold;
    color: #000000;
    float: none;
    clear: both;
    position: absolute;
    font-size: xx-large;
    bottom: 9%;
    width: 80%;
}
.selector .striscia h5 {
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    font-weight: bold;
    color: #FFFFFF;
    float: none;
    clear: both;
    position: absolute;
    font-size: xx-large;
    top: 30%;
    left: 5%;
}
.selector .striscia h6 {
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    font-weight: lighter;
    color: #c3ab93;
    float: none;
    clear: both;
    position: absolute;
    font-size: xx-large;
    top: 1%;
    left: 5%;
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: 5px;
}


.striscia h4 a {
    float: none;
    position: relative;
    left: 1%;
    margin-left: 5%;
    color: #FFFFFF;
    background-color: #c3ab93;
    padding-left: 7.5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-right: 2.5%;
    opacity: 0.75;


}
.striscia h4 a:hover  {
    float: none;
    position: relative;
    left: 1%;
    margin-left: 5%;
    color: #FFFFFF;
    background-color: #c3ab93;
    padding-left: 5%;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-right: 5%;
    text-decoration: none;
    opacity: 1;


}
.striscia h4 a:hover font  {
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;


}

#home .subtitle-parallax .red_line {
    height: 11px;
    background-color: #FF0004;
    margin-bottom: 6px;
}
#nav-container #BHC .BHCLOGO {
    margin-top: 5px;
    position: fixed;
    height: 75px;
    margin-left: 0.5%;
}

.BHCLOGO.resized {
    visibility: hidden;
}

#social.resized {
    visibility: hidden;
    display: none;
}



#header #nav-container #brand {
    color: #000000;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-weight: bolder;
    font-size: xx-large;
    text-transform: uppercase;
    position: absolute;
    left: 230px;
    top: 7px;
    z-index: 10;
    text-shadow: 2px 2px 2px #8b8787;
}

#brand.resized{
    visibility: hidden;
	}

#wrapper {
    position: relative;
    width: 100%;
    height: 900px;
    overflow-y: hidden;
}
#slideshow {
    position: relative;
    top: 115px;
    width: 100%;
    height: auto;
    opacity: 1;
}
.villlas {
    width: 49%;
    margin-left: 0px;
    position: relative;
    float: left;
    margin-top: 1%;
}
.villlas .villa_photo {
    width: 60%;
    margin-left: 4%;
    height: auto;
}
.villlas .villa_photo .front {
    width: 100%;
    float: left;
}
.Esterni a .front {
    width: 100%;
    float: none;
    clear: none;
    position: relative;
}


.villlas .description {
    width: 33%;
    float: right;
    position: absolute;
    height: 100%;
    max-height: 324px;
    margin-right: 0.5%;
    left: 67%;
    border: medium solid #C3AB93;
}
.villlas .description h4 {
    font-family: "Roboto Black";
    text-align: center;
    font-size: large;
    font-weight: bolder;
    padding-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    color: #FFFFFF;
    text-decoration: none;
    width: 50%;
    position: absolute;
    clear: none;
    left: 23%;
    bottom: 3%;
}
.villlas .description h1 {
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    text-align: center;
    font-variant: normal;
    position: absolute;
    top: -4%;
    width: 100%;
    font-weight: bold;
}
.villlas .description .data {
    position: absolute;
    top: 27%;
    left: 5%;
    right: 5%;
}

.description h4 a {
    background-color: #c3ab93;
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "Roboto Black";
    font-weight: bold;
    font-size: small;
}
.description h4 a:hover  {
    background-color: #C49566;
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-family: "Roboto Condensed", "Roboto Condensed Light";
}
.description p .RED {
    color: #FF0004;
}

.villlas .description p {
    text-align: center;
    font-size: small;
}
.Esterni {
    width: 48%;
    margin-left: 1%;
    position: relative;
    float: left;
}
.Esterni a .text {
    position: absolute;
    text-align: center;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-weight: bolder;
    color: #FFFFFF;
    height: 100%;
    width: 100%;
    padding-bottom: 25%;
    float: none;
    clear: none;
    top: 0px;
    margin-top: 0px;
    padding-top: 25%;
    opacity: 0.7;
    background-repeat: repeat;
    background-size: auto 201%;
    text-shadow: 4px 4px 3px #000000;
    background-color: #535353;
}






.Esterni a .text:hover  {
    position: absolute;
    text-align: center;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-weight: bolder;
    height: 100%;
    width: 100%;
    padding-bottom: 25%;
    float: none;
    clear: none;
    top: 0px;
    margin-top: 0px;
    padding-top: 25%;
    opacity: 0.1;
    text-shadow: 0px 0px;
    color: #000000;
    background-color: #FFFFFF;
}
.contenitore {
    width: 100%;
    position: relative;
    margin-top: 1%;
}
.contenitore .Esterni {
    width: 49.8%;
    margin-left: 0.2%;
    position: relative;
    float: left;
    z-index: 1;
}

.contenitore .locali {
    width: 65%;
    position: relative;
    margin-top: 3%;
    float: left;
    margin-left: 17.5%;
    margin-right: 15%;
}
.contenitore .locali .img {
    width: 48%;
    margin-left: 0px;
    float: right;
    position: relative;
    margin-right: 0px;
    padding-left: 2%;
}
.locali .img .tn {
    width: 100%;
    margin-left: 1%;
    -webkit-box-shadow: 4px 4px 6px;
    box-shadow: 4px 4px 6px;
}
.tecnica .titolo h1 {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    position: relative;
    float: left;
    clear: left;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
}
.locali .tecnica .titolo {
    width: 50%;
    float: left;
    clear: right;
    position: relative;
}
.tecnica .dati h2 {
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    text-transform: none;
}

.tecnica .description p {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: x-large;
    margin-bottom: 0px;
}
.locali .tecnica .dati {
    width: 50%;
    position: relative;
    float: left;
    margin-top: 9px;
    margin-left: 0px;
    border: 2px solid #FF0004;
}
.locali .tecnica .attn {
    float: left;
    width: 50%;
    position: relative;
    margin-top: 1%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    color: #FFFFFF;
    background-color: #FF0004;
    left: 0px;
    clear: left;
}
.tecnica .attn p {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-align: justify;
    font-size: large;
}

.tecnica .illustration p {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: large;
    margin-top: 1%;
    text-align: justify;
}

.locali .tecnica .illustration {
    position: relative;
    float: right;
    width: 48%;
    margin-left: 0px;
    padding-left: 2%;
}




.locali .tecnica .description {
    width: 48%;
    float: right;
    position: relative;
    margin-right: 0px;
    padding-left: 2%;
    margin-left: 0px;
}
.divider2 {
    float: left;
    width: 100%;
    height: 30px;
}




.locali .text h1 {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-align: right;
}
.locali .text p {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: large;
    text-align: right;
}




.contenitore .locali .text {
    width: 50%;
    position: relative;
    float: left;
    margin-left: 0px;
    padding-left: 2%;
    padding-right: 2%;
    clear: right;
}
.contenitore .tecnica {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 1%;
    margin-top: 1%;
}
.contenitore .locali .tecnologia {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 1%;
    margin-top: 1%;
    border: 3px solid #FF0004;
}
.locali .tecnologia .parte_1 {
    width: 50%;
    position: relative;
    float: left;
    margin-top: 9px;
    margin-left: 0px;
}

.tecnologia .parte_1 h2 {
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    text-transform: none;
    font-size: x-large;
}
.contenitore .locali .Tec_Cos {
    width: 100%;
    position: relative;
    float: left;
    margin-left: 1%;
}
.locali .Tec_Cos h1 {
    font-family: "Roboto Black";
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
}
.divider_head {
    height: 139px;
}
#home .subtitle-parallax h1 {
    font-family: "Roboto Black";
    color: #FFFFFF;
    opacity: 1;
    /* [disabled]text-shadow: 3px 3px 1px #000000; */
    font-size: 50px;
    text-transform: capitalize;
}
#home .subtitle-parallax3 h1  {
    font-family: "Roboto Black";
    color: #FFFFFF;
    opacity: 1;
    font-size: 50pt;
    text-transform: capitalize;
    text-align: center;
}
div .example-image-link .example-image {
    width: 100%;
    padding-top: 34px;
}

.contenitore .divider2 h1 {
    font-family: "Roboto Black";
    text-align: center;
    position: relative;
    font-weight: bolder;
}
.buttn   {
    width: 30%;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    float: left;
    margin-right: 3%;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    font-size: x-large;
    text-align: center;
}

.contenitore .Plan .example-image-link {
    height: 100%;
    float: left;
}

.contenitore .Plan {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-left: 2%;
}
.Plan .example-image-link h1 {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    text-align: center;
    color: #000000;
    text-decoration: underline;
    width: 100%;
    float: right;
    font-size: x-large;
    font-weight: bold;
}

.Plan .example-image-link .front {
    width: 100%;
}
.cmd .Plan .front {
    width: 100%;
}
.Plan a .buttn {
    width: 100%;
}




.contenitore .Gall_ext {
    width: 80%;
    margin-left: 10%;
}
.contenitore .Gall_int {
    width: 80%;
    margin-left: 10%;
}
.contenitore .cmd {
    width: 80%;
    margin-left: 10%;
    background-color: #C83234;
    height: 30%;
}
body {
}
.proposal {
    width: 90%;
    margin-left: 5%;
    position: relative;
}
.select a .front {
    width: 100%;
    clear: left;
    height: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
}
.proposal .select a {
    position: relative;
    float: left;
    height: 100%;
    clear: none;
    width: 100%;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}


.proposal .select {
    width: 25%;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    float: left;
    clear: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
.select a span {
    text-align: center;
    color: #000000;
    text-shadow: 3px 3px 2px #FFFFFF;
    clear: none;
    width: 100%;
    position: absolute;
    float: left;
    display: none;
    text-decoration: none;
    margin-bottom: 0px;
    font-family: "Roboto Light";
    line-height: normal;
}
.select a:hover span {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
}
.select a:hover .front {
    opacity: 0.57;
}
span p .RED {
    color: #FF0004;
    font-weight: bolder;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
    color: #EF0F13;
    font-family: "Roboto Regular";
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}
#structure {
    width: 70%;
    margin-left: 15%;
    position: relative;
    clear: both;
    height: auto;
    margin-top: 0px;
    opacity: 1;
    -webkit-box-shadow: 6px 6px 33px #6d6d6d;
    box-shadow: 6px 6px 33px #6d6d6d;
    background-color: #FFFFFF;
}
#structure .inset {
    width: 48%;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    top: 0px;
    float: left;
    margin-right: 2%;
    font-family: "Roboto Condensed", "Roboto Condensed Light";
}
#structure .inset h2 {
    border-bottom: 4px solid #FF0004;
    padding-bottom: 3%;
    width: 70%;
    margin-left: 15%;
    font-family: "Roboto Condensed", "Roboto Condensed Light";
    font-size: xx-large;
    font-weight: bold;
    padding-top: 8px;
}

#structure .inset h1 {
    font-size: x-large;
    text-align: center;
    font-variant: normal;
    font-family: "Roboto Condensed", "Roboto Condensed Light";
}
.inset h1 .azure {
    color: #1D75FF;
}

#where {
    position: relative;
    height: 0px;
    width: 90%;
    margin-left: 5%;
    -webkit-box-shadow: 6px 6px 33px #6d6d6d;
    box-shadow: 6px 6px 33px #6d6d6d;
    overflow-y: hidden;
    max-height: 600px;
    float: left;
}
#where > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 600px;
}
#nav .logo_alt  {
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 3px;
    display: block;
    position: absolute;
    top: 86px;
    left: 2.5%;
    visibility: visible;
}
#nav .logo_alt.resized {
    visibility: visible;
    max-width: 400px;
    float: left;
    margin-top: -81px;
    position: absolute;
}
#footer .foot_img {
    float: left;
    margin-left: 5%;
    /* [disabled]top: 22%; */
    position: relative;
    margin-top: 10px;
    width: auto;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
#footer .foot_divide {
    width: 50%;
    height: auto;
    float: left;
    text-align: left;
}
#footer .foot_divide iframe {
    width: 90%;
}


.content {
    position: relative;
    margin-left: 2%;
    width: 100%;
    /* [disabled]bottom: 0px; */
    float: left;
    clear: left;
    padding-top: 150px;
    padding-bottom: 20px;
}
#footer .foot_divide3 {
    width: 31.6667%;
    height: auto;
    float: left;
}
#footer .foot_divide3 h2 {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-size: x-large;
    margin-left: 15.625%;
    font-weight: bolder;
    text-decoration: none;
    text-align: justify;
    text-transform: none;
    border-bottom: 1px solid #FFFFFF;
}
#footer .foot_divide3 p {
    font-family: "Roboto Light";
    font-size: medium;
    margin-left: 15.625%;
    text-align: justify;
    font-weight: 200;
}




.content .box-evi img {
    width: 100%;
    height: 100%;
}
.link_utili li a {
    font-family: "Roboto Light";
    color: #FFFFFF;
    font-weight: lighter;
    font-size: medium;
    text-decoration: none;
    text-transform: none;
    margin-left: 0px;
}
#footer .foot_divide3 .link_utili {
    margin-left: 11.625%;
    width: 90%;
    margin-right: 0px;
}


#footer .foot_divide h3 {
    font-size: xx-large;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    margin-left: 10%;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    text-align: left;
}
#footer .foot_divide p {
    font-family: "Roboto Light";
    font-size: medium;
    margin-left: 10%;
    margin-right: 15%;
    text-align: justify;
    font-weight: 200;
}
#footer .foot_divide img {
    margin-left: 10%;
    float: left;
    margin-right: 18px;
    margin-top: 13px;
}
.foot_divide p a {
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF;
}
#CORPO {
    width: 65%;
    margin-left: 17.5%;
    background-color: #FFFFFF;
    font-family: "Roboto Regular";
    margin-top: 0px;
    overflow-x: hidden;
    height: auto;
    font-style: normal;
    font-weight: 100;
    position: relative;
}
#CORPO p {
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    font-weight: 300;
    font-family: "Roboto Regular";
}
#CORPO ol {
    font-size: 12pt;
    text-align: justify;
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-weight: 300;
}

#CORPO h1 {
    font-size: 16pt;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    padding-top: 10px;
    text-align: justify;
    font-family: "Roboto Bold";
}
.descrizione2 .entire .txt_img  {
    width: 90%;
    margin-left: 5%;
}
.descrizione2 .entire .txt_img_2   {
    width: 90%;
    margin-left: 5%;
}





#CORPO .half {
    width: 50%;
    float: left;
    clear: none;
}
.half ol li {
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

#CORPO .half img {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#CORPO .CONTATTACI {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 14pt;
    text-decoration: none;
    text-transform: none;
    border: 1px solid #000000;
    font-weight: 400;
    font-family: "Roboto Regular";
}
#CORPO .CONTATTACI:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background-color: #3B3B3B;
    font-weight: 400;
}
#CORPO ul li {
    font-size: 12pt;
    text-align: justify;
    font-family: "Roboto Regular";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
}
.entire  {
    width: 100%;
    float: left;
}
#CORPO h2 {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
    font-weight: bold;
}
#CORPO h3 {
    padding-left: 10px;
    font-family: "Roboto Regular";
    font-weight: bold;
}
.contenitore .divider2 h1 {
    font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
}
.entire h1  {
    font-family: "Roboto Bold";
    font-size: x-large;
}
#footer .foot_divide3 h3 {
    font-family: "Roboto Medium";
    font-size: x-large;
    margin-left: 15.625%;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    text-transform: none;
}
#footer .foot_divide3 .socialnetwork {
    margin-left: 15.625%;
}
.socialnetwork a .social_icon {
    width: 32px;
    margin-right: 16px;
}
#fb:hover {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/Social/f_logo_RGB-Blue_1024.svg);
    background-size: auto 30px;
}
#CORPO a {
    text-decoration: none;
    color: #000000;
}
#CORPO h4 {
    font-size: 20pt;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    padding-top: 10px;
    text-align: justify;
    font-family: "Roboto Black";
}

.HOME_parallax {
    /* The image used */
    background-image: url(../img/TDS/Home.png);
    /* Set a specific height */
    min-height: 867px;
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center 115px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
.firstpage {
}
.HOME_parallax2  {
    background-image: url(../img/TDS/Home.png);
    min-height: 817px;
    background-attachment: scroll;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 800px;
}
.over   {
    height: 250px;
    background-color: #3D3737;
    position: relative;
    opacity: 0.49;
    font-family: "Roboto Regular";
    color: #F9F9F9;
    text-align: center;
    z-index: 55;
}
#slideshow .title   {
    float: none;
    width: 100%;
    position: absolute;
    clear: both;
    opacity: 1;
    z-index: 40;
    background-image: url(../img/bkg_titolo.png);
    background-repeat: repeat-x;
    max-height: 250px;
    height: 180px;
    display: block;
    bottom: 20px;
}
.title h1  {
    color: #F3F3F3;
    font-family: "Roboto Black";
    text-align: center;
    position: relative;
    /* [disabled]top: 389px; */
    letter-spacing: 0.1em;
    font-size: 24pt;
    float: left;
    clear: left;
    width: 100%;
    display: block;
}
.title p  {
    color: #F3F3F3;
    font-family: "Roboto Light";
    text-align: center;
    position: relative;
    /* [disabled]top: 389px; */
    font-size: 16pt;
    float: left;
    width: 100%;
    clear: left;
    display: block;
}
.title h6 {
    color: #F6F6F6;
    font-family: "Roboto Light";
    font-size: 80pt;
    text-align: center;
}
.title h6:hover  {
    color: #FFA800;
    transition: 0.2s;
    font-size: 85pt;
}
.title .arrow {
    width: 30pt;
    margin-left: 47.5%;
    float: none;
    position: absolute;
}
#activity {
    width: 100%;
    background-image: url(../img/TDS/Home.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 115px;
    position: relative;
    opacity: 1;
    min-height: 750px;
    /* [disabled]max-height: 650px; */
    float: left;
    clear: left;
}
#news {
    width: 100%;
    margin-top: 0px;
    overflow-y: hidden;
    opacity: 1;
    color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    height: auto;
    background-repeat: repeat;
}
#works {
    width: 100%;
    overflow-y: hidden;
    opacity: 1;
    color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    height: auto;
}
#activity #left {
    width: 50%;
    height: auto;
    float: left;
    background-image: url(../img/bkg_activity.png);
    opacity: 1;
    background-repeat: repeat;
    min-height: 750px;
    min-width: 650px;
    filter: blur(5px);
}
#news h1  {
    font-family: "Roboto Regular";
    font-size: 16pt;
    border-bottom: 2px solid #F7B82D;
}
#news .notizie  {
    background-color: #868686;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    margin-top: 3%;
    margin-bottom: 2%;
}
#news .notizie p {
    color: #000000;
    font-family: "Roboto Light";
    font-size: 12pt;
}
#news .notizie h7 {
    color: #f7b82d;
    font-family: "Roboto Light";
    font-size: 12pt;
    font-style: italic;
}
#activity #right {
    width: 50%;
    float: left;
    min-height: 750px;
    background-repeat: repeat;
    overflow-y: hidden;
    filter: blur(5px);
    background-color: hsla(225,3%,24%,0.75);
}
#works h1 {
    font-family: "Roboto Regular";
    font-size: 16pt;
    border-bottom: 2px solid #F7B82D;
}
#parallasse {
    min-height: 515px;
    /* [disabled]background-position: center 115px; */
    background-repeat: no-repeat;
    height: 915px;
    width: auto;
    background-attachment: scroll;
    transition: 0.5s;
    background-size: cover;
}
.bg_servizi {
    background-image: url(../img/Cantieri/gruppo-de-servi-servizi.png);
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
}
#parallasse.resized {
    background-position: center 10px;
    /* [disabled]min-height: 500px; */
    background-repeat: no-repeat;
    /* [disabled]height: 800px; */
    /* [disabled]width: 100%; */
    /* [disabled]background-attachment: scroll; */
    /* [disabled]background-size: 100% auto; */
}
.ttl  {
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0px;
    display: block;
    margin-right: auto;
}
.specification {
    width: 50%;
    margin-left: 25%;
    padding-top: 2%;
    padding-bottom: 2%;
}
.spec_container {
    background-color: #F1F1F1;
    width: 100%;
}
.mission .rectangle  {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mission .rectangle h1 {
    font-family: "Roboto Bold";
    font-size: 20px;
    width: 80%;
    float: left;
    display: inline-block;
    margin-top: 17px;
    text-transform: uppercase;
}
.testo   {
    font-family: "Roboto Light";
    font-size: 14px;
    visibility: hidden;
    clear: left;
    margin-top: 15px;
    padding-top: 15px;
    text-align: justify;
}
.plus:hover  {
    text-shadow: 0px 0px;
    color: #F7B82D;
    text-transform: none;
}
.plus   {
    width: 30px;
    display: block;
    float: right;
    clear: none;
    text-shadow: 0px 0px;
    color: #000000;
    font-family: "Roboto Light";
    font-size: 25px;
    text-decoration: none;
    text-transform: none;
    border: none;
    margin-top: 15px;
    background-color: hsla(0,0%,100%,0.00);
    margin-left: 15px;
    /* [disabled]position: relative; */
    margin-right: 0px;
}
#GENERAL   {
    border: 1px solid #000000;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#GENERAL h1  {
    font-family: "Roboto Bold";
    font-size: 20px;
    width: flex;
    float: left;
    clear: none;
    display: inline-block;
}
.minus   {
    width: 30px;
    display: none;
    float: right;
    clear: none;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-family: "Roboto Bold";
    font-size: 25px;
    text-decoration: none;
    border: none;
    text-transform: none;
    margin-top: 15px;
    background-color: #f7b82d;
    margin-left: 15px;
    /* [disabled]visibility: hidden; */
}
.lavoro {
    width: 70%;
    margin-left: 15%;
    position: relative;
    top: 20px;
    float: left;
    clear: left;
    display: inherit;
}
.gallery-image .Gallery  {
    width: 70%;
    clear: left;
    z-index: 2;
    display: block;
    position: relative;
    float: left;
    margin-left: 15%;
}

.buttons  {
    height: auto;
    width: 70%;
    position: relative;
    margin-top: 6.5%;
    text-align: justify;
    margin-left: 15%;
    background-color: #AB3F41;
    top: 50px;
}
#contenitor .project_data {
    width: 90%;
    position: relative;
    border-color: hsla(0,0%,0%,0.00);
    margin-bottom: 100px;
    top: 50px;
    margin-left: 5%;
    visibility: hidden;
    height: auto;
    font-family: "Roboto Light";
    font-size: 20pt;
}
#contenitor .tabella {
    position: relative;
    top: 100px;
    width: 70%;
    float: left;
    margin-left: 15%;
    border: 1px solid #000000;
    height: 80px;
    padding-right: 2%;
    font-size: 14pt;
    background-color: hsla(48,6%,85%,0.56);
}
#contenitor .tabella .titl_1 {
    text-align: left;
    width: 100%;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 5%;
    margin-top: 24px;
    font-size: 18pt;
}
tbody tr td {
    padding-top: 5px;
    padding-right: 5px;
    /* [disabled]padding-bottom: 5px; */
    padding-left: 5px;
    font-family: "Roboto Light";
    font-size: 14pt;
    margin-top: 1px;
    vertical-align: 5px;
}
#contenitor {
    position: relative;
    top: 115px;
    text-shadow: 0px 0px;
    height: auto;
    float: left;
    clear: left;
    width: 100%;
    margin-left: 0px;
    display: block;
}
#contenitor .lavoro .Principale {
    width: 80%;
    position: relative;
    clear: left;
    /* [disabled]margin-right: 2%; */
    float: left;
    margin-left: 10%;
}
.lavoro .descrittivo {
    width: 26%;
    height: 600px;
    background-color: #F2EA30;
    position: relative;
    clear: none;
    float: left;
}
.gall_img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.gall_img:hover {
    opacity: 0.7;
}
.lavoro .Principale .cornice {
    height: 100%;
    background-color: #8C0B0E;
}
.immagine {
    width: 100%;
    height: auto;
    clear: left;
    float: left;
    position: absolute;
    margin-top: 20pt;
}
.immagine .ghirigoro {
    float: left;
    clear: none;
    position: absolute;
    z-index: 3;
    /* [disabled]background-color: #B01B1E; */
}
.immagine .img_jpg {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    margin-top: 6.9%;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 3px #646464;
    box-shadow: 0px 0px 10px 3px #646464;
}
.immagine .vertical_line {
    float: left;
    clear: none;
    position: absolute;
    z-index: 1;
}
.B_cornice .vertical_line2  {
    float: left;
    clear: none;
    position: absolute;
    z-index: 1;
    height: 120%;
    top: -10%;
}
.id_lavoro  {
    font-family: "Roboto Medium";
    text-transform: uppercase;
    position: absolute;
    font-size: 16pt;
    margin-left: 25%;
}
.divider3 {
    height: 200px;
    background-color: #933032;
    position: relative;
    float: left;
    clear: both;
}
.G_button   {
    padding-top: 6px;
    padding-right: 30px;
    padding-bottom: 6px;
    border: 1px solid #000000;
    padding-left: 30px;
    position: relative;
    float: left;
    z-index: 8;
    color: #000000;
    font-family: "Roboto Light";
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16pt;
    display: inline-block;
    text-align: justify;
    width: auto;
    text-decoration: none;
    clear: none;
    margin-right: 20px;
}
.G_button:hover   {
    color: #000000;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    background-color: #F7B82D;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border-color: #F7B82D;
}
.G_button_gal {
    padding-top: 6px;
    border: 1px solid #000000;
    padding-bottom: 6px;
    position: relative;
    float: left;
    clear: none;
    z-index: 8;
    color: #000000;
    font-family: "Roboto Light";
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16pt;
    width: 13%;
}
.G_button_gal:hover {
    border: 3px solid #000000;
    color: #000000;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    text-shadow: 0px 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.buttons .pulsanti  {
    width: 100%;
    text-align: justify;
}
#contenitor2 {
    width: 90%;
    height: auto;
    position: relative;
    top: 29px;
    margin-left: 5%;
}
#contenitor2 .divisore {
    height: 5px;
}
#contenitor2 .progetto {
    width: 32.3%;
    float: left;
    margin-bottom: 1%;
    margin-left: 0.5%;
    height: 29vw;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    margin-right: 0.5%;
}
#contenitor2 .progetto .P_didascalia {
    position: relative;
    font-family: "Roboto Regular";
    color: #000000;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    background-color: hsla(0,55%,6%,0.59);
    z-index: 2;
    top: -100%;
    left: -100%;
    padding-top: 1vw;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-left: 1vw;
}
.progetto .P_didascalia h1 {
    font-size: 1.2em;
    line-height: 2.5ex;
    z-index: 3;
    color: hsla(0,0%,100%,1.00);
    padding-left: 1vw;
    font-family: "Roboto Regular";
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0vw;
}
.progetto .P_didascalia h4 {
    font-size: 1em;
    line-height: 2.5ex;
    z-index: 3;
    color: hsla(0,0%,100%,1.00);
    padding-left: 2vw;
    font-family: "Roboto Regular";
    width: 100%;
    position: relative;
    right: 1vw;
}
.progetto .P_didascalia h4:hover  {
    color: #F7B82D;
}
.progetto .P_didascalia h1:hover {
    color: #F7B82D;
}
.progetto .P_didascalia h6 {
    color: hsla(0,0%,64%,1.00);
    font-size: 1em;
    font-weight: bold;
    font-family: "Roboto Thin";
    position: absolute;
}
#contenitor2 .progetto .prog_img {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
}
.progetto .P_didascalia .vai_a {
    position: absolute;
    font-size: 1.5em;
    float: right;
    clear: both;
    width: 10%;
    height: 10%;
    bottom: 1vw;
}
#menu {
    font-family: "Roboto Light";
    color: #000000;
    font-size: 14pt;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
    text-transform: none;
    text-align: center;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    clear: left;
    height: 100%;
    margin-top: 1vw;
    min-height: 3vw;
    margin-bottom: 20px;
    display: block;
}
#menu li {
    display: block;
    color: #000000;
    text-decoration: none;
    text-align: center;
    float: left;
    height: auto;
    width: auto;
    vertical-align: bottom;
    position: relative;
    margin-right: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
}
#menu .tutti {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    text-align: center;
    float: right;
    height: auto;
    width: auto;
    vertical-align: bottom;
    position: relative;
    margin-left: 2.5%;
    margin-right: 2%;
}
#menu li:hover {
    border-bottom: 4px solid #f7b82d;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}
#menu li a {
    display: block;
    text-transform: capitalize;
    font-variant: small-caps;
    color: #1E1E1E;
    text-decoration: none;
    margin-left: 1vw;
    margin-right: 1vw;
}

/* The Modal (background) */
.Amodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 70; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.Amodal-content {
    margin: auto;
    display: block;
    width: auto;
    /* [disabled]max-width: 700px; */
    max-height: 100%;
    /* [disabled]height: 80vh; */
}

/* Caption of Modal Image 
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}*/

/* Add Animation */
.Amodal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.Aclose {
    position: absolute;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.Aclose:hover,
.Aclose:focus {
    /* [disabled]color: #bbb; */
    text-decoration: none;
    cursor: pointer;
    background-color: hsla(41,93%,57%,0.79);
}
.social_b.resized {
    display: block;
}
.B_cornice .ghirigoro2  {
    float: left;
    clear: none;
    position: absolute;
    z-index: 8;
    height: 120%;
    top: -10%;
}
.spec_container2 {
    background-color: #3b54a0;
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
    text-align: center;
    display: inline-block;
}
.spec_container2 h1 {
    font-family: "Roboto Medium";
    color: #FFFFFF;
    text-align: center;
    font-size: 20pt;
}
.spec_container2 .cartello .icon {
    width: 10%;
    position: relative;
    float: none;
    clear: none;
    display: block;
    margin-left: 45%;
    margin-top: -5%;
}
.spec_container2 .cartello .slogan {
    border-radius: 5px;
    background-color: #FFFFFF;
    font-family: "Roboto Bold";
    text-align: center;
    font-size: 20pt;
    text-transform: uppercase;
    width: 100%;
    display: block;
    float: left;
    padding-top: 2%;
    padding-right: 7.5%;
    padding-bottom: 7.5%;
    padding-left: 7.5%;
}
.spec_container2 .cartello {
    border-radius: 5px;
    background-color: #FFFFFF;
    font-family: "Roboto Bold";
    text-align: center;
    font-size: 20pt;
    text-transform: uppercase;
    width: 40%;
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
    margin-bottom: 3%;
    margin-top: 3%;
    -webkit-box-shadow: 0px 0px 15px 5px hsla(0,0%,30%,0.76);
    box-shadow: 0px 0px 15px 5px hsla(0,0%,30%,0.76);
}
#bg {
    width: 100%;
    height: auto;
    /* [disabled]background-image: url(../img/Cantieri/ParallaxPA_4.jpg); */
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150% 150%;
    overflow-y: hidden;
    background-size: auto 900px;
}
.bg_Prof_Az {
    transition: 0.5s;
    background-image: url(../img/Cantieri/ProfiloAz3.jpg);
    min-height: 600px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    background-attachment: fixed;
    background-size: cover;
}
.service .apri {
    width: auto;
    display: block;
    clear: none;
    text-shadow: 0px 0px;
    color: #000000;
    font-family: "Roboto Light";
    font-size: 14pt;
    text-decoration: none;
    border: none;
    text-transform: none;
    background-color: hsla(0,0%,100%,0.00);
    position: relative;
    float: right;
    right: 0px;
    font-weight: bold;
    padding-top: 2%;
}
.service .apri:hover {
    text-shadow: 0px 0px;
    text-transform: none;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #f7b82d;
}
.attivita .service .cont_img {
    width: 100%;
    /* [disabled]height: 300px; */
    overflow-y: hidden;
}
.change .bar1 {
    transform: translate(0px,8px) rotate(-45deg);
    transition: 0.4s;
    background-color: #1c1c1c;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: rotate(45deg) translate(-4px,-5px);
    transition: 0.4s;
    background-color: #1c1c1c;
}
.bi {
    margin-bottom: 3px;
}
.bi {
}
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.riga   {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.gallery-image  {
    width: 100%;
    display: block;
    height: auto;
    margin-left: 0px;
    background-color: #000000;
    position: relative;
    float: left;
    clear: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    top: 52%;
    margin-top: 52%;
}
.column3 {
    -ms-flex: 33%;
    flex: 33%;
    padding: 0 4px;
    max-width: 33%;
}
.gallery-image2 {
    width: 100%;
    display: block;
    height: auto;
    margin-left: 0px;
    position: relative;
    float: left;
    clear: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    top: 52%;
    margin-top: 52%;
}
.icns {
    width: 30pt;
    /* [disabled]padding-top: 5PX; */
    padding-bottom: 5px;
    padding-left: 0px;
}
tbody tr .col_1 {
    text-align: left;
    font-weight: bold;
    width: 5%;
    vertical-align: baseline;
}
tbody tr .col_2 {
    text-align: left;
    vertical-align: baseline;
    width: 20%;
    font-weight: bold;
    text-transform: uppercase;
}
tbody tr .col_3 {
    width: 75%;
    vertical-align: baseline;
}
tbody tr .col_4 {
    width: 30%;
    text-align: left;
}
tbody tr .col_5 {
    width: 5%;
}
tr .col_3 .tt-alt {
    font-weight: bold;
    display: none;
}
.bg_Rlz {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Realizzazioni.jpeg);
}
.bg_CeV {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/CostruzioneVendita.png);
}
.bg_cnt {
    min-height: 1080px;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 1080px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/contatti.jpg);
}

.descrizione2 {
    width: 660%
%;
    margin-left: 20%;
    height: auto;
    text-align: justify;
    width: 60%;
    margin-top: 2%;
    margin-bottom: 2%;
}
.bg_Gest {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/cantieri-1280x720.jpg);
}
.bg_Svl {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/Riposto-Questione-terreni-edificabili-e1554321625348-1280x720.jpg);
}
.bg_restore {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/Ristrutturazioni.jpg);
}
.bg_archrest {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/Restauro.jpg);
}
.bg_front {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/facciata-condominio-1024x683.jpg);
}
.bg_Proj {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/03-cad.jpg);
}
.bg_Pub {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/lavori-pubblici.jpg);
}
.bg_Bio {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/Bioedilizia-Edificio.jpg);
}
.bg_Eco {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/Cantieri/ambiente.jpg);
}
.rectangle .testo h2 {
    font-weight: bold;
    font-family: "Roboto Regular";
    font-size: large;
}
.bg_mod {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/MODULAR/modular.jpg);
}
.bg_due {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 0.5s;
    background-image: url(../img/APPROFONDIMENTI/corso-due-diligence-immobiliare.jpg);
}
#parallasse .img-titolo {
    width: 100%;
    margin-top: 115px;
    float: none;
    clear: none;
    overflow-y: hidden;
}













@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 767px){
  .Amodal-content {
    width: 100%;
  }
.attivita .service {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 5%;
}
#contenitor .tabella .titl_1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11pt;
    font-weight: bold;
}
.progetto .P_didascalia h1 {
    padding-left: 3vw;
}
.progetto .P_didascalia h6 {
    padding-left: 3vw;
    padding-top: 0px;
    margin-top: 2vw;
}


}


@media (max-width:1300px){
#contenitor2 .progetto .prog_img {
    width: auto;
    height: 100%;
}
.mission .rectangle .plus {
    width: flex;
    display: inline-block;
    float: right;
    clear: none;
    text-shadow: 0px 0px;
    color: #000000;
    font-family: "Roboto Light";
    font-size: 25px;
    text-decoration: none;
    text-transform: none;
    margin-top: 15px;
}
.mission .rectangle .plus:hover  {
    text-shadow: 0px 0px;
    color: #F7B82D;
}
#parallasse {
    min-height: 615px;
    background-position: center 75px;
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    transition: 1s;
    background-size: cover;
}
#activity #right {
    width: 90%;
    clear: left;
    position: relative;
    margin-left: 5%;
    float: left;
    height: auto;
    min-height: 600px;
    max-height: 800px;
    display: block;
}
#activity #left {
    width: 90%;
    margin-left: 5%;
    float: left;
    clear: left;
    position: relative;
    height: auto;
    max-height: 800px;
    display: block;
    min-height: 650px;
    min-width: auto;
}
#activity {
    width: 100%;
    background-image: url(../img/TDS/Home.png);
    top: 115px;
    opacity: 1;
    clear: left;
    float: left;
    height: auto;
    max-height: none;
    min-height: none;
}
.descrizione {
    width: 70%;
    margin-left: 15%;
}
.specification {
    width: 70%;
    margin-left: 15%;
}
#contenitor .tabella {
    position: relative;
    top: 75px;
    width: 90%;
    float: left;
    border: 1px solid #000000;
    margin-left: 5%;
    height: 80px;
    padding-right: 2%;
}
#contenitor .lavoro {
    width: 90%;
    margin-left: 5%;
}
#contenitor .buttons {
    width: 90%;
    margin-left: 5%;
}
tbody tr td {
    font-size: 12pt;
}
#contenitor .tabella .titl_1 {
    font-size: 18pt;
    margin-top: 25px;
}
#contenitor {
    position: relative;
    top: 115px;
}
#contenitor2 .progetto {
    width: 46.25%;
    float: left;
    margin-bottom: 2.5%;
    margin-left: 2.5%;
    height: 46.25vw;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
#menu li {
    float: none;
    display: block;
    width: 30vw;
}
.spec_container2 .cartello {
    width: 50%;
    margin-left: 25%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.attivita .service {
    width: 80%;
    margin-left: 10%;
}
.bg_Rlz {
    min-height: 500px;
    background-position: center 115px;
    background-repeat: no-repeat;
    height: 800px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    transition: 1s;
}
.descrizione2 {
    width: 70%;
    margin-left: 15%;
}
#parallasse .centro {
    top: 245px;
}

}

@media screen and (max-width:767px){
tbody tr td {
    font-size: 10pt;
    margin-left: 1%;
    border-bottom: 1px solid #A7A7A7;
}
#contenitor .lavoro .Principale {
    width: 100%;
    float: left;
    clear: left;
    position: relative;
    height: auto;
    margin-left: 0px;
}
.gallery-image .Gallery   {
    width: 90%;
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    float: left;
    clear: left;
    display: block;
    margin-left: 5%;
}
#contenitor2 .progetto {
    width: 90%;
    height: 81vw;
    margin-left: 5%;
}
.social_b  {
    visibility: hidden;
}
.descrizione {
    width: 90%;
    margin-left: 5%;
}
.specification {
    width: 90%;
    margin-left: 5%;
}
.mission .rectangle h1 {
    margin-left: 11px;
    width: 70%;
    display: block;
    clear: none;
    margin-top: 22px;
}
.mission .rectangle {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.spec_container2 .cartello {
    width: 90%;
    margin-left: 5%;
}
.attivita .service {
    width: 90%;
    margin-left: 5%;
}
#contenitor .tabella .titl_1 {
    margin-top: 25px;
    font-size: 14pt;
}
.lavoro .Principale .id_lavoro {
    font-size: 10pt;
    margin-top: 8px;
}
#contenitor .tabella {
    position: relative;
    top: 75px;
    width: 96%;
    border: 1px solid #000000;
    float: left;
    margin-left: 2%;
    height: 80px;
    padding-right: 2%;
}
#contenitor .project_data {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 50px;
    top: 20px;
}
tbody tr .col_2 {
    display: none;
}
tr .col_3 .tt-alt {
    display: inherit;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: small;
    padding-top: 7px;
}
tbody tr .col_3 {
    vertical-align: top;
    padding-bottom: 7px;
}
tbody tr .col_1 {
    vertical-align: top;
    padding-top: 7px;
    padding-bottom: 7px;
}
.icns {
    padding-top: 7px;
    padding-bottom: 7px;
}
.descrizione2 {
    width: 90%;
    margin-left: 5%;
}







}
