/*
* en_uaeu.css
* Web Services, UITS
* This style sheet for the global rules of UAEU English website
* All media
* 04/12/2017
* If you intend to add CSS to it please ensure you add it in the 
* correct place and also that it is valid CSS and not a mix of 
* two seperate versions in one class or ID.
*/


/* Color Theme */
.newsDetails{
        direction: rtl !important;
}
.color-gray {
    color: #6d6d6d !important;
}

.text-success {
    color: #3c763d !important
}

.text-danger {
    color: #a94442 !important;
}


/* Happiness Meter */

.emotion-selector {
    font-size: 0.7em;
    color: #fff;
    z-index: 10;
    margin: -10px 0 0;
}

.emotion-selector i {
    color: #fff;
    padding: 0 5px;
}

.emotion-selector label {
    cursor: pointer;
    padding: 1em
}

.emotion-selector i:hover {
    color: #CF3238;
}

.emotion-selector .active {
    color: #E8E8E8;
}

.studyBottomSection {
    margin-top: 0;
}


/* Add custom Fonts Icons*/

.imagDescBlock .links {
    border: 1px solid #fcfcfc
}

.imagDescBlock .links figure {
    position: relative
}

.imagDescBlock .links figure::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.imagDescBlock .links figure::after {
    content: "\e0bb";
    font-family: "uaeu"!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 65px;
    position: absolute;
    right: 50%;
    z-index: 3;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff
}

.imagDescBlock .links:hover figure::after,
.imagDescBlock .links:hover figure::before {
    opacity: 1;
    visibility: visible
}

.imagDescBlock .links figure::after {
    content: "\e0bb"
}

table.auto {
    table-layout: auto !important;
}

ul.list-unstyled li {
    list-style-image: none !important;
    list-style: none;
}

ul.sublist-styled >li {
    list-style: none;
    list-style-image: none !important;
}

.blockrs {
    position: absolute;
    left: 10%;
}

.album img {
    margin-bottom: 0 !important;
}

.album .imagDescBlock {
    margin-bottom: 20%;
}

.number {
    direction: ltr;
    text-align: left;
    unicode-bidi: bidi-override;
}

.innerSection.news-detail .sidebar .news-list .news-list-title {
    max-height: 90px;
}

.aboutSection .programFinder .programFinderRight h6 a {
    color: #fff !important;
}

.aboutBlock-style-1 .sectonTitle {
    color: #ff5b5b !important;
}

.programFinderLeft .inputBtnSvg input {
    width: 125px;
    opacity: 0;
    float: right;
}

#switchLanguage {
    cursor: pointer
}

html {
    direction: rtl
}

body {
    direction: rtl
}

.list-unstyled {
    padding-right: 0;
    padding-left: none
}

.list-inline {
    padding-right: 0;
    padding-left: none;
    margin-right: -5px;
    margin-left: 0
}

dd {
    margin-right: 0;
    margin-left: none
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: right;
        clear: right;
        text-align: left
    }
    .dl-horizontal dd {
        margin-right: 180px;
        margin-left: 0
    }
}

blockquote {
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse,
blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eee;
    border-right: 0;
    text-align: left
}

.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 {
    position: relative
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: right
}

.col-xs-pull-12 {
    left: 100%;
    right: auto
}

.col-xs-pull-11 {
    left: 91.66666667%;
    right: auto
}

.col-xs-pull-10 {
    left: 83.33333333%;
    right: auto
}

.col-xs-pull-9 {
    left: 75%;
    right: auto
}

.col-xs-pull-8 {
    left: 66.66666667%;
    right: auto
}

.col-xs-pull-7 {
    left: 58.33333333%;
    right: auto
}

.col-xs-pull-6 {
    left: 50%;
    right: auto
}

.col-xs-pull-5 {
    left: 41.66666667%;
    right: auto
}

.col-xs-pull-4 {
    left: 33.33333333%;
    right: auto
}

.col-xs-pull-3 {
    left: 25%;
    right: auto
}

.col-xs-pull-2 {
    left: 16.66666667%;
    right: auto
}

.col-xs-pull-1 {
    left: 8.33333333%;
    right: auto
}

.col-xs-pull-0 {
    left: auto;
    right: auto
}

.col-xs-push-12 {
    right: 100%;
    left: 0
}

.col-xs-push-11 {
    right: 91.66666667%;
    left: 0
}

.col-xs-push-10 {
    right: 83.33333333%;
    left: 0
}

.col-xs-push-9 {
    right: 75%;
    left: 0
}

.col-xs-push-8 {
    right: 66.66666667%;
    left: 0
}

.col-xs-push-7 {
    right: 58.33333333%;
    left: 0
}

.col-xs-push-6 {
    right: 50%;
    left: 0
}

.col-xs-push-5 {
    right: 41.66666667%;
    left: 0
}

.col-xs-push-4 {
    right: 33.33333333%;
    left: 0
}

