/* common */
.xs-visible {
  display: none;
}

body.inner {
  padding-top: 44px;
}

/* header */
#header {
  height: 132px;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-backface-visibility: hidden;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.10) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.10) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.10) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.inner #header,
#header.scrolled {
  height: 44px;
}

#header .container {
  width: 100%;
  max-width: 100%;
  height: 44px;
}

.open-nav {
  display: none;
}

.navigation li.mobile-visible {
  display: none;
}

#header .nav-bar {
  height: 100%;
  position: relative;
}

.nav-bar .top {
  position: absolute;
  right: 0;
  z-index: 999;
}

.nav-bar .top ul {
  margin: 0;
  list-style: none;
  float: right;
}

.nav-bar .top ul li {
  float: left;
  font: 600 16px/24px 'Titillium', sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0 6px;
  position: relative;
}

.nav-bar .top ul li:first-child {
  margin-right: 18px;
}

.nav-bar .top ul li a, .nav-bar .top ul li span {
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-stretch: normal;
  font-size: inherit;
  line-height: 44px;
  font-family: 'Titillium Web', sans-serif;
  color: #F8F8F8;
  text-decoration: none;
}

.nav-bar .top ul li a:hover {
  color: #00B8CE;
}

.nav-bar .top ul .search {
  position: relative;
  min-width: 28px;
  height: 28px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-bar .top ul .search .wrap {
  width: 0;
  margin-top: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-bar .top ul .search.opened {
  padding-right: 25px;
}

.nav-bar .top ul .search.opened .wrap {
  width: 186px;
}

.nav-bar .top ul .search .wrap input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #9e9b98;
  background: #fff;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
}

.nav-bar .top ul .search.opened .wrap input {
  width: 186px;
  padding: 2px 14px;
  border: 1px solid #bab8b6;
}

.nav-bar .top .search-opener {
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 8px;
  right: 0;
  /*background: url(../images/ico-search-opener.png) 50% 50% no-repeat;*/
  visibility: visible;
}

.scrolled .nav-bar .btn-submit, .inner .nav-bar .btn-submit {
  background: url(../images/ico-search-gray.svg) 50% 50% / 100% 100% no-repeat;
  margin: auto;
}

.scrolled .nav-bar .top .search-opener { /*background: url(../images/ico-search-gray.png) 50% 50% no-repeat; */
}

.nav-bar .top .search-opener:hover {
  opacity: .7;
}

.nav-bar .top .search.opened .search-opener {
  opacity: 0;
  visibility: hidden;
}

.nav-bar .top .btn-buy {
  color: #002C40;
  background: #FACD00;
  margin-top: 2px;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  font: 600 16px/16px 'Titillium Web', sans-serif;
}

.nav-bar .top .btn-buy:hover {
  color: #002C40;
  background: #FFD454;
}

.navigation {
  margin: 0;
  height: 100%;
  list-style: none;
  text-transform: uppercase;
  position: absolute;
  top: 44px;
}

#header.scrolled .navigation,
.inner #header .navigation {
  position: relative;
  top: 0;
}

.navigation li {
  font: bold 16px/21px 'Titillium', sans-serif;
  color: #F8F8F8;
  display: inline-block;
  padding-left: 38px;
  position: relative;
}

.navigation > li.has-drop:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #eaeae9;
  opacity: 0;
  z-index: 5;
}

.navigation li a {
  height: 100%;
  line-height: 44px;
  display: block;
}

.navigation li a {
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  font-family: 'Titillium Web', sans-serif;
  color: inherit;
}

.navigation li a:link {
  text-decoration: none;
}

.navigation li a:visited {
  text-decoration: none;
}
.navigation > li:hover > a,
.navigation > li.active > a {
  color: #00B8CE;
  text-decoration: none;
}
.navigation li a:active {
  text-decoration: none;
}

.navigation li .drop {
  position: fixed;
  z-index: 3;
  top: 88px;
  left: 0;
  right: 0;
  height: 44px;
  display: none;
  overflow: hidden;
}

#header.scrolled .navigation li .drop,
.inner #header .navigation li .drop {
  top: 44px;
  background: rgba(248, 248, 248, .85);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .25);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .25);
}

.navigation .has-drop.active .drop {
  display: block;
}

.navigation li .drop .holder {
  padding-left: 93px;
}

#header.scrolled .navigation li .drop .holder,
.inner #header .navigation li .drop .holder {
  padding-left: 97px;
}

.navigation li .drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation li .drop ul li {
  font: bold 14px/16px 'Titillium', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
}

