/* Scss Document */
body, html {
  -webkit-font-smoothing: antialiased; }

.fade {
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.6s, transform cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }
  .fade.in {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .fade.wait {
    transition-delay: 0.25s; }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-xs-up {
    display: none !important; } }

@font-face {
  font-family: 'Larsseit';
  src: url("fonts/Larsseit-Bold.woff2") format("woff2"), url("fonts/Larsseit-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Fugue';
  src: url("fonts/Fugue-Regular.woff2") format("woff2"), url("fonts/Fugue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  overflow-x: hidden; }

body, html {
  font-family: "Fugue"; }
  body .blue, html .blue {
    color: #0048f5; }
  body .white, html .white {
    color: white; }
  body .black, html .black {
    color: black; }
  body p, body li, body td, html p, html li, html td {
    font-size: 1rem; }
  body a, html a {
    color: inherit; }
    body a:hover, html a:hover {
      text-decoration: none;
      color: inherit; }

a.anchor {
  display: block;
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px); }

div.arrows {
  margin-top: auto; }
  @media (max-width: 991px) {
    div.arrows {
      display: none; } }
  div.arrows span {
    color: #0048f5;
    font-size: 3em;
    display: block; }
    div.arrows span:hover {
      cursor: pointer; }
    div.arrows span.disable {
      opacity: 0.4;
      pointer-events: none; }
      div.arrows span.disable:hover {
        cursor: not-allowed; }

p.article-content {
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .building_header {
    display: flex;
    order: 0; } }

p.building_info {
  color: white;
  margin-top: 30px;
  margin-bottom: 0;
line-height: 1.4}
  @media (max-width: 991px) {
    p.building_info {
      padding-bottom: 15px;
      margin-top: -100px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px;
      text-align: justify;
      -webkit-transform: translateY(-70px);
      -moz-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
      transform: translateY(-70px); } }
  @media (min-width: 992px) {
    p.building_info {
      margin-top: 0;
      position: absolute;
      right: 0;
      width: 41.667%;
      bottom: 135px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: right; } }
  @media (min-width: 1200px) {
    p.building_info {
      width: 28%;
      padding-left: 0; } }

#building_photos {
  background-color: #0048f5;
  padding: 78px 0 0;
  position: relative; }
  #building_photos * {
    z-index: 1; }
  #building_photos img {
    max-width: 100%;
    height: auto; }
    #building_photos img.image_1 {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        #building_photos img.image_1 {
          margin-bottom: 0; }
          #building_photos img.image_1.fade {
            -webkit-transform: translateY(-118px);
            -ms-transform: translateY(-118px);
            -moz-transform: translateY(-118px);
            transform: translateY(-118px);
            transition-delay: 0.15s; }
            #building_photos img.image_1.fade.in {
              -webkit-transform: translateY(-139px);
              -ms-transform: translateY(-139px);
              -moz-transform: translateY(-139px);
              transform: translateY(-139px); } }
      @media (max-width: 991px) {
        #building_photos img.image_1.fade {
          -webkit-transform: translateY(-110px);
          -ms-transform: translateY(-110px);
          -moz-transform: translateY(-110px);
          transform: translateY(-110px); }
          #building_photos img.image_1.fade.in {
            -webkit-transform: translateY(-140px);
            -ms-transform: translateY(-140px);
            -moz-transform: translateY(-140px);
            transform: translateY(-140px); } }
    @media (min-width: 992px) {
      #building_photos img.image_2 {
        margin: 0; }
        #building_photos img.image_2.fade {
          -webkit-transform: translateY(-270px);
          -ms-transform: translateY(-270px);
          -moz-transform: translateY(-270px);
          transform: translateY(-270px); }
          #building_photos img.image_2.fade.in {
            -webkit-transform: translateY(-300px);
            -ms-transform: translateY(-300px);
            -moz-transform: translateY(-300px);
            transform: translateY(-300px); } }
    @media (max-width: 991px) {
      #building_photos img.image_2 {
        -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
        -moz-transform: translateY(-140px);
        transform: translateY(-140px); } }

#building_photos .container {
  position: relative; }

