@import url("../fonts/fonts_museo/stylesheet.css");
@import url("../fonts/fonts_open_sans/stylesheet.css");
@import url("../fonts/fonts_pt_sans/stylesheet.css");
@import url("reset.css");
@import url("onepcssgrid.css");
@import url("bxslider.css");
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);





















    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes scaleRotateIn {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
    -moz-transform: scale(0) rotate(50deg);
    -o-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes scaleRotateIn {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
    -moz-transform: scale(0) rotate(50deg);
    -o-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-o-keyframes scaleRotateIn {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
    -moz-transform: scale(0) rotate(50deg);
    -o-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-ms-keyframes scaleRotateIn {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
    -moz-transform: scale(0) rotate(50deg);
    -o-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes scaleRotateIn {
  0% {
    -webkit-transform: scale(0) rotate(50deg);
    -moz-transform: scale(0) rotate(50deg);
    -o-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-moz-keyframes scaleRotateOut {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  100% {
    -webkit-transform: scale(0) rotate(-50deg);
    -moz-transform: scale(0) rotate(-50deg);
    -o-transform: scale(0) rotate(-50deg);
    transform: scale(0) rotate(-50deg);
  }

}
@-webkit-keyframes scaleRotateOut {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  100% {
    -webkit-transform: scale(0) rotate(-50deg);
    -moz-transform: scale(0) rotate(-50deg);
    -o-transform: scale(0) rotate(-50deg);
    transform: scale(0) rotate(-50deg);
  }
}
@-o-keyframes scaleRotateOut {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  100% {
    -webkit-transform: scale(0) rotate(-50deg);
    -moz-transform: scale(0) rotate(-50deg);
    -o-transform: scale(0) rotate(-50deg);
    transform: scale(0) rotate(-50deg);
  }
}
@-ms-keyframes scaleRotateOut {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  100% {
    -webkit-transform: scale(0) rotate(-50deg);
    -moz-transform: scale(0) rotate(-50deg);
    -o-transform: scale(0) rotate(-50deg);
    transform: scale(0) rotate(-50deg);
  }
}
@keyframes scaleRotateOut {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  100% {
    -webkit-transform: scale(0) rotate(-50deg);
    -moz-transform: scale(0) rotate(-50deg);
    -o-transform: scale(0) rotate(-50deg);
    transform: scale(0) rotate(-50deg);
  }
}
@-moz-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    display: block;
  }


  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: block;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: none;
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: none;
  }
}
@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: none;
  }
}
@-ms-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);

  }

  90% {

    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: none;
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  90% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: none;
  }
}
@-moz-keyframes bounceTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes bounceTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes bounceTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
.button {
  border: none;
  display: inline-block;
  background-color: #ccc;
  padding: 12px 30px;
  font-family: 'open_sansbold';
  font-size: 19px;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 4px;
  min-width: 120px;
  text-align: center;
}
.button.blue {
  background-color: #1865d4;
  -webkit-box-shadow: 0 4px 0 #002861;
  -moz-box-shadow: 0 4px 0 #002861;
  -o-box-shadow: 0 4px 0 #002861;
  box-shadow: 0 4px 0 #002861;
  background-image: url("../img/bg-blue.png");
  background-position: right center;
}
.button.green {
  background-color: #188630;
  -webkit-box-shadow: 0 4px 0 #0c591c;
  -moz-box-shadow: 0 4px 0 #0c591c;
  -o-box-shadow: 0 4px 0 #0c591c;
  box-shadow: 0 4px 0 #0c591c;
  background-image: url("../img/bg-green.png");
  background-position: left center;
}
.button.green-lemon {
  background-color: #97bf0d;
  -webkit-box-shadow: 0 4px 0 #6d8a08;
  -moz-box-shadow: 0 4px 0 #6d8a08;
  -o-box-shadow: 0 4px 0 #6d8a08;
  box-shadow: 0 4px 0 #6d8a08;
  background-image: url("../img/bg-green-lemon.png");
  background-position: left center;
}
.button.yellow {
  background-color: #ffe400;
  -webkit-box-shadow: 0 4px 0 #ffa200;
  -moz-box-shadow: 0 4px 0 #ffa200;
  -o-box-shadow: 0 4px 0 #ffa200;
  box-shadow: 0 4px 0 #ffa200;
  color: #532c00 !important;
  background-image: url("../img/bg-yellow.png");
  background-position: left center;
}
.button.red {
  background-color: #f4373d;
  -webkit-box-shadow: 0 4px 0 #ab0a0f;
  -moz-box-shadow: 0 4px 0 #ab0a0f;
  -o-box-shadow: 0 4px 0 #ab0a0f;
  box-shadow: 0 4px 0 #ab0a0f;
  background-image: url("../img/bg-red.png");
  background-position: left center;
}
nav#home-nav {
  position: fixed;
  right: 50px;
  top: 20%;
  z-index: 10;
}
nav#home-nav a {
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  font-family: 'open_sansbold';
}
nav#home-nav a span.number {
  background-color: #145dc5;
  display: block;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
nav#home-nav a span.name {
  display: none;
  color: #171414;
  position: absolute;
  top: 5px;
  height: 30px;
  line-height: 30px;
  background-color: #145dc5;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  right: 30px;
}
nav#home-nav a:hover span.name,
nav#home-nav a.current span.name {
  display: block;
  -webkit-animation: slideLeft 0.3s ease-in-out both;
  -moz-animation: slideLeft 0.3s ease-in-out both;
  -ms-animation: slideLeft 0.3s ease-in-out both;
  -o-animation: slideLeft 0.3s ease-in-out both;
  animation: slideLeft 0.3s ease-in-out both;
}
nav#inside-menu {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #063d8a;
}
nav#inside-menu .center {
  width: 960px;
  margin: auto;
  height: inherit;
  line-height: inherit;
}
nav#inside-menu .center a {
  height: inherit;
  line-height: inherit;
  display: block;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-family: 'museo_sans300';
  font-size: 13px;
  padding: 0 10px;
}
nav#inside-menu .center a:hover,
nav#inside-menu .center a.active {
  background-color: #032f6d;
}
body {
  background-color: #eee;
}
body.logged-in #second_menu.active {
  top: 32px;
}
body #second_menu {
  float: left;
  background-color: #002d6e;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 34px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
  z-index: 500;
}
body #second_menu.active {
  top: 0px;
}
body #second_menu .center {
  width: 1100px;
  margin: auto;
  text-align: center;
}
body #second_menu .center img {
  float: left;
}
body #second_menu .center a.item {
  display: inline-block;
  float: left;
  color: #fff;
  padding: 0 15px;
  font-family: 'open_sansregular';
  font-size: 12px;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
}
body #second_menu .center a.item:hover {
  background-color: #20408f;
}
body #second_menu .center .button {
  display: block;
  float: left;
  padding: 0 10px;
  font-family: 'open_sansbold';
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  height: 34px;
  line-height: 34px;
}
header {
  width: 100%;
  float: left;
  height: 138px;
  background-image: url("../img/header.png");
  font-family: 'museo_sans300';
  position: relative;
}
header .onerow {
  position: relative;
  height: 138px;
}
header .onerow .logo {
  display: block;
  background-color: #fff;
  float: left;
  border-radius: 5px 5px 0 0;
  padding: 8px 15px;
  margin: 9px 0 0 0;
}
header .onerow nav#main_menu {
  background-color: #145dc5;
  float: left;
  position: absolute;
  bottom: 0;
  left: 121px;
  border-radius: 0 5px 0 0;
}
header .onerow nav#main_menu a {
  display: block;
  float: left;
  color: #fff !important;
  padding: 15px 20px;
  font-family: 'open_sansregular';
  font-size: 13px;
  text-transform: uppercase;
}
header .onerow nav#main_menu a:hover {
  background-color: #20408f;
}
header .onerow nav#second_menu {
  display: none;
}
header .onerow nav#second_menu.active {
  display: block;
}
header .onerow .buttons {
  float: left;
  position: absolute;
  right: 5px;
  width: 190px;
  top: 15px;
}
header .onerow .buttons a {
  width: 130px;
  margin-bottom: 10px;
  padding: 14px 30px;
}
header .onerow .others {
  position: absolute;
  right: 210px;
  top: 15px;
  width: 630px;
}
header .onerow .others .link {
  color: #fff;
  display: block;
  background-color: #145dc5;
  float: left;
  margin: 0 12px 0 0;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 3px;
}
header .onerow .others .select {
  float: left;
  margin: 0 20px 0 0;
  font-size: 13px;
  width: 180px;
  position: relative;
  z-index: 20;
}
header .onerow .others .select.language {
  width: 90px;
}
header .onerow .others .select:hover ul {
  display: block;
}
header .onerow .others .select .option {
  float: left;
  background-color: #fff;
  background-image: url("../img/arrow-select.png");
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  padding: 7px 3px;
  border-radius: 3px;
  text-indent: 10px;
  text-transform: capitalize;
}
header .onerow .others .select ul {
  width: 100%;
  float: left;
  margin: 3px 0 0;
  border-radius: 3px;
  padding: 3px;
  -webkit-box-shadow: 1px 1px 1px #8f7e7e;
  -moz-box-shadow: 1px 1px 1px #8f7e7e;
  -o-box-shadow: 1px 1px 1px #8f7e7e;
  box-shadow: 1px 1px 1px #8f7e7e;
  background-color: #eaeaea;
  display: none;
}
header .onerow .others .select ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 0;
  text-indent: 5px;
  background-color: #eaeaea;
  text-transform: capitalize;
}
header .onerow .others .select ul li a:hover {
  background-color: #145dc5;
  color: #fff;
  border-radius: 3px;
}
header .onerow .others .social {
  float: left;
}
header .onerow .others .social a {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  background-color: #ccc;
  margin-right: 5px;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
  border-radius: 20px;
}
header .onerow .others .social a.youtube {
  background-position: 6px 5px;
  background-color: #dfdfdf;
}
header .onerow .others .social a.twitter {
  background-position: -20px 4px;
  background-color: #059edc;
}
header .onerow .others .social a.facebook {
  background-position: -48px 5px;
  background-color: #20408f;
}
header .onerow #mobile_menu {
  display: none;
}
.breadcrumbs {
  float: left;
  width: 100%;
  padding: 15px 0;
  font-family: 'open_sansregular';
  font-size: 13px;
}
.breadcrumbs .center {
  max-width: 1180px;
  width: 90%;
  margin: auto;
}
.breadcrumbs .center a {
  text-decoration: underline;
}
section {
  float: left;
  width: 100%;
  min-height: 500px;
  background-color: transparent;
/*
	&#gallery
		float left
		width 100%
		background-color white
		margin 30px 0
		padding 80px 0 40px 

		.bx-wrapper
			float left
			width 100%
				

		.bx-pager
			bottom -40px
			.bx-pager-item
				.bx-pager-link
					background-color #145dc5
					&.active 
						background-color #6ea1eb


		.bx-controls-direction a
			background-image url("../img/gallery-arrows.png")
			background-repeat no-repeat
			cursor pointer
			z-index 10
			width: 13px;
			&.bx-prev 
				left -40px
				background-position 0 center
			&.bx-next 
				right -30px
				background-position: -156px center
			

		.panel 
			float left
			width 100%
			margin 0 0 100px 
			.top 
				float left
				width 100%
				margin-bottom 30px
				h1, h2
					float left
					color #145dc5
					font-size 45px
					font-family museo_700
					text-transform uppercase
				a.button
					float: right;
					padding: 11px 17px;
					font-size: 17px;
					margin 0 11px 0 0

			ul 
				float left
				width 100%
				li 
					float left
					width 100%
					.thumb 
						height 310px
						background-color red
						position relative
						.play 
							position absolute
							margin auto
							left 0
							right 0
							top 35px
						.info 
							position absolute
							width 90%
							padding 20px 5%
							min-height 50px
							bottom 0
							left 0
							background-color #FEDB4B
							.title 
								font-size 22px
								line-height 26px
								font-family museo_700
								margin-bottom 10px
							.text 
								font-family museo_300
								font-size 14px
								line-height 17px


	&#gallery
		float left
		width 100%
		background-color white
		margin 30px 0
		padding 80px 0 40px 

		.bx-wrapper
			float left
			width 100%
				

		.bx-pager
			bottom -40px
			.bx-pager-item
				.bx-pager-link
					background-color #145dc5
					&.active 
						background-color #6ea1eb


		.bx-controls-direction a
			background-image url("../img/gallery-arrows.png")
			background-repeat no-repeat
			cursor pointer
			z-index 10
			width: 13px;
			&.bx-prev 
				left -40px
				background-position 0 center
			&.bx-next 
				right -30px
				background-position: -156px center
			

		.panel 
			float left
			width 100%
			margin 0 0 80px 
			.top 
				float left
				width 100%
				margin-bottom 30px
				h1, h2
					float left

					color #145dc5

					font-size 45px
					font-family museo_700
					text-transform uppercase

			.thumbnails
				float left
				width 100%
				.thumb 
					height 310px
					position relative
					margin-bottom 35px
					.play 
						position absolute
						margin auto
						left 0
						right 0
						top 35px
					.info 
						float left
						width 90%
						padding 20px 5%
						min-height 50px
						bottom 0
						left 0
						background-color #FEDB4B
						.title 
							font-size 22px
							line-height 26px
							font-family museo_700
							margin-bottom 10px
						.text 
							font-family museo_300
							font-size 14px
							line-height 17px	

		.loading
			font-family museo_300
			float left
			width 100%
			font-size 20px
			color #145dc5							
			text-align center
			margin-bottom 80px

	*/
}
section#home {
  background-color: #fff;
}
section#home aside {
  width: 100%;
  float: left;
  min-height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
section#home aside.carousel {
  padding: 40px 0;
  z-index: 1;
  height: 500px;
}
section#home aside.carousel .hightlight {
  width: 100%;
  height: 420px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
section#home aside.carousel .hightlight .bx-pager,
section#home aside.carousel .hightlight .bx-controls-auto {
  bottom: 20px;
}
section#home aside.carousel .hightlight .bx-pager a,
section#home aside.carousel .hightlight .bx-controls-auto a {
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 18px;
}
section#home aside.carousel .hightlight .bx-pager a.active,
section#home aside.carousel .hightlight .bx-controls-auto a.active {
  background-color: #00921f;
}
section#home aside.carousel .hightlight .bx-controls-direction a {
  display: block;
  background-color: #00921f;
  width: 40px;
  height: 420px;
  position: absolute;
  top: 0;
  margin-top: 0;
  background-image: url("../img/arrows.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
section#home aside.carousel .hightlight .bx-controls-direction a.bx-prev {
  left: 0;
  background-position: 10px center;
}
section#home aside.carousel .hightlight .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -42px center;
}
section#home aside.carousel .hightlight ul {
  left: left;
  width: 100%;
  height: 420px !important;
}
section#home aside.carousel .hightlight ul li {
  left: left;
  width: 100%;
  height: 420px;
  position: relative;
}
section#home aside.carousel .hightlight ul li .info {
  position: absolute;
  right: 40px;
  top: 0;
  height: inherit;
  width: 27%;
  background-color: rgba(0,0,0,0.5);
  padding: 0 4%;
}
section#home aside.carousel .hightlight ul li .info .section {
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'museo_sans300';
  padding: 10px 15px;
}
section#home aside.carousel .hightlight ul li .info .title {
  font-size: 25px;
  line-height: 29px;
  text-align: left;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'museo_sans700';
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
section#home aside.carousel .hightlight ul li .info .excerpt {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-family: 'open_sansregular';
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
section#home aside.carousel .hightlight ul li .info .buttons {
  float: left;
  width: 100%;
  text-align: center;
}
section#home aside.carousel .hightlight ul li .info .buttons a {
  display: inline-block;
  background-color: #188630;
  padding: 10px 30px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
}
section#home aside.news {
  background-image: url("../img/bg-news.png");
  z-index: 1;
  padding: 100px 0 50px;
  margin-top: -60px;
  height: 600px;
}
section#home aside.news h2.title {

  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: 'museo_sans700';
  margin-bottom: 30px;
}
section#home aside.news .thumbnails {
  height: 440px;
  background-color: #fff;
  margin-bottom: 30px;
}
section#home aside.news .thumbnails .thumb {
  width: 25%;
  height: 50%;
  background-color: #ccc;
  float: left;
  position: relative;
}
section#home aside.news .thumbnails .thumb.big {
  width: 50%;
  height: 100%;
}
section#home aside.news .thumbnails .thumb.big .info {
  padding: 20px 5% 20px 15%;
}
section#home aside.news .thumbnails .thumb.big .info .title {
  font-size: 27px;
  line-height: 35px;
  text-align: left;
  margin: 0 0 10px;
}
section#home aside.news .thumbnails .thumb.big .info .excerpt {
  font-size: 14px;
  line-height: 18px;
  font-family: 'open_sansregular';
}
section#home aside.news .thumbnails .thumb.big .info .date {
  font-size: 21px;
  text-transform: uppercase;
}
section#home aside.news .thumbnails .thumb.big .info .date span {
  font-size: 40px;
}
section#home aside.news .thumbnails .thumb img {
  width: 100%;
}
section#home aside.news .thumbnails .thumb .info {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  bottom: 0;
  left: 0;
  width: 75%;
  padding: 20px 3% 20px 22%;
  color: #fff;
}
section#home aside.news .thumbnails .thumb .info .title {
  font-size: 15px;
  font-family: 'museo_sans700';
  width: 100%;
  line-height: 18px;
  text-align: left;
}
section#home aside.news .thumbnails .thumb .info .date {
  background-color: #00921f;
  position: absolute;
  top: -13px;
  left: 0;
  font-family: 'museo_sans700';
  font-size: 15px;
  text-align: center;
  padding: 9px;
  text-transform: uppercase;
}
section#home aside.news .thumbnails .thumb .info .date span {
  display: block;
  font-size: 29px;
}
section#home aside.news .thumbnails .thumb .share {
  position: absolute;
  top: 0;
  right: 0;
}
section#home aside.news .thumbnails .thumb .share a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  float: left;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
}
section#home aside.news .thumbnails .thumb .share a.twitter {
  background-color: #029cda;
  background-position: -20px 5px;
}
section#home aside.news .thumbnails .thumb .share a.facebook {
  background-color: #1f3f8c;
  background-position: -46px 5px;
}
section#home aside.proyects {
  background-image: url("../img/bg-proyects.png");
  padding: 60px 0 50px;
  z-index: 0;
  margin-top: -40px;
}
section#home aside.proyects h2.title {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: 'museo_sans700';
  margin-bottom: 30px;
}
section#home aside.proyects .thumbnails {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
section#home aside.proyects .thumbnails .thumb {
  height: 430px;
  background-color: #fff;
  position: relative;
}
section#home aside.proyects .thumbnails .thumb.first {
  -webkit-box-shadow: -5px 5px 0 #e15105;
  -moz-box-shadow: -5px 5px 0 #e15105;
  -o-box-shadow: -5px 5px 0 #e15105;
  box-shadow: -5px 5px 0 #e15105;
}
section#home aside.proyects .thumbnails .thumb.middle {
  -webkit-box-shadow: 0 5px 0 #e15105;
  -moz-box-shadow: 0 5px 0 #e15105;
  -o-box-shadow: 0 5px 0 #e15105;
  box-shadow: 0 5px 0 #e15105;
}
section#home aside.proyects .thumbnails .thumb.last {
  -webkit-box-shadow: 5px 5px 0 #e15105;
  -moz-box-shadow: 5px 5px 0 #e15105;
  -o-box-shadow: 5px 5px 0 #e15105;
  box-shadow: 5px 5px 0 #e15105;
}
section#home aside.proyects .thumbnails .thumb .share {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
section#home aside.proyects .thumbnails .thumb .share a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  float: left;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
}
section#home aside.proyects .thumbnails .thumb .share a.twitter {
  background-color: #029cda;
  background-position: -20px 5px;
}
section#home aside.proyects .thumbnails .thumb .share a.facebook {
  background-color: #1f3f8c;
  background-position: -46px 5px;
}
section#home aside.proyects .thumbnails .thumb:hover .image .mask {
  top: 0;
}
section#home aside.proyects .thumbnails .thumb .image {
  width: 100%;
  float: left;
  height: 180px;
  background-color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
