﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');

body {
    font-family: 'Noto Sans TC',sans-serif;
    color: #202020;
    font-size: 15px;
    font-weight: 300
}

h1, h2, h3, h4, h5 {
    font-family: 'Merriweather',serif;
    font-weight: 700
}

.top-nav {
    background-color: #ededed;
    /*background-color:#dde3ff;*/ 
    border: 0;
    padding: 0;
    z-index: 999;
    position: relative;
    border-bottom: 0;
    height: auto;
    font-size: 13px;
    border-image: url("../images/border-line.jpg") 30 30 30 30 round round;
    border-bottom: 2px solid transparent;
    border-bottom: double;
}

    .top-nav .time {
        float: left;
        color: #0f2e5d;
        text-decoration: none;
        padding-top: 7px;
        font-size: 14px;
        font-weight: 400
    }

        .top-nav .time:before {
            content: "\f017";
            font-family: FontAwesome;
            margin-right: 5px
        }

    .top-nav li .top-nav li:last-child {
        border-right: 0
    }

    .top-nav ul {
        margin: 0;
        padding: 0;
        text-align: right
    }

    .top-nav li {
        list-style-type: none;
        padding: 3px;
        display: inline-block !important;
        border-right: 1px solid rgba(0,0,0,.1)
    }

        .top-nav li:nth-child(1) {
            border-right: 1px solid rgba(0,0,0,.1);
            padding: 5px 3px
        }

        .top-nav li:nth-child(2) {
            border-right: 1px solid rgba(0,0,0,.1);
            padding: 5px 3px
        }

        .top-nav li:nth-child(3) {
            padding: 4px 3px;
            border: 0
        }

        .top-nav li:nth-child(5) {
            border-right: 1px solid rgba(0,0,0,.1);
            padding: 3px 6px
        }

        .top-nav li:nth-child(4) {
            border-right: 1px solid rgba(0,0,0,.1);
            padding: 3px 5px;
            border-left: 1px solid rgba(0,0,0,.1)
        }

        .top-nav li:nth-child(9) {
            border-right: 0 solid rgba(0,0,0,.1);
            padding: 3px 10px;
            border-left: 0 solid rgba(0,0,0,.1)
        }

.fb {
    background-color: #4f80d9
}

.twit {
    background-color: #31ccff
}

.youtube {
    background-color: #f52121
}

.insta {
    background-color: #eb7221
}

.top-nav li a {
    color: #0f2e5d
}

.top-nav li img {
    height: 27px;
    /*height: 20px*/
}

.fontresize {
    font-weight: 600;
    display: block;
    padding: 0;
    font-size: 15px;
    text-align: center
}

.theame {
    font-weight: bold;
    display: block;
    padding: 0;
    text-align: center;
    border: 1px solid #fff;
    height: 23px;
    width: 20px;
    box-sizing: border-box;
    color: #fff !important
}

.language a {
    display: block;
    padding: 2px 11px;
    text-align: center;
    box-sizing: border-box;
    color: #fff !important;
    background-color: #ff550e;
    font-weight: 900
}

.social {
    font-weight: bold;
    display: block;
    padding: 0;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    box-sizing: border-box
}

.top-nav li .default {
    background-color: #024d87
}

.top-nav li .contrast {
    background-color: #000
}

.language .dropdown-menu {
    min-width: 80px;
    left: -5px;
    border-radius: 0
}

    .language .dropdown-menu > li {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px solid #efefef
    }

    .language .dropdown-menu li a {
        color: #000 !important;
        text-align: left;
        display: block
    }

.stylish-input-group .input-group-addon {
    background-color: #eda12e;
    border: 1px solid #eda12e;
    color: #fff
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: none;
    border-color: #ccc;
    border-radius: 2px
}

.stylish-input-group button {
    border: 0;
    background: transparent
}

.srchtoggle {
    display: none;
    padding: 8px 15px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.logo {
    /*padding: 8px 0*/
}

    .logo img {
        max-width: 100%
    }

.uplogo {
    padding: 10px 0
}

    .uplogo img {
        max-width: 100%
    }

.menusection {
    /*background-color: #0f2e5d;*/
    background: linear-gradient(90deg, #F27B1A 0%, #F27B1A 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100%);
    /*background: linear-gradient(90deg, #ff5210 0%, #ff7703 31%, #ff7703 64%, #ff7703 100%);*/
    padding: 1px 0
}

.navbar-inverse {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 24px
}

    .navbar-inverse .navbar-toggle {
        border-color: #fff
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: transparent
        }

.dropdown > a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 6px
}

.home > a::after {
    content: "\f015";
    font-family: "FontAwesome"
}

.dropdown-menu .has-submenu:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    right: 8px
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: .98em;
    font-weight: 300
}

.navbar-inverse .navbar-nav > li:nth-child(1) a {
    font-size: 26px;
    padding: 12px 8px;
    border-left: 0
}

.navbar-inverse .navbar-nav > li:nth-child(7) {
    border-right: 0
}

.navbar-nav > li {
    border-right: 1px solid #ffffff33
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    /*background-color: #d09a06;*/
    background-color: #00446c;
    color: #fff
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    /*background-color: #d09a06;*/
    background-color: #00446c;
    color: #fff
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #00446c;
    color: #fff
}

.navbar-nav > li > a {
    padding: 12px 22px
}

.dropdown-menu {
    border-radius: 0 !important;
    width: 180px;
    font-weight: 300;
    padding: 0
}

    .dropdown-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .dropdown-menu li:last-child {
            font-size: inherit;
            border-bottom: 0
        }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        /*background-color: #eaeaea !important;*/
        background-color: #00446c !important;
        color: #ffffff !important;
        text-decoration: none 
            
    }
    }

    .dropdown-menu > li > a {
        font-weight: 300
    }

.btn {
    position: relative;
    border-radius: 0;
    overflow: hidden
}

    .btn:before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 58px solid rgba(255,255,255,.1);
        border-right: 115px solid transparent;
        position: absolute;
        left: 0;
        top: 0
    }

.helpno {
    font-family: 'Oswald',sans-serif;
    color: #e6cd97;
    font-size: 1.58em;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 5px 0;
    text-align: right
}

    .helpno img {
        display: inline-block;
        height: 30px;
        margin-top: -9px
    }

.recentevents {
    background-image: url(../images/recentimg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.sub-events {
    background-color: rgba(255,255,255,.9);
    padding-bottom: 25px
}

    .sub-events .btn {
        font-size: 1.2em
    }

.title h3 {
    color: #0f2e5d;
    display: inline-block;
    margin: 0 0 0 0
}

.title a {
    float: right;
    color: #fff;
    display: inline-block;
    top: -7px
}

.happing {
    list-style: none;
    margin: 0;
    padding: 0
}

    .happing .owl-wrapper-outer {
        margin: 0 -10px
    }

    .happing li img:first-child {
        width: 100%;
        margin-bottom: 10px
    }

    .happing li {
        padding: 10px 10px 15px 10px
    }

    .happing .content img {
        display: none
    }

    .happing .content a {
        color: #202020
    }

    .happing .dsize {
        font-size: .9em;
        color: #0f2e5d
    }

        .happing .dsize:before {
            content: "\f1c1";
            color: #d32f2f;
            font-family: FontAwesome
        }

.ndate {
    color: #0f2e5d
}

.news {
    margin-bottom: 15px
}

.vticker {
    height: 300px !important;
    margin-bottom: 15px
}

    .vticker .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
        display: none
    }

    .vticker .dsize:before {
        content: "\f1c1";
        color: #d32f2f;
        font-family: FontAwesome
    }

    .vticker ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .vticker ul li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            font-size: 8pt;
        }

            .vticker ul li a {
                display: block;
                color: #bc8a01;
                font-weight: 500;
                font-size: 9pt;
            }

            .vticker ul li span {
                display: block
            }

            .vticker ul li .ndate {
                color: #333;
                font-size: .85em
            }

            .vticker ul li .dsize {
                color: #666;
                font-size: .85em
            }

.news .btn {
    padding: 4px 8px;
    border-radius: 0
}
/*.news .btn-primary{background-color:#103671;color:#fff;border:0;margin-right:4px}*/
.news .btn-warning {
    background-color: #bc8a01;
    color: #fff;
    border: 0;
    margin-left: 2px
}

.home-title h2 {
    color: #0f2e5d;
    position: relative;
    text-align: center;
    padding-bottom: 25px;
    font-size: 1.8em;
    line-height: 38px !important
}

    .home-title h2:before {
        content: url(../images/separator.png);
        right: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        bottom: 0
    }

.events {
    list-style: none;
    margin: 0;
    padding: 0
}

    .events .owl-wrapper-outer {
        margin: 0
    }

    .events li {
        padding: 15px 15px
    }

        .events li img:first-child {
            width: 100%;
            margin-bottom: 10px
        }

        .events li.enlipressrls img {
            width: 100% !important;
            height: 220px;
        }

        .events li.enlipressrls {
            border: 1px solid #f5f5f5;
            box-shadow: none;
            margin: 0;
            text-align: left;
            padding: 0;
            min-height: 337px;
            margin: 0 15px
        }

            .events li.enlipressrls a {
                color: #585757;
                font-size: .900em;
                /*    height: 41px !important;
    overflow: hidden;*/
                display: block;
            }

#RajBhavanGlance {
    margin-top: 19px;
}

.events li.enlipressrls a:hover {
    color: #bc8a01;
    font-size: .900em
}

.events li.enlipressrls p.ndate {
    display: block;
    padding: 5px 0;
    margin: 0;
    font-size: .800em
}

.events li.enlipressrls p.pdf-img {
    width: 20px;
    display: inline-block;
    float: left;
    margin-right: 0;
    border: 0 solid #ddd
}

.events li.enlipressrls p.ndate:before {
    margin-right: 6px;
    content: "\f073";
    color: #d32f2f;
    font-family: FontAwesome;
    font-size: 14px
}

.events li.enlipressrls p {
    display: inline-block;
    padding: 0
}

    .events li.enlipressrls p.pdf-img:before {
        content: "\f1c1";
        color: #d32f2f;
        font-family: FontAwesome
    }

    .events li.enlipressrls p.pdf-img img {
        display: none
    }

.events li.enlipressrls .newswrap {
    padding: 0 15px
}

.events li.enlipressrls p span {
    font-size: .800em !important
}

.events li.enlipressrls p span {
    font-size: .800em
}

