
#fancybox-thumbs > ul {
	width: initial !important;
}

/* RTL direction styles */
.fleft {
	float: right;/* reversed */
}
.fright {
	float: left;/* reversed */
}
.ralign {
	text-align: left!important;/* reversed */
}
.lalign {
	text-align: right!important;/* reversed */
}
.red.margin {
	padding-left: 0;
	padding-right: 10px;
}
img.remove {
	margin-left: 0;
	margin-right: 8px;
}

body {
	direction: rtl;
}

.h1-nav nav {
	float: left;
}

/* top navigation */
div#top-navigation {
	right: auto;
	left: 0;
	margin-right: 0;
	margin-left: 0;
}
div#top-navigation > span.circle:not(:last-child) {
	margin-right: 0;
	margin-left: 5px;
}
span.circle > span.content {
	right: auto;
	left: 3px;
}
span > .circle:not(:last-child) {
	margin-right: 0;
	margin-left: 7px;
}

/* lang selector */
span.circle.selector > span.default {
	padding-right: 10px!important;
	padding-left: 30px!important;
}
span.circle.selector > span.default:after {
	right: auto;
	left: 14px;
}

#user-navbar > span.default {
	padding-left: 35px!important;
	padding-right: 40px!important;
}

/* user navigation bar */
.user-navigation-bar {
	margin-right: 0;
	margin-left: 30px;
}

.user-navigation-bar > a {
	padding-left: 16px;
	padding-right: 40px;
}
.user-navigation-bar > a:before,
#user-navbar > span.default:before {
	left: auto;
    right: 12px;
}
/* user navigation bar end */

#hline1, #hline2, #mline1, #mline2, #fline1, #fline2 {
	left: auto;
	right: -121px;
}
#hline2 {
	left: -255px;
	right: auto;
}
#mline2 {
	left: -45px;
	right: auto;
}
#fline1 {
	left: auto;
	right: 34%;
}
#fline2 {
	left: -100px;
	right: auto;
}

#hline1:before,
#hline2:before,
#mline1:before,
#mline2:before,
#fline1:before,
#fline2:before {
	right: auto;
	left: 51px;
	-webkit-transform: rotate(323deg);
	transform: rotate(323deg);
	-moz-transform: rotate(323deg);
	-o-transform: rotate(323deg);
	-ms-transform: rotate(323deg);
}
/* top navigation end */

/* main menu */
section.main-menu ul > li.active:not(:last-child) {
	margin-right: 5px;
	margin-left: 5px;
}
section.main-menu ul > li.active:not(:first-child) {
	margin-left: 5px;
	margin-right: 5px;
}
section.main-menu ul.menu > li.more > span {
	padding: 0 10px 0 0;
}
section.main-menu ul.menu > li.more > span > span {
	margin: 0 0 0 2px;
}
ul#main_menu_more {
	right: auto;
	left: 0;
}
/* main menu end */

/* inputs */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		background: url('../img/gallery.png') -15px -1392px no-repeat #fff8fb;
		padding-right: 10px;
		padding-left: 27px;
	}
}
input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
	margin: 0 0 0 5px;
}
input[type=radio].multiline + label > span {
	margin: 0 auto 5px;
}
/* inputs end */

/*** PAGE CONTENT ***/
section#main_container > div > aside.left {
	float: left;
}
aside.two-middle > div.middle-left,
aside.two-middle > div.middle-right {
	float: right;
}

.search-button > a {
	margin-left: 0;
	margin-right: 20px;
}

/* sidebar search block */
/* two */
.search-item.two-fields > select,
.search-item.two-fields > input[type=text] {
	margin-right: 0;
	margin-left: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > input[type=text]:last-child {
	margin-left: 0;
}
/* three */
.search-item.three-field > select {
	margin-right: 0;
	margin-left: 4%;
}
.search-item.three-field > input {
	margin-right: 0;
	margin-left: 4%;
}
.search-item.three-field > *:last-child {
	margin-left: 0;
}
/* checkbox */
.search-item.checkbox-field > .custom-input > label {
	padding-right: 0;
	padding-left: 5px;
}

/* two */
.search-item.two-fields > select,
.search-item.two-fields > div.input > select,
.search-item.two-fields > input[type=text] {
	margin-right: 0;
	margin-left: 4%;
}
.search-item.two-fields > select:last-child,
.search-item.two-fields > div.input > select:last-child,
.search-item.two-fields > input[type=text]:last-child {
	margin-left: 0;
}
section.content_block > h3 > a.reserve_place {
    right: auto;
    left: 10px;
}
/*** PAGE CONTENT END ***/

section.content_block div.carousel.horizontal div.next {
	right: auto;
	left: 0;
}
section.content_block div.carousel.horizontal div.prev {
	right: auto;
	left: 35px;
}
section.content_block div.carousel.horizontal div.next:before {
	background-position: -3px -608px;
	right: auto;
	left: 10px;
}
section.content_block div.carousel.horizontal div.prev:before {
	background-position: -31px -608px;
	left: auto;
	right: 10px;
}

/*** PAGE FOOTER ***/
nav.footer-menu {
	padding: 20px 0 15px 70px;
}
body > div#floor > footer span.scroll-top {
	right: auto;
	left: 0;
}
/*** PAGE FOOTER END ***/

/*** PAGINATION ***/
ul.pagination {
	text-align: left;
}
ul.pagination > li.navigator a {
	padding-right: 15px;
	padding-left: 13px;
}
/*** PAGINATION END ***/

/*** MISCELLANEOUS ***/
.two-inline > *:first-of-type {
	float: left;
}
.two-inline.left > *:first-of-type {
	float: right;
}