.building_title p {
  -webkit-text-stroke: 2px #0048f5;
  text-stroke: 2px #0048f5;
  color: transparent;
  font-size: 6em;
  line-height: 0.9; }
  @media (max-width: 991px) {
    .building_title p {
      font-size: 5em;
      -webkit-text-stroke: 1.5px #0048f5;
      text-stroke: 1.5px #0048f5;
      display: flex;
      order: 1; } }
  @media (max-width: 768px) {
    .building_title p {
      font-size: 3em; } }

button {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid white;
  background-color: #0048f5;
  color: white;
  padding: 5px 15px;
  font-size: 120%;
  width: 100%;
  cursor: pointer;
  transition: background ease 0.2s; }
  button.blue_btn:hover {
    background-color: #0041dc; }
  button.blue_btn:active {
    background-color: #0039c2; }
  button.white_btn {
    background-color: white;
    border-color: #0048f5;
    color: #0048f5; }
    button.white_btn:hover {
      background-color: #1056ff;
      color: white; }
    button.white_btn:active {
      background-color: #0048f5;
      color: white; }

.buttons_holder {
  display: flex;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .buttons_holder {
      margin-bottom: 15px; } }

.button_left {
  display: flex;
  flex-grow: 1;
  padding-right: 15px; }

.button_right {
  display: flex;
  flex-grow: 2; }

.close_menu-button {
  color: white;
  position: fixed;
  top: 80px;
  right: 60px;
  z-index: 6;
  cursor: pointer;
  background-color: #0048f5;
  display: none; }
  .close_menu-button p {
    font-size: 1.4em; }



  @media (max-width: 991px) {
    .close_menu-button {
      top: 80px;
      right: 15px; } }
  .close_menu-button.vis {
    display: block;
  /* top: 40px; */
}
  .close_menu-button.scrolling {
    position: fixed;
    top: 45px !important; }

img.connectivity {
  max-width: 100%;
  display: inline;
  float: left;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.4s; }

#connectivity {
  background-color: #0048f5;
  color: white;
  padding-top: 60px;
  padding-bottom: 100px; }

.connectivity_details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 992px) {
    .connectivity_details {
      padding-right: 11%; } }
  .connectivity_details .cd_top {
    margin-bottom: auto; }

.connectivity_image_container {
  position: relative;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .connectivity_image_container {
      margin-top: 45px; } }

.connectivity_image_pagination {
  position: absolute;
  font-size: 1.06em;
  text-align: center; }
  .connectivity_image_pagination.down {
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .connectivity_image_pagination.down {
        right: 15px;
        text-align: right;
        left: auto;
        bottom: -30px; } }
  .connectivity_image_pagination.up {
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .connectivity_image_pagination.up {
        top: auto;
        bottom: -30px;
        right: auto;
        left: 15px; } }
  .connectivity_image_pagination p {
    margin-bottom: 0;
    font-size: 120%; }
  .connectivity_image_pagination:hover {
    cursor: pointer; }

.connectivity_image_window {
  padding: 0;
  margin: 15px 0 0;
  width: 100%;
  overflow: hidden; }

footer {
  background-color: #0048f5;
  color: white;
  padding: 60px 0; }

.footer-address {
  font-size: 1.6em;
  display: flex;
  align-items: flex-end;
  padding-top: 45px; }
  @media (min-width: 992px) {
    .footer-address {
      padding-top: 0;
      justify-content: flex-end; } }

p.footer-heading {
  -webkit-text-stroke: 1.5px white;
  text-stroke: 1.5px white;
  color: transparent;
  font-size: 4.2em;
  line-height: 1; }
  @media (max-width: 991px) {
    p.footer-heading {
      font-size: 3.7em;
      -webkit-text-stroke: 1px white;
      text-stroke: 1px white;
      display: flex;
      order: 1; } }
  @media (max-width: 768px) {
    p.footer-heading {
      font-size: 3em; } }

/* video#home {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: right center;
   -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: brightness(0.9); }
  @media (max-width: 991px) {
    video#home {
      left: auto;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    }
*/
.header {
  position: absolute;
  top: 120px;
  left: 80px;
  z-index: 3
}
.header p {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2
}
.header p span{
      color: #0048f5;
}
#home {
  background-image: url('../images/homepage-image.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 800px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
section#landing {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  min-height: 600px;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    section#landing {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100); } }
  @media (max-width: 768px) {
    section#landing {
      background-position: right center; } }

.landing-inner {
  position: relative; }

svg#loading {
    width: 100%}
  /* @media screen and (min-width: 768px) (max-width: 991px) {
    svg#loading {
      width: 80%;
    }
  }
    @media screen and (max-width: 767px) {
      svg#loading {
        width: 85%;
      }

    }

    @media screen and (max-width: 640px) {
        svg#loading {
          width: 100%;
        }
      } */
