* {
	box-sizing: border-box;
}

BODY, HTML {
	margin: 0;
	min-height: 100%;
}
BODY {
	color: #39444c;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

A {
	color: #39444c;
	text-decoration: none;
}

#menu_container DIV.selected A {
	color: #39444c;
	font-weight: 800;
}

.col12 {
	width: 100%;
	margin: 0 auto;
}

.col10 {
	width: 83%;
	margin: 0 auto;
}

.col8 {
	width: 66%;
	margin: 0 auto;
}

.col6 {
	width: 50%;
	margin: 0 auto;
}

.col4 {
	width: 33%; 
	margin: 0 auto;
}

.col3 {
	width: 25%;
	margin: 0 auto;
}

.col2 {
	width: 15%;
	margin: 0 auto;
}

A IMG {
	border: none;
}
P {
	text-align: justify;
}

#site {
	max-width: 1440px;
	width: 98%;
	margin: 0 auto;
	position: relative;
	background: white;
	padding-bottom: 50px;
}

/* autoprog 2023-08-19
*/
#site_intro {
	margin: 0 auto;
	position: relative;
	background: white;
}

/* autoprog 2020-12-10  */
/*
#header {
	position: relative;
	margin-bottom: 60px;
	margin-top: 30px; 
} 
*/

/* autoprog 2023-08-19 */
#header {
	position: relative;
    height: 80px;
}

#clear {
    clear: both;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

DIV.msg {
	text-align: center;
	font-weight: 800;
	font-size: 30px;
}

A.back {
	font-weight: 800;
	font-size:20px;
	padding-left: 21px;
	background: url('../img/arrow_left.png') no-repeat left center;    
}

/** 	----------------------------	HEADER **/

#logo {
	/* autoprog 2020-12-10  
    max-width: 100px;
	width: 25%;
	*/
	width: 15%;
    top: 5px;
    position: relative;
}

/* autoprog 2020-12-10 INIZIO  */
/* autoprog 2023-08-19
#header {
	position: relative;
	margin-top: 30px; 
} 
*/

#fixed_header {          
	max-width: 1440px;
	width: 98%;   
	background: white;
    /* autoprog 2023-08-19  
    height: 190px;
	*/
    position: fixed;
    top: 0; 
    z-index: 99;
}      

/* autoprog 2023-08-19
*/  
#fixed_header_intro {          
	max-width: 1440px;
	width: 98%;   
	background: white;
    position: fixed;
    top: 0; 
    z-index: 99;
	left: 50%;
    transform: translate(-50%, 0%);
}  

#super_header_intro { 
	background: white;
    position: fixed;
    top: 0; 
    z-index: 98;
	width: 100%;
	height: 80px;
}

#page {
	margin: 80px 0 0;
}
    
/* autoprog 2023-05-28  */
/*	
#page {
    margin: 190px 0 0;
}
*/

#header_center {  
    width: 100%;
    height: 100px;  
    position: absolute;     
	top: 0px;
}

#header_center img {        
    margin: 0;
    position: absolute;  
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}        
    
#menu_container {
    display: none;
} 

#menu_container_desktop {
    display: inline-block;
}            

#header_right {
	position: absolute;
	right: 10px;
	/* autoprog 2023-08-19
	top: 40px;
	*/
	top: 30px;
}

#main_title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.7em;
	text-align: center;
	padding-top: 10px;
	border-bottom: 1px solid lightgray;
	padding-bottom: 30px;  width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#footer_angamc {
	/* autoprog 2023-09-15 */
	/*
    right: 0px; 
    position: absolute;
    z-index: 1;
	*/
	text-align: center;
}     
    
#footer_angamc IMG{
  width: 250px;
}  

