/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
/*questo sotto non somma il padding*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================================
   STILI SITO
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    background:#fff;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.wrapper {
    width: 92%;
    margin: 0 4%;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
a, .azur {
    color: #0f8290;
}
h1 {
    font-size: 36px;
    line-height: 40px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
}
hr {
    color: #EEE;
    background-color: #EEE;
    margin: 50px auto;
    width: 60%;
    border: 0px;
    height: 1px;
}
#breadcrumbs {
    display: none;
}


/* GOOGLE MAP 
---------------------------------------------------------------------------*/		
.iframe_wrap {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*MENU
---------------------------------------------------------------------------*/
nav.menu-container ul {
    text-align: right;
    padding: 0px 25px;
    background-color: #FFF;
    box-shadow: 1px 1px 10px #888;
    position: absolute;
    top: 100px;
    right: 0px;
}
nav.menu-container ul li a.menuSelected {
    color: #0f8290
}
nav.menu-container ul li {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    float: none;
    position: relative;
}
nav.menu-container ul li a,
nav.menu-container ul li>span{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 20px 15px;
    text-align: center;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    cursor:pointer;
}
nav.menu-container ul li span {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 10px 8px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
nav.menu-container a:hover {
    color: #fff;
}
nav.menu-container ul li:hover {
}
nav.menu-container ul li:hover a {
    color: #0f8290;
    transition-property: color;
    transition-duration: 1s;
}
nav.menu-container ul li ul {
    background-color: rgba(255, 255, 255, 1)!important;
    position: absolute;
    display: none;
    top: 100%;
    border-right: none;
    z-index: 50;
    padding-top: 0px;
    margin-top:0;
    box-shadow: 0px 0px 3px #828282;
}
nav.menu-container ul li:hover ul {
    display: block;
}
nav.menu-container ul li ul li {
    width: 100%;
    min-width: 330px;
    position: relative;
    background: none;
    font-size: 16px;
    text-transform: lowercase;
    height: auto;
    border-bottom: 1px solid #ccc;
}
nav.menu-container ul li ul li a {
    padding: 0px;
    padding: 10px;
    text-align: left;
    font-size: 13px;
    height: auto;
    color: #333 !important;
    display: block;
    text-transform: uppercase;
}
nav.menu-container ul li ul li span.on {
    padding: 0px;
    text-align: left;
    font-size: 13px;
    height: auto;
    color: #333 !important;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #0f8290 !important;
}
nav.menu-container ul li ul li a:hover {
    color: #fff !important;
    background-color: #0f8290;
    transition-property: color;
    transition-duration: 1s;
}
nav.menu-container ul li ul li.voceOn {
    color: #fff!important;
    background-color: #0f8290;
}
nav.menu-container ul li ul li.voceOn a {
    color: #fff!important;
}
nav#sottomenu ul li{
    border-bottom:1px dotted #999;
    padding:5px;
    display:none;
}

/* MENU LINGUE */
#menu_lingue {
    display: none;
}

/* FORM CONTATTI */
input, select, textarea {
	height:45px;
	padding: 5px 10px;
    background:#FFF;
    border: solid 1px #CCC;
    width:100%;
	border-radius: 3px;
}
.campo{
    margin-bottom:15px;
}
span.obb{
}
form.cmsForm{
    border: solid 1px #EEE;
    padding: 20px;
}
form.cmsForm label{
    display:block;
    width:100%;
}
form.cmsForm textarea{
    height:200px;
}
form.cmsForm input[type=radio], form.cmsForm input[type=checkbox]{
    width:auto;
    float:none;
	height:auto;
	border-radius: 0px;
}
form.cmsForm input[type="submit"], form.cmsForm button{
    width:auto;
    background:#0f8290;
    color: #FFF;
    border: solid 1px #0f8290;
    padding: 10px 15px;
	text-indent: inherit;
	height:auto;
	border-radius: 3px;
}
form.cmsForm .consensi .obb{
    width:auto;
    height:auto;
}
form.cmsForm .consensi input[type=checkbox]{
	height:auto;
}
form.cmsForm .contratto{
    width:100%;
    height:100px;
    overflow:auto;
    padding:10px;
    border: 1px solid #dfdfdf;
    font-size:10px;
    line-height:13px;
}
form.cmsForm .consensi{
    font-size:12px;
    line-height:16px;
}
.error input, .error textarea{
	border:1px solid red;
}
.stripesError{
    display:block;
    color:red;
    font-size: 14px;
    line-height: 20px;
}
.stripes_errors_header{
    color:red;
    font-size: 14px;
    line-height: 20px;
}
.stripes_errors_header ol{
    margin:0 auto 20px 20px;
}		