/*
    @media screen and (min-width: 641px) {
      div.logo {
        top: 15px;
        right: 30px;
      }
    }
*/
    @media screen and (max-width: 767px) {
      div.logo {
        width: 50%;
        top: 60px;
        left: 60px;
      }
      .header {
        top: 300px;
        left: 60px;
      }
      #home {
        min-height: 500px
      }
    }

    /* @media (min-width: 768px) {

      div.logo {
        top: 60px;

      }
      } */

    @media (min-width: 768px) {

      div.logo {
        transform: rotate(90deg);
        top: 160px;
        right: 0px;
      }
      .float-right-desktop {
        float: right;
      }

      }
      @media (min-width: 768px) {
      .studio_details ul {
        margin: 3.1em 0 0 0em!important
       }
     }

     @media (max-width: 767px) {
       .studio_details ul {
         margin-bottom: 1em!important
       }}
div.logo {

  z-index: 4;
      position: absolute;

      /* width: 100vw;
      height: 100vh; */
      /* background: #0048f5; */
      display: block;
      /* align-items: center; */
      /* justify-content: center; */
      opacity: 1;
      transition: opacity cubic-bezier(0.86, 0, 0.07, 1) 0.3s;

    }
  div.loading.hidden {
    opacity: 0; }

#local_area {
  padding-top: 60px;
  padding-bottom: 60px; }
  #local_area .section_header {
    padding-bottom: 30px; }

