﻿/************************************************ GOOGLE FONT ************************************************/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/************************************************ STILI DI BASE ************************************************/


body {
	
	color: #999;
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	background: #fff;
}

#primary-nav {
  background-color: #fff;
}

.lead {
 font-size: 24px;
 color: #333;
 font-weight: 500;
}

h2 { 
    font-family: 'Open Sans', sans-serif;
	line-height: 29px;
	font-size: 28px;
	font-weight: 500;
}

h1 { 
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	line-height: 43px;
	font-weight: 500;
}

.nav-bg-custom {
    background-color: #fff;
}

.padding-globale {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bg-custom {
	background: #eee;
}



/******************************************** COLORE FRECCIA ************************************************************/

.sfondo_freccia { 
	color:#fff;
}

/************************************************ BOTTONE CUSTOM ROTONDO *****************************************/

.myButton_rotondo {
	background-color:#343a40;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	letter-spacing: .1rem;
	margin-top: 25px;
	margin-bottom: 25px;
    font-weight: bold;
	padding:15px 40px;
	text-decoration:none;
	font-size: 90%;
}

.myButton_rotondo:active {
	position:relative;
	top:1px;
}

.myButton_rotondo:hover {
	background-color:#B20000;
	color: #fff;
	text-decoration: none;
}

/************************************************ BOTTONE CUSTOM ROTONDO CATALOGO*****************************************/

.myButton_rotondo_catalogo {
	background-color:#fff;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#333;
	letter-spacing: .1rem;
	margin-top: 5px;
	margin-bottom: 5px;
    font-weight: bold;
	padding:10px 30px;
	text-decoration:none;
	font-size: 90%;
	border: 1px solid #666;
}

.myButton_rotondo_catalogo :active {
	position:relative;
	top:1px;
}

.myButton_rotondo_catalogo :hover {
	background-color:#B20000;
	color: #fff;
	text-decoration: none;
}


/************************************************ BOTTONE CUSTOM QUADRATO *****************************************/

.myButton_quadrato {
    background-color: #10B4BD;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: .1rem;
    margin-top: 15px;
    margin-bottom: 16px;
    font-weight: bold;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 90%;
}
.myButton_quadrato:active {
	position:relative;
	top:1px;
}
.myButton_quadrato:hover {
	background-color:#0B7479;
	color: #fff;
	text-decoration: none;
}

/************************************************ DROPDOWN MENU **********************************************/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

/************************************************ ACCORDION **********************************************/

/* 250 px altezza immagini, 650 larghezza */

.accordion {
  width: 100%;
  max-width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: 'Open Sans', sans-serif;
  text-overflow: clip;
  font-size: 37px;
  font-weight: 800;
  margin-bottom: 2px;
  padding-left: 15px;
  top: 160px;
}

.accordion ul li div a p {
  top: 160px;
  font-weight: 600;
  font-size: 14px;
  padding-left: 16px;
}

.accordion ul li:nth-child(1) { background-image: url("img/accordion_01.jpg"); }

.accordion ul li:nth-child(2) { background-image: url("img/accordion_02.jpg"); }

.accordion ul li:nth-child(3) { background-image: url("img/accordion_03.jpg"); }

.accordion ul li:nth-child(4) { background-image: url("img/accordion_04.jpg"); }

.accordion ul li:nth-child(5) { background-image: url("img/accordion_05.jpg"); }

.accordion ul li:nth-child(6) { background-image: url("img/accordion_06.jpg"); }

.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 @media screen and (max-width: 600px) {

body { margin: 0; }

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}

/************************************************ LINEA DIVISORIA VERTICALE  ************************************************/

.linea_verticale {
	padding-right: 50px;
    border-right: 1px solid #ccc;
}

  @media (max-width: 991px) { /* su risoluzione massima 900px */
   .linea_verticale {
	border-right: 0px solid #fff;
  }
  }

/************************************************ NAVBAR ICON ********************************************/

.navbar-toggler {
  border-style: hidden; /* Removes border color */
}
.navbar-toggler-icon {
  background-color: #fff; /* Changes regular toggle color */
}

/************************************************ GESTIONE IMMAGINI CON FORMATO DIVERSO A SECONDA DEL MONITOR ************************************************/


.visible-mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .visible-mobile {
    display: inline !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}

.img-container {
  width: 37,5%;
  height: 100%;
  background-color: lightgray;
  float: left;
  background: url(http://www.bergamositoweb.it/prgrafica/img/grafica_taglio_diagonale.jpg) no-repeat center center / cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0 100%);
	
         /******* % inclinazione lato sinistro, % inclinazione angolo superiore sinistro, % inclinazione angolo superiore destro, % angolo inferiore destro ********/

}

/******************************************************** IFRAME wrapper********************************************************/

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 15px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Visualizza o nascondi su mobile DESKTOP E MOBILE */

.desktop {
  display: inline !important;
}

@media (max-width: 1024px) {
  .desktop {
	display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .mobile {
	display: inline !important;
  }
}

/* Visualizza o nascondi su mobile DESKTOP E MOBILE1300 */

.desktop1300 {
  display: inline !important;
}

@media (max-width: 1300px) {
  .desktop1300 {
	display: none !important;
  }
}

.mobile1300 {
  display: none !important;
}

@media (max-width: 1300px) {
  .mobile1300 {
	display: inline !important;
  }
}

/* Visualizza o nascondi su mobile DESKTOP1500 E MOBILE1500*/

.desktop1500 {
  display: inline !important;
}

@media (max-width: 1500px) {
  .desktop1500 {
	display: none !important;
  }
}

.mobile1500 {
  display: none !important;
}

@media (max-width: 1500px) {
  .mobile1500 {
	display: inline !important;
  }
}


	
	

/************************************ EFFETTO PARALLAX SU IMMAGINI - BASTA CREARE DIV CON CLASS PARALLAX ***********************************/

.parallax {
  /* The image used */
  background-image: url("img/parallax.jpg");

  /* Set a specific height */
  min-height: 670px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

.parallax_01 {
  /* The image used */
  background-image: url("img/parallax_01.jpg");

  /* Set a specific height */
  min-height: 670px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
}

/*********************************************** OVERLAY COLORE AL PASSAGGIO DEL MOUSE SU IMMAGINI ********************************************/

.overlay_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #111;
}

.effetto:hover .overlay_image {
  opacity: 1;
}

.effetto {
    position: relative;
    width: 100%;
}

.text_over_image {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
	font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



/***************************************************************** FOTO ELEMENTO GRAFICO *********************************************************************/

.foto_elemento-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("img/img_elemento_01.jpg");
  min-height: 550px;
}

.top60 {
	padding-top:60px;
}

.bottom60 {
	padding-bottom:60px;
}


/***************************************************************** zero margine su div linea divisoria *******************************************************/ 

.zeromargine {
   margin: 0px;
   padding-left: 0px;
   padding-right: 0px;
   line-height: 0px;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

/************************************************ SLIDER NUOVO (immagini, contenitore, font) ************************************************/
	

/* foto slide 1*/

.slide-home-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("slide/slide01.jpg");
  min-height: 710px;
}

  @media (max-width: 900px) { /* su risoluzione massima 900px */
   .slide-home-1 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-size: cover;
	background-image: url("slide/slide01_mini.jpg");
	min-height: 500px;
  }
  }

/* foto slide 2*/

.slide-home-2 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("slide/slide02.jpg");
  min-height: 750px;
}

  @media (max-width: 900px) { /* su risoluzione massima 900px */
   .slide-home-2 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-size: cover;
	background-image: url("slide/slide02_mini.jpg");
	min-height: 500px;
  }
  }