.eventbox {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

    .eventbox .dsize {
        color: #d09a07
    }

    .eventbox .content {
        min-height: 66px
    }

.events .eventboxen {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

    .events .eventboxen .dsize {
        color: #d09a07
    }

.events .content a {
    color: #fff;
    display: block;
    border: 0 dashed #3e0672;
    text-align: center
}

    .events .content a:hover {
        text-decoration: none;
        transition: 2s all;
        color: #d09a07;
        display: block;
        border: 0 dashed #3e0672
    }

.events .content img {
    display: none
}

.events .dsize {
    font-size: .9em;
    color: #0f2e5d
}

    .events .dsize:before {
        content: "\f1c1";
        color: #d32f2f;
        font-family: FontAwesome
    }

.leaderbox {
    border-bottom: 13px solid #daba75;
    box-sizing: border-box;
    text-align: center;
    padding: 5px
}

    .leaderbox img {
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid #ccc;
        max-height: 88px
    }

    .leaderbox h4 {
        color: #cb8311;
        font-size: 1em;
        margin-bottom: 5px
    }

    .leaderbox span {
        color: #000;
        font-size: .8em;
        display: block
    }

    .leaderbox a {
        color: #fff;
        font-size: .7em;
        display: inline-block;
        padding: 3px 8px;
        background-color: #a80f2b;
        text-transform: uppercase
    }

.welcome {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5
}

.welhead {
    background-color: #b82f33;
    color: #fff;
    padding: 8px;
    display: inline-block;
    font-size: 1.6em;
    position: relative;
    min-width: 300px;
    margin-bottom: 15px
}

    .welhead span {
        display: inline-block;
        background-color: #ffb13f;
        color: #000;
        padding: 5px;
        font-size: .8em;
        position: absolute;
        min-width: 170px;
        margin-left: 10px
    }

.vigyapan, .history {
    background-color: #024d87;
    padding: 15px;
    position: relative;
    min-height: 248px;
    background-repeat: no-repeat;
    background-position: top left
}

    .history:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 65px solid rgba(0,0,0,.2);
        border-left: 88px solid transparent;
        top: 0;
        right: 0
    }

    .history p {
        color: #fff;
        text-align: justify;
        margin-top: 25px
    }

    .history a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold
    }

    .vigyapan h2, .history h2 {
        color: #fff;
        font-size: 25px;
        margin-top: 0
    }

    .vigyapan ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .vigyapan ul li a {
            color: #53230a;
            font-size: 1.2em
        }

    .vigyapan .owl-pagination {
        display: none
    }

    .vigyapan .owl-buttons {
        position: absolute;
        right: -9px;
        top: -87px;
        z-index: 100
    }

    .vigyapan .owl-controls .owl-buttons div {
        font-size: 35px;
        padding: 0 !important;
        background-color: rgba(255,255,255,.0);
        opacity: 1
    }

.quicklink {
    background-image: url(../images/newbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px
}

    .quicklink h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 30px
    }

.newshead {
    background-color: #fff;
    color: #53230a;
    padding: 15px 15px;
    position: relative;
    margin-right: 0;
    z-index: 5;
    min-height: 388px
}

    .newshead h3 {
        margin: 0;
        padding: 0 0 20px 40px;
        color: #2458ad;
        position: relative
    }

        .newshead h3:before {
            content: "\f0a1";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #2458ad;
            font-size: 30px;
            padding-right: .5em;
            position: absolute;
            top: 0;
            left: 0
        }

