/*
Reset CSS to allow to work in more browsers
*/
span, applet, object, iframe,
h1, h2, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}*/
/*body {
	line-height: 1;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
Site CSS
*/
html {
	min-height: 100%;
}


body {
	width: 100%;
	min-height: 100%;
	background: white;
	/*font-family: Verdana,Geneva,sans-serif;*/
	font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	background-color: #F5BD5D;
}

#wrapper {
	width: 1000px;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	/*box-shadow: 2px 0px 4px grey, -2px 0px 4px grey;*/
	background-color: white; 
	border-right: 1px solid grey;
	border-left: 1px solid grey;
}

header {
	width: 1000px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	/*background: url('../media/marzena_header.png');*/
	position: relative;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	background-color: white;
}

#header-image {
	width: 1000px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background: url('../media/marzena_header_final.png');
	opacity: 0.6;
}

.header-title {
	color: rgba(0,0,0,1);
	float: left;
	font-size: 250%;
	font-weight: bold;
	text-shadow: 2px 2px lightgrey;
}

#header-title-1 {
	position: absolute;
	top: 10px;
	left: 30px;
}

#header-title-2 {
	position: absolute;
	top: 60px;
	left: 196px;
	font-size: 200%;
}

#header-title-3 {
	position: absolute;
	top: 62px;
	left: 243px;
}

#header-title-4 {
	position: absolute;
	top: 120px;
	left: 30px;
	color: rgba(0,0,0,1);
	font-weight: bold;
	text-shadow: 1px 1px lightgrey;
}

#ucl-bar {
	width: 100%; /*1000px;*/
	height: 30px;
	background-color: #F5BD5D;
	position: absolute;
	top: 150px;
	/*border-top: 1px solid rgb(0,100,170);*/
	font-size: 90%;
}

#central-container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

#ucl-logo-small {
	float: right;
	height: 30px;
}

nav {
	width: 800px;
	height: 100%;
	float: left;
	position: absolute;
	/*top: 180px;*/
	color: white;
	padding-top: 1px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav li {
	/*border-bottom: 1px solid grey;*/
	/*border-right: 1px solid grey;*/
	/*border-bottom-left-radius: 10px;*/
	height: 100%; /*px;*/
	padding: 4px 20px 0px 20px;
	/*box-shadow: inset -2px 1px 3px lightgrey;*/
	float: left;
}

nav a {
	color: white;
	text-decoration: none;
}

nav li:hover {
	color: lightgrey;
	text-decoration: none;
}

.current {
	border-right: 1px solid white;
	/*box-shadow: -1px 1px 3px grey;*/
}

.arrow-right {
	width: 0px;
	height: 0px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid grey;
	position: relative;
	top: 4px;
	right: 3px;
}

#nav-filler {
	height: 100%;
	border-right: 1px solid grey;
	box-shadow: inset -2px 1px 3px lightgrey;
}

#index-content {
	width: 650px;
	min-height: 60%;
	float: left;
	padding: 20px 5px 0px 5px;
	font-size: 90%;
}

#content {
	width: 1000px;
	min-height: 92%;
	float: right;
	padding: 20px 0px 0px 20px;
	font-size: 90%;
}

#intro {
	padding: 10px;
	text-align: justify;
}

.index-content-section{
	width: 100%;
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

.content-section{
	width: 100%;
	/*padding: 0px 10px 10px 10px;*/
	text-align: justify;
	margin: 0px 0px 0px 15px;
}

#sidebar {
	width: 300px;
	height: 500px;
	float: right;
	margin-top: 20px;
	height: 700px;
	border-left: 1px solid lightgrey;
	font-size: 90%
}

.sidebar-section {
	padding: 10px 15px 10px 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.sidebar-section-header {
	background-color: #3812A1;
	color: white;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 10px;
	border-radius: 5px;
	font-size: 90%;
}

.sidebar-section-content {
	margin-top: 10px;
	margin-bottom: 10px;
}

#group-photo {
	background: url('../media/group-photo.jpg');
        padding-left: 20px;
        float: right;
/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 850px;
	height: 600px;
	width: 900px;
	margin-top: 50px;
}