/* CONTENITORE testo su foto*/

.riquadro-su-foto {
  position: absolute;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 35px;
  padding-right: 35px;
  top: 13%;
  width: 470px;
  left: 10%;
  background-color: rgba(0, 0, 0, 0);
  /*border-bottom-right-radius: 25px;*/
  border-width: 0px;
  border-color:#666;
  -webkit-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
  -moz-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
  box-shadow: 0px 7px 23px 8px rgba(99,99,99,00);
}

/* titolo e paragrafi su slide */

.titolo_slide {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	line-height: 41px;
}

.paragrafo_slide {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 23px;
}

/* BOX testo laterale */

.box_laterale {
  position: absolute;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 25px;
  padding-right: 25px;
  top: 33%;
  width: 230px;
  left: -1%;
  background-color: rgba(41, 41, 41, 1);
  border-width: 0px;
}

/* titolo e paragrafi su slide */

.titolo_box {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.paragrafo_box {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
}


/************************************************ HR ************************************************/

/* hr Large rounded border */
hr.custom {
  border: 5px solid #eee;
  border-radius: 0
  px;
}

/************************************************ CONTENITORE SLIDER HOME PAGE ************************************************/

#contenitore-slider{
	background: rgba(238, 238, 238, 0.0); /* ultimo parametro indica percentuale di opacità - es. 0.3 indica 30% opaco*/
	margin-top: 40px;
	/*margin-left: 10%; */
}

@media only screen and (max-width: 1024px) {
  #contenitore-slider {
   /* visibility: hidden; */
}
}

/************************************ SIDEBAR SINISTRA PER DOWNLOAD *********************************/

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1000;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  z-index:1000;
}

.icon-bar a:hover {
  background-color: #000;
}

.download {
  background: #3B5998;
  color: white;
}

.diretto {
  background: #24BAF5;
  color: white;
}

.portfolio {
  background: #FF922B;
  color: white;
}

.contatti {
  background: #B20000;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.instagram {
  background: #127BB5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/************************************ NAVBAR CUSTOM BORDER *********************************/

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

/*************************************** DROPDONW NAVBAR PADDING ******************************/

.dropdown {
    padding-right:18px;
}

.top50 {
	padding-top:50px;
}


/***************************** PADDING *****************************************/

.padding_destro {
	padding-right: 50px;
}

.padding_destro_30 {
    padding-right: 30px;
}

/* padding home page */ 
.padding_destro_box_home {
	padding-right:15%;
}

.padding_sinistro_box_home {
	padding-left:15%;
}

.padding_destro_navbar {
	padding-right: 18px;
}

.padding_destro_medio {
	padding-right: 8px;
}

.padding_sinistro_mini {
	padding-left: 8px;
}

.padding_sinistro {
	padding-left: 50px;
}

.padding_destro_sinistro_mini {
    padding-right: 13px;
	padding-left: 13px;
}

.padding_destro_sinistro {
	padding-right: 18px;
	padding-left: 18px;
}

.padding_destro_sinistro_grande {
	padding-right: 80px;
	padding-left: 80px;
}

/***************************** PADDING % VISIBILE SOLO SU MOBILE *****************************************/

.padding_20percento_fisso {
  padding-right: 20%;
  padding-left: 20%;
}

.padding_20percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_20percento {
   padding-right: 20%;
   padding-left: 20%;
  }
}

.padding_15percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_15percento {
   padding-right: 15%;
   padding-left: 15%;
  }
}

.padding_10percento {
  padding-right: 0%;
  padding-left: 0%;
}

@media (max-width: 992px) {
  .padding_10percento {
   padding-right: 10%;
   padding-left: 10%;
  }
}

/************************************************** SFUMATURA **************************************************/

#sfumatura {
    padding-top: 90px; 
	padding-bottom: 90px;
    background: #eee; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #eee , #eee, #eee); /* Standard syntax (must be last) */
}

