/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/07/2014, 10:27:42
    Author     : Inventorama
*/
@import url(http://fonts.googleapis.com/css?family=Viga);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
header:after, footer:after {
  content: '';
  display: block;
  clear: both; }

html{top:-32px;position:relative;}

body {
  margin-top: 32px;
  text-align: center;
  opacity: 0; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none; }

*:focus {
  outline: none; }

div#page-container {
  width: 1020px;
  margin: auto; }
  div#page-container:after {
    content: '';
    display: block;
    clear: both; }

div#page-header {
  width: 100%;
  margin-left: 20px;
  float: left;
  position: relative;
  z-index: 500; }
  div#page-header:after {
    content: '';
    display: block;
    clear: both; }
  div#page-header .logo-efc {
    margin-left: 0;
    float: left;
    width: 300px; }
    div#page-header .logo-efc img {
      margin-left: 20px;
      float: left; }
  div#page-header .social {
    height: 40px;
    width: 120px;
    margin-right: 50px;
    float: right;
    display: none; }
    div#page-header .social img {
      margin-right: 0;
      float: right;
      margin-top: 21px;
      width: auto;
      height: auto; }
    div#page-header .social a:nth-child(1) {
      margin-right: 32px;
      float: right; }
    div#page-header .social a:nth-child(2) {
      margin-right: 21px;
      float: right; }
    div#page-header .social a:nth-child(3) {
      margin-right: 23px;
      float: right; }
  div#page-header .search {
    margin-right: 50px;
    float: right;
    width: 300px;
    margin-top: 18px;
    clear: right; }
    div#page-header .search form ::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    div#page-header .search form :-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.3); }
    div#page-header .search form ::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.3); }
    div#page-header .search form :-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.3); }
    div#page-header .search form input[type="text"] {
      border-radius: 22px;
      -moz-border-radius: 22px;
      -webkit-border-radius: 22px;
      margin-right: 10px;
      float: right;
      line-height: 26px;
      width: 223px;
      border: 1px solid #d9d9d9;
      box-shadow: inset 2px 2px 4px rgba(217, 217, 217, 0.85);
      font-family: 'Viga', sans-serif;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.3);
      padding: 9px 45px 8px 20px; }
    div#page-header .search form input[type="submit"] {
      width: 20px;
      height: 25px;
      background: url("../img/search-icon-op-20.png");
      position: absolute;
      margin-top: 10px;
      margin-left: 250px;
      cursor: pointer; }
  div#page-header .main-menu {
    margin-right: 20px;
    float: right;
    width: 1000px;
    height: 97px; }
    div#page-header .main-menu ul {
      margin: 27px 0 0 10px;
      list-style: none;
      /*
      li.current-menu-parent:after{
          content: url('../img/triangle-reverse.png');
          width: 24px;
          height: 9px;
          top: -19px;
          position: relative;
      }
      */ }
      div#page-header .main-menu ul li.current-menu-parent {
        height: 44px; }
      div#page-header .main-menu ul li {
        margin-left: -7px;
        float: left;
        border-radius: 22px;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        padding: 0 23px 0 23px;
        background-image: url(../img/mm-circle.png), url(../img/mm-circle.png);
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        line-height: 44px;
        display: block; }
        div#page-header .main-menu ul li.current-menu-item a, div#page-header .main-menu ul li.current-menu-parent a {
          color: #008752;
          text-shadow: none; }
        div#page-header .main-menu ul li ul {
          border-radius: 16px;
          -moz-border-radius: 16px;
          -webkit-border-radius: 16px;
          display: none;
          position: absolute;
          padding: 17px 0;
          background: #008752;
          border-top: 2px solid #fff;
          margin: 0; }
          div#page-header .main-menu ul li ul .triangle {
            background-image: url("../img/triangle.png");
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            height: 11px;
            width: 100%;
            top: -11px; }
          div#page-header .main-menu ul li ul li {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            background-image: none;
            background-repeat: no-repeat;
            background-position: center;
            line-height: 40px;
            float: none;
            padding: 0;
            margin: 0; }
            div#page-header .main-menu ul li ul li a {
              padding: 0 23px 0 26px;
              min-width: 150px; }
          div#page-header .main-menu ul li ul li:hover, div#page-header .main-menu ul li ul li.current-menu-item {
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            background: #004329; }
            div#page-header .main-menu ul li ul li:hover a, div#page-header .main-menu ul li ul li.current-menu-item a {
              color: #00ff9b; }
        div#page-header .main-menu ul li a {
          font-family: 'Viga', sans-serif;
          font-size: 22px;
          color: black;
          text-transform: lowercase;
          display: block; }
      div#page-header .main-menu ul li:first-child {
        background-image: url(../img/mm-circle.png);
        background-repeat: no-repeat;
        background-position: right center; }
      div#page-header .main-menu ul li:last-child {
        background-image: url(../img/mm-circle.png);
        background-repeat: no-repeat;
        background-position: left center; }
      div#page-header .main-menu ul li:hover {
        background: #008752; }
        div#page-header .main-menu ul li:hover:after {
          content: ''; }
        div#page-header .main-menu ul li:hover a {
          color: #fff !important;
          text-shadow: 1px 1px 0 #00331c !important; }
        div#page-header .main-menu ul li:hover ul {
          display: block;
          opacity: 1; }

