


@charset "utf-8";

/*font del sito  - presi da contenitore FONT SITO*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@700&display=swap');        .Open-sans { font-family: Open sans, sans;}
.Open-sans { font-weight: 300; }
        .Cabin { font-family: Cabin, sans;}
.Cabin { font-weight: 600; }


/* STILI RELATIVI ALL'ACCORDION */
/* STILI RELATIVI ALL'ACCORDION */
/* STILI RELATIVI ALL'ACCORDION */

/*accordion*/
.accordionMaster {
    margin: 0 auto;
    -webkit-box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 10px 24px -11px rgba(0, 0, 0, 0.27);
    border-radius: 0;
    overflow: hidden; 
}

.accordionMaster .card, .accordionMaster .card:last-child .card-header {
    border: none;
    background: transparent; 
}

.accordionMaster .card-header {
    border: none;
    background: transparent; 
}

.accordionMaster .card-header .heading {
    position: relative;
    font-weight: 300;
    z-index: 0; 
}
    
.accordionMaster .card-header .heading h3 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left; 
}

.accordionMaster .fa {
    font-size: 16px;
}

.accordionMaster .btn {
    width: 100%;
    font-weight: normal;
    color: #000;
    padding: 0;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative; 
}
    
.accordionMaster .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.accordionMaster .btn .icon i {
    font-size: 18px;
}

.accordionMaster .btn-link:hover, .accordionMaster .btn-link:focus {
    text-decoration: none; 
}

.card-body {
    background: rgba(0, 0, 0, 0.02);
    margin-bottom: 1px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f3d8";
    font-family: "Ionicons";
    font-style: normal; 
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f3d0";
    font-family: "Ionicons";
    font-style: normal; 
}

button[aria-expanded="true"] {
    color: #000 !important;
    background: rgba(0, 0, 0, 0.02) !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}

@media (prefers-reduced-motion: reduce) {
    button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; 
    } 
}

/* FINE ACCORDION */

.clippingcolor {background-clip: content-box;}
.clippingcolor div { padding: 1em;}
.iconapiccola img { width: 4em; padding-top: 1.5em!important; }
/*colori del sito  - presi da contenitore COLORI SITO*/
:root {
	--nero: #000000;
	--Grigio: #797979;
	--Bianco: #ffffff;
	--Bluette: #3853a2;
	--Giallo: #ffdf2e;
	--Blue-scuro: #063668;
	--Bluette-50: #828fb7;
	--Bianco-sporco: #fafafa;
	--bubble: ;
	--azzurro: #bec5d9;

}