.navigation li .drop ul li:not(:first-child) {
  margin-left: 32px;
}

.navigation li .drop ul li a {
  color: #F8F8F8;
  font-weight: bold;
}

#header.scrolled .navigation li .drop ul li a,
.inner #header .navigation li .drop ul li a {
  color: #002f40;
}


.navigation li .drop ul li a:hover {
  color: #1ca6df;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navigation li .drop.wide ul {
  float: left;
  width: 50%;
  padding-top: 4px;
}

.navigation li .drop.wide ul + ul {
  padding-left: 25px;
}

.navigation li .drop.wide ul li {
  margin: 0 0 4px;
}

.navigation li .drop.wide ul li a {
  padding: 2px 0;
}

.navigation li .drop.wide ul li ul {
  float: none;
  width: 100%;
  display: block;
  padding-top: 0;
}

.navigation li .drop.wide ul li ul li {
  text-transform: none;
  margin: 0;
}

.navigation li .drop .bottom {
  display: block;
  padding: 15px 10px 20px 15px;
  font-size: 14px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 5px 3px -2px rgba(0, 0, 0, .4);
  box-shadow: inset 0 5px 3px -2px rgba(0, 0, 0, .4);
}

.navigation li .drop.wide .bottom {
  padding: 15px 15px 15px 30px;
}

.navigation li .drop .bottom.red {
  background: #bf211e;
  color: #fff;
}

.navigation li .drop .bottom.yellow {
  background: #fcd733;
  color: #002f40;
}

.navigation li .drop .bottom:hover {
  color: #1ca6df;
}

.navigation li .drop .bottom span {
  display: block;
  text-transform: uppercase;
}

.navigation .nav-content {
  color: #fff;
  padding: 25px 0 25px 35px;
  font: 15px/16px 'Open Sans', sans-serif;
  text-transform: none;
}

.navigation .nav-content a {
  padding: 0;
}

.navigation .nav-content > div {
  margin-top: 25px;
}

.navigation .nav-content .row > div:nth-child(1) {
  padding-right: 0;
}

.navigation .nav-content .row > div:nth-child(2) {
  padding: 0;
}

.navigation .nav-content span {
  display: block;
}

.navigation .nav-content span:first-child {
  line-height: 20px;
}

.navigation .nav-content span:nth-child(2) {
  color: #E7E7E7;
  font-size: 15px;
  font-weight: lighter;
}

.navigation .nav-content a.button {
  width: 100%;
  padding: 16px 0;
  display: block;
  background: #00B8CE;
  text-align: center;
  margin-top: 20px;
  border-radius: 0;
  font: 600 12px/12px 'Titillium Web', sans-serif;
}

.navigation .nav-content .title {
  font: 600 16px/16px 'Titillium Web', sans-serif;
  text-transform: uppercase;
}

.navigation .nav-content.mobile-nav {
  padding: 0 0 0 35px;
}

.navigation .nav-content.login {
  background: #00415D;
}

.navigation .nav-content.contact {
  background: #005468;
}

#header.scrolled,
.inner #header {
  background: rgba(0, 44, 64, .85);
}

#header .logo {
  float: left;
  height: 230px;
  width: 72px;
  background: url(../images/logo-full-vertial.png) no-repeat center;
  background-size: 72px 230px;
  position: relative;
  z-index: 1001;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

#header.scrolled .logo,
.inner #header .logo {
  height: 100%;
  width: 44px;
  background: url(../images/Matterport-logo-white-stroke.png) no-repeat center;
  background-size: 36px;
}

#header .container .logo a {
  display: block;
  height: 100%;
}

.navigation li a.bold {
  font-weight: 600;
}

.navigation li a.seca {
  color: #335966;
}

/* dropdown menu for buy button */

#id-navlink-buy.open {
  background: #E7E7E7;
}

#id-buy-dropdown {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1002;
}

#id-buy-dropdown > div {
  position: relative;
}

#id-buy-dropdown .row {
  margin: 0;
}

#id-buy-dropdown .arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00415D;
  opacity: .95;
  position: absolute;
  right: 188px;
  top: -6px;
}

#id-buy-dropdown .row .left {
  width: 65%;
  display: inline-block;
}

#id-buy-dropdown .row .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 65%;
  z-index: -1;
}

#id-buy-dropdown .row .right > div {
  position: relative;
  width: 100%;
  height: 100%;
}

#id-buy-dropdown .row .right img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80%;
  max-width: 80%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#id-buy-dropdown .row > div {
  float: left;
}

