﻿/*@import url('bootstrap-rtl.min.css');*/
@import url('alertify.rtl.css');


.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenu-item,
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li > .ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header {
}

/*//*/

.eventTitle {
}

.event-description {
    padding: 0 10px;
}

#itemsList .fa-caret-right {
    position: absolute;
    left: -3px;
    top: 12px;
    font-size: 40px !important;
    color: #545454; /*new*/
}

#itemsList {
    margin-top: 15px;
}

.eventInfo {
    left: 0;
}

/*Home*/
#ServicesAndNews h3 {
    font-size: 24px;
    color: #545454; /*new*/
    margin-bottom: 30px;
    text-align: center !important;
}

#ServicesAndNews .servicesBox ul {
    padding: 0;
    margin: 0;
}

    #ServicesAndNews .servicesBox ul li {
        display: inline-block;
        width: 134px;
        height: 129px;
        background: #545454; /*new*/
        margin: 0 0 10px 10px;
        border-radius: 3px;
        color: #fff;
        text-align: center;
    }

        #ServicesAndNews .servicesBox ul li a {
            color: #fff;
            font-size: 12px;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
        }

        #ServicesAndNews .servicesBox ul li:hover {
            background: #c8102e !important;
        }

        #ServicesAndNews .servicesBox ul li a span.icon {
            display: block;
            margin: 15px auto;
            background: url('../../images/services-icons.png') no-repeat;
        }

            #ServicesAndNews .servicesBox ul li a span.icon.heightEducation {
                background-position: right top;
                width: 60px;
                height: 65px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.generalEducation {
                background-position: -252px top;
                width: 60px;
                height: 65px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.B3that {
                background-position: -122px top;
                width: 70px;
                height: 65px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.equal {
                background-position: left top;
                width: 60px;
                height: 65px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.tasde8at {
                background-position: right bottom;
                width: 55px;
                height: 66px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.acadimic {
                background-position: -252px bottom;
                width: 60px;
                height: 65px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.registration {
                background-position: -122px bottom;
                width: 60px;
                height: 65px;
            }

            #ServicesAndNews .servicesBox ul li a span.icon.help {
                background-position: left bottom;
                width: 53px;
                height: 65px;
            }

.servicesBox {
    padding: 0 !important;
}

#ServicesAndNews .lastNewsBox .item {
    margin-bottom: 6px;
    opacity: 1 !important;
}

    #ServicesAndNews .lastNewsBox .item .item-image {
        float: right;
        width: 175px;
        margin-left: 20px;
    }

        #ServicesAndNews .lastNewsBox .item .item-image img {
            border: 1px solid rgba(204, 204, 204, 0.35);
            border-radius: 3px;
        }

    #ServicesAndNews .lastNewsBox .item .item-info {
        float: right;
        width: 360px;
    }

        #ServicesAndNews .lastNewsBox .item .item-info a {
            font-size: 15px;
            margin-bottom: 5px;
            display: block;
        }

.announcmentControls {
    position: absolute;
    left: 11px;
    top: 5px;
}

#ServicesAndNews .lastNewsBox .item .item-info p {
    color: #9a9996;
}

.show-all {
    font-size: 12px;
    position: absolute;
    left: 2px;
    top: 5px;
}

#eventsBlock.owl-carousel {
    /*width: 83% !important;*/
    /*width: 66.66% !important;*/
    width: 60% !important;
}

#events {
    /*background-image: url(../../images/inner-tour-bg.png);*/ /*new*/
    background-color: #fbfafa;
    background-repeat: repeat-x;
    /*height: 155px;*/
    height: 185px;
    background-position: center;
    display: table;
    width: 100%;
    border-top: 1px solid #545454; /*new*/
    border-bottom: 1px solid #545454; /*new*/
    margin-bottom: 40px;
}

    #events .container {
        position: relative;
    }

    #events .title {
        font-size: 20px;
        /*line-height: 155px;*/
        line-height: 185px;
        background: #b70000;
        text-align: center;
        color: #fff;
         max-height: 185px !important;/*new added*/
    }

    #events .cal {
        position: absolute;
        width: 190px;
        bottom: -20px;
        left: 0;
        /*z-index: 100;*/
    }



.eventslist .date {
    width: 100px;
    float: right;
    /*height: 155px;*/
    height: 185px;
    margin-left: 20px;
    text-align: center;
    position: relative;
}

    .eventslist .date .month {
        position: absolute;
        bottom: 43px;
        left: 10px;
        text-align: center;
        display: block;
        font-size: 16px;
    }

    .eventslist .date .day {
        font-size: 80px;
        color: #545454; /*new*/
        line-height: 155px;
        /*line-height: 125px;*/
    }