div#pre-footer {
  padding-top: 38px;
  margin-top: 18px; }
  div#pre-footer div.go-top {
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 150;
    position: absolute;
    margin-top: -91px;
    background-image: url("../img/go-top-degrade.png"), url("../img/go-top-bg.png");
    background-repeat: no-repeat, repeat-x;
    background-position: center 33px, 0 32px; }
    div#pre-footer div.go-top:after {
      content: '';
      display: block;
      clear: both; }
    div#pre-footer div.go-top img {
      cursor: pointer; }
  div#pre-footer form {
    margin-top: 36px; }
    div#pre-footer form ::-webkit-input-placeholder {
      color: black; }
    div#pre-footer form :-moz-placeholder {
      /* Firefox 18- */
      color: black; }
    div#pre-footer form ::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    div#pre-footer form :-ms-input-placeholder {
      color: black; }
    div#pre-footer form ::-webkit-input-placeholder {
      padding-top: 5px;
      padding-bottom: 0;
      line-height: 24px;
      height: 28px; }
    div#pre-footer form :-moz-placeholder {
      /* Firefox 18- */
      padding-top: 5px;
      padding-bottom: 0;
      line-height: 24px;
      height: 28px; }
    div#pre-footer form ::-moz-placeholder {
      /* Firefox 19+ */
      padding-top: 5px;
      padding-bottom: 0;
      line-height: 24px;
      height: 28px; }
    div#pre-footer form :-ms-input-placeholder {
      padding-top: 5px;
      padding-bottom: 0;
      line-height: 24px;
      height: 28px; }
    div#pre-footer form:after {
      content: '';
      display: block;
      clear: both; }
    div#pre-footer form input[type="text"] {
      border-radius: 25px 0 0 25px;
      -moz-border-radius: 25px 0 0 25px;
      -webkit-border-radius: 25px 0 0 25px;
      margin-left: 0;
      float: left;
      width: 330px;
      padding: 13px 27px 13px 27px;
      height: 24px;
      background: #e4e4e4;
      font-size: 24px;
      line-height: 24px;
      color: #000;
      font-family: 'Viga', sans-serif;
      box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.9); }
    div#pre-footer form input[type="submit"] {
      border-radius: 0 25px 25px 0;
      -moz-border-radius: 0 25px 25px 0;
      -webkit-border-radius: 0 25px 25px 0;
      margin-left: 0;
      float: left;
      -webkit-transition: background 0.25s ease-in-out;
      -moz-transition: background 0.25s ease-in-out;
      -o-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out;
      width: 121px;
      height: 50px;
      background: #13744e;
      font-size: 24px;
      line-height: 36px;
      color: #fff;
      font-family: 'Viga', sans-serif;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
      cursor: pointer; }
      div#pre-footer form input[type="submit"]:hover {
        background: #00a0a0; }
  div#pre-footer .efc-data {
    height: 100px;
    width: 100%;
    margin: 25px 0 0 9px; }
    div#pre-footer .efc-data div {
      float: left; }
      div#pre-footer .efc-data div span {
        float: left; }
        div#pre-footer .efc-data div span a {
          font-family: 'Open Sans', sans-serif;
          font-weight: 700;
          font-size: 24px; }
      div#pre-footer .efc-data div:nth-child(1) {
        height: 100px;
        width: 252px; }
        div#pre-footer .efc-data div:nth-child(1) img {
          width: 191px;
          float: left;
          margin: 11px 0 0 23px; }
      div#pre-footer .efc-data div:nth-child(2) {
        margin-top: 17px;
        height: 83px;
        width: 254px;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        background-image: url("../img/phone-icon.png");
        background-repeat: no-repeat;
        background-position: 33px 22px; }
        div#pre-footer .efc-data div:nth-child(2) span {
          margin: 20px 0 0 68px; }
          div#pre-footer .efc-data div:nth-child(2) span a {
            color: #000; }
      div#pre-footer .efc-data div:nth-child(3) {
        margin-top: 17px;
        height: 83px;
        width: 492px;
        background-image: url("../img/mail-icon.png");
        background-repeat: no-repeat;
        background-position: 38px 26px; }
        div#pre-footer .efc-data div:nth-child(3) span {
          margin: 20px 0 0 88px; }
          div#pre-footer .efc-data div:nth-child(3) span a {
            color: #13744e; }

