@import "reset.css";
@import "fonts.css";

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("../../../../../../images/cam.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

body,
html {
    height: 100%!important;
    min-height: 100%!important;
	
}
body {
    background-color: #fff;
    font-family: "helvetica_lt_stdregular";
    overflow: hidden
}
html {
    overflow: hidden
}
a { outline:0px !important; }
.headerDefault {
    position: fixed;
    top: 0;
	
    z-index: 999
}
.navWrapper {
    width: 100%;
    background-color: #131313;
    text-align: center;
   min-height:100px !important;
   opacity: .80;
    filter: alpha(opacity=80)
}
.navWrapper.mobile {
    width: 100%;
    background-color: #555
}
.navMini {
    margin: 0 auto;
    position: relative;
    height: 40px
}
.navMini .closeMini {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 16px;
    cursor: pointer
}
.navMini .closeMini .close-projects-dx {
    width: 3px;
    height: 22px;
    position: absolute;
    top: 5px;
    right: 13px;
    background: white;
    transform: rotate(45deg)
}
.navMini .closeMini .close-projects-sx {
    width: 3px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 16px;
    background: white;
    transform: rotate(-45deg)
}
.breadContainer a {
    display: inline;
    position: relative;
    top: 13px;
    float: left;
    color: #ccc;
    font-size: 11px;
    padding: 0 25px 0 18px;
    background: url("../imgs/struttura/mininav/freccia_bread.png") no-repeat scroll 100%
}
.breadContainer a .active {
    color: #fff
}
.circle {
    cursor: pointer;
    position: absolute;
    width: 142px;
    height: 142px;
    text-decoration: none
}
.circle-worldmap {
    cursor: pointer;
    position: absolute;
    width: 75px;
    height: 75px
}
.circle-general {
    width: 100%;
    height: 100%
}
#loadingDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../imgs/struttura/sfondo-loading.png");
    top: 0;
    left: 0;
    z-index: 9999
}
#loadingDiv img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}
#firma {
    position: fixed;
    left: 0;
    bottom: 0
}
#pageHome {
    background-color: #000;
    overflow: hidden!important
}
#pageHome .areaExt {
    height: 1024px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-attachment: fixed
}
html[data-useragent*='Chrome'] #pageHome .areaExt {
    background-position: center center!important;
    background-attachment: scroll!important
}
html[data-useragent*='Chrome'] #pageHome .designerBg:first-child {
    background-attachment: scroll!important;
    background-position: top center!important
}
html[data-useragent*='Chrome'] #pageHome .designerBg:nth-child(2) {
    background-attachment: scroll!important;
    background-position: bottom center!important
}
#pageHome .livello {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}
#pageHome .areaInt {
    height: 100%;
    width: 980px;
    min-width: 980px;
    position: absolute;
    overflow: hidden;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -490px;
    background-attachment: fixed
}
.inview-bottom-up-home {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 1s
}
.active .inview-bottom-up-home {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.inview-bottom-up-logo {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 1s
}
.active .inview-bottom-up-logo {
    opacity: 1;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%)
}
.inview-bottom-up {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 1s
}
.active .inview-bottom-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.inview-bottom-up-circle {
    opacity: 0;
    -webkit-transform: translateY(70%);
    -moz-transform: translateY(70%);
    -ms-transform: translateY(70%);
    -o-transform: translateY(70%);
    transform: translateY(70%);
    transition: all 1s
}
.active .inview-bottom-up-circle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.inview-bottom-up-designers {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    transition: all 1s
}
.active .inview-bottom-up-designers {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
#pageHome .navDefault.mobile {
    display: none;
    height: 50px!important;
    width: 50px!important;
    position: relative
}
#pageHome .linee-mobile.open {
    display: none;
    width: 50px;
    height: 50px;
    margin: 12px 14px 17px
}
#pageHome .linee-mobile.open .line {
    display: none;
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin-top: 5px
}
#pageHome .menu-tendina.close {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
#pageHome .link-nav-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%)
}
#pageHome .link-nav-mobile li {
    text-align: center;
    display: block;
    position: relative;
    height: 35px;
    margin-bottom: 3%
}
#pageHome .link-nav-mobile a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    color: #ccc;
    font-size: 13px;
    position: relative;
    left: 1px;
    padding: 10px
}
#pageHome .link-nav-mobile .linea-up {
    width: 100%;
    height: 3px;
    background-color: rgba(193, 76, 76, 0);
    position: absolute;
    right: 2px;
    top: 0
}
#pageHome .link-nav-mobile .linea-down {
    width: 100%;
    height: 3px;
    background-color: rgba(193, 76, 76, 0);
    position: absolute;
    right: 2px;
    bottom: 0
}
#pageHome .navDefault {
    position: relative;
    height: 40px;
    display: inline-block;
    padding: 0;
    margin: 0
}
#pageHome .navDefault li {
    display: inline-block;
    float: left;
    height: 40px;
	margin-top:22px;
    position: relative;
    margin-right: 10px
}
#pageHome .navDefault a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    display: inline;
    float: left;
    color: #ccc;
    font-size: 11px;
    position: relative;
    padding: 15px 16px
}
#pageHome .navDefault .linea-up {
    width: 0;
    height: 3px;
    background-color: #c14c4c;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}
#pageHome .navDefault .linea-down {
    width: 0;
    height: 3px;
    background-color: #c14c4c;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}
#pageHome .navDefault li:hover a {
    color: #fff
}
#pageHome .navDefault li.active a,
#pageHome .link-nav-mobile li.active a {
    color: #fff!important
}
#pageHome .navDefault li.active .linea-up {
    width: 100%
}
#pageHome .link-nav-mobile li.active .linea-up {
    background-color: rgba(193, 76, 76, 1)
}
#pageHome .navDefault li.active .linea-down {
    width: 100%
}
#pageHome .link-nav-mobile li.active .linea-down {
    background-color: rgba(193, 76, 76, 1)
}
#pageHome .newsWrapper {
    z-index: 997;
    position: absolute;
    left: 4.8%;
    top: 35%;
    height: 400px;
    overflow-y: hidden;
    width: 881px;
    background: #000
}
#pageHome .newsBox {
    position: relative;
    width: 855px;
    height: 360px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    overflow: hidden
}
#pageHome .newsNav {
    position: absolute;
    right: 0;
    top: 20px;
    width: 52px;
    height: 100%
}
#pageHome .newsNav .up {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    background: url("../imgs/struttura/page-news/up-news.jpg") no-repeat;
    cursor: pointer
}
#pageHome .newsNav .up:hover {
    background-position: 0 -52px
}
#pageHome .newsNav .down {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: 0;
    padding-bottom: 40px;
    background: url("../imgs/struttura/page-news/down-news.jpg") no-repeat;
    cursor: pointer
}
#pageHome .newsNav .down:hover {
    background-position: 0 -52px
}
#pageHome .newsContent {
    position: absolute;
    width: 820px;
    height: 100%
}
#pageHome .newsImgCont {
    float: left;
    height: 100%;
    margin-right: 20px
}
#pageHome .newsTextCont h2 {
    font-size: 25px;
    color: #EEE
}
#pageHome .newsTextCont h3 {
    font-size: 13px;
    color: #AAA;
    padding-bottom: 15px;
    padding-top: 10px;
    font-style: italic
}
#pageHome .newsTextCont p {
    font-size: 14px;
    color: #ccc;
    line-height: 15px
}
#pageHome .newsTextCont a.pdf-link {
    bottom: 40px;
    color: #fff;
    display: block;
    position: absolute;
    left: 575px;
    padding-left: 30px;
    background: url('../imgs/struttura/page-home/pdf.png') 0 0 no-repeat;
    height: 20px;
    line-height: 20px
}
#closerNews {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 35%;
    right: 0;
    z-index: 998;
    background: url("../imgs/struttura/page-news/close-news.jpg") no-repeat;
    cursor: pointer
}
#closerNews:hover {
    background-position: 0 -52px
}
#pageHome .newsStrip {
    z-index: 998;
    position: absolute;
    top: 40px;
    height: 20px;
    font-family: "giovannibook";
    color: #333;
    font-size: 13px;
    line-height: 20px;
    background-color: #999;
    opacity: .80;
    filter: alpha(opacity=80)
}
#pageHome.mobile .newsStrip {
    top: 50px
}
#pageHome .newsStrip a {
    color: #333
}
#pageHome .newsStrip a:hover {
    color: #DDD
}
#pageHome .titolo-gray {
    color: #cdcdcd
}
.btn-indice {
    font-family: 'Lato', serif;
    font-size: 16px;
    text-decoration: none!important;
    padding: 5px 32px 5px 5px;
    position: fixed;
    top: 50px;
    right: 10px;
    border: 1px ridge gray;
    background-color: #fff;
    color: #000;
    display: none
}
.freccia-btn {
    position: relative;
    left: 28px;
    top: -12px
}
.linea-up-sx {
    width: 14px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    position: absolute;
    top: 0;
    right: 0
}
.linea-up-dx {
    width: 14px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    position: absolute;
    top: 0;
    right: 10px
}
.linea-down-sx {
    width: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    position: absolute;
    top: 6px;
    right: 4px
}
.linea-down-dx {
    width: 10px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    position: absolute;
    top: 6px;
    right: 10px
}
.linea-obliqua-sx {
    width: 7px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    position: absolute;
    top: 7px;
    right: 0
}
.linea-obliqua-dx {
    width: 7px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);
    position: absolute;
    top: 7px;
    right: 17px
}
.scale-img {
    overflow: hidden!important
}
.nome-progetto {
    font-size: 15px;
    color: white;
    font-family: 'giovannibook';
    margin: 5% 0 5% 0
}
#pageHome .btn-scroll {
    position: fixed;
    bottom: 10px;
    left: calc(50% - 50px);
    cursor: pointer
}
#pageHome_home .logo-home-mobile {
    display: none
}
#pageHome_home {
    background: url("../../../../../../images/cam.jpg") 50% 0 no-repeat;
    background-size: cover
}
#pageHome_home .overlay-home {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}
#pageHome_home .circle {
    z-index: 103;
    top: 50%;
    left: 66px
}
#pageHome_home .logo {
    width: 380px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto 0 170px
}
#pageHome_home .dim-logo {
    width: 100%
}
#pageHome_home #testo-home {
    position: absolute;
    
    right: 245px;
    top: 300px;
    color: #000;
    font-size: 22px;
    line-height: 34px;
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: none;
    color: #fff
}
#pageHome_home #testo-home .bold {
    font-weight: 700;
    margin-top: 10px
}
#pageHome_laurameroni {
    background:url("../../../../../../images/yazibg.png") 50% 0 no-repeat;
	background-size:cover;
    
}
#pageHome_laurameroni .circle {
    position: absolute;
    z-index: 101;
    top: 500px;
    left: 444px
}
#pageHome_laurameroni .titolo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25%;
    left: 25%;
    font-size: 110px;
    line-height: 90px
}
#pageHome_laurameroni .circle {
    position: absolute;
    top: 65%
}
#pageHome_collezioni {
    background:url("../../../../../../images/homegrafiti.jpg") 50% 0 no-repeat;
    background-size: cover; background-position:bottom;
}
#pagehome_news {
    
    background-size: cover;
	position:relative;
	
	    background:url("../../../../../../images/latest.jpg") 50% 0 no-repeat;
    background-size: cover
	
	
	background-position: center center;
	z-index: 1;
}
#pageHome_companies {
    background:#000;
    background-size: cover
}
#pageHome_collezioni .circle {
    position: absolute;
    z-index: 101;
    top: 70%;
    left: 60%;
    -webkit-transform: translate(-60%, -70%);
    -moz-transform: translate(-60%, -70%);
    -ms-transform: translate(-60%, -70%);
    -o-transform: translate(-60%, -70%);
    transform: translate(-60%, -70%)
}


