@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/*------------------------------------------------------------------
[Table of contents]

1. Publications / .paper-list
2. Colors
3. Header / header
4. Home Slider / .home-slider
5. Home2
6. Gallery / .gallery
7. Footer / footer
8. Blog / .main
9. Aside / aside
10. Blog Post / .post-page
11. Work / .work-page
12. Archive / .archive
13. Countdown / #countdown
14. Shortcodes / .shortcode-page
15. Media Queries / @media
-------------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
}
p {
	font-family: "Open Sans";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans";
}

span{
	color:#49b4ff;
}

iframe{
	border:none;
}

h3{
	font-weight: 400;
	color:#2a2a2a;
	text-transform: uppercase;
}

/**********************
******1. Publications****
**********************/

.paper-list li{
	margin-bottom: 10px;
}

.paper-entry{
	padding: 10px 8vw;
	width: 100%;
	clear: both;
	display: flex;
	margin-bottom: 10px;
}

.paper-entry:hover {
	background-color: #eee;
	transition: all 0.1s;
  	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-o-transition: all 0.1s;
}



.paper-entry .teaser{
	/* float: left;
	width: 20%; */
	margin-right: 20px;
	flex: 0 0 20%;
}

.clearfloat{
	clear:both;
	display: none;
}

.paper-entry .teaser img {
	border: none;
	filter: drop-shadow(2px 2px 2px gray);
	background-color: white;
}
.paper-entry .detail{
	/* width: 73%;
	float: left; */
	flex: 1;
}

.paper-entry .detail .title{
	padding-bottom: 5px;
	width: 100%;
	font-weight: 600;
}

.paper-entry .detail .author{
	padding-bottom: 5px;
	width: 100%;
}

.paper-entry .detail .place{
	padding-bottom: 5px;
	width: 100%;
	font-weight: 600;
	color: #757575;
}

.paper-entry .detail .links{
	padding-bottom: 5px;
	width: 100%;
}

.people-wrapper .photo {
	height: 216px;
	width: 100%; 
	object-fit: cover; 
	display: block;
	margin: 0 auto;
}


.fixed-width-180{
  position: relative;
  width: 210px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;

}

/**********************
******2. Colors*****
**********************/

/* CSS Custom Properties for member type colors - matching original definitions */
:root {
    --phd-color: #70bff7;        /* Original .phd color */
    --mphil-color: #68b7cf;     /* Original .mphil color */
    --postdoc-color: #9393f1;   /* Original .staff color */
    --visiting-color: #66a096;  /* Original .intern color */
    --ra-color: #66a096;        /* Original .ug color */
    --ugra-color: #f6b66f;      /* Same as RA */
}

.faculty {
	background-color: #4b378c;
}
.intern-phd-plus {
	background: var(--postdoc-color);
	background: linear-gradient(72deg, var(--visiting-color) -20%, var(--phd-color), var(--postdoc-color));
}
.intern-postdoc {
	background: var(--postdoc-color);
	background: linear-gradient(72deg, var(--visiting-color), var(--postdoc-color));
}
.phd-plus {
	/* background-color: #a372c3; */
	background: var(--postdoc-color);
	background: linear-gradient(72deg, var(--phd-color), var(--postdoc-color));
}

.phd {
	/* background-color:#49B4FF; */
	background-color: var(--phd-color); /* #70bff7 */
}

.intern-phd {
	background-color: var(--phd-color);
	background: linear-gradient(72deg, var(--visiting-color) -20%, var(--phd-color));
}

.mphil-phd {
	background-color: var(--phd-color);
	background: linear-gradient(72deg, var(--mphil-color) 5%, var(--phd-color));
}

.mphil-phd-postdoc {
	background-color: var(--phd-color);
	background: linear-gradient(72deg, var(--mphil-color) 1%, var(--phd-color), var(--postdoc-color));
}

.staff {
	/* background-color: #8787d1; */
	background-color: var(--postdoc-color); /* #9393f1 */
}

