
.left-off-canvas-menu {
  	position: fixed;
	width: 140px;
	height:auto;
	left: 0;
    overflow: hidden; 
}

.move-right{
	left:0;
	top:0;
}
.move-right > .inner-wrap {
	top:0;
	right:115px;
/*
	-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-right .left-off-canvas-menu {
	left:140px;
	top:0;
}

.off-canvas-wrap .inner-wrap .fixed {
  	position: fixed;
	top:0;
	right:115px;
}
.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: 0;
	color: #999999;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: #444444;
	border-top: 1px solid #5e5e5e;
	border-bottom: none;
	margin: 0;
}
ul.off-canvas-list li a, ul.off-canvas-list li.di a {
	display: block;
	padding: 5px 7px;
	color: white;
	font-size: 12px;
	border-bottom: none;
	transition: background 300ms ease;
}
ul.off-canvas-list li.di a {
	text-align:left;
	width:100%;
}
ul.off-canvas-list li.di a.button {
	color:white;
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	padding:7px;
	margin:5px 0;
}
ul.off-canvas-list li.di a.button:hover, ul.off-canvas-list li a:hover {
	background: #800000;
}
/**TAB BAR**/
.tab-bar .menu-icon {
	text-indent: 30px;
	width: 100%;
	height: 45px;
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	position: relative;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
    left: 10px;
}
.tab-bar .page-title {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	line-height:45px;
    position: absolute;
    display: block;
	padding:0;
	margin: 0;
    top: 0;
    right: 10px;
}
.tab-bar .page-title img{
	padding:0;
	margin:0;
    position:absolute;
	top:7px;
	left:-35px;
}
/**TOP BAR**/
.top-bar, .tab-bar {
	padding:0;
	margin:0;
	background: transparent;
}
.top-bar .title-area{
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 45px;
	text-indent: 0;
	color: white;
	width: auto;
	padding: 0 10px 0 0;
    position:relative;
}
.top-bar .title-area a{
	color: white;
}
.top-bar .title-area img{
	padding:0;
	margin:0;
    position:absolute;
	top:7px;
	left:-35px;
}

.top-bar-section ul li.has-form, .top-bar-section ul li.has-dropdown {
	background: transparent;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: transparent;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border-right: solid 1px #3e3e3e;
}
   
.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 45px;
}

.top-bar-section ul li > a {
	display: block;
	width: 100%;
	color: white;
	font-size: 14px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-transform: none;
	padding: 12px 0;
	padding-left: 5px;
	margin:0;
}
.top-bar-section ul li > a.button {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	padding: 5px 10px;
	margin: 0;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
	color: white;
}
.top-bar-section  a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.top-bar-section .has-dropdown > a {
	padding-right: 25px !important;
	padding-left: 10px !important;
}
.top-bar-section .has-dropdown > a:after {
	margin-right: 10px;
}
.top-bar-section li.has-form {
	padding: 0 0 0 10px;
}
.top-bar-section li.has-form.last {
	margin: 0 10px 0 0;
}
      
/** Menu Button with Form**/
.top-bar-section li {
	position: relative;
	display: inline-block;
	float: left;
}
.top-bar-section li > div {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	opacity: 0.9;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	margin:0;
}
.top-bar-section li > div:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
	background: transparent;	
}
.top-bar-section li > div:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 24px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(255,255,255,0.9);
	border-left: 5px solid transparent;
}
.top-bar-section li:hover > a,
.top-bar-section li.current > a {
	background: #D4202B;
	color: #fff;
}
.top-bar-section li:hover > div {
	left: 0;
	top:45px;
	opacity: 1;
	-webkit-transform: translate(0, 0);
}
.top-bar-section .right {
	float: none;
	border-right-width: 0;
	border-left-width: 1px;
}

.top-bar-section .right > div {
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.top-bar-section .right:hover > div {
	right: 0;
	left: auto;
}
.top-bar-section .right:hover > div:before {
	right: 24px;
	left: auto;
}
/**LOGIN FORM**/
.top-bar-section .login-container {
	padding:20px;
	width: 235px;
}
.top-bar-section .login-container form{
	clear:both;
	padding:0;
	margin:0;
}
.top-bar-section .login-container form fieldset{
	padding:0;
	margin:0;
}
.top-bar-section .login-container form input{
	margin:0 0 10px 0;
}
/**REGISTER FORM**/
.top-bar-section .register-container {
	padding:20px;
	width: 389px;
}
.top-bar-section .register-container form{
	clear:both;
	padding:0;
	margin:0;
}
.top-bar-section .register-container form fieldset{
	clear:both;
	padding:0;
	margin:0;
}
.top-bar-section .register-container form input{
	margin:0 0 10px 0;
}
/**CONTACT FORM**/
.top-bar-section .contact-container {
	padding:20px;
	width: 389px;
}
.top-bar-section .contact-container form{
	clear:both;
	padding:0;
	margin:0;
}
.top-bar-section .contact-container form fieldset{
	clear:both;
	padding:0;
	margin:0;
}
.top-bar-section .contact-container form input{
	margin:0 0 10px 0;
}
.top-bar-section .contact-container form textarea{
	padding:10px;
	margin:5px 0;
	height: 80px;
}
/**FORMS BUTTON**/
.top-bar-section form > .button {
	font-size: 14px;
	padding: 8px 10px;
	margin: 0;
}