﻿@charset "utf-8";
/* CSS Document */
.header {
    /*background-image: url(../img/lineBG.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 6px;*/
}

    .header .header-wrapper .logo-box .logo {
        height: 72px;
    }


    .header .logo img {
        width: 120px;
    }

.header-hrdf-logo {
    width: 88px !important;
}

.header .header-wrapper {
    min-height: 50px;
    padding: 20px 0;
    border-bottom: solid 1px #eeeeee;
}

.main-nav {
    margin: 0px 0;
}

    .main-nav li {
        display: inline-block;
        margin: 0;
    }

        .main-nav li a {
            text-decoration: none !important;
            font-size: 16px;
            padding: 21px 15px;
            -webkit-transition: all 0.3s ease !important;
            -moz-transition: all 0.3s ease !important;
            -ms-transition: all 0.3s ease !important;
            -o-transition: all 0.3s ease !important;
            transition: all 0.3s ease !important;
            height: 70px;
            display: block;
        }



            .main-nav li a.active,
            .main-nav li a:hover {
                background-color: #5BB74C;
                color: #fff;
            }

.loginBtn {
    display: block;
    padding: 5px 15px;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #59b94e;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}


    .loginBtn:hover {
        background-color: #204267;
    }

    .loginBtn i {
        font-size: 18px;
        vertical-align: middle;
        padding: 0 2px;
        color: #fe9c2d !important;
    }

.searchBtn {
    display: block;
    padding: 0 10px;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none !important;
    color: #59b94e !important;
    margin: 0 10px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    .searchBtn path {
        fill: #59b94e;
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
    }

    .searchBtn:hover path {
        fill: #204267;
    }

.fixed-header .page-box {
    padding-top: 0;
}

    .fixed-header .page-box.home_box {
        padding-top: 153px;
    }


.news-ticker {
    background-color: #fff;
    padding: 10px 20px;
    webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-right: 120px;
    max-height: 44px;
    overflow: hidden;
}



.icon {
    width: 20px !important;
    height: 20px !important;
    fill: #808388 !important;
}

#newscontent a {
    font-size: 18px;
    color: #ee7600;
}

    #newscontent a:hover {
        color: #666;
    }

.shortcuts {
    padding: 20px 44px;
    position: relative;
    background-color: #7e8388;
    background-image: url(../img/shortcutsBG.jpg);
    background-repeat: repeat;
    padding-bottom: 10px; /*Temp*/
    margin-top: 12px;
}

    .shortcuts ul {
        height: auto !important;
    }

        .shortcuts ul li {
            display: block;
            float: left;
            width: 320px !important;
            height: 110px !important;
            background-color: transparent;
        }

            .shortcuts ul li a {
                display: block !important;
                vertical-align: middle;
                width: 320px !important;
                height: 110px !important;
                text-align: center;
                color: #797979;
                text-decoration: none !important;
                line-height: 21px;
                background-color: #fff !important;
                max-width: none !important;
                max-height: none !important;
                position: relative;
                -webkit-border-radius: 0px !important;
                -moz-border-radius: 0px !important;
                border-radius: 0px !important;
            }

    .shortcuts .caroufredsel_wrapper {
        height: 110px !important;
    }

    .shortcuts .manufactures .make {
        zoom: 1;
        filter: alpha(opacity=100);
        opacity: 1;
        padding: 0px;
        width: 320px;
        border: none !important;
    }



    .shortcuts ul li a .icon-holder {
        display: block;
        width: 110px;
        float: right;
        text-align: center;
        padding: 25px;
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
    }

    .shortcuts ul li a:hover .icon-holder {
        width: 320px;
    }

    .shortcuts ul li a img {
        width: 64px;
        height: 64px;
    }

    .shortcuts ul li a .text-holder {
        display: block;
        text-align: center;
        padding: 25px 15px;
        color: #797979;
        height: 110px;
        overflow: hidden;
        font-size: 14px;
        line-height: 30px;
    }



    .shortcuts .carousel-box .prev {
        position: absolute;
        left: 20px;
        top: 40%;
        background-color: transparent;
    }

    .shortcuts .carousel-box .next {
        position: absolute;
        right: 10px;
        top: 40%;
        background-color: transparent;
    }

    .shortcuts .carousel-box .prev:hover {
        background-color: transparent;
    }

    .shortcuts .carousel-box .next:hover {
        background-color: transparent;
    }

    .shortcuts .pagination {
        margin-top: 30px;
    }

        .shortcuts .pagination a {
            background-color: transparent;
            border: solid 1px #fff;
            -webkit-border-radius: 0px !important;
            -moz-border-radius: 0px !important;
            border-radius: 0px !important;
        }

            .shortcuts .pagination a.selected {
                background-color: #f15d22;
                border-color: #f15d22;
            }

.fwb-bg.band-1 {
    background-image: url(../img/bg/bg1.jpg);
    background-size: contain;
}

.lightGray {
    background-color: #f8f7f3;
}

.footer-bg-color {
    background-color: #686868;
    background-image: url(../img/footerBG.jpg);
}

.rowPadding {
    padding: 24px 0;
}

.block-title {
    overflow: hidden;
    margin-bottom: 25px;
}