div#page-footer {
  width: 100%;
  left: 0;
  position: absolute; }
  div#page-footer .max-page-width.main-menu {
    background: #13744e;
    height: auto;
    width: 100%;
    text-align: left;
    padding-bottom: 40px;}
    div#page-footer .max-page-width.main-menu ul {
      padding-left: 13px;
      padding-top: 21px; }
      div#page-footer .max-page-width.main-menu ul li:nth-child(1) {
        padding-left: 10px;
        padding-right: 43px; }
      div#page-footer .max-page-width.main-menu ul li:nth-child(2) {
        padding-left: 9px;
        padding-right: 46px; }
      div#page-footer .max-page-width.main-menu ul li:nth-child(3) {
        padding-left: 9px;
        padding-right: 50px; }
      div#page-footer .max-page-width.main-menu ul li:nth-child(4) {
        padding-left: 8px;
        padding-right: 53px; }
      div#page-footer .max-page-width.main-menu ul li:nth-child(5) {
        padding-left: 9px;
        padding-right: 0; }
      div#page-footer .max-page-width.main-menu ul li {
        list-style: none;
        line-height: 36px;
        float: left;
        border-left: 1px solid rgba(255, 255, 255, 0.2); }
        div#page-footer .max-page-width.main-menu ul li a {
          font-family: 'Viga', sans-serif;
          font-size: 20px;
          color: white;
          text-transform: lowercase;
          display: block;
          -webkit-transition: color 0.25s ease-out;
          -moz-transition: color 0.25s ease-out;
          -o-transition: color 0.25s ease-out;
          transition: color 0.25s ease-out;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45); }
        div#page-footer .max-page-width.main-menu ul li a:hover {
          color: #00ff9b; }
        div#page-footer .max-page-width.main-menu ul li ul {
          padding-top: 3px;
          padding-left: 0; }
          div#page-footer .max-page-width.main-menu ul li ul li {
            float: none;
            border-left: none;
            padding: 0 !important;
            line-height: 30px; }
            div#page-footer .max-page-width.main-menu ul li ul li a {
              font-family: 'Open Sans', sans-serif;
              font-weight: 400;
              font-size: 16px; }
  div#page-footer .max-page-width.address-footer {
    background: #0b462f;
    height: auto;
    width: 100%;
    padding-bottom: 18px; }
  div#page-footer .max-page-width {
    text-align: center; }
    div#page-footer .max-page-width:after {
      content: '';
      display: block;
      clear: both; }
    div#page-footer .max-page-width .main-menu {
      width: 1020px;
      margin: auto; }
    div#page-footer .max-page-width .address-footer {
      width: 1020px;
      padding: 20px 0 18px 0;
      margin: auto; }
      div#page-footer .max-page-width .address-footer span {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #fff;
        display: inline-block;
        line-height: 21px;
        height: 21px; }
        div#page-footer .max-page-width .address-footer span a {
          color: #00ff9b;
          text-transform: capitalize;
          display: inline-block; }
        div#page-footer .max-page-width .address-footer span strong {
          font-weight: 700;
          display: inline-block; }
      div#page-footer .max-page-width .address-footer span:first-child {
        margin-left: 14px;
        float: left; }
      div#page-footer .max-page-width .address-footer span:last-child {
        margin-right: 21px;
        float: right; }
        div#page-footer .max-page-width .address-footer span:last-child a:last-child:before {
          content: "|";
          font-family: 'Open Sans', sans-serif;
          font-weight: 400;
          font-size: 16px;
          color: #fff;
          margin: 0 15px; }