@media screen and (max-width: 1023px) {
	/* autoprog 2023-08-19
	*/
	#logo {
    	width: 75%;
    }
	
    #header_right {
		position: relative;
		right: auto;
		top: auto;
		width: 98%;
		margin: 0 auto;
		margin-top: 15px;
	} 
    
    #fixed_header {          
    	max-width: 1440px;
    	width: 98%;   
    	background: white;
        /* autoprog 2023-08-19  
		height: 190px;
		*/
		height: 100px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }     
	
	/* autoprog 2023-08-19
	*/
	#fixed_header_intro {          
    	max-width: 1440px;
    	width: 100%;   
    	background: white;
		height: 160px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }  
    
    #page {
        /* autoprog 2023-08-19
		margin: 190px 0 0;
		*/
		margin: 100px 0 0;
    }
    
    #header_center img {
        max-width: 400px;
        margin: 0;
        position: absolute;  
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

	#main_title {
		display: none;
	}
    
    #footer_angamc {
      position: absolute;  
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, 0%);
      text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #logo {
		/* autoprog 2023-08-19  
    	max-width: 60px;
    	width: 20%;
		*/
    	width: 75%;
    }
    
    #fixed_header {          
    	max-width: 1440px;
    	width: 98%;   
    	background: white;
        /* autoprog 2023-08-19  
		height: 140px;   
		*/
		height: 100px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }     
	
	/* autoprog 2023-08-19
	*/
	#fixed_header_intro {          
    	max-width: 1440px;
    	width: 100%;   
    	background: white;
		height: 140px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }    
    
    #page {
        /* autoprog 2023-08-19
		margin: 140px 0 0;
		*/
		margin: 100px 0 0;		
    }
    
    #header_center {  
        width: 100%;
        height: 60px;  
        position: absolute;     
    	top: 0px;
    }
    
    #header_center img {
        max-width: 250px;  
        margin: 0;
        position: absolute;  
        top: 50%;
        left: 47%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

	#main_title {
		display: none;
	}   
    
    #footer_angamc {
      position: absolute;  
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, 0%);
      text-align: center;
    }
}    

@media screen and (max-width: 479px) {
    #logo {
    	/* autoprog 2023-08-19  
    	max-width: 40px;
    	width: 20%;    
		*/
    	width: 75%;    
    }    
    
    #fixed_header {          
    	max-width: 1440px;
    	width: 98%;   
    	background: white;
        /* autoprog 2023-08-19  
		height: 130px;   
		*/
		height: 100px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }     
	
	/* autoprog 2023-08-19
	*/
	#fixed_header_intro {          
    	max-width: 1440px;
    	width: 100%;   
    	background: white;
		height: 110px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }            
    
    #page {
        /* autoprog 2023-08-19
		margin: 130px 0 0;
		*/
		margin: 100px 0 0;
    }
    
    #header_center {  
        width: 100%;
        height: 40px;  
        position: absolute;     
    	top: 0px;
    }
    
    #header_center img {
        max-width: 150px;    
        margin: 0;
        position: absolute;  
        top: 50%;
        left: 44%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

	#main_title {
		display: none;
	}
    
    #footer_angamc {
      position: absolute;  
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, 0%);
      text-align: center;
    }  
}     

@media screen and (max-width: 319px) {
    #logo {
    	/* autoprog 2023-08-19  
    	max-width: 40px;
    	width: 20%; 
		*/
    	width: 75%; 
    }         
    
    #fixed_header {          
    	max-width: 1440px;
    	width: 98%;   
    	background: white;
        /* autoprog 2023-08-19  
		height: 120px; 
		*/
		height: 100px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }     
	
	/* autoprog 2023-08-19
	*/
	#fixed_header_intro {          
    	max-width: 1440px;
    	width: 100%;   
    	background: white;
		height: 120px;
        position: fixed;
        top: 0; 
        z-index: 99;
    }           
    
    #page {
        /* autoprog 2023-08-19
		margin: 120px 0 0;
		*/
		margin: 100px 0 0;
    }
    
    #header_center {  
        width: 100%;
        height: 40px;  
        position: absolute;     
    	top: 0px;
    }
    
    #header_center img {
        max-width: 100px;    
        margin: 0;
        position: absolute;  
        top: 50%;
        left: 44%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

	#main_title {
		display: none;
	}
    
    #footer_angamc {
      position: absolute;  
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, 0%);
      text-align: center;
    }  
    
    #footer_angamc IMG{
      width: 200px;
    }  
}  

#angamc, #social, #lang_list {
	display: inline-block;
	vertical-align: middle;
}  

/*#angamc, #social, #lang_list {
	display: inline-block;
	vertical-align: middle;
	margin-right:20px;
} */     
/* autoprog 2020-12-10 FINE */


#social {
	white-space: nowrap;
}

#social A IMG {
	height: 45px;
	vertical-align: middle;
	margin-right: 12px;
}

#social A:nth-child(2) IMG {
	height: 52px;
}

#lang_list {
	width: 55px;
}

#lang_list A.selected {
	font-weight: 800;
}


/** 	----------------------------	NEWS **/

DIV.short_news {
	height: 200px;
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
	cursor: pointer;
}

DIV.short_news DIV.img,
DIV.short_news DIV.txt {
	display: inline-block;
	vertical-align: top;
}

DIV.short_news DIV.txt {
	width: 100%;
	padding-left: 230px;
	position: absolute;
	top: 0;
	left: 0;
}

DIV.short_news.no_img DIV.txt {
	padding-left: 0;
	position: relative;
}

