/*
 *
 * Muba 2018
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */
html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
/*     overflow-x: hidden; */
    font-family: 'Montserrat', sans-serif;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow-x: hidden;
    min-height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #4d4d4d;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #e3001a;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #595959;
}
*::-webkit-input-placeholder
{
    color: #595959;
}

*::-moz-placeholder
{
    color: #595959;
}
*:-moz-placeholder
{
    color: #595959;
}

*:-ms-input-placeholder
{
    color: #595959;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
    cursor: pointer;
}
.hidden,
.attivita_top .hidden,
.attvita_body_colsx .hidden,
#burger-menu {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile,
.inline-mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.w_max100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.red, .rosso_muba {
    color: #e3001a;
}

.grigio {
    color: #4d4d4d;
}
.grigio_chiaro {
    color: #e5e5e5;
}
.white, .bianco {
    color: #FFFFFF;
}
.bg_grigio {
    background-color: #fafafa;
}
.bb_gray {
    border-bottom: 1px solid #d6d6d6;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
    margin-left: 0px !important;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px !important;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
/* Honey POT anti SPAM */
.hnpt {
    width: 10px;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: default;
}
#over-box {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 30px 30px;
    font-size: 16px;
    color: #595959;
    text-align: left;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1012;
    top: -500px;
    box-sizing: border-box;
}
.font_15_20 {
    font-size: 15px;
    line-height: 20px;
}
.font_20_25 {
    font-size: 20px;
    line-height: 25px;
}
/* Main */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 140px;
    z-index: 999;
}
#header-top {
    height: 70px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    background-color: white;
    position: relative;
    z-index: 10;
}
#header-right {
    width: auto;
    float: right;
    margin-right: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.social-top {
    display: block;
    float: right;
    margin-left: 10px;
}
.top-lang-switch {
    display: block;
    float: right;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 27px;
    font-size: 14px;
    color: #808080;
    font-weight: bold;
}
#header-top .sel {
    color: #e3001a;
}
#header-top svg {
    height: 20px;
    margin-top: 25px;
}
#header-top svg .cls-1 {
    fill: #bfbfbf;
}
#header-bottom {
    height: 26px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    background-color: #f2f2f2;
    padding: 22px 0px;
    line-height: 13px;
    font-size: 12px;
}
#logo-top {
    display: block;
    float: left;
    height: 50px;
    margin: 10px 0px 10px 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#logo-top img {
    height: 50px;
}
#nav-main {
    display: block;
    float: left;
    /*width: 625px;*/
    width: 700px;
    height: 70px;
    float: none;
    margin: 0px auto;
}
#nav-main li {
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
}
#nav-main .sep {
    height: 15px;
    margin: 30px 5px 25px 5px;
    width: 1px;
    background-color: #808080;
}
#nav-main li a {
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#nav-main li .sel {
    border-bottom: 2px solid #e3001a;
    color: #e3001a;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#nav-main li span {
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #808080;
}
#nav-main .nav-second {
    display: none;
    position: absolute;
    width: 200px;
    background-color: white;
    top: 70px;
    left: -14px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    z-index: 10;
}
#nav-main .nav-second a {
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom:none;
    border-top: none;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-sizing: border-box;
    padding: 0px 14px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-box-shadow: 0px 5px 10ùpx 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    z-index: 10;

}
#header-bottom-center {
    width: 720px;
    float: none;
    margin: 0px auto;
}
#calendario-svg {
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
}
#header-oggi {
    position: relative;
    padding-right: 43px;
    width: 80px;
    text-align: right;
    border-right: 1px solid #e5e5e5;
}
#header-ora {
    position: relative;
    padding-left: 35px;
    width: 545px;
}
#orologio-svg,
#info-svg {
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0px;
}
.header-ora-block {
    margin-left: 10px;
    width: auto;
    height: 26px;
    border-right: 1px solid #e5e5e5;
    padding-right: 10px;
}
#header-info {
    position: relative;
    padding-left: 35px;
    width: auto;
}
#header-info .header-ora-block {
    border-right: none;
}
footer {
    position: relative;
}
#footer-newsletter-cont {
    padding: 80px 0px 40px 0px;
    background-color: white;
    position: relative;
    z-index: 40;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    background-color: white;
    min-height: 200px;
}
#footer-nav-cont {
    position: relative;
    z-index: 30;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    background-color: white;
    min-height: 100px;
    padding: 40px 0px;
}
#footer-loghi-cont {
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    background-color: white;
    min-height: 150px;
    padding: 40px 0px;
}
.page {
    width: 1280px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.footer-newsletter-box {
    width: 50%;
    box-sizing: border-box;
}
#footer-newsletter-left {
    float: left;
    padding: 0px 20px 0px 0px;
}
#footer-newsletter-right {
    float: right;
    padding: 0px 0px 0px 20px;
}
.footer-newsletter-title {
    font-size: 33px;
    font-weight: 900;
    color: #e3001a;
}
.footer-newsletter-text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 40px;
}
.newsletter-input,
.press-input {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #f2f2f2;
}
.press-input {
    width: 100%;
}
.press-textarea {
    height: 130px;
    line-height: 30px;
    display: inline-block;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #f2f2f2;
    width: 100%;
}
.btn-newsletter {
    height: 60px;
    line-height: 60px;
    min-width: 200px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    background-color: #e3001a;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#id_newsletter-mail,
#id_newsletter-scuole-mail {
    width: calc(100% - 200px);
}
#id_newsletter-submit,
#id_newsletter-scuole-submit {
    float: right;
}
#newsletter-cont,
#scuole-newsletter-form {
    margin-top: 20px;
}
#id_newsletter-scuole-nome,
#id_newsletter-nome {
    width: calc(50% - 10px);
    float: left;
}
#id_newsletter-scuole-cognome,
#id_newsletter-cognome {
    width: calc(50% - 10px);
    float: right;
}
#footer-nav li {
    width: 20%;
    display: block;
    float: left;
    min-height: 160px;
}
#footer-nav  #footer-nav-last {
    float: none;
    width: 0px;
    height: 0px;
    min-height: 0px;
}
.footer-nav-title {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
#footer-nav {
    padding: 0px 20px;
    box-sizing: border-box;
}
#footer-nav a {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
#footer-nav img {
    position: absolute;
    left: -27px;
}
.logo-box {
    position: relative;
    margin-top: 40px;
/*     margin-bottom: 40px; */
    display: block;
    width: 150px;
    height: 150px;
    padding: 10px;
    float: left;
    border-right: 1px solid rgba(125,125,125,0.25);
    text-align: center;
    line-height: 160px;
    vertical-align: middle;
}
.logo-box img {
    max-width: 150px;
    max-height: 150px;
}
.logo-box  span {
    display: block;
    float: left;
    top:  -20px;
    left: 10px;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
}
#footer-bottom {
   height: 60px;
   position: relative;
}
#footer-bottom p {
   height: 60px;
   line-height: 60px;
   text-align: center;
   font-size: 12px;
}
#back-to-top {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0px;
    background-color: #e3001a;
}
#back-to-top img {
/*     width: 30px; */
}
/**/
#btn-acquista-fixed {
    height: 60px;
    line-height: 60px;
    min-width: 200px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    display: block;
    float: left;
    background-color: #e3001a;
    position: fixed;
    right: -70px;
    top: 50%;
    margin-top: -20px;
    z-index: 998;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#btn-muba-shop-fixed {
    height: 60px;
    line-height: 60px;
    min-width: 200px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    display: block;
    float: left;
    background-color: #e3001a;
    position: fixed;
    left: -70px;
    top: 50%;
    margin-top: -20px;
    z-index: 998;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


