body {
    overflow-x: hidden
}

#menuBtn{
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 0.2em 0.5em;
    margin: 10px 0 0 15px;
    color: #fff;
}

#menuBtn:hover, #menuBtn:focus{
    color: #0178a7!important;
    background: #fff;
}

#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
.sideMenu {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
}

.pml-open #sidebar,
.pmr-open #asidebar{
    height: auto;
    overflow: auto;
}

.sideMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
button.close-menu {
    background-color: #3184a1;
    color: #fff;
}
button.close-menu:focus {
    outline: none
}

.push-menu-left,
.push-menu-right {
    top: 0;
    width: 270px;
    height: 100%;
}

.push-menu-left li,
.push-menu-right li {
    display: block;
}

.push-menu-left li:first-child,
.push-menu-right li:first-child {
    border-top: none;
}

.push-menu-left li:last-child,
.push-menu-right li:last-child {
    border-bottom: none;
}

.push-menu-left button.close-menu,
.push-menu-right button.close-menu {
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #3184a1;
    color: #fff;
}
.push-menu-left {
    left: -270px
}
.push-menu-right {
    right: -270px
}
body.pml-open .push-menu-left {
    left: 0
}
body.pmr-open .push-menu-right {
    right: 0
}
body.pml-open #wrapper {
    left: 270px
}
body.pmr-open #wrapper {
    right: 270px
}

#sidebar{
    font-size: 18px;
}

#asidebar{
    padding-top: 0;
}

#sidebarMenu .item{
    margin-bottom: 15px;
}

#sidebar .sidebarMenu {
    list-style: none;
    padding: 16px;
    margin: 10px 0 0;
    font-size: 120%;
}

#sidebar .item-link{
    display: block;
    height: 100%;
    padding: 10px 16px;
    color: #3d6071;
    border-bottom: 1px solid #E2E1E1;
}

#sidebar a.item-link{
    color: #0178a7;
}

#sidebar .item-link:hover{
    text-decoration: none;
}

#sidebar a.item-link:hover{
    text-decoration: underline;
}

#sidebar .active .item-link{
    color: #3d6071;
}

.sidemenu-presentation{
    height: 172px;
    position: relative;
    background-color: #0178a7;
    padding: 5px 16px 16px 16px;
}

#sidebar .sidemenu-presentation{
    margin: 0;
}

#sidebar  .main-menu-link-secondary{
    padding-left: 30px;
    margin-bottom: 5px;
    display: block;
}

#sidebarMenu .sub-menu .item-link{
    font-size: 14px;
    padding-left: 56px;
}

.sidemenu-title{
    position: absolute;
    bottom: 10px;
    color: #fff;
}

#sidemenu-logo-bg #logo{
    color: #fff;
    padding-left: 0;
}

.sidemenu-presentation .round-icon-small{
    background: #fff;
    color :#394448;
    margin-left: 16px;
}

.pml-open #header{
    left: 270px !important;
}

.pml-open #wrapper,
.pmr-open #wrapper{
    width: 100%;
    overflow: hidden;
    left: 0px;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    -webkit-transition: left 0.2s ease-in;
    transition: left 0.2s ease-in;
    overflow-x: hidden;
}

#asidebar{
    right: -270px;
    display: none;
    overflow-x: hidden;
}

.pml-open #asidebar{
    display: none;
}

#asidebar .aside{
    padding-top: 0;
}

#search-bg,
#tags,
#last-articles{
    padding-left: 16px;
    padding-right: 16px;
}

#searchFormMobile{
    margin-top: 15px;
    padding: 0 15px;
}

#searchFormMobile .btn{
    background: #0178a7;
}

.main-menu-link-secondary:first-child{
    margin-top: 5px;
}