section#home aside.proyects .thumbnails .thumb .image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
section#home aside.proyects .thumbnails .thumb .image .mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section#home aside.proyects .thumbnails .thumb .image .mask a {
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 20px;
}
section#home aside.proyects .thumbnails .thumb .title {
  color: #188630;
  font-family: 'museo_sans300';
  font-size: 23px;
  margin: 0 5% 10px;
  width: 90%;
  line-height: 26px;
}
section#home aside.proyects .thumbnails .thumb .excerpt {
  color: #505050;
  font-family: 'open_sansregular';
  font-size: 13px;
  margin: 0 5% 17px;
  line-height: 16px;
}
section#home aside.proyects .thumbnails .thumb .buttons {
  float: left;
  width: 90%;
  margin: 0 5%;
  text-align: center;
}
section#home aside.proyects .thumbnails .thumb .buttons a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: 'open_sansregular';
}
section#home aside.proyects .buttons {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
section#home aside.protagonists {
  background-image: url("../img/bg-protagonists.png");
  min-height: 704px;
  padding: 120px 0 0 0;
  margin-top: -50px;
}
section#home aside.protagonists h2.title {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: 'museo_sans700';
  margin-bottom: 50px;
}
section#home aside.protagonists .thumbnails {
  float: left;
  width: 100%;
}
section#home aside.protagonists .thumbnails .thumb {
  min-height: 360px;
}
section#home aside.protagonists .thumbnails .thumb.first,
section#home aside.protagonists .thumbnails .thumb.last {
  margin-top: 50px;
}
section#home aside.protagonists .thumbnails .thumb .image {
  width: 90%;
  margin: 0 5%;
  height: 240px;
  background-color: #ccc;
  border: 4px solid #fff;
  border-radius: 200px;
  -webkit-box-shadow: -10px -10px 0 rgba(95,157,31,0.7);
  -moz-box-shadow: -10px -10px 0 rgba(95,157,31,0.7);
  -o-box-shadow: -10px -10px 0 rgba(95,157,31,0.7);
  box-shadow: -10px -10px 0 rgba(95,157,31,0.7);
  margin-bottom: 20px;
  overflow: hidden;
}
section#home aside.protagonists .thumbnails .thumb .image img {
  width: 100%;
}
section#home aside.protagonists .thumbnails .thumb .name {
  text-align: center;
  font-family: 'open_sansbold';
  color: #fff;
  font-size: 27px;
  margin-bottom: 10px;
}
section#home aside.protagonists .thumbnails .thumb .leyend {
  font-family: 'open_sanslight';
  color: #fff;
  font-size: 16px;
  text-align: center;
}
section#home aside.protagonists .buttons {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
section#home aside.we_do {
  background-image: url("../img/bg-we_do.png");
  height: 810px;
  margin-top: -140px;
  padding: 120px 0 0 0;
  z-index: 1;
}
section#home aside.we_do h2.title {
  font-size: 45px;
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: center;
  font-family: 'museo_sans700';
  margin-bottom: 30px;
}

section#home aside.we_do .thumbnails {
  float: left;
  width: 100%;
  height: 470px;
  margin-bottom: 30px;
  position: relative;
}
section#home aside.we_do .thumbnails .thumb {
  width: 300px;
  background-color: #ccc;
  position: absolute;
  border: 4px solid #fff;
  display: none;
  overflow: hidden;
  float: left;
}
section#home aside.we_do .thumbnails .thumb .play {
  display: none;
}
section#home aside.we_do .thumbnails .thumb img {
  width: 100%;
  float: left;
}
section#home aside.we_do .thumbnails .thumb.first {
  width: 515px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.second {
  width: 145px;
  left: 480px;
  top: 20px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.third {
  width: 360px;
  left: 400px;
  top: 206px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.fourth {
  width: 190px;
  left: 651px;
  top: 63px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.fifth {
  width: 325px;
  left: 867px;
  top: 0px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.sixth {
  width: 190px;
  left: 785px;
  top: 260px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.seventh {
  width: 190px;
  left: 940px;
  top: 300px;
  display: block;
}
section#home aside.we_do .thumbnails .thumb.video .play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 21%;
  margin: auto;
  display: block;
}
section#home aside.we_do .buttons {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
section#home aside.brands {
  height: 700px;
  padding: 200px 0 0 0;
  margin-top: -200px;
  z-index: 0;
}
section#home aside.brands h2.title {
  font-size: 45px;
  text-transform: uppercase;
  color: #4c67cf;
  text-align: center;
  font-family: 'museo_sans700';
  margin-bottom: 20px;
}
section#home aside.brands div.text {
  color: #222;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-family: 'open_sanslight';
  margin-bottom: 40px;
}
section#home aside.brands div.box {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
section#home aside.brands div.box .subtitle {
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 8px;
  margin-bottom: 31px;
}
section#home aside.brands div.box .subtitle span {
  color: #666;
  font-family: 'open_sansregular';
  font-size: 15px;
  background-color: #fff;
  padding: 0 20px;
}
section#home aside.brands div.box ul {
  float: left;
  min-height: 100px;
  width: 100%;
}
section#home aside.brands div.box ul li {
  float: left;
  width: 100%;
  text-align: center;
}
section#home aside.brands div.box ul li .thumb {
  height: 100px;
  line-height: 100px;
  display: inline-block;
  width: 13%;
  margin: 0 1%;
  overflow: hidden;
}
section#home aside.brands div.box.small ul li .thumb {
  width: 25%;
  margin: 0 2%;
}
section#home aside.brands div.box .bx-controls-direction a {
  background-color: transparent;
  background-image: url("../img/blue-arrows.png");
  top: 90px;
}
section#home aside.brands div.box .bx-controls-direction a.bx-prev {
  left: 0;
  background-position: left center;
}
section#home aside.brands div.box .bx-controls-direction a.bx-next {
  right: 0;
  background-position: right center;
}
section#resumen {
  float: left;
  width: 100%;
  margin: 30px 0;
}
section#resumen .wrap {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 50px 0;
}
section#resumen .wrap .milestones {
  float: left;
  width: 100%;
  background-image: url("../img/timeline-center.jpg");
  background-position: center top;
}
section#resumen .wrap .milestones .center {
  width: 80%;
  margin: auto;
}
section#resumen .wrap .milestones .center .year {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
section#resumen .wrap .milestones .center .year span {
  display: block;
  width: 90px;
  height: 90px;

  line-height: 90px;

  text-align: center;
  background-color: #145dc6;
  border-radius: 90px;
  color: #fff;
  font-size: 25px;
  font-family: 'open_sansbold';
  margin: 0 auto;
}
section#resumen .wrap .milestones .center .year.today {
  margin: 0;
}
section#resumen .wrap .milestones .center .box {
  width: 100%;
  position: relative;
  float: left;
}
section#resumen .wrap .milestones .center .box .milestone {
  width: 50%;
  position: relative;
  float: left;
}
section#resumen .wrap .milestones .center .box .milestone.active .overview {
  opacity: 1;
  -webkit-animation: slideLeft 0.4s 0.3s ease-in-out both;
  -moz-animation: slideLeft 0.4s 0.3s ease-in-out both;
  -ms-animation: slideLeft 0.4s 0.3s ease-in-out both;
  -o-animation: slideLeft 0.4s 0.3s ease-in-out both;
  animation: slideLeft 0.4s 0.3s ease-in-out both;
}
section#resumen .wrap .milestones .center .box .milestone.active .line {
  width: 20%;
}
section#resumen .wrap .milestones .center .box .milestone.active.odd .overview {
  -webkit-animation: slideRight 0.4s 0.3s ease-in-out both;
  -moz-animation: slideRight 0.4s 0.3s ease-in-out both;
  -ms-animation: slideRight 0.4s 0.3s ease-in-out both;
  -o-animation: slideRight 0.4s 0.3s ease-in-out both;
  animation: slideRight 0.4s 0.3s ease-in-out both;
}
section#resumen .wrap .milestones .center .box .milestone .line {
  position: absolute;
  width: 0;
  background-color: #333;
  right: 5px;
  height: 10px;
  top: 20px;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
section#resumen .wrap .milestones .center .box .milestone .overview {
  opacity: 0;
  width: 80%;
  float: left;
  position: relative;
  z-index: 2;
}
section#resumen .wrap .milestones .center .box .milestone .overview div.text,
section#resumen .wrap .milestones .center .box .milestone .overview div.image {
  background-color: #333;
  border: 7px solid #333;
  float: left;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 15px;
}
section#resumen .wrap .milestones .center .box .milestone .overview div.text p {
  display: block;
  padding: 3%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: 'museo_sans300';
}
section#resumen .wrap .milestones .center .box .milestone .overview div.image {
  overflow: hidden;
  margin: 0 0 10px;
}
section#resumen .wrap .milestones .center .box .milestone .overview div.image img {
  width: 100%;
  float: left;
}
section#resumen .wrap .milestones .center .box .milestone .overview div.footenote {
  width: 100%;
  float: left;
  font-family: 'museo_sans500';
  font-style: italic;
  text-align: center;
  font-size: 14px;
}
section#resumen .wrap .milestones .center .box .milestone.odd {
  float: right;
}
section#resumen .wrap .milestones .center .box .milestone.odd .line {
  left: 5px;
}
section#resumen .wrap .milestones .center .box .milestone.odd .overview {
  width: 80%;
  float: right;
}
section#resumen .wrap .milestones .center .box.green .line {
  background-color: #188630;
}
section#resumen .wrap .milestones .center .box.green .overview div.text,
section#resumen .wrap .milestones .center .box.green .overview div.image {
  background-color: #188630;
  border: 7px solid #188630;
}
section#resumen .wrap .milestones .center .box.lightgreen .line {
  background-color: #97c00e;
}
section#resumen .wrap .milestones .center .box.lightgreen .overview div.text,
section#resumen .wrap .milestones .center .box.lightgreen .overview div.image {
  background-color: #97c00e;
  border: 7px solid #97c00e;
}
section#resumen .wrap .milestones .center .box.blue .line {
  background-color: #145dc6;
}
section#resumen .wrap .milestones .center .box.blue .overview div.text,
section#resumen .wrap .milestones .center .box.blue .overview div.image {
  background-color: #145dc6;
  border: 7px solid #145dc6;
}
section#resumen .wrap .milestones .center .box.red .line {
  background-color: #de292e;
}
section#resumen .wrap .milestones .center .box.red .overview div.text,
section#resumen .wrap .milestones .center .box.red .overview div.image {
  background-color: #de292e;
  border: 7px solid #de292e;
}
section#resumen .wrap .milestones .center .box.yellow .line {
  background-color: #fdd013;
}
section#resumen .wrap .milestones .center .box.yellow .overview div.text,
section#resumen .wrap .milestones .center .box.yellow .overview div.image {
  background-color: #fdd013;
  border: 7px solid #fdd013;
}
section#resumen .wrap .milestones .center .box.yellow .overview div.text p,
section#resumen .wrap .milestones .center .box.yellow .overview div.image p {
  color: #171414;
}
section#we-are {
  margin: 40px 0;
}
section#we-are .wrap {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}
section#we-are .wrap .center {
  width: 980px;
  margin: auto;
}
section#we-are .wrap .center .video {
  float: left;
  width: 100%;
  min-height: 500px;
  background-color: #333;
  margin: 0 0 40px;
}
section#we-are .wrap .center h1 {
  color: #145dc5;
  font-size: 40px;
  text-align: center;
  margin: 0 0 30px;
  font-family: 'museo_sans700';
  text-transform: uppercase;
  float: left;
  width: 100%;
}
section#we-are .wrap .center .text {
  text-align: center;
  font-family: 'museo_sans100';
  font-size: 20px;
  color: #4b4b4b;
  line-height: 25px;
  float: left;
  width: 100%;
  margin: 0 0 80px;
}
section#we-are .wrap .thumbnails {
  float: left;
  width: 100%;
  min-height: 200px;
}
section#we-are .wrap .thumbnails .thumb {
  min-height: 200px;
  background-color: #fff;
}
section#we-are .wrap .thumbnails .thumb .image {
  text-align: center;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
section#we-are .wrap .thumbnails .thumb .image img {
  display: inline-block;
}
section#we-are .wrap .thumbnails .thumb p {
  display: block;
  float: left;
  width: 100%;
  color: #333334;
  font-family: 'museo_sans300';
  text-align: center;
  font-size: 15px;
  line-height: 19px;
}
section#mission {
  padding: 40px 0 10px;
}
section#mission .center .history {
  width: 100%;
  float: left;
}
section#mission .center .history .item {
  background-color: #fff;
  margin: 0 0 40px;
  float: left;
  width: 90%;
  padding: 40px 5%;
}
section#mission .center .history .item.left .center .image {
  float: right;
}
section#mission .center .history .item.left .center .text {
  float: left;
}
section#mission .center .history .item .center {
  margin: auto;
  width: 70%;
}
section#mission .center .history .item .center .image {
  width: 220px;
  height: 220px;
  float: left;
  min-height: 100px;
  text-align: center;
  border-radius: 250px;
  overflow: hidden;
}
section#mission .center .history .item .center .image img {
  display: inline-block;
  width: 100%;
}
section#mission .center .history .item .center .text {
  width: 65%;
  float: right;
  min-height: 100px;
}
section#mission .center .history .item .center .text h1,
section#mission .center .history .item .center .text h2 {
  font-family: 'museo_sans700';
  font-size: 40px;
  color: #11a562;
  width: 80%;
  margin: 0 10%;
  float: left;
  margin-bottom: 20px;
}
section#mission .center .history .item .center .text p {
  width: 80%;
  margin: 0 10%;
  float: left;
  display: block;
  font-family: 'museo_sans100';
  font-size: 21px;
  line-height: 25px;
}
section#directory {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 100;
  padding: 0 0 30px;
}
section#directory #filters {
  float: left;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 10px;
  font-size: 17px;
  border-radius: 5px;
}
section#directory #filters div.title {
  float: left;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  color: #145dc5;
  padding: 8px;
}
section#directory #filters div.select {
  float: left;
  width: 200px;
  background-color: #145dc5;
  color: #fff;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  padding: 0 8px;
  position: relative;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
}
section#directory #filters div.select ul {
  float: left;
  width: 100%;
}
section#directory #filters div.select ul li {
  float: left;
  width: 100%;
}
section#directory #filters div.select ul li a {
  padding: 5px 20px;
}
section#directory #filters div.select ul li:hover ul {
  display: block;
}
section#directory #filters div.select ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  left: 0;
  top: 35px;
  padding: 1px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
}
section#directory #filters div.select ul li ul li {
  padding: 0;
}
section#directory #filters div.select ul li ul li a {
  color: #171414;
  font-size: 13px;
  display: block;
  height: 30px;
  line-height: 30px;
}
section#directory #filters div.select ul li ul li a:hover {
  background-color: #145dc5;
  color: #fff;
}
section#directory #filters div.select ul li ul li a.selected {
  background-color: #ccc;
  color: #171414;
}
section#directory #filters div.select ul li ul li a.selected:hover {
  background-color: #145dc5;
  color: #fff;
}
section#directory .thumbs {
  width: 100%;
  margin: 0 auto;
