html, body {
    /*
    direction:rtl;
    text-align:right;
    */
}

body {
    overflow-x:hidden;
}

.uk-container {
    direction:rtl;
}

.uk-navbar-nav > li {
    float:right;
}

.tm-logo, .footer-logo {
    direction:ltr;
    text-align:left;
}

.uk-breadcrumb {
    margin-bottom: 0;
}

.uk-breadcrumb > li:first-child:before {
    background:none;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
}
.breadcrumb-corner {
    position:relative;
}

.breadcrumb-corner::after {
    content: '';
    background: #f8d732;
    transform: skew(-33deg);
    -webkit-transform: skew(-33deg);
    position: absolute;
    left: 0px;
    width: 50px;
    top: 0;
    bottom: 0;
    margin-left: 20px;
    margin-top: -45px;
    z-index: 2;    
}

.tt-gallery-top .text {
    border-left:none;
    border-right: 4px solid #f8d732;
    padding-right:35px;
}

.uk-grid {  
    /*margin-right: -25px;*/
}

.button-group .label-menu:before{
    left: 100%;
    right: -10000%;
}

.button-group .label-menu {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.player-article .info {
    padding: 9px 14px 0 0;
    text-align: right;
}

.player-article .img-wrap .bio {
    padding: 90px 0 0 10px;
}

.player-top .wrap .socials {
    padding: 0 20px 0 0;
}

.player-single ul.info span:first-child {
    text-align: right;
}
.player-single ul.info span {
    text-align: left;
}

.player-top:before { 
    top: 48%;
}

.player-slider .player-slider-btn { 
    top: -54px;
    right: 200px; 
}

@media (min-width: 1220px) {
    .uk-grid {
        margin-right: -35px;
    } 
}

@media (min-width: 880px) {
    .uk-push-1-10 {
        left:0;
        right:0;
    }

    .uk-push-1-4, .uk-pull-3-4 {
        left: 0;     
    }
}

.match-list-wrap .match-list-item .va-view-wrap {
    float:left;
}

.match-list-wrap .match-list-item .date {
    margin:0;    
    margin-left: 30px;
}

.match-list-wrap .match-list-item .location {
    padding: 0 17px 0 0 ;
    margin:0;
    margin-right: 40px;
}

.match-list-wrap .match-list-item .location {
    background-position-x:right;
}

.news-sidebar .info {
    padding-right: 20px;
    padding-left: 5px;
    width: 100%;
}

.contact-title:before {
    right: 0;
}

.contact-enquiries [class*="uk-icon-"] {
    margin: 0 0 0 15px;
}

#map {
    float:none;
    width: 100%;
}

#mapContact {
    height: 500px;
    width: 65%;
    position: relative;
    overflow: hidden;
    float: left;    
}

@media screen and (max-width: 1220px) {
    #mapContact {
        display: none;
    }
}

.article-single-text blockquote {
    text-align:center;
}

.va-latest-middle .table .right:before {
    right:30px;    
}

.va-latest-middle .score .title {
    margin-top: 0px;
}

.trainers-module {    
    right:auto;
    left:0;
    width: 100%
}

.list-article .article-actions .read-more a:after {
    content: '\f104';
    margin-right: 7px;
    margin-left: 0;
}

.list-article .article-actions .count:before {
    right: -20px;
}

.va-about-wrap:before {  

}

.tm-trainers-slider {
   
}

.tm-trainers-slider:before {

}

.va-about-text { 
    padding-right: 350px;
}

.gallery-album a:after {  
  left: 0;  
  right: -150%;
}
.gallery-album:hover a:after {
  right: -45%;
}

th {
    text-align: right;
}

table.table-admin th:first-child, table.table-admin th:last-child {
    width:60px;
}


@media screen and (max-width: 960px) {
    .va-about-wrap {
        display: none;
    }

    .tm-trainers-slider:before {
        transform: skew(0);
    }

    .trainer-wrapper {
        margin-right:30px;
    }
}
