/************************************************ 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');

/************************************************ 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: 'Kanit', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

h1 { 
	font-family: 'Kanit', sans-serif;
	font-size: 23px;
    font-weight: 400;
    line-height: 28px;
}

.nav-bg-custom {
    background-color: #fff;
}

.padding-globale {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/************************************************ 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 ********/

}


/* Visualizza o nascondi su mobile */

.desktop {
  display: inline !important;
}

@media (max-width: 990px) {
  .desktop {
	display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 990px) {
  .mobile {
	display: inline !important;
  }
}

/*********************************************** OVERLAY COLORE PIENO 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: 'Kanit', 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;
}

/*********************************************** CUSTOM BUTTON ***************************************************************/

.myButton {
    background-color: #eee;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    color: #524F4F;
    font-weight: 500;
    font-size: 15px;
    padding: 11px 55px;
    text-decoration: none;
}

.myButton:hover {
	background-color:#ccc;
	color: #524F4F;
	text-decoration: none;
}
.myButton:active {
	position:relative;
	top:1px;
}

/***************************************************************** 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;
}

/******************************************** SOCIAL ************************************************************************************/

#mysocial {
    background-color: #212121;
    color:#fff;
	padding-top:35px;
	padding-bottom:25px;
}

/************************************************ A HOVER (immagini, contenitore, font) ************************************************/

a {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

/************************************************ SLIDER NUOVO (immagini, contenitore, font) ************************************************/
	

/* foto slide 1 slide/slide01.jpg quella di default con min-height 625 px*/

.slide-home-1 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-image: url("slide/slide01.jpg");
  min-height: 401px;
}

  @media (max-width: 900px) { /* su risoluzione massima 900px min height 500 px */
   .slide-home-1 {
	position: relative;
	opacity: 1;
	background-position: center;
	background-size: cover;
	background-image: url("slide/slide01_mini.jpg");
	min-height: 401px;
  }
  }

/* 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: 35%;
  width: 470px;
  left: 55%; */
  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: 'Kanit', sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	line-height: 41px;
}

.paragrafo_slide {
	font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 23px;
}

/************************************************ 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:30px;
}

.top50 {
	padding-top:50px;
}


/***************************** PADDING *****************************************/

.padding_destro {
	padding-right: 50px;
}

/* padding home page */ 
.padding_destro_box_home {
	padding-right:15%;
}

.padding_sinistro_box_home {
	padding-left:15%;
}

.padding_destro_navbar {
	padding-right: 30px;
}

.padding_destro_mini {
	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-navbar {
    padding-left: 19px;
	padding-right: 19px;
}

/************************************************** SFUMATURA **************************************************/

#sfumatura {
    padding-top: 90px; 
	padding-bottom: 90px;
    background: #F4F8FC; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #E1ECF7 , #F4F8FC, #E1ECF7); /* 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:#fff;
}

.card-footer {
    background: white;
}


/************************************************ FONT SCRITTURA ************************************************/

.testo_01 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 43px;
	font-weight: 700;
	line-height: 47px;
}

.testo_02 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 40px;
	font-weight: 300;
	line-height: 43px;
}

.testo_03 {
	font-family: 'Kanit', sans-serif;
	color:#A40609;
	font-size: 27px;
	font-weight: 500;
}

.testo_04 {
    font-family: 'Kanit', sans-serif;
	color:#063D73;
	font-size: 21px;
	font-weight: 600;
}

.testo_05 {
    font-family: 'Kanit', 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: 'Kanit', sans-serif;
	color:#666;
	font-size: 15px;
	font-weight: 600;
}

.testo_07 {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 400;
	vertical-align: super;
}

@media only screen and (max-width: 600px) {
  .testo_07  {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	vertical-align: super;
  }
}

.testo_08 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_09 {
    font-family: 'Kanit', sans-serif;
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 1px;
}

.testo_10 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.testo_social {
	font-family: 'Kanit', sans-serif;
	font-size:26px;
	color:#999;
	padding-right:8px;
}

a.testo_social:hover {
    font-family: 'Kanit', sans-serif;
	font-size:26px;
	color:#5BC0DE;
	padding-right:8px;
}

.testo_11 {
    font-family: 'Kanit', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

.testo_12 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 29px;
	font-weight: 700;
	line-height: 35px;
}

.testo_13 {
	font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 11px;
}

.testo_14 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
}

.testo_15 {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

.testo_16 {
	font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 19px;
	font-weight: 300;
}

.testo_17 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 29px;
	font-weight: 500;
}

.testo_17 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.testo_18 {
    font-family: 'Kanit', sans-serif;
	color: #B55371;
	font-size: 18px;
	font-weight: 400;
}