.local_area-header {
  -webkit-text-stroke: 1.5px #0048f5;
  text-stroke: 1.5px #0048f5;
  color: transparent;
  font-size: 4.2em;
  line-height: 1.1;
  text-align: left;
  margin-bottom: -13px; }
  @media (max-width: 991px) {
    .local_area-header {
      font-size: 3.7em;
      margin-bottom: 30px;
      margin-top: 30px;
      -webkit-text-stroke: 1px #0048f5;
      text-stroke: 1px #0048f5; } }
  @media (max-width: 768px) {
    .local_area-header {
      font-size: 3em; } }
  @media (min-width: 992px) {
    .local_area-header {
      text-align: right; } }

.local_area-image_window {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .local_area-image_window img {
    display: inline;
    float: left; }

.local_area-lg_img {
  position: relative; }

.local_area-lg_img-left {
  color: #0048f5;
  position: absolute;
  left: -25px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  .local_area-lg_img-left p {
    font-size: 120%; }
  @media (max-width: 991px) {
    .local_area-lg_img-left {
      left: -5px; }
      .local_area-lg_img-left p {
        font-size: 100%; } }

.local_area-lg_img-right {
  color: #0048f5;
  position: absolute;
  right: -25px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }
  .local_area-lg_img-right p {
    font-size: 120%; }
  @media (max-width: 991px) {
    .local_area-lg_img-right {
      right: -10px; }
      .local_area-lg_img-right p {
        font-size: 100%; } }

.local_area-text {
  font-size: 0.85em; }

svg#logo_menu {
  opacity: 0;
  width: 185px;
  margin-top: -30px;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 0.6s; }
  @media (max-width: 768px) {
    svg#logo_menu {
      margin-left: -30px; } }
  svg#logo_menu.scrolling {
    opacity: 1; }

#menu {
  width: 100%;
  height: 100%;
  background-color: #0048f5;
  position: fixed;
  color: white;
  z-index: 4;
  top: 0;
  left: 0;
  /* padding: 15px 60px 60px 60px; */
  padding-left: 56px;
  padding-right: 60px;
  padding-bottom: 60px;
  z-index: -999;
  opacity: 0; }
  #menu.vis {
    z-index: 4;
    animation-name: fadeIn;
    animation-delay: 0.1s;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.menu-button {
  color: #0048f5;
  position: absolute;
  bottom: 85px;
  right: 60px;
  z-index: 5;
  cursor: pointer; }
  .menu-button p {
    font-size: 1.4em;
    color: #fff}

  /* @media (max-width: 991px) {
    .menu-button {
      top: 80px;
      right: 15px; } } */
  .menu-button.fix {
    position: fixed; }
  .menu-button.scrolling {
    position: fixed;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    /* top: 45px; */
    color: white}
  .menu-button.page.scrolling .blue {
    color: white; }

.menu-logo p {
  font-size: 3.7em;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  color: #0048f5;
  line-height: 1; }


  .menu-logo p span {
    display: block;
    padding-left: 40px; }
@media (max-width: 639px) {

  .menu-logo p {
    font-size: 3.7em;}
    #menu {
      padding: 15px 30px
    }
    nav {
      left: 30px!important;
    }
    .menu-button p, .close_menu-button p {
        font-size: 1.4em;
    }
}
nav {
  position: absolute;
  bottom: 120px;
  left: 60px; }
  nav ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.3; }
    nav ul.menu li {
      font-size: 2.5em;
      padding: 0;
      color: white; }
      nav ul.menu li:nth-of-type(1) {
        transition-delay: 0.11s; }
      nav ul.menu li:nth-of-type(2) {
        transition-delay: 0.22s; }
      nav ul.menu li:nth-of-type(3) {
        transition-delay: 0.33s; }
      nav ul.menu li:nth-of-type(4) {
        transition-delay: 0.44s; }
      nav ul.menu li:nth-of-type(5) {
        transition-delay: 0.55s; }
      nav ul.menu li:hover {
        -webkit-text-stroke: 1px white !important;
        text-stroke: 1px white !important;
        color: #0048f5; }
      nav ul.menu li a {
        color: inherit; }
        nav ul.menu li a:hover {
          text-decoration: none;
        -webkit-text-stroke: 1px white !important;
        text-stroke: 1px white !important;
       }

.news_container {
  background: #0048f5;
  color: white;
  overflow-y: hidden;
  padding: 60px; }
  @media (max-width: 991px) {
    .news_container {
      overflow-y: scroll;
      padding: 15px 30px 15px 15px;
      border-right: 15px solid white;
      margin-left: 15px; } }

li.news-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid white; }
  @media (min-width: 992px) {
    li.news-item {
      height: 220px; } }
  li.news-item .news-item_date {
    font-size: 120%;
    margin-bottom: 5px; }
  li.news-item .news-item_title {
    font-size: 1.6em; }
  li.news-item.blank {
    border: none; }

ul.news-items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }

.news-page {
  padding-top: 60px;
  padding-bottom: 60px; }

.news-page_sidebar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.news-window {
  overflow-y: hidden;
  height: 460px; }
  @media (max-width: 991px) {
    .news-window {
      -ms-overflow-style: none;
      overflow-y: -moz-scrollbars-none;
      overflow-y: scroll; }
      .news-window::-webkit-scrollbar {
        width: 0 !important; } }

p.out_and_about {
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: transparent;
  font-size: 6em;
  line-height: 0.9; }
  @media (max-width: 991px) {
    p.out_and_about {
      font-size: 4em;
      -webkit-text-stroke: 1.5px white;
      text-stroke: 1.5px white;
      display: flex;
      order: 1;
      margin-bottom: 30px; }
      p.out_and_about br {
        display: none; } }
  @media (max-width: 768px) {
    p.out_and_about {
      font-size: 3.7em; } }

#page-body {
  background: #0048f5;
  color: white;
  padding-top: 30px; }
  #page-body p.article-date {
    font-size: 120%; }

#page-header {
  background: white;
  color: #0048f5;
  padding-bottom: 60px;
  padding-top: 180px; }
  #page-header h1 {
    -webkit-text-stroke: 2px #0048f5;
    color: transparent;
    font-size: 6em;
    line-height: 0.9; }

.page-wrap {
  padding-top: 90px; }
  .page-wrap.page {
    padding-top: 0px; }

p.section_header {
  font-size: 1.6em; }

