body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #fff;
}

.font-family-fjalla-one { font-family: 'Fjalla One', sans-serif; }
.font-family-raleway { font-family: 'Raleway', sans-serif; }
.font-weight-light { font-weight: 300; }
.font-weight-regular { font-weight: 400; }
.font-weight-semi-bold { font-weight: 600; }
.font-weight-bold { font-weight:  700; }
.font-weight-roboto-thin{ font-family: Roboto; font-weight: 100; }
.font-weight-roboto-light{ font-family: Roboto; font-weight: 300; }
.font-weight-roboto-normal{ font-family: Roboto; font-weight: 400; }
.font-weight-roboto-semiBold{ font-family: Roboto; font-weight: 500; }
.font-weight-roboto-bold{ font-family: Roboto; font-weight: 700; }

*[data-animation]{
    opacity: 0;
}
*[data-animation].animated{
    opacity: 1;   
}

#logo{
    height: 75px;
}
#header-container{
    height: auto;
}
#header-container .navbar{
    margin-bottom: 0;
}
#header-container .navbar-header{
    float: none;
    margin-bottom: 5px;
}
#header-container .navbar-brand{
    display: inline-block;
    float: none;
    height: auto;
    padding: 10px 15px 0 0;
}
.navbar{
    border: none;
}
#main-menu{
    height: 25px;
    background: #2E3192;
    color: #fff;
}
#main-menu ul.nav > li > a{
    color: #fff;
}
#main-menu ul.nav > li > a:hover, 
#main-menu ul.nav > li > a:focus, 
#main-menu ul.nav > li > a:active{
    color: #000;
}
#main-menu.stuck{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1500;
}
#header-text{
    display: inline-block; 
    padding-top: 25px; 
    font-size: 32px; 
    vertical-align: top;
}
#sub-header-text{
    display: block; 
    font-size: 14px; 
}
#navbar-launcher{
    display: none;
}
#body{
    min-height: 500px;
}
.slide-background{
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}
#mainslider .carousel-control{
    background: none;
}
#mainslider .carousel-control{
    top: 47%;
    width: 40px;
    height: 50px;
    background: #333;
    padding-top: 13px;
    padding-left: 11px;
}

.slide-content{
    position: absolute;
    bottom: 75px;
    right: 10%;
    padding: 15px;
    width: 400px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 15px;
}
.slide-content.left{
    left: 10%;
}
.slide-content.right{
    right: 10%;
}
.slide-content a{
    color: #fff;
    font-size: 18px;
}
.footer-links-box-heading{
    font-size: 18px;
}
.footer-links{
    list-style-type: none;
    padding-left: 20px;
}
.footer-links a{
    color: #999;
    transition: ease-in 200ms all;
}
.footer-links a:hover{
    color: navy;
    text-decoration: none;
}
.events-list,
.announcement-list,
.download-list{
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 438px;
    overflow-y: auto;
}
.events-list > li,
.announcement-list > li,
.download-list > li{
    display: block;
    background: #fff;
    margin-bottom: 10px;
    padding: 7px 10px;
    border-radius: 5px;
    transition: all ease-in 200ms;
}
.events-list > li:hover,
.announcement-list > li:hover,
.download-list > li:hover{
    background: transparent;
    cursor: default;
}
.list-content{
    font-family: Raleway, sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 12px;
}
.list-image{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-image > li{
    display: inline-block;
    width: 24%;
    padding: 5px;
}
.list-image > li img{
    width: 100%;
    height: 150px;
    border-radius: 5px;
    transition: ease-in 300ms all;
}
.list-image > li img:hover{
    transform: scale(1.05);
}
.intro-minister-image{
    width: 200px; 
    display: inline-block; 
    vertical-align: top;
}
.intro-minister-image-wrapper{
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    /*margin-right: 50px;*/
}
.intro-minister-image-wrapper .name{
    padding-top: 10px;
    font-size: 13px;
}
.intro-minister-image-wrapper img{
    border-radius: 5px;
}
.intro-minister-image{
    max-width: 200px;
    padding: 20px;
    border-top: 2px solid #2e3192;
    background-color: #fff;
    min-height: 217px;
}
/*
.list-social-links{
    list-style: none;
    margin-left: 15px;
}
.list-social-links li{
    display: inline-block;
    padding-right: 3px;
}
.list-social-links li a{
    color: #333;
    font-size: 24px;
    transition: ease-in 200ms all;
}
.list-social-links li a:hover{
    color: red;
}*/
.list-social-links{
    margin: 0;
    padding: 0;
}
.list-social-links li{
    display: inline-block;
    padding-right: 3px;
}
.list-social-links li a{
    color: #333;
    font-size: 40px;
    transition: ease-in 200ms all;
}
.list-social-links li a:hover{
    color: red;
}

.box-content-list-box{
    margin: 0;
    padding: 0;
}
.box-content-list-box > li{
    display: inline-block;
    width: 32.5%;
    vertical-align: top;
    margin-bottom: 25px;
}
.box-content-list-box > li > .content-item-box{
    margin: 7px;
}
.box-content-list-box > li > .content-item-box .well{
    background-color: #fff;
    border-top: 3px solid #2e3192;
    border-radius: 0;
}
.block-header{
    font-size: 22px;
    margin: 0;
}

#page-header{
    background: #eee;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 0;
    font-family: 'Fjalla One', sans-serif; 
}
#page-header h1{
    margin: 0;
}
#page-content {
    min-height: 300px;
    padding: 25px;
}
.page-link-list li a{
    color: #333;
    display: inline-block;
    width: 100%;
}
.page-link-list li a:hover, .page-link-list li a:active, .page-link-list li a:focus{
    text-decoration: none;
}
.page-link-list li.active{
    background-color: #224e90;
    color: #fff;
}
.page-link-list li.active a{
    color: #fff;
}
#footer-bottom{
    background-color: #2E3192;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
}
#footer-bottom a{
    color: #fff;
}

