/*
Theme Name: Observatorio ALMA
Theme URI: http://www.marso.cl
Author: Alberto Marcías
Author URI: http://www.marso.cl
Description: Template creado especialmente para el Observatorio ALMA. El diseño y desarrollo fue realizado por Alberto Marcías en conjunto con el equipo de ALMA, el resultado es este sitio para el Observatorio ALMA.
Version: 1.0
*/

body {
  background: #000;
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
a {
  color: #006cc5;
  text-decoration: none;
}
a:hover {
  color: #2f83c7;
}
.light-link {
  color: #2f83c7;
}
.light-link:hover {
  color: #006cc5;
}
img {
  height: auto;
  width: 100%;
}
a:focus,
button:focus,
div:focus,
img:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  background: #e1e1e0;
  border: 1px solid #e1e1e0;
  border-radius: 3px;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 15px;
  padding: 0 10px;
  width: calc(100% - 22px);
}
input:hover,
textarea:hover {
  border: 1px solid #cccccb;
}
input:focus,
textarea:focus {
  border: 1px solid #aaaaaa;
}
textarea {
  min-height: 200px;
  height: 200px;
}
select {
  border: 1px solid #e1e1e0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(images/down-arrow.png) 98% / 25px no-repeat #e1e1e0;
  border: 1px solid #e1e1e0;
  border-radius: 3px;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  margin: 0 0 15px!important;
  padding: 0 10px;
  width: calc(100% - 2px);
}
/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none; /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background:none\9;
    padding: 5px\9;
  }
}
form input[type="submit"] {
  background: #25386f;
  border: 1px solid #25386f;
  color: white;
  margin: 0;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
}
form input[type="submit"]:hover {
  background: #0e5086;
  border: 1px solid #0e5086;
}
blockquote {
  color: #636aa5;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6em;
  margin: 1.6em 2.2em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: initial;
     -moz-font-smoothing: grayscale;
  quotes: "“" "”" "‘" "’";
  position: relative;
}
blockquote:before {
  content: open-quote;
  font-size: 1.8em;
  left: -.75em;
  top: .15em;
  position: absolute;
}
blockquote:after {
  bottom: .15em;
  content: close-quote;
  font-size: 1.8em;
  right: -.75em;
  position: absolute;
}
iframe {
  width: 100%;
}

.clearfix:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
  font-size: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.page .alignleft {
  margin: 0 20px 20px -21%;
}
.page .alignright {
  margin: 0 -21% 20px 20px;
}
.single-images {
  overflow: hidden;
}