/*min-height 300px
			background-color red*/
}
section#directory .thumbs .thumb {
  height: 240px;
  background-color: #8f7e7e;
  margin: 0 0 11px 0;
  width: 230px;
  float: left;
  position: relative;
}
section#directory .thumbs .thumb .change {
  height: 122px;
  position: relative;
  height: inherit;
  overflow: hidden;
}
section#directory .thumbs .thumb .change:hover .back {
  display: block;
  -webkit-animation: 0.8s bounceIn ease both;
  -moz-animation: 0.8s bounceIn ease both;
  -ms-animation: 0.8s bounceIn ease both;
  -o-animation: 0.8s bounceIn ease both;
  animation: 0.8s bounceIn ease both;
}
section#directory .thumbs .thumb .change .front,
section#directory .thumbs .thumb .change .back {
  background-color: #145dc6;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: inherit;
}
section#directory .thumbs .thumb .change .front .country,
section#directory .thumbs .thumb .change .back .country {
  color: #fff;
  font-family: 'museo_sans500';
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
}
section#directory .thumbs .thumb .change .front .image,
section#directory .thumbs .thumb .change .back .image {
  border-radius: 122px;
  height: 130px;
  width: 130px;
  margin-top: 30px;
  margin-left: 50px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #333;
}
section#directory .thumbs .thumb .change .front .image img,
section#directory .thumbs .thumb .change .back .image img {
  width: 100%;
  float: left;
}
section#directory .thumbs .thumb .change .front .name,
section#directory .thumbs .thumb .change .back .name {
  color: #fff;
  font-family: 'museo_sans700';
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  padding: 0 5%;
}
section#directory .thumbs .thumb .change .front .position,
section#directory .thumbs .thumb .change .back .position {
  color: #fff;
  font-family: 'museo_sans300';
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  padding: 0 5%;
}
section#directory .thumbs .thumb .change .back {
  display: none;
}
section#directory .thumbs .thumb .change .back .name {
  margin-top: 70px;
}
section#directory .thumbs .thumb .change .back .position {
  margin-bottom: 30px;
}
section#directory .thumbs .thumb .change .back .social {
  padding: 0 5%;
  text-align: center;
}
section#directory .thumbs .thumb .change .back .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #333;
  border-radius: 100px;
  background-image: url("../img/social_icons_min.png");
  background-repeat: no-repeat;
  overflow: hidden;

  line-height: 1000px;
}
section#directory .thumbs .thumb .change .back .social a.email {
  background-position: 5px 4px;
  background-color: #f53238;
}
section#directory .thumbs .thumb .change .back .social a.linkedin {
  background-position: -22px 5px;
  background-color: #109adc;
}
section#directory .thumbs .thumb .change .back .social a.facebook {
  background-position: -50px 5px;
  background-color: #20408f;
}
section#directory .thumbs .thumb .change .back .social a.twitter {
  background-position: -76px 4px;
  background-color: #14ace6;
}
section#team {
  float: left;
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 100;
  background-color: #eee;
}
section#team #filters {
  float: right;
  margin: 0 25px 20px 0;
  background-color: #fff;
  padding: 10px;
  font-size: 17px;
  border-radius: 5px;
}
section#team #filters div.title {
  float: left;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  color: #145dc5;
  padding: 8px;
}
section#team #filters div.select {
  float: left;
  width: 200px;
  background-color: #145dc5;
  color: #fff;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  padding: 0 8px;
  position: relative;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
}
section#team #filters div.select ul {
  float: left;
  width: 100%;
}
section#team #filters div.select ul li {
  float: left;
  width: 100%;
}
section#team #filters div.select ul li a {
  padding: 5px 20px;
}
section#team #filters div.select ul li:hover ul {
  display: block;
}
section#team #filters div.select ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  left: 0;
  top: 35px;
  padding: 1px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
}
section#team #filters div.select ul li ul li {
  padding: 0;
}
section#team #filters div.select ul li ul li a {
  color: #171414;
  font-size: 13px;
  display: block;
  height: 30px;
  line-height: 30px;
}
section#team #filters div.select ul li ul li a:hover {
  background-color: #145dc5;
  color: #fff;
}
section#team #filters div.select ul li ul li a.selected {
  background-color: #ccc;
  color: #171414;
}
section#team #filters div.select ul li ul li a.selected:hover {
  background-color: #145dc5;
  color: #fff;
}
section#team .background {
  float: left;
  width: 96%;
  padding: 25px 2% 25px 3%;
  min-height: 450px;
}
section#team .background .thumbs {
  float: left;
  width: 100%;
}
section#team .background .thumbs .thumb {
  margin: 0 0 11px 0;
  width: 220px;
  height: 240px;
  float: left;
  position: relative;
}
section#team .background .thumbs .thumb.big {
  width: 680px;
  z-index: 10;
  height: 350px;
}
section#team .background .thumbs .thumb.big .change .front {
  display: none;
}
section#team .background .thumbs .thumb.big .change .back {
  display: block;
  -webkit-animation: 0.8s slideDown ease-in-out both;
  -moz-animation: 0.8s slideDown ease-in-out both;
  -ms-animation: 0.8s slideDown ease-in-out both;
  -o-animation: 0.8s slideDown ease-in-out both;
  animation: 0.8s slideDown ease-in-out both;
}
section#team .background .thumbs .thumb .change {
  height: 122px;
  position: relative;
  height: inherit;
  overflow: hidden;
}
section#team .background .thumbs .thumb .change .front,
section#team .background .thumbs .thumb .change .back {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: inherit;
  background-color: #145dc5;
}
section#team .background .thumbs .thumb .change .front .country,
section#team .background .thumbs .thumb .change .back .country {
  color: #fff;
  font-family: 'museo_sans500';
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
}
section#team .background .thumbs .thumb .change .front .image,
section#team .background .thumbs .thumb .change .back .image {
  border-radius: 140px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 50px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: #333;
}
section#team .background .thumbs .thumb .change .front .image img,
section#team .background .thumbs .thumb .change .back .image img {
  width: 100%;
  float: left;
}
section#team .background .thumbs .thumb .change .front .name,
section#team .background .thumbs .thumb .change .back .name {
  color: #fff;
  font-family: 'museo_sans700';
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
  padding: 0 5%;
}
section#team .background .thumbs .thumb .change .front .position,
section#team .background .thumbs .thumb .change .back .position {
  color: #fff;
  font-family: 'museo_sans300';
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  padding: 0 5%;
}
section#team .background .thumbs .thumb .change .back {
  display: none;
}
section#team .background .thumbs .thumb .change .back .image {
  float: left;
  width: 100%;
  height: 260px;
  background-color: #333;
  margin-bottom: 30px;
}
section#team .background .thumbs .thumb .change .back .name {
  margin-top: 50px;
  text-align: left;
  font-size: 30px;
}
section#team .background .thumbs .thumb .change .back .info {
  float: left;
  width: 100%;
  margin-top: 30px;
}
section#team .background .thumbs .thumb .change .back .info .image {
  float: left;
  width: 180px;
  height: 180px;
  padding: 0;
  margin: 30px;
  margin-top: 0;
  margin-right: 20px;
}
section#team .background .thumbs .thumb .change .back .info .image img {
  width: 100%;
}
section#team .background .thumbs .thumb .change .back .info .bio {
  float: left;
  text-align: left;
  width: 60%;
  color: #fff;
  font-family: 'museo_sans300';
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 15px;
}
section#team .background .thumbs .thumb .change .back .info .bio p {
  margin: 0 0 15px;
}
section#team .background .thumbs .thumb .change .back .info .social {
  text-align: left;
  width: 60%;
  float: left;
}
section#team .background .thumbs .thumb .change .back .info .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #333;
  border-radius: 100px;
  background-image: url("../img/social_icons_min.png");
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 1000px;
}
section#team .background .thumbs .thumb .change .back .info .social a.email {
  background-position: 5px 4px;
  background-color: #f53238;
}
section#team .background .thumbs .thumb .change .back .info .social a.linkedin {
  background-position: -22px 5px;
  background-color: #109adc;
}
section#team .background .thumbs .thumb .change .back .info .social a.facebook {
  background-position: -50px 5px;
  background-color: #20408f;
}
section#team .background .thumbs .thumb .change .back .info .social a.twitter {
  background-position: -76px 4px;
  background-color: #14ace6;
}
section#people {
  float: left;
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 100;
}
section#people #filters {
  float: right;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 10px;
  font-size: 17px;
  border-radius: 5px;
}
section#people #filters div.title {
  float: left;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  color: #145dc5;
  padding: 8px;
}
section#people #filters div.select {
  float: left;
  width: 200px;
  background-color: #145dc5;
  color: #fff;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  padding: 0 8px;
  position: relative;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
}
section#people #filters div.select ul {
  float: left;
  width: 100%;
}
section#people #filters div.select ul li {
  float: left;
  width: 100%;
}
section#people #filters div.select ul li a {
  padding: 5px 20px;
}
section#people #filters div.select ul li:hover ul {
  display: block;
}

section#people #filters div.select ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  left: 0;
  top: 35px;
  padding: 1px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
}
section#people #filters div.select ul li ul li {
  padding: 0;
}
section#people #filters div.select ul li ul li a {
  color: #171414;
  font-size: 13px;
  display: block;
  height: 30px;
  line-height: 30px;
}
section#people #filters div.select ul li ul li a:hover {
  background-color: #145dc5;
  color: #fff;
}
section#people #filters div.select ul li ul li a.selected {
  background-color: #ccc;
  color: #171414;
}
section#people #filters div.select ul li ul li a.selected:hover {
  background-color: #145dc5;
  color: #fff;
}
section#people .background {
  background-color: #fff;
  float: left;
  width: 96%;
  padding: 25px 2% 25px 3%;
  min-height: 450px;
}
section#people .background .thumbs {
  float: left;
  width: 100%;
}
section#people .background .thumbs .thumb {
  margin: 0 0 11px 0;
  width: 370px;
  height: 400px;
  float: left;
  position: relative;
}
section#people .background .thumbs .thumb.big {
  width: 754px;
  z-index: 10;
  height: 550px;
}
section#people .background .thumbs .thumb.big .change .front {
  display: none;
}

section#people .background .thumbs .big .change .front .bio { display: block !important; } 

section#people .background .thumbs .thumb.big .change .back {
  display: block;
  -webkit-animation: 0.8s slideDown ease both;
  -moz-animation: 0.8s slideDown ease both;
  -ms-animation: 0.8s slideDown ease both;
  -o-animation: 0.8s slideDown ease both;
  animation: 0.8s slideDown ease both;
}
section#people .background .thumbs .thumb .change {
  height: 122px;
  position: relative;
  height: inherit;
  overflow: hidden;
}
section#people .background .thumbs .thumb .change .front,
section#people .background .thumbs .thumb .change .back {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: inherit;
  background-color: #145dc5;
}
section#people .background .thumbs .thumb .change .front .country,
section#people .background .thumbs .thumb .change .back .country {
  color: #fff;
  font-family: 'museo_sans500';
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  padding: 6px 10px;
}
section#people .background .thumbs .thumb .change .front .image,
section#people .background .thumbs .thumb .change .back .image {
  border-radius: 140px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 90px;
  width: 180px;
  height: 180px;
  background-color: #333;
  overflow: hidden;
}
section#people .background .thumbs .thumb .change .front .image img,
section#people .background .thumbs .thumb .change .back .image img {
  width: 100%;
  float: left;
}
section#people .background .thumbs .thumb .change .front .name,
section#people .background .thumbs .thumb .change .back .name {
  color: #fff;
  font-family: 'museo_sans700';
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  padding: 0 5%;
}
section#people .background .thumbs .thumb .change .front .position,
section#people .background .thumbs .thumb .change .back .position {
  color: #fff;
  font-family: 'museo_sans500';
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 5%;
  margin-bottom: 10px;
}
section#people .background .thumbs .thumb .change .front .bio,
section#people .background .thumbs .thumb .change .back .bio {
  color: #fff;
  font-family: 'museo_sans300';
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  padding: 0 5%;
  display: none;
}



section#people .background .thumbs .thumb .change .back {
  display: none;
}
section#people .background .thumbs .thumb .change .back .image {
  float: left;
  width: 100%;

  background-color: #333;
  margin: 0;
  margin-bottom: 40px;
  border-radius: 0;
}
section#people .background .thumbs .thumb .change .back .name {
  margin-top: 70px;
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
}
section#people .background .thumbs .thumb .change .back .position {
  text-align: left;
  margin-bottom: 20px;
  display: none;
}
section#people .background .thumbs .thumb .change .back .bio {
  text-align: left;
  display: block;
}
section#people .background .thumbs .thumb .change .back .bio p {
  margin: 0 0 15px;
}
section#people .background .thumbs .thumb .change .back .social {
  padding: 0 5%;
  text-align: center;
}
section#people .background .thumbs .thumb .change .back .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #333;
  border-radius: 100px;
  background-image: url("../img/social_icons_min.png");
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 1000px;
}
section#people .background .thumbs .thumb .change .back .social a.email {
  background-position: 5px 4px;
  background-color: #f53238;
}
section#people .background .thumbs .thumb .change .back .social a.linkedin {
  background-position: -22px 5px;
  background-color: #109adc;
}
section#people .background .thumbs .thumb .change .back .social a.facebook {
  background-position: -50px 5px;
  background-color: #20408f;
}
section#people .background .thumbs .thumb .change .back .social a.twitter {
  background-position: -76px 4px;
  background-color: #14ace6;
}
section#model {
  float: left;
  width: 100%;
  margin: 40px 0;
}
section#model .panel {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 50px 0;
}
section#model .panel h1 {
  float: left;
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
  color: #145dc5;
  font-size: 51px;
  font-family: 'museo_sans500';
}
section#model .panel .boxes {
  width: 80%;
  margin: auto;
}
section#model .panel .boxes .box {
  float: left;
  width: 100%;
  padding: 30px 0;
  background-color: #e9f1cc;
  margin: 0 0 40px;
}
section#model .panel .boxes .box .title {
  float: left;
  width: 90%;
  margin: 0 5% 20px;
  font-size: 32px;
  color: #11a562;
  font-family: 'museo_sans500';
  text-align: center;
}
section#model .panel .boxes .box .title span {
  display: inline-block;
  background-color: #11a562;
  color: #fff;
  font-family: 'museo_sans500';
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 150px;
  font-size: 35px;
  text-align: center;
}
section#model .panel .boxes .box .text {
  float: left;
  font-size: 22px;
  line-height: 26px;
  color: #636363;
  font-family: 'museo_sans300';
  width: 90%;
  margin: 0 5%;
  text-align: center;
}
section#model .panel .boxes .box .image {
  float: left;
  width: 90%;
  margin: 20px 5% 40px;
  text-align: center;
}
section#transparency {
  padding: 40px 0;
}
section#transparency .panel {
  float: left;
  width: 100%;
  background-color: #fff;
}
section#transparency .panel .info {
  float: left;
  width: 96%;
  margin: 22px 2%;
  background-color: #e7f3ea;
}



section#transparency .panel .info2 {
  float: left;
  width: 96%;
  margin: 22px 2%;
  background-color: #eef4fc;
}







/* TAB 1*/

section#transparency .center { }
section#transparency .center .tab_caru {
    padding-bottom: 10px;
 
    display: block;
    width: 100%;
}
section#transparency .center .tab_caru li {
    float: left;
 
    margin-right: 10px;
}
section#transparency .center .tab_caru li a {
    background-color: #127245;
 
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    width: 200px;
    -webkit-border-radius: 5px 5px 5px 5px;  border-radius: 5px 5px 5px 5px;
    font-family: 'museo_sans300';
    font-size: 13px;
    font-weight: bold;
}

section#transparency .center .tab_caru .ext a {
    background-color: #06306b;
 }




