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

/* -UTILITY- */
.user-switch{position: fixed; z-index: 9999; display:block; bottom: 0px; background-color: rgba(0,0,0,0.9); color:rgba(255,255,255,1); left: 0px; height: 50px; width: 50px; line-height: 50px; text-align: center; font-size: 22px; cursor: pointer;}
/* -/UTILITY- */

/* -TYPOGRAPHY- */
html{font-size:100%;}
body{font-size:100%}
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{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%}

.breadcrumbs{margin-top:0.5em; font-size:0.8em}
.breadcrumbs a{color:inherit; display:inline-block}
.breadcrumbs a:not(:last-of-type):after{content:'\f105'; font-family:'fontAwesome'; padding:0 5px}
.breadcrumbs a:hover{opacity:0.5}
.breadcrumbs a:not([href]):hover{opacity:1}
/* -/TYPOGRAPHY- */

/* -TEXT- */
.text-center{text-align:center}
.text-left{text-align:left}
.text-right{text-align:right}
.text-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}
.btn:hover{background-color:rgba(204,204,204,0); color:rgba(204,204,204,1);}
/* -/BTN- */

/* -COLOR- */
body{color:rgba(95,96,98,1); background-color:rgba(102,102,102,1)}
a{color:rgba(58,108,132,1);}
.section-title{background-color: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)}
footer{background-color:rgba(102,102,102,1)}
footer{color:rgba(255,255,255,1)}
section{background-color:rgba(255,255,255,1)}
.menu-top>nav>ul>li>ul{background-color:rgba(220,220,220,1)}

.bg-main{background-color:rgba(51,51,51,1)}
.bg-green{background-color:rgba(51,153,0,1)}
.bg-red{background-color:rgba(255,0,0,1)}
.bg-yellow{background-color:rgba(255,182,0,1)}
.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}

.site-content{display:block; position:relative; z-index:1; background-color:rgba(255,255,255,1); min-height:100%; overflow:hidden; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}

.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- */

/* -IMAGES- */
.fit-cover{display:block; position:absolute; width:100%; height:100%; object-fit: cover;}
.fit-contain{display:block; position:absolute; width:100%; height:100%; object-fit: contain;}
/* -/IMAGES- */

/* -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; height:100%}
.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- */