#pageHome_collezioni .titolo {
    width: 100%;
    height: 70%;
    font-size: 120px;
    font-family: 'giovannibook';
    position: relative;
    left: 25%;
    line-height: 150px
}
#pageHome_prodotti {
    background:url(../../../../../../images/kurtmain.jpg) 50% 0 no-repeat #000;
    background-size: cover; background-position:bottom;
}
#pageHome_prodotti .circle {
    position: absolute;
    z-index: 101;
    top: 70%;
    left: 35%;
    -webkit-transform: translate(-35%, -70%);
    -moz-transform: translate(-35%, -70%);
    -ms-transform: translate(-35%, -70%);
    -o-transform: translate(-35%, -70%);
    transform: translate(-35%, -70%)
}
#pageHome_prodotti .titolo {
    width: 50%;
    height: 50%;
    font-size: 72px;
    font-family: 'giovannibook';
    position: relative;
    top: 23vw;
    line-height: 60px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
#pageHome_made {
    background:url(../../../../../../images/ww.jpg) 50% 0 no-repeat #000;
    background-size: cover
}
#pageHome_made .circle {
    position: absolute;
    z-index: 101;
    top: 70%;
    left: 60%;
    -webkit-transform: translate(-60%, -70%);
    -moz-transform: translate(-60%, -70%);
    -ms-transform: translate(-60%, -70%);
    -o-transform: translate(-60%, -70%);
    transform: translate(-60%, -70%)
}
#pageHome_made .titolo {
    width: 50%;
    height: 50%;
    font-size: 120px;
    font-family: 'giovannibook';
    position: relative;
    left: 25%;
    line-height: 100px
}
#pageHome_designers {
    background: url("../imgs/struttura/page-home/designers.jpg") no-repeat center center;
    background-size: cover
}
#pageHome_designers .designerImgWrapper {
    width: 150px;
    height: 150px
}
#carousel-gallery {
    position: absolute;
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    padding: 3px 0;
    background: #444;
    overflow: hidden!important
}
#carousel-gallery .touchcarousel-wrapper {
    overflow: visible;
    margin-left: 0
}
#carousel-gallery .touchcarousel-item {
    margin-right: 3px;
    background: #CCC;
    height: 150px
}
#carousel-gallery .arrow-icon.left {
    left: 5px
}
#carousel-gallery .arrow-icon.right {
    right: 3px
}
#carousel-gallery .arrow-holder {
    width: 60px
}
#carousel-gallery .scrollbar-holder {
    bottom: 6px
}
#tooltipDesingners {
    font-size: 12px;
    padding: 5px 8px;
    position: absolute;
    z-index: 3000;
    border: 1px solid #AAA;
    background-color: #444;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: #DDD;
    opacity: .85
}
#tooltipDesingners h3,
#tooltipDesingners div {
    margin: 0
}
#pageHome_designers .designerName {
    position: absolute;
    background-color: black;
    width: 150px;
    top: 130px;
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 12px;
    opacity: .8;
    text-indent: 4px;
    overflow: hidden
}
#pageHome_contatti {
    background-color: #fff;
    position: relative!important;
    height: auto!important
}
#pageHome_contatti .areaCont {
    position: relative!important;
    height: 600px
}
#pageHome_contatti .info {
    top: 65px;
    right: 50px;
    width: 280px;
    padding-left: 25px;
    height: 490px;
    position: absolute;
    border-left: 1px solid #DDD;
    color: #888;
    font-size: 13px;
    line-height: 18px
}
#pageHome_contatti .info a {
    color: #921e22
}
#pageHome_contatti .info a:hover {
    color: #000
}
#pageHome_contatti .info h3 {
    margin-top: 15px;
    color: #444
}
#pageHome_contatti .info .legal {
    position: absolute;
    bottom: 12px;
    display: block;
    text-align: justify;
    line-height: 12px;
    font-weight: normal;
    font-size: 11px;
    color: #888
}
#pageHome_contatti .info .soc,
#bottomSocial .soc {
    display: inline-block;
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    margin-top: 20px
}
#bottomSocial .soc {
    margin: 0;
    margin: 5px
}
#bottomSocial {
    position: fixed;
    bottom: 0;
    right: 17px;
    padding: 5px;
    width: 170px;
    background: 0
}
#pageHome_contatti .info .soc:hover,
#bottomSocial .soc:hover {
    background-position: 0 -24px
}
#pageHome_contatti .info .socYouTube,
#bottomSocial .socYouTube {
    background: url("../imgs/struttura/page-home/youtube-square.png") no-repeat scroll left top transparent
}
#pageHome_contatti .info .socFaceBook,
#bottomSocial .socFaceBook {
    background: url("../imgs/struttura/page-home/facebook-square.png") no-repeat scroll left top transparent
}
#pageHome_contatti .info .socLinkedIn,
#bottomSocial .socLinkedIn {
    background: url("../imgs/struttura/page-home/linkedin-square.png") no-repeat scroll left top transparent
}
#pageHome_contatti .info .socFlickr,
#bottomSocial .socFlickr {
    background: url("../imgs/struttura/page-home/flickr-square.png") no-repeat scroll left top transparent
}
#pageHome_contatti .info .socPinterest,
#bottomSocial .socPinterest {
    background: url("../imgs/struttura/page-home/pinterest-square.png") no-repeat scroll left top transparent
}
#pageHome_contatti .mapInfo {
    overflow: hidden;
    height: 60px;
    width: 230px;
    color: #555;
    font-size: 15px
}
#pageHome_contactForm_thx {
    position: absolute;
    background-color: #FFF;
    width: 620px;
    height: 530px;
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 430px;
    color: #921e22;
    display: none
}
#pageHome_map {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../imgs/struttura/page-home/mappa-mondo.jpg") no-repeat center center;
    background-size: contain;
    background-color: white
}
#pageHome.mobile #pageHome_map {
    position: relative;
    top: 20px;
    width: auto;
    height: 700px;
    z-index: 1000
}
#pageHome_map .areaMap {
    float: left;
    width: 100%;
    height: 100%
}
#pageHome_map .closeMap {
    display: none
}
#pageHome.mobile #pageHome_map .closeMap {
    display: block;
    position: fixed;
    width: 100px;
    height: 100px;
    top: 28px;
    right: 5px;
    background: url("../imgs/struttura/close.jpg") no-repeat;
    cursor: pointer
}
#pageHome.mobile #pageHome_map .closeMap:hover {
    background-position: 0 -100px
}
#pageHome #pageHome_contatti .openMapNew {
    display: block
}
#pageHome.mobile #pageHome_contatti .openMapNew {
    display: block
}
#pageProdotti {
    overflow: hidden!important
}
#pageProdotti .wallContainer {
    -webkit-overflow-scrolling: touch;
    display: block;
    background-color: #888;
    width: 100%
}
#pageProdotti .wallTile {
    float: left;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -o-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