.col-xs-push-3 {
    right: 25%;
    left: 0
}

.col-xs-push-2 {
    right: 16.66666667%;
    left: 0
}

.col-xs-push-1 {
    right: 8.33333333%;
    left: 0
}

.col-xs-push-0 {
    right: auto;
    left: 0
}

.col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0
}

.col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0
}

.col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0
}

.col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0
}

.col-xs-offset-0 {
    margin-right: 0;
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,
    .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-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: right
    }
    .col-sm-pull-12 {
        left: 100%;
        right: auto
    }
    .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    .col-sm-pull-9 {
        left: 75%;
        right: auto
    }
    .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    .col-sm-pull-6 {
        left: 50%;
        right: auto
    }
    .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    .col-sm-pull-3 {
        left: 25%;
        right: auto
    }
    .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    .col-sm-pull-0 {
        left: auto;
        right: auto
    }
    .col-sm-push-12 {
        right: 100%;
        left: 0
    }
    .col-sm-push-11 {
        right: 91.66666667%;
        left: 0
    }
    .col-sm-push-10 {
        right: 83.33333333%;
        left: 0
    }
    .col-sm-push-9 {
        right: 75%;
        left: 0
    }
    .col-sm-push-8 {
        right: 66.66666667%;
        left: 0
    }
    .col-sm-push-7 {
        right: 58.33333333%;
        left: 0
    }
    .col-sm-push-6 {
        right: 50%;
        left: 0
    }
    .col-sm-push-5 {
        right: 41.66666667%;
        left: 0
    }
    .col-sm-push-4 {
        right: 33.33333333%;
        left: 0
    }
    .col-sm-push-3 {
        right: 25%;
        left: 0
    }
    .col-sm-push-2 {
        right: 16.66666667%;
        left: 0
    }
    .col-sm-push-1 {
        right: 8.33333333%;
        left: 0
    }
    .col-sm-push-0 {
        right: auto;
        left: 0
    }
    .col-sm-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    .col-sm-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    .col-sm-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    .col-sm-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    .col-sm-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    .col-sm-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    .col-sm-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    .col-sm-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    .col-sm-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    .col-sm-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    .col-sm-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .col-sm-offset-0 {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .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-md-10,
    .col-md-11,
    .col-md-12 {
        float: right
    }
    .col-md-pull-12 {
        left: 100%;
        right: auto
    }
    .col-md-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    .col-md-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    .col-md-pull-9 {
        left: 75%;
        right: auto
    }
    .col-md-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    .col-md-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    .col-md-pull-6 {
        left: 50%;
        right: auto
    }
    .col-md-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    .col-md-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    .col-md-pull-3 {
        left: 25%;
        right: auto
    }
    .col-md-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    .col-md-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    .col-md-pull-0 {
        left: auto;
        right: auto
    }
    .col-md-push-12 {
        right: 100%;
        left: 0
    }
    .col-md-push-11 {
        right: 91.66666667%;
        left: 0
    }
    .col-md-push-10 {
        right: 83.33333333%;
        left: 0
    }
    .col-md-push-9 {
        right: 75%;
        left: 0
    }
    .col-md-push-8 {
        right: 66.66666667%;
        left: 0
    }
    .col-md-push-7 {
        right: 58.33333333%;
        left: 0
    }
    .col-md-push-6 {
        right: 50%;
        left: 0
    }
    .col-md-push-5 {
        right: 41.66666667%;
        left: 0
    }
    .col-md-push-4 {
        right: 33.33333333%;
        left: 0
    }
    .col-md-push-3 {
        right: 25%;
        left: 0
    }
    .col-md-push-2 {
        right: 16.66666667%;
        left: 0
    }
    .col-md-push-1 {
        right: 8.33333333%;
        left: 0
    }
    .col-md-push-0 {
        right: auto;
        left: 0
    }
    .col-md-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    .col-md-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    .col-md-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    .col-md-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    .col-md-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    .col-md-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    .col-md-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    .col-md-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    .col-md-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    .col-md-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .col-md-offset-0 {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .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-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: right
    }
    .col-lg-pull-12 {
        left: 100%;
        right: auto
    }
    .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto
    }
    .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto
    }
    .col-lg-pull-9 {
        left: 75%;
        right: auto
    }
    .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto
    }
    .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto
    }
    .col-lg-pull-6 {
        left: 50%;
        right: auto
    }
    .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto
    }
    .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto
    }
    .col-lg-pull-3 {
        left: 25%;
        right: auto
    }
    .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto
    }
    .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto
    }
    .col-lg-pull-0 {
        left: auto;
        right: auto
    }
    .col-lg-push-12 {
        right: 100%;
        left: 0
    }
    .col-lg-push-11 {
        right: 91.66666667%;
        left: 0
    }
    .col-lg-push-10 {
        right: 83.33333333%;
        left: 0
    }
    .col-lg-push-9 {
        right: 75%;
        left: 0
    }
    .col-lg-push-8 {
        right: 66.66666667%;
        left: 0
    }
    .col-lg-push-7 {
        right: 58.33333333%;
        left: 0
    }
    .col-lg-push-6 {
        right: 50%;
        left: 0
    }
    .col-lg-push-5 {
        right: 41.66666667%;
        left: 0
    }
    .col-lg-push-4 {
        right: 33.33333333%;
        left: 0
    }
    .col-lg-push-3 {
        right: 25%;
        left: 0
    }
    .col-lg-push-2 {
        right: 16.66666667%;
        left: 0
    }
    .col-lg-push-1 {
        right: 8.33333333%;
        left: 0
    }
    .col-lg-push-0 {
        right: auto;
        left: 0
    }
    .col-lg-offset-12 {
        margin-right: 100%;
        margin-left: 0
    }
    .col-lg-offset-11 {
        margin-right: 91.66666667%;
        margin-left: 0
    }
    .col-lg-offset-10 {
        margin-right: 83.33333333%;
        margin-left: 0
    }
    .col-lg-offset-9 {
        margin-right: 75%;
        margin-left: 0
    }
    .col-lg-offset-8 {
        margin-right: 66.66666667%;
        margin-left: 0
    }
    .col-lg-offset-7 {
        margin-right: 58.33333333%;
        margin-left: 0
    }
    .col-lg-offset-6 {
        margin-right: 50%;
        margin-left: 0
    }
    .col-lg-offset-5 {
        margin-right: 41.66666667%;
        margin-left: 0
    }
    .col-lg-offset-4 {
        margin-right: 33.33333333%;
        margin-left: 0
    }
    .col-lg-offset-3 {
        margin-right: 25%;
        margin-left: 0
    }
    .col-lg-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0
    }
    .col-lg-offset-0 {
        margin-right: 0;
        margin-left: 0
    }
}

