@font-face {
    font-family: 'gothambook';
    src: url('../font/gotham_book_regular-webfont.woff2') format('woff2'),
         url('../font/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* TAGS */
body {
  margin:0;
  text-align:center;
  background:#FFF;
  color:#000;
  font-size: 16px; 
  font-family: 'gothambook',Roboto,Helvetica Neue,Arial,sans-serif;
  font-weight:normal;
  line-height: 1.4;
} 
@media only screen and (max-width: 990px) {
    body {
      font-size:14px; 
    } 
}
header {  
  background:linear-gradient(0deg, rgba(178,214,250,1) 0%, rgba(55,93,158,1) 100%);
}
footer {
  text-align:center;
  background:#DDD;
  padding:10px;
  font-size:80%;
  line-height:20px;
	color: #000;
}
div {
  position:relative;
  text-align:justify;
}     
p {
  margin:20px 0;
}
h1, h2,h3,h4,h5 {
  color:#333;
}
h1 {
  font-size:220%;
  font-weight:bold;
}
h2 {
  font-size:190%; 
  font-weight:bold;
}
h3 {
  font-size:170%;
}
h4 {
  font-size:150%;
}
h5 {
  font-size:120%;
}
big {
  font-size:120%;
}
small {
  font-size:80%;
}
img {
  border:0;
}
a {
  text-decoration:none;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
}
a:hover {
  text-decoration:underline;
}
a:focus {
  outline:0;
}
select {
  cursor:pointer;
}

/* ELEMENTI LAYOUT */
#container, .container {
  margin:auto;
  padding:0;
  max-width:1160px;
}

#lavora {
  background:#FFF;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.10);
  padding:20px;
  margin:0 auto 30px auto;
  border-radius:20px;
  max-width:700px;
}

/* CLASSI */
.logo {
  width:22%;
  float:left;
  text-align:left;
}  
@media only screen and (max-width: 990px) {
    .logo {
      width:100%;
      float:none;
      text-align:center;
    }
}
.logo img {
  width:98%;
  max-width:400px;
  margin-top:2%;
  margin-left:2%;   
} 
@media only screen and (max-width: 990px) {
    .logo img {
      max-width:280px;
      margin:0;
      margin-top:5px;
    }
}
.menu {
  width:78%;
  float:right;
  text-align:right;
  margin-top:12px;   
}  
@media only screen and (max-width: 990px) {
    .menu {
      width:100%;
      float:none;
      text-align:center;
      margin-top:10px;
      background:rgba(90,90,90,0.8);
    }
}
.menu a { 
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration:none;  
  font-weight:bold;
  margin:0 20px 0 0;
  line-height:30px; 
  vertical-align:top !important; 
  text-shadow: 1px 1px 2px #000;
}
.menu a:hover, .menu a.active { 
  color: #ffd800;  
}
@media only screen and (max-width: 990px) {
    .menu li {
      margin:0;
      border-bottom:1px solid #CCC;
    }
    .menu li a {
      padding:7px;
      display:block;
    }
    .menu img {   
      margin:10px 0;
    }
}
.menu .dropdown-menu {
  background:rgba(0,0,0,0.5);
  padding:0;
}
.menu .dropdown-menu li {

}
.menu .dropdown-menu .dropdown-item {
  background:none;
}
.navbar-light .navbar-toggler {
  color:#000;
  border-color:#000;
  background:rgba(255,255,255,0.8);
}

.clear {
  clear:both;
}
.link {
  cursor:pointer;
}
.move {
  cursor:move;
}
.nascosto {
  display:none;
}
.hidden {
  visibility:hidden;
}
.bianco {
  color:#FFF !important;
}
.nero {
  color:#000 !important;
}
.grigio {
  color:#555 !important;
}
.celeste {
  color:#36F !important;
}
.blu {
  color:#00F !important;
}
.rosso {
  color:#F00 !important;
}
.giallo {
  color:#FC0 !important;
}
.arancio {
  color:#F60 !important;
}
.verde {
  color:#026a00 !important;
}
.viola {
  color:#60F !important;
}

.row {
  margin-right:0;
  margin-left:0;
}

.card {
  margin-bottom:10px;
}
.card-header {
  font-size:80%;  
  font-weight:bold;
  letter-spacing:1px;
  color:#222;
  border:0; 
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;         
}
.card .active {
  background:#4398ef; 
  color:#FFF;
}

.form-row div {
  margin:10px 0;
}
.form-row div small {
  display:block;
  margin-bottom:3px;
}

.btn i {
  margin:0 2px;
  font-size:90%;
}

.custom-file-input,
.custom-file-label,
.custom-file-label *,
.custom-file-label::after {
  cursor:pointer !important;
}

