@charset "utf-8";
body {
    background-color: #f2f2f2
}

.cursor {
    cursor: pointer;
}

.bg-white {
    background-color: #FFFFFF
}

.bg-blu {
    background-color: #52caf5
}

.text-white {
    color: #FFFFFF
}

.a-orange {
    color: #f7941e;
    text-decoration: underline;
    font-weight: bold;
}

.a-black {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.text-black {
    color: #333333;
}

.bg-brown {
    background-color: #5c1e00
}

.bg-yellow {
    background-color: #ffcb06
}

.bg-gray {
    background-color: #e6e7e8
}

.bg-green {
    background-color: #66CC00
}

.border-top-none {
    border-top: none
}

.btn-xl {
    font-size: 22px;
    padding: 10px 20px;
    font-weight: bold;
}

.v-space {
    margin-top: 15px;
    margin-bottom: 15px;
}

.v-space2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.v-space-small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-space-small2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.o-space {
    margin-left: 15px;
    margin-right: 15px;
}

p {
    font-size: 14px;
    color: #333333;
}

.navbar-header1 {
    margin-bottom: 0px;
}

.nav-header {
    border-style: none;
}

.codicesegreto {
    margin-bottom: 4px;
    height: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.nav-header > li > a {
    border: none;
    border-radius: 0;
    border-right-width: 2px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
    background-color: #f2f2f2;
    font-weight: bold;
    color: #000000;
}

.navbar-inverse {
    background-color: #000000;
    border-color: #080808;
}

.navbar-menu-header > li {
    font-weight: bold;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .container {
        width: auto;
    }
}

#modal-FB {
    display: none;

    text-align: center;
}

.menu-bottom {
    border-style: solid none none;
    border-top: 2px solid #f9af56;
}

/*VETRINA*/
#carousel-anteprime {
    /*background-color: #e7e7ef;*/
    border-radius: 15px;
    padding: 30px;
}

#carousel-anteprime_small {
    /*background-color: #e7e7ef;*/
    border-radius: 15px;
    padding: 30px;
}

.carousel-inner-home {
    width: 100%;
    /*background-color: #e7e7ef;*/
}

.carousel-inner-home_small {
    width: 80%;
    /*background-color: #e7e7ef;*/
}

.col-thumb-vetrina {
    padding-left: 4px;
    padding-right: 4px;
}

.row-thumb-vetrina {
    padding-left: 18px;
    padding-right: 18px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control-home {
    opacity: 1;
    text-align: right;
    width: 10%;
    top: 40%;
}

.carousel-control-home_small {
    opacity: 1;
    text-align: right;
    width: 10%;
    top: 40%;
}

.thumbnail-anteprime {
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

/*---------------*/
.alert-warning-border {
    border-color: #eea236;
    border-width: 2px;
}

.panel-feedback {
    /*margin-top: 10px;*/
    margin-bottom: 5px;
}

.v-space-smile {
    padding-top: 15px;
}

.v-space-smile2 {
    padding-top: 25px;
}

.img-muted {
    opacity: 0.5;
}