/* Header */
.header {
  height: 410px;
  margin: 0 auto;
  width: 1280px;
}
.header-wrapper {
  margin: 0 auto;
  width: 1080px;
}
.home-link  {
  float: left;
  height: 120px;
  margin: 10px 15px 10px 20px;
  width: 84px;
}
.slogan  {
  float: left;
  height: 35px;
  margin-top: 87px;
  width: auto;
}
.home-link-logo:hover {
  opacity: .9;
}
.right-header {
  float: right;
  margin: 10px 20px;
}
.widget_polylang {
  list-style: none;
}
.widget_polylang ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.widget_polylang ul li.lang-item {
  float: right;
  list-style: none;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.widget_polylang ul li.lang-item:before {
  color: white;
  content: '|';
  margin: 0 10px;
}
.widget_polylang ul li.lang-item:last-child:before {
  content: '';
  margin: 0;
}
.current-lang {
  font-weight: 600;
}
.widget_polylang ul li.lang-item a {
  color: white;
}
.widget_polylang ul li.lang-item a:hover {
  color: rgba(255,255,255,.9);
}
.social-media {
  display: inline-flex;
  float: right;
  margin: 0;
  padding: 0;
}
.social-media-item {
  display: inline-flex;
  list-style: none;
}
.social-btn {
  display: inline-block;
  height: 25px;
  margin-left: 5px;
  width: 25px;
}
.social-btn:hover {
  opacity: .9;
}
.social-btn-fb {
  background: url('images/fb.png');
  background-size: 25px;
}
.social-btn-tw {
  background: url('images/tw.png');
  background-size: 25px;
}
.social-btn-yt {
  background: url('images/yt.png');
  background-size: 25px;
}
.social-btn-fr {
  background: url('images/fr.png');
  background-size: 25px;
}
.social-btn-ig {
  background: url('images/ig.png');
  background-size: 25px;
}
.social-btn-vm {
  background: url('images/vm.png');
  background-size: 25px;
}
/* End Header */

/* Menu */
.menu-wrapper {
  display: block;
  height: 40px;
  margin: -160px auto 0;
  width: 1080px;
}
.menu-desktop {
  background: #25386f;
  background: -moz-linear-gradient(top, #25386f 0%, #0f5088 100%);
  background: -webkit-linear-gradient(top, #25386f 0%,#0f5088 100%);
  background: linear-gradient(to bottom, #25386f 0%,#0f5088 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25386f', endColorstr='#0f5088',GradientType=0 );
  float: left;
  height: 40px;
  width: 80%;
}
.menu-desktop-list,
.menu-desktop-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.menu-desktop ul .menu-item,
.menu-desktop ul .page_item {
  float: left;
  padding: 0 20px;
  position: relative;
}
.menu-desktop ul .menu-item:hover,
.menu-desktop ul .page_item:hover {
  background: #25386f;
}
.menu-desktop ul .menu-item a,
.menu-desktop ul .page_item a {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
.menu-desktop ul .menu-item .sub-menu,
.menu-desktop ul .page_item .children {
  background: #0f5088;
  display: none;
  list-style: none;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 250px;
}
.menu-desktop ul .menu-item:hover .sub-menu,
.menu-desktop ul .page_item:hover .children {
  display: block;
}
.menu-desktop ul .menu-item .sub-menu ul.sub-menu,
.menu-desktop ul .page-item .children ul.children {
  display: none;
  left: 250px;
  position: absolute;
  top: 0;
}
.menu-desktop ul .menu-item .sub-menu .menu-item:hover ul,
.menu-desktop ul .page-item .children .page-item:hover ul {
  display: block;
}
.menu-desktop ul .menu-item .sub-menu ul.sub-menu .sub-menu,
.menu-desktop ul .page-item .children ul.children .children {
  display: none;
}
.menu-desktop ul .menu-item .sub-menu ul.sub-menu .menu-item:hover ul,
.menu-desktop ul .page-item .children ul.children .page-item:hover ul {
  display: block;
}
.menu-desktop ul .menu-item .sub-menu .menu-item,
.menu-desktop ul .page_item .children .page_item {
  width: calc(100% - 40px);
}
.menu-desktop ul .menu-item .sub-menu .menu-item a,
.menu-desktop ul .page_item .children .page_item a {
  display: block;
  line-height: inherit!important;
  padding: 5px 0;
}
.menu-desktop ul .menu-item .sub-menu .menu-item:last-child a,
.menu-desktop ul .page_item .children .page_item:last-child a {
  padding: 5px 0 10px;
}
.menu-desktop ul .menu-item-has-children a:after,
.menu-desktop ul .page_item-has-children a:after {
  background: url('images/arrow.png');
  bottom: 4px;
  content: '';
  display: inline-block;
  height: 6px;
  left: calc(50% - 6px);
  position: absolute;
  width: 12px;
}
.menu-desktop ul .menu-item-has-children .sub-menu a:after,
.menu-desktop ul .page_item-has-children .sub-menu a:after,
.menu-desktop ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:after,
.menu-desktop ul .page_item-has-children .sub-menu .menu-item-has-children .sub-menu a:after,
.menu-desktop ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:after,
.menu-desktop ul .page_item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a:after {
  content: initial;
}
.menu-desktop ul .menu-item-has-children .sub-menu .menu-item-has-children a:after,
.menu-desktop ul .page_item-has-children .sub-menu .menu-item-has-children a:after,
.menu-desktop ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after,
.menu-desktop ul .page_item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after,
.menu-desktop ul .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after,
.menu-desktop ul .page_item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu .menu-item-has-children a:after {
  background: url('images/arrow.png');
  content: '';
  display: inline-block;
  height: 6px;
  left: inherit;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 12px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.menu-item-7775,
.menu-item-7779 {
  background: #67b4e6;
}
.menu-item-7775:hover,
.menu-item-7779:hover {
  background: #67a6e6;
}
.widget_search {
  float: left;
  position: relative;
  width: 20%;
}
.screen-reader-text {
  display: none;
}
.widget_search input[type="text"] {
  background: #91a2d1;
  border: 0;
  border-radius: 0;
  color: white;
  height: 40px;
  line-height: 40px;
  left: 0;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
}
.widget_search input[type="submit"] {
  background: url('images/search.png') no-repeat 50% #91a2d1;
  border: 0;
  border-radius: 0;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.widget_search input[type="submit"]:hover {
  background: url('images/search.png') no-repeat 50% #91a2d1;
  border: 0;
}
.menu-wrap a {
  color: white;
  display: block;
  font-size: 15px;
  line-height: 1.4em;
  padding: 8px 20px;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
  color: #c94e50;
}
/* Menu Button */
.menu-button {
  display: none;
}
.menu-button {
  position: fixed;
  z-index: 1000;
  margin: 2.5px;
  padding: 0;
  width: 35px;
  height: 35px;
  border: none;
  text-indent: 2.5em;
  font-size: 1em;
  color: transparent;
  background: transparent;
  top: 0;
}
.menu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: linear-gradient(#FFF 20%, transparent 20%, transparent 40%, #FFF 40%, #FFF 60%, transparent 60%, transparent 80%, #FFF 80%);
  content: '';
}
.menu-button:hover {
  opacity: 0.6;
}
/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
  z-index: 2;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Menu Wrap */
.menu-wrap {
  position: absolute;
  z-index: 1001;
  width: 320px;
  height: calc(100% - 5em);
  background: #404040;
  padding: 2.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(-320px,0,0);
  transform: translate3d(-320px,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  top: 0;
  overflow-y: scroll;
}
.menu {
  height: 100%;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul.submenu li {
  padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.menu-mobile {
  display: none;
}
/* End Menu */

/* Content */
.content-wrapper {
  background: white;
  margin: 0 auto;
  padding: 20px 20px 80px;
  width: 1040px;
}
.nav_arrows_for_pages .content-wrapper {
  padding: 20px 20px 300px;
}
.audience-big-title {
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin: -20px -20px 40px;
  padding: 5px 20px;
}
.audience-media-title {
  background: #ff4917;
}
.audience-education-title {
  background: #fcb32d;
}
.audience-science-title {
  background: #67b4e6;
}
.breadcrumbs {
  color: #777777;
  font-size: 11px;
  margin-bottom: 40px;
}
.breadcrumbs span span {
  font-weight: 600;
}
.breadcrumbs span[property="itemListElement"]:first-child,
.breadcrumbs span[property="itemListElement"]:last-child {
  display: none;
}
.breadcrumbs span[property="itemListElement"]:after {
  color: #bbb;
  content: ' > ';
  font-size: 10px;
  font-weight: 600;
  margin: 0 10px;
}
.breadcrumbs a {
  color: #777777;
}
.breadcrumbs a span {
  font-weight: 100;
}
.page .breadcrumbs {
  margin: 0 auto 40px;
  width: 84%;
}
.page-template-page-audience-media .breadcrumbs,
.page-template-page-audience-education .breadcrumbs,
.page-template-page-audience-science .breadcrumbs,
.page-template-page-audience-media-en .breadcrumbs,
.page-template-page-audience-education-en .breadcrumbs,
.page-template-page-audience-science-en .breadcrumbs,
.page-template-page-science-articles .breadcrumbs,
.home .breadcrumbs {
  display: none;
}
.page-template-page-news .breadcrumbs,
.page-template-page-multimedia .breadcrumbs,
.page-audiencias .breadcrumbs,
.page-jao-science-team .breadcrumbs {
  margin: 0 auto 20px;
  width: 100%;
}
.content-page {
  margin: 0 auto;
  width: 84%;
}
.content-single {
  float: left;
  width: 65%;
}
.content-middle-text {
  margin: 0 auto;
  width: 70%;
}
.content-middle-text a {
  color: #2d67b0;
}
.content-middle-text a:hover {
  color: #0e5086;
}
.content-middle-text img {
  width: inherit;
}
.content-images {
  background: black;
  height: 100vh;
  float: left;
  text-align: center;
  position: relative;
  width: calc(100% - 330px);
}
.content-multimedia {
  width: 100%;
}
.image-navigation a {
  bottom: 0;
  color: white;
  height: 50px;
  font-size: 100px;
  padding: calc(50vh - 25px) 0;
  opacity: .3;
  position: absolute;
  top: 0;
  z-index: 1;
}
.image-navigation a:hover {
  color: white;
  opacity: .9;
}
.previous-image a {
  left: 20px;
  text-align: left;
  width: 40%;
}
.next-image a {
  right: 20px;
  text-align: right;
  width: 60%;
}
.content-images img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.sidebar-single {
  float: left;
  margin-left: 5%;
  width: 30%;
}
.sidebar-pages {
  float: left;
  list-style: none;
  margin-bottom: 40px;
  width: 30%;
}
.sidebar-pages .widget {
  margin-bottom: 40px;
}
.tagcloud a {
  display: inline-block;
  margin: 5px;
}
.sidebar-images {
  background: white;
  height: calc(100vh - 60px);
  float: left;
  padding: 40px 20px 20px;
  position: relative;
  width: calc(330px - 40px);
}
.images-close {
  color: #777;
  font-size: 18px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.images-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 30px;
}
.images-content {
  background: linear-gradient(#fff 30%, rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0), #fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2),rgba(0,0,0,0)) 0 100%;
  background: linear-gradient(#fff 30%, rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0), #fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2),rgba(0,0,0,0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 20px;
  max-height: 350px;
  overflow: scroll;
}
.images-download {
  background: #404040;
  display: inline-block;
  height: 27px;
  margin: 0 2px 5px;
  padding: 8px;
  width: 27px;
}
.header-banners {
  float: left;
  margin: 0 0 40px -20px;
  width: calc(100% + 20px);
}
.banner-header-education {
  float: left;
  margin: 0 0 0 20px;
  width: calc(33.33% - 20px);
}
.header-banner__left-block {
  float: left;
  margin-left: 10px;
  width: calc(70% - 50px);
}
.banner-header-left-science {
  float: left;
  margin: 0 0 10px 10px;
  width: calc(50% - 10px);
}
.banner-header-left-science img {
  float: left;
}
.header-banner__right-block {
  float: left;
  margin-left: 40px;
  width: 30%;
}
.banner-header-right-science {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.banner-header-right-science img {
  float: left;
}
.banner-content-index {
  display: inline-block;
  margin: 0 0 20px 20px;
  width: calc(100% - 20px);
}
.banner-sidebar-index {
  display: block;
  margin-bottom: 20px;
}
.banner-sidebar-index img {
  display: block;
}
.banner-sidebar-index img:hover {
  opacity: .85;
}
.title-big {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.title-page {
  display: inline-block;
  width: 80%;
}
.factsheet {
  background: url('images/factsheet.png') no-repeat;
  background-size: 30px;
  color: #777777;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0 0 32px;
  text-transform: uppercase;
}
.title-middle {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 15px;
}
.title-widget,
.widgettitle {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 40px;
  padding: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}
.title-widget:before,
.widgettitle:before {
  background: #25386f;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 14px;
}
.audience-media-title-widget:before {
  background: #ff4917;
}
.audience-education-title-widget:before {
  background: #fcb32d;
}
.audience-science-title-widget:before {
  background: #67b4e6;
}
.title-see-more {
  color: #2d67b0;
  font-size: 11px;
  font-weight: 400;
  text-transform: lowercase;
}
.link-all-widget {
  border-top: 1px solid #ccc;
  float: left;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 0 20px;
  padding: 20px 0 0;
  width: calc(100% - 20px);
}
.header-banner-title-widget {
  margin-left: 10px;
}
.news-title-widget {
  margin-left: 20px;
}
.news-title-widget__h3 {
  display: inline-block;
  margin: 0;
}
.news-title-widget__h3::after {
  color: #999;
  content: '|';
  font-weight: 100;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.archive .news-title-widget__h3::after {
  content: '';
}
.news-more-filter {
  color: #777;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  text-transform: initial;
}
.news-more-filter span {
  margin-right: 10px;
}
.news-more-links {
  font-weight: 400;
}
.news-more-links::after {
  color: #999;
  content: '·';
  font-weight: 600;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.news-more-links:last-child::after {
  display: none;
}
.single-date {
  color: #777777;
  font-size: 12px;
  margin-bottom: 20px;
}
.featured-image {
  margin-bottom: 30px;
}
.wp-caption {
  margin: 1em 0;
}
.image-caption,
.wp-caption-text {
  color: #5E5D60;
  font-size: 11px;
  line-height: 1.6em;
  margin: 0;
}
.siglas-list {
  list-style: none;
  margin: 40px 0 0 -20px;
  padding: 0;
  width: calc(100% + 40px);
}
.siglas-list-item {
  padding: 0 20px 15px;
}
.siglas-list-item div {
  font-size: 14px;
  line-height: 1.6em;
}
.page-team-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: calc(100% + 40px);
}
.page-team-list__first {
  margin: 0 calc(25% - 20px) 40px;
  width: calc(50% + 40px);
}
.post-type-archive-jao-team .page-team-list {
  width: calc(100% + 40px);
}
.jao-team-list {
  list-style: none;
  margin: 40px 0 0 -20px;
  padding: 0;
  width: calc(100% + 20px);
}
.jao-team-list-item {
  background: #e1e1e0;
  border-radius: 2px;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.page-jao-science-team .jao-team-list-item,
.post-type-archive-jao-team .jao-team-list-item {
  float: left;
  height: 400px;
  margin-bottom: 20px;
  margin-left: 20px;
  width: calc(33.3% - 60px);
  overflow: hidden;
}
.page-template-page-alma-board .jao-team-list-item {
  height: 230px;
}
.grid-item {
  margin-bottom: 5px;
  width: 25%;
}
.jao-team-figure {
  margin: 0 auto;
  width: 120px;
}
.jao-team-figure img {
  border-radius: 50%;
}
.jao-team-name {
  color: #323232;
  margin: 15px 0 5px;
  text-align: center;
}
.jao-team-cargo,
.jao-team-email {
  display: block;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  text-align: center;
}
.jao-team-description {
  color: #323232;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.6em;
  margin: 15px 0 0;
  text-align: justify;
}
.post-type-archive-jao-team .jao-team-description {
  height: 140px;
  overflow: hidden;
}
.jao-team-single-item {
  background: #e1e1e0;
  border-radius: 3px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  width: 50%;
}
.jao-team-single-item .jao-team-cargo,
.jao-team-single-item .jao-team-email {
  font-size: 15px;
}
.jao-team-single-item .jao-team-description {
  font-size: 16px;
  height: inherit;
  margin-top: 40px;
  overflow: inherit;
}
.publication-image {
  margin-bottom: 20px;
}
.publication-image img {
  display: block;
}
.download-content {
  background: url('images/download-icon.png') 0 20px no-repeat;
  background-size: 20px 20px;
  border-top: 2px solid white;
  display: block;
  line-height: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 25px;
}
.navigation {
  left: 0;
  margin-top: 50px;
  position: absolute;
  right: 0;
  width: 100%;
}
.navigations {
  position: absolute;
  top: 0;
  width: 27%;
}
.nav-left {
  left: 5%;
}
.nav-right {
  right: 5%;
}
.nav-image {
  background-size: cover;
  color: white;
  display: block;
  height: 200px;
}
.nav-arrow {
  display: inline-block;
  font-size: 170px;
  font-weight: 100;
  line-height: 145px;
  margin: 0;
}
.nav-left .nav-arrow {
  margin-left: -56px;
}
.nav-right .nav-arrow {
  margin-right: -56px;
  position: absolute;
  right: 0;
}
.nav-prev,
.nav-next {
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
}
.nav-title {
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(85%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 0;
  margin: 0;
  right: 0;
  padding: 20px 10px 10px;
}
.nav-image:hover .nav-arrow,
.nav-image:hover .nav-title {
  color: rgba(255,255,255,.85);
}
.featured-post {
  height: 380px;
  margin-bottom: 40px;
}
.paged .featured-post {
  display: none;
}
.featured-item {
  background-size: cover;
  height: 100%;
  list-style: none;
  width: 100%;
}
.featured-item:hover {
  opacity: .9;
}
.featured-link {
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,.75)));
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  color: white;
  height: calc(100% - 40px);
  display: block;
  padding: 20px;
  position: relative;
  width: calc(100% - 40px);
}
.featured-title {
  bottom: 50px;
  font-size: 22px;
  font-weight: 600;
  left: 20px;
  margin: 0;
  position: absolute;
  right: 20px;
}
.featured-date {
  bottom: 20px;
  font-size: 14px;
  font-weight: 100;
  left: 20px;
  margin: 0;
  position: absolute;
  right: 20px;
}
.featured-link:hover .featured-title,
.featured-link:hover .featured-date {
  color: white;
}
.featured-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured-post-item {
  background-size: cover;
  background-position: 50%;
  float: left;
  position: relative;
}
.featured-post-item__feat-1 {
  width: 100%!important;
}
.featured-post-item__feat-1 .featured-post-title {
  font-size: 22px!important;
  padding: 50px 20px 20px!important;
}
.featured-post-item:nth-child(1) {
  height: 380px;
  margin-right: 10px;
  width: calc(52% - 10px);
}
.featured-post-item:nth-child(2) {
  height: 185px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(24% - 5px);
}
.featured-post-item:nth-child(3) {
  height: 185px;
  margin-bottom: 10px;
  width: calc(24% - 5px);
}
.featured-post-item:nth-child(4) {
  height: 185px;
  margin-right: 10px;
  width: calc(24% - 5px);
}
.featured-post-item:nth-child(5) {
  height: 185px;
  width: calc(24% - 5px);
}
.featured-post-link {
  color: white;
  display: block;
  height: 100%;
}
.featured-post-link:hover {
  background: rgba(255,255,255,.15);
  color: white;
}
.featured-post-title {
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,.75)));
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  left: 0;
  margin: 0;
  padding: 50px 10px 10px;
  position: absolute;
  right: 0;
}
.featured-post-item:first-child .featured-post-title {
  font-size: 17px;
}
.news-list {
  float: left;
  list-style: none;
  margin: 0 40px 40px -20px;
  padding: 0;
}
.middle-news-list {
  width: 68%;
}
.two-column-audience-news-list {
  width: 33%;
}
.full-news-list {
  width: 100%;
}
.full-news-list--bigmargin {
  margin-top: 30px;
}
.news-list-pageitem {
  background-size: cover;
  height: 200px;
  float: left;
  margin: 0 0 20px 20px;
  width: calc(50% - 20px);
}
.news-list-pageitem:hover {
  opacity: .9;
}
.news-list-pagelink,
.related-list-pagelink {
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,.75)));
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  color: white;
  display: block;
  height: calc(100% - 20px);
  margin: 0;
  padding: 10px;
  position: relative;
  width: calc(100% - 20px);
}
.news-list-pagelink:hover .news-list-pagetitle {
  color: white;
}
.news-list-pagetitle {
  bottom: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  left: 10px;
  margin: 0;
  position: absolute;
  right: 10px;
}
.news-list-pagedate {
  bottom: 10px;
  color: rgba(255,255,255,.75);
  font-size: 11px;
  margin: 0;
  position: absolute;
}
.home-news-item {
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 850px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.news-list-item {
  height: 150px;
  float: left;
  margin: 0 0 20px 20px;
  width: calc(50% - 20px);
}
.news-list-item-audience-science {
  height: 90px;
}
.news-list-item-audience-science .cientific-paper-link {
  margin: 0;
}
.audience-list-item {
  height: 120px;
  float: left;
  margin: 0 0 20px 20px;
  width: calc(100% - 20px);
}
.press-list-item {
  background: #e1e1e0;
  border-radius: 2px;
  height: 100px;
  padding: 20px;
  width: calc(50% - 60px);
}
.news-list-image {
  float: left;
  margin: 0 20px 0 0;
  position: relative;
  width: 150px;
}
.news-list-press {
  color: #2d67b0;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.news-list-title {
  color: #303030;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 10px;
  max-height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 170px);
}
.news-list-audience-science {
  margin-bottom: 5px;
  width: 100%;
}
.news-list-date {
  color: #777;
  float: left;
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
  width: calc(100% - 170px);
}
.news-list-date-audience-science {
  font-weight: 400;
  width: 100%
}
.news-list-date p {
  margin: 0;
}
.news-list-item:hover .news-list-image:after {
  background: rgba(255,255,255,.15);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.news-list-item:hover .news-list-title {
  color: #2d67b0;
}
.publications-list {
  background: #e1e1e0;
  border-radius: 2px;
  height: 200px;
  padding: 0 0 20px;
  width: calc(33.33% - 20px);
}
.publications-list .publication-description {
  color: #777;
  font-size: 12px;
  height: 45px;
  line-height: 1.8em;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
}
.publications-list .publication-description:empty {
  display: none;
}
.publications-list-image {
  margin: 0 auto 10px;
  width: 100%;
}
.publications-list-image img {
  border-radius: 2px 2px 0 0;
  display: block;
}
.publications-list-title {
  color: #303030;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 20px;
}
.publications-list .publication-description p {
  margin: 0;
}
.related-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.related-list-pageitem {
  background-size: cover;
  height: 160px;
  float: left;
  margin: 0 0 20px;
  width: 100%;
}
.related-list-pagetitle {
  bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  left: 10px;
  margin: 0;
  position: absolute;
  right: 10px;
}
.widget_archive ul {
  float: left;
  margin: 0;
  padding: 0;
}
.widget_archive li {
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8em;
  list-style-type: none;
  text-transform: capitalize;
}
.widget_archive li a {
  border: 1px solid #333;
  color: #333;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
}
.widget_archive li a:hover {
  border: 1px solid #006cc5;
  color: #006cc5;
}
.widget_archive li .widget_archive-sub-menu li a {
  border: 1px solid #ddd;
  color: #666;
}
.widget_archive li .widget_archive-sub-menu li a:hover {
  border: 1px solid #ccc;
  color: #555;
}
.widget_archive-sub-menu {
  display:none;
}
.media-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.video-list {
  margin-left: -10px;
  width: calc(100% + 10px);
}
.gallery-page-item,
.video-item {
  float: left;
  margin-bottom: 10px;
}
.best-image-image {
  background-size: cover;
  background-position: 50%;
  height: 300px;
  float: left;
  position: relative;
  width: 100%;
}
.video-item {
  margin-left: 10px;
  width: calc(33.3% - 10px);
}
.gallery-page-image {
  background-size: cover;
  background-position: 50%;
  height: 280px;
  float: left;
  position: relative;
  width: 100%;
}
.gallery-page-image:hover {
  opacity: .85;
}
.gallery-page-title {
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,.75)));
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  bottom: 0;
  color: white;
  display: none;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  margin: 0;
  padding: 40px 10px 10px;
  position: absolute;
  right: 0;
}
.gallery-page-image:hover .gallery-page-title {
  display: block;
}
.gallery-page-item:nth-child(1) {
  margin-right: 10px;
  width: calc(60% - 10px);
}
.gallery-page-item:nth-child(2) {
  width: 40%;
}
.gallery-page-item:nth-child(3) {
  margin-right: 10px;
  width: calc(50% - 10px);
}
.gallery-page-item:nth-child(4) {
  width: 50%;
}
.gallery-page-item:nth-child(5) {
  margin-right: 10px;
  width: calc(65% - 10px);
}
.gallery-page-item:nth-child(6) {
  width: 35%;
}
.gallery-page-item:nth-child(7) {
  margin-right: 10px;
  width: calc(33.3% - 10px);
}
.gallery-page-item:nth-child(8) {
  margin-right: 10px;
  width: calc(33.3% - 10px);
}
.gallery-page-item:nth-child(9) {
  width: 33.3%;
}
.gallery-page-item:nth-child(10) {
  margin-right: 10px;
  width: calc(40% - 10px);
}
.gallery-page-item:nth-child(11) {
  margin-right: 10px;
  width: calc(30% - 10px);
}
.gallery-page-item:nth-child(12) {
  width: 30%;
}
.gallery-page-item:nth-child(13) {
  margin-right: 10px;
  width: calc(25% - 10px);
}
.gallery-page-item:nth-child(14) {
  margin-right: 10px;
  width: calc(50% - 10px);
}
.gallery-page-item:nth-child(15) {
  width: 25%;
}
.video-item:nth-child(1) {
  margin-left: 10px;
  width: calc(100% - 10px);
}
.widget-gallery {
  float: left;
  width: calc(50% - 20px);
}
.widget-gallery .gallery-page-item:nth-child(1) .gallery-page-image,
.widget-gallery .gallery-page-item:nth-child(2) .gallery-page-image {
  height: 180px;
}
.widget-gallery .gallery-page-item {
  margin-bottom: 10px;
}
.widget-gallery .gallery-page-item:nth-child(1) {
  margin-right: 10px;
  width: calc(60% - 10px);
}
.widget-gallery .gallery-page-item:nth-child(2) {
  width: 40%;
}
.widget-gallery .gallery-page-item:nth-child(3) .gallery-page-image,
.widget-gallery .gallery-page-item:nth-child(4) .gallery-page-image,
.widget-gallery .gallery-page-item:nth-child(5) .gallery-page-image {
  height: 110px;
}
.widget-gallery .gallery-page-item:nth-child(3) {
  margin-right: 10px;
  width: calc(33.3% - 10px);
}
.widget-gallery .gallery-page-item:nth-child(4) {
  margin-right: 10px;
  width: calc(33.3% - 10px);
}
.widget-gallery .gallery-page-item:nth-child(5) {
  margin-right: 0;
  width: 33.3%;
}
.widget-video {
  float: right;
  width: calc(50% - 20px);
}
.video-image {
  background-size: cover;
  background-position: 50%;
  display: inline-block;
  height: 300px;
  position: relative;
  width: 100%;
}
.video-title {
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,.75)));
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  bottom: 0;
  color: white;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 40px 10px 10px;
  position: absolute;
  width: calc(100% - 20px);
}
.video-icon {
  border-bottom: 8px solid transparent;
  border-left: 15px solid white;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  display: inline-block;
  position: relative;
  top: 2px;
}
.contacts {
  background: #e1e1e0;
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0;
}
.contacts-title {
  border-bottom: 1px solid white;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  padding: 20px;
}
.contact-data {
  border-bottom: 1px solid white;
  padding: 20px;
}
.contact-image {
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
  height: 80px;
  float: left;
  margin-right: 20px;
  width: 80px;
}
.contact-info {
  color: #777777;
  float: left;
  font-size: 13px;
  width: calc(100% - 100px);
}
.contact-name {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.contact-ocuppation,
.contact-phone,
.contact-cel,
.contact-email {
  margin: 0;
}
.contact-office {
  margin: 0 0 20px;
}
.pagination {
  float: left;
  left: inherit;
  margin: 20px 0 0;
  position: relative;
  right: inherit;
}
.news-list .pagination {
  display: inline-block;
  margin: 20px 0 0 20px;
}
.screen-reader-text {
  display: none;
}
.multimedia-tags {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.multimedia-tags-item {
  float: left;
  margin: 0px 10px 10px 0;
}
.multimedia-tags-links {
  border: 1px solid rgba(50, 50, 50, .4);
  color: #323232;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 10px;
}
.page-numbers {
  border: 1px solid #777777;
  color: #323232;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  width: 20px;
}
.page-numbers.current {
  background: #323232;
  border: 1px solid #323232;
  color: white;
}
.next {
  border: 0;
  margin-left: 20px;
  width: inherit;
}
.prev {
  border: 0;
  margin-right: 20px;
  width: inherit;
}
.dots {
  border: 0;
}
.footnote {
  font-weight: 700;
}
.footnotes {
  border-top: 1px solid #e7e7e7;
  margin-top: 40px;
}
.footnotes ol {
  color: #565656;
  font-size: 14px;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
}
.multimedia-block {
  float: left;
  height: 400px;
  margin: 0 5px 10px;
  width: calc(33.3% - 10px);
}
.multimedia-link {
  background-size: cover;
  background-position: 50%;
  display: table;
  height: 100%;
  width: 100%;
}
.tour-virtual-link {
  background-image: url('images/tour-virtual.jpg');
}
.copyright-link {
  background-image: url('images/copyright.jpg');
}
.live-chajnantor-link {
  background-image: url('images/live-chajnantor.jpg');
}
.media-audience-link {
  background-color: #ff4917;
  background-image: url('images/audience-media.jpg');
}
.education-audience-link {
  background-color: #fcb32d;
  background-image: url('images/audience-education.jpg');
}
.science-audience-link {
  background-color: #67b4e6;
  background-image: url('images/audience-science.jpg');
}
.multimedia-link-titles {
  background: rgba(0,0,0,.15);
  color: white;
  display: table-cell;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
#gallery-1 img {
  border: 0px!important;
  height: inherit!important;
  width: inherit!important;
}
.single-btns-link {
  color: #303030;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
  padding-left: 30px;
}
.cientific-paper-link {
  background: url('images/cientific-paper-icon.png') 0 0 no-repeat;
  background-size: 25px 25px;
  margin-right: 20px;
}
.alma-kids-link {
  background: url('images/tour-virtual.jpg') 0 0 no-repeat;
  background-size: 25px 25px;
}
.sidebar-images-thumbs {
  display: inline-block;
  margin: 0 0 30px -10px;
  width: calc(100% + 10px);
}
.sidebar-images-thumbs-link {
  background-size: cover!important;
  height: 70px;
  float: left;
  margin: 0 0 10px 10px;
  width: 70px;
}
#imageDataContainer {
  display: none!important;
}
.bottom-widget {
  display: inline-block;
  width: 100%;
}
/* End Content */

/* Footer */
.footer {
  background: #323232;
  width: 100%;
}
.footer-content {
  display: table;
  margin: 0 auto;
  padding: 40px 20px;
  width: 1040px;
}
.footer-content-small {
  display: table;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 1040px;
}
.footer-logos {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 325px;
}
.footer-logos-item {
  display: inline-block;
  list-style-type: none;
}
.logo-alma-white {
  background: url('images/alma-logo-white.png') no-repeat;
  height: 105px;
  width: 74px;
}
.logo-eso-white {
  background: url('images/eso-logo-white.png') no-repeat;
  height: 70px;
  width: 53px;
}
.logo-naoj-white {
  background: url('images/naoj-logo-white.png') no-repeat;
  height: 70px;
  width: 70px;
}
.logo-nrao-white {
  background: url('images/nrao-logo-white.png') no-repeat;
  height: 70px;
  width: 54px;
}
.footer-content-small .logo-alma-white {
  height: 75px;
  width: 53px;
}
.footer-content-small .logo-eso-white,
.footer-content-small .logo-nrao-white {
  height: 50px;
  width: 38px;
}
.footer-content-small .logo-naoj-white {
  height: 50px;
  width: 50px;
}
.footer-logo {
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
}
.footer-logo:hover {
  opacity: .85;
}
.footer-logos-title {
  color: white;
  font-size: 17px;
  list-style: none;
  margin-top: 10px;
  text-transform: uppercase;
}
.footer-content-small .footer-logos-title {
  font-size: 14px;
}
.footer-content .widget_text {
  color: white;
  display: table-cell;
  font-size: 13px;
  font-weight: 100;
  list-style: none;
  vertical-align: middle;
  width: 55%;
}
.footer-copyright {
  background: white;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.footer-wrapper {
  margin: 0 auto;
  padding: 20px;
  width: 1040px;
}
.copyright {
  display: inline-block;
  font-size: 15px;
}
.menu-footer {
  float: right;
  margin: 0;
  padding: 0;
}
.menu-footer .menu-item {
  display: inline-block;
}
.menu-footer .menu-item:after {
  color: #aaaaaa;
  content: '|';
  margin: 0 10px;
}
.menu-footer .menu-item:last-child:after {
  content: '';
  margin: 0;
}
.menu-footer .menu-item a {
  color: #323232;
}
.menu-footer .menu-item a:hover {
  color: #626262;
}
/* End Footer */

/* Custom Editor Style */
.citas-inline {
  color: #999;
  font-style: italic;
}
/* End Custom Editor Style */

/* Arreglo Contact Form */
.wpcf7-form p {
  color: #666;
  font-size: .8em;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-shadow: 1px 1px 0px white;
  z-index: 1;
}
.wpcf7-form-control-wrap {
  display: block;
  margin: -10px -10px 0;
  z-index: -1;
}
/* End Arreglo Contact Form */

/* Esconder menus en extranet */
.extranet-hidden {
  display: none!important;
}