  /* General styles
 /
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	/*
	src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
	*/
	src: local('Lato Light'), local('Lato-Light'), url(/~mtaboada/fonts/Lato-Light-webfont.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light Italic'), local('Lato-Light-Italic'), url(/~mtaboada/fonts/Lato-LightItalic-webfont.woff) format('woff');
}


@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	/*
	src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
	*/
	src: local('Lato Regular'), local('Lato-Regular'), url(/~mtaboada/fonts/Lato-Regular-webfont.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	/*
	src: local('Lato Black'), local('Lato-Black'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
	*/
	src: local('Lato Black'), local('Lato-Black'), url(/~mtaboada/fonts/Lato-Black-webfont.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	/*
	src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
	*/
	src: local('Lato Italic'), local('Lato-Italic'), url(/~mtaboada/fonts/Lato-Italic-webfont.woff) format('woff');
}



body {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #0D0D0D;
}

body p {
	margin: 0;
	padding: 0 0 14px 0;
	line-height: 1.55em;
}


body blockquote {
	font-size: 15px;
	font-weight: 400;
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
}


h1 {
	font-size: 40px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	color: #fff;
}


#biography h1 {
	margin: 30px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	margin: 20px 0 10px 0;
	padding: 0px 0 15px 0;
	border-bottom: 1px solid #999;
}

#profile h2 {border: none;}

#biography h2 {
	text-align: center;
}

.pagecontents h2:first-child {
	margin-top: 0px;
	padding-top: 0px;
}


h3 {
	font-weight: 700;
	text-transform: none;
	font-size: 18px;
	margin: 0;
	padding: 15px 0 10px 0;
	line-height: 1.3em;
}

.ul-teaching h3 {
	font-weight: 400;
}


h4 {
	font-size: 18px;
	padding: 25px 0 5px 0;	
	font-style: italic;
	font-weight: 900;
}







/* mobile menu
 /
.mobilemenu {
	position: fixed;
	top: 5px;
	left: 5px;
	right: 0;
	z-index: 1002;
	font-size: 30px;
	padding: 2px 10px;
	background: #2b2b2b;
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	display: none;
	text-align: center;
}

.mobilemenu:hover,.mobilemenu:focus {
	color: #fff;
}


/* layout
 /
#sidebar{
	position: fixed;
	width:250px;
	background: #2b2b2b;
	top: 0;
	left: 0;
	bottom: 0;
	background-image: url(/~mtaboada/img/sidebg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#sidebar:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: #000;
	opacity: 0.8;
}

#sidebar-wrapper{
	position: relative;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#sidebar-inner{
  position: relative;
  min-height: 100%;
}

#main-nav {
	position: relative;
	text-align: left;
	width: 100%;
	padding-bottom: 0;

}

#main {
	position: absolute;
	left: 250px;
	right: 0;
	top: 0;
	bottom: 0;
/*	background: #fefefe;*/
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.page {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	width: 100%;
	background-color: #f7f7f7;
	-webkit-overflow-scrolling: touch;
}

.home {
	left: 0px;
	z-index: 0;
	width: 100%;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	right: 0px;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	opacity: 0.25;
	display: none;
	z-index: 300;
	cursor: crosshair;
	cursor: url(/~mtaboada/img/pointer.png), auto;
}

#runner {
	position: absolute;
	width: 30px;
	height: 20px;
	color: #fff;
	font-size: 20px;
	z-index: 2000;
}

.currentpage {
	-webkit-box-shadow: -2px 0 4px -2px rgba(0,0,0,.25);
	box-shadow: -2px 0 4px -2px rgba(0,0,0,.25);
}