/*.list-important-links {
    list-style: outside none none;
}
.list-important-links li a {
    color: #666;
    transition: all 400ms ease 0s;
}
.list-important-links li a:hover {
    color: red;
    text-decoration: none;
}
*/
.list-important-links {
    margin: 0;
    padding: 0;
}
.list-important-links li{
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}
.list-important-links li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.list-important-links li a{
    display: block;
    color: #666;
    font-size: 15px;
    transition: all 400ms ease 0s;
}
.list-important-links li a:hover {
    color: red;
    text-decoration: none;
}

#ticker-wrapper {
    overflow: hidden;
    padding: 5px;
    width: 100%;
}
#list-updates {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#list-updates li {
    color: #fff;
    display: block;
    float: left;
    padding-right: 25px;
    white-space: nowrap;
}
#list-updates a{
    color: #fff;
    text-decoration: underline;
}

.image-gallery-list-images{
    list-style: none;
    padding: 0;
    margin: 0;
}
.image-gallery-list-images li{
    display: inline-block;
    width: 33%;
}
.image-gallery-list-images li a{
    display: block;
    padding: 15px;
}
.image-gallery-list-images li img{
    width: 100%;
    height: 250px;
    border-radius: 5px;
    transition: ease-out all 200ms;
}
.image-gallery-list-images li img:hover{
    transform: scale(1.05);
}

#gallery-info-header{
    text-align: right;
}
#text-visitors{
    font-family: 'Righteous', cursive; font-size: 14px;
    text-align: right;
}

#page-content-data{
    line-height: 28px;
    font-size: 16px;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}
#page-content-data > p{
    margin-bottom: 25px;
}
#page-content-data > h1:first-child,
#page-content-data > h2:first-child,
#page-content-data > h3:first-child{
    margin-top: 0;
}