#btn-acquista-fixed {
    position: fixed;
    right: auto;
    left: calc(50% + 10px);
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    z-index: 998;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#btn-muba-shop-fixed {
    right: calc(50% + 10px);
    left: auto;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    z-index: 998;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn {
    height: 60px;
    line-height: 60px;
    min-width: 200px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background-color: #e3001a;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btn-small {
    height: 30px;
    line-height: 30px;
    min-width: 120px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #e3001a;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
main {
    padding-top: 140px;
}
#hp-slider-cont,
#hp-slider,
.hp-slider-el {
    height: calc(100vh - 140px);
}
#hp-slider-cont {
    z-index: 65;
/*    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);*/
    border-bottom: 8px solid white;
}
.carousel-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    text-align: center;
    background-color: white;
}
.carousel-loader img {
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.hp-slider-el-text {
    position: absolute;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}
.carousel-nav {
    position: absolute;
}
.hp-slider-el-text h2,
.hp-slider-el-text h1 {
    color: white;
    font-weight: 900;
    font-size: 35px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
}
#hp-slider .hidden {
    display: none !important;
}
.bottom-right {
    bottom: 0px;
    right: 0px;
}
.bottom-left {
    bottom: 0px;
    left: 0px;
}
.top-right {
    top: 0px;
    right: 0px;
}
.top-left {
    top: 0px;
    left: 0px;
}

