/* - - - - - - - - - -
 COMPONENTS
 rotating-wrapper
 rotatingbannercollection-wrapper,
 rotatingbannercomponent-wrapper,
 rotatingbannercomponentdoubleimage-wrapper,
 rotatingimagescomponent-wrapper,
 - - - - - - - - - -- */

 .rotating-wrapper {
    position: relative;
}

/* elements inside both components */

.itemBannerSlide-wrapper {
    overflow: auto;
    display: table;
    width: 100%;
    table-layout: fixed;
}

/* description */

.itemBannerDesc-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.rotatingbannercollection-wrapper .itemBannerDesc-container {
    width: 55%;
    position: relative;
    height: 400px;
    margin: auto;
    margin-top: 0;
}

.itemBannerDesc-container {
    width: 50%;
    margin: auto;
    position: relative;
    /*margin-left: 40%;*/
    margin-left: 20%;
    margin-right: 20%;
    min-height: 100px;
}

.product-wrapper + .rotatingbannercomponent-wrapper.rotating-wrapper .itemBannerDesc-container {
    margin-top: 120px;
}

@media (max-width: 480px) {
    .product-wrapper + .rotatingbannercomponent-wrapper.rotating-wrapper .itemBannerDesc-container {
        margin-top: 0px;
        margin-left: 60px;
    }
}

.image-to-left .itemBannerDesc-container {
    width: 60%;
    /*margin-left: 20%;*/
}

