@charset "UTF-8";
/* CSS Document */

/* HIDECRUMB */

#hidecrumb {
    display: none;
    margin: 0px 0px 20px 0px;
}    

.hidecrumbcontainer {
font-size: 0.9em;
width: auto;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: justify;
}    

.hidecrumb {
margin: 20px auto 0px auto;
}
.question {
cursor: pointer;
margin: 10px 0;
font-weight: bold;
color: #FFFFFF;
background-color: #5B234A;
padding: 20px;
text-align: left;
-webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;    
}

.question:hover {
background-color: #F7931E;
    color: #FFFFFF;
}

.answer {
    opacity: 0; /* Inizialmente trasparente */
    max-height: 0; /* Altezza inizialmente nulla */
    overflow: hidden; /* Nasconde il contenuto in eccesso */
    visibility: hidden; /* Non visibile */
    transition: opacity 0.5s ease, max-height 0.5s ease; /* Transizioni fluide */
}

.answer.open {
    opacity: 1; /* Visibile */
    max-height: 500px; /* Altezza massima (puoi regolarla dinamicamente) */
    visibility: visible; /* Reso visibile */
}



/* END HIDECRUMB */

.orange_strong {  
color: #F7931E;
    font-weight: bold;
}
.green_strong {  
color: #19d15b;
    font-weight: bold;
}
.red_strong {  
color: #ea0c22;
    font-weight: bold;
}

.intervista-overlay {  
	font-style: normal;
	display: block;
}

.intervista-overlay:before {
  content: open-quote;
}

.intervista-overlay:after {
  content: close-quote;
}

textarea {
resize: none;
overflow: hidden;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;	
}

#main_text p {
	display: block;
}

#main_text p a:link {
	font-style: italic;
}

#certificazioni-google {
	padding: 0px 20px 0px 20px;
}

.certificazioni_column_txt {
    text-align: center;
    margin-top: 10px;
}

.certificazioni-column_break
{
	max-height: 300px;
    font-size: 0.8em;
    text-align: center;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.certificazioni-column_break img
{
	width: 100%;
	height: auto;

}
.alumni-column_break
{
	height: 300px;
    font-size: 0.8em;
    text-align: center;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.alumni-column_break img
{
	width: 100%;
	height: auto;

}

/* Skillshop */

.skillshop {
	width: 200px;
	height: auto;
	margin: 0px auto 5px auto;
	text-align: center;	
}	

.certificazioni-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	height: auto;
	max-width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 0px 20px 0px 20px;
	overflow: auto;
	color: #434343;
}	

.certificazioni-subtext {
	color: #636363;
	text-align: center;
	font-size: 0.9em;
	max-width: 1024px;
	padding: 0px 20px 0px 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-style: italic;
}

#certificazioni-column {
	max-width: 1024px;
	height: auto;
	column-count: 6;
	column-gap: 10px;
	margin: 0px auto 30px auto;
	padding: 10px 20px 0px 20px;
	text-align: center;
	color:#636363;
	font-size: 0.8em;
	font-weight: bold;
}
.alumni-column {
	max-width: 1024px;
	height: auto;
	column-count: 4;
	column-gap: 10px;
	margin: 0px auto 30px auto;
	padding: 10px 20px 0px 20px;
	text-align: center;
	color:#fbbc04;
	font-size: 0.8em;
	font-weight: bold;
}
.alumni {
	max-width: 1024px;
	height: auto;
	column-count: 6;
	column-gap: 10px;
	margin: 0px auto 30px auto;
	padding: 10px 20px 0px 20px;
	text-align: center;
	color:#636363;
	font-size: 0.8em;
	font-weight: bold;
}	

#certificazioni-column img {
	width: 100px;
	height: auto;
	margin-top: 20px;
}

/* End Skillshop */

.align-left {
	text-align: left;
	max-width: 380px;
	margin: 0px auto 0px auto;
}
.align-left-mini {
	text-align: left;
	max-width: 420px;
	margin: 0px auto 10px auto;
}

.link-red:link {
color: #D12F32;
} 
.link-red:visited {
color: #D12F32;
} 
.link-red:hover {
color: #891F21;
} 
.link-red:active {
color: #D12F32;
} 
.arrow-green-miniform  {
    display: block;
    width: auto;
    height: auto;
    margin-top: 15px;
}    
.arrow-green-miniform img  {
    width: 100%;
    height: auto;
}    
#central-banner-studi-medici {
    display: none;
}    
#central-banner-web-agency {
    display: none;
}  
.recaptcha-txt {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.recaptcha-txt-green {
    color: #FFFFFF;
    font-size: 10px;
    font-style: normal;
    display: block;
    margin: 5px auto 0px auto;
    width: 80%;
	text-align: center;
	font-family: 'Lato';
}
#ad-dentisti {
    display:block;
}
#ad-dentisti-mobile {
    display:none;
}
#main_text p a  {
	color: #F7931E;
    font-weight: bold;
}

#main_text p a:visited {
	color: #F7931E;

}

#main_text p a:hover {
	color: #72A12F;

}

#main_text p a:active {
	color: #F7931E;

}
#contattami-ora-txt {
    font-family: 'Lato';
    font-size: 1.6em;
    text-align: center;
    color: #42ab2a;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 3px #42ab2a;
        
}    
#contattami-ora {
    width: auto;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
}   
#freccia-contattami {
    width: 100%;
    height: auto;
    text-align: center;
}    
#freccia-contattami img {
    width: 100%;
    height: auto;
}  
.grecaptcha-badge { 
    bottom:155px !important; 
    opacity: 0;
    visibility: hidden;
}
/* Checkbox central orange */
.checkbox-div-central-orange {
	max-width: 340px;
	height: auto;
	font-size: 13px;
	color: #D12F32;
	font-family: 'Lato';
	line-height: 30px;
	margin: 0px auto 5px auto;
    padding: 0px 0px 0px 0px;
	text-align: left;
}
.check-orange:not(:checked),
.check-orange:checked {
  position: absolute;
  left: -9999px;
}
.check-orange:not(:checked) + label,
.check-orange:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.check-orange:not(:checked) + label:before,
.check-orange:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.15em; height: 1.15em;
  border: 2px solid #D12F32;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.check-orange:not(:checked) + label:after,
.check-orange:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #D12F32;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.check-orange:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.check-orange:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.check-orange:disabled:not(:checked) + label:before,
.check-orange:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.check-orange:disabled:checked + label:after {
  color: #999;
}
.check-orange:disabled + label {
  color: #aaa;
}
/* accessibility */
.check-orange:checked:focus + label:before,
.check-orange:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

/* Checkbox laterale */
.checkbox-div {
    max-width: 420px;
    height: auto;
    font-size: 13px;
    color: #FFF;
    font-family: 'Lato';
    line-height: 30px;
    margin: 0px auto 0px auto;
	text-align: left;
}	
.check-green:not(:checked),
.check-green:checked {
  position: absolute;
  left: -9999px;
}
.check-green:not(:checked) + label,
.check-green:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.check-green:not(:checked) + label:before,
.check-green:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.15em; height: 1.15em;
  border: 2px solid #8ADFB5;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.check-green:not(:checked) + label:after,
.check-green:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.check-green:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.check-green:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.check-green:disabled:not(:checked) + label:before,
.check-green:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.check-green:disabled:checked + label:after {
  color: #999;
}
.check-green:disabled + label {
  color: #aaa;
}
/* accessibility */
.check-green:checked:focus + label:before,
.check-green:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}

#form_contatti_lateral {
	margin-top: 5px;
}	
    .content_sub_index {
    height: auto;
    width: auto;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    overflow: inherit;
	padding-right: 0px;
	padding-left: 0px;
}
.visual-mail {
	width: 100%;
	height: 350px;
	background-image:url("../graphic/mail-visual.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center 25px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}	
.visual-mail-bottom {
	max-width: 749px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}	
.visual-mail-bottom img {
	width: 100%;
	height: auto;
}	
		.visual-mail img {
display: none;
}	
#no-bufala {
	width: 250px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
}	
#bio-subtitle {
	text-align: left;
	padding-bottom: 15px;
}
.bio-title {
font-style: normal;
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 0px

}	
.bio-image {
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
	display: block;
}	
#author-box {
	background-color: #E0D7E1;
	padding: 20px;
	width: auto;
	height: auto;
	font-family: inherit;
	font-style: italic;
	color:#8B6F93;
    font-size: 14px;
	overflow: auto;
    margin-top: 35px;
    display: block;
}
	#numero-smartphone  { 
    display: block;
    background-color: #F7931E;
    background: rgba(247,147,30,1); /* Green background with 30% opacity */
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	height: auto;
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 10;
		padding-top: 10px;
		padding-bottom: 10px;
	line-height: 10px;
}   
.tableborder_lateral::-webkit-input-placeholder { /* Edge */
  color: #39B54A;
}

.tableborder_lateral::-webkit-input-placeholder { /* Edge */
  color: #39B54A;
}

.tableborder_lateral:-ms-input-placeholder { /* Internet Explorer */
  color: #39B54A;
}

.tableborder_central::-webkit-input-placeholder { /* Edge */
  color: #39B54A;
}

.tableborder_central::-webkit-input-placeholder { /* Edge */
  color: #39B54A;
}

.tableborder_central:-ms-input-placeholder { /* Internet Explorer */
  color: #39B54A;
}

::-webkit-input-placeholder { /* Edge */
  color: #F7931E;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #F7931E;
}