DIV.short_news DIV.img {
	width: 200px;
}

DIV.short_news DIV.img IMG {
	width: 200px;
	position: absolute;
	z-index: 5;
}

DIV.short_news DIV.txt H2.title,
DIV.news_full H1.title  {
	margin-top: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.5em;
}

DIV.short_news DIV.fade{
	font-weight:400;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-top: 50px;
	background: linear-gradient(0deg,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
}
              
#news_archive {
	text-align:right;
    
    /* autoprog 2021-01-14  */
    /* autoprog 2021-01-09 */
	/* font-weight:800; */
    /* font-style: italic; */
    text-transform: uppercase;
    
    /* autoprog 2020-12-24  */
	/* font-size: 30px; */
	font-size: 22px;
    
	width: 66%;
	margin: 90px auto 0;
	padding-right: 21px;
	background: url('../img/arrow_right.png') no-repeat right center;
}

DIV.news_full DIV.body IMG {
	max-width: 100%;
}


#player.vid #play_bg,
#player.yt_url #play_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
}

#player.vid #playarea,
#player.yt_url #playarea {
   position: fixed;
	z-index: 101;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}

#player.aud #play_bg {
	background: url('/img/close.png') no-repeat center center;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	z-index: 100;
}
#player.aud #playarea {
   position: fixed;
	z-index: 101;
	bottom: 0;
	right: 24px;
}

/** 	----------------------------	SHARE **/

DIV.sharer {
	width: 66%;
	margin: 0 auto;
	margin-top: 120px;
	text-align: right;
}

DIV.sharer SPAN.sharer_title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
	vertical-align: 1px;
}

DIV.sharer A {
	display: inline-block;
}

DIV.sharer A IMG {
	height: 24px;
	margin-left: 15px;
	margin-top: 30px;
}


/** 	----------------------------	FOOTER **/

DIV.footer {
	text-align: left;
	width: 100%;
	/* autoprog 2023-05-28  */
	//background: rgba(57,68,76,0.4);
	/* autoprog 2023-09-15  */
	/* background: #000;*/
	/* color: white; */
	padding: 30px 40px;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
    /* autoprog 2020-12-10  */
	/* margin-top: 100px; */
}

/* autoprog 2023-09-15  */
/*
DIV.footer A {
	color: white;
}
*/

DIV.footer SPAN A {
	text-transform: uppercase;
	font-size: 11px;
	
	/* autoprog 2023-09-15  */
	/*color: white;*/
	text-align: right;
	position: absolute;
	right: 40px;
}

DIV.footer SPAN A:hover {
	text-decoration: underline;
}


/* ---------------------------- */

#credits {
	position: fixed;
	bottom: 5px;
	right: 5px;
	padding-left: 32px;
	width: 32px;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
	transition: 1s;
}
#credits::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url('https://www.techelp.it/techelp.png');
	background-size: 24px 24px;
}
#credits:hover {
	width: 320px;
}
#credits A {
	display: inline-block;
	margin: 0 0 0 32px;
	font: normal 16px arial;
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 1px black;
	vertical-align: 2px;
}


/** 	----------------------------	VIEWER **/

DIV.show_big {
   position: relative;
   width: 85%;
   margin: 0 auto;
   display: none;
}