section#transparency .panel .info .left,
section#transparency .panel .info .right {
  min-height: 770px;
}
section#transparency .panel .info .left {
  width: 50%;
  float: left;
  background-image: url("../img/graphic.png");
  background-repeat: no-repeat;
  background-position: right 180px;
}
section#transparency .panel .info .left h1 {
  color: #145dc5;
  font-size: 40px;
  font-family: 'museo_sans500';
  width: 90%;
  text-align: center;
  margin: 40px 5% 0;
}
section#transparency .panel .info .left .graphic {
  display: none;
}
section#transparency .panel .info .right {
  width: 50%;
  float: right;
}
section#transparency .panel .info .right .item {
  float: left;
  width: 90%;
  background-color: #197146;
  min-height: 150px;
  margin: 0 0 3px;
  padding: 25px 5%;
}
section#transparency .panel .info .right .item .title,
section#transparency .panel .info .right .item p {

  color: #fff;
  font-family: 'museo_sans300';
}
section#transparency .panel .info .right .item .title {
  font-size: 27px;
  margin-bottom: 20px;
}
section#transparency .panel .info .right .item p {
  font-size: 16px;
  line-height: 20px;
}
section#transparency .panel .info .right .item.financiers {
  background-color: #119b63;
}
section#transparency .panel .info .right .item.partners {
  background-color: #40bc90;
}
section#transparency .panel .info .right .item.competitive {
  background-color: #72c7ab;
}


/* TAB2 */



section#transparency .panel .info2 .left2,
section#transparency .panel .info2 .right2 {
  min-height: 750px;
}
section#transparency .panel .info2 .left2 {
  width: 50%;
  float: left;
  background-image: url("../img/graphic2.png");
  background-repeat: no-repeat;
  background-position: right 147px;
}
section#transparency .panel .info2 .left2 h1 {
  color: #145dc5;
  font-size: 40px;
  font-family: 'museo_sans500';
  width: 90%;
  text-align: center;
  margin: 40px 5% 0;
}
section#transparency .panel .info2 .left2 .graphic {
  display: none;
}
section#transparency .panel .info2 .right2 {
  width: 50%;
  float: right;
  margin-top: 45px;
}
section#transparency .panel .info2 .right2 .item {
  float: left;
  width: 90%;
  background-color: #06306b;
  min-height: 150px;
  margin: 0 0 3px;
  padding: 40px 5%;
}
section#transparency .panel .info2 .right2 .item .title,
section#transparency .panel .info2 .right2 .item p {

  color: #fff;
  font-family: 'museo_sans300';
}
section#transparency .panel .info2 .right2 .item .title {
  font-size: 27px;
  margin-bottom: 20px;
}
section#transparency .panel .info2 .right2 .item p {
  font-size: 16px;
  line-height: 20px;
}
section#transparency .panel .info2 .right2 .item.financiers {
  background-color: #0d4492;
}
section#transparency .panel .info2 .right2 .item.partners {
  background-color: #1b5fc2;
}
section#transparency .panel .info2 .right2 .item.competitive {
  background-color: #72c7ab;
}















section#transparency .panel .downloads {
  float: left;
  width: 96%;
  margin: 22px 2%;
}
section#transparency .panel .downloads h2 {
  font-family: 'museo_sans300';
  font-size: 31px;
  color: #145dc5;
  margin: 0 0 20px;
}
section#transparency .panel .downloads .items {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
section#transparency .panel .downloads .items a {
  display: block;
  background-color: #145dc5;
  float: left;
  width: 15.2%;
  margin: 0 20px 20px 0;
  height: 130px;
  position: relative;
}
section#transparency .panel .downloads .items a.last {
  margin: 0;
}
section#transparency .panel .downloads .items a span {
  color: #fff;
  display: block;
  width: 80%;
  margin: 0 10%;
  font-family: 'museo_sans300';
}
section#transparency .panel .downloads .items a span.name {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
section#transparency .panel .downloads .items a span.extension {
  color: #fff;
  background-image: url("../img/icon-download.png");
  background-repeat: no-repeat;
  background-position: center right;
  height: 24px;
  line-height: 24px;
  text-align: right;
  font-style: italic;
  padding: 0 20%;
  width: 40%;
  position: absolute;
  bottom: 15px;
  right: 0;
}
section#proyects {
  float: left;
}
section#proyects aside {
  width: 100%;
  float: left;
  min-height: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
section#proyects aside.carousel {
  padding: 40px 0 0;
  margin: 0 0 20px;
  z-index: 1;
  float: left;
  width: 100%;
}
section#proyects aside.carousel .hightlight {
  width: 100%;
  height: 420px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
}
section#proyects aside.carousel .hightlight .bx-controls-direction a {
  display: block;
  background-color: #0e355c;
  width: 40px;
  height: 420px;
  position: absolute;
  top: 0;
  margin-top: 0;
  background-image: url("../img/arrows.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100;
}
section#proyects aside.carousel .hightlight .bx-controls-direction a.bx-prev {
  left: 0;
  background-position: 10px center;
}
section#proyects aside.carousel .hightlight .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -42px center;
}
section#proyects aside.carousel .hightlight ul {
  left: left;
  width: 100%;
  height: 420px !important;
}
section#proyects aside.carousel .hightlight ul li {
  left: left;
  width: 100%;
  height: 420px;
  position: relative;
}
section#proyects aside.carousel .hightlight ul li.active .info {
  -webkit-animation: 0.6s slideLeft ease-in-out both;
  -moz-animation: 0.6s slideLeft ease-in-out both;
  -ms-animation: 0.6s slideLeft ease-in-out both;
  -o-animation: 0.6s slideLeft ease-in-out both;
  animation: 0.6s slideLeft ease-in-out both;
}
section#proyects aside.carousel .hightlight ul li .info {
  position: absolute;
  right: 40px;
  top: 0;
  height: inherit;
  width: 27%;
  background-color: rgba(255,255,255,0.9);
  padding: 0 4%;
}
section#proyects aside.carousel .hightlight ul li .info .section {
  float: left;
  width: 100%;
  color: #102131;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'museo_sans300';
}
section#proyects aside.carousel .hightlight ul li .info .title {
  font-size: 32px;
  line-height: 35px;
  text-align: left;
  margin: 0 0 10px;

  color: #102131;
  font-family: 'museo_sans700';
  margin-bottom: 10px;
}
section#proyects aside.carousel .hightlight ul li .info .excerpt {
  font-size: 15px;
  line-height: 20px;
  color: #102131;
  font-family: 'open_sansregular';
  margin-bottom: 20px;
}
section#proyects aside.carousel .hightlight ul li .info .buttons {
  float: left;
  width: 100%;
  text-align: center;
}
section#proyects aside.carousel .hightlight ul li .info .buttons a {
  display: inline-block;
  padding: 10px 30px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #fff;
}
section#proyects aside.carousel .thumbnails {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
section#proyects aside.carousel .thumbnails .thumb {
  float: left;
  margin: 0 20px 20px 0;
  width: 18.66%;
  height: 210px;
  background-color: #333;
  position: relative;
}
section#proyects aside.carousel .thumbnails .thumb.last {
  margin: 0 0 20px;
}
section#proyects aside.carousel .thumbnails .thumb:hover .triangle,
section#proyects aside.carousel .thumbnails .thumb.active .triangle {
  display: block;
}
section#proyects aside.carousel .thumbnails .thumb:hover .mask,
section#proyects aside.carousel .thumbnails .thumb.active .mask {
  background-color: rgba(1,45,108,0.9);
}
section#proyects aside.carousel .thumbnails .thumb .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 16px 15px 16px;
  border-color: transparent transparent #012d6c transparent;
  top: -15px;
  left: 50%;
  margin: 0 0 0 -16px;
  display: none;
}
section#proyects aside.carousel .thumbnails .thumb .mask {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#proyects aside.carousel .thumbnails .thumb .mask p {
  color: #fff;
  text-transform: uppercase;
  font-family: 'museo_sans500';
  padding: 20px;
  display: block;
  font-size: 17px;
  line-height: 22px;
}
section#proyects .map {
  width: 100%;
  height: 700px;
  float: left;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
section#proyects .map h2 {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  font-size: 30px;
  font-family: 'museo_sans300';
}
section#proyects .map .popup {
  position: absolute;
  width: 300px;
  height: 500px;
  background-color: #fff;
  z-index: 100;
  margin: auto;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-animation: slideDown 0.4s ease-in-out both;
  -moz-animation: slideDown 0.4s ease-in-out both;
  -ms-animation: slideDown 0.4s ease-in-out both;
  -o-animation: slideDown 0.4s ease-in-out both;
  animation: slideDown 0.4s ease-in-out both;
}
section#proyects .map .popup .content {
  float: left;
  width: 100%;
}
section#proyects .map .popup .content .info {
  width: 100%;
  float: left;
}
section#proyects .map .popup .content .info .image {
  background-color: #333;
  float: left;
  width: 100%;
  min-height: 140px;
  margin: 0 0 20px;
  position: relative;
}
section#proyects .map .popup .content .info .image img {
  width: 100%;
  float: left;
}
section#proyects .map .popup .content .info .image .country {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 5px;
  font-family: 'museo_sans300';
}
section#proyects .map .popup .content .info .title {
  float: left;
  padding: 0 5%;
  width: 90%;
  color: #2e4694;
  font-family: 'museo_sans300';
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}
section#proyects .map .popup .content .info .date {
  float: left;
  padding: 0 5%;
  width: 90%;
  color: #171414;
  font-family: 'museo_sans300';
  font-size: 13px;
  line-height: 16px;
}
section#proyects .map .popup .content .text {
  width: 100%;
  float: left;
}
section#proyects .map .popup .content .text .excerpt {

  float: left;
  padding: 0 5%;

  width: 90%;
  color: #171414;
  font-family: 'museo_sans300';
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 20px;
}
section#proyects .map .popup .content .text .buttons {
  float: left;
  width: 90%;
  margin: 0 5%;
  text-align: center;
}
section#proyects .map .popup .content .text .buttons a.red {
  width: 80%;
  margin: 0 10%;
  padding: 10px 0;
  margin-bottom: 20px;
}
section#proyects .map .popup .content .text .buttons a.blue {
  font-size: 13px;
  width: 30px !important;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  background-image: url("../img/social_icons_min.png");
  background-repeat: no-repeat;
  line-height: 300px;
  overflow: hidden;
}
section#proyects .map .popup .content .text .buttons a.blue.facebook {
  background-position: -47px 7px;
}
section#proyects .map .popup .content .text .buttons a.blue.twitter {
  background-position: -74px 7px;
}
section#proyects .map .popup .close {
  width: 9px;
  height: 9px;
  background-image: url("../img/icon-close.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  line-height: 1000px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background-color: #fff;
  padding: 9px;
}
section#proyects .map #map_canvas {
  height: 700px;
  width: 100%;
  background-color: #333;
  float: left;
}
section#proyects .proyects {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
section#proyects .proyects .title {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
section#proyects .proyects .title h2 {
  float: left;
  font-size: 30px;
  font-family: 'museo_sans300';
  margin: 10px 0 0 0;
}
section#proyects .proyects .title #filters {
  float: right;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 17px;
}
section#proyects .proyects .title #filters div.select {
  float: left;
  color: #fff;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  padding: 0 8px;
  position: relative;
  height: 35px;
  line-height: 35px;
}
section#proyects .proyects .title #filters div.select ul {
  float: left;
  width: 100%;
}
section#proyects .proyects .title #filters div.select ul li {
  float: left;
  margin: 0 10px 0 0;
  width: 220px;
  position: relative;
}
section#proyects .proyects .title #filters div.select ul li a {
  padding: 5px 20px;
  background-color: #145dc5;
  display: block;
  border-radius: 5px;
  background-image: url("../img/proyects-arrow.png");
  background-repeat: no-repeat;
  background-position: right 6px;
}
section#proyects .proyects .title #filters div.select ul li:hover ul {
  display: block;
}
section#proyects .proyects .title #filters div.select ul li ul {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 35px;
  padding: 14px 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  width: 220px;
}
section#proyects .proyects .title #filters div.select ul li ul li {
  padding: 0;
  margin: 0;
}
section#proyects .proyects .title #filters div.select ul li ul li a {
  color: #171414;
  font-size: 13px;
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #f0f0f0;
  margin: 0 0 2px 0;
  background-image: none;
}
section#proyects .proyects .title #filters div.select ul li ul li a:hover {
  background-color: #145dc5;
  color: #fff;
}
section#proyects .proyects .title #filters div.select ul li ul li a.selected {
  background-color: #ccc;
  color: #171414;
}
section#proyects .proyects .title #filters div.select ul li ul li a.selected:hover {
  background-color: #145dc5;
  color: #fff;
}
section#proyects .proyects .title #filters div.select ul li.type a {
  background-color: #f00;
}
section#proyects .proyects .title #filters div.select ul li.type ul li a {
  background-color: #f0f0f0;
}
section#proyects .proyects .title #filters div.select ul li.type ul li a:hover {
  background-color: #f00;
}
section#proyects .proyects .title #filters div.select ul li.type ul li a.selected {
  background-color: #ccc;
  color: #171414;
}
section#proyects .proyects .title #filters div.select ul li.type ul li a.selected:hover {
  background-color: #f00;
  color: #fff;
}
section#proyects .proyects .thumbnails {
  float: left;
  width: 98%;
  min-height: 550px;
  background-color: #fff;
  padding: 1%;
}
section#proyects .proyects .thumbnails .thumb {
  width: 290px;
  height: 430px !important;
  margin: 0 0 4px 0;
  background-color: #8f7e7e;
  float: left;
  position: relative;
}
section#proyects .proyects .thumbnails .thumb.chile {
  background-color: #145dc5;
}
section#proyects .proyects .thumbnails .thumb.chile .country {
  background-color: #145dc5;
}
section#proyects .proyects .thumbnails .thumb.colombia {
  background-color: #f00;
}
section#proyects .proyects .thumbnails .thumb.colombia .country {
  background-color: #f00;
}
section#proyects .proyects .thumbnails .thumb .image {
  width: 100%;
  height: 150px;
  float: left;
  background-color: #333;
  margin: 0 0 15px;
  overflow: hidden;
}
section#proyects .proyects .thumbnails .thumb .image img {
  width: 100%;
}
section#proyects .proyects .thumbnails .thumb .country {
  position: absolute;
  background-color: #008000;
  color: #fff;
  font-family: 'museo_sans100';
  font-size: 15px;
  padding: 5px;
  top: 0;
  right: 0;
}
section#proyects .proyects .thumbnails .thumb .title {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-family: 'museo_sans300';
  padding: 0 5%;
  width: 90%;
  margin: 0 0 15px;
  float: left;
}
section#proyects .proyects .thumbnails .thumb .excerpt {
  color: #fff;
  font-family: 'museo_sans100';
  font-size: 15px;
  line-height: 19px;
  padding: 0 5%;
  width: 90%;
  margin: 0 0 15px;
}
section#protagonists {
  padding: 50px 0;
  height: auto;
  height: 600px;
}
section#protagonists .thumbnails {
  background-color: #fff;
  padding: 50px;
  float: left;
}
section#protagonists .thumbnails .thumb {
  width: 345px;
  height: 400px;
  background-color: #333;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
section#protagonists .thumbnails .thumb .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
section#protagonists .thumbnails .thumb .image img {
  width: 100%;
}
section#protagonists .thumbnails .thumb .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#protagonists .thumbnails .thumb .info .image {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  position: static;
  margin: 20px auto;
}
section#protagonists .thumbnails .thumb .info .image img {
  float: left;
  width: 100%;
}
section#protagonists .thumbnails .thumb .info .title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: 'museo_sans500';
  margin: 0 0 5px;
  float: left;
  width: 100%;
}
section#protagonists .thumbnails .thumb .info .text {
  float: left;
  width: 100%;
  font-family: 'museo_sans300';
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}
section#protagonists .thumbnails .thumb .info .buttons {
  float: left;
  width: 100%;
  text-align: center;
}
section#protagonists .thumbnails .thumb.users {
  background-image: url("../img/sample.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#protagonists .thumbnails .thumb.users .info {
  background-color: rgba(217,138,40,0.8);
}
section#protagonists .thumbnails .thumb.professional {
  background-image: url("../img/sample.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#protagonists .thumbnails .thumb.professional .info {
  background-color: rgba(46,66,138,0.8);
}
section#protagonists .thumbnails .thumb.others {
  background-image: url("../img/sample.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#protagonists .thumbnails .thumb.others .info {
  background-color: rgba(195,50,63,0.8);

}
section#protagonists .thumbnails .thumb.last {
  margin: 0;
}
section#types {
  padding: 50px 0;
  height: auto;
  height: 600px;
}
section#types .thumbnails {
  background-color: #fff;
  padding: 50px;
  float: left;
}
section#types .thumbnails .thumb {
  width: 345px;
  height: 400px;
  background-color: #333;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}