div.textarea_counter_default,
div.textarea_counter_warning {
	text-align: left;
}
/* enlarge media */
span.media-enlarge {
	left: auto;
	right: 0;
}
span.media-enlarge > span {
	left: auto;
	right: 12px;
}
/* enlarge media end */

/* close bars */
div.close-black {
	right: auto;
	left: 0;
}
div.close-black > div {
	right: auto;
	left: 14px;
}
/* close bars end */
/*** MISCELLANEOUS END ***/

/*** ALPHABETIC SEARCH ***/
div.alphabetic-saerch > div {
	margin: 2px 2px 0 0;
}
div.alphabetic-saerch > div > a {
	margin: -2px -2px 0 0;
}
/*** ALPHABETIC SEARCH END ***/

/*** SUBMIT FORM ELEMENTS ***/
div.submit-cell > div.name {
	float: right;
	padding: 0 0 0 10px;
}

/* inline */
.field.inline-fields > span.custom-input {
	padding: 0 0 0 30px;
}
/* two */
.field.two-fields > select,
.field.two-fields > input[type=text] {
	margin-right: 0;
	margin-left: 4%;
}
.field.two-fields > select:last-child,
.field.two-fields > input[type=text]:nth-child(2n) {
	margin-left: 0;
}
/* combo */
.field.combo-field > input {
	margin-right: 0;
	margin-left: 20px;
}
/* three */
.field.three-field > select {
	margin-right: 0;
	margin-left: 4%;
}
.field.three-field > input {
	margin-right: 0;
	margin-left: 4%;
}
.field.three-field > *:last-child {
	margin-left: 0;
}
.field.checkbox-field .custom-input > label {
	padding-right: 0;
	padding-left: 5px;
}
.form-buttons.right {
	text-align: left;
}
.form-buttons.form a {
	text-align: left;
}

section.side_block_search div.field.inline {
	float: right;
}

/* qtip */
img.qtip {
	margin: -3px 10px 0 0;
}
/* qtip end */

/* multilingual tabs */
div.scrolling div.left {
	left: auto;
	right: 0;
}
div.scrolling div.right {
	right: auto;
	left: 0;
}
/* multilingual tabs end */
/*** SUBMIT FORM ELEMENTS END ***/

/*** MESSAGES ***/
table.contacts-list div.picture span {
	right: auto;
	left: -5px;
}
div#messages_cont .mCSB_container {
	margin-left: 10px;
}
ul#messages_area {
	margin-right: 13px;
}
ul#messages_area > li {
	padding: 15px 20px 15px 24px;
	margin: 0 0 20px 40px;
}
ul#messages_area > li.me {
	margin: 0 10px 20px 13px;
}
ul#messages_area > li:before,
ul#messages_area > li:after {
	left: auto;
	right: -15px;
	border-width: 14px 0 0 14px;
	border-color: transparent transparent transparent #e9e9e9;
}
ul#messages_area > li:after {
	right: -10px;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent white;
}
ul#messages_area > li.me:before {
	right: auto;
	left: -15px;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #d6fff1 transparent;
}
ul#messages_area > li > span {
	right: auto;
	left: 8px;
}

div.send-controls {
	margin: 0 33px 0 0;
	text-align: left;
}
div.send-controls > div {
	margin: 0 20px 0 0;
}
.seller-short div.picture {
	margin: 0 0 10px 20px;
	float: right;
}
/*** MESSAGES ***/

/*** FEATURED LISTINGS BOX ***/
ul.featured:not(##listing_box_206) > li {
	padding: 20px 0 10px 17px;
}
.carousel ul.featured > li {
	padding: 0;
}
ul.featured.list > li > ul > li {
	padding: 0 15px 5px 0;
}
/*** FEATURED LISTINGS BOX END ***/

/*** FEATURED LISTINGS GALLARY ***/
div.featured_gallery div.preview > .fg-title,
div.featured_gallery div.preview > .fg-price {
	left: auto;
	right: 0;
}
ul.featured.listing_statuses > li > div.picture {
    margin: 0 0 0 10px;
}
ul.featured.listing_statuses > li > div.message:after {
    left: auto;
    right: -8px;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #da8ae3;
}
ul.featured.listing_statuses > li > div.message > div {
    text-align: right;
}
ul.featured.listing_statuses > li > div.message .date {
    text-align: left;
}
/*** FEATURED LISTINGS GALLARY END ***/

/*** NEWS BLOCK ***/
ul.news div.date {
	float: left;
}
ul.news h4 {
	padding: 0 0 0 10px;
}
/*** NEWS BLOCK END ***/

/*** FIELDSET ***/
#controller_area div.fieldset > header {
	padding: 0 28px 0 0;
}
#controller_area div.fieldset > header > span.arrow {
	left: auto;
	right: 0;
	margin-right: 0;
	margin-left: 10px;
}
/*** FIELDSET END ***/

/*** CATEGORIES BLOCK ***/
.categoty-column > div.item {
	margin-right: 0;
	margin-left: 8%;
	float: right;
}
.three-middle .categoty-column > div.item {
	margin-left: 0;
}
.categoty-column > div.item:nth-child(2n) {
	margin-left: 0;
}
div.categories ul > li {
	float: right;
}
div.categories div.category-name {
	padding: 0 0 0 5px;
}
div.categories div.category-counter {
	text-align: left;
	float: left;
}
a.category {
	padding-right: 0;
	padding-left: 5px;
}
div.categories div.category-counter > span {
	padding: 0 7px 0 0;
}
div.category-slider-bar {
	right: auto;
	left: -5px;
}
.categories-box-nav > h3 {
	padding-right: 0!important;
	padding-left: 130px!important;
}
div.category-slider-bar span.prev {
	background-position: right -583px;
}
div.category-slider-bar span.next {
	background-position: 0 -583px;
}

