/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    border-top: 4px solid #cf8d00;
    border-bottom: 4px solid #cf8d00;
    border-right: 8px solid #cf8d00;
    border-left: 8px solid #cf8d00;
}

.mdli li {
    width: auto;
    float: none !important;
    cursor: pointer;
    border-radius: 0;
    font-weight: bold;
    position: relative;
    background-color: #2a2a2a;
    padding: 10px;
    font-size: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
}

    .mdli li:hover {
        color: #D19C2A;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 8px rgba(255, 255, 255, 0.1);
    }

.profile-details {
    color: #cf8d00 !important;
}

.contact-page-content2 {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #2a2a2a;
    border-radius: 3px 0 0 3px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
}

.usr-panel_img {
}

.m-dli li {
    list-style-type: none !important;
    float: none !important;
}

q {
    quotes: "“" "”" "‘" "’";
}

    q:before {
        content: open-quote;
    }

    q:after {
        content: close-quote;
    }

blockquote {
    font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
    background: url(../images/close-quote.gif) no-repeat right;
    padding-left: 18px;
    text-indent: -18px;
    display: inline-block;
    border: 0px !important;
    color: #cf8d00 !important;
    background-position-y: 35px;
}

    blockquote:first-letter {
        background: url(../images/open-quote.gif) no-repeat left;
        background-position-y: 6px;
        background-position-x: 5px;
        padding-left: 18px;
        font: italic 1.4em Georgia, "Times New Roman", Times, serif;
    }

.m-pading-left {
    padding-left: 0px;
}

.m-pading-right {
    padding-right: 0px;
}