section#types .thumbnails .thumb .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
section#types .thumbnails .thumb .image img {
  width: 100%;
}
section#types .thumbnails .thumb .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
section#types .thumbnails .thumb .info .title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: 'museo_sans500';
  margin: 120px 0 30px;
  float: left;
  width: 100%;
}
section#types .thumbnails .thumb .info .buttons {
  float: left;
  width: 100%;
  text-align: center;
}
section#types .thumbnails .thumb .info .buttons .button {
  font-size: 15px;
}
section#types .thumbnails .thumb.first {
  background-image: url("../img/sample.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#types .thumbnails .thumb.first .info {
  background-color: rgba(217,138,40,0.8);
}
section#types .thumbnails .thumb.second {
  background-image: url("../img/sample.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#types .thumbnails .thumb.second .info {
  background-color: rgba(46,66,138,0.8);
}
section#types .thumbnails .thumb.third {
  background-image: url("../img/sample.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#types .thumbnails .thumb.third .info {
  background-color: rgba(195,50,63,0.8);
}
section#types .thumbnails .thumb.last {
  margin: 0;
}
section#volunteers {
  float: left;
  width: 100%;
  padding: 40px 0;
}
section#volunteers .center {
  width: 940px;
  margin: auto;
}
section#volunteers .center .overview {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
section#volunteers .center .overview .box {
  float: left;
  width: 100%;
  margin-bottom: 4px;
}
section#volunteers .center .overview .box .title {
  background-color: #437dd1;
  color: #fff;
  padding: 15px 20px;
  font-family: 'museo_sans500';
  border-radius: 5px;
  font-size: 18px;
}
section#volunteers .center .overview .box .title a {
  display: block;
}
section#volunteers .center .overview .box .content {
  background-color: #fff;
  padding: 50px 0;
}
section#volunteers .center .overview .box.active .title {
  background-color: #437dd1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section#volunteers .center .overview .box.become-a-volunteer .video {
  width: 650px;
  min-height: 400px;
  background-color: #333;
  margin: 0 auto 30px;
}
section#volunteers .center .overview .box.become-a-volunteer .subtitle {
  font-size: 45px;
  color: #145dc5;
  font-family: 'museo_sans700';
  text-align: center;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-transform: uppercase;
}
section#volunteers .center .overview .box.become-a-volunteer .text {
  text-align: center;
  color: #4b4b4b;
  font-family: 'museo_sans100';
  font-size: 21px;
  margin: 0 0 30px;
}
section#volunteers .center .overview .box.become-a-volunteer .buttons {
  text-align: center;
}
section#volunteers .center .overview .box.how_is {
  float: left;
}
section#volunteers .center .overview .box.how_is .content {
  float: left;
}
section#volunteers .center .overview .box.how_is .content .margin {
  float: left;
  width: 80%;
  margin: 0 10%;
}
section#volunteers .center .overview .box.how_is .content .margin .image {
  width: 22%;
  float: left;
}
section#volunteers .center .overview .box.how_is .content .margin .text {
  width: 78%;
  float: left;
}
section#volunteers .center .overview .box.how_is .content .margin .text .subtitle {
  width: 90%;
  float: left;
  padding: 20px 5%;
  background-color: #ee7f00;
  color: #fff;
  font-family: 'museo_sans500';
  font-size: 19px;
  line-height: 24px;
}
section#volunteers .center .overview .box.how_is .content .margin .text .info {
  width: 90%;
  float: left;
  padding: 20px 5%;
  font-family: 'museo_sans300';
  background-color: #fecc00;
  line-height: 20px;
}
section#volunteers .center .overview .box.how_is .content .margin .text .info .item {
  margin: 0 0 15px;
}
section#volunteers .center .overview .box.how_is .content .margin .text .info .item span {
  font-family: 'museo_sans500';
  font-size: 18px;
}
section#volunteers .center .overview .box.how_we_work {
  float: left;
}
section#volunteers .center .overview .box.how_we_work .content {
  float: left;
  padding-bottom: 0;
}
section#volunteers .center .overview .box.how_we_work .content .margin {
  width: 94%;
  margin: 0 3%;
}
section#volunteers .center .overview .box.how_we_work .content .margin .subtitle {
  width: 90%;
  padding: 20px 5%;
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  background-color: #2e4694;
  font-family: 'museo_sans500';
  margin-bottom: 30px;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items {
  float: left;
  width: 100%;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item {
  float: left;
  width: 100%;
  min-height: 190px;
  margin-bottom: 40px;
  background-color: #c5cff0;
  text-align: center;
  position: relative;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item .arrow {
  width: 76px;
  height: 94px;
  display: block;
  line-height: 1000px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0 -40px -65px 0;
  z-index: 10;
  background-image: url("../img/work_arrow_down.png");
  background-repeat: no-repeat;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item .margin {
  width: 88%;
  margin: 6%;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item .margin .image {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0;
  height: 132px;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item .margin .name {
  font-family: 'museo_sans900';
  font-size: 24px;
  margin-bottom: 10px;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item .margin p {
  font-family: 'museo_sans300';
  font-size: 15px;
  line-height: 20px;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.image-left {
  text-align: left;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.image-left .margin .image {
  width: 40%;
  margin: 0;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.single {
  margin-right: 20px;
  width: 31.8%;
  height: 340px;
  text-align: left;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.single .arrow {
  background-image: url("../img/work_arrow_left.png");
  right: 0;
  bottom: 50%;
  margin: 0 -65px 0 0;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.last {
  margin-right: 0px;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.last .arrow {
  right: 50%;
  bottom: 0;
  margin: 0 -40px -65px 0;
  z-index: 10;
  background-image: url("../img/work_arrow_down.png");
  background-repeat: no-repeat;
}
section#volunteers .center .overview .box.how_we_work .content .margin .items .item.end .arrow {
  display: none;
}
section#volunteers .center .overview .box.terms {
  float: left;
}
section#volunteers .center .overview .box.terms .content {
  float: left;
  width: 100%;
}
section#volunteers .center .overview .box.terms .content .margin {
  width: 90%;
  margin: 0 5%;
}
section#volunteers .center .overview .box.terms .content .margin .items {
  float: left;
  width: 100%;
}
section#volunteers .center .overview .box.terms .content .margin .items .item {
  margin: 0 0 30px;
  float: left;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .subtitle {
  background-color: #97bf0d;
  width: 94%;
  padding: 15px 3%;
  font-family: 'museo_sans500';
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  float: left;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .text {
  background-color: #daf778;
  min-height: 100px;
  font-family: 'museo_sans300';
  width: 94%;
  padding: 40px 3%;
  float: left;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .text .image {
  float: left;
  width: 35%;
  text-align: center;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .text .info {
  float: right;
  width: 60%;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .text .info ul {
  float: left;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .text .info ul li {
  float: left;
  font-size: 16px;
  margin: 0 0 15px;
  line-height: 21px;
}
section#volunteers .center .overview .box.terms .content .margin .items .item .text .info ul li span {
  font-family: 'museo_sans500';
}
section#volunteers .center .overview .box.terms .content .margin .items .item.green .subtitle {
  background-color: #97bf0d;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.green .text {
  background-color: #daf778;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.green .text .image {
  float: right;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.green .text .text {
  float: left;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.red .subtitle {
  background-color: #ee2d43;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.red .text {
  background-color: #fbc5cb;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.dark_green .subtitle {
  background-color: #188630;
}
section#volunteers .center .overview .box.terms .content .margin .items .item.dark_green .text {
  background-color: #b9f8c7;
}
section#volunteers .center .overview .box.before {
  float: left;
  width: 100%;
}
section#volunteers .center .overview .box.before .content {
  float: left;
  width: 100%;
}
section#volunteers .center .overview .box.before .content .margin {
  width: 90%;
  margin: 0 5%;
}
section#volunteers .center .overview .box.before .content .margin .item {
  float: left;
  width: 100%;
}
section#volunteers .center .overview .box.before .content .margin .item .image {
  width: 30%;
  float: left;
  text-align: left;
}
section#volunteers .center .overview .box.before .content .margin .item .info {
  float: right;
  width: 70%;
}
section#volunteers .center .overview .box.before .content .margin .item .info .subtitle {
  background-color: #f4373d;
  color: #fff;
  font-family: 'museo_sans500';
  width: 94%;
  padding: 15px 3%;
}
section#volunteers .center .overview .box.before .content .margin .item .info .text {
  width: 94%;
  padding: 25px 3%;
  background-color: #ffe888;
  float: left;
  font-family: 'museo_sans300';
}
section#volunteers .center .overview .box.before .content .margin .item .info .text ul {
  float: left;
}
section#volunteers .center .overview .box.before .content .margin .item .info .text ul li {
  float: left;
  margin: 0 0 15px;
  line-height: 20px;
}
section#volunteers .center .overview .box.before .content .margin .item .info .text ul li span {
  font-family: 'museo_sans500';
}
section#contact {
  float: left;
  padding: 50px 0;
}
section#contact h1 {

  color: #145dc5;
  font-size: 40px;
  margin-bottom: 45px;
  font-family: 'museo_sans700';
  text-transform: uppercase;
  float: left;
  width: 100%;
  background-color: transparent;
}
section#contact .thumbnails {
  float: left;
  width: 100%;
}
section#contact .thumbnails .thumb {
  min-height: 300px;
  background-color: #2b78e7;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 15px;
}
section#contact .thumbnails .thumb .image {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  background-color: #333;
  overflow: hidden;
}
section#contact .thumbnails .thumb .image img {
  float: left;
  width: 100%;
}
section#contact .thumbnails .thumb .title {
  color: #fff;
  font-family: 'museo_sans700';
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0 5%;
  margin-bottom: 10px;
}
section#contact .thumbnails .thumb .address,
section#contact .thumbnails .thumb .phone,
section#contact .thumbnails .thumb .email,
section#contact .thumbnails .thumb .web {
  margin: 0 5%;
  color: #fff;
  font-family: 'museo_sans300';
  font-size: 14px;
  line-height: 17px;
}
section#contact .thumbnails .thumb .address {
  margin-bottom: 10px;
}
section#contact .thumbnails .thumb .phone,
section#contact .thumbnails .thumb .email,
section#contact .thumbnails .thumb .web {
  font-size: 13px;
  margin-bottom: 5px;
  background-image: url("../img/contact-icons.png");
  background-repeat: no-repeat;
  text-indent: 25px;
  word-wrap: break-word;
  height: 20px;
  line-height: 20px;
}
section#contact .thumbnails .thumb .phone {
  background-position: 0 0;
}
section#contact .thumbnails .thumb .email {
  background-position: 0px -36px;
}
section#contact .thumbnails .thumb .web {
  background-position: 0px -71px;
}
section#contact .thumbnails .thumb:hover {
  background-color: #145dc5;
}
section#contact .form {
  min-height: 300px;
  background-color: #fff;
  float: left;
}
section#contact .form form {
  display: block;
  width: 90%;
  margin: 5%;
  float: left;
}
section#contact .form form h2 {
  color: #145dc5;
  font-family: 'museo_sans500';
  font-size: 30px;
  margin-bottom: 10px;
}
section#contact .form form p {
  font-family: 'museo_sans300';
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 19px;
  width: 70%;
}

section#contact .form form .left {
  float: left;
}
section#contact .form form .right {
  float: right;
}
section#contact .form form .left,
section#contact .form form .right {
  width: 48%;
}
section#contact .form form .left .field,
section#contact .form form .right .field {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
section#contact .form form .left .field label,
section#contact .form form .right .field label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'museo_sans300';
  font-size: 15px;
  display: block;
}
section#contact .form form .left .field input[type="text"],
section#contact .form form .right .field input[type="text"],
section#contact .form form .left .field input[type="email"],
section#contact .form form .right .field input[type="email"],
section#contact .form form .left .field textarea,
section#contact .form form .right .field textarea {
  float: left;
  width: 94%;
  padding: 3%;
  background-color: #cdcdcd;
  border: none;
  font-family: 'museo_sans300';
  font-size: 15px;
  border: 1px solid #cdcdcd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section#contact .form form .left .field textarea,
section#contact .form form .right .field textarea {
  resize: none;
  height: 248px;
}
section#contact .form form .left .field input[type="text"].error,
section#contact .form form .right .field input[type="text"].error,
section#contact .form form .left .field input[type="email"].error,

section#contact .form form .right .field input[type="email"].error,
section#contact .form form .left .field textarea.error,
section#contact .form form .right .field textarea.error {
  border: 1px solid #f00;
}
section#contact .form form .left .field input[type="text"]:focus,
section#contact .form form .right .field input[type="text"]:focus,
section#contact .form form .left .field input[type="email"]:focus,
section#contact .form form .right .field input[type="email"]:focus,
section#contact .form form .left .field textarea:focus,
section#contact .form form .right .field textarea:focus {
  background-color: #f0f0f0;
}
section#contact .form form .left .field .message,
section#contact .form form .right .field .message {
  background-color: #f00;
  float: left;
  color: #fff;
  font-family: 'museo_sans300';
  font-size: 12px;
  padding: 5px;
  position: absolute;
  top: -2px;
  right: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
section#contact .form form .buttons {
  float: left;
  width: 100%;
  margin: 20px 0 10px;
  text-align: center;
}
section#contact .sidebar {
  min-height: 300px;
}
section#contact .sidebar #widget-social {
  background-color: #fff !important;
}
section#contact .sidebar #widget-join {
  height: 340px;
}
section#press {
  padding: 40px 0 0;
}
section#press .center {
  width: 980px;
  margin: auto;
}
section#press .center h1 {
  color: #145dc5;
  font-size: 45px;
  font-family: 'museo_sans700';
  text-transform: uppercase;
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-bottom: 30px;

  text-align: center;
}
section#press .center .text {
  font-family: 'museo_sans300';
  font-size: 21px;
  text-align: center;
  line-height: 25px;
  color: #4b4b4b;
  width: 80%;
  margin: 0 10%;
  margin-bottom: 30px;
}
section#press .type {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
section#press .type h2 {
  float: left;
  width: 100%;
  color: #145dc5;
  font-family: 'museo_sans300';
  font-size: 32px;
  margin-bottom: 30px;
}
section#press .type .thumb {
  min-height: 100px;
  margin-bottom: 50px;
}
section#press .type .thumb .image {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
section#press .type .thumb .image img {
  width: 100%;
  float: left;
}
section#press .type .thumb .info h3 {
  color: #4b4b4b;
  font-size: 19px;
  font-family: 'museo_sans300';
  margin-bottom: 8px;
  text-align: center;
}
section#press .type .thumb .info p {
  color: #4b4b4b;
  font-size: 15px;
  font-family: 'museo_sans100';
  margin-bottom: 20px;
  text-align: center;
}
section#press .type .thumb .buttons {
  float: left;
  width: 100%;
  text-align: center;
}
section#press .type .thumb .buttons a {
  font-size: 14px;
  padding: 10px 5px;
}
section#news {
  margin: 40px 0;
  padding: 0 0 40px;
}
section#news .screen {
  background-color: #fff;
  float: left;
  margin-bottom: 30px;
}
section#news .screen .carousel {
  margin: 2%;
  float: left;
  width: 96%;
}
section#news .screen .carousel .bx-controls-direction a {
  display: block;
  background-color: rgba(24,112,43,0.7);
  width: 40px;
  height: 480px;
  position: absolute;
  top: 0;
  margin-top: 0;
  background-image: url("../img/arrows.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
section#news .screen .carousel .bx-controls-direction a.bx-prev {
  left: 0;
  background-position: 10px center;
}
section#news .screen .carousel .bx-controls-direction a.bx-next {
  right: 0;
  background-position: -42px center;
}
section#news .screen .carousel .big {
  width: 80%;
  height: 480px;
  float: left;
  background-color: #333;
  overflow: hidden;
}
section#news .screen .carousel .big ul {
  float: left;
  width: 100%;
}
section#news .screen .carousel .big ul li {
  float: left;
  width: 100%;
  position: relative;
}
section#news .screen .carousel .big ul li img {
  float: left;
}
section#news .screen .carousel .big ul li .info {
  background-image: url("../img/shadow.png");
  background-repeat: no-repeat;
  background-position: 0 -10px;
  min-height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#news .screen .carousel .big ul li .info .title {
  font-size: 32px;
  color: #fff;
  font-family: 'museo_sans700';
  width: 70%;
  margin: 0 20% 0 10%;
  margin-bottom: 15px;
}
section#news .screen .carousel .big ul li .info .text {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  font-family: 'museo_sans300';
  width: 70%;
  margin: 0 20% 0 10%;
  margin-bottom: 30px;
}
section#news .screen .carousel .big ul li .share {
  position: absolute;
  bottom: 20px;
  right: 60px;
  z-index: 2;
}
section#news .screen .carousel .big ul li .share a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #333;
  float: left;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
}
section#news .screen .carousel .big ul li .share a.twitter {
  background-color: #029cda;
  background-position: -17px 6px;
}
section#news .screen .carousel .big ul li .share a.facebook {
  background-color: #1f3f8c;
  background-position: -44px 7px;
}
section#news .screen .carousel .small {
  width: 20%;
  height: 480px;
  float: left;
}
section#news .screen .carousel .small .thumb {
  float: left;
  width: 100%;
  height: 120px;
  background-color: #333;
  position: relative;
}
section#news .screen .carousel .small .thumb.active .mask {
  background-color: rgba(0,0,0,0.4);
}
section#news .screen .carousel .small .thumb .mask {
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
section#news .screen .carousel .small .thumb img {
  position: relative;
  z-index: 1;
}
section#news .menu {
  float: left;
  background-color: #fff;
  height: 50px;
  margin-bottom: 30px;
}
section#news .menu nav {
  float: left;
  padding-left: 10px;
  height: 50px;
  position: relative;
  z-index: 20;
}
section#news .menu nav ul {
  float: left;
}
section#news .menu nav ul li {
  text-transform: uppercase;
  font-family: 'museo_sans500';
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  float: left;
  border-right: 1px solid #ccc;
  position: relative;
}
section#news .menu nav ul li.arrow {
  padding-right: 45px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 22px;
}
section#news .menu nav ul li.last {
  border-right: none;
}
section#news .menu nav ul li:hover ul {
  display: block;
}
section#news .menu nav ul li a {
  color: #074295;
  display: block;
}
section#news .menu nav ul li ul {
  display: none;
  position: absolute;
  background-color: #171414;
  z-index: 10;
  top: 50px;
  left: 0px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  width: 230px;
}
section#news .menu nav ul li ul li {
  border-right: none;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