.newscontent {
    position: relative;
    padding: 8px;
    background-color: #fff;
    height: 355px;
    z-index: 0;
    margin-top: -30px;
    box-sizing: border-box;
    padding-top: 35px
}

    .newscontent ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 270px;
        overflow-x: hidden !important
    }

        .newscontent ul li {
            border-bottom: 1px solid #efefef;
            padding-left: 15px;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

            .newscontent ul li a {
                color: #000
            }

            .newscontent ul li:before {
                content: "\f105";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #2458ad;
                font-size: 22px;
                padding-right: .5em;
                position: absolute;
                top: -4px;
                left: 0
            }

            .newscontent ul li .ndate {
                font-size: .9em;
                margin: 5px 0 0 0;
                color: #b99546
            }

    .newscontent .foot {
        padding: 15px 6px 6px
    }

        .newscontent .foot a {
            color: #fff;
            background: #2458ad;
            padding: 8px 20px
        }

.play-pause {
    position: absolute;
    top: 12px;
    right: 15px
}

    .play-pause .btn-info, .play-pause .btn-info:hover {
        color: #53230a;
        background-color: transparent;
        border-color: #46b8da00;
        font-size: 18px !important;
        box-shadow: none
    }

    .play-pause .btn-danger, .play-pause .btn-danger:hover {
        color: #53230a;
        background-color: transparent;
        border-color: #d43f3a00;
        font-size: 18px !important;
        box-shadow: none
    }

.newscontent .stopped {
    margin-top: 0 !important
}

.otherlink {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%
}

    .otherlink li {
        box-sizing: border-box;
        width: 28.3%;
        float: left;
        margin: 0 2% 2% 0
    }

        .otherlink li a {
            text-align: center;
            display: block;
            padding: 15px;
            height: 150px;
            color: #fff;
            font-size: 1.4em;
            text-transform: uppercase;
            transition: all ease-in-out;
            transition-duration: .3s;
            background: #c44052;
            background: -moz-radial-gradient(center,ellipse cover,#c44052 0,#ae162b 100%);
            background: -webkit-radial-gradient(center,ellipse cover,#c44052 0,#ae162b 100%);
            background: radial-gradient(ellipse at center,#c44052 0,#ae162b 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c44052',endColorstr='#ae162b',GradientType=1);
            border: 3px solid #fff;
            border-radius: 10px
        }

            .otherlink li a:hover {
                background: #ae162b;
                background: -moz-linear-gradient(-45deg,#ae162b 0,#c9243b 100%);
                background: -webkit-linear-gradient(-45deg,#ae162b 0,#c9243b 100%);
                background: linear-gradient(135deg,#ae162b 0,#c9243b 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae162b',endColorstr='#c9243b',GradientType=1);
                color: #fff;
                text-decoration: none
            }

            .otherlink li a img {
                display: block;
                margin: 0 auto;
                max-width: 80%;
                margin-top: 15px;
                margin-bottom: 8px
            }

        .otherlink li:nth-child(3), .otherlink li:nth-child(6) {
            border-right: 0
        }

        .otherlink li:nth-child(4), .otherlink li:nth-child(5), .otherlink li:nth-child(6) {
            border-bottom: 0
        }

.websitelink {
    padding: 20px 0;
    background: #fff
}

.implink {
    background-color: transparent;
    height: auto;
    overflow: hidden
}

.imphead {
    background-color: #b31d23;
    color: #fff;
    padding: 20px 15px
}

.websitelink h2 {
    margin: 0
}

.brand-items .owl-buttons {
    display: none
}

.brand-item {
    padding: 0;
    border-right: 1px solid rgba(0,0,0,.1)
}

.border0 {
    border: 0 !important
}

.brand-item img {
    max-width: 100%
}

.implink .brand-items {
    margin-top: 9px
}

.implink .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.implink-content {
    padding-left: 50px
}

.contactwrap {
    background-color: #ffb13f;
    height: auto;
    overflow: hidden;
    margin: 0 15px;
    position: relative;
    z-index: 5
}

.address {
    color: #000;
    display: table;
    width: 100%;
    font-size: 1.2em
}

    .address .icons, .address span {
        display: table-cell;
        vertical-align: middle;
        height: 95px
    }

    .address .icons {
        color: #fff;
        font-size: 2.5em;
        width: 50px
    }

.readmore {
    color: #b82f33;
    border: 1px solid #efefef;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 5px
}

.incontent {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 25px
}

.pageheading {
    position: relative;
    margin-top: -35px
}

    .pageheading h2 {
        display: inline-block;
        margin: 0;
        padding: 10px 20px;
        color: #fff;
        background-color: #b82f33;
        border-radius: 10px
    }

.breed-crum-div {
    margin-bottom: 15px;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding-left: 0;
    font-family: 'Merriweather',serif !important
}

    .breadcrumb > li + li::before {
        content: no-open-quote;
        padding: 0
    }

.breed-crum-div {
    display: block;
    text-align: right
}

.breadcrumb > li, .breadcrumb > li.active, .breadcrumb > li a {
    color: #000
}

.rightmenu {
    background-color: #fcb751;
    padding: 15px;
    border-radius: 6px
}

    .rightmenu ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .rightmenu > ul > li > a {
        display: block;
        font-size: 1.5em;
        color: #53230a;
        pointer-events: none;
        margin-bottom: 10px
    }

    .rightmenu > ul ul li a {
        display: block;
        color: #000;
        font-size: 1.1em;
        padding: 10px 0;
        border-bottom: 1px dashed #53230a;
        transition-duration: .2s
    }

        .rightmenu > ul ul li a:hover {
            text-decoration: none;
            padding-left: 10px;
            color: #fff;
            background-color: rgba(0,0,0,.2);
            border-color: rgba(0,0,0,.2)
        }

    .rightmenu > ul ul li:last-child a {
        border-bottom: 0 dashed #53230a
    }

.leftside ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .leftside ul li {
        position: relative;
        padding: 3px 0 3px 0
    }

.leftside h3 {
    color: #53230a
}

.leftside h4 {
    color: #b82f33
}

.leftside h5 {
    color: #000;
    font-size: 1.1em
}

.padding0 {
    padding: 0
}

.banner {
    height: auto;
    overflow: hidden;
    padding: 10px 0 25px 0
}

.bner-pading {
    padding: 0 12px 0 0
}

.governorsection {
    border: 1px solid #ecdeb9;
    /*min-height: 198px;*/
    min-height: 360px;
    background-image: url(../images/headerbg.jpg);
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}

.governorpic {
    margin: 24px auto 0 auto;
    /*width: 174px;*/
    width: 191px;
    border: 3px solid rgba(255,255,255,.4)
}

    .governorpic img {
        max-width: 100%
    }

.governorsection h4 {
    color: #0f2e5d;
    font-weight: normal;
    font-size: 1.4em;
    /*font-size: 1.5em;*/
    margin: -15px 0 6px 0;
    /*margin: 8px 0 6px 0;*/
}

.governorsection p {
    margin-bottom: 3px !important
}

.governorsection .view {
    color: #b58604;
    font-weight: 500;
    font-size: .9em;
    text-transform: uppercase
}

.governorsection .btn {
    border-radius: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #0c2449;
    padding: 10px 5px;
    border: 0
}

    .governorsection .btn:hover {
        background-color: #bc8a01
    }

.service {
    margin-bottom: 0
}

    .service .panel-header {
        background-color: #a80f2b;
        color: #fff;
        font-family: 'Merriweather',serif;
        padding: 12px 10px 12px 45px;
        font-size: 1.2em;
        position: relative
    }

        .service .panel-header:before {
            content: "\f0c0";
            font-family: FontAwesome;
            position: absolute;
            left: 15px
        }

    .service .panel-body {
        padding: 0;
        background-color: #f1f1f1
    }

        .service .panel-body ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .service .panel-body ul li {
                border-bottom: 1px solid rgba(0,0,0,.1)
            }

                .service .panel-body ul li a {
                    display: block;
                    text-transform: uppercase;
                    color: #2458ad;
                    padding: 20px 15px 20px 70px;
                    font-weight: 500;
                    position: relative;
                    transition-duration: .2s
                }

                    .service .panel-body ul li a:hover {
                        text-decoration: none;
                        background-color: #ecdab4;
                        color: #000
                    }

                    .service .panel-body ul li a:before {
                        font-family: FontAwesome;
                        position: absolute;
                        left: 15px;
                        color: #b68c3d;
                        box-sizing: border-box;
                        height: 45px;
                        width: 45px;
                        border-radius: 50%;
                        background-color: #fff;
                        padding: 2px;
                        text-align: center;
                        border: 2px solid #e67d38;
                        top: 8px
                    }

                .service .panel-body ul li:nth-child(1) a::before {
                    content: url(../images/emergency-service.png)
                }

                .service .panel-body ul li:nth-child(2) a::before {
                    content: url(../images/traffic.png)
                }

                .service .panel-body ul li:nth-child(3) a::before {
                    content: url(../images/security.png)
                }

                .service .panel-body ul li:nth-child(4) a::before {
                    content: url(../images/lost.png)
                }

                .service .panel-body ul li:nth-child(5) a::before {
                    content: url(../images/disaster.png)
                }

                .service .panel-body ul li:nth-child(6) a::before {
                    content: url(../images/pravasi.png)
                }

.quick-links {
    padding: 30px 0
}

    .quick-links h2 {
        text-align: center;
        color: #000;
        margin-bottom: 40px;
        margin-top: 0;
        position: relative;
        padding-bottom: 15px
    }

        .quick-links h2:before {
            position: absolute;
            content: "";
            height: 3px;
            width: 7%;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #a80f2b;
            margin: 0 auto
        }

    .quick-links h3 {
        text-align: center;
        color: #000;
        margin-bottom: 0;
        margin-top: 20px;
        text-transform: uppercase;
        font-weight: 400
    }

    .quick-links img {
        display: block;
        margin: auto
    }

    .quick-links .quickthumb {
        color: #000;
        text-align: center
    }

        .quick-links .quickthumb span {
            font-family: 'Merriweather',serif;
            display: block;
            padding: 10px;
            font-weight: 500;
            font-size: 1.4em
        }

.strip {
    position: relative;
    z-index: 6;
    height: auto;
    overflow: hidden;
    background: #daba75;
    background: -moz-linear-gradient(left,#daba75 0,#b68c3d 58%,#b68c3d 100%);
    background: -webkit-linear-gradient(left,#daba75 0,#b68c3d 58%,#b68c3d 100%);
    background: linear-gradient(to right,#daba75 0,#b68c3d 58%,#b68c3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#daba75',endColorstr='#b68c3d',GradientType=1);
    font-family: 'Oswald',sans-serif;
    color: #fff;
    padding: 10px 0;
    font-size: 2.4em;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0,0,0,.2)
}

footer {
    background-image: url(../images/footerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(90deg, #ff5210 0%, #ff7703 31%, #ff7703 64%, #ff7703 100%);
    /*background: linear-gradient(90deg, #F27B1A 0%, #F27B1A 31%, rgb(237 19 124) 64%, rgb(40 143 209) 100%);*/
    /*background-color: #002c4e*/;
}

.footerbtm {
    padding: 10px 15px;
    color: rgba(255,255,255,.8);
    font-size: .85em;
    background-color: rgba(0,0,0,.3);
    font-weight: 300
}

    .footerbtm a {
        color: #fff38b
    }

.footer-link {
    padding: 25px 0;
    color: #fff;
    font-weight: 300;
    font-size: .9em
}

    .footer-link h4 {
        color: #fff;
        margin: 0 0 10px 0;
        padding: 0 0 13px 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
        text-transform: uppercase
    }

    .footer-link h5 {
        text-transform: uppercase;
        font-weight: bold
    }

    .footer-link ul, .footer-bottom ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .footer-link li a {
        display: inline-block;
        padding: 5px 0 5px 15px
    }

        .footer-link li a:before {
            content: "\f0da";
            font-family: FontAwesome;
            margin-right: 6px;
            font-size: 12px;
            position: absolute;
            left: 0
        }

    .footer-link a {
        color: #fff;
        position: relative
    }

        .footer-link a:hover {
            color: #daba75;
            text-decoration: none
        }

.footer-bottom {
    font-size: 12px;
    color: #000
}

    .footer-bottom li a, .footer-bottom a {
        color: #000
    }

    .footer-bottom li {
        display: inline-block;
        padding: 0 6px;
        border-right: 1px solid #142659
    }

        .footer-bottom li:first-child {
            padding-left: 0
        }

        .footer-bottom li:last-child {
            border-right: 0 solid #142659
        }

.banFxd {
    position: fixed !important;
    width: 100% !important;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    z-index: 0 !important;
    top: 0
}

.eventcard, .greysection, .eventcard, footer {
    position: relative;
    z-index: 5
}

.newsbgeffect {
    margin-top: 35%;
    box-shadow: 0 -3px 8px rgba(0,0,0,.5)
}

.in-welcome {
    padding: 15px
}

.in-content {
    height: auto;
    position: relative;
    z-index: 100;
    margin-bottom: 15px;
    min-height: auto;
    /*min-height: 400px;*/
    text-align: justify;
    background: linear-gradient(90deg,#fff 50%,#f3f1f1 50%);
    padding: 15px 15px 15px 0
}

    .in-content .inner-body {
        padding: 15px;
        background: #fff;
        min-height:auto;
        /*min-height: 350px;*/
        display: block;
        position: relative;
        border: 1px solid #ececec;
        overflow: auto;
    }

    .in-content h3 {
        margin-top: 5px
    }

    .in-content .inner-body h5 {
        color: #b16400
    }

.in-banner {
    position: relative
}

    .in-banner:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        right: 0;
        top: 0;
        left: 0;
        margin: 0 auto
    }

    .in-banner img {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0
    }

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    padding: 0;
    top: 15px
}

.in-banner li.item {
    margin: 0;
    list-style: none
}

.inheading h2 {
    color: #fff;
    font-size: 2.3em
}

.inheading h1 {
    color: #fff;
    font-size: 2.8em
}

.breadcrumb {
    font-size: 13px;
    padding: 15px 104px 15px 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0.15) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0.15) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#26000000',GradientType=1)
}

    .breadcrumb li a {
        color: #000
    }

    .breadcrumb li {
        color: #000 !important;
        margin: 0 5px;
        font-weight: 500
    }

    .breadcrumb .active {
        color: #00aeff !important
    }

ul.social-network li a:before {
    content: unset
}

ul.social-network {
    list-style: none;
    display: block;
    padding: 0;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom: 0
}

    ul.social-network li {
        float: left;
        box-sizing: border-box;
        width: 25%;
        border-right: 1px solid rgba(255,255,255,.2);
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

        ul.social-network li:nth-child(2) {
            border-right: 0 solid rgba(255,255,255,.2)
        }

        ul.social-network li:nth-child(3) {
            border-bottom: 0
        }

        ul.social-network li:nth-child(4) {
            border-right: 0 solid rgba(255,255,255,.2);
            border-bottom: 0
        }

.social {
    padding: 20px;
    border-radius: 2px;
    color: #fff;
    height: auto;
    overflow: hidden
}

    .social h2 {
        margin: 6px 0 0 0;
        padding: 0
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44bcdd
}

.social-circle li a {
    display: block;
    text-align: center;
    padding: 10px !important;
    color: #2dddff
}

    .social-circle li a:hover, .social-circle li a:focus {
        text-decoration: none;
        background-color: #2dddff;
        color: #fff
    }

.social-circle li i {
    display: block;
    margin: 0;
    text-align: center;
    border: 0 solid #fff;
    font-size: 15px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 2em
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}

.social-circle i {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s
}

.icoFacebook {
    background-color: #3b5998;
    color: #fff !important
}

.icoTwitter {
    background-color: #3cf;
    color: #fff !important
}

.icoRss {
    background-color: #f56505;
    color: #fff !important
}

.icoGoogle {
    background-color: rgba(255,255,255,.2);
    color: #182030 !important
}

.icoLinkedin {
    background-color: #007bb7;
    color: #fff !important
}

.icoYoutube {
    background-color: #c52828;
    color: #fff !important
}

.social-network a.icoRss:hover {
    background-color: #f56505;
    color: #fff !important
}

.social-network a.icoFacebook:hover {
    background-color: #3b5998;
    color: #fff !important
}

.social-network a.icoTwitter:hover {
    background-color: #3cf;
    color: #fff !important
}

.social-network a.icoGoogle:hover {
    background-color: #bd3518;
    color: #fff !important
}

.social-network a.icoVimeo:hover {
    background-color: #0590b8;
    color: #fff !important
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    color: #fff !important
}

.social-network a.icoYoutube:hover {
    background-color: #c52828;
    color: #fff !important
}

.btn-primary {
    background-color: #103671
}

.btn-warning {
    background-color: #d09a07
}

.foot-add li {
    margin: 5px 0 10px 0
}

    .foot-add li i {
        color: #f8c435;
        font-size: 1.5em;
        width: 35px
    }

.header-contact img {
    margin-right: 10px
}

.header-contact a {
    color: #333
}

.header-contact a {
    text-decoration: none;
    color: #0f2e5d
}

.header-contact {
    width: 100%;
    border: 2px solid #ececec;
    padding: 5px 15px;
    text-align: left;
    margin-top: 8px;
    font-weight: 300
}

    .header-contact strong {
        font-weight: 300
    }

    .header-contact p {
        margin: 0 0 6px 0;
        font-size: 1.1em
    }

    .header-contact .fa {
        margin-right: 10px;
        width: 24px;
        height: 24px;
        font-size: .8em;
        padding: 5px 0;
        color: #c8922b;
        border: 1px solid #c8922b;
        text-align: center
    }

.padd-left-0 {
    padding-left: 0
}

.news .scroll {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden
}

.search {
    float: right;
    padding: 2px !important
}

.searchbox {
    width: 200px
}

    .searchbox #searchinput {
        font-size: 12px;
        padding: 8px 4px
    }

.stylish-input-group .input-group-addon {
    background-color: #c8922b;
    border: 0 solid #f7efe0;
    color: #fff;
    padding: 0;
    border-radius: 0
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: none;
    border-color: transparent;
    border-radius: 0;
    height: 25px
}

.stylish-input-group button {
    border: 0;
    background: transparent
}

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
    padding: 0
}

    .inheading h2 {
        color: #fff;
        margin-bottom: 35px;
        padding-left: 104px;
        margin-top: 56px
    }

.in-banner {
    position: relative
}

    .in-banner img {
        max-width: 100%;
        position: relative
    }

.profilepic {
    border: 8px solid #fff;
    position: relative;
    margin-top: -150px;
    margin-bottom: 20px
}

    .profilepic .dt-product-nm {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000cf
    }

        .profilepic .dt-product-nm h4.pd-btn {
            display: block;
            padding: 10px;
            color: #FFF;
            text-align: center;
            padding: 3px 0
        }

    .profilepic img {
        max-width: 100%
    }

.viewmap {
    color: #3f9ce4;
    font-weight: bold;
    font-size: 1.1em
}

.rightimg {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.minusmargin {
    margin-top: -60px
}

.imgborder {
    padding: 4px;
    border: 0 solid #ffd354;
    border-radius: 0;
    max-width: 100%;
    margin: 0
}

.imgborder2 {
    padding: 4px;
    border: 10px solid #ffd354;
    border-radius: 0;
    max-width: 100%;
    margin: 0
}

.filter-box {
    width: 100%;
    border-collapse: collapse;
    margin: 12px auto;
    color: #fff
}

    .filter-box td {
        background-color: #0f2e5d;
        padding: 8px
    }

    .filter-box input[type=submit] {
        background: #fff;
        border: 0 solid red;
        color: #000;
        padding: 7px 10px;
        width: 100%
    }

    .filter-box input[type=text] {
        border: 1px solid #b3b3b3;
        padding: 5px;
        width: 100%;
        height: 35px;
        color: #000
    }

    .filter-box select {
        border: 1px solid #abaaaa;
        padding: 5px;
        width: 100%;
        height: 35px !important;
        color: #000
    }

.serial {
    counter-reset: Serial
}

    .serial tr td:first-child {
        text-align: center
    }

        .serial tr td:first-child::before {
            content: "" counter(Serial,decimal);
            counter-increment: Serial
        }

table thead th {
    background: #FF550E;
    color: #fff;
    font-weight: normal
}

table th {
    background: #d09a06;
    color: #fff;
    font-weight: bold
}

ul.list {
    padding: 0
}

ul.list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none
}

    ul.list li {
        line-height: 25px;
        padding-left: 25px;
        margin-bottom: 6px
    }

        ul.list li ul li {
            line-height: 26px;
            padding-left: 15px;
            margin-bottom: 6px;
            position: relative
        }

        ul.list li:before {
            content: "\f061";
            font-family: 'FontAwesome';
            color: #0f2e5d;
            font-size: 14px;
            margin-left: -30px;
            margin-right: 6px;
            padding: 2px 5px;
            width: 20px;
            height: 20px;
            box-sizing: border-box
        }

    ul.list ul {
        margin: 5px 10px 5px 17px;
        padding: 0;
        list-style: none
    }

        ul.list ul li:before {
            content: "\f105";
            font-family: 'FontAwesome';
            color: #0f2e5d;
            font-size: 18px;
            margin-left: -29px;
            margin-right: 6px;
            border: 0 solid #03356e;
            border-radius: 50%;
            padding: 0;
            width: 0;
            height: 0;
            box-sizing: border-box;
            position: absolute
        }

.portfolio {
    background: linear-gradient(90deg,#fff 50%,#fff 50%);
    padding: 6%;
    text-align: center;
    position: relative;
    min-height: 400px
}

    .portfolio .heading {
        background: #fff;
        padding: 1%;
        text-align: left;
        box-shadow: 0 0 4px 0 #545b62
    }

        .portfolio .heading img {
            width: 10%
        }

    .portfolio .bio-info {
        padding: 5%;
        background: #fff;
        min-height: 350px
    }

    .portfolio .name {
        font-weight: 600
    }

    .portfolio .bio-image {
        text-align: center;
        position: absolute;
        left: 0;
        top: -26px
    }

        .portfolio .bio-image .bio-image-wrap {
            text-align: center;
            position: absolute;
            left: 0;
            top: 0
        }

            .portfolio .bio-image .bio-image-wrap img {
                border-radius: 0
            }

        .portfolio .bio-image img {
            border-radius: 50%;
            max-width: 100%
        }

    .portfolio .bio-content {
        text-align: left;
        margin-left: 0
    }

        .portfolio .bio-content .bio-head {
            border-bottom: 1px dashed;
            margin-bottom: 15px
        }

            .portfolio .bio-content .bio-head .education {
                position: relative;
                margin-left: 50px;
                min-height: 55px;
                font-weight: 700
            }

                .portfolio .bio-content .bio-head .education:before {
                    font-family: FontAwesome;
                    content: "\f19d";
                    font-size: 30px;
                    color: #d09a06;
                    position: absolute;
                    top: -8px;
                    left: -50px
                }

            .portfolio .bio-content .bio-head .college-name {
                position: relative;
                margin-left: 70px;
                min-height: 55px;
                font-weight: 700
            }

                .portfolio .bio-content .bio-head .college-name:before {
                    font-family: FontAwesome;
                    content: "\f19c";
                    font-size: 45px;
                    color: #d09a06;
                    position: absolute;
                    top: 0;
                    left: -80px
                }

            .portfolio .bio-content .bio-head h1 {
                margin: 0
            }

        .portfolio .bio-content .bio-body span.Publication {
            position: relative;
            display: block;
            border: 1px dashed;
            padding: 10px;
            margin-bottom: 15px;
            padding-left: 65px
        }

            .portfolio .bio-content .bio-body span.Publication:before {
                font-family: FontAwesome;
                content: "\f1ea";
                font-size: 30px;
                position: absolute;
                left: 15px;
                color: #d09a06;
                top: 0
            }

        .portfolio .bio-content .bio-body span.Died {
            position: relative;
            display: block;
            border: 1px dashed;
            padding: 10px;
            padding-left: 65px
        }

            .portfolio .bio-content .bio-body span.Died:before {
                font-family: FontAwesome;
                content: url(../images/died-rip.png);
                font-size: 30px;
                position: absolute;
                left: 15px;
                color: #d09a06;
                top: 0
            }

.in-content .former-governors {
    min-height: 405px;
    margin: 0 auto 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #efefef;
    border-radius: 0;
    transition: all ease-in-out .2s;
    padding: 15px;
    position: relative;
    text-align: center
}

    .in-content .former-governors img {
        max-width: 100%;
        transition: .3s ease-in-out;
        border-radius: 10px
    }

        .in-content .former-governors img:hover {
            max-width: 100%;
            filter: sepia(100%)
        }

    .in-content .former-governors .dsize {
        color: #303030
    }

        .in-content .former-governors .dsize strong {
            color: #d09a07;
            padding: 0 5px
        }

    .in-content .former-governors a.btneffect {
        display: inline-block;
        border-radius: 0;
        background-color: #0f2e5d;
        border: 0;
        color: #fff;
        text-align: center;
        font-size: 1em;
        padding: 10px 10px;
        transition: all .5s;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }

        .in-content .former-governors a.btneffect span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: .5s
        }

        .in-content .former-governors a.btneffect:after {
            font-family: FontAwesome;
            content: "\f178";
            position: absolute;
            opacity: 0;
            top: auto;
            right: -20px;
            transition: .5s
        }

        .in-content .former-governors a.btneffect:hover {
            padding-right: 25px
        }

            .in-content .former-governors a.btneffect:hover:after {
                opacity: 1;
                right: 40px;
                top: auto
            }

        .in-content .former-governors a.btneffect i {
            font-size: 18px
        }

    .in-content .former-governors .date-process {
        border: 1px dashed #ddd;
        padding: 7px 3px;
        font-size: 70%;
        font-weight: 700
    }

.time-duration .date-process {
    margin-bottom: 10px;
    border: 1px dashed #ddd;
    padding: 6px 7px;
    font-size: 100%
}

    .time-duration .date-process strong {
        color: #d09a06;
        padding: 0 5px
    }

.in-content .chancellor-orders {
    min-height: 310px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #efefef;
    border-radius: 0;
    transition: all ease-in-out .2s;
    padding: 15px;
    position: relative;
    text-align: center
}

    .in-content .chancellor-orders img {
        max-width: 100%
    }

.pdf-size:before, .rar-size:before, .word-size:before {
    font-family: FontAwesome;
    margin: 0 5px
}

.pdf-size {
    font-size: 12px;
    color: #d09a06;
    display: block
}

    .pdf-size img {
        display: none
    }

    .pdf-size:before {
        content: "\f1c1";
        color: #d32f2f
    }

.word-size {
    font-size: 12px;
    color: #000;
    display: block
}

    .word-size:before {
        content: "\f1c2";
        color: #d32f2f
    }

.rar-size {
    font-size: 12px;
    color: #000
}

    .rar-size:before {
        content: "\f1c6";
        color: #d32f2f
    }

.in-content .chancellor-orders a.btneffect {
    display: block;
    border-radius: 0;
    border: 0;
    text-align: center;
    padding: 0;
    font-size: .9em;
    transition: all .5s;
    cursor: pointer
}

    .in-content .chancellor-orders a.btneffect span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: .5s
    }

        .in-content .chancellor-orders a.btneffect span:after {
            font-family: FontAwesome;
            content: "\f178";
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: .5s
        }

    .in-content .chancellor-orders a.btneffect:hover span {
        padding-right: 25px
    }

        .in-content .chancellor-orders a.btneffect:hover span:after {
            opacity: 1;
            right: 0
        }

    .in-content .chancellor-orders a.btneffect i {
        font-size: 18px
    }

.bords {
    list-style: none;
    margin: 0;
    padding: 0
}

    .bords li {
        padding-left: 15px;
        margin-bottom: 15px
    }

        .bords li::before {
            content: close-quote !important;
            width: 0;
            height: 0;
            display: none
        }

    .bords .s-profile {
        border-bottom: 2px solid #f3ac17;
        margin: 0 0 15px 0;
        padding: 15px 0 0 0;
        font-size: 1em;
        min-height: 245px
    }

    .bords .chairmen {
        min-height: 140px
    }

    .bords.min-hei .chairmen {
        min-height: 188px
    }

    .bords .s-profile table {
        border-collapse: collapse;
        width: 100%
    }

        .bords .s-profile table td {
            border-bottom: 1px solid #efefef;
            padding: 10px;
            vertical-align: top;
            font-family: 'Alegreya Sans',sans-serif
        }

    .bords .man-des table td {
        font-size: 12px
    }

    .bords .s-profile table tr:last-child td {
        border-bottom: 0 solid #efefef
    }

.effect-oscar {
    padding-bottom: 10px;
    border: 1px solid #f3f3f3;
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
    transition: all ease-in-out .2s;
    cursor: default;
    position: relative;
    text-align: center
}

    .effect-oscar:hover {
        box-shadow: 0 0 5px #d1cdcd;
        border: 1px solid #d2d2d200
    }

    .effect-oscar img {
        width: 100%;
        display: block;
        height: auto;
        cursor: default
    }

    .effect-oscar figcaption p {
        display: none
    }

    .effect-oscar figcaption h2 {
        font-size: 16px;
        padding: 0;
        background: 0;
        margin: 8px 0;
        font-weight: 700;
        text-align: center;
        line-height: inherit;
        display: none
    }

    .effect-oscar a {
        position: absolute;
        background-color: #0f2e5d;
        border-color: #0f2e5d;
        padding: 7px;
        color: #fff;
        display: block;
        font-size: 1em;
        bottom: 0;
        left: 0;
        right: 0
    }

        .effect-oscar a:hover, .effect-oscar a:focus {
            background: #d09a06;
            transition: 1s all;
            border-color: #d09a06;
            text-decoration: none;
            color: #fff
        }

        .effect-oscar a.btneffect {
            display: block;
            border-radius: 0;
            border: 0;
            text-align: center;
            padding: 0;
            font-size: .9em;
            transition: all .5s;
            cursor: pointer
        }

            .effect-oscar a.btneffect span {
                cursor: pointer;
                display: inline-block;
                position: relative;
                transition: .5s
            }

                .effect-oscar a.btneffect span:after {
                    font-family: FontAwesome;
                    content: "\f178";
                    position: absolute;
                    opacity: 0;
                    top: 0;
                    right: -20px;
                    transition: .5s
                }

            .effect-oscar a.btneffect:hover span {
                padding-right: 25px
            }

                .effect-oscar a.btneffect:hover span:after {
                    opacity: 1;
                    right: 0
                }

            .effect-oscar a.btneffect i {
                font-size: 18px
            }

.pdc figure {
    position: relative;
    float: left;
    overflow: hidden;
    max-height: 300px;
    height: auto;
    text-align: center;
    cursor: pointer;
    margin: 10px 0
}

    .pdc figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%
    }

figure.effect-hera h2 {
    border-bottom: solid 1px #a51227;
    border-top: solid 1px #a51227;
    margin: 0;
    font-size: 1.2em;
    font-weight: 400;
    color: #3e3d3c;
    background-color: RGBA(254,254,254,0.93);
    padding: 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

figure.effect-hera h2, figure.effect-hera p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 100%
}

figure.effect-hera figcaption::before {
    background-color: #f5c932;
    border: 2px solid #a51227;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2
}

    figure.effect-hera p a {
        color: #fff
    }

        figure.effect-hera p a:hover, figure.effect-hera p a:focus {
            opacity: .9
        }

        figure.effect-hera p a img {
            opacity: 0;
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s
        }

        figure.effect-hera p a:first-child img {
            -webkit-transform: translate3d(-60px,-60px,0);
            transform: translate3d(-60px,-60px,0)
        }

        figure.effect-hera p a img {
            -webkit-transform: translate3d(60px,-60px,0);
            transform: translate3d(60px,-60px,0)
        }

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1)
}

figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
    transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1)
}

figure.effect-hera:hover p img:empty {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

figure.effect-hera h2 {
    bottom: -19px;
    top: inherit
}

    figure.effect-hera h2 span {
        font-size: 18px;
        display: block;
        margin-top: 5px;
        margin-bottom: 8px
    }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    left: 4px;
    right: 4px; <!--
    top: -12px-->
}

.grid-stack-item-content:hover {
    background: none !important
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    overflow: hidden;
    transition: all ease-in-out .2s
}

    .grid-stack > .grid-stack-item > .grid-stack-item-content img {
        transition: 1s all;
        width: 100%;
        height: 100%
    }

.grid-stack-item-content {
    color: transparent;
    text-align: center;
    background-color: transparent !important
}

span.title-caption {
    bottom: 15px;
    color: #fff;
    line-height: 17px;
    position: absolute;
    display: block;
    background: #0f2e5dcc;
    left: 15px;
    right: 15px;
    padding: 5px 10px;
    font-size: .8em
}

.Prsrls-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .Prsrls-list li p {
        margin: 0;
        font-size: .8em;
        color: #000
    }

.Prsrls-list {
    margin: 0;
    padding: 0;
    list-style: none
}

    .Prsrls-list li {
        padding: 10px 15px !important;
        text-align: center;
        min-height: 379px;
        box-sizing: border-box;
        margin: 10px;
        width: 23.1%;
        float: left;
        border: 1px solid #ddd;
        max-height: 358px;
        overflow: hidden
    }

        .Prsrls-list li i {
            color: #F00
        }

        .Prsrls-list li img {
            width: 100%;
            height: 200px;
            display: block;
            margin: 0 auto; /*! max-width: 100%; */ /*! max-height: 200px; */
            padding-bottom: 9px
        }

        .Prsrls-list li p {
            font-size: .8em;
            text-align: center;
            position: relative;
            background: rgba(255,255,255,.8);
            border-top: 1px dashed #ccc;
            border-bottom: 1px dashed #ccc;
            padding: 10px
        }

            .Prsrls-list li p span {
                display: block
            }

        .Prsrls-list li a {
            display: block;
            color: #585454
        }

            .Prsrls-list li a strong {
                font-weight: normal;
                font-size: .890em;
                line-height: 19px
            }

        .Prsrls-list li::before {
            content: normal !important
        }

        .Prsrls-list li:hover {
            box-shadow: 0 0 12px rgba(0,0,0,.2)
        }

    .Prsrls-list li {
        border-left: 1px solid #c8ccd7;
        background-color: #fff;
        position: relative
    }

.in-content #grdstk1 .grid-stack-item-content img {
    opacity: .99;
    transition: 1s all
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
    filter: Alpha(Opacity=35);
    background-image: none
}