.sub-categories-exist div.parent-cateory {
	padding-bottom: 0!important;
	display: inline-block;
}
.sub-categories-exist div.category-name {
	float: left;
	background: none!important;
}
.sub-categories-exist div.category-counter > span {
	padding: 0!important;
}
.categories .sub_categories {
	padding: 0 0 15px 5px;
}
.categories .sub_categories span.more {
	cursor: pointer;
	padding: 0 4px;
}

div.other_categories_tmp div {
	padding: 13px 17px 15px 25px;
	margin: 20px 15px 0 0;
}
div.other_categories_tmp div img.close {
	right: auto;
	left: 0;
}
/*** CATEGORIES BLOCK END ***/

/*** CATEGORIES TREE BLOCK ***/
ul.cat-tree {
	vertical-align: top;
}
ul.cat-tree li {
/*	height: 26px;
	line-height: 26px;*/
	padding: 0 0 8px 0;
}
ul.cat-tree li ul {
	display: none;
}
ul.cat-tree li ul > li {
	padding-left: 0;
	padding-right: 25px;
}
ul.cat-tree li > a > span {
	display: inline-block;
}
section.side_block > span.expander {
	right: auto;
	left: 20px;
}
/*** CATEGORIES TREE BLOCK END ***/

/*** GRID NAVIGATION BAR ***/
.grid_navbar .switcher {
	float: left;
}
.grid_navbar .buttons > div {
	margin-left: 0;
	margin-right: 2px;
}

.grid_navbar div.list > div > span:nth-child(2n),
.grid_navbar div.grid > div > span:nth-child(2n) {
	margin: 0 2px 2px 0;
}
.grid_navbar .current {
	padding: 0 18px 0 20px;
}
.grid_navbar .sorting span.arrow {
	margin: 0 2px 0 0;
}
.grid_navbar ul.fields {
	left: 0;
	right: -2px;
}
/*** GRID NAVIGATION BAR END ***/

/*** TABLES **/
/* submit table */
table.submit td.name {
	padding-right: 0;
	padding-left: 10px;
}
table.submit a.close {
	padding-left: 0;
	padding-right: 20px;
}
/* submit table end */

/* details table */
div.table-cell > div.name {
	float: right;
}
div.table-cell > div.name > div > span {
	padding-right: 0;
	padding-left: 7px;
}
div.table-cell > div.name + div.value {
	padding-left: 0;
	padding-right: 10px;
}
div.table-cell ul.checkboxes > li {
	float: right;
	margin-right: 0;
	margin-left: 10%;
}
section.main-section div.table-cell ul.checkboxes > li {
	float: none;
	margin-left: 0;
}
div.table-cell ul.checkboxes > li:nth-child(2n) {
	margin-left: 0;
}
div.table-cell ul.checkboxes > li img {
	margin-right: 0;
	margin-left: 8px;
}
/* details table end */

/* information table */
table.info td.name {
	padding-right: 0;
	padding-left: 10px;
}
/* information table end */

/* list table */
table.list > tbody > tr.header > td {
	padding: 0 30px 0 0;
}
table.list > tbody > tr.header > td:first-child {
	padding-right: 10px;
}
table.list > tbody > tr.body > td {
	padding: 20px 30px 20px 0;
}
table.list > tbody > tr.body > td:first-child {
	padding-right: 11px;
}
table.list>tbody td.no_padding {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
/* list table end */

div.list-table > div.header > div:first-child {
	border-left: 0;
	border-right: 2px #e9e9e9 solid;
}
div.list-table > div.header > div:last-child {
	border-right: 0;
	border-left: 2px #e9e9e9 solid;
}
div.list-table > div > div.first {
	padding-left: 0;
	padding-right: 15px;
}
div.list-table > div > div.checkbox {
	padding-left: 0;
	padding-right: 10px;
}
div.list-table > div.row > div.first {
	padding-left: 0;
	padding-right: 17px;
}
div.list-table > div.row > div.checkbox {
	padding-left: 0;
	padding-right: 12px;
}
div.list-table > div > div.center {
	text-align: center;
	padding-left: 0!important;
}
div.list-table > div.row > div {
	padding-right: 0;
	padding-left: 20px;
}
div.list-table > div.row > div:last-child {
	padding-left: 0;
}
.mass-actions {
	padding: 15px 14px 0 0;
}

.statuses .active:before,
.statuses .approval:before,
.statuses .incomplete:before,
.statuses .pending:before,
.statuses .expired:before {
	margin-right: 0;
	margin-left: 8px;
}
table.table td.name {
	padding-right: 0;
	padding-left: 10px;
}
/*** TABLES END **/

/*** LISTINGS GRID ***/
section#listings div.picture > span,
div.map-balloon div.picture > span {
	left: auto;
}
section#listings div.picture > span:before,
div.map-balloon div.picture > span:before {
	right: auto;
	left: 4px;
}
section#listings ul.nav-column > li span.icon {
	left: auto;
	right: 0;
}

section#listings.list div.main-column > a {
	float: right;
}
article.item a.add-to-cart {
	padding: 0 30px 0 0;
}
article.item a.add-to-cart:before {
	left: auto;
	right: 0;
}
section#listings.list ul.info > li.middle > ul {
	padding-right: 0;
	padding-left: 30px;
}

/*article.featured div.picture > div.label,
div.map-balloon div.picture > div.f-label {
	width: auto;
}
article.featured div.picture > div.label > div,
div.map-balloon div.picture > div.f-label > div {
	letter-spacing: normal;
	position: initial;
	width: auto;
}*//*
article.featured div.picture > div.label:before {
	content: none;
}*/
article.featured div.picture > div.label,
div.map-balloon div.picture > div.f-label {
	left: auto;
	right: 0;
	border-radius: 0 0 0 6px;
}

