/*Importo foglio stile per lg*/
@import 'lg-style.css';

/*Importo foglio stile per md*/
@import 'md-style.css';

/*Importo foglio stile per sm*/
@import 'sm-style.css';

/*Importo foglio stile per xs*/
@import 'xs-style.css';


body {
	background-color: #f3f3f3;
	padding-top: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

a {
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

img {
	border:0px;
}
/*FINESTRA banner artigianato*/

.banner_artigianato{
	background-color: #414141;
	color: #fff;
	border-radius: 0px;
	font-size: 24px!important;
	text-align: center;
	font-weight: bold;
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 1px;
  }
  
  .bottone_banner_artigianato{
	background-color: rgb(179, 0, 0);
	border-color: rgb(179, 0, 0);
	  text-align: center;
	  font-weight: bold;
	  font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	  color: #fff;
	  font-size: 17px;
	  padding-top: 5px;
	  padding-bottom: 0px;
  }
  .bottone_banner_artigianato:hover{
	background-color: rgb(61, 61, 61);
	border-color: rgb(61, 61, 61);
  }
  .testo_banner_artigianato{
	font-size: 18px;
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
  }
  .testo_banner_artigianato1{
	font-size: 21px;
	font-family: 'antoniobold', Arial, Helvetica, sans-serif;
	margin-top: 30px;
	color: #000;
  }
  .modal-footer1{

	padding-bottom: 25px;
    text-align: center;

  }

  
.modal-header1{
	padding: 15px;

}
.modal-header1 .close {
	font-size: 30px;
  }
.modal-header .close {
	font-size: 30px;
  }

.container {
	/*max-width: 90%;*/
	/* [disabled]max-width: 1000px; */
}

.overflow_riga_singola {
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.overflow_multiriga {
	overflow: hidden;
}
div.contenitore {
	width: 100%;
	height: 100%;
}
.contenitore img {
	display: block;
	/* [disabled]position: absolute; */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.centratura_verticale_img{
	object-fit: contain;
	height:100%;
	width:100%;
}
.didascalia_fotogallery{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	margin-top:10px;
	margin-bottom:25px;
	background-color:#f2f2f2;
}
.breadcrumb a{
	text-decoration: underline;
	font-size: 11px;
	color: #969696;
}
.breadcrumb a:hover{
	color:#AA0800;
}
.breadcrumb li.active{
	color: #5C5C5C;
	text-decoration: none;
}
.navbar-toggle_menu_top {
	position: relative;
	float: right;
	margin-right: 0px!important;
	padding: 3px 10px;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	background-color: #E1E1E1;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle_menu_top:hover {
	background-color: #C8C8C8!important;
}
.copyright{
	color: #3E3E3E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
}
.copyright2{
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:10px;
	margin-top:10px;
}
.testo_pagine_generiche{
	font-size:14px;
	line-height:18px;
	color:#7a7a7a;
	font-family:Arial, Helvetica, sans-serif;
}
.testo_pagine_generiche a{
	font-weight:bold;
	color:#C00;
}
.testo_pagine_generiche a:hover{
	font-weight:bold;
	color:#333;
}
.testo_pagine_generiche2{
	font-size:14px;
	line-height:18px;
	color:#7a7a7a;
	font-family:Arial, Helvetica, sans-serif;
}
.testo_pagine_generiche2 h2{
	font-size:21px!important;
	color:#333;
	font-family:'fjallaoneregular', Arial, Helvetica, sans-serif;
	margin-bottom:8px;
	margin-top:0px;
}
.testo_pagine_generiche2 a{
	font-weight:bold;
	color:#666;
}
.testo_pagine_generiche2 a:hover{
	font-weight:bold;
	color:#C00;
}

li.toggle-hover:hover ul.dropdown-menu {
    display: block;
}
li.toggle-hover:hover a.dropdown-toggle{
    color: #fff!important;
    text-decoration: none!important;
    background-color: #666;
}







/*MUNU ARTICOLI*/
li.toggle-hover:hover ul.dropdown-menu {
    display: block;
}
li.toggle-hover:hover a.dropdown-toggle{
	color: #fff!important;
	text-decoration: none!important;
	/* [disabled]background-color: #666; */
}

.menu_articoli{
	color: #424242;
	text-decoration: none;
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom:0px;
	padding-right:0px!important;
	margin-top:0;

}
.menu_articoli > ul{
	list-style:none;
	padding:0;

}
.menu_articoli > ul > li{
	line-height:30px;
	cursor:pointer;
	background-color:#666;
	border-bottom:1px solid #ddd;
	margin-bottom:0px;
	padding-left:23px;
	width:100%;
}
.menu_articoli > ul > li i{
	color:#fff;
	padding-right:10px!important;
	padding-bottom:6px;
	float:right;
	padding-top:6px;
}
.menu_articoli > ul > li > a{
	color: #fff;
	text-decoration: none;
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom:5px;
	padding-top:5px;
	margin-left:-22px;
	padding-left:5px;
}

.menu_articoli > ul > li:hover
{
	line-height:30px;
	cursor:pointer;
	background-color:#ececec;
	border-bottom:1px solid #ccc;
	color:#333!important;
}
.menu_articoli > ul > li:hover a
{
	color:#333!important;
}

.menu_articoli li.toggle-hover:hover a.dropdown-toggle,
.menu_articoli li.toggle-hover:hover a.dropdown-toggle i{
    color: #333!important;
    text-decoration: none!important;
    background-color: #ececec;
}
.menu_articoli .dropdown-menu
{
	line-height:25px;
	cursor:pointer;
	background-color:#F5F5F5;
	border-bottom:1px solid #ddd;
	color:#333!important;
	border-radius:0px;
	width:100%!important;
	border:0px!important;
}

.menu_articoli .dropdown-menu > li > a:hover{
	background-color:#ccc!important;
	width:100%;
	/* [disabled]border-bottom:1px solid #fff; */
}


.menu_top_small li{
	border-bottom:1px solid #BBB;
}
.dropdown-menu > li > a
{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.dropdown-menu
{
	font-size:15px;
}




/* menu_documenti */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.primary-menu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-left-color: #7A7A7A;
    margin-top: 3px;
    margin-right: -15px;

}

.dropdown-submenu:hover>a:after {
	border-left-color: #aa0800;

}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#art_menu.famiglie_menu_six > ul{
	list-style:none;
	margin-left:-60px;
	margin-top:10px;

}
#art_menu.famiglie_menu_six > ul > li{
	border-bottom: solid 1px #e6e6e6;
	overflow: hidden;
	margin-top: 6px;
	padding-bottom: 8px;
	padding-top: 12px;
	cursor: pointer;
	background-color: #85ab42;
	padding-left: 8px;
	padding-right: 8px;
}
#art_menu.famiglie_menu_six > ul > li > a:hover,
#art_menu.famiglie_menu_six > ul > li:hover{
	color: #fff!important;
	background-color: #666666;
}
#art_menu > ul > li > a:before{
	font-family: 'Font Awesome 6 Free';
	content:'\f0a9';
	font-size:24px;
	padding-right:20px;
}
.famiglie_menu_six > ul{
	list-style:none;
	margin-left:-60px;
	margin-top:10px;

}
.famiglie_menu_six > ul > li{
	border-bottom:solid 0px #e6e6e6;
	overflow:hidden;
	margin-top:6px;
	padding-bottom:8px;
	padding-top:12px;
	cursor:pointer;
	background-color:#035f37;
	padding-left:8px;
	padding-right:8px;



}


