/* Add here all your css styles (customizations) */
.cigar-colour {
    color: #7e5d3b;
}

.cigar-background {
    background-color: #7e5d3b;
}

.g-theme-bg-gray-cigar-opacity-0_9 {
    background-color: rgba(126, 93, 59, 0.9);
}

/* Non-standard background */
.u-ns-bg-v1-bottom.g-theme-bg-cigar::before,
.g-parent.g-theme-bg-cigar .u-ns-bg-v1-bottom::before {
    border-top-color: #7e5d3b;
}

.u-ns-bg-v1-top.g-theme-bg-cigar::before,
.g-parent.g-theme-bg-cigar .u-ns-bg-v1-top::before {
    border-bottom-color: #7e5d3b;
}

[data-animation]:not(.u-in-viewport) {
    visibility: initial !important;
}

.header-pages {
    color: #7e5d3b;
    background: #ccc;
    margin-right: auto;
    margin-left: auto;
    max-width: 270px;
}

.well, .tabs {
    display: none;
}

@media (min-width: 992px) {
    .immagine-articolo {
        float: left;
        width: 40%;
    }
}

/* TABLE VALIGN MIDDLE */
.table {
    width: 100%;
    height: 100% !important;
    display: table;
    margin: 0;
}

    .table .inner {
        display: table-cell;
        vertical-align: middle;
    }

.img-full {
    width: 100%;
}

a {
    text-decoration: none !important;
}

.grandezza_logo_clinica {
    width: 310px;
}
.dark-bg {
    background: #fff;
}


/* LOADING */
.loading {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

    .loading img {
        width: 150px;
        display: inline-block;
    }

    .loading .spinner {
        width: 40px;
        height: 40px;
        border: 3px solid rgba(0,0,0,0.2);
        border-top: 3px solid #fff;
        border-radius: 30px;
        display: inline-block;
    }

    .loading .spinner {
        -webkit-animation: spinner 0.5s infinite linear;
        animation: spinner 0.5s infinite linear;
    }

.fade-out {
    opacity: 0;
    visibility: hidden;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.no_display {
	display: none;
}