#news-slider-cont, #news-slider,
.news-slider-el {
    height: 300px;
}
.news-slider-el {
    box-sizing: border-box;
    border-left: 4px solid white;
    border-right: 4px solid white;
}
#news-slider-cont {
    z-index: 60;
/*    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);   */
}
.news-slider-el-int {
    max-width: 1280px; /* Ok con Page 1280 */
    float: none;
    margin: 0px auto;
    padding: 40px 20px 170px 20px;
    overflow:hidden;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 21px
}
.news-slider-el-int .btn-small {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
}
#hp-percorsi {
    z-index: 55;
/*    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);*/
    height: 33vw;
    position: relative;
    border-top: 8px solid white;
}
.hp-percorso {
    width: 33.33333%;
    height: 33vw;
    position: relative;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 4px solid white;
    border-right: 4px solid white;
    box-sizing: border-box;
}
.hp-percorso .btn {
    display: block;
    float: left;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
}
#hp-percorso-famiglie .btn {
    background-color: #b2d117;
}
#hp-percorso-scuole .btn {
    background-color: #ed8217;
}
#hp-percorso-aziende .btn {
    background-color: #3b519d;
}

/* Calendario */
#calendario-row {
    position: relative;
    z-index: 70;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
#calendario-slider-cont {
    height: 350px;
    margin-top: 20px;
}
.calendario {
    margin: 15px 5% 0px 5%;
    width: 90%;
    font-size: 16px;
}
.calendario th {
    text-align: center;
    padding: 2px 0px;
    font-weight: normal;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
}
.calendario .calendario_mese_anno {
    text-align: center;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
}
.calendario .calendario_evento {
    color: #000;
    font-weight: bold;
}
.calendario  .grigio_chiaro {
    color: #bbb;
    font-weight: normal;
}
.calendario .festa_sel {
    background-color: white;
    color: #e3001a;
}
.calendario td {
    padding: 0px 0px;
    text-align: center;
    height: 32px;
    line-height: 32px;
}
.calendario .calendario_today {
    background-color: #e3001a;
    color: white;
}
.calendario .calendario_today_festa {
    background-color: #3b519d;
    color: white;
}
.calendario .calendario_sel {
    background-color: #3b519d;
    color: white;
}
.calendario .calendario_sel a {
    color: white;
}
.calendario a {
    display: inline-block;
    padding: 2px 5px;
}
.calendario .calendario_today a {
    color: white;
}
.attivita-box {
    display: block;
    float: left;
    position: relative;
    background-size: 80% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.attivita-box-cover {
    display: block;
    float: left;
    position: relative;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.posti_esauriti {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:20;
    height: 50%;
}
.attivita-piccolo {
    width: 50%;
    height: 25vw;
    font-size: 18px;
    line-height: 18px;
}
.attivita-grande .posti_esauriti {
    height: 37.5%;
}
.attivita-medio {
    width: 100%;
    height: 25vw;
    font-size: 22px;
    line-height: 22px;
}
.attivita-grande {
    width: 100%;
    height: 50vw;
    font-size: 26px;
    line-height: 26px;
}
#attivita-colonna-sx,
#attivita-colonna-dx {
    width: 50%;
}
.attivita-box-titolo {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000;
}
.attivita_top {
    height: 400px;
    width: 100%;
    line-height: 400px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 60;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
.attivita_top img {
    max-height: 400px;
}
.attivita_top .posti_esauriti {
    max-height: auto;
    height: 50%;
}
.attivita_title_cont {
    position: absolute;
    float: none;
    height: 400px;
    display: table;
}
.attivita_title_cont h1 {
    font-size: 36px;
    line-height: 39px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.attvita_info {
    position: relative;
    background-color: #f2f2f2;
    z-index: 50;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
.attivita_info_text {
    width: 50%;
/*     margin: 40px 0px; */
    margin: 0px 0px 40px;
    box-sizing: border-box;
    padding-right: 20px;
/*     padding-bottom: 50px; */
    padding-bottom: 0px;
}
.attvita_body_bigcol .attivita_info_list,
.attvita_body_bigcol .attivita_info_text {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding-bottom: 0px;
}
.attvita_body_bigcol .attivita_info_list {
    margin: 20px 0px 40px 0px;
}
.attivita_info_list {
    width: 50%;
/*     margin: 40px 0px;     */
    margin: 0px 0px 40px 0px;
    box-sizing: border-box;
    padding-left: 45px;
}
.attivita_info_list p {
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
}
.attivita_info_ico {
    position: absolute;
    left:-25px;
    font-size: 15px;
    color: #e3001a;
}
.attivita_social {
    height: 40px;
    position: absolute;
    bottom: 40px;
}
.attivita_social a {
    display: block;
    float: left;
    margin-right: 20px
}
.attivita_social svg {
    height: 40px;
}
.attvita_body {
    padding: 40px 0px;
    position: relative;
/*     background-color: #f2f2f2; */
    z-index: 45;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
.attvita_body h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}
.standard_title,
.standard_title_nomb {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}
.standard_title_nomb {
    margin-bottom: 0px;
}
.attvita_body_colsx {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
.attvita_body_coldx,
.attivita_body_imgsx .attvita_body_bigcol {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    float: right;
}
.attivita-gal,
.attivita-gal-ico {
    display: block;
    float: left;
    width: 50%;
}
.attvita_body_bottom .attivita-gal {
    display: block;
    float: left;
    width: 25%;
}
.attvita_body_bottom .hidden {
    display: none !important;
}
#attivita-gal-first {
    width: 100%;
    text-align: center;
    position: relative;
}
#attivita-gal-first img {
    max-width: 80%;
    max-height: 80%;
}
#attivita-gal-first .posti_esauriti {
    width: 50%;
    height: auto;
}
#attivita_giorno_calendario,
#amici-del-muba {
    padding: 40px 0px;
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
#attivita_giorno {
    z-index: 55;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
#attivita_in_evidenza {
    margin-top: 40px;
}
#attivita_giorno_calendario .attivita-piccolo,
#attivita_giorno_calendario .attivita-medio,
#attivita_giorno_calendario .attivita-grande,
#attivita_in_evidenza .attivita-piccolo,
#attivita_in_evidenza .attivita-medio,
#attivita_in_evidenza .attivita-grande {
    width: 100%;
    height: 350px;
    font-size: 22px;
    line-height: 22px;
}
#attivita_giorno_calendario  .posti_esauriti,
#attivita_in_evidenza  .posti_esauriti {
    height: 25%;
}
.attivita_giorno_box {
    margin-top: 40px;
}
.attivita_giorno_text {
    font-size: 15px;
    line-height: 20px;
}
#info-come-funziona-partials {
    padding: 40px 0px;
    position: relative;
    z-index: 45;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    font-size: 15px;
    line-height: 20px;
}
.info-come-funziona-33 {
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
}
#form-amb-cont {
    width: 90%;
    max-width: 500px;
    float: left;
    font-size: 15px;
}
.amb-textarea {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 20px;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #f2f2f2;
}
.amb-input {
    display: inline-block;
    width: 100%;
    padding: 0px 5px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #f2f2f2;
}
.w_47pe {
    width: 47%;
}
.amb-date-select {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding: 0px 5px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #b2b2b2;
    background-color: #fff;
}
#btn-amici-muba {
    display: block;
    float: left;
    padding: 0px 20px;
    height: 60px;
    color: white;
    line-height: 60px;
    font-weight: bold;
    font-size: 25px;
    background-color: #e3001a;
    outline: none;
    border: none;
    -webkit-border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
}
#img-amici-muba-first {
    max-width: 800px;
    width: 100%;
}
.img-amici-muba {
    width: 50%;
    display: block;
    float: left;
}
#titolo_form_amb {
    font-size: 20px;
    line-height: 25px;
}
#slider-imgs-cont {
    width: 100%;
    max-width: 800px;
    float: none;
    margin: 0px auto;
}
#btn-amb-brochure {
    display: block;
    float: left;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    background-color: #e3001a;
    width: 250px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e3001a;
}
#btn-amb-brochure span {
    position: absolute;
    display: block;
    float: left;
    left: 0px;
    width: 28px;
    height: 28px;
    line-height: 24px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: #fff;
}
#btn-amb-brochure img {
    width: 20px;
}
#btn-amb-brochure span img:first-child {
    display: inline;
}
#btn-amb-brochure span img:last-child {
    display: none;
}
#amici-muba-tnx {
    width: 100%;
    max-width: 768px;
}
#chi-siamo {
    padding: 40px 0px;
    position: relative;
    z-index: 55;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