.title-icon {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.block-title h2 {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: bold;
    float: left;
    border-bottom: solid 2px #333;
    margin: 0;
    margin-top: 15px;
    position: relative;
}

    .block-title h2 i {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 4px;
        background-color: #333;
    }

.green-title .title-icon {
    background-color: #46a75a;
}

.green-title h2 {
    border-color: #46a75a;
    color: #46a75a;
}

    .green-title h2 i {
        background-color: #46a75a;
    }

.orange-title .title-icon {
    background-color: #fd5e26;
}

.orange-title h2 {
    border-color: #fd5e26;
    color: #fd5e26;
}

    .orange-title h2 i {
        background-color: #fd5e26;
    }

.program-title .title-icon {
    background-color: #04294f;
}

.program-title h2 {
    border-color: #3498db;
    color: #fff;
}

    .program-title h2 i {
        background-color: #3498db;
    }

.services-title h2 {
    border-color: #04294f;
    color: #fff;
}

    .services-title h2 i {
        background-color: #04294f;
    }

.about-title .title-icon {
    background-color: #12acb0;
}

.about-title h2 {
    border-color: #12acb0;
    color: #fff;
}

    .about-title h2 i {
        background-color: #12acb0;
    }

.carousel-box .next polygon, .carousel-box .prev polygon {
    fill: #fff !important;
}

.news-action .next polygon, .news-action .prev polygon {
    fill: #b0afaf !important;
}

.whiteBlock {
    background-color: #fff;
    border: solid 1px #e8e7e5;
}

.news-slider {
    height: 300px;
    padding: 20px;
    padding-bottom: 70px;
    position: relative;
}

.news-action {
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: solid 1px #e8e7e5;
}

.news-img {
    display: block;
    float: left;
    margin-right: 15px;
    border: solid 1px #ccc;
    width: 35%;
}

.media-news .news-block .news-img {
    max-width: 20%;
}

.media-news .news-block p {
    float: left;
}


.news-title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.green {
    color: #4da560;
}

.orange {
    color: #fd5e26;
}

.news-date {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.news-block p {
    margin-top: 0px;
    min-height: 160px;
}

.actionBtn {
    display: block;
    height: 49px;
    padding: 10px;
    border-right: solid 1px #e8e7e5;
    font-size: 18px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    .actionBtn:hover {
        color: #333;
        background-color: #fbfbfb;
    }

.news-action .next, .news-action .prev {
    background-color: transparent;
    margin-top: 5px;
}

    .news-action .next:hover, .news-action .prev:hover {
        background-color: #fbfbfb;
    }

.poll {
    height: 300px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
    position: relative;
}

.pollQ {
    font-size: 18px;
    font-weight: bold;
}

label {
    font-weight: normal;
}

#top-box .top-box-wrapper, .carousel-box .next:hover, .carousel-box .prev:hover, .product .product-hover, #footer .up:hover, .btn-default, .slider .slider-nav, .panel-group .active.panel .panel-heading > .panel-title > a, .panel-group .active.panel .panel-heading > .panel-title > a:hover, .banner-set .pagination a:hover, .employee .employee-hover, .carousel-box .pagination a:hover, .sidebar .menu li.active > a, .pagination > li > a:hover, .pagination > li > a:focus, .sidebar .tags a:hover, .sidebar .banners .banner-text, #catalog .category-img .description, .product-bottom .related-products header::before, .slider.rs-slider .tparrows, .slider.rs-slider .tparrows:hover, .toolbar .sort-catalog .dropdown-toggle, .toolbar .grid-list .grid, .toolbar .grid-list .list, .toolbar .up-down, .toolbar .up-down.active, .toolbar .grid-list a.grid:hover, .toolbar .grid-list a.list:hover, .pagination > .active > a, .pagination > .active > span, .pagination > .active > span:hover, .sidebar .tags a, .sidebar .menu li.parent > a .open-sub::before, .sidebar .menu li.parent > a .open-sub::after, .panel-group .panel-default .panel-heading > .panel-title > a::before, .panel-group .panel-default .panel-heading > .panel-title > a::after, .new-radio.checked span, .list .product .actions a:hover, .product-page .col-md-7 .actions a:hover, .product-page .image-box .thumblist-box .prev:hover, .product-page .image-box .thumblist-box .next:hover, .accordion-tab > li > a .open-sub::before, .accordion-tab > li > a .open-sub::after, .products-tab .accordion-tab > li > a .open-sub::before, .products-tab .accordion-tab > li > a .open-sub::after, .sidebar .calendar-wrap caption, .btn-group.open .btn-default.dropdown-toggle, .product .limit-offer, .product .actions.not-rotation-actions, .fancybox-nav span:hover, .header .header-wrapper .primary .navbar .btn-navbar .icon-bar, .progressive-slider-two .pagination a, .progressive-slider-two .pagination a:hover, .progressive-slider-two .pagination .selected, .minimized-menu .primary .navbar .nav > .parent.active > a, .minimized-menu .primary .navbar .nav > .parent.active:hover > a, .minimized-menu .primary .navbar .nav .open-sub span {
    background-color: #4da560;
    border-color: #4da560;
}

.poll .radio {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.pollActions {
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #5BB74C;
    color: #fff;
    border: solid 1px #5BB74C;
}

    .pollActions a {
        color: #fff;
    }

.important-links ul {
    margin: 0;
}

    .important-links ul li {
        display: block;
        float: left;
        margin-right: 2%;
        width: 23%;
    }

        .important-links ul li:last-child {
            width: 25%;
            margin-right: 0;
        }

        .important-links ul li a {
            text-align: center;
            color: #fff;
            height: 115px;
            position: relative;
            overflow: hidden;
            background-color: #04294f;
            padding: 20px;
            display: block;
            -webkit-transition: all 0.3s ease !important;
            -moz-transition: all 0.3s ease !important;
            -ms-transition: all 0.3s ease !important;
            -o-transition: all 0.3s ease !important;
            transition: all 0.3s ease !important;
            text-decoration: none !important;
        }

            .important-links ul li a:hover {
                background-color: #5BB74C;
            }

                .important-links ul li a:hover img {
                    -webkit-animation-name: fadeOutDown;
                    animation-name: fadeOutDown;
                    top: 200px;
                }

            .important-links ul li a span {
                display: none;
                font-size: 18px;
                color: #fff;
                position: absolute;
                top: -100px;
                width: 100%;
                padding: 20px;
                left: 0;
            }

            .important-links ul li a:hover span {
                display: block;
                -webkit-animation-name: fadeInDown;
                animation-name: fadeInDown;
                top: 10px;
            }

.programs {
    display: block;
    min-height: 630px;
    background-color: #0e273f;
    padding: 25px 0;
}

.eservices {
    display: block;
    min-height: 630px;
    background-color: #383536;
    padding: 25px 0;
}

.fwb-bg.band-2 {
    background-image: url(../img/bg/bg2.jpg);
}

.fwb-bg.band-4 {
    background-image: url(../img/bg/bg4.jpg);
}

.program-title h2 {
    float: none !important;
}

.services-title h2 {
    float: none !important;
}

.program-views {
    margin-top: -15px;
}

    .program-views li {
        display: inline-block;
        margin: 0 2px;
    }

        .program-views li a {
            display: block;
            color: #fff;
            width: 52px;
            height: 52px;
            padding: 10px;
            background-color: #3498db;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            zoom: 1;
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

            .program-views li a.selected {
                zoom: 1;
                filter: alpha(opacity=100);
                opacity: 1;
            }

            .program-views li a path {
                fill: #fff;
            }

.program-card {
    display: block;
    height: 110px;
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    border: solid 1px #508bb4;
    background: rgb(4, 41, 79) transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(4, 41, 79, 0.2); /* RGBa with 0.6 opacity */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9904294f, endColorstr=#9904294f); /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9904294f, endColorstr=#9904294f)"; /* For IE 8*/
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    .program-card:hover {
        background: rgb(4, 41, 79) transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(4, 41, 79, 0.6); /* RGBa with 0.6 opacity */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9904294f, endColorstr=#9904294f); /* For IE 5.5 - 7*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9904294f, endColorstr=#9904294f)"; /* For IE 8*/
    }

.program-actions {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #04294f;
    height: 30px;
}

.program-card img {
    float: left;
    margin-right: 10px;
}

.program-card span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.filter-buttons ul li a {
    border: solid 3px #04294f !important;
}

    .filter-buttons ul li a.active {
        background-color: #04294f;
        font-weight: normal !important;
    }

    .filter-buttons ul li a.all {
        border-color: #04294f !important;
    }

        .filter-buttons ul li a.all.active {
            background-color: #04294f;
        }

    .filter-buttons ul li a.individuals {
        border-color: #229f43;
    }

        .filter-buttons ul li a.individuals.active {
            background-color: #229f43;
        }

    .filter-buttons ul li a.business {
        border-color: #00abd6;
    }

        .filter-buttons ul li a.business.active {
            background-color: #00abd6;
        }

    .filter-buttons ul li a.common {
        border-color: #fd5e26;
    }

        .filter-buttons ul li a.common.active {
            background-color: #fd5e26;
        }

.filter-list.filter-buttons .dropdown-menu {
    margin: 0 auto !important;
    width: 450px;
}

.full-title h2 {
    float: none !important;
}

.media-tabs .nav-tabs {
    border: 0 !important;
}

    .media-tabs .nav-tabs li {
        margin-right: 10px;
        position: relative;
    }

        .media-tabs .nav-tabs li.active i {
            width: 0;
            height: 0;
            position: absolute;
            bottom: -15px;
            left: 30px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #229f43;
        }

        .media-tabs .nav-tabs li img {
            width: 48px;
            height: 45px;
        }

        .media-tabs .nav-tabs li a {
            display: block;
            width: 88px;
            height: 88px;
            padding: 20px;
            background-color: #959595;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            border: 0 !important;
            margin: 0 !important;
        }

        .media-tabs .nav-tabs li.active a {
            background-color: #229f43;
        }

.tab-pane h3 {
    font-size: 20px;
    color: #707070;
}

.img-thumbnail {
    border: 0;
}

    .img-thumbnail img {
        border: solid 5px #cccccc;
        width: 100%;
        height: 145px;
    }

.inner-page-images .img-thumbnail img {
    border: solid 5px #cccccc;
    width: 100%;
    height: 172px;
}

.btn-green {
    background-color: #c4d342;
    color: #239f41;
}

    .btn-green:hover {
        background-color: #239f41;
        color: #fff;
    }

.all-pics {
    display: block;
    margin: 10px auto;
    width: 150px;
}

.about-us:before {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: url(../img/footer-bg.png) no-repeat;
    background-position: bottom left;
    background-size: 15%;
}

.about-us {
    display: block;
    min-height: 600px;
    color: #fff;
    position: relative;
    background-color: #00305f;
}

    .about-us a {
        color: #fff;
    }



.about-tabs .nav-tabs {
    border: 0 !important;
}

    .about-tabs .nav-tabs li {
        margin-right: 50px;
        position: relative;
    }

        .about-tabs .nav-tabs li a {
            display: block;
            width: 64px;
            height: 64px;
            background-color: #04294f;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: solid 2px #12acb0 !important;
            margin: 0 !important;
            color: #12acb0;
            text-align: center;
            font-size: 36px;
            line-height: 61px;
            padding: 0 !important;
            -webkit-transition: width 0.5s; /* Safari */
            transition: width 0.5s;
            -moz-transition: width 0.5s;
            -ms-transition: width 0.5s;
        }

            .about-tabs .nav-tabs li a span {
                display: none;
                font-size: 14px;
                margin: 0 10px;
                float: right;
                margin-top: 3px;
            }

        .about-tabs .nav-tabs li.active a {
            width: 260px;
            background-color: #12acb0;
            color: #04294f;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            padding: 0 10px !important;
            -webkit-transition: width 0.5s; /* Safari */
            transition: width 0.5s;
            -moz-transition: width 0.5s;
            -ms-transition: width 0.5s;
            overflow: hidden;
        }

            .about-tabs .nav-tabs li.active a span {
                display: inline-block;
            }

.about-content p {
    font-size: 16px;
}

.about-content h3 {
    color: #fff;
}

.topBanner {
    display: block;
    position: relative;
    z-index: 1000;
    height: 520px;
    background-color: #fff;
}

.header-relative {
    position: relative !important;
    z-index: 1000;
}

.footer {
    min-height: 140px;
    border-top: solid 20px #58B94E;
    position: relative;
}

.footer-contact {
    text-align: center;
    border-right: solid 1px #ccc;
}

    .footer-contact h3 {
        font-size: 24px;
        color: #58b94e;
    }

.footer-social li {
    display: inline-block;
    margin: 0 5px;
}

    .footer-social li a:hover {
        zoom: 1;
        filter: alpha(opacity=40);
        opacity: 0.4;
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
    }

.copyrights {
    font-size: 16px;
    color: #7f7f7f;
}

.partners {
    font-size: 24px;
    color: #58b94e;
}

    .partners ul li img {
        max-width: 100%;
    }

    .partners ul li {
        text-align: center;
    }

.table-primary th {
    background-color: #04294f;
    color: #fff;
}

.employee-hover h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

.employee .default .image img {
    height: 250px;
}

.press-list {
    padding: 0 20px;
    list-style-image: url(../img/icons/arrow-orange.png);
}

    .press-list li {
        margin-bottom: 5px;
    }

.lightblueBG {
    background-color: #00abd6;
}

.greenBG {
    background-color: #229f43;
}

.tile-green {
    background-color: #229f43;
}

.grayBG {
    background-color: #959595;
}

.orangeBG {
    background-color: #f99d32;
}

.vision .vision-col {
    height: 350px;
    position: relative;
}

.vision-col p {
    padding: 20px;
    text-align: right;
    color: #fff;
    font-size: 16px;
}

.message p {
    padding-top: 50px;
}

.values p {
    padding-top: 100px;
}

.vision-cont {
    position: absolute;
    right: -108px;
    top: 12px;
    width: 100px;
    border-right: solid 1px #c4c4c4;
}

.visions p {
    padding-top: 150px;
}

.vision-title {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #00305f;
    font-weight: bold;
    font-size: 30px;
}

.orange-list {
    margin: 0;
    padding: 0;
}

    .orange-list li {
        display: block;
        margin-bottom: 20px;
        background-image: url(../img/icons/arrow-orange.png);
        background-repeat: no-repeat;
        background-position: right 5px;
        padding-right: 15px;
    }

.board-member {
    padding: 5px;
    overflow: hidden;
    height: 190px;
    background-color: #229f43;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

    .board-member .more {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(9,47,87,0.6);
        z-index: 1;
        text-align: center;
        line-height: 12;
    }

    .board-member:hover > .more, .board-member:active > .more {
        opacity: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .board-member .member-name {
        font-weight: 600;
        margin-bottom: 7px;
        /*border-bottom: 1px solid #fff;*/
        font-size: 18px;
        text-align: center;
        padding: 29px 10px;
    }

    .board-member .job-title {
        color: #fff;
        font-size: 12px;
        /*border-bottom: 1px solid #fff;*/
        margin-bottom: 25px;
        min-height: 56px;
        display: none;
    }

    .board-member .member-orgnization {
        font-size: 11px;
        display: none;
        color: #eaeaea;
        text-align: center;
    }

    .board-member .role {
        display: none;
        position: absolute;
        top: 7px;
        /*background-color: #5BB74C;*/
        left: 7px;
        padding: 5px;
        text-align: center;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        line-height: 3;
        background-color: #00305f;
        border: 1px solid #fff;
    }

    .board-member.active > .member-orgnization, .board-member.active > .job-title {
        display: block;
    }

    .board-member.active > .member-name {
        font-size: 0;
        padding: 0;
        text-align: unset;
        display: none;
    }

    .board-member.active > .job-title {
        width: 65%;
    }

    .board-member.active > .more {
        display: none;
    }

    .board-member.active > .role {
        display: block;
    }


.empo .board-member {
    background-color: #F3983C;
}



.slider {
    padding: 0;
}

.img1 {
    left: 0 !important;
}

.programs-holder {
    position: relative;
}

.programs-tiles {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 400px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    padding: 15px;
    padding-bottom: 120px;
}

.program-details {
    display: block;
    width: 100%;
    height: 102px;
    background-color: #04294f;
    color: #fff;
    height: 102px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .program-details h3 {
        font-size: 28px;
        float: left;
        background-image: url(../img/program-sep.png);
        background-repeat: no-repeat;
        background-position: left;
        height: 102px;
        padding-left: 50px;
        padding-top: 20px;
        margin-left: 20px;
    }

    .program-details p {
        padding: 20px;
    }

.prog-tile {
    color: #003767 !important;
    text-decoration: none !important;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    .prog-tile:hover {
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

.programs-tiles .row {
    margin: 0 -10px;
}

.programs-tiles .col-md-1, .programs-tiles .col-md-2, .programs-tiles .col-md-3, .programs-tiles .col-md-4, .programs-tiles .col-md-5, .programs-tiles .col-md-6, .programs-tiles .col-md-7, .programs-tiles .col-md-8, .programs-tiles .col-md-9, .programs-tiles .col-md-10, .programs-tiles .col-md-11, .programs-tiles .col-md-12 {
    padding: 0 10px;
}

.prog-close {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/close.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -18px;
    top: -18px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    .prog-close:hover {
        zoom: 1;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

.pollMessage, .pollResult {
    display: none;
}

    .pollMessage table, .pollResult table {
        border: 0;
    }

        .pollMessage table td, .pollResult table td {
            padding: 5px;
        }

            .pollMessage table td:last-child, .pollResult table td:last-child {
                width: 300px;
            }

.pollR {
    display: inline-block;
    height: 15px;
    background-color: #229f43;
    margin-left: 5px;
    color: #fff;
}

.footer-links {
    display: block;
    padding: 0;
    color: #fff;
}

    .footer-links a {
        color: #fff;
        font-size: 12px;
    }

    .footer-links ul {
        margin: 0;
        padding: 0;
    }

        .footer-links ul li {
            display: block;
            float: left;
            margin-right: 10px;
            padding-right: 10px;
            border-right: solid 1px #fff;
        }

.site-settings-links {
    margin: 0;
    position: fixed;
    right: 0;
    top: 200px;
    margin: 0;
    z-index: 200;
    padding-left: 0;
    z-index: 10000000;
}

    .site-settings-links li {
        display: block;
        margin-bottom: 1px;
    }

        .site-settings-links li a.setBtn {
            display: block;
            width: 40px;
            height: 40px;
            background-color: #797777;
            color: #666;
            font-size: 24px;
            line-height: 40px;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all 0.3s ease !important;
            -moz-transition: all 0.3s ease !important;
            -ms-transition: all 0.3s ease !important;
            -o-transition: all 0.3s ease !important;
            transition: all 0.3s ease !important;
        }

        .site-settings-links li a:hover {
            background-color: #555555;
            color: #fff;
        }





/*Ali Abu Tahoon*/
@media(max-width:992px ) {
    .header-relative {
        display: none;
    }
}


#layerslider-container {
    background: #00305f;
    position: relative;
    /*min-width: 400px;*/
    /*max-width: 5000px;*/
    margin: 0;
    padding: 0;
    /*z-index: 1000;*/
    /*New*/
    /*padding-bottom: 6px;
    background-image: url(../img/lineBG.png);
    background-repeat: repeat-x;
    background-position: bottom !important;*/
}







    #layerslider-container .ls-bottom-slidebuttons,
    #layerslider-container .ls-bottom-slidebuttons a,
    #layerslider-container .ls-nav-start,
    #layerslider-container .ls-nav-stop,
    #layerslider-container .ls-nav-sides {
        height: 20px;
    }

        #layerslider-container .ls-bottom-slidebuttons,
        #layerslider-container .ls-bottom-slidebuttons a,
        #layerslider-container .ls-nav-start,
        #layerslider-container .ls-nav-stop,
        #layerslider-container .ls-nav-sides {
            display: inline-block;
        }

    #layerslider-container .ls-bottom-slidebuttons,
    #layerslider-container .ls-nav-start,
    #layerslider-container .ls-nav-stop,
    #layerslider-container .ls-nav-sides {
        top: -50px;
        left: -550px;
    }




    #layerslider-container .ls-nav-start,
    #layerslider-container .ls-nav-stop {
        width: 25px;
    }

    #layerslider-container .ls-bottom-slidebuttons a {
        width: 20px;
    }

    #layerslider-container .ls-nav-sides {
        width: 0px;
    }

    #layerslider-container .ls-bottom-slidebuttons a {
        border: 1px solid #fff;
        margin-left: 5px;
        border-radius: 50px;
        width: 15px;
        height: 15px;
    }

        #layerslider-container .ls-bottom-slidebuttons a.ls-nav-active,
        #layerslider-container .ls-bottom-slidebuttons a:hover {
            background-color: #5BB74C;
        }

    #layerslider-container .ls-thumbnail-hover {
        display: none !important;
        visibility: hidden !important;
    }


@media(max-width: 1200px) {
    #layerslider-container .ls-bottom-slidebuttons,
    #layerslider-container .ls-nav-start,
    #layerslider-container .ls-nav-stop,
    #layerslider-container .ls-nav-sides {
        top: -50px;
        left: -277px;
    }
}

@media(max-width: 991px) {
    #layerslider-container .ls-bottom-slidebuttons,
    #layerslider-container .ls-nav-start,
    #layerslider-container .ls-nav-stop,
    #layerslider-container .ls-nav-sides {
        top: -50px;
        left: -277px;
    }

        #layerslider-container .ls-bottom-slidebuttons a {
            border: 1px solid #fff;
            margin-left: 5px;
            border-radius: 50px;
            width: 10px;
            height: 10px;
        }
}


@media(max-width: 480px) {
    #layerslider-container .ls-bottom-slidebuttons,
    #layerslider-container .ls-nav-start,
    #layerslider-container .ls-nav-stop,
    #layerslider-container .ls-nav-sides {
        top: -28px;
        left: -125px;
    }
}




#ColoredLine {
    width: 100%;
    height: 6px;
    background-image: url(../img/lineBG.png);
    background-repeat: repeat-x;
}


.text-box {
    color: #fff;
    background-color: #3b9fcb;
    font-weight: normal;
}



.img-cover {
    background: url(../img/banner/pattern-3.png) repeat;
}


/*Programs Page (Ali Abu-Tahoon)*/

