body {
    font: 14px 'DroidArabicKufi';
    direction: rtl;
    font-family: DroidArabicKufi;
}

.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 {
    float: right !important;
}

.pull-right {
    float: left !important;
}

.pull-left {
    float: right !important;
}

.small-header .dropdown button {
    margin-right: 15px;
}

.small-header .dropdown .dropdown-menu {
    left: 0;
    right: 15px;
}

nav .logo h1 {
    margin: 10px 15px 0 0;
}

.nav>li>a>span {
    margin-left: 3px;
}

.nav>li>a>span.fa.small {
    margin-right: 2px;
}

.navbar-toggle {
    margin: 22px 0 0 15px;
}

.carousel-caption {
    text-align: right;
}

.abs-tab {
    right: 15px;
}

.abs-tab .fa {
    margin-left: 8px;
}

.service {
    padding: 0 30px 0 15px;
}

.scroll-img {
    text-align: left;
}

.social strong {
    margin-left: 15px;
}

footer ul span.fa {
    margin-left: 8px;

    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

footer ul li a:hover {
    padding-right: 5px;
}

.input-group-addon {
    padding-left: 7px;
}

.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-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
    border-left: 1px solid #d0d0d0;
}

.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-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    border-right: 1px solid #d0d0d0;
}

.room-block .dark-gray .fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.room-block .img-block img {
    transform: translate(15px, 0);
    -webkit-transform: translate(15px, 0);
    -moz-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
}


@media (min-width: 768px) {

    .navbar-nav > li {
        float: right;
    }

    .navbar-nav {
        float: left !important;
    }

    .dropdown-menu>li>a , .small-footer {
        text-align: right;
    }

    .carousel-caption {
        left: 30%;
    }

    .social {
        text-align: left;
    }

}

@media (min-width: 992px) {


    .carousel-caption {
        left: 50%;
    }

}

@media (min-width: 1200px) {


    .carousel-caption {
        left: 58%;
    }

}

.sharebox {
    text-align: right;
    direction: rtl;
    margin-bottom: 18px;
}
.sharebox span {
    height: 25px !important;
}
#stcpDiv{
    left: 0px !important;
}

#element_to_pop_up{
    direction: rtl;
    background-color: #fff;
    margin: 0 auto;
    display: none;
    padding: 25px;
    border-radius: 5px;
    left: 35% !important;
    box-shadow: 0px 0px 30px #CCC;
}

@media (max-width: 768px) {
    .hotel .small-h1{
        text-align: right;
        font-size: 13px;
        font-weight: none;
        margin-bottom: 20px !important;
    }


    .link_data .drop1{
        width: 31% !important;
    }

    .link_data .drop2{
        width: 38% !important;
    }

    .link_data .dropdown button{
        margin-left: 2px !important;
        font-size: 12px !important;
        margin-right: 0px !important;
    }

    .link_data .dropdown button{
        width: 99% !important;
    }
    .small-header .dropdown .dropdown-menu{
        right: 0px !important;
    }


}