th {
    text-align: right
}

@media screen and (max-width: 767px) {
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-right: 0;
        border-left: auto
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-left: 0;
        border-right: auto
    }
}


.has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: auto
}

.form-control-feedback {
    left: 0;
    right: auto
}

@media (min-width: 768px) {
  
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto
}

.caret {
    margin-right: 2px;
    margin-left: 0
}

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

.dropdown-menu.pull-left {
    left: 0;
    float: right;
    right: auto
}

.pull-left>.dropdown-menu {
    left: 0;
    float: right;
    right: auto
}

.navbar-nav.pull-left>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-left {
    right: auto;
    left: 0
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    float: right
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-right: -1px;
    margin-left: 0
}

.btn-toolbar {
    margin-right: -5px;
    margin-left: 0
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: right
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-right: 5px;
    margin-left: 0
}

.btn-group>.btn:first-child {
    margin-right: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group {
    float: right
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn .caret {
    margin-right: 0
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

.input-group .form-control {
    float: right
}

.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-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:first-child {
    border-right: 1px solid #ccc;
    border-left: 0
}

.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-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:last-child {
    border-left: 1px solid #ccc;
    border-right: 0
}

.input-group-btn>.btn+.btn {
    margin-right: -1px;
    margin-left: auto
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-left: -1px;
    margin-right: auto
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-right: -1px;
    margin-left: auto
}

.nav {
    padding-right: 0;
    padding-left: auto
}

.nav-tabs>li {
    float: right
}

.nav-tabs>li>a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0
}

.nav-pills>li {
    float: right
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-right: 2px;
    margin-left: auto
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-right: 0;
    margin-left: auto
}

.nav-justified>.dropdown .dropdown-menu {
    right: auto
}

.nav-tabs-justified>li>a {
    margin-left: 0;
    margin-right: auto
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-radius: 4px 4px 0 0
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px
}

.navbar-brand {
    float: right
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-right: -15px;
        margin-left: auto
    }
}

.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 15px
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right
    }
    .navbar-nav>li {
        float: right
    }
    .navbar-nav.navbar-right:last-child {
        margin-left: -15px;
        margin-right: auto
    }
    .navbar-nav.navbar-right.flip {
        float: left !important
    }
    .navbar-nav.navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }
}

@media (min-width: 768px) {
    .navbar-text {
        float: right
    }
    .navbar-text.navbar-right:last-child {
        margin-left: 0;
        margin-right: auto
    }
}

.pagination {
    padding-right: 0
}

.pagination>li>a,
.pagination>li>span {
    float: right;
    margin-right: -1px;
    margin-left: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-right: 0;
    padding-left: none
}

.pager .next>a,
.pager .next>span {
    float: left
}

.pager .previous>a,
.pager .previous>span {
    float: right
}

.nav-pills>li>a>.badge {
    margin-left: 0;
    margin-right: 3px
}

.alert-dismissable {
    padding-left: 35px;
    padding-right: 15px
}