#sfumatura_mini {
    padding-top: 70px; 
	padding-bottom: 70px;
    background: #eee; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #eee , #eee, #eee); /* Standard syntax (must be last) */
}

/************************************************** SFONDO CONVENZIONE **************************************************/

#convenzioni {
    padding-top: 90px; 
	padding-bottom: 90px;
    background: #eee; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #eee , #eee, #eee); /* Standard syntax (must be last) */
}

/************************************************ HIDE/SHOW ************************************************/

#nascondi {
display:none;
}

#toggle.hide {
    display: none;
}

/************************************************ INLINE FORM CENTRATO ************************************************/

#form_panel {
    text-align: center;	
}

/************************************************ STILE PER CENTRARE DIV ************************************************/

.center {
    margin: auto;
    width: 100%;
    padding: 10px;
}

/************************************************ IMMAGINI WRAPPER % ************************************************/

.imgwrapper {
   width: 70%;
   display: block;
   margin: 0 auto;
}

@media screen and (max-width: 768px){
	.imgwrapper {
   width: 30%;
}
}

@media (max-width:1024px) and (min-width:768px) {
	.imgwrapper {
   width: 70%;
}
} 

/************************************************ SPAZIATURE ************************************************/

.spazio05 {
    margin-top: 8px; 
}

.spazio1 {
    margin-top: 15px; 
}

.spazio1_sfondo {
    margin-top: 15px; 
	background-color: #303C40;
}

.spazio15 {
    margin-top: 15px; 
}

.spazio2 {
    margin-top: 20px; 
}

.spazio3 {
    margin-top: 30px; 
}

.spazio4 {
    margin-top: 40px; 
}

.spazio5 {
    margin-top: 50px; 
}

.spazio6 {
    margin-top: 60px; 
}

.spazio7 {
    margin-top: 70px; 
}

.spazio8 {
    margin-top: 80px; 
}

.spazio9 {
    margin-top: 90px; 
}

.spazio10 {
    margin-top: 100px; 
}

.spazio11 {
    margin-top: 110px; 
}

.spazio12 {
    margin-top: 120px; 
}

.spazio13 {
    margin-top: 130px; 
}

.spazio14 {
    margin-top: 140px; 
}

.spazio15 {
    margin-top: 150px; 
}

.spazio21 {
    margin-top: 210px; 
}

.spazio26 {
    margin-top: 260px; 
}


@media only screen and (max-width: 1200px) {
  .wrap-left {
  text-align:center;
  }
}

.wrap-right {
text-align: right;
}

@media only screen and (max-width: 1200px) {
 .wrap-right {
 text-align:center;
}
}

/************************************************ ANIMAZIONI FADE E SLIDE ************************************************/

.hideme
{
    opacity:0;
	position: relative;
    left: -250px;
}

.hidemefade
{
    opacity:0;
	position: relative;
}

.hidemefadefast
{
    opacity:0;
	position: relative;
}

/************************************************ IMG SFONDO ************************************************/

#img-overlay-intro {
	padding-top: 0px;
	padding-bottom: 0px;
}

.ricerca {
 border-style: solid;
 border-width: 1px;
 border-color: #BFBFBF;
 padding: 30px;
 margin: 5px;	
}

/*********************************************** SFONDO BREADCRUMB **********************************************/

#sfondo-breadcrumb {
	background-color:#F7F7F7;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 18px;
	padding-right: 18px;
}

.card {
    border-color:#ddd;
	border: 0px solid #ddd;
	border-radius: 0px;
}

.card-footer {
    background: white;
}

.card-header {
	border-bottom: 0px solid #FFFFFF;
}

/**************************************************************** BOX per card con effetto ombra su hover ********************************************************/

.box {
  transition: box-shadow .3s;
  border: 0px solid #ccc;
  background: #fff;
}
.box:hover {
  box-shadow: 0px 7px 23px 8px rgba(99,99,99,0.1);
}

/**************************************************************** BOX variante ********************************************************/

.box1 {
  transition: box-shadow .3s;
  border: 1px solid #E2E2E2;
  background: #fff;
  border-radius: 0px;
  width: 100%;
}

.box1:hover {
  
	border: 1px solid #999;
	border-radius: 0px;
}

/* }
.box1:hover {
  box-shadow: 0px 7px 23px 8px rgba(99,99,99,0.1);
} /*

/***************************************************** SHOWCASE ****************************************************/

.showcase .showcase-text {
    padding: 3rem
}

.showcase .showcase-img {
    min-height: 35rem;
    background-size: cover
}

@media (min-width:768px) {
    .showcase .showcase-text {
        padding: 7rem
    }
}


/************************************************ FONT SCRITTURA ************************************************/

.testo_01 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 23px;
    font-weight: 600;
    line-height: 27px;
}

.testo_02 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 40px;
	font-weight: 300;
	line-height: 43px;
}

.testo_03 {
	font-family: 'Open Sans', sans-serif;
	color:#A40609;
	font-size: 27px;
	font-weight: 500;
}

.testo_04 {
    font-family: 'Open Sans', sans-serif;
	color:#063D73;
	font-size: 21px;
	font-weight: 600;
}

.testo_05 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 21px;
}

.testo_05 a:link {
  color: #fff;
}

.testo_05 a:hover{
	color: #ccc;
	text-decoration: none;
}

.testo_05 a:visited{
    color:#fff;
}
.testo_05 a:visited:hover {
	color: #fff;
}


@media (max-width:1200px) and (min-width:768px) {
.testo_05 {
    font-size: 12px;
   }
}

.testo_06 {
    font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size: 15px;
	font-weight: 600;
}

.testo_07 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	vertical-align: super;
}

