#main ul {
	padding-left: 20px;
}

.headerimage {
	width: 100%;
}

.pageheader {
	background: #fff;
}

#profile .portrate {
	background-position: 0;
}

.color-1 {
	background: #fff!important;
}
.color-2 {
	background: #fff!important;
}

.pageheader:after {
	display: none;
}

ul#navigation li.external:hover .fa, ul#navigation li.currentmenu .fa{
	color: #A31F34;
}
ul.ul-card li {
	background-color: #f7f7f7;
}
.ul-boxed li {
	border-left-color:#A31F34;
	background-color: #f7f7f7;
}
ul.ul-card li .dy .year {
	background-color: #c1263e;
}
ul.ul-dates div.dates span {
	background-color: #A31F34;
}
ul.ul-dates li {
	background-color: #f7f7f7;
}
ul.timeline li .date {
	background: #A31F34;
}
ul.timeline li .data {
	border-left-color: #d5d5d5;
	transition: 0.5s;
	background-color: #f7f7f7;
}
ul.timeline li .data:hover {
	border-left-color: #c1263e;
}
.ul-withdetails li .imageoverlay {
	background: #03cc85;
}
.cd-active.cd-dropdown > span {
	color: #A31F34;
}
.cd-active.cd-dropdown ul li span:hover {
	background: #A31F34;
}
.pitems .pubmain .pubassets {
	border-top-color:#A31F34;
}
.pitems .pubmain .pubassets a:hover,.pitems .pubmain .pubassets a:focus,.pitems .pubmain .pubassets a.pubcollapse {
	background: #A31F34;
	transition: 0.5s;
}
.contact-office .icon-huge, .contact-lab .icon-huge {
	color: #03cc85;
}

ul.timeline li.open .circle {
	background-color: #d5d5d5;
	transition: 0.5s;
}

.ucsd-logo-link {
	display: block;
    max-width: 155px;
	margin: 0 auto;
	margin-top: 20px;
}

.ucsd-logo-link img {
	width: 100%;
}


.pitems .pubmain {
	background-color: #f7f7f7;
}

.cd-dropdown > span {
	background-color: #f7f7f7;
	color: #A31F34;
}

/* socpndary color
**************************************************/
ul.ul-card li .dy .degree {
	background-color: #A31F34;
}
ul.ul-dates div.dates span:last-child {
	background-color: #A31F34;
}
ul.timeline li.open .circle {
	background-color: #A31F34;
}
ul.timeline li.open .data {
	border-left-color: #A31F34;
	background-color: #f7f7f7;
}
#labp-heads-wrap {
	background-color: #03bb7a;
}
#labp-heads-wrap:after{
	border-top-color: #03bb7a;
}

/* customelements
**************************************************/
.cvdownload {
	color: #fff;
	background: #A31F34;
	border: 1px solid #A31F34;
	padding: 18px 40px;
	font-size: 20px;
	display: block;
	margin: 50px auto ;
	text-align: center;
	width: 235px;
	transition:0.4s;
 }

.cvdownload:hover {
	color: #A31F34;
	background: #fff;
	border: 1px solid #A31F34;
}

ul.interests {
	font-size: 14px;
}
ul.interests li {
	margin-bottom: 5px;
	 padding: 5px;
}

.interestsblock {
	margin-top: 39px;
}

.interestsblock .subtitle {
	margin-bottom: 25px;
}

.interestsblock .subtitle h3 {
	padding-bottom: 20px;
	text-align: left;
}

@media screen and (max-width: 770px) {
	.interestsblock .subtitle h3 {
		font-size: 24px;
	}
	.headercontent .title {
    font-size: 24px;
	}
	.researchheader {
		font-size: 20px;
	}
}

.experienceaccordion {
	padding: 0;
}

/* Teaching */
.teachninglectures h2 {
	border-bottom: 1px solid;
}

.teachninglectures .singlelecture {
	margin-bottom: 18px;
}

/* Group */

.groupmembers {
	margin-top: 50px;
}

.groupmembers img {
	width: 100%;
}

.groupmembers h2 {
	margin-top: 0;
	margin-bottom: 5px;
	display: inline-block;
}

.groupmembers .groupsociallink {
	margin-left: 5px;
}

.groupmembers .groupsociallink i {
	font-size: 20px;
	color: #333;
}

.groupmembers .groupsociallink img {
	width: 18px;
	margin-top: -6px;
} 

.groupmembers .groupsociallink svg {
	width: 18px;
	transform: translateY(2px);
} 

@media screen and (max-width: 770px) {
	.groupmembers h2 {
		margin-top: 20px;
		display: block;
	}
}

.groupmembers h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

#main .groupmembers ul {
	padding-left: 0;
}


/* Code */

.bibextrigger {
	color: #337ab7;
}

.abstracttrigger {
	color: #337ab7;
}

.item_download {
	color: #337ab7;
}



/* General Header */
.copyrightheader {
	font-weight: lighter;
    font-size: 12px;
}

