/*******************************************************************************
 *              bootstrap-rtl (version 3.3.2-rc1)
 *      Author: Morteza Ansarinia (http://github.com/morteza)
 *  Created on: March 05,2015
 *     Project: bootstrap-rtl
 *   Copyright: Unlicensed Public Domain
 *******************************************************************************/
html {
	direction: rtl;
}
body {
	direction: rtl;
}
.flip.text-left {
	text-align: right;
}
.flip.text-right {
	text-align: left;
}
.list-unstyled {
	padding-right: 0;
	padding-left: initial;
}
.list-inline {
	padding-right: 0;
	padding-left: initial;
	margin-right: -5px;
	margin-left: 0;
}
dd {
	margin-right: 0;
	margin-left: initial;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: right;
		clear: right;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-right: 180px;
		margin-left: 0;
	}
}
blockquote {
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse,
blockquote.pull-left {
	padding-left: 15px;
	padding-right: 0;
	border-left: 5px solid #eee;
	border-right: 0;
	text-align: left;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: right;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	left: 100%;
	right: auto;
}
.col-xs-pull-11 {
	left: 91.66666667%;
	right: auto;
}
.col-xs-pull-10 {
	left: 83.33333333%;
	right: auto;
}
.col-xs-pull-9 {
	left: 75%;
	right: auto;
}
.col-xs-pull-8 {
	left: 66.66666667%;
	right: auto;
}
.col-xs-pull-7 {
	left: 58.33333333%;
	right: auto;
}
.col-xs-pull-6 {
	left: 50%;
	right: auto;
}
.col-xs-pull-5 {
	left: 41.66666667%;
	right: auto;
}
.col-xs-pull-4 {
	left: 33.33333333%;
	right: auto;
}
.col-xs-pull-3 {
	left: 25%;
	right: auto;
}
.col-xs-pull-2 {
	left: 16.66666667%;
	right: auto;
}
.col-xs-pull-1 {
	left: 8.33333333%;
	right: auto;
}
.col-xs-pull-0 {
	left: auto;
	right: auto;
}
.col-xs-push-12 {
	right: 100%;
	left: 0;
}
.col-xs-push-11 {
	right: 91.66666667%;
	left: 0;
}
.col-xs-push-10 {
	right: 83.33333333%;
	left: 0;
}
.col-xs-push-9 {
	right: 75%;
	left: 0;
}
.col-xs-push-8 {
	right: 66.66666667%;
	left: 0;
}
.col-xs-push-7 {
	right: 58.33333333%;
	left: 0;
}
.col-xs-push-6 {
	right: 50%;
	left: 0;
}
.col-xs-push-5 {
	right: 41.66666667%;
	left: 0;
}
.col-xs-push-4 {
	right: 33.33333333%;
	left: 0;
}
.col-xs-push-3 {
	right: 25%;
	left: 0;
}
.col-xs-push-2 {
	right: 16.66666667%;
	left: 0;
}
.col-xs-push-1 {
	right: 8.33333333%;
	left: 0;
}
.col-xs-push-0 {
	right: auto;
	left: 0;
}
.col-xs-offset-12 {
	margin-right: 100%;
	margin-left: 0;
}
.col-xs-offset-11 {
	margin-right: 91.66666667%;
	margin-left: 0;
}
.col-xs-offset-10 {
	margin-right: 83.33333333%;
	margin-left: 0;
}
.col-xs-offset-9 {
	margin-right: 75%;
	margin-left: 0;
}
.col-xs-offset-8 {
	margin-right: 66.66666667%;
	margin-left: 0;
}
.col-xs-offset-7 {
	margin-right: 58.33333333%;
	margin-left: 0;
}
.col-xs-offset-6 {
	margin-right: 50%;
	margin-left: 0;
}
.col-xs-offset-5 {
	margin-right: 41.66666667%;
	margin-left: 0;
}
.col-xs-offset-4 {
	margin-right: 33.33333333%;
	margin-left: 0;
}
.col-xs-offset-3 {
	margin-right: 25%;
	margin-left: 0;
}
.col-xs-offset-2 {
	margin-right: 16.66666667%;
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-right: 8.33333333%;
	margin-left: 0;
}
.col-xs-offset-0 {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: right;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		left: 100%;
		right: auto;
	}
	.col-sm-pull-11 {
		left: 91.66666667%;
		right: auto;
	}
	.col-sm-pull-10 {
		left: 83.33333333%;
		right: auto;
	}
	.col-sm-pull-9 {
		left: 75%;
		right: auto;
	}
	.col-sm-pull-8 {
		left: 66.66666667%;
		right: auto;
	}
	.col-sm-pull-7 {
		left: 58.33333333%;
		right: auto;
	}
	.col-sm-pull-6 {
		left: 50%;
		right: auto;
	}
	.col-sm-pull-5 {
		left: 41.66666667%;
		right: auto;
	}
	.col-sm-pull-4 {
		left: 33.33333333%;
		right: auto;
	}
	.col-sm-pull-3 {
		left: 25%;
		right: auto;
	}
	.col-sm-pull-2 {
		left: 16.66666667%;
		right: auto;
	}
	.col-sm-pull-1 {
		left: 8.33333333%;
		right: auto;
	}
	.col-sm-pull-0 {
		left: auto;
		right: auto;
	}
	.col-sm-push-12 {
		right: 100%;
		left: 0;
	}
	.col-sm-push-11 {
		right: 91.66666667%;
		left: 0;
	}
	.col-sm-push-10 {
		right: 83.33333333%;
		left: 0;
	}
	.col-sm-push-9 {
		right: 75%;
		left: 0;
	}
	.col-sm-push-8 {
		right: 66.66666667%;
		left: 0;
	}
	.col-sm-push-7 {
		right: 58.33333333%;
		left: 0;
	}
	.col-sm-push-6 {
		right: 50%;
		left: 0;
	}
	.col-sm-push-5 {
		right: 41.66666667%;
		left: 0;
	}
	.col-sm-push-4 {
		right: 33.33333333%;
		left: 0;
	}
	.col-sm-push-3 {
		right: 25%;
		left: 0;
	}
	.col-sm-push-2 {
		right: 16.66666667%;
		left: 0;
	}
	.col-sm-push-1 {
		right: 8.33333333%;
		left: 0;
	}
	.col-sm-push-0 {
		right: auto;
		left: 0;
	}
	.col-sm-offset-12 {
		margin-right: 100%;
		margin-left: 0;
	}
	.col-sm-offset-11 {
		margin-right: 91.66666667%;
		margin-left: 0;
	}
	.col-sm-offset-10 {
		margin-right: 83.33333333%;
		margin-left: 0;
	}
	.col-sm-offset-9 {
		margin-right: 75%;
		margin-left: 0;
	}
	.col-sm-offset-8 {
		margin-right: 66.66666667%;
		margin-left: 0;
	}
	.col-sm-offset-7 {
		margin-right: 58.33333333%;
		margin-left: 0;
	}
	.col-sm-offset-6 {
		margin-right: 50%;
		margin-left: 0;
	}
	.col-sm-offset-5 {
		margin-right: 41.66666667%;
		margin-left: 0;
	}
	.col-sm-offset-4 {
		margin-right: 33.33333333%;
		margin-left: 0;
	}
	.col-sm-offset-3 {
		margin-right: 25%;
		margin-left: 0;
	}
	.col-sm-offset-2 {
		margin-right: 16.66666667%;
		margin-left: 0;
	}
	.col-sm-offset-1 {
		margin-right: 8.33333333%;
		margin-left: 0;
	}
	.col-sm-offset-0 {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: right;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		left: 100%;
		right: auto;
	}
	.col-md-pull-11 {
		left: 91.66666667%;
		right: auto;
	}
	.col-md-pull-10 {
		left: 83.33333333%;
		right: auto;
	}
	.col-md-pull-9 {
		left: 75%;
		right: auto;
	}
	.col-md-pull-8 {
		left: 66.66666667%;
		right: auto;
	}
	.col-md-pull-7 {
		left: 58.33333333%;
		right: auto;
	}
	.col-md-pull-6 {
		left: 50%;
		right: auto;
	}
	.col-md-pull-5 {
		left: 41.66666667%;
		right: auto;
	}
	.col-md-pull-4 {
		left: 33.33333333%;
		right: auto;
	}
	.col-md-pull-3 {
		left: 25%;
		right: auto;
	}
	.col-md-pull-2 {
		left: 16.66666667%;
		right: auto;
	}
	.col-md-pull-1 {
		left: 8.33333333%;
		right: auto;
	}
	.col-md-pull-0 {
		left: auto;
		right: auto;
	}
	.col-md-push-12 {
		right: 100%;
		left: 0;
	}
	.col-md-push-11 {
		right: 91.66666667%;
		left: 0;
	}
	.col-md-push-10 {
		right: 83.33333333%;
		left: 0;
	}
	.col-md-push-9 {
		right: 75%;
		left: 0;
	}
	.col-md-push-8 {
		right: 66.66666667%;
		left: 0;
	}
	.col-md-push-7 {
		right: 58.33333333%;
		left: 0;
	}
	.col-md-push-6 {
		right: 50%;
		left: 0;
	}
	.col-md-push-5 {
		right: 41.66666667%;
		left: 0;
	}
	.col-md-push-4 {
		right: 33.33333333%;
		left: 0;
	}
	.col-md-push-3 {
		right: 25%;
		left: 0;
	}
	.col-md-push-2 {
		right: 16.66666667%;
		left: 0;
	}
	.col-md-push-1 {
		right: 8.33333333%;
		left: 0;
	}
	.col-md-push-0 {
		right: auto;
		left: 0;
	}
	.col-md-offset-12 {
		margin-right: 100%;
		margin-left: 0;
	}
	.col-md-offset-11 {
		margin-right: 91.66666667%;
		margin-left: 0;
	}
	.col-md-offset-10 {
		margin-right: 83.33333333%;
		margin-left: 0;
	}
	.col-md-offset-9 {
		margin-right: 75%;
		margin-left: 0;
	}
	.col-md-offset-8 {
		margin-right: 66.66666667%;
		margin-left: 0;
	}
	.col-md-offset-7 {
		margin-right: 58.33333333%;
		margin-left: 0;
	}
	.col-md-offset-6 {
		margin-right: 50%;
		margin-left: 0;
	}
	.col-md-offset-5 {
		margin-right: 41.66666667%;
		margin-left: 0;
	}
	.col-md-offset-4 {
		margin-right: 33.33333333%;
		margin-left: 0;
	}
	.col-md-offset-3 {
		margin-right: 25%;
		margin-left: 0;
	}
	.col-md-offset-2 {
		margin-right: 16.66666667%;
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-right: 8.33333333%;
		margin-left: 0;
	}
	.col-md-offset-0 {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: right;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		left: 100%;
		right: auto;
	}
	.col-lg-pull-11 {
		left: 91.66666667%;
		right: auto;
	}
	.col-lg-pull-10 {
		left: 83.33333333%;
		right: auto;
	}
	.col-lg-pull-9 {
		left: 75%;
		right: auto;
	}
	.col-lg-pull-8 {
		left: 66.66666667%;
		right: auto;
	}
	.col-lg-pull-7 {
		left: 58.33333333%;
		right: auto;
	}
	.col-lg-pull-6 {
		left: 50%;
		right: auto;
	}
	.col-lg-pull-5 {
		left: 41.66666667%;
		right: auto;
	}
	.col-lg-pull-4 {
		left: 33.33333333%;
		right: auto;
	}
	.col-lg-pull-3 {
		left: 25%;
		right: auto;
	}
	.col-lg-pull-2 {
		left: 16.66666667%;
		right: auto;
	}
	.col-lg-pull-1 {
		left: 8.33333333%;
		right: auto;
	}
	.col-lg-pull-0 {
		left: auto;
		right: auto;
	}
	.col-lg-push-12 {
		right: 100%;
		left: 0;
	}
	.col-lg-push-11 {
		right: 91.66666667%;
		left: 0;
	}
	.col-lg-push-10 {
		right: 83.33333333%;
		left: 0;
	}
	.col-lg-push-9 {
		right: 75%;
		left: 0;
	}
	.col-lg-push-8 {
		right: 66.66666667%;
		left: 0;
	}
	.col-lg-push-7 {
		right: 58.33333333%;
		left: 0;
	}
	.col-lg-push-6 {
		right: 50%;
		left: 0;
	}
	.col-lg-push-5 {
		right: 41.66666667%;
		left: 0;
	}
	.col-lg-push-4 {
		right: 33.33333333%;
		left: 0;
	}
	.col-lg-push-3 {
		right: 25%;
		left: 0;
	}
	.col-lg-push-2 {
		right: 16.66666667%;
		left: 0;
	}
	.col-lg-push-1 {
		right: 8.33333333%;
		left: 0;
	}
	.col-lg-push-0 {
		right: auto;
		left: 0;
	}
	.col-lg-offset-12 {
		margin-right: 100%;
		margin-left: 0;
	}
	.col-lg-offset-11 {
		margin-right: 91.66666667%;
		margin-left: 0;
	}
	.col-lg-offset-10 {
		margin-right: 83.33333333%;
		margin-left: 0;
	}
	.col-lg-offset-9 {
		margin-right: 75%;
		margin-left: 0;
	}
	.col-lg-offset-8 {
		margin-right: 66.66666667%;
		margin-left: 0;
	}
	.col-lg-offset-7 {
		margin-right: 58.33333333%;
		margin-left: 0;
	}
	.col-lg-offset-6 {
		margin-right: 50%;
		margin-left: 0;
	}
	.col-lg-offset-5 {
		margin-right: 41.66666667%;
		margin-left: 0;
	}
	.col-lg-offset-4 {
		margin-right: 33.33333333%;
		margin-left: 0;
	}
	.col-lg-offset-3 {
		margin-right: 25%;
		margin-left: 0;
	}
	.col-lg-offset-2 {
		margin-right: 16.66666667%;
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-right: 8.33333333%;
		margin-left: 0;
	}
	.col-lg-offset-0 {
		margin-right: 0;
		margin-left: 0;
	}
}
caption {
	text-align: right;
}
th {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-right: 0;
		border-left: initial;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-left: 0;
		border-right: initial;
	}
}
.radio label,
.checkbox label {
	padding-right: 20px;
	padding-left: initial;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
	margin-right: -20px;
	margin-left: auto;
}
.radio-inline,
.checkbox-inline {
	padding-right: 20px;
	padding-left: 0;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-right: 10px;
	margin-left: 0;
}
.has-feedback .form-control {
	padding-left: 42.5px;
	padding-right: 12px;
}
.form-control-feedback {
	left: 0;
	right: auto;
}
@media (min-width: 768px) {
	.form-inline label {
		padding-right: 0;
		padding-left: initial;
	}
	.form-inline .radio input[type=radio],
	.form-inline .checkbox input[type=checkbox] {
		margin-right: 0;
		margin-left: auto;
	}
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	left: 15px;
	right: auto;
}
.caret {
	margin-right: 2px;
	margin-left: 0;
}
.dropdown-menu {
	right: 0;
	left: auto;
	float: left;
	text-align: right;
}
.dropdown-menu.pull-right {
	left: 0;
	right: auto;
	float: right;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	float: right;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-right: -1px;
	margin-left: 0;
}
.btn-toolbar {
	margin-right: -5px;
	margin-left: 0;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: right;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-right: 5px;
	margin-left: 0;
}
.btn-group > .btn:first-child {
	margin-right: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group {
	float: right;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
	float: none;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn .caret {
	margin-right: 0;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-right: 0;
}
.input-group .form-control {
	float: right;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.input-group-addon:first-child {
	border-left: 0;
	border-right: 1px solid;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.input-group-addon:last-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-right: 0;
}
.input-group-btn > .btn + .btn {
	margin-right: -1px;
	margin-left: auto;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-left: -1px;
	margin-right: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-right: -1px;
	margin-left: auto;
}
.nav {
	padding-right: 0;
	padding-left: initial;
}
.nav-tabs > li {
	float: right;
}
.nav-tabs > li > a {
	margin-left: auto;
	margin-right: -2px;
	border-radius: 4px 4px 0 0;
}
.nav-pills > li {
	float: right;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-right: 2px;
	margin-left: auto;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-right: 0;
	margin-left: auto;
}
.nav-justified > .dropdown .dropdown-menu {
	right: auto;
}
.nav-tabs-justified > li > a {
	margin-left: 0;
	margin-right: auto;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-radius: 4px 4px 0 0;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: right;
	}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-brand {
	float: right;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-right: -15px;
		margin-left: auto;
	}
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-right: auto;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 25px 5px 15px;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: right;
	}
	.navbar-nav > li {
		float: right;
	}
}
@media (min-width: 768px) {
	.navbar-left.flip {
		float: right !important;
	}
	.navbar-right:last-child {
		margin-left: -15px;
		margin-right: auto;
	}
	.navbar-right.flip {
		float: left!important;
		margin-left: -15px;
		margin-right: auto;
	}
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
}
@media (min-width: 768px) {
	.navbar-text {
		float: right;
	}
	.navbar-text.navbar-right:last-child {
		margin-left: 0;
		margin-right: auto;
	}
}
.pagination {
	padding-right: 0;
}
.pagination > li > a,
.pagination > li > span {
	float: right;
	margin-right: -1px;
	margin-left: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	margin-right: -1px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pager {
	padding-right: 0;
	padding-left: initial;
}
.pager .next > a,
.pager .next > span {
	float: left;
}
.pager .previous > a,
.pager .previous > span {
	float: right;
}
.nav-pills > li > a > .badge {
	margin-left: 0;
	margin-right: 3px;
}
.list-group-item > .badge {
	float: left;
}
.list-group-item > .badge + .badge {
	margin-left: 5px;
	margin-right: auto;
}
.alert-dismissable,
.alert-dismissible {
	padding-left: 35px;
	padding-right: 15px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	right: auto;
	left: -21px;
}
.progress-bar {
	float: right;
}
.media > .pull-left {
	margin-right: 10px;
}
.media > .pull-left.flip {
	margin-right: 0;
	margin-left: 10px;
}
.media > .pull-right {
	margin-left: 10px;
}
.media > .pull-right.flip {
	margin-left: 0;
	margin-right: 10px;
}
.media-right,
.media > .pull-right {
	padding-right: 10px;
	padding-left: initial;
}
.media-left,
.media > .pull-left {
	padding-left: 10px;
	padding-right: initial;
}
.media-list {
	padding-right: 0;
	padding-left: initial;
	list-style: none;
}
.list-group {
	padding-right: 0;
	padding-left: initial;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-right: 0;
	border-left: none;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: none;
	border-left: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	right: 0;
	left: auto;
}
.close {
	float: left;
}
.modal-footer {
	text-align: left;
}
.modal-footer .btn + .btn {
	margin-left: auto;
	margin-right: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-right: -1px;
	margin-left: auto;
}
.modal-footer .btn-block + .btn-block {
	margin-right: 0;
	margin-left: auto;
}
.popover {
	left: auto;
	text-align: right;
}
.popover.top > .arrow {
	right: 50%;
	left: auto;
	margin-right: -11px;
	margin-left: auto;
}
.popover.top > .arrow:after {
	margin-right: -10px;
	margin-left: auto;
}
.popover.bottom > .arrow {
	right: 50%;
	left: auto;
	margin-right: -11px;
	margin-left: auto;
}
.popover.bottom > .arrow:after {
	margin-right: -10px;
	margin-left: auto;
}
.carousel-control {
	right: 0;
	bottom: 0;
}
.carousel-control.left {
	right: auto;
	left: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	right: auto;
	margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	left: auto;
	margin-left: -10px;
}
.carousel-indicators {
	right: 50%;
	left: 0;
	margin-right: -30%;
	margin-left: 0;
	padding-left: 0;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: 0;
		margin-right: -15px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-left: 0;
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
}
.pull-right.flip {
	float: left !important;
}
.pull-left.flip {
	float: right !important;
}
.text-right {
	text-align: left;
}
.text-left {
	text-align: right;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: right;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: right;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: right;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: right;
	}
}
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
	float: right;
}
@media (min-width: 1200px) {
	.vc_col-lg-1,
	.vc_col-lg-10,
	.vc_col-lg-11,
	.vc_col-lg-12,
	.vc_col-lg-2,
	.vc_col-lg-3,
	.vc_col-lg-4,
	.vc_col-lg-5,
	.vc_col-lg-6,
	.vc_col-lg-7,
	.vc_col-lg-8,
	.vc_col-lg-9 {
		float: right;
	}
}
@media (min-width: 992px) {
	.vc_col-md-1,
	.vc_col-md-10,
	.vc_col-md-11,
	.vc_col-md-12,
	.vc_col-md-2,
	.vc_col-md-3,
	.vc_col-md-4,
	.vc_col-md-5,
	.vc_col-md-6,
	.vc_col-md-7,
	.vc_col-md-8,
	.vc_col-md-9 {
		float: right;
	}
}
@media (min-width: 768px) {
	.vc_col-sm-1,
	.vc_col-sm-10,
	.vc_col-sm-11,
	.vc_col-sm-12,
	.vc_col-sm-2,
	.vc_col-sm-3,
	.vc_col-sm-4,
	.vc_col-sm-5,
	.vc_col-sm-6,
	.vc_col-sm-7,
	.vc_col-sm-8,
	.vc_col-sm-9 {
		float: right;
	}
}
/* --------------------------------------------
	GENERAL STYLES
-------------------------------------------- */
body {
	direction: rtl;
	unicode-bidi: embed;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	text-align: right;
}
.owl-carousel,
.wpb_revslider_element,
.rev_slider_wrapper,
.slick-slider {
	direction: ltr;
}
.owl-carousel .owl-item,
.rev_slider {
	direction: rtl;
}
.owl-carousel .carousel-item {
	float: right;
}
#top-drawer-area .g5plus-col-3,
#top-drawer-area .g5plus-col-4,
#top-drawer-area .g5plus-col-6,
#top-drawer-area .g5plus-col-8,
#top-drawer-area .g5plus-col-12 {
	float: right;
}
.top-drawer-toggle {
	right: auto;
	left: 0;
	border-right: 28px solid transparent;
	border-left: none;
}
.top-drawer-toggle:after {
	right: -14px;
	left: auto;
}
.top-bar ul.top-bar-info li + li {
	margin-left: 0;
	margin-right: 25px;
}
.top-drawer-toggle > .micon {
	right: -14px;
	left: auto;
}
@media screen and (min-width: 992px) {
	.x-nav-menu > .x-menu-item + .x-menu-item {
		margin-left: 0;
		margin-right: 40px;
	}
	.x-menu-item {
		text-align: right;
	}
	.x-sub-menu-standard > .x-menu-item b.x-caret {
		left: 20px;
		right: auto;
	}
	.x-menu-item b.x-caret:before {
		content: "\e11c";
	}
	.x-sub-menu-standard a.x-menu-a-text:before {
		content: "\e11c";
		float: right;
		margin-left: 0;
		margin-right: -10px;
	}
	.x-sub-menu-standard a.x-menu-a-text:hover:before {
		margin-right: 0;
	}
	.x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon,
	.x-sub-menu-standard a.x-menu-a-text > span.x-menu-text {
		padding-left: 0!important;
	}
	.x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
	.x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
		padding-right: 10px;
	}
	i.x-menu-icon.x-icon-left {
		padding-left: 10px;
		padding-right: 0;
	}
	i.x-menu-icon.x-icon-right {
		padding-right: 10px;
		padding-left: 0;
	}
	.x-sub-menu-multi-column > .x-menu-item + .x-menu-item {
		border-left: none;
		border-right: solid 1px rgba(0, 0, 0, 0.1);
	}
	.sub-menu-dark .x-sub-menu-multi-column > .x-menu-item + .x-menu-item {
		border-right-color: #222;
	}
	.x-sub-menu-standard .x-sub-menu {
		left: auto;
		right: 100%;
	}
	header.main-header .top-bar .top-bar-right {
		text-align: left;
	}
	header .header-1 .header-logo,
	.menu-wrapper {
		float: right;
	}
	.header-nav-right,
	.header-customize-nav,
	.header-customize-right {
		float: left;
	}
	.header-customize-item:first-child {
		margin-left: 0;
		margin-right: 40px;
	}
	.header-customize-item + .header-customize-item {
		margin-left: 0;
		margin-right: 20px;
	}
	header.main-header .top-bar .sidebar aside + aside {
		margin-right: 20px;
		margin-left: 0;
	}
	.header-2 .header-customize-item:first-child,
	.header-3 .header-customize-item:first-child {
		margin-left: 40px;
		margin-right: 0;
	}
	.header-5 .header-customize-right .header-customize-item:first-child,
	.header-6 .header-customize-right .header-customize-item:first-child {
		margin-right: 0;
	}
	.header-3 .header-nav-right,
	.header-5 .header-nav-right,
	.header-6 .header-nav-right,
	.header-3 .header-customize-nav,
	.header-5 .header-customize-nav,
	.header-6 .header-customize-nav,
	.header-3 .header-customize-right,
	.header-5 .header-customize-right,
	.header-6 .header-customize-right {
		float: right;
	}
	header .header-4 .header-logo {
		float: right;
	}
	.header-4 .header-nav-left,
	.header-5 .header-nav-left {
		float: right;
	}
	header .header-5 .header-nav-right,
	header .header-6 .header-nav-right {
		float: left;
	}
	header .header-5 .header-above-left,
	header .header-6 .header-above-left {
		float: right;
		text-align: right;
	}
	header .header-5 .header-above-right,
	header .header-6 .header-above-right {
		float: left;
		text-align: left;
	}
	header .header-5 .header-logo,
	header .header-6 .header-logo {
		float: right;
	}
	header .header-5 .header-nav-right,
	header .header-6 .header-nav-right,
	header .header-5 .header-customize-nav,
	header .header-6 .header-customize-nav,
	header .header-5 .header-customize-right,
	header .header-6 .header-customize-right {
		float: left;
	}
	header .header-5 .header-customize-left,
	header .header-6 .header-customize-left {
		float: right;
	}
	header .header-5 .header-above-left .header-customize-item:first-child,
	header .header-6 .header-above-left .header-customize-item:first-child {
		margin-left: 40px;
		margin-right: 0;
	}
	header .header-5 .header-above-left .header-customize-item:last-child,
	header .header-6 .header-above-left .header-customize-item:last-child {
		margin-right: 0;
	}
	header .header-6 .header-nav-left,
	header .header-6 .header-nav-right,
	header .header-6 .menu-wrapper {
		float: none;
	}
	.header-above-right {
		float: left;
		text-align: left;
	}
	.header-social-profile-wrapper li + li {
		margin-right: 15px;
		margin-left: 0;
	}
	header.main-header .top-bar .widget_archive li + li:before,
	header.main-header .top-bar .widget_categories li + li:before,
	header.main-header .top-bar .widget_pages li + li:before,
	header.main-header .top-bar .widget_nav_menu > div li + li:before,
	header.main-header .top-bar .woocommerce .widget_product_categories li + li:before,
	header.main-header .top-bar .widget_layered_nav li + li:before {
		right: -20px;
		left: auto;
	}
	header.main-header .top-bar .widget_archive li + li,
	header.main-header .top-bar .widget_categories li + li,
	header.main-header .top-bar .widget_pages li + li,
	header.main-header .top-bar .widget_nav_menu > div li + li,
	header.main-header .top-bar .woocommerce .widget_product_categories li + li,
	header.main-header .top-bar .widget_layered_nav li + li {
		margin-right: 40px;
		margin-left: 0;
	}
	header.header-left {
		left: auto;
		right: 0;
	}
	body.header-is-left {
		padding-right: 270px;
		padding-left: 0;
	}
	header.header-left .search-box-wrapper button {
		left: 15px;
		right: auto;
	}
	.header-left .header-customize-item:first-child {
		margin-right: 0;
	}
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text b.x-caret,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text b.x-caret,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text b.x-caret,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text b.x-caret {
		left: 20px;
		right: auto;
	}
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:before,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:before,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:before,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:before {
		margin-left: 0;
		margin-right: -10px;
		content: "\e11c";
		float: right;
	}
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover:before,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover:before,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover:before,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover:before {
		margin-right: 0;
	}
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > i.x-menu-icon,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > i.x-menu-icon,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > i.x-menu-icon,
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text:hover > span.x-menu-text,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text:hover > span.x-menu-text,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text:hover > span.x-menu-text,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text:hover > span.x-menu-text {
		padding-right: 10px;
	}
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text > span.x-menu-text,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text > span.x-menu-text,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text > span.x-menu-text,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text > span.x-menu-text,
	header.header-left .x-nav-menu > .x-menu-item > a.x-menu-a-text > i.x-menu-icon,
	header.header-left .x-tabs.x-item-menu-tab > .x-menu-a-text > i.x-menu-icon,
	header.header-left .x-sub-menu-tab > .x-menu-item > a.x-menu-a-text > i.x-menu-icon,
	header.header-left .x-sub-menu-multi-column .x-header-column > a.x-menu-a-text > i.x-menu-icon {
		padding-left: 0px;
	}
	.overlay-menu-left {
		float: right;
		text-align: left;
		padding-left: 40px;
		padding-right: 0;
	}
	.overlay-menu-right {
		float: left;
		text-align: right;
	}
	.overlay-menu-inner {
		text-align: right;
		border-right: solid 1px rgba(166, 166, 166, 0.6);
		border-left: none;
		padding-left: 0;
		padding-right: 20px;
	}
	.overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-menu-item > a.x-menu-a-text {
		padding: 0 50px 0 20px;
	}
	.overlay-menu-wrapper .x-nav-menu .x-sub-menu .x-sub-menu .x-menu-item > a.x-menu-a-text {
		padding-right: 80px;
		padding-left: 20px;
	}
	.x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon,
	.x-sub-menu-standard a.x-menu-a-text > span.x-menu-text {
		padding-left: 10px!important;
	}
}
#lang_sel ul ul {
	right: 0;
	left: auto;
}
#lang_sel ul ul li {
	text-align: right;
}
footer.main-footer-wrapper .sidebar .footer-contact-info i.fa,
footer.main-footer-wrapper .sidebar .footer-contact-info i.micon {
	margin-left: 5px;
	margin-right: 0;
	float: right;
	line-height: 37px;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_categories > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_pages > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul > li > a:before,
footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories > ul > li > a:before,
footer.main-footer-wrapper .sidebar .widget_layered_nav > ul > li > a:before {
	float: right;
	content: "\e11c";
	padding-right: 0;
	padding-left: 5px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .widget_archive li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_categories li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_pages li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_nav_menu > div li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .woocommerce .widget_product_categories li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .widget_layered_nav li + li {
	margin-right: 30px;
	margin-left: 0;
}
.widget-title:before {
	margin-left: 10px;
	margin-right: 0;
}
.widget_archive li:after,
.widget_categories li:after,
.widget_pages li:after,
.widget_nav_menu > div li:after,
.woocommerce .widget_product_categories li:after,
.widget_layered_nav li:after {
	content: "\200E‎";
}
.widget-posts-thumbnail,
.product-widget-thumb {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.product-widget-thumb {
	margin-left: 15px;
}
.widget-twitter-item i {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
h2.widgettitle:before {
	margin-left: 10px;
	margin-right: 0;
}
.widget-accordion .panel-heading a[data-toggle='collapse'] span {
	padding-right: 20px;
	padding-left: 0;
}
.breadcrumbs-wrap label {
	margin-right: 0;
	margin-left: 10px;
}
.breadcrumbs-wrap.float label:before {
	margin-left: 10px;
	margin-right: 0;
}
.rtl .call-action h4 {
	padding-left: 280px;
	padding-right: 0;
}
.rtl .call-action p {
	padding-left: 280px;
	padding-right: 0;
}
.rtl .call-action a {
	left: 55px;
	right: auto;
}
.rtl .call-action.style1 h4 {
	padding-left: 200px;
	padding-right: 0;
}
.rtl .call-action.style1 a {
	left: 15px;
	right: auto;
}
.rtl .call-action.style2 h4 {
	padding-right: 90px;
	padding-left: 280px;
}
.rtl .call-action.style2 p {
	padding-right: 90px;
	padding-left: 280px;
}
.vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading,
.vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container {
	text-align: right;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left:after,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left:after {
	right: 0;
	left: auto;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	right: 23px;
	left: auto;
}
.vc_tta-style-accordion_style1.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style2.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-right: 80px;
	padding-left: 20px;
}
.vc_tta-style-accordion_style3.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a,
.vc_tta-style-accordion_style4.vc_tta .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-right: 60px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
	right: 0;
	left: auto;
}
.rtl .h-progress-bar.style1 .progress-bar-title,
.h-progress-bar.style3 .progress-bar-title {
	right: -11px;
	left: auto;
}
.rtl .h-progress-bar.style1 .vc_label_units {
	padding-right: 18px;
	float: left;
	padding-left: 0;
}
.rtl .h-progress-bar.style3 .vc_label_units {
	left: -25px;
	right: auto;
}
.rtl .h-progress-bar.style2 .vc_label_units {
	left: 23px;
	right: auto;
}
.rtl .process.style1 .process-step:first-child .process-icon:before,
.rtl .process.style2 .process-step:first-child .process-icon:before {
	display: block;
}
.rtl .process.style1 .process-step:first-child .process-icon:after,
.rtl .process.style2 .process-step:first-child .process-icon:after {
	display: none;
}
.rtl .process.style1 .process-step:last-child .process-icon:before,
.rtl .process.style2 .process-step:last-child .process-icon:before {
	display: none;
}
.rtl .process.style1 .process-step:last-child .process-icon:after,
.rtl .process.style2 .process-step:last-child .process-icon:after {
	display: block;
}
.rtl .process.style3 .process-step {
	text-align: right;
}
.rtl .process.style3 .process-step a {
	padding-right: 65px;
	padding-left: 0;
}
.rtl .process.style3 .process-step span {
	right: 56px;
	left: auto;
}
.rtl .process.style3 .process-step:hover span {
	right: 15px;
	left: auto;
}
.heading.text-right .line-single:before,
.heading.text-right .line-double:before {
	left: 0;
	right: auto;
}
.heading.text-right .line-single:after,
.heading.text-right .line-double:after {
	left: 43px;
	right: auto;
}
.heading.text-left .line-single:before,
.heading.text-left .line-double:before {
	right: 0;
	left: auto;
}
.heading.text-left .line-single:after,
.heading.text-left .line-double:after {
	right: 43px;
	left: auto;
}
.owl-item ul.s-rounded li {
	margin-right: 10px;
	margin-left: 0;
}
.rtl .banner.style3 .banner-bg-img i {
	right: auto;
	left: 8px;
}
.rtl .banner.style3 .banner-bg-img:before {
	left: -35px;
	right: auto;
}
.rtl .vc_message_box-icon {
	right: 0;
	left: auto;
}
.rtl .vc_message_box.icon_small {
	padding: 4px 47px 4px 15px;
}
.rtl .vc_message_box.icon_large {
	padding: 15px 105px 15px 15px;
}
.rtl .expandable-button i {
	margin-left: 12px;
	margin-right: 0;
}
.row.contact-us {
	text-align: right;
}
.row.contact-us input[type="submit"] {
	float: right;
}
.row.contact-us img.ajax-loader {
	margin-right: 4px;
	margin-left: 0;
}
.rtl .m-post.style2 .post-content {
	text-align: right;
}
@media (min-width: 600px) {
	.rtl .m-post.style2 .post-small .post-image {
		padding-left: 15px;
		float: right;
	}
}
.m-button.i-left.m-button-sm,
.m-button.i-left.m-button-xs {
	padding-right: 45px;
	padding-left: 30px;
}
.m-button.i-left img,
.m-button.i-left i {
	right: 25px;
	left: auto;
}
.m-button.i-right.m-button-sm,
.m-button.i-right.m-button-xs {
	padding-right: 30px;
	padding-left: 45px;
}
.m-button.i-right img,
.m-button.i-right i {
	left: 25px;
	right: auto;
}
.rtl .testimonial.text-left {
	text-align: right;
}
.rtl .testimonial.text-right {
	text-align: left;
}
.dropcap .first-letter {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
.rtl .list .list-item .list-before-title {
	float: right;
}
.rtl .list .list-item .list-title {
	padding-right: 10px;
	padding-left: 0;
}
.rtl ul.list.style6 .icon-right-open-big:before {
	content: '\e11c';
}
.rtl .iconbox.top-inline h3 {
	padding-right: 70px;
	padding-left: 0;
}
.rtl .iconbox.top-inline.icon-box-circle h3 {
	padding-right: 85px;
	padding-left: 0;
}
.rtl .iconbox.icon-box-circle .icon-box-shape:before {
	right: 0;
	left: auto;
}
.rtl .iconbox.icon-box-circle .icon-box-shape a {
	right: 5px;
	left: auto;
}
.rtl .iconbox.left h3,
.rtl .iconbox.left p,
.rtl .iconbox.left span {
	padding-right: 80px;
	padding-left: 0;
}
.rtl .iconbox.left.icon-box-circle h3,
.rtl .iconbox.left.icon-box-circle p,
.rtl .iconbox.left.icon-box-circle span {
	padding-right: 85px;
	padding-left: 0;
}
.rtl .icon-border-right-bottom,
.rtl .icon-border-right {
	border-right: none;
	border-left-style: solid;
	border-left-width: 1px;
}
.rtl .iconbox.left-inline h3,
.rtl .iconbox.left-inline p,
.rtl .iconbox.left-inline span {
	padding-right: 85px;
	padding-left: 0;
}
.icon-line-dash .iconbox.default:before {
	right: 40px;
	left: auto;
}
.rtl .mailchimp input[type="email"] {
	margin-left: 15px;
	margin-right: 0;
}
.rtl .sarah .hover-outer,
.chico .hover-outer {
	text-align: right;
}
.rtl .woocommerce div.product form.cart div.quantity,
.rtl .woocommerce div.product form.cart .button {
	float: right;
}
.rtl .woocommerce div.product form.cart div.quantity {
	margin-right: 0;
	margin-left: 20px;
}
.rtl .woocommerce .cart-actions .coupon .input-text {
	margin-left: 15px;
	margin-right: 0;
}
.rtl .woocommerce .cart-actions a.checkout-button {
	margin-right: 15px;
	margin-left: 0;
}
.rtl .select2-container .select2-choice > .select2-chosen {
	margin-left: 26px;
	margin-right: 0;
}
.rtl .select2-container .select2-choice .select2-arrow {
	left: 5px;
	right: auto;
}
.rtl .woocommerce div.product form.cart .variations td,
.rtl .woocommerce table.shop_table,
.rtl .woocommerce-checkout #payment ul.payment_methods,
.rtl .woocommerce-checkout #payment ul.payment_methods li,
.rtl .woocommerce .order_details li,
.rtl .wishlist_table tr td.product-thumbnail,
.rtl .wishlist_table tr td.product-name,
.rtl .wishlist_table tr td.wishlist-name,
.rtl .wishlist_table tr td.wishlist-privacy,
.rtl .woocommerce table.wishlist_table tfoot td {
	text-align: right;
}
.rtl .woocommerce form .form-row-first,
.rtl .woocommerce form .form-row-last,
.rtl .woocommerce-page form .form-row-first,
.rtl .woocommerce-page form .form-row-last {
	float: right;
}
.rtl .woocommerce form .form-row-last,
.rtl .woocommerce-page form .form-row-last {
	float: left;
}
.rtl ._checkbox,
.rtl ._radio {
	padding-right: 24px;
	padding-left: 0;
}
.rtl ._checkbox i,
.rtl ._radio i.radio-button {
	right: 0;
	left: auto;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
	left: 0;
	right: auto;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
	text-align: right;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
	padding-right: 0;
	padding-left: 15px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity + a {
	padding-left: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
	left: 0;
	right: auto;
}
.shopping-cart-wrapper .cart-total-left {
	float: right;
}
.shopping-cart-wrapper .cart-total-right {
	float: left;
}
.shopping-cart-wrapper .cart-total-left span {
	float: left;
	margin-right: 5px;
}
.cart_list_wrapper p.total strong {
	display: none;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
	margin-left: 0;
	margin-right: 4%;
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total {
	float: left;
	text-align: left;
}
.shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
	float: right;
}
select {
	background-position: 15px;
}
.row-boxed-left {
	float: left;
}
.row-boxed-right {
	float: right;
}
@media (min-width: 768px) {
	.text-left-xs-center {
		text-align: right;
	}
	.text-right-xs-center {
		text-align: left;
	}
}
.dialog.dialog--open button[data-dialog-close] {
	left: 0;
	right: auto;
}
nav.canvas-menu-wrapper .canvas-menu-close {
	left: 10px;
	right: auto;
}
nav.canvas-menu-wrapper {
	left: auto;
	right: 100%;
}
nav.canvas-menu-wrapper.in {
	transform: translateX(100%);
}
ul.s-rounded li {
	margin-right: 0;
	margin-left: 10px;
}
ul.s-rounded li:last-child {
	margin-left: 0;
}
.search-form button[type="submit"] {
	left: 0;
	right: auto;
}
.search-form input[type="text"] {
	padding-left: 41px;
	padding-right: 20px;
}
.form-contact-wrap .m-button {
	float: right;
}
blockquote {
	border: none;
}
blockquote:before {
	float: right;
	margin-left: 15px;
	margin-right: 0;
}
blockquote p {
	margin-left: 30px;
	margin-right: 0;
}
.tagcloud a {
	margin-left: 7px;
	margin-right: 0;
}
.tagcloud a:last-child {
	margin-left: 0;
}
.entry-meta-tag label {
	margin-left: 15px;
	margin-right: 0;
}
.entry-meta-tag {
	margin-left: 135px;
	margin-right: 0;
}
.entry-meta-tag + .social-share-wrap {
	left: 0;
	right: auto;
}
.post-navigation .nav-next {
	float: left;
	text-align: left;
}
.post-navigation .nav-previous {
	float: right;
	text-align: right;
}
.post-navigation .nav-previous .post-navigation-content {
	margin-right: 30px;
	margin-left: 0;
}
.post-navigation .nav-next .post-navigation-content {
	margin-left: 30px;
	margin-right: 0;
}
.post-navigation .nav-next .fa-chevron-right:before {
	content: "\f053";
}
.post-navigation .nav-previous .fa-chevron-left:before {
	content: "\f054";
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
	left: 0;
	right: auto;
}
.post-author-info img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
.social-share-hover .social-share-wrap {
	margin-left: 0;
	margin-right: 15px;
}
.jp-time-holder {
	left: 25px;
	right: auto;
}
.jp-title {
	margin-left: 55px;
	margin-right: 0;
}
.jp-controls {
	border-left: 1px solid #888;
	border-right: none;
	margin-left: 20px;
	margin-right: 0;
}
.blog-paging-default .pagination > li > a.next,
.blog-paging-default .pagination > li > span.next {
	left: 0;
	right: auto;
}
.blog-paging-default .fa-angle-right:before {
	content: "\f104";
}
.blog-paging-default .pagination > li > a.next i,
.blog-paging-default .pagination > li > span.next i {
	margin-right: 10px;
	margin-left: 0;
}
.blog-paging-default .pagination > li > a.prev,
.blog-paging-default .pagination > li > span.prev {
	right: 0;
	left: auto;
}
.blog-paging-default .fa-angle-left:before {
	content: "\f105";
}
.blog-paging-default .pagination > li > a.prev i,
.blog-paging-default .pagination > li > span.prev i {
	margin-left: 10px;
	margin-right: 0;
}
.entry-post-meta-wrap ul.entry-meta:after {
	content: '';
	display: block;
	clear: both;
}
.entry-post-meta-wrap ul.entry-meta li {
	float: right;
	margin-left: 40px;
	margin-right: 0;
}
@media (min-width: 768px) {
	.blog-style-medium-image article:not(.format-audio):not(.format-link):not(.format-quote) .entry-thumbnail-wrap {
		float: right;
		padding-left: 15px;
		margin-right: 0;
	}
	.blog-style-timeline {
		padding-right: 200px;
		padding-left: 0;
	}
	.blog-style-timeline:before {
		right: 130px;
		left: auto;
	}
	.entry-timeline {
		right: -65px;
		left: auto;
	}
	.timeline-date:after {
		right: 100%;
		left: auto;
		border-left: none;
		border-right-color: #222;
	}
	.timeline-date {
		left: 20px;
		right: auto;
	}
}