.slider {
  background: none;
  height: 515px;
  width: 100%;
  overflow: hidden; }
  .slider .container {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    z-index: 50;
    overflow: hidden; }
    .slider .container .slide {
      float: left;
      cursor: pointer; }
  .slider .selectors {
    position: absolute;
    z-index: 100;
    bottom: 0; }
    .slider .selectors .before-selector, .slider .selectors .after-selector {
      float: left; }
    .slider .selectors .selector {
      cursor: pointer;
      float: left; }
      .slider .selectors .selector .circle {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        height: 10px;
        width: 10px;
        float: left; }
  .slider .arrows {
    position: absolute;
    z-index: 100;
    text-align: center;
    visibility: hidden;
    bottom: 250px;
    width: 100%; }
    .slider .arrows .container-arrows {
      height: 74px;
      width: 1135px;
      margin: auto; }
      .slider .arrows .container-arrows div {
        position: relative;
        z-index: 60;
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
        visibility: visible;
        cursor: pointer;
        width: 28px;
        height: 74px;
        background-image: url("../img/home-slider-arrows.png"); }
        .slider .arrows .container-arrows div:hover {
          opacity: 0.5; }
        .slider .arrows .container-arrows div.left-arrow {
          float: left;
          background-position: left center; }
        .slider .arrows .container-arrows div.right-arrow {
          float: right;
          background-position: right center; }

.p-maj p {
  font-size: 26px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000; }

.bg-circles {
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("../img/bg-circles.png");
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

h2.has-section-icon {
  display: block;
  margin-top: -70px;
  text-align: center;
  font-family: 'Viga', sans-serif;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  display: block;
  color: #000;
  text-shadow: 1px 1px 0 #fff; }
  h2.has-section-icon:after {
    content: '';
    display: block;
    clear: both; }
  h2.has-section-icon:before {
    content: url("../img/section-icon-news-center.png");
    height: 137px;
    display: block; }

.page-id-155 .section-news-center,
.page-id-155 .section-our-campaigns,
.page-id-155 .section-steerring-committee,
div#page-footer .max-page-width.main-menu,
section.footer{display:none;}

  .section-news-center h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: #115086; }
  .section-news-center h2.has-section-icon:before {
    content: url("../img/section-icon-news-center.png"); }

  .section-our-campaigns h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: #008752; }
  .section-our-campaigns h2.has-section-icon:before {
    content: url("../img/section-icon-our-campaigns.png"); }

  .section-steerring-committee h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: #4e7413; }
  .section-steerring-committee h2.has-section-icon:before {
    content: url("../img/section-icon-steerring-committee.png"); }

.section-about-us h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: white; }
  .section-about-us h2.has-section-icon:before {
    content: url("../img/section-icon-steerring-committee.png"); }

.section-our-campaigns-internal h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: white; }
  .section-our-campaigns-internal h2.has-section-icon:before {
    content: url("../img/section-icon-our-campaigns.png"); }

.section-why-we-must-act h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: white; }
  .section-why-we-must-act h2.has-section-icon:before {
    content: url("../img/section-icon-why-we-must-act.png"); }