.grid-stack {
    background: transparent
}

em.italic-none {
    font-style: normal
}

.sitemap {
    margin: 0 15px
}

    .sitemap h4 {
        margin-bottom: 20px
    }

    .sitemap ul {
        background: url(../images/site_map_ul.gif) 0 -5px repeat-y !important;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 5px 4px 6px !important;
        position: relative !important
    }

        .sitemap ul li {
            background: url(../images/site_map_list.gif) -5px 4px no-repeat !important;
            line-height: 16px !important;
            padding: 0 0 0 10px !important;
            font: 700 10pt arial;
            margin: 10px 0;
            text-align: left
        }

            .sitemap ul li a {
                background-color: #f4f4f4;
                border: 1px solid #e5e5e5;
                color: #000 !important;
                display: inline-block;
                padding: 8px;
                border-radius: 18px;
                transition-duration: .3s
            }

                .sitemap ul li a:hover {
                    background-color: #FF550E;
                    border: 1px solid #ffc800;
                    color: #fff !important;
                    padding-left: 9px;
                    text-decoration: none
                }

            .sitemap ul li ul {
                padding-bottom: 1px
            }

                .sitemap ul li ul li {
                    font: 10pt arial
                }

.search-result {
    list-style: none;
    margin: 0;
    padding: 0
}

    .search-result li {
        border: 1px solid #eee;
        padding: 5px 10px !important;
        transition: all .2s ease 0s;
        margin-bottom: 10px
    }

        .search-result li a {
            color: #03F
        }

        .search-result li:hover {
            box-shadow: 0 0 5px rgba(0,0,0,.2)
        }

    .search-result .local {
        color: #271def;
        display: block;
        font-size: 1.18em
    }

        .search-result .local:hover {
            color: #271def
        }

    .search-result span {
        color: #006621;
        display: block;
        font-size: .85em
    }

    .search-result p {
        margin: 5px 0;
        color: #333;
        font-size: .9em
    }

