/* CSS Document 
blu: #20419A;
grigio chiaro: #A3A3A3;
GIALLO: #FDB827
ROSSO: #ED1B2E 
*/

/*////////// elementi generici ////////////////*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--primary: #20419A;
	--primary_c: white; 
  
	--secondary: #FDB827;
	--secondary_c: black;
  
	--neutral: #555;
	--neutral_c: white;
  
	--neutral_light: #ccc;
	--neutral_light_c: #black;
  
	--success: #28a745;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
}
@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.woff2') format('woff2'),
        url('Gilroy-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html{
  	font-size:100%; 
}

@media screen and (min-width: 768px) {
	BODY {
		font-family: 'Gilroy';
        font-weight: normal;
        font-style: normal;
		/*font-family: 'Arial','Ubuntu', sans-serif;
		font-family: 'Nova Square', cursive;
        font-family: 'Oxanium', cursive;*/
		text-align: center;
		margin: 0px;
	}
	
	
}

@media screen and (max-width: 768px) {
	BODY {
		font-family: 'Ubuntu', sans-serif;
		text-align: center;
		margin: 0px;
		height: 100%;	}
	
}
DIV {
	padding: 0px 0px 0px 0px;
}


SPAN {
	padding: 0px 0px 0px 0px;
}


.EmptyLine{
  height: 5px;
}

.clearlft{
  clear: both; 
}

A {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: #000;
}

A:hover {
	color: #ED1B2E;
	font-weight: bold;
}


.AChiaro {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}
.AChiaro:hover {
	CURSOR: hand;
	TEXT-DECORATION: none;
	font-weight: bold;
}

.AChiaro2 {
	CURSOR: hand;
	TEXT-DECORATION: none;
	color: #FDB827;
}
.AChiaro2:hover {	
	color: #FFFFFF;
}
/*/////////////////CARATTERI E TITOLI /////////////////*/
h1{
    color: #20419A;
	font-weight: 300;
	font-size: 1.6rem;
	padding: /*sopra=*/25px /*destra=*/0px /*sotto=*/15px /*sinistra=*/0px;
	text-align: center;	
}


h2{	
	font-weight: 300;
	color: #20419A;
	line-height: 2rem;
	padding: 5px 2px 0px 2px;
	text-align: center;
}
	
	
h3{
	font-size: 1.2em;
	font-weight: 300;
	color: #FDB827;
	line-height: 25px;
	padding: 10px 2px 0px 2px;
	text-align: center;
}


h5{ /* titolo del form*/
	font-size: 1.2em;
	font-weight: 300;
	color: #1A6FA1;
	line-height: 25px;
	padding: 10px 2px 10px 2px;
	text-align: center;
	border-bottom: solid #1A6FA1 1px;	
}


.Description {
	text-align: justify;
	font-size: 1em;
	vertical-align: top;
	color: #555;
}

.Txt{
  font-size: 1em;
}


.Evidence{
   color: #FDB827;
}

.EvidenceChiaro{
   color: #FDB827;
}

.Istruzioni{
	width: 95%;
	font-size: 0.8em;
	font-weight: 300;
	color: #555;
	line-height: 13px;
	padding: 2px 2px 2px;
}


/*////////// BOXES /////////////*/

.BoxConferma {
    text-align:center;
	color: #1A6FA1;
	
	font-size: 16px;
	padding: 30px 5px;
	vertical-align: middle;
	border-bottom-color: #1A6FA1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #1A6FA1;
	border-top-style: solid;
	border-top-width: 1px;
}


.Foto{  
  margin: 0px 10px 10px 0px;
}

.BigPhoto{
 width: 100%;
}

@media screen and (max-width: 768px) {
	.PhotoMosaic{
	  width: 90%;
	  margin-bottom: 20px;
	  border: 0;	  
	}
}

@media screen and (min-width: 768px) {
	.PhotoMosaic{
	  padding-right: 10px;
	  padding-bottom: 10px;
	  height: 150px;
	  border: 0;
	}
}

.Gallery {
	text-align: center;
	width: 99%;
	font-size: 16px;
	vertical-align: middle;
	border: #CCC solid 1px;
	border-radius: 10px;
	padding-top: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
}


/***************** IMPAGINAZIONE RISULTATI ********************/

.PageListTool {
	font-size: 14px;
	color: #FDB827;	
}

A.PageListTool:hover {
	font-weight: Bold;
	color: #FDB827;
}



.ResultColumn {
    background-color: #FDB827;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 2px 2px;
}

.ResultRow {
	font-size: 15px;
	padding: 5px 5px 5px 5px;
	min-height: 40px;
	vertical-align: top;	
}
.ResultSubRow {
	font-size: 14px;
	font-weight: italic;
	padding: 2px 2px 2px 0px;
	text-align:right;
	vertical-align: top;	
}


.ResultRow_Box {
	font-size: 1.2rem;
	padding: 15px;
	min-height: 50px;
	vertical-align: top;
	border: #CCCCCC solid 1px;	
	border-radius: 10px;
	min-height: 150px;
	margin-bottom: 15px;
}
.ResultRow_Box p {
	font-size: 1rem;
	text-align: justify;
}
       
div#HomeButton_Box{
  text-align: right;
}

div#HomeButton_Box{
  padding: 10px 20px 0px 30px;
}
/***********************Home Page*****************************/

@media screen and (min-width: 769px) {

	div#HomeInEvidenza_Box{
		  width: 100%;
	}
		
	div#HomeInEvidenza_Pad{
	  padding: 35px 0px 0px 0px;
	}
	
}

