@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/en/OpenSans-Regular.ttf');
    src: url('../fonts/en/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ar/DroidKufi-Regular.eot);
    src: url(../fonts/ar/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ar/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/ar/DroidKufi-Regular.woff) format('woff'), url(../fonts/ar/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'DroidArabicKufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ar/DroidKufi-Bold.eot);
    src: url(../fonts/ar/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ar/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/ar/DroidKufi-Bold.woff) format('woff'), url(../fonts/ar/DroidKufi-Bold.ttf) format('truetype');
}


body {
    background: #fff;
    font-family: 'DroidArabicKufi', 'OpenSans-Regular';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 0 !important;
}

html {
    height: 100%;
    background: #fff;
}


a {
    color: #ba9a3a;
}

    a:hover {
        outline: none;
        text-decoration: none;
        color: #674f06;
    }

    a:focus {
        outline: none;
        outline-offset: 0;
    }

a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

    a.btn {
        background: #ba9a3a;
        border-radius: 3px;
        color: #fff;
    }

        a.btn:hover {
            background: #c8102e;
            color: #fff;
        }

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'OpenSans-Regular';
    font-weight: 300;
}

h1 {
    color: #686868;
    font-size: 30px;
}

h2 {
    font-size: 24px;
    color: #686868;
}

h3 {
    font-size: 18px;
}

.invert {
    filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
}

.isIEInvert {
    background: #000 !important;
    color: #f6e209 !important;
    border-color: #fff !important;
}

.varBackground {
    background-color: #ba9a3a;
}

.varColor {
    color: #ba9a3a;
}

.varborderColor {
    border-color: #ba9a3a;
}

.overflow {
    overflow: hidden;
}

.uppercase {
    text-transform: uppercase;
}

.btn-common {
    font-size: 14px;
    color: #797979;
    border: 1px solid #dbb075;
    font-family: 'DroidArabicKufi';
    font-weight: 300;
    padding: 10px 25px;
}

#action .col-sm-5 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}


.btn-common:hover,
.btn-common:focus {
    outline: none;
    background: none;
    box-shadow: none;
    color: #d29948;
}

.align-right {
    text-align: right;
}

.inline {
    display: inline-block;
}

.padding {
    padding: 65px 0;
}

.padding-bottom {
    padding-bottom: 65px;
}

.padding-top {
    padding-top: 90px;
}

.padding-right {
    padding-right: 80px;
}

.padding-left {
    padding-left: 80px;
}

.margin-bottom {
    margin-bottom: 35px;
}

.carousel-indicators.visible-xs {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
}

    .carousel-indicators.visible-xs li {
        border-color: #D29948;
        border-width: 2px;
        height: 12px;
        margin: 0 5px 0 0;
        width: 12px;
    }

        .carousel-indicators.visible-xs li.active {
            background: rgba(210, 153, 72, 0.7);
        }

.wrapper {
    direction: ltr;
}



/*************************
*******Header******
**************************/

#header {
    margin-bottom: 0;
    padding: 20px 0 0px 0;
}

    #header .navbar-inverse .container {
        position: relative;
    }

.search {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    z-index: 1;
}

    .search i {
        color: #dbb075;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 2px;
    }

.field-toggle {
    position: relative;
    top: 30px;
    right: 15px;
    display: none;
    height: 50px;
}

.search-form {
    padding-left: 10px;
    height: 40px;
    font-size: 18px;
    color: #818285;
    font-weight: 300;
    outline: none;
    border: 1px solid #dbb075;
    margin-top: 20px;
    border-radius: 4px;
}

.top-menu {
    float: right !important;
}

.top-icons ul li {
    padding: 0 5px;
}

    .top-icons ul li.sparator {
        width: 1px;
        border-left: 1px solid #ccc;
        height: 20px;
        margin: 0;
        padding: 2px;
    }

    .top-icons ul li:last-child {
        /*padding-right: 0;*/
    }

    .top-icons ul li a {
        font-size: 18px;
        color: #ba9a3a;
        padding: 0;
    }

    .top-icons ul li .website-setting-block {
        background-color: #fff;
        border: solid 1px #ebebeb;
        color: #9c9c9c;
        padding: 15px;
        position: fixed;
        width: 350px;
        top: 0;
        height: 100%;
        font-size: 11px;
        right: -350px;
        z-index: 1032;
        transition: right 1s;
    }

        .top-icons ul li .website-setting-block.in {
            right: 0;
        }

        .top-icons ul li .website-setting-block.in {
            opacity: 1;
            display: block;
        }

