/* ------------------------------ */
/* ----- AUTHORS BASICS CSS ----- */
/* ------------------------------ */
.tx-authors {
	padding: 5px;
	text-align: left;
}
.tx-authors a {
	color: rgb(0, 158, 227);
	text-decoration: none;
}

.tx-authors a:hover {
	color: rgb(100,100,100);
}

/*
.tx-authors li:before{
	content: none;
	margin: 0;
	padding: 0;
}
*/

ul {
	font-size: 1rem;
}

.tx-authors ul li { 
  list-style-type: none;
  text-indent: -16px;
  padding-left: 30px;
  margin: 0 0 0 -25px;
}

.tx-authors ul li:before{
  content: "\f0da";
  font-family: 'FontAwesome';  
  font-style: normal;
  margin-right: 10px;
}

.tx-authors ul.authorsSmallView  li {
	list-style:	none;
}

/* ========================
	AUTHORS SEARCH
   ======================== */
.authorsSearchForm {
	margin: 0 0 40px;
}

.authorsSearchForm fieldset {
	border: none;
}

.authorsSearchForm .form-group {

}

label[for=authorsSearch] {
	font-size: 1.5rem;
	color: rgb(178,178,178);
}

.authorsSearchForm input[type=text] {
	font-family: 'OpenSans300Italic';
	font-size: 1.4rem;
	width: 100%;
	max-width: 200px;
	padding: 4px 5px;
	color: rgb(0,0,0);
	background: rgb(255, 255, 255);
	border: none;
}

#authorsSearchReset {
	font-size: 1.4rem !important;
	color: rgb(221,221,221);
	margin-left: -30px;
	cursor: pointer;
	display: none;
}

#authorsSearchReset:hover {
	color: rgb(0,0,0);
} 

#authorsRequestDone {
	font-size: 1.6rem !important;
	margin-left: 20px;
	display: none;
	color: rgb(221,221,221);
}

.authorsSearchForm input[type=submit] {
	width: 228px;
    color: rgb(255,255,255);
    display: inline-block;
    line-height: 35px;
	margin: 4px 0 0;
    padding: 0 20px;
	border: 0 none;
	background: rgb(201,201,201);	
}

.authorsSearchForm input:focus {
    /*box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);*/
	background: rgb(245,245,245);
}

.authorsSearchForm input[type=text]:invalid{
	color: rgb(255,0,0);
}

.authorsSearchForm input[type=text]:valid{
	/*color: rgb(76,175,80);*/
	color: rgb(178,178,178);
}

/* PLACEHOLDER */
.authorsSearchForm input::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: rgb(178,178,178);
}

.authorsSearchForm input:-moz-placeholder { /* Firefox 18- */
	font-size: 1.4rem;
	color: rgb(178,178,178);
}

.authorsSearchForm input::-moz-placeholder {  /* Firefox 19+ */
	font-size: 1.4rem;
	color: rgb(178,178,178);
}

.authorsSearchForm input:-ms-input-placeholder {
	font-size: 1.4rem;
	color: rgb(178,178,178);
}

/* progress bar */
#duration {
  position: relative;
  width: 228px;
  height: 2px;
  background-color: rgb(204, 204, 204);
}

#progressBar {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: rgb(76,175,80);
  /*background-color: rgb(0,0,0);*/
}

/* ========================
	AUTHORS LIST 
   ======================== */
.tx-authors .authorsRow {
	margin: 0 !important;
}

.tx-authors .authorsListItem > div {
	position: relative;
	max-width: 214px;
	margin: 0 5px;
}

.tx-authors .authorsListItem img {
	width: 100%;
	height: auto;
}

.tx-authors .authorsListItem h3 {
	font-size: 1.6rem;
}

.tx-authors .authorsListItem a h5 {
	margin: 15px 0 5px;
	color: rgb(88,88,90);
}

.tx-authors .authorsListItem .authorsListOverlay {
	position: absolute;
	font-size: 2rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	padding: 0;
	text-align: right;    
	color: rgb(0,0,0);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s
}

.tx-authors .authorsListItem .authorsListProfilePicture:before,
.tx-authors .authorsListItem .authorsListProfilePicture:after {
	position: absolute;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
	border-radius: 5px;
}

.tx-authors .authorsListItem  .authorsListProfilePicture:before{
    content: "";
    height: 96.5%;
    left: 0;    
    top: 0;
    width: 100%;	
	background: rgba(0,158,227,.5);
}

.tx-authors .authorsListItem  .authorsListProfilePicture {
	position: relative;
}

.tx-authors .authorsListItem  .authorsListProfilePicture:after {
	content: '+';
	font-size: 4rem;
    height: 20px;
    left: 50%;
    top: 50%;
    width: 20px;	
	margin: -20px 0 0 -20px;	
	color: rgb(255,255,255);
}

.tx-authors .authorsListItem a:hover .authorsListProfilePicture:before,
.tx-authors .authorsListItem a:hover .authorsListProfilePicture:after {
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}

.tx-authors a .authorsListDescription p {
	margin: 0 0 10px;
	color: rgb(88,88,90);
	font-size: .7rem;
}

.tx-authors .authorsListFooter {
	overflow: hidden;
}

/*
.authorsListProfilePicture img {
	width: 100%;
	height: auto;
}
*/

.authorsListFooter ul {
	margin-left: -10px;
	padding: 0 !important;
}

.authorsListFooter ul li::before {
	content: '';
}

.authorsListFooter ul li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}

.authorsListFooter a {
	font-size: 1.2rem;
	color: rgb(0,0,0) !important;
}


/* ========================
	AUTHORS SMALL LIST 
   ======================== */