.alert-dismissable .close {
    top: -2px;
    right: 0;
    left: 21
}

.progress-bar {
    float: right
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-left.flip {
    margin-right: 0;
    margin-left: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media>.pull-right.flip {
    margin-left: 0;
    margin-right: 10px
}

.media-list {
    padding-right: 0;
    padding-left: auto;
    list-style: none
}

.list-group {
    padding-right: 0;
    padding-left: none
}

.list-group-item>.badge {
    float: left
}

.list-group-item>.badge+.badge {
    margin-ight: 5px;
    margin-left: 0
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-right: 0;
    border-left: none
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: none;
    border-left: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    right: 0;
    left: none
}

.close {
    float: left
}

.modal-footer {
    text-align: left
}

.modal-footer .btn+.btn {
    margin-left: 0;
    margin-right: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-right: -1px;
    margin-left: 0
}

.modal-footer .btn-block+.btn-block {
    margin-right: 0;
    margin-left: none
}

.popover {
    right: 0;
    left: none;
    text-align: right
}

.popover.top>.arrow {
    right: 50%;
    left: none;
    margin-right: -11px;
    margin-left: 0
}

.popover.top>.arrow:after {
    margin-right: -10px;
    margin-left: 0
}

.carousel-inner>.item {
    -webkit-transition: .6s ease-in-out right;
    -o-transition: .6s ease-in-out right;
    transition: 0.6s ease-in-out right
}

.carousel-inner>.active {
    right: 0
}

.carousel-inner>.next {
    right: 100%;
    left: 0
}

.carousel-inner>.prev {
    right: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    right: 0
}

.carousel-inner>.active.right {
    left: -100%
}

.carousel-inner>.active.left {
    right: 100%
}

.carousel-control {
    right: 0;
    bottom: 0
}

.carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px
}

.carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: 0;
        margin-right: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-left: 0;
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
}

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

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


.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}


.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.pull-left-30 {
    margin-left: 0px;
    margin-right: 30px
}

body {
    letter-spacing: -0.9px;
}

.text-right {
    text-align: left
}

.navRightElements {
    float: left
}

.navRightElements .topLinks {
    text-align: left
}

.navRightElements .topLinks>li.resizer a {
    line-height: 16px;
    float: right
}

.navRightElements .topLinks>li.resizer a.mediumSize {
    line-height: 11px
}

.navRightElements .topLinks>li.resizer a.smallSize {
    line-height: 8px
}

.navRightElements .accessibilityFetures .themeSwitchDropDown .dropdown-menu a::after {
    float: left;
    margin-left: 0;
    margin-right: 5px
}

.footerMiddleSection .footerInfo {
    text-align: right;
    padding-right: 100px
}

.footerMiddleSection .rating>label {
    margin-left: 10px;
    margin-right: 0
}

.footerMiddleSection .rating .stars {
    margin-right: 5px;
    margin-left: 10px
}

.footer-contact .submitBtnWrap .readMoreBtn {
    left: auto;
    right: 0
}

.header-search .searchboxwrapper .searchbox {
    float: right
}

.header-search .searchboxwrapper .searchsubmit {
    float: right
}

.eventsSlider .eventBlock {
    text-align: right
}

.homeBanner .bannerTitle,
.innerBanner .bannerTitle {
    width: 70%
}

i.icon {
    display: inline-block;
    direction: ltr !important
}

.mainNavBar .mainMenu>li>ul {
    text-align: right
}

.mainNavBar .mainMenu>li>a {
    font-size: 1em
}

.ltrTrue .slick-slide {
    float: left !important
}

.readMoreBtn {
    padding-right: 10px;
    padding-left: 50px
}