@media only screen and (max-width: 600px) {
  .testo_07  {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	vertical-align: super;
  }
}

.testo_08 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_09 {
    font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 1px;
}

.testo_10 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.testo_social {
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	color:#999;
	padding-right:8px;
}

a.testo_social:hover {
    font-family: 'Open Sans', sans-serif;
	font-size:26px;
	color:#5BC0DE;
	padding-right:8px;
}

.testo_11 {
    font-family: 'Open Sans', sans-serif;
	color: #3E3F40;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}



.testo_12 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 29px;
	font-weight: 700;
	line-height: 35px;
}

.testo_13 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 11px;
}

.testo_14 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
}

.testo_15 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

.testo_16 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 19px;
	font-weight: 300;
}

.testo_17 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 29px;
	font-weight: 500;
}

.testo_17 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.testo_18 {
    font-family: 'Open Sans', sans-serif;
	color: #B55371;
	font-size: 18px;
	font-weight: 400;
}

.testo_19 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.testo_20 {
    font-family: 'Open Sans', sans-serif;
	color:#337AB7;
	font-size: 14px;
	font-weight: 600;
}

.testo_21 {
    font-family: 'Open Sans', sans-serif;
	color:#888;
	font-size: 14px;
	font-weight: 600;
}

.testo_22 {
    font-family: 'Open Sans', sans-serif;
	color:#767676;
	font-size: 21px;
	font-weight: 600;
}

.testo_23 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 600;

}

.testo_24 {
    font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}

.testo_24 a:link{
    color:#999999;
}

.testo_24 a:hover{
	color: #fff;
	text-decoration: none;
}

.testo_24 a:visited{
    color:#999999;
}
.testo_24 a:visited:hover {
	color: #fff;
}

.testo_25 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

.testo_26 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.testo_27 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: 400;
}

.testo_28 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.testo_29 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_30 {
    font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.testo_31 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_32 {
	font-family: 'Crimson Text', serif;
	color: #666;
	font-size: 29px;
	font-weight: 500;
}

.testo_33 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 700;
}

.testo_34 {
    font-family: 'Open Sans', sans-serif;
	color: #B55371;
	font-size: 14px;
	font-weight: 500;
}

.testo_35 {
    font-family: 'Open Sans', sans-serif;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

.testo_36 {
    font-family: 'Open Sans', sans-serif;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.testo_37 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 23px;
	font-weight: 500;
}

.testo_38 {
    font-family: 'Open Sans', sans-serif;
	color: #B55371;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.testo_39 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.testo_40 {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 26px;
	font-weight: 400;
	line-height: 33px;
}

.testo_41 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 21px;
	font-weight: 500;
	line-height: 23px;
}

.testo_43 {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 28px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: -1px;
}

.testo_44 {
	font-family: 'Open Sans', sans-serif;
	color:#B20000;
	font-size: 34px;
	font-weight: 400;
	line-height: 23px;
}

.testo_45 {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.testo_46 {
	font-family: 'Open Sans', sans-serif;
	color: #888;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.testo_47 {
    font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.testo_48 {
    font-family: 'Open Sans', sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.testo_48 a:hover{
	color: #efefef;
	text-decoration: none;
}

.testo_49 {
    font-family: 'Open Sans', sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.testo_50 {
    font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 15px;
	font-weight: 400;
}

.testo_51 {
    font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 21px;
	font-weight: 400;
}

.testo_52 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 48px;
	font-weight: 600;
	line-height: 53px;
}

@media only screen and (max-width: 1024px) {
  .testo_52 {
    visibility: hidden;
}
}

.testo_53 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .testo_53 {
    visibility: hidden;
}
}

.testo_54 {
    font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size: 23px;
	font-weight: 600;
	line-height: 23px;
}

.testo_55 {
	font-family: 'Open Sans', sans-serif;
	color:#A40609;
	font-size: 30px;
	font-weight: 300; 
	font-style: italic;	
	line-height: 35px;
}

.testo_56 {
	font-family: 'Open Sans', sans-serif;
	color:#969BAE;
	font-size: 16px;
	font-weight: 600; 
	line-height: 25px;
}

.testo_57 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.testo_58 {
	font-family: 'Open Sans', sans-serif;
	color:#A40609;
	font-size: 21px;
	font-weight: 500;
}

.testo_59 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.testo_60 {
	font-family: 'Open Sans', sans-serif;
	color:#A40609;
	font-size: 45px;
	font-weight: 400;
	line-height: 40px;
}

.testo_61 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

@media screen and (max-width: 1024px){
    .testo_61{
        text-align: center;
    }
}

.testo_62 {
	font-family: 'Open Sans', sans-serif;
	color:#A40609;
	font-size: 28px;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 1024px){
    .testo_62{
        text-align: center;
    }
}

.testo_63 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	line-height: 43px;
	font-size: 38px;
	font-weight: 500;
	text-align: left;
}

.testo_64 {
	font-family: 'Open Sans', sans-serif;
	color:#666;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-align: left;
}

.testo_65 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

.testo_66 {
	font-family: 'Open Sans', sans-serif;
	color:#ccc;
	line-height: 21px;
	font-size: 28px;
	font-weight: 500;
}

.testo_67 {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
}

.testo_67 a:hover{
	color: #ccc;
	text-decoration: none;
}

.testo_67 a:visited{
    color:#fff;
}
.testo_67 a:visited:hover {
	color: #ccc;
}

.testo_68 {
    font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	letter-spacing:4px;
}

.testo_68 a:hover{
	color: #ccc;
	text-decoration: none;
}

.testo_68 a:visited{
    color:#fff;
}
.testo_68 a:visited:hover {
	color: #ccc;
}

.testo_69 {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.testo_70 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing:3px;
}


.testo_71 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 23px;
	font-weight: 700; 
	line-height: 38px;
}