/* list view */
section#listings.list div.price-tag {
	right: auto;
	left: 0;
}
section#listings.list ul.info > li.system > span.date {
	padding: 0 0 0 20px;
}
section#listings.list ul.nav-column {
	right: auto;
	left: 0;
}
section#listings.list ul.nav-column > li {
	/*padding: 0 25px 0 0;*/
}
section#listings ul.nav-column > li {
	margin-right: 0;
	margin-left: 12px;
}
ul.featured:not(#listing_box_206, .carousel) > li {
    padding: 20px 0 10px 17px;
}
ul.featured > li > div.picture div.top_rated {
    left: auto;
    right: -5px;
}
/* list view end */

/* grid view */
section#listings.grid ul.info > li.title {
	padding-right: 0;
	padding-left: 25px;
}
section#listings.grid ul.info > li.middle > .nav-column > li.favorite {
	right: auto;
	left: 0;
}
/*section#listings.grid > article {
	float: right;
	margin: 0 0 30px 30px;
}
section#listings.grid > article:nth-child(3n) {
	margin-left: 0;
}
section#listings.grid div.price-tag {
	float: right;
}
section#listings.grid ul.nav-column {
	float: left;
}
section#listings.grid ul.nav-column > li {
	float: left;
}
section#listings.grid ul.nav-column > li span.icon {
	left: 2px;
	right: auto;
}
section#listings.grid ul.nav-column > li.favorite span.icon {
	left: 0;
	right: auto;
}*/
/* grid view end */

/* no image grid view */
section#listings.grid.no-image > article {
	padding: 0 0 40px 30px;
	box-shadow: inset 1px 0 0 #e3e3e3;
}
section#listings.grid.no-image > article:nth-child(2n) {
	padding-left: 0;
	padding-right: 30px;
	box-shadow: inset -1px 0 0 #e3e3e3;
	margin-left: 0;
	margin-right: -1px;
}
section#listings.grid.no-image ul.nav-column {
	float: right;	
}
section#listings.grid.no-image ul.nav-column > li {
	float: right;
}
/* no image grid view end */

/* map view */
div.map-balloon div.picture > span > span {
	left: auto;
	right: 4px;
}
/* map view end */

.category-description {
	border: 2px #e9e9e9 solid;
	padding: 14px 18px;
	margin: 0 0 20px;
}

div.gallery > ul.thumbs > li div.top_rated, 
article.item div.picture div.top_rated, 
ul.featured > li > div.picture div.top_rated {
    right: -5px;
    left: auto;
}
article.item div.picture div.premium_top,
ul.featured > li div.premium_top {
    left: auto;
    right: -8px;
}
ul#listing_box_201.featured > li:nth-child(5n) {
    padding-right: 2%;
    padding-left: 0;
}
@media screen and (max-width: 961px) {

    ul#listing_box_201.featured > li:nth-child(5n) {
        padding-right: 2%;
    }
    ul#listing_box_201.featured > li:nth-child(4n) {
        padding-left: 0;
        padding-right: 2%;
    }
}
@media screen and (max-width: 767px) {
    ul#listing_box_201.featured > li:nth-child(4n),
    ul#listing_box_201.featured > li:nth-child(3n) {
        padding-right: 2.5%;
    }
    ul#listing_box_201.featured > li:nth-child(2n) {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 961px) {
    ul.featured > li {
        padding: 20px 0 10px 12px;
    }
    ul.featured:not(#listing_box_206) > li:nth-child(4n) {
        padding-right: 0;
        padding-left: 0;
    }
}
/*** LISTINGS GRID END ***/

/*** LISTING DETAILS ***/
/* gallery */
div.gallery > ul.thumbs > li {
	margin: 0 0 10px 7px;
}
div.gallery > ul.thumbs > li span.play {
	left: auto;
	right: 2px;
}
div.gallery > ul.thumbs > li.see-more {
	margin-left: 0;
}
/* gallery end */

ul.availability-chart > li > div:first-child {
	float: right;
	color: #939393;
	border-right: 0;
	border-left: 2px #ffecf4 solid;
}
ul.availability-chart > li > div:last-child {
	padding-left: 0;
	padding-right: 10px;
}

/* main info section */
div.listing-details-icons {
	padding-left: 0;
	padding-right: 20px;
	text-align: left;
}
div.listing-details-icons a.button {
	text-align: right;
}
/* main info section end */

/* seller info section */
section.seller-short > div > div.picture {
	margin-right: 0;
}
section.seller-short ul.seller-info > li:first-child {
	padding-right: 0;
	padding-left: 35px;
}
section.seller-short a.contact-seller {
	right: auto;
	left: 0;
}
/* seller info section */

/* statistics section */
div.listing-details section.statistics ul.counters > li span.count {
	margin-right: 0;
	margin-left: 5px;
}
div.listing-details section.statistics ul.controls {
	float: left;
}
/* statistics section end */

a.button.cart.icon {
	padding-left: 20px;
	padding-right: 45px;
}
a.button.cart.icon:before {
	left: auto;
	right: 14px;
}
div.table-cell.verified_icon > div.name {
    background-position: left center;
}
div#comments_dom ul.comments > li > div.like_dislike, 
div.gallery ul.comments > li > div.like_dislike {
    left: 10px;
    right: auto !important;
}
/*** LISTING DETAILS END ***/