#pageProdotti .wallTile.productTile {
    cursor: pointer
}
#pageProdotti .titleTile {
    cursor: auto!important
}
#pageProdotti .tileTitle {
    bottom: 0;
    position: absolute;
    background: black;
    color: white;
    font-size: 11px;
    width: 100%;
    text-align: center;
    padding-top: 4px
}
#pageProdotti .tileBorder {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    border-color: #000;
    opacity: .4;
    filter: alpha(opacity=40)
}
#pageProdotti .overlayContainer {
    position: absolute;
    z-index: 1000;
    top: 40px;
    left: 0
}
#pageProdotti.mobile .overlayContainer {
    top: 50px
}
#pageProdotti .detailContainer {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}
#pageDetail .TB_Wrapper {
    position: absolute!important;
    width: 100%;
    height: 100%;
    background: #000 url(../imgs/struttura/laurameroni-slider/preloader.gif) center center no-repeat!important
}
#pageDetail .TB_Wrapper .Slide {
    background: #000 url(../imgs/struttura/laurameroni-slider/preloader.gif) center center no-repeat!important
}
#pageDetail .TB_Wrapper .Slide img {
    right: 0;
    bottom: 0;
    left: auto!important;
    top: auto!important
}
#pageDetail {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000
}
#pageDetail .closePuls {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #666;
    top: 1px;
    right: 1px;
    background: url("../imgs/struttura/close.jpg") no-repeat;
    cursor: pointer
}
#pageDetail .closePuls:hover {
    background-position: 0 -100px
}
#pageDetail .mainContainer {
    position: absolute;
    background-color: #000
}
#pageDetail .slideContainer {
    position: absolute;
    background-color: #000
}
#pageDetail .singleSlide {
    bottom: 0;
    position: absolute;
    max-width: 100%;
    max-height: 100%
}
#pageDetail .infoContainer {
    position: absolute;
    background-color: #000
}
#pageDetail .info {
    font-family: "giovannibook";
    bottom: 0;
    position: absolute;
    padding-bottom: 3px
}
#pageDetail .info .title,
#pageDetail .info .designer,
#pageDetail .info .text,
#pageDetail .info .schedaPDF {
    padding-top: 15px;
    font-size: 15px
}
#pageDetail .info .title {
    color: #fff;
    font-size: 50px!important;
    text-transform: uppercase
}
#pageDetail.newsDetail .info .title {
    text-transform: none!important
}
#pageDetail .info .designer {
    color: #777
}
#pageDetail .info .text {
    color: #fff
}
#pageDetail .info .schedaPDF {
    color: #777
}
#pageDetail .info .schedaPDF a {
    color: #777
}
#pageDetail .info .schedaPDF a:visited {
    color: #777
}
#pageDetail .info .schedaPDF a:hover {
    color: #ddd
}
#pageHome {
    overflow: hidden!important
}
#pageHome header {
    overflow: hidden!important;
    width: 100%!important
}
#pageHome .indice {
    background:url(../../../../../../images/intro.jpg) center center no-repeat;
    background-size: cover
}
#pageHome .overlay-lm {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}
#pageHome .contenuti-lm {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12vh 0 0 10vw
}
#pageHome .link-origini {
    width: 15vw;
    height: 15vh;
    display: inline-block;
    margin-right: 5vw
}
#pageHome .link-valori {
    width: 15vw;
    height: 15vh;
    display: inline-block;
    margin-right: 5vw
}
#pageHome .link-origini a {
    display: inline-block
}
#pageHome .link-valori a {
    display: inline-block
}
#pageHome .link-origini img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}
#pageHome .link-valori img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}
#pageHome .link-origini img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
#pageHome .link-valori img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
#pageHome .nome-progetto-lm {
    text-transform: uppercase; text-align:center;
}
#pageHome .sottotitolo-valori {
    color: #fff
}
#pageHome .sezioni {
    height: 20%;
    position: relative;
    top: 0%;
	
	margin-left:-130px;
}
#pageHome .freccia {
    margin-left: -20px;
    position: relative;
    bottom: 25px;
    pointer-events: none
}
#pageHome .linea-lm {
    width: 15px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
#pageHome .freccia-sx {
    width: 7px;
    height: 2px;
    background-color: #fff;
    position: relative;
    bottom: 5px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1
}
#pageHome .freccia-dx {
    width: 7px;
    height: 2px;
    background-color: #fff;
    position: relative;
    bottom: 1px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1
}
#pageHome .testo-origini {
    width: 50%;
    height: 100%;
    background-color: #000;
    float: left;
    position: relative
}
#pageHome .testo-valori {
    width: 50%;
    height: 100%;
	background-color:#000;
    float: right;
    position: relative
}
#pageHome .testo-aribey {
    width: 100%;
    height: 100%;
	background-color:#000;
    float: left;
    position: relative
}
#pageHome .contenitore-testi-lm {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15vw;
    text-align: left
}
#pageHome .contenitore-testi-lm-valori {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15vw;
    text-align: right
}
#pageHome .contenitore-testi-dx-lm {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15vw;
    text-align: right
}
#pageHome .contenitore-testi-sx-lm {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15vw;
    text-align: left
}
#pageHome .testo-dx {
    width: 50%;
    height: 100%;
    float: right;
    background-color: rgba(0, 0, 0, .3)
}
#pageHome .testo-sx {
    width: 50%;
    height: 100%;
    float: left;
    background-color: rgba(0, 0, 0, .3)
}
#pageHome .descrizione-lm {
    width: 390px
}
#pageHome .titolo-third {
    width: 390px
}
#pageHome .contenitore-testi-dx-lm span,
#pageHome .contenitore-testi-sx-lm span,
#pageHome .contenitore-testi-lm span {
    font-weight: 800
}
#pageHome .origini .img-lm {
    width: 50%;
    height: 100%;
    float: left;
    background: url('../../../../../../images/ggg.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .valori .img-lm {
    width: 50%;
    height: 100%;
    float: right;
    background: url('../imgs/struttura/page-laurameroni/valori/valori.jpg') center center no-repeat;
    background-size: cover
}

#pageHome .aribey .img-lm {
    width: 50%;
    height: 100%;
    float: right;
    background: url('../imgs/struttura/page-laurameroni/valori/valori.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .origini .first-slide {
    background: url('../imgs/struttura/page-laurameroni/origini/indice.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .origini .second-slide {
    background: url('../imgs/struttura/page-laurameroni/origini/origini-02.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .origini .third-slide {
    background: url('../imgs/struttura/page-laurameroni/origini/origini-03.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .origini .fourth-slide {
    background: url('../imgs/struttura/page-laurameroni/origini/origini-04.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .origini .fifth-slide {
    background: url('../imgs/struttura/page-laurameroni/origini/origini-05.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .origini .sixth-slide {
    background: url('../imgs/struttura/page-laurameroni/origini/origini-06.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .valori .first-slide {
    background:url(../../../../../../images/grafiti12.jpg) center center no-repeat;
    background-size: cover
}
#pageHome .valori .second-slide {
    background: url('../imgs/struttura/page-laurameroni/valori/valori-02.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .valori .third-slide {
    background: url('../imgs/struttura/page-laurameroni/valori/valori-03.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .valori .fourth-slide {
    background: url('../imgs/struttura/page-laurameroni/valori/valori-04.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .valori .fifth-slide {
    background: url('../imgs/struttura/page-laurameroni/valori/valori-05.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .valori .sixth-slide {
    background: url('../imgs/struttura/page-laurameroni/valori/valori-06.jpg') center center no-repeat;
    background-size: cover
}
#pageHome .TB_Wrapper {
    width: 330px;
    height: 220px;
    max-width: 330px;
    max-height: 220px;
    background: #000 url(../imgs/struttura/laurameroni-slider/preloader.gif) center center no-repeat!important
}
#pageHome .vertScrollContBot .bg {
    position: relative;
    width: 0;
    height: 100%;
    background-color: #fff
}
#pageHome .vertScrollContBot .title {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 360px;
    height: 320px;
    background-repeat: no-repeat;
    margin-left: -180px
}
#pageHome .vertScrollContBot .circle {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -71px
}
#pageHome .vertScrollContTop .content {
    position: absolute;
    width: 330px;
    min-height: 220px;
    left: 35px;
    bottom: 60px
}
#pageHome .vertScrollContTop .testo {
    position: relative;
    width: 330px;
    font-family: "giovannibook";
    font-size: 20px;
    color: #ccc;
    margin-bottom: 12px;
    text-transform: uppercase
}
#pageHome .vertScrollContTop .TB_Wrapper {
    position: relative;
    width: 330px;
    height: 220px
}
#pageHome .vertScrollContTop .circle {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -71px
}
#pageHome .wallContainer {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #bbb;
    overflow: hidden
}
#pageHome .wallTile {
    float: left;
    overflow: hidden;
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -o-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.node-2 #fancybox-wrap {
    width: 700px!important;
    left: 50%!important;
    margin-left: -350px!important;
    top: 150px!important
}
#fancybox-wrap table {
    width: 100%!important
}
.node-2 #fancybox-outer {
    width: 700px!important
}
#fancybox-content {
    border-width: 0!important
}
#fancybox-close {
    background: url("../imgs/struttura/close-white.jpg") top center no-repeat!important;
    cursor: pointer!important;
    width: 52px!important;
    height: 52px!important;
    right: -52px!important;
    top: 0!important
}
#fancybox-close:hover {
    background: url("../imgs/struttura/close-white.jpg") center -52px no-repeat!important
}
#pageNews {
    padding-top: 40px
}
#pageNews .headerDefault {
    width: 100%
}
.box-news-wrapper {
    width: 25%;
    float: left;
    padding: 5px;
    font-family: "helvetica_lt_stdregular"!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
.box-news-wrapper a {
    color: #AAA
}
.box-news {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease
}
.box-news:hover {
    background: #f3f3f3
}
.box-news h1 {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px
}
.box-news img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}
.box-news h2 {
    font-size: 16px;
    margin-bottom: 10px
}
.box-news p {
    font-size: 14px;
    line-height: 20px
}
@media(max-width:1000px) {
    .box-news-wrapper {
        width: 50%
    }
}
@media(max-width:450px) {
    .box-news-wrapper {
        width: 100%
    }
}
#pageDetail iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0
}
#pageDetail .date {
    color: #FFF;
    font-size: 20px
}
#pageDetail .textNews {
    max-height: 320px;
    overflow: auto;
    line-height: 20px
}
#pageNews.mobile {
    visibility: hidden
}
#pageNews.mobile {
    display: none;
    background: #000;
    color: #FFF;
    padding: 10px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
