/*

@import url(responsive.css);
@import url(animate.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
*/


html{
	position: relative;
	min-height: 100%;
}
body{
  font-family: 'Georgia', sans-serif!important;
  font-size: 12pt;
}
.online-gif {
  margin-top: 45px;
  display: inline-block;
}
.topHeader {
    background: #3F1B54;
    padding: 5px 0;
    border-bottom: solid 1px #411D59;
    color: #8758A6;
}
.topHeader a{
	color: #fff;
}
.topHeadRight a:hover{
	text-decoration: none;
	color: #ffba00;
}
.topHeader .theme0{
	background: transparent;
	padding: 0 5px;
	border:solid 1px rgba(255,255,255,0.5);
}
.topHeadRight .theme1{
	background: #fff;
	padding: 0 5px;
}
.topHeader .theme2{
	background: #000;
	padding: 0 5px;
}
.topHeader .theme3{
	background: #0d84e0;
	padding: 0 5px;
}
.fontDec, .fontNormal, .fontInc{
	background: #fff;
	color: #333!important;
	padding: 0 5px;
}
.fontDec:hover, .fontNormal:hover, .fontInc:hover{
	background: #e54221;
	color: #fff!important;
}
.header{
	background: #F2F2F2;
	padding: 10px 0;
}
.menuPanel{
	background: #8758A6;
	/*border-top: solid 1px #004468;*/
}
.navbar{
	margin-bottom: 0;
	border: 0;
	min-height: auto!important;
}
.navbar-nav{
    text-align:center;
    width:100%;
}
.navbar-nav > li{
    display:inline-block;
    *display:inline; /*IE7*/
    float: none;
    *float: left;
}
.navbar-nav > li > a{
	font-family: arial;
	font-weight: lighter;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
    background: #3F1B54 !important;
    color: #F9B715 !important;
}
ul.nav li:hover {
	color: #f49c04;
}
ul.nav li:hover > ul.dropdown-menu > li > a:hover {
    background: #22112E!important;
    color: #F9B715!important;
}

.navbar-brand{
	color: #fff;
}
.navbar-nav.navbar-right:last-child{
	margin-right:0;
}
.navbar-nav.navbar-right{
	margin-top:3px;
}
.navbar-toggle{
	border:solid 1px #8c0808;
	padding:9px 10px 15px 9px;
}
.navbar-toggle .icon-bar{
	color:#fff;
	font-size:16px;
}

