[dir="rtl"] .arrow{
	float: left;
}

html[dir="rtl"] #page-wrapper{
	float: left !important;
}

[dir="rtl"] .fa-sign-out{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

[dir="rtl"] .mini-navbar ul.nav .nav-second-level > li > a {
	padding-right: 10px;
}

[dir="rtl"] .nav > li.active {
	border-right: 4px solid #71b5ad;
	border-left: 0px;
}

[dir="rtl"] .rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
	right: 66px;
}

/*
[dir="rtl"] body {
	font-size: 15px
}
[dir="rtl"] h1 {
  font-size: 32px;
}
[dir="rtl"] h2 {
  font-size: 26px;
}
[dir="rtl"] h3 {
  font-size: 18px;
}
[dir="rtl"] h4 {
  font-size: 16px;
}
[dir="rtl"] h5 {
  font-size: 14px;
}
[dir="rtl"] h6 {
  font-size: 12px;
}

[dir="rtl"] .nav-header {
	padding-bottom: 28px;
}
*/