section#news .menu nav ul li ul li:hover {
  background-color: #fff;
}
section#news .menu nav ul li ul li:hover a {
  color: #171414;
}
section#news .menu nav ul li ul li a {
  color: #fff;
  display: block;
}
section#news .menu form {
  float: right;
  margin-right: 22px;
}
section#news .menu form input {
  background-color: #e9e9e9;
  border: none;
  padding: 10px;
  margin: 8px 0;
  font-family: 'museo_sans300';
  font-size: 14px;
  float: left;
  height: 34px;
}
section#news .menu form input[type="search"] {
  width: 250px;
}
section#news .menu form input[type="submit"] {
  width: 37px;
  background-image: url("../img/search.png");
}
section#news .posts {
  min-height: 500px;

}
section#news .posts .thumb {
  width: 100%;
  min-height: 250px;
  background-color: #fff;
  margin-bottom: 35px;
  float: left;
}
section#news .posts .thumb .image {
  width: 40%;
  float: left;
  background-color: #333;
  height: inherit;
  position: relative;
  overflow: hidden;
  height: 250px;
}
section#news .posts .thumb .image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
section#news .posts .thumb .image .share {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
section#news .posts .thumb .image .share a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #333;
  float: left;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
}
section#news .posts .thumb .image .share a.twitter {
  background-color: #029cda;
  background-position: -17px 6px;
}
section#news .posts .thumb .image .share a.facebook {
  background-color: #1f3f8c;
  background-position: -44px 7px;
}
section#news .posts .thumb .info {
  float: left;
  width: 60%;
  height: inherit;
  position: relative;
  font-family: 'museo_sans300';
}
section#news .posts .thumb .info .category {
  background-color: #188630;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 13px;
}
section#news .posts .thumb .info .title {
  font-size: 26px;
  color: #263d8b;
  width: 90%;
  margin: 40px 5% 10px;
}
section#news .posts .thumb .info .date {
  margin: 0 5% 10px;
  color: #263d8b;
  font-size: 15px;
}
section#news .posts .thumb .info .text {
  margin: 0 5% 10px;
  font-size: 14px;

  line-height: 17px;
}
section#news .posts .thumb .info a.more {
  display: block;
  margin: 0 5%;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  text-align: right;
}
section#news .posts .paginate {
  float: left;
  width: 100%;
}
section#news .posts .paginate a,
section#news .posts .paginate span {
  display: block;
  float: left;
  background-color: #fff;
  padding: 10px 15px;
  margin: 0 8px 0 0;
  font-family: 'museo_sans300';
  font-size: 14px;
}
section#news .posts .paginate a.current,
section#news .posts .paginate span.current,
section#news .posts .paginate a:hover,
section#news .posts .paginate span:hover {
  background-color: #333;
  color: #fff;
}
section#news .sidebar {
  min-height: 500px;
}
section#news .sidebar #widget-social {
  background-color: #fff !important;
}
section#gallery {
  float: left;
  width: 100%;
}
section#gallery .panel {
  float: left;
  width: 100%;
  padding: 50px 0;
}
section#gallery .panel .box {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
section#gallery .panel .box h2 {
  font-size: 45px;
  font-family: 'museo_sans900';
  margin-bottom: 30px;
}
section#gallery .panel .box .thumbnails {
  float: left;
  width: 100%;
}
section#gallery .panel .box .thumbnails .thumb {
  width: 49.5%;
  background-color: #ccc;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
section#gallery .panel .box .thumbnails .thumb .play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section#gallery .panel .box .thumbnails .thumb .image {
  border: 3px solid #fff;
  min-height: 380px;
  overflow: hidden;
}
section#gallery .panel .box .thumbnails .thumb .image img {
  float: left;
}
section#gallery .panel .box .thumbnails .thumb.last {
  margin: 0 0 10px 0;
}
section#gallery .panel .box .thumbnails .thumb.triple {
  width: 32.7%;
}
section#joinus .overview {
  float: left;
  width: 100%;
  background-color: #fff;
  margin: 0 0 20px;
}
section#joinus .overview .margin {
  float: left;
  margin: 22px 2%;
  width: 96%;
}
section#joinus .overview .margin .joinmenu {
  float: left;
  width: 100%;
  margin: 0 0 22px;
  text-align: center;
}
section#joinus .overview .margin .joinmenu a {
  display: inline-block;
  width: 30%;
  height: 210px;

  background-color: #f00;
  margin: 5px;
  position: relative;
  overview: hidden;
}
section#joinus .overview .margin .joinmenu a .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
section#joinus .overview .margin .joinmenu a .image img {
  width: 150%;
  float: left;
}
section#joinus .overview .margin .joinmenu a span.name {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  padding: 60px 15% 0;
  height: 150px;
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-family: 'museo_sans500';
  overflow: hidden;
}
section#joinus .overview .margin .joinmenu a span.triangle {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #f00;
  display: none;
}
section#joinus .overview .margin .joinmenu a.voluntaries span.name {
  background-color: rgba(53,133,48,0.7);
}
section#joinus .overview .margin .joinmenu a.voluntaries span.triangle {
  border-top: 20px solid #358530;
}
section#joinus .overview .margin .joinmenu a.partner span.name {
  background-color: rgba(29,53,132,0.7);
}
section#joinus .overview .margin .joinmenu a.partner span.triangle {
  border-top: 20px solid #1d3584;
}
section#joinus .overview .margin .joinmenu a.territorial span.name {
  background-color: rgba(226,0,26,0.7);
}
section#joinus .overview .margin .joinmenu a.territorial span.triangle {
  border-top: 20px solid #e2001a;
}
section#joinus .overview .margin .joinmenu a.active span.triangle {
  display: block;

}
section#joinus .overview .margin .data {
  float: left;
  margin: 60px 2% 40px;
  width: 96%;
}

section#joinus .overview .margin .data .top { }
section#joinus .overview .margin .data .top h2 {
    color: #636363;  font-family: 'museo_sans500';  font-size: 35px;
 
    text-align: center;
    padding-bottom: 15px;
}
section#joinus .overview .margin .data .top p {
    color: #636363;
 
    font-family: 'museo_sans500';
    font-size: 20px;
}
section#joinus .overview .margin .data .top .burbu {
    width: 100%;
 
    padding-top: 30px;
    padding-bottom: 30px;
}
section#joinus .overview .margin .data .top .burbu ul {
    width: 80%;
 
    margin: 0 auto;
}
section#joinus .overview .margin .data .top .burbu ul li{
    float: left;
 
    margin-right: 10px;
}

section#joinus .overview .margin .data .cont-acc {
    width: 100%;
 }
section#joinus .overview .margin .data .cont-acc .accordeon {
    width: 100%;
 }
section#joinus .overview .margin .data .cont-acc .accordeon dl {
    width: 100%;
 }
section#joinus .overview .margin .data .cont-acc .accordeon dl dt {
    width: 100%;
 }
section#joinus .overview .margin .data .cont-acc .accordeon dl dt a {
    width: 95%;
 
    background-color: #074295;
    padding: 15px;
    padding-left: 35px;
    display: block;
    -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'museo_sans500';
    font-size: 16px;
}
section#joinus .overview .margin .data .cont-acc .accordeon dl dd { }
section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont {
    color: #636363;
 
    width: 90%;
    padding-left: 45px;
    padding-top: 15px;
    font-family: 'museo_sans500';
    padding-bottom: 15px;
    line-height: 20px;
}


section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .col1 {
    width: 50%;
 }
section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .col2 {
    width: 44%;
 }


section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .linea {
    padding-bottom: 10px;
 
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .aba-linea {
    width: 100%;
 }
section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .aba-linea .iz {
    width: 50%;

 
    float: left;
}
section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .aba-linea .iz span {
    color: #074295;
 }

section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .aba-linea .der {
    width: 50%;
 
    float: left;
}
section#joinus .overview .margin .data .cont-acc .accordeon dl dd .cont .aba-linea .der img {
    float: right;
 }



section#joinus .overview .margin .data .info,
section#joinus .overview .margin .data .form {
  width: 48%;
  min-height: 300px;
}
section#joinus .overview .margin .data .info {
  float: left;
}
section#joinus .overview .margin .data .info h1 {
  color: #145dc5;
  font-family: 'museo_sans500';
  font-size: 35px;
  margin: 0 0 20px;
}
section#joinus .overview .margin .data .info .text {
  color: #515151;
  font-family: 'museo_sans300';
  font-size: 17px;
  line-height: 26px;
}
section#joinus .overview .margin .data .info .text p {
  margin: 0 0 10px;
}
section#joinus .overview .margin .data .form {
  float: right;
}
section#joinus .overview .margin .data .form form {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
section#joinus .overview .margin .data .form form h2 {
  font-family: 'museo_sans500';
  font-size: 22px;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
section#joinus .overview .margin .data .form form .inputs,
section#joinus .overview .margin .data .form form .selectable {
  width: 47%;
}
section#joinus .overview .margin .data .form form .inputs {
  float: left;
}
section#joinus .overview .margin .data .form form .selectable {
  float: right;
}
section#joinus .overview .margin .data .form form .inputs .field,
section#joinus .overview .margin .data .form form .selectable .field {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  position: relative;
}
section#joinus .overview .margin .data .form form .inputs .field .title,
section#joinus .overview .margin .data .form form .selectable .field .title {
  font-family: 'museo_sans900';
  margin: 10px 0;
  color: #1d3584;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
}
section#joinus .overview .margin .data .form form .inputs .field .message,
section#joinus .overview .margin .data .form form .selectable .field .message {
  background-color: #f00;
  position: absolute;
  color: #fff;
  right: 0;
  font-family: 'museo_sans300';
  font-size: 11px;
  line-height: 15px;
  padding: 3px;
  width: 60%;
  display: none;
}
section#joinus .overview .margin .data .form form .inputs .field .fileUpload,
section#joinus .overview .margin .data .form form .selectable .field .fileUpload {
  position: relative;
  float: left;
}
section#joinus .overview .margin .data .form form .inputs .field .fileUpload input[type="file"],
section#joinus .overview .margin .data .form form .selectable .field .fileUpload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  display: none;
}
section#joinus .overview .margin .data .form form .inputs .field .fileUpload .button,
section#joinus .overview .margin .data .form form .selectable .field .fileUpload .button {
  float: left;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
section#joinus .overview .margin .data .form form .inputs .field .fileUpload .name,
section#joinus .overview .margin .data .form form .selectable .field .fileUpload .name {
  float: left;
  width: 100%;
  color: #333;
  font-family: 'museo_sans300';
  font-size: 14px;
}
section#joinus .overview .margin .data .form form .inputs .field label,
section#joinus .overview .margin .data .form form .selectable .field label {
  display: block;
  width: 100%;
  float: left;
  font-family: 'museo_sans700';
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 10px;
  color: #515151;
}
section#joinus .overview .margin .data .form form .inputs .field .instruction,
section#joinus .overview .margin .data .form form .selectable .field .instruction {
  font-size: 11px;
  line-height: 16px;
  color: #333;
  text-transform: uppercase;
  font-family: 'museo_sans300';
  margin-bottom: 10px;
}
section#joinus .overview .margin .data .form form .inputs .field .instruction a,
section#joinus .overview .margin .data .form form .selectable .field .instruction a {
  float: left;
  display: inline;
  text-decoration: underline;
}
section#joinus .overview .margin .data .form form .inputs .field input[type="text"],
section#joinus .overview .margin .data .form form .selectable .field input[type="text"],
section#joinus .overview .margin .data .form form .inputs .field select,
section#joinus .overview .margin .data .form form .selectable .field select {
  float: left;
  width: 90%;
  background-color: #eee;
  border: 1px solid #eee;
  padding: 8px 5%;
  font-family: 'museo_sans300';
}
section#joinus .overview .margin .data .form form .inputs .field input[type="text"].error,
section#joinus .overview .margin .data .form form .selectable .field input[type="text"].error,
section#joinus .overview .margin .data .form form .inputs .field select.error,
section#joinus .overview .margin .data .form form .selectable .field select.error {
  border: 1px solid #f00;
}
section#joinus .overview .margin .data .form form .inputs .field input[type="text"].ok,
section#joinus .overview .margin .data .form form .selectable .field input[type="text"].ok,
section#joinus .overview .margin .data .form form .inputs .field select.ok,
section#joinus .overview .margin .data .form form .selectable .field select.ok {
  border: 1px solid #008000;
}
section#joinus .overview .margin .data .form form .inputs .field input[type="text"]:focus,
section#joinus .overview .margin .data .form form .selectable .field input[type="text"]:focus,
section#joinus .overview .margin .data .form form .inputs .field select:focus,
section#joinus .overview .margin .data .form form .selectable .field select:focus {
  background-color: #fff;
}
section#joinus .overview .margin .data .form form .inputs .field select,
section#joinus .overview .margin .data .form form .selectable .field select {
  width: 100%;
}
section#joinus .overview .margin .data .form form .inputs .field .option,
section#joinus .overview .margin .data .form form .selectable .field .option {
  float: left;
  font-size: 14px;
  color: #515151;
  font-family: 'museo_sans300';
  width: 100%;
  margin: 0 0 6px;
}
section#joinus .overview .margin .data .form form .inputs .field .option input,
section#joinus .overview .margin .data .form form .selectable .field .option input {
  background-color: #eee;
  border: none;
  padding: 3px;
  float: none;
}
section#joinus .overview .margin .data .form form .inputs .field .option input[type="text"],
section#joinus .overview .margin .data .form form .selectable .field .option input[type="text"] {
  width: 80px;
}
section#joinus .overview .margin .data .form form .inputs .field input[type="submit"],
section#joinus .overview .margin .data .form form .selectable .field input[type="submit"] {
  cursor: pointer;
}
section#joinus .overview .margin .data.usa h1 {
  margin-bottom: 50px;
}
section#joinus .overview .margin .data.usa .info,
section#joinus .overview .margin .data.usa .form {
  float: left;
  width: 90%;
  margin: 0 5%;
}
section#joinus .overview .margin .data.usa .info {
  margin-bottom: 50px;
}
section#joinus .overview .margin .newsletter {
  float: left;
  width: 100%;
  background-color: #1d3584;
  min-height: 100px;
  padding: 50px 0;
}
section#joinus .overview .margin .newsletter h2 {
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'museo_sans900';
  margin: 0 0 10px;
}
section#joinus .overview .margin .newsletter p {
  font-family: 'museo_sans300';
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
}
section#joinus .overview .margin .newsletter form {
  width: 100%;
  float: left;
  text-align: center;
}
section#joinus .overview .margin .newsletter form input {
  width: 20%;
  border: none;
  padding: 0 2%;
  font-family: 'museo_sans300';
  font-size: 14px;
  height: 40px;
  display: inline-block;
  margin: 5px;
}
section#joinus .overview .margin .newsletter form input[type="submit"] {
  width: 20%;
  background-color: #145dc5;
  color: #fff;
  font-family: 'museo_sans900';
  text-transform: uppercase;
  font-size: 17px;
}
section#joinus .overview .margin .network {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
section#joinus .overview .margin .network h2 {
  font-family: 'museo_sans900';
  font-size: 27px;
  color: #145dc5;
  margin: 0 0 30px;
}
section#joinus .overview .margin .network .box {
  width: 25%;
  background-color: #ccc;
  min-height: 360px;
  display: inline-block;
  margin: 0 7px;
  background-image: url("../img/bigsize_social_icons.png");
  background-repeat: no-repeat;
}
section#joinus .overview .margin .network .box .items {
  float: left;
  width: 80%;
  padding: 30px 10% 0;
  margin: 140px 0 0 0;
  text-align: left;
  font-family: 'museo_sans500';
  border-top: 1px dotted #fff;
  font-size: 17px;
}
section#joinus .overview .margin .network .box .items a {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin: 0 0 8px 0;
}
section#joinus .overview .margin .network .box.youtube {
  background-color: #eaeaea;
  background-position: 110px 30px;
}
section#joinus .overview .margin .network .box.youtube .items a {
  color: #171414;
}
section#joinus .overview .margin .network .box.twitter {
  background-color: #14ace6;
  background-position: -160px 30px;
}
section#joinus .overview .margin .network .box.facebook {
  background-color: #24479c;
  background-position: -410px 30px;
}
section#joinus .overview .margin .work {
  float: left;
  width: 100%;
}
section#joinus .overview .margin .work .left,
section#joinus .overview .margin .work .right {
  float: left;
  width: 50%;
  min-height: 300px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}