.in-content > .inner-body > .portfolio {
    padding: 15px
}

    .in-content > .inner-body > .portfolio > .bio-info {
        padding: 0
    }

        .in-content > .inner-body > .portfolio > .bio-info > .bio-head1 > .bords > .s-profile {
            box-shadow: none
        }

.in-content .inner-body h2 {
    margin: 15px 0 15px 0
}

.univ-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eaeaea
}

    .univ-list li img {
        display: none
    }

    .univ-list li a {
        display: inline-block;
        font-weight: bold;
        color: #202020;
        transition-duration: .3s;
        position: relative;
        padding-left: 25px
    }

        .univ-list li a:before {
            content: "\f0da";
            font-family: FontAwesome;
            margin-right: 5px;
            color: #c8922b;
            position: absolute;
            left: 0
        }

    .univ-list li {
        padding: 10px;
        border-bottom: 1px solid #eaeaea
    }

        .univ-list li:last-child {
            border-bottom: 0 dashed #eaeaea
        }

.univ-thumb {
    list-style: none;
    margin: 0;
    padding: 0
}

    .univ-thumb li {
        box-sizing: border-box;
        width: 33%;
        float: left;
        padding: 10px;
        text-align: center
    }

        .univ-thumb li a {
            display: block;
            box-sizing: border-box;
            padding: 10px;
            border: 1px solid #f3f1f1;
            font-weight: bold;
            color: #202020;
            transition-duration: .3s;
            min-height: 210px;
            font-size: .9em
        }

            .univ-thumb li a:hover {
                box-shadow: 0 0 6px rgba(0,0,0,.3);
                color: #b48400;
                text-decoration: none
            }

        .univ-thumb li img {
            display: block;
            max-width: 50%;
            margin: 0 auto
        }

.listing {
    text-align: right
}

    .listing a {
        display: inline-block;
        padding: 7px 10px;
        border-radius: 3px;
        border: 1px solid #CCC;
        color: #333;
        margin: 0 5px
    }

        .listing a:hover {
            background-color: rgba(0,0,0,.05)
        }

.alphabets {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 5px 4px 6px !important;
    position: relative !important
}

    .alphabets > li > a {
        font-weight: bold;
        font-size: 2.3em;
        pointer-events: none;
        color: #ccc;
        text-transform: uppercase
    }

    .alphabets > li {
        padding-left: 10px;
        height: auto;
        overflow: hidden
    }

.zone {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%
}

    .zone th {
        color: #000;
        font-weight: bold;
        text-align: center
    }

    .zone td {
        color: #1a1a1a
    }

.zone-border {
    border: 2px solid #0f2e5d;
    padding: 10px;
    border-radius: 0
}

.zone-border-left {
    border-left: 2px solid #353535
}

.zone-border-right {
    border-right: 2px solid #353535
}

.zone-border-top {
    border-top: 2px solid #353535
}

.zone-border-top2 {
    border-top: 1px solid #fff
}

.zone-border-bottom {
    border-bottom: 2px solid #353535
}

.zonetable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%
}

    .zonetable td, .zonetable th {
        border: 2px solid #000;
        padding: 2px
    }

.green, .green td, .green th {
    background-color: #dcedc8
}

.red, .red td, .red th {
    background-color: #fbd7e3
}