/* sidebar
 /
#nav-container {
	position: relative;
	padding-bottom: 75px;
	bottom: 0;
	height: 100%;
}

#profile {
	text-align: center;
	padding: 30px 10px;
	position: relative;
}

#profile .portrait {
	background-image: url("/~mtaboada/img/portrait/maite2023_b&w.jpg");
	width: 125px;
	margin: 0 auto;
	height: 125px;
	border-radius: 50%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


ul#navigation {
	padding: 0;
	margin: 0;
}

ul#navigation > li {
	display: block;
	float: none;
	clear: both;
	background: #303030;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #2B2B2B;
	cursor: pointer;
	background-color: rgba(48, 48, 48, 0.6) !important;
	border-top: 1px solid rgba(55, 55, 55, 0.4) !important;
 	border-bottom: 1px solid rgba(43, 43, 43, 0.4) !important;
}

ul#navigation > li > a {
	color: #ccc;
	font-size: 14px;
}

ul#navigation li:hover,ul#navigation li:focus {
	background-color: rgba(54, 54, 54, 0.1) !important;
}

ul#navigation li:hover a,ul#navigation li:focus a {
	color: #f7f7f7;
}

ul#navigation .currentmenu {
	font-weight: bold;
}

ul#navigation li.currentmenu a {
	color: #fff;
}

/*ul#navigation li.external:hover .fa, ul#navigation li.currentmenu .fa{
	color: #03cc85;
}*/

ul#navigation li.currentmenu {
	background: #363636;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #252525;
}


ul#navigation li .text {
	padding-left: 5%;
	margin-left: 50px;
	line-height: 45px;

	-webkit-box-shadow: -3px 0 5px -4px #000;
	box-shadow: -3px 0 5px -4px #000;
}

ul#navigation li .fa {
	float: left;
	line-height: 45px;
	width: 50px;
	text-align: center;
	font-size: 27px;
}

#sidebar-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #202020;
	border-top: 1px solid #1A1A1A;
	text-align: center;
  	overflow: hidden;
}

.social-icons ul {
	padding: 0 20px;
	margin: 0;
	list-style: none;
	text-align: center;
}

.social-icons li {
	/* float: left; */
	/* width: 33%; */
	padding: 5px;
	text-align: center;
	display: inline-block;
}

.social-icons a {
	color: #ccc;
}

.social-icons a:hover,.social-icons a:focus {
	color: #fff;
}

.social-icons i {
	font-size: 16px;
}

#copyright{
	text-align:center;
	font-size:0.7em;
	color: #8E8E8E;
	margin-bottom: 5px;
}



/* page specifics
 /
.page-container {
	position: relative;
}

.pageheader {
	background: #f3f3f3;
	position: relative;
	padding: 50px 0 45px 0;
}

.headercontent .title {
	font-size: 50px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.headercontent .title.noborder{
	border:none;
}
.headercontent .subtitle {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

.page .section{
	padding: 10px 0;
	position: relative;
}

.section-container {
	padding: 0 40px 0 40px;
}

.color-1 {
	background: #fcfcfc;
}

.color-2 {
	background: #f7f7f7;
}

.color-3 {
	background: #2c2c2d;
	color: #fff;
}

.color-4 {
	background: #000;
}

.section .title {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
	padding: 20px 0;
}

.section .title h3 {
	padding: 0;
	margin: 0;
	font-size: 26px;
}


.biothumb{position: relative;}
.biothumb .overlay{
	position: absolute;
	width: 100%;
	color:#fff;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.5);
	padding:25px;
}

.biothumb .overlay h1{
	font-size: 45px;
}

.fixedbg{
	padding: 70px 0;
    position: relative;
    margin: 0;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.fixedbg.parallax{
    background-attachment: fixed !important;
}

.fixedbg .heading{
	font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

/****
 *  uls
 /
.ul-bolded li {
	font-weight: bold;
}

.ul-boxed li {
	padding: 7px;
	background-color: #FdFdFd;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 2px;
	border-left: 5px solid;
}

/* ul-card
 /
ul.ul-card {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.ul-card li {
	position: relative;
	padding: 50px 15px 20px 15px;
	background-color: #fff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 3px;
	margin-left: 10px;
	color: #333;
}

ul.ul-card li .dy {
	position: absolute;
	top: 10px;
	left: -10px;
	border-radius: 0px;
	padding: 0;
	color: white;
}

ul.ul-card li .dy span {
	padding: 7px 10px;
	line-height: 30px;
	margin: 0;
}

/*ul.ul-card li .dy .degree {
	background-color: #a31414;
}*/