#pageNews.mobile iframe {
    width: 100%;
    height: 400px
}
#pageNews.mobile .TB_Wrapper {
    width: 100%!important
}
#pageNews.mobile .TB_Wrapper img {
    width: 100%!important;
    height: auto!important;
    position: static!important
}
#pageNews .captionCanvas,
#pageNews .navHolder {
    display: none!important
}
#pageNews .singleSlide {
    width: 100%;
    height: auto
}
#pageNews .date {
    font-size: 30px;
    margin-top: 30px;
    font-family: "giovannibook"
}
#pageNews.mobile .title {
    font-size: 50px!important;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: "giovannibook"
}
#pageNews.mobile .textNews {
    margin-top: 20px;
    font-family: "giovannibook"
}
#pageNews .closer {
    display: block;
    height: 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: url("../imgs/struttura/close-mobile.jpg") no-repeat top center #000
}
#pageNews .closer:hover {
    background-position: bottom center
}
@media(max-width:768px) {
    #pageDetail.desktop {
        display: none
    }
    #pageNews.mobile {
        display: block
    }
}
.contenitore-testi {
    width: 40%;
    height: auto
}
.titolo {
    font-size: 72px;
    font-family: 'giovannibook';
    color: white;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}
.sottotitolo {
    font-size: 30px;
    font-family: 'giovannibook';
    color: #ccc;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase
}
.descrizione {
    font-size: 14px;
    font-family: 'Lato', serif;
    line-height: 22px;
    font-weight: 400;
    color: #eee;
    display: block;
    width: 100%;
	text-align:center;
	margin-bottom:10px;
}
#pageProdotti {
    overflow: hidden!important
}
#pageProdotti header {
    width: 100%!important
}
#pageProdotti .art-bg {
    background: url('../imgs/struttura/page-art/art.jpg');
    background-size: cover;
    height: 100%!important;
    overflow: hidden!important
}
#pageProdotti .fp-section {
    height: 100%!important
}
#pageProdotti .art-bg .fp-tableCell {
    height: 100%!important
}
#pageProdotti .art-index {
    width: 55%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}
#pageProdotti .contenuto-art {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 6vw;
    width: 100%;
    height: 90vh;
    position: relative
}
#pageProdotti .testi-art {
    position: absolute;
    top: 0;
    width: 100%
}
#pageProdotti .box-testi {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
#pageProdotti .descrizione-art {
    width: 50%
}
#pageProdotti .contenitore-img-art {
    position: absolute;
    bottom: 0;
    height: 48vh;
    display: inline-block
}
#pageProdotti .contenitore-box {
    display: inline-block;
    position: relative
}
#pageProdotti .img-art {
    width: 14vw;
    height: calc(20vh - 10px);
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 22px;
    margin-right: 4%;
    cursor: pointer
}
#pageProdotti .dim-img-art {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}
#pageProdotti .nome-progetto-art {
    font-family: 'giovannibook';
    font-size: 15px;
    color: white;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase
}
#pageProdotti .nome-prodotto-art {
    text-transform: capitalize
}
#pageProdotti .dim-img-art:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
#pageProdotti .img-prodotto-art:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
#pageProdotti .contenuto-news {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5vw;
    padding-left: 4vw;
    width: 100%;
    height: 90vh;
    position: relative
}
#pageProdotti .news-art-index {
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 55%;
    background: rgba(255, 255, 255, .7)
}
#pageProdotti .titolo-news {
    color: black
}
#pageProdotti .sottotitolo-news {
    color: black
}
.sfondo-section-art {
    background-size: cover
}
.sfondo-section-art .fp-tableCell {
    background-color: rgba(0, 0, 0, .7)
}
#pageProdotti .contenitore-news {
    position: absolute;
    bottom: 0;
    height: calc(48vh - 20px);
    display: inline-block
}
#pageProdotti .link-news-art {
    text-decoration: none;
    padding: 0
}
#pageProdotti .img-link-news {
    width: 135px;
    height: auto;
    position: relative;
    left: 40%;
    border-radius: 50%
}
#pageProdotti .circle-news-art {
    width: 100%;
    height: 100%
}
#pageProdotti .art-news {
    width: 50%;
    height: calc(40vh+32px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-right: 5vh
}
#pageProdotti .box-news {
    background: white;
    min-height: 100%
}
#pageProdotti .box-news>h1 {
    color: black;
    font-size: 18px;
    font-family: 'giovannibook';
    margin: 10px 0 10px 0
}
#pageProdotti .box-news>h2 {
    color: black;
    font-size: 18px;
    font-family: 'giovannibook';
    margin: 0 0 5px 0
}
#pageProdotti .box-news>p {
    color: black;
    font-size: 15px;
    font-family: 'Lato', serif;
    margin: 0 0 10px 0
}
#pageProdotti .contenitore-testi-collezioni {
    width: 70vw;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0vh 10vw
}
#pageProdotti .titolo-sect-art {
    position: relative;
    top: 0;
    left: 0;
    text-transform: uppercase
}
#pageProdotti .sottotitolo-sect-art {
    position: relative;
    top: 3.5%;
    left: 0;
    text-transform: uppercase
}
#pageProdotti .descrizione-sect-art {
    position: relative;
    top: 3.5%;
    left: 0;
    color: #fff
}
#pageProdotti .prodotto-art {
    overflow: hidden!important
}
#pageProdotti .collezioni-art {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 3%;
    padding-left: 10%;
    position: relative;
    height: 65%
}
#pageProdotti .prodotti-art {
    display: inline-block;
    padding-top: 2%;
    margin-right: 12%;
    width: 12%;
    height: auto;
    position: relative;
    margin-bottom: 3%
}
#pageProdotti .prodotti-art p {
    position: absolute;
    width: 150%
}
#pageProdotti .img-prodotto-art {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}
#pageProdotti .link-collection {
    color: #000;
    display: inline;
    font-size: 10px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 38px
}
.node-213 #fancybox-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 1)!important;
    opacity: .8!important
}
.node-213 #fancybox-left-ico {
    height: 50px;
    margin-top: -25px;
    background: url('../imgs/struttura/arrow-prev.png') 0 0 no-repeat
}
.node-213 #fancybox-left span,
.node-213 #fancybox-left:hover span {
    left: 0!important;
    visibility: visible!important
}
.node-213 #fancybox-right-ico {
    height: 50px;
    margin-top: -25px;
    background: url('../imgs/struttura/arrow-next.png') 0 0 no-repeat
}
.node-213 #fancybox-right span,
.node-213 #fancybox-right:hover span {
    left: auto!important;
    right: 0!important;
    visibility: visible!important
}
#pageProgetti .headerDefault {
    width: 100%
}
#pageProgetti {
    overflow: hidden!important
}
#pageProgetti .index-progetti .fp-tableCell {
    padding-left: 8vw;
    background: rgba(0, 0, 0, .7)
}
#pageProgetti .index-progetti {
    background: url('../imgs/struttura/page-home/section-made-bg.jpg');
    background-size: cover
}
#pageProgetti .contenitore-img {
    width: 100%;
    position: relative;
    top: 7%
}
#pageProgetti .img-testo:nth-child(1),
#pageProgetti .img-testo:nth-child(5) {
    width: 18%;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -ms-box-sizing: border-box;
    !important -o-box-sizing: border-box!important;
    box-sizing: border-box!important;
    display: inline-block;
    margin-right: 3%;
    margin-left: 0
}
#pageProgetti .img-testo {
    width: 18%;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -ms-box-sizing: border-box;
    !important -o-box-sizing: border-box!important;
    box-sizing: border-box!important;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%
}
#pageProgetti .img-progetti-index {
    width: 100%;
    height: auto;
    cursor: pointer
}
#pageProgetti .box-progetto {
    width: 100%;
    display: block;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}