.nero { color: #000000; }
.h-nero:hover { color: #000000; }
.background-nero { background-color: #000000; }
.h-background-nero:hover { background-color: #000000; }
.fill-nero { fill: #000000; }
.Grigio { color: #797979; }
.h-Grigio:hover { color: #797979; }
.background-Grigio { background-color: #797979; }
.h-background-Grigio:hover { background-color: #797979; }
.fill-Grigio { fill: #797979; }
.Bianco { color: #ffffff; }
.h-Bianco:hover { color: #ffffff; }
.background-Bianco { background-color: #ffffff; }
.h-background-Bianco:hover { background-color: #ffffff; }
.fill-Bianco { fill: #ffffff; }
.Bluette { color: #3853a2; }
.h-Bluette:hover { color: #3853a2; }
.background-Bluette { background-color: #3853a2; }
.h-background-Bluette:hover { background-color: #3853a2; }
.fill-Bluette { fill: #3853a2; }
.Giallo { color: #ffdf2e; }
.h-Giallo:hover { color: #ffdf2e; }
.background-Giallo { background-color: #ffdf2e; }
.h-background-Giallo:hover { background-color: #ffdf2e; }
.fill-Giallo { fill: #ffdf2e; }
.Blue-scuro { color: #063668; }
.h-Blue-scuro:hover { color: #063668; }
.background-Blue-scuro { background-color: #063668; }
.h-background-Blue-scuro:hover { background-color: #063668; }
.fill-Blue-scuro { fill: #063668; }
.Bluette-50 { color: #828fb7; }
.h-Bluette-50:hover { color: #828fb7; }
.background-Bluette-50 { background-color: #828fb7; }
.h-background-Bluette-50:hover { background-color: #828fb7; }
.fill-Bluette-50 { fill: #828fb7; }
.Bianco-sporco { color: #fafafa; }
.h-Bianco-sporco:hover { color: #fafafa; }
.background-Bianco-sporco { background-color: #fafafa; }
.h-background-Bianco-sporco:hover { background-color: #fafafa; }
.fill-Bianco-sporco { fill: #fafafa; }
.bubble { color: ; }
.h-bubble:hover { color: ; }
.background-bubble { background-color: ; }
.h-background-bubble:hover { background-color: ; }
.fill-bubble { fill: ; }
.azzurro { color: #bec5d9; }
.h-azzurro:hover { color: #bec5d9; }
.background-azzurro { background-color: #bec5d9; }
.h-background-azzurro:hover { background-color: #bec5d9; }
.fill-azzurro { fill: #bec5d9; }


/* reset */
html, body { width: 100%; height: 100%; /*overflow-x: hidden;*/
 font-size: 15px;		    	font-family: Open sans, sans;
                    font-weight: 300;

}

        h1 { font-family: Cabin, sans; }
 h1 { font-size: 2.5em; }            h1 { font-weight: 700!important; }
        h2 { font-family: Cabin, sans; }
 h2 { font-size: 2.16em; }            h2 { font-weight: 600!important; }
        h3 { font-family: Open sans, sans; }
 h3 { font-size: 1.5em; }            h3 { font-weight: 400!important; }
        h4 { font-family: Open sans, sans; }
 h4 { font-size: 1.25em; }            h4 { font-weight: 600!important; }


@media only screen and (max-width: 770px) {
    html, body {
    }

}

a, a:hover { text-decoration: none; }
        a { color: #ffffff; }
        a:hover { color: #ffffff; }


/*  effetto sottolineato nel testo del menu
.vocemenuprincipale {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.vocemenuprincipale:after {

        border-bottom: 2px solid #ffffff;

    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 0%;
    transition: width .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.vocemenuprincipale:hover:after {
    width: calc( 100% - 32px );
}
*/

p { font-size:  1em; }
h1 p { font-size: 1em; margin-bottom: 0; }
h2 p { font-size: 1em; margin-bottom: 0; }
h3 p { font-size: 1em; margin-bottom: 0; }
h4 p { font-size: 1em; margin-bottom: 0; }
h5 p { font-size: 1em; margin-bottom: 0; }

.small { font-size: 80%; }

.mail2to {
  display: none;
}

.font-size-6em {
    font-size: 6em;
}

@media only screen and (max-width: 770px) {
    .font-size-6em {
        font-size: 4em;
    }
}
.owl-dots {
    position: relative;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-carousel .owl-item img{
    display: block;
}

/* ELEMENTI CUSTOM DEL MASTER */
/* ELEMENTI CUSTOM DEL MASTER */
/* ELEMENTI CUSTOM DEL MASTER */

/* posizionamento bottom */

.colori-a-fette {   background: linear-gradient(60deg, #bec5d9 , #bec5d9 65%, #3853a2 65.1%, #3853a2 100%); }

.umb-block-list::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -2;
    width: 100%;
    background-color: #fafafa;
    height: 100%;
}

.background-bubble::after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-color: #828fb7;
    left: 0;
    height: 100%;
    -webkit-mask: url(/css/overlay.svg) no-repeat 100% 100%;
    mask: url(/css/overlay.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
}


.colonna-rounded {
    height: 0;
    padding-bottom: calc(33% - 1em)!important;
    background-color: transparent;
}

.colonna-rounded-nero {
    height: 0;
    padding-bottom: calc(33% - 1em)!important;
    background-color: transparent;
}

.colonna-rounded .Bianco {
    z-index: 2;
}

.colonna-rounded-nero .nero {
    z-index: 2;
}

.colonna-rounded::after {
    content: '';
    border-radius: 100% 100%;
    position: absolute;
    bottom: 15%;
    width: 70%;
    background-color: #828fb7;
    left: 15%;
    height: 70%;
}

.colonna-rounded-nero::after {
    content: '';
    border-radius: 100% 100%;
    position: absolute;
    bottom: 15%;
    width: 70%;
    background-color: #fff;
    left: 15%;
    height: 70%;
}

.colonna-rounded-nero .nero::after {
    content:url(/css/Line.png);
    position: absolute;
    left: 90%;
    top: 45%;
}

.colonna-rounded-nero .nero::before {
    content:url(/css/Line.png);
    position: absolute;
    right: 90%;
    top: 45%;
}

.bollo-uno-grande { text-align: center; }
.bollo-due-grande { text-align: center; }
.bollo-tre-grande { text-align: center; }
.bollo-quattro-grande { text-align: center; }
.bollo-cinque-grande { text-align: center; }
.bollo-sei-grande { text-align: center; }
.bollo-sette-grande { text-align: center; }
.bollo-otto-grande { text-align: center; }
.bollo-nove-grande { text-align: center; }


.bollo-uno-grande::after {
    content: '1';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-due-grande::after {
    content: '2';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-tre-grande::after {
    content: '3';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-quattro-grande::after {
    content: '4';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-cinque-grande::after {
    content: '5';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-sei-grande::after {
    content: '6';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-sette-grande::after {
    content: '7';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-otto-grande::after {
    content: '8';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-nove-grande::after {
    content: '9';
    padding: 1em 1.5em;
    border-radius: 2em;
    color: #828fb7;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
    margin: auto;
}

.bollo-uno::after {
    content: '1';
    position: absolute;
    left: 70%;
    top: 15%;
    background: #ffdf2e;
    padding: 1em 1.5em;
    border-radius: 2em;
    color: black;
    font-weight: 700;
}

.bollo-due::after {
    content: '2';
    position: absolute;
    left: 70%;
    top: 15%;
    background: #ffdf2e;
    padding: 1em 1.5em;
    border-radius: 2em;
    color: black;
    font-weight: 700;
}

.bollo-tre::after {
    content: '3';
    position: absolute;
    left: 70%;
    top: 15%;
    background: #ffdf2e;
    padding: 1em 1.5em;
    border-radius: 2em;
    color: black;
    font-weight: 700;
}

@media screen and (max-width: 1280px) {
    .colonna-rounded, .colonna-rounded-nero { font-size: 14px; }
}

@media screen and (min-width: 760px) and (max-width: 1024px){
    .colonna-rounded, .colonna-rounded-nero { font-size: 12px; }
    .colonna-rounded::after{
        bottom: 10%;
        width: 80%;
        left: 10%;
        height: 80%;
    }
     .colonna-rounded-nero::after {
        bottom: 10%;
        width: 80%;
        left: 10%;
        height: 80%;
     }
    .bollo-uno::after  {
        top: 5%;
    }
    .bollo-due::after {
        top: 5%;
    }
    .bollo-tre::after {
        top: 5%;
    }
}



@media screen and (max-width: 767px) {
    .colonna-rounded {
        padding-bottom: calc(100% - 1em)!important;
    }
    .colonna-rounded-nero {
        padding-bottom: calc(100% - 1em)!important;
    }
}

@media screen and (max-width: 990px) {
    .colonna-rounded-nero .nero::after {
        content: '';
    }
    .colonna-rounded-nero .nero::before {
        content: '';
    }
    .colori-a-fette {   background: linear-gradient(60deg, #ffdf2e , #ffdf2e 50%, #3853a2 50.1%, #3853a2 100%); }
}

.bottom-0 { bottom: 0; }

/* Posizionamento del menu laterale */
.mLateraleDx { right: 0; z-index: 100; }
.mLateraleSx { left: 0; z-index: 100; }
#menu-aperto { 
    transition: left 0.5s ease-in, right 0.5s ease-in; 
    z-index: -1; 
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.left-100 { left: 0; }
.left-50 { left: 50%; }
.left-0 { left: 100%; }
.right-100 { right: 0; }
.right-50 { right: 50%; }
.right-0 { right: 100%; }
.top-0  {top: 0;}

@media only screen and (max-width:  1200px) {
    .left-50 { left: 0%; }
    .right-50 { right: 0%; }
}

/* Altezze usate nella configurazione dello slider */
.altezza13 { height: 30vh; }
.altezza23 { height: 65vh; }
.altezza12 { height: 45vh; }
.altezza100 { height: 90vh; }


@media only screen and (max-width: 770px) {
    .altezza13M { height: 30vh; }
    .altezza23M { height: 65vh; }
    .altezza12M { height: 45vh; }
    .altezza100M { height: 90vh; }
}

/* w65 è utilizzato nello slider per la gestione dello spazio usato da logo e titolo */
.w65 { width: 65%; }
@media only screen and (max-width: 770px) {
	.w65 { width: 100%; }
}

/* iconablocchi viene usata per nascondere l'anchor nei blocchi di costruzione */
.anchorBlock { display: block; position: relative; visibility: hidden; }

/* iconablocchi viene usata per la gestione delle icone nei blocchi */
.iconaBlocchi {
    left: 50%;
    margin-left: -4em;
    width: 8em;
    height: 6em;
    background-size: 6em;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 1.5em;
}

/* iconaTesto viene usata per la gestione delle icone nei blocchi di testo multicolonna*/
.iconaTesto {
    width: 6em;
    margin: 0 auto;
} 

footer p {
    margin-bottom: inherit;
}

.form-footer-nl {
    border: none;
    border-radius: 0;
    height: 2em;
    padding: 0.25em;
    font-size: 1em;
    line-height: 1.5em;
}

.form-footer-nl:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
    outline: 0;
}

/*icona menu*/
.icon-size-100 { width: 100px; height: 100px; }
.icon-size-70 { width: 3.5em; height: 3.5em; margin-top: 0.5em;}
.icon-font-size-70 { font-size: 3.5em; }
.icon-size-50 { width: 2.7em; height: 2.7em; }
.icon-size-15em { width: 1.5em; height: 1.5em;}
.icon-size-1em { width: 1em; height: 1em; }
.icon-size-2em { width: 2em; height: 2em; }
.icon-size-3em { width: 3em; height: 3em; }
.icon-size-4em { width: 4em; height: 4em; }
.icon-size-1em-font { font-size: 1em;}
.icon-size-2em-font { font-size: 2em;}
.icon-size-3em-font { font-size: 3em;}
.icon-size-4em-font { font-size: 4em;}

#accessorio {
    margin-top: -2em;
}

@media only screen and (max-width: 770px) {
  .icon-size-50 { width: 2em; height: 2em; }
  .icon-size-70 { width: 2.5em; height: 2.5em; margin-top: 0;}
  #accessorio {
    margin-top: 2em;
    }
}

.icona-menu-off { background: url(../svg/menu-off.svg) no-repeat; background-size: contain; background-position: center center; }
.icona-menu-on { background: url(../svg/menu-on.svg) no-repeat; background-size: contain; background-position: center center; }

/* segnaposto per tornare indietro nel menu laterale */
.segnapostomenu { 
    transform-origin: left;
    transform: translate(50%, 50%) rotate(90deg); 
        font-size: 0.75em;
}

.segnapostomenu h4 {
    margin: 0;
}



/* MENU LATERALE, parte apertura PADEL */
.nav {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 90;
    transition: all 0.25s;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.nav-open .nav-menu-side {
    left: 65%;
}

@media screen and (max-width: 1024px) {
    .nav-open .nav-menu-side {
        left: 0%;
    }
}
.nav-open .nav-menu-side-nav {
    width: 25%;
    height: 100%;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .nav-open .nav-menu-side-nav {
        width: 82%;
    }
}

.nav-menu-side {
    transition: all 0.25s;
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: -1;
    background: white;
}

.nav-menu-side-nav {
    display: flex;
    justify-content: right;
    text-align: center;
    width: 100%;
}
.nav-menu-side-nav ul {
    list-style: none;
    text-align: right;
}
.nav-menu-side-nav ul li {
    padding-bottom: 1em;
}
.nav-menu-side-nav ul li a {
    color: var(--primary-color);
    text-decoration: none;
    cursor: pointer;
}

.liSottoMenu {
    padding-bottom: 0!important;
}

.socialIcon {
    height:2.3em;
    margin-top:0.1em;
}

@media screen and (max-width: 1500px) {
    .socialIcon {
        height:1.3em;
    }
}

/*menu mobile */

.noOverFlow {
    overflow-x: hidden;
    overflow-y: hidden;
}

div.bmc-burger {
    height: 2em; 
    width: 2em;
    cursor: pointer;    
    position: relative;
    z-index:1001;
}

div.bmc-x,
div.bmc-y,
div.bmc-z {
    position: absolute; margin: auto;
    height: 3px; width: 2em;
    border-radius:2px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}       
div.bmc-x{top: .25em;}
div.bmc-y{top: 1em;}
div.bmc-z{top: 1.75em;}

div.bmccollapse{
    top: 20px;
    -webkit-transition: all 70ms ease-out;
       -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
         -o-transition: all 70ms ease-out;
            transition: all 70ms ease-out;
            translate: -0.5em 0;    
}

div.bmcrotate30{
    -ms-transform: rotate(30deg); 
    -webkit-transform: rotate(30deg); 
    transform: rotate(30deg);   
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;        
            translate: -0.5em 0;              
}
div.bmcrotate150{
    -ms-transform: rotate(150deg); 
    -webkit-transform: rotate(150deg); 
    transform: rotate(150deg);  
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;   
            translate: -0.5em 0;                   
}

div.bmcrotate45{
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);   
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;    
        translate: -0.5em 0;             
}
div.bmcrotate135{
    -ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg);  
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;   
            translate: -0.5em 0;              
}

div.bmc-circle{ 
    border-radius: 50%;
    width: 0px;
    height: 0px; 
    position:absolute;
    top: -10%;
    left: -10%;
    opacity:1;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000); 
}
div.bmc-circle.bmcexpand{
    width:200%;
    height:200%;
    top: -40%;
    left: -30%;   
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);                 
    z-index:999;
}

div.bmc-menu {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

div.bmc-menu.bmcopen{
    display: flex;
     z-index:1000;
}

div.bmc-menu ul {
    margin: 0;
    padding: 0;
}
div.bmc-menu ul li {
    list-style: none;
    opacity:0;
    width:100%;
    font-size:0px;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}
div.bmc-menu ul li a {
    text-transform:uppercase;
    text-decoration:none;   
    letter-spacing:3px;         
}

div.bmc-menu li.bmcanimate{
    font-size:15px;
    opacity:1;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
       -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
        -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
         -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}