/*** TABS ***/
ul.tabs:not(.search_tabs) > li:not(:last-child) {
	margin-right: 0;
	margin-left: 3px;
}
ul.tabs > li.more {
	right: auto;
	left: 0;
}
ul.tabs > li.more > span {
	margin: 20px 0 0 2px;
}
ul.tabs > li.more > span:last-child {
	margin-left: 0;
}
ul.tabs > li.overflowed {
	right: auto;
	left: 0;
}
ul.tabs > li.overflowed > ul > li.active {
	box-shadow: inset -3px 0 0 #32cf99;
}
/*** TABS END ***/

/*** ACCOUNTS GRID ***/
section#accounts > article {
	margin: 0 0 30px 6%;
	float: right;
}
section#accounts > article:nth-child(2n) {
	margin: 0 0 30px 0;
}
section#accounts > article div.picture {
	margin-right: 0;
	margin-left: 15px;
	float: right;
}
/*** ACCOUNTS GRID END ***/

/*** ACCOUNT DETAILS PAGE ***/
section.account-info span.date {
	right: auto;
	left: 0;
}
section.account-info div.counter {
	padding: 57px 15px 0 0;
}
/*** ACCOUNT DETAILS PAGE END ***/

/*** MY PROFILE ***/
.image-preview-wrapper input[type=file] {
	right: auto;
	left: 0;
}
/*** MY PROFILE END ***/

/*** MY PACKAGES ***/
ul.packages > li div.plan-info {
	float: right;
}
ul.packages > li div.listing-info {
	padding: 4px 20px 0 0;
}
ul.packages > li div.status {
	margin: auto;
	margin-right: 30px;
}
/*** MY PACKAGES END ***/

/*** STEPS ***/
/*ul.steps > li a {
	padding: 0 15px 0 0;
}*/
ul.steps > li:not(:last-child):not(.past):after,
ul.steps > li:not(:last-child):not(.past):before {
	left: auto;
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.steps > li:not(:last-child):not(.past):after {
	border-color: transparent;
	border-right-color: white;
	border-width: 20px 10px 20px 0;
	margin-top: -20px;
}
/*ul.steps > li:not(:last-child):not(.past):before {
	border-color: transparent;
	border-right-color: #e9e9e9;
	border-width: 23px 13px 23px 0;
	margin-top: -23px;
}*/
/*** STEPS END ***/

/*** ADD LISTING ***/
/* category selector */
ul.select-type > li {
	margin: 0 0 0 30px;
}
ul.select-category > li > div {
	margin-right: 0;
	margin-left: 10px;
}
ul.select-category > li > div:last-child {
	margin-left: 0;
}
/* category selector end */

/* plans */
ul.plans > li:first-child > div.frame {
	border-left-width: 0;
	border-right-width: 2px;
}
ul.plans > li:last-child > div.frame {
	border-right-width: 0;
	border-left-width: 2px;
}
/* plans end */

/* authorization */
div.auth > div.cell > div {
	text-align: right;
}
/* authorization end */

/* tree */
div.tree ul {
	padding: 2px 15px 2px 0;
}
div.tree ul.first {
	padding: 0 5px 0 0;
}
div.tree ul li > img {
	margin: 0 0 0 3px;
}
div.tree ul li.locked > a,
div.tree ul li.locked > label {
	padding: 1px 0 0 15px;
}
span.tmp_input input.accept {
	margin: -2px 0 0 1px;
	left: 0;
	right: auto;
}
img.remove {
	margin: -1px 8px 0 0;
}
#crossed_selected li {
	margin: 0 21px 0 0;
}
span.tree_loader {
	margin: 0 4px 0 0;
}
/* tree end */

/* file upload */
label.upload input,
span.draft input {
	right: auto;
	left: 0;
	direction: ltr;
}
div#fileupload span.active,
div#fileupload span.hover {
	margin: 0 0 30px 30px;
}
div#fileupload img.manage,
div#fileupload img.delete,
div#fileupload img.cancel,
div#fileupload img.crop {
	right: auto;
	left: 30px;
}
div#fileupload img.delete,
div#fileupload img.cancel {
	right: auto;
	left: 0px;
}
div#fileupload img.crop {
	left: 62px;
}
/* file upload end */

/* video */
ul.thumbnails li {
	margin: 0 0 15px 15px;
}
ul.thumbnails li div.video_navbar {
	text-align: left;
}
/* video end */

/* payment gateways */
ul#payment_gateways li {
	margin: 0 0 10px 10px;
}
/* payment gateways end */
/*** ADD LISTING END ***/

/*** REGISTRATION ***/
/* password strange control */
div.password_strength {
	padding: 0 10px 0 0;
}
div.password_strength div.scale div.shine {
	left: auto;
	right: 0;
}
/* password strange control end */
/*** REGISTRATION END ***/

/*** MAP AMENITY ***/
div.flgServicesArea {
	right: auto;
	left: 5px;
}
div.flgServicesArea ul li input {
	margin-right: 0;
	margin-left: 24px;
}
div.flgServicesArea ul li label span {
	margin: -1px 0 0 25px;
}
/*** MAP AMENITY ***/

/*** MODAL WINDOW ***/
.modal_block div.inner div.close {
	right: auto;
	left: 0;
}
.modal_block div.inner div.caption_padding {
	padding: 0 70px 20px 0;
}
.modal_block div.inner div.warning,
.modal_block div.inner div.notice {
	padding: 0 30px 0 0;
}
.modal_block div.prompt input {
	margin: 0 0 0 15px;
}
/*** MODAL WINDOW END ***/

/*** NOTIFICATIONS ***/
div.notification > div > div.message {
	padding: 12px 20px 12px 66px;
}
div.notification ul {
	padding: 0 20px 0 0;
}
/*** NOTIFICATIONS END ***/