#pageProgetti .box-progetto:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.sectionProgetti {
    height: 100%;
    width: 100%
}
.sectionProgetti .swiper-container,
.sectionProgetti .swiper-wrapper,
.sectionProgetti .swiper-container .swiper-slide {
    width: 100%;
    height: 100%!important
}
.sectionProgetti .swiper-container .swiper-slide {
    position: relative;
    height: 100%!important
}
.sectionProgetti .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 30px;
    padding: 20px;
    width: 700px;
    color: #FFF;
    font-family: "giovannibook";
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    opacity: 0;
    max-width: calc(95% - 70px);
    -webkit-transition: all 400ms ease 700ms;
    -moz-transition: all 400ms ease 700ms;
    -ms-transition: all 400ms ease 700ms;
    transition: all 400ms ease 700ms
}
.sectionProgetti .swiper-slide-active .info {
    margin-top: 0;
    z-index: 11;
    opacity: 1
}
.sectionProgetti .info h1 {
    font-size: 40px!important;
    text-transform: uppercase;
    margin-bottom: 20px
}
.sectionProgetti .info .gallery {
    margin-top: 20px
}
.sectionProgetti .info p {
    margin-top: 10px
}
.sectionProgetti .info p.allegato {
    margin-top: 20px
}
.sectionProgetti .info p.allegato a {
    color: #333;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #EEE;
    border-radius: 4px
}
.sectionProgetti .info a.foto {
    float: left;
    width: 22%;
    margin: 2% 4% 2% 0
}
.sectionProgetti .info a.foto:nth-child(4n) {
    margin-right: 0
}
.sectionProgetti .info .clear {
    clear: both
}
.sectionProgetti .info .foto img {
    width: 100%;
    height: auto
}
.sliderNav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top: -25px;
    z-index: 999;
    background: url('../imgs/struttura/arrow-prev.png') 0 0 no-repeat
}
#next.sliderNav {
    right: 0!important;
    background: url('../imgs/struttura/arrow-next.png') 0 0 no-repeat
}
.clear {
    clear: both
}
#pageCataloghi header {
    width: 100%
}
#pageCataloghi .headerCataloghi {
    position: relative!important;
    top: 0;
    z-index: 999
}
#pageCataloghi .sfondo-global {
    width: 100%;
    height: auto;
    background: url('../imgs/struttura/cataloghi/copertina-catalogues.jpg');
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100%!important
}
#pageCataloghi .overlay-catalogue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}
#pageCataloghi .container-contenuti {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8vw 8.2vw 0 8vw;
    width: 100%
}
#pageCataloghi .link-cataloghi {
    float: right;
    width: 8vw;
    margin-top: -1.1vh
}
#pageCataloghi .link-cataloghi img {
    width: 100%;
    height: auto
}
.container-img-catalogue {
    position: relative
}
.link-img-catalogue {
    position: relative
}
.img-catalogue {
    display: block;
    width: 100%;
    height: auto
}
.overlay-img-catalogue {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 0
}
.link-download {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1vh;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.text-download {
    font-family: "giovannibook";
    font-size: 15px;
    text-transform: uppercase;
    color: #ccc
}
.container-img-catalogue:hover .overlay-img-catalogue {
    opacity: 1
}
#pageCataloghi .container-cataloghi {
    position: relative;
    padding: 3vw 0 0 8vw
}
#pageCataloghi .catalogo {
    position: relative;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 9% 5% 0
}
#pageCataloghi .title-catalogue {
    font-family: "giovannibook";
    font-size: 15px;
    text-transform: uppercase;
    color: #ccc;
    height: 2.2vw;
    margin-top: 1vw
}
.ajPageStage {
    height: 100%;
    width: 100%
}
#pageHome_contatti .submit-button a {
    color: #fff;
    font-size: 11px;
    background-color: #921e22;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 5px
}
.btn-contacts {
    position: absolute;
    top: 40%;
    left: 65%
}
.pos-btn-map {
    position: relative;
    top: 35%;
    left: 70%
}
@media(min-width:992px) and (max-width:1024px) {
    #pageHome .navDefault li {
        margin-right: 5px
    }
    #pageHome_home #testo-home {
        top: 200px
    }
    #pageHome_home .newsWrapper {
        top: 30%
    }
    #pageHome_home #closerNews {
        top: 30%
    }
    #pageHome_laurameroni .titolo {
        position: absolute;
        top: 25%;
        left: 10%
    }
    #pageHome_prodotti .circle {
        left: 45%;
        top: 80%
    }
    #pageHome_collezioni .titolo {
        position: relative;
        left: 10%
    }
    #pageHome_collezioni .circle {
        top: 75%
    }
    #pageHome_made .circle {
        top: 75%
    }
    #pageHome_made .titolo {
        width: 100%;
        left: 10%
    }
    #pageHome .contenitore-testi-lm {
        padding: 0 7vw
    }
    #pageHome .contenitore-testi-dx-lm {
        padding: 0 7vw
    }
    #pageHome .contenitore-testi-sx-lm {
        padding: 0 5vw
    }
    #pageHome .sezioni {
        top: 10%
    }
    #pageProgetti .index-progetti .fp-tableCell {
        padding-left: 8%;
        background: rgba(0, 0, 0, .7)
    }
    #pageProgetti .titolo {
        font-size: 100px
    }
    #pageProgetti .sottotitolo {
        font-size: 24px
    }
    #pageProgetti .descrizione {
        font-size: 14px
    }
    #pageProgetti .nome-progetto {
        font-size: 12px;
        margin-top: 6%;
        margin-bottom: 6%
    }
    #pageProdotti .art-index {
        width: 100%
    }
    #pageProdotti .btn-indice-art {
        top: 12vh
    }
    #pageProdotti .news-art-index {
        display: none!important
    }
    #pageProdotti .img-art {
        width: 17%;
        height: 12%;
        margin-right: 15%;
        margin-bottom: 10px;
        margin-top: 10px
    }
    #pageProdotti .contenitore-img-art {
        height: 46vh
    }
    #pageProdotti .contenitore-testi-collezioni {
        width: 80vw
    }
    #pageProdotti .box-testi {
        padding-top: 10vh
    }
    #pageProdotti .collezioni-art {
        padding-top: 5%
    }
    #pageProdotti .prodotti-art {
        padding-top: 5%
    }
    #pageCataloghi .container-contenuti {
        padding: 10vw 8.5vw 0 8vw
    }
    #pageCataloghi .link-cataloghi {
        width: 10vw;
        margin-top: -0.5vh
    }
    .titolo {
        font-size: 60px
    }
    .sottotitolo {
        font-size: 24px
    }
    #pageCataloghi .catalogo {
        width: 33.3%
    }
    .overlay-img-catalogue {
        display: none
    }
    #pageProgetti .titolo {
        font-size: 60px
    }
}
@media(min-width:768px) and (max-width:991px) {
    #pageHome .navDefault {
        display: none
    }
    #pageHome header {
        width: 50px!important;
        height: 50px!important
    }
    #pageHome .navWrapper {
        height: 50px
    }
    #pageHome .navDefault.mobile {
        display: block
    }
    #pageHome .linee-mobile.open {
        display: inline-block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    #pageHome .linee-mobile.open .line {
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    #pageHome .linee-mobile.close {
        z-index: 999
    }
    #pageHome .linee-mobile.close .line {
        z-index: 999
    }
    #pageHome .linee-mobile.close #linea-2 {
        display: none
    }
    #pageHome .linee-mobile.close #linea-1 {
        -webkit-transform: rotate(45deg) translate(0, 5px);
        -moz-transform: rotate(45deg) translate(0, 5px);
        -ms-transform: rotate(45deg) translate(0, 5px);
        -o-transform: rotate(45deg) translate(0, 5px);
        transform: rotate(45deg) translate(0, 5px)
    }
    #pageHome .linee-mobile.close #linea-3 {
        -webkit-transform: rotate(-45deg) translate(0, -5px);
        -moz-transform: rotate(-45deg) translate(0, -5px);
        -ms-transform: rotate(-45deg) translate(0, -5px);
        -o-transform: rotate(-45deg) translate(0, -5px);
        transform: rotate(-45deg) translate(0, -5px)
    }
    #pageHome .menu-tendina.open {
        top: 0;
        z-index: 99;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    #pageHome_home .circle {
        display: none!important
    }
    #pageHome_home .newsWrapper {
        display: none!important
    }
    #pageHome_home .logo {
        margin-left: 75px
    }
    #pageHome_home #testo-home {
        width: 500px;
        height: 300px;
        position: absolute;
        top: 35%;
        right: 15%;
        text-align: right;
        line-height: normal;
        font-size: 22px;
        display: block!important
    }
    #pageHome_laurameroni .titolo {
        left: 2%;
        font-size: 105px;
        line-height: 85px
    }
    #pageHome_collezioni .titolo {
        position: relative;
        left: 2%;
        font-size: 105px;
        line-height: 85px
    }
    #pageHome_prodotti .titolo {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 20%;
        top: 25%;
        font-size: 105px;
        line-height: 85px
    }
    #pageHome_prodotti .circle {
        position: absolute;
        left: 60%
    }
    #pageHome_made .titolo {
        width: 100%;
        position: relative;
        left: 2%;
        font-size: 105px;
        line-height: 85px
    }
    #pageHome_made .circle {
        position: absolute;
        top: 70%
    }
    #pageHome_contatti form {
        display: none
    }
    #pageHome_contatti .info {
        top: 0;
        right: 20%;
        width: 100%;
        height: 100%;
        text-align: right;
        font-size: 24px;
        border-left: none!important;
        line-height: normal
    }
    #pageHome_contatti .info>img {
        display: none
    }
    #pageHome_contatti .info>p {
        line-height: 32px
    }
    #pageHome_contatti .info .openMapNew {
        display: none!important
    }
    #pageHome_contatti .info .submit-button {
        display: none!important
    }
    #pageHome_contatti .info .soc {
        float: right;
        margin-left: 8px;
        margin-right: 0
    }
    #pageHome_contatti .info .legal {
        font-size: 16px;
        position: absolute;
        bottom: 0;
        right: 0;
        text-align: right;
        line-height: normal
    }
    .world {
        display: none!important
    }
    #pageHome .contenitore-testi-lm {
        padding: 0 5vw
    }
    #pageHome .contenitore-testi-dx-lm {
        padding: 0 5vw
    }
    #pageHome .descrizione-lm {
        width: 300px
    }
    #pageHome .contenitore-testi-sx-lm {
        padding: 0 5vw
    }
    #pageHome .titolo-third {
        width: 300px
    }
    .contenitore-testi {
        width: 80%
    }
    #pageProgetti .img-testo:nth-child(1),
    #pageProgetti .img-testo:nth-child(4),
    #pageProgetti .img-testo:nth-child(7) {
        width: 25%;
        margin-right: 3%;
        margin-left: 0
    }
    #pageProgetti .img-testo,
    #pageProgetti .img-testo:nth-child(5) {
        width: 25%;
        margin-right: 3%;
        margin-left: 3%
    }
    #pageProdotti .art-index {
        width: 100%
    }
    #pageProdotti .img-art {
        width: 20vh
    }
    #pageProdotti .news-art-index {
        display: none!important
    }
    #pageProdotti .box-testi {
        padding-top: 12%
    }
    #pageProdotti .contenitore-img-art {
        height: 52vh
    }
    #pageProdotti .prodotti-art {
        width: 30%
    }
    #pageProdotti .img-prodotto-art {
        width: 85%
    }
    #pageProdotti .sottotitolo-sect-art {
        top: 2%
    }
    .btn-back-to-top a {
        position: relative;
        top: 260px
    }
    #pageCataloghi .sfondo-global {
        min-height: 100%!important
    }
    #pageCataloghi .container-contenuti {
        padding: 8vw 8.2vw 0 8vw
    }
    #pageCataloghi .titolo,
    #pageCataloghi .sottotitolo {
        width: 60%
    }
    #pageCataloghi .link-cataloghi {
        width: 15vw;
        margin-top: 3vh
    }
    #pageCataloghi .catalogo {
        width: 50%
    }
    .overlay-img-catalogue {
        display: none
    }
}
@media only screen and (max-width: 767px) {
    #pageHome .btn-scroll {
        display: none!important
    }
    #pageHome .navDefault {
        display: none
    }
    #pageHome header {
        width: 50px!important;
        height: 50px!important
    }
    #pageHome .navWrapper {
        height: 50px
    }
    #pageHome .navDefault.mobile {
        display: block
    }
    #pageHome .linee-mobile.open {
        display: inline-block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    #pageHome .linee-mobile.open .line {
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    #pageHome .linee-mobile.close {
        z-index: 999
    }
    #pageHome .linee-mobile.close .line {
        z-index: 999
    }
    #pageHome .linee-mobile.close #linea-2 {
        display: none
    }
    #pageHome .linee-mobile.close #linea-1 {
        -webkit-transform: rotate(45deg) translate(0, 5px);
        -moz-transform: rotate(45deg) translate(0, 5px);
        -ms-transform: rotate(45deg) translate(0, 5px);
        -o-transform: rotate(45deg) translate(0, 5px);
        transform: rotate(45deg) translate(0, 5px)
    }
    #pageHome .linee-mobile.close #linea-3 {
        -webkit-transform: rotate(-45deg) translate(0, -5px);
        -moz-transform: rotate(-45deg) translate(0, -5px);
        -ms-transform: rotate(-45deg) translate(0, -5px);
        -o-transform: rotate(-45deg) translate(0, -5px);
        transform: rotate(-45deg) translate(0, -5px)
    }
    #pageHome .menu-tendina.open {
        top: 0;
        z-index: 99;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    #pageHome_home .circle {
        display: none!important
    }
    #pageHome_home .newsWrapper {
        display: none!important
    }
    #pageHome_home #closerNews {
        display: none!important
    }
    #pageHome_home .fp-tableCell {
        float: right
    }
    #pageHome_home .logo {
        margin-left: -80px;
        width: 300px;
        top: 40%
    }
    #pageHome_home .logo-testo {
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        height: 100%
    }
    #pageHome_home #testo-home {
        width: 250px;
        height: 100px;
        position: absolute;
        top: 5%;
        left: 38%;
        text-align: right;
        line-height: normal;
        font-size: 18px;
        display: block!important
    }
    #pageHome_laurameroni .titolo {
        font-size: 50px;
        left: 2%;
        line-height: 42px
    }
    #pageHome_laurameroni .circle {
        top: 55%
    }
    #pageHome_collezioni .titolo {
        width: 100%;
        height: 100%;
        font-size: 50px;
        position: relative;
        top: 25%;
        left: 2%;
        line-height: 42px
    }
    #pageHome_collezioni .circle {
        position: absolute;
        left: 55%
    }
    #pageHome_prodotti .titolo {
        width: 100%;
        height: 100%;
        font-size: 50px;
        position: relative;
        left: 10%;
        top: 20%;
        line-height: 42px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    #pageHome_prodotti .circle {
        position: absolute;
        left: 50%
    }
    #pageHome_made .titolo {
        width: 100%;
        height: 100%;
        font-size: 50px;
        position: relative;
        top: 25%;
        left: 2%;
        line-height: 42px
    }
    #pageHome_made .circle {
        position: absolute;
        left: 55%;
        top: 70%
    }
    #pageHome_contatti form {
        display: none
    }
    #pageHome_contatti .info {
        top: 50%;
        left: 50%;
        text-align: right;
        border-left: none!important;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 420px
    }
    #pageHome_contatti .info>img {
        display: none
    }
    #pageHome_contatti .info .openMapNew {
        display: none!important
    }
    #pageHome_contatti .info .submit-button {
        display: none!important
    }
    #pageHome_contatti .info .soc {
        float: right;
        margin-left: 8px;
        margin-right: 0
    }
    #pageHome_contatti .areaCont {
        height: 100%
    }
    #pageHome_contatti .info .legal {
        position: absolute;
        right: 0;
        text-align: right
    }
    .world {
        display: none!important
    }
    .circle-worldmap {
        display: none!important
    }
    #bottomSocial {
        right: 0
    }
    #pageHome .titolo {
        font-size: 36px
    }
    #pageHome .sottotitolo {
        font-size: 18px
    }
    #pageHome .descrizione {
        font-size: 14px
    }
    #pageHome .freccia {
        bottom: 20px
    }
    #pageHome .contenitore-testi-lm {
        padding: 0 2vw
    }
    #pageHome .contenitore-testi-dx-lm {
        padding: 0 2vw
    }
    #pageHome .descrizione-lm {
        width: 140px
    }
    #pageHome .contenitore-testi-sx-lm {
        padding: 0 2vw
    }
    #pageHome .titolo-second,
    #pageHome .titolo-third,
    #pageHome .titolo-fourth,
    #pageHome .titolo-fifth {
        width: 140px
    }
    .contenitore-testi {
        width: 100%
    }
	
    #pageProgetti .index-progetti .fp-tableCell {
        padding-left: 4vw
    }
    #pageProgetti .titolo {
        font-size: 36px
    }
    #pageProgetti .sottotitolo {
        font-size: 18px
    }
    #pageProgetti .descrizione {
        font-size: 14px;
        width: 85%
    }
    #pageProgetti .nome-progetto {
        font-size: 8px;
        margin-top: 6%;
        margin-bottom: 6%
    }
    #pageProgetti .img-testo:nth-child(1),
    #pageProgetti .img-testo:nth-child(4),
    #pageProgetti .img-testo:nth-child(7) {
        width: 25%;
        margin-right: 3%;
        margin-left: 0
    }
    #pageProgetti .img-testo,
    #pageProgetti .img-testo:nth-child(5) {
        width: 25%;
        margin-right: 3%;
        margin-left: 3%
    }
    #pageProdotti .art-index {
        width: 100%
    }
    #pageProdotti .btn-indice-art {
        top: 90vh
    }
    #pageProdotti .news-art-index {
        display: none!important
    }
    #pageProdotti .contenitore-testi-art {
        width: 100%
    }
    #pageProdotti .titolo-art {
        font-size: 36px
    }
    #pageProdotti .sottotitolo {
        font-size: 18px
    }
    #pageProdotti .descrizione-art {
        font-size: 14px;
        width: 90%
    }
    #pageProdotti .box-testi {
        padding-top: 20%
    }
    #pageProdotti .img-art {
        width: 25%;
        height: 25%;
        margin-top: 5px;
        margin-bottom: 5px
    }
    #pageProdotti .contenitore-img-art {
        height: 50vh
    }
    #pageProdotti .nome-progetto-art {
        font-size: 10px;
        width: 100%
    }
    #pageProdotti .titolo-sect-art {
        font-size: 36px;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 3%;
        padding-left: 5vw
    }
    #pageProdotti .sottotitolo-sect-art {
        font-size: 18px;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 5vw;
        top: 5%
    }
    #pageProdotti .collezioni-art {
        padding-left: 5vw
    }
    #pageProdotti .prodotti-art {
        width: 32%;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 5%;
        padding-left: 0
    }
    #pageProdotti .img-prodotto-art {
        width: 70%
    }
    #bottomSocial {
        display: none!important
    }
    #pageCataloghi header {
        width: 100%
    }
    .titolo {
        font-size: 36px
    }
    .sottotitolo {
        font-size: 18px
    }
    #pageCataloghi .container-contenuti {
        padding: 8vw 5vw 0 8vw
    }
    #pageCataloghi .catalogo {
        width: 50%
    }
    #pageCataloghi .title-catalogue {
        min-height: 15vw
    }
    .overlay-img-catalogue {
        display: none
    }
    .link-cataloghi img {
        display: none
    }
}
@media(min-width:1860px) {
    #pageProdotti .contenitore-testi-collezioni {
        width: 50vw
    }
}
#info-holder {
    top: 65px;
    right: 50px;
    width: 280px;
    padding-left: 25px;
    height: 360px;
    position: absolute;
    border-left: 1px solid #DDD
}
#pageHome_contactForm {
    font-size: 12px;
    color: #888;
    position: absolute;
    top: 65px;
    left: 0;
    width: 575px
}
#pageHome_contactForm .bi-fields .field {
    float: left;
    margin-left: 38px
}
#pageHome_contactForm .bi-fields .field:first-child {
    margin-left: 0
}
#pageHome_contactForm .bi-fields .field input {
    width: 200px
}
#pageHome_contactForm .field {
    float: left
}
#pageHome_contactForm .mono-field input {
    width: 506px
}
#pageHome_contactForm label {
    float: left;
    display: block;
    width: 68px;
    text-align: left;
    line-height: 20px
}
#pageHome_contactForm .field input:focus,
#pageHome_contactForm .area textarea:focus,
#pageHome_contactForm .area textarea:active {
    color: #000!important;
    border-color: #000
}
#pageHome_contactForm .field-container {
    float: left;
    margin-bottom: 20px
}
#pageHome_contactForm .textarea-field {
    float: left;
    margin-top: 10px
}
#pageHome_contactForm .area textarea {
    margin-left: 10px;
    width: 475px;
    height: 150px;
    padding: 5px 10px 5px 10px;
    color: #555;
    font-size: 13px!important;
    line-height: 18px;
    background: #FFF;
    border: 1px solid #AAA
}
#pageHome_contactForm .field input {
    float: left;
    background: transparent;
    padding: 0 0 2px 0;
    color: #555;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 4px;
    border-bottom: 1px solid #AAA
}
#pageHome_contactForm .notaRequired {
    clear: inherit;
    float: left;
    margin: 5px 0 0 78px;
    color: #777;
    width: 300px;
    font-size: 11px
}
#pageHome_contactForm label span,
#pageHome_contactForm .notaRequired span {
    color: #921e22
}
#pageHome_contactForm .submit-button a {
    color: #fff;
    font-size: 11px;
    float: right;
    margin-top: 13px;
    background-color: #921e22;
    padding: 10px 36px;
    text-transform: uppercase;
    color: #fff
}
#pageHome_contactForm .nota {
    padding-top: 15px;
    float: left;
    display: block;
    text-align: justify;
    line-height: 12px;
    font-weight: normal;
    font-size: 11px;
    color: #888
}
input.error,
textarea.error {
    border-color: #921e22!important
}
p.error,
p.succes,
label.error {
    display: none!important
}
.touchcarousel {
    position: relative;
    overflow: hidden
}
.touchcarousel .touchcarousel-container {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0
}
.touchcarousel .touchcarousel-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}
.touchcarousel .touchcarousel-item {
    margin: 0;
    padding: 0;
    float: left
}
.touchcarousel .touchcarousel-item.last {
    margin-right: 0!important
}
.touchcarousel .arrow-holder {
    height: 100%;
    width: 45px;
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 25
}
.touchcarousel .arrow-holder.left {
    left: 0
}
.touchcarousel .arrow-holder.right {
    right: 0
}
.touchcarousel .arrow-icon {
    width: 45px;
    height: 90px;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    cursor: pointer
}
.touchcarousel .arrow-holder.disabled {
    cursor: default
}
.touchcarousel .arrow-holder.disabled .arrow-icon {
    cursor: default
}
.touchcarousel .tc-paging-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    margin-top: -20px;
    z-index: 25
}
.touchcarousel .tc-paging-centerer {
    float: left;
    position: relative;
    left: 50%
}
.touchcarousel .tc-paging-centerer-inside {
    float: left;
    position: relative;
    left: -50%
}
.touchcarousel .tc-paging-item {
    float: left;
    cursor: pointer;
    position: relative;
    display: block;
    text-indent: -9999px
}
.touchcarousel .scrollbar-holder {
    position: absolute;
    z-index: 30;
    left: 6px;
    right: 6px;
    bottom: 5px;
    height: 4px;
    overflow: hidden
}
.touchcarousel .scrollbar {
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0
}
.touchcarousel .scrollbar.dark {
    background-color: #828282;
    background-color: rgba(0, 0, 0, 0.5)
}
.touchcarousel .scrollbar.light {
    background-color: #d2d2d2;
    background-color: rgba(255, 255, 255, 0.5)
}
.touchcarousel .grab-cursor {
    cursor: url(grab.png) 8 8, move
}
.touchcarousel .grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move
}
.touchcarousel .auto-cursor {
    cursor: auto
}
.touchcarousel.black-and-white .arrow-icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image: url('sprite.png');
    background-repeat: no-repeat;
    background-color: #323232;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}