#art_menu .dropdown-menu > li > a:hover{
	color:#000!important;
}
#documents_menu #cat_1>a:before{
	font-family: 'Font Awesome 6 Free';
	content:'\f0ca';
	font-size:24px;
	padding-right:20px;
}
#documents_menu #cat_2>a:before{
	font-family: 'Font Awesome 6 Free';
	content:'\f044';
	font-size:24px;
	padding-right:20px;
}
#documents_menu #cat_3>a:before{
	font-family: 'Font Awesome 6 Free';
	content:'\f05a';
	font-size:26px;
	padding-right:20px;
}
#documents_menu #cat_11>a:before{
	font-family: 'Font Awesome 6 Free';
	content:'';
	font-size:26px;
	padding-right:20px;
}
.famiglie_menu_six > ul > li > a{
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight:bold;
	margin-right:20px;
	cursor:pointer;
	line-height:18px;
	text-transform:uppercase;
	text-decoration:none;


}
#documents_menu #cat_4{
	background-color: transparent;

}
#documents_menu #cat_4>a:before{
	font-family: 'Font Awesome 6 Free';
	content:'\f061';
	font-size:16px;
	padding-right:5px;
	margin-left:15px;
}
#documents_menu #cat_4 > a{
	background-color: transparent;
	text-transform:lowercase!important;
	color:#000000!important;
	font-size:15px;
	font-weight:normal;
}
#documents_menu #cat_4 > a:hover{
	color: #83AB39!important;
}
.famiglie_menu_six > ul > li > a:hover,
.famiglie_menu_six > ul > li:hover{
	color: #fff!important;
	background-color: #9BB942;
}
li.primary_menu{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}