body {
    font: 13px/23px Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input::-moz-focus-inner {
    border: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Raleway', serif;*/
}

.small-text {
    font-size: 12px;
}

.widget-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.widget-main-title {
    border-bottom: 1px solid;
}

.welcome-text {
    font-size: 24px;
    margin: 10px 0 20px 0;
    font-family: Arial;
}

.page-title {
    display: block;
    padding: 18px 20px;
}

    .page-title ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .page-title ul li {
            float: left;
            display: block;
        }

    .page-title h6 {
        font-size: 12px;
        text-transform: uppercase;
        float: left;
        margin: 0;
    }

        .page-title h6:not(:first-child):before {
            content: "/";
            padding: 0 10px;
        }

.grid-or-list {
    float: right;
}

    .grid-or-list ul {
        padding: 0;
        margin: 0;
    }

        .grid-or-list ul li {
            font-size: 14px;
            line-height: 14px;
            margin: 0 7px;
        }

            .grid-or-list ul li:last-child {
                margin-right: 0 !important;
            }

blockquote {
}

    blockquote h5 {
        font-weight: 700;
        text-transform: uppercase;
    }

.shortcode-typo p {
    margin-bottom: 20px;
}

.shortcode-typo h4 {
    margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	BOOTSTRAP OVERRIDING
/*-----------------------------------------------------------------------------------*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.nav-tabs > li {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}

    .nav-tabs > li > a:hover {
        border: none;
    }

    .nav-tabs > li > a {
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
    }

.tab-content > .tab-pane {
    padding: 20px;
    border-top: 2px solid;
    min-height: 250px;
}

.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: 0;
}

.panel-collapse {
    padding: 0 10px;
}

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
}

.progress {
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/
.site-header {
    font-size: 12px;
    border-bottom: 0px solid;
}

.header-left {
    margin-top: 70px;
}

    .header-left p i {
        margin-right: 7px;
    }

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header-right {
    margin: 0px auto;
    text-align: right;
}

.small-links {
    padding: 0;
    margin: 0 0 15px 0;
}

    .small-links li {
        list-style: none;
        display: inline;
    }

        .small-links li:not(:last-child):after {
            padding: 0 8px;
            content: '|';
        }

.search-form form input {
    min-width: 240px;
    box-shadow: none;
    border: 1px solid;
    height: 34px;
    padding: 10px;
}

.main-navigation {
    border-top: 0px solid;
    font-size: 14px;
}

.main-menu {
    padding: 0;
    /*width: 756px;*/
    width: 1012px;    
    display: block;
    margin: 0px auto !important;
}

    .main-menu li {
        list-style: none;
        display: inline-block;
        float: left;
        margin: 0;
        border-right: 1px solid;
        position: relative;
    }

        .main-menu li ul {
            text-shadow: 0 1px 0 #000;
            border: 1px solid rgba(0, 0, 0, 0.3);
            background-color: #2a2a2a !important;
            border-radius: 3px 0 0 3px !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
            background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
            position: absolute;
            z-index: 9999;
            top: 100%;
            left: 0;
            padding: 0;
        }

            .main-menu li ul li {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid rgba(0, 0, 0, 0.3);
                padding: 0;
            }

                .main-menu li ul li a {
                    display: block;
                    min-width: 300px;
                }

                    .main-menu li ul li a:hover {
                        color: #fff;
                    }

                .main-menu li ul li ul {
                    left: 100%;
                    top: 0;
                }

    .main-menu a {
        display: block;
        padding: 8px 15px;
    }

.sf-with-ul i {
    margin-left: 10px;
}

.social-icons {
    padding: 17px 20px;
    margin: 0;
}

    .social-icons li {
        list-style: none;
        display: inline-block;
        float: left;
        margin-left: 20px;
    }

.menu-toggle-btn {
    width: 100%;
    height: 60px;
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 60px;
}

.responsive_menu {
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

.main_menu {
    margin: 0;
    padding: 20px;
    list-style: none;
    border-bottom: 1px solid;
}

    .main_menu li:not(:first-child) {
        border-top: 1px solid;
        padding: 12px 0;
    }

    .main_menu li ul {
        list-style: none;
        margin-left: -10px;
        margin-top: 10px;
    }

        .main_menu li ul li {
            border-top: 1px solid;
            padding: 10px 0;
        }

            .main_menu li ul li:before {
                content: '-';
                margin-right: 10px;
            }

    .main_menu a {
        font-size: 16px;
    }

.social_icons {
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 20px;
    display: inline-block;
    text-align: center;
}

    .social_icons li {
        display: inline;
        float: left;
    }

        .social_icons li a {
            width: 36px;
            height: 36px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            display: block;
            float: left;
            text-align: center;
            line-height: 36px;
            margin-right: 10px;
        }

/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.main-slideshow {
    padding: 6px;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .slider-caption h2 {
        margin: 0 0 7px 0;
        line-height: 20px;
    }

        .slider-caption h2 a {
            margin: 0;
            font-size: 20px;
            font-weight: 600;
        }

    .slider-caption p {
        margin: 0;
        color: #a7aaac;
    }

.flexslider {
    position: relative;
    height: 400px;
}

    .flexslider img {
        width: 100%;
        overflow: hidden;
        min-height: 100%;
        height: auto;
        height: 100%;
    }

.flex-direction-nav {
    position: absolute;
    right: 36px;
}

    .flex-direction-nav a {
        width: 36px;
        height: 36px;
        display: inline-block;
        float: left;
        text-align: center;
        line-height: 36px;
        font-size: 16px;
    }

/*-----------------------------------------------------------------------------------*/
/*	SETTINGS
/*-----------------------------------------------------------------------------------*/
.grid-event-item,
.load-more-btn,
.event-container,
.event-contact,
.gallery-item,
.blog-grid-item,
.blog-post-container,
.prev-next-post,
#blog-author,
.blog-post-comments,
.contact-page-content,
.contact-form,
.contact-map,
.course-post,
#disqus_thread,
.site-footer,
.widget-item,
.widget-sidebar,
.main-slideshow,
.widget-main,
.list-event-item,
.page-title {
    margin-top: 30px;
}

.event-container,
.blog-post-inner,
#blog-author,
.blog-comments-content,
.contact-page-content,
.course-details,
#disqus_thread,
.widget-item,
.widget-main-title,
.widget-inner,
.box-content-inner,
.slider-caption {
    padding: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	MAIN STYLING
/*-----------------------------------------------------------------------------------*/
.request-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}

.request-information label {
    font-weight: 400;
    font-size: 12px;
}

.request-information label, .request-information input, .request-information select {
    display: block;
}

.request-information input {
    width: 100%;
    border: 1px solid;
    padding: 5px 10px;
    outline: none;
}

.request-info {
    margin-top: 15px;
}

input, select {
    border: none;
    outline: none;
}

.mainBtn,
.request-information .submit_field .mainBtn {
    height: 40px;
    text-align: right;
    width: auto;
    padding: 0 15px;
    margin: 0;
}

.submit_field {
    margin-top: 16px;
    line-height: 40px;
}

    .submit_field .small-text {
        line-height: 40px;
    }

.request-information .request-info select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-select select {
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    padding: 3px 8px;
    border: 1px solid;
}

.full-row {
    margin-bottom: 10px;
}

.blog-list-post,
.event-small-list,
.prof-list-item {
    display: block;
    padding-top: 15px;
}

    .blog-list-post:first-child,
    .event-small-list:first-child,
    .prof-list-item:first-child {
        padding-top: 0 !important;
    }

    .blog-list-post:last-child,
    .event-small-list:last-child,
    .prof-list-item:last-child {
        margin-bottom: 0 !important;
    }

    .blog-list-post:not(:last-child),
    .event-small-list:not(:last-child),
    .prof-list-item:not(:last-child) {
        padding-bottom: 15px;
        border-bottom: 1px dashed;
    }

.blog-list-thumb {
    float: left;
    width: 65px;
    height: 65px;
    display: block;
    margin-right: 15px;
}

    .blog-list-thumb img {
        width: 100%;
        height: 100%;
    }

.blog-list-title,
.blog-grid-title,
.event-small-title,
.event-title,
.gallery-title {
    margin: 2px 0 0 0;
}

    .blog-list-title a,
    .blog-grid-title a,
    .event-small-title a,
    .event-title a,
    .gallery-title {
        font-family: Helvetica, Arial, sans-serif;
        line-height: 22px;
        font-weight: 700;
        font-size: 14px;
    }

.blog-list-meta,
.event-small-meta,
.blog-grid-meta {
    margin: 0;
}

.calendar-small {
    float: left;
    display: block;
    margin-right: 15px;
    width: 65px;
    height: 65px;
}

    .calendar-small .s-month {
        display: block;
        width: 65px;
        height: 22px;
        line-height: 22px;
        font-weight: 600;
        text-align: center;
    }

    .calendar-small .s-date {
        font-size: 16px;
        font-weight: 700;
        width: 65px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        display: block;
    }

.prof-thumb {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 15px;
    overflow: hidden;
}

    .prof-thumb img {
        width: 100%;
        height: 100%;
    }

.prof-name-list {
    margin: 2px 0 0 0;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
}

#slider-testimonials ul {
    padding: 0;
    margin: 0;
}

    #slider-testimonials ul li {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        font-style: italic;
    }

#slider-testimonials .prev, #slider-testimonials .next {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    float: left;
    display: block;
    margin: 10px 2px 0 0;
}