/*NUMERAZIONE PAGINE*/
.pager a {
    font-size: 15px;
    padding-right: 5px;
    text-decoration: none;
}
.pager a.pager_previous, .pager a.pager_next, .pager a.pager_link {
    font-weight: bold;
}
.pager a.pager_linkSelected {
    color: #000;
}
.pager a.pager_previous, .pager a.pager_next, .pager a.pager_link, .pager a.pager_linkSelected {
    font-size: 18px;
}

/*  SECTION CONTENUTI  
---------------------------------------------------------------------------*/
section#contenuti {
    padding: 25px 0px;
    text-align: left;
}
section#contenuti h1 {
    margin-top: 0px;
}
section#contenuti h2 {
    margin-bottom: 15px;
    color: #0f8290;
    font-weight: normal; 
	text-align: left;
}
section#contenuti ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
}
section#contenuti ul.lSPager {
    margin-left: 0px;
}

.topInternoVuoto {
    padding-top: 160px;
}
.big {
    font-size: 24px;
    line-height: 30px;
}
.bordo {
    width: 100%;
    padding: 10px;
    border: solid 1px #EEE;
}
figcaption {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    color: #AAA;
    margin-top: 3px;
}
.downloadPDFFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.downloadPDF {
    margin-top: 10px;
    border: dotted 1px #CCC;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}
.downloadPDF a {
    color: #000;
    text-decoration: none;
}
.downloadPDF a:hover {
    color: #0f8290;
}
.nodPDF {
    margin-top: 0px;
    border: dotted 0px #CCC;
    padding: 0px 0px;
    border-radius: 0px;
}
/* Table Storia */
table.datiStoria {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}
table.datiStoria th {
    padding: 5px 10px;
    border-bottom: dotted 1px #0f8290;
    vertical-align: top;
}
table.datiStoria td {
    padding: 5px 10px;
    border-bottom: solid 1px #EEE;
    vertical-align: top;
}

/*  HEADER  
---------------------------------------------------------------------------*/
.headerCont {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    text-align: center;
}
.logoSito {
    height: 84px;
    margin-bottom: 30px;
    margin-top: -40px;
}
/* TO TOP 
---------------------------------------------------------------------------*/
#toTop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    background: url(/images/freccia-top.png)no-repeat;
    z-index: 100;
    display: none;
}

/* HOME
---------------------------------------------------------------------------*/
.slider-home li {
    display:block;
    width:100%;
    background-size:cover!important;
    height: 700px;
	background-attachment:scroll;
}
.lSAction>a {
    opacity: 1!important;
}
.boxSliderAB {
    position: relative;
    height: 700px;
}
.boxSlider {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: absolute;
    bottom: 0px;
    margin-bottom: 50px; 
}
.testoSlider {
    font-size: 28px;
    line-height: 32px;
}
.linkSlider a {
    color: #FFF;
    display: block;
    margin-top: 10px;	
}
.presentazioneCont {
    padding: 35px 0px 35px 0px;
}
.presentazione {
    text-align: center;
}
.presentazioneLogo {
    margin-bottom: 15px;
}
.trovaHomeCont h2 {
    margin-top: 0px;
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
}
.trovaHomeBox {
    margin-top: 10px;
}
.trovaHomeBox button {
    width: 100%;
    border: 0px;
    background:#0f8290;
    color: #FFF;
    padding: 10px 15px;
	border-radius: 3px;
}