/* -BANNER COOKIES- */
.cookie{position:fixed; width:100%; background-color:rgba(0,0,0,0.8); bottom:0; text-align:left; z-index:16; color:#fff; font-weight:400; font-size:0.7em; padding:10px 0;}
.cookie .text{padding:5px 0; float:left}
.cookie .btn-cont{text-align:right; float:right; padding:5px 0; text-transform:uppercase}
.cookie a{cursor:pointer; color:rgba(255,255,255,1); padding-left:10px; display:inline-block}
.cookie a:not(:last-of-type){padding-right:10px; border-right:1px solid rgba(255,255,255,0.3)}
/* -/BANNER COOKIES- */

/* -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);}
.scrollTop:before{content:"\f106";font-family:"fontAwesome";}
/* -/SCROOL TOP- */

/* -HEADER- */
.main-header{position:fixed; z-index:2; left:0; right:0; box-sizing:border-box;}
.main-header .main-header-content{display:table; margin:0 -7px; width:calc(100% + 14px)}
.main-header .main-header-content>div{display:table-cell; height:85px; vertical-align:middle; padding:7px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.main-header .main-header-content>div:not(.menu-top):not(.logo){width:1px;}
.main-header .main-header-content .logo{width:280px;}
.main-header .main-header-content .logo img{max-width:100%; height: 100%; display:block}
.scroll-start .main-header .main-header-content>div{height:45px}
@media screen and (max-width: 980px){
.main-header .main-header-content>div,
.scroll-start .main-header .main-header-content>div{height:45px}
}
/* -HEADER- */

/* -MENU TOP- */
.menu-top>nav{text-align:right;}
.menu-top>nav ul{list-style:none;margin:0 !important; padding: 0 !important; display:inline-block; vertical-align:middle}
.menu-top>nav>ul>li{display:table-cell; vertical-align:middle; position:relative; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.menu-top>nav li a{padding: 10px 15px; display:block; color:inherit; text-align:center;}
.menu-top>nav>ul>li>ul{max-height:0px; min-width:100%; opacity:0; overflow:hidden; position:absolute; top:100%; left:50%; white-space:nowrap; border:1px solid rgba(255,255,255,0.2); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);}
.menu-top>nav>ul>li:hover>ul{max-height:600px;opacity:1;}
.menu-top>nav>ul>li>ul a{-webkit-transition:none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none}
.menu-top>nav li:hover>a,
.menu-top>nav li.active>a{opacity:0.5;}
.menu-top>nav li li a{text-align:left;}
/* -/MENU TOP- */

/* -MENU MOBILE- */
.open-menu-mobile{display:none !important; font-weight:normal;}
.open-menu-mobile:before{content:"\e817"; font-family: "fontello"; font-size:24px; display:block; cursor:pointer; width:30px;height:30px; line-height:30px; text-align:center;}
.menu-mobile-is-open .open-menu-mobile:before{content:"\e80a"; font-family: "fontello";}
.menu-mobile{position: fixed; z-index:0; right: 0; top: 0; width: 80%; height: 100%; overflow: auto; padding: 0 5px; box-sizing: border-box;}
.menu-mobile ul{margin:0px !important; padding:0px !important;}
.menu-mobile ul li {display: block; margin:5px;}
.menu-mobile li:not(.open).active>a{background-color:rgba(255,255,255,0.6);}
.menu-mobile ul li a{display: block; padding: 12px; color: rgba(255,255,255,1); text-decoration: none; text-transform:uppercase;}
.menu-mobile ul li a i{width: 24px; text-align: center; font-size: 18px; padding-right: 7px; vertical-align: middle;}
.menu-mobile>ul ul{display:none; padding: 0.1px;}
.menu-mobile .sub-menu>a{display:table-cell; width:100%;}
.menu-mobile .sub-menu>.btn-open{display:table-cell;}
.menu-mobile .sub-menu>.btn-open:before{content: "\f107"; font-family: "fontAwesome"; display: inline-block; font-size: 18px; width:40px; text-align:center; color:rgba(255,255,255,1);}
.menu-mobile .sub-menu.open{background-color: rgba(0,0,0,0.2);}
.menu-mobile .sub-menu.open>.btn-open:before{content: "\02715"; font-family: "fontAwesome";}
.menu-mobile .sub-menu:not(.open).active>.btn-open{background-color:rgba(255,255,255,0.2);}
.menu-mobile .sub-menu.open>ul{display:block;}   
@media screen and (max-width: 980px){
.open-menu-mobile{display:table-cell !important;}
.menu-top>nav{display:none;}
.main-header .main-header-content .logo {width: 100%;text-align: left;}
.menu-mobile-is-open .site-content{-webkit-transform: translateX(-80%); -moz-transform: translateX(-80%); -ms-transform: translateX(-80%); -o-transform: translateX(-80%); transform: translateX(-80%); cursor:pointer}
.menu-mobile-is-open .site-content:before{content:""; position:absolute; z-index:2; height:100%; width:100%; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0.5);}
} 
/* -/MENU MOBILE- */

/* -MENU LANG- */
/* default */
.menu-lang ul{list-style:none; margin:0 !important; padding:0 !important;}
.menu-lang li{display:table-cell;}
.menu-lang li a{display:block; padding:5px;}
/* /default */

/* rounded */
.menu-lang .rounded li a{opacity:0.5}
.menu-lang .rounded li.active a{opacity:1}
.menu-lang .rounded a i{font-size:20px; display:block;border-radius: 200px 200px 200px 200px; -moz-border-radius: 200px 200px 200px 200px; -webkit-border-radius: 200px 200px 200px 200px; border: 0px solid #000000;}
/* /rounded */

/* sigla */
.menu-lang .sigla{border:1px solid rgba(204,204,204,1); padding:5px !important; line-height:100%}
.menu-lang .sigla li a{opacity:0.5; color:inherit; text-transform:uppercase; padding:0 5px}
.menu-lang .sigla li.active a{opacity:1}
/* /sigla */

/* tendina */
.lang-tendina{position:relative; text-transform:uppercase; font-size:12px;}
.lang-tendina i{font-size: 16px; margin-right: 10px; vertical-align: -1px;}
.lang-tendina .lang-current{position:relative; white-space:nowrap; border:1px solid rgba(255,255,255,0.8); padding: 7px 55px 7px 10px; cursor:pointer; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.lang-tendina .lang-current:after{content: "\f107"; font-family: "fontAwesome"; font-size: 26px; border-left: 1px solid rgba(255,255,255,0.8); color:rgba(255,255,255,0.8); position: absolute; height: 100%; top: 0; right: 0; bottom: 0; line-height: 32px; padding: 0px 7px;}
.lang-tendina .lang-current:hover{opacity:0.5;}
.lang-tendina ul{position:absolute; margin:0 !important; padding:0 !important; top: 100%; width: 100%; background-color:rgba(146,0,0,1); overflow:hidden; max-height:0px; opacity:1; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; font-size:12px;}
.menu-lang-is-open .lang-tendina ul{ -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1); -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1); box-shadow: 0px 0px 5px 0px rgba(255,255,255,1); max-height:300px; opacity:1;}
.lang-tendina ul li{display:block; white-space:nowrap;}
.lang-tendina ul li a{padding:7px 10px;color:rgba(255,255,255,1); -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -ms-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease;}
.lang-tendina ul li a:hover{opacity:0.5;}
/* /tendina */
/* -/MENU LANG- */

/* -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- */

/* -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: flex-end; 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 .td{vertical-align:middle; 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- */

/* -SECTION TITLE (titolo pagine interne)- */
.section-title{background-position:center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative;}
.section-title.fixed{background-attachment:fixed;}
.section-title.background-image{padding:100px 0;}
.section-title .overlay{background-color:rgba(0,0,0,0.4); position:absolute; top:0; right:0; left:0; bottom:0;}
.section-title .icona{display:block; font-size:60px; margin-right:10px; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; -webkit-transform: scale(10); -moz-transform: scale(10); -ms-transform: scale(10); -o-transform: scale(10); transform: scale(10); opacity: 0;}
.page-is-loaded .icona{-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1;}
/* -/SECTION TITLE- */

/* -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- */

/* - E-COMMERCE - */
.cart-records .td{padding:10px; text-align:center}
.cart-records .td.main{padding:10px; text-align:left}
.cart-records .tr:not(:last-child) .td{border-bottom:1px solid rgba(204,204,204,0.7)}
.cart-records .tr.header .td{font-weight:bold}
.cart-records .img img{display:block; width:100%; max-width:100px; border:1px solid rgba(204,204,204,0.7)}
	
.summary{background-color:rgba(204,204,204,0.4); padding:10px}
.summary>div{padding:10px;}
.summary table{width:100%; font-size:0.9em}
.summary tr.hidden{display:none}
.summary tr td:first-of-type{width:100%}
.summary tr td:last-of-type{text-align:right}
.summary tr td{border:none; white-space:nowrap}
.summary tr:first-of-type td{border-top:1px solid rgba(204,204,204,1)}
.summary tr.border-top{border-top:1px solid rgba(204,204,204,1)}
.summary .btn-buy{width:100%; color: rgba(255,255,255,1);}
.summary .btn-buy[data-type='btn-0']{background-color:rgba(51,153,0,1); border-color:rgba(51,153,0,1)}
.summary .btn-buy[data-type='btn-1']{}
.summary .btn-buy[data-type='btn-2']{background-color:rgba(255,0,0,1); border-color:rgba(255,0,0,1)}
.summary .btn-buy.disabled{display:none}
.summary .btn-buy:hover{color: rgba(255,255,255,1);}

.orders-list{margin:-10px; font-size:0.8em}
.orders-list>div{border:1px solid rgba(204,204,204,1); margin:10px;}
.orders-list>div .info,
.orders-list>div .menu{background-color:rgba(204,204,204,0.3);}
.orders-list>div .info>div,
.orders-list>div .menu>div{padding:10px; vertical-align:top}
.orders-list>div .products{padding:10px}
/* - /E-COMMERCE - */

/* - AREA RISERVATA - */
/* menu user */
.menu-user{font-size:0.9em; padding-top:0px !important; padding-bottom:0px !important}
.menu-user .user-thumb{position:relative; width:50px; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%; border: 2px solid rgba(204,204,204,0.7); box-sizing: border-box; background-color:rgba(204,204,204,0.2)}
.menu-user .user-thumb>img{display:block; width:100%; border-radius: 100% 100% 100% 100%; -moz-border-radius: 100% 100% 100% 100%; -webkit-border-radius: 100% 100% 100% 100%;}
.menu-user .user-thumb>img.no-image{opacity:0.6; width:60%; padding:20%}
.menu-user .user-thumb:after {content: "";position: absolute;left:50%; top:100%;margin-left:-10px;border-width: 0 10px 10px;border-style: solid;border-color: rgba(229,229,229,1) transparent;display: block;width: 0; z-index:1;}
.menu-user .user-thumb:before {content: "";position: absolute;left:50%; top:100%; margin-top:-1px; margin-left:-12px;border-width: 0 12px 12px;border-style: solid;border-color: rgba(0,0,0,0.4) transparent;display: block;width: 0; z-index:0;}
.menu-user nav{position:absolute; background-color:rgba(229,229,229,1); right:0; margin-top:8px; min-width:200px; padding:10px; box-sizing:border-box;-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75)}
.menu-user nav ul{list-style:none; margin:0px; padding:0px;}
.menu-user nav>ul>li>a{display:block; padding:10px; color:inherit}
.menu-user nav>ul>li.active>a{background-color:rgba(255,255,255,0.5)} 
.menu-user nav>ul>li.active>a i{font-size:26px;} 
.menu-user nav>ul>li>a i{margin-right:10px; font-size:20px; vertical-align:middle; width:30px; text-align:center}
.menu-user .open-menu-user{cursor:pointer}
.menu-user .open-menu-user:hover .user-thumb>img{opacity:0.7}

