﻿/**********************************************************YOGA LIVE**/
.TitoloYogaLive {
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    padding-bottom:50px;
    z-index: 3;
    position: relative;
}
.TitoloYogaLive .Testo1 {
    display: block;
    text-align: center;
    font-size: 45px;
    line-height: normal;
    padding-bottom: 20px;
}

.TitoloYogaLive i {
    font-size: 50px;
    padding: 10px 0;
    display: block;
}

.TitoloYogaLive span {
    display: block;
    text-align: center;
    font-size: 50px;
    line-height: 40px;
}

.TitoloYogaLive .Txt_Importante {
    font-weight: bold;
    color: #805268;
    text-transform: uppercase;
    font-size: 60px;
}



/************************************************************/
.Bg_Viola {
    background-color: #fbf2f8;
    padding: 30px;
    margin: 50px 0;
}

.Yoga{
    background-image:url(media/bg/BgYoga.png);
    background-repeat:repeat-y;
    background-size:contain;
    width:100%;  
    height:100%;
}

.borderviola {
    border: 2px solid #fbf2f8;
    padding:30px;
}
.Yoga .btnContinua {
    color: #864085;
    background-color: #E4C7EB;
}
.Yoga .btnContinua:hover {
    color: #fff;
    background-color: #864085;
}
.YogaBox{
    width:100%;
}
.YogaBox a .ImgArea {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    z-index: 1;
}

.YogaBox a span {
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 2;
    font-size: 20px;
    width: 80%;
    margin: 0 6%;
    text-align: center;
    font-weight: bold;
    background-color: #864085;
    padding: 5px;
}

.YogaBox a:hover .ImgArea {
    transform: rotate(0deg) scale(1.188) skew(1deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.188) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.188) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.188) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.188) skew(1deg) translate(0px);
    opacity: 0.4;
}
/*****************************Citazioni*/
.CitazioneImportante .fa-quote-left {
    position: absolute;
    left: 41px;
    top: -25px;
    font-size: 50px;
    color: #864085;
}

.CitazioneImportante .fa-quote-right {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 50px;
    color: #864085;
}

.CitazioneImportante span {
    border-left: 3px solid #805268;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    display: block;
}

.CitazioneImportante,
.CitazioneGravidanza {
    margin-top: 50px;
}
.CitazioneGravidanza span {
    border-left: 3px solid #805268;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    display: block;
}
    .CitazioneGravidanza .fa-quote-left {
        position: absolute;
        left: 39px;
        top: -30px;
        font-size: 50px;
        color: #864085
    }

    .CitazioneGravidanza .fa-quote-right {
        position: absolute;
        right: 0;
        bottom: 7%;
        font-size: 50px;
        color: #864085;
    }
@media (max-width:768px) {
    .ImageResponsive {
        display:block;
        margin:30px auto;
    }
}