h1.site-title {
  font-size: 25vw;
  color: transparent;
  line-height: 0.9;
  width: calc(100% + 60px);
  z-index: 1;
  -webkit-text-stroke: 3px #0048f5;
  text-stroke: 3px #0048f5; }
  @media (min-width: 1440px) {
    h1.site-title {
      line-height: 1;
      font-size: 300px; } }
  @media (min-width: 992px) {
    h1.site-title {
      margin-left: -30px; } }
  @media (max-width: 991px) {
    h1.site-title {
      line-height: 1.1;
      margin-left: -30px; } }
  @media (max-width: 768px) {
    h1.site-title {
      -webkit-text-stroke: 2px #0048f5;
      text-stroke: 2px #0048f5;
      margin-left: -15px; } }
  h1.site-title span {
    display: block;
    text-align: right;
    margin-right: -15px; }

div.sticky_menu {
  transition: top 0.5s;
  background: transparent;
  position: fixed;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 130px;
  padding: 10px 60px 10px 56px;
  z-index: 3;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  display: none

}


  div.sticky_menu.scrolling {
    background: #0048f5;
    display: block;}
  div.sticky_menu.page {
    background: #0048f5; }


    .sticky_menu p {
      font-size: 3.7em;
-webkit-text-stroke: 1px white;
text-stroke: 1px white;
color: #0048f5;
line-height: 1;
}


    .translated-ltr .sticky_menu p {
      font-size: 2em;
-webkit-text-stroke: 1px white;
text-stroke: 1px white;
color: #0048f5;
line-height: 1;
}

.translated-ltr .sticky_menu {
  transition: top 0.5s;
  background: transparent;
  position: fixed;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 150px;
  padding: 56px 60px 10px 56px;
  z-index: 3;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  display: none

}

.translated-ltr .scrolling.button-down {
      top: 70px;
}

.sticky_menu p span {
display: block;
padding-left: 40px;}
@media (max-width: 768px) {
  div.sticky_menu {
  padding: 10px 30px;
  }
}

.table-title {
  display: block;
  font-size: 1.2rem;
  color: #0048f5;
  width: 100%;
  font-weight: 500;
  padding-bottom: 20px;
}

th {
  color: #0048f5;
  font-weight: normal;
}

.table_container {
  flex-direction: column;
}

/* table.studio_ {
  display: flex;
  width: 100%;
  align-items: flex-end; } */
  @media (max-width: 767px) {
    .table-title {
      padding-top: 20px;
    }
    table.studio_ {
      margin-top: 20px; } }
      @media (min-width: 768px) {
        table.studio_ {
          margin-top: 0; } }
  /* table.studio_ tbody {
    width: 100%;
    display: block; } */
    /* table.studio_ tbody tr {
      width: 100%;
      display: block; } */
      table.studio_ tbody tr td {
        border-bottom: 1px solid black;
        padding-bottom: 1.5px;
        padding-top: 1.5px; }
        table.studio_ tbody tr th:nth-of-type(3)
        {
         text-align: right;
       }
        table.studio_ tbody tr td:nth-of-type(3) {

         text-align: right;
        }
        table.studio_ tbody tr th:nth-of-type(2) {
         text-align: center;}
        table.studio_ tbody tr td:nth-of-type(2) {

         text-align: center;
        }
          /* table.studio_ {
            display: table
          }
          table.studio_ tbody {
            width: 100%;
            display: table-row-group;
          }
          table.studio_ tbody tr {
    width: 100%;
    display: table-row;
  } */
          /* table.studio_ tbody tr td {
            display: inline-block;
            float: left;
          }
          table.studio_ tbody tr td:first-of-type {
            width: 100%; }
          table.studio_ tbody tr td:nth-of-type(2) {
            width: 100%;
           text-align: right;
          }
          table.studio_ tbody tr th:first-of-type {
            width: 100%; }
          table.studio_ tbody tr th:nth-of-type(2) {
            width: 100%;
             text-align: right;
          } */

        /* @media screen and (min-width: 991px) {
          table.studio_ tbody tr td:first-of-type {
            width: 40%; }

          table.studio_ tbody tr td:nth-of-type(2) {
            width: 100%;
            text-align: right;
          }
          table.studio_ tbody tr th:first-of-type {
            width: 40%; }
          table.studio_ tbody tr th:nth-of-type(2) {
            width: 100%;
            text-align: right;
          }
        } */

      table.studio_ tbody tr:first-of-type td {
        padding-top: 0; }
      table.studio_ tbody tr:last-of-type td {
        border-bottom: none;
        padding-bottom: 0; }

#studios {
  padding-top: 60px; }
  @media (min-width: 992px) {
    #studios {
      padding-bottom: 60px; } }

