

@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latothin';
    src: url('../fonts/lato-thin-webfont.woff2') format('woff2'),
         url('../fonts/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*# sourceMappingURL=styles.css.map */
body {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  font-size: 10px;
}
h1 {
  font-family: 'latothin';
  font-style: normal;
  font-weight: normal;
  margin: 0;
  font-size: 2em;
  margin: 0.67em 0;
}
h1 span {
  font-family: 'latosemibold';
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
h3 {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: normal;
  margin: 0;
}
.item {
  padding: 0 15px;
}
.item figure {
  font-family: 'latoregular';
  font-style: normal;
  font-weight: normal;
  color: #2e2e2e;
  font-size: 3em;
  font-weight: normal;
  color: #9f9f9f;
  margin: 0;
}
.item h2 {
  color: #2e2e2e;
  font-size: 3em;
  font-weight: normal;
  margin-bottom: 20px;
}
.item h2 span {
  color: #525151;
  display: block;
  font-size: 1.25rem;
  line-height: 23px;
  position: relative;
  top: 7px;
}
.item p {
  clear: both;
  font-size: 1.9em;
  line-height: 23px;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
  margin: 1em 40px;
}

header {
  display: block;
  background-color: #fff;
  min-height: 57px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 2;
}
header .header-inner {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 6;
}
header .logo {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 7;
}
header .logo.logo--hidden {
  top: -127px;
}
header .break-point-phone {
  display: none;
}
header h1 {
  color: #525151;
  font-size: 2.4em;
  font-weight: normal;
  margin-top: 12px;
  position: relative;
  text-align: center;
  top: 4px;
}
header .header-icon {
  display: block;
  float: right;
  height: 57px;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  position: relative;
  width: 57px;
  z-index: 2;
}
header .header-icon:hover {
  background-position: 0 100%;
}
header .header-icon.header-icon__menu--active {
  background-position: 0 100%;
}
header .header-icon__menu {
  background-image: url("../img/menu.png");
  background-size: cover;
}
header .header-icon__downloads {
  background-image: url("../img/descargar.png");
  background-size: cover;
}
header .header-icon__english {
  background-image: url("../img/version2.png");
  background-size: cover;
}
header .dropdown-menu {
  background-color: #f1f1f1;
  display: none;
  padding: 40px 7%;
  position: absolute;
  top: 54px;
  width: 100%;
  border-radius: 0;
  border:0;
}
header .dropdown-menu:before {
  content: '';
  display: table;
}
header .dropdown-menu:after {
  content: '';
  display: table;
  clear: both;
}
header .dropdown-downloads {
  background-color: #f1f1f1;
  display: none;
  padding: 40px 10%;
  position: absolute;
  top: 57px;
  width: 100%;
  border-radius: 0;
  border:0;
}
header .dropdown-downloads:before {
  content: '';
  display: table;
}
header .dropdown-downloads:after {
  content: '';
  display: table;
  clear: both;
}
hgroup {
  display: block;
}
main {
  display: block;
  bottom: 5%;
  height: 94%;
  position: absolute;
  top: 4%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
nav {
  display: block;
}
section {
  display: block;
}
summary {
  display: block;
}
audio {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
canvas {
  display: inline-block;
  vertical-align: baseline;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden] {
  display: none;
}
template {
  display: none;
}
a {
  background: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
  font-family: 'latosemibold';
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}

.navbar {
    background-color: #fff;
    min-height: 57px;
    margin-bottom: 0px;
}


.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-theme .owl-buttons {
  margin-top: -45px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-buttons [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border-radius: 3px;
  text-indent: -9999px;
  height: 55px;
  width: 29px;
  position: absolute;
}
.owl-theme .owl-buttons [class*='owl-']:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-buttons .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-next {
  background-image: url("../img/next.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
}
.owl-theme .owl-prev {
  background-image: url("../img/prev.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
}
.owl-nav.disabled.owl-theme + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-pagination {
  padding-top: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-pagination .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-pagination .owl-page span {
  border: 2px solid #2e2e2e;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-pagination .owl-page:hover span {
  background: #2e2e2e;
}
.owl-theme .owl-pagination .owl-page.active span {
  background: #2e2e2e;
}

header.remove-z-index {
  z-index: inherit;
}
.dropdown-main-menu {
  display: none;
}
.dropdown-main-menu.active {
  display: block;
}
.dropdown-downloads-menu {
  display: none;
}
.dropdown-downloads-menu img {
  max-width: 30%;
}
.dropdown-downloads-menu ul {
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 0;
}
.dropdown-downloads-menu li {
  font-size: 1.7em;
  margin-bottom: 10px;
}
.dropdown-downloads-menu a {
  color: #2e2e2e;
  text-decoration: none;
  font-size: 18px;
}
.dropdown-downloads-menu a:hover {
  text-decoration: underline;
}
.dropdown-downloads-menu.active {
  display: block;
}
.dropdown-toggle-menu {
  display: flex;
  justify-content: center;
  font-size: 1.8em;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 14px;
}
.dropdown-toggle-menu li {
  display: inline-block;
}
.dropdown-toggle-menu a {
  background-color: #fff;
  color: #333 !important;
  padding: 10px 20px;
  text-decoration: none;
}
.dropdown-menu-toggle {
  margin-left: 10px;
  margin-right: 10px;
}
.dropdown-menu-toggle:hover a {
  text-decoration: underline;
}
.dropdown-menu-toggle a {
  color: #333;
  text-decoration: none;
}

  .dropdown-toggle-menu li a {
    font-size: 18px;
  }

.dropdown-downloads-toggle {
  margin-left: 10px;
  margin-right: 10px;
}
.dropdown-downloads-toggle:hover a {
  text-decoration: underline;
}
.dropdown-downloads-toggle a {
  color: #333;
  text-decoration: none;
}
.dropdown-menu-toggle.active a {
  background-color: #333;
  color: #fff !important;
  position: relative;
}

.dropdown-downloads-toggle.active a {
  background-color: #333;
  color: #fff !important;
  position: relative;
}

.dropdown-toggle-menu a.version {
  width: 58px;
  height: 44px;
  background-color:black;
  display:none;
  font-weight: bold;
  color:white!important;
  font-size:12px;
  line-height: 15px;
  padding: 7px 6px;
}

.dropdown-toggle-menu a.version:hover {
  background-color:white;
  text-decoration: none;
  color:black!important;
}

.dropdown-toggle-menu li a {
  display: flex;
  font-size: 15px;
  height: 100%;
}

@media (max-width:1000px) {
  header .header-icon__english {
    display: none;
  }
  .dropdown-toggle-menu a.version {
    display: flex;
  }
}

.menu-item {
  font-size: 0.9em;
}

.dropdown-main-menu.years {
  display:block;
}

.years .menu-item {
  width: 12%;
  display: inline-block;
  margin-right: 25px;
}

.owl-item > .menu-item p {
  font-size: 1.4em;
}
.owl-item > .menu-item p.download {
  font-size: 1.2em;
  text-align: center;
  margin-top: 5px;
}

.menu-item a {
  color: #2e2e2e;
  text-decoration: none;
}
.menu-item a:hover {
  text-decoration: underline;
}
.menu-item ul {
  list-style-type: none;
  padding: 0;
}
.menu-item ul li {
  margin-bottom: 5px;
}
.menu-item ul li a {
  color: #2e2e2e;
  display: block;
}
.menu-item ul li a:hover {
  text-decoration: underline;
}
.menu-item img {
  width: 95%;
}
.dropdown-menu .menu-item {
  width: 11%;
  float: left;
  margin-right: 1.5%;
}

.dropdown-menu .menu-item p {
  height: 14px;
  display: flex;
  align-items: center;
  line-height: 12px;
}

.dropdown-downloads .menu-item:before {
  content: '';
  display: table;
}
.dropdown-downloads .menu-item:after {
  content: '';
  display: table;
  clear: both;
}
.downloads-carousel {
  display: block !important;
  padding: 0 50px;
}
.downloads-carousel .owl-next {
  height: 45px;
  width: 25px;
}
.downloads-carousel .owl-prev {
  height: 45px;
  width: 25px;
}
.downloads-carousel .owl-buttons {
  margin-top: 0;
}
.downloads-carousel .owl-buttons .owl-next {
  margin-top: -170px;
}
.downloads-carousel .owl-buttons .owl-prev {
  margin-top: -170px;
}
.span-1 {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
}
.span-2 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}
.span-3 {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}
.span-4 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}
.span-5 {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
}
.span-6 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.span-7 {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
}
.span-8 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}
.span-9 {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}
.span-10 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
}
.span-11 {
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
}
.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.last {
  float: right;
  margin-right: 0;
}
main.full-screen {
  bottom: 0;
  height: 100%;
  top: 0;
}
.area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-container {
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.text-container h2 {
  font-size: 2.5em;
  font-weight: normal;
  margin-bottom: 5px;
  color: #fff;
  text-shadow: #000 0.03em 0.03em 0.05em;
}
.text-container p {
  font-size: 1.5em;
  margin-top: 0;
  text-shadow: #000 0.1em 0.05em 0.05em;
}
.area-open {
  height: 100% !important;
  width: 100% !important;
  z-index: 5 !important;
}
.area-open .text-container {
  display: none;
}
.text-container.text-container--hidden {
  opacity: 0;
}
.top-left-area {
  height: 66%;
  top: 0;
  width: 33%;
}
.top-left-area2 {
  height: 66%;
  top: 0;
  width: 33%;
  left:33%;
}
.area__bg {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.area__bg:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  position: static;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.area__bg:hover:after {
  opacity: 0.2;
}
.area__bg.area__bg--active {
  width: 20%;
}
.area__bg.area__bg--active:hover:after {
  opacity: 0;
}
.video .area__bg {
  background-image: url("../img/resultados_2017.jpg");
  background-position: top center;
}
.informe-completo .area__bg {
  background-image: url("../img/informe_completo.jpg");
  background-position: top center;
}
.contribucion .area__bg {
  background-image: url("../img/nuestra_contribucion.jpg");
}
.downloads .area__bg {
  background-image: url("../img/descargas.jpg");
}
.downloads .area__bg.downloads__active:after {
  background: #2e2e2e;
  opacity: 0.2;
}
.corporacion .area__bg {
  background-image: url("../img/corp_y_estrategia.jpg");
}
.actividad .area__bg {
  background-image: url("../img/actividad.jpg");
}
.carta1 .area__bg {
  background-image: url("../img/carta_consejero.jpg");
}
.carta2 .area__bg {
  background-image: url("../img/carta_presidente.jpg");
}
.text__bg {
  background-color: #fff;
  color: #000;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
}
.text__bg.text__bg--active {
  width: 80%;
}
.text__bg-inner {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text__bg-inner p a {
  color: #2e2e2e;
  text-decoration: none;
}
.text__bg-inner p a:hover {
  text-decoration: underline;
}
.text__bg-inner.text__bg-inner--active {
  padding: 50px;
}
.top-right-area {
  height: 66%;
  right: 0;
  top: 0;
  width: 34%;
}
.top-right-area.area-open {
  top: 0 !important;
}
.top-right-area__top {
  height: 50%;
  width: 100%;
}
.top-right-area__middle {
  top:33%;
  height: 33%;
  width: 100%;
}
.top-right-area__bottom {
  bottom: 0;
  height: 50%;
  width: 100%;
}
.bottom-left-area {
  bottom: 0;
  height: 34%;
  width: 66%;
}
.bottom-left-area__left {
  height: 100%;
  left: 0;
  width: 50%;
}
.bottom-middle-area__right {
  height: 100%;
  right: 0;
  width: 50%;
}
.bottom-right-area {
  bottom: 0;
  height: 34%;
  right: 0;
  width: 34%;
}

.area-click {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.area-click.area-click--active {
  height: 120px;
  width: 120px;
}
.area-click.area-click--active:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.area-click.area-click--active:hover:after {
  opacity: 0.2;
}
.area-click-heading {
  position: static;
  text-decoration: none;
}
.icon-play {
  height: 90px;
  width: 90px;
}
.item-half {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-bottom: 3px;
  padding: 14px 0 0;
}
.item-half p {
  margin-bottom: 10px;
}
.item-half.no-top-border {
  border-top: 0 solid #dadada;
}
.item-half.no-padding-top {
  padding-top: 0;
}
.item-half.last {
  float: right !important;
  margin-right: 0 !important;
}
.item-half + p {
  padding-top: 15px;
}
.page-number {
  background-color: #2e2e2e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  border-radius: 36px;
  color: #fff;
  content: '';
  display: block;
  height: 36px;
  margin: 0 auto;
  position: relative;
  width: 36px;
  z-index: 2;
  color: #ccc;
  font-size: 2em;
  margin-bottom: 20px;
}
.page-number span {
  color: #fff;
  left: 1px;
  position: relative;
  top: 8px;
}
.page-number img {
  position: relative;
  top: 8px;
  width: 70%;
}
.page-number.data {
  background-color: #792b88;
  border: 0;
}
.page-number.convergence {
  background-color: #00a8ba;
  border: 0;
}
.page-number.enterprise {
  background-color: #f28902;
  border: 0;
}


.no-background {
  background-color: transparent !important;
}




@media (max-width: 1000px) {
  header {
    position: relative;
  }
  header .logo {
    height: auto;
    width: 107px;
  }
  header .break-point-phone {
    display: inline;
  }
  header h1 {
    font-size: 1.68em;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 120px;
    padding-right: 50px;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    top: 0;
    margin-bottom: 0;
    line-height: 15px;
  }
  header .header-icon__downloads {
    display: none;
  }
  header .dropdown-menu {
    padding: 13px 19%;
  }
  header .dropdown-downloads {
    padding: 25px 10%;
  }
  .menu-item ul li {
    margin-bottom: 10px;
  }

  .menu-item.mobile-last {
    float: right !important;
    margin-right: 0 !important;
  }
  .dropdown-menu .menu-item {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom:12px;
  }
  .dropdown-menu .menu-item:nth-child(2n) {
    float: right !important;
    margin-right: 0 !important;
  }

  @media (max-width: 400px) {
    .dropdown-menu .menu-item p {
      font-size: 10px;
    }
}
  /*
  .dropdown-menu .menu-item:nth-child(3n) {
    clear: both;
  }*/
  .dropdown-downloads .menu-item {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .dropdown-downloads .menu-item:nth-child(3n) {
    float: right !important;
    margin-right: 0 !important;
  }
  .dropdown-downloads .menu-item:nth-child(6n) {
    clear: both;
  }

  main {
    position: relative;
  }
  .area {
    height: auto !important;
    position: relative;
    width: 100% !important;
  }
  .text-container {
    bottom: 5%;
  }
  .video .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .contribucion .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .downloads .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .corporacion .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .actividad .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .carta1 .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .carta2 .area__bg {
    padding-bottom: 66.66%;
    position: relative;
  }
  .text__bg {
    display: none;
    padding: 50px 5% 100px;
    position: relative;
    width: 90%;
  }
  .text__bg-inner p {
    display: block;
  }
  .top-right-area {
    padding-bottom: 0;
  }
  .bottom-left-area {
    padding-bottom: 0;
  }
  .item-half {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #dadada;
    border-top: 0 solid #dadada;
  }
  .link-box {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .link-box.last-mobile {
    float: right !important;
    margin-right: 0 !important;
  }
  .top-left-area2 {
    left:0% !important;
  }
}
@media (max-width: 1239px) {
  header h1 {
    position: relative;
    right: 20px;
    text-align: center;
  }
  .top-left-area {
    height: 32%;
    width: 50%;
  }
  .top-left-area2 {
    height: 32%;
    width: 50%;
    left:50%;
  }
  .top-right-area {
    height: 34%;
    top: 32%;
    width: 100%;
  }
  .top-right-area__top {
    bottom: 0;
    height: 100%;
    width: 50%;
  }
  .top-right-area__bottom {
    bottom: 0;
    height: 100%;
    right: 0;
    width: 50%;
  }

}
@media (min-width: 1001px) {
  .dropdown-main-menu {
    display: block;
  }
  .dropdown-downloads-menu {
    display: none !important;
  }
  .dropdown-toggle-menu {
    display: none;
  }
  .dropdown-menu-toggle {
    display: none;
  }
  .dropdown-downloads-toggle {
    display: none;
  }
  .menu-item.desktop-last {
    float: right !important;
    margin-right: 0 !important;
  }
  .dropdown-menu .menu-item:nth-child(7n) {
    float: right !important;
    margin-right: 0 !important;
  }
  .first-heading {
    margin-top: 71px;
  }
  .link-box.last-desktop {
    float: right !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 600px) {
  
  .directors-menu-desktop {
    display: none;
  }
}
@media (min-width: 1400px) {
  .area__bg.area__bg--active {
    width: 50%;
  }
  .text__bg.text__bg--active {
    width: 50%;
  }
  .page-number {
    background-size: 25px;
    border-radius: 49px;
    height: 49px;
    width: 49px;
    font-size: 3em;
  }
  .page-number span {
    top: 10px;
  }
  .link-box .page-number {
    background-size: 25px;
    border-radius: 49px;
    height: 49px;
    width: 49px;
  }
  .link-box .page-number span {
    top: 10px;
  }
  
  .directors-menu-desktop {
    height: 327px;
    width: 327px;
  }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:500px){
  header .dropdown-menu {
    padding: 25px 8%;
  }
} 