/*** MY LISTINGS ***/
.my-listings > article > div {
	margin-right: 0;
	margin-left: 15px;
}
.my-listings > article > div:last-child {
	margin-left: 0;
}
.my-listings div.navigation ul > li a {
    margin: 0 25px 0 0;
}
.my-listings div.navigation ul li.nav-icon > a:before  {
    right: -25px !important;
    left: auto !important;
}
.my-listings a.photo-verified:before,
.my-listings a.close_comments:before,
.my-listings a.add-photo:before,
.my-listings a.add-video:before,
.my-listings a.edit:before,
.my-listings a.close_rating:before {
	left: auto;
	right: 0;
}
.my-listings div.stat ul > li a.whatsapp_share > span:first-child {
    background: url(../img/WhatsAppShare.png) right -79px repeat-x;
    height: 36px;
    width: 18px;
    margin-top: 3px;
}
.my-listings div.stat ul > li a.whatsapp_share > span:last-child {
    background: url(../img/WhatsAppShare.png) left top no-repeat;
    width: 50px;
    height: 44px;
    margin-top: 0;
}

/*** MY LISTINGS END ***/

/*** PLUGINS CUSTOM ***/
#lnp_container {
	float: right;
	padding: 5px 0 0 20px!important;
}
#lnp_container > li {
	float: right;
}
#lnp_container li.prev {
	margin-right: 0;
	margin-left: 4px;
}
#lnp_container li.next {
	margin-left: 0;
	margin-right: 4px;
}
#lnp_container li.prev a {
	background-position: -20px -600px;
}
#lnp_container li.next a {
	background-position: 7px -600px;
}

ul.field-bound-box:not(.list) {
	margin: 5px 0 -13px -20px;
}
ul.field-bound-box:not(.list) > li {
	padding: 0 5px 27px 20px;
}
ul.field-bound-box > li.left img {
	float: right;
}
ul.field-bound-box > li.left span.count {
	padding: 2px 5px 0 0;
}
ul.field-bound-box > li.right img {
	float: left;
}
ul.field-bound-box > li.right span.count {
	padding: 2px 0 0 5px;
}
ul.field-bound-box.list > li {
	margin-right: 0;
	margin-left: 4%;
}
ul.field-bound-box.list > li:nth-child(2n) {
	margin-left: 0;
}
ul.field-bound-box.list > li > a > span.count {
	padding: 0 5px 0 0;
}

/* horizontal mode */
div.horizontal div.prev {
	left: auto;
	right: 0;
}
div.horizontal div.next {
	left: 0;
	right: auto;
}

div.horizontal div.prev:before,
div.horizontal div.next:before {
	background-position: right -604px;
}
div.horizontal div.next:before {
	background-position: 0 -604px;
}
#currency_selector span.content {
	padding-right: 16px;
	padding-left: 10px;
}

#listings article.item div.price-tag > span.converted {
	margin-left: 0;
	margin-right: 10px;
}
/*** PLUGINS CUSTOM END ***/

/*** DESKTOP VIEW ***/
@media screen and (min-width: 960px) {
	div#header-banner {
		left: auto;
		right: 245px;
	}
	section#content {
		float: right;
	}
	
	/* home content block */
	section.home-content div.gallary {
		float: right;
	}
	section.home-content div.search-form {
		float: left;
	}
	aside.two-middle > div.middle-left > div {
		padding-right: 0;
		padding-left: 15px;
	}
	aside.two-middle > div.middle-right > div {
		padding-left: 0;
		padding-right: 15px;
	}
	aside.three-middle > div.middle-left,
	aside.three-middle > div.middle-right,
	aside.three-middle > div.middle-center {
		float: right;
	}
	aside.three-middle > div.middle-right {
		float: left;
	}
	aside.three-middle > div.middle-center {
		margin-left: 0;
		margin-right: 30px;
	}
	/* home content block end */

	div.gallery > ul.thumbs > li:nth-child(2n+1) {
		margin-right: 0;
		margin-left: 0;
	}
	div.gallery > ul.thumbs > li:nth-child(11n) ~ li:not(.see-more) {
		display: none;
	}

	aside.right {
		float: left;
		margin-left: 0;
		margin-right: 30px;
	}
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 959px) {
	div#header-banner {
		left: auto;
		right: 227px;
	}

	/* home content block */
	aside.two-middle > div.middle-left > div {
		padding-right: 0;
		padding-left: 10px;
	}
	aside.two-middle > div.middle-right > div {
		padding-left: 0;
		padding-right: 10px;
	}
	aside.three-middle > div.middle-left,
	aside.three-middle > div.middle-right {
		float: right;
	}
	aside.three-middle > div.middle-right {
		float: left;
	}
	/* home content block end */
	
	div.featured_gallery ul.featured {
		float: left;
	}
	section.side_block_search div.search-item {
		margin-right: 0;
		margin-left: 4%;
	}
	section.side_block_search div.search-item:nth-of-type(2n) {
		margin-left: 0;
	}
	.search-item.two-fields > select {
		margin-right: 0;
		margin-left: 2%;
	}
	.search-item.three-field > input {
		margin-right: 0;
		margin-left: 2%;
	}
	section.categories-box ul.cat-tree > li {
		margin-right: 0;
		margin-left: 5%;
	}
	section.categories-box div.cat-tree-cont ul.cat-tree > li:nth-child(3n) {
		margin-left: 0;
	}
	
	section.account-location table.info {
		float: right;
	}
	section.account-location div.map-capture {
		float: left;
		margin: -54px 0 -17px -18px;
	}
	section.account-info div.picture {
		float: right;
	}
	section.account-info div.picture + div {
		padding-left: 0;
		padding-right: 20px;
	}

	aside.right {
		float: left;
		margin-left: 0;
		margin-right: 30px;
	}
	
	.my-profile-sidebar .picture {
		float: right;
	}
	.my-profile-sidebar .info {
		margin: 0 20px 0 0;
	}

	.ling_top_block div.carousel.horizontal div.prev {
		right: 0!important;
	}
	.ling_top_block div.carousel.horizontal div.next {
		left: 0!important;
	}

	section.side_block ul.featured > li {
		padding: 0 0 15px 10px;
	}
}