.gallery-small-thumbs {
    margin-left: -12px;
    margin-bottom: -12px;
}

.thumb-small-gallery {
    overflow: hidden;
    float: left;
    margin-left: 12px;
    width: 70px;
    display: inline-block;
    height: 70px;
    margin-bottom: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumb-small-gallery img {
        width: 100%;
        height: 100%;
    }

.our-campus ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .our-campus ul li {
        float: left;
    }

        .our-campus ul li img {
            opacity: .5;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .our-campus ul li img:hover {
                opacity: .8;
            }

.grid-event-header {
    border-bottom: 1px solid;
    padding: 15px 20px;
}

    .grid-event-header span i {
        margin-right: 10px;
    }

    .grid-event-header .event-place {
        margin-right: 20px;
    }

.event-title {
    margin: 0 0 10px 0;
}

.load-more-btn {
    text-align: center;
    border-bottom: 2px solid;
}

    .load-more-btn a {
        padding: 12px 20px;
        font-weight: 700;
        display: block;
    }

    .load-more-btn:active {
        border-bottom: 0;
    }

.list-event-thumb {
    float: left;
    margin-right: 20px;
    display: block;
    width: 170px;
    height: 150px;
}

    .list-event-thumb img {
        width: 100%;
        height: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        /* For IE8 and earlier */
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .list-event-thumb img:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            /* For IE8 and earlier */
        }

.list-event-item .list-event-header {
    margin-bottom: 10px;
    line-height: 32px;
}

    .list-event-item .list-event-header span i {
        margin-right: 10px;
    }

    .list-event-item .list-event-header .event-place {
        margin-right: 20px;
    }

    .list-event-item .list-event-header .view-details {
        float: right;
    }

.lightBtn {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    line-height: 32px;
}

.event-container .event-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.event-container .event-time {
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 20px 0;
}

.left-event-content {
    float: left;
    position: relative;
}

.right-event-content {
    float: right;
    width: 65%;
}

    .right-event-content p {
        margin-bottom: 20px;
    }

.event-contact h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-contact ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}

    .event-contact ul li {
        line-height: 24px;
    }

#Grid .mix {
    display: none;
    opacity: 0;
}