#id-buy-dropdown .row > div:nth-child(-n+2) {
  width: 50%;
  opacity: .95;
  padding: 20px 0 20px 60px;
  position: relative;
}

#id-buy-dropdown .row > div:first-child {
  color: #534D53;
  background: #F9F9F9;
}

#id-buy-dropdown .row > div:nth-child(2) {
  color: #F8F8F8;
  background: #00415D;
}

#id-buy-dropdown .row > div:last-child {
  width: 100%;
  opacity: .93;
  text-align: center;
  padding-bottom: 15px;
  background: #F9F9F9;
}

#id-buy-dropdown .title {
  display: block;
  font: lighter 24px/16px 'Titillium Web', sans-serif;
  line-height: 1.1em;
  margin: 15px 0 10px;
}

#id-buy-dropdown .subtitle {
  display: block;
  text-transform: uppercase;
  font: 600 14px/16px 'Titillium Web', sans-serif;
}

#id-buy-dropdown .description {
  font-size: 13px;
  line-height: 16px;
}

#id-buy-dropdown .cta {
  margin-top: 20px;
  padding: 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif;
  line-height: 1em;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

#id-buy-dropdown .btn {
  padding: 15px 30px;
}

#id-buy-dropdown .row > div:first-child .cta {
  color: #002C40;
  background: #FACD00;
}

#id-buy-dropdown .row > div:nth-child(2) .cta {
  padding-left: 0;
}

#id-buy-dropdown .row > div:first-child .cta:hover {
  background: #FFD454;
}

#id-buy-dropdown .row > div:last-child .cta {
  color: #F8F8F8;
  background: #05C5DC;
}

#id-buy-dropdown .row > div:last-child .cta:hover {
  background: #00DDE9;
}

/* media */
@media screen and (min-width: 1024px) {
  .navigation .has-drop:hover .drop {
    display: block;
  }

  .navigation li .drop ul li a {
    line-height: 16px;
    padding-bottom: 28px;
  }

  #header.scrolled .navigation li .drop ul li a,
  .inner #header .navigation li .drop ul li a {
    line-height: 44px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1279px) {
   #id-buy-dropdown .arrow-up {
    right: 133px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .lg-hidden {
    display: none;
  }
  .navigation li {
    margin-left: 30px;
  }

  .navigation li .drop .holder {
    padding-left: 85px;
  }

  #header.scrolled .navigation li .drop .holder,
  .inner #header .navigation li .drop .holder {
    padding-left: 89px;
  }
}

