/*
Theme Name: Nemo Unipd
Author: Paola Dus, Davide Bragagnolo
Description: Neuroscience of Movement, University of Padua (Nemo) Wordpress Theme, grafica di <a href="https://www.behance.net/paoladus" target="_blank">Paola Dus</a>, sviluppo di <a href="http://davebra.it" target="_blank">Davide Bragagnolo</a>
Version: 1.0

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #808080;
    background-color: #605D5B;
}

::selection{
	background-color: #FFCBCB;
	color:#3232FF;
}

::-moz-selection{
	background-color: #FFCBCB;
	color:#3232FF;
}

.clear{
	clear: both;
}

a{
	color: #808080;
	text-decoration: none;
}

article a{
	color: #222222;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

a:hover{
	text-decoration: underline;
}

header{
	position: relative;
    background-color: #fff;
}

#headtopleft{
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 51%;
	background-color: #3232FF;
}

#headtopright{
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	width: 50%;
	background-color: #FFCBCB;
}

.center{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

#header_top{
	border-bottom: 2px solid #EFEEEB;
    height: 60px;
    padding-top: 18px;
    text-align: center;
    background-image: url(img/logo_unipd_top.png);
    background-position: center 26px;
    background-repeat: no-repeat;
}

.header_top_left {
    display: block;
    position: absolute;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    text-align: right;
    right: 540px;
    top: 0;
}

.header_top_right {
    display: block;
    position: absolute;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    text-align: right;
    left: 540px;
    top: 0;
}

.header_top_social{
	text-align: right;
    position: absolute;
    height: 60px;
    line-height: 60px;
    top: 0;
    right: 0;
}

.header_top_social a{
    height: 60px;
    width: 30px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

.header_top_social a:hover{
	text-decoration: none;
}

.header_top_social a.linkedin{
	background-image: url(img/social_ln_gray.png);
}

.header_top_social a.linkedin:hover{
	background-image: url(img/social_ln.png);
}

.header_top_social a.twitter{
	background-image: url(img/social_tw_gray.png);
}

.header_top_social a.twitter:hover{
	background-image: url(img/social_tw.png);
}

.header_top_social a.gplus{
	background-image: url(img/social_g_gray.png);
}

.header_top_social a.gplus:hover{
	background-image: url(img/social_g.png);
}

.header_top_social a.youtube{
	background-image: url(img/social_yt_gray.png);
}

.header_top_social a.youtube:hover{
	background-image: url(img/social_yt.png);
}

.header_top_social a.facebook{
	background-image: url(img/social_fb_gray.png);
}

.header_top_social a.facebook:hover{
	background-image: url(img/social_fb.png);
}

#menucontainer {
    height: 135px;
    padding-bottom: 30px;
    background-image: url(img/bgmenu.gif);
    background-color: #EFEEEB;
    background-repeat: repeat-x;
    overflow: hidden;
}

#mobilehead{
	display: none;
}

#topmenu{
    text-align: right;
}

#topmenu li{
    display: inline;
}

#topmenu li a{
    display: inline-block;
    height: 135px;
    line-height: 135px;
    padding: 0 18px;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

#topmenu li a:hover{
    text-decoration: none;
    color: #3333FF;
}

#topmenu li.logo{
    position: absolute;
    top: 0;
    left: 0;
}

#topmenu li.logo a{
    display: block;
    width: 270px;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 9999px;
}

#topmenu li ul{
    position: absolute;
    top: 135px;
    left: 0;
    width: 960px;
    height: 135px;
    text-align: center;
    background-color: #EFEEEB;
    display: none;
    z-index: 2;
}

#topmenu li ul li{
    margin-right: 60px;
}

#topmenu li ul li a{
    display: inline-block;
    height: 135px;
    line-height: 135px;
    padding: 0 18px;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

#topmenu li ul li a:hover{
    text-decoration: none;
    color: #3333FF;
}

#topmenu li.current-menu-ancestor ul{
    display: block;
    z-index: 1;
}

#topmenu li.current-menu-item a{
    color: #3333FF;
}

#topmenu li.current-menu-item li a, #topmenu li.current-menu-parent li a{
	color: #808080;
}

#topmenu li.current-menu-parent a{
	color: #3333FF;
}

#topmenu li.current-menu-parent li.current-menu-item a{
	color: #3333FF;
}

footer{
    color: #ffffff;
}

footer a{
    color: #ffffff;
}

footer p{
    font-size: 12px;
    line-height: 1.35;
}

.footerleft {
    width: 480px;
    float: left;
    margin: 25px 0 50px;
}

.footerright {
    width: 480px;
    float: left;
    margin: 25px 0 50px;
    position: relative;
}

.footermobile{
	display: none;
}

#footmenu {
    float: right;
}

#footmenu li {
    display: block;
    float: left;
    min-width: 110px;
}

#footmenu li.logo {
    display: none;
}

#footmenu li a {
    
}

#footmenu li ul {
    margin-top: 20px;
    display: block;
}

#footmenu li ul li {
    float: none;
    display: block;
}

#footmenu li ul li a {
    
}

.footerright p {
    text-align: right;
}

section {
    background-color: #ffffff;
    padding: 20px 0;
}

section#front_bottom {
    background-color: #F5F3F1;
    padding: 20px 0;
}

.div_table {
    display: table;
    width: 100%;
}

.div_row {
    display: table-row;
}

.bg_blu {
    background-color: #3232FF;
    color: #fff;
}

.bg_rosa {
    background-color: #F0CECE;
    color: #3232FF;
}

.div_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 160px;
}

.box_home .div_cell {
    padding: 100px 50px;
    width: 50%;
    position: relative;
}

h1 {
    font-size: 45px;
    font-weight: bold;
}

h2 {
    font-size: 25px;
}

.box_home .div_cell .plus {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 35px;
    width: 45px;
    height: 45px;
    background-image: url(img/plus.png);
    text-indent: -9999px;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.box_home .div_cell .plus:hover {
    transform: rotate(30deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
h3 {
    font-size: 20px;
    color: #605D5B;
    font-weight: bold;
}

.front_box_image {
    display: block;
    cursor: pointer;
    width: 450px;
    height: 160px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.front_box_left .front_box_image{
    background-color: #3333FF;
}

.front_box_right .front_box_image{
    background-color: #F0CECE;
}

.front_box_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    height: auto;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.front_box_left:hover img {
    opacity: 0;
    -moz-opacity: 0;
}

.front_box_left:hover h3 a {
    color: #3333FF;
    text-decoration: none;
}

.front_box_right:hover img {
    opacity: 0;
    -moz-opacity: 0;
}

.front_box_right:hover h3 a {
    color: #F0CECE;
    text-decoration: none;
}

.front_box_left {
    float: left;
    margin-right: 60px;
    width: 450px;
}

.front_box_right {
    float: left;
    width: 450px;
}

.front_box_title {
    background-color:  #fff;
    padding: 20px;
}

.page_title {
    height: 160px;
    border: 2px solid #3333FF;
    padding: 0 30px;
    overflow: hidden;
}

.page_title h1{
    height: 160px;
    line-height: 160px;
    color: #3333FF;
    background-repeat: no-repeat;
    background-position: center right;
}

article {
    padding: 40px 0;
}

article img {
    max-width: 100% !important;
    height: auto !important;
}

.open_biography{
	display: none;
}

section ul{
	list-style: disc;
	margin-left: 10px;
}

section ul li{
}

.the_team, .the_blog {
    padding: 30px 0;
    background-color: #F5F3F1;
}

.the_team h3, .the_blog h3{
	text-transform: uppercase;
	padding: 10px 0 25px;
}

.member {
    display: block;
    float: left;
    margin: 0 15px 30px;
    position: relative;
    height: 160px;
    width: 450px;
    overflow: hidden;
    border-bottom: 4px solid #666666;
}

.member:hover{
    border-bottom: 4px solid #3232FF;
}

.member_thumb {
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    background-color: #3232FF;
    background-image: url(img/icon_info.png);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    
}

.member .member_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: auto;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.member:hover .member_thumb img {
    opacity: 0;
    -moz-opacity: 0;
}

.member_right {
    position: absolute;
    height: 160px;
    width: 250px;
    top: 0;
    left: 160px;
    padding: 0 30px 0 10px;
    background-color: #ffffff;
}

.member_ruolo {
    display: block;
    color: #A0A0A0;
    font-size: 15px;
    margin: 10px 0 7px;
}

.member_name {
    display: block;
    font-size: 26px;
    line-height: 1.27;
    color: #808080;
    font-weight: bold;
    width: 130px;
    text-transform: uppercase;
}

.member:hover .member_name {
    color: #3232FF;
}

.member_email {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.collaborator {
    display: block;
    float: left;
    margin: 0 15px 30px;
    position: relative;
    height: 70px;
    padding-left: 110px;
    background-image: url(img/collaborator.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-color: #fff;
    width: 340px;
    overflow: hidden;
    border-bottom: 4px solid #666666;
}

.collaborator:hover{
    border-bottom: 4px solid #3232FF;
    text-decoration: none;
}

.collaborator_ruolo {
    display: block;
    color: #A0A0A0;
    font-size: 15px;
    margin: 10px 0 0;
}

.collaborator_name {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #808080;
    font-weight: bold;
    text-transform: uppercase;
}

.collaborator:hover .collaborator_name {
    color: #3232FF;
}

td, td a {
    color: #3232FF;
}
.td_date {
    width: 50px;
    text-align: right;
}

.td_autore {
    width: 330px;
    text-align: left;
}

.td_title {
    width: 520px;
    text-align: left;
    padding: 0 30px;
}

td{
    height: 40px;
    vertical-align: top;
}

tbody tr:hover{
    background-color: #F5F3F1;
}

.the_filters {
    margin: 40px 15px;
}

.filter {
    width: 260px;
    float: left;
    margin-left: 15px;
    cursor: pointer;
    background-color: #ffffff;
    border-bottom: 2px solid #605D5B;
    background-image: url(img/filter_arrow_top.png);
    background-repeat: no-repeat;
    background-position: 260px center;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height: 1;
    font-weight: bolder;
    color: #605D5B;
    padding: 37px 20px 17px;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.filter span{
    position: absolute;
    color: #A0A0A0;
    top: 18px;
    left: 20px;
    font-size: 15px;
    font-weight: normal;
}

.filter:hover {
    color: #FFCBCB;
    border-bottom: 2px solid #FFCBCB;
}

.filter.active {
    color: #FFCBCB;
    border-bottom: 2px solid #FFCBCB;
    background-image: url(img/filter_arrow_bottom.png);
}

.filter_content {
    text-align: center;
    display: none;
}

.filter_content.active {
    display: block;
}

.filter_content input{
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    width: 50%;
}

.filter_content ul{
    text-align: center;
}

.filter_content li{
    display: inline-block;
    margin: 0 0 0 15px;
    cursor: pointer;
    text-transform: capitalize;
}

.filter_content li:hover{
    text-decoration: underline;
}

.filter_content li.active{
    color: #3232FF;
}

#filter_reset {
    position: absolute;
    right: 15px;
    bottom: -70px;
    height: 50px;
    line-height: 50px;
    width: 160px;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    background: #A7A7A7;
    display: none;
}

#filter_reset:hover {
    background: #808080;
}

.single_team_left {
    float: left;
    width: 540px;
    margin: 60px 60px 0 20px;
}

.single_team_right {
    float: left;
    width: 320px;
    margin: 60px 0 0 0;
}

.single_team_h1 {
    line-height: 1;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #605D5B;
}

.single_team_ruolo {
    color: #A0A0A0;
    font-size: 15px;
}

.single_team_email {
    margin: 20px 0 0 0;
    font-size: 13px;
}

.single_team_email a {
    font-weight: bold;
    color: #605D5B;
}

.single_team_thumb {
    overflow: hidden;
    line-height: 1;
}

.single_team_thumb img {
    width: 320px;
    height: auto;
    display: block;
    border-bottom: 5px solid #3232FF;
}

.single_team_cv {
    font-size: 14px;
    color: #A7A7A7;
    font-weight: bold;
    background-image: url(img/download_cv.png);
    background-repeat: no-repeat;
    background-position: center left;
    height: 23px;
    padding-left: 30px;
    line-height: 23px;
    margin-bottom: 30px;
}

.single_team_cv a{
    color: #A7A7A7;
}

.single_team_publications {
    margin-top: 50px;
}

.single_team_publications span {
    display: block;
    font-size: 15px;
    color: #A0A0A0;
}

.single_team_publications h3 {
    color: #3333FF;
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E2DD;
    margin-bottom: 30px;
}

.single_team_publications p {
    margin-bottom: 8px;
}

.post {
    float: left;
    margin: 0 15px 30px;
    position: relative;
    height: 380px;
    width: 450px;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 4px solid #3232FF;
}

.post:nth-child(even) {
    border-bottom: 4px solid #F0CECE;
}

.post_date {
    color: #A0A0A0;
    font-size: 15px;
    line-height: 1;
	padding: 0 30px;
}

.post .post_title{
	padding: 0 30px;
    margin: 0 0 30px 0;
}

.post_title a {
    font-size: 20px;
    line-height: 1.1;
    color: #808080;
    font-weight: bold;
    width: 130px;
    text-transform: uppercase;
    text-decoration: none;
}

.post:hover .post_title a {
    color: #3232FF;
}

.post:nth-child(even):hover .post_title a {
    color: #F0CECE;
}

.post_thumb {
    display: block;
    width: 450px;
    height: 180px;
    background-color: #3232FF;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0;
}

.post:nth-child(even) .post_thumb{
    background-color: #F0CECE;
}

.post .post_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    width: auto;
    transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.post:hover .post_thumb img {
    opacity: 0;
    -moz-opacity: 0;
}

.post_text {
	padding: 0 30px;
}

.post_more {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 30px 0;
}

.post:hover .post_more {
	color: #3232FF;
}

.post:nth-child(even):hover .post_more{
    color: #F0CECE;
}

.previous_next{
	margin: 60px 0 0;
	text-align: right;
}

.previous_next span, .previous_next a{
	display: inline-block;
}

.prev a{
	height: 43px;
	width: 43px;
	background-image: url(img/prev_next.png);
	background-position: left center;
}

.next a{
	height: 43px;
	width: 43px;
	margin-left: 15px;
	background-image: url(img/prev_next.png);
	background-position: right center;
}

.alert-update a{
	background-image: url(img/update.png);
	background-repeat: no-repeat;
	background-position: 62px 16px;
}

.alert-update li a{
	background-image: none;
}

button.alm-load-more-btn {
    color: #3333FF;
    font-weight: bold;
	border: none;
    background-color: transparent; 
    display: inline-block;
    font-size: 18px;
    padding: 20px 0 5px 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width: 100%;   
	position: relative;
	text-decoration: none;
	-webkit-appearance: none; 
	-moz-appearance: none;   
	appearance: none;      
	/* Prevents text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.single_team_publications button.alm-load-more-btn {
    border-bottom: 1px dashed #E5E2DD;
    font-size: 14px;
	width:auto;   
}

.single_team_publications button.alm-load-more-btn:hover {
    text-decoration: underline;
}

button.alm-load-more-btn:before {
    	content: "VIEW MORE\00a0";
}

/* Loading */
button.alm-load-more-btn.loading:before{
    	content: "LOADING\00a0";
}
    
/* Loaded / Done */
button.alm-load-more-btn.done:before{
		content: "NO MORE\00a0";
}  

button.alm-load-more-btn.done{
		color: #808080;
		border-bottom: none;
		cursor: default;
}  

button.alm-load-more-btn.done:hover{
		text-decoration: none;
}  
	
.alm-btn-wrap{
	display: block;
}



	