.yellow2, .yellow2 td, .yellow2 th {
    background: #0f2e5d;
    background: -moz-linear-gradient(top,#fac695 0,#f5ab66 47%,#ef8d31 100%);
    background: -webkit-linear-gradient(top,#0f2e5d 0,#0f2e5d 47%,#0f2e5d 100%);
    background: linear-gradient(to bottom,#0f2e5d 0,#0f2e5d 47%,#0f2e5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac695',endColorstr='#ef8d31',GradientType=0);
    text-align: center;
    color: #000
}

.orgstructure td {
    font-size: .8em;
    font-weight: 700;
    color: #fff
}

.highlight {
    color: #FC0 !important
}

.rotate {
    background-color: #d09a06;
    transform: rotate(270deg);
    color: #fff;
    width: 260px;
    text-transform: uppercase;
    padding: 11px 0;
    text-align: center;
    font-weight: bold;
    margin-left: -102px;
    margin-right: -102px;
    z-index: 500;
    font-size: 1.8em
}

.border-width {
    width: 17px
}

.btn-info {
    color: #fff;
    background-color: #0f2e5d;
    border-color: #0f2e5d
}

    .btn-info:hover {
        color: #fff;
        background-color: #d09a06;
        border-color: #d09a06;
        transition: 1s all
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #d09a06;
        border: 1px dashed #000;
        box-shadow: none
    }

span.jpeg {
    font-size: 12px;
    display: block;
    color: #d09a06
}

    span.jpeg:Before {
        content: "\f1c5";
        font-family: fontawesome;
        color: #000;
        padding: 0 5px
    }

.in-content .inner-body .governor-profile .imgwrap {
    left: -18px;
    background: #fafafa;
    top: -223px;
    padding: 20px;
    border: 8px solid #ececec;
    margin: 0 auto
}

    .in-content .inner-body .governor-profile .imgwrap img {
        display: block;
        max-width: 100%;
        border: 3px solid #d09a06;
        padding: 3px;
        border-radius: 0 10%
    }

.in-content .inner-body .governor-profile h1 {
    margin: 0
}

.pagination {
    display: table-row !important
}

    .pagination a, .pagination span {
        background: #d09a06;
        border: 1px solid #d09a06;
        color: #fff;
        padding: 4px;
        margin-left: 4px
    }

        .pagination a:hover {
            background: #FC3;
            color: #000;
            text-decoration: none
        }

.notefrm {
    padding: 15px;
    background-color: #e7f3fe;
    border-left: 6px solid #2196f3
}

    .notefrm p {
        margin: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.mrg-top {
    margin-top: 20px
}

.btn-dashed {
    border: 1px dashed #000;
    font-size: 1.1em;
    color: #fff;
    white-space: initial;
    background-color: #0f2e5d
}

    .btn-dashed:hover {
        color: #fff
    }

    .btn-dashed .pdf-size {
        color: #eecc6f;
        padding-top: 7px
    }

        .btn-dashed .pdf-size::before {
            content: "\f1c1";
            color: #d32f2f
        }

.mrg-bottom {
    margin-bottom: 20px
}

.height-30 {
    height: 30px;
    display: block
}

.fancybox-title {
    background: none repeat scroll 0 0 #ffffffe6 !important;
    color: #0c0c0c;
    font-size: 1em !important;
    padding: 16px;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 10000;
    width: 100%;
    left: 0;
    border-top: 0 solid #ffce08;
    margin-top: 0;
    margin-left: 0 !important;
    margin-bottom: 0 !important
}

.fancybox-prev {
    left: -62px !important
}

.fancybox-next {
    right: -39px !important
}

.fancybox-opened .fancybox-title {
    display: block;
    transition: .5s ease;
    transition: 2s all
}

.fancybox-opened:hover .fancybox-title {
    display: block;
    transition: .5s ease;
    transition: 2s all
}

.fancybox-close {
    background-image: url(fancybox_sprite.html)
}

    .fancybox-close::before {
        font-family: FontAwesome;
        content: "\f057";
        font-size: 30px;
        color: #fff;
        position: absolute;
        top: 0;
        padding: 0 15px;
        background: #fff0;
        margin-left: 58px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

.svg_arrow {
    fill: #d50032;
    height: 15px;
    transition: all .3s cubic-bezier(.7,.3,.75,1.4);
    right: 5px;
    top: calc(0.5em - 5px);
    width: 15px
}

.in-content .inner-body .calls-to-action {
    background-color: #fff;
    font-size: 16px;
    line-height: 20px
}

    .in-content .inner-body .calls-to-action .call-to-action-row {
        list-style: none
    }

    .in-content .inner-body .calls-to-action .calls-to-action-row-container {
        margin: 0 auto;
        padding: 0
    }

    .in-content .inner-body .calls-to-action .calls-to-action-row-container {
        padding: 0
    }

    .in-content .inner-body .calls-to-action .calls-to-action-group-container {
        float: left;
        padding: 0 0 0 20px;
        position: relative;
        width: 100%
    }

        .in-content .inner-body .calls-to-action .calls-to-action-group-container [class*="col-"] {
            padding-left: 0;
            padding-right: 0
        }

    .in-content .inner-body .calls-to-action .calls-to-action-group-container-again {
        list-style: none
    }

    .in-content .inner-body .calls-to-action .calls-to-action-group-container-again {
        position: absolute
    }

    .in-content .inner-body .calls-to-action .calls-to-action-reminder-container {
        float: right;
        padding: 0 20px;
        width: 100%
    }

    .in-content .inner-body .calls-to-action .calls-to-action-reminder-container {
        width: 50%
    }

    .in-content .inner-body .calls-to-action .calls-to-action-reminder-container {
        padding: 0 30px
    }

    .in-content .inner-body .calls-to-action .call-to-action {
        display: -webkit-flex;
        -webkit-align-items: center;
        color: #007fa5;
        font-weight: 700;
        height: 80px;
        padding: 0 10px 0 0;
        position: relative;
        text-decoration: none
    }

    .in-content .inner-body .calls-to-action .call-to-action {
        height: 80px
    }

        .in-content .inner-body .calls-to-action .call-to-action .call-to-action-icon-container {
            height: 30px;
            width: 30px
        }

            .in-content .inner-body .calls-to-action .call-to-action .call-to-action-icon-container::before {
                border-top-left-radius: 50%;
                border-top-right-radius: 50%;
                border-bottom-right-radius: 50%;
                border-bottom-left-radius: 50%
            }

        .in-content .inner-body .calls-to-action .call-to-action svg {
            fill: #007fa5;
            position: relative;
            z-index: 1
        }

        .in-content .inner-body .calls-to-action .call-to-action .call-to-action-label {
            margin-left: 10px
        }

    .in-content .inner-body .calls-to-action .reminders-container {
        display: -webkit-flex;
        -webkit-align-items: center;
        font-weight: 700;
        height: 80px
    }

    .in-content .inner-body .calls-to-action .reminders-container {
        -webkit-flex-direction: row-reverse
    }

    .in-content .inner-body .calls-to-action .reminders-icon-container {
        display: block;
        height: 30px;
        margin-right: 10px;
        width: 30px
    }

        .in-content .inner-body .calls-to-action .reminders-icon-container::before {
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border-color: #d50032
        }

    .in-content .inner-body .calls-to-action .reminders {
        fill: #d50032;
        height: 30px;
        width: 30px
    }

    .in-content .inner-body .calls-to-action .reminders-anchor {
        color: #d50032;
        display: -webkit-flex;
        line-height: 30px;
        position: relative;
        text-decoration: none
    }

    .in-content .inner-body .calls-to-action .reminders-anchor {
        float: right;
        padding-left: 10px;
        padding-right: 22px
    }

    .in-content .inner-body .calls-to-action .anchor-point {
        fill: #d50032;
        height: 8px;
        width: 12px
    }

    .in-content .inner-body .calls-to-action .anchor-point {
        position: absolute;
        right: 0;
        top: 11px
    }

.in-content .inner-body .call-to-action-icon-container {
    position: relative
}

    .in-content .inner-body .call-to-action-icon-container::before {
        -webkit-animation: 1s;
        border: 3px solid #007fa5;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

.in-content .inner-body .reminders-icon-container {
    position: relative
}

    .in-content .inner-body .reminders-icon-container::before {
        -webkit-animation: 1s;
        border: 3px solid #007fa5;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

.in-content .inner-body .calls-to-action .reminders-anchor:hover, .calls-to-action .reminders-anchor:visited {
    color: #d50032;
    text-decoration: none
}

a.archive {
    position: relative;
    background: #03356e;
    color: #fff;
    padding: 7px 10px;
    width: 100%;
    display: block;
    text-align: center
}

    a.archive:before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 35px solid rgba(213,214,219,0.1);
        border-left: 30px solid transparent;
        position: absolute;
        left: -30px;
        top: 0
    }

    a.archive span.glyphicon {
        padding: 0 10px
    }

.notefrm {
    padding: 15px;
    background-color: #e7f3fe;
    border-left: 6px solid #2196f3
}

ul.righ-menu li:first-child {
    pointer-events: none !important
}

ul.policies li:first-child {
    pointer-events: initial !important
}

.events .owl-prev {
    position: absolute;
    top: 39%;
    left: -25px;
    background-color: #fff !important;
    font-size: 29px !important;
    color: #000 !important;
    box-shadow: -3px 1px 3px #727272;
    padding: 0 10px 5px 9px !important;
    margin: 0 !important;
    opacity: 1 !important;
    display: inline-block !important;
    border-radius: 0 !important
}

.events .owl-next {
    position: absolute;
    top: 39%;
    right: 4px;
    background-color: #fff !important;
    font-size: 29px !important;
    color: #000 !important;
    box-shadow: 3px 2px 2px #727272;
    padding: 0 10px 5px 9px !important;
    margin: 0 !important;
    opacity: 1 !important;
    display: inline-block !important;
    border-radius: 0 !important
}

.menuFxd {
    position: fixed;
    top: 0;
    width: 100%
}

#map-container {
    height: 680px !important
}

.btncontrolswrap .RajBhavanGlance3 a.btn3 {
    font-size: 1em;
    text-decoration: none;
    text-transform: initial;
    padding: 0 14px;
    color: #757575
}

    .btncontrolswrap .RajBhavanGlance3 a.btn3:nth-child(1), .btncontrolswrap .RajBhavanGlance3 a.btn3:nth-child(1) {
        padding: 0
    }

.btncontrolswrap {
    display: table;
    margin: 5px auto 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 6px 20px
}

.btncontrolswrap2 {
    display: table;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    position: absolute;
    top: -12px;
    right: 110px
}

    .btncontrolswrap2 .RajBhavanGlance a.btn {
        font-size: 1em;
        text-decoration: none;
        text-transform: initial;
        color: #fff
    }

.Btnhover {
    border-radius: 0;
    background-color: #253a5c;
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    padding: 10px 0;
    transition: all .5s;
    cursor: pointer;
    margin: 5px 0
}

    .Btnhover span {
        cursor: pointer;
        display: block;
        position: relative;
        transition: .5s
    }

        .Btnhover span:after {
            content: "\f08e";
            position: absolute;
            opacity: 0;
            top: 2px;
            right: 5px;
            transition: .5s;
            font-size: 1.1em;
            color: #d09a06;
            font: normal normal normal 20px/1 FontAwesome
        }

    .Btnhover:hover span {
        padding-right: 25px
    }

        .Btnhover:hover span:after {
            opacity: 1;
            right: 72px
        }

.btncontrolswrap2 .RajBhavanGlance a.btn:hover {
    color: #000;
    text-decoration: underline
}

.btncontrolswrap .RajBhavanGlance3 a.btn3:hover {
    color: #000;
    text-decoration: underline
}

.title {
    position: relative
}

.menu li .selected {
    background-color: #f3f3f3;
    color: #cf2935
}

.with-nav-tabs .nav-tabs > li > a, .with-nav-tabs .nav-tabs > li > a:hover, .with-nav-tabs .nav-tabs > li > a:focus {
    line-height: normal;
    border-radius: 0;
    padding: 0 15px;
    background: #ccc0;
    border: 0;
    border-left: 1px solid #000
}

.with-nav-tabs .nav-tabs > li:first-child a {
    border-left: 0 solid #000 !important
}

.with-nav-tabs .nav-tabs > li > a {
    border-left: 1px solid #000
}

    .with-nav-tabs .nav-tabs > .open > a, .with-nav-tabs .nav-tabs > .open > a:hover, .with-nav-tabs .nav-tabs > .open > a:focus, .with-nav-tabs .nav-tabs > li > a:hover, .with-nav-tabs .nav-tabs > li > a:focus {
        color: #ff681a
    }

.with-nav-tabs .nav-tabs > li.active > a, .with-nav-tabs .nav-tabs > li.active > a:hover, .with-nav-tabs .nav-tabs > li.active > a:focus {
    color: #ff681a;
    border: 0;
    border-left: 1px solid #000
}

.with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd
}

    .with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #777
    }

        .with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #ddd
        }

    .with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff
    }

.navtabs {
    background: 0;
    text-align: center;
    border: 0
}

.tab-content {
    padding: 15px
}

.circle-full {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center
}

    .circle-full li {
        display: inline-block;
        width: 24%;
        margin: 0 4px 13px 3px;
        text-align: center
    }

        .circle-full li img {
            width: 274px;
            height: 180px
        }

        .circle-full li h3 {
            text-align: center;
            font-family: 'Roboto Condensed',sans-serif !important;
            padding: 11px 11px !important;
            margin: 7px 0 0 0 !important;
            font-size: 18px;
            background: #002c4e;
            color: #fff !important;
            border-radius: 0;
            width: 103%;
            display: block;
            font-weight: 400
        }

            .circle-full li h3 a {
                color: #fff
            }

                .circle-full li h3 a:hover {
                    text-decoration: none
                }

.degree-button, .degree-button:hover, .degree-button:focus {
    background: #804421;
    color: #fff;
    padding: 9px;
    margin: 0 auto;
    display: block;
    width: 127px;
    font-family: 'Roboto',sans-serif;
    border: 1px solid #793a15
}

.whats-new-panel {
    border: 0;
    display: block
}

    .whats-new-panel .panel-heading {
        background: 0;
        text-align: center;
        border: 0
    }

    .whats-new-panel ul {
        border-bottom: 0 !important;
        padding-bottom: 9px
    }

        .whats-new-panel ul li {
            float: none;
            display: inline-block;
            font-family: 'Roboto Condensed',sans-serif;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 1.230em
        }

        .whats-new-panel ul li {
            color: #000
        }

.inner-body .glance-left .col-md-4 {
    padding: 7px !important
}

.events-press {
    border: 1px solid #ddd;
    display: block;
    padding: 15px;
    position: relative;
    overflow: hidden;
    padding-right: 19px;
    padding-left: 10px;
    padding-bottom: 0px;
}

section.happenings-news {
    margin-bottom: 15px;
    display: block
}

.photo-box {
    position: relative;
    overflow: hidden;
    height: auto
}

    .photo-box img {
        position: relative;
        max-width: 100%;
        z-index: 0
    }

    .photo-box .overlay {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: rgba(0,0,0,.5);
        z-index: 5;
        top: 0;
        width: 100%;
        height: 260px;
        transition-duration: .3s
    }

    .photo-box .icon {
        position: relative;
        text-align: center;
        border: 1px solid rgba(255,255,255,.0);
        margin: 15px;
        padding: 15px;
        transition-duration: .4s
    }

    .photo-box:hover .overlay {
        background-color: rgba(6,98,128,0.6)
    }

    .photo-box:hover .icon {
        border: 1px solid #fff;
        padding: 45px 15px
    }

    .photo-box .icon img {
        margin: 0 auto;
        margin-bottom: 10px;
        transition-duration: .3s
    }

    .photo-box:hover .icon img {
        width: 0;
        opacity: .0
    }

    .photo-box .btn-view {
        display: none;
        background-color: #fff;
        padding: 6px 1px;
        text-decoration: none;
        margin-top: 10px
    }

    .photo-box:hover .btn-view {
        display: block
    }

    .photo-box p span {
        color: #fff;
        font-size: 1.556em;
        font-weight: 600;
        font-family: 'Roboto Condensed',sans-serif;
        display: block;
        border-bottom: 1px solid #fff
    }

    .photo-box:hover .icon span {
        border-bottom: 0
    }

    .photo-box p:hover overlay {
        border-bottom: 0
    }

    .photo-box p span::first-letter {
        color: #f8c845;
        font-size: 1.856em;
        font-weight: 600;
        font-family: 'Roboto Condensed',sans-serif
    }

.content-section {
    display: block;
    padding: 11px 0
}

    .content-section .read-1 {
        text-align: right
    }

    .content-section a {
        background-color: #eabb3c;
        padding: 6px 13px;
        color: #2e2e2e;
        display: inline-block;
        margin-top: 0
    }

.image-effect img {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    margin: 0 auto
}

.image-effect:hover img {
    transform: scale(1.08);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.content-section a:hover {
    background-color: #0f2e5d;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.content-heading p {
    line-height: 22px !important
}

.content-heading .head-1 {
    color: #d29808;
    font-size: 20px;
    font-weight: bolder
}

.content-heading .head-2 {
    color: #1c8cac;
    font-size: 18px;
    font-weight: bolder;
    line-height: 28px
}

.content-heading h3 {
    color: #0f2e5d;
    font-size: 1.6em;
    font-weight: 500;
    font-family: 'Merriweather',serif;
    margin-top: 0 !important
}

.main-grid2 #grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

    .main-grid2 #grid img {
        width: 100%
    }

    .main-grid2 #grid .item {
        position: relative;
        overflow: hidden;
        margin-bottom: 16px;
        cursor: pointer
    }

        .main-grid2 #grid .item:hover .hover-wrap, .main-grid2 #grid .item.active .hover-wrap {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: rotateY(0deg) scale(1,1);
            -moz-transform: rotateY(0deg) scale(1,1);
            -ms-transform: rotateY(0deg) scale(1,1);
            -o-transform: rotateY(0deg) scale(1,1);
            transform: rotateY(0deg) scale(1,1)
        }

        .main-grid2 #grid .item .hover-wrap {
            position: absolute;
            display: block;
            width: 100%;
            opacity: 0;
            height: 100%;
            text-decoration: none;
            filter: alpha(opacity=0);
            -webkit-transition: all 450ms ease-out 0s;
            -moz-transition: all 450ms ease-out 0s;
            -o-transition: all 450ms ease-out 0s;
            transition: all 450ms ease-out 0s;
            -webkit-transform: rotateY(180deg) scale(0.5,0.5);
            -moz-transform: rotateY(180deg) scale(0.5,0.5);
            -ms-transform: rotateY(180deg) scale(0.5,0.5);
            -o-transform: rotateY(180deg) scale(0.5,0.5);
            transform: rotateY(180deg) scale(0.5,0.5)
        }

            .main-grid2 #grid .item .hover-wrap .overlay-img {
                background-color: rgba(1,43,72,0.8)
            }

            .main-grid2 #grid .item .hover-wrap .overlay-img {
                position: absolute;
                width: 100%;
                height: 100%;
                opacity: 1;
                filter: alpha(opacity=1)
            }

            .main-grid2 #grid .item .hover-wrap .overlay-img-thumb {
                position: absolute;
                top: 72%;
                left: 50%;
                margin: -16px 0 0 -16px;
                color: #fff;
                font-size: 32px;
                line-height: 1em;
                opacity: 1;
                filter: alpha(opacity=100)
            }

                .main-grid2 #grid .item .hover-wrap .overlay-img-thumb.top {
                    top: 63%
                }

        .main-grid2 #grid .item .heading, .main-grid2 #grid .item .data-content {
            color: #fff;
            text-align: center;
            padding: 0 5%;
            z-index: 9;
            position: relative;
            display: inline-block;
            margin-bottom: 16px;
            width: 100%
        }

        .main-grid2 #grid .item .def-head {
            position: absolute;
            display: block;
            bottom: 0;
            padding: 13px 11px;
            text-align: center;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 15px;
            transition-duration: .1s;
            color: #fff;
            text-shadow: 1px 1px 1px #403e3e;
            font-weight: 400;
            background-color: #03233ebd;
            border-top: 0 solid #fff;
            border-bottom: 0 solid #fff
        }

        .main-grid2 #grid .item:hover .def-head {
            display: none
        }

