.menuFix{
position: fixed;
}
.menuAbs{
position: absolute;
}

.menuParent{
margin: 0px 0px 15px 0px;
width: 398px;
}

.menuLeft ul{
list-style: none;
}
.menuLeft ul li{
display: block;
padding: 0px 0px 8px 0px;
box-sizing: border-box;
}
.menuLeft ul li a{
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
font-weight: 700;
color: #484A47;
position: relative;
background-color: #F6F6F6;
display: block;
position: relative;
transition: all 0.3s ease-out 0s;
}

.menuLeft ul li a:hover,.menuLeft ul li.sel a{
color: #FFFFFF;
}

.menuLeft ul li a>span{
display: block;
box-sizing: border-box;
padding: 20px;
position: relative;
z-index: 1;
}
.menuLeft ul li a:after{
content: "";
position: absolute;
height: 100%;
width: 4px;
background-color: #00A99D;
top:0px;
left: 0px;
transition: all 0.5s ease-out 0s;
}


.menuLeft ul li a:hover:after,.menuLeft ul li.sel a:after{
width: 100%;
}

h1.main-title{
text-align: left;
}
h1.main-title::before {
right: auto;
}
h1.main-title::after {
right: auto;
}

@media screen and (max-width:1200px){
.menuParent {display: none}
}

