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

/* default */
*{margin:0; border:0; padding:0;}
.no-wrap{white-space: nowrap;}
:focus{outline:none}
/* default */

/* -TYPOGRAPHY- */
html{font-size:100%; scroll-behavior: smooth;}
body{font-size:100%}
section{scroll-margin-top: 60px;}
a{text-decoration:none}

h1,h2,h3,h4,h5,h6,p,ul,ol{margin-bottom: 1em; line-height: 1.4em;}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ol:last-child,ul:last-child{margin-bottom: 0em;}
ul,ol{padding-left:30px;}
h1,.h1{font-size:2.5em; line-height: 1.1em; margin-bottom: 0.7em;}
h2,.h2{font-size:2em; line-height: 1.2em; margin-bottom: 0.5em;}
h3,.h3{font-size:1.5em; line-height: 1.2em; margin-bottom: 0.5em;}

.hr{border-top: 1px solid rgba(204,204,204,0.7); height: 0px; margin: 2em 0;}

img{max-width:100%; height: auto;}
/* -/TYPOGRAPHY- */

/* -TEXT- */
.text-center, [data-text-align="center"]{text-align:center}
.text-left, [data-text-align="left"]{text-align:left}
.text-right, [data-text-align="right"]{text-align:right}
.text-justify, [data-text-align="justify"]{text-align:justify}
/* -/TEXT- */

/* -BTN- */
.btn{display:inline-block; padding:10px 30px; background-color:rgba(204,204,204,1); color:rgba(255,255,255,1); border:2px solid rgba(204,204,204,1); text-transform:uppercase; text-align:center; box-sizing:border-box; cursor:pointer}
.btn:hover{background-color:rgba(204,204,204,0); color:rgba(204,204,204,1);}
/* -/BTN- */

/* -COLOR- */
body{color:rgba(95,96,98,1)}
a{color:rgba(58,108,132,1);}
.section-title{background:rgba(204,204,204,0.3)}
.main-header{background-color:rgba(255,255,255,0.9)}
.scroll-start .main-header{/*border-bottom:1px solid rgba(102,102,102,0.2);*/ -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1); -moz-box-shadow: 0 0 7px rgba(0,0,0,.1); box-shadow: 0 0 7px rgba(0,0,0,.1);}
footer{background-color:rgba(102,102,102,1)}
footer{color:rgba(255,255,255,1)}
/*section{background-color:rgba(255,255,255,1)}*/

.bg-main{background-color:rgba(51,51,51,1)}
.bg-green{background-color:rgba(51,153,0,1) !important}
.bg-red{background-color:rgba(255,0,0,1)}
.bg-yellow{background-color:rgba(255,182,0,1) !important}
.bg-gray{background-color:rgba(153,153,153,1)}
.color-main{color:rgba(51,51,51,1)}
.color-green{color:rgba(51,153,0,1)}
.color-red{color:rgba(255,0,0,1)}
.color-yellow{color:rgba(255,182,0,1)}
.color-gray{color:rgba(153,153,153,1)}
/* -/COLOR- */

/* -LAYOUT- */
html,body{height:100%}
body{overflow-x:hidden}

.wrapper-small{max-width:960px; width:94%; margin:0 auto; position:relative;}
.wrapper-normal, .wrapper{max-width:1200px; width:94%; margin:0 auto; position:relative;}
.wrapper-big{max-width:1500px; width:94%; margin:0 auto; position:relative;}
.wrapper-full{width:94%; margin:0 auto; position:relative;}

.spacer-extra-small{height:30px;}
.spacer-small{height:60px;}
.spacer-normal, .spacer{height:100px;}
.spacer-big{height:140px;}

.grid-reverse .grid-container{flex-direction: row-reverse;}

@media screen and (max-width: 980px){
.spacer-extra-small{height:30px;}
.spacer-small{height:30px;}
.spacer-normal, .spacer{height:60px;}
.spacer-big{height:100px;}
}
/* -/LAYOUT- */