@media screen and (max-width: 768px) {

	div#HomeInEvidenza_Box{
	  width: 100%;
	}
		
	div#HomeInEvidenza_Pad{
	  padding: 0px;
	}
	
}




/*///////// DIV DELLA HOME /////////*/

.BachecaUltimi_Box{
  text-align: left;
  float: left;
  width: 33%;
  vertical-align: top;
}
.BachecaUltimi_Pad{
   padding: 0px 10px 15px 0px;
}



/**************** Dettaglio Prodotto ********************/

.CategoryPath{
  color: #ED1B2E;
  font-size: 1em;
  text-align: center;
  padding-top: 20px;
}

.FWREVButton{
  color: #FDB827;
  font-size: 11px;
  text-align: right;
  padding: 15px 0px 0px 0px;
}

.BarraPath {
	font-size: 11px;
	font-weight: bold;
	color: #FDB827;
	line-height: 18px;
	padding: 2px 2px 2px;
}
  

/******************** MENU AREA PRIVATA *************/

.PrivateBoxTitle{
    color: #FDB827;
	font-weight: bold;
	font-size: 12px;
	padding: /*sopra=*/30px /*destra=*/5px /*sotto=*/10px /*sinistra=*/0px;
}

.PrivateMenu {
	font-weight: 300;
	width: 99%;
	font-size: 25px;
	padding: 8px 3px 3px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.PrivateMenuBox{
	padding: /*sopra=*/10px /*destra=*/20px /*sotto=*/10px /*sinistra=*/20px;
}

.PrivateSubMenu{
  	font-weight: 300;
	color: #FDB827;
	width: 400px;
	font-size: 25px;
	padding: 10px 3px 20px 15px;
	vertical-align: top;
	display:none;
	line-height: 40px;
}



/************* Box Promozions **************/

.Box_Home_Categories {
    width: 340px;
	height: 100px;
	color: #20419A;
	text-align: center;
	font-size: 13px;

	border-right-color: #FDB827;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FDB827;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FDB827;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FDB827;
	border-top-style: solid;
	border-top-width: 1px;
	padding: /*sopra=*/5px /*destra=*/5px /*sotto=*/5px /*sinistra=*/5px;
}


.Box_Home_Ultimi {
    width: 250px;
	height: 80px;
	color: #20419A;
	text-align: left;
	font-size: 12px;
	padding: /*sopra=*/0px /*destra=*/5px /*sotto=*/0px /*sinistra=*/5px;
}


.BoxProductsSubCategories {
	background-color: #DFE9F3;
	font-size: 12px;
	padding: 10px 20px;
	vertical-align: middle;
	border-bottom-color: #FDB827;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #FDB827;
	border-top-style: solid;
	border-top-width: 1px;
}

.MosaicArchiveTopBox{
	font-weight: 300;
	font-size: 17px;
	padding: 10px 10px 10px 10px;	
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
}

.MosaicArchiveTitle{
	color: #1A6FA1;
}
.MosaicArchiveBottomBox{
	font-weight: 300;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
}


/************ TOP TEMPLATE ************/


div#AreaPrivata_Box{
    position:relative;
	left: 0px;
    top: -20px;
    color: #FFFFFF;
	font-weight: 300;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
	height: 35px;
	float: left;
	width: 35%;
	line-height: 42px;
}

div#AreaPrivata_Pad{
    padding: 0px 0px 0px 0px; 
}


@media screen and (min-width: 1025px) {
  .PhotoZoom_Top{ 
    background-color:#FFFFFF;
  }
  .PhotoZoom_Photo{
	width: 1024px;
	height: 475px;
	margin: auto;
  }
  
  .PhotoZoom_Img{
	max-width: 1024px;
	max-height: 475px;
	margin:auto;
  }
  
  .RewButton{
    height: 475px;
	z-index: 10;
	position: relative;
	top: -475px;
	left: 0px;
	width: 40%;
	font-size: 4em; 
	text-align: left;
	line-height: 475px;
	border-radius: 5px;
  }
  
  .FwButton{
    height: 475px;
	z-index: 10;
	position: relative;
	top: -950px;
	right: -615px;
	width: 40%;  
	font-size: 4em; 
	text-align: right;
	
	line-height: 475px;
  }  
}
@media screen and (max-width: 1024px) {
  .PhotoZoom_Top{
	display: none;
  }
  .PhotoZoom_Photo{
	width: 850px;
	height: 475px;
	margin: auto;
  }
  
  .PhotoZoom_Img{
	max-width: 850px;
	max-height: 475px;
	margin:auto;
  }
  
  .RewButton{
    height: 475px;
	z-index: 10;
	position: relative;
	top: -475px;
	left: 0px;
	width: 40%;
	font-size: 4em; 
	text-align: left;
	line-height: 475px;
  }
  
  .FwButton{
    height: 475px;
	z-index: 10;
	position: relative;
	top: -950px;
	right: -510px;
	width: 40%;  
	font-size: 4em; 
	text-align: right;
	
	line-height: 475px;
  }
}
.FwRewButton{
    background-color:#CCCCCC;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	border-radius: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
div#PhotoZoomBottom_Box{
  width: 100%;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: right;
  line-height: 26px;
  background-color: #FDB827;
}
	
div#PhotoZoomBottom_Pad{
  padding: 20px 20px 20px 10px;  
}

.PopUp_box {
  text-align: left;
  position: relative;
  height: 100vh;
  background-size: cover;
  color: #000;

  display: flex;
  align-items: center;
  padding: 0 60px;
}

