﻿#menuLeft {
    top: 0px;
    left: -260px;
    background-image: url(/_mobile/imgs/transparent.png);
    background-repeat: repeat;
    display: block;
    position: fixed;
    height: 100%;
    width: 260px;
    padding-left:30px;
    background-color: #19202A;
    z-index: 1100;
    overflow-y: scroll;
   -webkit-overflow-scrolling: touch;
    }

#menuLeftContent {
    position:relative; 
    display:block;    
}


#menuLeftBtn {
    top: 7px;
    left: 0px;
    background-image: url(/_mobile/imgs/btnMenu.png);
    background-size: 100% 100%;
    display: block;
    position: fixed;
    width: 39px;
    height: 36px;
    z-index: 1100;

    
}



#topBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
    z-index: 1099;
    box-shadow: 2px 2px 5px rgba(150,150,150,0.5);
}

.back {

    display: block;
    float: left;
    width: 14px;
    height: 40px;
    vertical-align: top;
    text-align: left;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;

}

 .back img {
   
        height: 23px;
        margin-top: 8px;
    }



.logo {
    display: block;
    float: left;
    width: 106px;
    height: 40px;
    vertical-align: top;
    text-align: left;
    margin-left: 20px;
    margin-top: 2px;
}

    .logo img {
   
        height: 44px;
        margin-top: 1px;
    }

.cerca {
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    border-left: solid 1px #dfdfdf;
}

    .cerca img {
        height: 32px;
        margin-top: 4px;
    }

.cart {
    display: block;
    float: right;

    width: 50px;
    height: 40px;
    
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    
    text-align:center;
    font-family:'Lato';
    font-size:15px;
    line-height:50px;

    border-left: solid 1px #dfdfdf;

    background-image:url('/_mobile/imgs/cart.png');
    background-size:78%;

    background-repeat:no-repeat;
    background-position: center center;
}

    .cart a {
    
        color:#FFFFFF;
    }


#cerca_txt {
   width: 100%;
   overflow: hidden;
   background-color: #f8f8f8;
   
   text-align:center;
   height:0px;
}
#cerca_result {

   position:absolute;
   width: calc(100% - 32px);
   top:90px;
   left:16px;
   overflow: hidden;
   background-color: #ffffff;
   
   text-align:center;

}

.inpt_box_cerca {
    border-top: solid 1px #dedede;
    border-left: none;
    border-bottom: none;
    border-right: none;
    background-color: #EAEAEA;
    height:28px;
    padding-left:20px;
    font-family:'Lato';
}
.inpt_box_cerca:focus
{
    outline-width: 0px;
    outline-color: invert;
    outline-style: none;
}

.searchresult
{
    height: 28px;
    padding-top: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    background-color: #ffffff;
    font-family: Arial;

}
.searchresult:hover
{
    background-color: #f1f1f1;
    cursor: pointer;
}
.match
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}



/*MY LEO INSIDE MENU*/

/*LOGGED CLASS*/
.divMyLeoInsideMenuLeft {

    display:block;
    float:left;
    background-color:#FFFFFF;
    overflow:hidden;
    
    width:250px;
    margin-left:10px;
    margin-right:10px;    
 
    margin-top:10px;
    margin-bottom:10px;
        
    background-size:100%;
    background-repeat:no-repeat;
    background-position: center top;


}


/*UNLOGGED CLASS*/
.valignDiv {
    display:inline-block;
    vertical-align: middle;
}

.loginsignin {
    display: block;
    float: left;
    width: 230px;
    padding-top:10px;
    height: 51px;
    text-align:center;
    margin: 0px;
    overflow:hidden;
}


    /* Fake (pseudo) element, that enables vertical-align */
    .loginsignin_inner:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
    }

    .loginsignin_inner {
        display: inline-block;
        vertical-align:middle;
        background-color:#FFFFFF;
        width: 210px;
        height: 31px;
        text-align:left;
    }

        .loginsignin_inner img { 
            margin-left:10px;  
            height:20px;
        }

        .loginsignin_inner a { 
            width:120px;  
            display:block;
            margin-left:10px;  
            color:#d7d7d7;
            font-size:12px;
            overflow:hidden;
            height:26px;
            /*line-height:26px;*/
        }

        .mobileflagdiv img {
            margin-left:20px;
            width:23px;
            height:16px;   
            border:solid 1px #d7d7d7;
        }

/*----------------------------------------*/

.loginloggedin {
    display: block;
    float: left;
    width: 230px;
    padding-top:10px;
    text-align:center;
    margin: 0px;
}  


.loginloggedin_expdiv {
    margin-top:10px;
    padding-top:5px;
    display:block;
    float:left;
    height:auto;
    width:100%;
    background-color:#FFFFFF;
}

.mobilefrecciadiv img {
            margin-left:30px;
            width:15px;
            height:11px;   
            
        }

.myLeoInsideClosed {

    height:51px;
    
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.myLeoInsideOpened {

    height:180px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.btnInsideMyLeo {        
    display:block;
    float:left;  
    width:100%;
    height:22px;
    text-align:left;        
    vertical-align:middle;
    /*line-height:22px;*/
}

.loginloggedin_expdiv a {
     color:#000000;
     font-size:12px; 
}



.mobileMenuCategoryItem {
    display:block;
    float:left;
    width:100%;
    padding-left:22px;
    font-family: 'Muli',sans-serif;
    font-size:14px;   
    height:32px;
    border-bottom:solid 1px #AEAEAE;
    color:#AEAEAE;
    line-height:32px;
}
.mobileMenuCategoryItem a {
    display:block;
    width:100%;
    color:#FFFFFF;
    font-family: 'Muli',sans-serif;
    font-size:12px;   
}
.mobileMenuMacroCategoryItem {
    display:block;
    float:left;
    width:100%;
    padding-left:10px;
    font-family: 'Muli',sans-serif;
    font-size:14px;
    background-color:#19202A;
    height:36px;
    border-bottom:solid 1px #EAEAEA;
    color:#FFFFFF;
    line-height:36px;
}
.mobileMenuMacroCategoryItem a {
    display:block;
    width:100%;
    font-family: 'Muli',sans-serif;
    font-size:14px;
}

.fdown {
    background-image: url('/_mobile/imgs/down.png');
    background-position: 204px center; 
    background-repeat: no-repeat;
    background-size: 12px 9px;
}
.fup {
    background-image: url('/_mobile/imgs/up.png');
    background-position: 204px center; 
    background-repeat: no-repeat;
    background-size: 12px 9px;
}


.submenu {       
    display: block;
    float: left;
    width: 230px;
    background-size:100%;
    height: 0px;
    margin: 0px;
    overflow:hidden;
    background-color:#353e4b;
}





.flags_overlay {
    position:fixed;
    background-color:#000000;
    width:100%;
    height:100%;
    opacity:0.4;
    z-index:9998;
}

.flags_div {
    position:fixed;
    background-color:#ffffff;
    width:280px;
    height:140px;
    left: calc((100% - 280px)/2);
    top: calc((100% - 140px)/2);
    opacity:1;
    text-align:center;
    z-index:9999;
}

.mobile_flag_title {
    display: block;
    text-align: center;
    font-size:20px;
    line-height: 28px;
    margin-top: 20px;
}

.mobile_flag_ddl
{
    display:block;
    text-align:center;
    width:90%;
    margin-left: calc((100% - 90%)/2);
    height:28px;
    margin-top:15px;
}

.mobile_flag_btn {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    color: #808080;
}