/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
	div#top-navigation {
		right: 20px;
		left: -5px;
	}
	.h1-nav nav > a.post_ad {
		margin-right: 5px;
		margin-left: 20px;
	}
	#lang-selector {
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
	.user-navigation-bar > a {
		padding-left: 16px;
		padding-right: 40px;
	}
	.user-navigation-bar {
		margin: 0 -12px 0 0;
	}
	div#logo {
		float: none;
		margin: 0 auto;
	}

	ul.menu-mobile:before {
		right: auto;
		left: 5px;
	}
	#user-navbar.circle > span.content {
		left: auto;
		right: 0;
	}
	
	/* listing list view */
	section#listings.list ul.nav-column {
		/*right: auto;
		left: 20px;*/
	}
	section#listings.list ul.nav-column > li span.icon {
		/*left: 0;
		right: auto;*/
	}
	section#listings.list div.main-column > a {
		float: none;
	}
	ul.featured:not(.list) > li {
		margin-right: 0;
		margin-left: 4%;
	}
	ul.featured:not(.list) > li:nth-child(2n) {
		margin-left: 0;
	}
	/* listing list view end */

	section#listings.grid.no-image > article {
		width: 100%;
		padding: 0 0 20px 0;
		box-shadow: inset 0 -1px 0 #e3e3e3;
		margin-bottom: 20px;
	}
	section#listings.grid.no-image > article:nth-child(2n) {
		padding-right: 0;
		box-shadow: inset 0 -1px 0 #e3e3e3;
		margin-right: 0;
	}
	section#listings.grid.no-image > article:nth-child(2n+1):not(:first-child):before {
		display: none;
	}
	section#listings.grid > article:last-child {
		margin-bottom: 0;
		box-shadow: none;
	}
    body.lt-bad-contacts-page section#listings.grid > article {
        box-shadow: none;
        border-bottom: 1px #ccc solid;
    }
    body.lt-bad-contacts-page section#listings div.checked {
        float: none;
        text-align: center;
    }
    body.lt-bad-contacts-page section#listings div.picture {
        padding: 0;
    }

	section.categories-box ul.cat-tree > li {
		margin-right: 0;
		margin-left: 10%;
	}
	section.categories-box div.cat-tree-cont ul.cat-tree > li:nth-child(2n) {
		margin-left: 0!important;
	}

	/*.form-buttons a {
		padding: 0 0 0 30px;
	}*/

	section.seller-short > div > div.picture {
		margin: 0 0 0 20px;
		float: right;
	}

	span.circle {
		margin-right: 0;
		margin-left: 6px;
	}

	/*** ADD LISTING ***/
	ul.plans > li > div.selector {
		padding: 0 20px 0 0;
		text-align: right;
	}
	ul.plans input[type=radio].multiline + label {
		text-align: right;
	}
	ul.plans input[type=radio].multiline + label > span {
		margin-right: 0;
		margin-left: 5px;
	}
	ul.select-category > li > div {
		margin-left: 0;
	}
	/*** ADD LISTING END ***/

	div.notification {
		left: auto;
		right: 0;
	}
	div.auth > div {
		text-align: right!important;
	}
	div.auth > div.cell > div {
		text-align: right;
	}

	div.list-table  > div.row > div {
		padding: 5px 95px 5px 0;
	}
	div.list-table  > div.row > div:not(.no-flex):before {
		left: auto;
		right: 0;
	}
	div.list-table  > div.row > div.iteration {
		left: auto;
		right: 0;
		padding-left: 95!important;
		padding-right: 95!important;
	}
	div.list-table  > div.row > div.action {
		right: auto;
		left: 0;
	}
	/* tables content end */

	div.listing-details section.main-section > div.gallery {
		float: none;
		margin-left: 0;
	}
	div.listing-details .content-section aside.right {
		margin-right: 0;
		float: none;
	}
	div.listing-details section.statistics ul.controls {
		float: none;
	}
	div.listing-details section.statistics ul.controls div.addthis_toolbox {
		display: inline-block;
	}
	div.listing-details-icons {
		float: left;
	}

	/* my listings */
	section#listings.my-listings .item div.picture > span {
		right: auto;
		left: 20px;
	}
	section#listings.my-listings .item div.picture > span > span {
		left: auto;
		right: 6px;
	}
	section#listings.my-listings .item > div.navigation > ul > li.nav-icon {
		padding: 12px 12px 0 0;
	}
	section#listings.my-listings .item > div.stat .delete.icon {
		right: auto;
		left: 20px;
	}
	section#listings.my-listings .item > div.stat ul > li {
		margin-right: 0;
		margin-left: 4%;
	}
	section#listings.my-listings .item > div.stat ul > li:nth-child(2n) {
		margin-left: 0;
	}
	/* my listings end */

	ul.packages > li div.status div.renew {
		text-align: left;
	}
	ul.packages > li div.status ul.package_info {
		float: right;
	}

	div.submit-cell > div.name {
		float: none;
		padding: 0;
	}

	.fb-connect {
/*		padding-left: 20px;
		padding-right: 45px;*/
		margin: 0 10px 0 0;
	}
	.fb-connect:before {
/*		left: auto;
		right: 12px;
		text-align: right;
		border-right: 0;
		border-left: 1px #3763be solid;*/
	}

	body > div#floor > footer div.icons a > img {
		margin-left: 0;
		margin-right: 15px;
	}
	body > div#floor > footer div.icons a:first-child > img {
		margin-right: 0;
	}
}
@media screen and (max-width: 383px) {
	/*section#listings.list > article:not(.no-image) ul.info > li.fields {
		margin-left: 0;
		margin-right: 15px;
	}*/
}
@media screen and (max-width: 281px) {
	ul.menu-mobile {
		left: auto;
		right: 0;
		margin-right: 0;
	}
}
/*** BOOTSTRAP RESPONCIVE END ***/