section#joinus .overview .margin .work .left h2,
section#joinus .overview .margin .work .right h2 {
  font-family: 'museo_sans900';
  font-size: 27px;
  color: #145dc5;
  margin: 0 0 30px;
}
section#joinus .overview .margin .work .left p,
section#joinus .overview .margin .work .right p {
  font-family: 'museo_sans300';
  color: #515151;
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 22px;
}
section#joinus .overview .margin .work .left a,
section#joinus .overview .margin .work .right a {
  font-size: 16px;
}
section#joinus .overview .margin .work .left {
  background-image: url("../img/joinus.png");
  background-position: center;
  background-repeat: no-repeat;
}
section#joinus .overview .margin .work .right {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}
section#single {
  float: left;
  width: 100%;
  margin: 40px 0;
}
section#single.news .post {
  float: left;
  background-color: #fff;
  position: relative;
  font-family: 'museo_sans300';
}
section#single.news .post .category {
  background-color: #188630;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 13px;
}
section#single.news .post .title {
  font-size: 57px;
  color: #263d8b;
  width: 90%;
  margin: 40px 5% 30px;
}
section#single.news .post .image {
  width: 100%;
  background-color: #f00;
  position: relative;
  margin-bottom: 30px;
}
section#single.news .post .image img {
  width: 100%;
}
section#single.news .post .image .share {
  position: absolute;
  top: -15px;
  right: 20px;
  z-index: 2;
}
section#single.news .post .image .share a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #333;
  float: left;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
}
section#single.news .post .image .share a.twitter {
  background-color: #029cda;
  background-position: -17px 6px;
}
section#single.news .post .image .share a.facebook {
  background-color: #1f3f8c;
  background-position: -44px 7px;
}
section#single.news .post .excerpt {
  background-color: #f4f4f4;
  font-size: 24px;
  line-height: 28px;
  width: 80%;
  margin: 0 5%;
  padding: 20px 5%;
  font-style: italic;
  margin-bottom: 30px;
  float: left;
}
section#single.news .post .text {
  width: 90%;
  margin: 0 5%;
  float: left;
  margin-bottom: 40px;
}
section#single.news .post .text p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
}
section#single.news .sidebar #widget-social {
  background-color: #ccc !important;
}
section#single.proyects .post {
  float: left;
  background-color: #fff;
  position: relative;
  font-family: 'museo_sans300';
}
section#single.proyects .post .category {
  background-color: #188630;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 5px 8px;
  text-transform: uppercase;
  font-size: 13px;
}
section#single.proyects .post .title {
  font-size: 57px;
  color: #263d8b;

  width: 90%;
  margin: 40px 5% 30px;
}
section#single.proyects .post .image {
  width: 100%;
  background-color: #f00;
  position: relative;
  margin-bottom: 30px;
}
section#single.proyects .post .image img {
  width: 100%;

}
section#single.proyects .post .image .share {
  position: absolute;
  top: -15px;
  right: 20px;
  z-index: 2;
}
section#single.proyects .post .image .share a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #333;
  float: left;
  overflow: hidden;
  line-height: 1000px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
}
section#single.proyects .post .image .share a.twitter {
  background-color: #029cda;
  background-position: -17px 6px;
}
section#single.proyects .post .image .share a.facebook {
  background-color: #1f3f8c;
  background-position: -44px 7px;
}
section#single.proyects .post .excerpt {
  background-color: #f4f4f4;
  font-size: 24px;
  line-height: 28px;
  width: 80%;
  margin: 0 5%;
  padding: 20px 5%;
  font-style: italic;
  margin-bottom: 30px;
  float: left;
}
section#single.proyects .post .text {
  width: 90%;
  margin: 0 5%;
  float: left;
  margin-bottom: 10px;
}
section#single.proyects .post .text p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
}
section#single.proyects .post .thumb {
  background-color: #333;
  float: left;
  width: 90%;
  padding: 20px 5%;
  color: #fff;
}
section#single.proyects .post .thumb h2 {
  margin: 0 0 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'museo_sans500';
}
section#single.proyects .post .thumb .text {
  margin: 0;
  padding: 0;
}
section#single.proyects .post .thumb.problem {
  background-color: #1b327c;
}
section#single.proyects .post .thumb.proyect {
  background-color: #2e4694;
}
section#single.proyects .post .thumb.beneficiaries {
  background-color: #3f5cb8;
}
section#single.proyects .post .protagonists {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
}
section#single.proyects .post .protagonists h2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #2e4694;
  font-family: 'museo_sans500';
  text-transform: uppercase;
  margin: 0 0 20px;
}
section#single.proyects .post .protagonists .carousel {
  float: left;
  width: 80%;
  margin: 10px 10% 60px;
}
section#single.proyects .post .protagonists .carousel ul {
  float: left;
  width: 100%;
}
section#single.proyects .post .protagonists .carousel ul li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
section#single.proyects .post .protagonists .carousel ul li .image {
  width: 25%;
  height: 150px;
  border-radius: 300px;
  float: left;
  overflow: hidden;
  background-color: #fff;
}
section#single.proyects .post .protagonists .carousel ul li .image img {
  width: 100%;
}
section#single.proyects .post .protagonists .carousel ul li .info {
  float: right;
  width: 70%;
}
section#single.proyects .post .protagonists .carousel ul li .info .text {
  font-size: 20px;
  line-height: 25px;
  font-family: 'museo_sans500';
  font-style: italic;
  margin: 0 0 10px;
  width: 100%;
}
section#single.proyects .post .protagonists .carousel ul li .info .label {
  float: left;
  width: 100%;
  color: #263d8b;
  font-family: 'museo_sans500';
  font-size: 15px;
  font-style: italic;
}
section#single.proyects .post .protagonists .carousel .bx-default-pager {
  bottom: -40px;
}
section#single.proyects .post .protagonists .carousel .bx-default-pager .bx-pager-item a {
  background-color: #263d8b !important;
}
section#single.proyects .post .protagonists .carousel .bx-default-pager .bx-pager-item a.active {
  background-color: #5572d4 !important;
}
section#single.proyects .sidebar #related-social {
  background-color: #188630 !important;
}
section#single.proyects .sidebar #related-social .title {
  color: #fff;
}
section#single.proyects .sidebar #related-social .thumbnails .thumb .subtitle {
  color: #fff;
}
section#single.proyects .sidebar #related-social .thumbnails .thumb .text {
  color: #fff;
}
section#single.proyects .sidebar #related-social .thumbnails .thumb a.more {
  color: #fff;
}
section#single.proyects .sidebar #widget-social {
  background-color: #ccc !important;
}
/* widgets */
#related-social {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 500px;
  margin-bottom: 35px;
}
#related-social .title {
  font-family: 'museo_sans900';
  font-size: 16px;
  margin: 20px 5%;
}
#related-social .thumbnails {
  float: left;
  width: 100%;
}
#related-social .thumbnails .thumb {
  float: left;
  width: 100%;
  font-family: 'museo_sans300';
  margin-bottom: 20px;
}
#related-social .thumbnails .thumb .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  height: 180px;
}
#related-social .thumbnails .thumb .image img {
  width: 100%;
}
#related-social .thumbnails .thumb .subtitle {
  font-size: 23px;
  line-height: 27px;
  color: #263d8b;
  width: 90%;
  margin: 0 5% 10px;
}
#related-social .thumbnails .thumb .text {
  margin: 0 5% 20px;
  font-size: 14px;
  line-height: 17px;
}
#related-social .thumbnails .thumb a.more {
  display: block;
  margin: 0 7% 20px;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  text-align: center;
}
#widget-social {
  float: left;
  width: 80%;
  padding: 25px 10%;
  background-color: #eee !important;
  margin-bottom: 35px;
}
#widget-social .title {
  color: #145dc5;
  font-family: 'museo_sans300';
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
#widget-social .icons {
  text-align: center;
}
#widget-social .icons a {
  display: inline-block;
  width: 58px;
  height: 58px;
  background-color: #ccc;
  margin: 5px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #fff;
  line-height: 1000px;
  background-image: url("../img/social_icons_big.png");
  background-repeat: no-repeat;
}
#widget-social .icons a.youtube {
  background-position: 15px 11px;
  background-color: #e5e5e5;
}
#widget-social .icons a.twitter {
  background-position: -52px 10px;
  background-color: #039ddb;
}
#widget-social .icons a.facebook {
  background-position: -116px 12px;
  background-color: #1f3f8d;
}
#widget-join {
  float: left;
  width: 100%;
  min-height: 150px;
  background-color: #333;
  background-image: url("../img/bg-join.jpg");
  position: relative;
}
#widget-join a.button {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  width: 60%;
  top: 0;
  bottom: 0;
  height: 31px;
  line-height: 31px;
  font-size: 31px;
}
#widget-colaborate {
  float: left;
  width: 100%;
  background-color: rgba(49,72,152,0.8);
  min-height: 120px;
  font-family: 'museo_sans300';
  padding: 40px 0;
}
#widget-colaborate .center {
  width: 1180px;
  margin: auto;
}
#widget-colaborate .center .title {
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  font-size: 30px;
  font-family: 'museo_sans500';
}
#widget-colaborate .center .data {
  float: left;
  width: 100%;
}
#widget-colaborate .center .data .box {
  background-color: #243d8f;
  width: 39.9%;
  padding: 30px 5%;
}
#widget-colaborate .center .data .box.left {
  float: left;
}
#widget-colaborate .center .data .box.right {
  float: right;
}
#widget-colaborate .center .data .box p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 7px;
  display: block;
  float: left;
  width: 100%;
}
#widget-colaborate .center .data .box p.country {
  font-family: 'museo_sans500';
  font-size: 25px;
}
#widget-colaborate .center .data .box p.description {
  font-size: 15px;
}
#widget-colaborate .center .data .box .info {
  margin: 10px 0 0 30px;
  float: left;
}
#widget-colaborate .center .data .box .info p {
  font-size: 16px;
  margin: 0;
}
.donar {
  float: left;
  width: 100%;
}
footer {
  float: left;
  width: 100%;
  background-color: #0a1334;
  text-align: center;
}
footer span {
  padding: 20px 0;
  color: #fff;
  display: block;
  float: left;
  width: 100%;
  font-family: 'open_sansregular';
  font-size: 12px;
}
/* fancybox */
.fancybox-skin {
  border: 10px solid #fff !important;
  overflow: hidden;
  border-radius: 5px;
}
.fancybox-skin {
  border-radius: 0;
  overflow: hidden;
}
.fancybox-skin .fancybox-close {
  top: 0;
  right: 0;
  background-image: url("../img/l-cerrar.png");
  width: 71px;
  height: 60px;
  background-repeat: no-repeat;
  z-index: 9999;
}
.fancybox-skin .fancybox-prev span {
  background-image: url("../img/arrows-lightbox.png");
  background-repeat: no-repeat;
  background-position: center left;
  height: 70px;
}
.fancybox-skin .fancybox-next span {
  background-image: url("../img/arrows-lightbox.png");
  background-repeat: no-repeat;
  background-position: center right;
  height: 70px;
}
.fancybox-skin .fancybox-title-float-wrap {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
}
.fancybox-skin .fancybox-title-float-wrap span {
  background-color: transparent;

  background-image: url("../img/gallery-bg.png");
  background-position: top center;
  margin: 0;
  left: 0;
  display: block;
  border-radius: 0;
  padding: 60px 30px 20px;
  position: absolute;
  bottom: 0;
  width: 95%;
  text-align: left;
  font-size: 14px;
  white-space: normal;
}
@media all and (max-width:1300px) {
  nav#home-nav {
    display: none;
  }
  header nav#main_menu a {
    padding: 15px !important;
  }
  header .buttons {
    width: 350px !important;
  }
  header .buttons a {
    min-width: 30px;
    width: 28% !important;
    margin-left: 10px;
  }
  header .others {
    left: 133px;
  }
  header .others .social {
    display: none;
  }
  section #home .carousel img {
    width: 150% !important;
  }
}
@media all and (max-width:980px) {
  header nav#main_menu {
    display: none;
  }
  header nav#second_menu {
    display: none !important;
  }
  header .buttons {
    display: none;
  }
  header .others {
    display: none;
  }
  header #mobile_menu {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50%;
    z-index: 1000;
  }
  header #mobile_menu a.show {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #145dc5;
    padding: 10px;
    border: 3px 3px solid #20408f;
  }
  header #mobile_menu .menu {
    position: absolute;
    top: 50px;
    background-color: #145dc5;
    width: 100%;
    display: none;
  }
  header #mobile_menu .menu a {
    display: block;
    color: #fff;
    padding: 10px;
  }
  header #mobile_menu .menu a:hover {
    background-color: #20408f;
  }
  header #mobile_menu .menu .submenu {
    padding: 0 0 0 30px;
  }
  #inside-menu {

    display: none;
  }
  section {
    width: 100%;
  }
  section#press .center {
    width: 100% !important;
  }
  section#press .thumb {
    margin-bottom: 90px !important;
  }
  section#gallery .panel .box .thumbnails .thumb {
    float: left;
    width: 100% !important;
    height: auto !important;
  }
  section#gallery .panel .box .thumbnails .thumb .image {
    height: auto !important;
    min-height: 0px;
  }
  section#gallery .panel .box .thumbnails .thumb .image .img {
    width: 100%;
  }
  section#home aside.carousel {
    display: none;
  }
  section#home aside.news {
    margin-top: 0 !important;
    background-image: none !important;
    background-color: #122b77;
    padding: 30px 0 !important;
    height: auto !important;
    float: left;
  }
  section#home aside.news .title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  section#home aside.news .thumbnails {
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
    background-color: transparent;
    text-align: center;
  }
  section#home aside.news .thumbnails .thumb {
    float: left;
    width: 48% !important;
    display: inline-block !important;
    float: none !important;
    background-color: #333;
    overflow: hidden;
    height: 270px !important;
    margin: 4px;
  }
  section#home aside.news .thumbnails .thumb .image {
    float: left;
  }
  section#home aside.news .thumbnails .thumb .info {
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
  }
  section#home aside.news .thumbnails .thumb .info .date {
    top: 10px;
    left: 10px;
  }
  section#home aside.news .thumbnails .thumb .info .title {
    font-size: 22px !important;
    line-height: 26px !important;
    position: absolute;
    bottom: 20px;
    padding: 10px;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    width: 80%;
  }
  section#home aside.news .thumbnails .thumb.big {
    height: 400px !important;
    width: 98% !important;
  }
  section#home aside.proyects {
    height: auto !important;
    background-image: none !important;
    background-color: #ea6517;
  }
  section#home aside.proyects .title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  section#home aside.proyects .thumbnails .thumb {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-shadow: 3px 3px 0 #e15105 !important;
    -moz-box-shadow: 3px 3px 0 #e15105 !important;
    -o-box-shadow: 3px 3px 0 #e15105 !important;
    box-shadow: 3px 3px 0 #e15105 !important;
  }
  section#home aside.protagonists {
    background-color: #278331;
    background-image: none !important;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  section#home aside.protagonists .title {
    font-size: 30px !important;
    line-height: 34px !important;
    margin: 0 0 30px !important;
  }
  section#home aside.protagonists .thumbnails {
    text-align: center;
    height: auto !important;
    min-height: 10px !important;
    margin: 0 0 50px !important;
  }
  section#home aside.protagonists .thumbnails .thumb {
    margin: 0 !important;
    display: inline-block;
    width: 40% !important;
    float: none !important;
    height: auto !important;
    min-height: 0 !important;
  }
  section#home aside.protagonists .thumbnails .thumb .image {
    height: auto !important;
  }
  section#home aside.we_do {
    background-color: #e6b80c;
    background-image: none !important;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  section#home aside.we_do .title {
    font-size: 30px !important;
    line-height: 34px !important;
    margin: 0 0 30px !important;

  }
  section#home aside.we_do .thumbnails {
    text-align: center;
    height: auto !important;
    min-height: 0 !important;
  }
  section#home aside.we_do .thumbnails .thumb {
    float: left;

    width: 30% !important;
    position: static;
    margin: 3px;
    height: 150px !important;
  }
  section#home aside.we_do .thumbnails .thumb .play {
    display: none !important;
  }
  section#home aside.brands {
    margin: 0 !important;
    padding: 40px 0 !important;
    height: auto !important;

    min-height: 0 !important;
  }
  section#we-are .center {
    width: 90% !important;
    padding: 0 5%;
  }
  section#we-are .center iframe {
    width: 100% !important;
    height: 500px;
  }
  section#we-are .center .thumbnails {
    text-align: center;
  }
  section#we-are .center .thumbnails .thumb {
    float: none;
    display: inline-block;
    width: 45%;
    margin: 0 10px 30px;
  }
  section#mission .center .history .item {
    width: 90%;
    padding: 20px 5% !important;
  }
  section#mission .center .history .item .center {
    width: 100%;
  }
  section#mission .center .history .item .center .image {
    float: left;
    margin: 0 30px 0 0;
    width: 40%;
    border-radius: 0;
  }
  section#mission .center .history .item .center .text {
    display: inline-block;
    float: left;
    width: 55%;
    padding: 0;
  }
  section#mission .center .history .item .center .text h1,
  section#mission .center .history .item .center .text h2 {
    margin: 0 0 10px;
  }
  section#mission .center .history .item .center .text p {
    width: 100%;
    margin: 0;
  }
  section#mission .center .history .item.left .center .image {
    margin: 0 0 0 30px;
  }
  section#model .boxes {
    width: 90% !important;
  }
  section#model .boxes .box .title span {
    display: none;
  }
  section#model .boxes .box .image img {
    width: 100% !important;
  }
  section#transparency {
    padding: 0 0 20px;
  }
  section#transparency .panel .info {
    margin: 0;
    width: 100%;
  }
  section#transparency .panel .info .left,
  section#transparency .panel .info .right {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
  }
  section#transparency .panel .info .left {
    background-image: none !important;
    min-height: 150px;
    margin-bottom: 20px;
    text-align: center;
  }
  section#transparency .panel .info .left h1 {
    font-size: 30px !important;
    line-height: 34px;
    margin-bottom: 20px;
  }
  section#transparency .panel .info .left .graphic {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
  }
  section#transparency .panel .downloads {
    text-align: center;
  }
  section#transparency .panel .downloads .items {
    margin: 0;

  }
  section#transparency .panel .downloads .items a {
    display: inline-block;
    float: none;
    margin: 10px !important;
    width: 30%;
  }
  section#transparency .panel .downloads .items a .name {
    text-align: left !important;
  }
  section#transparency .panel .downloads .items a .extension {
    text-align: left !important;
  }
  section#transparency .panel .downloads .items a.last {
    margin: 10px !important;
  }
  section#proyects .carousel {
    display: none !important;
  }
  section#proyects .thumbnails {
    float: left;
  }
  section#types,
  section#protagonists {
    padding: 0 0 30px !important;
    height: auto !important;
  }
  section#types .thumbnails,
  section#protagonists .thumbnails {
    background-color: transparent;
    padding: 0 !important;
    float: left;
    width: 100%;
  }
  section#types .thumbnails .thumb,
  section#protagonists .thumbnails .thumb {
    width: 100%;
    height: 300px;
    background-color: #333;
    float: left;
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
  }
  section#protagonists .thumbnails .thumb {
    height: 400px;
  }
  section#people {
    padding: 10px 0 20px;
  }
  section#people #filters {
    float: left;
  }
  section#people .background .thumbs .thumb .image {
    height: auto !important;
  }
  section#people .background .thumbs .thumb.big {
    width: 100%;
  }
  
  
  

  
  section#volunteers .center {
    width: 90%;
    margin: 0 5%;
  }

  section#volunteers .center .overview {
    padding: 0;
  }
  section#volunteers .center .overview .become-a-volunteer .content .video {
    width: 90%;
    margin: 0 5% 20px;
  }
  section#volunteers .center .overview .how_is .content .image {
    display: none;
  }
  section#volunteers .center .overview .how_is .content .text {
    width: 100% !important;
    margin: 0;
  }
  section#volunteers .center .overview .how_we_work .content {
    width: 100%;
    padding: 20px 0;
  }
  section#volunteers .center .overview .how_we_work .content .items .item,
  section#volunteers .center .overview .how_we_work .content .items .item.single {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  section#volunteers .center .overview .how_we_work .content .items .item.image-left .image {
    width: 100% !important;
  }
  section#volunteers .center .overview .how_we_work .content .items .item .image img {
    max-width: 100%;
  }
  section#volunteers .center .overview .how_we_work .content .items .item .name {
    text-align: center;
  }
  section#volunteers .center .overview .how_we_work .content .items .item p {
    text-align: center;
  }
  section#volunteers .center .overview .how_we_work .content .items .arrow {
    display: none !important;
  }
  section#volunteers .center .overview .terms .content .items .item .text .image {
    width: 100% !important;
    float: left;

    margin: 0 0 20px;
  }
  section#volunteers .center .overview .terms .content .items .item .text .info {
    float: left;
    width: 90% !important;
    margin: 0 5%;
  }
  section#volunteers .center .overview .before .content {
    padding: 20px 0;
  }
  section#volunteers .center .overview .before .content .image {
    display: none;
  }
  section#volunteers .center .overview .before .content .info {
    width: 100% !important;
  }
  section#contact .form .left,
  section#contact .form .right {
    width: 100% !important;
  }
  section#news {
    margin: 0;
    padding: 10px 0 20px !important;
  }
  section#news .screen {
    display: none;
  }
  section#news .menu {
    height: auto !important;
    background-color: transparent;
  }
  section#news .menu nav {
    padding: 0;
    float: left;
    width: 100%;
    height: auto !important;
  }
  section#news .menu nav ul {
    float: left;
    width: 100%;
    background-color: #fff;
  }
  section#news .menu nav ul li {
    padding: 0;
    width: 20%;
    border: none;
  }
  section#news .menu nav ul li a {
    font-size: 12px;
    text-indent: 20px;
  }
  section#news .menu form {
    background-color: #145dc5;
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
  }
  section#news .menu form input[type="search"] {
    background-color: #fff;
    margin: 0;
    width: 90% !important;
  }
  section#news .menu form input[type="submit"] {
    width: 10%;
    float: left;
    margin: 0;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  section#news .posts {
    margin: 0;
  }
  section#news .paginate {
    margin: 0 0 40px 0;
  }
  section#joinus .overview .joinmenu a {
    height: 150px !important;
  }
  section#joinus .overview .joinmenu a span.name {
    height: inherit !important;
    padding: 40px 5% !important;
    width: 90% !important;
    font-size: 30px !important;
    line-height: 34px !important;
    height: 130px !important;
  }
  section#joinus .overview .data .info {
    float: left;
    width: 100% !important;
    margin: 0 0 30px;
  }
  section#joinus .overview .data .form {
    float: left;
    width: 100% !important;
  }
  section#joinus .overview .newsletter p {
    width: 90% !important;
    margin: 0 5% 30px !important;
  }
  section#joinus .overview .newsletter form {
    text-align: center;
  }
  section#joinus .overview .newsletter form input {
    display: inline-block !important;
    float: none !important;
    width: 80% !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    text-indent: 10px;
  }
  section#joinus .overview .network .box {
    float: left;
    width: 100% !important;
    background-image: none !important;
    margin: 0 0 20px !important;
    height: auto !important;
    min-height: auto !important;
  }
  section#joinus .overview .network .box .items {
    margin: 0 !important;
    border: none !important;
  }
  section#joinus .overview .work .left {
    display: none;
  }
  section#joinus .overview .work .right {
    float: left !important;
    width: 90% !important;
  }
  section#joinus .overview .work .right a {
    font-size: 11px !important;
  }
  #widget-colaborate .center {
    width: 100%;
  }
  #widget-colaborate .center .data {
    width: 90%;
    margin: 0 5%;
  }
  
  
  /* TAB2 */