ul.ul-card li .dy .year {
	/*background-color: #03cc85;*/
	-webkit-box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	margin-left: -3px !important;
}

ul.ul-card li .description p {
	font-size: 16px;
	margin: 0;
}

ul.ul-card li .description p.where {
	font-weight: 300;
	font-size: 14px;
}

/* ul-dates
 /
ul.ul-dates,ul.ul-dates-gray {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.ul-dates li,ul.ul-dates-gray li {
	margin-bottom: 15px; /*margin-left:  20px;
	*/
}

ul.ul-dates div.dates,ul.ul-dates-gray div.dates {
	float: left;
	width: 75px;
}

ul.ul-dates div.dates span,ul.ul-dates-gray div.dates span {
	/*background-color: #03cc85;*/
	padding: 6px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}

ul.ul-dates-gray div.dates span {
	background-color: #BBBBBB !important;
}

/*ul.ul-dates div.dates span:last-child {
	background-color: #a31414;
}*/

ul.ul-dates-gray div.dates span:last-child {
	background-color: #979797 !important;
}

ul.ul-dates-gray div.dates span:first-child,
ul.ul-dates div.dates span:first-child {
	-webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	z-index: 3;
	position: relative;
}

ul.ul-dates div.content,ul.ul-dates-gray div.content {
	margin-left: 90px;
	min-height: 70px;
	padding-top: 10px;
}

ul.ul-dates div.content h4,ul.ul-dates-gray div.content h4 {
	font-weight: 400;
	font-size: 16px;
	margin-top: 0;
}

ul.ul-dates div.content p,ul.ul-dates-gray div.content p {
	font-size: 13px;
}



/* ul-timeline
 /
ul.timeline {
	border-left: 8px solid #FFF;
	list-style: none;
	padding: 1px 0;
	margin-left: 100px;
}

ul.timeline li .date {
	float: left;
	padding: 10px 15px 10px 10px;
	margin-top: 10px;
	margin-left: -115px;
	font-size: 15px;
	width: 110px;
	text-align: center;
	/*background: #03cc85;*/
	color: #fff;
}

ul.timeline li.open .data {
	/*
	*/
	background-color: #a31414;
}

ul.timeline li .circle {
	float: left;
	margin: 20px 0;
	margin-left: -14px;
	width: 20px;
	height: 20px;
	border: 4px solid #FFFFFF;
	border-radius: 10px;
	background-color: #d5d5d5;
}

ul.timeline li.open .circle {
	/*
	*/
	background-color: #a31414;

	-webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
}

ul.timeline li .data {
	background: #fdfdfd;
	margin: 10px 0px 10px 20px;
	border-left: 10px solid;
	padding: 18px 20px;
	font-size: 14px;

	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 3px;
}

ul.timeline li.open .data {
	/*border-color: #a31414;*/
	background: #fff;
}

ul.timeline li .data .subject {
	cursor: pointer;
	color: #777;
	font-size: 16px;
}

ul.timeline li .data .text {
	display: none;
	margin-top: 15px;
	font-size: 14px;
}






/* filter dropdowns
 /
#filters,.filters,#pub-grid {
	padding: 20px 0 30px 0 !important;
}

#filters h3,.filters h3,div#sort {
	margin-top: 30px;
}

#sort span {
	line-height: 30px;
}

.stuck {
	position: fixed !important;
	z-index: 1001;
	top: 0;
	right: 0;

	-webkit-box-shadow: 0px 2px 4px 0px #cecece;
	box-shadow: 0px 2px 4px 0px #cecece;
}

.cd-dropdown,.cd-select {
	position: relative;
	margin: 20px auto;
	display: block;
}

.cd-dropdown > span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-weight: 700;
	font-size: 16px;
	background: #fff;
	display: block;
	padding: 0 10px 0 30px;
	position: relative;
	cursor: pointer;
}

.cd-dropdown > span:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	text-align: center;
	font-size: 12px;
	padding: 8px;
	height: 70%;
	line-height: 24px;
}

.cd-dropdown.cd-active > span:after {
	content: '';
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown > span,.cd-dropdown ul li:nth-last-child(-n+3) span {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
}

/*.cd-active.cd-dropdown > span {
	color: #03cc85;
}*/