.touchcarousel.black-and-white .arrow-holder {
    width: 35px
}
.touchcarousel.black-and-white .arrow-holder:active .arrow-icon {
    -moz-opacity: .7!important;
    -webkit-opacity: .7!important;
    opacity: .7!important
}
.touchcarousel.black-and-white .arrow-icon.left {
    left: 10px;
    background-position: -2px -6px
}
.touchcarousel.black-and-white .arrow-icon.right {
    right: 10px;
    background-position: -175px -6px
}
.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
    background-color: #1e1e1e;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
    background-position: -39px -6px
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
    background-position: -138px -6px
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
    background-color: #c8c8c8;
    background-color: rgba(0, 0, 0, 0.3)
}
.touchcarousel.black-and-white .tc-paging-container {
    margin-top: -22px
}
.touchcarousel.black-and-white .tc-paging-item {
    background-image: url('sprite.png');
    background-repeat: no-repeat;
    background-position: -95px -4px;
    width: 16px;
    height: 16px
}
.touchcarousel.black-and-white .tc-paging-item.current {
    background-position: -95px -22px
}
.touchcarousel.black-and-white .tc-paging-container {
    margin-top: -25px
}
.touchcarousel.black-and-white .tc-paging-centerer-inside {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #323232;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2px 4px
}
.TB_Wrapper {
    position: relative;
    background: #eee url(../imgs/struttura/laurameroni-slider/preloader.gif) center center no-repeat
}
.TB_Wrapper .icon {
    background-image: url(../imgs/struttura/laurameroni-slider/icons.png);
    background-repeat: no-repeat
}
.TB_Wrapper .timer_sprite {
    background-image: url(../imgs/struttura/laurameroni-slider/timer-sprite.png)
}
.TB_Wrapper .Slides {
    z-index: 1;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.TB_Wrapper .Slide {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #eee url(../imgs/struttura/laurameroni-slider/preloader.gif) center center no-repeat
}
.TB_Wrapper .Slide img {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    filter: alpha(opacity=100)
}
.TB_Wrapper .Slide div {
    z-index: 4;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #FFF
}
.TB_Wrapper a:link {
    color: #FFF;
    text-decoration: none
}
.TB_Wrapper a:visited {
    color: #FFF
}
.TB_Wrapper a:hover {
    color: #FFF;
    text-decoration: underline
}
.TB_Wrapper a:active {
    color: #FFF
}
.TB_Wrapper .noSelect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}
.TB_Wrapper .buttonText {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000
}
.TB_Wrapper .buttonTextSizeNormal {
    font-size: 12px
}
.TB_Wrapper .buttonTextSizeTouch {
    font-size: 16px
}
.TB_Wrapper .txtCont {
    z-index: 4;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}