.header-programs {
    position: relative !important;
    z-index: 1000;
    background: none;
    padding-top: 0;
    background: #fff;
    background-image: url(../img/lineBG.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 6px;
    z-index: 100;
}

    .header-programs .header-wrapper {
        min-height: 126px;
        padding: 0;
        border-bottom: none;
        background: #092F57 !important;
    }


.prg-logo {
    margin: 25px;
    float: right;
    z-index: 1;
    position: relative;
}

.menu-link {
    display: block;
    float: right;
    border-left: solid 2px #ebebeb;
    padding: 15px 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(../img/programs/menu-link.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/*Custome Breadcrumb*/
.breadcrumbs {
    background: #fff;
    color: #000;
    min-height: 70px;
    position: relative;
    /*z-index: 1001;*/
}

    .breadcrumbs .breadcrumb {
        background: none;
        color: #000;
        font-size: 15px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        margin-right: 100px;
        margin-left: 100px;
        height: 100%;
    }

.breadcrumb > li + li:before {
    color: #707070;
    content: "| ";
    padding: 0 5px;
}

.breadcrumb > li > a {
    color: #000;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

    .breadcrumb > li > a:hover {
        opacity: .5;
        filter: alpha(opacity=50);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
    }

.breadcrumb > li {
    line-height: 70px;
    text-shadow: none;
    display: inline;
}

.breadcrumb > .active {
    color: #229f43;
}



/*Start Programs Menu*/
#navigation-bar:not(.navbox-open) #programs {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 0;
}

.navigation-bar.navbox-open #programs {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 0;
}



.programs-title-bar {
    position: relative;
    width: 100%;
    min-height: 75px;
    background: #ebebeb;
    margin-bottom: 50px;
}

/*Main Contents*/

.main-container {
    padding: 0;
    margin: 0;
    min-height: 900px;
    background: url(../img/programs/main-bg.png) no-repeat;
    background-position: bottom left;
}

.btns-share-send {
    position: relative;
    bottom: 40px;
    left: 3px;
}

    .btns-share-send > a {
        float: left;
        text-decoration: none;
        display: inline-block;
        position: relative;
        margin-right: 10px;
    }

    .btns-share-send > span {
        float: left;
        text-decoration: none;
        display: inline-block;
        position: relative;
        margin-right: 0px;
    }


.about-program {
    border: 1px solid #C5C4C4;
    background: #ebebeb;
    padding: 20px;
    min-height: 400px;
    margin-bottom: 40px;
}

.about-container {
    padding: 20px 14px;
}

.hr-container {
    padding: 0 100px;
}

@media(max-width: 1000px) {
    .about-container {
        padding: 20px 20px;
    }

    .hr-container {
        padding: 0 20px;
    }
}



.programs-tabs {
    display: block;
    height: 60px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #014B83;
    color: #fff;
    border: solid 1px #014B83;
    /*padding: 0 50px;*/
}

    .programs-tabs ul li a {
        color: #fff;
        width: 170px;
        height: 59px;
    }

    .programs-tabs .pull-left {
        float: right !important;
    }

    .programs-tabs ul li .actionBtn {
        display: block;
        text-align: center;
        width: 180px;
        height: 59px;
        line-height: 45px;
        padding: 10px 10px;
        border-right: solid 1px #e8e7e5;
        font-size: 14px;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
    }

        .programs-tabs ul li .actionBtn:hover {
            color: #fff;
            background-color: #149E43;
        }

        .programs-tabs ul li .actionBtn img {
            display: inline-block;
        }









.programs-tabs-slider .caroufredsel_wrapper {
    height: 206px !important;
}

.programs-tabs-slider .manufactures .make {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 20px;
    width: 200px;
}

.programs-tabs-slider .manufactures .make-wrapper {
    float: left;
    height: 60px;
    margin: 0;
    width: auto;
    /*margin-right: 0px !important;*/
}


.programs-tabs-slider .carousel-box .prev {
    position: absolute;
    left: 0;
    top: 23%;
    background-color: transparent;
    margin: 0 0 0 5px;
    z-index: 9999;
}

.programs-tabs-slider .carousel-box .next {
    position: absolute;
    right: 0;
    top: 23%;
    background-color: transparent;
    margin: 0 0 0 5px;
}


.programs-container-tabs .tab-content > .tab-pane {
    padding: 0 0 0;
}













.programs-tabs-slider .nav-tabs {
    border: 0 !important;
}

    .programs-tabs-slider .nav-tabs li {
        /*margin-right: 0;
        position: relative;*/
    }


        .programs-tabs-slider .nav-tabs li img {
            width: auto;
            height: auto;
        }

        .programs-tabs-slider .nav-tabs li a {
            /*display: block;
            width: 180px;
            height: 59px;
            padding: 10px 10px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            border-top: 0 !important;
            border-bottom: 0 !important;
            margin: 0 !important;
            font-weight: normal;*/
        }

    .programs-tabs-slider .nav-tabs > li > a {
        /*margin-right: 2px;
        /*line-height: 1.6;*/
        /*border-left: solid 1px #e8e7e5;
        border-radius: 0;*/
        color: #fff;
    }

    .programs-tabs-slider .nav-tabs li.active a {
        background-color: #229f43;
        color: #ffffff;
        /*border-top: 0 !important;
        border-bottom: 0 !important;
        margin: 0 !important;*/
        font-weight: normal;
    }

#accordion .ui-icon-circle-arrow-e-custome {
    background: url(../img/programs/bol-col.png) no-repeat;
    position: absolute;
    right: 1.2em;
}

#accordion .ui-icon-circle-arrow-s-custom {
    background: url(../img/programs/bol-col-active.png) no-repeat;
    position: absolute;
    right: 1.2em;
}

.actionBtn:hover {
    background-color: #5BB74C !important;
}


/*Update Login and Search in Top Nav*/

.menunav-container {
}


.btn-menu-tile {
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;
    margin: 3px;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    width: 60px;
    height: 50px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
    z-index: 5;
}

    .btn-menu-tile span {
        vertical-align: middle;
        display: inline-block;
        line-height: normal;
    }

    .btn-menu-tile:hover {
        background-color: #204267;
    }



.color-1 {
    background-color: #58B94E;
}

.color-2 {
    background-color: #1AC5D6;
}

.color-3 {
    background-color: #F79A3D;
}

.color-4 {
    background-color: #CA345A;
}

.color-5 {
    background-color: #CCCCCC;
}

.tiles-portal-type[data-selected="0"] {
    display: none;
}

.tiles-portal-type[data-selected="1"] {
    display: block;
}

.btn-Home {
    margin: 10px 5px;
    color: #F69A3C;
}

.inner-headers.searchBtn {
    margin-top: 20px;
}

.programs-tabs-new {
    overflow: hidden;
    position: relative;
}

    .programs-tabs-new ul {
        margin: 0;
        padding: 0;
    }

        .programs-tabs-new ul li {
            display: block;
            width: 19%;
            margin: 5px 0.5%;
            float: right;
        }

            .programs-tabs-new ul li a {
                display: block;
                padding: 10px 0;
                text-align: center;
                color: #fff;
                font-size: 16px;
                border: solid 2px #fff;
                text-decoration: none !important;
                -webkit-transition: all 0.3s ease !important;
                -moz-transition: all 0.3s ease !important;
                -ms-transition: all 0.3s ease !important;
                -o-transition: all 0.3s ease !important;
                transition: all 0.3s ease !important;
            }

                .programs-tabs-new ul li a:hover {
                    background-color: #fff;
                    color: #00305f;
                }

                .programs-tabs-new ul li a.selected {
                    background-color: #5BB74C;
                    color: #003767 !important;
                    border-color: #5BB74C;
                }

.programs-tabs-content {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 360px;
    margin: 30px 0;
}

.programs-info {
    display: block;
    background-color: #fff;
    float: right;
    margin-left: 1%;
    width: 39%;
    height: 360px;
    margin-right: .5%;
    position: relative;
}

    .programs-info p {
        font-size: 15px;
        padding: 20px;
        margin: 0;
        line-height: 30px;
    }

.program-info-title {
    color: #fff;
    height: 107px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #5BB74C;
}

    .program-info-title img {
        float: right;
        margin-left: 20px;
        margin-right: 20px;
    }

    .program-info-title h3 {
        float: right;
        height: 107px;
        display: block;
        background-image: url(../img/program-sep.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 40px;
        padding-top: 35px;
        font-size: 19px;
        color: #003767;
    }

.tile-green {
    background-color: #229f43;
}

.tile-move {
    background-color: #8781be;
}

.tile-pink {
    background-color: #ca345b;
}

.tile-terquaz {
    background-color: #00a99d;
}

.tile-orange {
    background-color: #f89c32;
}

.tile-dark-green {
    background-color: #007236;
}

.tile-light-green {
    background-color: #7cc576;
}

.tile-dark-orange {
    background-color: #f36c4f;
}

.tile-kamoon {
    background-color: #aba000;
}

.tile-dark-blue {
    background-color: #005b7f;
}

.progs-tiles {
    display: block;
    float: right;
    width: 59.5%;
    overflow: hidden;
    position: relative;
    height: 360px;
}

.prog-tile {
    display: block;
    height: 110px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 110px;
}

    .prog-tile span {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
    }

.progs-tiles .row {
    margin: 0 -2px !important;
}

.progs-tiles .col-md-1, .progs-tiles .col-md-2, .progs-tiles .col-md-3, .progs-tiles .col-md-4, .progs-tiles .col-md-5, .progs-tiles .col-md-6, .progs-tiles .col-md-7, .progs-tiles .col-md-8, .progs-tiles .col-md-9, .progs-tiles .col-md-10, .progs-tiles .col-md-11, .progs-tiles .col-md-12 {
    padding: 0 7px;
}

.BigSearchBox {
    display: block;
    height: 55px;
    background-color: #fff;
    border: solid 1px #c2c2c2;
    margin-bottom: 30px;
}

.BigSrchTxt {
    display: block;
    width: 68%;
    float: right;
    background-color: #fff;
    border: none;
    color: #666;
    height: 50px;
    padding: 5px 15px;
    font-family: "kufi";
}


.srchCategory {
    width: 20%;
    height: 53px;
    overflow: hidden;
    background: url("../img/icons/downArrow.png") no-repeat left #fff;
    float: right;
    border: none;
    border-right: solid 1px #e4e4e4;
    margin-left: 2%;
}

    .srchCategory .srchCategorySelect {
        background: transparent;
        width: 120%;
        padding: 5px 15px;
        color: #666;
        font-family: "kufi";
        border: 0;
        border-radius: 0;
        height: 53px;
        -webkit-appearance: none;
        /*Update*/
        padding: 8px 8px;
    }


.srchBtn {
    display: block;
    height: 53px;
    width: 10%;
    background-color: #f99c32;
    text-align: center;
    float: right;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

    .srchBtn:hover {
        background-color: #139e43;
    }

.filter-numbering h2 {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: normal !important;
}

.pagging {
    position: absolute;
    left: 0px;
    top: 20px;
}

    .pagging ul {
        margin: 0;
        padding: 0;
    }

        .pagging ul li {
            display: block;
            float: right;
            margin: 0 3px;
        }

            .pagging ul li a {
                display: block;
                padding: 2px;
                color: #666;
                text-decoration: none;
                padding: 0 3px;
            }

                .pagging ul li a:hover {
                    background-color: #eee;
                }

                .pagging ul li a.selected {
                    color: #139e43;
                    font-weight: bold;
                }

                .pagging ul li a.pagging-back {
                    width: 22px;
                    height: 22px;
                    background-image: url(../img/icons/pagging-back.png);
                    background-repeat: no-repeat;
                    background-position: center center;
                }

                .pagging ul li a.pagging-next {
                    width: 22px;
                    height: 22px;
                    background-image: url(../img/icons/pagging-next.png);
                    background-repeat: no-repeat;
                    background-position: center center;
                }

.srchCat {
    width: 25%;
    overflow: hidden;
    background: url("../img/icons/downArrow.png") no-repeat 5px #fff;
    display: block;
    border: solid 1px #c4c4c4;
    clear: both;
    margin-bottom: 10px;
}

    .srchCat .srchCatSelect {
        background: transparent;
        width: 120%;
        padding: 5px;
        color: #666;
        font-family: "kufi";
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }

.searchResults {
    display: block;
    min-height: 500px;
    background-color: #f1f1f1;
    border: solid 1px #dddddd;
    padding: 20px 5px;
}

    .searchResults ul {
        margin: 0;
        padding: 0;
    }

        .searchResults ul li {
            display: block;
            padding: 10px 0;
            border-bottom: solid 1px #dddddd;
            min-height: 40px;
            background-image: url(../img/icons/srchResult-item.png);
            background-repeat: no-repeat;
            background-position: right 12px;
            padding-right: 30px;
            padding-left: 15px;
        }

            .searchResults ul li a {
                color: #139e43;
                display: block;
                margin-bottom: 5px;
            }

            .searchResults ul li .source {
                display: block;
                color: #666;
                font-size: 12px;
                font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
                margin-bottom: 5px;
            }

            .searchResults ul li p {
                font-size: 12px;
                color: #333;
            }

.boxed-content {
    display: block;
    background-color: #fff;
    border: solid 1px #c6c6c6;
}

.boxed-title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

    .boxed-title h2 {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }

.searchCloud {
    margin: 0 auto;
}

    .searchCloud canvas {
        width: 100%;
    }

.faqTabs .nav {
    background-color: #ebebeb;
    border-bottom: solid 2px #139e43;
    margin-bottom: 5px;
}

.faqTabs .nav-tabs > li {
    margin-bottom: -2px;
}

    .faqTabs .nav-tabs > li > a {
        color: #139e43;
        font-size: 16px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-right: 0;
        border: none !important;
    }

    .faqTabs .nav-tabs > li.active > a, .faqTabs .nav-tabs > li.active > a:hover, .faqTabs .nav-tabs > li.active > a:focus {
        border: none;
        background-color: #139e43;
        color: #fff;
    }

.faqTabs .tab-content {
    background-color: #fff;
    border: solid 1px #dfdfdf;
    padding: 15px !important;
}

.faqTabs .tab-pane {
    padding: 0;
}

.faqTabs .ui-state-default {
    background-color: #acacac;
    border-color: #acacac !important;
    color: #333 !important;
}

.about-program #accordion a {
    color: #182e57;
}

.has-many {
    cursor: pointer;
    position: absolute;
    bottom: 6px;
    left: -2px;
    width: 55px;
    height: 55px;
    background: url(../img/btn-front.png) no-repeat;
    display: block;
    background-position: center center;
}


[data-copy="1"] .has-many {
    display: none;
}

.faqTabs .ui-state-active {
    background-color: #f19121;
    color: #fff !important;
}

.map-filter {
    display: block;
    margin-bottom: 5px;
    padding: 15px;
    background-color: #ebebeb;
    border-bottom: solid 3px #149e43;
}

.map-label {
    margin-bottom: 3px;
}

.mapSelect {
    width: 90%;
    overflow: hidden;
    background: url("../img/icons/downArrow.png") no-repeat 5px #fff;
    display: block;
    border: solid 1px #c4c4c4;
    clear: both;
    margin-bottom: 10px;
}

    .mapSelect .mapSelect-select {
        background: transparent;
        width: 110%;
        padding: 5px;
        color: #666;
        font-family: "kufi";
        border: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }

.mapBtn {
    border: none;
    color: #fff;
    height: 42px;
    padding: 5px 25px;
    background-color: #f19121;
    cursor: pointer;
    font-family: "kufi";
    font-size: 16px;
    margin: 20px auto;
}

.modal {
    background: rgb(0, 0, 0) transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.6); /* RGBa with 0.6 opacity */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* For IE 8*/
}