.mphil {
	background-color: var(--mphil-color); /* #68b7cf */
}

.intern-mphil {
	background-color: var(--phd-color);
	background: linear-gradient(72deg, var(--visiting-color) 1%, var(--mphil-color));
}

.past {
	background-color: #aaaaaa;
}
.scholar {
	background-color: var(--visiting-color);
}
.intern {
	background-color: var(--visiting-color); /* #66a096 */
}

.ug {
	background-color: var(--ugra-color); /* #f6b66f */
}
.photo-container {
	margin: auto;
}


/**********************
******3. Header*****
**********************/

header{
	padding-bottom: 10px;
	text-align: center;
}

.mid-wrapper {
	margin: auto;
	width: fit-content;
	height: fit-content;
	position: relative;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.logo-wrapper {
	position: relative;
	width: 120px;
	height: 120px;
}
.logo-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
	width: 120px;
	border-radius: 50%;
}
.logo-bg-color {
	background-color: #49b4ff;
	height: 90px;
	width: 90px;
	transform: translate(15px, 15px);
	border-radius: 50%;
}
#interactive-logo {
	position: absolute;
	height: 120px;
	width: 120px;
	top: 0;
	left: 0;
}
.logo-name {
	font-weight: bold;
	font-size: 3em;
	font-family: 'Open Sans', sans-serif;
	color: #424242;
	transition: color 0.8s;
	text-decoration: none;
}
.logo-name:hover {
	color: #49b4ff;
}

.floating-nav {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
}

/* @media screen and (max-width: 768px) {
	.floating-nav {
		display: none;
	}
} */

#responsive-menu-button{
	color:#aaa;
	display: none;
	width: 30px;
	height: 30px;
	margin: 20px auto -10px;
}
/* Basic styles for the navigation bar */

.dropdown {

} 

.dropdown .dropbtn {

	cursor: pointer;
	/* font-size: 16px;     */
	border: none;
	/* outline: none; */
	/* color: black; */
	/* padding: 14px 16px; */
	background-color: inherit;
	font-family: inherit;
	/* margin: 0; */


}

/* The container for the drop-down content */
.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1000;
}

/* Links inside the drop-down */
.dropdown-content a {
	/* float: none;
	padding: 12px 16px;
	text-decoration: none; */

	display: block;
	text-align: center;

	font-size: 16px;
	font-family: "Open Sans";
	font-weight: 700;
	color:#444;
	padding: 8px 6px;
	margin: 0 8px;
	text-transform: uppercase;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	text-decoration: none;
}

/* Show the drop-down menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	
	/* background: rgba(73,180,255,1); */
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	color:#FFF;
	background-color: #49b4ff;
	border-radius: 4px;
}


.nav {
	justify-content: center;
    flex-wrap: wrap;
	margin-top: 0;
}
.menu{
	display: block;
}

.menu li>a{
	display: block;
	font-size: 16px;
	font-family: "Open Sans";
	font-weight: 700;
	color:#444;
	padding: 8px 6px;
	margin: 0 8px;
	text-transform: uppercase;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	text-decoration: none;


}


.menu li:hover>a{
	color:#222;
	background-color: #eee;
}

.menu li .active{
	color:#FFF;
	background-color: #49b4ff;
	border-radius: 4px;
}

.menu .dropdown:hover .dropdown-menu{
	display: block;
}

.menu .dropdown-menu{
	display:none;
	position: relative;
}


.menu .dropdown-menu:before{
	content:"\f0d8";
	font-family: "FontAwesome";
	color:#fff;
	font-size: 14px;
	position: absolute;
	left:49%;
	top:-13px;
}

.dropdown-menu li{
	display: block;
	width: 100%;
}

.dropdown-menu li a{
	font-family: "Open Sans";
	font-size: 12px;
	color:#888;
	font-weight: 400;
	border-top: 1px solid #eee;
	text-transform: none;

	
}