::placeholder {
  color: #F7931E;
}
.font-varela-purple {
font-family: 'Varela Round', sans-serif;
font-size: 1.3em;
color: #5B234A;    
}    
.cross-orange img {
	width: 100%;
	height: auto;
}	
.cross-orange {
	width: 100px;
	height: 100px;
	float: left;
	margin: 5px;
	text-align: center;
	font-weight: bold;
}	
.wrapper-block {
	width: auto;
	height: auto;
	display: block;
    overflow: auto;
}		
.block-orange-left {
	width: 420px;
	height: auto;
	font-family: 'Lato';
	font-size: 1.1em;
	color: #F7931E;
	text-align: justify;
	border: solid #F7931E 20px;
	padding: 20px;
	float: left;
	margin-right: 20px;
}	
.block-orange-right {
	width: 420px;
	height: auto;
	font-family: 'Lato';
	font-size: 1.1em;
	color: #F7931E;
	text-align: justify;
	border: solid #F7931E 20px;
	padding: 20px;
	float: right;
}	
.block-purple {
	width: auto;
	height: auto;
	font-family: 'Lato';
	font-size: 1.1em;
	color: #5B234A;
	text-align: justify;
	border: solid #5B234A 20px;
	padding: 20px;
}	

.article {
	width: auto;
}	
.foto-medico  {
	float: left;
	width: 200px;
	height: 200px;
	padding-right: 15px;
	padding-bottom: 15px;
}		
.box-medici  {
	width: auto;
	height: auto;
	color: #8BA889;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 20px solid #BDE3BB;
}	
#mcu-banner {
	width: auto;
	height: auto;
	background-image:url("../images/mcu/graphic/mcu-banner.svg");
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
}
#mcu-banner:hover {
	background-image:url("../images/mcu/graphic/mcu-banner-roll.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.see-also-link {
    font-family: 'Varela Round', sans-serif;
    font-size: 1em;
     color: #F7931E;
    text-transform: uppercase;
    border: 2px solid #F7931E;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    font-weight: bold;
}
.see-also-link li::marker {
  color: #F7931E;
}
.see-also-link a:link {
    color: #F7931E;
    -webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
}  
.see-also-link a:visited {
    color: #F7931E;
} 
.see-also-link a:hover {
    color: #72A12F;
}  
.see-also-link a:active {
    color: #F7931E;
} 
#see-also-title {
    margin-top: 15px;
    background-color: #F7931E;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    color: #FFFFFF;
    font-family: 'Varela Round', sans-serif;
	text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
} 
.style-more {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    color: #DB2020;
    font-family: 'Varela Round', sans-serif;
	text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px dotted #DB2020;
}  
.style-more a:link {
    color: #5B234A;
    font-style: italic;
}   
.style-more a:visited {
    color: #5B234A;
    font-style: italic;
}  
.style-more a:hover {
    color: #F7931E;
    font-style: italic;
}   
.style-more a:active {
    color: #5B234A;
    font-style: italic;
}    
  
/* Index visuals */
.visual-1 {
    background-image: url("../images/index/visual-svg/banner-visual-1.svg");
    width: auto;
     background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #D9E021;
    height: 150px;
}  
.visual-1:hover{
    background-image: url("../images/index/visual-svg/banner-visual-1-roll.svg");
    width: auto;
    background-color: #fcee21;
}  
.visual-2 {
    background-image: url("../images/index/visual-svg/banner-visual-2.svg");
    width: auto;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #5B234A;
    height: 150px;
}  
.visual-2:hover{
    background-image: url("../images/index/visual-svg/banner-visual-2-roll.svg");
    width: auto;
    background-color: #b9e86d;
} 
.visual-3 {
    background-image: url("../images/index/visual-svg/banner-visual-3.svg");
    width: auto;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FBB03B;
    height: 150px;
}  
.visual-3:hover{
    background-image: url("../images/index/visual-svg/banner-visual-3-roll.svg");
    width: auto;
    background-color: #c9e59e;
} 
.visual-4 {
    background-image: url("../images/index/visual-svg/banner-visual-4.svg");
    width: auto;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C7E892;
    height: 150px;
}  
.visual-4:hover{
    background-image: url("../images/index/visual-svg/banner-visual-4-roll.svg");
    width: auto;
    background-color: #AADFE0;
} 
/* end Index  visuals */

.box-contenuto {
    line-height: 1.6;
	max-width: 699px;
    height: auto;
    overflow: inherit;
	margin-left: auto;
	margin-right: auto;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    background-color: #EAF4F4;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    border: solid 2px #B3BCBE;
    color: #63696B;
    text-align: left;
	list-style-type:disc;
	list-style-position:outside;
}
.box-contenuto-title {
	widht: auto;
	height: auto;
	color: #63696B;
	font-size: 1.1em;
	line-height: 19px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 15px;
	vertical-align: 20px;
	display: block;
	text-align: center;
	font-style: normal;
}
#box-contenuto a:link {
    color: #63696B;
	font-weight: normal;
}  
#box-contenuto a:visited {
    color: #63696B;
}  
#box-contenuto a:hover {
    color: #63696B;
    text-decoration: underline;
}
#box-contenuto a:active {
    color: #63696B;
}  
.font-varela-orange {
font-family: 'Varela Round', sans-serif;
font-size: 30px;
color: #F7931E;    
}    

.list-glossario-added {
    font-family: Abel;
    text-align: left;
    width: auto;
    list-style-type:disc;
    list-style-position: inside;
    margin: 0px;
    padding-left: 10px; 
    list-style:disc;
    color: #F7931E;    
    display: block;
}

.list-glossario-added a {
    color: #F7931E;
    background-color: #FFFFFF;
} 
.list-glossario-added a:visited {
    color: #F7931E;
    background-color: #FFFFFF;
} 
.list-glossario-added a:hover  {
    color: #72A12F;
} 
.list-glossario-added a:active {
    color: #F7931E;
    background-color: #FFFFFF;
    text-align: left;
}       
.glossario-back {
    width: 212px;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}     
.glossario-titoli  {
    text-transform: uppercase; 
    font-weight: bold; display: block; margin-bottom: 10px;
    margin-top: 10px;
}    
.box-glossario-indietro  {
    width: 70px;
    margin-right: 20px;
    margin-left: auto;
    margin-bottom: 20px;
    height: 17px;
    border: solid 2px #5B234A;
    padding: 6px;
    color: #5B234A;
    font-family: 'Lato', sans-serif;
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
}     
 
.box-glossario-indietro:link  {
    color: #5B234A;
    background-color: #FFFFFF;
} 
.box-glossario-indietro:visited  {
    color: #5B234A;
    background-color: #FFFFFF;
} 
.box-glossario-indietro:hover  {
    color: #FFFFFF;
    background-color: #5B234A;
} 
.box-glossario-indietro:active  {
    color: #5B234A;
    background-color: #FFFFFF;
} 
#menu-glossario {
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: auto;
    overflow: auto;
}    
.box-glossario  {
    width: 17px;
    height: 17px;
    border: 2px solid #5B234A;
    padding: 6px;
    margin: 2px;
    color: #5B234A;
    font-family: 'Lato', sans-serif;
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    line-height: 17px;
}  

