html,
body {
    direction: rtl !important;
    text-align: right !important;
    overflow-x: hidden !important;
}

.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}

.menuzord-menu {
    float: right;
}

.div-show {
    margin-left: inherit;
    margin-right: 1em;
}

.line-bottom:after {
    right: 0;
    left: inherit;
}

.footer {
    right: inherit;
    left: 0;
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
    .col-md-offset-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-right: 25%;
    }
}

.menuzord-menu>li {
    float: right;
}

.feed h2 {
    right: inherit;
    left: -67px;
    border-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.text-left {
    text-align: right;
}

.scrollToTop {
    right: inherit;
    left: 15px;
}

.close {
    float: left;
    right: inherit;
}

.menuzord .showhide,
#hotel-list .hotel .tag,
#hotel-list .hotel .price {
    float: left;
}

#hotel-list .hotel .price {
    padding-left: inherit;
    border-left: inherit;
    margin-left: inherit;
    padding-right: 1em;
    border-right: 1px dotted rgba(0, 0, 0, 0.25);
    margin-right: 1em;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: right;
    }
}

.col-lg-6 {
    float: right;
}

.col-xs-6.col-md-25 {
    float: right;
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        float: right;
    }
}

#hotel-list .hotel .price .currency {
    right: 8%;
}

.dropdown-menu {
    right: 0;
    float: right;
    text-align: right;
}

@media (max-width: 480px) {
    .feed h2 {
        right: inherit;
        left: -67px;
        font-size: 1.5em;
    }
    #footer .line-bottom:after {
        right: 50%;
        transform: translate(50%, 0);
    }
}