.testo_72 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 25px;
	font-weight: 600; 
	line-height: 28px;
}

.testo_73 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 26px;
    font-weight: 900;
    line-height: 29px;
}

.testo_74 {
    font-family: 'Open Sans', sans-serif;
	color: #777;
	font-size: 16px;
	font-weight: 500;
}

.testo_75 {
    font-family: 'Open Sans', sans-serif;
	color: #999;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 3px;
}

.testo_76 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.testo_77 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color:#999;
	font-size: 15px;
}
		
.testo_78 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color:#000;
	font-size: 15px;
}

.testo_79 {
    font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 34px;
	font-weight: 800;
	line-height: 37px;
}

.testo_80 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
}

.testo_81 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.testo_82 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
}

.testo_83 {
	font-family: 'Open Sans', sans-serif;
	color:#A40609;
	font-size: 18px;
	font-weight: 600;
}

.testo_84 {
	font-family: 'Open Sans', sans-serif;
    color: black;
	font-size: 18px;
	font-weight: 600;
}

.testo_85 {
    font-family: 'Open Sans', sans-serif;
	color:#2D3767;
	font-size: 30px;
	font-weight: 600;
}

.testo_85 a:hover{
	color: #2D3767;
	text-decoration: none;
}

.testo_85 a:visited{
    color:#2D3767;
}
.testo_85 a:visited:hover {
	color:#2D3767;
}

.testo_86 {
    font-family: 'Open Sans', sans-serif;
	color:#55CCD6;
	font-size: 30px;
	font-weight: 600;
}

.testo_86 a:hover{
	color: #55CCD6;
	text-decoration: none;
}

.testo_86 a:visited{
    color:#55CCD6;
}
.testo_86 a:visited:hover {
	color:#55CCD6;
}

.testo_87 {
    font-family: 'Open Sans', sans-serif;
	color:#3E3F40;
	font-size: 29px;
	font-weight: 700;
	line-height: 34px;
}

.testo_88 {
    font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 21px;
	font-weight: 600;
}

.testo_89 {
    font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 15px;
	font-weight: 400;
}

.testo_90 {
    font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 15px;
	font-weight: 400;
}

.testo_91 {
    font-family: 'Open Sans', sans-serif;
	color:#3E3F40;
	font-size: 21px;
	font-weight: 600;
}

.testo_92 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 500;

}

.testo_93 {
    font-family: 'Open Sans', sans-serif;
	color: #FAFAFA;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.testo_94 {
    font-family: 'Open Sans', sans-serif;
	color:#fafafa;
	font-size: 30px;
	font-weight: 600;
        line-height:33px;
}

.testo_95 {
    font-family: 'Open Sans', sans-serif;
	color:#fafafa;
	font-size: 18px;
	font-weight: 500;
}

.testo_96 {
    font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 18px;
	font-weight: 500;
}

.testo_97 {
    font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 21px;
	font-weight: 700;
}

.testo_98 {
    font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 16px;
	font-weight: 500;
}

.card-link a:hover{
	color:#B70003;
	text-decoration: none;
}

.testo_99 {
    font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 16px;
	font-weight: 600;
}

.testo_100 {
    font-family: 'Open Sans', sans-serif;
    color: #2c313c;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.testo_101 {
    font-family: 'Open Sans', sans-serif;
	color:#3E3F40;
	font-size: 55px;
	font-weight: 500;
	line-height: 58px;
}

@media only screen and (max-width: 1600px) {
  .testo_101  {
    font-family: 'Open Sans', sans-serif;
	color:#3E3F40;
	font-size: 45px;
	line-height: 48px;
  }
}

@media only screen and (max-width: 1400px) {
  .testo_101  {
	font-size: 33px;
	line-height: 36px;
  }
}

.testo_102 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 60px;
	font-weight: 600;
	line-height: 21px;
	display: inline-block;
    margin: 0;
	
}

.testo_103 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
}

.testo_104 {
    font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 23px;
	font-weight: 300;
	line-height: 26px;
}
.testo_105 {
    font-family: 'Open Sans', sans-serif;
	color: #3E3F40;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}
/*************************************************************** FASCIA DI PREZZO **************************************************************/

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #ccc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #333;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #fff;
  cursor: pointer;
}

/**************************** colore di sfondo e sfumatura del NAVBAR *********************************************/

.navbar {
    background:#fff;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
	box-shadow: 0 0 15px 0 rgba(119,119,119,0.4);
    border-color: #ddd;
}

/************************************************ NASCONDI IMMAGINI ICONE SCHERMI PICCOLO************************************************/

@media only screen and (max-width: 768px) {
.imgnone {
    display: none;
   }
}

/************************************************ COLONNA NO PADDING ************************************************/

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/************************************************ LINEA DIVISORIA ORIZZONTALE HR ************************************************/

hr {
border-top: 1px solid #ccc;
}

/************************************************ BOX SHADOW *****************************************************************/

#div_shadow {
-webkit-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
-moz-box-shadow: 0px 6px 13px 4px rgba(97,97,97,0.21);
box-shadow: 0px 7px 23px 8px rgba(99,99,99,0.1);
}
	
/************************************************ CONTENITORE FOOTER ************************************************/


#top{
	background-color: #B55371;
	padding-top: 18px;
	padding-bottom: 18px;
	color:#fff;
}

#center{
	background-color:#E9E9E9;
	padding-top: 70px;
	padding-bottom: 70px;
	color:#fff;
}

#bottom{
	background-color:#666;
	padding-top: 30px;
	padding-bottom: 30px;
	color:#fff;
}

.left-panel{
	background-color: #fff;
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 160px;
	padding-bottom: 90px;
}