.gallery-thumb {
    position: relative;
    overflow: hidden;
}

    .gallery-thumb img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.gallery-content {
    padding: 12px 20px;
}

    .gallery-content p {
        margin-top: 5px;
        margin-bottom: 0;
    }

.search-form-widget input {
    border: 1px solid;
    width: 100%;
    padding: 7px 10px;
}

.mixitup-controls {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: square;
}

    .mixitup-controls li {
        line-height: 24px;
        cursor: pointer;
    }

    .mixitup-controls .active {
        font-weight: 700;
    }

.blog-list-details,
.event-small-details {
    overflow: hidden;
}

.blog-grid-item .blog-grid-title {
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-grid-thumb {
    overflow: hidden;
    height: 220px;
    position: relative;
}

    .blog-grid-thumb .cat-blog {
        height: 26px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10px;
        line-height: 26px;
    }

    .blog-grid-thumb img {
        width: 100%;
        height: 100%;
    }

.blog-categories {
    padding: 0 20px;
}

    .blog-categories ul {
        padding: 0;
        margin: 0;
        list-style-position: inside;
        list-style-type: square;
    }

        .blog-categories ul li {
            line-height: 24px;
        }

.blog-post-image {
    overflow: hidden;
    position: relative;
}

    .blog-post-image .blog-post-meta {
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .blog-post-image .blog-post-meta ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .blog-post-image .blog-post-meta ul li {
                padding: 7px 10px;
                margin-top: 1px;
            }

                .blog-post-image .blog-post-meta ul li i {
                    margin-right: 10px;
                }

    .blog-post-image img {
        width: 100%;
    }

.blog-post-inner p {
    margin-bottom: 20px;
}

.blog-post-inner .blog-post-title {
    margin: 10px 0 20px 0;
}

.tag-items {
    line-height: 25px;
}

    .tag-items a {
        line-height: 25px;
        height: 25px;
        display: inline-block;
        padding: 0 8px;
    }

.prev-next-post .whiteBtn {
    border-bottom: 2px solid;
    display: inline-block;
    margin-right: 8px;
}

    .prev-next-post .whiteBtn:active {
        border: 0;
    }

.prev-next-post a {
    display: block;
    padding: 10px 20px;
    float: left;
    font-weight: 700;
}

.prev-next-post .prev i {
    margin-right: 10px;
}

.prev-next-post .next i {
    margin-left: 10px;
}

.blog-author-img {
    float: left;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.author-name {
    margin: 5px 0 10px 0;
    font-size: 16px;
}

    .author-name a {
        font-weight: 600;
    }

.blog-comments-content .media-heading {
    margin: 3px 0 5px 0;
    font-size: 14px;
    font-weight: 600;
}

.blog-comments-content .media-object {
    margin-right: 5px;
}

.blog-comments-content .media:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed;
}

.blog-comments-content .media .media {
    border-top: 1px dashed;
    margin-top: 35px;
    padding-top: 20px;
}

.comment-form label {
    font-size: 12px;
    font-weight: 400;
}

.comment-form input, .comment-form textarea {
    border: 1px solid;
    display: block;
    width: 100%;
    padding: 0 10px;
    outline: 0;
}

.comment-form input {
    height: 36px;
}

.comment-form textarea {
    padding: 10px;
    max-width: 100%;
}

.comment-form .mainBtn {
    margin-top: 10px;
    display: inline-block;
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
}

.contact-heading h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 5px 0 15px 0;
}

.contact-form .contact-label {
    float: left;
    display: block;
    width: 30%;
}

.contact-form label {
    margin: 0;
}

.contact-form .small-text {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
}

.contact-form input, .contact-form textarea {
    border: 1px solid;
    font-size: 12px;
    padding: 0 10px;
    outline: 0;
}

.contact-form input {
    height: 36px;
    width: 45%;
}

.contact-form textarea {
    padding: 10px;
    width: 70%;
    max-width: 70%;
}

.contact-form .full-row {
    margin-top: 20px;
}

    .contact-form .full-row:first-of-type {
        margin-top: 0;
    }

.contact-form .mainBtn {
    margin-left: 30%;
    width: auto;
    font-size: 13px;
}

.contact-map {
    padding: 6px;
}

.archive-title {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 15px 0;
}

.archive-list {
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
    margin: 0;
}

    .archive-list li {
        line-height: 24px;
    }

.course-search h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
}