span.view-page {
    color: #fff;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    width: 150px;
    margin: auto;
    padding: 5px 0;
    z-index: 9;
    position: relative
}

.main-grid2 #grid .item .heading {
    padding-top: 45%;
    display: block;
    font-size: 23px;
    font-family: 'Merriweather',serif
}

.main-grid2 #grid .item .heading-3 {
    padding-top: 6%;
    display: block;
    font-size: 23px;
    font-family: 'Merriweather',serif;
    color: #fff;
    z-index: 10000;
    text-align: center;
    position: relative
}

.main-grid2 #grid .item .heading-2 {
    padding-top: 20%;
    display: block;
    font-size: 23px;
    font-family: 'Merriweather',serif;
    color: #fff;
    z-index: 10000;
    text-align: center;
    position: relative;
    padding-bottom: 7px
}

.main-grid2 #grid .item .heading.top-center {
    margin-top: 20%
}

.img-border-1 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden
}

.gallery-name span a {
    background-color: #0f2e5d;
    padding: 9px 13px;
    color: #fff;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center
}

    .gallery-name span a:hover {
        background-color: #eabb3c;
        color: #000;
        text-decoration: none;
        transition: all .2s ease-in-out
    }

.newgallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    list-style: none;
    margin: 0
}

    .newgallery li {
        -ms-flex: 33%;
        flex: 33%;
        max-width: 33%;
        padding: 0 4px;
        vertical-align: middle
    }

        .newgallery li img {
            max-width: 100%;
            position: relative;
            z-index: 0
        }

        .newgallery li a {
            display: block;
            position: relative;
            overflow: hidden;
            height: auto;
            z-index: 0;
            margin-bottom: 8px
        }

        .newgallery li .overlay {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 5;
            top: 0;
            right: 0;
            left: 0;
            text-align: center;
            background-color: rgba(1,43,72,0.8);
            padding: 30px;
            transition: all 450ms ease-out 0s;
            -webkit-transform: rotateY(180deg) scale(0.5,0.5);
            -moz-transform: rotateY(180deg) scale(0.5,0.5);
            -ms-transform: rotateY(180deg) scale(0.5,0.5);
            -o-transform: rotateY(180deg) scale(0.5,0.5);
            transform: rotateY(180deg) scale(0.5,0.5);
            opacity: .0
        }

        .newgallery li .def-head {
            position: absolute;
            display: block;
            bottom: 0;
            padding: 13px 11px;
            text-align: center;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 15px;
            transition: all 250ms ease-out 0s;
            color: #fff;
            text-shadow: 1px 1px 1px #403e3e;
            font-weight: 400;
            background-color: rgba(1,43,72,0.8);
            border-top: 0 solid #fff;
            border-bottom: 0 solid #fff;
            z-index: 5;
            opacity: 1
        }

        .newgallery li a:hover .overlay {
            -webkit-transform: rotateY(0deg) scale(1,1);
            -moz-transform: rotateY(0deg) scale(1,1);
            -ms-transform: rotateY(0deg) scale(1,1);
            -o-transform: rotateY(0deg) scale(1,1);
            transform: rotateY(0deg) scale(1,1);
            opacity: 1
        }

        .newgallery li a:hover .def-head {
            bottom: -15%;
            opacity: .0
        }

        .newgallery li .heading, .newgallery li .data-content {
            display: block;
            text-align: center;
            margin-bottom: 10px
        }

        .newgallery li .heading {
            font-size: 23px;
            font-family: 'Merriweather',serif;
            color: #fff;
            font-weight: bold;
            margin-top: 48%
        }

        .newgallery li .data-content {
            color: #fff;
            padding-top: 29px;
            font-size: 1em;
            font-weight: normal;
            padding-bottom: 16px
        }

        .newgallery li .view-page {
            color: #fff;
            display: inline-block;
            text-align: center;
            border: 1px solid #fff;
            margin: auto;
            padding: 5px 10px;
            z-index: 9;
            position: relative;
            width: auto
        }