.studio_details {
  margin-top: 60px; }
  .studio_details ul {
    padding-left: 15px;
    margin: 0; }

.studios_header {
  -webkit-text-stroke: 1.5px #0048f5;
  text-stroke: 1.5px #0048f5;
  color: transparent;
  font-size: 4.2em;
  line-height: 1.1;
  z-index: 2;
  position: relative; }
  @media (max-width: 991px) {
    .studios_header {
      font-size: 3.7em;
      -webkit-text-stroke: 1px #0048f5;
      text-stroke: 1px #0048f5;
      display: flex;
      order: 1; }
      .studios_header.sh2 {
        margin-bottom: 30px; }
        .studios_header.sh2 br {
          display: none; } }
  @media (max-width: 768px) {
    .studios_header {
      font-size: 3em; } }

img.studio-image {
  max-width: 100%;
  display: none; }
  img.studio-image:first-of-type {
    display: inherit; }

.studios_images {
  position: relative;
  flex-direction: column;
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .studios_images {
      margin-top: 0; } }

.studio-page_buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .studio-page_buttons a:nth-of-type(2) button, .studio-page_buttons a:nth-of-type(3) button, .studio-page_buttons a:nth-of-type(4) button {
    margin-top: 5px; }
  @media (max-width: 991px) {
    .studio-page_buttons {
      margin-top: 45px; } }

.studios_pagination {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .studios_pagination {
      position: absolute;
      top: -20px;
      -ms-transform-origin: center left;
      -moz-transform-origin: center left;
      -webkit-transform-origin: center left;
      transform-origin: center left;
      -ms-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      padding: 0; } }
  .studios_pagination p {
    font-size: 120%; }
    .studios_pagination p::after {
      width: 0%;
      height: 2px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0px;
      background-color: #0048f5; }
    .studios_pagination p.active {
      color: #0048f5;
      position: relative; }
      .studios_pagination p.active::after {
        width: 100%;
        transition: width cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
    .studios_pagination p:not(.active) {
      transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.2s; }
      .studios_pagination p:not(.active):hover {
        color: #4d4d4d;
        cursor: pointer; }
    @media (max-width: 991px) {
      .studios_pagination p {
        font-size: 90%; } }

.table_container {
  display: flex;
  justify-content: flex-end; }

section#the_building {
  padding-top: 180px;
  background-color: white;
  color: #0048f5;
  padding-bottom: 60px; }
  section#the_building p {
    position: relative;
    z-index: 2;
    line-height: 1; }
    section#the_building p.section_header {
      text-align: right;
    }
  @media (max-width: 991px) {
      section#the_building {
          padding-top: 60px;

      }
      section#the_building p.section_header {
          margin-bottom: 55px;
      }
    }

.tube {
  padding-left: 30px;
  position: relative; }
  .tube::before {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    top: 0;
    content: "";
    background-image: url("../images/tube_logo.png");
    background-size: 25px 25px;
    background-repeat: no-repeat; }

.tube_stations {
  padding-left: 15px; }

@media screen and (max-width: 991px) {
  .margin-svg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  #building-svg {
    top: -7px;
  }
}

@media screen and (min-width: 992px) {
  #news-svg {
    width: 60%;
  }
  #building-svg {
    width: 84%;
  }
}

.closeMenu {
  z-index: 0;
}

.nav-down {
  transition: all cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
}

.nav-up {
  transition: all cubic-bezier(0.19, 1, 0.22, 1);
  top: -130px;
}

.button-down {
  transition: all cubic-bezier(0.19, 1, 0.22, 1);
  /* top: 85px; */
}

.scrolling.button-down {
  transition: all cubic-bezier(0.19, 1, 0.22, 1);
  top: 45px;
}

.slick-prev {
  z-index: 3 !important;
}

.slick-prev:before {
    content: '←';
    font-size: 3rem !important;
    padding: 10px;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 48px !important;
}

.slick-next:before {
  content: '→';
  font-size: 3rem !important;
  padding: 10px;
}