.course-search-form input, .course-search-form select {
    border: 1px solid;
    height: 32px;
    padding: 0 10px;
}

.course-search-form label {
    font-weight: 400;
    font-size: 12px !important;
}

.course-search-form select {
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.course-search-form .searchbox {
    width: 63%;
}

.course-search-form .mainBtn {
    height: 36px;
    font-size: 13px;
}

.course-search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#search_advanced .searchselect {
    display: block;
}

.search-form-item {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-top: 20px;
}

    .search-form-item input, .search-form-item select {
        width: 100%;
    }

.select-yes {
    width: auto;
    margin-right: 30px;
}

    .select-yes label {
        margin-right: 10px;
    }

    .select-yes input {
        width: auto;
        height: auto;
    }

.course-list dt {
    border: 1px solid;
    position: relative;
    border-bottom: 0;
    clear: both;
    padding: 15px;
}

    .course-list dt:last-of-type {
        border-bottom: 1px solid;
    }

    .course-list dt a {
        display: block;
    }

.course-list .ui-icon {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -8px;
}

.course-list .level {
    float: left;
    width: 140px;
    font-size: 12px;
}

.course-post p {
    margin-bottom: 20px;
}

.course-post ul {
    margin: 0 0 20px 0;
}

.course-post .mainBtn {
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

.course-image {
    overflow: hidden;
}

    .course-image img {
        width: 100%;
    }

.course-post-title {
    margin: 10px 0 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.site-footer {
    border-top: 4px solid;
}

.footer-widget-title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-size: 13px;
}

.footer-widget-title {
    color: #999 !important;
}

.footer-widget .list-links {
    padding: 0 0 0 15px;
    margin: 0;
}

    .footer-widget .list-links li {
        list-style-type: square;
        line-height: 24px;
    }

.footer-media-icons {
    padding: 0;
    margin: 0;
}

    .footer-media-icons li {
        list-style: none;
        float: left;
        display: block;
    }


        .footer-media-icons li a {
            background-color: #2a2a2a;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            margin-left: 1px;
            margin-bottom: 1px;
        }

.bottom-footer {
    padding-top: 7px;
    display: block;
}

.footer-nav {
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-nav li {
        display: inline;
        font-size: 12px;
    }

        .footer-nav li:not(:first-child):before {
            padding: 0 10px;
            content: '|';
        }


/*Custom Changes*/

p {
    text-align: justify;
    color: #cf8d00;
    font-family: Tahoma;
}

#marqueecontainer {
    text-shadow: 0 1px 0 #000;
    position: relative; /*width: 200px; marquee width */
    height: 250px; /*marquee height */
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#marqueecontainer22 {
    text-shadow: 0 1px 0 #000;
    position: relative; /*width: 200px; marquee width */
    height: 450px; /*marquee height */
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.horizantal-tab {
    background: #e2e2e2;
}

    .horizantal-tab li {
        float: none !important;
        display: block;
    }

.logo img {
    width: 100%;
    height: 250px;
}

.logotxt h2 {
    color: #fff;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 25px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 1px solid #fecd0b;
    margin-bottom: 0px !important;
}

.logo, .logotxt {
    display: inline-block;
    float: left;
}

    .logotxt p {
        text-align: center !important;
        color: #fff;
        font-weight: bold;
    }

.nav-bar-main { /*background-image: url("../images/menu-bg.png");background-repeat: repeat-x;
              border-bottom: 2px solid #cf8d00;
border-top: 2px solid #cf8d00;*/
    /*background: rgba(0, 0, 0, 0.2);
text-shadow: 0 1px 0 #000;
border: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 -1px 1px rgba(255, 255, 255, 0.05);*/
}

.profile-details h3 {
    font-size: 18px;
    color: #cf8d00 !important;
}

.profile-details h5 {
    color: #999 !important;
}

.box.g4 {
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: calc(25% - 25px);
}

.box.g4, .g4 {
    width: 23%;
}

.row6 {
    height: 650px;
}

.box {
    float: left;
    color: #999;
    position: relative;
    margin-right: 25px;
    margin-top: 25px;
    border-radius: 4px;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 #000;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.08), 0 -1px 1px rgba(255, 255, 255, 0.05);
}

.nav-item {
    width: 100%;
    position: absolute;
    left: -100%;
    bottom: 0;
    float: left;
    opacity: 0;
    padding: 0 10px 10px 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .nav-item.show {
        position: relative;
        left: 0;
        opacity: 1;
    }

.updown .nav-item {
    top: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

    .updown .nav-item.show {
        position: absolute;
        top: 0;
    }

.nav-box {
    overflow: hidden;
}

    .nav-box .nav {
        width: 100%;
        height: 34px;
        float: left;
        background-color: #2a2a2a;
        border-radius: 3px 3px 0 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
    }

    .nav-box li {
        width: auto;
        float: left;
        cursor: pointer;
        border-radius: 0;
        font-weight: bold;
        position: relative;
        background-color: #2a2a2a;
        padding: 10px;
        font-size: 14px;
        border-right: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
    }

        .nav-box li:hover {
            color: #D19C2A;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 8px rgba(255, 255, 255, 0.1);
        }

        .nav-box li:active {
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
        }

        .nav-box li.sel {
            color: #D19C2A;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01);
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
        }

        .nav-box li:first-of-type {
            border-radius: 3px 0 0 0;
        }

    .nav-box .nav-body {
        float: left;
        width: 100%;
        position: relative;
    }

.nav-body:not(.no-pad) .nav-item {
    padding: 10px;
}

.nav-btm .nav {
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0 0 3px 3px;
}

    .nav-btm .nav li:first-of-type {
        border-radius: 0 0 0 3px;
    }

.nav-btm .nav-body.updown {
    overflow: hidden;
}

.nav-l .nav {
    border-radius: 3px 0 0 3px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.nav-r .nav {
    float: right;
    border-radius: 0 3px 3px 0 !important;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
}

    .nav-r .nav li:first-of-type {
        border-radius: 0 3px 0 0;
    }

.nav-l .nav,
.nav-r .nav {
    width: auto;
    height: 100%;
    border-bottom: 0;
}

.nav-l li,
.nav-r li {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.nav-l .nav-body,
.nav-r .nav-body {
    width: auto;
    overflow: hidden;
}

.nav-menu li {
    padding: 13px 20px 0 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.014), rgba(0, 0, 0, 0.02)) !important;
}

    .nav-menu li:hover {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 0 8px rgba(255, 255, 255, 0.1);
    }

    .nav-menu li:active {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
    }

    .nav-menu li.sel {
        color: #999999;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01);
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent) !important;
    }

    .nav-menu li:first-of-type {
        border-radius: 3px 0 0 3px;
    }

.breadcrumbs li {
    padding: 13px 0 0 10px;
}

    .breadcrumbs li:hover {
        color: #bbbbbb;
    }

    .breadcrumbs li.sel {
        color: #888888;
        font-weight: bold;
    }

    .breadcrumbs li:after {
        content: '/';
        font-size: 14px;
        margin-left: 10px;
        color: #999999 !important;
    }

.nav-menu,
.breadcrumbs {
    height: 100%;
}

    .nav-menu li,
    .breadcrumbs li {
        height: 100%;
        float: left;
        cursor: pointer;
    }


/* NO CALC GRID */

.box.g1, .g1 {
    width: 4.25%;
}

.box.g2, .g2 {
    width: 10.5%;
}

.box.g3, .g3 {
    width: 16.75%;
}

.box.g4, .g4 {
    width: 23%;
}

.box.g5, .g5 {
    width: 29.25%;
}

.box.g6, .g6 {
    width: 35.5%;
}

.box.g7, .g7 {
    width: 41.75%;
}

.box.g8, .g8 {
    width: 48%;
}

.box.g9, .g9 {
    width: 54.25%;
}

.box.g10, .g10 {
    width: 60.5%;
}

.box.g11, .g11 {
    width: 66.75%;
}

.box.g12, .g12 {
    width: 73%;
}

.box.g13, .g13 {
    width: 79.25%;
}

.box.g14, .g14 {
    width: 85.5%;
}

.box.g15, .g15 {
    width: 91.75%;
}

.box.g16, .g16 {
    width: 98%;
}

/* GRID */

.g1 {
    width: -webkit-calc(6.25% - 10px);
    width: -moz-calc(6.25% - 10px);
    width: calc(6.25% - 10px);
}

.g2 {
    width: -webkit-calc(12.5% - 10px);
    width: -moz-calc(12.5% - 10px);
    width: calc(12.5% - 10px);
}

.g3 {
    width: -webkit-calc(18.75% - 10px);
    width: -moz-calc(18.75% - 10px);
    width: calc(18.75% - 10px);
}

.g4 {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
}

.g5 {
    width: -webkit-calc(31.25% - 10px);
    width: -moz-calc(31.25% - 10px);
    width: calc(31.25% - 10px);
}

.g6 {
    width: -webkit-calc(37.5% - 10px);
    width: -moz-calc(37.5% - 10px);
    width: calc(37.5% - 10px);
}

.g7 {
    width: -webkit-calc(43.75% - 10px);
    width: -moz-calc(43.75% - 10px);
    width: calc(43.75% - 10px);
}

.g8 {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
}

.g9 {
    width: -webkit-calc(56.25% - 10px);
    width: -moz-calc(56.25% - 10px);
    width: calc(56.25% - 10px);
}

.g10 {
    width: -webkit-calc(62.5% - 10px);
    width: -moz-calc(62.5% - 10px);
    width: calc(62.5% - 10px);
}

.g11 {
    width: -webkit-calc(68.75% - 10px);
    width: -moz-calc(68.75% - 10px);
    width: calc(68.75% - 10px);
}

.g12 {
    width: -webkit-calc(75% - 10px);
    width: -moz-calc(75% - 10px);
    width: calc(75% - 10px);
}

.g13 {
    width: -webkit-calc(81.25% - 10px);
    width: -moz-calc(81.25% - 10px);
    width: calc(81.25% - 10px);
}

.g14 {
    width: -webkit-calc(87.5% - 10px);
    width: -moz-calc(87.5% - 10px);
    width: calc(87.5% - 10px);
}

.g15 {
    width: -webkit-calc(93.75% - 10px);
    width: -moz-calc(93.75% - 10px);
    width: calc(93.75% - 10px);
}

.g16 {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}

.box.g1 {
    width: -webkit-calc(6.25% - 25px);
    width: -moz-calc(6.25% - 25px);
    width: calc(6.25% - 25px);
}

.box.g2 {
    width: -webkit-calc(12.5% - 25px);
    width: -moz-calc(12.5% - 25px);
    width: calc(12.5% - 25px);
}

.box.g3 {
    width: -webkit-calc(18.75% - 25px);
    width: -moz-calc(18.75% - 25px);
    width: calc(18.75% - 25px);
}

.box.g4 {
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: calc(25% - 25px);
}

.box.g5 {
    width: -webkit-calc(31.25% - 25px);
    width: -moz-calc(31.25% - 25px);
    width: calc(31.25% - 25px);
}

.box.g6 {
    width: -webkit-calc(37.5% - 25px);
    width: -moz-calc(37.5% - 25px);
    width: calc(37.5% - 25px);
}

.box.g7 {
    width: -webkit-calc(43.75% - 25px);
    width: -moz-calc(43.75% - 25px);
    width: calc(43.75% - 25px);
}

.box.g8 {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
}

.box.g9 {
    width: -webkit-calc(56.25% - 25px);
    width: -moz-calc(56.25% - 25px);
    width: calc(56.25% - 25px);
}

.box.g10 {
    width: -webkit-calc(62.5% - 25px);
    width: -moz-calc(62.5% - 25px);
    width: calc(62.5% - 25px);
}

.box.g11 {
    width: -webkit-calc(68.75% - 25px);
    width: -moz-calc(68.75% - 25px);
    width: calc(68.75% - 25px);
}

.box.g12 {
    width: -webkit-calc(75% - 25px);
    width: -moz-calc(75% - 25px);
    width: calc(75% - 25px);
}

.box.g13 {
    width: -webkit-calc(81.25% - 25px);
    width: -moz-calc(81.25% - 25px);
    width: calc(81.25% - 25px);
}

.box.g14 {
    width: -webkit-calc(87.5% - 25px);
    width: -moz-calc(87.5% - 25px);
    width: calc(87.5% - 25px);
}

.box.g15 {
    width: -webkit-calc(93.75% - 25px);
    width: -moz-calc(93.75% - 25px);
    width: calc(93.75% - 25px);
}

.box.g16 {
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
}

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9,
.g10, .g11, .g12, .g13, .g14, .g15, .g16 {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}


.list-links {
    padding: 0 0 0 15px;
    margin: 0;
}

    .list-links li {
        background-image: none !important;
        list-style-type: square;
        background-color: none;
        background: none;
        box-shadow: none;
        float: left;
        cursor: pointer;
        border-radius: 0;
        font-weight: bold;
        padding: 3px;
        border: 0px;
    }

        .list-links li :hover {
            color: #D19C2A !important;
        }

.usr-panel {
    text-align: center;
}

.usr-av {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.usr-av_img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.list-links_li {
    list-style-type: disc;
}

    .list-links_li li {
        list-style-type: disc;
        display: block !important;
        float: none !important;
    }


/*===============NEWS ====================*/
.news_updates {
    width: 100%;
    border: 0px;
    line-height: 26px !important;
}

.news_update {
    width: 100%;
    display: inline-block;
    color: #fff;
    float: left;
    margin: 1px;
    background: #0086b2;
    text-align: center;
    font-size: 14px;
}

.simply-scroll {
    width: 100%;
}

    .simply-scroll .simply-scroll-clip {
        width: 100%;
        height: 45px;
    }

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-container {
    position: relative;
    max-width: 100%;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    list-style: none;
    color: #0086b2 !important;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 100%;
    max-width: 850px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    margin-right: 30px;
}

.simply-scroll-list li p a {
    color: #cf8d00 !important;
}
/*===============NEWS END====================*/

.arrow, .arrowno {
    list-style: none outside;
}

    .arrow a {
        padding-left: 12px;
        color: #cf8d00 !important;
        font-family: Tahoma;
        background: url(../images/links-list-arrow-01.png) no-repeat left 47%;
    }

    .arrowno a {
        padding-left: 12px;
        color: #cf8d00 !important;
        font-family: Tahoma;
    }