.TB_Wrapper .captionCanvas {
    position: absolute;
    left: 0;
    top: 0
}
.TB_Wrapper .navHolder {
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.TB_Wrapper .rounded {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}
.TB_Wrapper .buttonShadow {
    z-index: 1;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10)
}
.TB_Wrapper .buttonAlpha {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=35)
}
.TB_Wrapper .buttonTopBot {
    z-index: 3;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 0;
    height: 100%;
    filter: alpha(opacity=100)
}
.TB_Wrapper .buttonCent {
    z-index: 4;
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    filter: alpha(opacity=100)
}
.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 0
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px
}
.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px
}
.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right
}
.mCustomScrollBox {
    -ms-touch-action: none
}
.mCustomScrollBox>.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../mCSB_buttons.html);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, 0.75)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9)
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85)
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9)
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9)
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85)
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9)
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9)
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    background: rgba(255, 255, 255, 0.1)
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0, 0, 0, 0.75)
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}
.content_1>.mCustomScrollBox>.mCSB_scrollTools {
    height: 96%;
    top: 2%
}
.content_2 .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1)
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.6);
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)"
}
.content_3>.mCustomScrollBox>.mCSB_scrollTools {
    height: 94%;
    top: 3%
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
    border-right: 1px dashed #09C
}
.content_3 .mCSB_scrollTools .mCSB_dragger {
    height: 11px
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #09C
}
.content_4>.mCustomScrollBox>.mCSB_scrollTools {
    height: 94%;
    top: 3%
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #d0b9a0;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5)
}
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #dfcdb9
}
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}
.content_5>.mCustomScrollBox>.mCSB_scrollTools {
    width: 98%;
    margin: 0 1%
}
.content_6>.mCustomScrollBox>.mCSB_scrollTools {
    width: 88%;
    margin: 0 6%
}
.content_8 .mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    float: left
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}
/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.fp-slide {
    float: left
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.fp-slidesContainer {
    float: left;
    position: relative
}
.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    bottom: 2%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 100px;
    height: 100px;
    background: url('../imgs/struttura/circles/freccia-sx.png')
}
.fp-controlArrow.fp-next {
    right: 15px;
    width: 100px;
    height: 100px;
    background: url('../imgs/struttura/circles/freccia-dx.png')
}
.fp-scrollable {
    overflow: scroll
}
.fp-notransition {
    -webkit-transition: none!important;
    transition: none!important
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}
#fp-nav.right {
    right: 17px
}
#fp-nav.left {
    left: 17px
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1
}
.fp-slidesNav.bottom {
    bottom: 17px
}
.fp-slidesNav.top {
    top: 17px
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}
.fp-slidesNav ul li {
    display: inline-block
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto!important
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('fancybox.html')
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: 0;
    display: none
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0 solid #fff
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('fancybox.html') -40px 0;
    cursor: pointer;
    z-index: 1103;
    display: none
}
#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: top
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block
}
#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: 0;
    background: transparent url('blank.html');
    z-index: 1102;
    display: none
}
#fancybox-left {
    left: 0
}
#fancybox-right {
    right: 0
}
#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}
#fancybox-left-ico {
    background-image: url('fancybox.html');
    background-position: -40px -30px
}
#fancybox-right-ico {
    background-image: url('fancybox.html');
    background-position: -40px -60px
}
#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}
#fancybox-left:hover span {
    left: 20px
}
#fancybox-right:hover span {
    left: auto;
    right: 20px
}
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.html')
}
#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('fancybox.html');
    background-position: -40px -162px
}
#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('fancybox-y.html');
    background-position: -20px 0
}
#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('fancybox.html');
    background-position: -40px -182px
}
#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('fancybox-x.html');
    background-position: 0 -20px
}
#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('fancybox.html');
    background-position: -40px -142px
}
#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('fancybox-y.html')
}
#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('fancybox.html');
    background-position: -40px -122px
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102
}
.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative
}
.fancybox-title-outside {
    padding-top: 10px;
    color: #fff
}
.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left
}
#fancybox-title-over {
    padding: 10px;
    background-image: url('fancy_title_over.html');
    display: block
}
.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px
}
#fancybox-title-float-wrap {
    border: 0;
    border-collapse: collapse;
    width: auto
}
#fancybox-title-float-wrap td {
    border: 0;
    white-space: nowrap
}
#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('fancybox.html') -40px -90px no-repeat
}
#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('fancybox-x.html') 0 -40px
}
#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('fancybox.html') -55px -90px no-repeat
}
.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale')
}
.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale')
}
.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale')
}
.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
    zoom: 1
}
.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale')
}
.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale')
}
.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale')
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight+"px")
}
#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression((-20+(document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2)+(ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop))+'px')
}
#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale')
}
.fancybox-ie .fancybox-bg {
    background: transparent!important
}
.fancybox-ie #fancybox-bg-n {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-ne {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-e {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-se {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-s {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-sw {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-w {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale')
}
.fancybox-ie #fancybox-bg-nw {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale')
}
.cookie-policy-banner,
.cookie-policy-banner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.cookie-policy-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 12px;
    z-index: 999;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}