.group-photo-title {
	margin: 20px 20px 20px 20px;
	width: 99%;
}

h4 {
	margin: 0px 0px 0px 0px;
}

/*.funding-logo {
	height: 130px;
	width: 130px;
	float: left;
	margin-right: 100px;
}*/

#EPSRC-logo {
	background: url('../media/EPSRC-master-lowres.jpg');
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	position: relative;
	margin-top: 10px;
	height: 80px;
}

#quantum-gases-book-image {
	background: url('../media/quantum_gases_book.jpg');
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	position: relative;
	/*left: 280px;*/
	height: 200px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#conference-chichley-image {
	background: url('../media/chichley_600.jpg');
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	position: relative;
	/*left: 280px;*/
	height: 200px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#research-content {
	padding: 20px;
}

.research-image {
	padding: 20px;
	/*border: solid 1px grey;*/
	width: 200px;
	height: 200px;
	display: inline-block;
	float: left;
}

.research-image-RHS {
	padding: 20px;
	/*border: solid 1px grey;*/
	width: 200px;
	height: 200px;
	display: inline-block;
	float: right;
}

.image-slide-show-container {
	float: right;
	width: 50%;
	margin-right: 100px;
	margin-top: 30px;
	background-size:contain;
}

.polaritons-slide-show-container {
	height: 250px;
	float: left;
	width: 30%;
}