.itemBannerDesc {
    opacity: 0;
    z-index: 1;
    margin-left: 3em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    max-height: 100%;

    position: absolute;
    top: 50%;

    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.itemBannerDesc.descActive {
    opacity: 1;
    margin-left: 0;
    z-index: 2;
}

.itemBannerDesc.descWasActive {
    margin-left: -3em;
}

/* images */

.itemBannerImage-wrapper {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.itemBannerImage-container {
    overflow: hidden;
    width: 100%;
    height: 500px;
    position: relative;
}

@media (max-width: 1023px) {
    .itemBannerImage-container {
        height: 400px;
    }
}

.itemBannerImage-scroll {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 0.75s;
    -moz-transition: left 0.75s;
    -ms-transition: left 0.75s;
    -o-transition: left 0.75s;
    transition: left 0.75s;
}

.itemBannerImage-wrapper .itemBannerImage {
    height: 500px;
    width: auto;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    position: relative;
}

@media (max-width: 1023px) {
    .itemBannerImage-wrapper .itemBannerImage {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .itemBannerImage-wrapper .itemBannerImage {
        height: 300px;
    }
}

.itemBannerImage-wrapper .itemBannerImage a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.itemBannerImage-wrapper .itemBannerImage img {
    display: none;
}

/* arrows */

.itemBannerArrows {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
}

.itemBannerArrow {
    cursor: pointer;
    text-align: center;
    background: white;
    /*color: #8d320e;*/
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 1024px) {
    .itemBannerArrow:hover {
        width: 60px;
    }
}

/* fix conflict*/
.itemBannerArrow.itemBannerArrow-next {
    right: auto;
    left: 0;
}

/* end fix conflict*/

.itemBannerArrow.itemBannerArrow-prev {
    left: auto;
    right: 0;
    /*background: white;*/
    /*color: #8d320e;*/
}

.itemBannerArrow .icon {
    line-height: 1em;
    margin: 10px 0 0 0;
    padding: 0.25em 0 0 0;
    font-weight: bold;
}

.itemBannerArrow.itemBannerArrow-prev .icon {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
}

.titleDescriptionBanner,
a.titleDescriptionBanner,
a.titleDescriptionBanner:hover,
.titleDescriptionBannerCollection,
a.titleDescriptionBannerCollection,
a.titleDescriptionBannerCollection:hover {
    font-size: 43px;
    line-height: 0.8em !important;
    width: 100%;
    margin-bottom: 7px;
    text-decoration: none;
    display: block;
    color: #666;
}

.rotatingbannercomponent-wrapper .titleDescriptionBanner,
.rotatingbannercomponent-wrapper .titleDescriptionBanner:hover,
.rotatingbannercollection-wrapper .titleDescriptionBannerCollection,
.rotatingbannercollection-wrapper .titleDescriptionBannerCollection:hover {
	line-height: 1.1em !important;
}

@media (max-width: 1023px) {
    .titleDescriptionBannerCollection {
        font-size: 28px;
        line-height: 1.1em;
        margin-bottom: 10px;
        margin-top: -13px;
    }
}

@media (max-width: 480px) {
    .itemBannerImage-container {
        height: 300px;
    }

    .rotatingbannercollection-wrapper .itemBannerDesc-container,
    .itemBannerDesc-container {
        width: 80%;
        height: auto;

    }

    .titleDescriptionBanner,
    .titleDescriptionBannerCollection {
        margin-top: 0px;
    }

    /*.itemBannerImage-container {*/
        /*margin: 0 auto !important;*/
    /*}*/

}

.image-to-left .subTitleDescriptionBanner {
    width: 75%;
}

@media (min-width: 480px) and (max-width: 768px) {
    .rotatingbannercomponent-wrapper .itemBannerDesc-container {
        min-height: 200px;
        width: 80%;
    }

    .image-to-left .subTitleDescriptionBanner {
        width: 100%;
    }

    .image-to-right .subTitleDescriptionBanner {
        width: 100%;
    }
}

.subTitleDescriptionBannerCollection,
a.subTitleDescriptionBannerCollection,
a.subTitleDescriptionBannerCollection:hover {
    font-size: 17px;
    line-height: 20px;
    color: #666;
    max-width: 360px;
    text-decoration: none;
    display: block;

    font-size: 1.2em;
    font-variant: small-caps;
}

.linkBannerCollection,
.linkBannerCollection:hover {
    display: block;
    font-size: 60px;
    line-height: 20px;
    color: #666;
    max-width: 360px;
    margin: 0 0 0 5px;
    text-decoration: none;
}

.linkBannerCollection:hover {
    color: #8d320e;
}

body.solbiatiFont .linkBannerCollection:hover {
    color: #6c577e;
}

.titleDescriptionBanner,
a.titleDescriptionBanner,
a.titleDescriptionBanner:hover {
    font-variant: small-caps;
    font-size: 50px;
    color: #666;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none !important;
}

.subTitleDescriptionBanner,
a.subTitleDescriptionBanner,
a.subTitleDescriptionBanner:hover {
    font-size: 17px;
    line-height: 20px;
    display: block;
    text-decoration: none !important;
    color: #666;
    font-size: 1.2em;
    font-variant: small-caps;
}

.titleDescriptionBanner::first-letter,
.subTitleDescription-capitalize::first-letter {
    font-size: 1.1em;
    font-variant: small-caps;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .titleDescriptionBanner {
        font-size: 28px;
        line-height: 1em;
        margin-top: -10px;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .titleDescriptionBanner {
        margin-top: 0px;
    }
}

a.titleDescriptionBanner {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.titleDescriptionBanner:hover {
    color: #8d320e;
}
body.solbiatiFont .titleDescriptionBanner:hover {
    color: #6c577e;
}

/* invert arrows color if images is on right or is an rotatingimagescomponent-component */

@media (min-width: 481px) {
    .rotatingimagescomponent-wrapper .itemBannerArrow.itemBannerArrow-next,
    .image-to-left .itemBannerArrow.itemBannerArrow-next {
        background: white;
        color: #8d320e;
    }

    .rotatingimagescomponent-wrapper .itemBannerArrow.itemBannerArrow-prev,
    .image-to-left .itemBannerArrow.itemBannerArrow-prev {
        /*background: #8d320e;*/
        color: white;
    }
}

.rotatingimagescomponent-wrapper .itemBannerArrows {
    left: 25.2%;
}

.rotatingimagescomponent-wrapper .itemBannerImage-container {
    width: 50%; /* se imposto diversa il js da errore */
    overflow: visible;
}

.rotatingimagescomponent-wrapper .itemBannerSlide-wrapper {
    position: relative;
}

.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:before,
.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 12.6%;
    width: 12.6%;
    height: 100%;
    background: white;
    z-index: 1;
}

.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
    left: auto;
    right: 12.6%;
}

.mono-element .itemBannerImage-scroll {
    width: 100% !important;
    margin-left: 0 !important;
    left: 0 !important;
}

@media (max-width: 1023px) {
    .mono-element .itemBannerImage-scroll {
        width: 100% !important;
    }
}

.mono-element .itemBannerImage-scroll .firstElem,
.mono-element .itemBannerImage-scroll .lastElem {
    display: none !important
}

/* slider with only one element */

.mono-element.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:before,
.mono-element.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
    left: 0;
    width: 25%;
}

.mono-element.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
    left: auto;
    right: 0;
    width: 25%;
}

.mono-element.rotatingimagescomponent-wrapper .itemBannerArrows {
    display: none;
}

.mono-element.rotatingimagescomponent-wrapper .itemBannerImage-container {
    margin-left: 25%;
}

.rotatingimagescomponent-wrapper .itemBannerImage-scroll {
    left: -50%;
}

/* stati image with text */
.rotatingbannercomponent-wrapper .itemBannerSlide-wrapper {
}

/*.rotatingbannercomponent-wrapper .itemBannerImage-scroll {
	max-width:100% !important;
	width: 100% !important;
}*/

.rotatingbannercomponent-wrapper .itemBannerDesc-wrapper {
    overflow: hidden;
}

@media (max-width: 640px) {
    .rotatingbannercomponent-wrapper .itemBannerImage-wrapper {
        display: block;
        width: 100%;
        float: right;
        clear: both;
    }

    .rotatingbannercomponent-wrapper.image-to-left .itemBannerImage-wrapper {
        float: left;
    }

    .rotatingbannercomponent-wrapper .itemBannerDesc-wrapper {
        width: 100%;
        float: left;
        clear: both;
        /*padding-bottom: 40px;*/
    }

    .rotatingbannercomponent-wrapper .itemBannerDesc-wrapper.after-image {
        display: none;
    }

    .rotatingbannercomponent-wrapper .itemBannerDesc-wrapper.before-image {
        display: block;
    }

    .rotatingbannercomponent-wrapper.image-to-left .itemBannerSlide-wrapper {
    }

    .rotatingbannercomponent-wrapper.image-to-left .itemBannerDesc-wrapper.before-image {
        /*display: none;*/
    }

    /*.rotatingbannercomponent-wrapper.image-to-left .itemBannerDesc-wrapper.after-image {
        display: block;
    }*/
    
    .mono-element.rotatingimagescomponent-wrapper .itemBannerImage-container {
    	width: 100%;
    	margin: 0;
    }
    
    .mono-element.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:before,
    .mono-element.rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
    	display: none;
    }

}

