/* ==========================================================
   YOST - STYLEYOST
   Componenti e strutture generiche del sistema Yost.
   Colonne, griglie, blocchi in evidenza e utility riutilizzabili.
   ========================================================== */
.yost-slogan-page {
background: #f2f2f2;
    margin-bottom: 20px;
    padding: 60px 0;
}

.yost-slogan-page-text {
text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.bg-yost-col-slogan {
background-color: #fff;
    padding: 5px;
    border: 1px solid rgb(153,153,152);
    border-radius: 5px;
    box-shadow: 5px 5px 8px 0 rgba(230,230,229,1);
    text-align: center;
    font-style: italic;
}

.titolo-yost-slogan, .titolo-yost-slogan2, .titolo-yost-slogan3, .titolo-yost-slogan4 {
color: #fff;
    font-size: 52px;
    font-weight: bold;
    font-style: italic;
    padding: 15px;
}

.titolo-yost-slogan {
background-color: #f48e2c;
}

.titolo-yost-slogan2 {
background-color: red;
}

.titolo-yost-slogan3 {
background-color: #19bfef;
}

.titolo-yost-slogan4 {
background-color: #a3c41b;
}

.YV-name {
color: #a3c41b;
}

.YV-name-ec {
color: #4087ac;
}

.YV-name, .YV-name-ec {
font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.YV-title {
font-style: italic;
    text-align: center;
}

.price-vt {
color: #a3c51c;
}

.price-ec {
color: #4187ad;
}

.YV-price {
font-size: 20px;
    text-align: center;
    color: #000;
}

.yostright {
float: right;
}

.img-centre {
text-align: center;
}

.y3col-titolo, .y2col-titolo, .y4col-titolo {
font-weight: bold;
    margin: 10px;
}

.box-shado {
background: rgb(238,238,238);
    width: 200px;
    padding: 10px;
    box-shadow: 5px 5px 10px 2px #333;
}

.duecol, .trecol, .quattrocol, .yost-foot-quattrocol {
display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.duecol .ycol1 {
width: 50%;
}

.trecol .ycol1 {
width: 33.33%;
}

.quattrocol .ycol1 {
width: 25%;
}

.duecol .ycol1 .col {
margin: 0 15px 30px;
    padding: 0;
}

.trecol .ycol1 .col {
margin: 0 10px 30px;
    padding: 0;
}

.quattrocol .ycol1 .col {
margin: 0 5px 30px;
    padding: 0;
}

.yost-foot-col {
margin: 0 15px 30px;
}

.duecol.grid-right, .duecol.grid-left {
display: block;
}

.duecol.grid-right:after, .duecol.grid-left:after {
content: "";
    display: block;
    clear: both;
}

.duecol.grid-right .ycol1, .duecol.grid-left .ycol1 {
float: left;
}

.duecol.grid-right .col, .duecol.grid-left .col {
padding: 40% 0 0;
    height: 0;
    margin: 0;
    background: transparent;
    position: relative;
}

.duecol.grid-right .ycol1:first-child .col {
padding: 80% 0 0;
}

.duecol.grid-left .ycol1:nth-child(2) {
float: right;
}

.duecol.grid-left .ycol1:nth-child(2) .col {
padding: 80% 0 0;
}

.duecol.grid-right .col .item, .duecol.grid-left .col .item {
position: absolute;
    inset: 0;
    margin: 0 15px 30px;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
.quattrocol .ycol1, .trecol .ycol1 {
width: 50%;
}
}

@media screen and (max-width: 768px) {
.duecol, .trecol, .quattrocol {
display: block;
        margin: 0;
}

.duecol .ycol1, .trecol .ycol1, .quattrocol .ycol1 {
width: 100%;
        max-width: 350px;
        margin: auto;
}

.duecol.grid-right .ycol1, .duecol.grid-left .ycol1, .duecol.grid-left .ycol1:nth-child(2) {
float: none;
}

.duecol.grid-right .col, .duecol.grid-left .col {
padding: 80% 0 0;
}
}

#inevidenza-wrap {
background:#9c0
}

#inevidenza-wrap h2 {
color:#fff
}

#inevidenza .container {
display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex
}

#inevidenza {
padding:60px 0 20px
}

#inevidenza .container {
display:flex;
	justify-content:left;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 15px
}

#inevidenza h2, .inevidenza h2 {
text-align:center;
	margin-top:0;
	font-weight:500;
	margin-bottom:30px
}

@media screen and (max-width:768px) {
.inevidenza li {
width:47.5%;
	margin-bottom:3%
}
}