.box-glossario:link  {
    color: #5B234A;
    background-color: #FFFFFF;
} 
.box-glossario:visited  {
    color: #5B234A;
    background-color: #FFFFFF;
} 
.box-glossario:hover  {
    color: #FFFFFF;
    background-color: #5B234A;
}  
.box-glossario:active  {
    color: #5B234A;
    background-color: #FFFFFF;
} 
.select-box-button-wgreen:link {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 50%;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    color: #72A12F;
    font-family: 'Lato';
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #72A12F;
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.select-box-button-wgreen:visited {
    color: #72A12F;
}
.select-box-button-wgreen:hover {
    background-color: #72A12F;
    color: #FFFFFF
}
.select-box-button-wgreen:active {
    color: #72A12F;
}
.select-box-title-wgreen {
    text-align: center;
    height: auto;
    font-weight: bold;
    margin-bottom: 10px;
    color: #72A12F;
    margin-top: 0px;
    font-size: 1em;
} 
.select-box-text-wgreen {
    text-align: justify;
    height: 300px;
    font-size: 1em;
    font-style: italic;
	padding-bottom: 20%;
} 
.select-box-image-wgreen {
    width: 270px;
    height: 104px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}      
.select-box-wgreen {
    width: 270px;
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    float: left;
	position: relative;
}  
#select-services-wgreen {
    max-width: 900px;
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
    ;
    text-align: center;
    overflow: hidden;
    color: #72A12F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}    


.select-box-button:link {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	width: 50%;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	color: #F7931E;
	font-family: 'Lato';
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #F7931E;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.select-box-button:visited {
    color: #F7931E;
}
.select-box-button:hover {
	background-color: #F7931E;
    color: #FFFFFF
}
.select-box-button:active {
    color: #F7931E;
}
.select-box-title {
    text-align: center;
    height: auto;
    font-weight: bold;
    margin-bottom: 10px;
    color: #F7931E;
    margin-top: 0px;
    font-size: 1em;
} 
.select-box-text {
    text-align: justify;
    height: 480px;
    font-size: 1em;
    font-style: italic;
	padding-bottom: 20%;
} 
.select-box-image {
    width: 270px;
    height: 124px;
    padding-bottom: 25px;
    border-bottom: solid 1px #826565;
    margin-bottom: 20px;
}      
.select-box {
    width: 270px;
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    float: left;
	position: relative;
}  
#select-services {
    max-width: 900px;
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
    ;
    text-align: center;
    overflow: hidden;
    color: #826565;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}    
.big-green-block {
    font-size: 1.5em;
    font-family: 'Lato';
    font-weight: bold;
    color: #72A12F;
    text-align: center;
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
h6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
}    
#main_text_mini_form {
	height: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	color: #5B234A;
	text-align: justify;
	max-width: 699px;
	font-family: 'Lato';
	overflow: hidden;
	font-size: 1.1em;
}
.mini-form-contatti {
    border: #8ADFB5 2px solid;
    background-color: #39B54A;
    height: auto;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    max-width: 70%;
    font-style: italic;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 1px #000000;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-appearance: none;
-moz-appearance: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 400;
} 
.submit_mini {
    border: #FFFFFF 2px solid;
    background-color: #D7EBC9;
    height: 30px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#312E2E;
    width: 60%;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    font-style: italic;
    padding: 5px;
    border-radius: 100px;
    box-shadow: 3px 3px 1px #000000;
    margin-top: 8px;
    -webkit-appearance: none;
-moz-appearance: none;
    display: block;
}
.submit_mini:hover {
background:#FFFFFF;
border:#D7EBC9 2px solid;
color:#D7EBC9;
}
#mini-form {
    display: none;
	box-sizing: border-box;
}  
.whatsapp_fixed {
	background-color: #25D366;
	height: 50px;
	width: 50px;
	background-size: 80%;
	text-align: center;
	position: fixed;
	top: 185px;
	right: 10px;
	float: right;
	left: auto;
	z-index: 10000;
}
.fixed_info_box {
	position: fixed;
	top: 130px;
	right: 10px;
	float: right;
	left: auto;
	width: auto;
	height: auto;
	z-index: 10000000;
	display: block;
}
.fixed_box:hover {
	background-color: #8a898a;
}	
.info_box {
	background-color:#356DBD;
	height: 50px;
	width: 50px;
	margin-bottom: 5px;
	transition: height 0.5s, width 0.5S;
	-webkit-transition:height 0.5s, width 0.5S; 
	text-align: center;
    overflow: hidden;
	background-image:url("../graphic/icons/svg/icon-info.svg");
	background-repeat: no-repeat;
}
.info_box p {
	display: none;
}	
.info_box a {
	color:#1857B3;
}
.info_box a:visited {
	color:#1857B3;
}
.info_box a:hover {
	color:#F7931E;
}
.info_box:hover {
	background-color: #FFFFFF;
	height: 380px;
	width: 300px;
	background-image: none;
	border: solid 5px #356DBD;
	padding: 5px;
    font-family: Abel;
	color:#1857B3;
	font-size: 1.1em;
	line-height: auto;
}
.info_box:hover p {
	display: block;
}
.star_box_container_center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    width: 308px;
    padding-top: 45px;
    color: #871214;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    background-image: url(../images/index/star-box.svg);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    background-position: center top;
}
.mini_form_lateral {
	font-family: 'Lato';
	font-size: 12px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
.submit_lateral {
    display: block;
	border: #FFFFFF 2px solid;
	background-color: #D7EBC9;
	height: auto;
	line-height: auto;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #39B54A;
	width: 150px;
	margin: 20px auto 10px auto;
	font-style: italic;
	padding: 20px;
	border-radius: 40px;
	box-shadow: 3px 3px 1px #000000;
	margin-top: 8px;
	-webkit-appearance: none;
-moz-appearance: none;
}
.submit_lateral:hover {
background:#FFFFFF;
border:#D7EBC9 2px solid;
color:#D7EBC9;
}
.tableborder_central {
	border: 2px solid #8ADFB5;
	background-color: #FFFFFF;
	margin-top: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #CFCFCF;
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	line-height: 25px;
	height: auto;
	border-radius: 5px;
	-webkit-appearance: none;
-moz-appearance: none;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
.tableborder_lateral {
	border: 2px solid #8ADFB5;
	background-color: #FFFFFF;
	margin-top: 2px;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	color: #CFCFCF;
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	height: auto;
	border-radius: 5px;
	-webkit-appearance: none;
-moz-appearance: none;
	text-align: center;
	display: block;
	box-sizing: border-box;
	line-height: normal;
}	
.tableborder_lateral-list {
    border: 2px solid #8ADFB5;
    background-color: #FFFFFF;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #39B54A;
    width: 100%;
    padding-right: 35px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
    margin-bottom: 10px;    margin-bottom: 2px;
    font-style: italic;
    line-height: 25px;
    height: auto;
    border-radius: 5px;
    text-align: center;
	-webkit-appearance: none;
-moz-appearance: none;
	vertical-align: middle;
    background-image: url("../graphic/down-arrow-lateral.svg");
    background-repeat: no-repeat;
    background-position: right;
	}
.tableborder_central-list {
	border: 2px solid #8ADFB5;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #39B54A;
	width: 100%;
	padding-right: 35px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-bottom: 2px;
	font-style: italic;
	height: auto;
	border-radius: 5px;
	text-align: center;
	-webkit-appearance: none;
-moz-appearance: none;
	vertical-align: middle;
	background-image: url("../graphic/down-arrow-lateral.svg");
	background-repeat: no-repeat;
	background-position: right;
	box-sizing: border-box;
	line-height: normal;
	}
.table_form_lateral {
    border-width: 0px;
    border: 0px;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    text-align: center;
    font-family: 'Lato';
    font-size: 17px;
    color: #FBFBFB;
}
.table_form_lateral td, tr{
    padding-bottom: 5px;
    color: #FBFBFB;
    border: none;
}
#contatti-form-lateral {
    border: #8ADFB5 10px solid;
    background-color: #39B54A;
    height: auto;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    width: auto;
    font-style: italic;
    padding: 20px;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-appearance: none;
-moz-appearance: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 400;
	box-sizing: border-box;
}  
#mini-form {
    border: #8ADFB5 20px solid;
    background-color: #39B54A;
    height: auto;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    color: #FFFFFF;
    width: auto;
    font-style: italic;
    padding: 10px;
    border-radius: 0px;
    margin-top: 15px;
    margin-bottom: 25px;
    -webkit-appearance: none;
-moz-appearance: none;
margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 400;
	box-sizing: border-box;
}  
.submit_prenota {
    border: #8ADFB5 2px solid;
    text-align: center;
    display: block;
    font-size: 1em;
    background: #1CBD67;
    height: auto;
    line-height: auto;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    width: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    font-style: italic;
    padding: 30px;
    margin-top: 20px;
    margin-right: auto;
    -webkit-appearance: none;
-moz-appearance: none;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.submit_prenota:hover {
background:#8ADFB5;
border:#1CBD67 2px solid;
color:#1CBD67;
}
.index-contact {
    padding-right: 20px;
    padding-left: 20px;
	max-width: 699px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.title_big_green {
	font-family: 'Lato';
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #39B54A;

}
#cssmenu{
	z-index: 10;
}	
.bigger_text {
	font-size: 1.3em;
}	
/*  Page icons */
#end-page-roll {
    width: 160px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.social-slide-face {
	background-image:url(../graphic/icons/end-pages/face-roll.svg);
	height: 35px;
	width: 35px;
	margin-right: 5px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide-face:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.social-slide-twitter {
	background-image:url(../graphic/icons/end-pages/twitter-roll.svg);
	height: 35px;
	width: 35px;
	margin-right: 5px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide-twitter:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.social-slide-in {
	background-image:url(../graphic/icons/end-pages/in-roll.svg);
	height: 35px;
	width: 35px;
	margin-right: 5px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide-in:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.social-slide-insta {
	background-image:url(../graphic/icons/end-pages/insta-roll.svg);
	height: 35px;
	width: 35px;
	margin-right: 5px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide-insta:hover {
	background-position: 0px -35px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
/* End end page icons */

/* Footer icons */
.social-roll-facebook {
	background-image: url(../graphic/footer-icons-rolls/face.svg);
	height: 30px;
	width: 30px;
	margin: 0px;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll-facebook:hover {
	background-image: url(../graphic/footer-icons-rolls/face-roll.svg);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.social-roll-twitter {
	background-image: url(../graphic/footer-icons-rolls/twitter.svg);
	height: 30px;
	width: 30px;
	margin: 0px;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll-twitter:hover {
	background-image: url(../graphic/footer-icons-rolls/twitter-roll.svg);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.social-roll-gplus {
	background-image:url(../graphic/icons/icons-footer/footer-gplus.png);
	height: 30px;
	width: 30px;
	margin: 0px;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll-gplus:hover {
	background-image:url(../graphic/icons/icons-footer/footer-gplus-roll.png);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.social-roll-in {
	background-image: url(../graphic/footer-icons-rolls/in.svg);
	height: 30px;
	width: 30px;
	margin: 0px;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll-in:hover {
	background-image: url(../graphic/footer-icons-rolls/in-roll.svg);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.social-roll-insta {
	background-image: url(../graphic/footer-icons-rolls/insta.svg);
	height: 30px;
	width: 30px;
	margin: 0px;
	float: left;
	margin-right: 5px;
	border-radius: 0px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-roll-insta:hover {
	background-image: url(../graphic/footer-icons-rolls/insta-roll.svg);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#footer-social-container {
width: auto;
height: 30px;
margin-bottom: 10px;
margin-top: 10px;
}
/* End footer icons */
h5 {
	font-family: 'Abel';
	font-size: 1.1em;
	text-align: left;
	color: #5B234A;
	background-color: #EBE7F5;
	display: block;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.padding_mobile_index {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
	#header_mobile {
	display: none;
	margin-top: 20px;
}
.box-visual-2-index {
background-image:url(../images/index/obiettivi-project-manager.png);
background-repeat: no-repeat;
background-size: contain;
width: auto;
height: 355px;
}
.appr_box {
    font-size: 1em;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    height: auto;
    width: auto;
    border: 5px solid #F7931E;
    margin-bottom: 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    background-color: #FFFFFF;
    display: block;
    color: #F7931E;
}
.appr_box img {
width: 60%;
margin-bottom: 0px;
display: block;
	margin-left: auto;
	margin-right: auto;
}
.slider {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	text-align: center;
}
.big-green {
	font-size:35px;
	font-family: 'Lato';
   font-weight: bold;
color: #72A12F;
	text-align: center;
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.star_box_container {
    float: left;
    height: auto;
    width: 331px;
    padding-top: 45px;
    color: #871214;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    text-align: center;
    background-image: url(../images/index/star-box.svg);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
#star_box_1 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	height: auto;
	width: auto;
	color: #5B234A;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#star_box {
	height: auto;
	width: auto;
	margin-top: 10px;
	overflow:auto;
}
.battery_dead {
	font-size: 18px;
	font-family: 'Lato';
	color: #000000;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	height: auto;
	width: auto;
	border: 5px solid #000000;
	margin-bottom: 15px;
	border-radius: 10px;
	margin-top: 15px;
	text-align: center;
	background-color: #f9f45b;
	font-weight: 400;
	display:block;
}

.big_battery_dead {
	font-size:24px;
	font-family: 'Lato';
   font-weight: bold;
}
.warning {
	height: auto;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 5px solid #000000;
	font-weight: bold;
	max-width: 994px;
}
.box_quadrati {
	height: 680px;
	display: block;
}
.banner_mobile {
	border: 5px solid #FCEE21;
	max-width: 100%;
	height: auto;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.center_nav {
text-align: center;
width:974px;
margin-right:auto;
margin-left:auto;
}
#close_icon {
	width: 40px;
	height: 40px;
	float: right;
}
#close_menu {
padding-bottom: 30px;
}
.red {
color: #E50000;
}
table, th, td {
   width:100%;
   border-collapse: collapse;
   text-align: center;
   color:#5B234A;
   table-layout: fixed;
	font-size: 0.9em;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
th, td {
    padding: 8px;
}
.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 5px;
	position: absolute;
	top: 2px;
	width: 100%;
}
.schede_box_container {
	background-color: #E5DDF6;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	height: auto;
	overflow: auto;
	width: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.image_schede_box {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 15px;
	border: 2px solid #5B234A;
	margin-top: 15px;
}
.image_schede_box img {
	width: 150px;
	height:150px;
}
.text_schede_box p {
display: block;
margin-top: 5px;
}
.text_schede_box {
	float: right;
	height: auto;
	width: 70%;
	font-family: 'Abel';
	font-size: 1em;
	text-align: justify;
	background-color: #EBE7F5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 4px outset #D6C9F2;
	border-bottom: 4px outset #D6C9F2;
	margin-bottom: 0px;
	margin-top: 15px;
}

#cookieChoiceInfo {
    color:#FFFFFF;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14px;
    line-height:28px;
    background-color: #585858; /* per IE8 */
    background-color: rgba(88, 88, 88, 0.8);
     /* per IE7 */
    top:0; /* sostituire con bottom:0; per posizionare il banner in basso */  
    text-align:center;
    padding:20px 0 20px 0;
}
/* links */
#cookieChoiceInfo a{
    text-decoration:none;
    padding:8px;
    background-color:white;
    font-size:11px;
    border-radius:5px;
    color:#585858;
}
/* link pagina informativa */
a#cookieMore-info{
    margin-left:12px;
}
/* link accettazione */
a#cookieChoiceDismiss{
    margin-left:24px;
    padding:8px 11px;
}
.box{
        display: none;
        margin-top: 10px;
}
.submit {
	border: #8ADFB5 2px solid;
	text-align: center;
	background: #1CBD67;
	height: auto;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	width: 200px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	padding: 20px;
	margin-top: 8px;
	-webkit-appearance: none;
-moz-appearance: none;
	border-radius: 40px;
	text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.submit:hover {
background:#8ADFB5;
border:#1CBD67 2px solid;
color:#1CBD67;
}
.tableborder {
	border: 2px solid #F7931E;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #CFCFCF;
	width: 291px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin: 5px;
	font-style: italic;
	height: auto;
	border-radius: 5px;
	-webkit-appearance: none;
-moz-appearance: none;
	text-align: center;
	box-sizing: border-box;
	line-height: normal;
}	
.tableborder-list {
	border: 2px solid #F7931E;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #F7931E;
	width: auto;
	padding-right: 60px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	height: auto;
	border-radius: 5px;
	-webkit-appearance: none;
-moz-appearance: none;
	text-align: center;
	vertical-align: middle;
	background-image: url("../graphic/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	box-sizing: border-box;
	line-height: normal;
}
.tableborder-100 {
    border: 2px solid #F7931E;
    background-color: #FFFFFF;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #CFCFCF;
    width: 596px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-appearance: none;
-moz-appearance: none;
    text-align: center;
	box-sizing: border-box;
}	
.tableselect {
background-color:#FFFFFF;
border: 2px solid #F7931E;
height:30px;
margin-top:10px;
font-family: 'Lato', sans-serif;
font-size:18px;
color:#871214;
padding:5px;
margin-bottom:10px;
font-style:normal;
-webkit-appearance: none;
-moz-appearance: none;
}	
.tablesend {
	background-color: #F0EDED;
	border: 2px solid #CFCFCF;
	height: 35px;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #871214;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	font-style: normal;
	text-align: center;
	-webkit-appearance: none;
-moz-appearance: none;
}	
.tablesend:hover {
background-color:#871214;
color:#CFCFCF;
}	
h1 {
	color: #5B234A;
	display: block;
	text-align: center;
	font-size: 35px;
	margin-bottom: 15px;
}
h2 {
	color: #5B234A;
	display: block;
	text-align: center;
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
h3 {
	text-align:center;
	color:#F7931E;
    display: block;
}
.h3-green {
	text-align:center;
	color:#19d15b;
    display: block;
}
.h3-red {
	text-align:center;
	color:#ea0c22;
    display: block;
}
h4 {
color: #FBFBFB;
}
.button_social {
	width:40px;
	height:40px;
	margin-top:10px;
	text-align:center;
	float:left;
	margin-right:20px;
}	
.button_violet {
    padding: 15px;
    height: auto;
    width: 50%;
    background-color: #5B234A;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Lato';
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    	bottom: 0;
	left: 0;
	right: 0;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.button_violet:hover {
	background-color: #F7931E;
}

.link_white:link {
	color: #FFFFFF;
	font-style: normal;
}

.link_white:visited {
	color: #FFFFFF;
	font-style: normal;
}

.link_white:hover {
	color: #E2E2E2;
	font-style: normal;
}

.link_white:active {
	color: #F7931E;
	font-style: normal;
}

.text_violet {
	color: #5B234A;
}
.text_orange {
	color: #F7931E;
}

.violet:link {
	color: #5B234A;
    -webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
}
.violet:active {
	color: #5B234A;
}
.violet:visited {
	color: #5B234A;
}
.violet:hover {
	color: #F7931E;
}


.link_orange:link {
	color: #F7931E;
	font-style: normal;
}
.link_orange_italic:link {
	color: #F7931E;
	font-style: italic;
}

.link_orange:visited {
	color: #F7931E;
	font-style: normal;
}
.link_orange_italic:visited {
	color: #F7931E;
	font-style: italic;
}

.link_orange:hover {
	color: #72A12F;
	font-style: normal;
}
.link_orange_italic:hover {
	color: #72A12F;
	font-style: italic;
}

.link_orange:active {
	color: #F7931E;
	font-style: normal;
}
.link_orange_italic:active {
	color: #F7931E;
	font-style: italic;
}
.link_green:link {
	color: #72A12F;
	font-style: normal;
        -webkit-transition: color 0.5s ease-out;
-moz-transition: color 0.5s ease-out;
-o-transition: color 0.5s ease-out;
transition: color 0.5s ease-out;
}

.link_green:visited {
	color: #72A12F;
	font-style: normal;
}

.link_green:hover {
	color: #F7931E;
	font-style: normal;
}

.link_green:active {
	color: #72A12F;
	font-style: normal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
  text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-size: 100%;
}
#container {
    line-height: 1.6;
	height: auto;
	max-width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;
}

.container_news {
    line-height: 1.6;
	height: auto;
	max-width: 1024px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: auto;
	margin-top: 25px;
    color: #5B234A;
    text-align: justify;
    font-family: 'Lato';
    font-size: 1.2em;
}

#nav_wrapper {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #5B234A;
	padding-bottom: 10px;
	font-family: 'Abel';
	display: block;
	z-index: 3;
}
.index_link_mobile:link {
	color: #F7F7F7;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
}

.index_link_mobile:visited {
	color: #F7F7F7;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
}

.index_link_mobile:hover {
	color: #b0acac;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
}

.index_link_mobile:active {
	color: #F7F7F7;
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
}
nav,
#mobile_visual_1 {
	display:none;
}
.text_orange_little{
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: #F7931E; 
}
.text_green_little{
	font-family: abel;
	font-style: normal;
	font-weight: 400;
	color: #72A12F;
}
.banner_man{
	display: block;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F7931E;
	color: #FBFBFB;
	font-family: 'Lato';
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner_man:hover {
	background-color: #72A12F;
	color: #FBFBFB;
}

.banner_man br {
	display:none;
}
#header_tx {
	float: none;
	width: auto;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #5B234A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header_tx_mobile {
	padding-left: 20px;
	padding-right: 20px;
	float: none;
	width: auto;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #5B234A;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header_tx_logo,
#header_tx_logo_mobile {
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 40px;
	color: #5B234A;
	font-weight: bold;
	font-family: 'Varela Round', sans-serif;
	text-align: center;
}

.listino_box {
	height: 580px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	max-width: none;
	width: 301px;
}
#container_listino {
    height: auto;
    width: auto;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.mobile_visual_1_text {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	width: auto;
	background-color: #5B234A;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	font-family: 'Lato';
	text-align: center;
}
#posto_giusto {
    width: auto;
    height: auto;
    font-family: 'Varela Round', sans-serif;
    font-size: 33px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background-color: #F7931E;
    text-transform: uppercase;
}
.banner_arancio {
	width: auto;
	height: auto;
	font-family: 'Lato';
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	padding:10px;
	background-color:#5B234A;
}
.banner_arancio br {
	display:none;
}
#container_desktop_text,
#container_desktop_text_2,
#container_desktop_text_3,
#container_desktop_text_4 {
	height: auto;
	width: auto;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 20px;
}
#footer {
    line-height: 1.6;
	height: auto;
	overflow: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Abel';
	background-color: #F7931E;
	color: #FFFFFF;
	font-size: 14px;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
	max-width: none;
	margin-bottom: 0px;
	}
.fixed_box {
	background-color: #5B234A;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-bottom:5px;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.fixed_lateral_box {
	position: fixed;
	top: 240px;
	right: 10px;
	float: right;
	left: auto;
	width:auto;
	height: auto;
	z-index: 10000;
}
.fixed_box:hover {
	background-color: #F7931E;
}	
#text_mobile_1 {
	height: auto;
	width: auto;
	max-width: 679px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	font-family: 'Economica', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	background-image: url(../images/index/project-manager-brackground-index-tablet.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 1px 1px 2px #000000;
}
.text_index_visual {
	font-family: 'Economica', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_index_visual_2 {
	font-family: 'Economica', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #F7931E;
	text-shadow: 1px 1px 3px #000000;
}
.text_index_visual_3 {
	font-family: 'Economica', sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_index_visual_4 {
	font-family: 'Economica', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_index_visual_5 {
	font-family: 'Economica', sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_index_visual_6 {
	font-family: 'Economica', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #F7931E;
}
#text_ist {
	height: auto;
	width: auto;
	margin-top: 20px;
	font-family: 'Lato';
	font-size: 20px;
	color: #826565;
	text-align: justify;
	padding-bottom: 0px;
	padding-top: 0px;
}
#text_ist_mobile {
	height: auto;
	width: auto;
	margin-top: 1.1em;
	font-family: 'Lato';
	font-size: 1.1em;
	color: #826565;
	text-align: justify;
	padding-bottom: 0px;
	padding-top: 0px;
}
.navigation_arrow {
	height: 50px;
	width: 50px;
	position: fixed;
	top: 515px;
	right: 10px;
	z-index: 100000;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background-image: url("../graphic/icons/svg/icon-arrow.svg");
	background-color: #5B234A;
	display:none;
	background-position:center;
	background-size:contain;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}

.navigation_arrow:hover {
	background-color: #F7931E;
}
#main_text {
    float: left;
    height: auto;
    margin-top: 25px;
    color: #5B234A;
    text-align: justify;
    max-width: 699px;
    font-family: 'Lato';
    overflow: hidden;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
}
#sidebar {
	float: right;
	height: auto;
	width: 294px;
	margin-top: 110px;
	padding-left: 10px;
}
#internal_bar_title {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5B234A;
	color: #FBFBFB;
	font-family: 'Lato';
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	margin-top: 0px;
	padding: 15px;
}
.internal_bar_title {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	background-color: #72A12F;
	color: #FBFBFB;
	font-family: 'Lato';
	text-align: center;
	font-size: 1em;
	font-weight: 500;
}
.banner_internal{
	display: block;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
	background-color: #F7931E;
	color: #FBFBFB;
	font-family: 'Lato';
	text-align: center;
	font-size: 1em;
	font-weight: normal;
    -webkit-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
transition: background-color 0.5s ease-out;
}
.banner_internal:hover {
	background-color: #72A12F;
	color: #FBFBFB;
}
#form_real_display_center {
	height: auto;
	padding: 20px;
	border: 20px solid #F7931E;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	float: none;
	font-family: 'Lato';
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	max-width: 699px;
	box-sizing: border-box;
}
.table_form {
    border-width: 0px;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    text-align: center;
    font-family: 'Lato';
    font-size: 17px;
    color: #F7931E;
}
.table_form td, tr{
padding-bottom: 5px;
}
.mini_form {
  color: #D12F32;
  font-family: 'Lato';
	font-size: 13px;
  padding-bottom: 5px;

}

.mini_form a:link {
  color: #D12F32;
    font-weight: bold;
  font-family: 'Lato';
	font-size: 13px;
  padding-bottom: 5px;

}

.mini_form a:visited {
color: #D12F32;
} 
.mini_form a:hover {
color: #891F21;
} 
.mini_form a:active {
color: #D12F32;
} 

.mini_form_2 {
	font-family: 'Lato';
	font-size: 13px;
	padding-bottom: 5px;
	color: #871214;
}

fieldset { 
    border: none;
}
.image_center {
    width: auto;
    text-align: center;
    margin-top: 15px;
    margin-right: auto;
    margin-left: 0px;
    font-family: abel;
    font-style: italic;
    font-weight: 400;
    font-size: 0.8em;
    height: auto;
    margin-bottom: 20px;
    overflow: auto;
    display: block;
}
.image_center img {
	max-width: 100%;
	height:auto;
}
.image_center-ai {
	width: auto;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: abel;
	font-weight: 400;
	font-size: 13px;
	height: auto;
	margin-bottom: 10px;
	overflow: auto;
	font-style: italic;
}
.image_center-ai img {
	max-width: 25%;
	height:auto;
}
.social_share {
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color: #5B234A;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5B234A;
	font-style:italic;
	z-index: -1;
    text-align: center;
}
#social_box {
	z-index: -1;
}	

blockquote {
	background: #D7EBC9;
	border-left: 10px solid #72A12F;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 1.5em;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	color: #72A12F;
	display: block;
	font-style: italic;
	text-align: left;
	font-size: 23px;
	line-height: 38px;
	font-family: 'Oranienbaum', "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-left: auto;
}
blockquote:before {
  color: #72A12F;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #72A12F;
  content:close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.cornice_orange {
	border:solid 6px #F7931E;
}
.box_schede_film {
	border: solid 6px #F7931E;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: auto;
	height: auto;
	color: #F7931E;
	font-weight: 700;
	display: block;
	font-size: 1em;
	font-style: italic;
}
/* TABLET */
@media (max-width:1144px) and (min-width:700px) {

#hidecrumb {
    display: block;
}  
    
/* Skillshop */
    
.certificazioni-column_break
{
    font-size: 1em;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}	
.alumni-column_break
{
    font-size: 1em;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}	

#certificazioni-column {
	max-width: 500px;
	column-count: 2;
	column-gap: 30px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.alumni-column {
	max-width: 500px;
	column-count: 2;
	column-gap: 30px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}	
.alumni {
	max-width: 500px;
	column-count: 2;
	column-gap: 30px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}		
	
#certificazioni-column img {
	width: 250px;
	height: auto;
	padding: 0px 0px 20px 0px;
}	

/* End Skillshop */
	
	.whatsapp_fixed {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	position: fixed;
	top: auto;	
	bottom: 180px;	
	left: 10px;
	float: right;
	right: auto;
	z-index: 100000;
	opacity: 0.8;	
}
	.whatsapp_fixed img {
		width: 100%;
		height: auto;
}	
    
.social_share {
	text-align: center;
}    

#central-banner-studi-medici {
    display: block;
}    
#central-banner-web-agency {
    display: block;
}      
    #ad-dentisti {
    display:none;
}
    #ad-dentisti-mobile {
    display:block;
}
.content_sub_index {
    height: auto;
    width: auto;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    overflow: inherit;
		max-width: 699px;
		padding-right: 10px;
		padding-left: 10px;
}
	
.select-box-button-wgreen:link {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 50%;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    color: #72A12F;
    font-family: 'Lato';
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #72A12F;
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.select-box-button-wgreen:visited {
    color: #72A12F;
}
.select-box-button-wgreen:hover {
    background-color: #72A12F;
    color: #FFFFFF
}	
.select-box-button-wgreen:active {
    color: #72A12F;
}
		
	.tableborder {
    width: 100%;
	box-sizing: border-box;
	margin: 2px 0px 10px 0px;	
}
	.tableborder-list {
	width: 100%;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;	
}
	.tableborder-100 {
    width: 100%;
	box-sizing: border-box;	
}
	.visual-mail {
	background-size: 100%;
     background-image:url("../graphic/mail-visual.svg"), linear-gradient(to bottom, #ffffff 82%,#f7931e 100%);   
	box-sizing: border-box;	
        padding: 0px;
        line-height: 0px;
        margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;	
}	
			.visual-mail img {
			display:none;
}	
	
	 	#numero-smartphone  { 
	position: fixed;
	bottom: 70px;
	right: 0px;
	z-index: 10;
} 
	.index-contact {
    padding-right: 0px;
    padding-left: 0px;
}
	.block-purple {
	width: auto;
	height: auto;
	font-family: 'Lato';
	font-size: 1.1em;
	color: #5B234A;
	text-align: justify;
	border: solid #5B234A 10px;
	padding: 20px;
}	
	.cross-orange {
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px;
	text-align: center;
	font-weight: bold;
}	
.cross-orange img {
	width: 100%;
	height: auto;
}	
.wrapper-block {
	width: auto;
	height: auto;
	display: block;
	overflow: auto;
		
}		
.block-orange-left {
    width: 280px;
    height: auto;
    font-family: 'Lato';
    font-size: 1.1em;
    color: #F7931E;
    text-align: justify;
    border: solid #F7931E 10px;
    padding: 15px;
    float: left;
    margin-right: 5px;
}	
.block-orange-right {
    width: 280px;
    height: auto;
    font-family: 'Lato';
    font-size: 1.1em;
    color: #F7931E;
    text-align: justify;
    border: solid #F7931E 10px;
    padding: 15px;
    float: right;
}	
#see-also-title {
	text-align: center;
} 
	
#posto_giusto_mobile {
    max-width: 679px;
    height: auto;
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #F7931E;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-transform: uppercase;
}
#posto_giusto_mobile br{
	display: none;
}
    
/* Index visuals tablet */
.visual-1 {
    background-image: url("../graphic/tablet-banner/banner-visual-tablet-1.svg");
    width: 50%;
	float: left;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #D9E021;
    height: 300px;
} 
	.visual-1:hover {
	background-image: url("../graphic/tablet-banner/banner-visual-tablet-1-roll.svg");
    width: 50%;
	float: left;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EFE26A;
    height: 300px;
} 
 
.visual-2 {
    background-image: url("../graphic/tablet-banner/banner-visual-tablet-2.svg");
    width: 50%;
	float: right;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #5B234A;
    height: 300px;
}  
	.visual-2:hover {
    background-image: url("../graphic/tablet-banner/banner-visual-tablet-2-roll.svg");
    width: 50%;
	float: right;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #B58AAA;
    height: 300px;
}  

.visual-3 {
    background-image: url("../graphic/tablet-banner/banner-visual-tablet-3.svg");
   width: 50%;
	float: left;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FBB03B;
    height: 300px;
}  
	.visual-3:hover {
		background-image: url("../graphic/tablet-banner/banner-visual-tablet-3-roll.svg");
   width: 50%;
	float: left;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C7B299;
    height: 300px;
}  

.visual-4 {
    background-image: url("../graphic/tablet-banner/banner-visual-tablet-4.svg");
   width: 50%;
	float: right;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #C7E892;
    height: 300px;
}  
	.visual-4:hover {
		background-image: url("../graphic/tablet-banner/banner-visual-tablet-4-roll.svg");
   width: 50%;
	float: right;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #AADFE0;
    height: 300px;
}  

/* end Index  visuals tablet*/

.select-box-title-wgreen {
    text-align: center;
    height: auto;
    font-weight: bold;
    margin-bottom: 10px;
    color: #72A12F;
    margin-top: 0px;
    font-size: 1.1em;
} 
.select-box-text-wgreen {
    text-align: justify;
    height: 450px;
    font-size: 1.1em;
    font-style: italic;
	padding-bottom: 40%;
} 
.select-box-image-wgreen {
    width: auto;
    height: 104px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}      
	.select-box-image-wgreen img {
    width: 50%
}   
.select-box-wgreen {
    width: 190px;
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    float: left;
    margin-bottom: 10px;
	position: relative;
}  
#select-services-wgreen {
    width: 660px;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    text-align: center;
    overflow: hidden;
    color: #72A12F;
    margin-left: auto;
    margin-right: auto;
}            
    
.select-box-title {
text-align: center;
    height: auto;
    font-weight: bold;
    margin-bottom: 10px;
    color:#826565;
    margin-top: 0px;
    font-size: 1em;
} 
.select-box-text {
    text-align: justify;
    height: 430px;
    font-size: 0.9em;
    font-style: italic;
	padding-bottom: 30%;
} 
.select-box-image {
    width: 240px;
    height: 124px;
    padding-bottom: 25px;
    border-bottom: solid 1px #826565;
    margin-bottom: 20px;
}      
.select-box {
    width: 240px;
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    float: left;
    margin-bottom: 10px;
}  
#select-services {
    max-width: 560px;
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
    text-align: center;
    overflow: hidden;
    color: #826565;
    margin-left: auto;
    margin-right: auto;
}        
    
