﻿body {
        overflow-x:hidden;
}

i.material-icons.arabe {
	height: 56px;
	width: 56px;
	line-height: 56px;
	text-align: center;
	color: #8e8587;
	float: right;
	cursor: pointer;
}

.touch-menu-la-arabe .inner-header {
	width: 100%;
	height: 100px;
	background-image: url(../../src/assets/inner-header-bg.jpg);
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
	box-sizing: border-box;
}

.touch-menu-la-arabe .inner-header span {
	display: block;
	font-size: 16px;
}

.menu-items {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}

.menu-items li a {
	padding: 0 16px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

.menu-items li:hover a {
	background: #F3F3F3;
	cursor: pointer;
}

.menu-items li i {
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 12px;
	margin-right: 32px;
}

.inner-footer {
	padding: 16px;
	font-size: 14px;
}

.center-icon {
	height: 56px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	margin-top: -28px;
	color: #CCC;
	pointer-events: none;
}
.center-icon i {
	font-size: 56px !important;
	color: #CCC;
	margin-left: 10px;
	float: left;
}

.center-icon i.arrow{
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.center-icon .text {
	height: 56px;
	line-height: 70px;
	margin-left: 20px;
	float: left;
	font-size: 25px;
}


.touch-menu-la-arabe {
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -280px;
background: rgba(66,55,56,.92);
}

    .touch-menu-la-arabe .tmla-handle {
        position: absolute;
        /* right: -20px; */
        top: 60px;
        /* width: 20px; */
        height: 100%;
    }

    .touch-menu-la-arabe.opened {
        transition: all 0.3s ease-out !important;
        -webkit-transition: all 0.3s ease-out !important;
        -moz-transition: all 0.3s ease-out !important;
    }

    .touch-menu-la-arabe.closed {
        transition: all 0.3s ease-out !important;
        -webkit-transition: all 0.3s ease-out !important;
        -moz-transition: all 0.3s ease-out !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
    }

.tmla-mask-arabe {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: 0.0;
    z-index: -1;
}

.nav>li.menu{
font-size: 1.24em;
    border-bottom: 1px solid rgba(255,255,255,.3);
    line-height: 34px;
}

.navmenu {
    margin: 60px 15px 15px;
}

li.menu a {
    display: inline-block;
    color: #fff;
    width: 100%;
}


li.menu a:hover{
background: rgba(137, 128, 129, 0.92);
-webkit-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
}



﻿body {
        overflow-x:hidden;
}

i.material-icons {

	width: 56px;
	line-height: 22px;
	text-align: center;
	color: #ecebeb;
	float: left;
	cursor: pointer;
}

.touch-menu-la .inner-header {
	width: 100%;
	height: 100px;
	background-image: url(../../src/assets/inner-header-bg.jpg);
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
	box-sizing: border-box;
}

.touch-menu-la .inner-header span {
	display: block;
	font-size: 16px;
}

.menu-items {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}

.menu-items li a {
	padding: 0 16px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

.menu-items li:hover a {
	background: #F3F3F3;
	cursor: pointer;
}

.menu-items li i {
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 12px;
	margin-right: 32px;
}

.inner-footer {
	padding: 16px;
	font-size: 14px;
}

.center-icon {
	height: 56px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	margin-top: -28px;
	color: #CCC;
	pointer-events: none;
}
.center-icon i {
	font-size: 56px !important;
	color: #CCC;
	margin-left: 10px;
	float: left;
}

.center-icon i.arrow{
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.center-icon .text {
	height: 56px;
	line-height: 70px;
	margin-left: 20px;
	float: left;
	font-size: 25px;
}

.touch-menu-la {
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -280px;
    background: rgba(66,55,56,.92);
}

    .touch-menu-la .tmla-handle {
        position: absolute;
        /* right: -20px; */
        top: 60px;
        /* width: 20px; */
        height: 100%;
    }

    .touch-menu-la.opened {
        transition: all 0.3s ease-out !important;
        -webkit-transition: all 0.3s ease-out !important;
        -moz-transition: all 0.3s ease-out !important;
    }

    .touch-menu-la.closed {
        transition: all 0.3s ease-out !important;
        -webkit-transition: all 0.3s ease-out !important;
        -moz-transition: all 0.3s ease-out !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
    }

.tmla-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.0;
    z-index: -1;
}


.nav>li.menu{
font-size: 1.24em;
    border-bottom: 1px solid rgba(255,255,255,.3);
    line-height: 34px;
}

.navmenu {
    margin: 60px 15px 15px;
}

li.menu a {
    display: inline-block;
    color: #fff;
    width: 100%;
}


li.menu a:hover{
background: rgba(137, 128, 129, 0.92);
-webkit-transition: background-color 50ms linear;
    -ms-transition: background-color 50ms linear;
    transition: background-color 50ms linear;
}