.testo_19 {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.testo_20 {
    font-family: 'Kanit', sans-serif;
	color:#337AB7;
	font-size: 14px;
	font-weight: 600;
}

.testo_21 {
    font-family: 'Kanit', sans-serif;
	color:#888;
	font-size: 14px;
	font-weight: 600;
}

.testo_22 {
    font-family: 'Kanit', sans-serif;
	color:#767676;
	font-size: 21px;
	font-weight: 600;
}

.testo_23 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 500;

}

.testo_24 {
    font-family: 'Kanit', 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: 'Kanit', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 600;
}

.testo_26 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 700;
}

.testo_27 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 11px;
	font-weight: 400;
}

.testo_28 {
    font-family: 'Kanit', sans-serif;
	color: #CCA359;
	font-size: 15px;
	font-weight: 400;
}

.testo_29 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.testo_30 {
    font-family: 'Kanit', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.testo_31 {
    font-family: 'Kanit', 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: 'Kanit', sans-serif;
	color: #333;
	font-size: 24px;
	font-weight: 700;
}

.testo_34 {
    font-family: 'Kanit', sans-serif;
	color: #B55371;
	font-size: 14px;
	font-weight: 500;
}

.testo_35 {
    font-family: 'Kanit', sans-serif;
	color: #999;
	font-size: 18px;
	font-weight: 400;
}

.testo_36 {
    font-family: 'Kanit', sans-serif;
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.testo_37 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 23px;
	font-weight: 500;
}

.testo_38 {
    font-family: 'Kanit', sans-serif;
	color: #B55371;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}

.testo_39 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.testo_40 {
	font-family: 'Kanit', sans-serif;
	color: #666;
	font-size: 26px;
	font-weight: 400;
	line-height: 33px;
}

.testo_41 {
	font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 21px;
	font-weight: 500;
	line-height: 23px;
}

.testo_43 {
	font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 28px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: -1px;
}

.testo_44 {
	font-family: 'Kanit', sans-serif;
	color:#B20000;
	font-size: 34px;
	font-weight: 400;
	line-height: 23px;
}

.testo_45 {
	font-family: 'Kanit', sans-serif;
	color: #888;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.testo_46 {
	font-family: 'Kanit', sans-serif;
	color: #888;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.testo_47 {
    font-family: 'Kanit', sans-serif;
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.testo_48 {
    font-family: 'Kanit', 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: 'Kanit', sans-serif;
	color: #efefef;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.testo_50 {
    font-family: 'Kanit', sans-serif;
	color: #555;
	font-size: 15px;
	font-weight: 400;
}

.testo_51 {
    font-family: 'Kanit', sans-serif;
	color: #555;
	font-size: 21px;
	font-weight: 400;
}

.testo_52 {
	font-family: 'Kanit', 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: 'Kanit', 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: 'Kanit', sans-serif;
	color:#666;
	font-size: 23px;
	font-weight: 600;
	line-height: 23px;
}

.testo_55 {
	font-family: 'Kanit', sans-serif;
	color:#A40609;
	font-size: 30px;
	font-weight: 300; 
	font-style: italic;	
	line-height: 35px;
}

.testo_56 {
	font-family: 'Kanit', sans-serif;
	color:#999;
	font-size: 16px;
	font-weight: 600; 
	line-height: 25px;
}

.testo_57 {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.testo_58 {
	font-family: 'Kanit', sans-serif;
	color:#A40609;
	font-size: 21px;
	font-weight: 500;
}

.testo_59 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.testo_60 {
	font-family: 'Kanit', sans-serif;
	color:#A40609;
	font-size: 45px;
	font-weight: 400;
	line-height: 40px;
}

.testo_61 {
    font-family: 'Kanit', 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: 'Kanit', 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: 'Kanit', sans-serif;
	color:#333;
	line-height: 43px;
	font-size: 38px;
	font-weight: 500;
	text-align: left;
}

.testo_64 {
	font-family: 'Kanit', sans-serif;
	color:#666;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-align: left;
}

.testo_65 {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}

.testo_66 {
	font-family: 'Kanit', sans-serif;
	color:#ccc;
	line-height: 21px;
	font-size: 28px;
	font-weight: 500;
}

.testo_67 {
	font-family: 'Kanit', 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: 'Kanit', 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: 'Kanit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.testo_70 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing:3px;
}


.testo_71 {
	font-family: 'Kanit', sans-serif;
	color:#333;
	font-size: 23px;
	font-weight: 700; 
	line-height: 38px;
}

.testo_72 {
	font-family: 'Kanit', sans-serif;
	color:#333;
	font-size: 16px;
	font-weight: 600; 
	line-height: 28px;
}

.testo_73 {
    font-family: 'Kanit', sans-serif;
	color:#333;
	font-size: 30px;
	font-weight: 600;
	line-height: 37px;
}

.testo_74 {
    font-family: 'Kanit', sans-serif;
	color: #777;
	font-size: 16px;
	font-weight: 500;
}

.testo_75 {
    font-family: 'Kanit', sans-serif;
	color: #999;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 3px;
}

.testo_76 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.testo_77 {
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	color:#999;
	font-size: 15px;
}
		
.testo_78 {
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	color:#000;
	font-size: 15px;
}

.testo_79 {
    font-family: 'Kanit', sans-serif;
	color:#333;
	font-size: 34px;
	font-weight: 800;
	line-height: 37px;
}

.testo_80 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
}

.testo_81 {
    font-family: 'Kanit', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.testo_82 {
    font-family: 'Kanit', sans-serif;
	color:#333;
	font-size: 38px;
	font-weight: 300;
	line-height: 40px;
}

.testo_83 {
	font-family: 'Kanit', sans-serif;
	color:#A40609;
	font-size: 18px;
	font-weight: 600;
}

.testo_84 {
	font-family: 'Kanit', sans-serif;
    color: black;
	font-size: 18px;
	font-weight: 600;
}

.testo_85 {
    font-family: 'Kanit', 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: 'Kanit', 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: 'Kanit', sans-serif;
	color:#fff;
	font-size: 23px;
	font-weight: 400;
	line-height: 28px;
}

.testo_88 {
    font-family: 'Kanit', sans-serif;
	color: #CDC49E;
	font-size: 21px;
	font-weight: 400;
	line-height: 27px;
}

.testo_89 {
    font-family: 'Kanit', sans-serif;
	color:#333;
	font-size: 30px;
	font-weight: 400;
}

.testo_90 {
    font-family: 'Kanit', sans-serif;
	color: #ccc;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
}

.testo_91 {
    font-family: 'Kanit', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 21px;
}

/************************************************ NAVBAR ************************************************/

.navbar {
    background:#fff;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
	border-color:#ccc;
}

#sfumatura_navbar {
	-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);
}

/************************************************ COLONNE STESSA ALTEZZA ************************************************/

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/************************************************ DIVISORIA NAVBAR ************************************************/

.padding_linea {
    padding-top: 7px;
}

.linea_verticale {
    border-left: 2px solid #D6CDAD;
	height: 26px;
}

/************************************************ DIVISORIA FOOTER ************************************************/

.linea_verticale_footer {
	padding-right: 50px;
    border-right: 1px solid #666;
}

/************************************************ 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;
}

#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-bianco-menu {
	background-color: #fff;
	padding-bottom:128px;
}


#sfondo-intro {
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 25px;
	background-color:#D6CDAD;
}

#sfondo-footer {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color:#DDE6ED;
}

#sfondo-chiaro1 {
	padding-bottom: 70px;
	background-color: #F9F7F6;
}

#sfondo-grigio {
    padding-top: 30px; 
	padding-bottom: 30px;
	background-color: #F4F8FC;
}

#sfondo-nero {
    padding-top: 30px; 
	padding-bottom: 30px;
	background-color: #000;
}

#subfooter{
	background-color:#111111;
	padding-top: 30px;
	padding-bottom: 30px;
	color:#fff;
}

/************************************************ 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;
}


/************************************************ BOTTONI E FORM ************************************************/

.form-inline > * {
    margin: 10px 5px !important;
}

.form-control {
	font-family: 'Kanit', sans-serif;
	border-radius: 0px;
	color: #666;
}

.btn {
	border-radius: 0px;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding-left: 35px;
	padding-right: 35px;
    letter-spacing: 1px;
}



.btn-danger, .btn-danger:active, .btn-danger:visited {
    background-color: #A82630;
}



/************************************************ COLORE E STILE FOCUS SU INPUT E TEXTAREA************************************************/

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}




/***************************************************** footer ****************************************************/

#myFooter {
    background-color: #333;
    color: white;
	padding-top:55px;
	padding-bottom:55px;
}

/********************************************* TESTO SOPRA LE IMMAGINI ****************************************************************/

.esterno {
    position: relative;

}

.top-left-sopra {
	font-family: 'Kanit', 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;
    }
}

/********************************************* MENU NAVIGAZIONE FONDO PAGINAc****************************************************************/

     .nav-link {
     display: block;
     padding-right: 23px;
     padding-left: 0px;
	 padding-bottom:0px;
	 }
	 
	 .navbar-light .navbar-nav .nav-link {
	  color:#000;
	 }