#chi-siamo-video {
}
#chi-siamo-video-int {
    max-width: 768px;
    width: 100%;
}
#pagina-info {
    padding: 0px 0px 40px 0px;
    position: relative;
    z-index: 55;
    margin-top: -40px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
#pagina-scuole,
#pagina-aziende-testo,
#pagina-aziende-liste,
#pagina-sostienici,
#pagina-faq,
#pagina-press,
#pagina-privacy {
    padding: 40px 0px;
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
}
#pagina-aziende-liste {
    z-index: 45;
}
#pagina-sostienici {
    z-index: 60;
}
#nav-domande,
#nav-risposte {
    list-style: disc outside;
    padding-left: 0px;
    box-sizing: border-box;
}
#nav-domande {
    padding-left: 20px;
}
#nav-risposte li {
    display: list-item;
}
.faq-domanda {
    display: list-item;
    font-weight: bold;
    margin-bottom: 10px;
}
.faq-domanda a {
    color: #e3001a;
    display: block;
    float: left;
    height: 24px;
    overflow:hidden;
}
.faq-risposta {
    padding-top: 170px;
    padding-bottom: 20px;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}
#press-form form {
    display: block;
    float: left;
    margin: 0px auto;
    width: 600px;
}
#info-orario,
#info-costo,
#info-convenzioni,
#info-rotonda,
#info-bistro,
#info-come-raggiungerci,
#info-come-funziona {
    padding-top: 80px;
}
#mappa-link {
    height: 350px;
    background-image:url('/static/sito/img/mappa_muba.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 30%;
}
.scuola-link-quadrato {
/*    width: calc(50% - 10px);
    position: relative;
    display: block;
    margin-bottom: 20px;*/
    width: calc((100% - 60px) / 4);
    position: relative;
    display: block;
    float: left;
    margin: 0px 20px 20px 0px;
}
.scuola-link-quadrato:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
/*.scuola-link-quadrato:nth-child(odd) {
    float: left;
}
.scuola-link-quadrato:nth-child(even) {
    float: right;
}*/
.scuola-link-quadrato-attivita {
    width: calc((100% - 60px) / 4);
    position: relative;
    display: block;
    float: left;
    margin: 0px 20px 20px 0px;
}
.scuola-link-quadrato-attivita:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.scuola-link-quadrato-attivita:nth-child(4n),
.scuola-link-quadrato:nth-child(4n) {
    margin: 0px 0px 20px 0px;
}