@media screen and (max-width: 1023px),
screen and (orientation: landscape) and (max-width: 1023px),
screen and (orientation: portrait ) and (max-width: 1023px) {
  .md-sm-hidden {
    display: none;
  }

  .nav-opened .md-sm-hidden {
    display: block;
  }

  #header .container {
    padding-left: 0;
  }

  #header .nav-bar {
    margin-right: 30px;
  }

  #header.scrolled .logo,
  .inner #header .logo {
    background-size: 20px;
  }

  .nav-bar .top {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .nav-opened .nav-bar .top {
    opacity: 0;
  }

  .nav-bar .top ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 14px;
  }

  .nav-bar .top ul li a:hover,
  .scrolled .nav-bar .top ul li a,
  .scrolled .nav-bar .top ul li a:hover {
    color: #fff;
  }

  .mobile-hidden {
    display: none;
  }

  #header.scrolled .navigation,
  .inner #header .navigation {
    position: fixed;
  }

  .navigation li.mobile-visible {
    display: block;
  }

  .navigation li.desktop-visible {
    display: none;
  }

  .navigation li .drop {
    background: none !important;
    background: rgba(248, 248, 248, .85);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto;
  }

  body.nav-opened {
    overflow: hidden;
  }

  .homepage #wrapper {
    height: auto;
    min-height: 100vh;
    margin: 0;
  }

  #header .open-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 44px;
    background: #fff;
    padding: 13px 9px 12px;
    float: right;
    margin-right: -15px;
    outline: none;
  }

  #header .open-nav span {
    display: block;
    height: 3px;
    border-radius: 2px;
    background: #1ba6df;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  #header .open-nav span + span {
    margin-top: 5px;
  }

  .nav-opened #header .open-nav span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    -o-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .nav-opened #header .open-nav span:nth-child(2) {
    opacity: 0;
  }

  .nav-opened #header .open-nav span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(-2px, 0);
    -ms-transform: rotate(-45deg) translate(-2px, 0);
    -o-transform: rotate(-45deg) translate(-2px, 0);
    transform: rotate(-45deg) translate(-2px, 0);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .navigation {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -45%;
    bottom: 0;
    width: 45%;
    min-width: 320px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1010;
    background: #002f40;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .navigation > li {
    display: block;
    margin: 0 0 12px;
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .navigation > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .scrolled .navigation li {
    color: #fff;
  }

  .navigation li:before {
    display: none;
  }

  .navigation li a {
    display: block;
    height: auto;
    line-height: 18px;
    padding: 2px 10px 2px 35px;
    color: #fff;
  }

  .navigation li:hover > a,
  .navigation li.active > a {
    color: #FACD00;
  }

  .navigation li:hover {
    background: none;
  }

  .navigation > li:hover > a {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav-opened .navigation {
    right: 0;
  }

  .navigation .has-drop .drop {
    position: static;
    float: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #002f40;
  }

  .navigation li .drop.wide,
  .navigation li .drop.last {
    width: 100%;
  }

  .navigation li .drop .holder {
    padding: 0 10px 0 35px !important;
  }

  .navigation li .drop.wide ul {
    float: none;
    width: 100%;
    padding: 0;
  }

  .navigation li .drop.wide ul + ul {
    padding-left: 0;
  }

  .navigation li .drop ul li,
  .navigation li .drop.wide ul li {
    margin: 0;
    display: block;
    font-weight: normal;
    text-transform: capitalize;
  }

  .navigation li .drop ul li:not(:first-child) {
    margin-left: 0;
  }

  .navigation li .drop ul li a {
    color: #eaeae9 !important;
    padding: 3px 0 3px 10px;
  }

  .navigation li .drop ul li a.seca {
    color: #c1c0be;
    padding: 3px 10px;
  }

  .navigation li .drop ul li a.seca:hover {
    color: #c1c0be;
    opacity: 0.9;
  }

  .navigation li .drop ul li a:hover {
    color: #FACD00 !important;
  }

  .navigation li .drop .bottom {
    display: none;
  }

  .fader {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }

  .nav-opened .fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1007;
    background: transparent;
    cursor: pointer;
  }

  .navigation .mobile-search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    position: relative;
    padding-left: 45px;
  }

  .navigation .mobile-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 2px 30px 2px 5px;
    background: #fff;
    color: #002f40;
    border: none;
    border-radius: 0;
  }

  .navigation .mobile-search .btn-submit {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 16px;
    right: 8px;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url(../images/ico-search-gray.png) no-repeat;
  }

  .navigation .mobile-search .close-nav {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45px;
    padding: 0;
    background: #fbcd00 url(../images/ico-close-nav.png) 50% 50% no-repeat;
  }
}

@media screen and (max-width: 989px) {
  .nav-bar .top ul .search.opened,
  .scrolled .nav-bar .top ul .search {
    padding: 0;
    margin-right: -10px;
  }
}

@media screen and (max-width: 759px) {
  .nav-bar .top ul li {
    margin: 0 10px;
  }

  #id-buy-dropdown .row > div:nth-child(-n+2) {
    padding: 25px 10px 0;
    text-align: center;
  }

  #id-buy-dropdown .title {
    margin-top: 0;
  }

  #id-buy-dropdown .row .left {
    width: 100%;
  }

  #id-buy-dropdown .row .right {
    margin-top: 10px;
    position: relative;
    left: 0;
  }

  #id-buy-dropdown .row .right > div {
    padding-top: 50%;
  }
}

@media screen and (max-width: 480px),
screen and (orientation: landscape) and (max-width: 480px),
screen and (orientation: portrait ) and (max-width: 480px) {
  .xs-hidden {
    display: none;
  }

  .xs-visible {
    display: inherit;
  }

  #header .logo {
    height: 100%;
    width: 44px;
    background: url(../images/Matterport-logo-white-stroke.png) no-repeat center;
    background-size: 20px;
  }

  .navigation {
    right: -200px;
  }

  #id-navlink-buy, #id-navlink-buy.open {
    background: none;
  }

  #id-navlink-buy {
    color: #F8F8F8;
  }

  #id-buy-dropdown {
    bottom: 0;
    top: 44px;
    overflow: scroll;
  }

  #id-buy-dropdown .arrow-up {
    border-bottom: none;
  }

  #id-buy-dropdown .row > div:nth-child(-n+2) {
    width: 100%;
  }

  #id-buy-dropdown .description {
    display: none;
  }
}
