/*\ GLOBAL \*/
/* TIPOGRAPHY */
/* Headers */
.headings [class^="it-"]:before, .headings [class*=" it-"]:before {
	color: #00aec7;
	margin-right: 0;
	margin-left: 0;
}
section header {
	margin-bottom: 40px;
}
section .headings .bold {
	color: #00aec7;
}
section .lite-headings {
	color: #00aec7;
}
section .intros {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: justify;
}
.sub-headings strong {
	font-weight: 500;
}
/* others */
hr {
	margin-top: 30px;
	margin-bottom: 30px;
}
/*\ QUERIES \*/
@media only screen and (max-width: 991px) {
	.logo-v {
		display: block;
	}
	.logo-h {
		display: none;
	}
	#topNav a.logo {
		margin: 3px 15px;
	}
}
@media only screen and (max-width: 991px) {
	#topNav a.logo {
		margin: 3px 15px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.logo-h {
		width: 300px !important;
		height: auto !important;
		margin-top: 7px;
	}
	#topNav ul.nav > li a {
		padding: 15px;
	}
}
@media only screen and (min-width: 768px) {
	.logo-h {
		display: block;
	}
	.logo-v {
		display: none;
	}
}
#topNav ul.nav > li a {
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 20px;
}
#topNav ul.nav > li a > span {
	text-transform: none;
}
#topNav button.btn-mobile {
	background: #548235;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#topNav ul.nav > li > ul > li > a {
	text-transform: none;
	padding: 12px 15px;
}
#topNav ul.nav > li > ul > li > a:hover {
	padding-right: 12px;
	padding-left: 18px;
}
#topNav .dropdown.active li.active a {
	background-color: #002e5d !important;
}
#topNav ul.nav > li > ul > li > a::before {
	font-family: "telma-font";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	text-transform: none;
	line-height: 1em;
	margin-left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e800';
}
#topNav ul.nav > li > ul > li > a:hover::before, #topNav .dropdown.active li.active a::before {
	color: #fff;
}
#topNav button.btn-mobile:hover {
	background: #ab7dca;
}
/* Scientific Units Directory */
section.directory {
	color: #fff;
	background: rgba(0,154,178,1);
	background: -moz-linear-gradient(top, rgba(0,154,178,1) 0%, rgba(0,136,158,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,154,178,1)), color-stop(100%, rgba(0,136,158,1)));
	background: -webkit-linear-gradient(top, rgba(0,154,178,1) 0%, rgba(0,136,158,1) 100%);
	background: -o-linear-gradient(top, rgba(0,154,178,1) 0%, rgba(0,136,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,154,178,1) 0%, rgba(0,136,158,1) 100%);
	background: linear-gradient(to bottom, rgba(0,154,178,1) 0%, rgba(0,136,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548235', endColorstr='#406329', GradientType=0 );
	width: 100%;
	padding-top: 10px;
	padding-bottom: 7px;
}
section.directory a, section.directory a:hover, section.directory a:active, section.directory a:focus {
	font-size: 15px;
	font-weight: 400;
	color: #fff !important;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(45,69,29,0.25);
	padding: 5px 10px;
	border: none;
}
section.directory a strong {
	font-weight: 600;
}
section.directory a:hover, section.directory a:active {
	background-color: #00a3bb !important;
	text-shadow: none !important;
}
section.directory a:active {
	background-color: #00788b !important;
}
@media only screen and (max-width: 767px) {
	section.directory a {
		font-size: 14px !important;
	}
}
section.directory a [class^="it-"]::before, section.directory a [class*=" it-"]::before {
	margin-right: 0;
	margin-left: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
section.directory a:hover [class^="it-"]::before, section.directory a:hover [class*=" it-"]::before {
	margin-right: -2px;
	margin-left: 2px;
}
/* Footer */
footer {
	background-color: #19260f !important;
	border-color: #190d0f;
}
/*\ PAGES \*/
/* COMMONS */
.page-title h2 {
	font-size: 2.0em;
}
/* HOME */
section.carousels {
	padding-bottom: 100px;
}
/* OVERVIEW */
/* Objectives */
.objetives {
	position:relative;
	margin-bottom: 60px;
}
.objetives .objetives-left .objetive {
	background-color: rgba(0,0,0,0.06);
	border-right: rgba(0,0,0,0.06) 3px solid;
	padding: 20px;
	padding-left: 60px;
	margin-bottom: 30px;
	position: relative;
}
.objetives .objetives-left .objetive p {
	font-size: 16px;
	line-height: 1.5em;
}
.objetives .objetives-left .objetive:before {
	right: 100%;
	border: solid 5px #fff;
	content: " ";
	position: absolute;
	top: 20px;
	left: 30px;
	background-color: #00aec7;
	width: 22px;
	height: 22px;
	z-index:1;
}
.objetives  .objetives-left .objetives-centered-title {
	float:right;
	content:' ';
	clear:both;
	font-size:19px;
}
/* ORGANISATION */
.box-content.thumbnail {
	padding: 20px;
	padding-bottom: 20px !important;
}
.team-name {
	font-weight: 500;
}
.team-name small {
	font-size: 90%;
	line-height: 1.25em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.team-name a {
	font-size: 90%;
}
.team-name a:hover {
	color: #ab7dca;
	text-decoration: none;
}
/* RESEARCH UNITS */
.research-list li {
	font-size: 16px;
	font-weight: 600;
  margin-bottom: 6px;
}
/* FIXES */
h3.rotatings {
  font-size: 1.8em;
  letter-spacing: normal;
  line-height: 40px;
  margin: 0px 0px 24px;
}
h3 .word-rotator {
  height: 40px !important;
  bottom: 0px !important;
}
.lab-names {
  font-weight: 500;
}

.box-content.thumbnail .caption {
    padding: 2px !important;
}


/* Limitar ancho de cajas de miembros */
/* Limitar ancho de cajas de miembros */
.box-content.thumbnail {
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

div.row .col-sm-12 .box-content.thumbnail.fullwidth {
	max-width: 900px !important;
}