/* COLLEZIONE HOME */
.collezioneHome {
    padding: 35px 0px 35px 0px;
}
.collezioneHomeBox {
    margin-top: 35px;
}
.collezioneHomeBox figure {
    position: relative;
    overflow: hidden;
}
.collezioneHomeBox img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.collezioneHomeBox:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.collezioneHomeBox h1 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 5px;
}
.collezioneHomeBox h1 a {
    text-decoration: none;
    color: #000;
}
.collezioneHomeBox div {
    text-align: center;
    color: #AAA;
    font-size: 16px;
}
/* ELENCO COLLEZIONE */
.collezioneIntBox {
    margin-top: 20px;
}
.collezioneIntBox figure {
    position: relative;
    overflow: hidden;
}
.collezioneIntBox img {
    width: 100%;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.collezioneIntBox:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.collezioneIntBox h1 {
    text-align: center;
    font-weight: normal;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
}
.collezioneIntBox h1 a {
    text-decoration: none;
    color: #000;
}
.tIBoxBut {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tIBox button:nth-of-type(1) {
	width: 73%;
}
.tIBox button:nth-of-type(2) {
	width: 24%;
	background-color: #333;
}

/* COLLEZIONE DETTAGLIO */
.imgTopCollezione {
	width: 100%;
}
.descrizioneCol {
    text-align: center;
    padding-top: 35px;
}
.descrizioneCol h3 {
    font-size: 23px;
    line-height: 29px;
}
.descrizioneCol p {
    margin-left: 10%;
    margin-right: 10%;
    color: #666;
    font-size: 16px;
    line-height: 20px;
}
.icoFlex {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
}
.icoBox {
    text-align: center;
    padding-top: 25px;
	width: 33%;
}
.icoBox p {
    line-height: 16px;
    margin-top: 0px;
}
.icoBox img {
    width: 60px;
}
.icoBoxTit {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 12px;
}
.icoBoxTit strong {
    color: #0f8290;
    font-size: 24px;
}
.icoBoxSotto {
    color: #AAA;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 2px;
}
.scaricaCont {
    margin: 25px 0px;
}
.scaricaCont h1 {
    text-align: center;
    font-weight: normal;
    padding-top: 35px;
    border-top: solid 1px #CCC;
}
.scaricaBox {
    text-align: center;
    width: 100%;
    padding-top: 25px;
}
.scaricaBox a {
    font-size: 22px;
    line-height: 28px;
    text-decoration: none;
    color: #000;
}
.scaricaBox a:hover {
    padding-left: 10px;
    transition-duration: 0.5s;
}
.scaricaBox svg {
    font-size: 30px;
    line-height: 36px;
}
.decoriCont {
    margin-top: 80px;
}
.decoriCont h1 {
    text-align: center;
    font-weight: normal;
	margin-bottom: 40px;
}
.decoriFlex {
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
	 justify-content: center;
	align-items: flex-end;
	border: solid 1px #EEE;
	border-radius: 2px;
	padding: 0px 25px 25px 25px;
}
.decoriBox {
	margin-top: 25px;
	/*width: 100%;*/
	flex: 1 0 100%;
}
.decoriBoxNo {
	margin-top: 0px;
}
.decoriBox figcaption {
	text-align: left;
}
.decoriBox img {
	max-width:300px;
}
.coloriCont {
    margin-top: 50px;
}
.coloriCont h1 {
    text-align: center;
    font-weight: normal;
}
.coloriFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iColoriDi {
    width:100px;
    margin: 10px 1%;
    text-align: center;
	font-size: 14px;
	line-height: 18px;
}
.iColoriDi img {
    padding: 3px;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    border: solid 1px #FFF;
    margin-bottom: 5px;
}
.iColoriDi img:hover {
    border: solid 1px #AAA;
}
.coloreSelezionato img {
    border: solid 1px #AAA;
}
.coloreDi {
	border: solid 1px #000;
	margin-top: 25px;
	padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}
.coloreDi h2 {
	color: #000!important;
}
.coBox01 {
	width: 100%;
}
.coBox01 img {
	width: 100%;
	max-width: 400px;
}
.coBox02 {
	width: 100%;
}
.coBoxFlexetto {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between; 
	align-items: flex-end;
}
.coBoxetto {
	margin-top: 10px;
	width: 100%; 
}
.coText {
	color: #999;
	font-size: 16px;
	line-height: 20px;
	margin-top: 2px;
}
.closeColor {
	position: absolute;
	font-size: 30px;
	color: #000;
	background-color: #FFF;
	right: 22px;
	top: -17px;
	cursor: pointer;
	font-weight: 300;
}
.coTextSmall {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin-top: 2px;
}
.deText {
	color: #999;
	font-size: 16px;
	line-height: 20px;
	margin-top: 2px;
	text-align:center;
}

/* NEWS */
.newsHomeCont {
    padding: 0px 0px 35px 0px;
}
.newsHomeCont a {
    color: #0f8290;
}
.newsHomeFlex {
   /* border: solid 1px #0f8290;*/
    padding: 25px;
}
.newsIntFlex {
    margin-top: 25px;
}
.newsHomeBox h2 {
    margin: 0px;
    color: #0f8290;
    font-weight: normal;
}
.newsHomeData {
    color: #AAA;
    font-size: 16px;
}
.newsHomeImg {
    margin-bottom: 25px;
}
.newsHomeImg img {
    width: 100%;
}

.plusCont {
    background-color: #eaeaea;
    padding: 35px 0px 25px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    border-bottom: solid 2px #FFF;
}
.plusLogo {
    margin: 0px 10%;
}

/* GALLERY */
section#contenuti ul#autoWidth {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
section#contenuti ul#autoWidth li {
	list-style-type: none;
}
.collezioneGalleryCont {
    padding: 75px 0px;
    background-color: #eaeaea;
	margin-top: 50px;
}
.collezioneGalleryCont h1 {
	text-align: center;
	margin-top: 0px;
	font-weight: normal;
}
.collezioneGalleryCont h3 {
	display: none;
}
.collezioneGalleryCont ul#autoWidth li figure {
	width: 400px;
	height: 400px;
	position: relative;
}
.collezioneGalleryCont ul#autoWidth li figure img {
	display: block;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/*FOOTER
---------------------------------------------------------------------------*/
.footer-container {
    background-color: #999999;
    color: #FFFFFF;
}
.footer-indirizzo {
    border-bottom: solid 1px #CCC;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-indirizzo div {
    padding-top: 25px;
    width: 100%;
}
.footer-logo img {
    height: 70px;
}
.footer-basso {
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-basso a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #CCC;
    display: inline-block;
    margin: 0px 5px;
}
.footer-basso a:hover {
    color: #FFF;
}
.footer-basso div {
    padding-top: 25px;
    width: 100%;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.invisible{
    display:none;
}    


/* ==========================================================================
    MEDIA QUERIES
   ========================================================================== */


@media only screen and (min-width: 680px) {
    .scaricaFlex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .scaricaBox {
        width: 33%;
    }
	.decoriBox {
		margin-top: 25px;
		flex: 1 0 48%;
		/*width: 48%;*/
	}
}

@media only screen and (min-width: 769px) {
    /* HOME
    ---------------------------------------------------------------------------*/
    .slider-home li {
        height:830px;
    }
    .boxSliderAB {
        height:830px;
    }
    .testoSlider {
        font-size: 36px;
        line-height: 40px;
    }
    .trovaHomeFlex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .trovaHomeBox {
        width: 49%;
    }
    .newsHomeFlex {
        display: flex;
        flex-wrap: no-wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .newsHomeImg {
        width: 45%;
        margin-bottom: 0px;
    }
    .newsHomeBox {
        width: 53%;
        margin-left: 2%;
    }
    .downloadPDF {
        width: 49%;
    }
    .collezioneIntFlex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .collezioneIntBox {
        width: 49%;
    }
    .collezioneIntBox figure {
        position: relative;
        height: 330px;
    }
    .collezioneIntBox img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        margin: auto;
        position: absolute;
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
    .icoBox img {
        width: auto;
    }
    .icoBoxTit {
        font-size: 19px;
    }
    .icoBoxSotto {
        font-size: 14px;
        line-height: 18px;
        padding: 0px 3px;
    }
    .iColoriDi {
        width:130px;
		font-size: 16px;
		line-height: 20px;

    }
    .iColoriDi img {
        padding: 5px;
    }


}
@media only screen and (min-width: 1024px) {
    /* HOME
    ---------------------------------------------------------------------------*/
    .presentazioneCont {
        padding: 75px 0px 75px 0px;
    }
    .presentazione {
        text-align: left;
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-between;
        font-size: 22px;
        line-height: 30px;
    }
    .presentazioneLogo {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0px;
    }
    .presentazioneBox {
        width: 65%;
    }
    .trovaHomeBox {
        width: 24%;
    }
    .tIBox {
        width: 16%;
    }
    .collezioneHome {
        padding: 75px 0px 75px 0px;
    }
    .collezioneHomeFlex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .collezioneHomeBox figure {
        height: 320px;
    }
    .collezioneHomeBox {
        width: 49%;
    }
    .collezioneIntBox {
        margin-top: 50px;
        width: 32%;
    }
    .cIBox {
        margin-top: 0px;
    }
    .collezioneIntBox figure {
        height: 390px;
    }
    .newsHomeCont {
        padding: 0px 0px 75px 0px;
    }
    .newsHomeImg {
        width: 20%;
    }
    .newsHomeBox {
        width: 78%;
    }
    .plusCont {
        padding: 50px 0px 50px 0px;
        text-align: left;
        font-size: 18px;
        line-height: 24px;
    }
    .plusFlex {
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-between;
        align-items: center;
    }
    .plusLogo {
        margin: 0px;
    }
    .plusBox {
        width: 70%;
        padding-left: 5%;
    }

	/* COLORI 
    ---------------------------------------------------------------------------*/

	.coloreDi {
		margin-top: 25px;
		padding: 25px;
	}
	.coBox01 {
		width: 35%;
		padding-right: 25px;
	}
	.coBox02 {
		width: 65%;
	}
	.coBoxetto {
		width: 100%; 
	}
	.closeColor {
		font-size: 40px;
		top: -12px;
	}
	.decoriBox {
		margin-top: 25px;
		flex: 1 0 32%;
		/*width: 32%;*/
	}

    /*SECTION
    ---------------------------------------------------------------------------*/
    .halfPageCont {
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-between;
    }
    .halfPageBox {
        width: 48%;
    }

    .downloadPDF {
        width: 33%;
    }
	
	.icoFlex {
        margin: 0px 10%;
	}

    /*FOOTER
    ---------------------------------------------------------------------------*/
    .footer-indirizzo {
        padding: 50px 0px;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }
    .footer-indirizzo div {
        padding-top: 0px;
        width: auto;
    }
    .footer-basso {
        padding: 25px 0px;
        text-align: left;
    }
    .footer-basso div {
        padding-top: 0px;
        width: auto;
    }
    .footer-basso a {
        margin: 0px 0px 0px 10px;
    }
    .footer-basso .footer-socials a {
        margin: 0px 10px 0px 0px;
    }
    .soloMenuMobile {
        display: none;
    }
}
@media only screen and (min-width: 1366px) {
    .wrapper {
        width: 1296px;
        margin: 0 auto;
        position: relative;
    }
    .wrapper2 {
        width: 1366px;
    }
    /*  SECTION CONTENUTI  
    ---------------------------------------------------------------------------*/
    section#contenuti {
        padding: 50px 0px;
        text-align: justify;
    }
    section#contenuti ul li {
        text-align: left;
    }
    .collezioneHomeBox figure {
        height: 450px;
    }
    .iColoriDi {
        width:160px;
		font-size: 18px;
		line-height: 22px;
    }
    /*SECTION
    ---------------------------------------------------------------------------*/
    .halfPageBox {
        width: 45%;
    }
    .downloadPDF {
        width: 24%;
    }
	/* COLORI 
    ---------------------------------------------------------------------------*/
	.coloreDi {
		margin-top: 50px;
		padding: 50px;
	}
	.coBox01 {
		width: 35%;
		padding-right: 50px;
	}
	.coBox02 {
		width: 65%;
	}
	.coBoxetto {
		width: 48%; 
	}
	.decoriBox {
		margin-top: 25px;
		flex: 1 0 24%;
		margin-bottom:40px;
		text-align:center;
		/*width: 24%;*/
	}.decoriBox figcaption{
		text-align:center;}
    /*  HEADER  
    ---------------------------------------------------------------------------*/
    .headerCont {
        position: fixed;
        text-align: left;
    }
    .logoSito {
        height: 114px;
        margin-bottom: 30px;
        margin-top: 0px;
    }
	.slider-home li {
		background-attachment:fixed;
	}

    /* MENU LINGUE
    ---------------------------------------------------------------------------*/
    #menu_lingue {
        display: flex;
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 300;
    }
	#menu_lingue .top-socials{
		margin-right: 40px;
		
	}
	#menu_lingue .top-socials a{
		margin: 0 3px;
		
	}
    #menu_lingue ul {
        margin: 0px;
        padding: 0px;
    }
    #menu_lingue ul li {
        margin: 0px;
        padding: 0px 0px 0px 10px;
        list-style-type: none;
        float: left;
    }
    #menu_lingue ul li a {
        color: #FFF;
        text-decoration: none;
        border: solid 1px #FFF;
        border-radius: 100px;
        display: inline-block;
        width: 34px;
        height: 34px;
        text-align: center;
        padding: 4px;
        font-size: 16px;
    }
    #menu_lingue ul li a:hover {
        color: #0f8290;
        border: solid 1px #0f8290;
    }
    nav.menu-container ul li.soloMenuMobile {
        display: none;
    }
	
	