.eventslist .date-info {
    float: right;
    margin-top: 25px;
    /*width: 636px;*/
    width: 536px;
}

    .eventslist .date-info h3 {
        font-size: 20px;
        color: #545454; /*new*/
    }

    .eventslist .date-info p {
        color: #9a9996;
    }

#events .owl-theme .owl-controls {
    position: absolute;
    /*left: 201px;*/
    /*left: 181px;*/
    left: -11px;
    bottom: 0;
}

#events .owl-nav {
    background: #545454; /*new*/
    padding: 10px;
    color: #fff;
}

/*home*/
#home-slider {
    background: url(../../images/slider-bg.png) 0 100% repeat-x;
    position: relative;
    margin-top: 20px;
}

    #home-slider .main-slider {
        position: relative;
        height: 400px;
    }

.main-slider .row {
    height: 100%;
}

.main-slider .col-moe-buliding,
.col-moe-buliding {
    height: 100%;
}

    .col-moe-buliding img.moe-2d {
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    .col-moe-buliding img.tree {
        position: absolute;
        left: 60px;
        bottom: -20px;
    }

    .col-moe-buliding img.aeSchool {
        width: 187px;
        position: absolute;
        left: 190px;
        top: 20px;
        opacity: 0.3 !important;
    }

    .col-moe-buliding img.bus {
        position: absolute;
        left: 218px;
        bottom: -8px;
        width: 180px;
    }

    .col-moe-buliding img.flag {
        width: 60px;
        position: absolute;
        left: 102px;
        top: 127px;
    }

.col-news {
    margin-top: 75px;
}

    .col-news .item .item-image {
        width: 140px;
        float: right;
        margin-left: 20px;
    }

        .col-news .item .item-image img {
            border: 3px solid #545454; /*new*/
            border-radius: 100px;
        }

    .col-news .item .item-info h3 a {
        font-size: 18px;
        color: #545454; /*new*/
        font-weight: normal;
        line-height: 26px;
    }

    .col-news .item .item-info p {
        font-size: 12px;
        line-height: 20px;
        color: #9a9996;
    }

    .col-news .item .item-info {
        float: right;
        width: 390px;
    }

#home-slider .slide-text {
    position: absolute;
    top: 50px;
    left: 0;
    width: 450px;
}

#home-slider h1 {
    margin-top: 70px;
    margin-bottom: 25px;
}

#home-slider .btn-common {
    margin-top: 20px;
}

#home-slider .preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fafafa;
    text-align: center;
}

    #home-slider .preloader > i {
        font-size: 48px;
        height: 48px;
        line-height: 48px;
        color: #dbb075;
        position: absolute;
        left: 50%;
        margin-left: -24px;
        top: 50%;
        margin-top: -24px;
    }

#newsTicker {
}

    #newsTicker .container {
        border: 1px solid #e0dede;
        padding: 0;
    }

    #newsTicker .newsTickerTitle {
        padding: 10px;
        background: #c8102e;
        float: left;
        color: #fff;
        width: 50px;
        text-align: center;
    }

    #newsTicker .newsTickerList {
        padding: 10px;
        background: #fff;
        float: left;
        color: #fff;
    }

        #newsTicker .newsTickerList a {
            font-size: 14px;
        }

#ImportantLinks .links {
    border-left: 1px solid #ebe2c7;
}

    #ImportantLinks .links a {
        width: 49%;
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
    }

#ImportantLinks {
    margin-bottom: 50px;
}

    #ImportantLinks .links a .icon {
        font-size: 85px;
        display: block;
    }

    #ImportantLinks .links a span {
        display: block;
        margin-top: 21px;
        font-size: 12px;
    }


    #ImportantLinks .most-link-visited {
    }

        #ImportantLinks .most-link-visited .moe-trend-links {
            font-size: 80px;
            color: #545454; /*new*/
            height: 68px;
            display: block;
        }

        #ImportantLinks .most-link-visited h3 {
            color: #878181;
        }

.most-links-list a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(226, 224, 224);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-size: 12px;
}

#Partners .container {
    height: 155px;
}

#Partners {
    background-color: #BEBEBE; /*new*/
    background-repeat: repeat-x;
    height: 155px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
}

    #Partners ul {
        padding: 0;
        margin: 0;
        height: 100%;
    }

        #Partners ul li {
            width: 288px;
            display: inline-block;
            /* height: 100%; */
            /* background: red; */
            padding: 30px;
        }

            #Partners ul li a {
                display: block;
                height: 100%;
            }

            #Partners ul li img {
                width: 100%;
                /*border: 1px dotted #ba9a3a;*/ /*new*/
            }







.main-slider .item:first-child {
    display: block;
}

.main-slider .item {
    display: none;
}



.animate-in .slider-house {
    -webkit-animation: fadeInDown 700ms ease-in-out 200ms both;
    animation: fadeInDown 700ms ease-in-out 200ms both;
}