h5 {
text-align: center;
}
#mini-form {
    display: block;
	box-sizing: border-box;
}      
.fixed_info_box {
	display: none;
}    
table, th, td {
	font-size: 0.9em;
}	
.submit_prenota {
	font-size: 1.1em;
	width: 80%;
	height: auto;
}    
.navigation_arrow:hover {
	background-color: #5B234A;
}		
.box_schede_film {
	font-size: 0.9em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:url(../graphic/fixed_background.png);
	background-repeat: repeat-x;
}
.box-visual-2-index {
background-image:url(../images/index/obiettivi-project-manager.png);
background-repeat: no-repeat;
background-size: contain;
width: auto;
height: 255px;
}
.ad_banner_lateral {
	display: none;
}
.slider {
	width: 95%;
}	
	#star_box {
	height: auto;
	max-width: 789px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;
}	
	.star_box_container {
	float: left;
	height: auto;
	max-width: 140px;
	padding-top: 45px;
	color: #871214;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: 'Lato', sans-serif;
	background-size: 90%;
	  background-position: center 15px;	
}	
	.box_quadrati {
	height: 680px;
	display:block;
}
.battery_dead img {
    width: 6%;
    height: auto;
}
.image_schede_box {
	float: none;
	height: 150px;
	width: 150px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left:auto;
	border: 2px solid #5B234A;
}
.banner_mobile {
	display: block;
	max-width: 98%;
	margin-bottom: 15px;
}
.schede_box_container {
	padding-bottom: 15px;
}
.text_schede_box {
	float: none;
	height: auto;
	width: auto;
	font-family: 'Abel';
	font-size: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}	