.close span {
    font-size: 28px;
    margin-top: 12px;
    /*border: solid 1px #666;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}

.btn {
    font-family: "kufi";
}

.btn-orange {
    background-color: #ee8e20;
    color: #fff !important;
}

    .btn-orange:hover {
        background-color: #db7501;
    }

.hrdf-form .lbl {
    /*display: block;*/
    margin-bottom: 3px;
}

.hrdf-form .txt {
    display: block;
    width: 99%;
    border: solid 1px #c5c4c4;
    padding: 5px;
    margin-bottom: 15px;
}



/*----------------------------------------------------*/

/*------------------------------------------------------------*/
.inside-tiles-color {
    background-color: #00A99D !important;
}

@media(max-width:991px) {
    .programs-info .program-info-title h3 {
        font-size: 100%;
    }
}

@media(max-width: 991px) {
    .programs-info {
        display: block;
        background-color: #fff;
        /* float: right; */
        margin-left: 1%;
        width: 100%;
        /* height: 360px; */
        margin-right: .5%;
        margin-bottom: 15px;
        position: relative;
        height: auto;
        min-height: 360px;
    }

        .programs-info .program-info-title h3 {
            font-size: 20px;
        }

        .programs-info .program-info-title img {
            height: 100%;
        }

    .progs-tiles {
        display: block;
        width: auto;
        height: auto;
    }

        .progs-tiles .progs-tile {
            padding: 0;
        }
}

.lst-full {
    width: 100%;
}

#programs {
    position: relative;
}

    #programs .panel-content {
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        background: #ffffff;
        overflow: hidden;
        z-index: 1000;
    }

#EServices .panel-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    overflow: hidden;
    z-index: 1000;
}

.icon-back {
    position: relative;
    float: right;
    top: 25%;
    height: 50%;
}

.custome-panel-tile {
    display: block;
    height: 100px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background-color: #fd5e26;
    text-align: center;
    padding: 0 15px;
    vertical-align: middle;
    line-height: 100px;
    cursor: pointer;
}

    .custome-panel-tile span {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
    }


#ProgButtons a {
    cursor: pointer;
}


