.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%;
	color: #fff;
	text-transform: none;
	font-size: 17px;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	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: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	text-align:left;
	font-size: 15px;
	line-height: 15px;
	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 > p {
	color: inherit;
}

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

ul.off-canvas-list li a:hover > p {
	color: inherit;
}
/**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: 57px;
	height: 45px;
	border-left: none;
}

.top-bar,
.tab-bar{
	padding: 0;
	margin: 0;
	max-height: 95px;
	height: auto;
	line-height: auto;
    background: transparent;
}
.top-bar a.logo-link img{
	width: 165px;
}
.top-bar a.logo-link:hover img:first-child,
.tab-bar a.logo-link:hover img:first-child{
	display:none
}
.top-bar a.logo-link:hover img:last-child,
.tab-bar a.logo-link:hover img:last-child{
	display:inline-block
}
.top-bar a.logo-link img,
.tab-bar a.logo-link img{
	border: 1px solid transparent;
}
.top-bar a.logo-link:hover img,
.tab-bar a.logo-link:hover img{
	border: 1px solid #221a3f;
}
.top-bar-section ul,
.top-bar-section ul li,
.top-bar-section ul li a{
    background: 0 0
}
.top-bar-section {
    background: transparent;
    padding: 0;
}
.top-bar-section ul {
	padding: 0;
	margin: 0;
    background: transparent;
}
.top-bar-section ul li:not(.has-dropdown),
.top-bar-section ul li:not(.has-form),
.top-bar-section ul li {
	padding: 0 5px 0 0;
	margin: 0;
    background: transparent;
}
.top-bar-section ul li:not(.has-dropdown) > a:not(.button),
.top-bar-section ul li:not(.has-form) > a:not(.button),
.top-bar-section ul li > a:not(.button)  {
	padding: 10px;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #555;
	border: 1px solid transparent;
    background: transparent;
}
.top-bar-section ul li:hover:not(.has-dropdown) > a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a:not(.button),
.top-bar-section ul li:hover > a:not(.button) {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: white;
	background: #aaa;
	border: 1px solid #aaa;
}
.top-bar-section ul li > a:hover {
	padding: 5px 10px;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: white;
	background: #aaa;
	border: 1px solid #aaa;
    text-decoration: none;
}
.top-bar-section ul li > a.nav-link:not(.button){
	color: #555;
	background: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.top-bar-section ul li:hover > a.nav-link:not(.button){
	color: #111;
	background: transparent;
	border: none;
	border-bottom: 2px solid #111;
	text-decoration: none;
}
.top-bar-section ul li:not(.has-dropdown) > a.button,
.top-bar-section ul li:not(.has-form) > a.button,
.top-bar-section ul li > a.button {
	top:0;
	padding: 10px;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #555;
	background: transparent;
	border: 2px solid #555;
}
.top-bar-section ul li:not(.has-dropdown) > a.button:hover,
.top-bar-section ul li:not(.has-form) > a.button:hover,
.top-bar-section ul li > a.button:hover {
	padding: 10px;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: white;
	background: #aaa;
	border: 2px solid #aaa;
}
.tab-bar{
	height: 45px;
}
.tab-bar .menu-icon {
    text-indent: 0;
    position: relative;
    width: 60px;
    height: 45px;
    display: block;
    padding: 0;
    margin: 0
}
.tab-bar .menu-icon img {
    left: 0;
    padding: 0;
    width: 60px;
    height: 45px
}
.tab-bar-section {
	padding: 0;
	position: absolute;
	text-align: center;
	height: 45px;
	top: 0;
}
.tab-bar-section.middle {
    left: 60px;
    right: 60px;
	background: transparent;
}
.tab-bar-section img{
	padding: 5px;
	height: 45px;
	background: transparent;
}


@media only screen and (max-width:720px) {
	.top-bar-section ul li:not(.has-dropdown) > a:not(.button),
	.top-bar-section ul li:not(.has-form) > a:not(.button),
	.top-bar-section ul li > a:not(.button)  {
		padding: 10px 5px;
	}
}