.section-contact h2.has-section-icon {
  position: relative;
  z-index: 50;
  color: #4e7413; }
  .section-contact h2.has-section-icon:before {
    content: url("../img/section-icon-contact.png"); }

.ab-grow:after {
  content: '';
  display: block;
  clear: both; }

.section-container {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 980px;
  padding: 19px;
  border-color: #e0dede;
  border-width: 1px;
  border-style: solid;
  margin: 32px auto 126px auto;
  background: #efefef; }
  .section-container .twitter-last {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 980px;
    min-height: 44px;
    background-color: #000;
    background-image: url("../img/twitter-last-icon.png");
    background-repeat: no-repeat;
    background-position: 10px center; }
    .section-container .twitter-last:after {
      content: '';
      display: block;
      clear: both; }
    .section-container .twitter-last span {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      width: 836px;
      float: left;
      padding: 12px 0 12px 45px;
      text-align: left; }
      .section-container .twitter-last span a {
        color: #4ec0e7; }
    .section-container .twitter-last .twitter-follow-button {
      float: right;
      margin: 8px 10px 0 0; }

.slider.generic-slider {
  height: 550px;
  width: 980px;
  position: relative;
  overflow: visible; }
  .slider.generic-slider .pre-container {
    overflow: hidden;
    width: 980px;
    height: 550px; }
  .slider.generic-slider .container {
    height: 550px; }
    .slider.generic-slider .container .slide {
      background-position: center center;
      height: 550px;
      width: 980px; }
  .slider.generic-slider .selectors {
    position: relative;
    z-index: 100;
    height: 29px;
    bottom: -19px;
    margin: auto;
    display: inline-block; }
    .slider.generic-slider .selectors .selector {
      background: #efefef;
      height: 10px;
      padding: 6px 5px 12px 5px;
      border-bottom: 1px solid #e0dede; }
    .slider.generic-slider .selectors .selector:last-of-type {
      padding: 12px 1px 6px 0px; }
    .slider.generic-slider .selectors .selector:first-of-type {
      padding: 12px 0px 6px 1px; }
    .slider.generic-slider .selectors .selector .circle {
      background: #bcbcbc; }
    .slider.generic-slider .selectors .selector.selected .circle {
      background: #005d87; }
    .slider.generic-slider .selectors .before-selector {
      width: 40px;
      height: 29px;
      background-image: url(../img/slider-dots-left.png); }
    .slider.generic-slider .selectors .after-selector {
      width: 40px;
      height: 29px;
      background-image: url(../img/slider-dots-right.png); }
  .slider.generic-slider .arrows {
    bottom: 238px;
    left: -77px; }
    .slider.generic-slider .arrows .container-arrows div {
      position: relative;
      z-index: 60;
      -webkit-transition: opacity 0.25s ease-in;
      -moz-transition: opacity 0.25s ease-in;
      -o-transition: opacity 0.25s ease-in;
      transition: opacity 0.25s ease-in;
      background-image: url("../img/slider-arrows.png"); }

.box-news {
  float: left;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .box-news img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    display: block;
    margin: 0;
    padding: 0; }
  .box-news .news-data {
    position: absolute;
    bottom: 0; }
  .box-news .news-cat-social {
    background-color: #559ad3; }
    .box-news .news-cat-social .news-cat {
      margin-left: 0;
      float: left; }
      .box-news .news-cat-social .news-cat span {
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        font-family: 'Arial', sans-serif;
        height: 30px;
        padding-left: 15px;
        background-position: 5px 4px;
        background-repeat: no-repeat;
        display: block;
        text-transform: uppercase; }
    .box-news .news-cat-social .news-social {
      margin-right: 0;
      float: right;
      height: 30px; }
      .box-news .news-cat-social .news-social span {
        font-size: 12px;
        line-height: 32px;
        color: #fff;
        font-family: 'Arial', sans-serif;
        height: 30px;
        padding-left: 30px;
        background-position: 5px 4px;
        background-repeat: no-repeat;
        display: block;
        margin-right: 4px;
        float: right;
        margin-left: 7px; }
        .box-news .news-cat-social .news-social span:first-of-type {
          margin-right: 14px; }
      .box-news .news-cat-social .news-social .news-cm {
        background-image: url("../img/icon-news-cm.png"); }
      .box-news .news-cat-social .news-social .news-fb {
        background-image: url("../img/icon-news-fb.png"); }
      .box-news .news-cat-social .news-social .news-tt {
        background-image: url("../img/icon-news-tt.png"); }
  .box-news .news-title {
    background-color: #115086;
    text-align: left;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px; }
    .box-news .news-title span {
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400; }
  .box-news.md-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    .box-news.md-content img {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    .box-news.md-content .news-data {
      position: relative;
      bottom: none;
      margin-top: 1px; }
    .box-news.md-content .news-cat-social {
      height: 30px; }
    .box-news.md-content .news-title {
      text-align: left;
      padding: 24px 30px 85px 47px;
      height: 31px;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
      .box-news.md-content .news-title span {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 30px; }
  .box-news.lg-content {
    width: 660px;
    height: 550px; }
    .box-news.lg-content:hover img {
      width: 726px;
      height: 473px; }
    .box-news.lg-content img {
      width: 660px;
      height: 430px; }
    .box-news.lg-content .news-cat-social {
      width: 660px;
      height: 30px; }
    .box-news.lg-content .news-title {
      padding: 14px 15px 16px 16px;
      width: 629px; }
      .box-news.lg-content .news-title span {
        font-size: 28px;
        line-height: 30px;
        min-height: 68px;
        display: block; }
  .box-news.sm-content {
    width: 310px;
    height: 270px;
    position: relative;
    margin-left: 10px;
    float: left;
    margin-bottom: 10px; }
    .box-news.sm-content:hover img {
      width: 341px;
      height: 165px; }
    .box-news.sm-content img {
      width: 310px;
      height: 150px; }
    .box-news.sm-content .news-cat-social {
      width: 310px;
      height: 30px; }
    .box-news.sm-content .news-title {
      padding: 22px 15px 24px 15px;
      width: 280px; }
      .box-news.sm-content .news-title span {
        font-size: 18px;
        line-height: 22px;
        min-height: 44px;
        display: block; }
  .box-news.xsm-content {
    width: 310px;
    height: 120px;
    position: relative;
    margin-left: 10px;
    float: left;
    margin-bottom: 10px; }
    .box-news.xsm-content.link .news-cat-social {
      background-repeat: no-repeat;
      background-position: 267px 9px;
      background-image: url("../img/box-news-link.png"); }
    .box-news.xsm-content.pdf .news-cat-social {
      background-repeat: no-repeat;
      background-position: 265px 9px;
      background-image: url("../img/box-news-pdf.png"); }
    .box-news.xsm-content .news-cat-social {
      width: 310px;
      height: 30px; }
    .box-news.xsm-content .news-title {
      padding: 22px 15px 23px 15px;
      width: 280px;
      min-height: 45px; }
      .box-news.xsm-content .news-title span {
        font-size: 18px;
        line-height: 22px; }
  .box-news.no-content {
    background: #e3e3e3;
    border: 1px solid #d7d7d7;
    cursor: default !important; }
    .box-news.no-content.sm-content {
      width: 308px;
      height: 268px; }
    .box-news.no-content.xsm-content {
      width: 308px;
      height: 118px; }
    .box-news.no-content.lg-content {
      width: 658px;
      height: 548px; }
  .box-news.event {
    overflow: hidden; }
    .box-news.event .layer-1, .box-news.event .layer-2 {
      width: 310px;
      height: 270px;
      position: absolute; }
    .box-news.event .layer-1 {
      z-index: 100;
      background: #115086; }
      .box-news.event .layer-1 .day {
        font-family: 'Viga', sans-serif;
        font-size: 72px;
        line-height: 124px;
        color: rgba(255, 255, 255, 0.3);
        width: 120px;
        height: 120px;
        background: #082843;
        float: left;
        display: inline-block;
        text-align: center; }
      .box-news.event .layer-1 .year {
        font-family: 'Viga', sans-serif;
        font-size: 30px;
        line-height: 66px;
        color: #6abcff;
        width: 120px;
        height: 120px;
        float: right;
        display: inline-block;
        text-align: right;
        margin-right: 16px; }
      .box-news.event .layer-1 .month {
        font-family: 'Viga', sans-serif;
        font-size: 30px;
        line-height: 94px;
        color: #6abcff;
        float: left;
        display: block;
        text-align: left;
        text-transform: uppercase;
        padding-left: 16px; }
      .box-news.event .layer-1 .title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        float: left;
        display: block;
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
        margin-top: -14px; }
    .box-news.event .layer-2 {
      z-index: 110;
      top: -270px;
      background: #082843;
      -webkit-transition: top 1s ease-in-out;
      -moz-transition: top 1s ease-in-out;
      -o-transition: top 1s ease-in-out;
      transition: top 1s ease-in-out; }
      .box-news.event .layer-2 .date {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 280px;
        display: inline-block;
        float: left;
        margin: 10px 0 0 16px;
        padding-bottom: 5px; }
        .box-news.event .layer-2 .date:after {
          content: '';
          display: block;
          clear: both; }
        .box-news.event .layer-2 .date .month-day {
          font-family: 'Viga', sans-serif;
          font-size: 24px;
          line-height: 34px;
          color: #6abcff;
          float: left;
          display: inlin-block;
          text-align: left; }
        .box-news.event .layer-2 .date .year {
          font-family: 'Viga', sans-serif;
          font-size: 24px;
          line-height: 34px;
          color: #6abcff;
          float: right;
          display: inlin-block;
          text-align: right; }
      .box-news.event .layer-2 .title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        display: block;
        text-align: left;
        padding: 12px 15px 0 15px;
        float: left; }
      .box-news.event .layer-2 .excerpt {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        display: block;
        text-align: left;
        padding: 9px 15px 0 15px;
        float: left; }
      .box-news.event .layer-2 .more {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
        color: #082843;
        display: inline-block;
        text-align: left;
        padding: 0;
        float: left;
        text-transform: uppercase;
        background: #6abcff;
        padding: 3px 7px;
        margin: 0 0 20px 16px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .box-news.event:hover .layer-2 {
      top: 0; }
    .box-news.event.lg-content {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      position: relative; }
      .box-news.event.lg-content .layer-1, .box-news.event.lg-content .layer-2 {
        width: 660px;
        height: 550px;
        position: absolute; }
      .box-news.event.lg-content .layer-1 .day {
        font-size: 124px;
        line-height: 248px;
        width: 240px;
        height: 240px; }
      .box-news.event.lg-content .layer-1 .year {
        font-size: 60px;
        line-height: 132px;
        margin-right: 32px; }
      .box-news.event.lg-content .layer-1 .month {
        font-size: 60px;
        line-height: 188px;
        padding-left: 32px;
        width: 600px; }
      .box-news.event.lg-content .layer-1 .title {
        font-weight: 400;
        font-size: 32px;
        line-height: 44px;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: -28px; }
      .box-news.event.lg-content .layer-2 {
        top: -550px; }
        .box-news.event.lg-content .layer-2 .date {
          border-bottom: 2px solid rgba(255, 255, 255, 0.2);
          width: 596px;
          margin: 20px 0 0 32px;
          padding-bottom: 10px; }
          .box-news.event.lg-content .layer-2 .date .month-day {
            font-size: 48px;
            line-height: 68px; }
          .box-news.event.lg-content .layer-2 .date .year {
            font-size: 48px;
            line-height: 68px; }
        .box-news.event.lg-content .layer-2 .title {
          font-weight: 700;
          font-size: 36px;
          line-height: 44px;
          padding: 24px 30px 0 30px; }
        .box-news.event.lg-content .layer-2 .excerpt {
          font-weight: 400;
          font-size: 32px;
          line-height: 44px;
          padding: 18px 30px 0 30px; }
        .box-news.event.lg-content .layer-2 .more {
          font-weight: 700;
          font-size: 32px;
          line-height: 32px;
          padding: 0;
          padding: 6px 14px;
          margin: 0 0 40px 32px;
          bottom: 0;
          left: 0; }
      .box-news.event.lg-content:hover .layer-2 {
        top: 0; }

/*
 * ADDED BY MARCOS AT  29/09/14 - CHANGING SLIDER TO FADE
 */
.mod-sld {
  position: absolute;
  background-size: cover;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .mod-sld iframe {
    margin: auto; }
  .mod-sld.mod-sld-hide {
    opacity: 0;
    z-index: 290; }
    .mod-sld.mod-sld-hide object {
      position: relative;
      opacity: 0;
      z-index: 290; }
  .mod-sld.mod-sld-show {
    opacity: 1;
    z-index: 300; }
    .mod-sld.mod-sld-show object {
      position: relative;
      opacity: 1;
      z-index: 300; }

.box-shadow-top-alternate {
  box-shadow: inset 0 29px 32px -29px black;
  border-top: none !important; }

/*# sourceMappingURL=generic.css.map */