#main_text {
    float: none;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 1.2em;
    color: #5B234A;
    text-align: justify;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}	
#sidebar {
	display:none;
}	
#header_tx img {
	width:20px;
	height:auto;
}	
.index_project_manager {
	height: 65px;
	width: auto;
	font-family: 'Lato';
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0% 93%;
	background-size: contain;
	margin-top: 10px;
	display: block;
    text-shadow: 1px 1px 3px #000000;
    text-transform: uppercase
}
.navigation_arrow {
	height: 50px;
	width: 50px;
	position: fixed;
	top:inherit;
	bottom: 0;
	right: 0;
	z-index: 100000;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background-image: url(../graphic/icons/arrow_up_desktop.svg);
	background-color: #5B234A;
	display:none;
	background-position:center;
	background-size:contain;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}	
	#text_ist_mobile {
	max-width: 699px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
		padding-right: 10px;
		padding-left: 10px;
}
.fixed_box {
	float:left;
	background-color: #5B234A;
	height: 50px;
	width: 50px;
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;  
}
.fixed_lateral_box {
	background-color: #5B234A;
	position: fixed;
	top:inherit;
	bottom: 0;
	right: 0;
	width:100%;
	height: auto;
	z-index: 10000;
}
.fixed_box:hover {
	background-color: #F7931E;
}		
#footer {
	margin-bottom: 50px;
	width: auto;
	}	