.website-setting-block .fa-times {
    font-size: 15px;
    cursor: pointer;
}

.font-resize {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.font-icon {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

    .font-icon:before {
        color: #ba9a3a;
        font-weight: 700;
        display: block;
        font-size: 18px;
        line-height: 18px;
        padding: 10px;
        border: 1px solid rgba(204, 204, 204, 0.35);
        border-radius: 3px;
        text-align: center;
        margin-bottom: 5px
    }

    .font-icon:hover:before {
        background: #c8102e;
        color: #fff;
    }

.increes-font:before {
    content: 'A+';
}

.reset-font:before {
    content: 'A';
}

.decrees-font:before {
    content: 'A-';
}

.colors h4,
.font-resize h4 {
    margin-bottom: 15px;
}

.colors {
    text-align: center;
    margin-top: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.color-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 3px;
    padding: 15px;
    cursor: pointer;
}

.color-1 {
    background-color: #ba9a3a !important;
}

.color-2 {
    background-color: #3c5a96 !important;
}

.color-3 {
    background-color: #006e27 !important;
}

.color-4 {
    background-color: #4c4c4c !important;
}

.heightconstrains {
    text-align: center;
    margin-top: 18px;
    padding-bottom: 10px;
}

    .heightconstrains .fa-adjust {
        font-size: 50px;
        color: #ba9a3a;
    }

.top-icons ul li a.text {
    font-size: 12px;
    color: #ba9a3a;
}

.top-icons ul li a:hover,
.top-icons ul li a:focus {
    color: #dbb075;
    background: none;
}

.top-icons ul li.top-search {
    margin: 0 10px;
}

    .top-icons ul li.top-search .form-control {
        width: 170px;
        font-size: 12px;
        height: 26px;
        margin-top: 0px;
    }

    .top-icons ul li.top-search .fa-search {
        position: absolute;
        right: 15px;
        top: 5px;
        color: #ccc;
    }

#header .navbar {
    background: #ba9a3a;
    border: 0;
    margin-bottom: 0;
    margin-top: 20px;
    border-radius: 0 !important;
    min-height: 40px;
}

#header .navbar-toggle {
    margin-top: 20px;
}

#header .navbar-brand {
    padding: 0;
    margin-left: 0;
    float: left !important;
}

    #header .navbar-brand h1 {
        padding: 0;
        margin: 0;
    }

#header .navbar-nav > li {
    border-left: 1px solid #daba5b;
    border-right: 1px solid #9a7914;
}

    #header .navbar-nav > li:first-child {
        border-left: none;
    }

    #header .navbar-nav > li:last-child {
        border-right: none;
    }

#header .navbar-nav.navbar-right > li:first-child a {
    padding: 9px;
}

#header .navbar-nav.navbar-right > li a .fa-home {
    font-size: 24px;
}

#header .navbar-nav.navbar-right > li a {
    color: #fff;
    font-size: 14px;
    padding: 9px;
    text-transform: uppercase;
    font-weight: 300;
    height: 40px;
    line-height: 25px;
}

#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
    background-color: inherit;
    border: 0;
    color: #fff;
}

#header .navbar-inverse .navbar-nav li a:hover {
    background: #c8102e;
}



/*Dropdown menu*/

ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #d2d2d2 !important;
    top: 40px !important;
}

#header .navbar-nav li ul.sub-menu li a {
    color: #ba9a3a;
    padding: 10px 20px;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(186, 154, 58, 0.12);
}

#header .navbar-nav li ul.sub-menu li .active {
    background: #fef7ee;
    color: #d29948;
    position: relative;
}

    #header .navbar-nav li ul.sub-menu li .active i {
        position: absolute;
        font-size: 56px;
        top: -13px;
        color: #dab074;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
        left: -3px;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
        right: -3px;
    }


#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus {
    background: #fef7ee;
    color: #d29948;
}

.fa-angle-down {
    padding-left: 5px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}



/*************************
*******Footer******
**************************/

