.left-off-canvas-menu {
  	position: fixed;
	width: 165px;
	height:auto;
	left: 0;
    overflow: hidden;
    background: #ededed;
}
.move-right{
	left:0;
	top:0;
}
.move-right > .inner-wrap {
	top:0;
	right:140px;
}
.move-right .left-off-canvas-menu {
	left:165px;
	top:0;
}

.off-canvas-wrap .inner-wrap .fixed {
  	position: fixed;
	top:0;
	right:140px;
}
.off-canvas-wrap .inner-wrap {
	top:0;
}

.f-topbar-fixed .off-canvas-wrap .inner-wrap .fixed{
	top:0;
}
.f-topbar-fixed .off-canvas-wrap.move-right {
	top:-45px;
}
.f-topbar-fixed .off-canvas-wrap.move-right .inner-wrap .fixed{
  	position: relative;
	top:0;
	padding-top:0;
}
ul.off-canvas-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.off-canvas-list li label {
	display: block;
	padding: 3px 10px;
	margin: 0;
	width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit;
	color: #fff;
	background: #444444;
	border-top: 3px solid #4e4e4e;
	border-bottom: none;
}
ul.off-canvas-list li label span{
	font-size: 75%;
	text-transform: uppercase;
}
ul.off-canvas-list li a,
ul.off-canvas-list li a.button {
	display: block;
	padding: 10px;
	margin: 0 10px;
	width: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit;
	text-align:left;
	color: #555;
	background: transparent;
	border-bottom: none;
	border: 1px solid transparent;
	transition: background 100ms ease;
}
ul.off-canvas-list li a.button {
	border: 1px solid #555;
}
ul.off-canvas-list li a i{
	color: #555;
}

ul.off-canvas-list li a:hover,
ul.off-canvas-list li a:hover i,
ul.off-canvas-list li a.button:hover {
	color: white;
	background: #036994;
	border: 1px solid #036994;
    text-decoration: none;
}

/**RIGHT OFF*/
.right-off-canvas-menu {
  	position: fixed;
	width: 165px;
	height:auto;
	right: 0;
    overflow: hidden;
    background: #ededed;
	border-left: 1px solid #cccccc;
}
.move-left{
	top:0;
	right:0;
}
.move-left > .inner-wrap {
	-ms-transform: translate(-140px, 0);
	-webkit-transform: translate3d(-140px, 0, 0);
	-moz-transform: translate3d(-140px, 0, 0);
	-ms-transform: translate3d(-140px, 0, 0);
	-o-transform: translate3d(-140px, 0, 0);
	transform: translate3d(-140px, 0, 0);
}
.move-left .right-off-canvas-menu {
	top:0;
	right:165px;
}
.f-topbar-fixed .off-canvas-wrap.move-left {
	top:-45px;
}
.f-topbar-fixed .off-canvas-wrap.move-left .inner-wrap .fixed{
  	position: relative;
	top:0;
	padding-top:0;
}
.right-small {
	width: 50px;
	height: 50px;
	border-left: none;
}

.top-bar,
.tab-bar{
	padding: 0;
	margin: 0;
	height: 50px;
	line-height: auto;
    background: transparent;
}
.top-bar a img,
.tab-bar a img{
	height: 28px;
	border: 3px solid transparent;
}
.top-bar a:hover img,
.tab-bar a:hover img{
	height: 28px;
	border: 3px solid transparent;
}
.top-bar-section {
    background: transparent;
    padding: 0;
	height: 50px;
}
.top-bar-section .row{
	height: 50px;
}
.top-bar-section a{
	color: white;
}
.top-bar-section a:hover,
.tab-bar a:hover {
	opacity: 0.75;
	text-decoration: none;
}
.tab-bar{
	height: 50px;
	max-height: 100px;
}
.logged-in{
	height: 100px !important;
}
.top-bar .menu-icon,
.tab-bar .menu-icon {
    text-indent: 0;
    position: relative;
    width: 60px;
    height: 50px;
    display: block;
    padding: 7px 0 0 0;
    margin: 0;
}
.top-bar .menu-icon img,
.tab-bar .menu-icon img {
    padding: 0;
    width: 40px;
    height: 40px
}
.top-bar a.menu-icon:hover img,
.tab-bar a.menu-icon:hover img{
    width: 40px;
    height: 40px
}
.tab-bar-section {
	padding: 0;
	position: absolute;
	text-align: center;
	height: 50px;
	top: 0;
}
.tab-bar-nav {
	padding: 0;
	position: absolute;
	text-align: center;
	max-height: 50px;
	width: 100%;
	bottom: 0;
}
.tab-bar a {
	color: #036994;
}
.tab-bar a:hover {
	opacity: 0.5;
}