.banner_arancio {
	max-width: 779px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.banner_arancio br {
	display:none;
}
.banner_man{
	max-width: 679px;
}
.banner_man:hover {
	background-color: #72A12F;
	color: #FBFBFB;
}
.banner_man br {
	display:block;
}
#listino_box_smartphone_text,
#listino_box_smartphone_text2,
#listino_box_smartphone_text3,
#listino_box_smartphone_text4,
#listino_box_smartphone_text5,
#listino_box_smartphone_text6,
#listino_box_smartphone_text7,
#listino_box_smartphone_text8,
#listino_box_smartphone_text9,
#listino_box_smartphone_text10,
#listino_box_smartphone_text11,
#listino_box_smartphone_text12,
#posto_giusto,
#div_text_1,
#text_ist,
#image1 {
	display:none;
}
.container_tablet_text {
	height: auto;
	width: auto;
	overflow: auto;
	margin-top: 0;
	margin-bottom: 0px;
}
.listino_box_tablet_text {
	height: auto;
	width: 325px;
	margin-left: auto;
	margin-right: 10px;
	display: block;
	float: left;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	color: #5B234A;
	font-family: 'Lato';
	text-align: justify;
	margin-top: 0px;
}	
.listino_box_tablet_text_right {
	height: auto;
	width: 325px;
	margin-left: auto;
	display: block;
	float: right;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 18px;
	color: #5B234A;
	font-family: 'Lato';
	text-align: justify;
	margin-top: 0px;
}		
#container_desktop_text,
#container_desktop_text_2,
#container_desktop_text_3,
#container_desktop_text_4 {
	display:none;
}	
#container_listino_1,
#container_listino_2,
#container_listino_3,
#container_listino_4,
#container_listino_5 {
	overflow: auto;
	margin-top: 20px;
}
#container_listino_2 {
	margin-top: 20px;
}	

#posto_giusto {
	font-size: 30px;
	max-width: 679px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

}	
#posto_giusto br{
	display:none;
}
#listino_box_1 {
	height: 350px;
	float: right;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/index/visual_mobile_2.svg);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_2 {
	height: 350px;
	float: left;
	width: 325px;
	margin-left: auto;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/index/visual_mobile_3.svg);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_3 {
	height: 350px;
	float: left;
	width: 325px;
	margin-left: auto;
	margin-right: 10px;
	background-image: url(../images/index/visual_mobile_1.svg);
	background-repeat: no-repeat;
	background-size: 160%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}	
#listino_box_4 {
	height: 350px;
	float: right;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/index/visual_mobile_4.svg);
	background-repeat: no-repeat;
	background-size: 180%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}	
#listino_box_5 {
	height: 350px;
	float: left;
	width: 325px;
	margin-left: auto;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/index/visual_mobile_5.svg);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_6 {
	height: 350px;
	float: right;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/index/visual_mobile_7.svg);
	background-repeat: no-repeat;
	background-size: 180%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_7 {
	height: 350px;
	float: left;
	width: 325px;
	margin-left: auto;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/index/visual_mobile_6.svg);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_8 {
	height: 350px;
	float: right;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/index/visual_mobile_8.svg);
	background-repeat: no-repeat;
	background-size: 180%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_9 {
	height: 350px;
	float: left;
	width: 325px;
	margin-left: auto;
	margin-right: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/index/visual_mobile_9.svg);
	background-repeat: no-repeat;
	background-size: 170%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#listino_box_10 {
	height: 350px;
	float: right;
	width: 325px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/index/visual_mobile_manga.svg);
	background-repeat: no-repeat;
	background-size: 180%;
	background-position: center;
	display: block;
	margin-bottom: 15px;
}
#container_listino {
	height: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	max-width: 699px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}	
	#header {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: none
}
	#header_mobile {
    margin-top: 0px;
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
    background-image: url(../graphic/giorgio-fiorini-promozioni-web-tablet.svg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 170px;
}
#banner_man {
display: none
}
#content_text {
	display:block;
}
#header_tx br {
	display:inline;
}
#container_desktop_box,
#container_desktop_box_2,
#container_desktop_box_3,
#container_desktop_box_4  {
	display:none;
}

li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
li a:hover {
    color: #F7931E;
}	
}
/*SMARTPHONE */
@media only screen and (max-width: 699px) {
    
#hidecrumb {
    display: block;
}      
	
.image_center-ai img {
	max-width: 40%;
	height:auto;
}		
	
.select-box-button-wgreen:link {
	position: static;
}	
	