.sfondo_azzurro {
  background:#41546e;
  color:#FFF;
}
.sfondo_azzurro * {
  color:#FFF;
}
.sfondo_texture {
  background:#4398ef;
  margin-top:70px;
  background-image:url(../images/bg.png);
  background-size: 100% 100%;
}

.carousel-thumbnails {
  margin-bottom:90px;
}
.carousel-thumbnails .carousel-indicators {
  bottom:-35px;
}
.carousel-thumbnails .carousel-indicators li {
  width:80px;
  cursor:pointer;
}
.carousel-thumbnails .carousel-indicators li.active img {
  border:1px solid #FFF;
}

.section-title,
.section-title2 {
  background:#777;   
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:center;
  background-size:cover;
  text-align:left;
}
.section-title2 {
  padding-top:180px;
  padding-bottom:180px;
}  
@media only screen and (max-width:1280px) {
    .section-title2 { padding-top:110px; padding-bottom:110px; }  
} 
@media only screen and (max-width:1024px) {
    .section-title2 { padding-top:60px; padding-bottom:60px; }  
} 
@media only screen and (max-width:768px) {
    .section-title2 { padding-top:20px; padding-bottom:20px; }  
} 
@media only screen and (max-width:480px) {
    .section-title2 { padding-top:0px; padding-bottom:0px; }  
} 
.section-title h1, .section-title h2,
.section-title2 h1, .section-title2 h2 {
  font-size:60px;  
  font-weight:bold;
  color:#FFF;
  padding:100px 14px;   
  text-shadow: 0px 2px 10px #444;
}
.section-title h2,
.section-title2 h2 {
  padding:60px 14px;   
}  
@media only screen and (max-width:1024px) {
    .section-title h1, .section-title h2 { font-size:52px; } 
    .section-title2 h1, .section-title2 h2 { font-size:52px; } 
} 
@media only screen and (max-width:768px) {
    .section-title h1, .section-title h2 { font-size:44px; } 
    .section-title2 h1, .section-title2 h2 { font-size:44px; } 
}
@media only screen and (max-width:560px) {
    .section-title h1, .section-title h2 { font-size:33px; } 
    .section-title2 h1, .section-title2 h2 { font-size:33px; } 
}
.section-title small,
.section-title2 small {
  display:block;
  margin-top:20px;
  font-size:25px; 
  font-weight:bold;
  line-height:27px;  
}
@media only screen and (max-width:560px) {
    .section-title small { font-size:25px; } 
    .section-title2 small { font-size:25px; } 
} 

.nav-tabs a.nav-link {
  font-weight:bold;
  background:#EEE;
}
.tab-pane {
  padding:0 15px;
}

.imageBoard {
    overflow:hidden;
    text-align:center;
}
.imageBoard img {
    width:100%;
    max-width:200px;
    height:auto;
}
.imageBoard .imageBoard-content {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    padding: 1.25em 1.25em 0;
    height: 100%;
    width: 100%;
    background: rgb(65,84,110);
    transition: right .5s;
    text-align:center;
    vertical-align:middle;
    color:#FFF;
    font-size:20px;
    font-weight:bold;
}  
.imageBoard .imageBoard-content i {
    font-size:27px;
    margin-top:15px;
}  
.imageBoard:hover .imageBoard-content {
    right:0;
}

.lente {
    cursor: zoom-in;
}

#tooltip-span {
  position:fixed;
  overflow:hidden;
  display:block;
  background:#000;
  color:#FFF;
  padding:5px 7px;
  border-radius:5px;
  font-size:12px;
}

.dropdown-toggle::after {
  display:none;
  width: 0;
  height: 0;
  margin-left:0;
  vertical-align:0;
  content: "";
  border:0;
}

.sfondo_committente {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(65,84,110,1) 58%);
  color:#FFF;
}

div.foto-prodotto div {overflow:hidden;}
div.foto-prodotto img {opacity:0.9; transition:transform .5s;}
div.foto-prodotto img:hover {opacity:1; transform:scale(1.1);}
div.foto-prodotto p {margin-bottom:0;}
div.titolocentrato h3{ width: 100%; text-align: center;}
div.titolocentrato p{ width: 100%; text-align: center;}

.shadow {
-webkit-box-shadow: 0px 0px 13px -5px #000000; 
box-shadow: 0px 0px 13px -5px #000000;
}

.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-instagram:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-github {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-github:hover {
    background-color: #5a32a3;
}

.buttc {
		width: 100px;
		height: 100px;
		margin: auto;
		background: #FFF;
		border: 0px;
	}

.buttfocus {
		background: #FFF; border-radius: 50%; border: 3px solid #000;
	}
	
.buttc:focus { background: #FFF; border-radius: 50%; border: 3px solid #000;}



.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}