.vdo-holder {
    height: 440px !important;
    overflow: hidden !important;
    position: relative
}

    .vdo-holder video {
        height: auto !important;
        position: relative;
        top: -85px
    }

.main-vdo {
    overflow: hidden !important
}

    .main-vdo video {
        position: relative;
        top: -85px
    }

.back-360 {
    display: block;
    text-align: right;
    position: absolute;
    top: 22.4%;
    right: 104px;
    z-index: 1000
}

    .back-360 a.archive {
        position: relative;
        background: #fddd54;
        color: #000;
        padding: 13px;
        width: 100%;
        display: inline;
        text-align: center
    }

        .back-360 a.archive:hover {
            text-decoration: none
        }

        .back-360 a.archive span.glyphicon {
            padding: 0 10px
        }

        .back-360 a.archive:before {
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-right: 12px solid #fddd54;
            border-bottom: 24px solid transparent;
            position: absolute;
            left: -42px;
            top: 0
        }

.but-mar-bot {
    margin-bottom: 15px
}

.btm-0 .incontent {
    padding-bottom: 0 !important;
    position: relative
}

.controlbtn {
    list-style: none;
    margin: 4px 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 7.6%;
    z-index: 1000
}

    .controlbtn li {
        display: inline-block;
        margin: 0 3px
    }

        .controlbtn li a {
            display: inline-block;
            padding: 8px 15px;
            background-color: rgba(0,0,0,.4);
            color: #fff;
            border-radius: 5px
        }

            .controlbtn li a:hover {
                text-decoration: none;
                background-color: #d09a06
            }

.panoma-holder {
    position: relative
}

.controlbtn2 {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    text-align: right
}

    .controlbtn2 li {
        display: inline-block;
        margin: 0 3px
    }

        .controlbtn2 li a {
            display: inline-block;
            padding: 8px 15px;
            background-color: #0f2e5d;
            color: #fff
        }

            .controlbtn2 li a:hover {
                text-decoration: none;
                background-color: #d09a06
            }

.bigdiv {
    padding: 0
}

    .bigdiv img, .bigdiv video {
        max-width: 100%
    }

    .bigdiv video {
        height: 446px
    }

.eh5v_script {
    display: none
}

.smalldiv {
    padding: 25px 50px 0 100px;
    text-align: justify
}

.smalldiv-r {
    padding: 25px 100px 0 50px;
    text-align: justify
}

    .smalldiv h1, .smalldiv-r h1, .fulldiv h1 {
        color: #0f2e5d;
        text-align: left
    }

    .smalldiv h3, .smalldiv-r h3, .fulldiv h3 {
        color: #b78300
    }

.fulldiv {
    padding: 15px 100px 0 100px;
    text-align: justify
}

.explorelink {
    background-color:;
    margin: 0 -15px;
    padding: 30px 0
}

.section-pading {
    padding: 25px 0
}

.darkbg {
    background-color: #0f2e5d;
    color: #fff
}

    .darkbg h1 {
        color: #fff
    }

.lightbg {
    background-color: #edf2f9
}

.listcolum {
    column-count: 3
}

.moretext {
    display: none
}

.effect-oscar1 {
    margin-bottom: 30px !important;
    border: 1px solid rgba(243,243,243,0) !important;
    padding: 0
}

    .effect-oscar1 a {
        position: relative !important
    }
/*.table>tbody>tr>td{text-align:left}*/
.vertical-tabs {
    font-size: 15px;
    padding: 10px;
    color: #000
}

    .vertical-tabs p {
        color: #fff
    }

    .vertical-tabs .nav-tabs .nav-link {
        border-radius: 0;
        text-align: left;
        font-size: 20px;
        color: #fff;
        padding: 8px 0;
        font-weight: 600
    }

        .vertical-tabs .nav-tabs .nav-link.active {
            color: #ffd56c
        }

    .vertical-tabs .tab-content > .active {
        background: #fff;
        display: block
    }

    .vertical-tabs .nav.nav-tabs {
        border-bottom: 0;
        display: block;
        float: left;
        margin-right: 20px;
        padding-right: 15px
    }

    .vertical-tabs .sv-tab-panel {
        background: #fff;
        height: 274px;
        padding-top: 10px
    }

    .vertical-tabs .nav > li > a:hover, .vertical-tabs .nav > li > a:focus {
        background-color: transparent;
        border-color: transparent
    }

@media only screen and (max-width:420px) {
    .titulo {
        font-size: 22px
    }
}

@media only screen and (max-width:325px) {
    .vertical-tabs {
        padding: 8px
    }
}

.menu ul > li > ul li a {
    font-size: .9em !important
}

.filter-input-ul {
    float: left
}

.btn.focus, .btn:focus, .btn:hover {
    color: #f8ec7e !important
}

.profile-pic {
    text-align: center;
}

    .profile-pic a {
    }

.profile-btn {
    text-align: center !important;
    margin-bottom: 7px;
}

    .profile-btn a {
        font-size: 13px !important;
        background-color: #d09a07 !important;
        padding: 4px 13px;
        color: #fff !important;
        display: inline-block;
        width: 49%;
        line-height: 21px;
    }


        .profile-btn a:hover {
            background-color: #0f2e5d !important;
            text-decoration: none;
            color: #fff !important;
        }

        .profile-btn a:focus {
            text-decoration: none !important;
        }

.new-img img {
    width: auto !important;
    height: auto !Important;
}

.connect-with-us {
    background: #c9c2c6;
}

.news {
    margin-bottom: 15px;
    margin-right: -14px;
    width: 26%;
}

    .news .title {
        background: #cee4f0 !important;
        background: #fff;
    }

        .news .title h3 {
            color: #0f2e5d;
            display: inline-block;
            margin: 0 0 0px 0;
            font-size: 19px;
            padding: 8px;
        }

    .news .vticker {
        background: #fff;
    }

    .news .vticker2 {
        background: #fff;
    }

.vticker2 ul li, .vticker ul li {
    padding-left: 15px;
}

.news .btn-primary {
    background-color: #103671;
    color: #fff;
    border: 0;
    margin-right: 4px;
    font-size: 15px;
}

.col-md-3.cal {
    text-align: center;
    float: left;
    margin-left: -6px;
    border: 1px solid #ddd;
    width: 24.3%
}
/*.Speeches-section .ndate, .Speeches-section .dsize, .Speeches-section img{
	display:none !important;
}
*/
.Speeches-section .vticker2 ul li a {
    // background: url(../images/red-icon.png)left 4px no-repeat;
    // padding-left: 15px !important;
    margin-left: -5px;
}

.Speeches-section .vticker2 ul li a {
    display: block;
    color: #bc8a01;
    font-weight: 500;
}

.facebook-section h3 {
    background: #4367b3;
    font-family: Verdana, Geneva, sans-serif !important;
    color: #fff;
    padding: 8px;
    font-size: 17px;
    margin: 0px -7px 0 -4px;
    display: block;
    font-weight: 500;
}

    .facebook-section h3 fa {
        font-size: 25px;
    }

.facebook-section {
    background: #fff;
    height: 384px;
    overflow: hidden;
    margin: 0 0px 0 -10px;
    /* overflow-y: scroll;*/
}

.twitter-section h3 {
    background: #119ff5;
    font-family: Verdana, Geneva, sans-serif !important;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    margin: 0px -7px 0 -4px;
    display: block;
    font-weight: 500;
}

    .twitter-section h3 fa {
        font-size: 25px;
    }

.twitter-section {
    background: #fff;
    height: 384px;
    overflow: hidden;
    margin: 0 0px 0 -10px;
    overflow-y: scroll;
}

.vticker2 {
    height: 300px !important;
    margin-bottom: 15px
}

    .vticker2 .arw, .vticker .dtype, .vticker .fa-file-pdf-o {
        display: none
    }

    .vticker2 .dsize:before {
        content: "\f1c1";
        color: #d32f2f;
        font-family: FontAwesome
    }

    .vticker2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }

        .vticker2 ul li {
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            display: block;
            width: 100%;
            font-size: 8pt
        }

            .vticker2 ul li a {
                display: block;
                color: #bc8a01;
                font-weight: normal;
                font-size: 9pt
            }

            .vticker2 ul li span {
                display: block
            }

            .vticker2 ul li .ndate {
                color: #333;
                font-size: .80em
            }

            .vticker2 ul li .dsize {
                color: #666;
                font-size: .80em
            }


.events-list div {
    display: none
}

.actv-a div:nth-child(3) {
    display: block
}

.actv-b div:nth-child(1) {
    display: block
}

.actv-c div:nth-child(4) {
    display: block
}

#glry_1 {
    padding: 0;
    margin: 0;
}

    #glry_1 li {
        width: 50%;
        float: left;
        list-style: none;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

.center-box {
    padding-top: 40px;
}

.vdo-btn a {
    background: #d09a06;
    margin: 10px;
    display: inline-block;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.owl-carousel .owl-item {
    margin-bottom: 12px
}

.cld-number {
    margin: 9px 0px 8.5px !important;
}

.cld-main {
    width: 280px;
    margin-left: -12px;
}

element {
}
