.ohm-cont {

	width: 281px;

    position: fixed;

    z-index: 9999;

    background: white;

    height: 100%;

    padding: 15px;

    overflow-y: auto;

    overflow-x: hidden;

    top: 0;

}



body {

	overflow-x: hidden;

}



/*.ohm-side-menu li ul{

    display: none;

}*/



.ohm-cont  .ohm-search #searchbox input[name=search_query] {

	border: none;

    background-color: #f3f3f3;

    width: 251px;

    padding: 3px;

    outline: none;

    margin-bottom: 5px;

}



.ohm-cont .c-menu__close {

	border: none;

    background-color: transparent;

    padding: 0px;

    font-size: 16px;

    outline: none;

    margin-bottom: 5px;

}



.ohm-cont .ohm-side-menu li a {

	margin-bottom: 10px;

	color: #000 !important;

	font-weight: 400;

    font-size: 20px !important;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    display: block;

    -webkit-transition: all 500ms cubic-bezier(.39,.575,.565,1);

    -moz-transition: all 500ms cubic-bezier(.39,.575,.565,1);

    transition: all 500ms cubic-bezier(.39,.575,.565,1);

}



.ohm-cont .ohm-side-menu li a:hover, .ohm-cont .ohm-side-menu .sfHover a{

	color: #000;

    font-weight: bold;

    -webkit-transition: all 500ms cubic-bezier(.39,.575,.565,1);

    -moz-transition: all 500ms cubic-bezier(.39,.575,.565,1);

    transition: all 500ms cubic-bezier(.39,.575,.565,1);

    margin-left: 7px;

}



.ohm-cont .ohm-side-menu li ul {

    font-size: 10.8px;

    padding-left: 10px;
	margin-bottom: 10px;

}



#ohm-toggle-menu {

	position: fixed;

    left: 281px;

    top: 0;

    background: transparent;

    z-index: 9999;

    border: none;

    height: 40px;

    width: 40px;

    color: #848484;

    font-size: 28px;

    outline: none;

    transition: transform 0.5s;

}



.rotate {

	-ms-transform: rotate(-90deg); /* IE 9 */

    -webkit-transform: rotate(-90deg); /* Safari */

    transform: rotate(-90deg);

}



#ohm-cont-overlay {

	transition: background-color 0.5s;

    top: 0;

    left: 0;

}



.ohm-side-menu-overlay {

	position: fixed;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.58);

    z-index: 9999;

}



.OHM_menu_group_label {

    text-transform: uppercase;

}

.ohmmenu_close {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    padding: 0px;
    outline: none;
}