/* Basics */

body{
    color: #444;
    font-family: 'Slabo 27px', serif;
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}

.post-entry a {
    color: #2980b9;
}

a {
    color: #0c68ab;
}

p{
    text-align: justify;
}

.site_text_color{
    color: #006600;
}

.site_background_color{
    background-color: #006600;
}

.heading_gray{
    color: #006600;
    font-weight: bold;
}

.heading_blue_back{
    background-color: #006600;
    padding: 20px;
    color: #fff;
}

.slide-search .search-sub {
    color: #006600;
}

ol{
    list-style-type: decimal;
    list-style-position: inside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.post-excerpt ul{
    list-style-type: disc;
    list-style-position: inside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


.text-bold{
    font-weight: bold;
}

.post-entry .post-excerpt {
    color: #000;
}
.top-bar{
    border-top: 2px solid #006600;
    padding: 5px;
}

.top-nav > ul > li {
    border-right: 2px solid #0c2975;
    display: inline-block;
    line-height: 14px;
    margin: 0; 
    padding: 0 6px;
}

.top-nav > ul > li > a {
    font-weight: bold;
}

.nav3 .navbar-nav > li > a {
    font-weight: bold;
}

.list-inline>li {
    border-right: 2px solid #0c2975;
    display: inline-block;
    line-height: 14px;
    margin: 0;
    padding: 0 6px;
    font-weight: bold;
}
.list-inline>li:last-child {
    border-right: 0;
}

.main-head{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    //background: #0c2975 url(../site_img/site/pat.png) repeat;
}

#header_logo{
    height: 100px;
}

.header3 .header-mid {
    padding: 5px 0;
}

.header3 .navbar-nav {
    border-bottom: 2px solid #ccc;
}

.center_search{
    padding: 50px;
}

.navbar-header button{
    margin-top: 30px;
}

.navbar-default .navbar-toggle {
    z-index: 2;
}

.mega-menu-wrapper.border .navbar-nav a:hover{
    background: #006600;
    color: #fff;
}

.navbar-nav > li > .sub-menu li {
    padding: 0 20px;
}

.navbar-nav > li .sub-menu > li a{
    padding-left: 10px;
    padding-right: 10px;
}

.btn-archive{
    background-color: #006600;
    color: #fff;
    height: 50px;
    padding-top: 14px;
}

.control-one .nivo-directionNav a:hover {
    background-color: #006600;
}

.btn-archive:hover{
    color: #fff;
}


#head_name{
    font-size: 40px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-top: 34px;
}

.sc_number_section .number span {
    font-size: 50px;
    padding: 3px 0;
}

.sc_number_section .number {
    min-height: 92px;
    border-radius: 0px;
    position: absolute;
}

.sc_number_section.style_3{
    text-align: left;
}

.event-carousel-item .event-info {
    margin: 0 0 0 143px;
    min-height: 93px;
    padding: 10px;
    background-color: #222325;
    color: #fff;
}
.sc_number_section.style_3.number{
    margin: 0 auto 0px;
}

.sc_number_section {
    margin: 0px;
}
.style_news .number span {
    font-size: 30px;
}

.event-info a{
    color: #fff;
}

.event-venue{
    color: #ccc;
}

.news_date{
    min-height: 70px !important;
    margin: 0px !important;
    min-width: 77px !important;
}

.mag-post-block .content span {
    font-size: 15px;
}

.nav3 .navbar-nav > li > a {
    color: #006600;
}

.navbar-nav>li>.sub-menu li a {
    color: #006600;
}

.mag-post-block .content {
    border-bottom: none;
    color: #006600;;
    padding: 0px 10px;
    line-height: 1.4;
    font-weight: bold;
    margin-left: 60px;
}

.welcome p{
    line-height: 30px; 
    text-shadow: 0px 0px 0px #ccc; 
    padding: 0px 10px 0px 10px; 
    margin-top: 6px;
}

.home_depts{
    background-color: #222325; 
    color: #fff; 
    box-shadow: 2px 2px 2px #ccc;    
}

.home_depts img{
    width: 190px;    
    height: 130px; 
    float: left; 
    margin-right: 5px; 
    border-right: 1px solid #fff;
}

.bakery .tab-pane {
    padding-bottom: 0px;
}