li.primary-menu:hover .menu-link{
	text-decoration:none;
	cursor:pointer;
}
li.primary-menu a span.caret{
	font-size: 13px;
	color: #00653E;
	background-repeat: no-repeat;
	width: 25px;
	margin-right:5px;
	display:inline-block;
	float:right;
	margin-top:1px;
	border-top:0;
	height:17px;

}
li.primary-menu:hover span.caret{


}
.dropdown-menu.multi-level .primary-menu .menu-link .caret
{
	background-color: transparent;
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:5px solid #000;
	margin-right:0;
	
}
ul.dropdown-menu.multi-level{
	background-color:#fff;
	top:auto;
	width:100%;
	margin-top:-2px;
	padding:0;
	border-radius:0;
	margin-left:15px;

}
.multi-level{
 position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

}
.dropdown-menu li > a{
	white-space: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	margin-right:0px;
	cursor:pointer;

}

.dropdown-menu > li > a:hover{
	color: #000;
	cursor:pointer;
	background-color:#fff!important;

}

.dropdown-submenu .menu-link{
	color:#7A7A7A!important;
}



.dropdown-submenu:hover>.dropdown-menu{
	background-color:#fff;
	top:0;
	width:100%;
	margin-top:0px;
	padding:0;
	border-radius:0;
	margin-left:-5px;

}



.documenti_menu_six{
	font-size: 18px;
	color: #fff!important;
	margin-top:4px;
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0;
	padding-right:0;
}
.documenti_menu_six ul{
	list-style:none;
	padding-left:0;
}
.documenti_menu_six ul li{
	background-color:#014D2F;
	font-size: 18px;
	line-height:16px;
	color: #fff!important;
	font-weight: normal;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	cursor:pointer;
}
.documenti_menu_six ul li a{
	color: #fff!important;
	text-decoration:none;
}
.documenti_menu_six ul li:hover{
	background-color:#575757;

}





.btn-ricerca {
	font-family: 'antoniolight', Gadget, sans-serif;
	font-size:15px;
	background-color: #9B9B9B;
	border-color:#9B9B9B;
	color:#333;
	height:24px;
}
.btn-ricerca:hover,
.btn-ricerca:focus {
	background-color: #464646;
	border-color:#464646;
	color:#fff;
}


.documenti_menu_six_tendina{
	font-size: 18px;
	color: #fff!important;
	margin-top:-4px;
	font-family: 'antoniolight', Arial, Helvetica, sans-serif;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0;
	padding-right:0;
}
.documenti_menu_six_tendina ul{
	list-style:none;
	padding-left:0;
}
.documenti_menu_six_tendina ul li{
	/* [disabled]background-color:#014D2F; */
	font-size: 18px;
	line-height:16px;
	color: #fff!important;
	font-weight: normal;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	cursor:pointer;
	padding-top:8px;
	margin-top:-3px;
}
.documenti_menu_six_tendina ul li a{
	color: #fff!important;
	text-decoration:none;
	padding-top:10px;
}
.documenti_menu_six_tendina ul li:hover{
	background-color:#999;
}
.privacy{
	color:#C00;
}
.privacy:hover{
	color:#000;
}








@media screen and (min-width: 768px) {
.equal, .equal > div[class='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1 0 auto;
}

}
@media screen and (min-width: 991px) {
.equal2, .equal2 > div[class='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex:1 0 auto;
}

}

/* Make it a marquee */
.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 55s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}





.titolo_pp_hp{
	font-family:'antoniobold', Arial, Helvetica, sans-serif;
	color:#0d794b;
	margin-top:10px;

}
@media all and (min-width: 100px)  {  .titolo_pp_hp  { font-size:1.2em; line-height:1.2em; margin-bottom:10px;} }
@media all and (min-width: 627px)  {  .titolo_pp_hp  { font-size:2.1em; line-height:1.2em; height:73px; margin-bottom:0px; } }
@media all and (min-width: 682px)  {  .titolo_pp_hp  { font-size:1.6em; line-height:1.2em; height:28px; margin-bottom:18px; } }
@media all and (min-width: 713px)  {  .titolo_pp_hp  { font-size:1.7em; line-height:1.2em; height:28px; margin-bottom:20px; } }
@media all and (min-width: 768px)  {  .titolo_pp_hp  { font-size:1.9em; line-height:1.2em; height:62px; margin-bottom:25px; } }
@media all and (min-width: 860px)  {  .titolo_pp_hp  { font-size:2em; line-height:1.2em; height:62px; margin-bottom:25px; } }
@media all and (min-width: 900px)  {  .titolo_pp_hp  { font-size:1.9em; line-height:1.2em; height:61px; margin-bottom:12px; } }
@media all and (min-width: 1000px) {  .titolo_pp_hp  { font-size:2em; line-height:1.2em; height:96px; margin-bottom:10px; } }
@media all and (min-width: 1100px) {  .titolo_pp_hp  { font-size:2.1em; line-height:1.2em; height:70px; margin-bottom:27px; } }
@media all and (min-width: 1200px) {  .titolo_pp_hp  { font-size:2.4em; line-height:1.2em; height:120px; margin-bottom:15px; } }