/* -FLEXBOX- */
.fb-container{box-sizing: border-box;display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap}
.fb-container>div{box-sizing:border-box; position:relative}
.fb-container .fb-1{width: 8.33333333%;}
.fb-container .fb-2{width: 16.66666667%;}
.fb-container .fb-3{width: 25%;}
.fb-container .fb-4{width: 33.33333333%;}
.fb-container .fb-5{width: 41.66666667%;}
.fb-container .fb-6{width: 50%;}
.fb-container .fb-7{width: 58.33333333%;}
.fb-container .fb-8{width: 66.66666667%;}
.fb-container .fb-9{width: 75%;}
.fb-container .fb-10{width: 83.33333333%;}
.fb-container .fb-11{width: 91.66666667%;}
.fb-container .fb-12{width: 100%;}
.fb-container .fb-0{flex: 0;}
.fb-container .fb-auto{flex: 1;}
.fb-container.standard{margin:-20px}
.fb-container.standard>div{padding:20px}

.fb-align-self-start{align-self: flex-start;}
.fb-align-self-center{align-self: center;}
.fb-align-self-end{align-self: flex-end;}
.fb-align-self-stretch{align-self: flex-stretch;}

.fb-height-auto{}
.fb-height-full{min-height:100vh;}
.fb-height-25:before{content:""; display:block; float:left; padding-bottom:25%;}
.fb-height-50:before{content:""; display:block; float:left; padding-bottom:50%;}
.fb-height-66:before{content:""; display:block; float:left; padding-bottom:66.66666667%}
.fb-height-75:before{content:""; display:block; float:left; padding-bottom:75%;}
.fb-height-100:before{content:""; display:block; float:left; padding-bottom:100%;}
@media screen and (max-width: 768px){
.fb-container>div{width:100% !important;}
.fb-container .fb-0{flex:1}	
}
/* -/FLEXBOX- */

/* -SECTION- */
/*section{position:relative; overflow:hidden; background-position:center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat}*/
section.bg-fixed{background-attachment:fixed;} 
section.bg-parallax{background-attachment:fixed;}
section .color-overlay{position:absolute; top:0; left:0; right:0; bottom:0}
@media screen and (max-width: 1200px){
section.bg-parallax{background-position:center center !important; background-attachment:inherit !important}
}
/* -/SECTION- */