#footer {
    padding-bottom: 60px;
    background-image: url(../images/slider-bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 10%;
    position: relative;
    padding-top: 41px;
    border-top: 1px solid #ba9a3a;
    margin-top: 120px;
}

    #footer h1 {
        margin-bottom: 65px;
        margin-top: 36px;
    }

    #footer .icon {
        font-size: 90px;
        color: #ba9a3a;
        float: left;
    }

    #footer .text {
        display: block;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    #footer .number {
        display: block;
        color: #ec3131;
        text-align: center;
        font-size: 24px;
    }

    #footer .bottom-separator {
        margin-bottom: 60px;
    }

    #footer .layer-1 {
        margin-bottom: 20px;
    }

    #footer .footer-logos {
        text-align: center;
    }

    #footer .layer-1 .arabicUrl {
        font-size: 15px;
    }

        #footer .layer-1 .arabicUrl span {
            color: red;
            font-size: 20px;
        }

    #footer .layer-4 {
        width: 100%;
        padding: 10px;
        background: #ba9a3a;
        position: absolute;
        text-align: center;
        color: #fff;
        bottom: 0;
    }

    #footer .newsletter h3 {
        color: #333;
        font-size: 14px;
        text-align: right;
    }

    #footer .newsletter input {
        width: 209px;
        display: inline-block;
    }

    #footer .layer-3 {
        margin-top: 30px;
    }

        #footer .layer-3 ul {
            text-align: center;
        }

            #footer .layer-3 ul li {
                display: inline-block;
                text-align: center;
                font-size: 12px;
                border-right: 1px solid #dddede;
                margin-left: 10px;
                padding-right: 10px;
            }

                #footer .layer-3 ul li:last-child {
                    border-right: none;
                }

    #footer .refresh {
        font-size: 12px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    #footer .importantSoftwares {
        position: absolute;
        left: 0;
        top: -5px;
    }


.copyright-text {
    margin-top: 70px;
}

.tooltip {
    white-space: nowrap;
}





/* My Custom css */

.navbar-brand {
    height: auto !important;
}

#innerPageLayout {
}

    #innerPageLayout .innerHeader {
        background-image: url(../images/inner-tour-bg.png);
        /* background-color: #fbfafa; */
        background-position: center;
        display: table;
        position: static;
        width: 100%;
        background-size: contain;
    }


        #innerPageLayout .innerHeader .pageTitle {
            margin-top: 1px;
            padding: 20px 0;
        }

            #innerPageLayout .innerHeader .pageTitle h1 {
                line-height: 42px;
                margin: 10px auto;
            }

    #innerPageLayout .innerBreadcrumb {
        position: relative;
    }

        #innerPageLayout .innerBreadcrumb ul {
            padding: 0;
            margin: 0;
        }

            #innerPageLayout .innerBreadcrumb ul li {
                display: inline-block;
                font-size: 12px;
                color: #686868;
            }

                #innerPageLayout .innerBreadcrumb ul li:before {
                    content: "/";
                    color: #ba9a3a;
                    padding-right: 5px;
                }

                #innerPageLayout .innerBreadcrumb ul li:first-child:before {
                    content: '';
                }

.innerContent {
    margin-top: 20px;
}

    .innerContent .content {
        margin: 0;
    }

        .innerContent .content .right-content {
            padding: 0px;
            float: right;
            border-radius: 3px;
        }

        .innerContent .content .left-nav {
            margin-right: 20px;
            width: 23%;
            border: none;
            border-left: 1px solid #ba9a3a;
            padding: 10px 0;
        }

            .innerContent .content .left-nav ul {
                padding: 0px;
                margin-bottom: 0px;
            }

                .innerContent .content .left-nav ul li {
                    display: block;
                    color: #fff;
                    margin-bottom: 0px;
                }

                    .innerContent .content .left-nav ul li a {
                        color: #ba9a3a;
                        display: block;
                        padding: 0px;
                        font-size: 14px;
                        margin-bottom: 10px;
                        background: #faf7f2;
                        border-top-right-radius: 10px;
                        border-bottom-right-radius: 10px;
                        border-right: 1px solid rgb(255, 255, 255);
                        padding: 5px;
                        padding-left: 0;
                    }

                        .innerContent .content .left-nav ul li a.selected {
                            background: #ba9a3a;
                            color: #fff;
                        }

                        .innerContent .content .left-nav ul li a:hover {
                            background: #daba5b !important;
                            color: #fff;
                        }

                        .innerContent .content .left-nav ul li a .fa-caret-left {
                            padding-right: 10px;
                            font-size: 17px;
                        }

                            .innerContent .content .left-nav ul li a .fa-caret-left:before {
                                content: "\f0da";
                            }

        .innerContent .content .right-content {
            border: 2px solid #eaeaea;
            padding: 20px;
            font-size: 14px;
        }

            .innerContent .content .right-content img {
                max-width: 100%;
                height: auto;
            }

