body {
    /*direction: rtl;*/
}
.navbar.non-sticky-navigation {
    min-height: 90px;
}
.navbar-header {
    float: right;
}
@media screen and (max-width: 991px){
    #kane-navigation {
        margin-top: 60px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .navbar-header .navbar-brand {
        float: right;
    }
}
ul.checkmark {
    padding-right: 0;
}
#mkForm input[type=text] {
    color: #000000;
}
#mkForm textarea {
    color: #000000;
}
footer #footer2 ul.menu li a {
    background-image: url("/themes/oneresponsivev2/assets/images/link-arrow-2-rtl.png");
    background-repeat: no-repeat;
    background-position: right 0;
    border: 0 none;
    padding: 2px 15px 0 0;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    line-height: 110%;
}
footer #footer2 ul.menu li a:hover {
    background-position: right -84px;
    color: #219ce0;
}
footer #footer2 ul.menu li {
    text-align: right;
}
.divider {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
    height: 1px;
    margin: 10px 0;
}
li.flag {
    padding: 0 42px 10px 0;
    list-style-type: none;
    direction: rtl;
}
li.flag:before {
    margin-right: -42px;
}