.tx-authors ul.authorsSmallView {
	color: rgb(150,150,150);
}

.tx-authors ul.authorsSmallView  li {
	text-indent: 0;
	padding: 0;
	margin: 0 0 15px;
}

.tx-authors ul.authorsSmallView h3 {
	font-size: 18px;
	font-weight: bold;
	color: rgb(0, 105, 117);
	line-height: 1.2em;
	margin: 0 0 2px;
}

.tx-authorsul.authorsSmallView span.cycle:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f024";
	font-size: 30px;
	top: 4px;
	left: -13px;
	color: rgb(201,136,42);
	z-index: -1;
}

.tx-authors ul.authorsSmallView span.cycle {
	position: relative;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: rgb(255,255,255);
	margin: 0 16px 5px 11px;
	vertical-align: top;
}

.tx-pinboard  span.categoryLabel {
	color: rgb(0, 105, 117);
}

.tx-authors ul.authorsSmallView .description {

}

.tx-authors ul.authorsSmallView p {
	font-size: 1rem;
	padding: 0;
	margin: 0;
}

a.detailView i {
	z-index: -1;
}

/* ---------------------------------- */
/* ----- AUTHORS LIST PAGINATION----- */
/* ---------------------------------- */
/*
.f3-widget-paginator {
	position: relative;
    float: left;
    left: 50%;
    margin: 0 auto;
    padding: 0;	
}
		
.f3-widget-paginator li {
	position: relative;
    float: left;
    right: 50%;
    margin-right: 10px;
    padding: 5px;
    background: #fff;
    list-style: none;
}
*/
.tx-authors .page-navigation  {
	clear: both;
    float: left;
	padding: 15px 0;
    overflow: hidden;
    width: 100%;
}

.tx-authors .page-navigation p {
	float: left;
	display: none;
}

.tx-authors .page-navigation ul {
	float: left;
    left: 50%;
    list-style-type: none !important;
    margin: 0 auto;
    padding: 0;
	position: relative;
}

main .page-navigation ul li:before {
	content: '';
	margin: 0 !important;;
}

.tx-authors .page-navigation ul li {
	position: relative;
	float: left;
	right: 50%;
	display: block;
	margin: 0 3px;
	padding: 0 !important;
	text-indent: 0 !important;;
}

.tx-authors .page-navigation ul li.current {
	padding: 10px 15px !important;
	font-weight: bold;
	color: rgb(255,255,255);
	background: rgb(201,136,42) !important;
}

.tx-authors .page-navigation ul li a {
	display: block;
	padding: 10px 15px !important;
	color: rgb(255,255,255) !important;
	font-weight: bold;
	background: #A2A2A2;
}

.tx-authors .page-navigation ul li a:hover {
	background: rgb(201,136,42) !important;
	text-decoration: none;
}

/* -------------------------- */
/* ----- AUTHORS DETAIL ----- */
/* -------------------------- */
.authorDetail {
	max-width: 960px;
	/*margin: 0 auto;*/
}

.authorDetail .top {
	font-style: italic;
	width: 100%;
	line-height: 35px;
	background: rgb(0, 158, 227);
	color: rgb(255,255,255);
	text-align: right;
	margin: 0 0 10px;
	padding: 0 10px 0 0;
	border-radius: 3px 3px 0 0;
	display: none;
}

/* show top only in fancybox (AJAX) */
.fancybox-wrap .authorDetail .top {
	display: block;
}

.authorDetail .description {
	
}

.authorDetail h2 {
	color: rgb(0, 158, 227);
	font-size: 1.5rem;
	margin: 0.6em 0 .2em 0;
}

.authorDetail h3 {
	color: rgb(0, 158, 227);
	font-size: 1.2rem;
	margin: 0.6em 0 .8em 0;
}

.authorDetail .detailImage {
	margin: 0 0 1em 0;
}

.authorDetail .detailImage img {
	box-shadow: 0 0 3px rgb(150,150,150);
}

.authorDetail .detailRelatedLectures {
	clear: both;
	padding: 10px 0;
}

.authorDetail .header p {
    font-size: .8rem;
	color: rgb(88,88,90);
	margin: 0;
	padding: 0;
}

.authorDetail .subheader  span {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
	color: rgb(0, 158, 227);
}

.authorDetail .contactData {
	padding-top: 10px;
	border-top: 1px solid rgb(241,241,241);
}

.authorDetail .contactData ul {
	margin-left: -10px;
	padding: 0 !important;
}

.authorDetail .contactData ul li::before {
	content: '';
}

.authorDetail .contactData ul li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}

.authorDetail .contactData a {
	font-size: 1.3rem;
	color: rgb(0,0,0) !important;
}

.authorDetail  .detailBackLink {
	display: inline-block;
	margin-top: 30px;
	padding: 3px 5px;
	min-width: 100px;
	color: rgb(255,255,255);
	background: rgb(201,136,42);
	text-align: center;
}

.clear {
	clear: both;	
}

/* ========================
	AUTHORS ERROR MESSAGES 
   ======================== */
.noAuthorFound {
	font-size: 13px;
}

.noAuthorFound li {
	list-style: disc;
	font-size: 11px;
	margin: 0 0 0 10px;
}


@media only screen and (min-width:650px){
	.authorDetail .column {
		width: 32%;
	}
	
	.tx-authors .authorsRow {
		margin: 0 0 50px !important;
	}
	
	.authorDetail .detailImage {
		float: left;
		margin: 0.4em 1em 0.4em;
	}
	
	.authorDetail .description {
		border-radius: 0 0 35% 0;
	}
}

.fancybox-skin {
	position: relative;
	background: rgb(255,255,255) /*url(../../../gfx/ci/pattern_white.png)*/ !important;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}