DIV.show_big IMG {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
DIV.show_big IMG.old {
   -webkit-transition: 1s;
   transition: 1s;
   opacity: 0;
}
DIV.show_big IMG.spacer {
   position: static;
}


DIV.thumbnails {
   /* autoprog 2020-12-29  */
   /* height: 150px; */
   
   white-space: nowrap;
   width: 100%;
	 margin-bottom: 30px;
   /*
      overflow-x: scroll;
      overflow-y: hidden;
   */
   overflow: hidden;
	text-align: center;
}
DIV.thumbnails IMG {
   border: solid 1px white;
   
   /* autoprog 2020-12-29  */
   /* height: 150px; */
}

.show_big A.previous,
.show_big A.next {
	position: absolute;
	width: 30px;
	height: 100%;
	transition: 0.5s;
	z-index: 5;
}

.show_big A.previous {
	left: -60px;
	background: url('../img/previous.png') no-repeat center;
}

.show_big A.next {
	right: -60px;
	background: url('../img/next.png') no-repeat center;
}

.show_big A.previous:hover,
.show_big A.next:hover {
	background-color: rgba(255,255,255,0.5)
}



/* autoprog 2021-01-29 INIZIO */
/** 	----------------------------	VIEWER2 **/

DIV.show_big2 {
   position: relative;
   width: 85%;
   margin: 0 auto;
   display: none;
}

DIV.show_big2 IMG {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}
DIV.show_big2 IMG.old {
   -webkit-transition: 1s;
   transition: 1s;
   opacity: 0;
}
DIV.show_big2 IMG.spacer {
   position: static;
}


DIV.thumbnails2 {
   /* autoprog 2020-12-29  */
   /* height: 150px; */
   
   white-space: nowrap;
   width: 100%;
	 margin-bottom: 30px;
   /*
      overflow-x: scroll;
      overflow-y: hidden;
   */
   overflow: hidden;
	text-align: center;
}
DIV.thumbnails2 IMG {
   border: solid 1px white;
   
   /* autoprog 2020-12-29  */
   /* height: 150px; */
}

.show_big2 A.previous,
.show_big2 A.next {
	position: absolute;
	width: 30px;
	height: 100%;
	transition: 0.5s;
	z-index: 5;
}

.show_big2 A.previous {
	left: -60px;
	background: url('../img/previous.png') no-repeat center;
}

.show_big2 A.next {
	right: -60px;
	background: url('../img/next.png') no-repeat center;
}

.show_big2 A.previous:hover,
.show_big2 A.next:hover {
	background-color: rgba(255,255,255,0.5)
}
/* autoprog 2021-01-29 FINE */


@media screen and (max-width: 930px) {
	
	/* autoprog 2023-09-29 */
	#header {
		padding: 10px;
	}
	
	DIV.short_news {
		width: 83%;
		height: 170px;
	}

	DIV.short_news DIV.img {
		width: 100px;
	}

	DIV.short_news DIV.img IMG {
		width: 100px;
	}
	
	DIV.short_news DIV.txt {
		padding-left: 120px;
	}
	
	DIV.short_news.no_img DIV.txt {
		padding-left: 0;
	}

	DIV.short_news DIV.txt H2.title,
	DIV.news_full H1.title {
		font-size: 20px;
	}
}


@media screen and (max-width: 930px) {
	
	/* autoprog 2023-09-29 */
	#header {
		padding: 10px;
	}
	
	#site {
		width: 93%;
	}
}

@media screen and (max-width: 750px) {
	
	#site {
		width: 90%;
	}
	
	P {
		text-align: left;
	}
	
	.col10,
	.col8,
	.col6,
	.col4 {
		width: 100%;
	}
	
	.col2 {
		width: 48%;
	}
	
	/* autoprog 2023-09-29 */
	#header {
		padding: 10px;
	}
	
	#header_right {
		position: relative;
		right: auto;
		top: auto;
		width: 98%;
		margin: 0 auto;
		margin-top: 15px;
	}
	
	#angamc, #social, #lang_list {
		margin: 0;
		width: 33%;
	}
	
	#lang_list {
        /* autoprog 2020-12-10 */
		/* text-align: center; */
	}
	
	#social {
		text-align: right;
	}
	
	#social A IMG {
		height: 35px;
		margin-right: 10px;
	}

	#social A:nth-child(2) IMG {
		height: 42px;
	}
	
	DIV.short_news {
		width: 100%;
	}
	
	DIV.short_news DIV.txt H2.title {
		font-size: 16px;
	}

	#news_archive {
		width: 98%;
	}
	
	DIV.footer {
		padding-top: 60px;
        /* autoprog 2020-12-10 */
		/* padding-bottom: 60px; */
	}
	
	DIV.footer SPAN A {
		text-align: left;
		left: 40px;
		bottom: 15px;
		right: auto;
	}

   .show_big A.previous {
      left: -45px;
   }
   .show_big A.next {
      right: -45px;
   }
   
   DIV.sharer {
		width: 100%;
		margin-top: 90px;
   }
   
   DIV.sharer A IMG {
	margin-left: 22px;
   }
}

/* autoprog 2020-12-10 INIZIO */

@media screen and (max-width: 1023px) {    
	
	/* autoprog 2023-09-29 */
	#header {
		padding: 10px;
	}   
	
	DIV.footer {
		padding-top: 60px;
	}
}  

@media screen and (max-width: 767px) {    
	
	/* autoprog 2023-09-29 */
	#header {
		padding: 10px;
	}   
	
	DIV.footer {
		padding-top: 60px;
	}
}  
/* autoprog 2020-12-10 FINE */

/*
@media screen and (max-width: 500px) {
	#angamc {
		display: none;
	}
}
*/

/* autoprog 2021-01-14  */  
@media screen and (max-width: 500px) {   
	
	/* autoprog 2023-09-29 */
	#header {
		padding: 10px;
	}
	
    #footer_angamc IMG{
      width: 150px;
    }  
}