.glyphicon {
    margin-right: 4px !important; /*override*/
}
.pagination .glyphicon {
    margin-right: 0px !important; /*override*/
}
.pagination a {
    color: #555;
}
.panel ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.announcement-item-list-box{
    padding: 4px 4px;
    margin: 0px;
    /*border-bottom: 1px solid #ddd;*/
    background-color: #f5f5f5!important;
}
.announcement-item-list-box:hover{
    background-color: #F2F2F2!important;
}
.content-item-box .panel{
    margin-bottom: 0px!important;
    border: none!important;
    box-shadow: none!important;
}
.content-item-box .panel-body{
    padding: 5px;
}
.content-item-box .panel-footer{
    background-color: #fff!important;
    border: none!important;
    padding: 10px 0px 0px 0px!important;
}
.pagination li{
    display: inline-block;
    margin-left: 15px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background: #0060b1 none repeat scroll 0 0;
    border-color: #0060b1;
    color: #fff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 0;
}
.events-list .event-list-box{
    border-bottom: 1px solid #ccc;
    border-radius: 0!important;
}
.events-list .event-list-box:hover{
    background-color: #F2F2F2!important;
}
.download-list > li > .media{
    box-shadow: 3px 3px 3px -5px #000;
}
.download-list > li > .media:hover a{
    color: #23527C!important;
}
.latest-images-box{
    width: 65.3%!important;
}

#contact-us-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

@media(max-width: 760px){
    #logo{
        height: 50px;
    }
    #header-container{
        height: auto;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    }
    #header-text{
        font-size: 15px;
    }
    #sub-header-text{
        font-size: 11px;
    }
    #header-container .navbar-brand{
        padding-right: 5px;
    }
    #main-menu{
        height: auto;
    }
    #navbar-launcher{
        display: inline;
    }
    #main-menu ul.nav > li.dropdown > ul.dropdown-menu a{
        color: #fff;
    }
    .slide-content{
        width: 275px;
    }
    .navbar{
        margin-bottom: 0;
    }
    .list-image > li{
        width: 49%;
    }
    .intro-minister-image{
        width: 140px;
    }
    .intro-minister-image-wrapper{
        margin-right: 0;
    }
    .image-gallery-list-images li{
        width: 99%;   
    }
    .image-gallery-list-images li a{
        padding: 15px 0;
    }
    .image-gallery-list-images li img{
        height: 150px;
    }
    .list-image > li img{
        height: auto;    
    }
    #gallery-info-header{
        text-align: left;
    }
    #page-content{
        padding: 25px 0;
    }
    #text-visitors{
        text-align: center;   
    }
    .slide-background{
        height: 250px;
    }
    .slide-content .slider-header{
        font-size: 21px;
    }
    .box-content-list-box > li{
        width: 100%;
    }
    .intro-minister-image{
        padding: 15px;
    }
    .intro-minister-image-wrapper .name{
        font-size: 10px;
    }
    .intro-minister-image{
        width: 133px;
    }
    .block-header{
        font-size: 18px;
    }
    .latest-images-box{
        width: 100%!important;
    }
    .footer-links a{
        font-size: 13px;
    }
    .footer-links-box-heading{
        font-size: 16px;
    }
    #main-menu ul.nav > li.dropdown > ul.dropdown-menu a:hover{
        color: #333
    }
    #logo{
        width: 35px;
        height: auto;
    }
    #header-text{
        padding-top: 19px;
    }
}
@media(min-width: 768px) and (max-width: 990px){
    .image-gallery-list-images li{
        width: 49%;
    }
    .block-header{
        font-size: 24px;
    }
    .box-content-list-box > li{
        width: 49.5%;
    }
    .latest-images-box{
        width: 100%!important;
    }
    .list-important-links{
        min-height: 435px;
    }
    .footer-links a{
        font-size: 13px;
    }
    .footer-links-box-heading{
        font-size: 16px;
    }
    #logo{
        width: 35px;
        height: auto;
    }
    #header-text{
        padding-top: 15px;
        font-size: 18px;
    }
    .seal_of_bihar{
        width: 34px!important;
        height: auto!important;
    }
    .navbar-nav > li > a{
        padding: 10px 5px;
        line-height: 15px;
        font-size: 12px;
    }
}
@media(max-width: 320px){
    #header-text{
        font-size: 12px;
    }
}
@media(min-width: 991px) and (max-width: 1199px){ 
    .navbar-nav > li > a{
        padding-left: 9px;
        padding-right: 10px;
    }  
    .events-list, .announcement-list, .download-list{
        max-height: 478px;
    }  
}