section#transparency .panel .info .left2,
section#transparency .panel .info .right2 {
  min-height: 750px;
  width: 100% !important;
}
section#transparency .panel .info .left2 {
  width: 50%;
  float: left;
  min-height: 468px;
  background-image: url("../img/graphic2.png");
  background-repeat: no-repeat;
  background-position: right 147px;
  background-image: none;
}
section#transparency .panel .info .left2 h1 {
  color: #145dc5;
  font-size: 33px;
  font-family: 'museo_sans500';
  width: 90%;
  text-align: center;
  margin: 40px 5% 0;
}
section#transparency .panel .info .left2 .graphic {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
section#transparency .panel .info .right2 {
  width: 100%;
  float: right;
  margin-top: 45px;
}
section#transparency .panel .info .right2 .item {
  float: left;
  width: 90%;
  background-color: #06306b;
  min-height: 150px;
  margin: 0 0 3px;
  padding: 40px 5%;
}
section#transparency .panel .info .right2 .item .title,
section#transparency .panel .info .right2 .item p {

  color: #fff;
  font-family: 'museo_sans300';
}
section#transparency .panel .info .right2 .item .title {
  font-size: 23px;
  margin-bottom: 20px;
}
section#transparency .panel .info .right2 .item p {
  font-size: 16px;
  line-height: 20px;
}
section#transparency .panel .info .right2 .item.financiers {
  background-color: #0d4492;
}
section#transparency .panel .info .right2 .item.partners {
  background-color: #1b5fc2;
}
section#transparency .panel .info .right2 .item.competitive {
  background-color: #72c7ab;
}

  
  
  
  
  
  
  section#transparency .panel .info .left .graphic img { }
  
  
}
@media all and (max-width: 650px) {
  header nav#main_menu {
    display: none;
  }
  header .buttons {
    display: none;
  }
  header .others {
    display: none;
  }
  header #mobile_menu {
    width: 90%;
  }
  section {
    width: 100%;
  }
  section#home aside.carousel {
    display: none;
  }
  section#home aside.news {
    margin-top: 0 !important;
    background-image: none !important;
    background-color: #122b77;
    padding: 30px 0 !important;
    height: auto !important;
    float: left;
  }
  section#home aside.news .title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  section#home aside.news .thumbnails {
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
    background-color: transparent;
    text-align: center;
  }
  section#home aside.news .thumbnails .thumb {
    float: left;
    width: 100% !important;
    display: inline-block !important;
    float: none !important;
    background-color: #333;
    overflow: hidden;
    height: 200px !important;
    margin: 4px;
  }
  section#home aside.news .thumbnails .thumb .image {
    float: left;
  }
  section#home aside.news .thumbnails .thumb .info {
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
  }
  section#home aside.news .thumbnails .thumb .info .date {
    top: 10px;
    left: 10px;
  }
  section#home aside.news .thumbnails .thumb .info .title {
    font-size: 15px !important;
    line-height: 19px !important;
    position: absolute;
    bottom: 10px;
    padding: 10px;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    width: 80%;
  }
  section#home aside.news .thumbnails .thumb.big {
    height: 200px !important;
    width: 98% !important;
  }
  section#home aside.proyects {
    height: auto !important;
    background-image: none !important;
    background-color: #ea6517;
  }
  section#home aside.proyects .title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  section#home aside.proyects .thumbnails .thumb {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-shadow: 3px 3px 0 #e15105 !important;
    -moz-box-shadow: 3px 3px 0 #e15105 !important;
    -o-box-shadow: 3px 3px 0 #e15105 !important;
    box-shadow: 3px 3px 0 #e15105 !important;
    height: auto !important;
    padding: 0 0 20px;
  }
  section#home aside.proyects .thumbnails .thumb .image {
    height: auto !important;
  }
  section#home aside.protagonists {
    background-color: #278331;
    background-image: none !important;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  section#home aside.protagonists .title .thumb,
  section#home aside.protagonists .thumbnails .thumb {
    width: 60% !important;
  }
  section#home aside.we_do .title .thumb,
  section#home aside.we_do .thumbnails .thumb {
    width: 99% !important;
    margin: 0 0 8px;
    height: auto !important;
  }
  section#home aside.brands {
    margin: 0 !important;
    padding: 40px 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  section#we-are .wrap {
    padding: 20px 0;
  }
  section#we-are .wrap .center .video,
  section#we-are .wrap .center .video iframe {
    height: 300px !important;
    min-height: 300px !important;
  }
  section#we-are .wrap .center .thumbnails .thumb {
    width: 90%;
  }
  section#mission .center .history .item {
    width: 100%;
    padding: 0 !important;
  }
  section#mission .center .history .item .center {
    width: 100%;
  }
  section#mission .center .history .item .center .image {
    float: left;
    margin: 0 30px 0 0;
    width: 100%;
    border-radius: 0;
  }
  section#mission .center .history .item .center .text {
    display: inline-block;
    float: left;
    width: 90%;
    padding: 20px 5%;
  }
  section#mission .center .history .item .center .text h1,
  section#mission .center .history .item .center .text h2 {
    margin: 0 0 10px;
  }
  section#mission .center .history .item .center .text p {
    width: 100%;
    margin: 0;
  }
  section#resumen .wrap .milestones .box .milestone {
    width: 120% !important;
  }
  section#resumen .wrap .milestones .box .milestone .line {
    display: none;
  }
  section#directory .filters .select {
    width: 100% !important;
  }
  section#directory .thumbs .thumb {
    width: 100%;
  }
  section#directory .thumbs .thumb .image {
    margin: 30px auto 20px !important;
  }
  section#team .background .thumbs .thumb {
    width: 100%;
  }
  section#team .background .thumbs .thumb .image {
    margin: 30px auto 20px !important;
  }
  section#team .background .thumbs .thumb .name {
    line-height: 35px;
  }
  section#team .background .thumbs .thumb.big {
    width: 100% !important;
  }
  section#team .background .thumbs .thumb.big .image {
    display: none;
  }
  section#team .background .thumbs .thumb.big .bio {
    width: 90% !important;
    margin: 0 5%;
  }
  section#team .background .thumbs .thumb.big .social {
    margin: 0 5%;
  }
  section#transparency .panel .downloads h2 {
    text-align: center;
  }
  section#transparency .panel .downloads .items a {
    height: auto !important;
    width: 90%;
    margin: 0 5% 20px !important;
  }
  section#transparency .panel .downloads .items a .extension {
    padding: 0 !important;
    width: 81% !important;

    position: static !important;
    margin: 0 10% 20px !important;
    text-align: left !important;
  }
  section#transparency .panel .downloads .items a.last {
    margin: 0 5% 20px !important;
  }
  section#proyects .proyects h2 {
    margin: 0 0 20px !important;
  }
  section#proyects .proyects #filters {
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  section#proyects .proyects #filters .select {
    padding: 0 !important;
    width: 100%;
  }
  section#proyects .proyects #filters .select ul {
    float: left;
    width: 100%;
  }
  section#proyects .proyects #filters .select ul li {
    width: 45% !important;
  }
  section#proyects .proyects #filters .select ul ul li {
    width: 100% !important;
  }
  section#proyects .proyects .thumbnails {
    background-color: transparent !important;
  }
  section#proyects .proyects .thumbnails .thumb {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  section#volunteers .center .overview .become-a-volunteer .content .video {
    height: 200px !important;
    min-height: 200px !important;
  }
  section#news {
    margin: 0;
    padding: 10px 0 20px !important;
  }
  section#news .screen {
    display: none;
  }
  section#news .menu {
    height: auto !important;
    background-color: transparent;
  }
  section#news .menu nav {
    display: none;
  }
  section#news .menu form {
    background-color: #145dc5;
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
  }
  section#news .menu form input[type="search"] {
    background-color: #fff;
    margin: 0;
    width: 90% !important;
  }
  section#news .menu form input[type="submit"] {
    width: 10%;
    float: left;
    margin: 0;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  section#news .posts .thumb .image {
    width: 100%;
  }
  section#news .posts .thumb .info {
    width: 100%;
  }
  section#news .posts .thumb .info a.more {
    display: block;
    width: 100%;
    text-align: center;

    margin: 0 0 20px;
  }
  section#joinus .overview .joinmenu a {
    height: 120px !important;
    width: 100% !important;
    margin: 0 0 20px !important;
    overflow: hidden;
  }
  section#joinus .overview .joinmenu a span.name {
    height: inherit !important;
    padding: 40px 5% !important;
    width: 90% !important;
    font-size: 30px !important;
    line-height: 34px !important;
    height: 130px !important;
  }
  section#joinus .overview .form .inputs,
  section#joinus .overview .form .selectable {
    float: left !important;
    width: 100% !important;
  }
  .fancybox-title-float-wrap {
    display: none;
  }
  .fancybox-skin {
    position: static !important;
  }
  .fancybox-skin .fancybox-close {
    position: absolute;
    display: block;
    background-image: url("../js/fancybox/fancybox_sprite.png");
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
  }
  #widget-colaborate .center .data .box.left,
  #widget-colaborate .center .data .box.right {
    width: 90% !important;
    float: left;
    margin: 0 0 3px;
  }

}
.webpay {
  float: left;
  width: 100%;
  padding: 0 0 30px;
  background-color: rgba(49,72,152,0.8);
  text-align: center;
}
.webpay .center {
  max-width: 840px;
  width: 100%;
  margin: auto;
}
.webpay .center .box {
  background-color: #243d8f;
  padding: 20px 0;
}
.webpay .center .box .title {
  font-size: 25px;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'museo_sans500';
}
.webpay .center .box img {
  width: 120px;
}




.clearfix, .clear {
	clear: both;
	width: 100%;
	height: 0px;
	
}


#single.news .post .text a{
    color: #d42e1c!important;
}

#single.news .post .text a:hover{
    color: grey!important;
    text-decoration: underline;
}