#header-progetti {
    font-size: 180px;
    line-height: 260px;
    font-weight: 900;
    height: 260px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #e3001a;
}
.progetti-box {
    display: block;
    float: left;
    width: 400px;
    height: 442px;
    margin: 40px 40px 0px 0px;
    background-color: white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.progetti-box:nth-child(3n) {
    margin-right: 0px;
}
.progetti-btn {
    display: block;
    float: left;
    width: 180px;
    color: white;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px;
    box-sizing: border-box;
    color: white;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    background-color: #e3001a;
    position: absolute;
    left: calc(50% - 90px);
    top: calc(50% - 30px);
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.progetti-box-img-cont {
    display: block;
    float: left;
    width: 100%;
    height: 225px;
    position: relative;
}
.progetti-box-text-cont {
    background-color: white;
    padding: 25px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    height: 217px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.progetti-box-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    font-weight: 900;
    height: 32px;
    overflow: hidden;
    color: #000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.progetti-box-abstract {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    height: 93px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    color: #000;
    font-weight: 400;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#progetto-img {
    width: 100%;
    height: calc(100vw * 0.28);
}
.progetto-flex-row-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.progetto-flex-row-reverse {
    flex-direction: row-reverse;
}
.progetto-flex-row {
    width: calc(50% - 20px);
}
.progetto-video-cont iframe {
    opacity: 0;
}
.progetto-titolo {
    font-size: 35px;
    line-height: 38px;
    color: #4d4d4d;
    font-weight: 900;
}
.progetto-testo-medio {
    font-size: 20px;
    line-height: 25px;
}
.progetto-testo-piccolo {
    font-size: 15px;
    line-height: 20px;
}
#progetto-loghi {
    margin-bottom: 40px;
}
.progetto-logo {
    display: block;
    float: left;
    height: 170px;
    width: 170px;
    border-right: 1px solid rgba(125,125,125,0.25);
    margin-top: 40px;
    padding: 10px;
    box-sizing: border-box;
}
.progetto-logo-int {
    display: block;
    float: left;
    height: 150px;
    width: 150px;
}
/* Turn Youj D*/
#turn-your-device {
/*     display: none; */
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #e3001a;
    padding: 20px;
    box-sizing: border-box;
}
#starching-logo-tyd {
    height: 30px;
}
#tyd-telefono svg {
    height: 60px;
}
#tyd-arrow svg {
    height: 100px;
}
#tyd-telefono {
    position: absolute;
    left: calc( 50% - 15.5px);
    top: 40px;
    -webkit-animation: tydCellRotation 3s infinite; /* Safari 4+ */
    -moz-animation:    tydCellRotation 3s infinite; /* Fx 5+ */
    -o-animation:      tydCellRotation 3s infinite; /* Opera 12+ */
    animation:         tydCellRotation 3s infinite; /* IE 10+, Fx 29+ */
}
#tyd-arrow {
    position: absolute;
    left: calc( 50% - 50px);
    top: 20px;
}
@-webkit-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-moz-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@-o-keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}
@keyframes tydCellRotation {
  0%   { transform: rotate(0deg); }
  10%   { transform: rotate(0deg); }
  25%   { transform: rotate(90deg); }
  35%    { transform: rotate(90deg); }
  75%   { transform: rotate(-90deg); }
  85%   { transform: rotate(-90deg); }
  100%   { transform: rotate(0deg); }
}