/* header large */
header.large {
}

/* header small */
header.small .headerCont #menu_lingue {
	display: none;
}
header.small .headerCont {
	padding-top: 10px;
}
header.small nav.menu-container ul {
	top: 10px;
}
header.small .logoSito {
	height: 50px;
	margin-bottom: 10px;
}
/* Transitions */
header.small .headerCont #menu_lingue, header.small .headerCont, header.small nav.menu-container ul, header.small .logoSito {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}
header.large .headerCont #menu_lingue, header.large .headerCont, header.large nav.menu-container ul, header.large .logoSito {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
}

}





/*PHOTOGALLERY
---------------------------------------------------------------------------
.photogallery .foto {
        width: 20%;
        float: left;
}
.photogallery a {
        margin-right: 10px;
}
.photogallery .foto figure {
        height: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        max-width: 250px;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
}
.photogallery .foto figure img {
        height: auto;
        left: 50%;
        max-width: inherit;
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        transition-delay: 0s;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease-in-out;
        width: 175%;
}
.photogallery .foto figure a:hover img {
        transform: translateX(-50%) translateY(-50%) scale(1.3, 1.3);
}*/


/* BANNER COOKIES
---------------------------------------------------------------------------

#banner_cookies{
    font-size: 14px;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 20px;
    background-color: #ffcd00c4;
    color:#000;
    position: fixed;
    bottom: 0px;
    z-index: 1000000;
    padding:10px;
}
#banner_cookies a{
    color:#000;
}
#banner_cookies a#accept_cookies{
    padding:10px 20px;
    background-color:#000;
    text-decoration:none;
    font-weight:bold;    
    color:#fff;
    display: inline-block;
    margin:5px;
}*/