.cookie-policy-banner p {
    margin: 0;
    padding: 10px 0;
    line-height: 16px
}
.cookie-policy-banner.hidden {
    display: none
}
.cookie-policy-banner.open {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .7s .5s ease-in-out;
    -moz-transition: all .7s .5s ease-in-out;
    -ms-transition: all .7s .5s ease-in-out;
    -o-transition: all .7s .5s ease-in-out;
    transition: all .7s .5s ease-in-out
}
.cookie-policy-banner.open-popup {
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out
}
.cookie-policy-banner a {
    text-decoration: underline;
    color: #fff
}
.cookie-policy-banner .container-banner {
    margin: 0 auto
}
.cookie-policy-banner .container-banner {
    width: 98%
}
.cookie-policy-banner .container-banner .btn-accept {
    color: #000;
    float: right;
    margin: 0 auto;
    cursor: pointer;
    padding: 12px 26px;
    background: #fff;
    display: inline-block;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}
.cookie-policy-banner .container-banner .btn-accept:hover {
    color: #fff;
    background: #c00
}
.cookie-policy-banner .col-policy-xs-11 {
    width: 91.66%
}
.cookie-policy-banner .col-policy-xs-10 {
    width: 83.33%
}
.cookie-policy-banner .col-policy-xs-8 {
    width: 66.66%
}
.cookie-policy-banner .col-policy-xs-4 {
    width: 33.33%
}
.cookie-policy-banner .col-policy-xs-2 {
    width: 16.66%
}
.cookie-policy-banner .col-policy-xs-1 {
    width: 8.33%
}
.cookie-policy-banner .col-policy-xs-11,
.cookie-policy-banner .col-policy-xs-10,
.cookie-policy-banner .col-policy-xs-8,
.cookie-policy-banner .col-policy-xs-4,
.cookie-policy-banner .col-policy-xs-2,
.cookie-policy-banner .col-policy-xs-1 {
    float: left;
    position: relative
}
@media(max-width:768px) {
    .cookie-policy-banner {
        padding: 15px
    }
    .cookie-policy-banner p {
        padding: 0;
        padding-bottom: 15px
    }
    .cookie-policy-banner .col-policy-xs-11,
    .cookie-policy-banner .col-policy-xs-10,
    .cookie-policy-banner .col-policy-xs-8,
    .cookie-policy-banner .col-policy-xs-4,
    .cookie-policy-banner .col-policy-xs-2,
    .cookie-policy-banner .col-policy-xs-1 {
        width: 100%
    }
    .cookie-policy-banner .container-banner .btn-accept {
        float: left
    }
}
.cookie-policy-page,
.cookie-policy-page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.cookie-policy-page a {
    color: #fff;
    text-decoration: underline
}
.cookie-policy-page h1 {
    color: #bbb
}
.cookie-policy-page h2 {
    color: #bbb;
    font-size: 40px;
    line-height: 40px;
    margin: 50px 0 20px 0;
    font-variant: small-caps
}
.cookie-policy-page h3 {
    color: #bbb;
    font-size: 25px;
    line-height: 35px;
    margin: 30px 0 20px 0;
    font-variant: small-caps
}
.cookie-policy-page h4 {
    color: #bbb;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    font-variant: small-caps
}
.cookie-policy-page p,
.cookie-policy-page ul li {
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-variant: small-caps
}
.cookie-policy-page .btn-close {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    color: #fff;
    color: #000;
    width: 100px;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s
}
.cookie-policy-page .btn-close:hover {
    color: #fff;
    background: #c00
}
.cookie-policy-page.cookie-policy-page-modal {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}
.cookie-policy-page-wrapper {
    top: 50%;
    left: 50%;
    width: 60%;
    height: 80%;
    position: absolute;
    padding: 50px 50px 120px 50px;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.cookie-policy-page-container {
    overflow: auto;
    height: 100%;
    word-wrap: break-word
}

.yazi {width:auto; margin-left:auto; margin-right:auto; top: 30% !important; display:block;}
.log { display:block;}
.ww {width:900px; margin-left:auto; margin-right:auto; color:#f2f2f2; text-align:center !important}

.coms {width:1120px; display:block; margin-left:auto; margin-right:auto}
.latests {display:block; z-index:1000; width:500px; height:500px; position:absolute; left:37%; margin-right:auto; top:6%;}
.imghome {float:left; display:block; width:360px; margin:5px; text-align:center}
.footx {width:450px; display:block; margin-left:auto; margin-right:auto; color:#eeeeee; line-height:24px; font-size:12px;}
.footlogo {width:260px; margin-top:88px; }

.slogans { width:500px}
@media screen and (max-width: 375px) {
  
 

}

@media(max-width:1366px) {
	.latests {display:block; z-index:1000; width:500px; height:500px; position:absolute; left:32%; margin-right:auto; top:7%;}
	.www {width:220px; }
			#pagehome_news {
   
    background-size: cover;
	position:relative;
	
	    background:url("../../../../../../images/latestn.jpg") 0 no-repeat;
    background-size: cover;
	
	
	
	z-index: 1;
}

.titolo { margin-left:-48px;}
	}
	
	@media(max-width:1280px) {
	.latests {display:block; z-index:1000; width:500px; height:500px; position:absolute; left:33%; margin-right:auto; top:4%;}
		#pagehome_news {
   
    background-size: cover;
	position:relative;
	
	    background:url("../../../../../../images/latests.jpg") 51% 0 no-repeat;
    background-size: cover;
	
	
	background-position: center;
	z-index: 1;
}
#pageHome_laurameroni {
    background:url("../../../../../../images/yazibg.png") 42% 0 no-repeat;
    background-size: cover
}

.yy { width:400px !important;}
.www{ margin-top:4px;}
	}
	
@media(max-width:767px) {
    .cookie-policy-page-wrapper {
        width: 100%;
        height: 100%;
        padding: 30px 30px 90px 30px
    } 
	.www {width:220px; }
	.yy { width:180px !important;}
	.yazi {width:360px; margin-left:auto; margin-right:auto;  top: 25% !important; display:block;}
	.log { display:none !important;}
	.section{ max-height:400px !important;}
	.ww {width:360px; margin-left:auto; margin-right:auto; color:#f2f2f2; text-align:center !important}
	.coms {width:400px; margin-left:auto; margin-right:auto}
	.latests {display:block; width:360px; height:360px; z-index:1000; position:absolute; left:7%;  top:8%;}
	#pagehome_news {
   
   
	position:relative;
	
	    background:url("../../../../../../images/latests.jpg") 68% 0 no-repeat;
    
	
	right:1%;
	background-position: center;
	z-index: 1;
}
.mobiles{ max-height:38px !important; background:none !important; }
.slogans { width:400px}
.descrizione { font-size:10px !important; line-height:15px;}
.imghome { display:block;   max-width:212px !important; margin:5px; margin-left:78px; margin-right:auto;  }
.footx {width:360px; display:block; margin-left:auto; margin-right:auto; color:#eeeeee; line-height:24px; font-size:12px;}
.footlogo {width:260px; }
}

#glr .prev, #glr .next {width: 25px; height: 25px; text-align: center; line-height: 25px; float: right;   display: block; margin: 10px 2px 0 0; background-color:#C30; color:#FFF; }
#glr  div { margin-top:10px;}

.grafiti { background-image:url("../../../../../../images/bgg.jpg")!important;  background-repeat:no-repeat;}