@-webkit-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-moz-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@-o-keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
@keyframes tydArrowRotation {
  0%   { transform: rotate(0deg); }
  20%   { transform: rotate(72deg); }
  40%   { transform: rotate(144deg); }
  60%   { transform: rotate(216deg); }
  80%   { transform: rotate(288deg); }
  100%   { transform: rotate(360deg); }
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #808080;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
    }
    .top-lang-switch:hover {
        color: #e3001a;
    }
    #nav-main li a:hover {
        border-bottom: 2px solid #e3001a;
        color: #e3001a;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .btn:hover,
    .btn-newsletter:hover,
    #btn-acquista-fixed:hover,
    #btn-muba-shop-fixed:hover {
        color: white;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .btn-small:hover {
        color: white;
        background-color: #e3001a;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .calendario .calendario_today a:hover {
        color: white;
    }
    #btn-amb-brochure:hover,
    #btn-amici-muba:hover {
        color: #e3001a;
        background-color: white;
        box-sizing: border-box;
        border: 1px solid #e3001a;
    }
    #btn-amb-brochure:hover span {
        background-color: #e3001a;
    }
    #btn-amb-brochure:hover span img:first-child {
        display: none;
    }
    #btn-amb-brochure:hover span img:last-child {
        display: inline;
    }

    .progetti-box:hover .progetti-btn {
        opacity: 1;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }

    .progetti-box:hover .progetti-box-img-cont {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .progetti-box:hover .progetti-box-text-cont {
        box-shadow: none;
        background-color: #e3001a;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .progetti-box:hover .progetti-box-title {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .progetti-box:hover .progetti-box-abstract {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

}
/* Small Desktop */
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .page {
        width: 1000px;
    }
    #nav-main {
        float: left;
        margin-left: 175px;
    }
    #nav-main li a {
        font-size: 12px;
    }
}
/* ALL MOB */
@media only screen and (min-width:320px) and (max-width:1023px) {
}
/* iPad */
@media only screen and (min-width:768px) and (max-width:1023px) {
    body {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 70px;
    }
    .attivita_top img {
        max-height: 100%;
        max-width: 100%;
    }
    .font_15_20 {
        font-size:12px;
        line-height: 17px;
    }
    .standard_title,
    .standard_title_nomb {

        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #titolo_form_amb {
        font-size: 29px;
        line-height: 34px;
    }
    .page {
        width: 748px;
    }
    #header-right {
        margin-right: 0px;
    }
    .top-lang-switch {
        margin-top: 5px;
    }
    .social-top {
        display: none;
    }
    #nav-main {
        float: right;
        margin-right: 9px;
    }
    #nav-main {
        margin-top: 20px;
        height: 50px;
        width: 575px;
    }
    #nav-main li {
        height: 50px;
    }
    #nav-main li a {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
    #nav-main .sep {
        margin: 20px 5px 15px 5px
    }
    #logo-top img {
        height: 40px;
        margin-top: 10px;
    }
    #nav-main .nav-second {
        top: 50px;