@media (min-width: 481px) {
    .rotatingbannercomponent-wrapper .itemBannerDesc-wrapper.after-image {
        display: table-cell;
    }

    .rotatingbannercomponent-wrapper .itemBannerDesc-wrapper.before-image {
        display: none;
    }

    .rotatingbannercomponent-wrapper.image-to-left .itemBannerSlide-wrapper {
    }

    .rotatingbannercomponent-wrapper.image-to-left .itemBannerDesc-wrapper.before-image {
        display: table-cell;
    }

    .rotatingbannercomponent-wrapper.image-to-left .itemBannerDesc-wrapper.after-image {
        display: none;
    }
}

/* change arrow color only in tablet and desktop */
@media (min-width: 481px) {
    .itemBannerArrow.itemBannerArrow-next {
        /*background: #8d320e;*/
        color: white;
    }

    /* ... but invert arrows color if images is on right or is an rotatingimagescomponent-component */
    .rotatingimagescomponent-wrapper .itemBannerArrow.itemBannerArrow-next,
    .image-to-left .itemBannerArrow.itemBannerArrow-next {
        background: white;
        /*color: #8d320e;*/
    }

    .rotatingimagescomponent-wrapper .itemBannerArrow.itemBannerArrow-prev,
    .image-to-left .itemBannerArrow.itemBannerArrow-prev {
        /*background: #8d320e;*/
        color: white;
    }
}