.select-box-button:link {
	position: static;
}	
	
/* Skillshop */
	
.certificazioni-column_break
{
    font-size: 1em;
	height: 250px;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.alumni-column_break
{
    font-size: 1em;
	height: 350px;
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}	

#certificazioni-column {
	max-width: 400px;
	column-count: 2;
	column-gap: 10px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}
.alumni-column {
	max-width: 400px;
	column-count: 2;
	column-gap: 10px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}	
.alumni {
	max-width: 400px;
	column-count: 2;
	column-gap: 10px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	text-align: center;
}	
	
#certificazioni-column img {
	width: 150px;
	height: auto;
	padding: 0px 0px 20px 0px;
}		

/* End Skillshop */	

.checkbox-div-central-orange {
	max-width: auto;
	padding: 0px;
}	
	
.whatsapp_fixed {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	position: fixed;
	top: auto;	
	bottom: 170px;	
	left: 10px;
	float: right;
	right: auto;
	z-index: 100000;
	opacity: 0.8;	
}
	.whatsapp_fixed img {
		width: 100%;
		height: auto;
}	
	
.social_share {
	text-align: center;
}        
    
#central-banner-studi-medici {
    display: block;
}    
#central-banner-web-agency {
    display: block;
}             
    #ad-dentisti-mobile {
    display:block;
}
    #ad-dentisti {
    display:none;
}
		.appr_box {
}	
.tableborder-100 {
	width: 100%;
	box-sizing: border-box;	
}		
	.appr_box img {
width: 100%;
margin-bottom: 0px;
display: block;
	margin-left: auto;
	margin-right: auto;
}
    .content_sub_index {
    height: auto;
    width: auto;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    overflow: inherit;
	padding-right: 20px;
	padding-left: 20px;
}	
.visual-mail-bottom {
	max-width: 749px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("../graphic/mail-visual-bottom-mobile.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}	
.visual-mail-bottom img {
display:none;
}		
	.visual-mail {
		background-image: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
}	
		.visual-mail img {
		width: 100%;
		height: auto;
			display:block;
}	
	#bio-subtitle {
	text-align: center;
	padding-bottom: 15px;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		width: auto
	
}
	.bio-title {
font-style: normal;
	display: block;
	float: left;
	width: auto;
	margin-bottom: 0px

}
	.bio-image {
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
		width: auto;
		margin-left: auto;
		margin-right: auto;
}

#author-box {
	background-color: #E0D7E1;
	padding: 20px;
	width: auto;
	height: auto;
	font-family: inherit;
	font-style: italic;
	color:#8B6F93;
    font-size: 14px;
	overflow: auto;
}
 	#numero-smartphone  { 
	position: fixed;
	bottom: 60px;
	right: 0px;
	z-index: 10;
}   		
    #numero-smartphone  img { 
		max-width: 90%;
		height: auto;
} 	
#form_real_display_center {
	height: auto;
	padding: 20px;
	border: none;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	float: none;
	font-family: 'Lato';
	font-size: 17px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: auto;
	max-width: 699px;
	box-sizing: border-box;
}	
	.block-purple {
	width: auto;
	height: auto;
	font-family: 'Lato';
	font-size: 1em;
	color: #5B234A;
	text-align: justify;
	border: solid #5B234A 10px;
	padding: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}	
	.cross-orange {
	width: 80px;
	height: 80px;
	float: left;
	margin: 5px;
	text-align: center;
	font-weight: bold;
}	
		.cross-orange img {
	width: 100%;
	height: auto;
}	
.wrapper-block {
	width: auto;
	height: auto;
	display: block;
}		
.block-orange-left {
	width: auto;
	height: auto;
	font-family: 'Lato';
	font-size: 1em;
	color: #F7931E;
	text-align: justify;
	border: solid #F7931E 10px;
	padding: 20px;
	float: none;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}	
.block-orange-right {
	width: auto;
	height: auto;
	font-family: 'Lato';
	font-size: 1em;
	color: #F7931E;
	text-align: justify;
	border: solid #F7931E 10px;
	padding: 20px;
	float: none;
	margin-right: 20px;
	margin-left: 20px;
}		
.box-medici  {
	width: auto;
	height: auto;
	color: #8BA889;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 20px solid #BDE3BB;
}	
.foto-medico  {
	float: none;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-bottom: 15px;
}		
#mcu-banner {
	width: 100%;
	height: auto;
	background-image:url("../images/mcu/graphic/mcu-banner-mobile.svg");
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
}
	#mcu-banner:hover {
	width: 100%;
	height: auto;
	background-image:url("../images/mcu/graphic/mcu-banner-mobile.svg");
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
}

#see-also-title {
	text-align: center;
} 
    
/* Index visuals smartphone */
.visual-1 {
    background-image: url("../images/index/visual-svg/smart-banner-visual-1.svg");
    width: auto;
	margin-left: auto;
	margin-right: auto;
    background-size: contain;
    background-position: center;
    height: 300px;
	margin-bottom: 20px;
}  
.visual-1:hover {
    background-image: url("../images/index/visual-svg/smart-banner-visual-1-roll.svg");
    width: auto;
    background-color: #fcee21;
}  
.visual-2 {
    background-image: url("../images/index/visual-svg/smart-banner-visual-2.svg");
    width: auto;
     background-size: contain;
     background-position: center;
    height: 300px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}  
.visual-2:hover{
    background-image: url("../images/index/visual-svg/smart-banner-visual-2-roll.svg");
    width: auto;
    background-color: #b9e86d;
} 
.visual-3 {
    background-image: url("../images/index/visual-svg/smart-banner-visual-3.svg");
    width: auto;
    background-size: contain;
     background-position: center;
    height: 300px;
		margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}  
.visual-3:hover{
    background-image: url("../images/index/visual-svg/smart-banner-visual-3-roll.svg");
    width: auto;
    background-color: #c9e59e;
} 
.visual-4 {
    background-image: url("../images/index/visual-svg/smart-banner-visual-4.svg");
    width: auto;
     background-size: contain;
     background-position: center;
    height: 300px;
		margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}  
.visual-4:hover{
    background-image: url("../images/index/visual-svg/smart-banner-visual-4-roll.svg");
    width: auto;
    background-color: #AADFE0;
} 
/* end Index  visuals smartphone */
    
.box-contenuto {
    max-width: 100%;
	font-size: 18px;
	text-align: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 30px;
    margin-left: auto;
	margin-right: auto;
}
.box-contenuto-title {
    text-align: center;
    line-height: 30px;
    padding-left: 20px;
}    
.font-varela-orange {
font-family: 'Varela Round', sans-serif;
font-size: 1.3em;
color: #F7931E;    
}     
.box-glossario  {
    width: 37px;
    height: 37px;
    border: 2px solid #5B234A;
    padding: 6px;
    margin: 2px;
    color: #5B234A;
    font-family: 'Lato', sans-serif;
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    line-height: 37px;
}      
.list-glossario {
    text-align: center;
}     
.glossario-back {
    width: auto;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
}      
.box-glossario-indietro  {
    float: none;
    margin-right: auto;
    margin-left: auto;
}       

table, th, td {
	font-size: 0.8em;
}	
.star_box_container_center {
    height: auto;
    width: auto;
}    
.select-box-image-wgreen {
    width: auto;
    height: 100px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}   
.select-box-text-wgreen {
    text-align: justify;
    height: auto;
    font-size: 1em;
    font-style: italic;
	padding-bottom: 0;
}     
.select-box-wgreen {
    width: auto;
    height: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	position: relative;
}  
.select-box-title-wgreen {
    text-align: center;
    height: auto;
    font-weight: bold;
    margin-bottom: 10px;
    color: #72A12F;
    margin-top: 0px;
    font-size: 1.1em;
}     
#select-services-wgreen {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    text-align: center;
    overflow: hidden;
    color: #72A12F;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}           
    
.select-box-image {
    width: auto;
    height: 124px;
    padding-bottom: 25px;
    border-bottom: solid 1px #826565;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}   
.select-box-text {
    text-align: justify;
    height: auto;
    font-size: 1em;
    font-style: italic;
	padding-bottom: 0;
}     
.select-box {
    width: auto;
    height: auto;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}  
.select-box-title {
    text-align: center;
    height: auto;
    font-weight: bold;
    margin-bottom: 10px;
    color: #826565;
    margin-top: 0px;
    font-size: 1.1em;
}     
#select-services {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    text-align: center;
    overflow: hidden;
    color: #826565;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}       
.big-green-block {
	font-size:1.1em;
}     
.submit {
	width: 40%;
		height: auto;
	font-size: 0.9em;
		padding: 20px;
}    
#mini-form {
    display: block;
	box-sizing: border-box;
}         
.fixed_info_box {
	display: none;
}    
.submit_prenota {
	font-size: 0.9em;
	width: 80%;
	height: auto;
}    
.mobile_visual_1_text {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	width: auto;
	background-color: #5B234A;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: 'Lato';
	text-align: center;
}	
.navigation_arrow:hover {
	background-color: #5B234A;
}	
#footer-social-container {
	width: 140px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#text_mobile_1 {
	height: auto;
	width: auto;
	max-width: 679px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 20px;
	font-family: 'Economica', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	background-image:url(../images/index/project-manager-background-smartphone.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-shadow: 1px 1px 2px #000000;
}
h5 {
text-align: center;
}
.box_schede_film {
	font-size: 0.9em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:url(../graphic/fixed_background.png);
	background-repeat: repeat-x;
}
	#header_mobile {
    margin-top: 0px;
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
	background-image: url(../graphic/giorgio-fiorini-promozioni-web-smartphone.svg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 170px;	
}
.box-visual-2-index {
background-image:url(../images/index/obiettivi-project-manager-mobile.png);
background-repeat: no-repeat;
background-size:cover;
width: auto;
height: 235px;
}
.ad_banner_lateral {
	display: none;
}
#star_box {
    height: auto;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
}	
.star_box_container {
    float: none;
    height: auto;
    width: auto;
    padding-top: 45px;
    color: #871214;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}	
.image_schede_box {
	float: none;
	height: 150px;
	width: 150px;
	margin-bottom:20px;
	margin-right: auto;
	margin-left:auto;
	border: 2px solid #5B234A;
}
.battery_dead img {
    width: 8%;
    height: auto;
}
.warning img {
	width:37px;
	height: 30px;
}
.banner_mobile {
	display:block;
	max-width: 98%;
	border: 3px solid #FCEE21;
}
.schede_box_container {
	padding-bottom: 15px;
}	
.text_schede_box {
	float: none;
	height: auto;
	width: auto;
	font-family: 'Abel';
	font-size: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}		
.tableborder {
	width: 100%;
	box-sizing: border-box;
	margin: 2px 0px 10px 0px;	
}	
.tableborder-list {
	width: 100%;
	margin: 10px 0px 10px 0px;	
	box-sizing: border-box;
}
#main_text {
    float: none;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    font-size: 1.3em;
    color: #5B234A;
    text-align: justify;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}		
