* {
  box-sizing: border-box;
}
.clearfix {
  display: block;
  width: 100%;
  clear: both;
  float: none;
}
.page-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.page-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
}
.nectar-video-bg {
  width: auto;
  min-width: 100vw;
  min-height: 100vh;
  height: auto;
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-right: -50vw;
  margin-bottom: -50vh;
  z-index: 0;
  visibility: visible;
  opacity: 1;
  object-fit: cover;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  min-width: 1240px;
  min-height: 100vh;
}
body.admin-bar {
  padding-top: 32px;
}
body.admin-bar .page-container {
  margin-top: -92px;
  padding-top: 112px;
}
body:before, body:after {
  content: "";
  display: block;
  clear: both;
}
.container {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.page-header {
  background-color: #01a3d4;
  overflow: hidden;
  position: relative;
  z-index: 10;
  text-align: center;
}
.page-header .container {
  position: relative;
}
.page-header .logo {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 60px;
  font-size: 60px;
  color: #fff;
  padding: 0 20px;
  margin: 0 -20px;
  cursor: pointer;
  text-decoration: none;
}
.page-header .logo .icon-logo {
  height: 60px;
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -6px;
}
.page-header .logo .icon-logo-full {
  height: 60px;
  margin-top: -27px;
  font-size: 120px;
  display: inline-block;
  vertical-align: top;
}
.page-header .logo:hover {
  background-color: rgba(255, 255, 255, .3);
}
.page-header .sign-in {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
  padding: 0 20px;
  margin: 0 -20px;
}
.page-header .sign-in .fa {
  font-size: 30px;
  line-height: 60px;
  float: right;
  margin-left: 15px;
}
.page-header .sign-in:hover {
  background-color: rgba(255, 255, 255, .3);
}
.page-header .menu {
  list-style: none;
  padding: 0;
  margin: 0 0 0 65px;
  background-color: #01a3d4;
  display: inline-block;
  float: right;
}
.page-header .menu .menu-item {
  display: inline-block;
  margin-right: -4px;
  line-height: 30px;
  color: #fff;
}
.page-header .menu .menu-item a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 15px 20px;
  color: #fff;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-header .menu .menu-item a[href]:not([href=""]):hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
}
.page-container {
  display: table;
  width: 100%;
  min-height: 100vh;
  padding: 80px 20px 20px;
  margin: 0 auto;
}
.page-container .page-container__inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
.page-container .container + .container {
  border-top: 1px dashed #e5e5e5;
  margin-top: 30px;
  padding-top: 10px;
}
.page-container:before, .page-container:after {
  content: "";
  display: block;
  clear: both;
}
.page-container .page-sidebar {
  display: block;
  width: 300px;
  float: left;
  padding: 20px 30px 20px 0;
}
.page-container .page-sidebar .logo {
  width: 140px;
  margin: 0 auto;
  display: block;
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item a {
  position: relative;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 27px 0 0 120px;
  line-height: 16px;
  min-height: 70px;
  color: #fff;
  transition: 0.3s;
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item a:after {
  transition: 0.3s;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 -35px;
  z-index: 1;
  background-color: #fff;
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item a:hover {
  color: #333;
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item a:hover:after {
  left: 30%;
  background-size: 75px;
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item.buildings a:after {
  background-image: url(/wp-content/themes/arhida/scss/../images/blue/buildings.svg);
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item.key a:after {
  background-image: url(/wp-content/themes/arhida/scss/../images/blue/key.svg);
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item.hands a:after {
  background-image: url(/wp-content/themes/arhida/scss/../images/blue/hands.svg);
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item.instruments a:after {
  background-image: url(/wp-content/themes/arhida/scss/../images/blue/instruments.svg);
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item.paper a:after {
  background-image: url(/wp-content/themes/arhida/scss/../images/blue/paper.svg);
}
.page-container .page-sidebar .page-sidebar__inner .sidemenu .menu-item.window a:after {
  background-image: url(/wp-content/themes/arhida/scss/../images/blue/window.svg);
}
.page-container .page-sidebar .page-sidebar__inner img {
  max-width: 100%;
}
.page-container .page-wrapper {
  width: 900px;
  float: left;
}
.page-container .page-wrapper .page-title {
  font-size: 36px;
  line-height: 42px;
  padding: 0;
  margin: 20px 0;
  text-transform: uppercase;
  display: block;
}
.page-container .page-wrapper img {
  display: block;
  margin: 20px 0;
}
.page-container .fulscreen-menu {
  width: 100%;
  display: table;
}
.page-container .fulscreen-menu .page-title {
  font-weight: 400;
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 48px;
  width: 440px;
  color: #fff;
}
.page-container .fulscreen-menu .page-title b {
  margin-top: 25px;
  font-size: 1.1em;
  display: block;
}
.page-container .fulscreen-menu .fsmenu-item {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 11;
}
.page-container .fulscreen-menu .fsmenu-item.logo .fsmenu-item__inner .icon-logo {
  display: block;
  width: 440px;
  height: 440px;
  line-height: 440px;
  font-size: 440px;
  text-align: center;
  color: #fff;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .trianglepos-container {
  position: relative;
  float: right;
  margin: 1px auto 0px;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .trianglepos-container li {
  top: 0;
  right: 0;
  opacity: 0;
  display: block;
  position: absolute;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item {
  color: #fff;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item:before {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 110px;
  color: inherit;
  font-size: 70px;
  position: relative;
  z-index: 0;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  text-align: center;
  z-index: 1;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 130px;
  transition: 0.1s;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item.buildings:after {
  background-image: url(images/buildings.svg);
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item.key:after {
  background-image: url(images/key.svg);
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item.hands:after {
  background-image: url(images/hands.svg);
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item.instruments:after {
  background-image: url(images/instruments.svg);
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item.paper:after {
  background-image: url(images/paper.svg);
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item.window:after {
  background-image: url(images/window.svg);
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item:hover {
  color: #fff;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item:hover:after {
  background-size: 150px;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: 120px;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}
.page-container .fulscreen-menu .fsmenu-item.triangle .menu-item a:hover {
  color: #fff;
}
.page-footer {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.page-footer .menu {
  list-style: none;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-footer .menu .menu-item {
  display: inline-block;
  line-height: 30px;
  position: relative;
  padding: 5px;
  margin: 10px 6px 10px 10px;
  font-size: 18px;
  width: 40px;
  color: #01a3d4;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.page-footer .menu .menu-item:before {
  position: relative;
  z-index: 1;
}
.page-footer .menu .menu-item:after {
  font-family: "untitled-font-2";
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 39px;
  line-height: 40px;
  position: absolute;
  color: #fff;
  left: 0;
  top: 1px;
  z-index: 0;
}
.page-footer .menu .menu-item a {
  display: block;
  cursor: pointer;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.page-footer .menu .menu-item:hover {
  opacity: 0.7;
}