.menu-user nav,
.menu-user .user-thumb:after, 
.menu-user .user-thumb:before{
-webkit-transition: all 100ms ease; -moz-transition: all 100ms ease; -ms-transition: all 100ms ease; -o-transition: all 100ms ease; transition: all 100ms ease; visibility: hidden; opacity:0}
.menu-user-is-open .menu-user nav,
.menu-user-is-open .menu-user .user-thumb:after, 
.menu-user-is-open .menu-user .user-thumb:before{visibility: visible; opacity:1}
@media screen and (max-width: 768px){
.menu-user nav{width:100%}
}
/* /menu user */
/* - /AREA RISERVATA - */

/* - FORM - */
/* form standard */
.form .row{margin:-10px;}
.form .row>div{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 standard */
/* -/FORM - */

/* NEWS */
.news-standard .news-records{margin:-5px; text-align:left}
.news-standard .news-records .news-box{padding:5px}
.news-standard .news-records .news-box-inner{width:100%; height:100%; position:relative; padding:4%; box-sizing:border-box; background-color:rgba(206,206,206,0.2)}
.news-standard .news-records .image{position:relative; margin-bottom:1em}
.news-standard .news-records .image a{display:block;}
.news-standard .news-records .image:before{content:""; display:block; float:left; padding-top:66.66666667%}
.news-standard .news-records .image:after{content:""; display:block; clear:both}
.news-standard .news-records .image .no-image{position:absolute; top:0; left:0; right:0; bottom:0; padding:10%; background-origin: content-box;background-position:center center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; background-repeat:no-repeat; opacity:0.6; background-color:rgba(229,229,229,1);}
.news-standard .news-records .text{padding-bottom:65px}
.news-standard .news-records .name{margin-bottom:0px}
.news-standard .news-records .name a{color:inherit}
.news-standard .show-date{opacity:0.5}
.news-standard .cat-name{margin-bottom:0}
.news-standard .show-date,
.news-standard .cat-name,
.news-standard .back-to{font-size:0.8em;}
.news-standard .news-records .btn-cont{position:absolute; bottom:4%; left:4%; right:4%;}

.news-standard .news-records .news-slide .slick-dotted.slick-slider{margin:0px}
.news-standard .news-records .news-slide .slick-dots{position:static; margin-top:30px}
.news-standard .news-records .news-slide .slick-dots li button:before{font-size:18px}
.news-standard .news-records .news-slide .slick-track{height:100%}
.news-standard .news-records .news-slide .slick-prev:before, [dir='rtl'] .news-records.news-slide .slick-next:before{font-family: "fontello";content: '\e80f'}
.news-standard .news-records .news-slide .slick-next:before, [dir='rtl'].news-records.news-slide .slick-prev:before{font-family: "fontello";content: '\e80e'}

.news-standard .news-records .news-list .news-box-inner{padding:2%;}
.news-standard .news-records .news-list .image{width:20%; margin:0;}
.news-standard .news-records .news-list .image img{display:block; position:absolute; width:100%; height:100%; object-fit: cover;}
.news-standard .news-records .news-list .text{width:80%; padding-left:2%; padding-bottom:0}
.news-standard .news-records .news-list .btn-cont{position:static}

.news-standard .news-records .news-blog .news-box-inner{padding:2%;}
.news-standard .news-records .news-blog .text{padding-bottom:0}
.news-standard .news-records .news-blog .btn-cont{position:static}

.news-standard .news-records .news-masonry .news-box{align-self: flex-start;}
.news-standard .news-records .news-masonry .btn-cont{position:static}
.news-standard .news-records .news-masonry .text{padding-bottom:0}

.news-standard .news-standard-container{margin:-20px}
.news-standard .news-standard-container>div{padding:20px}

.news-standard .share{margin:-5px}
.news-standard .share a{display:inline-block; padding:5px}

.news-standard .sidebar{border-left:1px solid rgba(204,204,204,0.5)}
.news-standard .sidebar .h3>a{color:inherit}

.news-standard .widget.search .td{vertical-align:middle}
.news-standard .widget.search input{height:40px; border:1px solid rgba(221,221,221,1);}
.news-standard .widget.search .btn-search{display:block; height:40px; line-height:40px; background-color:rgba(221,221,221,1); padding:0px 10px; color:inherit; cursor:pointer}

.news-standard .widget.latest-items .latest-items-list{margin:-5px}
.news-standard .widget.latest-items .latest-items-list a{color:inherit; text-decoration:none}
.news-standard .widget.latest-items .latest-items-list a:hover{opacity:0.5}
.news-standard .widget.latest-items .latest-items-list .td{padding:5px; vertical-align:middle}
.news-standard .widget.latest-items .latest-items-list .td:first-of-type{width:60px}
.news-standard .widget.latest-items .latest-items-list .date{font-size:12px}
.news-standard .widget.latest-items .latest-items-list h3{font-size:18px}
.news-standard .widget.latest-items .latest-items-list .image{position:relative;}
.news-standard .widget.latest-items .latest-items-list .image:before{content:""; display:block; float:left; padding-top:100%}
.news-standard .widget.latest-items .latest-items-list .image:after{content:""; display:block; clear:both}
.news-standard .widget.latest-items .latest-items-list .image .no-image{position:absolute; top:0; left:0; right:0; bottom:0; padding:10%; background-origin: content-box;background-position:center center; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; background-repeat:no-repeat; opacity:0.6; background-color:rgba(229,229,229,1);}

.news-standard .widget.list-categories ul{margin:0px; padding:0px; list-style:none}
.news-standard .widget.list-categories ul ul li{padding-left:10px;}
.news-standard .widget.list-categories ul li a{display:block; padding:8px 5px}
.news-standard .widget.list-categories ul li a:before{content:'\f105'; font-family:'fontAwesome'; padding-right:10px}
.news-standard .widget.list-categories ul li:not(.active) a{color:inherit}

.news-standard .simple-pagination{text-align:center}
.news-standard .simple-pagination ul{display:inline-block}

@media screen and (max-width: 768px){
.news-standard .news-records .news-list .news-box-inner{padding:4%;}
.news-standard .news-records .news-list .image{margin-bottom:1em}
.news-standard .news-records .news-list .text{padding-left:0%;}

.news-standard .sidebar{ border-left:none; border-top:1px solid rgba(204,204,204,0.5)}
}
/* /NEWS */


/* PERSONALIZZAZIONI */
/*---------------------------------------------------------------------------------------------------------------------*/
body{font-family: 'Open Sans', sans-serif; color:rgba(48,48,48,1)}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6, .menu-top{font-family: 'Open Sans Condensed', sans-serif}
.subtitle{font-family: 'Open Sans', sans-serif; font-weight:600; font-size:1.8em; margin-top:0.3em}

.main-header{border-bottom:1px solid rgba(255,255,255,1)}
.main-header .main-header-content .logo{width:35%; max-width:500px; position:relative; padding:7px 7px 17px 7px}
.main-header .main-header-content .logo:before{content:""; position:absolute; left:-2000px; right:0; bottom:-1px; height:10px; background-color:rgba(62,128,38,1)}
.main-header .main-header-content>div{height:100px; box-sizing:border-box}
.scroll-start .main-header .main-header-content>div{padding:7px; height: 60px;}
.scroll-start .main-header .main-header-content .logo:before{height:1px; right:-2000px}
@media screen and (max-width: 980px){
.main-header .main-header-content>div{padding:7px !important; height: 60px;}
.main-header .main-header-content .logo:before{height:1px; right:-2000px}
}

.menu-top{font-weight:700}
.menu-top>nav{text-align:left}
.menu-top>nav>ul>li.active a{opacity:1}
.menu-top>nav li a{padding:10px 40px}
@media screen and (max-width: 1300px){
.menu-top>nav li a{padding:10px 20px}
}

.title{color:rgba(255,255,255,1); position:relative; z-index:1; display:inline-block; padding:10px 50px 10px 0px}
.title:before{content:""; position:absolute; top:0; right:0; left:-2000px; bottom:0; background-color:rgba(62,128,38,1); z-index:-1}
.title-2{color:rgba(62,128,38,1)}
.title-2:before{background-color:rgba(255,255,255,1);}

.btn{font-weight:700; font-size:1em; color:rgba(62,128,38,1); background-color:transparent; border-color:transparent; cursor:pointer; position:relative; padding: 10px 20px;}
.btn:before{content:""; position:absolute; top:0; left:0; bottom:0; width:20px; box-sizing:border-box; border-bottom:5px solid; border-top:5px solid; border-left:5px solid; border-color:rgba(62,128,38,1)}
.btn:after{content:""; position:absolute; top:0; right:0; bottom:0; width:20px; box-sizing:border-box; border-bottom:5px solid; border-top:5px solid; border-right:5px solid; border-color:rgba(62,128,38,1)}
.btn:hover{padding:10px 30px}

.btn-2{color:rgba(255,255,255,1)}
.btn-2:before,
.btn-2:after{border-color:rgba(255,255,255,1)}
.btn-2:hover{color:rgba(255,255,255,1) !important}

.filosofia{position:relative; padding: 20px 0 20px 50px;}
.filosofia p:not(:last-of-type){font-size:1.3em;}
.filosofia:before{content:""; position:absolute; top:0; left:0; bottom:0; width:34px; box-sizing:border-box; border-bottom:8px solid; border-top:8px solid; border-left:8px solid; border-color:rgba(255,255,255,0.5)}
.filosofia .btn{position:absolute; right:0; z-index:1}

.punti-forza-title{padding-top:10px}
.punti-forza>*{font-size:2.1em; margin-bottom:0; line-height:1.2em}
.punti-forza p:first-letter{color:rgba(62,128,38,1)}
.punti-forza p:nth-of-type(2){margin-left:33px}
.punti-forza p:nth-of-type(4){margin-left:90px}
.punti-forza p:nth-of-type(5){margin-left:12px}

@media screen and (max-width: 1300px){
.filosofia:before{display:none}
.filosofia .btn{position:sticky}
}
@media screen and (max-width: 768px){
.filosofia{padding:20px 0 0 0}
.punti-forza>*{display:inline-block; margin-left:0 !important; margin-right:0.4em; line-height:1.4em}
}

.product-ico,
.product-ico img{display:block; margin:0 auto}
.product-ico{text-align:center}
.product-ico .name{padding-bottom:20px}
.product-ico .name>*{font-family: 'Open Sans', sans-serif; display:inline-block; color:rgba(255,255,255,1); padding:3px 5px; min-width:150px}

.products-records .name>*{font-family: 'Open Sans', sans-serif; display:inline-block; color:rgba(255,255,255,1); padding:3px 5px; min-width:150px; text-align:center}
.products-records .name{padding-bottom:20px}
.products-records img{display:block}
.products-records>div{background-color:#eaebec; margin: 50px 0;}
.products-records>div:first-of-type{margin-top:0}
.products-records>div:last-of-type{margin-bottom:0}
.products-records>div>div{background-color:rgba(255,255,255,1); padding:60px 2%; box-sizing:border-box; position:relative}
.products-records>div>div:before{content:""; position:absolute; top:40px; left:-30px; bottom:40px; width:30px; box-sizing:border-box; border-bottom:8px solid; border-top:8px solid; border-left:8px solid; background-color:rgba(255,255,255,1); border-color:rgba(204,204,204,1)}
.products-records>div>div:after{content:""; position:absolute; top:40px; right:-30px; bottom:40px; width:30px; box-sizing:border-box; border-bottom:8px solid; border-top:8px solid; border-right:8px solid; background-color:rgba(255,255,255,1); border-color:rgba(204,204,204,1)}

@media screen and (max-width: 1300px){
.product-ico .name>*{min-width: 100px; font-size:1.2em}
}
@media screen and (max-width: 1300px){
.products-records>div>div:before,
.products-records>div>div:after{display:none}
.products-records>div>div{border-top:1px solid #eaebec; border-bottom:1px solid #eaebec}
}
@media screen and (max-width: 768px){
.product-ico .name>*{min-width: 100px; font-size:1.2em}
.product-list .fb-container>div{display:block; flex:auto; box-sizing:border-box; padding-top:50px; border-bottom:1px solid rgba(204,204,204,0.5)}
.product-list .fb-container>div:first-of-type{padding-top:0px}
}

.section-title{background-color:rgba(255,255,255,1)}
.section-title.background-image{padding:140px 0; position:relative}
.section-title.background-image:before {content: "";position: absolute;background-image: url(/img/varie/mondo.svg);background-repeat: no-repeat;background-position: top right;-webkit-background-size: 100% auto;-moz-background-size: 100% auto;-o-background-size: 100% auto;background-size: 100% auto ;left:50%; bottom:0;right: 5%;z-index: 1;opacity: 0.6; height:90%}

@media screen and (max-width: 768px){
.section-title.background-image:before {height:47%; left:30%;}
}

footer{background-color:rgba(89,89,91,1); line-height:1.3em; font-size:100%; overflow:hidden}
footer>div.middle>div:before {content: "";bottom: 0; right: 0; left: 30%;top:-50px; position: absolute; background-image: url(/img/varie/mondo.svg);background-repeat: no-repeat;opacity: 0.05;background-position: top right;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; z-index: -1;}
footer .fb-container>div{padding-top:0 !important; padding-bottom:0 !important;}
footer .bottom{font-size:80%}
footer .logo-footer{width:272px}
@media screen and (max-width: 768px){
footer>div.middle>div:before {left:0}
}

.gallery-standard{list-style:none;font-size:0px; padding:0 !important;}
.gallery-standard li{display:inline-block;vertical-align:bottom;font-size:14px;width:25%;box-sizing:border-box;}
.gallery-standard li a{display:block; position:relative; overflow:hidden; z-index:1}
.gallery-standard li img{display:block;width:100%;}
.gallery-standard li a:before{content:""; position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(62,128,38,0.7)}
.gallery-standard li a:after{content:""; z-index:1; position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(255,255,255,0.15); -webkit-transform: skew(-49deg, 0) translateX(50%); -moz-transform: skew(-49deg, 0) translateX(50%); -ms-transform: skew(-49deg, 0) translateX(50%); -o-transform: skew(-49deg, 0) translateX(50%); transform: skew(-49deg, 0) translateX(50%); -webkit-transform-origin: 0 113%; -moz-transform-origin: 0 113%; -ms-transform-origin: 0 113%; -o-transform-origin: 0 113%; transform-origin: 0 113%;}
.gallery-standard .logo-over{position:absolute; top:0; left:0; right:0; bottom:0; -webkit-transform: scale(5); -moz-transform: scale(5);-ms-transform: scale(5); -o-transform: scale(5); transform: scale(5);}
.gallery-standard .logo-over img{display:block; position:absolute; top:50%; left:50%; width:80px; height:80px; margin:-40px}

.gallery-standard li a:before{opacity:0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease}
.gallery-standard li a:after{opacity:0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease}
.gallery-standard .logo-over{opacity:0; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease}

.gallery-standard li a:hover{opacity:1}
.gallery-standard li a:hover:before{opacity:1;}
.gallery-standard li a:hover:after{opacity:1; -webkit-transform: skew(-49deg, 0) translateX(0); -moz-transform: skew(-49deg, 0) translateX(0); -ms-transform: skew(-49deg, 0) translateX(0); -o-transform: skew(-49deg, 0) translateX(0); transform: skew(-49deg, 0) translateX(0);}
.gallery-standard li a:hover .logo-over{opacity:0.7; -webkit-transform: scale(1); -moz-transform: scale(1);-ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
@media screen and (max-width: 768px){
.gallery-standard li{width:50%;}
}

.section-contatti>div>.fb-container{margin:-20px}
.section-contatti>div>.fb-container>div{padding:20px}
.section-contatti a:not(.btn){color:inherit}
.section-contatti i{width:20px}
.section-contatti p{line-height:150%}
.section-contatti img{display:block; border:1px solid rgba(204,204,204,1); box-sizing:border-box}

.section-chi-siamo>div>.fb-container{margin:-20px}
.section-chi-siamo>div>.fb-container>div{padding:20px}
.section-chi-siamo>div>.fb-container>div{padding:20px}
.section-chi-siamo img{display:block; border:1px solid rgba(204,204,204,1); box-sizing:border-box}

.box-citazione{background-color:rgb(89, 89, 91); color:rgba(255,255,255,1); padding:30px}

/* color */
body{background-color:rgba(62,128,38,1)}
.bg-main{background-color:rgba(62,128,38,1)}
a, .color-main, .btn:hover, .menu-top ul>li.active>a{color:rgba(62,128,38,1)}
.border-left{border-color:rgba(62,128,38,1)}
/* /color */
/*---------------------------------------------------------------------------------------------------------------------*/
/* PERSONALIZZAZIONI */