.sb-search-custome {
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 50px;
    float: left;
    margin: 10px 0px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.fa-home-custome {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background: #e67e22;
    transform: translate(0, 0);
    height: 50px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.ls-inner {
    background-color: #00305f;
}

.inner-side-list {
    padding: 0;
    margin: 0;
}

    .inner-side-list li {
        display: block;
        padding: 10px;
        border-bottom: solid 1px #c3c3c3;
        background-image: url(../img/icons/arrow-orange.png);
        background-repeat: no-repeat;
        background-position: 95% 17px;
        padding-right: 12%;
    }

.bader-block .boxed-title {
    margin-bottom: 0;
}

    .bader-block .boxed-title h2 {
        text-align: right;
    }

.bader-block img.bader-banner {
    width: 100%;
}

.eservices .programs-tabs-new ul li a.selected {
    background-color: #5BB74C;
    border-color: #5BB74C;
}

.eservices .program-info-title {
    background-color: #5BB74C;
}

    .eservices .program-info-title h3 {
        background-image: url("../img/program-sep2.png");
    }

.custom-list {
    margin: 0;
    padding: 0;
}

    .custom-list li {
        display: block;
        margin-bottom: 10px;
        padding-right: 15px;
        background-image: url(../img/icons/arrow-orange.png);
        background-repeat: no-repeat;
        background-position: right 5px;
    }

.padding-15 {
    padding: 15px;
}

.users-type .modal-content {
    background-color: #323232;
    min-height: 340px;
    background-image: url(../img/bg/landingBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.users-type .close {
    color: #bc6206 !important;
}

    .users-type .close span {
        border-color: #bc6206;
    }

.landingModal {
    padding: 30px;
    /* padding-left: 100px; */
}

    .landingModal p {
        font-size: 15px;
        color: #fff;
    }

.landingLinks a {
    color: #fff !important;
    font-size: 20px;
    overflow: hidden;
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    text-align: left;
    height: 110px;
    width: 48.5%;
}

    .landingLinks a span {
        position: absolute;
        bottom: 9px;
        left: 16px;
    }

.landingLink1 {
    height: 125px;
    width: 48.5%;
    float: right;
    margin-left: 15px;
}

    .landingLink1:hover {
        background-color: #10842f;
    }

.landingLink2 {
    margin-bottom: 15px;
    height: 100px;
}

    .landingLink2:hover {
        background-color: #d77d21;
    }

.landingLink3 {
    height: 100px;
}

    .landingLink3:hover {
        background-color: #00847b;
    }

.landingLinks a img {
    bottom: 0;
    right: 10px;
    max-width: 36%;
    position: absolute;
}

.skip {
    display: inline-block;
    font-size: 16px;
    color: #00a89c;
    text-decoration: none !important;
    background-image: url(../img/icons/arrow-orange.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    padding-right: 20px;
    margin-top: 15px;
}

    .skip:hover {
        color: #fff;
    }

/*-------------------------------*/




.footer-links ul li {
    border: none !important;
}


/*settings menu styles*/
.setting-menu {
    position: relative;
    width: 226px;
    padding: 15px;
    background-color: #ebebeb;
    color: #183A66;
    font-size: 13px;
    z-index: 999999;
}

.setting1 {
    top: 0;
}

.setting2 {
    top: 41px;
}

.setting3 {
    top: 82px;
}

.setting4 {
    top: 123px;
}

.setting-btn:hover a.setBtn {
    background-color: #555555;
}

.setting-btn:hover > .setting-menu {
    display: block !important;
}


.settings-users-list {
    margin: 0;
    padding: 0;
}

    .settings-users-list li {
        display: block;
        margin-bottom: 5px;
    }

        .settings-users-list li a {
            display: block;
            padding: 10px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            -webkit-transition: all 0.3s ease !important;
            -moz-transition: all 0.3s ease !important;
            -ms-transition: all 0.3s ease !important;
            -o-transition: all 0.3s ease !important;
            transition: all 0.3s ease !important;
        }

            .settings-users-list li a:hover {
                zoom: 1;
                filter: alpha(opacity=60);
                opacity: 0.6;
            }

.setting-menu p {
    margin-bottom: 10px;
}

    .setting-menu p.title {
        font-weight: 600;
    }

.setting-menu hr {
    height: 1px;
    border-bottom: solid 1px #d1d1d1;
    margin: 10px 0;
    display: block;
    clear: both;
}

.colors {
    margin: 0;
    padding: 0;
    margin-right: 45px;
    overflow: hidden;
}

    .colors li {
        display: block;
        float: right;
        margin-left: 10px;
    }

        .colors li a {
            display: block;
            width: 50px;
            height: 50px;
        }

.black-white {
    background-color: #797777 !important;
}

.colored {
    background-color: #00305f !important;
}

.font-size {
    padding: 0;
    margin: 0;
    margin-right: 45px;
    overflow: hidden;
}

    .font-size li {
        display: block;
        float: right;
        margin-left: 15px;
    }

        .font-size li a {
            background-color: transparent !important;
        }

.media-img {
    position: relative;
    overflow: hidden;
}

.img-thumbnail span {
    display: block;
    width: 100%;
    height: 175px;
    color: #fff;
    text-decoration: none !important;
    padding: 15px;
    padding-top: 40px;
    background: rgb(33, 153, 65) transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(33, 153, 65, 0.9); /* RGBa with 0.6 opacity */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99219941, endColorstr=#99219941); /* For IE 5.5 - 7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99219941, endColorstr=#990219941)"; /* For IE 8*/
    position: absolute;
    top: -300px;
    left: 0;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.img-thumbnail .media-img:hover span {
    top: 0;
}

.noBg {
    background-image: none !important;
}

.share-icons-sidebar {
    position: absolute;
    z-index: 99999999;
    left: 1%;
    top: 89%;
}

    .share-icons-sidebar a {
        display: block !important;
        float: left;
        height: 50px;
        width: 50px;
    }

.news-holder {
    margin-bottom: 20px;
}

.news-pic {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.artical-controls {
    overflow: hidden;
}

    .artical-controls ul {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .artical-controls li {
        float: right;
        margin-left: 10px;
        padding-left: 10px;
        border-left: solid 1px #bbb;
        font-size: 12px;
    }



.card {
    cursor: default;
    position: relative;
    width: 100%px;
    display: block;
    text-decoration: none !important;
    border: solid 1px #eee;
    margin-bottom: 20px;
    cursor: pointer;
    height: 350px;
}

.card-header {
    width: 100%;
    height: 200px;
    background-color: #092f57;
    border-radius: 1px 1px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.card:hover .card-header {
}

.card-header-mask {
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
}

.item-pic {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 200px;
}

.card:hover .card-header-mask {
    background-color: rgba(0, 0, 0, .6);
}

.card-header-date {
    text-transform: uppercase;
    background-color: #ff9621;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}



.card-header-date {
    float: right;
    margin: 20px 20px 0 0;
    border-radius: 50%;
    font-weight: bold;
    padding: 0;
    line-height: 15px;
    z-index: 3;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

.card-header-date-day {
    font-size: 18px;
}

.card-header-date-month {
    font-size: 11px;
}

.card-body {
    background-color: #FFF;
    border-radius: 0 0 1px 1px;
    padding: 0 15px 15px 15px;
}

.card-body-header {
    position: absolute;
    left: 0;
    padding: 15px;
    background-color: #FFF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 4;
    margin-bottom: 2px;
    width: 100%;
    max-height: 97px;
    overflow: hidden;
}

.card-body h3 {
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}

.card:hover .card-body-header {
    margin-top: -97px;
    width: 100%;
    height: 97px;
    overflow: hidden;
}




.card-body-description {
    opacity: 0;
    color: #757B82;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    /*padding-top: 30px;*/
    padding-top: 10px;
}

.card:hover .card-body-description {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gallery {
    direction: ltr;
}

    .gallery a {
        position: relative;
    }

        .gallery a div {
            text-align: center;
            color: #fff;
            padding: 25% 15px;
        }


/*Video Slider*/
.video-slider {
    /*padding: 50px 50px;*/
    position: relative;
    padding: 0 0px;
}

    .video-slider ul {
        height: auto !important;
    }

        .video-slider ul li {
            display: block;
            float: left;
            width: 306px !important;
            height: 230px !important;
            padding: 10px;
        }

    .video-slider .carousel-box .prev {
        position: absolute;
        left: 20px;
        top: 20%;
        background-color: transparent;
    }

    .video-slider .carousel-box .next {
        position: absolute;
        right: 40px;
        top: 20%;
        background-color: transparent;
    }

    .video-slider .carousel-box .prev:hover {
        background-color: transparent;
    }

    .video-slider .carousel-box .next:hover {
        background-color: transparent;
    }

    .video-slider .video-box img {
        width: 100%;
    }


    .video-slider .carousel-box .pagination {
        margin-bottom: 0;
        text-align: center;
        width: 100%;
    }

        .video-slider .carousel-box .pagination a {
            background: gray;
            background: rgba(128, 128, 128, 0.61);
        }

            .video-slider .carousel-box .pagination a:hover {
                background: #00ABE9;
            }

            .video-slider .carousel-box .pagination a.selected {
                background: #01428C;
                background: rgba(1,66,140,0.70);
            }

    .video-slider .carousel-box.no-pagination .pagination {
        display: none;
    }
/*End Video Slider*/


/*Settings-Update*/

.setting-menu .no-custom {
    color: #40e0d0;
    margin: 10px;
}


/*Programs Menu Btn*/

.menu-link.menu-link-open {
    background-image: url(../img/programs/menu-link-close.png);
}

/*Archive News*/
.card-share {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #fff;
    width: 100%;
    padding-right: 15px;
}


.vertical-text {
    transform: rotate(-90deg);
    transform-origin: left top 0;
}

.vertical-text {
    float: right;
    font-size: 15px;
    position: absolute;
    right: -20px;
    bottom: -30px;
    color: #FF9621;
    width: 60px;
}

.setting4 a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.settings-social-media li {
    margin: 7px;
}

    .settings-social-media li img {
        width: 30px;
    }

/*Programs Breadcrumbs*/
.breadcrumb.programs-bc > li + li:before {
    content: "";
}

.breadcrumb.programs-bc > li img {
    width: 12px;
}


/*blur-overlay*/
.blur-overlay {
    display: block;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.95;
    filter: alpha(opacity=95);
}


.block-search-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    transform: translate3d(0,0,0);
    transition: opacity .5s;
    z-index: 999999999999999999999;
}

    .block-search-modal .BigSearchBox {
        width: 60%;
        margin: 150px 20% 0 20%;
        border-radius: 10px;
    }

        .block-search-modal .BigSearchBox .BigSrchTxt {
            border-radius: 0 10px 10px 0;
        }



        .block-search-modal .BigSearchBox .srchBtn {
            border-radius: 10px 0 0 10px;
        }


    .block-search-modal .close {
        font-size: 35px;
        float: right;
        margin: 15px 15px;
        color: #fff;
    }

        .block-search-modal .close:hover {
            color: #00B1F0;
        }

.privacy {
    font-size: 16px;
    color: #fff;
    padding: 40px;
    line-height: 30px;
    width: 40%;
}

.privacy-pic {
    width: 60%;
    margin-right: 30px;
}

.socialTerms {
    font-size: 14px;
    color: #fff;
    padding: 30px;
    line-height: 24px;
    width: 40%;
}

    .socialTerms a {
        color: #333;
        text-decoration: underline;
        font-weight: bold;
    }

.map-root {
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*border-bottom: solid 1px #999;*/
}

/*colors*/

.bg-color-229F43 {
    background-color: #229F43;
}

.bg-color-75C3D7 {
    background-color: #75C3D7;
}

.bg-color-2672A4 {
    background-color: #2672A4;
}

.bg-color-EC7800 {
    background-color: #EC7800;
}

.bg-color-F89B33 {
    background-color: #F89B33;
}

.bg-color-017582 {
    background-color: #017582;
}

.bg-color-01A89E {
    background-color: #01A89E;
}

.bg-color-229F43 {
    background-color: #229F43;
}

.bg-color-01A89E {
    background-color: #01A89E;
}


@media (max-width: 1199px) {
    .container {
        width: auto !important;
        /*padding: 0 45px;*/
    }

    .program-info-title h3 {
        font-size: 18px;
        margin-right: 0px;
        padding-right: 25px;
    }

    .vision-col p {
        font-size: 14px;
    }

    .main-nav li a {
        padding: 27px 10px;
    }

    .news-title {
        font-size: 16px;
    }

    .news-block p {
        font-size: 12px;
        margin-top: 5px;
    }

    .pollQ {
        font-size: 14px;
    }

    .pollA {
        font-size: 12px;
    }

    .pollResult table td {
        padding: 3px;
    }

    .pollResult {
        font-size: 12px;
    }

    .programs-info {
        font-size: 12px;
    }

    .orange-list li {
        margin-bottom: 10px;
    }

    .programs-info p {
        font-size: 12px;
    }

    .program-info-title img {
        margin: 0 5px;
    }

    .programs-tabs-new ul li a {
        height: 75px;
    }

    .programs-title-bar {
        overflow: hidden;
    }

    .about-container {
        /*overflow: hidden;*/
    }

    .about-container {
        width: auto !important;
        padding: 20px 45px;
    }
}

@media (max-width: 1150px) {
    .message p {
        padding-top: 10px;
    }

    .vision-col p {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .post br {
        display: none;
    }

    .news-slider {
        height: auto;
        margin-bottom: 20px;
    }

    .programs-info {
        min-height: 0;
        padding-bottom: 100px;
    }

    .progs-tiles {
        width: 100%;
    }

    .vision-col img {
        display: none;
    }

    .vision-title {
        top: 20px;
        right: 20px !important;
    }

    .vision-col {
        padding-top: 80px;
        height: 230px !important;
        padding-bottom: 20px;
    }

        .vision-col p {
            text-align: right;
            padding: 0 20px;
        }

            .vision-col p br {
                display: none;
            }

    .main-nav li a {
        padding: 30px 10px;
        font-size: 14px;
    }

    .about-tabs .nav-tabs li {
        margin-right: 30px;
    }

    .share-icons-sidebar {
        top: 83%;
    }

    .main-container {
        background-image: none;
    }

    .privacy {
        font-size: 12px;
    }

    .privacy-pic {
        width: 50%;
    }

    .privacy {
        width: 50%;
        padding: 20px;
    }

    .socialTerms {
        width: 50%;
        padding: 20px;
        font-size: 12px;
    }
}

@media (max-width: 828px) {
    .main-nav li a {
        padding: 30px 4px;
    }
}

@media (max-width: 767px) {
    .header .header-wrapper .logo-box {
        padding-bottom: 10px;
        border-bottom: solid 1px #eee;
        margin-right: 62px;
    }

    .login-search {
        height: 65px;
        margin-top: 15px;
    }

    .main-nav {
        margin: 0;
    }

    .header .header-wrapper {
        padding-bottom: 0;
    }

    .main-nav li a {
        padding: 30px 10px;
    }

    .full-width-box .container {
        padding: 0 45px;
    }

    .footer .pull-right {
        float: none !important;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .footer h5 {
        float: right;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .about-tabs .nav-tabs li {
        margin-right: 10px;
    }

    .vision-col {
        height: auto !important;
        margin-bottom: 10px;
    }

    .board .col-md-2 {
        width: 48%;
        margin: 5px 1%;
        float: right;
    }

    #about6 .col-md-6 {
        width: 50%;
        float: right;
    }

    .share-icons-sidebar {
        top: 80%;
    }

    .privacy {
        font-size: 14px;
    }

    .privacy-pic {
        display: none;
    }

    .privacy {
        width: 100%;
        padding: 20px;
    }

    .socialTerms {
        width: 100%;
        padding: 20px;
        font-size: 14px;
    }
}

@media (max-width: 687px) {
    .menunav-container {
        position: relative;
    }

    .logo {
        display: none;
    }

    .login-search {
        margin-top: 0px;
        position: absolute !important;
        top: 0px;
        left: 0;
    }

    .main-menu {
        width: 100% !important;
    }

    .users-type .modal-dialog {
        width: 95% !important;
    }

    .landingModal {
        padding: 20px;
    }

    .landingLinks a {
        width: 100%;
        margin-bottom: 10px;
    }

    .landingLinks .pull-left {
        float: none !important;
        width: 100% !important;
    }

    .main-nav li a {
        height: auto;
        padding: 10px;
    }

    #lnkLanguage::after {
        content: 'En' !important;
        font-size: 20px;
    }
}

@media (max-width: 600px) {

    .programs-tabs-new ul li a {
        font-size: 12px;
    }

    .about-tabs .nav-tabs li {
        margin-bottom: 10px;
    }

        .about-tabs .nav-tabs li a span {
            margin: 0 10px 0;
        }

    .share-icons-sidebar {
        top: 75%;
    }

        .share-icons-sidebar a {
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

            .share-icons-sidebar a img {
                width: 30px;
            }

    /*.news-ticker {
        display: none;
    }*/
}

@media (max-width: 480px) {


    .programs-info .program-info-title img {
        display: none;
    }

    .eservices .program-info-title h3 {
        background-image: none;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .programs-info .program-info-title h3 {
        background-image: none;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .share-icons-sidebar a {
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }

        .share-icons-sidebar a img {
            width: 22px;
        }

    /*.about-us {
        display: none;
    }*/

    .programs .programs-info {
        /*display: none;*/
    }

    .container {
        /*padding-left: 10px;*/
    }

    .block-search-modal .BigSearchBox {
        width: 90%;
        margin: 150px 0% 0px;
    }

    .BigSrchTxt {
        width: 63%;
    }

    .srchCategory {
        width: 25%;
    }

    #newscontent a {
        font-size: 12px;
    }

    .shortcuts .carousel-box .prev {
        left: 0;
    }

    .shortcuts .carousel-box .next {
        /*right: 45px;*/
    }

    .shortcuts ul li {
        width: 220px !important;
    }

        .shortcuts ul li a {
            width: 220px !important;
        }

            .shortcuts ul li a .icon-holder {
                display: none;
            }

    .block-title h2 {
        font-size: 14px;
    }

    .news-title {
        font-size: 14px;
        line-height: 21px;
    }

    .news-date {
        font-size: 13px;
    }

    .poll {
        height: 270px;
    }

    .important-links ul li a span {
        font-size: 14px;
        padding: 0;
    }

    .important-links ul li a {
        padding: 10px 10px;
        height: 60px;
    }

        .important-links ul li a img {
            height: 100%;
        }

    .programs-tabs-new ul li {
        width: 32%;
    }


    .prg-logo-mod {
        width: 70px;
        display: block;
        clear: both;
        margin: 15px;
        padding: 0;
        right: 15px;
    }

        .prg-logo-mod:nth-child(2) {
            margin-right: 7px;
            width: 120px;
            margin-top: 0;
        }
}




/*Programs Tile Has Cursor*/

div[data-hascontent="1"] a, div[data-copy="1"] a {
    cursor: pointer;
}


/*E-Services Padding*/
#EServices .programs-info ul {
    padding: 0 20px;
}


@media(max-width: 768px) {
    /*.main-menu {
        display: none;
    }*/
}

@media(max-width:490px) {
    .header-pattern {
        height: 50%;
    }
}


.header-pattern {
    position: absolute;
    left: 0;
    bottom: 6px;
}


.burger-btn-top-nav {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 30px;
    height: 26px;
    border: 1px solid silver;
    padding: 4px;
    padding-top: 3px;
    border-radius: 3px;
}


@media(min-width:688px) {
    .burger-btn-top-nav {
        right: 7px;
    }
}


@media(max-width: 768px) {
    .prog-tile {
        height: auto;
        vertical-align: middle;
        line-height: normal;
        padding: 10px 3px;
    }

    .custome-panel-tile {
        height: auto;
        padding: 10px 3px;
        vertical-align: middle;
        line-height: normal;
        cursor: pointer;
    }

    .icon-back {
        width: 30px;
    }
}



.range-input {
    border: none;
}

    .range-input label {
        margin-bottom: 6px;
    }

.progs-menu-btn-resp {
    right: 51px;
    top: 93px;
    background: #fff;
}


#programs #ProgButtonsResp li > a, #EServices #EservButtonsResp li > a {
    cursor: pointer;
    border-radius: 0;
}

@media(max-width:994px) {
    #programs .program-title, #EServices .program-title {
        margin-bottom: 63px;
    }

    .programs-title-bar h5 {
        font-size: 16px;
    }
}



.fixed-header.loaded .header {
    /*z-index: 9999;*/
    padding-top: 40px;
}





/*Small Header*/

.top-header-small {
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    z-index: 99999999;
    position: fixed;
    width: 100%;
    top: 0;
}

#lnkLanguage::after {
    content: 'English';
}

.top-header-small .top-head-menu-cont ul > li {
    float: right;
    border-right: 1px solid #C4C4C4;
}

.top-header-small ul > li > a {
    display: block;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
    color: #7D8186;
}

.top-header-small .top-head-menu-cont ul > li > a * {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.top-header-small .top-head-menu-cont ul > li > a.active,
.top-header-small .top-head-menu-cont ul > li > a:hover {
    background-color: #ebebeb;
    border-bottom: 1px solid #C4C4C4;
    color: #4F4E4A;
}


.top-header-small .top-head-menu-cont ul > li > a.no-image {
    font-family: Tahoma;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 40px;
    padding: 0 10px;
}

/*Settings*/

#SiteAccessability {
    display: none;
    position: fixed;
    right: 0;
    top: 40px;
    border: 1px solid #C4C4C4;
    border-top: 0;
    border-left: 0;
    z-index: 1;
}

    #SiteAccessability.setting-menu-open {
        display: block;
    }

    #SiteAccessability .btn-primary {
        border-radius: 0;
        padding: 5px;
        background-color: #159BAE;
        border-color: #159BAE;
    }

#HrdfContactUs.setting-menu-open {
    display: block;
}

#HrdfContactUs {
    width: 500px;
    background-color: #ebebeb;
    border: 1px solid #C4C4C4;
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: 40px;
    z-index: 10;
    right: 0;
    display: none;
}


a {
    cursor: pointer;
}

.contact-row {
    border-bottom: 1px solid #A8B1CE;
    padding: 5px;
    min-height: 55px;
}

    .contact-row .contact-col:nth-child(2) {
        border-right: 1px solid #A8B1CE;
    }

    .contact-row .img-contact-row-icon.img-contact-row-icon-mod {
        margin-top: 10px;
    }

    .contact-row .contact-icon {
        padding: 0;
        position: relative;
    }

        .contact-row .contact-icon:after {
            display: inline-block;
            content: "";
            width: 55px;
            height: 55px;
            background-image: url('/Content/images/contact-icons/arrow-icon.png');
            background-repeat: no-repeat;
            background-position: center center;
            position: absolute;
            top: -7px;
            left: -44px;
        }

        .contact-row .contact-icon.contact-icon-mod:after {
            top: 4px;
            left: -44px;
        }

    .contact-row .contact-box {
        text-align: center;
        /*padding-right: 25px;*/
    }

        .contact-row .contact-box .key {
            font-size: 14px;
            font-weight: bold;
        }

        .contact-row .contact-box .value {
            font-weight: 900;
            font-size: 14px;
        }

            .contact-row .contact-box .value.vlaue-mod {
                line-height: 3;
            }

        .contact-row .contact-box a {
            display: block;
            text-decoration: none;
        }

        .contact-row .contact-box ul.list-unstyled {
            margin-bottom: 0;
            margin-top: 5px;
        }

            .contact-row .contact-box ul.list-unstyled li {
                display: table-cell;
                width: 1%;
            }


@media(max-width: 768px) {
    .contact-row {
        overflow: unset;
    }

        .contact-row .contact-icon {
            text-align: center;
            margin-bottom: 7px;
            display: none;
        }

        .contact-row:not(:last-child) .contact-box .contact-col:not(:last-child) {
            display: block;
            text-decoration: none;
            border-bottom: 1px solid #cfcfcf;
            margin-bottom: 7px;
            padding-bottom: 7px;
        }

        .contact-row .contact-col:nth-child(2) {
            border-right: 0 solid #A8B1CE;
        }

        .contact-row .img-contact-row-icon {
            margin-top: 10px;
            display: inline-block;
        }

    .contact-box .tooltip .tooltip-inner {
        max-width: 100%;
        box-shadow: 5px 5px 7px #333;
        font-size: 18px;
    }
}

#HrdfInternalSystems.setting-menu-open {
    display: block;
}

#HrdfInternalSystems {
    width: 200px;
    background-color: #ebebeb;
    border: 1px solid #C4C4C4;
    border-top: 0;
    position: absolute;
    top: 40px;
    z-index: 10;
    right: 225px;
    display: none;
}

    #HrdfInternalSystems ul {
        margin: 0;
    }

        #HrdfInternalSystems ul li {
        }

            #HrdfInternalSystems ul li a {
                text-align: right;
                text-decoration: none;
                display: block;
                padding: 10px;
                border-bottom: 1px solid #C4C4C4;
                color: #4F4E4A;
            }

                #HrdfInternalSystems ul li a:hover {
                    background: #FDFDFD;
                }