.date
{
    float: left;
    height: 52px;
    width: 52px;
    margin-right: 10px;
    padding-top: 0px;
    line-height: normal;
    border: 1px solid #0c68ab;
}
.date .month
{
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    padding-top: 4px;
    text-transform: uppercase;
    background-color: #0c68ab;

}
.date .day
{
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.news_item{
    min-height: 50px;
    font-size: 15px;
    padding-left: 10px;
}

.news_item2{
    min-height: 40px;
    font-size: 15px;
    padding-left: 10px;
}

.news_item2 .content{
    margin-left: 65px;
}

.mag-post-block{
    padding-bottom: 20px;
}

.welcome_image{
    float: left;
    display: inline;
    width: 400px !important;
    margin: 0px 10px 10px 0px;
}

.parallax13 {
    background-image: url(../site_img/site/library.jpg);
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

#vc_pic{
    max-height: 185px;
    max-width: 185px;
    margin: 10px;
}


/*Other pages*/
.bordered > section:not(.travel-wrapper):not(#start):not(#footer_canvas):not(.parallax-subs):not(.contact3), .main-wrapper > section:not(.travel-wrapper):not(#start):not(#footer_canvas):not(.parallax-subs):not(.contact3) {
    padding: 30px 0;
}

.faculty_detail tr{
    border-bottom: 1px solid #ccc;
}

.faculty_detail tr td{
    vertical-align: top;
}

.faculty_detail_img{
    background-color: #b1aeae;
    padding: 30px;
}

.faculty_name_div{
    background-color: #fff;
    padding: 10px;
    margin-top: 30px;
}

.resume{
    background-color: #fff; 
    padding: 25px;
}

.resume p{
    margin-top: 0px !important;
}

.post-tab-nav {
    background-color: #006600;
}

ul.post-tab-nav li a {
    color: #fff;
}

.post-tab-nav li a:hover, .post-tab-nav li a:focus, .post-tab-nav li.active a {
    font-weight: bold;
    color: #fff;
}

.table-typography th {
    background-color: #0b66bc;
}

.footer-item a:hover {
    color: #a2bcff;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.pix_sohortcode_image_slider .text h2{
    background-color: #0063005e;
    padding: 10px;
}
.pix_sohortcode_image_slider .text p{
    background-color: #0c297591;
    padding: 10px;
    display: table;
}

.bakery .tab-pane {
    min-height: 229px;
}
.box-shadow{
    box-shadow: rgb(204, 204, 204) 1px 1px 9px;
}

.heading{
    background-color: #006600; 
    color: #fff; 
    padding: 10px;
    margin-bottom: 9px;
}

.sc_cta a, .sc_cta a:hover, .sc_cta a:focus  {
    background-color:  #fff;
    border-radius: 0px;
}

.sc_cta.parallax {
    padding-bottom: 27px;
    padding-top: 62px;
}

#blog-section {
    background: #f1f1f1 url(../site_img/site/pat.png) repeat;
}

#go-top:hover {
    background-color: #006600;
}

.home_vc_message p{
    padding: 0px 10px; 
    line-height: 2.2;
}

.service-four .service-item .service-icon {
    height: 140px;
    width: 140px;
    left: 44%;
    background-color: #fff; 
    top: -70px;
}

.service-four .service-item .service-icon img{
    border-radius: 50%;
    height: 100%;
}

.service-four .service-item .service-icon:after {
    content: none;   
}

.service-four .service-item:hover .service-icon {
    /*    background-color: transparent; */
    color: #fff; 
}

.service-four .service-item{
    border-color: #bbb;
}

.service-four .service-item:hover {
    border-color: #666;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #255ba1;
    color: #fff;
}

.service-four .admission .service-item .service-icon {
    height: 100px;
    width: 100px;
    left: 50%;
    background-color: #fff;
    top: -49px;
}

.service-four .admission .service-item:hover .service-icon {
    background-color: #006600;
}

.navbar-nav li {
    list-style: none;
}

.bakery li{
    list-style: none;
}

.resume ol,ul{
    list-style-position: outside;
}

.post-entry ol,ul, li > ul{
    list-style-position: outside;
}

.post-excerpt ul {
    list-style-position: outside; 
}

.site_text_detail h3{
    color: #006600;
    font-weight: bold;
}

.site_text_detail ol,site_text_detail ul{
    margin-left: 12px;
}

.resume li > ul li, li > ol li{
    margin-left: 20px;
}

.navbar-nav>li>.sub-menu li a {
    font-family: 'Slabo 27px', serif;
}

.top-nav>ul>li>a {
    font-family: 'Slabo 27px', serif;
}

.footer-widget li{
    list-style: none;
}

.footer-widget {
    font-family: 'Slabo 27px', serif;
}

.footer .copyright {
    font-family: 'Slabo 27px', serif;
}

.sidebar_item{
    padding: 15px;
    font-weight: bold; 
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {                                                                                                                                                                               
    background-color: #006600;
    border-color: #02091b;
}

.pagination>li>a, .pagination>li>span {
    color: #006600;
}

.gallery_category_img{
    width: 100%;
    height: 170px;
}

.sc_light_box .single_image, .short_code_image_gallery .single_image {
    background-color: #000;
}

.error-inner .blog-search {
    width: 90%;
}