/* tablet version */

@media (max-width: 1023px) {
    .rotatingimagescomponent-wrapper .itemBannerArrows {
        left: 11%;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-container {
        width: 80%; /* se imposto diversa il js da errore */
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:before,
    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
        width: 11%;
        left: 0;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
        left: auto;
        right: 0;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-scroll {
        margin-left: -37.2%;
    }
}

/* mobile version */

@media (max-width: 480px) {

    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:before,
    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
        width: 10px !important;
    }

    .rotatingimagescomponent-wrapper .itemBannerArrows {
        left: 0;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:before,
    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
        width: 11%;
        left: 0;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-wrapper:after {
        left: auto;
        right: 0;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-scroll {
        margin-left: calc(-50% + 14px);

    }

    .itemBannerImage-wrapper,
    .itemBannerDesc-wrapper {
        display: block;
    }

    /*
    .itemBannerDesc{
        position:relative;
    }
    */
    .itemBannerDesc-container {
        height: auto;
        min-height: 100px;
    }

    .image-to-left .itemBannerDesc-container,
    .image-to-right .itemBannerDesc-container {
        width: 80%;
        margin-left: 60px;
    }

    .rotatingbannercollection-wrapper.rotating-wrapper .image-to-left .itemBannerDesc-container,
    .rotatingbannercollection-wrapper.rotating-wrapper .image-to-right .itemBannerDesc-container {
        width: 100%;
    }

    .image-to-left .subTitleDescriptionBanner {
        width: 100%;
    }

    .itemBannerArrows {
        left: 0;
        top: calc(300px / 2); /* mezza altezza .itemBannerImage */
        width: 100%;
    }

    .itemBannerArrows {
        height: 34px;
        margin-top: -17px;
    }

    .itemBannerArrow.itemBannerArrow-prev {
        right: auto;
        left: 0;
    }

    .itemBannerArrow.itemBannerArrow-next {
        left: auto;
        right: 0;
    }

    .rotatingimagescomponent-wrapper .itemBannerImage-container {
        width: calc(100% - 20px); /* se imposto diversa il js da errore */
    }

    /* se imposto diversa la width del .rotatingimagescomponent-wrapper .itemBannerImage-container il js da errore quindi metto margine negativo e modifico width arrows per fixare*/
    .rotatingimagescomponent-wrapper.rotating-wrapper {
        overflow: hidden;
    }

    @media ( max-width: 480px ) {
        .rotatingimagescomponent-wrapper.rotating-wrapper {
            MARGIN: 0 15px;
        }
    }

    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerSlide-wrapper {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

}

/* FIX GRAFICO */

.rotatingbannercollection-wrapper.rotating-wrapper .titleDescriptionBannerCollection {
    letter-spacing: 3px;
}

.rotatingbannercollection-wrapper.rotating-wrapper .titleDescriptionBannerCollection,
.rotatingbannercollection-wrapper.rotating-wrapper .subTitleDescriptionBannerCollection {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    /* Fallback for non-webkit */
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    clear: both;
    float: left;
    line-height: 0.8em;
    max-height: calc((0.8em) * 3);
    min-height: 1.2em;
    margin-bottom: 1em;
    font-variant: small-caps;
}

.rotatingbannercollection-wrapper.rotating-wrapper .subTitleDescriptionBannerCollection {
    line-height: 1.2em;
    max-height: calc((1.2em) * 4);
    -webkit-line-clamp: 4;
}

@media (min-width: 481px) and (max-width: 900px) {
    .rotatingbannercollection-wrapper .itemBannerDesc-container {
        width: 75%;
        margin: 0 20%;
    }

    .rotatingbannercollection-wrapper.rotating-wrapper .titleDescriptionBannerCollection {
        font-size: 40px;
        margin-bottom: 0.5em;
    }
}

@media (max-width: 768px) {

    .rotatingbannercollection-wrapper.rotating-wrapper .titleDescriptionBannerCollection {
        font-size: 30px;
        margin-bottom: 0em;
    }

    .rotatingbannercollection-wrapper.rotating-wrapper .subTitleDescriptionBannerCollection {
        display: none;
    }

}

@media (max-width: 480px) {

    .rotatingbannercollection-wrapper.rotating-wrapper {
        margin: 15px;
    }

}

/* FIX PER TESTA AMMINISTRATORE DELEGATO */

.rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
.rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
    height: 350px;
}

@media (min-width: 481px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 300px;
    }
}

@media (min-width: 500px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 350px;
    }
}

@media (min-width: 600px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 400px;
    }
}

