/*
Theme Name: NeuroMI - Milan Center for Neuroscience 
Theme URI: http://dueper.net
Author: Dueper Design
Author URI: http://dueper.net
Description: Dueper Theme is based on upBootstrap3WP(https://github.com/upplex/upBootstrap3WP) --> Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc. and Twitter Bootstrap 3. Feel free to edit it. 
Version: 0.1
License: GNU General Public License
License URI: license.txt
Domain Path: /languages/
Tags:


font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-weight:400;
	font-size: 15px;
	line-height: 1.4;
	background:#5AA6D4;
    background-attachment: fixed;
	color:#798186;
    font-family: 'Open Sans', sans-serif;
	letter-spacing:0.03em;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

/************************************************************ GENERAL*/
h1,h2,h3,h4,h5,h6 {
    font-weight:  900;
    color:#001e33 ;
  font-family: 'Open Sans Condensed', sans-serif;
}

h1.page-title {
    font-weight:  500;
    margin-top:30px;
    text-transform: uppercase;
}
.blu {
    font-weight: 300;
    margin-top:30px;
    color: #0e72b5;
}

p {
	margin:5px 0;
}

a{
	color:#0e72b5;
}
a:hover{
	color:#F2901E;
}

ul, li {
}

ul, ol {
	padding-left: 40px;
}

.bg-blue {
	background-color:#0e72b5;
}
.bg-darkblue {
	background-color:#001e33;
}
.bg-withe {
	background-color:#F9F7F9;
}

.bg-grey {
	background-color:#E3E8ED;
}

.top-line {
	border-top:10px solid #f2f2f2;
}

.top-margin {
	margin-top:30px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin:10px 20px 10px 0px;
}

.alignright {
	float: right;
	margin:10px 0px 10px 20px;
}

.sidebar {
    padding:15px 30px;
    margin-top:0px;
}

.padding-content {
    padding-top:60px;
    padding-bottom:60px;
}

.tag-container{
    color: #042f4b;
    font-weight: 900; 
    margin-bottom: 20px;
  font-size:0.8em;
}
.tag-container a{
    font-weight: 700;
}
.tag-container a:hover{
    color: #042f4b;
}

.main-page-content {
  padding-top: 30px;
  padding-bottom: 60px;
}

/************************************************************ Social */
.social {
  height: 30px;
  line-height: 45px;
  padding: 0 15px;
  margin: 0;
  
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.social a{
  display: inline-block;
  color:#0e72b5;
  font-size:1.2em;
  padding:0 2px;
}
.social a:hover{
  color:#042f4b;
}


/************************************************************ Header */
header.header {
    /*background: url(img/header-bg.jpg) no-repeat center #f2f2f2;*/
    background:#fff;
    background-size: cover;
    padding:10px 30px;
    display: block;
  
  position: relative;
}
header.header .navbar-brand{
    float: none;
    display: inline-block;
}
header.header .navbar-brand img{
/*    max-width: 300px;*/
}

/************************************************************ LANG */

#lang_sel_list{
	position: absolute;
	right: 35px;
	top: 18px;
}

#lang_sel_list a, #lang_sel_list a:visited {
	background:none !important;
}

/************************************************************ Sidebar */
.navbar.top-nav {
    margin-top:0;
}
.navbar-header {
    border-right: 0;
}
/************************************************************ Sidebar */
.widget-title {
    text-transform: uppercase;
    font-size:16px;
}

ul.list-sidebar,
.widget ul.menu{
    list-style: none;
    padding:0;
}
ul.list-sidebar li,
.widget ul.menu li{
    font-size:14px;
    line-height: 1.2;
    padding-bottom: 15px;
    font-weight: 900;
}

.widget ul.menu li .sub-menu{
    padding-left: 15px;
    padding-top:10px;
}
.widget ul.menu li .sub-menu li{
    list-style: disc;
}

/******** MAIN MENU */
#main-menu {
  margin-right: 100px;
}

/************************************************************ Menu Mobile */
html.mm-opened .mm-page {
    box-shadow: none !important;
}

body .mm-menu {
    background: #4A4A4A;
    border-top: 5px solid #2D2D30;
}