/* -SCROOL TOP- */
.scrollTop {text-align: center;text-decoration: none;position: fixed;z-index: 99999;bottom: 60px;right: 2%;border-radius: 200px 200px 200px 200px;-moz-border-radius: 200px 200px 200px 200px;-webkit-border-radius: 200px 200px 200px 200px;display: none;cursor: pointer;font-size: 26px;padding: 5px;width:34px;height:34px;line-height:32px;background-color:rgba(86,87,92,1);color:rgba(255,255,255,1); transform: rotate(45deg)}
.scrollTop:before{content:""; position: absolute; width:17px; height:2px; background-color:#fff; display:block; top:50%; left:50%; margin:-5px}
.scrollTop:after{content:""; position: absolute; width:2px; height:17px; background-color:#fff; display:block; top:50%; left:50%;  margin:-5px}
/* -/SCROOL TOP- */

/* -HEADER- */
.main-header{background-color:rgba(255,255,255,1); position:fixed; top:0; right:0; left:0; width:100%; height:100px; box-sizing:border-box; z-index:2; border-bottom:1px solid rgba(255,255,255,0)}
.page-is-loaded .main-header{-webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease;}
.main-header>*{height:100%}
.main-header .main-header-content{height:100%; -ms-flex-wrap:nowrap !important; flex-wrap:nowrap !important; margin:0 -10px; box-sizing:border-box; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto;}
.main-header .main-header-content>div{box-sizing:border-box; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: column; -ms-flex-direction: column; flex-direction: column; height:100%; flex-grow:0; justify-content: center;}
.main-header .main-header-content>*>*{padding:10px; box-sizing:border-box}
/*.main-header .main-header-content .logo-container{width:300px}*/
.main-header .main-header-content .logo-container>*{height:100%; display:block; display: flex; align-items: center;}
.main-header .main-header-content .logo-container>*>img{height:100%; width:auto; display:block}
.scroll-start .main-header{height:60px}
/* -HEADER- */

/* -MENU TOP- */
.open-menu-mobile{display:none;}
.open-menu-mobile>div{position:relative; width:24px; height:18px;}
.open-menu-mobile>div>div{width:24px; height:2px; background-color:#000; display:block; position:absolute}
.open-menu-mobile>div>div:nth-of-type(1){top:0px}
.open-menu-mobile>div>div:nth-of-type(2){top:8px}
.open-menu-mobile>div>div:nth-of-type(3){top:16px}
.menu-mobile-is-open .open-menu-mobile>div>div:nth-of-type(2){display:none}
.menu-mobile-is-open .open-menu-mobile>div>div:nth-of-type(1){transform: rotate(45deg); transform-origin: top left; top:0px; bottom:auto; left:4px}
.menu-mobile-is-open .open-menu-mobile>div>div:nth-of-type(3){transform: rotate(-45deg); transform-origin: bottom left; top:auto; bottom:0px; left:4px}

.main-header .main-header-content>.menu-top-container{flex-grow:1;}
.main-header .main-header-content>.menu-top-container .menu-top[data-justify-content="space-around"]>ul{justify-content: space-around}
.main-header .main-header-content>.menu-top-container .menu-top[data-justify-content="space-between"]>ul{justify-content: space-between}
.main-header .main-header-content>.menu-top-container .menu-top[data-justify-content="left"]>ul{justify-content: flex-start}
.main-header .main-header-content>.menu-top-container .menu-top[data-justify-content="right"]>ul{justify-content: flex-end}

.menu-top{height:100%}
.menu-top ul{list-style:none; margin:0; padding:0; min-width:100%; max-width:200px; box-sizing:border-box}
.menu-top li{position:relative;}
.menu-top .menu-item{padding:10px; box-sizing:border-box; display:block}
.menu-top>ul{height:100%; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-wrap:nowrap; flex-wrap:nowrap;}
.menu-top>ul>li>.menu-item{height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: column; -ms-flex-direction: column; flex-direction: column}
.menu-top li.sub-menu{padding-right:15px; position:relative}
.menu-top li.sub-menu>.sub-menu-icon{position:absolute; z-index:1; display:block; right:5px; top:50%; text-align:center; width:10px; height:10px; line-height:20px; margin-top:-10px; padding:0px; transform: rotate(-135deg);}
.menu-top li.sub-menu>.sub-menu-icon:before{content:""; position: absolute; width:100%; height:2px; background-color:#000; display:block}
.menu-top li.sub-menu>.sub-menu-icon:after{content:""; position: absolute; width:2px; height:100%; background-color:#000; display:block}
.menu-top a:hover{opacity:0.7}

.menu-top>ul>li>ul a{white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.menu-top>ul>li>ul{top:100%; left:0}
.menu-top>ul>li>ul>li>ul{top:0; left:100%; min-width:inherit}

.menu-top>ul ul{position:absolute; visibility: hidden; opacity: 0; z-index: -1; background-color:rgba(255,255,255,1); -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);}
.page-is-loaded .menu-top>ul ul{transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;}
.page-is-loaded .menu-top>ul>li>ul{transform: translateY(-1em);}
.page-is-loaded .menu-top>ul>li:hover>ul{visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%); transition-delay: 0s, 0s, 0.2s;}
.page-is-loaded .menu-top>ul>li>ul>li>ul{transform: translateX(-1em);}
.page-is-loaded .menu-top>ul>li>ul>li>ul.open-on-left{left:auto; right:100%; transform: translateX(+1em);}
.page-is-loaded .menu-top>ul>li>ul>li:hover>ul{visibility: visible; opacity: 1; z-index: 1; transform: translateX(0%); transition-delay: 0s, 0s, 0.2s;}

.menu-top li.active>a{opacity:0.5;}
@media screen and (max-width: 980px){
.main-header{height:60px}
.open-menu-mobile{display:block}	

.menu-mobile-is-open,
.menu-mobile-is-open body{/*overflow:hidden !important; height:60px !important;*/}
.menu-top{position: fixed; height:auto; top: 60px; right: 0; left: 0; bottom: 0; overflow-y: auto; box-sizing: border-box; font-size:110%}
.menu-top>ul{height:auto; display:block; max-width:none}
.menu-top>ul ul{position:static; visibility:visible; opacity:1; background-color:transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.menu-top>ul ul li{margin-left:15px}
.menu-top a{color:rgba(255,255,255,1) !important}

.menu-top li.sub-menu{padding-right:0px}
.menu-top li.sub-menu>.sub-menu-icon{height:40px; width:40px; line-height:40px; margin:0; box-sizing:border-box; top:0; right:0}
.menu-top li.sub-menu>.sub-menu-icon:before{content:"\f105" !important}
.menu-top li.sub-menu>a:not(.sub-menu-icon){/*padding-right:40px*/}
.menu-top>ul>li>a:not(.sub-menu-icon){border-bottom:1px solid rgba(255,255,255,0.2)}
.menu-top li.sub-menu.open>.sub-menu-icon:before{content:"\f107" !important}

.menu-top>ul>li>ul{transform: translateY(0) !important; overflow:hidden; max-height:0px;}
.menu-top>ul>li>ul{transform: translateY(0) !important; overflow:hidden; max-height:0px;}
.menu-top>ul>li>ul>li>ul,
.menu-top>ul>li>ul>li>ul.open-on-left{transform: translateX(0); overflow:hidden; max-height:0px;}

.menu-top{transform: translateX(100%); transition: all 0.2s ease-in-out 0s}
.menu-mobile-is-open .menu-top{transform: translateX(0);}
.menu-top>ul li.open>ul{max-height:500px !important;}
}
/* -/MENU MOBILE- */

/* -MENU SOCIAL- */
.menu-social ul{list-style:none; font-size:0px; white-space:nowrap; margin:0; padding:0 10px;}
.menu-social ul li{display:inline-block; vertical-align:middle; font-size:22px;}
.menu-social ul li a{display:block; text-decoration:none; padding:10px;}
.menu-social svg{display:block; height:30px; width:auto}
/* -/MENU SOCIAL- */

/* -FOOTER- */
footer{font-size:80%; position:relative; z-index:1}
/*footer:before {content: "";bottom: 0; right: 0; left: 0;top:0; position: absolute; background-image: url(/img/logo_footer.svg);background-repeat: no-repeat;opacity: 0.05;background-position: center center;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: -1;}*/
footer a{color:inherit; text-decoration:none}
footer .fb-container{margin:0 -50px; justify-content: space-between;}
footer .fb-container>div{flex: 1; padding:40px 50px; display: flex; justify-content: center; flex-direction: column;}
footer .fb-container>div:not(:last-of-type){border-right:1px solid rgba(255,255,255,0.15)}
footer .logo-footer{display: inline-block; width: 200px;}
footer .bottom{background-color: rgba(0,0,0,0.5); padding: 25px 0;color: rgba(255,255,255,0.5)}
footer .bottom>*{align-items:center; justify-content: space-between;}
footer .bottom>*>*{padding:5px}
footer .bottom .credit{font-size: 0.8em;opacity: 0.5;}
footer .bottom .design_by img {width: 120px; max-width:inherit; opacity:0.5}
footer .table .td{vertical-align:bottom}
.menu-footer{text-transform:uppercase}
.menu-footer ul{list-style:none; margin:0px; padding:0px;}
.menu-footer ul ul{display:none}
.menu-social ul{list-style:none; font-size:0px; margin:-10px; padding:0px;}
.menu-social ul li{display:inline-block;}
.menu-social ul li a{display:block; padding:10px;}
.menu-social ul li i{font-size:32px}

footer.fixed{position:fixed; bottom:0; left:0; right:0; z-index:-1}
@media screen and (max-width: 980px){
footer.fixed{position:inherit;}
}
@media screen and (max-width: 768px){
footer .fb-container{margin:0}
footer .fb-container>div{flex:inherit; width:100%; padding:10px 0; display:block}
footer .fb-container>div:not(:last-of-type){border-right:none}
footer .table .td{display:block; width:100%}
footer{text-align:center}
footer .bottom .td{display:block}
}
/* -/FOOTER- */

/* -TITOLO PAGINE- */
.page-title{padding-top:100px}
.page-title[data-overlap="not-overlap"]{padding-top:0px; margin-top:100px}
.page-title,
.page-title .page-title-overlay{background-position:center center !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; position:relative;}
.page-title .page-title-overlay{position:absolute; top:0; right:0; left:0; bottom:0;}
@media screen and (max-width: 980px){
.page-title{padding-top:60px}
.page-title[data-overlap="not-overlap"]{margin-top:60px}
}
/* -TITOLO PAGINE- */

/* -VIDEO RESPONSIVE- */
.videoCont {position: relative;padding-bottom: 56.15%; height: 0;margin: 0px auto;}
.videoCont iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/* -/VIDEO RESPONSIVE- */

/* - FORM - */
/* form standard */
.form .row{margin:-10px;}
.form .row>div{padding:10px;}
.form>.fb-container{margin:-10px;}
.form>.fb-container>*{padding:10px;}
.form label{width:auto; display:inline-block;}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form textarea,
.form select{width:100%; height:50px; padding:5px 15px; box-sizing:border-box; font-family:Arial, Helvetica, sans-serif; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; display:block; font-size:0.8em}
.form textarea{height:190px; padding-top:15px; padding-bottom:15px;}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="number"]:focus,
.form textarea:focus{background-color:rgba(255,255,255,0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); border:1px solid rgba(204,204,204,0.5) !important; outline:none;}
.form .submit-cont{text-align:right;}
.form ::-webkit-input-placeholder {opacity:1; color:rgba(153,153,153,1)}
.form :-moz-placeholder {opacity:1; color:rgba(153,153,153,1)}
.form ::-moz-placeholder {opacity:1; color:rgba(153,153,153,1)}
.form :-ms-input-placeholder {opacity:1; color:rgba(153,153,153,1)}
.form .privacy{font-size:0.7em; text-align:left;display:block;}
.form .privacy .checkbox{display:inline-block; vertical-align:middle; margin:-2px 5px 0 0;}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form input[type="number"],
.form textarea,
.form select,
.form .checkbox{border:1px solid rgba(204,204,204,0.9); background-color:rgba(255,255,255,0.5); color:rgba(51,51,51,1)}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active{transition: background-color 5000s ease-in-out 0s; -webkit-text-fill-color: rgba(51,51,51,1) !important;}
@media screen and (max-width: 768px){
.form .row>div{width:100%;}
.form .submit-cont a{width:100%}
}
.form label{font-size:90%}
/* /form standard */
/* -/FORM - */

/* -PERSONALIZZAZIONI- */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
body{/*color:rgba(65,64,66,1)*/ color:rgba(0,0,0,1)}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,.btn,.menu-top{font-weight:700}
p{line-height: 1.6em}

.hl{background-color:rgb(0,255,20,0.4)}

.btn,
[data-bd-el="btn"]{font-size:120%; border-radius:4px; font-weight:700}
.btn:hover,
[data-bd-el="btn"]:hover{background-color:rgba(255,255,255,0.3) !important}

.fa.fa-phone{width:35px; height:35px; display:inline-block; background-image: url(/img/varie/phone_white.svg); background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain}
.btn .fa.fa-phone{background-image: url(/img/varie/phone_white.svg);}
.btn:hover .fa.fa-phone{background-image: url(/img/varie/phone_blu.svg);}
.btn-2 .fa.fa-phone{background-image: url(/img/varie/phone_blu.svg);}
.btn-2:hover .fa.fa-phone{background-image: url(/img/varie/phone_white.svg);}

[data-bd-type="builder"] [data-bd-type="module"]>.in{overflow:visible}

.icona-btn{font-size: 200%; vertical-align: middle;}

.menu-top{text-transform:uppercase}
.menu-top a{color:inherit}
.menu-top li.active>a{opacity:1}
.menu-top>ul>li>ul>li.active a{color:#fff}
.menu-top .btn{font-size:100%; height:auto !important; margin-top: 16px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
.scroll-start .menu-top .btn{margin-top: -3px}

.menu-top>ul>li>ul{font-size:90%; color:#fff; text-transform:none; min-width:200px}
.menu-top>ul>li>ul a{white-space:normal}

/*h1,.h1{font-size:2.5em; line-height: 1.1em; margin-bottom: 0.7em;}
h2,.h2{font-size:2em; line-height: 1.2em; margin-bottom: 0.5em;}*/
h3,.h3{font-size:1.4em; line-height: 1.2em; margin-bottom: 0.5em;}

.show-mobile{display:none}
.show-desktop{display:block}

.list-1{list-style:none; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; margin:0px; padding:0px}
.list-1 li{position:relative; padding:5px 5px 5px 27px;}
.list-1 li:before{content:""; display:block; width:10px; height:15px; border:4px solid rgb(120,198,56); border-top:none; border-left:none; transform: rotate(45deg); position:absolute; left:3px; top:1px}

.list-2{list-style:none; padding:0px}
.list-2 li{position:relative; padding:5px 5px 5px 28px;}
.list-2 li:before{content:""; display:block; width:10px; height:15px; border:4px solid rgb(120,198,56); border-top:none; border-left:none; transform: rotate(45deg); position:absolute; left:3px; top:1px}

.list-3{list-style:none; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; margin:0px; padding:0px}
.list-3 li{position:relative; padding:5px 5px 5px 27px;}
.list-3 li:before{content:""; display:block; width:10px; height:15px; border:4px solid rgb(120,198,56); border-top:none; border-left:none; transform: rotate(45deg); position:absolute; left:3px; top:1px}

.list-box{list-style:none; margin:-5px; padding:0px; box-sizing:border-box; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align:left}
.list-box li{position:relative; padding:15px 10px 15px 42px; width:calc(33.33% - 10px); box-sizing: border-box; margin:5px; background-color:rgba(204,204,204,0.2);}
.list-box li:before{content:""; display:block; width:10px; height:15px; border:4px solid rgb(120,198,56); border-top:none; border-left:none; transform: rotate(45deg); position:absolute; left:15px; top:15px}


.section-pre-footer{background-color:rgb(70,68,68); color:#fff; font-size:90%; padding:70px 0; display:block}
.section-pre-footer a{color:inherit}
.section-pre-footer .grid-standard>*{padding:10px 3%}
.section-pre-footer .grid-standard>*:not(:last-of-type){border-right:1px solid rgba(255,255,255,0.2)}
.section-pre-footer .btn{width: 100%; margin-bottom: 10px; text-align: left}

footer{background-color:rgb(0,0,0)}
footer .fb-container>div:not(:last-of-type){border:none}
footer .footer-fixed-mobile-container,
footer .footer-fixed-mobile-container .footer-fixed-mobile{height:70px}
footer .footer-fixed-mobile-container .footer-fixed-mobile{box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: wrap; flex-wrap: wrap;}
footer .footer-fixed-mobile-container .footer-fixed-mobile{position:fixed; left:0; bottom:0; right:0; background-color:rgba(204,204,204,1); text-align:center; /*font-size:1.3em;*/ font-weight:700; color:#fff; z-index:1; justify-content: center; align-items: center; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 7px rgba(0,0,0,0.3); box-shadow: 0 0 7px rgba(0,0,0,0.3);}
footer .footer-fixed-mobile-container a{color:inherit}
footer .footer-fixed-mobile-container i{font-size: 260%; vertical-align: middle; margin-bottom:5px}
footer .fb-container{margin:-20px; justify-content: initial;}
footer .footer-fixed-mobile>*{flex:1; padding:5px; box-sizing:border-box}
footer .footer-fixed-mobile>*:not(:last-of-type){border-right:1px solid rgba(255,255,255,0.4)}
footer .fb-container>div{flex:initial; padding:20px}
footer .fb-container>div:last-of-type{margin-left:auto}
footer .footer-info{font-size:80%; text-align:justify; opacity:0.8}
footer .menu-footer ul li{display:inline-block}
footer .menu-footer ul li a{padding:10px; display:block}
footer .bottom{background-color:rgba(255,255,255,0.15)}

.list-sitemap{padding-left: 20px;}

.page-title{color:#fff}
.page-title .h2{font-weight:400; font-size:1.5em}

.seo-all-records-container>*:nth-of-type(1){padding:60px 20px 60px 0px}
.seo-all-records-container>*:nth-of-type(2){border-left:1px solid rgb(237,237,237,1); padding:60px 20px}
.seo-all-records{list-style:none; margin:-5px; padding:0}
.seo-all-records>*{padding:5px}
.seo-all-records>*>*{display: block; background-color:rgb(243,243,243,0.3); padding:10px; color:inherit}
.seo-all-records>*>*:hover{opacity:0.7}
.seo-all-records .h3{font-weight:500}
.seo-all-records .read-more{text-align:right; font-size:70%; text-transform:uppercase}
.seo-all-cat-records{list-style:none; margin:-5px; padding:0}
.seo-all-cat-records>*{padding:5px}
.seo-all-cat-records>*>*{display: block; background-color:rgb(243,243,243,0.3); padding:10px; color:inherit}
.seo-all-cat-records>*>*:hover{opacity:0.7}
.seo-all-cat-records>*>*.active{color:#fff}
.pagination-2{box-sizing:border-box; position:relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -ms-flex-wrap: wrap; flex-wrap: wrap; margin:0px; padding:0px; list-style:none; margin:-2px}
.pagination-2>*{padding:2px}
.pagination-2>*>*{min-width:30px; font-size:80%; display:block; background-color:rgb(243,243,243,0.7); padding:3px; box-sizing:border-box; text-align:center}
.pagination-2>*>*.active{color:#fff}


@media screen and (max-width: 1300px){
.paesi-list ul{-moz-column-count: 3; -webkit-column-count: 3; column-count: 3}
}

@media screen and (max-width: 980px){
.menu-top{text-align:left; font-size:100%; box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: column; -ms-flex-direction: column; flex-direction: column; color:#fff}
.menu-top>ul{max-height:100%}
.menu-top>ul>li>ul{min-width:100%; max-height:500px; background-color:rgba(0,0,0,0.2) !important; font-weight:400}
.menu-top>ul>li>ul li{margin-left:0}
.menu-top li.sub-menu>.sub-menu-icon{display:none}
.menu-top>ul>li>a:not(.sub-menu-icon){border-bottom:none}

.menu-top .btn{width: 100%; height:auto !important; margin-top:10px !important; background-color:#fff !important; color:#000 !important; border-color:#fff !important; border-radius: 5px 5px 0 0;}

footer .fb-container{margin:0px}
}


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

.show-mobile{display:block}
.show-desktop{display:none}

.section-pre-footer{padding:50px 0}
.section-pre-footer .grid-standard{margin:-30px 0}
.section-pre-footer .grid-standard>*{padding:30px 3%}
.section-pre-footer .grid-standard>*:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,0.2); border-right:none}

footer .fb-container{padding:10px 0}
footer .fb-container>div{padding:20px 0}
.scrollTop{bottom:10px}

.list-1{-moz-column-count: 1; -webkit-column-count: 1; column-count: 1}

.list-box li{width:calc(100% - 10px)}

.list-sitemap li a {padding: 5px 0; display: block; margin: 5px 0}
.list-sitemap li:before{top:5px}

.seo-all-records-container>*:nth-of-type(1){padding:30px 0px}
.seo-all-records-container>*:nth-of-type(2){border-top:1px solid rgb(237,237,237,1); border-left:none; padding:30px 0px}
.pagination-2>*>*{padding:7px; min-width:40px;}

.seo-all-cat-records-home>*{flex:initial; width:100%}

.scrollTop{display:none !important}
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* -PERSONALIZZAZIONI- */