.dropdown-menu{
	z-index: 99999;
	background: #402654;
	padding: 0;
  border: none;
}
.dropdown-menu > li > a{
	color: #fff;
	border-bottom: solid 1px #4b0000;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*.dropdown-menu > li > a:hover{
	background: #2e0101!important;
	color: #f49c04!important;
}*/
.dropdown-menu > li > a:hover {
    background: #3F1B54!important;
    color: #F9B715!important;
}
.dropdown-menu > li > a:before{
	font-family: 'fontAwesome';
	content: "\f105";
	margin-right: 7px;
	/*color: #a90002;*/
	color: FFF;
}
.dropdown-menu > li > a:hover:after{
	color: red!important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    display:none!important;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block!important;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #F9B715;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.InnerContainer{
	margin: 20px 0;
}
.indexMidImgs a:hover{
	opacity: 0.7;
}
.indexInnerPanel{
	margin-top: 10px;
}
.indexInnerPanel h2{
	border-bottom: solid 1px #ccc;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}
.indexInnerPanel p{font-size: 12px;
    font-weight: 600;}
.indexInnerPanel h2 span{
	display: inline-block;
	border-bottom: solid 3px #8758A6;
	padding-bottom: 10px;
}
.directorPanel{
	padding: 10px;
	background: #f5f5f5;
	border: solid 1px #cdcdcd;
}
.directorPanel img{
	margin-right: 15px;
}
.readMore{
	border: 0;
	padding: 6px 12px;
	color: #fff;
	background: rgb(101,0,0);
	background: -moz-linear-gradient(top,  rgba(101,0,0,1) 0%, rgba(35,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,0,0,1)), color-stop(100%,rgba(35,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(101,0,0,1) 0%,rgba(35,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(101,0,0,1) 0%,rgba(35,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(101,0,0,1) 0%,rgba(35,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(101,0,0,1) 0%,rgba(35,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650000', endColorstr='#230000',GradientType=0 );
}
.readMore:hover{
	text-decoration: none;
	color: #fff;
	background: rgb(35,0,0);
	background: -moz-linear-gradient(top,  rgba(35,0,0,1) 0%, rgba(101,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,0,0,1)), color-stop(100%,rgba(101,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(35,0,0,1) 0%,rgba(101,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(35,0,0,1) 0%,rgba(101,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(35,0,0,1) 0%,rgba(101,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(35,0,0,1) 0%,rgba(101,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#230000', endColorstr='#650000',GradientType=0 );
}
.whatNewStyle li{
	background: url('../images/whatNewBullet.jpg') no-repeat 0 10px;
	/*background: url(file:///F:/DB/All%20India%20Institute%20of%20Medical%20Sciences/images/whatNewBullet.jpg) no-repeat 0 10px;*/
	border-bottom: solid 1px #ddd;
	padding: 5px;
}
.whatNewStyle li:last-child {
    margin-bottom: 0;
}
.whatNewStyle li a {
    display: block;
    color: #181818;
    text-align: justify;
}
.whatNewStyle li a:hover{
	text-decoration: none;
	color: #650000;
}
.whatNewStyle li span {
    color: #ea5920;
    font-weight: bold;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
}
.side-navbar {
    background: #FFF;
}
.quLinks li {
    margin-bottom: 4px;
    border: 1px solid #ddd;
}
.quLinks li a {
    display: block;
    background: #f4eded;
    color: #343434;
    font-weight: 400;
    /* font-weight: bold; */
    font-size: 13px;
}
.quLinks li a:hover{
	color: #650000;
	background:#ece4d2;
	text-decoration: none;
}
a{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-khtml-transition: 0.5s ease;
}
.topFooter{
	background: #3F1B54;
	padding: 25px 0;
	color: #fff;
}
.topFooter h2{
	border-bottom: solid 1px #ddd;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #fff;
	margin-top: 0;
}
.topFooter h2 span{
	display: inline-block;
	border-bottom: solid 3px #fff;
	padding-bottom: 10px;
}
.topFooter ul li a {
    color: #fff;
    display: block;
    /*border-bottom: solid 1px #1A151D;*/
    padding: 7px 0;
    font-weight: 100;
    font-size: 13px;
}
.topFooter ul li a:hover{
	color: #f8c100;
	text-decoration: none;
}
.topFooter ul li a:before {
    font-family: 'fontAwesome';
    content: "\f105";
    margin-right: 5px;
    color: #f2f2f2;
    /* color: #4F3064; */
    font-weight: 600;
}
.topFooter .media .media-body {
    font-size: 15px;
    font-weight: 100;
}
.topFooter i{
	font-size: 20px;
}
.topFooter .media .media-body a{
	color: #fff;
}
.footer{
	background: #000;
	padding: 10px 0;
	color: #fff;
	/*border-top: solid 2px #100c13;*/
}
.footer a{
	color: #f8c100;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
}
h1{
	font-family: 'Oswald', sans-serif !important;
	border-bottom: solid 1px #e1a608 !important;
	font-size: 24px !important;
	color: #a40b0c !important;
	margin-top: 0 !important;
}
h1 span{
	display: inline-block !important;
	border-bottom: solid 3px #e1a608 !important;
	padding-bottom: 10px !important;
}
.innerBanner img{
	width: 100%;
}
.listImagePanel{
	float: left;
}
.innerUlStyle li{
	background: url(../images/whatNewBullet.jpg) no-repeat 0 4px;
	margin-bottom: 7px;
	padding-left: 22px;
}
.innerUlStyle li a{
	color: #181818;
}
.innerUlStyle li a:hover{
	text-decoration: none;
	color: #650000;
}
.administrationBox{
	padding: 10px;
	background: #f5f1e7;
	border: solid 1px #eadec0;
	margin-bottom: 10px;
	min-height: 180px;
}
.administrationBox h3{
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
}
h4{
	color: #e2a208;
}
.table > thead > tr > th{
	color: #ab290f;
	text-shadow:1px 1px 1px #fff;
	background: rgb(251,157,35);
	background: -moz-linear-gradient(top,  rgba(251,157,35,1) 0%, rgba(255,197,120,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,157,35,1)), color-stop(100%,rgba(255,197,120,1)));
	background: -webkit-linear-gradient(top,  rgba(251,157,35,1) 0%,rgba(255,197,120,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,157,35,1) 0%,rgba(255,197,120,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,157,35,1) 0%,rgba(255,197,120,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,157,35,1) 0%,rgba(255,197,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#ffc578',GradientType=0 );
}
.centralFacPanel{
	float: none;
	margin: 0 auto;
}
.centralFacPanel .btn{
	text-transform: uppercase;
	border-radius: 0;
	margin-bottom: 10px;
}
.centralFacPanel .btn-lg{
	padding: 20px 10px
}

.zoom{display: block;}
.large{background: none;}
.small{width:99%;}
.large{font-size:16px;}
.az-wrap,.az-small{
	position: relative;
}
.az-large{
    position: relative;
}
.az-wrap-inner{
	display: block;
    height:auto!important;/* center small & large content */
    width: 100%!important;
}
/* This wraps the large image and hides it */
.az-zoom {
	background: #fff;
	border: #333 1px solid;
	position: absolute;
    margin-left: 85px;
	top: 0;
	left: 0;
	width: 250px;
	height: 110px;
	overflow: hidden;
	z-index: 100;
	display: none;
	-moz-box-shadow: inset 0px 0px 4px #000;
	-webkit-box-shadow: inset 0px 0px 4px #000;
	box-shadow: inset 0px 0px 4px #000;
}
/* Class applied to az-mover when large image is windowed */
.az-windowed {
	overflow: hidden;
	position: absolute;
}
/* Class applied to az-mover when large image is fully shown */
.az-expanded {
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}

/* overlay small area */
.az-overlay {
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 10;
}
.az-coords, .az-overly {
	display: none; /* hidden when expanded */
}
.az-zoom .az-coords {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.search-size
{
    font-size:20px !important;
}
.table-responsive{
	margin-left: 0;
}
.news_panel{
	bottom: 0;
    left: 0;
    position: ;
    width: 100%;
    z-index: 999;
	background:#000;
}
/*.news_bg {
    background: #129343;
    color: #fff;
    font-family: Arial Black;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 12%;
	padding-top:10px;
}*/
.news_bg {
    background: #3F1B54;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    text-align: center;
    width: 12%;
    padding-top: 12px;
}
/*.news_txt {
    color: #fff;
    padding-left: 1%;
    width: 88%;
	font-weight:bold;
}*/
.news_txt {
    color: #fff;
    padding-left: 0;
    width: 88%;
    font-weight: normal;
    margin-top: 5px;
}
.news_marq {
    line-height: 35px;
}
/*.news_txt a{
	color:#ff0003;
}*/
.news_txt a {
    color: #F9B715;
}
.news_txt a:hover{
	text-decoration:none;
	color:#ff5b5d;
}
.each-gallery-box{border: 1px solid #c6c6c6; margin: 10px 0px; min-height: 352px; position: relative;}
.each-gallery-box .content-box{max-height: 170px; overflow: hidden;}
.each-gallery-box .content-box img{width: 100%;}
.each-gallery-box .view, .each-gallery-box h5, .each-gallery-box p{text-align: center;width: 100%;}
.each-gallery-box h5{color: #000; font-size: 14px; font-weight: 600;}
.slick-track {
    max-height: 339px;
    overflow-y: scroll;
}

