a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

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

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

body {
  font: 17px / 1.5 "apercuregular", FreeSans, sans-serif;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
/*
h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}
*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

body {
  background: white;
  color: #333;
  text-align: center;
}

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

h1 {
  padding-top: 20px;
}

.example-block {
  background: #eee;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
}

div[class*="push-"] section {
  background: #dec;
}

div[class*="pull-"] section {
  background: #fcd;
}

.dynamic-px-width {
  display: block;
}
/*
  ---------------------------------------------------------------------------------------------------------------------------------------------------
  My Shit 
  ---------------------------------------------------------------------------------------------------------------------------------------------------
*/
.wip, .wip * {border:#FF0000 1px solid; box-sizing: border-box;}
@media (max-width:  424px) {    html, body {font-size: 10px}    }
@media (min-width:  425px) {    html, body {font-size: 10px}    }
@media (min-width:  768px) {    html, body {font-size: 11px}    }
@media (min-width: 1024px) {    html, body {font-size: 13px}    }
@media (min-width: 1200px) {    html, body {font-size: 15px}    }
@media (min-width: 1300px) {    html, body {font-size: 15.5px}    }
@media (min-width: 1400px) {    html, body {font-size: 15.75px}    }
@media (min-width: 1500px) {    html, body {font-size: 16px}    }
@media (min-width: 1600px) {    html, body {font-size: 16.25px}    }
@media (min-width: 1700px) {    html, body {font-size: 16.5px}    }
@media (min-width: 1800px) {    html, body {font-size: 16.75px}    }
@media (min-width: 1900px) {    html, body {font-size: 17px}    }

.grid-container {
  max-width:100% !important;
  min-height:100%;
  padding:0 !important;
  font-family:'apercuregular';
  color:#000002
}
.top,
.top-2 {
  position:fixed;
  top:0;  
  left:3rem;  
  right:3rem;
  height:4rem; 
  font-size:1.3rem;
  z-index:20;
}

.top.active {
  background-color: #FFF;
}

.top-trigger {
  position:relative;
  width:1px; height:1px; 
  top:50%; left:50%; margin-top:0;
  text-transform: uppercase;  white-space:nowrap;
  z-index: 22;
}
.top-trigger a{ 
  position:absolute;
  display:block;
  line-height:4rem; width:auto; white-space:nowrap;
  color:inherit; margin-left:0;
  -moz-transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
}.deadlink {
  pointer-events: none;
}
.top .top-layer {
  position:fixed; 
  display:block;
  top:-200vh; 
  left:3rem;
  right:3rem;
  height:100vh;
  padding:4rem 1.5rem 4rem 1.5rem;
  box-sizing:border-box;
  text-align:left;
  color:black;
  background: rgb(244, 224, 224);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.active .top-layer { 
  top: 0; 
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
} 
.top .top-layer ul {
  padding: 4rem 0 0 0;
  /* opacity: 0;   */
  transition: 0; transition-delay: 0 
}
.top.active .top-layer ul {
  padding: 4rem 0 0 0;
  opacity: 1; transition: 0.35s; transition-delay: 0.5s
}

.top-layer span{ 
  color: #fd120c;
}
.top.active .top-layer .display-table {
  display: table; height: 100%; width: auto; text-align: left; margin-left: auto; margin-right: auto;
}
.news-wrapper {
  position: fixed; 
  display: block;
  top: 100%; left: 3rem; right: 3rem;  
  height: 100vh;
  padding:1.5rem; 
  padding-top: 0;
  box-sizing: border-box; 
  text-align: left;
  font-size: 2rem;
  color: black;
  background:rgb(244, 224, 224);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 21;
}
.news-wrapper.active {
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-title {
  font-size: 1.3rem;
  line-height: 4rem;
  text-align: center; 
}
.news-image {
  position: absolute;
  z-index: 25;
  max-width: 50vw;
  cursor:move;
}
.news-image img {
  max-width: 100%;
}
.news-item {
  display: none;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.news-item.open {
  display: block;
}
.news-item-close  {
  font-size: 1.3rem;
  line-height: 1.3rem;
  height: 1.3rem;
  text-align: center;
  margin:4px 0 0;
}
.news-item-close a {
  color: inherit;
  text-decoration: none;
}
.news-item-close a:hover {
  text-decoration: underline;
}
.news-content { 
  height: calc(100% - 5.3rem); 
  box-sizing: border-box;
  overflow: hidden;
}
.news-content p {
  padding: .5em 8vw;
  margin-bottom: 0

}

.left {
  position: fixed;
  height: 100vh; 
  width:3rem; 
  top: 0; 
  left: 0;
  z-index: 30;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.3rem;
  background: rgb(209, 209, 209); 
  border-right: #fd120c 1px solid;
  transition: .5s
}

.left.active {
  max-width: calc( 100vw - 3rem);
  width: 790px;
  transition: .5s
}

.left .left-trigger { position:relative; width:1px; height:1px;  top:50%; left:calc(100% - 1.5rem); margin-top:0; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); 
  -o-transform:rotate(90deg); -ms-transform:rotate(90deg);transform:rotate(90deg)}
.left .left-trigger a{ position:absolute; display:block; font-size: 1.3rem; line-height:3rem; color:inherit; margin-left:0; text-decoration:none; -moz-transform:translate(-50%, -50%); 
  -webkit-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%)}

.left .left-layer {
  height: 100vh;
  width: calc( 100% - 3rem);
  top: 0; 
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 4.5rem 1.5rem 3rem 3rem;
  text-align: left;
  color: black;
} 
.left         .left-layer .side-content{ opacity: 0; transition: 0; transition-delay: 0 }
.left.active  .left-layer .side-content{ opacity: 1; transition: 0.35s; transition-delay: 0.5s}
.left.active  .left-layer .display-table {display: block; height: 100%; width: 100%;}
.ioipc {
  position: relative;
  min-height: 101%;
}
.ioipc h2 {
  font-size: 2rem
}
.ioipc h3 {
  font-size: 1.5rem;
}
.ioipc h4,
.ioipc h6,
.ioipc p {
  font-size: 1.3rem; 
}
.ioipc img {max-width: 90%}

.left .side-content {
  height: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
}

.right {
  position: fixed;
  height: 100vh; 
  width:3rem; 
  top: 0; 
  right: 0;
  z-index: 30;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 1.3rem;
  background: rgb(209, 209, 209); 
  border-left: #fd120c 1px solid;
  transition: .5s
}
.right.active {
  max-width: calc( 100vw - 3rem);
  width: 790px;
  transition: .5s
}

.right .right-trigger { position: relative; width: 1px; height:1px; top: 50%; left: 1.5rem; margin-top: 0;  -moz-transform: rotate(-90deg);  -webkit-transform: rotate(-90deg);  
  -o-transform: rotate(-90deg);  -ms-transform: rotate(-90deg);  transform: rotate(-90deg); z-index: 2}
.right .right-trigger a{ position: absolute; display: block; font-size: 1.3rem; line-height: 3rem; color: inherit; margin-left: 0; text-decoration: none; -moz-transform: translate(-50%, -50%); 
  -webkit-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); }

.right .right-layer {
  height: 100vh;
  width: calc( 100% - 3rem);
  top: 0; 
  bottom: 0; 
  right: 0; 
  box-sizing: border-box;
  padding: 4.5rem 3rem 3rem 1.5rem;
  text-align: left;
  color: black;
}
.right.active .right-layer {}
.right         .right-layer .side-content{ opacity: 0; transition: 0; transition-delay: 0; z-index: 1 }
.right.active  .right-layer .side-content{ opacity: 1; transition: 0.35s; transition-delay: 0.5s}

.right.active .right-layer .display-table { display: table; height: 100%; width:auto; text-align: left; margin-left: auto; margin-right: auto;}

.right .side-info { display: table-row; }
.right .side-info-wrapper { display: table-cell; vertical-align: middle; font-size: 1.7rem; font-family: 'apercumedium'; }
.right .side-info-wrapper p { margin-bottom: 0 }

.right .side-content {
  height: 100%;
  overflow: hidden;
  padding: 1.5rem;
  box-sizing: border-box;
}
.side-content h4,
.side-content h6,
.side-content p {
  font-size: 1.3rem;
}
.side-content h6 {
  margin-bottom: 0;
}
.side-content h4 {
  color: #fd120c;
}
.side-content a {
  color: initial;
}
.expander {
  position: relative;
  display: table;
  height: 3.6rem;
  clear: both;

}
.expander h3 {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer; 
}

.expander .expand,
.expander .expand-on {
  vertical-align: middle;
  cursor: pointer; 
  width: 2rem;
  text-align: center;
}
.expander .expand *,
.expander .expand-on * {
}
.expander .expand, 
.expander.open .expand-on {
  display: table-cell;
}
.expander .expand-on,
.expander.open .expand {
  display: none;
}

.tab {
  display: none;
}
.tab.open {
  display: block;
  margin-top: 3rem;
}

.site-name {
  position: fixed;
  top: 0;
  left: 4.5rem;
  z-index:22
}
.site-name a {
  line-height: 4rem;
  font-size: 1.3rem;
  color: inherit;
}
.lang-menu {
  position: fixed;
  top: 0;
  right: 4.5rem;
  z-index:22
}
.lang-menu a {
  line-height: 4rem;
  font-size: 1.3rem;
  color:initial;
}
/*
*/   
.lang-menu a.active {
  color: #fd120c !important;
} 
.menu {
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  height: calc(100vh - 3rem);
  padding: 1.4rem; 
  padding-top: 0; 
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  z-index: 0
}
.menu ul {
  padding:2rem 0 3rem 0;
  margin-bottom: 0;
}
.menu a, .top-layer a {
  display: inline-block;
  padding:.8rem 0;
  font-family: 'apercumedium';
  font-size: 5.5rem;
  line-height: 1;
  color: inherit;
}
.menu a:hover, .top-layer a:hover {
  font-family: 'aperculight_italic';
  text-decoration: none;
}
.menu a:hover{
  padding-right: 1em
}
.menu a {
  position: relative;
}
.menu a span {
  position: relative;
  z-index: 2;
}
.menu a img {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.menu a:hover img {
  position: absolute;
  left: 70%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 25vh;
}
.sub-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.sub-menu ul {
  padding: 4rem 0;
  margin: 0;
}
.sub-menu a {
  display: inline-block;
  padding: 0;
  font-family: 'apercumedium';
  font-size: 2.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
  margin:0.5rem 0
}
.sub-menu a:hover {
  text-decoration: none;
  color: #fd120c
}
.top-layer.top-sub { 
  position:fixed; 
  display:block;
  top:-100vh; 
  left:3rem;
  right:3rem;
  height:auto;
  padding:4rem 1.5rem 1.5rem;
  box-sizing:border-box;
  text-align:center;
  color:black;
  background: #FFF;
  z-index: 21;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  }
.active .top-layer.top-sub {
  top:0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.top-layer.top-sub ul {
  padding: 0; margin-bottom: 0;
  /* opacity: 0;   */
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  transition-delay: 0s 
}
.active .top-layer.top-sub ul {
  padding: 0; margin-bottom: 0;
  opacity: 1;  
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

  transition-delay: 0s;
}
.top-layer.top-sub li {
  line-height: 1;
}
.top-layer.top-sub a {
  padding: 0;
  color: black;
  line-height: 1;
  font-size: 1rem;
  font-family: 'aperculight';
}
.top-layer.top-sub a:before,
.top-layer.top-sub a:after {
  content: '-';
}
.top-layer.top-sub a:hover,
.top-layer.top-sub a.active {
  color: #fd120c;
  line-height: 1;
  font-size: 1rem;
  font-family: 'aperculight';
}
.top-layer.top-sub a.active {
  position: fixed;
  top: 3.2rem;
  left: 50%;
  color: #000;
  transform: translate(-50%, 0);
}
.top-layer.top-sub a.active:before,
.top-layer.top-sub a.active:after {
  content: '-';
}
.active .top-layer.top-sub a.active {
  color: #fd120c;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0%, 0);
}
.active .top-layer.top-sub a.active:before,
.active .top-layer.top-sub a.active:after {
  content: '';
}

.info {
  position: fixed;
  top: calc(100vh - 4rem);  
  left: 3rem;  
  right: 3rem;
  height: 4rem; 
  font-size: 1.3rem;
  z-index:26;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
}
.info.active {
  top: 0;
  background:rgba(255,255,255,.9);
  height:100vh;  
  z-index: 19;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
}
.info .info-trigger {
  position: relative;
  width: 1px; height:1px; 
  top: 50%; left: 50%; margin-top: 0;
}
.info.active .info-trigger {
  top: 5.1rem;
}
.info .info-trigger a{ 
  position: absolute;
  display: block;
  line-height:4rem; width: auto; white-space: nowrap;
  color: inherit; margin-left: 0;
  /* opacity: 1; */
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.info.active .info-trigger a {
  opacity: 0;
}
.info .info-close {
  opacity: 0;
  display: none;
}
.info.active .info-close {
  display: block;
  position: relative;
  width: 1px; height:1px; 
  top: 50%; left: 50%; margin-top: 0;
  opacity: 1;
}
.info.active .info-close a{ 
  position: absolute;
  display: block; opacity: 1;
  line-height:4rem; width: auto; white-space: nowrap;
  color: inherit; margin-left: 0;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.info .info-layer {
  position: fixed; 
  display: block;
  top: 100%; 
  left: 3rem; 
  right: 3rem;  
  height: 100%;
  padding:1.5rem; 
  padding-top: 0;
  box-sizing: border-box; 
  text-align: left;
  color: black;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.info.active .info-layer { 
  position: fixed; 
  display: block;
  top: 7rem; 
  left: 3rem;
  right:3rem;  
  height:calc(100% - 7rem);
  padding:1.5rem; 
  padding-top: 0;
  box-sizing: border-box; 
  text-align: left;
  color: black;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
} 

.info-header {
  padding:0 8vw;
  color: #fd120c
}
.info-header h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4em;
}
.info-header p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.info-content {
  font-size: 2rem;
  padding: 4vh 8vw;
}












/*
Layout 1
------------------------------------------------------------
*/

.layout-1 {
  position: absolute;
  top: 7rem;
  left: 3rem;
  right: 3rem;
  bottom: 7rem;
  overflow: hidden;
}
.layout-2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  overflow: hidden;
}
.layout-1 .grid,
.layout-2 .grid { 
  display: flex; /* or inline-flex */
  flex-direction: row; /* or | row-reverse | column | column-reverse; */
  flex-wrap: wrap; /* or | nowrap | wrap-reverse; */
  
  align-content: center; /* flex-start | flex-end | center | space-between | space-around | stretch; */
  justify-content: flex-start;/* flex-start | flex-end | center | space-between | space-around | space-evenly; */
  align-items: center; /* flex-start | flex-end | center | baseline | stretch; */

  height: 100%; box-sizing: border-box;
  /*border: #0000ff 1px solid; box-sizing: border-box;*/

  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.layout-1 .grid-item,
.layout-2 .grid-item {
  position: relative;
  overflow: hidden;
  width: calc(23.5vw - 3rem);  /* Or whatever */
  height: calc(22.5vw - 3rem); /* Or whatever */
  margin: auto 1.25vw;  
}

.layout-2 .grid-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;

}
.layout-1 .grid-item img,
.layout-2 .grid-item img  {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%; 
  z-index: 2;
}
.layout-1 .grid-item.big,
.layout-2 .grid-item.big {
  display: none;
}
.layout-1 .grid-item.big.ready,
.layout-2 .grid-item.big.ready {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  box-sizing: border-box;
  margin: 0;
}
.layout-1 .grid-item.big img,
.layout-2 .grid-item.big img {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%; /* aquí */
  z-index: 4;
  cursor:move;
}
.layout-1 .grid-item.xy img,
.layout-2 .grid-item.xy img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin: auto;
  max-width: 50vmin;
  max-height: 40vmin; 
  z-index: 4;
  cursor:move;

  display: none;
}
.layout-2 .ready.xy .fake-shield {
  display: block;
  position: fixed;
  top: 6rem;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  z-index: 3;
}

.layout-1 .shield,
.layout-2 .shield {
  display: none;
}

.layout-1 .ready .shield,
.layout-2 .ready .shield {
  display: block;
  position: fixed;
  top: 7rem;
  left: 3rem;
  right: 3rem;
  bottom: 7rem;
  z-index: 3;
}
.layout-2 .ready .shield {
  z-index: 0
}
.layout-1 .ready .last.shield,
.layout-2 .ready .last.shield {
  cursor: initial;
}
.layout-1 .ready .shield .pager {
  display: block;
  background: #FFF;
  margin-top: -1.5rem
}
.layout-2 .ready .shield .pager {
  /*display: block;*/
  background: none;
  margin-top: -1.5rem
}

.layout-2 .ready.pag .shield .pager {
  display: block;
}


.shield .pager,
.shield .prev,
.shield .next {
  display: none;
}
.ready .shield .prev {
  display: block;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  float: left;
}
.ready .shield .next {
  display: block;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  float: right;
}
.hidden img{
  display: none;
}
.grid-trigger {
  width: 60px;
  height: 28px;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/icon-grid.svg); 
  background-size: contain;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  z-index: 5;
  cursor: pointer;
}
.grid-trigger.open {
  background: url(../images/icon-grid-2.svg); 
}
.grid-trigger.hidden {
  display: none;
}
.back {
  cursor: pointer;
}
.back:hover {
  color: #fd120c
}
.off {
  opacity: 0;
}

.text-layer {
  position: absolute;
  top: 50%;
  /*bottom: 0;*/
  height:calc(100% + 1px);
  left: 50%;
  width: 70%;
  max-width: 720px;
  box-sizing: border-box;
  z-index: 4;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0;
  text-align: left;
  font-family: 'butlerregular';
  font-size: 1.2rem;
  display: table;
  line-height: 1;
}

@media (max-width:  425px) {    
  .top {
    top: auto;
    bottom: 0;
  }
  .top .top-layer {
    padding:0 1.5rem;
  }
  .top-2 {
    top:3rem;  
    height:3rem; 
  }
  .active .top-layer.top-sub {
    top:0rem; 
    padding-top:5.5rem
  }
  .top-layer.top-sub a.active {
    position: fixed;
    top: 5.5rem;
    left: 50%;
    color: #000;
    transform: translate(-50%, 0);
  }

  .info.active .info-layer {
    top: 8.7rem;
    height: calc(100% - 8.7rem);
    padding: .5rem;
  }
  .menu a, .top-layer a {
    font-size: 3rem;
  }
  .menu {
    position: fixed;
    top: 4rem; 
    height: calc(100% - 8rem);
  }
  .left,
  .right {
    height: 100%;
  }
  .left.active,
  .right.active {
    max-width: calc( 100vw );
    z-index: 40;
  }
  .left .left-layer {
    height: 100%;
    padding: 3rem 1.5rem 3rem 3rem;
    font-size: 1.3rem;
  } 

  .expander {
    width: 100%;
    position: relative;
    display: table;
    height: 3.6rem;
    clear: both;
  }

  .right .right-layer {
    height: 100%;
    padding: 3rem 3rem 3rem 1.5rem;
  }

  .menu a:hover img {
    left: 7%;
  }
  .layout-1 .ready .shield .pager,
  .layout-2 .ready .shield .pager {
    /* margin-top: 0 */
  }

  .info {
    top: auto;
    bottom: 0
  }

  .info.active .info-trigger {
    top: 7.7rem;
  }
  .info-header {
    padding:0 4vw;
  }
  .info-header h4 {
    font-size: 1.8rem;
  }
  .info-header p {
    font-size: 1.3rem;
  }
  .info-content {
    font-size: 1.7rem;
    padding: 4vh 4vw;
  }
  .news-wrapper.active {
    top: 3rem;
    height: calc(100% - 3rem);
    padding:0 .5rem; 
  }
  .news-title {
    font-size: 1.3rem;
    line-height: 3rem;
    text-align: center;
  }
  .news-item-close {
    margin: -2px 0;
  }
  .news-wrapper {
    font-size: 1.7rem;
  }
  .news-content p {
    padding: .5em 4vw;
  }
  .sub-menu a {
    font-size: 2rem;
  }
  .layout-1 {
    position: absolute;
    top: 8.5rem;
    left: 3rem;
    right: 3rem;
    bottom: 7rem;
    overflow: hidden;
  }
  .layout-1 .ready .shield, .layout-2 .ready .shield {
    display: block;
    position: fixed;
    top: 8.5rem;
    left: 3rem;
    right: 3rem;
    bottom: 4rem;
    z-index: 3;
  }
  .text-layer {
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    height: calc(100% - 3rem);
    left: 50%;
    width: calc(100% - 2rem);
    max-width: 700px;
    box-sizing: border-box;
    z-index: 4;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 0;
    text-align: left;
    font-family: 'butlerregular';
    font-size: 1.2rem;
    display: table;
    line-height: 1;
}



}