.cd-active.cd-dropdown > span,.cd-active.cd-dropdown ul li span {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	/*background: #03cc85;*/
	color: #fff;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fafafa;
	line-height: 40px;
	padding: 0 10px 0 30px;
	display: block;
	color: #bcbcbc;
	cursor: pointer;
	font-weight: 700;
}

/* home
 /
 .home .pageheader{
/*	background-image: url(/~mtaboada/img/home.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 10px 10% 30px 10%;
}
.home .pageheader .title{
	border: none;
}

.home .fixedbg.parallax{
	background: #fff /*url('/~mtaboada/img/home.jpg'*/);
}



/* publications
 /
 #publications .pageheader{
	background-image: url(/~mtaboada/img/publications.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0 35px 0;
}

#publications .pageheader .title{
	  color: #fff;
	  border: none;
}

#pub-grid .mix {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
}

.pitems .item {
	margin-bottom: 20px;
	width: 100%;
}

.pitems .pubmain {
	background: #fefefe;
	padding: 25px 25px 35px 25px;
	min-height: 130px;
	position: relative;

	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	cursor: pointer;
}

.pitems .pubtitle {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 20px;
	font-weight: 300;
}

.pitems .pubmain div {
	font-size: small;
}

.pitems .pubmain .label {
	margin-right: 10px;
}

.pitems .pubmain .pubassets {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fafafa;
	text-align: center;
	border-top: 2px solid;
}

.pitems .pubmain .pubassets a {
	color: #9b9b9b;
	padding: 5px 15px;
	float: right;
	font-size: 18px;
}

.pitems .pubmain .pubassets a:hover,.pitems .pubmain .pubassets a:focus,.pitems .pubmain .pubassets a.pubcollapse {
	/*background: #03cc85;*/
	color: #fff;
}

.pitems .pubdetails {
	background: #fff;
	padding: 25px;
	display: none;
}
/* Gallery
 /
#gallery .pageheader{
	background-image: url(/~mtaboada/img/gallery-head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0 70px 0;
}

#gallery .pageheader h2{
	color: #f7f7f7;
	text-align:left;
}

#gallery-large {
	_background: #303030;
	padding-top: 20px;
}

ul.grid {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

ul.grid li {
	display: block;
	float: left;
	padding: 15px;
	width: 33%;
}

@media screen and (max-width: 900px) {
	ul.grid li {
		width: 50%;
	}

}

@media screen and (max-width: 400px) {
	ul.grid li {
		width: 100%;
	}

}

ul.grid li >div {
	-webkit-box-shadow: 0 0 8px -1px #000;
	box-shadow: 0 0 8px -1px #000;
	overflow: hidden;
	position: relative;
}

ul.grid li .over {
	position: absolute;
	bottom: -100%;
	width: 102%;
	right: -1%;
	left: -1%;
	color: #fff;
}

ul.grid li .comein {
	position: relative;
	z-index: 1;
	padding: 15px;
	height: 100%;
}

ul.grid li .comein i {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	font-size: 22px;
	color: #FFF;

	-webkit-box-shadow: 0 0 60px #fff;
	box-shadow: 0 0 60px #fff;
	border: 1px solid #fff;
	text-align: center;
	padding-top: 17px;
	border-radius: 50%;
}

ul.grid li .comein-bg {
	-khtml-opacity: .70;
	-moz-opacity: .70;
	-ms-filter: ”alpha(opacity=70)”;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
	filter: alpha(opacity=70);
	opacity: .70;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	z-index: -1;
}

ul.grid li a,ul.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* at start */
.my-mfp-slide-bottom .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}