.dropdown-menu li:first-child a{
	border-top: none;
}

.dropdown-menu li:hover a{
	color:#222;
	background-color: #eee;
}
header {
	text-align: center;
}
header p{
	font-size: 16px;
	color:#555;
	max-width: 80%;
	margin: 20px auto 10px auto;
}

#menu-button{
	color:#aaa;
	display: block;
	width:30px;
	height: 30px;
	margin: 0 auto 10px;
}

.filters:before{
	background-color: #49b4ff;
	height: 100%;
	width:0;
	position: absolute;
	top:0;
	left: 0;
	content: '';
	z-index: -1;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.filters ul{
	opacity: 0;
	position: relative;
	max-height: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.filters li{
	display: none;
	cursor:pointer;
	font-size: 11px;
	font-family: "Montserrat";
	font-weight: 700;
	color:#fff;
	padding: 12px 15px;
	text-transform: uppercase;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.filters li:hover,
.filters li.active{
	background-color: rgba(255,255,255,0.3);
}

/**********************
******4. Home Slider*****
**********************/

.home-slider{
	position: relative;
}

.home-slider img{
	max-width: 100%;
	height: auto;
}

.home-slider .controls{
	position: absolute;
	z-index: 100;
	top:50%;
	left:50%;
	margin-top: -40px;
	margin-left:-570px;
}

.home-slider .controls .prev a,
.home-slider .controls .next a{
	position: absolute;
	display: block;
	top:0;
	left:0;
	width:80px;
	height: 80px;
}

.home-slider .controls .prev,
.home-slider .controls .next{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width:80px;
	height: 80px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.home-slider .controls .prev:hover,
.home-slider .controls .next:hover{
	background-color: #49b4ff;
}

.home-slider .controls .next{
	margin-left:980px;
}

/**********************
******5. Home2*****
**********************/

.gallery .filter-section{
	text-align: center;
	position: relative;
	z-index: 10;
	margin-top: -30px;
	margin-bottom: 30px;
}

.gallery .filter-section #menu-button{
	position: absolute;
	top:-40px;
	left:50%;
	width: 0px;
	height: 40px;
	padding-top: 10px;
	background-color: #f9f9f9;
	box-shadow: inset 0 -5px 10px -6px rgba(0,0,0,0.4);
	
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin-left: -20px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

/**********************
******6. Gallery*****
**********************/

.gallery{
	background-color: #eee;
	padding-top: 30px;
}

.grid{
	padding: 0;
	margin: 0;
	list-style: none;
}

.work figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	border-radius: 3px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.work figure img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.work figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 40px;
}

.work figcaption h3 {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.work figcaption .divider{
	width: 70px;
	height: 2px;
	margin:15px auto;
	-webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
	transition: opacity 0.1s, transform 0.1s;
}

.work figcaption p {
	padding:0 35px;
	color: #555;
	font-size: 13px;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.work figcaption h3,
.work figcaption p,
.work figcaption .divider {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.work figure .button {
	position: absolute;
	border: none;
	text-transform: uppercase;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s, background 0.1s;
	transition: opacity 0.2s, transform 0.2s, background 0.1s;
}

.work figcaption,
.work figcaption h3,
.work figcaption p,
.work figcaption .divider
.work figure .button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.work svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.work svg path {
	fill: #fff;
}

.work:hover figcaption h3,
.work:hover figcaption p,
.work:hover figcaption .divider {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.work:hover figcaption p,
.work:hover figcaption .divider {
	opacity: 0;
}

.work figcaption p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.work figure .button {
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	background: rgba(73,180,255,0.8);
	color: #fff;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	border-radius: 0 0 3px 3px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.work figure .button:hover {
	background: rgba(73,180,255,1);
}

.work figure .button i,
.btn i{
	margin-right: 10px;
	font-size: 14px;
}

 .work:hover figure .button {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

 .work figcaption h3, 
 .work figcaption p{
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}

 .work:hover figcaption p{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.gallery .row:last-child{
 	text-align: center;
 	padding-bottom: 30px;
}

.video-wrapper{
	position: relative;
	padding-bottom: calc(56.25% * 1.0); /* 16:9 */
	width: 100%;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**********************
******7. Footer*****
**********************/

footer{
	background-color: #444;
	padding:20px 0;
}

footer .container{
	text-align: center;
}

footer img{
	float:left;
}

footer .about {
	float: right;
	text-align: right;
}

footer .social{
	text-align: center;
	display: inline-block;
}


footer .social li a{
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

footer .social li a:hover{
	background-color: rgba(255,255,255,0.1);
}

footer .social li a i{
	color:#fff;
	font-size: 14px;
}


footer p{
	float: right;
	padding-top: 12px;
	color: #fff;
	font-size: 12px;
}

/**********************
******8. Blog*****
**********************/

.main{
 	background-color: #eee;
 	padding-top: 30px;
}

.post, aside{
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.content,
.comments{
	position: relative;
	z-index: 10;
	padding: 0 30px 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	margin-bottom: 30px;

	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius:  0 0 3px 3px;
	border-radius:  0 0 3px 3px;
}

.content:first-child,
.comments{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:  3px;
}

.post .content{
	box-shadow:none;
}

.main h3{
	margin:0 -30px;
	padding: 10px 30px 30px;
	line-height: 22px;

}

.main h3 :first-of-type {
	padding: 10px 30px 30px;
}

.content h3 a{
	color:inherit;

	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.content h3 a:hover{
	color:#49b4ff;
}

.content p,
.post p{
	padding-top: 30px;
	color:#555;
	font-size: 13px;
}

.post a>img{
	max-width: 100%;
}

.post .details{
	padding: 20px 0 0;
}

.post .details li{
	padding-right: 25px;
}

.post .details li:last-child{
	padding-right: 0;
}

.post .details a{
	font-family: "Open Sans";
	color:#aaa;
	font-size: 11px;
}

.post .details a:hover{
	color:#666;
}

.post .details i{
	color:#49b4ff;
	padding-right: 10px;
	font-size: 14px;
}

.post .details i.fa-heart-o{
	color:#e5451a;
}

.post a>img,
.post>img,
.post .slider{
	width: 100%;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

blockquote{
	position: relative;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	font-family: "Montserrat";
	font-size: 14px;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
	padding: 25px 30px;
	border:none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

blockquote:after{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: rgba(255,255,255,0);
}

blockquote:hover:after{
	background: rgba(255,255,255,0.1);
}

blockquote p,
.post blockquote p{
	color:#fff;
	padding:0;
}

blockquote i,
.post blockquote i{
	padding-right: 10px;
}

blockquote:before{
	content: '“';
	position: absolute;
	top:0;
	left:0;
	font-size: 200px;
	line-height: 135px;
	color:rgba(255,255,255,0.2);
}

blockquote footer{
	font-size: 13px;
	padding: 20px 0 0;
	font-weight: 400;
	text-transform: none;
	font-family: "Open Sans";
	background-color: transparent;
	color: #fff;
}

blockquote footer:before{
	content:none;
}

.post .slider{
	position: relative;
}

.post .slider .controls{
	position: absolute;
	z-index: 100;
	top:50%;
	width:100%;
	margin-top: -20px;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.post .slider:hover .controls{
	opacity: 1;
}

.post .slider .controls .prev,
.post .slider .controls .next{
	display: inline-block;
	position: relative;
	padding:0;
	width: 40px;
	height: 40px;
	text-align: center;
	color:white;
	font-size: 24px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.post .slider .controls .prev a,
.post .slider .controls .next a{
	position: absolute;
	display: block;
	top:0;
	left:0;
	width: 40px;
	height: 40px;
}

.post .slider .controls .next{
	float: left;
}

.post .slider .controls .next{
	float: right;
}

.post .slider .controls .prev:hover,
.post .slider .controls .next:hover{
	background: rgba(141, 141, 141, 0.324);
	transition: all 0.5s;
}

.post .slider .bx-controls{
	/* position: absolute; */
	bottom: 0;
	height: 35px;
	margin-bottom: 0;
	background: transparent;
	text-align: center;
	width: 100%;
}

.post .slider .bx-pager-link{
	z-index: 100;
	background: #dfdfdf;
}

.post .slider .bx-controls{
	z-index: 10000;
}

.post .slider .bx-caption{
/* 	height: 35px; */
/* 	margin-bottom: 0; */
 
/* 	display: block; */
	width: 100%;
	text-align: right;
	background: #aaa;
	color: white;
	padding: 10px;
}

.post .slider .bx-caption span{
	color: white;
}
.post .slider .bx-pager-link:hover,
.post .slider .bx-pager-link.active{
	background: #49b4ff;
}
/**********************
******9. Aside*****
**********************/

aside{
	padding:30px;
}

aside h6{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
}

aside .input-group{
	margin:0 -30px;
	padding: 0 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}

aside .form-control::-moz-placeholder {
  color: #aaa;
  font-size: 13px;
  font-family: "Open Sans";
  opacity: 1;
}
 aside .form-control:-ms-input-placeholder {
  color: #aaa;
  font-size: 13px;
  font-family: "Open Sans";
  opacity: 1;
}
aside .form-control::-webkit-input-placeholder {
  color: #aaa;
  font-size: 13px;
  font-family: "Open Sans";
  opacity: 1;
}

.slider li {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.slider img{
	width: auto;
	height: auto;
	max-height: 390px;
	max-width: 100%; 
	object-fit: cover;
	object-position: center;
	margin: auto;
}

.slider .bx-controls{
	height: 35px;
	margin-bottom: 0px;
	background: #eee;
}

.slider .bx-pager{
	text-align: center;
}

.slider .bx-pager-item{
	display: inline-block;
	position: relative;
}

.slider .bx-pager-link{
	background-color: #ddd;
	width: 7px;
	height: 7px;
	display: block;
	font-size: 0;
	margin:0 4px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.slider .bx-pager-link:hover,
.slider .bx-pager-link.active{
	background-color: #49b4ff;
}

.flickr{
	margin:0 -8px 16px;
}

.flickr a,
.flickr img{
	width: 40px;
	height: 40px;
	display: inline-block;
}

.flickr a{
	margin:5px 5px;
}

.small-post{
	margin-bottom: 15px;
	overflow: hidden;
}
.small-post:last-of-type {
	margin-bottom: 0 !important;
}

.small-post img{
	float:left;
	width:45px;
	height:45px;
	max-width: 100%;
	max-height: 100%;
	margin-right: 20px;
	margin-top: 4px;
}

.small-post p{
	color: #555;
	margin-top: 0px;
}

.small-post:hover p{
	color: #222;
}

.twitter{
	margin-bottom: 15px;
}

.categories{
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.categories{
	margin-top: -8px;
}

.categories li,
.categories li a{
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.categories a{
	position: relative;
	display: block;
	font-size: 13px;
	color:#555;
	padding: 7px;
	padding-left: 0;
}

.categories a:before{
	content:'•';
	position: relative;
	color:#49b4ff;
	font-size: 24px;
	padding-right: 10px;
	top: 4px;
	line-height: 0;
}

.categories li:hover{
	background: #eee;

	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.categories li:hover a{
	padding-left: 10px;
	color: #222;

	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
}

aside img{
	width: 100%
}


/**********************
******10. Blog Post*****
**********************/

.post-page .content>p{
	padding-top: 20px;
}

.post-page .content h4{
	font-family: "Open Sans";
	font-weight: 700;
/* 	padding-top: 35px; */
}

.list{
	list-style: none;
	padding-top: 20px;
}

.list p{
	padding: 3px;
}

.list p:before{
	content:'•';
	position: relative;
	color:#49b4ff;
	font-size: 24px;
	padding-right: 10px;
	top: 4px;
	line-height: 0;
}

.share{
	float:right;
	padding-top: 30px;
}

.share p{
	padding:5px 10px 0 0;
	float:left;
}

.share ul{
	float:left;
}

.share ul a{
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.share ul a:after{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	content: '';

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.share ul a:hover:after{
	background: rgba(255,255,255,0.15);
}

.share ul i{
	color:#fff;
}

.comments h3,
.archive-page h3{
	border-bottom: none;
}

.comments ul{
	list-style: none;
	padding-left: 0;
}

.comments>ul{
	margin:0 -30px;
	padding: 30px 30px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.comment ul{
	padding-left: 30px;
}

.comment img{
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-right: 20px;
}

.comment .info{
	padding-bottom: 20px;
	overflow: hidden;
}

.comment .info h5{
	padding-bottom: 5px;
}

.comment p{
	padding: 0;
}

.comment .date{
	font-size: 11px;
	padding-bottom: 5px;
	color:#aaa;
}

.comment .date a{
	color:#49b4ff;
	padding-left: 3px;
}

.comment .date a:hover{
	color:#444;
}

.comment .date a:before{
	content:"·";
	padding-right: 3px;
}

.comments .form-control{
	margin-bottom: 20px;
	border-radius: 3px;
}

.post-page .related .post{
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

/**********************
******11. Work****
**********************/

.work-page .post .content{
	text-align: center;
}

.client i{
	color:#49b4ff;
	padding-right: 10px;
}

p.client, .client a{
	font-size: 11px;
	color: #888;
}

.client a:hover{
	color: #555;
}

.main .work h3{
	border:none;
	margin:0;
	padding: 0;
}



/**********************
******12. Archive*****
**********************/

ul
 {
	list-style: none;
	padding-left: 0;
	margin-top: -10px;
}

ul.archive li{
	margin-bottom: 1px;
}


ul.archive li:hover a i{
	padding-left: 10px;
	color:#49b4ff;

	transition: all 0.1s;
  	-webkit-transition: all 0.1s;
  	-moz-transition: all 0.1s;
  	-o-transition: all 0.1s;
}

ul.archive li a i{
	padding-right: 10px;

	transition: all 0.2s;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
}

.archive-result .content h3{
	padding-bottom: 0;
	border-bottom: none;
}


/**********************
******13. Countdown*****
**********************/

#countdown,
.countdown_row{
	width:100%;
	background-color: #ffd510;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius:  3px 3px 0 0;
	border-radius:  3px 3px 0 0;
}

#countdown{
	padding:100px 200px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

#countdown .countdown_section{
	width:25%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color:#2a2a2a;
	font-family: "Open Sans";
	text-transform: uppercase;
}

#countdown .countdown_amount{
	font-family: "Open Sans";
	font-size: 100px;
	color:#2a2a2a;
	font-weight: inherit;
	display: block;
}

#countdown .countdown_section:nth-child(1){
	font-weight: 700;
}

#countdown .countdown_section:nth-child(2){
	font-weight: 600;
}

#countdown .countdown_section:nth-child(3){
	font-weight: 400;
}

#countdown .countdown_section:nth-child(4){
	font-weight: 300;
}

.countdown-page .info{
	padding:50px 200px 100px;
}

.countdown-page .info h3{
	text-transform: none;
	border-bottom: none;
	padding-bottom: 0;
}

.countdown-page .info p{
	padding-top: 10px;
	font-size: 14px;
}

/**********************
******14. Shortcodes****
**********************/

.shortcode-page .post .row{
	margin-bottom: 20px;
}

.shortcode-page h3{
	margin-bottom: 20px;
}

.shortcode-page .btn{
	margin-bottom: 5px;
}

.people-wrapper .post:hover {
	transition: all 500ms;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.people {
	color: white;
	padding-top: 2px;
	text-align:center;
	padding-bottom: 5px;	
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px; 
}

.people div {
    margin-top: -1px;
}
.people i {
	font-size: smaller;
}
.people a:hover{
	color: white;
}

.people a{
	color: white;
	font-weight: 600;
}

.awardsImg{
    padding: 5px 25px 5px 25px;
}

/* Floating Navigation Widget */
.floating-nav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(73, 180, 255, 0.2);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    backdrop-filter: blur(10px);
    transition: top 0.3s ease, transform 0.3s ease;
    width: auto;
    max-width: 200px;
    pointer-events: auto;
}

.floating-nav .floating-nav-link {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
	margin-bottom: 8px;
}
.floating-nav .floating-nav-link:hover{
	color: #49b4ff;
}

.floating-nav.scrolled {
    top: 20px;
    transform: translateY(0);
}

.floating-nav .nav-section {
    margin-bottom: 20px;
}

.floating-nav .nav-section:last-child {
    margin-bottom: 0;
}

.floating-nav .nav-link {
    display: flex;
    align-items: center;
    padding: 2px 0;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 6px;
    margin-bottom: 2px;
}

.floating-nav .nav-link:hover {
    color: #49b4ff;
    background: rgba(73, 180, 255, 0.05);
    padding-left: 8px;
}

.floating-nav .nav-link:last-child {
    margin-bottom: 0;
}

.floating-nav .nav-links {
    margin-left: 0;
}

.floating-nav .legend {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
}


/* Legend colors using CSS custom properties for robustness */
.phd-legend {
    background-color: var(--phd-color);
}

.mphil-legend {
    background-color: var(--mphil-color);
}

.postdoc-legend {
    background-color: var(--postdoc-color);
}

.visiting-legend {
    background-color: var(--visiting-color);
}

.ugra-legend {
    background-color: var(--ugra-color);
}

/* Hide floating nav on mobile */
@media (max-width: 768px) {
    .floating-nav {
        display: none;
    }
}

/**********************
******15. Media Queries***
**********************/
@media (min-width: 200px) and (max-width: 700px) {
	.container {
		width: 100%;
	}
	header p {
		margin: 12px auto;
		max-width: 98%;
		font-size: 14px;
	}
	.logo-container {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.logo-name {
		font-size: 2.5em;
		text-decoration: none;
	}
	.logo-wrapper {
		width: 80px;
		height: 80px;
	}
	.logo-bg {
		height: 80px;
		width: 80px;
	}
	.logo-bg-color {
		height: 60px;
		width: 60px;
		transform: translate(10px,10px);
	}
	#interactive-logo {
		height: 80px;
		width: 80px;
	}
	.menu {
		padding-top: 5px;
	}
	.list-inline li {
		display: inline-block;
		/* align-items: center; */

	}
	.menu li>a{
		margin: 0 2px;
		padding: 4px 4px;
	}
	h3 {
		text-align: center;
	}

	.paper-entry {
		display: block;
		text-align: center;
		padding: 10px 10px;
	}

	.paper-entry .teaser{
		float: none;
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.paper-entry .teaser img{
		margin: auto;
		width: 70%;
		filter: none;
	}

	.paper-entry .detail{
		width: 100%;
		float: none;
		text-align: left;
	}

	.paper-entry .detail .title {
		font-size: 15px;
	}

	footer img {
		float: none;
	}
	footer .about {
		float: none !important;
		width: 100%;
		text-align: center;
	}
	
}

@media (min-width: 400px) and (max-width: 610px) {
	.photo-container {
		width: 390px;
	}	
}

@media (min-width: 610px) and (max-width: 810px) {
	.photo-container {
		width: 600px;
	}	
}

@media (min-width: 820px) and (max-width: 1010px) {
	.photo-container {
		width: 810px;
	}	
}

@media (min-width: 1030px){
	.photo-container {
		width: 1020px;
	}	
}