#Media {
}

.metro-box {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    /*border-color: rgb(235, 232, 232);*/
    border-color: gray;
    background-color: #fff;
    /*  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);*/
}

.container {
    padding: 0;
}

#Media .columns {
    padding: 0 4px;
}

#Media .row {
    height: 390px;
    padding: 0;
    margin: 0;
}

#Media .columns {
    height: 100%;
}

#Media .cell-1,
.cell-8,
.cell-intro {
    height: 49%;
    margin-bottom: 7px;
}

#Media .cell-intro {
    text-align: center;
    color: #545454; /*new*/
}

    #Media .cell-intro img {
        margin: 20px auto;
    }

#Media .cell-1,
.cell-8,
.cell-0 {
    overflow: hidden;
    position: relative;
}

#Media .moe-network {
    font-size: 93px;
    margin-top: 27px;
    /* display: block; */
    /* margin-bottom: 48px; */
    height: 100px;
    display: block;
}

#Media .cell-1 img,
.cell-8 img {
    width: 100%;
}

.cell-0 img {
    margin-right: -204px;
}

#Media .row .col-md-2 {
    width: 19.666667% !important;
}

#Media .row .col-md-8 {
    width: 60.666667% !important;
}


#Media .info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}

#Media .media-title {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    color: #545454; /*new*/
}

#Media .twitter {
    font-size: 17px;
    line-height: 27px;
    color: #000;
}

#Media .fa-twitter {
    position: absolute;
    left: 34px;
    top: 9px;
    font-size: 43px;
    color: #26a6d1;
}

#Media .col-md-9 {
    width: 65%;
}

#Media .col-md-3 {
    width: 35%;
}

.yearsFilter ul li::before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    position: absolute;
    right: -12px;
    bottom: -8px;
}

.yearsFilter select {
    font-size: 15px;
    position: absolute;
    left: 0;
    /* width: 90%; */
    top: 11px;
    padding: 2px;
    border-radius: 3px;
}

#btnAllHomeEvents {
    color: #fff !important;
    position: absolute;
    right: 18px;
    bottom: 35px;
    z-index: 999999;
    display: block;
    text-align: center;
    /* width: 100%; */
}

.innerContent .content .right-content {
    float: left !important;
}

.latestNewsBlock .show-all {
    left: 45px !important;
}

@media only screen and (max-width :768px) {
    .inner-main-icons {
        left: 11px;
        top: 0;
    }

    #btnAllHomeEvents {
        color: #fff !important;
        position: absolute;
        left: 10px;
        top: 8px;
        z-index: 100;
        display: block;
        text-align: center;
        /* width: 100%; */
        border: 1px solid #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        height: 28px;
        width: 92px;
    }

    .servicesBox .show-all {
        font-size: 12px;
        position: absolute;
        left: 24px;
    }



    .announcmentControls {
        position: absolute;
        left: 50px;
        top: 20px;
    }

    #homeServicesPopup .fa-close {
        top: 0;
        right: 0;
        font-size: 26px;
    }
}

.removeFav {
    font-size: 15px;
    color: #545454; /*new*/
    position: absolute;
    left: 5px;
    top: 0;
    cursor: pointer;
}

#styled-forms .panel-default > .panel-heading i {
    margin-left: 10px;
}


/*New Chnages*/


.InstagramBlock {
    background-color: #F0F0E1;
    background-repeat: repeat-x;
    min-height: 200px;
    background-position: center;
}

.YoutubeBlock {
    background-color: #F0F0E1;
    background-repeat: repeat-x;
    min-height: 200px;
    background-position: center;
}

.TwitterBlock {
    background-color: #F0F0E1;
    background-repeat: repeat-x;
    min-height: 200px;
    background-position: center;
}

.FacebookBlock {
    background-color: #F0F0E1;
    background-repeat: repeat-x;
    min-height: 155px;
    background-position: center;
}


.PublicationsBlock {
    cursor: pointer;
    background-color: beige;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}

    .PublicationsBlock a:hover {
        text-decoration: underline;
    }


.PhotoAlbumBlock {
    cursor: pointer;
    background-color: beige;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}

    .PhotoAlbumBlock a:hover {
        text-decoration: underline;
    }

.AudioBlock {
    cursor: pointer;
    background-color: beige;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}

    .AudioBlock a:hover {
        text-decoration: underline;
    }

.ArchiveBlock {
    cursor: pointer;
    background-color: beige;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
}

    .ArchiveBlock a:hover {
        text-decoration: underline;
    }

.inner {
    display: inline-block;
    vertical-align: middle;
    /*background: yellow;*/
    padding: 3px 5px 5px 3px;
}

.viewAllEventsbtn {
    /*padding-right: 20px;*/
}