.inner-main-icons {
    position: absolute;
    right: 0;
    top: 0;
}

    .inner-main-icons i {
        font-size: 14px;
        background: #ba9a3b;
        padding: 5px;
        border-radius: 3px;
        color: #fff;
    }



.nav-pills > li {
    float: right !important;
}

.navbar-right {
    float: left !important;
}




.formHeader {
    margin-bottom: 20px;
    border-color: #ba9a3b;
}

.form-icon {
    background: #ba9a3b;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;
}
/* Forms */
.loginBlock {
 border-right: 1px dotted #ba9a3b;
        padding-right : 41px;

}

@media screen and (max-width: 480px) {
    .loginBlock {
        
 border-right: 0;
            padding-right : 0;

    }
    .emsatLogo{
        display:none
    }
}

.smartPass {
    position: absolute;
    right: 77px;
    top: 150px;
    /* font-size: 12px !important; */
    color: #ba9a3a;
}

    .smartPass h3 {
        font-size: 14px;
        text-align: center;
    }

.submitBlock {
    margin-top: 20px;
}

    .submitBlock a {
        font-size: 12px;
        margin: 0 10px;
    }

.register, .activaite {
    font-size: 14px;
}

.register {
    border-top: 1px dotted #ba9a3a;
    padding-top: 10px;
    margin: 10px 0;
}

.required-star {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ec3131;
    font-size: 14px;
    font-weight: bold;
}

.hint {
    margin-top: 20px;
}







/* Home Page */


/* Slider*/


/*************************
*******Home Page******
**************************/

#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: left;
        margin-right: 20px;
    }

        .col-news .item .item-image img {
            border: 3px solid #ba9a3a;
            border-radius: 100px;
        }

    .col-news .item .item-info h3 a {
        font-size: 18px;
        color: #ba9a3a;
        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: left;
        width: 390px;
    }

#home-slider .slide-text {
    position: absolute;
    top: 50px;
    right: 0;
    width: 450px;
}

#home-slider h1 {
    margin-top: 70px;
    margin-bottom: 25px;
}

#home-slider .btn-common {
    margin-top: 20px;
}

#home-slider .preloader {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fafafa;
    text-align: center;
}

    #home-slider .preloader > i {
        font-size: 48px;
        height: 48px;
        line-height: 48px;
        color: #dbb075;
        position: absolute;
        right: 50%;
        margin-left: -24px;
        top: 50%;
        margin-top: -24px;
    }



#newsTicker {
    margin: 20px auto;
}

    #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;
        }


#ServicesAndNews h3 {
    font-size: 24px;
    color: #ba9a3a;
    margin-bottom: 30px;
}

#ServicesAndNews .servicesBox ul {
    padding: 0;
    margin: 0;
}

    #ServicesAndNews .servicesBox ul li {
        display: inline-block;
        width: 128px;
        height: 115px;
        background: #ba9a3a;
        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: 10px 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;
            }

#ServicesAndNews .lastNewsBox .item {
    margin-bottom: 20px;
}

    #ServicesAndNews .lastNewsBox .item .item-image {
        float: left;
        width: 175px;
        margin-right: 20px;
    }

    #ServicesAndNews .lastNewsBox .item .item-info {
        float: left;
        width: 360px;
    }

        #ServicesAndNews .lastNewsBox .item .item-info a {
            font-size: 15px;
            margin-bottom: 5px;
            display: block;
        }

        #ServicesAndNews .lastNewsBox .item .item-info p {
            color: #9a9996;
        }

.show-all {
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 24px;
}

#events {
    background-image: url(../images/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 155px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #ba9a3a;
    border-bottom: 1px solid #ba9a3a;
}

    #events .container {
        position: relative;
    }

    #events .title {
        font-size: 40px;
        line-height: 155px;
        background: #ba9a3a;
        text-align: center;
        color: #fff;
    }

    #events .cal {
        position: absolute;
        /* width: 170px; */
        bottom: -20px;
        right: 0;
    }



.eventslist .date {
    width: 100px;
    float: left;
    height: 155px;
    margin-right: 20px;
    text-align: center;
}

    .eventslist .date .day {
        font-size: 80px;
        color: #ba9a3a;
        line-height: 155px;
    }