@media (max-width: 500px) {
	ul.timeline {
		margin: 0;
		border-left: none;
	}

	ul.timeline .circle {
		display: none;
	}

	ul.timeline .data {
		margin: 0 !important;
		margin-bottom: 10px !important;
		padding-top: 65px !important;
	}

	ul.timeline .date {
		margin-left: 0 !important;
	}

	#sidebar{
		width: 100%;
	}

	#sidebar-wrapper{
		overflow: auto;
	}

}

@media (max-width: 991px) {
	.mobilemenu {
	display: block;
	}

	.social-icons,#main-nav {
		left: 0px;
		z-index: 0;
	}

	#main {
		left: 0;
	}

}


/* fix for mobile view of pages */
@media screen and (max-width: 770px) {
	 
	 #blog-content {
	 	width:100% !important;
	 }
	 .page {
	 	width:100% !important;
	 	left:0 !important;
	}

	.headercontent .title {
		font-size: 30px;
	}
	
}

}









/* ---------------------------------------------------------- */
/* ------------------- CUSTOMIZATION ------------------------ */
/* ---------------------------------------------------------- */

audio#mSound {
	display: inline-block;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 50px;
}

span.transcription {
	/*
	display: inline-block;
	margin: 3px 0px 0px 0px;
	padding: 5px 10px;
	height: auto;
	background: #fff;
	color: #4285f4;
	*/	
}


/* PAGE CONTENT
 /
.pageheader {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0 35px 0;
}


.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {margin: 0 0 50px 0;}

.col-md-8 p,
.col-md-9 p,
.col-md-10 p,
.col-md-11 p,
.col-md-12 p {text-align: justify;
text-align: left;}

.col-md-8 ul,
.col-md-9 ul,
.col-md-10 ul,
.col-md-11 ul,
.col-md-12 ul {
	list-style: none;
	padding-left: 1.2em;
	padding-right: 0px;
}

#news ul {
	padding-left: 0em;
	padding-right: 0px;}

.col-md-8 li,
.col-md-9 li,
.col-md-10 li,
.col-md-11 li,
.col-md-12 li {
  	margin: 0;
  	padding: 0px 0px 10px 0px;
}

#biography li {
  	margin: 0;
  	padding: 0px 0px 5px 0px;
}

.col-md-8 ul li:before,
.col-md-9 ul li:before,
.col-md-10 ul li:before,
.col-md-11 ul li:before,
.col-md-12 ul li:before,
#publications ol ul li:before {
	content: "\f054"; /* FontAwesome Unicode (chevron-left) */
	content: "\f105"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
  	margin-left: -1.1em;
  	padding: 0px 0.75em 0px 0;
  	color: #a31414;
}

#publications ol {
	margin: 0;
	padding: 0 0 0 1em;
}

#publications ol ul {
	margin-top: 10px;
}

#publications ol li {
	padding-left: 0.75em;
}

#news ul li:before,
#publications ol li:before {
	content: none;
}




/* home
 /
.pageheader .title {
	margin: 0 0 30px 0;
	padding: 0px 0 0 0;
	text-transform: none;
}


.home .pageheader .title {
	margin: 0;
	padding: 30px 0 30px 0;
	line-height: 1em;
	text-transform: none;
}


#biography .col-md-10 {
	margin: 0;
	}

#biography .col-md-10 .portrait {
	position: relative;
	margin: 0 auto;
	background: transparent url("../img/portrait/maite2023.jpg") center center;
	width: 240px;
	height: 240px;
	padding-bottom: 20px;
	border-radius: 50%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


#biography h3.title {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}

#biography p {
	text-align: center;
}

#profile .title h2 {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin: 20px 0 5px 0;
	padding: 0;
}

#profile .title h3 {
	font-size: 18px;
	font-weight: 300;
	color: #aaa;
	margin: 0px 0 10px 0;
	padding: 0;
}


#biography .col-md-8 p {
	padding-left: 0px;
	padding-right: 0px;
	/* text-align: justify; */
	}


#biography a.cv {
	margin: 10px auto 0 auto;
	display: block;
	padding: 10px 7px;
	width: 100px;
	list-style: none;
	font-size: 14px;
	text-align: center;
	color: #a31414;
	background: #fff;
}

