.Gbar {
    background-color: #EBECEC;
}

.Gbox {
    background-color: #58585A;
}

.border-custom {
    color:darkgray;
}

.flexbox {
    display:flex;
    justify-content:center;
    align-items: center;
    flex-flow: column;
}

.paddingReset {
    padding: 0;
}

.itemtitle {
    font-family: PlayfairDisplay-Bold;
    font-size: 3.5rem;
}

.itemprice {
    font-family: NotoSansBold;
    font-size: 2.3rem;
    color: #B0B2B3;
    display: none;
}

.itemcode {
    border-bottom: #B0B2B3 solid 3px;
    width: content-fit;
    font-size: 1.3rem;
}

.itemdescrip {
    font-family: Raleway-Light;
    font-size: 0.92rem;
}

.textnote {
     font-family: Raleway-Medium;
     color: white;
     background-color: black;
     width: fit-content;
     padding: 0.3rem 1rem;
     font-size: 1rem;
 }

.notedescr {
    font-family: Raleway-Italic;
    font-size: 0.92rem;
    margin-top: 3px;
    color: dimgray;
}

.ralewayM{
    font-family: Raleway-Medium;
    font-weight: 200;
    font-size: 1.2vw;
}

.ralewayB{
    font-family: Raleway-Bold;
}

.ralewayB2{
    font-family: Raleway-Bold;
    font-size: 0.8vw!important;
}

.ralewayL{
    font-family: Raleway-Light;
    font-size: 1.09vw;
}

.ralewayL2{
    font-family: Raleway-Light;
    font-size: 0.8vw;
}

.middleinfo{
    font-size: 0.95vw;
}

.tableFel {
    font-size: 1.25vw;
}

.specBoxTt{
    color: white;
    font-family: Raleway-Bold;
    letter-spacing: 1px;
    font-size: 1.15rem;
}

.specBoxTx{
    color: lightgray;
    font-family: Raleway-Light;
    font-size: 0.85rem;
}

.specBoxTxH{
    color: white;
    font-family: Raleway-Medium;
    font-size: 0.85rem;
}

.listino {
    border: black solid 3px;
    padding: 0.3rem 0.25rem;
    /*display: none;*/
}

.tablefix {
    table-layout: fixed;
}

.dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dot {
    display: inline-block;
    background-color: #ccc;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 5px;
}

.dot:hover {
     transform: scale(1.4);
 }

.lightblue{
    background-color: #009DDF;
}

.lightgreen{
    background-color: #96BE0D;
}


@media only screen and (max-device-width: 768px) {
    .navbar {
        display:flex;
        justify-content:center;
        align-items: center;
        flex-flow: column;
    }


    .navbar-brand {
        margin: 0;
    }
}

@media only screen and (max-device-width: 700px) {
    .animation {
        display: none;
    }
}

.caratteristicheTitle {
    font-family: Raleway-Bold;
    font-size: 0.98rem;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

@media only screen and (max-device-width: 900px) {
    .rigaStrumenti {
        margin-top: 1rem;
    }
}

@media only screen and (max-device-width: 900px) {
    .colStrumenti {
        padding-left: 1.4rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border-left: 1.5px solid black;
    }

    .colStrumentiLeft {
        padding-left: 1.4rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border-left: 1.5px solid black;
    }

    .spacer{
        padding-left: 0.95rem;
    }
}

@media only screen and (max-device-width: 400px) {
    .colStrumenti {
        padding-left: 1.4rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border-left: 1.5px solid black;
    }

    .colStrumentiLeft {
        padding-left: 1.4rem;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        border-left: 1.5px solid black;
    }

    .spacer{
        padding-left: 0.95rem;
    }

    .logoResponsive {
        max-height: 90px!important;
    }

    .logocontroll {
        position: relative;
        right: 10rem;
        bottom: -2rem;
    }

    .listinoCC {
        left: 10rem;
        position: relative;
        font-size: 2rem;
        top: -3rem;
        max-width: 20rem;
    }
}

.nounderline {
    text-decoration: none!important;
}

.langImg {
    border-radius: 10%;
    width: 40%;
    border: 1px solid lightgray;
}

ul {
    list-style-type: none;
}

ul.dropdown-menu.pull-left.show {
    left: -50%;
    min-width: 0;
}

.imgD {
    background-size: 2rem!important;
    background-position-x: center!important;
    background-position-y: center!important;
    border: #ccc 1px solid!important;
}

.logoResponsive {
    max-width: 186px;
    max-height: 54px;
}

.holder{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding: 0;
    margin:auto;
    text-align:center;
    background-color: #E0E0E0;
}

.uprow {
    max-height: 20%;
}

.imgCat {
    float: right;
}

.floatLeft {
    float: left;
}

.alltext{
    font-family: Raleway-Bold;
    font-size: 11.5vh;
    color: white;
}

.infotext{
    font-family: Raleway-Bold;
    color: white;
    font-size: 4vh;
}

.onlytext {
    font-family: PlayfairDisplay-BoldItalic;
    color: #FBEA36;
    font-size: 8vh;
}

.clicktext {
    font-family: PlayfairDisplay-BoldItalic;
    color: white;
    font-size: 14vh;
}

.headText {
    line-height: 1;
}

.backImg {
    float: right;
}

.phoneImg {
    position: absolute;
    z-index: 2;
    left: 76%;
    top: 11%;
}

.basetesto {
    left: 0;
    top: 16vw;
    position: absolute;
}

.indexing {
    position: relative;
    z-index: 1;
}

.testoindex {
    position: absolute;
    z-index: 10;
    text-align: left;
    margin-left: 12vw;
    font-size: 1vw;
    margin-top: 1.7vw;
    font-family: Raleway;
    color: #F2E820;
    font-weight: bolder;
    text-transform: uppercase;
}

.textunderindex {
    position: absolute;
    z-index: 10;
    text-align: left;
    margin-left: 8vw;
    margin-top: 8.2vw;
    font-family: Raleway;
    color: #F2E820;
    font-weight: bolder;
    text-transform: uppercase;
}

.numText {
    width: 16vw;
    font-weight: normal;
    font-size: 1vw;
}

.tlt {
    width: 13vw;
    font-size: 1.2vw;
}

.roundnb {
    font-size: 1rem;
    color: white;
    border: 4px white solid;
    border-radius: 3rem;
    padding: 0.25rem;
    background-color: gray;

}

.rowsiz {
    padding-top: 2px;
    padding-bottom: 1px;
    position: absolute;
    margin-top: 46.2vw;
    margin-left: 24vw;
    width: 52vw;
}

.textbottom {
    font-size: 1.4vw;
    font-family: PlayfairDisplay-BoldItalic;
    color: white;
}

@media only screen and (max-width: 600px) {
    .hiddenonM{
        display: none!important;
    }
}


@media screen and (max-width: 400px) {
    .alltext{
        font-family: Raleway-Bold;
        font-size: 12.5vh;
        color: white;
    }

    .infotext{
        font-family: Raleway-Bold;
        color: white;
        font-size: 5vh;
    }

    .onlytext {
        font-family: PlayfairDisplay-BoldItalic;
        color: #FBEA36;
        font-size: 9vh;
    }

    .clicktext {
        font-family: PlayfairDisplay-BoldItalic;
        color: white;
        font-size: 15vh;
    }

    .headText{
        background-color: #0097A7!important;
        font-size: 40rem!important;
    }
}