#CustumizeSite {
    position: relative;
}

    #CustumizeSite .selected-btn {
        padding: 15px 0;
    }

        #CustumizeSite .selected-btn .btn-primary {
            border: 0;
            border-radius: 0;
            padding: 7px 7px 10px 29px;
            min-width: 90px;
            text-align: right;
            font-size: 12px;
        }

    #CustumizeSite #ddlSiteCustoms.menu-customize-open {
        display: block;
    }

    #CustumizeSite #ddlSiteCustoms {
        position: absolute;
        width: 150px;
        margin: 0;
        top: 57px;
        left: 0;
        background: #EBEBEB;
        padding: 15px;
        display: none;
    }


        #CustumizeSite #ddlSiteCustoms li {
            margin-bottom: 8px;
            border: 0;
            border-color: transparent;
        }

            #CustumizeSite #ddlSiteCustoms li a {
                padding: 10px;
                display: block;
                text-decoration: none;
                color: #fff;
                background: #7C8085;
            }





    #CustumizeSite .btn-primary {
        position: relative;
    }

        #CustumizeSite .btn-primary:before {
            content: "";
            width: 15px;
            height: 12px;
            position: absolute;
            top: 12px;
            left: 10px;
            background: url(../img/down-triangle.png) no-repeat;
        }

.btn-color-1,
.btn-color-1:visited,
.btn-color-1:active,
.btn-color-1:focus {
    background-color: #5BB74C !important;
}

    .btn-color-1:hover {
        background-color: #16D06E !important;
    }

.btn-color-2,
.btn-color-2:visited,
.btn-color-2:active,
.btn-color-2:focus {
    background-color: #F3983C !important;
}

    .btn-color-2:hover {
        background-color: #EA933F !important;
    }

.btn-color-0,
.btn-color-0:visited,
.btn-color-0:active,
.btn-color-0:focus {
    background-color: #003060 !important;
}

    .btn-color-0:hover {
        background-color: #05488C !important;
    }



.btn-color-3,
.btn-color-3:visited,
.btn-color-3:active,
.btn-color-3:focus {
    background-color: #037AC5 !important;
}

    .btn-color-3:hover {
        background-color: #0499F7 !important;
    }



.btn-color-4,
.btn-color-4:visited,
.btn-color-4:active,
.btn-color-4:focus {
    background-color: #3965AA !important;
}

    .btn-color-4:hover {
        background-color: #396FFF !important;
    }

.btn-color-5,
.btn-color-5:visited,
.btn-color-5:active,
.btn-color-5:focus {
    background-color: #AA9F00 !important;
}

    .btn-color-5:hover {
        background-color: #AA9F66 !important;
    }
















.video-box a {
    display: block;
}

#about6 .col-md-8 h3 {
    margin-right: 40px !important;
}


.choosenLinks img {
    height: 50px;
}

/*.mol-img img {
    height: 43px;
    margin-bottom: 31px;
    margin-right: 205px;
}

.choosenLinks li {
    float: right;
    padding: 0 20px;
    border-right: 1px solid #fff;
}*/


.GoHome {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 11;
}

    .GoHome a {
        width: 50px;
        height: 50px;
        display: block;
        line-height: 50px;
        text-align: center;
        background: #58B94E;
        color: #fff;
        border-radius: 50px;
    }

        .GoHome a img {
            display: inline-block;
            width: 25px;
        }

.shortcuts .sc-title {
    text-align: center;
    color: #fff;
}


.panel-content ul.sub-programs {
    width: 100% !important;
    height: 100%;
}

    .panel-content ul.sub-programs li {
        float: left;
        display: block;
        width: 100%;
        height: 100%;
    }

.panel-content .sub-programs-nav-container {
    width: 97%;
    position: absolute;
    bottom: -1px;
    text-align: center;
}

    .panel-content .sub-programs-nav-container ul.sub-programs-pags {
        display: inline-block;
        margin: 0;
    }

        .panel-content .sub-programs-nav-container ul.sub-programs-pags li {
            float: right;
            margin: 0 2px;
            display: inline-block;
        }

            .panel-content .sub-programs-nav-container ul.sub-programs-pags li a {
                width: 14px;
                height: 14px;
                border-radius: 50px;
                border: 1px solid #478883;
                display: block;
                text-decoration: none;
            }

                .panel-content .sub-programs-nav-container ul.sub-programs-pags li.active a,
                .panel-content .sub-programs-nav-container ul.sub-programs-pags li a:hover {
                    background-color: #00A89C;
                    border: 0 solid transparent;
                }

            .panel-content .sub-programs-nav-container ul.sub-programs-pags li.active a {
                cursor: default;
            }



.modal#users {
    background: url(../img/bg/landingBG1.jpg) no-repeat fixed center center;
    background-size: 100%;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #fff;
}

    .modal#users .modal-content {
        text-align: right;
    }



.modal, .modal#feedback {
    z-index: 1000;
}

    .modal#feedback .modal-dialog {
        width: 800px;
        padding: 25px;
    }

#messageModal {
    z-index: 9999 !important;
}


.modal#feedback textarea#Message {
    height: 70px;
}


.modal#feedback h4 {
    font-size: 20px;
}

.modal#feedback .modal-footer {
    padding: 5px 10px 0px;
}

.modal#feedback form {
    margin-bottom: 5px;
}

.icon-back {
    width: 55px;
    height: 55px;
    background: url(../img/btn-back.png) no-repeat;
    display: block;
    background-position: center center;
}



.fixed-inner-header .page-box {
    /*padding-top: 40px !important;*/
}


.fixed-inner-header .top-header-small {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

#SiteAccessability,
#HrdfContactUs,
#HrdfInternalSystems {
    z-index: 99999;
}

.modal#search .close {
    position: absolute;
    right: 50px;
    top: 50px;
}

a.tooltips {
    position: fixed;
    display: inline;
    top: 85px;
    left: 425px;
    z-index: 100000;
}

    a.tooltips span {
        position: absolute;
        width: 240px;
        color: #FFFFFF;
        background: #00305f;
        height: 92px;
        line-height: 92px;
        text-align: center;
        visibility: hidden;
        border-radius: 13px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -8px;
            width: 0;
            height: 0;
            border-right: 8px solid #00305f;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }

    a.tooltips span {
        visibility: visible;
        opacity: 0.8;
        right: 100%;
        top: 50%;
        margin-top: -46px;
        margin-left: 15px;
        z-index: 999;
    }




.bs-docs-example-images .img-thumbnail.lightbox {
    /*display: block !important;*/
}


@media(max-width: 768px) {
    .icon-back {
        height: 30px;
        background: url(../img/btn-back.png) no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }

    .block-search-modal .BigSearchBox {
        width: 90%;
        margin: 150px auto;
    }

    .modal#search .close {
        right: 0;
        top: 0;
    }

    .block-search-modal .container {
        padding: 10px;
    }

    .mol-img img {
        margin-right: 225px;
    }

    .choosenLinks img {
        border: none !important;
    }

        .choosenLinks img.social_charity_fund {
            margin-top: 0 !important;
        }

    .choosenLinks li {
        float: none;
        padding: 0 8px;
        border-right: 0;
        display: inline;
        /* margin: 10px 5px; */
    }
}

@media(max-width: 500px) {
    #HrdfContactUs {
        width: 100%;
        height: auto;
    }

        #HrdfContactUs .contact-phone {
            float: none !important;
            width: 100%;
        }

        #HrdfContactUs .menu-social-links ul li.item-title {
            display: block;
            float: none;
        }

        #HrdfContactUs .menu-social-links ul li h3 {
            display: block;
            margin-top: 43px;
            padding: 25px 10px 0px 0px;
        }

    .mol-img img {
        margin-right: 75px;
    }

    .top-header-small .top-head-menu-cont ul > li {
        width: 40px;
    }
}

@media(max-width: 430px) {
    .range-input {
        margin-top: 5px;
    }

        .range-input label {
            margin-bottom: 4px;
            font-size: 11px;
        }

    #HrdfInternalSystems {
        left: auto;
        right: 0;
    }
}




@media(max-width: 320px) {
    #CustumizeSite {
        margin-left: -10px;
    }

    .choosenLinks img {
        max-width: 140px;
    }

    .mol-img img {
        margin-right: 40px;
    }
}


#ddlSiteCustoms {
    z-index: 9999999;
}


/*#HeaderInner {
    margin-top: 40px;
}*/

@media(max-width: 580px) {
    .media-tabs .nav-tabs li {
        margin-left: 2px !important;
    }


        .media-tabs .nav-tabs li a {
            width: 50px;
            height: 50px;
            padding: 7px;
        }



        .media-tabs .nav-tabs li.active i {
            left: 10px;
        }


        .media-tabs .nav-tabs li.active i {
            left: 11px;
        }

        .media-tabs .nav-tabs li a {
            padding: 9px;
        }

        .media-tabs .nav-tabs li img {
            width: 30px;
            height: 30px;
        }
}


#navigation-bar .progs-menu-btn-resp {
    top: 68px;
}

@media(max-width: 480px) {
    .btns-share-send {
        margin-top: 45px;
    }
}


.footer-customer-service-title {
    color: #00305F;
    margin: 0;
    width: 179px;
    padding: 0 43px 0 0;
}



.footer-customer-service-img {
    float: right;
}


.innerPageHeader-Image-title {
    float: right;
    margin: 15px 20px;
}


#HeaderInner #CustumizeSite {
    left: 10px;
}

.margin-left-0 {
    margin-left: 0;
}


.bc-arrow {
    position: relative;
    top: 4px;
}


.about-prog-title {
    margin-right: 78px !important;
}

.footer-customer-support-no {
    color: #F89C31;
    margin: 20px 37px 0 0;
}

@media(max-width: 490px) {
    .fixed-inner-header #CustumizeSite #ddlSiteCustoms {
        top: -67px;
    }

    .fixed-inner-header #btnSelectAudince {
        top: -124px;
    }
}


.has-cool-share-btn {
    overflow: visible;
}

    .has-cool-share-btn a.socialShare {
        width: auto;
        height: auto;
    }


    .has-cool-share-btn .socialPlugin .showSocialButtons {
        font-size: 20px;
        cursor: pointer;
        border-radius: 4px;
        color: #B0AFAF;
        text-align: center;
        vertical-align: middle;
        padding: 0px;
    }

    .has-cool-share-btn .socials {
        left: 75px;
        position: absolute;
        bottom: -10px;
    }


.has-cool-share-btn-container {
    overflow: visible;
}

.breadcrumbs .breadcrumb.breadcrumb-default {
    margin: 0 20px;
}

.no-margin {
    margin: 0 !important;
}

.stefi-prize h5 {
    color: #000;
}

.stefi-prize p {
    padding: 0;
    line-height: 30px;
    text-align: justify;
}

.stefi-content-img {
    display: inline-block;
}

.stefi-img-container {
    text-align: center;
    overflow: hidden;
}

@media(min-width: 1200px) {
    .stefi-content-img {
        margin: -35px 0;
    }
}


#pdfViewer .close {
    right: 20px;
    position: absolute;
    top: 20px;
    width: 50px;
    height: 50px;
    font-size: 43px;
    color: #fff;
}

    #pdfViewer .close:hover {
        color: red;
    }

.employee-hover h3.name {
    font-size: 14px !important;
}

.employee-hover > div.pub-disc {
    max-height: 62px;
    overflow: hidden;
}


.poll-result-container {
    display: block;
    width: 100%;
    border: 1px solid #BFDAB1;
    height: 17px;
    overflow: hidden;
}

.pollR {
    height: 120%;
}

.block-title.with-icon {
    margin-bottom: 10px;
}

/*Events List Fix*/
.news-block.events-list p {
    min-height: 0;
}

.news-block.events-list img {
    width: 206px;
    height: 170px;
    margin-top: 10px;
}


#accordion2 .ui-corner-all, #accordion2 .ui-corner-top, #accordion2 .ui-corner-right, #accordion2 .ui-corner-tr {
    border-top-right-radius: 3px;
    min-height: 40px;
    line-height: 40px;
}

#accordion2 .ui-corner-all, #accordion2 .ui-corner-top, #accordion2 .ui-corner-left, #accordion2 .ui-corner-tl {
    border-top-left-radius: 3px;
}