/*         margin: 10px 0px 10px 10px */
    }
    #hp-slider-cont, #hp-slider, .hp-slider-el {
        height: calc(50vh - 140px)
    }
    .hp-slider-el-text h2,
    .hp-slider-el-text h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .news-slider-el-int {
        padding: 20px 20px 60px 20px;
    }
    #news-slider-cont, #news-slider, .news-slider-el {
        height: 250px;
    }
    .footer-newsletter-title {
        font-size: 25px;
    }
    #footer-newsletter-left {
        padding: 0px 7.5px 0px 0px;
    }
    #footer-newsletter-right {
        padding: 0px 0px 0px 7.5px;
    }
    #footer-nav a {
        font-size: 10px;
        line-height: 13px;
    }
    #info-costo .w_30pe,
    #info-rotonda .w_30pe,
    #info-bistro .w_30pe {
        width: 40%;
    }
    #info-costo .w_68pe,
    #info-rotonda .w_68pe,
    #info-bistro .w_68pe,
    #info-come-raggiungerci  .w_68pe {
        width: 58%;
    }
    #mappa-link {
        width: 40%;
    }
    #btn-acquista-fixed {
        position: fixed;
        right: auto;
        left: calc(50% + 10px);
        top: auto;
        bottom: 0px;
        margin-top: 0px;
        z-index: 998;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #btn-muba-shop-fixed {
        right: calc(50% + 10px);
        left: auto;
        top: auto;
        bottom: 0px;
        margin-top: 0px;
        z-index: 998;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
}
/* Phone */
@media only screen and (min-width:320px) and (max-width:767px) {
    body {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 70px;
    }

    #titolo_form_amb {
        font-size: 25px;
        line-height: 29px;
    }
    #btn-amb-brochure {
        padding-left: 40px;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        color: white;
        width: 280px;
    }
    #btn-amb-brochure span {
        width: 38px;
        height: 38px;
        line-height: 34px;
    }
    #btn-amb-brochure img {
        width: 20px;
    }
    .page {
        width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        box-sizing: border-box;
    }
    /*#btn-acquista-fixed,
    #btn-muba-shop-fixed {
        height: 30px;
        line-height: 30px;
        min-width: 150px;
        padding: 0px 10px;
        font-size: 15px;
        right: -60px;
        top: 50%;
        margin-top: -10px;
    }
    #btn-muba-shop-fixed {
        right: auto;
        left: -60px;
    }*/

    #btn-acquista-fixed {
/*        height: 30px;
        line-height: 30px;*/
        min-width: 150px;
        position: fixed;
        right: auto;
        left: calc(50% + 5px);
        padding: 0px 10px;
        font-size: 15px;
        top: auto;
        bottom: 0px;
        margin-top: 0px;
        z-index: 998;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #btn-muba-shop-fixed {