.readMoreBtn::after {
    right: auto;
    left: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-menu-right {
    left: 0;
    right: auto
}

.blockStyle1 .bottomDescWrap,
.blockStyle2 .bottomDescWrap {
    text-align: right
}

.blockStyle4 .bottomDescWrap {
    text-align: right
}

.blockStyle4 .bottomDescWrap .newsMeta>span.metaMonth {
    font-family: "Roboto", "Cairo", Helvetica, Arial, sans-serif
}

.blockStyle4 .bottomDescWrap {
    text-align: right
}

.blockStyle4 .bottomDescWrap .newsMeta {
    float: right
}

.blockStyle4 .bottomDescWrap .newsDetails {
    text-align: right
}

.imageGrid .imgTextBlock {
    text-align: right
}

.testimonialSection .testimonialWrap .quote {
    text-align: right
}

.ui-selectmenu-icon.ui-icon {
    float: left
}

.ui-selectmenu-text {
    margin-right: 0;
    margin-left: 20px;
    text-align: right
}

.footerTopSection h5 {
    font-weight: 700
}

.footerTopSection .contactList>li {
    float: right
}

.footerTopSection .socialMediaLinksWrap li {
    float: right
}

.footerTopSection .socialMediaLinksWrap li:first-child {
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

.footerTopSection .socialMediaLinksWrap li:last-child {
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.homeSection .sectonTitle .btnRight,
.homeSection .sectionTitle .btnRight {
    float: left
}

.homeSection .readMoreBtn:hover rect {
    stroke-dasharray: 23%, 247%
}

.aboutSection .programFinder .programFinderRight ul li {
    padding-left: 0;
    padding-right: 25px
}

.aboutSection .programFinder .programFinderRight ul li::before {
    left: auto;
    right: 0;
    margin-left: 15px;
    margin-right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

footer .footerMenu li::after {
    right: auto;
    left: -12px
}

.fRight {
    float: left
}

.fLeft {
    float: right
}

.imageTextBlockWrapper {
    padding: 30px 40px;
    padding-right: 40px;
    padding-left: 0
}

.testimonialStyle-2 .testimonialSlider .slick-dots {
    padding-left: 10px;
    text-align: right;
    padding-right: 34%
}

.innerBanner .bannerSlider .slick-dots {
    text-align: left
}

ul.list li {
    padding-left: 0;
    padding-right: 30px
}

ul.list li::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -3px;
    left: auto
}

.programFinderWrapper .feildControlWrap li {
    float: right
}

.programFinderWrapper .feildControlWrap li.submitBtnWrp {
    text-align: right
}

.bgSection .listBoxesWrap>li .text-icons .iconWrap {
    float: right
}

.bgSection .listBoxesWrap>li .text-icons .titleWrap {
    float: right
}

.bgSection .listBoxesWrap>li .text-icons .titleWrap .title {
    text-align: right;
    width: 100%
}

.bgSection .listBoxesWrap>div[class*=' col-'] .iconWrap {
    float: right
}

.bgSection .listBoxesWrap>div[class*=' col-'] .text-icons .titleWrap {
    float: right
}

.bgSection .listBoxesWrap>div[class*=' col-'] .text-icons .titleWrap .title {
    text-align: right;
    width: 100%
}

.grayComponentList>li i,
.grayComponentList .subComponent i {
    margin-left: 6px;
    margin-right: 0
}

.news-list.news-list-wide .news-list-img {
    float: right;
    margin-left: 40px;
    margin-right: 0px
}

.news-list .news-list-date.date-big {
    padding-right: 0px;
    padding-left: 30px
}

.newsSortingWrap .newsSortingInner {
    float: left
}

.news-featured .featured-text .featured-date {
    left: auto;
    right: 0
}

.innerSection input.hasDatepicker {
    background: url("../images/uaeu-sprites-set-2.png") left 10px no-repeat
}

.innerSection .searchFormWrapper input {
    float: right
}

.innerSection .searchFormWrapper input.searchsubmit {
    border-right: none;
    border-left: 1px solid #acabab;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.innerSection .searchFormWrapper input.searchbox {
    border-left: none;
    border-right: 1px solid #acabab;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.text-center ol {
    text-align: right
}

.col-2 {
    float: right
}

.padding-left-70 {
    padding-left: 15px;
    padding-right: 70px
}

.padding-right-70 {
    padding-right: 15px;
    padding-left: 70px
}

.factsRightSidebar {
    padding-left: 15px;
    padding-right: 50px
}

.userPopupDiv .popupInner .popupHeader .popupTitleDetails {
    float: right
}

.userPopupDiv .popupInner .popupHeader .popupLeftImage {
    float: right;
    text-align: left
}

.news-style-2 .link .dateWrap {
    padding-right: 0;
    padding-left: 20px;
    float: right
}

.news-style-2 .link .detailsWrap {
    float: right;
    text-align: right
}

.slider .webLink {
    text-align: right
}

.social-widgets .widget .widget-header .widget-button {
    float: left
}

.innerSection.news-detail .news-detail-text ul li:before {
    margin: 10px -30px 0 0px
}

.col-side-bar {
    padding-left: 34px;
    padding-right: 15px
}

.eventBlock {
    text-align: right
}

.slider .blockStyle4,
.slider .imagDescBlock {
    text-align: right
}

.slider .imgeBlockStyle-4 .bottomtext {
    text-align: right
}

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

.tab_wrapper .content_wrapper .accordian_header .arrow {
    float: left
}

.push-nav-wrapper {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.push-nav-wrapper:not(.show-menu) .js-nav-toggle {
    left: -62px;
    right: auto
}

.push-nav-wrapper:not(.show-menu) .js-nav-toggle span::before {
    -webkit-box-shadow: 0 14px 0 1px #fff;
    box-shadow: 0 14px 0 1px #fff
}

.push-nav-wrapper:not(.show-menu) .js-nav-toggle span::after {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff
}

.js-nav-toggle {
    right: auto;
    left: -60px
}

.pushNav li.has-dropdown>a {
    padding-right: 0.7em;
    padding-left: 2.5em
}

.pushNav li.has-dropdown>a::after {
    right: auto;
    left: 1em;
    border: 1px solid currentcolor;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.pushNav .nav-back::before {
    border: 2px solid currentcolor;
    border-left-color: transparent;
    border-top-color: transparent
}

.pushNav .nav-back::after {
    right: 32%;
    width: 15px;
    height: 2px;
    background-color: currentcolor;
    margin-top: -1px
}

.sidebarmainNav>ul>li>a {
    margin-right: 0 !important;
    margin-left: 0px
}

.sidebarmainNav ul li.has-subnav .accordion-btn {
    float: left
}

.sidebarmainNav ul .accordion-btn-wrap {
    float: left
}

.sidebarmainNav ul li.has-subnav a {
    margin-right: 0 !important;
    margin-left: 0px
}

.sidebarmainNav ul li.has-subnav .accordion-btn-wrap {
    float: left;
    left: 0;
    right: auto !important
}

.sidebar-page-layout .content-wrapper .fileUploadWrap .file-upload {
    left: auto;
    right: -9999px
}

.sidebar-page-layout .content-wrapper .fileUploadWrap .filename {
    float: right;
    margin-right: 0px;
    margin-left: 20px
}

.icon-text-style-4 i {
    margin-right: 0;
    margin-left: 2px
}

.tab_wrapper>ul li {
    float: right
}

.panel-group .panel-title a::after {
    right: auto;
    left: 2px
}

.uaeu-arrow-button {
    padding-right: 10px;
    padding-left: 50px
}

.uaeu-arrow-button::after {
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 4px
}


.form-group.inline.fields>label {
    margin-left: 1em;
    margin-right: 0
}

.slick-dots {
    direction: ltr !important
}

[dir="rtl"] .rtlSliderInitialised .slick-slide {
    float: right !important
}

[dir="rtl"] .slick-slider.rtlSliderInitialised {
    direction: rtl !important
}

[dir="rtl"] .slick-dots-rtl .slick-dots {
    direction: rtl !important
}

b,
strong {
    font-weight: 700
}

@media only screen and (min-width: 1020px) {
    .navRightElements .topLinks>li.resizer {
        margin-left: 1px;
        margin-right: 20px
    }
    .navRightElements .topLinks>li.accessibilityFetures {
        margin-left: 14px;
        margin-right: 1px
    }
}

@media only screen and (min-width: 1100px) {
    .rtlSliderInitialised .slick-next {
        right: auto;
        left: -20px
    }
    .rtlSliderInitialised .slick-prev {
        left: auto;
        right: -20px
    }
    .rtlSliderInitialised .slick-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
    .rtlSliderInitialised.hystorySlider .slick-arrow {
        top: 44%
    }
    .rtlSliderInitialised.hystorySlider .slick-next {
        right: auto;
        left: -45px
    }
    .rtlSliderInitialised.hystorySlider .slick-prev {
        left: auto;
        right: -45px
    }
}

@media only screen and (min-width: 769px) {
    .sidebar-page-layout .col-right {
        float: left;
        padding-left: 15px;
        padding-right: 30px
    }
    .sidebar-page-layout .col-left {
        float: right;
        padding-right: 15px;
        padding-left: 30px
    }
}

@media only screen and (min-width: 768px) {
    .news-featured .featured-text {
        padding-left: 0px;
        padding-right: 90px
    }
}

@media only screen and (min-width: 990px) {
    .innerSection .col-left {
        padding-right: 0;
        padding-left: 15px
    }
    .mainNavBar .mainMenu>li:first-child {
        margin-right: 0;
        margin-left: 20px
    }
    .mainNavBar .mainMenu>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .featured-news .sidebar .news-list .news-list-img {
        margin-right: 0;
        margin-left: 5%
    }
    .news-uae::before {
        left: auto;
        right: 0
    }
    .latest-news .sidebar {
        padding-left: 0;
        padding-right: 20px
    }
    .innerSection.news-detail .sidebar .news-list .news-list-img {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-offset-small {
        padding-left: 15px;
        padding-right: 4.53333333%
    }
}

@media only screen and (max-width: 1150px) {
    .testimonialSection .testimonialWrap .quote {
        margin-left: 0;
        margin-right: 8%;
        max-width: 91%
    }
}

@media only screen and (max-width: 1050px) {
    .push-nav-wrapper:not(.show-menu) .js-nav-toggle {
        top: 0px;
        right: auto;
        left: -42px
    }
}

@media only screen and (max-width: 1020px) {
    .mobileHeaderExpandBtn {
        right: auto;
        left: 0;
        width: 38px
    }
    .mobileHeaderExpandBtn::after {
        right: auto;
        top: -34px;
        left: -46px
    }
    .mobileHeaderExpandBtn::before {
        left: -3px
    }
    .mainNavBar .mainMenu>li>a {
        padding-right: 10px;
        padding-left: 35px
    }
    .mainNavBar .mainMenu>li .submenu-toggle {
        right: auto;
        left: 0
    }
}

@media only screen and (max-width: 990px) {
    .latest-news .news-list .news-list-date {
        text-align: right
    }
    .footer-contact .footerContactForm {
        float: right
    }
    .footer-contact .contactList {
        float: right
    }
    .grayComponentList>li i {
        float: right;
        margin-right: 0;
        margin-left: 10px
    }
    .mainNavBar .mainMenu>li:first-child {
        margin-right: 0
    }
}

.imgeBlockStyle-3 {
    direction: rtl
}

@media only screen and (max-width: 770px) {
    .form-group.inline.fields .field {
        padding-right: 0
    }
    .form-group.inline.fields .feild-control {
        margin-right: 0
    }
    .sidebar-page-layout .col-right {
        padding-right: 15px;
        padding-left: 15px
    }
    .fRight {
        float: none
    }
    .fLeft {
        float: none
    }
    .navbar-header {
        margin: 0
    }
    .navbar-custom .navbar-toggle {
        margin-left: 0
    }
    .headerStyle-2 .navbar-header {
        margin: 0
    }
    .headerStyle-2 .navbar-brand {
        margin-left: 0;
        margin-right: 20px
    }
}

@media only screen and (max-width: 767px) {
    .news-featured .featured-text .featured-date {
        text-align: right
    }
    .col-side-bar {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (max-width: 660px) {
    .navRightElements .topLinks>li {
        float: right;
        margin: 0 2px
    }
    .navRightElements .topLinks>li.accessibilityFetures {
        float: left
    }
    .navRightElements .topLinks .accessibilityControls .accessibilityControlsWrap li.accessibilityFetures {
        margin-right: 2px;
        margin-left: 12px
    }
    .bgBlueStrip a i {
        margin-left: 20px;
        margin-right: 0
    }
    .footerMiddleSection .footerInfo {
        padding-right: 0
    }
    .factsRightSidebar {
        padding-left: 15px;
        padding-right: 15px
    }
    .widgetsWrap .newsLetterSubscribe {
        text-align: right
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .desktop .mainNavBar .nav>li:first-child {
        margin-right: 0px !important;
        margin-left: 40px !important
    }
}


/*# sourceMappingURL=style_ar.css.map */


/*
* en_uaeu.css
* Web Services, UITS
* This style sheet for the global rules of UAEU English website
* All media
* 28/05/2018
* If you intend to add CSS to it please ensure you add it in the 
* correct place and also that it is valid CSS and not a mix of 
* two seperate versions in one class or ID.
*/


/* Color Theme */

.color-gray {
    color: #6d6d6d !important;
}

.text-success {
    color: #3c763d !important
}

.text-danger {
    color: #a94442 !important;
}


/* Happiness Meter */

.emotion-selector {
    font-size: 0.7em;
    color: #fff;
    z-index: 10;
    margin: -10px 0 0;
}

.emotion-selector i {
    color: #fff;
    padding: 0 5px;
}

.emotion-selector label {
    cursor: pointer;
    padding: 1em
}

.emotion-selector i:hover {
    color: #CF3238;
}

.emotion-selector .active {
    color: #E8E8E8;
}

.studyBottomSection {
    margin-top: 0;
}


/* Add custom Fonts Icons*/

.imagDescBlock .links {
    border: 1px solid #fcfcfc
}

.imagDescBlock .links figure {
    position: relative
}

.imagDescBlock .links figure::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.imagDescBlock .links figure::after {
    content: "\e0bb";
    font-family: "uaeu"!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 65px;
    position: absolute;
    right: 50%;
    z-index: 3;
    top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff
}

.imagDescBlock .links:hover figure::after,
.imagDescBlock .links:hover figure::before {
    opacity: 1;
    visibility: visible
}

.imagDescBlock .links figure::after {
    content: "\e0bb"
}

table.auto {
    table-layout: auto !important;
}

ul.list-unstyled li {
    list-style-image: none !important;
    list-style: none;
}

ul.sublist-styled >li {
    list-style: none;
    list-style-image: none !important;
}

.blockrs {
    position: absolute;
    left: 10%;
}

.album img {
    margin-bottom: 0 !important;
}

.album .imagDescBlock {
    margin-bottom: 20%;
}

.number {
    direction: ltr;
    text-align: left;
    unicode-bidi: bidi-override;
}

.innerSection.news-detail .sidebar .news-list .news-list-title {
    max-height: 90px;
}

.aboutSection .programFinder .programFinderRight h6 a {
    color: #fff !important;
}

.aboutBlock-style-1 .sectonTitle {
    color: #ff5b5b !important;
}

.programFinderLeft .inputBtnSvg input {
    width: 125px;
    opacity: 0;
    float: right;
}

#switchLanguage {
    cursor: pointer
}

#toTop {
    right: auto !important;
    left: 33px;
}


/* Happiness Meter */

.happiness-meter-widget-web-button[dir=rtl] {
    left: auto !important;
    right: 33px;
}

@media only screen and (max-width: 990px) {
    #floatMenu {
        display: block !important;
    }
    #floatMenu .fb,
    #floatMenu .insta,
    #floatMenu .twt,
    #floatMenu .youtube,
    #floatMenu .mobileApp {
        display: none;
    }
}

.homeSection{
   text-align: right;
}
.pushNav .push-nav-toggle.back-visible .nav-back{
    float: right;
}

div.show-menu a.js-nav-toggle{
    right: inherit !important;
}

.readMoreBtn{
    /*    float: left;*/
    /*padding-bottom: 25px !important;*/
}

.readMoreBtnWrap{
text-align: left;
    padding-top: 15px;
}



.kingster-single-article-date-wrapper{
    float: right !important;
        margin-left: 30px !important;
        margin-right: 0px !important;
        border-right-width: 0px !important;
        border-left-width: 1px !important;
        border-left-style: solid;
        padding-right: 0px !important;
        padding-left: 20px !important;
        
}


.gdlr-core-event-item-list.gdlr-core-style-grid .gdlr-core-event-item-info{
    float: right !important;
    margin-right: 0px !important;
    margin-left: 25px !important;
}

.gdlr-core-head{
    float: right !important;
}

.kingster-breadcrumbs span[property="itemListElement"]{
        margin: 0px 15px !important;
}

.fa-angle-double-right{
    transform: rotate(-180deg) !important;
}
.fa-angle-right{
    transform: rotate(-180deg) !important;
        padding: 0px 3px;

}

.fa-angle-double-left{
    transform: rotate(-180deg) !important;
}
.fa-angle-left{
    transform: rotate(-180deg) !important;

}



.col-md-9> ul li::before {
 /*content: ".";*/
 /*   font-weight: bold;*/
 /*   display: inline-block;*/
    /* background: #adadad; */
    /* border-radius: 50%; */
    /* width: 10px; */
    /* height: 10px; */
    /* color: white; */
    /* line-height: 1px; */
    /* margin: 0px 5px 0px -20px; */
    /*padding: 0px 0px 0px 10px;*/
}

.col-md-12> ul li::before {
    /*content: ".";*/
    /*font-weight: bold;*/
    /*display: inline-block;*/
    /* background: #adadad; */
    /* border-radius: 50%; */
    /* width: 10px; */
    /* height: 10px; */
    /* color: white; */
    /* line-height: 1px; */
    /* margin: 0px 5px 0px -20px; */
    /*padding: 0px 0px 0px 10px;*/
}

.sideNav:before{
    left:0vw !important;
}


.innerSection ol li{
        margin-right: 15px !important;
}

.gdlr-core-tab-item .gdlr-core-tab-item-content-image-wrap{
    float: right !important;
}
.gdlr-core-tab-style1-horizontal .gdlr-core-tab-item-title-wrap{
        direction: rtl !important;
    text-align: initial !important;
}
.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-title{
        float: right;
/*    padding-right: 25px;*/
}
.qlinks{
        padding: 90px 65px 0px 0px !important;
}

.gdlr-core-title-item-left-icon{
        margin: 0px 0px 0px 15px !important;
    font-size: 20px;
    float: right;
}
.gdlr-core-title-item.gdlr-core-left-align .gdlr-core-title-item-title{
        
}
.font-weight-bold{
        text-align: right;
            margin: 15px;
}


.lg-outer{
    text-align: right !important;
}


.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-item-pdlr{
        float: right !important;
}
.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media{
        float: right !important;
}



.js-marquee{
     float: right !important;
}

.gdlr-core-page-builder-body p, .gdlr-core-page-builder-body h5{
    direction: rtl !important;
}

.border-side{
    border-right: 2px solid #d8d8d8 !important;
}

.marqueeTextDive {
  
  margin:3px;
  float:left;
}

/* Make it move */
@keyframes scroll{
0% {right:300px;}
100% {right:-300px;}
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    
    margin-right: -20px;
    
}

.radio, .checkbox{
    text-align: initial;
}


.col-md-9>h4:after{
        margin-top: 8px !important;
}

h4{
        margin-bottom: 16px !important;
        margin-top: 15px;
    
}

.eventBlock{
    direction: rtl !important;
}


.tab-style-1 .quotesWrap::before {
    content: "\e0ac";
    left: -20px !important;
    top: -10px !important;
}

.tab-style-1 .quotesWrap::after {
    content: "\e0b7";
    right: -5px !important;
    bottom: -17px !important;
}

.icon_close_div{
    left: 30px !important;
        right: unset !important;
}
.submit_div{
        right: unset !important;
    left: 5px !important;
}