#accordion2 .ui-state-active, #accordion2 .ui-widget-content .ui-state-active, #accordion2 .ui-widget-header .ui-state-active {
    border: #C2D7E1;
    background: #C2D7E1;
    font-weight: normal;
    color: #000;
}

#accordion2 .ui-state-default, #accordion2 .ui-widget-content .ui-state-default, #accordion2 .ui-widget-header .ui-state-default {
    border: 1px solid #C2D7E1;
    background: #C2D7E1;
    font-weight: normal;
    color: #454545;
}

#accordion2 .ui-corner-all, #accordion2 .ui-corner-bottom, #accordion2 .ui-corner-right, #accordion2 .ui-corner-br {
    border-bottom-right-radius: 3px;
}

#accordion2 .ui-widget-content {
    border: #C2D7E1;
    background: #fff;
    color: #333;
}



.vision-icon {
    width: 139px;
}

.track_info {
    border-collapse: collapse;
    width: 99%;
    margin: 0;
}

    .track_info tr th {
        width: 18.8%;
        background-color: #092F57;
        border: 1px solid #818181;
        padding: 4px 10px;
        color: white;
        font-weight: normal;
        text-align: right;
    }

    .track_info tr td {
        width: 20%;
        border: 1px solid #dddddd;
        background-color: #f6f6f6;
        padding: 4px 10px;
        color: #092F57;
        text-align: right;
    }

    .track_info tr th:first-child {
        width: 3%;
    }

    .track_info tr td:last-child,
    .track_info tr th:last-child {
        width: 40%;
        text-align: right;
    }

    .track_info tr td:last-child {
        /*font-size: 18px;
        font-weight: 800;*/
    }

    .track_info tr td.golden-color {
        color: gold;
    }

    .track_info tr td.silver-color {
        color: silver;
    }

    .track_info tr td.bronz-color {
        color: brown;
    }



.custom-table {
    border-collapse: collapse;
    width: 99%;
    margin: 0;
}

    .custom-table tr th {
        background-color: #092F57;
        border: 1px solid #818181;
        padding: 4px 10px;
        color: white;
        font-weight: normal;
        text-align: right;
    }

    .custom-table tr td {
        border: 1px solid #dddddd;
        background-color: #f6f6f6;
        padding: 4px 10px;
        color: #092F57;
        text-align: right;
    }

        .custom-table tr th:first-child,
        .custom-table tr td:first-child {
            width: 8%;
            background-color: #092F57;
            color: #fff;
            text-align: center;
        }

        .custom-table tr td:last-child,
        .custom-table tr th:last-child {
            text-align: right;
        }

        .custom-table tr td:last-child {
            /*font-size: 18px;
        font-weight: 800;*/
        }

/*Video Chat Gender*/

#SelectGender {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: right;
    font-family: 'kufi';
}

    #SelectGender table {
        width: 90%;
        margin: 5%;
    }

        #SelectGender table td:first-child {
            width: 10%;
        }

        #SelectGender table td:last-child {
            width: 90%;
        }

    #SelectGender h5 {
        width: 100%;
        margin: 5%;
    }

#ao-op-available-chat {
    display: none;
}


#counter {
    clear: both;
    position: relative;
    background-color: #2d2d2d;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    #counter .img-counter-bg {
        width: 100%;
        /*position:absolute;
        right:0;
        bottom:0;*/
    }

    #counter .overlay-counter {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        #counter .overlay-counter .counter {
            display: inline-block;
            height: 100%;
            color: #eaeaea;
            /*font-family: 'Segoe UI';*/
            font-weight: 400;
            text-shadow: 1px 1px 10px #333;
            text-align: center;
        }

            #counter .overlay-counter .counter .counter-container {
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
            }

            #counter .overlay-counter .counter .d-counter {
                font-size: 52px;
            }

        #counter .overlay-counter .counter-title {
            display: inline-block;
            /*width: 40%;*/
            padding: 7px;
            text-align: right;
            color: #eaeaea;
            height: 100%;
            text-shadow: 1px 1px 10px #333;
        }

            #counter .overlay-counter .counter-title .counter-text-container {
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                width: 100%;
            }

            #counter .overlay-counter .counter-title span.counter-text {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
                font-size: 35px;
                width: 100%;
            }

@media(max-width:1024px) {
    #counter .overlay-counter .counter {
        display: inline-block;
        height: 100%;
        color: #eaeaea;
        /*font-family: 'Segoe UI';*/
        font-weight: 400;
        text-shadow: 1px 1px 10px #333;
        text-align: center;
        width: 55%;
    }



        #counter .overlay-counter .counter .d-counter {
            font-size: 28px;
            position: relative;
            top: -7px;
        }

    #counter .overlay-counter .counter-title {
        display: inline-block;
        width: 40%;
        padding: 7px;
        text-align: right;
        color: #eaeaea;
        height: 100%;
        text-shadow: 1px 1px 10px #333;
    }


        #counter .overlay-counter .counter-title span.counter-text {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            font-size: 27px;
            width: 100%;
            padding-right: 10px;
        }

    .choosenLinks img {
        height: 40px;
    }

    .choosenLinks li {
        padding: 0 15px;
    }
}

@media(max-width:992px ) {
    #counter .overlay-counter .counter {
        display: inline-block;
        height: 100%;
        color: #eaeaea;
        /*font-family: 'Segoe UI';*/
        font-weight: 400;
        text-shadow: 1px 1px 10px #333;
        text-align: center;
    }

        #counter .overlay-counter .counter .d-counter {
            font-size: 36px;
            position: relative;
            top: -7px;
        }

    #counter .overlay-counter .counter-title {
        display: inline-block;
        /*width: 40%;*/
        padding: 7px;
        text-align: right;
        color: #eaeaea;
        height: 100%;
        text-shadow: 1px 1px 10px #333;
    }



        #counter .overlay-counter .counter-title span.counter-text {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            font-size: 23px;
            width: 100%;
        }
}

@media(max-width:769px ) {


    #counter .overlay-counter .counter {
        display: inline-block;
        height: 100%;
        color: #eaeaea;
        /*font-family: 'Segoe UI';*/
        font-weight: 400;
        text-shadow: 1px 1px 10px #333;
        text-align: center;
    }


        #counter .overlay-counter .counter .d-counter {
            font-size: 20px;
            position: relative;
            top: 0;
        }

    #counter .overlay-counter .counter-title {
        display: inline-block;
        /*width: 40%;*/
        padding: 7px;
        text-align: right;
        color: #eaeaea;
        height: 100%;
        text-shadow: 1px 1px 10px #333;
    }



        #counter .overlay-counter .counter-title span.counter-text {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            font-size: 20px;
            width: 100%;
        }
}


@media(max-width:420px ) {
    #counter .overlay-counter .counter {
        display: inline-block;
        height: 100%;
        color: #eaeaea;
        font-family: 'Segoe UI';
        font-weight: 400;
        text-shadow: 1px 1px 10px #333;
        text-align: center;
    }


        #counter .overlay-counter .counter .d-counter {
            font-size: 13px;
            position: relative;
            top: -2px;
        }

    #counter .overlay-counter .counter-title {
        display: inline-block;
        /*width: 40%;*/
        padding: 7px;
        text-align: right;
        color: #eaeaea;
        height: 100%;
        text-shadow: 1px 1px 10px #333;
    }



        #counter .overlay-counter .counter-title span.counter-text {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            font-size: 13px;
            width: 100%;
        }
}

.map-keys .key {
    margin-bottom: 7px;
}

#feedback .modal-content {
    position: relative;
}

#feedback #loadingSpinner {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    text-align: center;
    /*padding: 550px 50px;*/
    cursor: not-allowed;
}

    #feedback #loadingSpinner .fa {
        margin-top: 450px;
        color: #f78963;
        text-shadow: 0px 0px 15px #989898;
    }

#loadingSpinner.page-loader {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    text-align: center;
    /*padding: 550px 50px;*/
    cursor: not-allowed;
}

    #loadingSpinner.page-loader .fa {
        margin-top: 450px;
        color: #f78963;
        text-shadow: 0px 0px 15px #989898;
    }

.hint-panel {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(46,84,129,0.7);
    z-index: 99;
    padding: 25px;
}

    .hint-panel .container {
        position: relative;
        height: 100%;
    }

    .hint-panel .hint-close {
        cursor: pointer;
        color: #000;
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        border: 2px solid #5BB74C;
        text-align: center;
        line-height: 54px;
        background-color: #5BB74C;
        box-shadow: 1px 1px 15px #333;
    }


        .hint-panel .hint-close .fa {
            font-size: 25px;
            color: #fff;
        }


    .hint-panel .bubble {
        position: absolute;
        left: 15px;
        top: -10px;
        width: 600px;
    }

        .hint-panel .bubble .bubble-img {
            width: 329px;
            float: left;
            left: -34px;
            position: relative;
            top: -10px;
        }

        .hint-panel .bubble .bubble-box {
            margin-top: 100px;
            background-color: #5BB74C;
            color: #fff;
            padding: 15px;
            width: 350px;
            box-shadow: 1px 1px 15px #333;
            font-size: 20px;
        }

            .hint-panel .bubble .bubble-box .close-hint {
                /*position: absolute;*/
                display: block;
                /*bottom:-70px;*/
                margin-top: 15px;
                color: #fff;
                background-color: #229f43 !important;
                box-shadow: 1px 1px 7px #347c29;
            }

    .hint-panel .hint-dialog {
        position: absolute;
        bottom: 20%;
        width: 100%;
        text-align: center;
    }

        .hint-panel .hint-dialog .dialog-title {
            color: #fff;
            text-shadow: 1px 1px 15px #333;
        }


    .hint-panel.hint-visible {
        display: block;
    }

#EServices .hint-panel .bubble {
    position: absolute;
    left: 25%;
    top: -10px;
    width: 600px;
}

    #EServices .hint-panel .bubble .bubble-box {
        margin-top: 100px;
        background-color: #5BB74C;
        color: #fff;
        padding: 15px;
        width: 100%;
        box-shadow: 1px 1px 15px #333;
        font-size: 20px;
    }





@media(max-width:720px ) {

    .hint-panel .hint-close {
        display: none;
    }

    .r-program-btn {
        position: absolute;
        left: 45px;
        top: -10px;
        font-size: 9px;
    }

    .cmpss-icon {
        position: absolute;
        left: 0px;
        top: -10px;
    }

    .programs-title-mod {
        font-size: 13px;
    }

    
    .hint-panel .hint-dialog .dialog-title {
        color: #fff;
        text-shadow: 1px 1px 15px #333;
        font-size: 20px;
    }

    .hint-panel .bubble .bubble-box {
        margin-top: 148px;
        background-color: #5BB74C;
        color: #fff;
        padding: 15px;
        width: 59%;
        position: absolute;
        box-shadow: 1px 1px 15px #333;
        left: -28px;
        font-size: 16px;
    }

    .hint-panel .hint-dialog {
        position: absolute;
        bottom: 20%;
        width: 73%;
        text-align: center;
    }

    #EServices .hint-panel .bubble {
        width: 100%;
        margin: auto auto;
        position: relative;
        padding: 0;
        height: 100%;
    }

        #EServices .hint-panel .bubble .bubble-box {
            /*margin-top: 148px;*/
            background-color: #5BB74C;
            color: #fff;
            padding: 15px;
            width: 125%;
            right: 23px;
            box-shadow: 1px 1px 15px #333;
            font-size: 16px;
        }

    #EServices .hint-panel .hint-dialog {
        position: relative;
        bottom: unset;
        width: 100%;
        text-align: center;
    }

    .programs .hint-panel .bubble .bubble-box {
        margin-top: 100px !important;
        margin-left: 76px !important;
    }

    .programs .hint-panel .bubble .bubble-img {
        width: 244px !important;
        top: -7px;
        left: -13px;
    }
    .tickets-btn-group button,.tickets-btn-group a{
        font-size:medium !important;
    }
}


@media(max-width:350px ) {

    .hint-panel .hint-close {
        display: none;
    }

    .r-program-btn {
        position: absolute;
        left: 30px;
        top: -10px;
        font-size: 9px;
        padding: 7px;
    }

    .cmpss-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
    }

    .programs-title-mod {
        font-size: 13px;
    }

    .hint-panel .hint-dialog .dialog-title {
        color: #fff;
        text-shadow: 1px 1px 15px #333;
        font-size: 20px;
    }

    .hint-panel .bubble .bubble-box {
        margin-top: 148px;
        background-color: #5BB74C;
        color: #fff;
        padding: 15px;
        width: 49%;
        position: absolute;
        box-shadow: 1px 1px 15px #333;
        left: -28px;
        font-size: 16px;
    }

    .hint-panel .hint-dialog {
        position: absolute;
        bottom: 20%;
        width: 73%;
        text-align: center;
    }

    #EServices .hint-panel .bubble {
        width: 100%;
        margin: auto auto;
        position: relative;
        padding: 0;
        height: 100%;
    }

        #EServices .hint-panel .bubble .bubble-box {
            /*margin-top: 148px;*/
            background-color: #5BB74C;
            color: #fff;
            padding: 15px;
            width: 125%;
            right: 23px;
            box-shadow: 1px 1px 15px #333;
            font-size: 16px;
        }

    #EServices .hint-panel .hint-dialog {
        position: relative;
        bottom: unset;
        width: 100%;
        text-align: center;
    }
}


.thanks-btn {
    width: 30px;
}

.compfield {
    display: none;
}

.numfield {
    display: none;
}

.playlist-container {
    max-width: 95%;
}

.main-container-mod {
    background-color: #eaeaea;
}