/*        height: 30px;
        line-height: 30px;*/
        min-width: 150px;
        padding: 0px 10px;
        font-size: 15px;
        right: calc(50% + 5px);
        left: auto;
        top: auto;
        bottom: 0px;
        margin-top: 0px;
        z-index: 998;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .social-top {
        display: none;
    }
    #nav-main {
        display: none;
        position: absolute;
        top: 70px;
        z-index: 54;
        background-color: white;
        right: 0px;
        width: 180px;
        height: auto;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.15);
    }
    #nav-main .sep {
        display: none;
    }
    #nav-main li {
        width: 180px;
        height: 40px;
    }
    #nav-main li a {
        width: 180px;
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
    }
    #nav-main .nav-second {
        right: 0px;
        left: auto;
        top: 40px;
    }
    header {
        height: 70px;
    }
    main {
        padding-top: 70px;
    }
    #burger-menu {
        display: block;
        float: right;
        margin-top: 26px;
        padding: 0px 5px;
        margin-left: 10px;
    }
    #header-bottom {
        display: none;
    }
    .hp-slider-el-text h2,
    .hp-slider-el-text h1 {
        font-size: 15px;
        line-height: 20px;
    }
    .btn {
        font-size: 12px;
            height: 30px;
        line-height: 30px;
        min-width: 120px;
        font-weight: bold;
    }
    .hp-slider-el-text {
        width: 70%;
    }
    #hp-slider-cont, #hp-slider, .hp-slider-el {
        height: calc(50vh - 70px)
    }
    .font_15_20 {
        font-size:12px;
        line-height: 17px;
    }
    .standard_title,
    .standard_title_nomb {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .attivita_top img {
        max-height: 100%;
        max-width: 100%;
    }
    .news-slider-el-int {
        padding: 20px 20px 60px 20px;
        font-size: 12px;
        line-height: 15px;
    }
    #news-slider-cont, #news-slider, .news-slider-el {
        height: 220px;
    }
    #footer-newsletter-cont {
        padding-top: 40px;
    }
    .footer-newsletter-box {
        width: 100%;
    }
    .footer-newsletter-text {
        font-size: 12px;
        line-height: 17px;
        margin-top: 20px;
    }
    .footer-newsletter-title {
        font-size: 25px;
    }
    #footer-newsletter-left {
        padding: 0px 0px 0px 0px;
    }
    #footer-newsletter-right {
        padding: 0px 0px 0px 0px;
        margin-top: 40px;
    }
    #hp-percorsi {
        height: auto;
        width: 80%;
        padding: 0px 10%;
    }
    #hp-percorso-famiglie {
        margin-top: 50px;
    }
    .hp-percorso {
        width: 100%;
        height: 80vw;
        margin-bottom: 50px;
    }
    .hp-percorso .btn {
        height: 50px;
        line-height: 50px;
        min-width: 180px;
        padding: 0px 10px;
        font-size: 18px;
        bottom: -25px;
        margin-left: -90px;
        font-weight: 900;
    }
    .btn-newsletter {
        min-width: calc(50% - 5px);
        font-size: 15px;
    }
    #id_newsletter-mail, #id_newsletter-scuole-mail,
    #id_newsletter-scuole-nome, #id_newsletter-nome {
        width: calc(50% - 5px);
    }
    #footer-nav {
        padding: 0px 7.5px;
        font-size: 12px;
        line-height: 15px;
    }
    #footer-nav li {
        width: 50%;
        margin-bottom: 20px;
    }
    #footer-nav img {
        display: none;
    }
    #footer-nav #footer-social-cont {
        width: 100%;
        height: auto;
        min-height: 0px;
    }
    #footer-nav #footer-social-cont a {
        width:50%;
    }
    #footer-nav #footer-social-cont .mt_20 {
        margin-top: 0px;
    }
    #footer-bottom {
        height: 60px;
        position: relative;
        box-sizing: border-box;
        padding: 10px 70px 10px 0px;
    }
    #footer-bottom p {
        height: 40px;
        line-height: 20px;
    }
    #back-to-top {
        top: 0px;
    }
    #header-right {
        margin-right: 10px;
    }
    #logo-top {
        margin-left: 10px;
    }
    #info-orario .w_20pe,
    #info-orario .w_25pe,
    #info-orario .w_35pe {
        width: 50%;
    }
    #info-costo .w_30pe {
        width: 40%;
    }
    #info-rotonda .w_30pe,
    #info-bistro .w_30pe {
        width: 70%;
    }
    #info-costo .w_68pe,
    #info-rotonda .w_68pe,
    #info-bistro .w_68pe {
        width: 58%;
    }
    #info-rotonda .w_68pe,
    #info-bistro .w_68pe,
    #info-come-raggiungerci  .w_68pe {
        width: 100%;
    }
    #mappa-link {
        width: 100%;
        margin-bottom: 20px;
    }
    #info-convenzioni .attvita_body_colsx,
    #info-convenzioni .attvita_body_coldx  {
        width: 100%;
        padding: 0px 0px 20px 0px;

    }
    #info-costo, #info-convenzioni,
    #info-rotonda, #info-bistro,
    #info-come-raggiungerci, #info-come-funziona {
        padding-top: 40px;
    }
    #scuole-icone-cont .w_25pe {
        width: 50%;
        margin-bottom: 20px;
    }
    #amici-del-muba .attvita_body_colsx,
    #amici-del-muba .attvita_body_coldx  {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    #amici-del-muba  .w_50pe {
        display: none;
    }
    .attivita-piccolo,
    .attivita-medio,
    .attivita-grande {
        width: 100%;
        height: 50vw;
        font-size: 12px;
        line-height: 12px;
    }
    #attivita_giorno_calendario .attvita_body_colsx,
    #attivita_giorno_calendario .attvita_body_coldx {
        width: 100%;
        padding: 0px;
    }
    .attivita_giorno_text {
        font-size: 12px;
        line-height: 17px;
    }
    #attivita_giorno_calendario .attivita-piccolo, #attivita_giorno_calendario .attivita-medio, #attivita_giorno_calendario .attivita-grande, #attivita_in_evidenza .attivita-piccolo, #attivita_in_evidenza .attivita-medio, #attivita_in_evidenza .attivita-grande {
        height: 200px;
        font-size: 15px;
        line-height: 15px;
    }
    #info-come-funziona-partials .attvita_body_colsx,
    #info-come-funziona-partials .attvita_body_coldx {
        width: 100%;
        padding: 0px;
    }
    .info-come-funziona-33 {
        width: 100%;
        margin-bottom: 20px;
    }
    .attivita_info_text {
        width: 100%;
        margin-right: 0px;
    }
    .attivita_info_list {
        width: 100%;
        margin-right: 0px;
    }
    .attvita_body_colsx {
        width: 100%;
        padding-right: 0px;
    }
    .attvita_body_coldx,
    #attivita_body .attvita_body_bigcol,
    .attivita_body_imgsx .attvita_body_bigcol {
        width: 100%;
        padding-left: 0px;
        margin-top: 40px;
    }
    .scuola-link-quadrato,
    .scuola-link-quadrato:nth-child(4n) {
        width: 100%;
        position: relative;
        display: block;
        margin: 0px 0px 10px 0px;
    }
}