#biography a.cv:hover {
	color: #fff;
	background: #a31414;
}

#biography a.cv .text {
	font-size: 14px;
	padding: 4% 0 0 0%;
	text-align: center;
}

#biography a.cv .fa {
	float: left;
	width: 35px;
	font-size: 24px;
}

#biography .col-md-11 {
	padding: 0 8%; 
}

#biography .col-md-11 p {
	padding-bottom: 17px; 
}

/* news
 /
#news .pageheader{
	background-image: url(/~mtaboada/img/news.jpg);
}








/* teaching
 /
#teaching .pageheader{
	background-image: url(/~mtaboada/img/teaching.jpg);
}

#teaching ul {
	list-style: none;
	margin: 0 0 70px 0;
	padding: 0;
}

#teaching ul li {
	background-color: #FdFdFd;
	background-color: #fff;
	margin: 15px 0 15px 0;
	padding: 20px 20px;

	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 3px;
}


#teaching ul li h3 {
	margin: 0;
	padding: 0 30px 0 0;
	font-weight: 400;
	font-size: 17px;
	text-transform: none;

}


#teaching ul li ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;

}

#teaching ul li li {
	margin: 0;
	padding: 0 0 0px 0;
	font-weight: 300;
	color: #000;

	-webkit-box-shadow: none;
	box-shadow: none;
}


/* research
 /
#research .pageheader{
	background-image: url(/~mtaboada/img/research.jpg);
}




@media (max-width: 991px) {
	#research .col-md-8 p,
	#research .col-md-8 ul {
	padding-right: 0px;
	}
}

ul.ul-boxed li,
#editing ul.ul-boxed li,
#publications ul.ul-boxed li {
	margin: 0px 0px 5px 0px;
	padding: 7px 7px 7px 15px;
	background-color: #fff;
	line-height: 1.2em;
	font-size: 14px;
	}



/* publications
 /
#publications .pageheader{
	background-image: url(/~mtaboada/img/publications.jpg);
}



/* links
 /
#links .pageheader{
	background-image: url(/~mtaboada/img/links.jpg);
}



/* editing
 /
#editing .pageheader{
	background-image: url(/~mtaboada/img/editing.jpg);
}


#editing .col-md-9 p {
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
	text-align: left;
	}

#editing ul {
}

#editing li {
	padding: 0px 0 5px 0;	
}



/* downloads
 /
#downloads .pageheader{
	background-image: url(/~mtaboada/img/downloads.jpg);
}

#downloads h3 {
	font-weight: 400;
	margin: 0;
	padding: 0 70px 0px 0;
	border-bottom: 0px solid #cdcdcd;
}

form.downloads {
	margin-top: 10px;
}

form.downloads label {
	position: relative;
	display: block;
	margin: 20px 0 2px 0;
	padding: 0 0 0px 0;
	font-weight: 400;
	font-size: 12px;
	padding: 0px 0px;
	text-transform: uppercase;
	clear: both;
}


form.downloads .required .text,
form.downloads .error {
	position: relative;
	display: block;
	margin: 3px 0 0px 0px;
	padding: 0 0 0 0;
	font-size: 15px;
	font-weight: 300;
	color: #a31414;
	text-transform: none;
	clear: none;
}

form.downloads .button {
	font-weight: 400;
	background: #a31414;
	color: #fff;
	font-size: 12px;
	padding: 7px 10px;
	margin: 25px 0 0 0;
	text-transform: uppercase;
	border: none;
}

form.downloads .button:hover {
	background: #620606;
}

p.copyright {margin-top: 30px;}

/* coli-si
 /

#coli .pageheader{
/*	background-image: url(/~mtaboada/img/home.jpg);*/
}

@media (max-width: 991px) {
	#coli .col-md-8 p,
	#coli .col-md-8 ul {
	padding-right: 0px;
	}
}

/* go to top
 /
a.top {
	display: block;
	margin: 20px 0 0 0;
}

a.top i.fa {
	text-align: center;
	width: 25px;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	border-top: 3px solid;
}


