/*COLOURS:*/
#menu-tmm,
#menu-tmm .bt-menu,
#menu-tmm .wrapper-nav
{ background: #343434;}
#menu-tmm .bt-menu:hover,
#menu-tmm.open .bt-menu{background: #3f3f3f;}

#menu-tmm, #menu-tmm a{color: #a6abab;}/*#a6abab*/
#menu-tmm a:hover, #menu-tmm li>em:hover{    color: #fff; }


/* MENU MOBILE */
 
#menu-tmm{
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	text-align:left;
    display: none;
    position: absolute;
    top: 48px;
    bottom: 0;
    right:0;
    width: 0;
	max-width:80%;
    height: 100%;
    min-height: 100%;
/*    background: #343434;*/
    font-size: 13px;
    line-height: 2.77em;
    text-transform: uppercase;
    z-index: 1000;
    -webkit-transition: width .25s ease-out;
    transition: width .25s ease-out;
}
#menu-tmm.open{  width: 20em; }
#menu-tmm.top_fixed{  position: fixed;  top: 0;}
#menu-tmm.top_pos{top: 0;}

#menu-tmm .wrapper-nav{
    position: relative;
    top: -0.07em;
    bottom: 0;
    width: 100%;
    min-height: 100%;
/*    background: #343434;*/
    overflow: hidden;
    overflow-y: auto;
}


/* MENU MOBILE - Bt */
#menu-tmm .bt-menu {
    position: absolute;
	font-size:3em;
    top: -0.07em;
    left: -1.55em;
    width: 1.55em;
    height: 1.55em;
 /*   background: #343434;*/
	padding-left:0.33em;
	padding-top:0.33em;
    overflow: hidden;
    cursor:pointer;

    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}


/* MENU MOBILE - Menu */

#menu-tmm li ul {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: none;
    position: static;
    min-width: auto;
}
#menu-tmm li{
	width:100%;
    padding: 0 0 0 10%;
    line-height: 2.77em;
    overflow: hidden;
}
#menu-tmm li li{    width: auto;   line-height: 1.92em; padding-left:5%;}
#menu-tmm ul li:first-child a {    padding-top: 1.38em;}
#menu-tmm ul li li:first-child a {    padding-top: 0;}



#menu-tmm li>em,#menu-tmm li>a{
    display: block;
    font-style: normal;
    cursor: pointer;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

#menu-tmm a[href="#"],
#menu-tmm a[href=""],
#menu-tmm a[href="#"]:hover,
#menu-tmm a[href=""]:hover{text-decoration:none;}

#menu-tmm li>em:after,
#menu-tmm li>a[href="#"]:after,
#menu-tmm li>a[href=""]:after{ 
   content: '\f0da';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0em 0em 0em 0.75em;
   text-decoration:none;
} 
#menu-tmm li>em.tmmemexpand:after{content: '\f0d8';}

/*#menu-tmm li>em:after,
#menu-tmm li>a[href="#"]:after,
#menu-tmm li>a[href=""]:after{ 
content: '+';}
#menu-tmm li>em.tmmemexpand:after{content: '-';}
*/

/* MENU MOBILE - Search text */

#menu-tmm .box-search{
    margin: 1.15em 0;
    padding-top: 1.15em;
    padding-bottom: 1.15em;
    border-top: 0.07em solid #444;
    border-bottom: 0.07em solid #444;
    overflow: hidden;
}
#menu-tmm .box-search span,
#menu-tmm .box-search .bt-search{    display: block;}
#menu-tmm .box-search span{    margin-bottom: 0.45em;    line-height: normal;}
#menu-tmm .box-search form{    position: relative;}
#menu-tmm .box-search .text{
    float: left;
    width: 100%;
    height: 2.4em;
    padding: 0 3.46em 0 0.75em;
    background: none;
    border: thin solid #888;
    border-radius: 0;
	color:inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#menu-tmm .box-search .text:focus,
#menu-tmm .box-search .bt-search:focus{    outline: none;}
#menu-tmm .box-search .bt-search{
    position: absolute;
    top: 0;
    right: 0;
    width: 2.69em;
    height: 2.3em;
    padding: 0 0.35em;
    line-height: 2.35em;
    background: #888;
    text-align: center;
/*    color: #313131;*/
	color:inherit;
    border: none;
    border-radius: 0;
    cursor: pointer;

    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
#menu-tmm .box-search .bt-search:hover{    opacity: .75;}

/* MENU MOBILE - Others */
#menu-tmm li.visible>ul {display: block;}
#menu-tmm .others {    padding-top: 0.75em;    padding-bottom: 1.15em;}






@media screen and (max-width: 1170px) {
	#menu-tmm {        display: block;    }
	}