#playList {
    overflow: hidden;
}

    #playList .album-title {
        margin-bottom: 10px;
        background-color: #fff;
        padding: 15px;
    }

    #playList .pl-col {
        padding: 10px !important;
    }

    #playList #Theater {
        background-color: #fff;
        min-height: 450px;
    }

    #playList .theater-current-title {
        font-size: 25px;
        margin: 0;
        line-height: 35px;
        padding-bottom: 10px;
    }

    #playList .video-title {
        background-color: #fff;
        margin-top: 12px;
        overflow: hidden;
        padding: 15px;
    }

        #playList .video-title .theater-controls {
            /*background-color: #cacaca;*/
            /*padding: 10px;*/
            text-align: center;
        }

            #playList .video-title .theater-controls .th-control {
                display: table-cell;
                width: 1%;
                cursor: pointer;
                border-left: 1px solid #eaeaea;
                background-color: #cacaca;
            }

.theater-current-info {
    padding: 10px 0;
    background-color: white;
    border-top: solid 1px lightgray;
}

#playList #Videoslist {
    /*padding: 13px;*/
    background-color: #fff;
    max-height: 633px;
    overflow: hidden;
    overflow-y: scroll;
}

    #playList #Videoslist .video-pl-item {
        padding: 7px 0;
        border-bottom: 1px solid #d6d6d6;
        overflow: hidden;
        cursor: pointer;
    }

        #playList #Videoslist .video-pl-item.v-active {
            background-color: #616161;
        }

        #playList #Videoslist .video-pl-item:first-child {
            padding-top: 0;
        }

        #playList #Videoslist .video-pl-item:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        #playList #Videoslist .video-pl-item .img-holder {
            overflow: hidden;
        }

            #playList #Videoslist .video-pl-item .img-holder img {
            }

        #playList #Videoslist .video-pl-item .title-pl-holder {
            font-size: 14px;
            position: relative;
        }

        #playList #Videoslist .video-pl-item.v-active .title-pl-holder {
            color: #12acb0;
        }

#playList .fa-chevron-left, #playList .fa-chevron-right {
    text-shadow: 1px 1px 10px #000;
    position: absolute;
    color: white;
    top: 220px;
    font-size: 30px;
    cursor: pointer;
}

#playList .fa-chevron-left {
    left: 30px;
}

#playList .fa-chevron-right {
    right: 30px;
}

.field-validation-error {
    color: #f92323;
}

#form0 .form-control {
    margin: 0 !important;
    font-size: 13px;
    font-family: kufi;
}

#form0 .control-label {
    font-weight: 900;
    font-size: 12px;
    position: relative;
}

    #form0 .control-label .required {
        position: absolute;
        left: 0;
        top: 0;
    }


#form0 .form-group {
    margin-bottom: 15px;
    overflow: hidden;
}

.error-printer {
    margin-top: 15px;
    text-align: right;
}

#CivilId, #Phone, #Email {
    text-align: left !important;
    direction: ltr !important;
    font-family: 'Segoe UI' !important;
}

.ao.modal-backdrop.fade.in, .ao.modal-backdrop.fade, .modal-backdrop {
    display: none !important;
}

#modalSupportedBrowsers .modal-header {
    background: #003767;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

#modalSupportedBrowsers .close {
    color: #fff;
}

#modalSupportedBrowsers .modal-body {
    text-align: center;
}

    #modalSupportedBrowsers .modal-body p {
        text-align: right;
    }

    #modalSupportedBrowsers .modal-body ul {
        height: 92px;
        display: inline-block;
        margin-bottom: 0;
    }

        #modalSupportedBrowsers .modal-body ul li {
            float: right;
            text-align: center;
            margin: 0 10px;
        }

            #modalSupportedBrowsers .modal-body ul li img {
                height: 70px;
                display: block;
            }


            #modalSupportedBrowsers .modal-body ul li span {
                font-size: 14px;
                font-weight: bold;
            }




.main-container .record_container {
    position: relative !important;
    background: gray;
    min-height: 600px;
}

    .main-container .record_container .c3 {
        position: absolute !important;
    }

        .main-container .record_container .c3:nth-child(1) {
            top: 0;
            left: 0;
        }

        .main-container .record_container .c3:nth-child(2) {
            top: 0;
            right: 0;
        }

        .main-container .record_container .c3:nth-child(3) {
            bottom: 0;
            left: 0;
        }

        .main-container .record_container .c3:nth-child(4) {
            bottom: 0;
            right: 0;
        }
/*mahdi*/
.modal-backdrop {
    z-index: 0 !important;
}

.survey-modal-dialog {
    z-index: 99999999999;
    margin-top: 50px;
}

.survey-modal {
    z-index: 10000 !important;
}

.modal {
    z-index: 1000 !important;
}

.cancel {
    position: absolute;
    top: -17px;
    right: -30px;
    background-color: rgba(100,100,100,0.0);
    font-size: 31px;
    color: white;
}


/*Countdown css Start*/
.main-example {
    margin: 0 auto;
    width: 355px;
}

    .main-example .countdown-container {
        height: 130px;
    }

    .main-example .time {
        border-radius: 5px;
        /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);*/
        display: inline-block;
        text-align: center;
        position: relative;
        height: 95px;
        width: 65px;
        -webkit-perspective: 479px;
        -moz-perspective: 479px;
        -ms-perspective: 479px;
        -o-perspective: 479px;
        perspective: 479px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .main-example .count {
        background: #202020;
        color: #f8f8f8;
        display: block;
        font-family: 'Oswald', sans-serif;
        font-size: 2em;
        line-height: 2.4em;
        overflow: hidden;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        top: 0;
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: flat;
        -moz-transform-style: flat;
        -ms-transform-style: flat;
        -o-transform-style: flat;
        transform-style: flat;
    }

        .main-example .count.top {
            border-top: 1px solid rgba(255,255,255,0.2);
            border-bottom: 1px solid rgba(255,255,255,0.1);
            border-radius: 5px 5px 0 0;
            height: 50%;
            -webkit-transform-origin: 50% 100%;
            -moz-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
            -o-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
        }

        .main-example .count.bottom {
            background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
            background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            border-radius: 0 0 5px 5px;
            line-height: 0;
            height: 50%;
            top: 37%;
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
        }

        .main-example .count.next {
        }

    .main-example .label {
        font-size: 18px;
        margin-top: 5px;
        display: block;
        position: absolute;
        top: 95px;
        width: 100%;
        color: #333;
    }
    /* Animation start */
    .main-example .count.curr.top {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 3;
    }

    .main-example .count.next.bottom {
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        z-index: 2;
    }
    /* Animation end */
    .main-example .flip .count.curr.top {
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    .main-example .flip .count.next.bottom {
        -webkit-transition: all 250ms ease-in-out 250ms;
        -moz-transition: all 250ms ease-in-out 250ms;
        -ms-transition: all 250ms ease-in-out 250ms;
        -o-transition: all 250ms ease-in-out 250ms;
        transition: all 250ms ease-in-out 250ms;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

@media screen and (max-width: 48em) {
    .main-example {
        width: 100%;
    }

        .main-example .countdown-container {
            height: 100px;
        }

        .main-example .time {
            height: 70px;
            width: 48px;
        }

        .main-example .count {
            font-size: 1.5em;
            line-height: 70px;
        }

        .main-example .label {
            font-size: 0.8em;
            top: 72px;
        }
}

.ticket-status-widget {
    background-color: #eaeaea;
    overflow: hidden;
    padding: 25px 60px;
    max-width: 100%;
    margin: auto auto;
    border: 1px solid #b7b7b7;
}

.ticket-status-panel {
    overflow: hidden;
    /*padding: 25px 60px;*/
    max-width: 100%;
    margin: auto auto;
}

.ticket-status-widget .form-control, .ticket-status-widget .btn {
    border-radius: 0;
    font-size: 18px;
}

.ticket-status-widget .form-control {
    border: 1px solid #333;
    box-shadow: none;
}

/*Countdown css End*/
@media only screen and (max-width: 400px) {
    .a2a_kit.a2a_kit_size_32.a2a_default_style {
        margin-top: 70px;
    }


    .alert-dismissable .close, .alert-dismissible .close {
        right: auto;
        left: 7px !important;
    }
}

/*.modal#users {
    background: #022C3C !important;
}

    .modal#users .modal-dialog {
        height: 100%;
        width: 100% !important;
        margin: 0 !important;
    }

        .modal#users .modal-dialog .modal-content {
            background-color: rgba(2,44,60,0.8);
            height: 100%;
            background-image: url(/Content/Public/img/shape-header01.png);
            background-position: left bottom;
            background-size: inherit;
            border-radius: 0;
            border: 0;
        }

            .modal#users .modal-dialog .modal-content .change-language-button-wrapper {
                overflow: hidden;
                width: 100%;
                padding-left: 45px;
            }

            .modal#users .modal-dialog .modal-content #landingLogo {
                clear: both;
                margin: auto auto;
                margin-top: 15px;
                display: block;
            }


    .modal#users #audianceVideoBackground {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        max-width: unset;
    }

    .modal#users .modal-dialog .modal-content .landingModal, .modal#users .modal-dialog .modal-content .change-language-button-wrapper {
        max-width: 1000px;
        margin: auto auto;
    }



    .modal#users .modal-dialog .modal-content .welcome-text {
        color: #eaeaea;
        margin-bottom: 45px;
    }*/

@media (min-aspect-ratio: 16/9) {
    #audianceVideoBackground {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #audianceVideoBackground {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    #audianceVideoBackground {
        width: 350% !important;
        left: -100% !important;
        max-width: unset;
    }

    .modal#users .modal-dialog .modal-content .welcome-text {
        font-size: 13px;
    }

    .modal#users .modal-dialog .modal-content #landingLogo {
        width: 130px;
    }

    ::-webkit-scrollbar {
        width: 0;
    }
}

.library {
    width: 32px;
}





.header-wrapper .hint-panel {
    background: rgba(30,53,102,0.4);
    z-index: 99999999;
}

    .header-wrapper .hint-panel .bubble {
        position: absolute;
        right: 195px;
        top: 0;
        width: 600px;
    }

        .header-wrapper .hint-panel .bubble .bubble-img {
            width: 170px;
            left: 518px;
            top: -33px;
        }

        .header-wrapper .hint-panel .bubble .bubble-box, .programs .hint-panel .bubble .bubble-box {
            text-align: center;
            margin-top: 45px;
            margin-right: 77px;
            color: #fff;
            padding: 15px;
            width: 45%;
            box-shadow: 1px 1px 15px #333;
            font-size: 14px;
        }

            .header-wrapper .hint-panel .bubble .bubble-box h4 {
                margin-bottom: 10px;
            }

            .header-wrapper .hint-panel .bubble .bubble-box .arrow, .programs .hint-panel .bubble .bubble-box .arrow {
                width: 20px;
                margin-bottom: 4px;
                margin-top: 10px;
            }

            .header-wrapper .hint-panel .bubble .bubble-box .close-hint, .programs .hint-panel .bubble .bubble-box .close-hint {
                width: 27%;
                background-color: #fff !important;
                margin: auto;
                height: 30px;
                padding-top: 5px;
                box-shadow: none;
                cursor: pointer;
            }

.programs .hint-panel .bubble .bubble-box {
    margin-top: 130px;
    margin-right: 70px;
}

    .programs .hint-panel .bubble .bubble-box h4 {
        margin-right: 9%;
    }

.programs .hint-panel .bubble .bubble-img {
    width: 300px;
    top: -7px;
}


.overlay {
    opacity: 0.8;
    background-color: rgba(30,53,102,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
}


@media(max-width: 767px) {
    .header-wrapper .hint-panel .bubble {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 100%;
    }

        .header-wrapper .hint-panel .bubble .bubble-img {
            width: 77px;
            right: 100px;
            left: auto;
            top: -24px;
            position: absolute;
        }

        .header-wrapper .hint-panel .bubble .bubble-box {
            text-align: center;
            /* margin-top: 45px; */
            /* margin-right: 77px; */
            color: #fff;
            padding: 15px;
            width: 100%;
            box-shadow: 1px 1px 15px #333;
            font-size: 14px;
            margin: 0;
            position: absolute;
            top: 54px;
            left: 0;
        }
}

@media(max-width: 686px) {
    .header-wrapper .hint-panel .bubble {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 100%;
    }

        .header-wrapper .hint-panel .bubble .bubble-img {
            width: 77px;
            right: 131px;
            left: auto;
            top: -24px;
            position: absolute;
        }

        .header-wrapper .hint-panel .bubble .bubble-box {
            text-align: center;
            /* margin-top: 45px; */
            /* margin-right: 77px; */
            color: #fff;
            padding: 15px;
            width: 100%;
            box-shadow: 1px 1px 15px #333;
            font-size: 14px;
            margin: 0;
            position: absolute;
            top: 54px;
            left: 0;
        }
}



@media(max-width: 501px) {
    .header-wrapper .hint-panel .bubble {
        position: absolute;
        right: 0;
        left: auto;
        top: 0;
        width: 100%;
    }

        .header-wrapper .hint-panel .bubble .bubble-img {
            width: 77px;
            right: 86px;
            left: auto;
            top: -24px;
            position: absolute;
        }

        .header-wrapper .hint-panel .bubble .bubble-box {
            text-align: center;
            /* margin-top: 45px; */
            /* margin-right: 77px; */
            color: #fff;
            padding: 15px;
            width: 100%;
            box-shadow: 1px 1px 15px #333;
            font-size: 14px;
            margin: 0;
            position: absolute;
            top: 54px;
            left: 0;
        }
}




/*mahdi new compass guide end*/
/*mahdi new TicketStatus start*/
.TicketStatus {
    height: 300px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 10px;
}

    .TicketStatus form {
        margin-top: 9%;
    }

    .TicketStatus .ticket-status-widget {
        background: #fff;
        border: 0;
    }

    .TicketStatus .input-group-addon {
        background: #fff;
        border: 0 !important;
    }

.tickets-btn-group {
    text-align: center;
}

/*mahdi new TicketStatus end*/
