/* NAVIGATION FIX */

.dj-megamenu-custom100 {
    margin: 0px auto !important;
    display: table;
}
.dj-megamenu-custom100 li a.dj-up_a {
    height: 42px;
    font-size: 14px;
    font-weight: normal;
}
.dj-megamenu-custom100 li a.dj-up_a span {
    height: 42px;
    line-height: 42px;
}
.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    display: inline-block;
    cursor: pointer;
    margin: 5px auto;
    width: auto;
    height: 28px;
    font-size: 20px;
    line-height: 1;
    padding: 3px 8px;
    background: #434343;
    color: #e4e4e4;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    float: right;
}

/* Sidebar Nav */

.bmo-sidebar-content li {
		padding: 6px 0px;
	}
	.bmo-sidebar-content a, .bmo-sidebar-content span {
		display: block;
		font-size: 0.75em;
		text-transform: uppercase;
		text-decoration: none;
		color: rgb(0, 136, 144);
		padding: 10px 0px 10px 6px;
		border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
		
		-webkit-transition: all 0.3s ease;                  
		-moz-transition: all 0.3s ease;                 
		-o-transition: all 0.3s ease;   
		-ms-transition: all 0.3s ease;          
		transition: all 0.3s ease;
	}
	.bmo-sidebar-content a:hover, .bmo-sidebar-content span:hover {

		background-color: rgba(0, 136, 144, 1);
		color: #fff;
		
		-webkit-transition: all 0.3s ease;                  
		-moz-transition: all 0.3s ease;                 
		-o-transition: all 0.3s ease;   
		-ms-transition: all 0.3s ease;          
		transition: all 0.3s ease;
	}