.right-panel{
	background-color: #fff;
	padding-top: 100px;
	padding-right: 100px;
	padding-left: 160px;
	padding-bottom: 90px;
}

#sfondoglobale{
	background-color:#fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#sfondo-sezione{
	background-color:#eee;
	padding-top: 90px;
	padding-bottom: 90px;
}

#sfondo-sezione-1{
	background-color:#F2F2F2;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#fff;
}

#sfondo-chiaro {
	padding-bottom: 70px;
	background-color: #EAF0FB;
}

#sfondo-numeri {
    background-color: #fff;
    padding-bottom: 50px;
}

#sfondo-bianco-menu {
	background-color: #fff;
	padding-bottom:85px;
}

@media (max-width: 1024px) {
  #sfondo-bianco-menu {
    background-color: #fff;
	padding-bottom:70px;
  }
}

#sfondo-intro {
	padding-bottom: 80px;
	padding-top: 80px;
	background-color:#FAFAFA;
}

#sfondo-base {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color:#FAFAFA;
}

#sfondo-login {
	padding-bottom: 60px;
	padding-top: 60px;
	background-color:#206CB0;
}

#sfondo-tabs {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color:#fff;
}

#sfondo-chiaro1 {
	padding-bottom: 70px;
	background-color: #F9F7F6;
}

#sfondo-grigio {
    padding-top: 30px; 
	padding-bottom: 50px;
	background-color: #ececec;
}

#sfondo-nero {
    padding-top: 30px; 
	padding-bottom: 30px;
	background-color: #000;
}

#subfooter{
	background-color:#383838;
	padding-top: 35px;
	padding-bottom: 35px;
	color:#fff;
}

/************************************************ TABS CON LINEA ROSSA ************************************************/

#wrapper {
    width: 100%;
    background-color: #fff;
}
a {
    color:inherit;
    text-decoration: none;
}
#menu {
    list-style:inline;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
#menu li {
    display: inline-block;
	margin-top: 2px;
    margin-bottom: -2px;
}
#menu li:not(.active) {
    border-bottom: 2px solid #ccc;
}
#menu li.active {
    border-bottom: 2px solid red;
}
#menu li:not(:last-of-type) {
    margin-right: -.275em;
}
#menu li a {
    padding: 1.5em 3em;
    box-sizing: border-box;
    display: block;
}

.list-inline{text-align:center}
.list-inline li{display:inline-block;margin:5px;}


/************************************************ CONTENITORE NEWSLETTER ************************************************/


#fondo-nero{
	background-color: #000;
	padding-top: 55px;
	padding-bottom: 25px;
}

#fondo-grigio{
	background-color: #F3F3F3;
	padding-top: 55px;
	padding-bottom: 25px;
}

#fondo-nero-no-padding{
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 45px;
}

#fondo-grigio-no-padding{
	background-color: #B2B9C3;
	padding-top: 30px;
	padding-bottom: 45px;
}

#fondo-rosso{
	background-color: #D7001F;
	padding-top: 115px;
	padding-bottom: 100px;
}

#fondo-grigio-chiaro{
	background-color: #EBEBEB;
	padding-top: 70px;
	padding-bottom: 100px;
}

#fondo-grigio-margine{
	background-color: #EBEBEB;
	padding-top: 100px;
	padding-bottom: 100px;
}

#fondo-grigio-seo{
	background-color: #EBEBEB;
	padding-bottom: 100px;
}

#contenitore-newsletter{
	background-color: #F2F2F2;
	padding-top: 55px;
	padding-bottom: 75px;
}

#contenitore-newsletter-pg-interne{
	background-color:#E4E4E4;
	padding-top: 75px;
	padding-bottom: 35px;
}

/************************************************ CONTENITORE SOCIAL ************************************************/

#contenitore-social{
	background-color: #FFF;
	padding-top: 60px;
	padding-bottom: 30px;
}

/************************************************ IMAGE HOVER ************************************************/

.img-responsive:hover {
background-color:white;
opacity: 0.6;
}

/************************************************ CONTENITORE SOCIAL COLORATO************************************************/

#contenitore-social-colorato{
	background-color: #F2F2F2;
	padding-top: 60px;
	padding-bottom: 30px;
}


/***************************************************** Carousel testuale *****************************************/

.carousel-indicators li {
    display: inline-block;
    width: 35px;
    height: 4px;
    margin: 10px;
    cursor: pointer;
    background-color: #bbb;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 90px;
}
.carousel-indicators .active {
    width: 35px;
    height: 4px;
    margin: 10px;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 90px;
    background-color:#CB0003;
}

/***************************************************** footer ****************************************************/

#myFooter {
    background-color: #333;
    color: white;
	padding-top:35px;
	padding-bottom:25px;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 30px;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .info{
    text-align: left; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #33373e;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}


#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}

/********************************************* TESTO SOPRA LE IMMAGINI ****************************************************************/

.esterno {
    position: relative;

}

.top-left-sopra {
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	font-weight: 600;
	color:#333;
    position: absolute;
    top: 100px;
    left: 10%;
    background: #fff;
    padding:10px;
	letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .top-left-sopra {
        font-size: 19px;
		top: 53px;
		padding:8px;
		letter-spacing: 2px;
    }
}

.top-left-sotto {
	font-size: 33px;
	font-weight: 300;
	color:#333;
    position: absolute;
    top: 155px;
    left: 10%;
    background: #fff;
    padding:10px;
	letter-spacing: 2px;
}
	
@media screen and (max-width: 767px) {
    .top-left-sotto {
        font-size: 19px;
		top: 95px;
		padding:10px;
		letter-spacing: 2px;
    }
}


/******************************************** SOCIAL ************************************************************************************/

#mysocial {
    background-color: #212121;
    color:#fff;
	padding-top:35px;
	padding-bottom:15px;
}