.eventslist .date-info {
    float: left;
    margin-top: 37px;
}

    .eventslist .date-info h3 {
        font-size: 20px;
        color: #ba9a3a;
    }

    .eventslist .date-info p {
        color: #9a9996;
    }



#Media {
    margin-top: 70px;
    margin-bottom: 50px;
}

.metro-box {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 232, 232);
    background-color: #fff;
    /*  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);*/
}



#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: #ba9a3a;
}

    #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;
}

#Media .cell-1 img,
.cell-8 img {
    width: 100%;
}

.cell-0 img {
    margin-left: -204px;
}

#Media .row .col-md-2 {
    width: 19.666667% !important;
}

#Media .row .col-md-8 {
    width: 60.666667% !important;
}


#Media .info {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}

#Media .media-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    color: #ba9a3a;
}

#Media .twitter {
    padding: 50px;
    font-size: 17px;
    line-height: 27px;
    color: #000;
}

#Media .fa-twitter {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 50px;
    color: #26a6d1;
}

#Media .col-md-9 {
    width: 65%;
}

#Media .col-md-3 {
    width: 35%;
}

#ImportantLinks .links {
    border-right: 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 {
        text-align: center;
    }

        #ImportantLinks .most-link-visited .moe-trend-links {
            font-size: 80px;
            color: #ba9a3a;
            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 5px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 10px;
    padding: 10px;
}

#Partners .container {
    height: 155px;
}

#Partners {
    background-image: url(../images/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 155px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
    margin-bottom: 50px;
}

    #Partners ul {
        padding: 0;
        margin: 0;
        height: 100%;
    }

        #Partners ul li {
            width: 288px;
            display: inline-block;
            /* height: 100%; */
            margin-top: 18px;
            /* background: red; */
            padding: 30px;
        }

            #Partners ul li a {
                display: block;
                height: 100%;
            }

            #Partners ul li img {
                width: 100%;
            }

.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;
}

.testRegistrationBlock {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

    .testRegistrationBlock ul li {
        margin-bottom: 10px;
        line-height: 22px;
    }

    .testRegistrationBlock .title {
        margin: 0;
        margin-bottom: 10px;
    }

        .testRegistrationBlock .title.ar {
            font-family: DroidArabicKufi;
        }

.examsIcons {
    position: relative;
}

    .examsIcons a.em-icon {
        display: block;
        font-size: 15px;
        font-weight: bold;
    }

    .examsIcons a.en {
        color: #7f0c8c;
    }

    .examsIcons a.ar {
        color: #ba9a3a;
    }

    .examsIcons a.math {
        color: #8c0a0a;
    }

    .examsIcons a.physics {
        color: #ddd30e;
    }

    .examsIcons a.chem {
        color: #0e72af;
    }

    .examsIcons a.bio {
        color: #117310;
    }

    .examsIcons a.cs {
        color: #01787c;
    }

    .examsIcons a.em-icon div {
        margin-bottom: 5px;
    }

.panel-1, .panel-2, .panel-3, .panel-4, .panel-5, .panel-6, .panel-7 {
    border-bottom: 5px solid;
}

.panel-1 {
    border-color: #7f0c8c;
}

.panel-2 {
    border-color: #8c0a0a;
}

.panel-3 {
    border-color: #ddd30e;
}

.panel-4 {
    border-color: #0e72af;
}

.panel-5 {
    border-color: #ba9a3a;
}

.panel-6 {
    border-color: #117310;
}

.panel-7 {
    border-color: #01787c;
}

.warning {
    color: #fff;
    vertical-align: middle;
    background: #FFCC00;
    padding: 10px;
    border-radius: 3px;
    font-size: 15px;
    -webkit-animation-name: warningBullb; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: warningBullb;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.tooltip-inner {
    white-space: normal;
}

.fa.hint {
    color: red;
    font-size: 15px;
    -webkit-animation-name: warningBullb; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: warningBullb;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes warningBullb {
    from {
        transform: rotateZ(10deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

/* Standard syntax */
@keyframes warningBullb {
    from {
        transform: rotateZ(10deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #ba9a3a;
    border-bottom: 1px solid #ba9a3a;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.examnotOpend {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -1px;
    width: 88%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    margin: auto;
    color: #ba9a3a;
    font-size: 20px;
}

    .examnotOpend .fa-lock {
        font-size: 40px;
        display: block;
        color: #fc0;
        margin-top: 5px;
        line-height: 38px;
    }

.tableLbl {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