.MediaCenterTitle1 {
    font-size: 16px;
    color: #b70000;
    font-weight: 400;
    line-height: 24px;
}


.top-buffer40 {
    margin-top: 40px;
}



.scrollbarStyle1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbarStyle1::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.scrollbarStyle1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


.containerSocialMedia .info {
    padding: 5px;
    color: #fff !important;
    background: #b70000;
    /*font-size: 12px;*/
}

    .containerSocialMedia .info a {
        padding: 5px;
        color: #fff !important;
        background: #b70000;
        /*font-size: 12px;*/
    }

        .containerSocialMedia .info a:hover {
            text-decoration: underline;
        }

.containerSocialMedia .fa-twitter {
    position: absolute;
    left: 25px;
    top: 9px;
    font-size: 43px;
    color: #26a6d1;
}

.containerSocialMedia .fa-instagram {
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 20px;
    /*color: #f52611;*/
}

.containerSocialMedia .fa-youtube {
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 20px;
    /*color: #f52611;*/
}

.containerSocialMedia .fa-facebook {
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 20px;
    /*color: #f52611;*/
}

.navLinks {
    margin: 5px;
    text-align: center;
}

.navLinksTop {
    text-align: center;
}


/*.SideMargin{
    margin-left:0;
    margin-right:0;
}*/



.calendarPost {
    /*position: absolute;
    width: 250px;
    height: 185px;
    bottom: -15px;
    left: -80px;
    display: block;
    z-index: 999;
    border: 1px solid gray;
    background-color: #ffffff;
    box-shadow: 5px 5px #b70000;*/
    /*position: absolute;*/
    position: relative;
    width: 250px;
    height: 185px;
    /*bottom: -170px;
    right: -50px;*/
    display: block;
    z-index: 999;
    border: 1px solid gray;
    background-color: #ffffff;
    box-shadow: 5px 5px #b70000;
}

.responsive-calendar .controls {
    margin-bottom: 0px;
}

.calendarDays {
    line-height: 14px;
}

@media screen and (max-width: 480px) {
    .calendarPost {
        width: auto;
        height: auto;
    }

    .eventslist .date-info {
        padding: 20px !important;
    }

    .eventslist .date {
        padding-top: 30px !important;
    }
}

/*.courseContainer {
    height: 260px;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
}*/

.courseContainer .course {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
    cursor: pointer;
}

    .courseContainer .course:hover {
        transform: translate3d(0px, -260px, 0px);
    }

.TitleDiv img {
    width: 100%;
    height: 260px;
}

.TitleDiv {
    width: 100%;
    height: 260px;
    border: 1px solid #e7d4b2;
    -webkit-box-shadow: 0 15px 15px -8px #9a9996;
    -moz-box-shadow: 0 15px 15px -8px #9a9996;
    box-shadow: 0 15px 15px -8px #e1e1e1;
}

.DescDiv {
    width: 100%;
    height: 260px;
    /*overflow:hidden;*/
    /*overflow-y:scroll;*/
    border: 1px solid #e7d4b2;
    -webkit-box-shadow: 0 15px 15px -8px #9a9996;
    -moz-box-shadow: 0 15px 15px -8px #9a9996;
    box-shadow: 0 15px 15px -8px #e1e1e1;
}

/*.linksAndServices {
    padding: 20px;
}*/

.linksAndServicesItem1 {
    padding: 5px 0px 0px 0px;
}

.linksAndServicesItem2 {
    padding: 5px 0px 0px 0px;
}

.linksAndServicesItem3 {
    padding: 0px 3px 2px 3px;
}

.linksAndServicesItem4 {
    padding: 0px 3px 2px 3px;
}

.FooterLinksPad {
    padding: 10px 10px 0px 10px;
}

.newStylePad {
    margin-top: -6px;
    font-size: 12px;
}


/*@media (min-width: @screen-xs-min)*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 480px) {
    .navLinks {
        margin: 5px;
        text-align: center;
    }

    .navLinksTop {
        text-align: center;
    }
}

/*@media (min-width: @screen-sm-min)*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .navLinks {
        margin: 0px 80px 0px 0px;
        text-align: center;
    }

    .navLinksTop {
        margin: 20px;
        padding-left: 70px;
    }

    .navLinksItem {
        padding: 5px;
    }
}

/*@media (min-width: @screen-md-min)*/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navLinks {
        margin: 0px 80px 0px 0px;
        text-align: center;
    }

    .navLinksTop {
        margin: 20px;
        padding-left: 70px;
    }

    .navLinksItem {
        padding: 5px;
    }
}

/*@media (min-width: @screen-lg-min)*/
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navLinks {
        margin: 0px 80px 0px 0px;
        text-align: center;
    }

    .navLinksTop {
        margin: 20px;
        padding-left: 70px;
    }

    .navLinksItem {
        padding: 5px;
    }
}