/********************************************* MENU NAVIGAZIONE FONDO PAGINA ****************************************************************/

     .nav-link {
     display: block;
     padding-right: 23px;
     padding-left: 0px;
	 padding-bottom:0px;
	 }
	 
	 .navbar-light .navbar-nav .nav-link {
	  color:#000;
	 }

/********************************************* FORM STYLE TO LINE *****************************************************************************/

.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

/************************************************ BCHECKBOX E RADIO BUTTON ************************************************/

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ED5565;
}

label {
    color: #333;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	font-weight: 400;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ED5565;
}

/************************************************ BOTTONE DEFAULT PADDING CUSTOMIZZATO************************************************/

.btn-sm {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
}

/************************************ BUTTON *************************************/

.btn {
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
	letter-spacing: 2px;
	padding-left: 25px;
	padding-right: 25px;
	color:#fff;
}

.btn-dark {
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
	border-radius: 5px;
	padding: 1.0625em 1.875em;
}

.btn-danger {
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
	border-radius: 5px;
	padding: 1.0625em 1.875em;
}


/***************************************************** LOGIN E FORM CONTROL*************************************************************/

.login-color {
   color: #206CB0;
}

.form-control {		
		min-height: 41px;
		box-shadow: none;
		border-color: #e1e4e5;
	}
	.form-control:focus {
		border-color: #206CB0;
	}
	.form-control, .btn {        
        border-radius: 3px;
    }
	.signup-form {
		width: 400px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.signup-form form {
		color: #9ba5a8;
		border-radius: 3px;
    	margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
	.signup-form h2 {
		color: #333;
		font-weight: bold;
        margin-top: 0;
    }
    .signup-form hr {
        margin: 0 -30px 20px;
    }    
	.signup-form .form-group {
		margin-bottom: 20px;
	}
	.signup-form label {
		font-weight: normal;
		font-size: 13px;
	}
	.signup-form .btn {        
        font-size: 16px;
        font-weight: bold;
		background: #206CB0;
		border: none;
		min-width: 140px;
    }
	.signup-form .btn:hover, .signup-form .btn:focus {
		background: #206CB0;
        outline: none !important;
	}
	.signup-form a {
		color: #fff;
		text-decoration: underline;
	}
	.signup-form a:hover {
		text-decoration: none;
	}
	.signup-form form a {
		color: #206CB0;
		text-decoration: none;
	}	
	.signup-form form a:hover {
		text-decoration: underline;
	}

/************************************************ FAQ ******************************************************************************/

.bg-faq {
	background: #fff;
	border-top: 1px solid #d4d4d4;
	
}

.testo_faq {
	 font-family: 'Open Sans', sans-serif;
	 font-size:15px;
	 line-height: 18px;
     text-decoration:none;
     color:#333;
     text-align:left;
     font-weight:600;
	  letter-spacing: 1px;
}

/***************************************************** TABS ***************************************************************************/

.al-tabs {
     background:#fff;
     border:1px solid #f0f0f0;
     border-radius:3px;
     box-shadow:0 0 4px #f0f0f0;
     margin:40px auto;
     max-width:400px;
     padding:30px 20px 20px 20px;
}
 .al-tabs .nav-tabs .nav-link {
     border:none;
     color:#444;
     font-weight:bold;
     margin:0 10px;
     padding:0 0 5px 0;
}
 .al-tabs .nav-tabs .nav-link.active {
     border-bottom:2px solid tomato;
}
 .al-tabs .tab-content {
     color:#888;
     padding:15px 10px 5px 10px;
}


/*********************** JEG NAVBAR ****************************/


.topnav {
  overflow: hidden;
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 2px solid transparent;
}

.topnav a:hover {
  border-bottom: 2px solid red;
}

.topnav a.active {
  border-bottom: 2px solid red;
}



/************************************************************************ BLOCCHI 4 ELEMENTI AFFIANCATI *****************************************/

.hk-features {
     background:#EEEEEE;
     padding:80px 30px;
}
 .hk-features-wrap {
     background:#fff;
     border:1px solid #e6e6e6;
     border-radius:5px;
}
 .hk-features-box {
     padding:40px 15px;
}
 .hk-features-box i {
     font-size: 45px;
}
 .color-1 {
     color:#FFC300;
}
 .color-2 {
     color:#e60000;
}
 .color-3 {
     color:#49D415;
}
 .color-4 {
     color:#1C8BE1;
}
 .hk-features-box h3 {
     color:#3b4146;
     font-size:33px;
}
 .hk-features-box p {
     color:#7c848a;
}
 .seperator {
     border-left:1px solid #f0f0f0;
}
 @media screen and (max-width:767px) {
     .seperator {
         border-top:1px solid #f0f0f0;
         border-left:none;
    }
}

/************************************************************** BOX SOPRA IMMAGINECONTATTI **************************************************/

.contact_header 
	{
	background:#2a2d36;
	border-radius:0;
	padding:100px 40px 200px 40px;
	background-image: url(img/prcommerce_04.jpg);
	}
	.contact_header h1
	{
	color:#fff;
	font-weight:600;
	}
	.contact_header p 
	{
	color:#fff;
	font-size:18px;
	}
	.contact_form_wrapper
	{
	margin-top:-150px;
	}
	.contact_form
	{
	background:#fff;
	border-radius:4px;
	box-shadow: rgba(42,45,54,.075) 0 12px 34px, rgba(0,0,0,.05) 0 6px 15px, inset transparent 0 0 0 0;
	margin:0 auto 0 auto;
	max-width:850px;
	padding:50px;
	}
	.contact_form .form-control
	{
	border-color:#dcdcdc;
	color:#777;
	padding:8px;
	}
	.contact_form input[type=text]:focus,
	.contact_form input[type=email]:focus,
	.contact_form textarea:focus
	{
	box-shadow:inset 0 0 3px #f0f0f0;
	border:1px solid #bbb;
	}
	
	.contact_form textarea 
	{
	min-height:120px;
	}
	.form-control::-webkit-input-placeholder { color: #888; }  
	.form-control:-moz-placeholder { color: #888;; }  
	.form-control::-moz-placeholder { color: #888;; }  
	.form-control:-ms-input-placeholder { color: #888;; } 
	.form-control::-ms-input-placeholder { color: #888;; }
	
	@media screen and (max-width:767px)
	{
	.contact_header 
	{
	padding: 50px 40px 150px 40px;
	}
	.contact_header h1 
	{
	font-size:28px;
	}
		.contact_form
		{
		padding:25px;
		}
	}

/************************************************************* SCHEDE VERTICALI TAB *******************************************************/

.ff_faqs {
     margin:0px auto;
     max-width:800px;
     padding:0px;
}
 .ff_faq_header :first-child {
     margin-top:0;
}
 .ff_faq_header {
     position:relative;
     display:block;
     width:100%;
     background:transparent;
     border-top:1px solid #e5eff5;
     border-bottom:1px solid #e5eff5;
     border-radius:0;
     padding:20px;
     font-size:15px;
     text-decoration:none;
     color:#333;
     margin-top:-1px;
     text-align:left;
     font-weight:500;
}
 .ff_faq_header:hover, .ff_faq_header:focus {
     border-top:1px solid #e5eff5;
     border-bottom:1px solid #e5eff5;
     color:#333;
     text-decoration:none;
}
 .ff_faq_header[aria-expanded="true"] {
     background:#fff;
     border-bottom:none;
     border-right:1px solid #e5eff5;
     border-left:1px solid #e5eff5;
}
 .ff_faq_header[aria-expanded="false"]:hover {
     color:red;
}
 .ff_faq_header[aria-expanded="true"]:after {
     display:block;
     font-family:Font Awesome 5 Free;
	 content: "\f106";
     position:absolute;
     right:20px;
     top:13px;
     
     font-size:30px;
}
 .ff_faq_header[aria-expanded="false"]:after {
     display:block;
     content: "\f107";
     position:absolute;
     right:20px;
     top:15px;
     font-family:Font Awesome 5 Free;
     font-size:30px;
}
 .ff_faq_item {
     background:#fff;
     padding:0 20px 40px 20px;
     border-right:1px solid #e5eff5;
     border-left:1px solid #e5eff5;
     color:#666;
     font-size:14px;
}

/************************************** SCACCHIERA STRETTA ********************************************************/

.al-content-block {
     background:#fff;
     font-family: 'Roboto', sans-serif;
     padding:80px 0;
}
 .al-img-block img {
     width:85%;
     margin:0 auto;
}
 .al-txt-block {
     margin-top:40px;
}
 .al-txt-block h2 {
     color:#3f3d4e;
     font-size:34px;
     font-weight:900;
}
 .al-txt-block p {
     color:#333;
     font-size:15px;
}
 @media screen and (max-width:767px) {
     .al-txt-block h2 {
         font-size:24px;
    }
     .al-txt-block, .al-img-block {
         padding:0 20px;
    }
}

/************************************** NEW FOOTER *****************************************************************/

.al-footer {
     background:#34383F;
     font-family: 'Roboto', sans-serif;
}
 .al-footer-head {
     border-bottom:1px dashed #443e3b;
     padding:40px 0;
}
 .al-footer-head .footer-logo {
     color:#fff;
     font-size:34px;
     font-weight:900;
     background:#ff6c29;
}
 .al-footer-head .al-footer-social .nav-link {
     color:#fff;
     font-size:20px;
}
 .al-footer-col .al-footer-title {
     color:#fff;
     font-size:20px;
     font-weight:600;
     margin-top:40px;
}
 .al-footer-col p {
     color:#bfb2ad;
}
 .al-footer .al-links li {
     line-height:30px;
}
 .al-footer-col li a {
     color:#bfb2ad;
     text-decoration:none;
}
 .al-footer-col li a:hover {
     color:#fff;
}
 .al-footer-copy {
     border-top:1px dashed #443e3b;
     margin-top:40px;
     padding:30px 0;
     font-size:14px;
}
 .al-footer-copy a {
     color:#bfb2ad;
}
 .al-footer-copy a:hover {
     color:#ff6c29;
     text-decoration:none;
}
 .al-footer-copy .nav-link {
     color:#bfb2ad;
}
 .al-footer-copy p {
     color:#bfb2ad;
}
 @media screen and (max-width:767px){
     .al-footer-copy p {
         text-align:center;
    }
     .al-footer-copy .nav {
         margin-top:10px;
         justify-content:center !important;
    }
}

/*aggiunta davide per lavora con noi*/
   .candidatura-popup {
	width: 25%;
	position: fixed;
	bottom: 15px;
	left: 15px;
	border: 3px solid #343a40;
	z-index: 9;
	background-color: #343a40;
	color: white;
	padding: 25px;
	border-radius: 10px;
	display: none;
}

.testoPopupCandidature {
	font-size: 17px;
	text-align: center;

}

.btnChiudiPopupCandidati {
	color: #343a40;
}

.btnPopupCandidati {
	background-color: #dc3545;
	font-weight: bold;
}

 @media (max-width: 800px) {
	.marginMobile {
		margin-bottom: 30px;
	}

	.hiddenMobile {
		display: none;
	}

	#btnCandidati2 {
		position: relative !important;
	}

	.candidatura-popup {
		width: 92% !important;
	}
}