	/*
	MOSAIC
	/**************************
	STYLE.SCSS
	$1 RESET CSS
	$2 BASIC STYLES
		$2.1 Typography and colors
		$2.2 Common elements
	$3 HEADER  
	$4 FOOTER
	$5 LAYOUT
	$6 HOME
	$7 ARTICLE
	$8 CATEGORY
	$9 PLUGINS
		$9.1 Modalbox
	$10 404
	$11 RSS
		
	$? GENERAL MEDIA QUERIES

	**************************/
/* $1 RESET CSS --------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

html {
  font-size: 62.5%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

pre{
  display: block;
  overflow: auto;
}


code[class*="language-"],
pre[class*="language-"]{
  background: #f5f2f0;
  display: block;
  overflow: auto;
}

code {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}

/* $2 BASIC STYLES --------------- */
/*$2.1 Typography and colors*/
body {
  background: #333; }

.global-wrapper {
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #232323;
  background: #f8f8f8; }

a {
  color: #f16651;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin-bottom: 1em; }

.main-title, .main-article h1, .main-article.legacy h1, .page404 h1 {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-left: .1em;
  position: relative;
  z-index: 1; }
  .main-title:after, .main-article h1:after, .main-article.legacy h1:after, .page404 h1:after {
    content: "";
    display: block;
    height: 20px;
    background: #f16651;
    width: 100%;
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: -1; }
  .main-title a, .main-article h1 a, .main-article.legacy h1 a, .page404 h1 a {
    color: #232323; }
    .main-title a:hover, .main-article h1 a:hover, .page404 h1 a:hover {
      color: #3d3d3d;
      text-decoration: none; }

.article-subtitle, .main-article h2, .main-article.legacy h4, .page .main-col h2 {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  padding-bottom: .1em;
  border-bottom: 5px solid #f16651;
  margin: 2em 0 1em; }
  .article-subtitle:first-child, .main-article h2:first-child, .main-article.legacy h4:first-child {
    margin-top: 0; }

.article-subsection-title, .main-article h3, .main-article.legacy h5,
.subsection-title {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: italic;
  margin: 1.5em 0 1em; }

.article-details {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .article-details li {
    margin-bottom: 0; }

.article-content ul,
.main-col ul {
  padding-left: 1em;
  margin-bottom: 1em; }
  .article-content ul li,
  .main-col ul li {
    margin-bottom: .5em; }
	
.article-content ol,
.main-col ol {
  padding-left: 1.5em;
  margin-bottom: 0.5em; }
  .article-content ol li,
  .main-col ol li {
    margin-bottom: .5em; }
	
	
.article-content figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.3; }

.pullquote blockquote {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin: 1.5em 0;
  background: white;
  border-top: 1px solid #f16651;
  border-bottom: 15px solid #f16651;
  padding: .3em 0; }

.pullquote p {
  quotes: "\201C" "\201D";
  margin-bottom: 0; }
  .pullquote p:before {
    content: open-quote; }
  .pullquote p:after {
    content: close-quote; }

.author-info h2 {
  text-align: center;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
  font-weight: 300; }

.author-info a {
  color: white;
  border-bottom: 1px dotted white; }
  .author-info a:hover {
    border-bottom-color: #f16651;
    text-decoration: none; }

/*Home*/
.main-heading {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  line-height: 1.1;
  position: relative; }

.first-title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 0;
  padding-left: .1em; }
  .first-title a {
    color: inherit; }
    .first-title a:hover {
      text-decoration: none; }

.second-title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: .3em; }
  .second-title.section-title {
    margin: 2em 0 1em; }
  .second-title a {
    color: #232323; }
    .second-title a:hover {
      text-decoration: none; }

.section-heading,
.page .main-col .section-heading {
  font-family: "Lora", "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
  border-bottom: none;
  margin-bottom: .75em; 
}
  .section-heading.main-section,
  .page .main-col .section-heading.main-section {
    margin-bottom: 1em; }

.blog-title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem; }
  .blog-title a:hover {
    text-decoration: none; }

.news-title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3; }
  .news-title a {
    color: #232323; }
    .news-title a:hover {
      color: #f16651;
      text-decoration: none; }

.category-heading {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: .25em; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-only span {
  display: inline-block;
  text-indent: -9999px; }

.no-fontface .icon-only.icon-only {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: .8em; }
  .no-fontface .icon-only.icon-only:before {
    display: none; }
  .no-fontface .icon-only.icon-only span {
    text-indent: 0; }

i[data-icon] {
  font-style: normal; }

.global-container {
  overflow-x: hidden;
  position: relative; }

/*$2.2 Common elements */
.btn {
  display: block;
  cursor: pointer;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  text-transform: uppercase;
  background: #f16651;
  color: white;
  border: none;
  padding: .4em 1em .4em 1em;
  border-radius: 3px;
  text-align: center;
  max-width: 25em;
  -webkit-appearance: none; }
  .btn:hover {
    background: #ef5139;
    text-decoration: none; }
  .btn:after {
    content: "\e002";
    font-family: "icomoon";
    speak: none;
    margin-left: .3em; }
  .btn.back {
    display: inline-block;
    margin-bottom: 1.5em;
    padding: .1em .5em .1em .2em; }
    .btn.back:after {
      content: ""; }
    .btn.back:before {
      content: "\e00b";
      font-family: "icomoon";
      speak: none;
      margin-right: .1em; }

.block-link {
  color: inherit;
  text-decoration: none; }
  .block-link:hover {
    text-decoration: none; }

.cta-link {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem; }
  .cta-link:after {
    content: "\203A";
    vertical-align: middle;
    line-height: 1;
    speak: none;
    vertical-align: baseline;
    margin-left: .3em;
    font-size: 22px;
    font-size: 2.2rem; }

/*Forms*/
.basic-form fieldset {
  margin-bottom: 1em; }
.basic-form label {
  display: block;
  font-weight: bold; }
.basic-form input,
.basic-form textarea {
  width: 100%;
  max-width: 30em;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lora", Georgia, serif; }
  .basic-form input:focus,
  .basic-form textarea:focus {
    border-color: #b8b8b8;
    outline: none; }

.contact-form input,
.contact-form textarea {
  max-width: 100%; }

@media screen and (min-width: 37.5em) {
  .contact-form .double:before, .contact-form .double:after {
    content: "";
    display: table; }
  .contact-form .double:after {
    clear: both; }

  .contact-form .double fieldset {
    width: 48%;
    float: right; }

  .contact-form .double fieldset:first-child {
    float: left; } }
/* Pager */
.pager {
  text-align: center;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  margin-top: 2em; }
  .pager li {
    vertical-align: middle;
    display: inline-block; }
    .pager li a, .pager li span {
      display: block;
      padding: 0 .8em;
      line-height: 2;
      vertical-align: middle;
      text-align: center; }
      .pager li a:hover, .pager li span:hover {
        text-decoration: none;
        background: #f16651;
        color: white; }
  .pager .active span,
  .pager .active a {
    background: #f16651;
    border-color: #f16651;
    color: white; }
  .pager .prev a,
  .pager .next a {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 1.8em;
    height: 1.8em;
    background: #fefefd; }
  .pager .prev span,
  .pager .next span {
    display: inline-block;
    padding: 0;
    text-indent: -9999px; }
  .pager .prev a:before,
  .pager .next a:after {
    vertical-align: top;
    content: "\e00b";
    font-family: "icomoon";
    speak: none; }
  .pager .next a:after {
    content: "\e002";
    font-family: "icomoon"; }


ul.page-numbers {
text-align: center;
font-family: "Oswald", "Helvetica Neue", sans-serif;
margin-top: 2em;
}
ul.page-numbers li {
vertical-align: middle;
display: inline-block;
}

ul.page-numbers li a, ul.page-numbers li span {
display: block;
padding: 0 .5em;
line-height: 2;
vertical-align: middle;
text-align: center;
}

.page-numbers li span.dots{
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
}

.page-numbers li a:hover, .page-numbers li span:hover {
        text-decoration: none;
        background: #f16651;
        color: white; }

.page-numbers li span.dots:hover{
  background: none;
  color: inherit;
}         

.page-numbers a.prev, .page-numbers a.next {
border-radius: 50%;
text-align: center;
display: inline-block;
vertical-align: middle;
padding: 0;
width: 1.8em;
height: 1.8em;
background: #fefefd;
}

.page-numbers a.prev:before, .page-numbers a.next:after {
content: "\e00b";
font-family: "icomoon";
speak: none;
vertical-align: top;
}

.page-numbers a.next:after {
content: "\e002";
font-family: "icomoon";
}

.page-numbers span.current, .page-numbers a.current{
background: #f16651;
border-color: #f16651;
color: white;
}

/*no font-face alternative*/
.no-fontface .page-numbers a.prev:before, 
.no-fontface .pager .prev a:before {
  font-family: sans-serif;
  content: "\25C0";
}

.no-fontface .page-numbers a.next:after, 
.no-fontface .pager .next a:after {
  font-family: sans-serif;
  content: "\25B6";
}

/* $3 HEADER --------------- */
.main-header {
  margin-bottom: 2em;
  padding-bottom: .5em;
  background: white;
  position: relative; }
  .main-header:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    background: #f16651;
    background: -webkit-repeating-linear-gradient(180deg, #f16651 0, #f16651 120px, #b9c878 120px, #b9c878 240px, #79d1b0 240px, #79d1b0 360px, #fdc44f 360px, #fdc44f 480px);
    background: repeating-linear-gradient(90deg, #f16651 0, #f16651 120px, #b9c878 120px, #b9c878 240px, #79d1b0 240px, #79d1b0 360px, #fdc44f 360px, #fdc44f 480px);
    opacity: .6; }

.top-bar {
  background: #f16651;
  padding: .2em .9em;
  text-align: center; }
  .top-bar .icon-only {
    color: white;
    font-size: 2.5em;
    line-height: 1; }
    .top-bar .icon-only:hover {
      text-decoration: none;
      opacity: .9; }
  .top-bar .nav-trigger {
    float: left; }
  .top-bar .search-trigger {
    float: right;
    font-size: 2.2em;
    padding-top: .08em; }

.logo-uoc {
  text-align: center;
  display: inline-block;
  padding-top: 6px; }
  .logo-uoc img {
    text-align: center;
    max-height: 100%; }
  .logo-uoc:hover {
    opacity: .9; }

.logo-uoc-long {
  display: none; }

.logo {
  display: block;
  text-align: center;
  padding-top: .5em; }
  .logo img {
    text-align: center;
    width: 110px; }

/* Search box*/
.search-wrapper {
  background: #f16651;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .search-wrapper:before, .search-wrapper:after {
    content: "";
    display: table; }
  .search-wrapper:after {
    clear: both; }
  .search-wrapper .search-box {
    margin: 5px 18px;
    margin: .5rem 1.8rem;
    overflow: hidden; }
    .search-wrapper .search-box input {
      border: 0;
      border-radius: 0;
      font-size: 16px;
      font-size: 1.6rem;
      width: 100%;
      height: 35px;
      height: 3.5rem;
      padding: .1em 3em .1em 1em;
      margin-right: -3em;
      display: block;
      float: left;
      background: white; }
    .search-wrapper .search-box button {
      background: none;
      color: #f16651;
      width: 3em;
      height: 35px;
      height: 3.5rem;
      display: block;
      float: right;
      border: none;
      text-transform: uppercase;
      font-size: .75em;
      font-size: 14px;
      font-size: 1.4rem; }
      .search-wrapper .search-box button:before {
        display: inline-block;
        float: right;
        font-size: 1.5em;
        line-height: 1; }

.no-fontface .search-box input {
  width: 70%; }
.no-fontface .search-box button {
  width: 30%;
  background: white;
  padding-top: .3em !important; }

.js .search-wrapper {
  display: none; }

/* navigation: general styles */
.no-js .main-nav {
  background: #333; }

.category-nav {
  display: none; }

.main-nav li {
  border-top: 1px solid #f16651;
  list-style: none; }
  .main-nav li:nth-child(2) {
    border-top-color: #b9c878; }
    .main-nav li:nth-child(2) a:hover {
      color: #b9c878; }
  .main-nav li:nth-child(3) {
    border-top-color: #79d1b0; }
    .main-nav li:nth-child(3) a:hover {
      color: #79d1b0; }
  .main-nav li:nth-child(4) {
    border-top-color: #fdc44f; }
    .main-nav li:nth-child(4) a:hover {
      color: #fdc44f; }

.main-nav a {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  color: #f8f8f8;
  padding: .3em;
  text-align: center; }
  .main-nav a:hover {
    text-decoration: none;
    color: #f16651; }

.close-nav {
  display: none; }

/* navigation: js enabled */
.js-enabled.js-toggledNav .global-wrapper,
.js-enabled.js-toggle-enabled .global-wrapper {
  -webkit-transition: 0.5s margin;
  -moz-transition: 0.5s margin;
  -o-transition: 0.5s margin;
  -ms-transition: 0.5s margin;
  transition: 0.5s margin; }

.js-enabled .main-nav {
  width: 80%;
  position: absolute;
  top: 0;
  left: -80%;
}
.js-enabled.js-toggle-enabled  .main-nav{
  -webkit-transition: 0.5s left;
  -moz-transition: 0.5s left;
  -o-transition: 0.5s left;
  -ms-transition: 0.5s left;
  transition: 0.5s left; 
}
  .js-enabled .main-nav a {
    text-align: left;
    padding-left: 1em; }

.js-enabled .close-nav {
  display: block;
  padding-top: .05em; }
  .js-enabled .close-nav .icon-only {
    color: #f16651;
    display: inline-block; }
    .js-enabled .close-nav .icon-only:hover {
      color: white; }

.js-enabled .category-nav {
  display: block; }

.js-enabled.js-toggledNav .main-nav {
  left: 0; }

.js-toggledNav .global-wrapper {
  margin-left: 80%;
  margin-right: -80%; }

/* $4 FOOTER --------------- */
.fat-footer {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem; }
  .fat-footer > .inner {
    margin: 0; }
 
.footer-cats {
	list-style-type: none; }

.categories {
  margin-bottom: .5em;
  background: white;
  padding: 1em 1.8em; }
  .categories ul {
    list-style: none; }
  .categories li {
    margin-bottom: .2em; }
    .categories li a {
      color: #898989; }
  .categories:last-child {
    margin-bottom: 0; }
.categories .sub-menu > li {
    font-family: "Lora", Georgia, serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: none; }
  .categories.category-heading > a {
    margin-bottom: 0.5em;
    display: block; }

.main-footer {
  background: #f8f8f8;
  position: relative;
  padding: 1.5em 0 1em; }
  .main-footer:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f16651;
    background: -webkit-repeating-linear-gradient(180deg, #f16651 0, #f16651 120px, #b9c878 120px, #b9c878 240px, #79d1b0 240px, #79d1b0 360px, #fdc44f 360px, #fdc44f 480px);
    background: repeating-linear-gradient(90deg, #f16651 0, #f16651 120px, #b9c878 120px, #b9c878 240px, #79d1b0 240px, #79d1b0 360px, #fdc44f 360px, #fdc44f 480px); }
  .main-footer .footer-nav {
    padding-bottom: .75em;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 1em; }

.issn {
  display: block;
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.contact-nav {
  text-align: center; }
  .contact-nav li {
    list-style: none;
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: .2em; }
    .contact-nav li a {
      color: #f8f8f8;
      background: #f16651;
      padding: 0 .3em;
      vertical-align: middle;
      display: block; }
      .contact-nav li a:hover {
        text-decoration: none;
        background: #ef5139; }
    .contact-nav li i {
      line-height: 1; }
    .contact-nav li span {
      display: none; }

.no-fontface .contact-nav li {
  font-size: 16px;
  font-size: 1.6rem; }
  .no-fontface .contact-nav li i {
    display: none; }
  .no-fontface .contact-nav li span {
    display: inline-block; }

.footer-corp {
  text-align: center; }

.license {
  margin-bottom: .5em; }

/* cookies */
.legal {
  margin-bottom: 1em;
}
.legal a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #898989;
} /* fi cookies */

.corp-logos {
  list-style: none; }
  .corp-logos li {
    display: inline-block;
    margin: 0 0.5em 0.75em; }
    .corp-logos li img {
      max-height: 18px;
      vertical-align: middle; }

/* $5 LAYOUT --------------- */
.img-cont img {
  max-width: 100%;
  height: auto; }

.inner {
  margin: 0 18px;
  margin: 0 1.8rem; }

.main-col {
  padding-bottom: 2.5em; }

/* $6 HOME --------------- */
.js [data-link]:hover {
  cursor: pointer;
  opacity: .85; }

.latest-article {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f16651; }
  .latest-article p:last-of-type {
    margin-bottom: 0; }
  .latest-article img {
    border: none;
    padding: 0;
    position: relative; }
  .latest-article header {
    position: relative;
    background: #f8f8f8;
    background: rgba(248, 248, 248, 0.7);
    margin-top: -1.8em;
    margin-bottom: .5em; }
  .latest-article h2 {
    padding: .1em .2em;
    border-bottom: 5px solid #f16651; }
  .latest-article datepub {
    display: block; }

.latest .thumb-article {
  border-bottom-color: #79d1b0; }

.articles {
  margin-bottom: 2em; }

.thumb-article {
  padding-bottom: 0;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #f16651; }
  .thumb-article:before, .thumb-article:after {
    content: "";
    display: table; }
  .thumb-article:after {
    clear: both; }
  .thumb-article.news-detail {
    border-bottom: none; }
  .thumb-article .img-cont {
    display: inline-block;
    width: 30%;
    margin-right: 2%; }
  .thumb-article .article-heading {
    display: inline-block;
    width: 66%;
    vertical-align: top; }
  .thumb-article .second-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin: -.2em 0 0 0; }
  .thumb-article .datepub {
    font-size: 12px;
    font-size: 1.2rem;
    color: #898989;
    font-style: italic; }
   .thumb-article.news-detail ul {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 20px;
	margin-left: 2rem;}

.thumb-article.no-image .article-heading {
  width: 100%; }

.other-articles .thumb-article:nth-child(1) {
  border-bottom-color: #fdc44f; }
.other-articles .thumb-article:nth-child(2) {
  border-bottom-color: #b9c878; }
.other-articles .thumb-article:nth-child(3) {
  border-bottom-color: #79d1b0; }

.related-block {
  background: white;
  padding: 2em 0 1em; }

.news {
  margin-bottom: 2em; }
  .news .datepub {
    font-size: 12px;
    font-size: 1.2rem;
    color: #898989;
    display: block;
    margin-bottom: 5px;
    margin-bottom: .5rem;
    font-style: italic; }
  .news .news-item {
    margin-bottom: 1em; }

.uoc-block {
  font-size: 14px;
  font-size: 1.4rem; }

.masters {
  margin-bottom: 2em; }
  .masters li {
    list-style: none;
    margin-bottom: .5em; }

.masters .btn {
  margin: 0 auto; }

.promo-block {
  padding: 2em 0 1em; }

.promo {
  position: relative;
  text-align: center; }

.mosaic-bg {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f16651;
  background-image: url(../images/logo-white.png);
  background-size: 100% 100%;
  box-shadow: 0 0 4px #f8f8f8;
  margin: 0 auto -55px;
  -webkit-animation: bgcolor 20s linear infinite;
  -moz-animation: bgcolor 20s linear infinite;
  -o-animation: bgcolor 20s linear infinite;
  -ms-animation: bgcolor 20s linear infinite;
  animation: bgcolor 20s linear infinite; }

.promo-title {
  display: block;
  width: 100%; }
  .promo-title a {
    display: inline-block;
    background: white;
    border-top: 1px solid #f16651;
    border-bottom: 1px solid #f16651;
    padding: .2em .5em;
    margin-bottom: 2em;
    color: #232323;
    font-style: italic;
    text-align: center; }
    .promo-title a:hover {
      text-decoration: none;
      color: #f16651; }

/* $7 ARTICLE*/
.article-header {
  margin-bottom: 2em; }

.main-article p > a,
.main-article h4 > a {
  word-wrap: break-word; }

.article-related {
  text-align: center;
  margin-bottom: 2em; }
  .article-related ul {
    list-style: none;
    padding: 0;
    font-family: "Oswald", "Helvetica Neue", sans-serif;
    font-weight: 300;
    border-top: 1px solid #f16651;
    border-bottom: 1px solid #f16651;
    padding-bottom: 1px;
    margin-bottom: 1em; }
  .article-related li {
    margin-bottom: 0;
    display: inline; }
    .article-related li:after {
      content: "\00B7";
      margin: 0 3px 0 6px;
      margin: 0 .3rem 0 .6rem; }
    .article-related li:last-of-type:after {
      content: "";
      margin-right: 0; }
  .article-related a {
    color: #232323; }
    .article-related a:hover {
      text-decoration: none;
      color: #f16651; }

.main-article p:empty {
  display: none; }

.main-article .img-cont {
  margin: 1.5em 0 1em;
  display: block; 
  padding: .5em 0;
  border-top: 1px solid #f16651;
  border-bottom: 1px solid #f16651;
  background: white; 
}

.main-article .img-cont > br{
  display: none;
}

.main-article .img-cont img{
  display: block;
  margin: 0 auto;
}

.video-cont {
  margin: 1.5em 0 1em;
  padding: .5em 0;
  border-top: 1px solid #f16651;
  border-bottom: 1px solid #f16651;
  background: white; }

.main-article .img-cont figcaption,
.video-cont figcaption {
  text-align: center;
  padding: .5em .5em 0; 
}

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

.interview h4,
.interview.legacy h4 {
  font-family: "Lora", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: .5em;
  margin-top: 2.5em; 
  border-bottom: none; 
  }
  .interview h4:first-child,
   .interview.legacy h4:first-child {
    margin-top: 0; }

.article-footer {
  border-top: 5px solid #f16651;
  margin-top: 2em;
  padding: 2em 0 4em;
  font-size: 14px;
  font-size: 1.4rem; }
  .article-footer .extra {
    border-bottom: 5px solid #f16651;
    padding-bottom: 1em;
    margin-bottom: 2em; }
    .article-footer .extra ul {
      padding-left: 1em;
      margin-bottom: 1em;
      list-style-position: inside; }
  .article-footer .article-subtitle, .article-footer .main-article h2, .main-article .article-footer h2, .article-footer .main-article.legacy h4, .main-article.legacy .article-footer h4 {
    margin-top: 0;
    border-bottom: none; }

.tags {
  margin-bottom: 2em; }
  .tags:before, .tags:after {
    content: "";
    display: table; }
  .tags:after {
    clear: both; }

.tags-list {
  list-style: none;
  display: inline;
  padding: 0;
  margin-left: .25em; }

.tag-item {
  display: inline-block;
  margin-right: .15em;
  margin-bottom: .5em; }
  .tag-item a {
    padding: .3em .5em;
    background: #f16651;
    border-radius: 3px;
    color: white; }

/*Legacy article*/
/*.main-article.legacy .img-cont{
	margin-bottom: .5em;
}*/
.main-article.legacy .img-cont + p.center {
  margin-top: -1em; }

.main-article.legacy .img-cont + p.center span[style] {
  font-size: inherit !important; }

.legacy .wp-caption{
  margin: 0 auto;
}

.legacy .wp-caption[style]{
  width: auto !important;
}

.legacy .wp-caption-text{
  font-style: italic;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;  
}

/*Author block*/
.author-block {
  background: white;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 2em; }
  
  .author-block.interviewed {
      background: #fce3df; }

.author-picture,
.interviewed-picture  {
  border-radius: 50%;
  float: left;
  margin: .25em 1em 0 0; 
  width: 75px;
    height: 75px;}

.author-title {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: .5em;
  display: inline-block; }

/*Share*/
.share .contact-nav {
  text-align: left;
  float: none;
  padding: 0; }

/*Related articles*/
.related-articles {
  background: white;
  padding: 2em 0;
  margin-bottom: 3em; }
  .related-articles .thumb-article .article-heading {
    width: 100%; }

/*Comments*/
.comments-area {
  padding-bottom: 6em; }

.comment-heading {
  margin-bottom: 0; }

.comment-list {
  list-style: none;
  margin-bottom: 4em; }
  .comment-list ul {
      list-style: none; }

.comment {
  margin: 2em 0; }
  .comment footer {
    overflow: hidden; }
  .comment .avatar {
    float: left;
    margin-right: .5em;
    padding-bottom: 10px; }
    .comment .avatar img {
      border-radius: 50%;
      display: block; }
  .comment .author-metadata {
    float: left; }
  .comment cite {
    font-family: "Oswald", "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-size: 1.8rem; }
    .comment cite a {
      color: #232323; }
      .comment cite a:hover {
        color: #f16651; }
  .comment .comment-meta {
    font-style: italic;
    font-size: 12px;
    font-size: 1.2rem; }
    .comment .comment-meta a {
      color: #898989; }
  .comment .comment-content {
    background: white;
    padding: 1em;
    border-radius: 10px;
    margin-top: -1em; }

.author-comment .comment-content {
  background: #fce3df; }
  
.comment-edit-link {
  font-size: 80%;
  display: inline-block;
  vertical-align: bottom;
  padding-left: .5em; }

.comment-reply-link {
  text-align: right;
  float: right;
  margin-top: .25em;
  font-size: 80%; }


/* $8 CATEGORY --------------- */
.col-holder.inner {
  margin-bottom: 4em; }

.articles-list {
  margin-bottom: 2em; }

.articles-list .thumb-article {
  border-bottom-color: #d5d5d5; }
  .articles-list .thumb-article:last-child {
    border-bottom: none; }

.secondary-col {
  background: white;
  padding: 2em 1.8em;
  margin: 0 -1.8em 0; }

.category-info {
  margin-bottom: 2em; }

.category-list {
  list-style: none;
  border-left: 3px solid #f0f0f0; }
  .category-list li {
    padding-left: .5em; }
    
    .rel-list .cat-item:before {
      content: "· ";
      color: #000; }

.archive-block {
  margin-bottom: 3em; }
  .archive-block .thumb-article:last-child {
    border-bottom: none; }

/* $9 PLUGINS --------------- */
/* $9.1 Modalbox --------------- */
/* $9.2 Modal box & Image gallery */
#back-layer {
  display: none;
  position: fixed;
  z-index: 11111;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8); }

#modal-container {
  z-index: 111111;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 10px; }

#modal-container img {
  display: block;
  position: relative;
  max-width: 100%; }

#modal-frame {
  position: relative;
  display: inline-block;
  border: 1px solid #f16651;
  border-top-width: 40px;
  background: white;
  text-align: left; }

#modal-frame [data-content] {
  padding: 1em 2em 2em 2em; }

.loading {
  position: relative; }
  .loading:after {
    content: "";
    display: block;
    width: 100%;
    min-width: 32px;
    min-height: 32px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8) url(../images/ajax-loader.gif) no-repeat center center; }

.close-modal {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 111111;
  color: white;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 1.60; }
  .close-modal:hover {
    text-decoration: none;
    opacity: .8; }
  .fontface .close-modal:after {
    content: "\e00e";
    font-size: 2.5em;
    font-family: 'icomoon'; }
  .fontface .close-modal span {
    display: inline-block;
    text-indent: -9999px; }

/* $10 404 --------------- */
.page404 {
  text-align: center;
  padding-bottom: 6em; }
  .page404 h1:after {
    display: none; }
  .page404 p {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 35em;
    margin: 0 auto; }

.image404 .mosaic-bg {
  margin: 0 auto 1em;
  width: 150px;
  height: 150px;
  position: relative; }
.image404 .deadpixels span {
  width: 16px;
  height: 16px;
  background: #f8f8f8;
  position: absolute;
  opacity: 0;
  -webkit-animation: pixelsdying 0.3s 23 linear forwards 0.75s;
  -moz-animation: pixelsdying 0.3s 23 linear forwards 0.75s;
  -o-animation: pixelsdying 0.3s 23 linear forwards 0.75s;
  -ms-animation: pixelsdying 0.3s 23 linear forwards 0.75s;
  animation: pixelsdying 0.3s 23 linear forwards 0.75s; }
  .image404 .deadpixels span:nth-child(1) {
    top: 0px;
    left: 46px;
    height: 19px; }
  .image404 .deadpixels span:nth-child(2) {
    top: 31px;
    left: 73px;
    -webkit-animation: pixelsdying 0.15s linear infinite 1.1s;
    -moz-animation: pixelsdying 0.15s linear infinite 1.1s;
    -o-animation: pixelsdying 0.15s linear infinite 1.1s;
    -ms-animation: pixelsdying 0.15s linear infinite 1.1s;
    animation: pixelsdying 0.15s linear infinite 1.1s; }
  .image404 .deadpixels span:nth-child(3) {
    top: 46px;
    left: 105px;
    -webkit-animation: pixelsdying 0.1s 58 linear forwards 1.7s;
    -moz-animation: pixelsdying 0.1s 58 linear forwards 1.7s;
    -o-animation: pixelsdying 0.1s 58 linear forwards 1.7s;
    -ms-animation: pixelsdying 0.1s 58 linear forwards 1.7s;
    animation: pixelsdying 0.1s 58 linear forwards 1.7s; }
  .image404 .deadpixels span:nth-child(4) {
    top: 62px;
    left: 14px;
    height: 12px;
    -webkit-animation: pixelsdying 0.3s linear infinite 2.3s;
    -moz-animation: pixelsdying 0.3s linear infinite 2.3s;
    -o-animation: pixelsdying 0.3s linear infinite 2.3s;
    -ms-animation: pixelsdying 0.3s linear infinite 2.3s;
    animation: pixelsdying 0.3s linear infinite 2.3s; }
  .image404 .deadpixels span:nth-child(5) {
    top: 74px;
    left: 61px;
    width: 12px;
    -webkit-animation: pixelsdying 0.25s 36 linear forwards 2.7s;
    -moz-animation: pixelsdying 0.25s 36 linear forwards 2.7s;
    -o-animation: pixelsdying 0.25s 36 linear forwards 2.7s;
    -ms-animation: pixelsdying 0.25s 36 linear forwards 2.7s;
    animation: pixelsdying 0.25s 36 linear forwards 2.7s; }
  .image404 .deadpixels span:nth-child(6) {
    top: 74px;
    left: 134px;
    -webkit-animation: pixelsdying 0.5s 12 linear forwards 3s;
    -moz-animation: pixelsdying 0.5s 12 linear forwards 3s;
    -o-animation: pixelsdying 0.5s 12 linear forwards 3s;
    -ms-animation: pixelsdying 0.5s 12 linear forwards 3s;
    animation: pixelsdying 0.5s 12 linear forwards 3s; }
  .image404 .deadpixels span:nth-child(7) {
    top: 90px;
    left: 89px;
    -webkit-animation: pixelsdying 0.3s 16 linear forwards 3.4s;
    -moz-animation: pixelsdying 0.3s 16 linear forwards 3.4s;
    -o-animation: pixelsdying 0.3s 16 linear forwards 3.4s;
    -ms-animation: pixelsdying 0.3s 16 linear forwards 3.4s;
    animation: pixelsdying 0.3s 16 linear forwards 3.4s; }
  .image404 .deadpixels span:nth-child(8) {
    top: 106px;
    left: 29px;
    height: 12px;
    -webkit-animation: pixelsdying 0.1s 39 linear forwards 3.9s;
    -moz-animation: pixelsdying 0.1s 39 linear forwards 3.9s;
    -o-animation: pixelsdying 0.1s 39 linear forwards 3.9s;
    -ms-animation: pixelsdying 0.1s 39 linear forwards 3.9s;
    animation: pixelsdying 0.1s 39 linear forwards 3.9s; }
  .image404 .deadpixels span:nth-child(9) {
    top: 118px;
    left: 105px;
    -webkit-animation: pixelsdying 0.15s linear infinite 4.2s;
    -moz-animation: pixelsdying 0.15s linear infinite 4.2s;
    -o-animation: pixelsdying 0.15s linear infinite 4.2s;
    -ms-animation: pixelsdying 0.15s linear infinite 4.2s;
    animation: pixelsdying 0.15s linear infinite 4.2s; }
  .image404 .deadpixels span:nth-child(10) {
    top: 134px;
    left: 73px;
    -webkit-animation: pixelsdying 0.3s 23 linear forwards 4.4s;
    -moz-animation: pixelsdying 0.3s 23 linear forwards 4.4s;
    -o-animation: pixelsdying 0.3s 23 linear forwards 4.4s;
    -ms-animation: pixelsdying 0.3s 23 linear forwards 4.4s;
    animation: pixelsdying 0.3s 23 linear forwards 4.4s; }

.search404 {
  margin-top: 2em; }
  .search404 input,
  .search404 button {
    vertical-align: middle;
    width: 100%;
    margin-bottom: .5em;
    font-size: 16px;
    font-size: 1.6rem; }
  .search404 input {
    padding-left: .5em;
    min-height: 2.3em;
    border: 1px solid #ababab;
    border-radius: 3px; }

/* $11 RSS --------------- */
.rss a {
  word-wrap: break-word; }
  
  .main-article th {
    background: #F16651;
    border: 1px solid #f9b9af;
    color: #FFF; }
  
  .main-article table {
    display: block;
    max-width: 100%;
    overflow-y: scroll; }
  
  .main-article td {
    border: 1px dotted #f9b9af; }
  
  .main-article td,
  .main-article th {
    padding: .25em .5em; }

@-webkit-keyframes bgcolor {
  0% {
    background-color: #f16651; }

  25% {
    background-color: #b9c878; }

  50% {
    background-color: #79d1b0; }

  75% {
    background-color: #fdc44f; } }

@-moz-keyframes bgcolor {
  0% {
    background-color: #f16651; }

  25% {
    background-color: #b9c878; }

  50% {
    background-color: #79d1b0; }

  75% {
    background-color: #fdc44f; } }

@-ms-keyframes bgcolor {
  0% {
    background-color: #f16651; }

  25% {
    background-color: #b9c878; }

  50% {
    background-color: #79d1b0; }

  75% {
    background-color: #fdc44f; } }

@-o-keyframes bgcolor {
  0% {
    background-color: #f16651; }

  25% {
    background-color: #b9c878; }

  50% {
    background-color: #79d1b0; }

  75% {
    background-color: #fdc44f; } }

@keyframes bgcolor {
  0% {
    background-color: #f16651; }

  25% {
    background-color: #b9c878; }

  50% {
    background-color: #79d1b0; }

  75% {
    background-color: #fdc44f; } }

@-webkit-keyframes pixelsdying {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes pixelsdying {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes pixelsdying {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes pixelsdying {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes pixelsdying {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* $? GENERAL MEDIA QUERIES --------------- */
body:after {
  content: "";
  display: none; }

/* template: less than 400px */
@media screen and (max-width: 24.9375em) {
  body:after {
    content: "399"; } }
/* template: 400px+ */
@media screen and (min-width: 25em) {
  body:after {
    content: "400"; }

  /*Typography*/
  .main-title, .main-article h1, .main-article.legacy h1, .page404 h1,
  .first-title {
    font-size: 36px;
    font-size: 3.6rem; }

  .pullquote blockquote {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3; }
    .pullquote blockquote:before {
      top: -4px; }
    .pullquote blockquote:after {
      bottom: -11px; }

  /*Layout*/
  .inner {
    margin: 0 6%; }

  /*Navigation*/
  .js-enabled .main-nav {
    left: -60%;
    width: 60%; }

  .js-toggledNav .global-wrapper {
    margin-left: 60%;
    margin-right: -60%; }

  /*Footer*/
  .main-footer:before, .main-footer:after {
    content: "";
    display: table; }
  .main-footer:after {
    clear: both; }

  .categories {
    padding: 1em 6%; }

/*  .license {
    float: left; } Eliminat per cookies */

  .footer-corp {
    overflow: hidden; }

/*  .corp-logos {
    float: right; } Eliminat per cookies */

  .corp-logos li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 .5em; }

  /*Home*/
  .main-image.img-cont {
    width: 40%;
    float: left;
    margin: .5em 2em 1em 0; }

  .thumb-article .img-cont {
    width: 25%;
    max-width: 110px;
    float: left;
    margin-bottom: -.4em; }

  .thumb-article .second-title {
    font-size: 24px;
    font-size: 2.4rem; }

  /*Article*/
  .article-details {
    text-align: right; }

  .main-article .img-cont {
    text-align: center; }

  /*Category*/
  .secondary-col {
    padding: 2em 6%;
    margin: 0 -6% 3em; }

  /*404*/
  .search404 input,
  .search404 button {
    width: auto;
    display: inline-block; }
  .search404 input {
    width: 15em; } }
/* template: 700px+ */
@media screen and (min-width: 43.75em) {
  body:after {
    content: "700"; }

  /*Typography*/
  .global-wrapper {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7; }

  .main-title, .main-article h1, .main-article.legacy h1, .page404 h1,
  .first-title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }

  .article-subtitle, .main-article h2, .main-article.legacy h4, .page .main-col h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.15; }

  .article-subsection-title, .main-article h3, .main-article.legacy h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.45;
    margin-top: 2em; }

  .pullquote blockquote {
    font-size: 30px;
    font-size: 3rem; }
    .pullquote blockquote:before {
      top: -1px; }
    .pullquote blockquote:after {
      bottom: -9px; }

  .author-info h2 {
    font-size: 30px;
    font-size: 3rem; }

  .section-heading,
.page .main-col .section-heading {
    margin-bottom: .5em;
    font-size: 24px;
    font-size: 2.4rem; }

  /* Header */
  .main-header {
    margin-bottom: 2em;
    padding-bottom: .8em;
    position: relative;
    min-height: 100px;
    min-height: 10rem; }
    .main-header:before, .main-header:after {
      content: "";
      display: table; }
    .main-header:after {
      clear: both; }

  .top-bar {
    height: 36px;
    height: 3.6rem; }
    .top-bar:before, .top-bar:after {
      content: "";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .icon-only {
      display: none; }

  .logo-uoc {
    display: none; }

  .logo-uoc-long {
    display: block;
    position: absolute;
    top: 45px;
    right: 10%; }

  .logo {
    width: 110px;
    margin: -13px 0 0;
    margin: -1.3rem 0 0;
    text-align: left;
    padding-top: 0; }
    .logo img {
      width: 100%; }

  .js-enabled .main-nav,
  .main-nav {
    left: 0;
    width: 100%; }

  .js-enabled .close-nav,
  .close-nav {
    display: none; }

  .main-nav li {
    display: inline-block;
    border-top: 0; }

  .main-nav a {
    padding: 0;
    font-weight: 300;
    text-align: left;
    padding-left: 1em; }

  .section-nav {
    position: absolute;
    top: 5px;
    right: 28%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all; }
    .section-nav a {
      font-size: 16px;
      font-size: 1.6rem;
      padding-bottom: .1em; }
    .section-nav li:nth-child(n) a:hover {
      color: #f8f8f8;
      text-decoration: underline; }

  .js-focus .section-nav {
    right: 48%; }

  .category-nav {
    display: block;
    position: absolute;
    top: 92px;
    top: 9.2rem;
    left: 10%;
    padding-left: 120px; }
    .category-nav a {
      color: #232323;
      font-size: 18px;
      font-size: 1.8rem; }

  .js .search-wrapper,
  .search-wrapper {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 10%;
    border-top: none;
    background: none;
    width: 15%;
    -webkit-transition: 0.5s width;
    -moz-transition: 0.5s width;
    -o-transition: 0.5s width;
    -ms-transition: 0.5s width;
    transition: 0.5s width;
    z-index: 2; }
    .js .search-wrapper form,
    .search-wrapper form {
      margin: 0; }
    .js .search-wrapper .search-box input,
    .search-wrapper .search-box input {
      height: 25px;
      height: 2.5rem;
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: .5em;
      background: rgba(0, 0, 0, 0.15);
      color: #f8f8f8; }
      .js .search-wrapper .search-box input:-moz-placeholder,
      .search-wrapper .search-box input:-moz-placeholder {
        color: #f8f8f8; }
      .js .search-wrapper .search-box input::-webkit-input-placeholder,
      .search-wrapper .search-box input::-webkit-input-placeholder {
        color: #f8f8f8; }
    .js .search-wrapper .search-box button,
    .search-wrapper .search-box button {
      height: 25px;
      height: 2.5rem;
      padding-top: 2px;
      padding-right: 2px;
      color: white; }

  .no-fontface .search-box input {
    width: 70%;
    margin-right: .3em; }
  .no-fontface .search-box button {
    background: none;
    color: white;
    width: auto;
    display: none; }

  .js-focus .search-wrapper {
    width: 35%; }
    .js-focus .search-wrapper .search-box input {
      background: white;
      color: #232323; }
      .js-focus .search-wrapper .search-box input:-moz-placeholder {
        color: #898989; }
      .js-focus .search-wrapper .search-box input::-webkit-input-placeholder {
        color: #898989; }
    .js-focus .search-wrapper .search-box button {
      color: #f16651; }

  .no-fontface .js-focus .search-box button {
    color: white;
    display: block;
    float: left; }

   .no-js .search-wrapper{
    width: 200px;
    top: 2px;
  }

  .no-js .section-nav{
    right: 37%;
  }  


  /*Footer*/
  .fat-footer {
    background: white;
    padding: 2em 0; }
    

  .fat-footer .inner {
    overflow: hidden;
    margin: 0 10%; }

  .categories {
    float: left;
    width: 32%;
    padding: 0;
    margin-left: 2%;
    margin-bottom: 1em; }
    .categories:first-child, .categories:nth-child(3n+1) {
      margin-left: 0; }
    .categories li {
      margin-bottom: .5em; }

  .main-footer {
    padding: 2em 0; }

  .footer-nav {
    overflow: hidden; }

  .issn {
    float: left;
    text-align: left;
    margin: 0;
    padding-top: 4px; }
    .issn strong {
      display: block; }

  .contact-nav {
    float: right; }

  .fontface .contact-nav li a {
    padding: 0 .2em; }
    .fontface .contact-nav li a i {
      display: inline-block;
      margin: 5px; }
    .fontface .contact-nav li a span {
      font-family: "Oswald", "Helvetica Neue", sans-serif;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: -.4em;
      vertical-align: middle;
      display: inline-block;
      max-width: 0;
      overflow: hidden;
      transition: all linear .5s; }
      .fontface .contact-nav li a span:after {
        content: "\00a0\00a0"; }
    .fontface .contact-nav li a:hover span {
      max-width: 6em; }

  .corp-attr {
    float: left; }

  .license {
    float: left; }
/* cookies */
  .legal{
    float: left;
    margin-left: 1em;
    margin-top: 3px;
  } /* fi cookies */

  .corp-logos {
    float: right; }
    .corp-logos li {
      padding-right: 0;
      margin-right: 0; }

  /*Layout*/
  .inner {
    margin: 0 10%; }

  /*Home*/
  .latest-article {
    position: relative; }
    .latest-article .img-cont {
      width: 50%;
      float: left;
      margin-right: 1em;
      margin-bottom: -.5em; }
    .latest-article header {
      position: relative;
      width: 70%;
      margin-top: 5px;
      margin-left: -30%;
      text-align: left;
      float: right;
      background: none; }
      .latest-article header:before, .latest-article header:after {
        content: "";
        display: table; }
      .latest-article header:after {
        clear: both; }
    .latest-article .first-title {
      background: #f8f8f8;
      background: rgba(248, 248, 248, 0.7);
      text-align: left;
      margin-bottom: .05em; }
    .latest-article .article-details {
      float: right;
      clear: both;
      background: #f8f8f8;
      background: rgba(248, 248, 248, 0.7); }
    .latest-article .article-content{
      clear: right;
    }
  .main-heading {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.25; }

  .thumb-article .img-cont {
    max-width: 100%;
    padding-bottom: 0; }
  .thumb-article .article-heading {
    width: 73%;
    padding-top: .3em;
    margin-bottom: .5em; }
  .thumb-article .second-title {
    background: rgba(248, 248, 248, 0.7);
    margin: 0 .5em 0 -7.5%;
    width: 107.5%;
    border-bottom: 3px solid #f16651;
    display: inline;
    line-height: 1.6; }
  .thumb-article .datepub {
    font-style: italic;
    display: block;
    margin-top: .25em; }

  .thumb-article.no-image .article-heading {
    width: 100%; }
  .thumb-article.no-image .second-title {
    margin-left: 0;
    width: 100%; }

  .thumb-article.thumb-news .second-title {
    background: none;
    border-bottom: none;
    line-height: 1.4; }
  .thumb-article.thumb-news p {
    font-size: 16px;
    font-size: 1.6rem; }

  .other-articles .thumb-article:nth-of-type(1) .second-title {
    border-bottom-color: #fdc44f; }
  .other-articles .thumb-article:nth-of-type(2) .second-title {
    border-bottom-color: #b9c878; }
  .other-articles .thumb-article:nth-of-type(3) .second-title {
    border-bottom-color: #79d1b0; }

  .related-block {
    padding: 2em 0; }

  .news-title {
    font-size: 20px;
    font-size: 2rem; }

  .uoc-block {
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0; }

  .promo-block {
    padding: 3em 0 2em; }

  .promo {
    font-size: 18px;
    font-size: 1.8rem; }

  .mosaic-bg {
    width: 150px;
    height: 150px;
    margin-bottom: -95px; }

  .promo-title a {
    margin-bottom: 3em;
    font-size: 22px;
    font-size: 2.2rem; }

  /*Article*/
  .article-details li {
    display: inline-block;
    margin-left: .5em; }
    .article-details li:before {
      content: "\00B7";
      margin-right: .5em; }
    .article-details li:first-child {
      margin-left: 0; }
    .article-details li:first-child:before {
      display: none; }

  .article-content .has-caption:before, .article-content .has-caption:after {
    content: "";
    display: table; }
  .article-content .has-caption:after {
    clear: both; }
  .article-content .has-caption img,
  .article-content .has-caption .video-wrapper  {
    max-width: 70%; }
  .main-article .has-caption img{
      float: left;
    }
  .article-content .has-caption .video{
    float: left;
  }

  .article-content .has-caption figcaption {
    text-align: left;
    line-height: 1.4;
    float: right;
    width: 28%;
    padding-top: 0; }
    
  .article-content h4 {
    font-weight: bold;}

.interview h4,
  .interview.legacy h4 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.7; }

  .article-footer {
    font-size: 15px;
    font-size: 1.5rem; }
    .article-footer .extra ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: auto;
      -moz-column-gap: auto;
      column-gap: auto;
      padding-left: 0; }
      
.article-footer .extra li {
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid; }

  .cite {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 6em; }

  /*Related articles*/
  .related-articles .thumb-article .second-title {
    width: 100%;
    margin-left: 0; }

  /*Comments*/
  .comment-heading {
    margin-bottom: 0; }

  /*Category*/
  .secondary-col {
    padding: 2em 10%;
    margin: 0 -10% 3em; }

  /*404*/
  .image404 .mosaic-bg {
    width: 250px;
    height: 250px; }
  .image404 .deadpixels span {
    width: 26px;
    height: 26px; }
    .image404 .deadpixels span:nth-child(1) {
      top: 0px;
      left: 76px;
      height: 31px; }
    .image404 .deadpixels span:nth-child(2) {
      top: 50px;
      left: 122px; }
    .image404 .deadpixels span:nth-child(3) {
      top: 77px;
      left: 175px; }
    .image404 .deadpixels span:nth-child(4) {
      top: 104px;
      left: 22px;
      height: 20px; }
    .image404 .deadpixels span:nth-child(5) {
      top: 124px;
      left: 102px;
      width: 20px; }
    .image404 .deadpixels span:nth-child(6) {
      top: 124px;
      left: 223px;
      width: 28px; }
    .image404 .deadpixels span:nth-child(7) {
      top: 151px;
      left: 149px; }
    .image404 .deadpixels span:nth-child(8) {
      top: 177px;
      left: 50px;
      height: 20px; }
    .image404 .deadpixels span:nth-child(9) {
      top: 197px;
      left: 176px; }
    .image404 .deadpixels span:nth-child(10) {
      top: 224px;
      left: 123px; } 

}
/* template: 1025px+ */
@media screen and (min-width: 64.0625em) {
  body:after {
    content: "1025"; }

  /*Typography*/
  .main-title, .main-article h1, .main-article.legacy h1, .page404 h1 {
    font-size: 52px;
    font-size: 5.2rem; }

  .first-title {
    font-size: 42px;
    font-size: 4.2rem; }

  .article-subtitle, .main-article h2, .main-article.legacy h4, .page .main-col h2 {
    font-size: 32px;
    font-size: 3.2rem; }

  .article-subsection-title, .main-article h3, .main-article.legacy h5 {
    font-size: 20px;
    font-size: 2rem; }

  /*Header*/
  .main-header {
    margin-bottom: 3em;
    padding-bottom: 1.5em; }

  .js .search-wrapper,
  .search-wrapper {
    right: 6.25%; }

  .section-nav {
    right: 23.25%; }
    .js-focus .section-nav {
      right: 43%; }

  .js-enabled .section-nav a {
    padding-left: 1.5em; }

  .logo-uoc {
    display: none; }

  .logo-uoc-long {
    right: 6.25%; }

  .logo {
    width: 150px;
    margin-top: -19px;
    margin-top: -1.9rem; }

  .category-nav {
    left: 0;
    top: 113px;
    top: 11.3rem;
    padding-left: 0;
    width: 100%;
    text-align: center; }
    .category-nav a {
      font-size: 22px;
      font-size: 2.2rem; }

  .no-js .search-wrapper{
    width: 200px;
    top: 2px;
  }    

  /*Footer*/
  .fat-footer .inner {
    margin: 0 6.25%; }

  .categories:nth-of-type(n) {
    float: left;
    width: 19%;
    margin: 0 1% 0 0;
    border-left: 3px solid #f0f0f0;
    padding-left: .5em; }
    .categories:nth-of-type(n) ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; }

  .main-footer {
    padding-bottom: 1.5em; }

  .corp-logos li {
    margin-left: 1em; }
    .corp-logos li img {
      max-height: 100%; }

  /*Layout*/
  .inner {
    margin: 0 6.25%; }

  /*Home*/
  .latest:before, .latest:after {
    content: "";
    display: table; }
  .latest:after {
    clear: both; }

  .latest-article {
    margin-bottom: 2em;
    border-bottom: none;
    padding-bottom: 0; }
    .latest-article:before, .latest-article:after {
      content: "";
      display: table; }
    .latest-article:after {
      clear: both; }
    .latest-article .img-cont {
      width: 50%; }
    .latest-article header .main-title, .latest-article header .main-article h1, .main-article .latest-article header h1, .latest-article header .page404 h1, .page404 .latest-article header h1 {
      font-size: 50px;
      font-size: 5rem; }
    .latest-article header .author {
      display: inline-block;
      margin-right: .5em; }
      .latest-article header .author:after {
        content: "\00B7";
        margin-left: .5em; }
    .latest-article .article-content {
      width: 100%;
      clear: right;
      margin: 0;
      font-size: 18px;
      font-size: 1.8rem; }

  .other-articles {
    margin-bottom: 2em; }
    .other-articles:before, .other-articles:after {
      content: "";
      display: table; }
    .other-articles:after {
      clear: both; }

  .flexbox .other-articles {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .other-articles article {
    float: left;
    width: 30%;
    margin-left: 5%; }
    .other-articles article:first-child {
      margin-left: 0; }

  .other-articles .thumb-article,
  .latest .thumb-article {
    float: left;
    width: 30%;
    margin-left: 5%;
    border-bottom: 5px solid #f16651;
    padding-top: .5em;
    position: relative;
    font-size: 17px;
    font-size: 1.7rem; }
    .other-articles .thumb-article:first-child,
    .latest .thumb-article:first-child {
      margin-left: 0; }
    .other-articles .thumb-article p:last-of-type,
    .latest .thumb-article p:last-of-type {
      margin-bottom: 1em; }
    .other-articles .thumb-article .img-cont,
    .latest .thumb-article .img-cont {
      max-width: 100%;
      margin: 0;
      width: auto;
      float: none; }
    .other-articles .thumb-article .article-heading,
    .latest .thumb-article .article-heading {
      width: 100%;
      position: relative;
      background: rgba(248, 248, 248, 0.7);
      margin-top: -3.5rem;
      margin-bottom: .5em; }
    .other-articles .thumb-article .second-title,
    .latest .thumb-article .second-title {
      margin-top: 0;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.2;
      border-bottom: none;
      width: 100%;
      display: block;
      margin-left: 0;
      border-top: 2px solid #f16651; }

  .flexbox .other-articles .thumb-article {
    width: 32%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
/* Hack per a solucionar un bug de Firefox (versió 35) */
    min-width: 0;
}

  .other-articles .thumb-article:nth-child(1) .second-title {
    border-top-color: #fdc44f; }

  .other-articles .thumb-article:nth-child(2) .second-title {
    border-top-color: #b9c878; }

  .other-articles .thumb-article:nth-child(3) .second-title {
    border-top-color: #79d1b0; }

  .related-block {
    padding-bottom: 2em; }

  .related-block .inner {
    overflow: hidden; }

  .news {
    float: left;
    width: 65%; }

  .uoc-block {
    float: right;
    width: 30%; }

  .promo-block {
    padding-top: 2em;
    text-align: center; }

  .promo {
    text-align: left;
    display: inline-block; }
    .promo p {
      margin-bottom: 0; }

  .mosaic-bg {
    margin: 0 auto -95px; }

  .promo-title {
    display: inline-block;
    width: auto;
    position: static; }
    .promo-title a {
      font-size: 18px;
      font-size: 1.8rem; }

  /*Article*/
  .article-header {
    float: left;
    width: 75%;
    margin-bottom: 2em; }
    .article-header:before, .article-header:after {
      content: "";
      display: table; }
    .article-header:after {
      clear: both; }

  .article-related {
    width: 18.75%;
    clear: both;
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem; }
    .article-related ul {
      float: left;
      padding-top: 10px;
      border: none; }
      .article-related ul li {
        display: block;
        margin-bottom: 0;
        border-top: 1px solid #f16651; }
        .article-related ul li:after {
          content: "";
          margin: 0; }
        .article-related ul li:last-of-type {
          border-bottom: 1px solid #f16651; }
      .article-related ul a {
        display: block;
        padding: 1px 5px; }

  .article-content {
    margin: 0 auto;
    width: 50%; }

  .pullquote {
    width: 137.5%;
    margin-left: -18.75%; }
    
  .cite {
      padding-left: 12.5%; }

  .main-article .img-cont,  
  .main-article .video-cont {
    padding: .8em 0; 
  }

  .main-article .has-caption {
    margin: 2em -18.75% 2em -37.5%;
    background: white;
    border-top: 1px solid #f16651;
    border-bottom: 1px solid #f16651; }
    .main-article .has-caption img {
      border: none; }
      
    .main-article .img-cont figcaption,
    .main-article .video-cont figcaption {
        padding-right: 1em; }
  
    .interview h4,
    .interview.legacy h4 {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.7; }

  .article-footer {
    margin: 2em auto 0;
    width: 50%; }

  /*Related articles*/
  .related-articles .thumb-article {
    margin-bottom: 0; }
    .related-articles .thumb-article .article-heading {
      margin-top: 0;
      background: none; }
    .related-articles .thumb-article .second-title {
      background: none; }

  /*Comments*/
  .comments-area {
    margin: 0 auto;
    width: 50%; }

  /*Category*/
  .col-holder {
    margin-bottom: 4em; }
    .col-holder:before, .col-holder:after {
      content: "";
      display: table; }
    .col-holder:after {
      clear: both; }

  .main-col {
    float: left;
    width: 68.75%;
    padding-right: 3.125%;
    padding-bottom: 0; }

  .secondary-col {
    float: right;
    width: 31.25%;
    background: white;
    padding: 2em 1.5em;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0; } 
}
/* template: 1400px+ */
@media screen and (min-width: 87.5em) {
  body:after {
    content: "1400"; }

  /*Typography*/
  .global-wrapper {
    font-size: 18px;
    font-size: 1.8rem; }

  .main-title, .main-article h1, .main-article.legacy h1, .page404 h1 {
    font-size: 60px;
    font-size: 6rem;
    padding-left: 0; }
    .main-title:after, .main-article h1:after, .main-article.legacy h1:after, .page404 h1:after {
      bottom: -7px; }

  .article-subtitle, .main-article h2, .main-article.legacy h4 {
    margin-left: -20%;
    margin-right: 20%; }

  .article-details {
    font-size: 15px;
    font-size: 1.5rem; }

  .pullquote blockquote {
    font-size: 36px;
    font-size: 3.6rem; }
    .pullquote blockquote:before {
      top: 10px; }
    .pullquote blockquote:after {
      bottom: 0px; }

  .author-info h2 {
    margin: 0 0 1em;
    font-size: 36px;
    font-size: 3.6rem; }

  .category-heading {
    margin-bottom: .5em; }

  .section-heading,
.page .main-col .section-heading{
    font-size: 26px;
    font-size: 2.6rem; }

  /*Header*/
  .main-header {
    padding-bottom: 1.3em; }
   .main-header .inner {
      position: relative; }

  .logo-uoc-long {
    right: 0;
    top: 28px; }

  .js .search-wrapper,
  .search-wrapper {
    right: 0;
    top: -32px;
    width: 12%; }
    .js .search-wrapper .search-box input,
    .search-wrapper .search-box input {
      height: 28px;
      height: 2.8rem; }
    .js .search-wrapper .search-box button,
    .search-wrapper .search-box button {
      height: 28px;
      height: 2.8rem;
      padding-right: 5px; }

  .js-focus .search-wrapper {
    width: 25%; }

  .section-nav {
    right: 0;
    padding-right: 14%;
    top: 3px; }
    .js-focus .section-nav {
      right: 27%;
      padding-right: 0; }
    .section-nav a {
      font-size: 18px;
      font-size: 1.8rem; }

  .category-nav {
    top: 108px;
    top: 10.8rem; }
    .category-nav a {
      font-size: 26px;
      font-size: 2.6rem; }
  
  .no-js .main-nav .wide-inner{
    position: static;
  }

  .no-js .search-wrapper{
    width: 250px;
    top: -37px;
  }

  .no-js .section-nav{
    right: 300px;
  }

  /*Footer*/
  .fat-footer .inner {
    margin: 0 auto;
    max-width: 1100px; }

  /*Layout*/
  .inner,
  .wide-inner {
    margin: 0 auto;
    max-width: 1100px; }

  .wide-inner {
    position: relative; }

  /*Home*/
  .latest-article .article-content {
    float: right;
    width: 48%; }

  .related-block {
    padding-top: 3em; }

  .promo-block {
    padding-bottom: 2em; }

  .mosaic-bg {
    margin-left: 3.75em; }

  /*Article*/
  .article-header {
    width: 80%;
    margin-left: 0; }

  .article-content {
    width: 60%; }

  .article-subtitle:first-child, .main-article h2:first-child, .main-article.legacy h4:first-child {
    margin: 0 0 1em; }

  .main-article span.img-cont {
    border-top: 1px solid #f16651;
    border-bottom: 1px solid #f16651;
    background: white;
    line-height: 0; }
    .main-article span.img-cont img {
      display: block;
      margin: 0 auto;
      border: none; }

  .main-article .has-caption {
    width: 132.8125%;
    margin-left: -32.8125%;
    padding: 1em; }
    .main-article .has-caption img,
    .main-article .has-caption .video-wrapper{
      max-width: 68%; }

    .main-article .has-caption figcaption {
      float: right;
      width: 30%;
      font-size: 15px;
      font-size: 1.5rem; }

.cite {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 10%;
  margin: 2em 0 2.5em; }

  .interview h4, 
  .interview.legacy h4 {
     font-size: 18px;
     font-size: 1.8rem;    
     margin-left: -20%;
    margin-right: 20%; }

  .article-footer {
    width: 60%; }
    .article-footer .article-subtitle, .article-footer .main-article h2, .main-article .article-footer h2, .article-footer .main-article.legacy h4, .main-article.legacy .article-footer h4 {
      margin-left: 0;
      margin-right: 0; }

  /*Comments*/
  .comments-area {
    width: 60%; }

  /*Legacy articles*/
  .legacy.main-article span.img-cont,
  .legacy.main-article figure.img-cont {
    max-width: 450px;
    margin: 1em auto;
    text-align: center;
    float: none;
    clear: none; } 
    
    }
    
/* nra afegit per menus */
.footer-cats {
  list-style-type: none; }

.categories .sub-menu > li {
  font-family: "Lora","Georgia",sans-serif;
  font-size: 1.4rem;
  text-transform: none; }

.categories.category-heading > a {
  margin-bottom: 0.5em;
  display: block; }


/* in archive for related categories childs point */
.rel-list li.cat-item:before {
  content: "\00B7 ";
  color: #000; }

.pull-quote {
  font-size: 4em;
  color: red; }

.interviewed-picture {
  border-radius: 50%;
  float: left;
  margin: .25em 1em 0 0;
  width: 85px;
  height: 85px; }

.respond-container, .respond {
		background-color: #f2c6c6;
		margin: 10px 0 20px 0;
		padding: 5px;
	}
	.respond-container {display: none;}
	.respond.success {
		background-color: #D7F7E3;
		}
	.respond.success h2 {
		color: #000;
	}
	
	.respond-container h2, .respond h2 {
		font-size: 2rem;
		font-weight: bold;
		font-style: italic;
		line-height: 1.45;
		color: #f16651;
	}
	
	
	.respond-container ul li {
		list-style-type: disc;
		margin-left: 20px;
	}
	
	
	
	.respond-container label.error {
		display: inline;
	}
	
	.contact-form input[type="checkbox"] {
		width: 20px;
		height: 20px;
		margin-right: 20px;
		float: left;
	}

.contact-form input.valid {border: 1px solid grey;}
.contact-form input.error, .contact-form textarea.error {border: 1px solid red;}

h3.formacion {
	font-weight: bold;
	font-size: 1.2em;
}