body .mm-list > li > a,
.mm-list > li > span {
    color: #fff;
    border-bottom:1px solid #2D2D30 ;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    
    transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
body .mm-menu .mm-list > li:after {
    border-bottom-width:0 !important;
}

body .mm-menu .mm-list > li a:after{
    position: absolute;
    content: "";
    width:0px;
    top:0;
    left:0;
    bottom:0;
    background:#0e72b5;
    
     transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

body .mm-menu .mm-list > li.active a {
    color: #0e72b5;    
}

body .mm-menu .mm-list > li.active a:after,
body .mm-menu .mm-list > li  a:hover:after{
    width:5px;
    background:#0e72b5;
}

/* SEARCH */
body .mm-search {
    padding:15px 30px;
    position: relative;
}
body .mm-search:after {
    content: "\e003";
    position: absolute;
    top: 20px;
    right: 40px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body .mm-search input {
    border: none;
    border-radius: 30px;
    margin:auto;
    margin-top:0px;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
}
body .mm-menu .mm-search input {
    background: #2D2D30 !important;
    color: #979797 !important;
}

/* SUBMENU */
body .mm-list a.mm-subopen {
    background:#2D2D30;
    width: 50px;
}
body .mm-list a.mm-subopen:before{
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    
    border-color: #fff !important;
    border-left-width: 0;
    border-top-width: 0px;
    
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -2px;  
}
body .mm-list a.mm-subopen:hover:before{
    border-color: #0e72b5 !important;
}
body .mm-menu .mm-list > li a.mm-subopen:after{
    display:none;
}

/************************************************************ Video Container*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************ home */
/*Head*/
.home-head {
  background: #042f4b;
  background-image: url(img/home-head.jpg);
  background-size:cover;
  min-height: 180px;
  position:relative;
}
.home-head:after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  
  background: -moz-linear-gradient(top,  rgba(4,47,75,0.55) 0%, rgba(4,47,75,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,47,75,0.55)), color-stop(100%,rgba(4,47,75,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(4,47,75,0.55) 0%,rgba(4,47,75,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(4,47,75,0.55) 0%,rgba(4,47,75,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(4,47,75,0.55) 0%,rgba(4,47,75,0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(4,47,75,0.55) 0%,rgba(4,47,75,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c042f4b', endColorstr='#e6042f4b',GradientType=0 ); /* IE6-9 */

}
.home-head h1{
  position: absolute;
  left:0;
  right:0;
  bottom:30px;
  margin:0;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/*Slogan*/
.home-slogan {
  padding: 30px 0 60px 0;
}
.home-slogan .slogan {
  font-size: 1.3em;
  line-height: 1.5em;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
/*Areas*/
.home-areas {
  background:#E3E8ED;
  padding: 60px 0;
}
.home-areas > div{
  max-width: 1100px;
}
.home-areas article{
  height: 0;
  padding-bottom: 18%;
  width: 32.5%;
  margin:0.25%;
  float: left;
  
  background: #042f4b;
  overflow: hidden;
  position: relative;
}
.home-areas article a figure{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  overflow: hidden;
}
.home-areas article a figure img{
  position: absolute;
  top:50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  opacity: 0.2;
  transition: opacity 0.4s cubic-bezier(.7, .35, .41, .69);
  -o-transition: opacity 0.4s cubic-bezier(.7, .35, .41, .69);
  -ms-transition: opacity 0.4s cubic-bezier(.7, .35, .41, .69);
  -moz-transition: opacity 0.4s cubic-bezier(.7, .35, .41, .69);
  -webkit-transition: opacity 0.4s cubic-bezier(.7, .35, .41, .69);
}
.home-areas article a:hover figure img{
  opacity: 0.4;
}

.home-areas article header{
  position: absolute;
  left:0px;
  bottom:0px;
  padding:20px 25px;
}
.home-areas article header h1{
  color:#fff;
  font-size: 1.5em;
  margin:0;
}
/*News*/
.home-news {
  background:#A5CCF9;
  padding: 60px 0;
}
.home-news article.hentry:after {
    content:'';
    display:block;
    clear: both;
}
.home-news article.hentry .content p {
  font-size:0.9em;
  color:#0e72b5;
}
.home-news article.hentry .content a h1{
    font-size:1.1em;
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    
    transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -o-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -ms-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -moz-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -webkit-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
}
article .content a:hover h1 {
    color:#0e72b5;
}
article .content .post-categories{
    list-style: none;
    padding: 0;
    display: inline-block;
    margin:0;
}
article .content .post-categories li{
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    color:#0e72b5;
    font-size: 0.75em;
    line-height: 1.85em;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
article .content .post-categories li a{
    background: #E3E8ED;
    color:#0e72b5;
    font-weight: 900;
    padding:4px 8px;
    
    transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -o-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -ms-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -moz-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -webkit-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
}
article .content .post-categories li a:hover{
    background: #0e72b5;
    color:#E3E8ED;
}
.home-news article.hentry .content date .event_place{
    display: inline-block;
    margin-top:10px;
    color:#042f4b;
    font-size:0.8em;
    font-weight: 900;
    line-height: 1.5em;
    vertical-align: middle;
}
.home-news article.hentry .content date{
    display: inline-block;
    margin-top:10px;
    color:#042f4b;
    font-size:0.8em;
    font-weight: 900;
    line-height: 1.5em;
    vertical-align: middle;
}

/************************************************************ BOTTOM RIGHT WIDGET */

.section-title-bottom {
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-top:0px;
    margin-bottom:0px;
}

.fascia-title {
    margin:0;
    margin-bottom:50px;
    font-size: 20px;
    text-transform: uppercase;
}

/************************************************************ FOOTER ON BOTTOM*/
body.bind-scroll, html.bind-scroll {
	overflow:hidden;
	width:100%;
}


#main-wrapper {
	position:relative;
}

#site-content {
	/* padding-bottom:250px;  Height of the footer element */
	background: #fff;
    padding-bottom: 0px;
}
footer.site-foot {
	width:100%;
    /*position: absolute;
    height: 250px;
	bottom:0;
	left:0;
    right: 0;*/
}
footer.site-foot > .container {
	width:100%;
    background: #042f4b ;
    height: 250px;
	padding:30px 0px;
    border-top:10px solid #0e72b5;
	color:#E3E8ED;
}

footer.site-foot .logo-footer {
    max-width: 120px;
}

footer.site-foot .copyright {
    font-size:11px;
    height: auto;
    padding:10px 15px;
    border-top:0;
    background: #021c2c;
    color: #E3E8ED;
}

footer.site-foot .copyright a {
    color:#E3E8ED;
    text-decoration: underline;
}

.site-foot p {
	line-height:1.4em;
}

footer.site-foot a{
  color: #A5CCF9;
}
footer.site-foot .widget-title{
  color: #E3E8ED;
}

/************************************************************ SOCIAL BOTTOM */

.social-box-bottom {
	line-height: 0;
	padding: 0;
}

.social-box-bottom a {
	color:#ffffff;
	font-size: 25px;
}

.social-box-bottom a:hover {
	color:#A40133;
}

/************************************************************ HEADER*/
.sub-header {
	padding:30px 0;
}

.sub-header h1 {
	text-align:center;
	color:#A40133;
	font-size:26px;
	margin:0;
	line-height:1.4;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 15px 15px 0;
}
.navbar-brand img {
/*    max-width: 150px;*/
}

/************************************************************ SEARCH*/

.form-control {
    background-color: #FFFFFF;
    border: 2px solid #E3E8ED;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.form-control:focus {
	border-color:#0e72b5;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
}

.search-field {
	background:url('img/search-icon.png') no-repeat right 10px center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.search-field:focus {
	background: right -10px center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/************************************************************ STICKY */
.is-sticky #sticker {
	left:0;
	right:0;
	z-index: 999;
	padding:0;
}

#sticker {
	padding:15px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
    
    border-top: 5px solid #0e72b5;
}

/************************************************************ NAVBAR */

.navbar {
	text-transform:uppercase;
	font-size:13px;
    margin-top: 20px;
    border-bottom:5px solid #0e72b5;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #042F4B;
    padding: 15px 20px;
	font-size: 16px;
    font-weight: 900;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#E3E8ED;
	background-color:#042F4B;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #042F4B;
    color: #E3E8ED;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: #042F4B;
    color: #E3E8ED;
}

.current-post-parent > a, .current-post-ancestor > a {
    color:#042F4B !important;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #042F4B;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    text-align: left;
    color: #E3E8ED;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0e72b5;
    color:#E3E8ED;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    /*color: #A40133;*/
    color:#fff;
    outline: 0 none;
    text-decoration: underline;
}


/************************************************************ NAVBAR TOP */

.navbar-top {
    float: right;
	font-size:11px;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.navbar-top .navbar-nav>li>a {
	color: #5AA6D4;
    padding: 6px 12px;
	font-size: 1.1em;
    font-weight: 700;
    border-right: #5AA6D4 1px solid;
}
.navbar-top .navbar-nav>li:last-child>a {
    border-right: none;
}

.navbar-top .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#042F4B;
	background-color:#fff;
}

.navbar-top .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
    color: #042F4B;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: transparent;
    color: #042F4B;
}

.current-post-parent > a, .current-post-ancestor > a {
    color:#042F4B !important;
}

/************************************************************ NAVBAR MOBILE */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #042f4b;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #0e72b5;
}
.navbar-toggle {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0px;
}

/************************************************************ SEARCHFORM HEADER */
.search-form-header {
  float: right;
  position: relative;
  height: 50px;
  padding-right: 8px;
  max-width: 210px;
}
.search-field {
    background: #fff;
    border:2px solid #f2f2f2;
}
.search-field:focus {
    background: #fff;
}


/************************************************************ SLIDER */
.slider-home {
	position: relative;
	background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */
	/*z-index: -1;*/
}
.slider-home .slide-content {
	background-position:center;
	background-repeat:no-repeat;
	height: 0;
    padding-bottom: 25%;
	position:relative;
	background-size:cover;
}
.slider-home .slide-content:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    opacity: 0.7;
    
    background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */

}

.slider-home .slide-content .text-slide{
    z-index: 2;
    
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-home .slide-content .text-slide h3{
	font-size: 50px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    margin: 0 0 0 15px;
}

.slider-home .text-slide-out {
    background:#000000;
    padding:20px;
    }
    
.slider-home .text-slide-out h3{
	font-size:20px;
	line-height:1;
	font-weight:300;
	color:#ffffff;
    display: inline-block;
    margin:0;
}

.slider-home .slide-content .text-slide h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px 0 0 15px;
    padding: 15px;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
/****************************************** internal-subhead */

.internal-subhead {
	background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */
	/*z-index: -1;*/

	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	background-size:cover;
    text-align: center;
    padding:60px 0 30px 0;
}
.internal-subhead:after {
    content:"";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    opacity: 0.7;
    
    background: rgb(255,191,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzZiMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,191,0,1) 0%, rgba(247,107,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,191,0,1)), color-stop(100%,rgba(247,107,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,191,0,1) 0%,rgba(247,107,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#f76b1c',GradientType=0 ); /* IE6-8 */

}

.internal-subhead h3{
	font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    color: #000;
    margin: 0;
    z-index: 2;
    position: relative;
}
.internal-subhead h1{
	font-size: 50px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}

/****************************************** BREADCRUMB */

.intro-text {
    max-width: 900px;
    padding:60px 30px;
    text-align: center;
    margin: auto;
    font-size:22px;
    font-weight: 300;
}
.intro-text .text-container{
    text-align: justify;
}

/************************************************************ Elenco servizi */
.elenco-servizi .servizi {
    padding:30px 0;
    margin-bottom: 0px;
    background: #0e72b5;
    color:#fff;
    margin-top:0 !important;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.elenco-servizi .servizi:first-child {
    background: #FDB606;
}
.elenco-servizi .servizi:nth-child(2) {
    background: #F2901E;
}
.elenco-servizi .servizi .icon {
    font-size:30px;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border:5px solid #fff;
    color:#fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    
    margin-right: 30px;
}
.elenco-servizi .servizi h1 {
    font-size:30px;
    line-height: 80px;
    float: left;
    font-weight: 300;
    display: inline-block;
    color:#fff;
    margin:0;
    text-transform: uppercase;
}
.elenco-servizi .servizi .more {
    font-size:18px;
    line-height: 80px;
    display: inline-block;
    float: right;
    margin:0;
    text-transform: uppercase;
    color:#fff;
}

.elenco-servizi .servizi .more .fa-caret-down {
    display: none;
}
.elenco-servizi .servizi .more .fa-caret-up {
    display: inline-block;
}

.elenco-servizi .servizi a.collapsed .more .fa-caret-down {
    display: inline-block;
}
.elenco-servizi .servizi a.collapsed .more .fa-caret-up {
    display: none;
}


.elenco-servizi .servizi .servizi-content {
/*    float: left;*/
}

.elenco-servizi .servizi .servizi-content .content {
    padding: 60px;
}
.elenco-servizi .servizi .servizi-content .content a{
    color:#fff;
    text-decoration: underline;
}
.elenco-servizi .servizi .servizi-content .content a:hover{
    text-decoration: none;
}


/************************************************************ News Home */
.fascia-news {
    padding: 60px 0;
}
.fascia-news .fascia-title {
    color:#0e72b5;
}
.fascia-news article.hentry {
	margin-bottom:15px;
	position:relative;
}
.fascia-news article.hentry:after {
	content:'';
    display:block;
    clear: both;	
}

.fascia-news article.hentry .content {
	display: table-cell;
}

.fascia-news article.hentry figure{
	float:left;
	display: table-cell;
	max-width:80px;	
	margin-right:10px;
}
.fascia-news article.hentry date{
	font-size:12px;
	font-weight:700;
	color:#F6A072;
	margin-bottom:10px;
}
.fascia-news article.hentry a h1{
	font-size:18px;	
	margin-top:0;
}

.fascia-news article.hentry a:hover h1{
	color:#0e72b5;
}

/************************************************************ News Loop */
.page-title {
    text-align: center;
/*    margin-bottom:30px;*/
}
body.archive article.hentry,
body.page-template-page-templatespage-news-php article.hentry {
    clear:both;
    margin-bottom:45px;
}
body.archive article.hentry:after,
body.page-template-page-templatespage-news-php article.hentry:after {
    content:'';
    display:block;
    clear: both;
}
body.archive article.hentry figure,
body.page-template-page-templatespage-news-php article.hentry figure{
    max-width: 250px;
    display: none;
    float: left;
    padding-right: 15px;
}
body.archive article.hentry .content a h3,
body.page-template-page-templatespage-news-php article.hentry .content a h3{
    font-size:1.5em;
    margin:0;
    margin-top:15px;
    margin-bottom:15px;
    
    transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -o-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -ms-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -moz-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -webkit-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
}
body.page-template-page-templatespage-news-php article.hentry .content a:hover h3,
body.archive article.hentry .content a:hover h3 {
    color:#0e72b5;
}
body.page-template-page-templatespage-news-php article.hentry .content .post-categories,
body.archive article.hentry .content .post-categories{
    list-style: none;
    padding: 0;
    display: inline-block;
    margin:0;
}
body.page-template-page-templatespage-news-php article.hentry .content .post-categories li,
body.archive article.hentry .content .post-categories li{
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    color:#333;
    font-size: 0.8em;
    line-height: 2em;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
body.page-template-page-templatespage-news-php article.hentry .content .post-categories li a,
body.archive article.hentry .content .post-categories li a{
    background: #E3E8ED;
    color:#0e72b5;
    font-weight: 900;
    padding:4px 8px;
    
    transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -o-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -ms-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -moz-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -webkit-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
}
body.page-template-page-templatespage-news-php article.hentry .content .post-categories li a:hover,
body.archive article.hentry .content .post-categories li a:hover{
    background: #0e72b5;
    color:#E3E8ED;
}
body.page-template-page-templatespage-news-php article.hentry .content date,
body.archive article.hentry .content date, .event_place {
    display: inline-block;
    margin-top:10px;
    color:#333;
    font-size:0.8em;
    font-weight: 900;
    line-height: 1.5em;
    /*vertical-align: middle;*/
	padding-left: 10px;
}

/************************************************************ SOCIAL TOP */

.social-box {
	line-height: 1;
	padding: 0;
}

.social-box a {
	color:#666666;
	font-size: 35px;
}

.social-box a:hover {
	color:#999999;
}

/************************************************************ TAXONOMY GROUP */

.spaced {
    margin:30px 0;
    text-transform:uppercase;
    display:block;
}

/*body.tax-group .people,
body.post-type-archive-people*/ .people {
    padding:30px 0;
}

/*body.tax-group .people h1,
body.post-type-archive-people*/ .people h1 {
    color:#000000;
	font-weight:300;
	font-size:24px;
    margin-bottom:0;
}

/*body.tax-group .people h2,
body.post-type-archive-people*/ .people h2 {
    color:#666666;
	font-weight:300;
	font-size:18px;
	margin-top:10px;
    margin-bottom:0;
}

#team .img-responsive {
	padding:0 50px;
}

#board .img-responsive {
	padding:0 50px;
}


/************************************************************ PAGE SECTIONS */

.section-page {
	padding-top:40px;
	padding-bottom:40px;
}

.section-title {
	font-weight:300;
	font-size:30px;
	color:#000000;
	margin:20px 0;
	line-height: 45px;
}

.section-image, .section-text, .section-block, .section-block {
	padding:20px 0;
}

/************************************************************ NEWS */

.top-spaced {
    margin-top:30px;
    text-transform:uppercase;
    display:block;
}

.title-first {
    margin-bottom: 20px !important;
}

/************************************************************ NEWS SINGLE */
body.single{
    
}

body.single .post-categories{
    list-style: none;
    padding: 0;
    display: inline-block;
    margin:0;
}
body.single .post-categories li{
    display: inline-block;
    color:#333;
    font-size: 0.8em;
    margin-bottom:15px;
    line-height: 2em;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
body.single .post-categories li a{
    background: #E3E8ED;
    color:#0e72b5;
    font-weight: 900;
    padding:4px 8px;
    
    transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -o-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -ms-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -moz-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
    -webkit-transition: all 0.4s cubic-bezier(.48, .18, .36, .79);
}
body.single .post-categories li a:hover{
    background: #0e72b5;
    color:#E3E8ED;
}
body.single date{
    color:#555;
    display: inline-block;
    /*margin-bottom:10px;*/
    font-size:0.8em;
    font-weight: 900;
    line-height: 1.5em;
    vertical-align: middle;
}

body.single .single-title {
	margin-top:0;
	color:#000000;
}
body.single .single-post-content {
    margin-top:30px;
    margin-bottom: 60px;
    font-size: 1em;
    line-height: 1.6em;
}
body.single .single-post-content .post-content{
    text-align: justify;
}

/************************************************************ SERVIZI SINGLE */

.single-post-content .post-title {
    font-size:40px;
    margin:0;
    margin-bottom:15px;
}



/***************************************************** PAGE NAV */

.wp-pagenavi {
    margin:40px 0;
    color:#000000;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}

.wp-pagenavi .page{
    color:#000000;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color:#A40133;
}

.wp-pagenavi a:hover{
    color:#A40133;    
}

/**************************************************** READ MORE */

.readmore {
    text-transform:uppercase;
    font-size:10px;
}

.readmore:hover {
    color:#A40133;
}

/* Gravity Forms */
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	display: block;
	margin: 0px 0 23px 0px;
	font-size: 11px;
	letter-spacing: 0.5pt;
}
.gform_wrapper .top_label .gfield_label {
	margin: 20px 0 4px 0;
}

.gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select {
	padding: 5px 10px !important;
	margin-bottom: 5px;
	height: 40px;
	font-size: 18px;
	color: #777 !important;
}
input,button,select,textarea{
	border-image-source: none;
	border: 1px solid #eceded;
	border-image-slice: 0;
	border-image-width: 0;
	border-image-outset: 0;
	border-image-repeat: inherit;
	line-height: inherit;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
	margin-top: 4px !important;
	margin-left: 4px !important;
	width: 15px !important;
	height: 15px !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
	padding: 5px 10px !important;
	font-size: 18px !important;
	color:#777 !important;
}

.gform_wrapper ul li.gfield {
	margin-bottom: 10px;
}

.gform_wrapper .ginput_container .datepicker {
	width:47% !important;
}

.gform_wrapper .gfield_required {
    color: #A40133;
    margin-left: 5px;
}

.gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: lighter !important;
    line-height: 1.3em;
    margin: 10px 0 4px;
}

.gform_button {
    background-color:transparent;
    text-transform:uppercase;
    font-weight:bold;
    border:0px;
}

.gform_button:hover {
    color: #A40133;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    color: #999999 !important;
    font-size: 24px !important;
    font-weight: lighter;
    padding: 5px 10px !important;
}

textarea {
    color: #999999 !important;
    font-size: 24px !important;
    font-weight: lighter;
    padding: 5px 10px !important;
}

.upload-field .ginput_container {
    background: -moz-linear-gradient(center top , #7ABCFF 0%, #60ABF8 44%, #4096EE 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 45px;
    display: inline-block;
    margin: 15px 0 10px 15px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
    border: 0 none;
    height: 100%;
}

.upload-field input {

}

/********************************************* Captcha */

.recaptchatable a, .recaptchatable a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    color: #999999 !important;
    font-size: 10px;
}

.recaptchatable .recaptcha_image_cell center img {
    height: 55px !important;
}

.recaptchatable {
    background: none repeat scroll 0 0 #FFFFFF;
}

.captcha input {
    border: 1px solid #DFDFDF !important;
}



/************************************************************ Contact & Maps */

.contact-header {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    width: 100%;
}

.acf-map {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height:500px;
}

.acf-map img {
	max-width: none; 
}

.slide-contact {
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
	position:relative;
	background-size:cover;
}

.slide-content {
    height: 515px;
}

.content-box {
    position: relative;
}

.contact-header .col-md-4 {
    padding:0px;
}

.content-text-box {
    /*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);*/
    padding: 15px;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    margin:20px;
}

.contact-us {
    position: absolute;
    width: 100%;
}

.contact-us h1{
    width: 100%;
    color: #000000;
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
}


/************************************************************ Links utili */

.fascia-links {
    padding: 60px 0;
    text-align: center;
}
.fascia-links:after {
    content:'';
    display:block;
    clear: both;
}

.fascia-links a{
    padding:0 30px;
}


/* Page */
.fascia-links .links {
    padding: 30px 0;
    margin-bottom:30px;
    width: 32%;
    display: inline-block;
}
.fascia-links .links a{
    padding:0;
    display: inline-block;
}
.fascia-links .links h1 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    margin-top:15px;
    color:#0e72b5;
    z-index: 2;
    position: relative;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
.fascia-links .links a:hover h1 {
    color:#000;
}

/************************************************************* News */
/* 
.news {
    background: #A5CCF9;
    padding: 20px;
    margin-left: 20px;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.news-side {
  margin-right:-30px;
}
.news .title{
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 900;
}
.news article{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #85B9DB;
}
.news article date{
    color: #0E72B5;
    margin:0;
}
.news article a h5{
    color: #042F4B;
    font-size:1em;
    line-height: 1.2em;
    margin: 0;
     transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news article a:hover h5{
    color: #0E72B5;
}
 */




/************************************************************ Research area */
.area-title,
.page-title {
  padding:45px 0;
  background: #042f4b no-repeat center;
  background-size: cover;
  position: relative;
}
.area-title:after,
.page-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4,47,75,0.85);
}
.area-title h1,
.page-title h1,
.page-title h3{
  color:#fff;
  font-size: 2.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top:15px;
  max-width: 85%;
}
.page-title h3 span,
.page-title h1 span{  
  font-size: inherit;
  width: auto;
  height: auto;
  line-height: 1.3em;
  color:#489BD2;
}
.page-title h5{
  color:#489BD2;
  text-transform: uppercase;
  font-size: 1.5em;
  margin:0;
  position: relative;
  z-index: 2;
}

/* User Contact */
.user-contact-info {
  position:relative;
  z-index:2;
}
.user-contact-info figure{
    float: left;
    width: 20%;
    display: inline-block;
}
.user-contact-info figure img{
    border:4px solid #0e72b5;
    
    border-radius: 200px;
    -o-border-radius: 200px;
    -ms-border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
}
.user-contact-info .info-content{
    float: left;
    width: 80%;
    padding-left:15px;
    display: inline-block;
    color:#A5CCF9;
    font-size:0.8em;
}
.user-contact-info .info-content .name{
    display: block;
    font-size: initial;
    margin-bottom: 5px;
    color:#fff;
}
.user-contact-info .info-content a{
    color:#A5CCF9;
}
.user-contact-info .info-content a:hover{
    color:#fff;
}


/* Tab */
.single .nav-tabs li a{
    color:#0e72b5;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
     transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.single .nav-tabs li a:hover{
    color:#0e72b5;
  background: #E3E8ED;
}
.single .nav-tabs li.active a{
    color:#042f4b;
}
.single .tab-content {
    padding:30px 15px 60px 15px;
    text-align: justify;
}

/* News */
.news-area {
    background: #A5CCF9;
    padding: 20px;
    margin-left: -30px;
    padding-bottom: 60px;
}
.news-area .title{
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 900;
}
.news-area article{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #85B9DB;
}
.news-area article date{
    color: #0E72B5;
    margin:0;
}
.news-area article a h5{
    color: #042F4B;
    font-size:1em;
    line-height: 1.2em;
    margin: 0;
     transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news-area article a:hover h5{
    color: #0E72B5;
}
.area-content {
  overflow: hidden;
}
.area-content .content{
  background: #FFFFFF;
  padding:30px;
  margin-left: -30px;
  margin-right: -30px;
}

.single-research_area .area-content .news-area,
.single-research_area .area-content .content {

  margin-bottom: -99999px;
  padding-bottom: 99999px;
  position: initial;

}

/* private */
.private-area {
    background: #E3E8ED;
    padding-top:30px;
    padding-bottom:30px;
    margin-left: -30px;
    margin-right: -30px;
}
.private-area .private-area-title,
.fascia-title{
    margin-bottom:30px;
    margin-top:0;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 900;
    color:#042f4b;
}
.private-area .col-md-4{
    border-right: 1px solid #a3bfd1;
    border-left: 1px solid #a3bfd1;
}
.private-area .col-md-4.first{
    border-left: 0;
    margin-right: -1px;
}
.private-area .col-md-4.last{
    border-right: 0;
    margin-left: -1px;
}
.private-area .title{
  color: #0e72b5;
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 25px;
}
.private-area .title a.view-all{
  color: #042f4b;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
.private-area .title a.view-all:hover{
  color: #0e72b5;
}
.private-area article {
    position: relative;
    border-bottom: 1px solid #a3bfd1;
    padding-bottom:10px;
    margin-bottom:20px;
}
.private-area .projects article,
.private-area .questions article,
.private-area .journal article {
    margin-left: 25px;
}

.private-area .projects article span.dashicons,
.private-area .questions article span.dashicons,
.private-area .journal article span.dashicons {
  position: absolute;
  left: -25px;
  top: 3px;
  font-size: 1em;
  color: #a3bfd1;
}

.private-area article a h5 {
    font-size: 1em;
    line-height: 1.1em;
    margin:0;
    
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.private-area article a:hover h5 {
    color:#0E72B5;
}

.private-area .journal article date {
    color:#0e72b5;
    margin-bottom:0;
}

/************************************************************ SINGLE PROJECT */
.project-side {
    background: #E3E8ED;
    padding: 20px;
    margin-right: -30px;
}
.single-project .news-area,
.single-question .news-area,
.single-journal_club_entry .news-area {
  margin-left:-15px;
  margin-right: -30px;
}
.project-side .form-group{
  margin:0;
  margin-top: 15px;
}
.project-side .form-group label{
  display: block;
}
.project-side .form-group .lead{
  display: block;
  font-size: 1.2em;
}

.project-side .project-info {
  margin-bottom:30px;
  text-align: center;
}


.project-side .project-info time{
    color: #042F4B;
    font-size: 24px;
    font-weight: 600;
}
.project-side .people{
    color: #042F4B;
    font-size: 16px;
    font-weight: 900;
    padding-top: 0;
}

.bordino{
    border-right: #0E72B5 1px solid;
}

.project-side .etichetta{
    color: #0E72B5;
    font-size: 12px;
    font-weight: 900;
    margin-top: 10px;
}

/************************************************************ Comments Area */

.comment-list .comment {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}  

.comments-area textarea{
  background:#f2f2f2;
  font-size: 1em;
  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.comments-area .comment-reply-title{
  font-size: 1.2em;
  display: inline-block;
}
.comments-area .form-allowed-tags{
  font-size: 0.7em;
  display: none;
}
.comments-area .wp-editor-wrap{
  margin-top:5px;
}
.comments-area .comment-author{
  font-weight: 900;
  color:#042f4b;
}
.comments-area .comment-author time,
.comments-area .commentmetadata {
  font-weight: 900;
  letter-spacing: 0.01em;
  font-size: 0.8em;
  color:#999;
}
.comments-area .commentmetadata a {
  color:#555;
}

.comment-body p {
  font-size: 1.2em;
  font-weight: 300;
}

.comments-area .comment-author a:hover time{
  text-decoration: underline;
  color:#999;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8em;
  letter-spacing: 0.05em;
}
.comments-area .comment-content {
  font-size: 0.9em;
  padding: 15px 0;
}
.comments-area .comment-list {
  padding-left: 10px;
  list-style: none;
}
.comments-area .comment-list li article {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.comments-area .comment-list li .children{
  margin-top:15px;
  border-left: 10px solid #f2f2f2;
}

/************************************************************ TAXONOMY */
.media p {
  font-size: 0.9em;
}
.archive .media .media-heading {
  margin-top:10px;
}
.archive .media .media-heading span {
  color:#0e72b5;
  text-transform: uppercase;
}

/************************************************************ AUTHOR.PHP */
.user-row {
    margin-bottom: 14px;
}
.user-row:last-child {
    margin-bottom: 0;
}
.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}
.dropdown-user:hover {
    cursor: pointer;
}
.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}
.table-user-information > tbody > tr:first-child {
    border-top: 0;
}
.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad{
  margin-top:20px;
}



/************************************************************ MEDIA QUERY */
@media (min-width: 1200px){
  .container {
      max-width: 1440px;
  }
}
@media (max-width: 1199px){
  .news-area,
  .project-area,
  .news-side{
    margin-right: -30px;
    margin-left: -30px;
  }
  .private-area .equalheight {
    height: auto !important;
  }
  .private-area .col-md-4 {
    border:0;
  }
  .private-area .projects,.private-area .questions,.private-area .journal {
    padding-bottom:30px;
  }
  
}
@media (max-width: 991px){
  .home-areas article{
    padding-bottom: 25%;
    width: 49.5%;
    margin:0.25%;
  }

  .user-contact-info {
    position: relative;
    z-index: 2;
    display: table;
    margin: 0 auto;
    float: none;
    margin-top:30px;
  }
  
  ul, ol {
    padding-left: 10px;
  }
  
  #main-wrapper > .container,
  footer.site-foot {
    padding-left:15px;
    padding-right:15px;
  }
  
}
@media (max-width: 620px){
    .home-areas article{
      padding-bottom: 50%;
      width: 99.5%;
      margin:0.25%;
    }
  
  #main-wrapper > .container,
  footer.site-foot {
    padding-left:0;
    padding-right:0;
  }
  
  .area-title h1, .page-title h1, .page-title h3 {
    font-size:2em;
  }
  
  .equalheight {
    height: auto !important;
  }
  
 /* Logged in check style*/
  body.logged-in {
    padding-top: 0px;
  }
  .logged-in #wpadminbar {
    position: fixed;
  }
  body.logged-in #mobile-menu .mm-list {
    padding-top: 46px;
  }
  body.logged-in #mobile-menu #main-menu-mobile {
    padding-top: 20px;
  }
  
  
}
.profiles {
  
  max-width: 550x;
  margin: 0 auto;
  margin-bottom: 30px;
}

.profiles .author {
  display: block;
  margin-bottom: 15px;
  float: left;
}
.profiles .author .avatarc{
    float: left;
}
.profiles .author .avatarc .wp-user-avatar{
    border: 4px solid #0e72b5;
    float: left;
}
.profiles .author .details {
  float: left;
  padding-left: 10px;
}
.wp-user-avatar {
  border-radius: 50%;
    display: block;
  max-width: 100%;
  height: auto;
}
.profiles .author .details .info-toggle {
  display: block;
}

.table-user-information tr td{
    word-break: break-word;
}

.table-user-information tr td.title{
    min-width: 120px;
}