/*** PIXEL RATIO 1.5 ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	div.category-slider-bar span.prev,
	div.category-slider-bar span.next,
	div.gallery > div.thumbs > div.prev > div,
	div.gallery > div.thumbs > div.next > div {
		background: url('../img/@2x/gallery2.png') -7px 0 no-repeat;
		background-size: 40px auto;
	}
	div.category-slider-bar span.next,
	div.gallery > div.thumbs > div.next > div {
		background-position: 0 0;
	}

	select {
		background: url('../img/@2x/gallery2.png') -15px -33px no-repeat #fff8fb;
		background-size: 40px auto;
	}

	section.content_block div.carousel.horizontal div.prev:before,
	section.content_block div.carousel.horizontal div.next:before {
		background: url('../img/@2x/gallery2.png') -34px -652px no-repeat;
		background-size: 40px auto;
	}
	section.content_block div.carousel.horizontal div.next:before {
		background-position: 0 -652px;
	}

	#lnp_container li.nav a {
		background: url('../img/@2x/gallery2.png') -22px -644px no-repeat #da8ae3;
		background-size: 40px auto;
	}
	#lnp_container li.next a {
		background-position: 9px -644px;
	}

	.user-navbar-container input[name=username],
	.user-navbar-container input[name=password] {
		background: url('../img/@2x/gallery2.png') right -882px no-repeat white;
		background-size: 40px auto;
	}
	.user-navbar-container input[name=password] {
		background-position: right -852px;
	}
}

/*** CUSTOM SCROLLBAR ***/
.mCustomScrollBox:not(.mCSB_horizontal) .mCSB_container {
	margin-right: 0;
	margin-left: 20px;
}
.mCustomScrollBox:not(.mCSB_horizontal) .mCSB_container.mCS_no_scrollbar {
	margin-left: 0;
}
.mCustomScrollBox:not(.mCSB_horizontal) > .mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCSB_horizontal {
	direction: ltr;
}
.mCSB_horizontal ul.plans {
	direction: rtl;
}

/*** CUSTOM SCROLLBAR END ***/

/* phone field */
#df_field_phone_number .value, #sf_field_phone_number {
    direction: ltr;
    text-align: right;
}
/* end */

div.online {
    background-position: right center;
}
div.listing-details div.online {
    left: auto;
    right: 20px;
    padding: 6px 30px 6px 15px;
}
article.item div.online, 
ul.featured li div.online {
    padding: 3px 32px 3px 5px;
}
div.available {
    background-position: right center;
    padding: 11px 31px 11px 0;
}
.gallery > input[type=button]:nth-of-type(1) {
    margin-right: 0;
    margin-left: 2%;
}
div.submit-cell > div.field .phone-field {
    direction: ltr;
    display: block;
    float: right;
}
/*ul.comments li > span:not(.delete) {
    padding: 0 50px 0 0 !important;
}*/
ul.comments li > span.unverified {
    background-position: right center!important;
}
body.lt-hotexclusive-page article div.picture > div.hot_exclusive {
    left: auto;
    right: 0;
}
ul.featured > li > div.picture div.hot_exclusive, 
article div.picture > div.hot_exclusive {
    left: auto;
    right: 3px;
}
ul.featured > li.static.pinned > div.picture:before,
article.static.pinned > div:before {
    right: auto;
    left: -8px;
    transform: scaleX(-1);
}
body.lt-hotexclusive-page article.static.pinned > div:before {
    left: -1px;
}
@media screen and (min-width: 1200px) {
    body:not(.listings-page) ul#listing_box_206.featured > li:nth-child(6n) {
        padding-right: auto;
    }
}
@media screen and (min-width: 962px) {
    ul#listing_box_206.featured > li:first-child,
    ul#listing_box_206.featured > li:nth-child(3n+1) {
        padding-right: 0;
    }
    ul#listing_box_206.featured > li:nth-child(3n) {
        padding-right: 17px;
    }
    body.lt-hotexclusive-page section#listings.grid > article:nth-child(3n) {
        margin-right: 17px;
    }
    body.lt-hotexclusive-page section#listings.grid > article:nth-child(3n+1) {
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
    ul#listing_box_206.featured > li:first-child,
    ul#listing_box_206.featured > li:nth-child(3n+1) {
        padding-right: 0;
    }
    ul#listing_box_206.featured > li:nth-child(3n) {
        padding-left: 0;
    }
    ul#listing_box_206.featured > li:nth-child(3n+1) {
        padding-left: 12px;
    }
}
div.listing-details .happy_hour_text > span:before {
    margin-left: auto;
    margin-right: -50px;
    transform: scale(-1, 1);
}

ul.comments li > span:not(.delete) {
    padding: 40px 50px 0 0 !important;
}
ul.comments li > span.verified,
ul.comments li > span.unverified {
    background-position: right center !important;
}
@media screen and (max-width: 767px) {
    body.top-10-page section#listings.grid > article.col-md-3 {
        margin: 30px 0 20px 2% !important;
    }
}

.comments_block > li .photo {
    margin: 0 0 0 8px !important;
}
section.side_block_search div.search-item.field-phone,
form.search-form div.submit-cell.field-phone {
    direction: ltr;
    text-align: right;
}