#image-slide-show {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#polariton-bec-image {
	background: url('../media/polariton-bec.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

#bound-vortex-antivortex-image {
	background: url('../media/bound-vortex-antivortex.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

#vortices-transition-image {
	background: url('../media/fig_PhaseVortices.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
    	width: 400px; 
    	height: 400px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#unbound-vortex-antivortex-image {
	background: url('../media/unbound-vortex-antivortex.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

#KPZ-OPO-image {
	background: url('../media/prototype-3D.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	width: 500px;
	height: 500px;
	padding: 0px;
	margin-left: 20px
	margin-bottom: 20px;
}


#polariton-bec-demonstration-image {
	background: url('../media/kasprzak_peaks.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 100%;
	/*height: 200px;*/
	padding: 0px;
	margin-bottom: 20px;
}

#polariton-superfluidity-image {
	background: url('../media/superfluidhelium.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	width: 240px;
	height: 220px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#polariton-superfluidity-image2 {
	background: url('../media/double_vortex.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	width: 330px;
	height: 330px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#polariton-superfluidity-image3 {
	background: url('../media/berceanu.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	width: 300px;
	height: 500px;
	padding: 0px;
	margin-left: 20px;
	margin-bottom: 15px;
}

#polariton-superfluidity-image4 {
	background: url('../media/long-tran-response.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 190px;
	height: 250px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#cavity-image {
	background: url('../media/cavity.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size:contain;
	width: 250px;
	height: 250px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#vortex-antivortex-pairs-image {
	background: url('../media/vortex-antivortex-pairs.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 250px;
	height: 250px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#two-fluid-image {
	background: url('../media/twofluid.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 500px;
	height: 400px;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#bcs-bec-image {
	background: url('../media/bcsbec.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	width: 500px;
	/*height: 400px;*/
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 65px;
}

.research-text {
	padding-left: 20px;
	width: 93%;
	/*height: 200px;*/
	display: inline-block;
	/*font-size: 90%;*/
	text-align: justify;
}

.research-refs {
	/*font-size: 90%;*/
}

.research-ref {
	width: 93%;
	padding-bottom: 10px;
	text-align: left;
}

.member-section {
	width: 92%;
	padding-left: 20px;
	margin-left: 20px;
	border-bottom: 1px solid grey;
	height:/* 550px;*/
	display: inline-block;
	float: left;
}

.member-section-photo {
	width: 25%;
	padding-left: 20px;
	margin-left: 20px;
	border-bottom: 1px solid grey;
	height:/* 550px;*/
	display: inline-block;
	float: left;
}

.member-section-text {
	width: 70%;
	padding-left: 20px;
	margin-left: 20px;
	border-bottom: 1px solid grey;
	height:/* 550px;*/
	display: inline-block;
	float: right;
}



.member-details {
	width: 600px;
	display: inline-block;
	padding-top: 30px;
	padding-left: 20px;
}

.member-image {
	float: left;
	width: /* 300px */;
}

#marzena-image {
	background: url('../media/marzena-photo.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 200px;
	width: 200px;
}

#jonathan-image {
	background: url('../media/jonathan-photo.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 200px;
	width: 200px;
}

#galba-image {
	background: url('../media/galba-photo.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 200px;
	width: 200px;
}

#alejandro-image {
	background: url('../media/alejandro-photo.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 200px;
	width: 200px;
}

#themis-image {
	background: url('../media/themis-photo.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 200px;
	width: 200px;
}

#kirsty-image {
	background: url('../media/kirsty-photo.jpg');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 300px;
	height: 300px;
	width: 200px;
}

#richard-image {
	background: url('../media/richard-photo.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 150px;
	width: 200px;
	margin-top: 25px;
}

#missing-photo-image {
	background: url('../media/missing-photo-man.png');
	/*background-size: 200px 300px;*/
	background-repeat: no-repeat;	
	background-position: center;
	background-size: 200px;
	height: 200px;
	width: 200px;
}

.past-members-title {
	border-bottom: 1px solid grey;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: 20px;
	width: 95%;
}

.past-members-section {
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 20px;
	/*border-bottom: 1px solid grey;*/
	height: 100px;
	width: 495px;
	display: inline-block;
	float: left;
}

.cv-date {
	position: inline;
	width: 120px;
	padding-right: 20px;
	float: left;
}

.cv-position {
	position: inline;
	width: 700px;
	float: left;
	padding-bottom: 6px;
}

.cv-list {
	/*padding-bottom: 6px;*/
}


#talks-content {
	padding: 0px 20px 20px 20px;
}

.news-month {
	padding: 0px 20px 20px 20px;
}

.news-section {
	padding: 0px;
}

.clear {
	clear: both;
}

footer {
	font-size: 90%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	color: grey;
}

.top-link {
	color: white;
}

.top-link:hover {
	color: lightgrey;
 }
 
 #publications-content {
	margin-left: 20px;
 }
 
 #google-scholar-link {
	text-align: center;
 }
 
 #pubs-table  {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border-collapse: collapse;
	width: 93% !important;
	height: 500px;
 }
 
 #pubs-table thead {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*border-top: 1px solid lightgrey;*/
 }
 
 #pubs-table thead th {
	height: 30px;
	border-bottom: 1px solid grey;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#D6D2D4), to(9C989A));*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
 }
 
 #pubs-table td {
	padding: 8px 4px 8px 4px;
	border-bottom: 1px solid lightgrey;
	font-size: 85%;
 }
 
 .dataTables_length {
	position: relative;
	top: 28px;
	left: 35px;
	font-size: 85%;
 }
 
 .dataTables_filter {
	display: none;
 }
 
 .dataTables_info {
	font-size: 85%;
	position: relative;
	left: 40px;
	padding-top: 3px;
 }
 
 .dataTables_paginate {
	font-size: 85%;
	position: relative;
	left: 855px;
	top: -18px;
	width: 50px;
 }
 
 #pubs-table_previous {
	padding-right: 5px;
	color: blue;
	text-decoration: underline;
 }
 
 #pubs-table_next {
	padding-left: 5px;
	color: blue;
	text-decoration: underline;
 }
 
#pubs-table_previous:hover , #pubs-table_next:hover {
	cursor: hand;
	cursor: pointer;
 }
 
 #marzena-cv {
	padding: 20px;
 }
 
 #contact-div {
	padding-top: 0px;
	width: 320px;
	margin: 0 auto;
 }