.titolo1_pp_hp{
	font-family:'antoniobold', Arial, Helvetica, sans-serif;
	color:#0d794b;
	margin-top:10px;

}

@media all and (min-width: 100px)  {  .titolo1_pp_hp  { font-size:1em; line-height:1.3em; margin-bottom:10px;} }
@media all and (min-width: 280px)  {  .titolo1_pp_hp  { font-size:1em; line-height:1.2em; height:40px; margin-bottom:0px;} }
@media all and (min-width: 434px)  {  .titolo1_pp_hp  { font-size:1.2em; line-height:1.2em; height:45px; margin-bottom:0px; } }
@media all and (min-width: 474px)  {  .titolo1_pp_hp  { font-size:1.2em; line-height:1.2em; height:45px; margin-bottom:0px;} }

@media all and (min-width: 515px)  {  .titolo1_pp_hp  { font-size:1.4em; line-height:1.2em; height:45px; margin-bottom:0px; } }
@media all and (min-width: 627px)  {  .titolo1_pp_hp  { font-size:1.7em; line-height:1.2em; height:38px; margin-bottom:0px; } }
@media all and (min-width: 682px)  {  .titolo1_pp_hp  { font-size:1.7em; line-height:1.2em; height:40px; margin-bottom:0px; } }
@media all and (min-width: 768px)  {  .titolo1_pp_hp  { font-size:2.2em; line-height:1.2em; height:80px; margin-bottom:10px; } }
@media all and (min-width: 800px)  {  .titolo1_pp_hp  { font-size:2.3em; line-height:1.2em; height:80px; margin-bottom:10px; } }
@media all and (min-width: 900px)  {  .titolo1_pp_hp  { font-size:2.4em; line-height:1.2em; height:80px; margin-bottom:10px;} }
@media all and (min-width: 1000px) {  .titolo1_pp_hp  { font-size:2.8em; line-height:1.2em; height:100px; margin-bottom:13px; } }
@media all and (min-width: 1100px) {  .titolo1_pp_hp  { font-size:2.9em; line-height:1.2em; height:100px; margin-bottom:10px; } }
@media all and (min-width: 1200px) {  .titolo1_pp_hp  { font-size:3.0em; line-height:1.2em; height:100px; margin-bottom:10px; } }



.titolo2_pp_hp{
	font-family:'antoniobold', Arial, Helvetica, sans-serif;
	color:#0d794b;
	margin-top:10px;

}

@media all and (min-width: 100px)  {  .titolo2_pp_hp  { font-size:1.2em; line-height:1.2em; margin-bottom:10px;} }
@media all and (min-width: 627px)  {  .titolo2_pp_hp  { font-size:2.1em; line-height:1.2em; height:73px; margin-bottom:0px; } }
@media all and (min-width: 682px)  {  .titolo2_pp_hp  { font-size:1.6em; line-height:1.2em; height:38px; margin-bottom:10px; } }
@media all and (min-width: 768px)  {  .titolo2_pp_hp  { font-size:2.2em; line-height:1.2em; height:73px; margin-bottom:15px; } }
@media all and (min-width: 800px)  {  .titolo2_pp_hp  { font-size:2.1em; line-height:1.2em; height:73px; margin-bottom:13px; } }
@media all and (min-width: 900px)  {  .titolo2_pp_hp  { font-size:2.5em; line-height:1.2em; height:90px; margin-bottom:5px;} }
@media all and (min-width: 1000px) {  .titolo2_pp_hp  { font-size:2.7em; line-height:1.2em; height:90px; margin-bottom:5px; } }
@media all and (min-width: 1100px) {  .titolo2_pp_hp  { font-size:2,7em; line-height:1.2em; height:90px; margin-bottom:5px; } }
@media all and (min-width: 1200px) {  .titolo2_pp_hp  { font-size:3.2em; line-height:1.2em; height:115px; margin-bottom:10px; } }
@media all and (min-width: 1300px) {  .titolo2_pp_hp  { font-size:3.0em; line-height:1.2em; height:100px; margin-bottom:10px; } }
@media all and (min-width: 1400px) {  .titolo2_pp_hp  { font-size:2.5em; line-height:1.2em; height:90px; margin-bottom:10px; } }
@media all and (min-width: 1500px) {  .titolo2_pp_hp  { font-size:3.0em; line-height:1.2em; height:100px; margin-bottom:10px; } }
@media all and (min-width: 1600px) {  .titolo2_pp_hp  { font-size:3.0em; line-height:1.2em; height:100px; margin-bottom:10px; } }
@media all and (min-width: 1700px) {  .titolo2_pp_hp  { font-size:3.0em; line-height:1.2em; height:100px; margin-bottom:10px; } }