#sidebar {
	display:none;
}		
.mobile_back {
background-image:none;
}	
.index_project_manager {
	height: 60px;
	width: auto;
	font-family: 'Lato';
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0% 93%;
	background-size: contain;
	margin-top: 10px;
	display: block;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase
}	
#image1 {
	background-image:url(../images/index/visual_index_1_mobile.svg);
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	background-size:contain;
	background-position:center;
}
#text_ist_mobile {
	font-size: 1.2em;
	background-image: none;
}
.text_index_visual {
font-size:36px;
}

.text_index_visual_2 {
font-size:40px;
}
.text_index_visual_3 {
	font-size: 25px;
}
.text_index_visual_4 {
	font-size: 16px;
}
.text_index_visual_5 {
	font-size: 35px;
}
.text_index_visual_6 {
	font-size: 40px;
}
.fixed_box {
	float:left;
	background-color: #5B234A;
	height: 40px;
	width: 40px;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.fixed_box img {
	width:100%;
	height:auto;
}
.navigation_arrow {
	height: 40px;
	width: 40px;
	position: fixed;
	top:inherit;
	bottom: 0;
	right: 20px;
	z-index: 100000;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background-image: url(../graphic/icons/arrow_up_desktop.svg);
	background-color: #5B234A;
	display:none;
	background-position:center;
	background-size:contain;
	margin-top: 10px;
	margin-bottom: 10px
}	

.fixed_lateral_box {
	background-color: #5B234A;
	position: fixed;
	top:inherit;
	bottom: 0;
	right: 0;
	width:100%;
	height: auto;
	z-index: 10000;
}
.fixed_box:hover {
	background-color: #F7931E;
}			
#footer {
	margin-bottom: 40px;
	text-align: center;
	width: auto;
	}	
#posto_giusto_mobile {
	width: auto;
	height: auto;
	font-family: 'Varela Round', sans-serif;;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #F7931E;
	margin-top: 0px;
    text-transform: uppercase;
}	
.banner_arancio {
	font-size: 25px;
	margin-bottom:20px;
}
.banner_arancio br {
	display:block;
}	
li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
li a:hover {
    color: #F7931E;
}	
	
#container_tablet_text,
#container_tablet_text2,
#container_tablet_text3,
#container_tablet_text4s,
#container_tablet_text5,
#container_tablet_text6,
#container_tablet_text7,
#container_tablet_text8,
#text_ist {
	display:none;
}
		
.listino_box_smartphone_text {
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #5B234A;
	font-family: 'Lato';
	text-align: justify;
	margin-top: 0px;
}	
#container_desktop_text,
#container_desktop_text_2,
#container_desktop_text_3,
#container_desktop_text_4,
#posto_giusto,
#div_text_1 {
	display:none;
}	
#posto_giusto br{
	display:inline;
}
#posto_giusto {
	font-size: 25px;
	margin-bottom: 20px;
}	
#listino_box_1 {
    height: 400px;
    float: none;
    width: uto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/index/visual_mobile_2.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}
#listino_box_2 {
    height: 400px;
    float: none;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/index/visual_mobile_3.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}
#listino_box_3 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_1.svg);
    background-repeat: no-repeat;
    background-size: 160%;
    background-position: center;
    display: block;
}	
#listino_box_4 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_4.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	
#listino_box_5 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_5.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	
#listino_box_6 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_7.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	
#listino_box_7 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_6.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	
#listino_box_8 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_8.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	
#listino_box_9 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_9.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	
#listino_box_10 {
    height: 400px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../images/index/visual_mobile_manga.svg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-position: center;
    display: block;
}	

.banner_man{
	font-size: 18px;
}
.banner_man br{
	display:block;
}
#header_tx {
	font-size: 17px;
	display:inline;
}
#header_tx_mobile {
	font-size: 17px;
	display:block;
	padding-left: 20px;
	padding-right: 20px;
}
#header_tx img {
	width:18px;
	height:auto;
}
#header_tx br {
	display:inline;
}
#header_tx_logo {
	font-weight: bold;
	font-size: 30px
}
#header_tx_logo_mobile {
    font-weight: bold;
    font-size: 30px;
}
#explain_container {
	font-size: 18px;
}
#header {
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	display: none;
}
#banner_man {
display: none
}
#content_text {
	display:block;
}
#container_desktop_box,
#container_desktop_box_2,
#container_desktop_box_3,
#container_desktop_box_4  {
	display:none;
}

}
/* DESKTOP */
@media only screen and (min-width: 1144px) {
#nav_wrapper,
#posto_giusto_mobile,
#text_mobile_1,
#image1 {
	display:none;
}
#title {
	height: 120px;
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
    height: auto;
    width: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
#logo {
	height: 120px;
	width: 169px;
	margin-right: auto;
	margin-left: auto;
	float:right;
	background-image:url(../images/index/logo_index.svg);
	background-repeat:no-repeat;
}
#title_text {
	height: 120px;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
.index_left_1 {
	float: left;
	height: auto;
	width: 490px;
	margin-left: 10px;
	padding-top: 10px;
}

.index_right_1 {
	float: right;
	height: auto;
	width: 490px;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
}
.index_project_manager {
	height: 75px;
	width: auto;
	font-family: 'Lato';
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0% 93%;
	margin-top: 10px;
	text-shadow: 1px 1px 3px #000000;
    text-transform: uppercase
}
.index_project_container {
	height: auto;
	width: auto;
	overflow: hidden;
	background-repeat: no-repeat;
}
#header_tx {
	float: right;
	width: auto;
	text-align: right;
	font-size: 20px;
	height: auto;
	vertical-align: bottom;
	margin-top: 15px;	
}
#header_tx br {
	display:none;
}
#header_tx_logo {
    float: left;
    width: auto;
    height: auto;
    font-weight: bold;
    font-size: 40px;
    color: #5B234A;
    font-family: 'Varela Round', sans-serif;
    background-image: url(../graphic/logo_index.svg);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-size: auto;
    background-position: left;
}
#container_listino,
#container_listino_2,
#container_listino_3,
#container_listino_4,
#container_listino_5 {
	display:none;
}
#container_desktop_box,
#container_desktop_box_2,
#container_desktop_box_3,
#container_desktop_box_4  {
	height: auto;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	margin-top: 25px;
}
#posto_giusto br{
	display:none;
}
#listino_box_desktop_1 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_1.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
#listino_box_desktop_2 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_2.svg);
	background-repeat: no-repeat;
	background-size: 185%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
#listino_box_desktop_3 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	background-image: url(../images/index/visual_mobile_3.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}	
#listino_box_desktop_4 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	background-image: url(../images/index/visual_mobile_5.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 17px;
}	
#listino_box_desktop_6 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	background-image: url(../images/index/visual_mobile_6.svg);
	background-repeat: no-repeat;
	background-size: 185%;
	background-position: center;
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}	
#listino_box_desktop_5 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_7.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}		
#listino_box_desktop_7 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_8.svg);
	background-repeat: no-repeat;
	background-size: 185%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
#listino_box_desktop_8 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_9.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
#listino_box_desktop_9 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	background-image: url(../images/index/visual_mobile_10.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
#listino_box_desktop_10 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_modellismo.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
#listino_box_desktop_11 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	margin-right: 17px;
	background-image: url(../images/index/visual_mobile_manga.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}	
#listino_box_desktop_12 {
	height: 350px;
	width: 330px;
	margin-left: auto;
	background-image: url(../images/index/visual_mobile_moda.svg);
	background-repeat: no-repeat;
	background-size: 175%;
	background-position: center;
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}	
.listino_box_desktop_text {
	width: 325px;
	margin-left: auto;
	margin-right: 24px;
	display: block;
	float: left;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.1em;
	color: #5B234A;
	font-family: 'Lato';
	text-align: justify;
	margin-top: 0px;
	height: auto;
    position: relative;
}	
.listino_box_desktop_text_right {
	height: auto;
	width: 325px;
	margin-left: auto;
	display: block;
	float: right;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1.1em;
	color: #5B234A;
	font-family: 'Lato';
	margin-top: 0px;
	text-align: justify;
    position: relative;
}	
}
#banner_lateral {
	height: 410px;
	width: 268px;
	border: 3px solid #FCEE21;
	margin-top: 20px;
	background-image: url(../images/ad/ad_banner_laterar_1.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center;
}
.ad_banner_lateral {
	height: auto;
	width: auto;
	margin-top: 20px;
	display: block;
}
.ad_banner_lateral img {
	height: auto;
	width: 100%;
}
#ad_lateral_top {
	height: 40px;
	width: auto;
	font-family: 'Lato';
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color:#FCEE21;
	line-height: 40px;
}
#ad_lateral_bottom {
	margin-top: 330px;
	height: 40px;
	width: auto;
	font-family: 'Lato';
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color:#FCEE21;
	line-height: 40px;
}