@media (min-width: 700px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 500px;
    }
}

@media (min-width: 800px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 550px;
    }
}

@media (min-width: 1024px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 450px;
    }
}

@media (min-width: 1250px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 550px;
    }
}

@media (min-width: 1400px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 600px;
    }
}

@media (min-width: 1700px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 700px;
    }
}

@media (min-width: 1900px) {
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-container,
    .rotatingimagescomponent-wrapper.rotating-wrapper .itemBannerImage-wrapper .itemBannerImage {
        height: 750px;
    }
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* reworks  Marta maggio 2017*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media (min-width: 901px) {
    /*.titleDescriptionBanner, 
    a.titleDescriptionBanner, 
    a.titleDescriptionBanner:hover, 
    .titleDescriptionBannerCollection, 
    a.titleDescriptionBannerCollection, 
    a.titleDescriptionBannerCollection:hover {
        font-size: 40px;
    }*/
    .rotatingbannercollection-wrapper .itemBannerDesc-container {
        width: 80%;
    }
    .rotatingbannercollection-wrapper.rotating-wrapper .subTitleDescriptionBannerCollection {
        width:100%;
        max-width:100%;
        display:block;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Rotating banner img component - ATELIER */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
    width:100%;
    padding: 0 70px 0 50px;
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
    width:100%;
    position:relative !important;
    margin:auto;
}

.rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection {
    max-height: 2em;
    margin:0;
    letter-spacing: 3px;
}

.rotatingbannerimgcollection-wrapper {
    margin: 0 15px;
    font-variant: small-caps;
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
    position:relative;    
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
    margin: auto;
    position: relative;
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
    min-height: 190px;
}

.rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection,
.rotatingbannerimgcollection-wrapper a.subTitleDescriptionBannerCollection, 
.rotatingbannerimgcollection-wrapper a.subTitleDescriptionBannerCollection:hover {
    max-width: 100%;
}

.rotatingbannerimgcollection-wrapper .itemBannerArrow-container {
    left:0;
    top:auto;
    bottom:0;
    position:absolute;
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc {
    top:50px;
    -ms-transform: translate(0, 0); 
    -webkit-transform: translate(0, 0); 
    -moz-transform: translate(0, 0); 
    transform: translate(0, 0);
}

.rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection,
.rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection:hover {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
    float: left;
    min-height: 1.2em;
    line-height: 20px;
    max-height:calc( (20px) * 4 ) !important; 
}

.rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection {
    white-space: nowrap;
}

@media ( max-width:350px ) {
    .rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection {
        font-size: 34px !important;
    }
}

@media ( max-width:480px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerImage-wrapper.itemBannerImageForSlider-wrapper.desktop {
        display: none;        
    }
    .rotatingbannerimgcollection-wrapper .itemBannerImage-wrapper.itemBannerImageForSlider-wrapper.mobile,
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-wrapper {
        display:block;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
        width:100%;
        max-width: 400px;
        padding: 0;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
        margin-top: 40px;
    }
    .rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection,
    .rotatingbannerimgcollection-wrapper a.titleDescriptionBannerCollection {
        line-height: 0.6em !important;
    }
    .rotatingbannerimgcollection-wrapper  .itemBannerArrows {
        width:100%;
        left:0;
        top:150px;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerArrow.itemBannerArrow-prev {
        right: auto;
        left: 0;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerArrow.itemBannerArrow-next {
        left: auto;
        right: 0;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerArrow.itemBannerArrow-prev,
    .rotatingbannerimgcollection-wrapper .itemBannerArrow.itemBannerArrow-next {
        color: #8d320e;
        background: white;
    }
}

@media ( max-width:400px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
        min-height: 230px;
    }
    .rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection,
    .rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection:hover {
        -webkit-line-clamp: 6;
        line-height: 20px;
        max-height:calc( (20px) * 6 ) !important; 
    }
}


@media ( min-width:481px ) and ( max-width:850px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
        min-height: 250px;
    }
    .rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection,
    .rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection:hover {
        -webkit-line-clamp: 7;
        line-height: 20px;
        max-height:calc( (20px) * 7 ) !important; 
    }
}

@media  ( min-width:1025px ) and ( max-width:1200px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
        min-height: 210px;
    }
    .rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection,
    .rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection:hover {
        -webkit-line-clamp: 5;
        line-height: 20px;
        max-height:calc( (20px) * 5 ) !important; 
    }
}

@media ( min-width:481px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerImage-wrapper.itemBannerImageForSlider-wrapper.mobile {
        display: none;        
    }
    .rotatingbannerimgcollection-wrapper {
        margin: 0;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerArrow.itemBannerArrow-prev {
        background: #8d320e;
        color: white;
    }

    .rotatingbannerimgcollection-wrapper .itemBannerArrow.itemBannerArrow-next {
        color: #8d320e;
        background: white;
    }

}

@media ( min-width:481px ) and ( max-width:1024px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
        width:100%;
        padding: 0 60px 0 30px;
    }
    .rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection {
        font-size: 30px !important;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
        width:100%;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerDesc {
        margin-top:10px;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerArrow-container {
        bottom:-10px !important;
    }
}


@media ( min-width:481px ) and ( max-width:640px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
        width:100%;
        padding: 0 60px 0 10px;
    }
    .rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection {
        white-space: normal;   
    }

}

@media ( min-width:750px ) and ( max-width:1024px ) {
    .rotatingbannerimgcollection-wrapper .titleDescriptionBannerCollection {
        font-size: 35px !important;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerDesc {
        margin-top:0px; 
    }
    .rotatingbannerimgcollection-wrapper .itemBannerArrow-container {
        bottom:-10px !important;
    }
}


@media ( min-width:1025px ) {
    .rotatingbannerimgcollection-wrapper .itemBannerImage-wrapper.itemBannerImageForSlider-wrapper.mobile {
        display: none;        
    }
    .rotatingbannerimgcollection-wrapper {
        margin: 0;
    }
    .rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
        width:100%;
        max-width:80%;
        position:relative !important;
        margin:auto;
    }
}


/* codice per fare i test */

/* *
.rotatingbannerimgcollection-wrapper {
    border: 3px dashed orange;
}
.rotatingbannerimgcollection-wrapper .itemBannerDesc-container {
    border: 3px solid blue;
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc-container-subwrapper {
    border: 3px dashed green; 
}

.rotatingbannerimgcollection-wrapper .itemBannerDesc {
    border: 3px solid red; 
}

.rotatingbannerimgcollection-wrapper .subTitleDescriptionBannerCollection {
    border: 3px solid pink;
}
.rotatingbannerimgcollection-wrapper .itemBannerArrow-container {
    border: 3px solid yellow;
}

/* */
